/*
	Theme Name: Permanent ADG Theme
	Version: 1.0
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	overflow-x: hidden;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 1.6rem;
	line-height:1.5;
	color:#000000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
p {

}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.box-80 p a {
	font-weight:600;
	color: #27693e;
}

.box-80 p a:hover {
	font-weight:600;
	color: #27693e;
	text-decoration: underline;
}

h2 {
	font-size:3.6rem;
	line-height:1.2;
	font-weight:700;
	margin:0 0 24px;
	color:#27693e;
}
h1, h3, h4, h5 {
	line-height:1.2;
}

a.full-link {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:transparent !important;
}

.su-button {
	font-weight:700 !important;
	color:white !important;
	border-radius: 5px !important;
	margin-right:20px;
	padding:4px;
	display: inline-block!important;
    text-align: center;
    text-decoration: none!important;
    box-sizing: content-box!important;
}

.su-button-style-flat:hover {
	background-color:black !important;
}

.su-button-style-flat:hover span {
	top:0px !important;
}

.flex-direction-nav .flex-prev {
  background-image:url('img/left_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center center;
}
.flex-direction-nav .flex-next {
  background-image:url('img/right_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center center;
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
    max-height: 630px;
    width: auto;
    text-align: center;
    margin: 0 auto;
}

#carousel .flex-active-slide {
	border: 2px solid #e1c069;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


.mobileShow {
	display:block;
}

.mobileHide {
	display:none;
}

/* -- Div Widths -- */

.box-100 {
	width:100%;
	float:left;
	display:block;
	padding: 0;
	margin: 0;
}

.box-80 {
	width:80%;
	float:left;
	display:block;
	padding: 0;
	margin: 0;
}

.box-75 {
	width:75%;
	float:left;
	display:block;
	padding: 0;
	margin: 0;
}

.box-66 {
	width:66%;
	float:left;
	display:block;
	padding: 0;
	margin: 0;
}

.box-55 {
	width:55%;
	float:left;
	display:block;
	padding: 0;
	margin: 0;
}

.box-50 {
	width:50%;
	float:left;
	display:block;
	padding: 0;
	margin: 0;
}

.box-45 {
	width:45%;
	float:left;
	display:block;
	padding: 0;
	margin: 0;
}

.box-33 {
	width:33%;
	float:left;
	display:block;
	padding: 0;
	margin: 0;
}

.box-25 {
	width:25%;
	float:left;
	display:block;
	padding: 0;
	margin: 0;
}

.footer-inner .box-25 {
	display:flex;
	justify-content: center;
}

.footer-inner .box-25 .ib {
	display:inline-block;
}

.box-20 {
	width:20%;
	float:left;
	display:flex;
	padding: 0;
	margin: 0;
}

/* -- Structure -- */

/* wrapper */
.wrapper {
	max-width:100%;
	width:100%;
	margin:0 auto;
	position:relative;
}

main {
	position: relative;
    display: block;
    overflow: hidden;
}

.inner-section {
	position:relative;
	display:flex;
	z-index:1;
	max-width:1280px;
	margin:0 auto;
}

.inner-section article {
	padding: 30px 40px 80px 40px;
}

.sidebar {
	display:flex;
	width:100%;
	background-color: #535353;
	padding-top:50px;
	padding-left:40px;
	color:white;
	line-height:2;
}

.sidebar strong {
	font-size:2.0rem;
}

.sidebar ul {
	list-style: none;
	margin:0px;
	padding:0;
}

.sidebar ul li a {
	color:white;
}

/* header */
.header {
	width:100%;
	height:200px;
	position:relative;
	margin: auto;
	padding:0px;
	background-color: #27693e;
}

.header-inner {
	position: relative;
    display: flex;
    width: 100%;
    height: 200px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 34px 0px;
    align-items: flex-end;
}

.header-int {
	width:100%;
	padding-left:218px;
	float:right;
}

/* logo */
.logo {
	width:218px;
	height: 132px;
	margin:34px;
	position: absolute;
	left:0;
	top:0;
}

.logo img {
	max-width:100%;
}

.header-search {
	display:flex;
	align-items:center;
	float:right;
	clear:both;
	margin-right:20px;
	margin-bottom:26px;
}

.header-search form {
	width:220px;
	display:inline-block;
	position:relative;
	margin-right:5px;
}

.header-search a {
	margin-left:13px;
}

a.header-phone {
	color: white;
    font-size: 2.6rem;
    font-weight: bold;
    margin-right: 20px;
}

a.header-phone:hover {
	
}

.header-search form input.search-input {
	width:220px;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	border:0;
	outline:0;
	background-color:rgba(255,255,255,.5);
	padding:10px;
	font-size:14px;
}

.header-search form input::-webkit-input-placeholder,.header-search form input.search-input::-moz-input-placeholder,.header-search form input.search-input:-ms-input-input-placeholder,.header-search form input.search-input:-moz-input-placeholder {
	color:white;
}

.header-search form button {
	height:38px;
	width:38px;
	-webkit-appearance: none;
	appearance: none;
	outline:0;
	border:0;
	margin:0;
	position:absolute;
	right:0;
	bottom:0;
	background-image:url('img/search_icon.svg');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position:center center;
	background-color:transparent;
}

/* nav */
.nav {
	float:right;
	clear:both;
}

.nav ul {
	list-style: none;
	margin:0;
	padding:0;
}

.nav ul li {
	float:left;
	margin: 0 0px;
	position:relative;
}

.nav ul li a {
	margin:0 20px;
	padding-bottom:6px;
	text-transform: uppercase;
	font-size:1.8rem;
	color:#ffffff;
}

.nav ul li.current-menu-item a {
	border-bottom: 2px solid #d3a528;
}

.post-type-archive-services .nav ul li.menu-item-93 a {
	border-bottom: 2px solid #d3a528;
}

#menu-item-412 {
	cursor: pointer;
}

#menu-item-412 a:after {
	content: "▾";
	display:inline-block;
	color:white;
	font-size: 18px;
    margin-left: 4px;
    position: relative;
    top: -1px;
}

#menu-item-412 ul.sub-menu a:after {
	content:"";
}

.nav ul.sub-menu {
	display:none;
	z-index: 10;
    position: absolute;
    background-color: white;
    width: 300px;
    top: 24px;
    padding:0;
    margin:0;
}

.nav .menu-item-has-children:hover .sub-menu {
	display:block;
}

.nav ul.sub-menu li {
	display:block;
	float:none;
	padding:0;
}

.nav ul.sub-menu li a {
	margin:0;
	display:block;
	padding:6px 20px;
	color:black;
	border-bottom:0px !important;
}

.nav ul.sub-menu li a:hover {
	background-color:black;
	color:white;
}

.mobileNav {
	width:100%;
	position:fixed;
	top:60px;
	left:0;
	right:0;
	margin:auto;
	background-color:white;
	display:none;
}

.mobileNav ul {
	list-style: none;
	padding:0;
	margin:0;
}

.mobileNav ul li {
	width:100%;
	padding:10px;
	border-bottom:1px solid black;
	text-align:center;
}

.mobileNav ul li a {
	
}

.navButton {
	position:absolute;
	top:10px;
	right:10px;
	height:30px;
	width:30px;
}

/* sidebar */
.sidebar {

}

/* footer */
.footer {
	width:100%;
	height:334px;
	position:relative;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background-color: #27693e;
	color:white;
	font-size:1.6rem;
	line-height:1.4;
}

.footer-inner {
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	padding:34px 0px;
}

.footer-inner a {
	font-size:1.6rem;
	color:white;
}

.footer-inner ul {
	list-style: none;
	margin:0;
	padding:0;
}

.footer-social a {
	display:block;
	margin-bottom:18px;
}

.footer-social a img {
	margin-right: 18px;
}

.page-header {
	height:330px;
	width:100%;
	display:flex;
	align-items: center;
	overflow:hidden;
	position:relative;
	background-color: #333366;
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
}

.page-header-inner {
	width:100%;
	max-width:1280px;
	margin:0 auto;
	padding-left:40px;
}

.page-header-inner h1 {
	display:inline-block;
	color:white;
	font-size:4.8rem;
	background-color: rgba(211,165,40,.8);
	padding: 40px;
}

.page-header-inner h1.project-title span  {
	font-size:36px;
	font-weight:400;
}

.page-header-inner h1.project-title  {
	font-size:32px;
}



/*------------------------------------*\
    PAGES
\*------------------------------------*/

article {
	min-height:500px;
	width:100%;
	margin:0 auto;
}

.hero-slider {
	height:546px;
	width:100%;
	margin-bottom:80px;
}

.hero-slider .hero ul.slides {
	height:546px;
	width:100%;
}

.hero-slider .hero ul.slides li {
	height:546px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	position:relative;
}

.hero .slide-inner {
	width:100%;
	max-width:1280px;
	position:relative;
	margin:0 auto;
}

.hero .slide-inner .slide-content {
	position:absolute;
	top:75px;
	background-color: #d3a528;
	color:white;
	padding:40px;
}

.hero .slide-inner .slide-content h2 {
	color:white;
}

.hero .slide-inner .slide-content p {
	font-size:24px;
	line-height:1.2;
	color:white;
}

.hero .slide-inner .slide-content.align-right {
	right:0;
}

.intro {
	max-width:1280px;
	margin:0 auto 80px;
}

.intro h2 {
	color: #27693e;
}

.intro p {
	font-size:1.8rem;
}

.services-box {
	width:100%;
	display:block;
	overflow:hidden;
	position:relative;
	margin-bottom:117px;
}

.services-box-inner {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    display: flex;
    z-index: 1;
}

.serv-left {
	background-color: #d3a528;
	background-size:cover;
	background-position:center center;
}

.serv-right {
	padding:40px 0px 40px 40px;
	background-color: #636466;
}

.serv-right h2 {
	color:white;
}

.serv-right p {
	color:white;
}

.float-boxes {
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:flex;
}

.testimonials-box {
	position: relative;
	max-width:1280px;
	margin:80px auto 20px;
	background-color: #333366;
	padding: 65px 116px 46px;
}

.home-testimonials {
	margin:0 auto 80px;
}

.testimonials-box:before {
    content: "";
    display: block;
    width: 75px;
    height: 75px;
    background-image: url(img/testimonial_icon.svg);
    background-size: contain;
    top: -38px;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}

.testimonials-box p {
	color:white;
	text-align:center;
}

.contact-box {
	width:100%;
	max-width:600px;
	margin:0 auto 80px;
}

.project-grid-box {
	width:212px;
	height:141px;
	display:flex;
	float:left;
	margin-right:40px;
	margin-bottom:40px;
	align-items: flex-end;
	background-color:#d3a528;
	background-size:cover;
	background-position: center center;
	position:relative;
}

.project-grid-box a {
	width:100%;
	text-transform: uppercase;
	color:white;
	background-color: rgba(51,51,102,.8);
	text-align: center;
	padding:6px 6px;
	font-size:1.5rem;
	line-height:1.2;
}

.project-description {
	margin-top: 30px;
	padding-left:20px;
	padding-bottom:60px;
	padding-right: 10px;
	border-left:1px solid #d3a528;
}

.project-description h3 {
	font-size:24px;
	font-weight:700;
	color: #27693e;
	margin-top:0;
}

.project-gallery {
	display:flex;
	flex-wrap: wrap;
	padding-top:40px;
}

.project-gallery a {
	display:block;
	float:left;
	width:33.3%;
	padding: 20px;
}

.pagination {
	max-width: 716px;
    text-align: center;
    font-size:22px;
}

span.current {
	background-color: #d3a528;
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 35px;
    color: white;
    overflow:hidden;
}

a.page-numbers {
	background-color: #27693e;
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 35px;
    color: white;
    overflow:hidden;
}

a.next.page-numbers {
	width:100px;
}

a.prev.page-numbers {
	width:130px;
}

.single-testimonial {
	display:block;
	overflow: hidden;
	text-align: center;
	padding-bottom:20px;
	margin-bottom:40px;
	border-bottom:1px solid #dcdcdc;
}

.testimonials-page .single-testimonial:last-child {
	border:0px;
}

.search-results article {
	display:block;
	overflow: hidden;
	min-height:100px;
	clear:both;
	padding-bottom:0px;
	border-bottom:1px solid #dcdcdc;
}

.services-boxes {
	width:100%;
	padding-bottom:0px;
	padding-top:40px;
	display:block;
	overflow:hidden;
	position:relative;
}

.lirt {
	display:flex;
	overflow: hidden;
	background-color: #27693e;
	margin-bottom:40px;
	align-items: center;
}

.rilt {
	display:flex;
	overflow: hidden;
	background-color: #27693e;
	margin-bottom:40px;
	align-items: center;
	flex-direction: row-reverse;
}

.lirt .services-image {
	float:left;
	width:50%;
}

.lirt .services-list {
	float:right;
	padding:10px 30px 10px 50px;
}

.rilt .services-image {
	float:right;
	width:50%;
}

.rilt .services-list {
	float:left;
	padding:10px 30px 10px 50px;
}

.services-image {
	
}

.services-image img {
	padding:0px 0px;
}

.services-list {
	line-height:1.4;
	width:50%;
}

.services-list ul {
	padding-left: 17px;
}

.services-list ul li {
	margin-bottom:6px;
	color:white;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1280px) {

}

@media only screen and (max-width:1090px) {

	.nav ul li a {
	    margin: 0 14px;
	    padding-bottom: 6px;
	    text-transform: uppercase;
	    font-size: 1.8rem;
	    color: #ffffff;
	}
	
	.inner-section {
		max-width:960px;
	}
	
	.header-inner {
		position: relative;
	    display: flex;
	    width: 100%;
	    height: 200px;
	    max-width: 1090px;
	    margin: 0 auto;
	    padding: 34px 0px;
	    align-items: flex-end;
	}
	
	.header-int {
		width:100%;
		padding-left:218px;
		float:right;
	}
	
	/* logo */
	.logo {
		width:218px;
		height: 132px;
		margin:34px;
		position: absolute;
		left:0;
		top:0;
	}
	
	.footer-inner {
		width:100%;
		max-width: 960px;
		margin:0 auto;
		padding:34px 0px;
	}
	
	.page-header-inner {
		width:100%;
		max-width:960px;
		margin:0 auto;
		padding-left:40px;
	}
	
	.hero .slide-inner {
		width:100%;
		max-width:960px;
		position:relative;
		margin:0 auto;
	}
	
	.intro {
		max-width:960px;
		margin:0 auto 80px;
	}
	
	.services-box-inner {
	    max-width: 960px;
	    margin: 0 auto;
	    position: relative;
	    display: flex;
	    z-index: 1;
	}
	
	.testimonials-box {
		position: relative;
		max-width:960px;
		margin:0 auto 80px;
		background-color: #333366;
		padding: 65px 116px 46px;
	}
	
	.contact-box {
		width:100%;
		max-width:960px;
		margin:0 auto 80px;
	}
	
	.project-grid-box {
		width:212px;
		height:141px;
		display:flex;
		float:left;
		margin-right:40px;
		margin-bottom:40px;
		align-items: flex-end;
		background-color:#d3a528;
		background-size:cover;
		background-position: center center;
	}

}

@media only screen and (max-width:980px) {
	
		.nav ul li a {
	    margin: 0 14px;
	    padding-bottom: 6px;
	    text-transform: uppercase;
	    font-size: 1.8rem;
	    color: #ffffff;
	}
	
	.inner-section {
		max-width:960px;
	}
	
	.header-inner {
		position: relative;
	    display: flex;
	    width: 100%;
	    height: 200px;
	    max-width: 980px;
	    margin: 0 auto;
	    padding: 34px 0px;
	    align-items: flex-end;
	}
	
	.header-int {
		width:100%;
		padding-left:288px;
		float:right;
	}
	
	
	
	/* logo */
	.logo {
		width:218px;
		height: 132px;
		margin:34px;
		position: absolute;
		left:0;
		top:0;
	}
	
	.footer-inner {
		width:100%;
		max-width: 768px;
		margin:0 auto;
		padding:34px 0px;
	}
	
	.page-header-inner {
		width:100%;
		max-width:768px;
		margin:0 auto;
		padding-left:40px;
	}
	
	.hero .slide-inner {
		width:100%;
		max-width:768px;
		position:relative;
		margin:0 auto;
	}
	
	.intro {
		max-width:768px;
		margin:0 auto 80px;
	}
	
	.services-box-inner {
	    max-width: 768px;
	    margin: 0 auto;
	    position: relative;
	    display: flex;
	    z-index: 1;
	}
	
	.testimonials-box {
		position: relative;
		max-width:768px;
		margin:0 auto 80px;
		background-color: #333366;
		padding: 65px 116px 46px;
	}
	
	.contact-box {
		width:100%;
		max-width:768px;
		margin:0 auto 80px;
	}
	
	.project-grid-box {
		width:212px;
		height:141px;
		display:flex;
		float:left;
		margin-right:40px;
		margin-bottom:40px;
		align-items: flex-end;
		background-color:#d3a528;
		background-size:cover;
		background-position: center center;
	}

}

@media only screen and (max-width:768px) {
	
	h2 {
	    font-size: 2.8rem;
	    font-weight: 700;
	    margin: 0 0 14px;
	}
	
	.header-inner {
	    position: relative;
	    display: flex;
	    width: 100%;
	    height: 90px;
	    margin: 0 auto;
	    padding: 20px 0px;
	    align-items: flex-end;
	}
	
	.header-search {
		display:none;
	}
	
	.header-int {
	    width: 100%;
	    padding-left: 0;
	    float: right;
	}
	
	a.header-phone {
	    color: white;
	    font-size: 2.0rem;
	    font-weight: bold;
	    margin-right: 20px;
	}
	
	.logo {
	    width: 100px;
	    height: 61px;
	    margin: 14px;
	    position: absolute;
	    left: 0;
	    top: 0;
	}
	
	.header {
	    width: 100%;
	    height: 90px;
	    position: relative;
	    margin: auto;
	    padding: 0px;
	    background-color: #27693e;
	}
	
	.box-80 {
		width:100%;
		float:left;
		display:block;
		padding: 0;
		margin: 0;
	}
	
	.box-75 {
		width:100%;
		float:left;
		display:block;
		padding: 0;
		margin: 0;
	}
	
	.box-66 {
		width:100%;
		float:left;
		display:block;
		padding: 0;
		margin: 0;
	}
	
	.box-55 {
		width:100%;
		float:left;
		display:block;
		padding: 0;
		margin: 0;
	}
	
	.box-50 {
		width:100%;
		float:left;
		display:block;
		padding: 0;
		margin: 0;
	}
	
	.box-45 {
		width:100%;
		float:left;
		display:block;
		padding: 0;
		margin: 0;
	}
	
	.box-33 {
		width:100%;
		float:left;
		display:block;
		padding: 0;
		margin: 0;
	}
	
	.box-25 {
		width:100%;
		float:left;
		display:block;
		padding: 0;
		margin: 0;
	}
	
	.box-20 {
		width:100%;
		float:left;
		display:flex;
		padding: 0;
		margin: 0;
	}
	
	.hero .slide-inner {
	    width: 100%;
	    height: 546px;
	    max-width: 768px;
	    position: relative;
	    margin: 0 auto;
	}
	
	.hero .slide-inner .slide-content {
	    position: absolute;
	    top: auto;
	    bottom: 0px;
	    margin: auto;
	    background-color: rgba(211,165,40,.8);
	    color: white;
	    padding: 20px;
	}
	
	.hero .slide-inner .slide-content p {
	    font-size: 18px;
	    color: white;
	}
	
	.flex-direction-nav {
		display:none;
	}
	
	.intro {
		padding:0 20px;
	}
	
	.serv-left {
	    background-color: #d3a528;
	    background-size: cover;
	    background-position: center center;
	    height: 250px;
	}
	
	.serv-right {
		padding:20px;
	}
	
	.services-box-inner {
	    max-width: 768px;
	    margin: 0 auto;
	    position: relative;
	    display: flex;
	    flex-direction: column;
	    z-index: 1;
	}
	
	.testimonials-box {
	    position: relative;
	    max-width: 768px;
	    margin: 0 auto 80px;
	    background-color: #333366;
	    padding: 65px 20px 46px;
	}
	
	.contact-box {
	    width: 100%;
	    max-width: 768px;
	    margin: 0 auto 80px;
	    padding: 10px;
	}
	
	.footer {
	    width: 100%;
	    display: block;
	    overflow: hidden;
	    height: auto;
	    position: relative;
	    margin: auto;
	    padding: 20px;
	    background-color: #27693e;
	    color: white;
	    font-size: 1.8rem;
	    line-height: 1.6;
	}
	
	.footer-inner {
	    width: 100%;
	    max-width: 768px;
	    margin: 0 auto;
	    overflow: hidden;
	    padding: 10px 60px;
	}
	
	.footer-inner .box-25 {
		margin-bottom:20px;
	}
	
	.footer-inner .box-25 {
	    display: flex;
	    justify-content: left;
	}
	
	.page-header {
	    height: 140px;
	    width: 100%;
	    display: flex;
	    align-items: center;
	    overflow: hidden;
	    position: relative;
	    background-color: #333366;
	    background-size: cover;
	    background-position: center center;
	    background-repeat: no-repeat;
	}
	
	.page-header-inner h1 {
	    display: inline-block;
	    color: white;
	    font-size: 3.2rem;
	    background-color: rgba(211,165,40,.8);
	    padding: 10px;
	}
	
	.inner-section {
	    position: relative;
	    display: flex;
	    flex-direction: column;
	    z-index: 1;
	    margin: 0 auto;
	}
	
	.sidebar {
	    display: flex;
	    width: 100%;
	    background-color: #535353;
	    padding:14px 20px 20px;
	    color: white;
	    line-height: 1.6;
	}
	
	.page-header-inner {
	    width: 100%;
	    max-width: 768px;
	    margin: 0 auto;
	    padding-left: 20px;
	}
	
	.sidebar ul li {
		display:inline-block;
	}
	
	.sidebar ul li a:after {
		display:inline-block;
		content: ", ";
	}
	
	.sidebar ul li:last-child a:after {
		content: "";
	}
	
	.float-boxes {
		display:none;
	}
	
	.project-grid-box {
	    width: 100%;
	    height: auto;
	    padding-bottom: 60%;
	    position:relative;
	    display: flex;
	    float: left;
	    margin-right: 40px;
	    margin-bottom: 40px;
	    align-items: flex-end;
	    background-color: #d3a528;
	    background-size: cover;
	    background-position: center center;
	}
	
	.project-grid-box a {
	    width: 100%;
	    text-transform: uppercase;
	    color: white;
	    background-color: rgba(51,51,102,.8);
	    text-align: center;
	    padding: 6px 6px;
	    position: absolute;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    margin: auto;
	    height: 50px;
	}
	
	.inner-section article {
	    padding: 20px;
	}
	
	.page-header-inner h1.project-title span {
	    font-size: 26px;
	    font-weight: 400;
	}
	
	.services-boxes {
		width:100%;
		padding-bottom:40px;
		display:block;
		overflow:hidden;
		position:relative;
	}
	
	.lirt {
		display:block;
	}
	
	.rilt {
		display:block;
	}
	
	.lirt .services-image {
		float:left;
		width:100%;
	}
	
	.lirt .services-list {
		float:left;
		padding:10px 30px;
		width:100%;
	}
	
	.rilt .services-image {
		float:left;
		width:100%;
	}
	
	.rilt .services-list {
		float:left;
		padding:20px 20px;
		width:100%;
	}
	
	.services-image {
		
	}
	
	.services-image img {
		padding:0px 0px;
	}
	
	.services-list {
		line-height:1.4;
	}
	
	.services-list ul {
		padding-left: 17px;
	}
	
	.services-list ul li {
		margin-bottom:6px;
	}
}

@media only screen and (max-width:480px) {

}

@media only screen and (max-width:320px) {

}







/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
