/*
Theme Name: LUBIE
Theme URI: http://lubie.co
Author: Lubie
Author URI: http://lubie.com
*/

/*BASIC COLOR : #1fa0ae*/
/*TEXT FONT : Georgia */
/*TITLE FONT : Oswald */


@font-face {
	font-family:"raleway-regular";
	src: url('fonts/140808106-Raleway-Regular.eot');
	src: url('fonts/140808106-Raleway-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/140808106-Raleway-Regular.svg#Raleway') format('svg'),
	url('fonts/140808106-Raleway-Regular.woff') format('woff'),
	url('fonts/140808106-Raleway-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:"raleway-extrabold";
	src: url('fonts/283843995-Raleway-ExtraBold.eot');
	src: url('fonts/283843995-Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),
	url('fonts/283843995-Raleway-ExtraBold.svg#Raleway') format('svg'),
	url('fonts/283843995-Raleway-ExtraBold.woff') format('woff'),
	url('fonts/283843995-Raleway-ExtraBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:"raleway-light";
	src: url('fonts/475372315-Raleway-Light.eot');
	src: url('fonts/475372315-Raleway-Light.eot?#iefix') format('embedded-opentype'),
	url('fonts/475372315-Raleway-Light.svg#Raleway') format('svg'),
	url('fonts/475372315-Raleway-Light.woff') format('woff'),
	url('fonts/475372315-Raleway-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:"raleway-bold";
	src: url('fonts/465789795-Raleway-Bold.eot');
	src: url('fonts/465789795-Raleway-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/465789795-Raleway-Bold.svg#Raleway') format('svg'),
	url('fonts/465789795-Raleway-Bold.woff') format('woff'),
	url('fonts/465789795-Raleway-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Global
----------------------------------------------- */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html{min-height:100%;position:relative}/* make sure it is at least as tall as the viewport */
body{
	height: 100%;
	color: #00324a;
	font-weight: 400;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	line-height: 1.8;
	background: #fff;
	overflow-x: hidden;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 0.25em 0 .5em;
	font-weight: 400;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
h1 {
	font-size: 55px;
	letter-spacing: 2px;
	color: #021831;
	font-weight: bold;
}
h2 {
	font-size: 22px;
	color: #8e908f;
	font-weight: bold;
	letter-spacing: 1px;
}
h3 {
	font-size: 13px;
	font-size: 1.3rem;
}
h4 {
	font-size: 12px;
	font-size: 1.2rem;
}
h5 {
	font-size: 11px;
	font-size: 1.1rem;
}
h6 {
	font-size: 10px;
	font-size: 1rem;
}

/* Links */
a {
	color: #1fa0ae;
	outline: none;
	-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
a:visited {
	color: #1fa0ae;
}
a:hover,
a:focus,
a:active {
	color: #333;
}

/* Text Elements */
blockquote p {
	line-height: 1.6;
}
dd {
	margin-bottom: 1em;
}

/* Forms */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	height: 26px;
	color: #333;
	line-height: 26px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	}
textarea {
	width: 80%;
	height: auto;
	}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #d6d6d6;
	outline: 0;
	outline: thin dotted \9;
  /* IE6-9 */

	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 4px 15px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	line-height: 26px;
	text-transform: uppercase;
	background: #333;
	border: solid #666;
	border-width: 0 0 3px;
	}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #666;
	border-color: #333;
	}

/* Tables */
table {
	width: 100%;
	margin-bottom: 20px;
	}
table th,
table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
	}
table th {
	font-weight: bold;
	}
table thead th {
	vertical-align: bottom;
	}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
	border-top: 0;
	}
table tbody + tbody {
	border-top: 2px solid #ddd;
	}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
	}


/**********
LUBIE START
**********/



/* IE ALERT */
.ie-alert{
background-color:#000;
text-align:center;
font-weight:bold;
width:100%;
margin-bottom:10px;
}

.ie-alert a{
	color:#fff;
	line-height:24px;
	text-decoration:none;
}

.wide-container{
	width:100%;
}

/* Box links */
.lubielink{
	border: 3px solid #25b0fc;
	background: none;
	color: #25b0fc;
	padding: 8px 20px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.lubielink:hover{
	background: #25b0fc;
	color:#fff;
}

#back-to-top {
	position: fixed;
	z-index: 1000;
	bottom: 80px;
	right: 7%;
	display: none;
}
#back-to-top a {
	display: block;
	position: relative;
	width: 47px;
	height: 60px;
	background: transparent url(img/go-to-top.png) no-repeat bottom center;
	text-indent: -9999px;
}
#back-to-top a span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: transparent url(img/go-to-top.png) no-repeat top center;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition:    opacity 0.5s ease;
	-o-transition:      opacity 0.5s ease;
	transition:      	opacity 0.5s ease;
}
#back-to-top a:hover span {
	opacity: 1;
}

/*********** Custom Classes & Hacks ***********/
.page-header {
	border-bottom: none!important;
}

.btn {
    white-space: normal;
}

.lubie-btn {
	padding-left: 40px;
	padding-right: 40px;
	font-size: 16px;
	line-height: 2em;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight:800;
	-webkit-transition: all .4s;
			transition: all .4s;
}

.lubie-btn:hover {
	background: #2a4357;
}

.lubie-btn-orange {
	background: #ba8849;
	color: #fff!important;
}

.lubie-btn-blue {
	background: #2a4357;
	color: #fff!important;
}

.lubie-btn-blue:hover {
	background: #ba8849!important;
	color: #fff!important;
}

.lubie-btn-transparent-blue {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	padding-right: 2em;
	border: 1px solid #2a4357;
	color: #2a4357!important;
	font-size: 15px;
	font-weight: bold;
}

.lubie-btn-transparent-blue:hover {
	background: #2a4357;
	color: #fff!important;
	text-decoration: none;
}


.lubie-btn-transparent-orange {
	border: 1px solid #ba8849;
	color: #ba8849!important;
	font-size: 15px;
	font-weight: bold;
}

.lubie-btn-transparent-orange:hover {
	background: #ba8849;
	color: #fff!important;
}

.btn-info{-webkit-border-radius:0; border-radius:0; background-color:#fff; color:#ba8849 !important; border:1px solid #ba8849; text-transform:uppercase; padding:11px 30px; font-weight:bold;}
.btn-info:hover{background-color:#ba8849; color:#fff !important; border-color:#ba8849;}

.lubie-title {
	font-size: 50px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #ba8849;
}

hr {
	border-color: #d2d3d2;
}

p {
	color: #00324a;
}

/*********** Homepage ***********/
.home #homepage-call-to-action {
	margin-top: 1.5em;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	border: 1px solid #ba8849;
	color: #ba8849;
}

.home #homepage-call-to-action:hover {
	background: #ba8849;
	color: #fff;
}

.home #site-intro {
	margin-top: 60px;
}

.home #site-intro h2 {
	font-size: 20px;
	color: #bb8e56;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top:0;
}

.home #site-intro hr {
	margin-top: 40px;
	margin-bottom: 40px;
}

.home #site-intro .entry-content p {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.home #homepage-mosaic {
	margin-top: -10px;
	margin-bottom: 30px;
	overflow: hidden;
}

.home .mosaic-column .mask-wrapper:after {
	content:" ";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 20px 15px;
	border-color: transparent transparent #c39b62 transparent;
}

.home .mosaic-column {
	padding-left: 2.5px;
	padding-right: 5px;
	max-height:552px;
}

.home .mosaic-column.first {
	padding-left: 0;
}

.home .mosaic-column.last {
	padding-right: 0;
}

.home .mosaic-box {
	overflow: hidden;
	margin-top: 5px;
}

.home .mosaic-box .inner {
	height:266px;
}

.home #mosaic-box-three .mosaic-box .inner {
	height: 537px;
}

.home .mosaic-box .mask-wrapper {
	position: relative;
	left: 101%;
	background: rgba(167, 122, 66, 0.80);
	height: 100%;
	width: 100%;
	-webkit-transition: all .3s;
			transition: all .3s;
}

.home .mosaic-box:hover .mask-wrapper {
	left: 0;
}

.home #mosaic-box-two .mask-wrapper,
.home #mosaic-box-four .mask-wrapper,
.home #mosaic-box-seven .mask-wrapper {
	left: 0!important;
	top: -102%;
}

.home #mosaic-box-two:hover .mask-wrapper,
.home #mosaic-box-four:hover .mask-wrapper,
.home #mosaic-box-seven:hover .mask-wrapper {
	top: 0;
}

.home .mosaic-box .mask-content {
	padding: 50px 25px 50px 25px!important;
}

.home #mosaic-box-three .mask-content {
	padding: 150px 25px 150px 25px!important;
}

.home .mosaic-box .mask-content h3,
.home .mosaic-box .mask-content h4 {
	font-weight: bold;
}

.home .mosaic-box .mask-content h3 {
	font-size: 24px;
	color: #fff;
}

.home .mosaic-box .mask-content h4 {
	font-size: 14px;
	color: #dac3aa;
}

.home .mosaic-box .mask-content a {
	margin-top: 2em;
	display: block;
	color: #021831;
	letter-spacing: 4px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background: url('img/mosaic-shadow-orange.png') no-repeat;
	background-position: center -25px;
	padding-top: 1em;
}

#homepage-mosaic a:hover{text-decoration:none; color:#fff;}

.home .mosaic-box .mask-wrapper.blue {
	background: rgba( 27, 47, 70, 0.80);
}

.home .mosaic-box .mask-wrapper.blue:after {
	border-color: transparent transparent #34536c transparent;
}

.home .mosaic-box .mask-wrapper.blue .mask-content a {
	background: url('img/mosaic-shadow-blue.png') no-repeat;
	background-position: center -25px;
}

.home .mosaic-box .mask-wrapper.blue .mask-content h4 {
	color: #979da4;
}

.home .mosaic-box .mask-wrapper.blue .mask-content a {
	color: #5085af;
}

/*********** Default Pages ***********/
#did-you-know .fact {
	margin-top: 2em;
	font-style: italic;
	font-size: 15px;
}

#did-you-know img{
	display:inline
}

#did-you-know h4{
	display:inline;
	font-size:17px;
	margin-left:10px;
	color:#01344e;
}

#did-you-know .fact,
#did-you-know .fact * {
	color: #5086a0!important;
}

#sub-navigation {
	margin-bottom: 50px;
}

#sub-navigation h4 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e3cfb6;
}

#sub-navigation .links {
	list-style-type: none;
	padding: 15px 0 30px 0;
	border-bottom: 1px solid #e3cfb6;
}

#sub-navigation .links .current_page_item a {
	font-weight: bold;
	color: #ba8849;
	border-bottom:1px solid #ba8849;
}

#sub-navigation .links .current_page_item a:hover{
	border-bottom:1px solid #ba8849;
}

#sub-navigation .links a {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #013f65;
}

#sub-navigation .links a:hover{text-decoration:none; padding-left:5px; color:#ba8849;}
#sub-navigation .current_page_item a:hover{padding-left:0;}

.page-template-default #mtl-banner-top,
.page-template-page-template-expertise-php #mtl-banner-top,
.error404 #mtl-banner-top,
.page-template-page-template-plan-site-php #mtl-banner-top,
.single-career #mtl-banner-top,
.single-career #mtl-banner-middle {
	width: 100%;
	height: 211px;
	margin-bottom: 40px;
	background: url('img/mtl-banner-top.jpg') no-repeat center center;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/mtl-banner-top.jpg', sizingMethod='scale');
}

.page-template-page-template-expertise-php #mtl-banner-top{height:350px; margin-bottom:55px;}

.page-template-default #mtl-banner-middle, .page-template-page-template-expertise-php #mtl-banner-middle, .page-template-page-template-plan-site-php #mtl-banner-middle{
	width: 100%;
	height: 192px;
	margin-top: 40px;
	background: url('img/mtl-banner-middle.png') no-repeat center center;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/mtl-banner-top.png', sizingMethod='scale');
}

.page-template-page-template-expertise-php #mtl-banner-middle{margin-bottom:40px;}

#mtl-banner-top h2{text-align:center; font-weight:normal; font-size:70px; color:#fff; text-transform:uppercase; margin-top:80px; line-height:45px;}
#mtl-banner-top b{font-weight:bold;}
#mtl-banner-top .btn-container{width:500px; margin:auto; padding-top:30px;}
#mtl-banner-top a{font-size:20px; text-transform:uppercase;}
#mtl-banner-top a:hover{text-decoration:none;}
#mtl-banner-top .button-light{background-color:#fff; color:#ba8849; border:3px solid #fff; padding:5px 35px; float:left}
#mtl-banner-top .button-light:hover{background-color:#01344e; border-color:#01344e; color:#fff;}
#mtl-banner-top .button-dark{color:#fff; background-color:transparent; border:3px solid #fff; padding:5px 35px; float:right;}
#mtl-banner-top .button-dark:hover{border-color:#fff; color:#01344e; background-color:#fff;}

.page-template-default #block-two,
.page-template-default #block-three {
	margin-top: 40px;
}

.page-template-default #block-two #exergue {
	border-top: 1px solid #d8e3e9;
	border-bottom: 1px solid #d8e3e9;
	padding: 15px 0 15px 0;
	margin-top: 10px;
	margin-bottom: 40px;
}

.page-template-default #block-two #exergue,
.page-template-default #block-two #exergue * {
	color: #4e86a1!important;
	font-size: 20px;
	font-weight: bold!important;
}

.page-template-default #block-two #exergue * {
	margin-bottom: 0;
}

.page-template-default #call-to-action {
	margin-top: 30px;
}

.page-template-default #call-to-action .lubie-btn {
	font-size: 15px;
	letter-spacing: 2px;
	padding-left: 30px;
	padding-right: 30px;
}

.page-template-default #block-three {
	margin-bottom: 80px;
}

.page-template-default #introduction-text,
.page-template-default #introduction-text *,
.single-career #introduction-text,
.single-career #introduction-text *{
	font-size: 28px;
	color: #ba8849!important;
	font-weight: bold!important;
	line-height: 1.5em;
}

.page-template-default #introduction-text,
.single-career #introduction-text {
	margin-bottom: 20px;
}

/*.page-template-default .entry-header {
	margin-top: 0;
}*/

.page-template-default .entry-header h1,
.single-career .entry-header h1 {
	font-size: 60px;
	font-weight: normal;
	color: #01344e;
}

.page-template-default .entry-header h2,
.single-career .entry-header h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #e3d1bb;
	border-bottom: 1px solid #e3d1bb;
	padding: 20px 0 20px 0;
	font-size: 12px;
	letter-spacing: 2px;
}

.page-template-default .entry-content,
.page-template-default .entry-content p,
.single-career .entry-content,
.single-career .entry-content p {
	color: #00324a!important;
	font-size: 16px;
}

.page-template-default .entry-content {
	margin-bottom: 0;
}

.page-template-default .entry-content ul,
.single-career .entry-content ul {
	list-style-image: url('img/list-image.png');
	padding-left: 0;
	list-style-position: inside;
}

.page-template-default .entry-content ul li,
.page-template-default .entry-content ul li span {
	color: #4e86a1!important;
	font-weight: bold;
	font-size: 15px;
	line-height: 2em;
}

.page-template-default .smaller-list ul li{
	font-size:14px;
}

.page-template-default .entry-content h1,
.page-template-default .entry-content h2,
.page-template-default .entry-content h3,
.page-template-default .entry-content h4,
.page-template-default .entry-content h5,
.page-template-default .entry-content h6,
.single-career .entry-content h1,
.single-career .entry-content h2,
.single-career .entry-content h3,
.single-career .entry-content h4,
.single-career .entry-content h5,
.single-career .entry-content h6 {
	margin-top: 20px;
	font-weight: bold!important;
	color: #00344c!important;
}


/*********** Testimonials ***********/


#testimonials {
	margin-top: 4em;
}

#testimonials .prev-selector,
#testimonials .next-selector {
	display: inline-block;
	width: 26px;
	height: 26px;
	-webkit-transition: all .3s;
			transition: all .3s;
}

#testimonials .prev-selector:hover,
#testimonials .next-selector:hover {
	-khtml-opacity: 0.8;
	  -moz-opacity: 0.8;
  		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  			filter: alpha(opacity=80);
  			opacity: 0.8;
}

#testimonials .prev-selector span,
#testimonials .next-selector span {
	-khtml-opacity: 0;
	  -moz-opacity: 0;
  		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  			filter: alpha(opacity=0);
  			opacity: 0;
}

#testimonials .prev-selector {
	background: url(img/testimonial-slider-arrow-left.png) no-repeat;
}

#testimonials .next-selector {
	background: url(img/testimonial-slider-arrow-right.png) no-repeat;
}

#testimonials ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#testimonials .subtitle,
#testimonials h5 {
	font-size: 12px;
	letter-spacing: 0;
}

#testimonials .subtitle {
	font-weight: bold;
}

#testimonials h4 {
	font-size: 20px;

}

#testimonials h4,
#testimonials h5{
	color: #5086a0;
}

/*********** Projects Listings ***********/
#projects-listings h1{font-weight:normal; text-transform:uppercase; text-align:center; color:#00344c; letter-spacing:1px;}
#projects-listings h2{text-align:center; font-size:30px; color:#ba8849; margin-top:-20px;}

.view-map {margin-bottom: 15px;}

#filter-infos{margin-bottom:20px;}
#filter-infos span{padding-right:15px; margin-right:15px; font-size:20px; color:#ba8849; border-right:1px solid #e7dac9; text-transform:lowercase !important;}
#filter-infos a{color:#00354d; text-transform:uppercase; letter-spacing:3px;}

#filter-infos .count{
	display:inline;
	margin-left:10px;
	border:2.5px solid #b3884e;
	border-radius:50%;

	width: 50px;
	line-height: 41px;
	height: 50px;
	text-align: center;
	display: inline-block;

}
#filter-infos h5{font-size:18px; display:inline; text-align:center; color:#ba8849; font-weight:bold;}
#filter-infos #results h4{margin-right:10px; font-size:16px; text-transform:uppercase; letter-spacing:3px; display:inline;}

#filter-infos #results{margin-top:9px;}

#results{padding-right:40px;}

.type-project{border-top:1px solid #e3cfb6;}
.type-project header{}
.type-project .inner{line-height:1.3;}
.type-project .inner-2{line-height:1.4;}
.type-project a:hover{text-decoration: none;}
.type-project h3{font-size:46px; font-weight:bold; color:#00344c; margin-top:25px; margin-bottom:3px !important; background-color:#f0f4f7; padding:5px 10px;}
.type-project h5{margin-top:12px;}
.type-project span{font-size:22px; font-weight:bold; color:#b3884e;}
.type-project .project-taxonomies h5{font-size:19px; color:#5086a0; font-weight:bold;}
.type-project .project_statut{margin-top:5px; text-align:left;}
.type-project .statut{font-size: 16px;padding-left:0px; }
@media(min-width:992px){
.type-project .project_statut{margin-top:35px; text-align:right;}
.type-project .statut{padding-left:5px; border-left:1px solid #dcdcdc;}
}

#reset-filters:hover{text-decoration:none; color:#00628f;}

#project-filters .active{
	font-weight: bold;
}

#project-filters ul {
	list-style-type: none;
	padding: 0;
}

#project-filters li {
	display: inline-block;
	margin:0 20px 3px 20px;
}

#project-types {
	padding: 27px 0 18px 0;
	background: url('img/project-filter-types-banner.jpg') no-repeat center center;
	background-size: cover;
}

#project-types a {
	position: relative;
	padding: 5px 15px 5px 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none!important;
	font-size: 16px;
	letter-spacing: 4px;
	border: 1px solid transparent;
	border-radius: 20px;
	-webkit-transition: none!important;
			transition: none!important;
}

#project-types a:after {
	position: absolute;
	top: 48px;
	left: 50%;
	margin-left: -15px;
	display: block;
	content: " ";
	background: url('img/project-filter-empty-ellipse.png') no-repeat center center;
	height: 23px;
	width: 23px;
}

#project-types a.active:after,
#project-types a:hover:after {
	background: url('img/project-filter-full-ellipse.png') no-repeat center center;
}

#project-types a:hover,
#project-types a.active {
	border: 1px solid #7a8791;
	border-color: rgba(122, 135, 145, 0.7);
	border-radius: 20px;
}

#project-locations {
	margin-top: 5px;
	background: #eeeeee;
	padding: 24px 0 24px 0;
}

#project-locations a {
	text-transform: none!important;
}

#project-locations a.active {
	background: #ba8849;
	color: #fff!important;
}

.row-margin .btn {
    margin-bottom: 20px;
}

/* Project Types Btn Close */
#project-types .active .add-close-project{display:inline !important;}
#project-types .active{padding-right:10px !important;}
#project-types .add-close-project{display:none; padding:7px 0 6px; margin-left:10px; padding-left:10px; border-left:1px solid #7a8791; color:#959ba2;
font-size:14px;}

/* Project Locations Btn Close */
#project-locations .add-close-project{float:right; padding:0px 10px; font-weight:bold; background-color:#fff; color:#c49b6b;
-moz-transform:translateX(-26px) translateY(-12px);
-webkit-transform:translateX(-26px) translateY(-12px);
-o-transform:translateX(-26px) translateY(-12px);
-ms-transform:translateX(-26px) translateY(-12px);
transform:translateX(-26px) translateY(-12px);}
#project-locations .close-shadow{width:10px; height:0px; margin-top:13px; background-color:orange; float:right;
-webkit-box-shadow: -1px 1px 2px 2px #bdbdbd; box-shadow: -1px 1px 2px 2px #bdbdbd;}

/* Project Image Set Width */
.project-image img{ width:100%; margin-top:-1px;}
@media(min-width:481px){
.project-image img{ width:100%;}
}
@media(min-width:992px){
.project-image img{ width:100%;}
}

/*********** Single Project ***********/

.single-project .entry-header .inner{font-size:75px; color:#fff; padding:0 7px;}
.single-project .entry-header .inner-2{font-size:20px; background-color:#fff; padding:0 3px;}

.single-project .entry-header {
	margin-bottom: 0;
}

.single-project .entry-header.static {
	padding: 50px 0 70px 0;
}

.single-project .entry-header.static {
	margin-bottom: 0;
}

.single-project #project-carousel {
	max-height: 250px!important;
}

.single-project #project-carousel img {
	max-height: 250px!important;
	width: 100%;
}

.single-project .entry-header h1,
.single-project .entry-header h2 {
	text-transform: uppercase;
}

.single-project .entry-header h1 {
	font-weight: normal;
	font-size: 60px;
	color: #fff;
	margin-top:100px;
}

.single-project .entry-header h2 {
	font-size: 18px;
	color: #ba8d55;
	font-weight: bold;
	margin-top:-10px;
}

.single-project #banner-lead-to{-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
width:64px; height:64px; margin:auto; margin-top:50px; margin-bottom:50px; background-color:#ba8849; border:2px solid #ba8849; cursor:pointer;
-webkit-border-radius:50%; border-radius:50%; background-image:url('img/arrow-bottom.png'); background-position:50% 55%; background-repeat:no-repeat;}

.single-project #banner-lead-to:hover{-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
background-color:#00344c; border-color:#fff;}

.single-project .entry-header h1 .inner {
	background-color: #073041;
	background: rgba(7, 48, 65, 0.8);
}

.single-project .entry-header h2 .inner {
	padding: 10px 5px 10px 5px;
	background: #fff;
}

.single-project #view-all-projects {
	margin-bottom: 40px;
}

.single-project #view-all-projects .lubie-btn {
	background: #00344c;
	font-weight: bold;
}

.single-project #project-intro h1,
.single-project #project-intro h2,
.single-project #project-intro h3 {
	margin-bottom: 30px;
	line-height: 1.25em;
	font-size: 26px;
}

.single-project #project-intro p,
.single-project #project-intro p *{
	font-size: 16px;
}

.single-project #project-intro h2{width:85%; margin:auto; margin-bottom:30px; font-size:30px; color:#00344c;}
.single-project #project-intro p{width:85%; margin:auto;}
.single-project #project-intro span{font-size:16px; font-weight:normal; color:#00324a;}

.single-project .project-downloads a{ margin-right: 20px;margin-bottom:10px;}

.single-project #available-rental-spaces {
	position: relative;
	margin-bottom:10px;
}

.single-project #available-rental-spaces a {
	position: relative;
	color: #ba8849;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e3cfb6;
	text-decoration: none!important;
}

.single-project #available-rental-spaces a:hover{color:#00344c; border-color:#b0c6d1;}

.single-project #available-rental-spaces a:after {
	position: absolute;
	top: 10px;
	right: -25px;
	display: block;
	content: " ";
	width: 11px;
	height: 9px;
	background: url('img/available-rental-spaces-arrow.png') no-repeat center center;
}

.single-project #project-mosaic {
	margin-top: 60px;
	overflow: hidden;
}

.single-project #project-mosaic #left-wing,
.single-project #project-mosaic #right-wing {
	height: 500px;
}

.single-project #project-mosaic #left-wing {
	background: url('img/project-mosaic-left-wing.jpg') no-repeat center center;
	background-size: cover;
}

.single-project #project-mosaic #right-wing {
	background: url('img/project-mosaic-right-wing.jpg') no-repeat center center;
	background-size: cover;
}

.single-project #project-mosaic #column-one,
.single-project #project-mosaic #column-two,
.single-project #project-mosaic #column-three {
	padding: 0 5px 0 5px;
}

.single-project #project-mosaic #column-one {
	padding-left: 10px;
}

.single-project #project-mosaic #column-three {
	padding-right: 10px;
}

.single-project #project-mosaic .block {
	position:relative;
	width:100%;
	height: 250px;
	background-color: #003049;
	text-align:center;
	font-size:18px;
	text-transform:uppercase;
	padding:0px 5px 0 5px;
	line-height:1.3;
}

.single-project #project-mosaic .block b{
	font-weight:normal;
	position:absolute;
	width:100%;
	height:100%;
	display:table;
}

.single-project #project-mosaic .block strong{
	display:table-cell;
	vertical-align:middle;
	text-align:middle;
	word-break:break-all;
}

.single-project #project-mosaic .block::after{content:" "; display:block; padding-top:200px; width:55%; margin:auto;}

.single-project #project-mosaic #block-one {
	background: url('img/project-mosaic-block-one.jpg') no-repeat center center;
	background-size: cover;
}
.single-project #project-mosaic #block-one::after{border-bottom:1px solid #ced9df;}

.single-project #project-mosaic #block-two {
	color:#fff;
}
.single-project #project-mosaic #block-two::after{border-bottom:1px solid #fff;}

.single-project #project-mosaic #block-three {
	background: url('img/project-mosaic-block-three.jpg') no-repeat center center;
	background-size: cover;
	color:#fff;
}
.single-project #project-mosaic #block-three::after{border-bottom:1px solid #f0e7dc;}

.single-project #project-mosaic #block-four {
	background: url('img/project-mosaic-block-four.jpg') no-repeat center center;
	background-size: cover;
}
.single-project #project-mosaic #block-four::after{border-bottom:1px solid #6b8b9b;}

.single-project #project-mosaic #block-five {
	background: url('img/project-mosaic-block-five.jpg') no-repeat center center;
	background-size: cover;
}
.single-project #project-mosaic #block-five::after{border-bottom:1px solid #688596;}

.single-project #project-mosaic #block-six {
	color:#fff;
}
.single-project #project-mosaic #block-six::after{border-bottom:1px solid #fff;}


/*********** Single Career ***********/

.single-career #view-all-careers {
	text-align: left;
	margin-bottom: 40px;
}

.single-career #view-all-careers a {
	margin-left: 0;
}

@media (min-width:1024px) {

	.single-career #view-all-careers {
		text-align: center;
	}

	.single-career #view-all-careers a {
		margin-left: -30px;
	}
}

.single-career #mtl-banner-top,
.single-career #mtl-banner-middle  {
	margin-bottom: 0;
}


#projects-infos{margin-top:60px; margin-bottom:30px;}
#projects-infos .col-md-12{text-align:center;}
#projects-infos .col-md-12 p{width:60%; margin:auto;}
#wpcf-field-project-localisation{text-align:right; padding-right:25px;}
#wpcf-field-project-localisation h2{margin-bottom:40px; color:#a97c43; font-size:30px;}
#wpcf-field-project-localisation p{margin-bottom:40px; color:#608da4; font-size:15px;}

#wpcf-field-project-highlights{text-align:left; padding-left:25px;}
#wpcf-field-project-highlights h2{margin-bottom:40px; color:#003049; font-size:30px;}
#wpcf-field-project-highlights p{margin-bottom:40px; color:#608da4; font-size:15px;}

#wpcf-field-project-cta-text{margin-top:55px;}
#wpcf-field-project-cta-text p{width:80%; font-size:16px; color:#003049; text-align:center; margin:auto; margin-bottom:40px;}

#project-call-to-action{text-align:center; margin-bottom:80px; background-color:#edf1f4; z-index:99;}
#project-call-to-action a{-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
background-color:#ba8849; color:#fff; padding:10px 40px; text-transform:uppercase; font-size:17px; font-weight:bold; cursor:pointer;}
#project-call-to-action a:hover{-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
background-color:#00344c; text-decoration:none;}

#project-call-to-action-shadow{width:100%; height:64px; margin-top:-15px;
background: #e2e6e8;
background: -moz-radial-gradient(center, ellipse cover, #e2e6e8 0%, #edf1f4 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#e2e6e8), color-stop(100%,#edf1f4));
background: -webkit-radial-gradient(center, ellipse cover, #e2e6e8 0%,#edf1f4 100%);
background: -o-radial-gradient(center, ellipse cover, #e2e6e8 0%,#edf1f4 100%);
background: -ms-radial-gradient(center, ellipse cover, #e2e6e8 0%,#edf1f4 100%);
background: radial-gradient(ellipse at center, #e2e6e8 0%,#edf1f4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e6e8', endColorstr='#edf1f4',GradientType=1 );}

#project-metas{margin-bottom:20px;padding-top: 20px;}
#project-metas .col-md-4{text-align:center;}
#project-metas img{margin-bottom:15px;}
#project-metas p{line-height:1.6; font-size:16px; color:#ba8849;}
#project-metas span{line-height:0.95;}
#project-metas a{-webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -ms-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear;
font-size:16px; color:#ba8849; font-weight:bold;}
#project-metas a:hover{-webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -ms-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear;
text-decoration:none; color:#003049;}
#project-metas .row{text-align:center;}

/*********** Revolution Slider ***********/
.rev_slider_wrapper b{font-family:"raleway-bold";}

/*********** Contact Page ***********/
#contact-banner {
	padding: 50px 0 50px 0;
	margin-bottom: 0;
}

#contact-banner h1 {
	margin: 0 0 25px 0;
	color: #fff;
	font-weight: normal;
	font-size: 55px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

#contact-details
{
	display: block;
	color: #2a4357;
	background: rgba( 255, 255, 255, 0.78 );
	margin-bottom: 0;
	padding: 25px;
}

#contact-details small{font-size:35px;}

#contact-details dt {
	font-size: 35px;
	letter-spacing: 7px;
	text-transform: uppercase;
}

#contact-details dt:after {
	display: block;
	content: " ";
	width: 40%;
	border: 1px solid #6e868f;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#contact-details dd {
	font-size: 20px;
	margin-bottom: 0;
}

#contact-details #contact-address
{
	margin-bottom: 1em;
}

#contact-details #contact-phone, #contact-details #contact-fax
{
	margin-bottom: 0.5em;
}

#contact-details #contact-phone,
#contact-details #contact-fax,
#contact-details #contact-admin-email{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

#contact-details #contact-admin-email a{
	color:#2a4357;
	text-decoration:none;
}

#contact-details #contact-admin-email a:hover{
	color:#1fa0ae;
}

#view-map {
	padding-left: 125px;
	padding-right: 125px;
}

#contact-form {
	padding: 25px 50px 25px 50px;
}

#contact-form textarea{max-height:500px;}

#contact-form .lubie-title
{
	margin-bottom: 1em;
}

#contact-form .form-group > span {
	margin-bottom: 1.5em;
	display: inline-block;
	color: #ba8849;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#contact-form .form-item span label {
	font-size: 1em;
	text-transform: none;
	font-weight: normal;
	color: #ba8849;
}

#contact-form .form-group span label {
	font-weight: normal;
	position: relative;
}


#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form textarea,
#contact-form select {
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #eeeeee;
	font-size: 15px;
	background: #eeeeee;
	width: 100%;
	margin-bottom: 1.5em;
}

#contact-form textarea {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 250px;
	resize: vertical;
}


#contact-form select {
	color: #ba8849;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form input[type="tel"]:focus,
#contact-form textarea:focus,
#contact-form select:focus {
	border-color: #ba8849;
	background: none;
	color: #8d97a0;
}

#contact-form input[type="text"]:focus::-webkit-input-placeholder,
#contact-form input[type="email"]:focus::-webkit-input-placeholder,
#contact-form input[type="tel"]:focus::-webkit-input-placeholder,
#contact-form textarea:focus::-webkit-input-placeholder,
#contact-form select:focus::-webkit-input-placeholder {
	font-weight:bold;
}

#contact-form input[type="text"]:focus:-moz-placeholder,
#contact-form input[type="email"]:focus:-moz-placeholder,
#contact-form input[type="tel"]:focus:-moz-placeholder,
#contact-form textarea:focus:-moz-placeholder,
#contact-form select:focus:-moz-placeholder {
	font-weight:bold;
}

#contact-form input[type="text"]:focus::-moz-placeholder,
#contact-form input[type="email"]:focus::-moz-placeholder,
#contact-form input[type="tel"]:focus::-moz-placeholder,
#contact-form textarea:focus::-moz-placeholder {
	font-weight:bold;
}


#contact-form input::-webkit-input-placeholder {
   	color: #ba8849;
   	text-transform: uppercase;
   	letter-spacing: 2px;
}

#contact-form input:-moz-placeholder {
   	color: #ba8849;
   	text-transform: uppercase;
   	letter-spacing: 2px;
}

#contact-form input::-moz-placeholder {
   	color: #ba8849;
   	text-transform: uppercase;
   	letter-spacing: 2px;
}

#contact-form input:-ms-input-placeholder {
   	color: #ba8849;
   	text-transform: uppercase;
   	letter-spacing: 2px;
}

#contact-form textarea::-webkit-input-placeholder {
   	color: #ba8849;
   	text-transform: uppercase;
   	letter-spacing: 2px;
}

#contact-form textarea:-moz-placeholder {
   	color: #ba8849;
   	text-transform: uppercase;
   	letter-spacing: 2px;
}

#contact-form textarea::-moz-placeholder {
   	color: #ba8849;
   	text-transform: uppercase;
   	letter-spacing: 2px;
}

#contact-form textarea:-ms-input-placeholder {
   	color: #ba8849;
   	text-transform: uppercase;
   	letter-spacing: 2px;
}

#contact-form input[type="submit"] {
	border: none;
	padding: 10px 40px 10px 40px;
	line-height: 2em;
	border-radius: 0px;
	background: #ba8849;
	text-transform: uppercase;
	color: #fff!important;
	font-size: 18px;
	letter-spacing: 1px;
	-webkit-transition: all .4s;
			transition: all .4s;
}

#contact-form input[type="submit"]:hover {
	background: #2a4357;
}

#contact-form-wrapper {
	/*-webkit-box-shadow: 0px 5px 25px 0px rgba(43, 43, 43, 0.7);
	   -moz-box-shadow:    0px 5px 25px 0px rgba(43, 43, 43, 0.7);
			box-shadow:         0px 5px 25px 0px rgba(43, 43, 43, 0.7);*/
}

#google-map {
	display: block;
}

#help-google-map-mobile-top{display:none;}
#help-google-map-mobile-bottom{display:none;}

#google-map #map_canvas {
	height: 550px;
}

#google-map-shadow{
	width:100%;
	height:7px;
	position:relative;
	top:7px;
	left:0;
	opacity:0.85;
	z-index:99;
	background: #bfbdbc;
	background: -moz-linear-gradient(top, #bfbdbc 0%, #eae8e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfbdbc), color-stop(100%,#eae8e6));
	background: -webkit-linear-gradient(top, #bfbdbc 0%,#eae8e6 100%);
	background: -o-linear-gradient(top, #bfbdbc 0%,#eae8e6 100%);
	background: -ms-linear-gradient(top, #bfbdbc 0%,#eae8e6 100%);
	background: linear-gradient(to bottom, #bfbdbc 0%,#eae8e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbdbc', endColorstr='#eae8e6',GradientType=0 );
}

/*********** Page Expertise ***********/
.page-template-page-template-expertise-php h1{font-size:70px; font-weight:normal; color:#01344e; line-height:1.2; padding-bottom:50px;
border-bottom:1px solid #99aeb7; background-image:url('img/expertise-double-pastille.png'); background-repeat:no-repeat; background-position:100% 0%;}
.page-template-page-template-expertise-php h1 b{font-weight:bold; color:#ba8849;}

.page-template-page-template-expertise-php h2{margin-top:45px; margin-bottom:35px; font-size:18px; font-weight:bold; color:#00344c; text-transform:none; line-height:23px;}

.page-template-page-template-expertise-php .entry-header p{color:#00324a; margin-bottom:30px;}

.page-template-page-template-expertise-php .entry-header #introduction-text{margin-bottom:50px;}

.page-template-page-template-expertise-php .entry-header a{padding:9px 30px; text-transform:uppercase; letter-spacing:2px; font-weight:bold; color:#fff;
background-color:#ba8849; border:2px solid #ba8849;}
.page-template-page-template-expertise-php .entry-header a:hover{text-decoration:none; color:#ba8849; background-color:transparent;}

#expertise-last-project{margin-bottom:100px;}

#expertise-last-project .first-title{font-family:"raleway-light"; font-weight:normal; text-transform:uppercase; color:#ba8849; font-size:24px; letter-spacing:6px;}
#expertise-last-project #expertise-devimco-title{width:651px; height:96px; margin-top:20px; margin-bottom:80px; background-image:url(img/devimco-title.png);
background-repeat:no-repeat;}

#expertise-last-project .col-md-4{padding-left:0; padding-right:30px;}

#expertise-last-project .first-h2{margin-top:15px !important; margin-bottom:15px !important; color:#00344c; font-size:42px; font-weight:bold; line-height:1.1;}
#expertise-last-project h2{font-family:"raleway-extrabold"; margin-top:0; margin-bottom:0; color:#5086a0; font-size:15px; line-height:1.6;}
#expertise-last-project h3{font-size:25px; font-family:Lato; font-weight:bold; color:#5086a0; border-top:1px solid #cadae2;
padding-top:15px; margin-right:20px;}
#expertise-last-project h4{font-family:"raleway-extrabold"; font-size:12px; font-weight:bolder; color:#ba8849; margin-top:20px;
letter-spacing:2px; text-transform:uppercase;}
#expertise-last-project ul{padding-left:0; margin-bottom:40px;}
#expertise-last-project .expertise-types{color:#00344c; font-weight:normal; font-size:13px; text-transform:uppercase; display:inline;}
#expertise-last-project .expertise-types:after{content:" / ";}
#expertise-last-project .expertise-types:last-child:after{content:" ";}
#expertise-last-project p{font-family:"raleway-regular"; color:#5086a0; font-size:14px; font-family: Raleway, Arial, Helvetica, sans-serif; font-weight:normal; margin-bottom:25px;}
#expertise-last-project a{display:inline-block; color:#ba8849; border:1px solid #ba8849; background-color:transparent; padding:6px 30px;
text-transform:uppercase; font-weight:bold; font-size:15px;}
#expertise-last-project a:hover{text-decoration:none; background-color:#01344e; color:#fff; border-color:#01344e;}
#expertise-last-project img{width:100%; height:auto; padding-right:20px;}

#expertise-banner-transition{width:100%; height:130px; background-image:url(img/expertise-banner-transition.jpg);}
#expertise-banner-transition .banner-shadow{width:100%; height:5px; background-color:#99aeb7; opacity:0.8;}

.page-template-page-template-expertise-php #testimonials{margin-top:-90px;}
.page-template-page-template-expertise-php #testimonials .bx-viewport{background-color:transparent;}
.page-template-page-template-expertise-php #testimonials img{width:180px; height:180px; margin:auto;}
.page-template-page-template-expertise-php #testimonials .subtitle{text-align:center; font-size:13px; font-weight:bold; color:#ba8849;
text-transform:uppercase; margin:auto; margin-top:50px; margin-bottom:30px; letter-spacing:1.5px; border-top:1px solid #ccd6db; padding-top:15px;
width:400px;}
.page-template-page-template-expertise-php #testimonials .testimonial-content{color:#00344c; font-size:26px; text-align:center;}
.page-template-page-template-expertise-php #testimonials h4{text-align:center; font-weight:bold; font-size:28px; color:#5086a0; margin-bottom:0;}
.page-template-page-template-expertise-php #testimonials h5{text-align:center; font-weight:normal; font-size:16px; color:#5086a0; margin-bottom:25px;}

.page-template-page-template-expertise-php #testimonials #custom-controls{text-align:center; width:52px; margin:auto; margin-top:-20px; margin-bottom:250px;}
.page-template-page-template-expertise-php #testimonials .prev-selector{float:left; width:26px; height:26px;}
.page-template-page-template-expertise-php #testimonials .next-selector{float:left; width:26px; height:26px;}

/*********** Footer ***********/
#footer-navigation{margin-top:-4px;}
#footer-navigation li{padding:1px 0;}

#footer dl a{
	text-decoration:none;
}

#footer dl dd{
	margin-bottom:0;
}

#footer dl a:hover{
	margin-left:5px;
	color:#1fa0ae;
}

#footer-separator {
	margin-top: -10px;
	background: rgba(201, 217, 226, 0.9);
	height: 10px;
}

#footer h4,
#footer a,
#copyright .container p {
	color: #021831;
}

#footer ul li a:hover{text-decoration:none; padding-left:5px; color:#6ab2d4;}

#footer-projects ul,
#footer-useful-links ul {
	padding-left: 0!important;
}

#footer dl {
	margin-top: 2em;
}

#footer dt,
#footer dd {
	font-size: 15px;
	text-transform: uppercase;
}

#footer dt {
	letter-spacing: 2px;
	margin-bottom: .5em;
	color: #013f65;
}

#footer dd {
	margin-top:-5px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #c6a076;
}

/**********
LUBIE END
**********/




/**********
BLOG START
*********

.blogSection{
	float: left;
	width: 640px;
}

.blog_item{
	background: #fff;
	border-bottom: 3px solid #fff;
	float: left;
	margin: 0 20px 20px 0px;
	width: 300px;
	padding: 0;
 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px transparent;
	   -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px transparent;
	     -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px transparent;
	        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px transparent;
}

.blog_item:hover{
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px #1fa0ae;
	   -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px #1fa0ae;
	     -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px #1fa0ae;
	        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px #1fa0ae;
}

.blog_item .text_post{
	padding: 20px;
	position: relative;
}
.blog_item h3{
	background: #fff;
	font-size: 24px;
	line-height: 28px;
	padding: 0 0px 10px 0;
	font-weight: bold;
	color: #050505;
	display: inline-block;
	position:relative;
	z-index: 990;
	top: 0;
}
.blog_item h3 a{ color: #050505; }
.blog_item h3 a:hover{ color: #1fa0ae !important; }

.blog_item .postBoxItem_date{
	color: #aaaaa9;
	font-size:13px;
	margin-bottom: 10px;
	display: block;
}
.blog_item .postBoxItem_date a{ color: #aaaaa9 !important; }
.blog_item .postBoxItem_date a:hover{ color: #1fa0ae !important; }
.blog_item .post_excerpt{
	font-size: 13px;
	margin-bottom: 0px;
}
.blog_item .post_excerpt p{
	margin-bottom: 0px;
	font-size: 16px;
}
.blog_item .preview_post{
	background: #000;
	float: none;
	width: 100%;
	margin-left: 0px;
}*/

.cartouche{
	border-top: 1px solid #ececec;
	font-weight: bold;
	padding: 20px;
}

.cartouche .comments{
	background: url(img/comment_icon.png) no-repeat left 6px;
	color: #aaa !important;
	padding-left: 24px;
	float:right;
}
.cartouche .readmore{
	color: #4c4c4c !important;
	font-style: italic;
	font-weight: bold;
	float:left;
}
.cartouche .readmore:hover{
	color: #1fa0ae !important;
}

.singlePost{
	background: #fff;
	margin: 0 20px 0px 0px;
	padding: 0;
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		 box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px transparent;
	   -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px transparent;
	     -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px transparent;
	        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px transparent;
}

.singlePost.faqSingle{
	background: #1fa0ae;
	border-bottom: 4px solid #1fa0ae;
}
.singlePost h1{
	font-size:36px;
	padding:40px;
	color: #1fa0ae;
}
.singlePost.faqSingle h1{
	padding:0px 40px 0 40px !important;
}
.catFAQ{
	padding: 40px 40px 20px 40px;
	text-transform: uppercase;
}

.singlePost .article_content{
	padding: 40px;
	border-bottom: 1px solid #1fa0ae;
}

/**********
BLOG END
**********/




/*
---------------------- [ MOBILE NAVIGATION
*/
#header #mobileMenu ul li a:hover{text-decoration:none;}
#header .mobileMenu_tool{
	display:none;
	width:46px;
	height: 46px;
	position:absolute;
	top:2px;
	right:15px;
	z-index:300;
}
#header .mobileMenu_tool .opener{
	background: #fff url(img/mobileMenu_tool.png) no-repeat center center;
	cursor:pointer;
	width:46px;
	height:46px;
	padding: 15px;
	margin-top:-2px;
}
#header .mobileMenu_tool .opener.active{
	background:#1fa0ae url(img/mobileMenu_tool.png) no-repeat center center;
}

#header #mobileMenu{
	display:none;
	position: relative;
	top: 0px;
	clear:both;
	min-height: 0px;
}
#header #mobileMenu ul{
	display: none;
	top:auto;
	margin:0; padding:0 0 0px 0;
	list-style:none;
}
#header #mobileMenu ul ul{
	border-top:1px solid #d5d5d5;
	display:none;
	margin:0 0 20px 0; padding:0 0 20px 0;
	list-style:none;
	position:inherit;
}
/* #header #mobileMenu > ul li:first-child{
	-webkit-box-shadow: 0px 2px 5px 0px  rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 2px 5px 0px  rgba(0, 0, 0, 0.2) inset;
	     -o-box-shadow: 0px 2px 5px 0px  rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 2px 5px 0px  rgba(0, 0, 0, 0.2) inset;
}*/
#header #mobileMenu li { border-bottom:1px solid #d5d5d5; position:relative; display:block; }

#header #mobileMenu > li { text-transform: uppercase; }

#header #mobileMenu ul li ul li {  display:block; font-size:13px; }
#header #mobileMenu li.dropper.active { background: #f3f4f7; }
#header #mobileMenu li.dropper.active li { background: #fff; }
#header #mobileMenu li li.dropper.active { background: #f3f4f7; }
#header #mobileMenu li li.dropper.active li { background: #fff; }
#header #mobileMenu li li li.dropper.active { background: #f3f4f7; }
#header #mobileMenu li li li.dropper.active li { background: #fff; }
#header #mobileMenu li li li li.dropper.active { background: #f3f4f7; }
#header #mobileMenu li li li li.dropper.active li { background: #fff; }
#header #mobileMenu ul li a{
	padding:8px 10px 8px 20px;
	display:block;
	line-height:30px;
}
#header #mobileMenu ul li a:hover{
}
#header #mobileMenu .dropper span {
	cursor:pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 37px;
	font-size: 20px;
	color: #999;
	background:url(img/droppyDark.png) no-repeat center center;
}
#header #mobileMenu .dropper.active > span {
	background:url(img/droppyDarkactive.png) no-repeat center center !important;
}
#header #mobileMenu .dropper.active span li span {
	background:url(img/droppyDark.png) no-repeat center center;
}





/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 1.5em 0;
	}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 1.5em 1.5em;
	}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	display: block;
	clip: auto !important;
	line-height: normal;
	text-decoration: none;
	z-index: 100000; /* Above WP toolbar */
	}

/* Clearing */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
* html .clearfix {
	height: 1%;
	}
*:first-child+html .clearfix {
	min-height: 1px;
	}
.clearfix {
	display: block;
	}
.clear {
	clear: both;
	width:100%;
	display:block;
}

/* HEADER
----------------------------------------------- */
#header-top-left a {
	float: left;
	border-top: 5px solid #ba8849;
	letter-spacing: 4px;
	font-size: 12px;
	color: #ba8849;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 15px;
	display:none;
}
#header-top-left a:hover {
	border-top: 5px solid #013f65;
	color: #013f65;
	text-decoration: none;
}
#header-top-right {
	text-align: right;
}
#header-top-right a,
#header-top-right span {
	display: inline-block;
	color: #013f65;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	margin: 5px 12px;
}
#logo{
	display: block;
	width: 190px;
	margin: 0 auto;
	margin-top:40px;
}
#logo img:hover{-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;
-webkit-filter: brightness(110%); -moz-filter: brightness(110%); -o-filter: brightness(110%); -ms-filter: brightness(110%);}

#logo img {
	-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;
	position: relative;
	top: -25px;
	display: block;
}
hr.menu-full {
	border-top: 1px solid #e3edf3;
	margin: 0;
}

.site-header {
	padding: 40px 0 20px;
}
.site-branding {
	float: left;
}
.site-title {
	margin: 0;
	font-size: 30px;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1em;
}
.site-title a {
	color: #333;
	text-decoration: none;
}
.site-description {
	color: #a6a6a6;
	font-weight: 300;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* MENU
----------------------------------------------- */
a:active, a:focus{outline:none;}
#main-navigation {
	/*height: 55px;*/
}
.sf-menu ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.sf-menu ul {
	display: inline-block;
	/*height: 55px;*/
}
* html .sf-menu ul {
	height: 1%;
}
*:first-child+html .sf-menu ul {
	min-height: 1px;
}
.sf-menu ul {
	display: block;
}

.sf-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.sf-menu li ul {
	top: -999em;
	position: absolute;
	z-index: 99999;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 40px;
}
.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
	top: -999em;
}
.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
	top: 0;
	left: 170px;
}
.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
	top: -999em;
}
.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
	top: 0;
	left: 170px;
}
.sf-menu li {
    display: inline-block;
    vertical-align: top;
}
.sf-menu li a {
	float: left;
	display: block;
	font-weight: 400;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
.sf-menu li a:hover,
.sf-menu li.sfHover > a,
.sf-menu li.current_page_item > a,
.sf-menu li.current-menu-item > a,
.sf-menu li.current-menu-parent > a,
.sf-menu li.current-page-parent > a,
.sf-menu li.current-page-ancestor > a,
.sf-menu li.current_page_ancestor > a { }
.sf-menu li:hover li a,
.sf-menu li.sfHover li a {
	width: 140px;
}

#top-navigation {
	background: #333;
}
#top-navigation ul {
	border-left: 1px dotted #565656;
}
#top-navigation li ul { }
#top-navigation li:hover ul,
#top-navigation li.sfHover ul {
	top: 40px;
	background: #333;
	border-left: none;
	border-top: 1px dotted #565656;
	}
#top-navigation li li:hover ul,
#top-navigation li li.sfHover ul {
	top: 0px;
	border-left: 1px dotted #565656;
	}
#top-navigation li {
	border-right: 1px dotted #565656;
	}
#top-navigation li li {
	border-right: none;
	border-bottom: 1px dotted #565656;
}
#top-navigation li a {
	padding: 0 15px;
	color: #a6a6a6;
	font-size: .9em;
	line-height: 40px;
}
#top-navigation li a:hover,
#top-navigation li.sfHover > a,
#top-navigation li.current_page_item > a,
#top-navigation li.current-menu-item > a,
#top-navigation li.current-menu-parent > a,
#top-navigation li.current-page-parent > a,
#top-navigation li.current-page-ancestor > a,
#top-navigation li.current_page_ancestor > a {
	color: #fff;
}
#top-navigation li:hover li a,
#top-navigation li.sfHover li a {
	padding: 10px 15px;
	font-size: .75em;
	line-height: normal;
}

#main-menu {
	padding-left:0;
	min-height: 55px;
}

.main-menu-fixed{
	position:fixed;
	top:0;
    left:0;
    right: 0;
	z-index:999 !important;
	background-color:#fff;
}

#main-navigation li a {
	padding: 0 20px;
	color: #013f65;
	font-size: 15px;
	line-height: 55px;
	letter-spacing: 1px;
}

#main-navigation .menu-item-has-children{
	cursor:default;
}

#main-navigation li:hover ul,
#main-navigation li.sfHover ul {
	top: 50px;
	background: #333;
}
#main-navigation li li:hover ul,
#main-navigation li li.sfHover ul {
	top: 0px;
	border-left: 1px dotted #565656;
}
#main-navigation li li {
	border-bottom: 1px dotted #565656;
}
#main-navigation li li a {
	color: #a6a6a6;
}

#main-navigation .sf-menu > ul > li.menu-item > a {
    border-bottom: 5px solid #fff;
    margin-left: 10px;
    margin-right: 35px;
    padding: 5px 0 0 0;
    line-height: 25px;
    max-width: 200px;
    vertical-align: top;
}

.single-post #main-navigation .sf-menu > ul > li.menu-item-1093 > a,
.single-post #main-navigation .sf-menu > ul > li.menu-item-1093 > a,
#main-navigation .sf-menu > ul > li.current_page_item > a,
#main-navigation .sf-menu > ul > li.current-menu-item > a,
#main-navigation .sf-menu > ul > li.current-menu-parent > a,
#main-navigation .sf-menu > ul > li.current-page-parent > a,
#main-navigation .sf-menu > ul > li.current-page-ancestor > a,
#main-navigation .sf-menu > ul > li.current_page_ancestor > a {
	font-weight: bold;
	border-bottom: 5px solid #ba8849;
}

#main-navigation .sf-menu > ul > li.current-menu-item > a,
#main-navigation .sf-menu > ul > li.current-menu-ancestor a{padding-bottom: 25px;}

#main-navigation .sf-menu > ul > li:nth-child(2).current-menu-item > a{padding-bottom:0px;}
#main-navigation .sf-menu > ul > li:nth-child(3).current-menu-item > a{padding-bottom:0px;}


#main-navigation li a:hover,
#main-navigation li.sfHover > a,
#main-navigation li.current_page_item > a,
#main-navigation li.current-menu-item > a,
#main-navigation li.current-menu-parent > a,
#main-navigation li.current-page-parent > a,
#main-navigation li.current-page-ancestor > a,
#main-navigation li.current_page_ancestor > a {
	color: #ba8849;
}

#main-navigation li:hover li a,
#main-navigation li.sfHover li a {
	padding: 10px 20px;
	font-size: .75em;
	line-height: normal;
}

#main-navigation li{cursor:pointer;}

#main-navigation .sub-menu{background-color:#fff !important; height:auto; width:225px !important;}
#main-navigation .sub-menu li{border-bottom:none;}
#main-navigation .sub-menu li a{color:#00344c; text-align:left;}
#main-navigation .sub-menu li a:hover{color:#ba8849;}

/* SLIDER
----------------------------------------------- */
#slider {
	position: relative;
    height: 545px;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
#slider .fading-blocks {
	position: absolute;
	top:0px;
    left:50%;
    margin-left: -850px;
	width: 1700px;
}
#slider .loading {
	position: absolute;
	top: 48%;
	left: 50%;
	margin-left: -24px;
	background: url(img/ajax-loader.gif) center center;
	height: 48px;
	width: 48px;
}
#slider .fade {
	position: absolute;
	top: 0;
	/* height: 693px; */
	width: 340px;
	background: url(img/slider-fade.png) center top;
}
#fade4 {
	left: 0;
	background-position: left top;
}
#fade2 {
	left: 340px;
	background-position: 340px top;
}
#fade1 {
	left: 680px;
	background-position: 680px top;
}
#fade3 {
	left: 1020px;
	background-position: 1020px top;
}
#fade5 {
	left: 1360px;
	background-position: 1360px top;
}
#slider .content {
	max-width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
}
#slider h2 {
	font-size: 87px;
	letter-spacing: 5px;
	font-weight: 100;
	color: white;
	text-align: center;
	text-transform: uppercase;
	margin-top: 45px;
	margin-bottom:20px;
}
#slider hr {
	width: 400px;
	margin: 0 auto 30px;
}
#slider h3,
#slider h4 {
	font-size: 40px;
	font-weight: bold;
	color: white;
	text-align: center;
	text-transform: uppercase;
	line-height: 40px;
	margin: 0 0 10px;
}
#slider h4 {
	font-size: 16px;
	line-height: 20px;
	color:#ba8849;
}
#slider .row {
	margin-top: 75px;
}
#slider .button {
	display: inline-block;
	font-size: 22px;
	line-height: 22px;
	color: white;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid white;
	padding: 10px 50px;
}
#slider .button:hover {
	background: white;
	color: #021831;
	text-decoration: none;
}
#slider .fade,
#slider h2,
#slider hr,
#slider h3,
#slider h4,
#slider .button {
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
	transition: all 0.3 ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#slider .fade.fadeIn,
#slider h2.fadeIn,
#slider hr.fadeIn,
#slider h3.fadeIn,
#slider h4.fadeIn,
#slider .button.fadeIn {
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
}

/* GO TO CONTENT
----------------------------------------------- */
#goToContent {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -65px;
	width: 131px;
	height: 138px;
	background: url(img/go-to-content.png) top center;
	text-indent: -9999px;
}
#goToContent span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url(img/go-to-content.png) bottom center;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition:    opacity 0.5s ease;
	-o-transition:      opacity 0.5s ease;
	transition:      	opacity 0.5s ease;
}
#goToContent:hover span {
	opacity: 1;
}

/* LAYOUT
----------------------------------------------- */
.container {
	width: 980px;
	/*padding:0px 0px;*/
}

.content-area {
	width: 100%;
	/*float: left; */
}

.site-content {
	/*margin: 0 340px 0 0; */
	margin-bottom: 0!important;
}

.site-sidebar {
	width: 300px;
	float: left;
	margin: 0 0 0 -300px;
}

/* CONTENT
----------------------------------------------- */
.plan-site a{color:#4e86a1 !important; font-weight:bold; font-size:15px;}
.plan-site ul{list-style-image:url('img/list-image.png');}

.site-main {
	padding: 0;
}
.site-content li {
	margin: 0 0 .75em;
}
.site-content ul ul,
.site-content ul ol,
.site-content ol ol,
.site-content ol ul {
	margin-top: .75em;
}

.sticky { }
.hentry {
	margin: 0 0 40px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.entry-header {
	margin: 0 0 10px 0;
	text-align: center;
}
.entry-title {
	margin: 0 40px;
	line-height: 1.4;
	text-transform: uppercase;
}
.entry-title a {
	color: #333;
	text-decoration: none;
	}
.entry-title a:hover {
	color: #1fa0ae;
	}
.entry-meta {
	color: #a6a6a6;
	font-size: .9em;
	font-weight: 300;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
.entry-meta a {
	color: #a6a6a6;
	text-decoration: none;
	}
.entry-meta a:hover {
	color: #333;
	}
.entry-meta .cat-links {
	margin: 0 20px 0 0;
	}
.entry-meta [class^="ico-"]:before {
	margin-right: 5px;
	color: #333;
	}
.comments-link:before {
	margin: 0 0 0 8px;
	padding: 0 6px 0 0;
	content: "/";
	color: #d6d6d6;
	}
.entry-thumbnail {
	margin: 0 0 20px;
	}
.entry-thumbnail img {
	display: block;
	}
.entry-content {
	margin: 0 0 30px;
	}
.entry-summary {
	margin: 0 0 30px;
	}
.entry-footer {
	clear: both;
	padding: 8px 0;
	border: solid #333;
	border-width: 1px 0 3px;
	}
.more-link,
.page-links {
	margin: 15px 0 0;
	display: block;
	text-align: center;
	}
.post-password-required label {
	float: left;
	margin: 0 10px 0 0;
	}

.page-header {
	margin: 0 0 30px;
	border-bottom: 3px solid #333;
	}
.page-title {
	margin: 0 0 10px;
	color: #a6a6a6;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
body.page .entry-header,
body.single-career .entry-header {
	text-align: left;
	}
body.page .entry-header h3 a{
	color:inherit;
}
body.page .entry-header h3 a:focus{
	text-decoration:none;
	outline:none;
}
body.page .entry-title,
body.single-career .entry-title {
	margin: 0;
	}

body.search .page .entry-footer {
	padding: 0;
	border-top: none;
	}

/* Author Box */
.author-info {
	margin: 0 0 40px;
	padding: 0 0 30px;
	border-bottom: 1px solid #333;
	}
.author-info .author-photo {
	float: left;
	margin: 0 30px 0 0;
	}
.author-info .author-content {
	margin: 0 0 0 105px;
	}
.author-info .author-content h3 {
	margin: 0 0 10px;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
.author-info .author-links a {
	margin: 0 20px 0 0;
	color: #a6a6a6;
	font-size: .9em;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	}
.author-info .author-links a:hover {
	color: #333;
	}

.tp-caption.project-slider-h2{font-family:"raleway-bold";}

/* 404 */
.error404 h2{color:#ba8849; margin-bottom:40px;}
.error404 .error-container a{padding:9px 30px; text-transform:uppercase; font-weight:bold; color:#fff; background-color:#ba8849; border:2px solid #ba8849; text-decoration:none;}
.error404 .error-container a:hover{color:#ba8849; background-color:#fff;}

/* Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	border: none;
	}
.wp-caption {
	border: 1px solid #d5d5d5;
	margin-bottom: 1.5em;
	max-width: 100%;
	}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
	}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: .5em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption { }
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.entry-attachment .attachment {
	margin: 0 0 15px;
}

#events-wrapper {
	width: 100%;
	height: 630px;
	background: url(img/events-bg.png);
	border-bottom: 15px solid #f2f2f2;
}
#events {
	background-color: white;
	padding: 0 5px;
}
.event {
	float: left;
	margin-bottom: 5px;
}
.event.last {
	margin-bottom: 0;
}

#event1 {
	width: 645px;
	height: 185px;
	background: url(img/event1.jpg) no-repeat center center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#event2 {
	width: 320px;
	height: 400px;
	background: url(img/event2.jpg) no-repeat center center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#eventsTitle {
	width: 320px;
	height: 210px;
	background: url(img/events-title.png) no-repeat center center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#eventsTitle h3 {
	color: #979797;
	font-size: 26px;
	font-weight: bold;
	line-height: 25px;
	margin: 90px 22px 0 22px;
	padding-bottom: 20px;
	border-bottom: 1px solid #979797;
}
#eventsTitle h3 .smaller {
	font-size: 20px;
	font-weight: normal;
}
#event3 {
	width: 320px;
	height: 210px;
	background: url(img/event3.jpg) no-repeat center center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#event4 {
	width: 320px;
	height: 210px;
	background: url(img/event4.jpg) no-repeat center center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#event5 {
	width: 645px;
	height: 210px;
	background: url(img/event5.jpg) no-repeat center center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* ---- Icons ---- */
.text-icon {
	background: url(img/icon-text.png) no-repeat center center;
	width: 44px;
	height: 31px;
}

/* News slider
----------------------------------------------- */
#news-slider-wrapper {
	position: relative;
	border-top: 1px solid #dddddd;
	width: 100%;
	margin: 50px auto 100px;
}
#news-slider-wrapper .text-icon {
	position: absolute;
	right: 0;
	top: 75px;
	z-index:99;
}
.bx-wrapper {
	padding: 0;
	*zoom: 1;
	max-width: 710px;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.news-slide {
	max-width: 710px;
	border-left:1px solid #fff;
}

.news-slide .read-more,
.news-slide .blog-button {
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
}

.news-slide .btn-wrapper
{
	margin-top: 3em;
}

.news-slide .blog-button {
	margin-left: 2em;
	border: 1px solid #ba8849;
	color: #ba8849;
}

.news-slide .blog-button:hover {
	background: #ba8849;
	color: #fff;
}

#news-slider h3 a:hover{text-decoration:none; color:#5fa0be;}

/*.news-slide .visit-our-blog:hover,
.news-slide .read-more {
	background-color: #8e908f;
	color: white;
	text-decoration: none;
}
.news-slide .visit-our-blog,
.news-slide .read-more:hover {
	background-color: white;
	color: #8e908f;
	text-decoration: none;
}*/

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	position: absolute;
	right: 0;
	bottom: -10px;
	width: 70px;
	height: 75px;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	background: url(img/news-slider-separator.png) center center no-repeat;
	border-right:1px solid #fff;
}
.bx-pager-index {
	position: absolute;
	display: block;
	top: -10px;
	left: -5px;
	font-size: 50px;
	line-height: 50px;
	color: #ba8849;
}
.bx-pager-total {
	position: absolute;
	display: block;
	bottom: 5px;
	right: 5px;
	font-size: 32px;
	line-height: 32px;
	color: #021831;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0;
	background: url(img/news-slider-arrows.png) no-repeat left top;
}

.bx-wrapper .bx-next {
	left: 20px;
	background: url(img/news-slider-arrows.png) no-repeat right top;
}

.bx-wrapper .bx-prev:hover {
	left: -2px;
}

.bx-wrapper .bx-next:hover {
	left: 22px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 40px;
	margin-top: -16px;
	outline: 0;
	width: 12px;
	height: 14px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.news-slide h3 {
	margin-top: 73px;
	margin-bottom: 10px;
	line-height: 38px;
	color:#021831;
}
.news-slide h3 a {
	font-size: 40px;
	color: #021831;
	font-weight: bold;
}
.news-slide .post_excerpt {
	font-size: 14px;
	line-height: 22px;
	color: #00324a;
}

/* Navigation
----------------------------------------------- */
.site-content [class*="navigation"] {
	margin: 0 0 15px;
	overflow: hidden;
	}
[class*="navigation"] .nav-previous {
	width: 50%;
	float: left;
	}
[class*="navigation"] .nav-next {
	width: 50%;
	float: right;
	text-align: right;
	}
.site-content [class*="navigation"] a {
	display: inline-block;
	padding: 4px 15px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 26px;
	background: #333;
	border: solid #666;
	border-width: 0 0 3px;
	}
.site-content [class*="navigation"] a:hover {
	background: #666;
	border-color: #333;
	}
.site-content .post-navigation {
	margin-top: -25px;
	padding: 0 0 10px;
	border-bottom: 1px solid #333;
	}
.site-content .post-navigation a {
	padding: 0;
	color: #333;
	font-size: .9em;
	font-weight: 400;
	line-height: 20px;
	background: none;
	border: none;
	}
.site-content .post-navigation a:hover {
	color: #1fa0ae;
	background: none;
	border: none;
	}
.site-content .post-navigation span {
	display: block;
	color: #a6a6a6;
	font-size: 1.3em;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
.site-content .post-navigation .meta-nav {
	display: none;
	}
.site-content .post-navigation .nav-next {
	width: 35%;
	margin-left: 5%;
	padding-right: 10%;
	text-align: left;
	}
.site-content .post-navigation .nav-previous {
	width: 35%;
	margin-right: 5%;
	padding-left: 10%;
	text-align: right;
	}

/* COMMENTS
----------------------------------------------- */
#reply-title,
.comments-title {
	margin: 0 0 20px;
	padding: 0 0 15px;
	color: #a6a6a6;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 3px solid #333;
	}
.comment-list {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	}
.comment-list ul.children {
	margin: 0 0 0 50px;
	list-style: none;
	}
.comment-list li.comment,
.comment-list li.pingback {
	margin: 0;
	padding: 0;
	}
.comment-list li.pingback p {
	margin: 0;
	font-style: italic;
	}
.comment-list li.comment .comment-body {
	padding: 30px 0 20px;
	border-bottom: 1px solid #d6d6d6;
	}
.comment-list li.comment .comment-author .avatar {
	float: left;
	margin: 0 20px 0 0;
	display: block;
	}
.comment-list li.comment .comment-author .fn {
	color: #999;
	font-size: 1.2em;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
.comment-list li.comment .comment-author .fn a {
	color: #333;
	text-decoration: none;
	}
.comment-list li.comment .comment-author .fn a:hover {
	color: #1fa0ae;
	}
.comment-list li.comment .comment-metadata {
	margin: 0 0 3px;
	}
.comment-list li.comment .comment-metadata a {
	color: #a6a6a6;
	font-size: .9em;
	font-weight: 300;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	}
.comment-list li.comment .comment-metadata a:hover {
	color: #333;
	}
.comment-list li.comment .reply {
	float: right;
	}
.comment-list li.comment .reply a {
	color: #a6a6a6;
	font-size: .9em;
	font-weight: 300;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	}
.comment-list li.comment .reply a:hover {
	color: #333;
	}
.comment-content {
	clear: both;
	margin: 20px 0 0;
	}
.comment-content a {
	word-wrap: break-word;
	}
.bypostauthor {
	}

/* Comment Form */
#reply-title {
	margin-top: 20px;
	}
#cancel-comment-reply-link {
	margin: 0 0 0 10px;
	color: #333;
	font-size: .9em;
	text-decoration: none;
	}
#commentform {
	margin: 0;
	padding: 0;
	}
#commentform label {
	color: #a6a6a6;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
#commentform textarea {
	height: 125px;
	}

/* WIDGETS
----------------------------------------------- */
.widget {
	margin: 0 0 15px;
	border-bottom: 1px solid #333;
	}
.widget-title {
	margin: 0 0 15px;
	padding: 0 0 15px;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 3px solid #333;
	}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
	}

.widget ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	}
.widget ul ul {
	margin: 0 0 0 10px;
	}
.widget li {
	margin: 0 0 10px;
	}

.widget li a {
	color: #333;
	}
.widget li a:hover {
	color: #1fa0ae;
	}

/* Widget Tabs */
ul.widget-tab-nav {
	margin: 0 0 15px;
	border-bottom: 3px solid #333;
	*zoom: 1;
	}
.widget-tab-nav li {
	float: left;
	width: 33.3%;
	margin: 0;
	text-align: center;
	}
.widget-tab-nav li a {
	display: block;
	padding: 4px 15px;
	color: #a6a6a6;
	font-size: 1.1em;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 30px;
	background: none;
	border: none;
	border-radius: 0;
	}
.widget-tab-nav li a:hover,
.widget-tab-nav li a:focus {
	color: #333;
	text-decoration: none;
	}
.widget-tab-nav li.active a {
	color: #fff;
	background: #333;
	}
.widget-tab-content .tab-pane {
	display: none;
	}
.widget-tab-content .active {
	display: block;
	}
.widget-tab-content .tab-pane li {
	margin: 0 0 15px;
	}
.widget-entry-thumbnail {
	float: left;
	width: 50px;
	height: 50px;
	}
.widget-entry-thumbnail img {
	width: 50px;
	height: 50px;
	display: block;
	}
.widget-entry-summary {
	margin: 3px 0 0 60px;
	}
.widget-entry-content span,
.widget-entry-summary span {
	color: #a6a6a6;
	font-size: .875em;
	font-weight: 300;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
.widget-entry-content h4,
.widget-entry-summary h4 {
	margin: 0;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1.4;
	}
.widget-entry-content h4 a,
.widget-entry-summary h4 a {
	}
.widget-entry-content h4 a:hover,
.widget-entry-summary h4 a:hover {
	text-decoration: none;
	}
#widget-tab-tags {
	padding: 0 0 15px;
	font-size: .9em;
	font-weight: 300;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1.8;
	}
#widget-tab-tags a {
	color: #a6a6a6;
	text-decoration: none;
	}
#widget-tab-tags a:hover {
	color: #333;
	}

/* Widget oEmbed */
.widget-oembed-content {
	margin: 0 auto 5px;
	}
.widget-oembed-content embed,
.widget-oembed-content iframe,
.widget-oembed-content object,
.widget-oembed-content video {
	max-width: 100%;
	min-height: 200px;
	max-height: 250px;
	}
.widget-oembed-description {
	margin: 0 0 15px;
	}

/* Widget Social Icons */
.widget-social-icons li {
	float: left;
	margin: 5px 10px 5px 0;
	text-align: center;
	}
.widget-social-icons li a {
	display: block;
	}
.widget-social-icons li a [class^="ico-"]:before {
	width: 40px;
	margin: 0;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	background: #333;
	}
.widget-social-icons li a:hover [class^="ico-"]:before {
	background: #1fa0ae;
	}

/* Widget Flickr */
.widget-flickr-stream {
	margin: 0 -10px;
	}
.flickr_badge_image {
	float: left;
	width: 60px;
	display: block;
	margin: 0 10px 20px 10px;
	}
.flickr_badge_image img {
	display: block;
	}

/* Header Widgets */
.site-header .widget {
	float: right;
	clear: right;
	margin: 0;
	text-align: right;
	border: none;
	}

/* SIDEBAR
----------------------------------------------- */
.site-sidebar .widget_search .search-form {
	margin: 15px 0;
	}
.site-sidebar .widget_search .search-field {
	float: left;
	width: 65%;
	margin: 0 10px 0 0;
	}

/* SITE EXTRA
----------------------------------------------- */
.site-extra {
	padding: 20px 0;
	border-top: 1px solid #333;
	}
.site-extra .pad {
	margin: 0 -15px;
	}
.site-extra .widget-area {
	float: left;
	width: 25%;
	}
.extra-one .widget-area {
	width: 100%;
	}
.extra-two .widget-area {
	width: 50%;
	}
.extra-three .widget-area {
	width: 33.3%;
	}
.site-extra .widget {
	margin: 0 15px 30px;
	padding: 0;
	border: none;
	}

.site-extra .widget-social-icons li a [class^="ico-"]:before {
	width: 25px;
	line-height: 25px;
	background: none;
	}
.site-extra .widget-social-icons li a:hover [class^="ico-"]:before {
	color: #1fa0ae;
	}

/* FOOTER
----------------------------------------------- */
#footer {
	padding-top: 100px;
	overflow: hidden;
	background: #f2f2f2;
}
#footer img {
	display: block;
	margin: 0 auto;
}

#footer h4 {
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 12px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d9e2e9;
	margin-bottom: 20px;
}
#footer ul {
	list-style: none;
	padding-left: 0px;
}
#footer a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#footer-social {
	margin-top: 4em;
	margin-bottom: 4em;
	background: #f2f2f2;
	position: relative;
}

#footer-social:before
{
	position: absolute;
	left: -9000em;
	top: 40%;
	width: 18000em;
	height: 1px;
	border-top: 2px solid #dae3e9;
}

#footer-social .inner
{
	background: #f2f2f2;
}

#footer-social .social-icon {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-right: 5px;
}

#footer-social .social-icon:last-child{
	margin-right:0;
}

#footer-social .social-icon img {
	-webkit-transition: all .3s;
			transition: all .3s;
}

#footer-social .social-icon img:hover {
	-khtml-opacity: 0.7;
	  -moz-opacity: 0.7;
  		   opacity: 0.7;
  		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  			filter: alpha(opacity=70);
}

#copyright {
	background: white;
	padding: 40px 0;
}
#copyright .container p {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 12px;
	margin: 0;
	font-family: Lato, Arial, Helvetica, sans-serif;
	color:#013f65;
}

#left-border {
	position: absolute;
	top: 0;
	left: 2%;
	background-color: #ba8849;
	width: 1%;
	height: 100%;
	z-index: 9000;
	display:none;
}
#right-border {
	position: absolute;
	top: 0;
	right: 2%;
	background-color: #ba8849;
	width: 1%;
	height: 100%;
	z-index: 9000;
	display:none;
}

#project-filter-banner-transition-mobile{display:none;}

#project-locations li{margin-bottom:10px; margin-top:10px; position:relative;}
#project-locations .active-x{
	position:absolute;
	background:none !important;
	right:-39px;
}

span.wpcf7-not-valid-tip{
	margin-top:-15px;
	margin-bottom:20px;
}

span.wpcf7-form-control-wrap{
	width:100%;
}

/* RESPONSIVE SUPPORT
----------------------------------------------- */
@media screen and (max-width: 1250px) {
	.home .mosaic-box .mask-content{padding-top:10px !important;}
	.home .mosaic-box .mask-content a{margin-top:0;}

	.single-project #project-mosaic .block b{
		font-size:15px;
	}
}

@media screen and (max-width: 1200px) {
	#left-border,
	#right-border {
		display: none;
	}
}

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

	#header-top-right{padding-right:40px !important;}

	.home #site-intro .entry-content p{padding-right:30px;}

	.home #homepage-call-to-action{width:200px;}

	.home .mosaic-box{width:50%; height:250px !important; float:left; padding:0 5px;}
	.home .mosaic-column{padding-right:0;}
	#mosaic-box-one{padding-right:2px;}
	#mosaic-box-two{padding-left:8px;}
	#mosaic-box-three .mosaic-box{height:505px !important;}
	.home .mosaic-box .mask-wrapper{left:0; top:0 !important;}
	.home .mosaic-box .mask-content h3{font-size:30px; margin-bottom:25px; margin-top:40px;}
	.home .mosaic-box .mask-content h4{font-size:24px;}
	.home #homepage-mosaic a{font-size:13px;}

	.year{float:left;}

	#project-metas img{margin-bottom:10px;}
	#project-metas .col-md-4{margin-bottom:60px;}

	#wpcf-field-project-localisation h2, #wpcf-field-project-localisation p{text-align:left; padding-left:25px; padding-right:0;}

	#slider h2 {
		font-size: 60px;
	}
	#slider h3 {
		font-size: 30px;
	}
	#slider h4 {
		font-size: 14px;
	}
	#slider .row {
	margin-top: 50px;
	}
	#slider .col-md-4 {
		text-align: center;
		padding-bottom: 15px;
	}

	#news-slider-wrapper .text-icon{right:60px;}
	#news-slider-wrapper .bx-wrapper .bx-pager{right:40px;}

	#footer ul{text-align:center; margin-top:50px; margin-bottom:50px;}
	#footer ul li{padding:3px 0;}
	#footer ul li a{font-size:14px;}
	#footer h4{text-align:center; font-size:16px; margin-bottom:10px;}
	#footer dl{text-align:center;}
	#footer dt, #footer dd{font-size:18px;}
	#footer-social{margin-top:15px;}

	#menu-footer-real-estate-projects{margin-top:0 !important;}
	#menu-footer-useful-links{margin-top:0 !important;}

	.page-template-page-template-expertise-php h1{background-position:90% 0; height:280px;}

	.expertise-devimco-project{margin-bottom:50px;}

	.page-template-default .entry-header h1{margin-top:40px;}

	.single-project #project-mosaic .block b{
		font-size:26px;
	}
}

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

	#back-to-top{display:none !important;}

	#header-top-right{padding-right:15px !important;}
	#main-navigation li a{font-size:13px;}
	#main-navigation .sf-menu > ul > li.menu-item > a{margin-left:9px; margin-right:9px;}

	#slider h2{margin-top:60px; font-size:50px;}
	#slider hr{margin-bottom:30px;}
	#slider .row{margin-top:25px;}

	#news-slider-wrapper .text-icon{right:0px;}
	#news-slider-wrapper .bx-wrapper .bx-pager{right:0px;}

	.container {
		width: 90%;
	}
	.site-sidebar {
		width: 35%;
		margin-left: -35%;
	}
	.site-sidebar .widget_search .search-field {
		width: 95%;
		margin: 0 0 10px;
	}
	.site-extra .widget-area {
		width: 50%;
	}
	#events-wrapper {
		height: auto;
		background: none;
		border-bottom: none;
	}
	.event.last {
		margin-bottom: 5px;
	}

	#project-filters .container{width:100% !important;}
	#project-filters li{margin-left:10px; margin-right:10px;}

	#mtl-banner-top h2{font-size:60px;}

	.page-template-page-template-expertise-php h1{background-image:url(img/responsive-expertise-double-pastille.png);
	background-position:100% 70%; background-size:200px 122px;}

	#left-wing{display:none;}
	#right-wing{display:none;}

	#results{padding-right:15px;}

	#project-metas .container div{margin-bottom:50px;}
	#project-metas .container div:last-child{margin-bottom:0;}

	#project-types a:hover:after {
		background: url('img/project-filter-empty-ellipse.png') no-repeat center center;
	}

	#project-types a:hover{
		border: 1px solid transparent;
		border-radius: 20px;
	}

	#project-types a.active{
		border: 1px solid #7a8791;
		border-color: rgba(122, 135, 145, 0.7);
		border-radius: 20px;
	}

	#project-types a.active:after{
		background: url('img/project-filter-full-ellipse.png') no-repeat center center;
	}
}
@media screen and (max-width: 782px) {
	.anti-margin{margin-top:32px !important;}
}

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

	#slider h2{margin-top:40px;}
	#slider hr{margin-bottom:20px;}
	#slider .row{margin-top:15px;}

	.home .mosaic-box .mask-content h3{font-size:26px;}

	#header .container{width:100%;}

	#news-slider-wrapper .post_excerpt{padding-right:50px;}

	#project-filters li a{font-size:14px;}
	#project-types .add-close-project{padding-top:5px; padding-bottom:5px;}

	.site-header .widget-area {
		display: none;
	}
	#main-navigation{
		display:none;
	}
	#header #navigation{ display: none; }
	#header #mobileMenu,
	#header .mobileMenu_tool{
		display:block;
	}
	.site-header .site-branding {
		float: none;
		text-align: center;
	}
	.content-area {
		float: none;
	}
	.site-content {
		margin: 0;
	}
	.site-sidebar {
		width: auto;
		float: none;
		margin: 20px 0 0;
	}
	.site-extra .widget-area {
		width: 100%;
	}
	.event {
		width: 100% !important;
	}

	#mtl-banner-top h2{font-size:50px;}
	#mtl-banner-top .btn-container{padding-top:0;}

	.page-template-page-template-expertise-php h1{background-position:100% 10%;}

	#expertise-devimco-title{background-size:500px 70px; width:500px; height:70px; margin-bottom:40px !important;}

	.page-template-default .entry-header h1{font-size:50px; line-height:1.1;}

	.hentry{margin-bottom:80px;}

	#filter-infos .col-xs-6{
		width:100%;
	}
}

@media screen and (max-width: 650px) {
	#logo{margin-top:40px;}
	.bx-wrapper .bx-pager{bottom:50px;}
	.news-slide .btn-wrapper{margin-top:100px;}

	.home .mosaic-box .mask-content h3{font-size:22px;}

	#project-types{height:250px;}
	#project-filter-banner-transition-mobile{display:inline; width:100%; height:83px; background-image:url(img/mobile-banner-projet-filter.jpg);
	position:absolute; left:0; margin-top:58px;}
	#project-types ul{margin-top:12px;}
	#project-types li{display:block; margin-bottom:57px;}
	#project-types a:after{top:35px;}
	#mtl-banner-top .button-light, #mtl-banner-top .button-dark{padding-left:25px !important; padding-right:25px !important;}
	#project-types .active:after{left:50.5%;}

	.page-template-page-template-expertise-php h1{background-image:url(img/expertise-double-pastille.png);
	background-size:60px 100px; background-position:98% 10%;}

	.page-template-default .entry-header h1{font-size:42px; line-height:1.1;}

	#expertise-devimco-title{background-size:350px 51px; width:350px; height:51px; margin-bottom:20px !important;}

	#help-google-map-mobile-bottom{display:inline; position:absolute; margin-top:75px; right:10px; width:40px; height:40px; background-color:#ba8849;
	-webkit-border-radius: 50%; border-radius: 50%; z-index:99; background-image:url(img/help-google-map-mobile.png); background-position:50% 60%;
	background-repeat:no-repeat; cursor:pointer;}
	#help-google-map-mobile-top{display:inline; position:absolute; margin-top:250px; right:10px; width:40px; height:40px; background-color:#ba8849;
	-webkit-border-radius: 50%; border-radius: 50%; z-index:99; background-image:url(img/help-google-map-mobile.png); background-position:50% 60%;
	background-repeat:no-repeat; cursor:pointer;
	-moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}

	#expertise-last-project #expertise-devimco-title{width:100%;}

	h1{
		font-size:50px;
	}
}

@media screen and (max-width: 530px) {
	.news-slide .btn-wrapper{margin-top:50px;}
	.bx-wrapper .bx-pager{bottom:75px;}
	.news-slide .read-more, .news-slide .blog-button{margin-bottom:25px;}
	.news-slide .blog-button{width:250px; margin-left:0;}
	#project-locations li{margin-bottom:20px; margin-top:0px;}

	#mtl-banner-top .btn-container{padding-left:75px; padding-right:75px; width:auto;}
	#mtl-banner-top a{font-size:16px; text-align:center; float:none !important; display:block;}
	#mtl-banner-top .button-light{padding-left:25px !important; padding-right:25px !important;}
	#mtl-banner-top .button-dark{padding-left:25px !important; padding-right:25px !important; margin-top:25px;}

	#mtl-banner-top h2{margin-top:40px; padding-left:10px; padding-right:10px;}

	.page-template-page-template-expertise-php h1{font-size:45px; background-image:url(img/responsive-expertise-double-pastille.png);
	background-size:100px 60px; background-position:100% 20%;}

	.page-template-default .entry-header h1{font-size:36px;}

	.page-template-default #introduction-text *,
    .single-career #introduction-text * {
        font-size:20px;
        line-height:1.4;
    }

}

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

	h1{font-size:45px;}

	#header-top-right{padding:0 !important;}
	#header-top-right span{margin:0;}

	#slider .container{width:95%;}
	#slider h2{font-size:40px;}
	#slider h3{font-size:20px; line-height:25px;}
	#slider h4{font-size:16px;}
	#slider hr{width:250px !important;}

	#site-intro h1{font-size:36px; line-height:1; margin-bottom:20px;}
	.page-template-default .entry-header h1,
    .single-career .entry-header h1 {
        font-size:32px;
        line-height:1;
        margin-bottom:20px;
        margin-top:20px;
    }

	.home .mosaic-box{width:100%;}

	.news-slide .read-more, .news-slide .blog-button{font-size:13px; padding-left:20px; padding-right:20px;}
	.news-slide .blog-button{width:235px;}
	#news-slider-wrapper .text-icon{top:30px;}

	.single-project #project-intro h2{
		font-size:26px;
		width:95%;
	}

	.single-project #project-intro p{
		width:95%;
	}

	.single-project .entry-header .inner{font-size:56px;}
	.type-project .inner-2{line-height:1.5;}

	.site-footer {
		text-align: center;
	}
	.site-footer .site-info,
	.site-footer .site-credit {
		float: none;
	}

	#banner-lead-to{width:40px !important; height:40px !important;}

	#copyright .container p{line-height:18px;}

	#view-map{padding-left:50px; padding-right:50px;}

	#contact-form h3{font-size:36px;}
	#contact-form{padding-left:0; padding-right:0;}
	#contact-banner h1{padding-left:10px; padding-right:10px;}
	#contact-details small{font-size:28px;}

	#contact-form .col-md-6 .wpcf7-not-valid{display:inline !important;}

	#mtl-banner-top .btn-container{padding-left:40px; padding-right:40px;}
	#mtl-banner-top h2{font-size:40px;}

	.page-template-page-template-expertise-php h1{font-size:42px; background-size:200px 122px; background-position:0% 95%; height:285px;}

	#expertise-devimco-title{background-size:250px 36px; width:250px; height:36px; margin-bottom:0px !important;}

	.expertise-devimco-project .first-h2{font-size:34px !important;}

	.page-template-page-template-expertise-php #testimonials .subtitle{width:90%; line-height:1.4;}
	.page-template-page-template-expertise-php #testimonials .testimonial-content{line-height:1.2; margin-bottom:20px;}

	.type-project h3{font-size:36px;}

	.hentry{margin-bottom:100px;}

	.single-project #project-mosaic .block b{
		font-size:22px;
	}

	.btn-lg{font-size:12px;}
}

@media screen and (max-width: 450px){
	#view-all-projects a{font-size:12px;}
}

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

	h1{font-size:33px;}

	#slider h2{margin-top:60px; font-size:30px;}

	.home .mosaic-box .mask-content h3{font-size:26px;}

	.single-project .entry-header .inner{font-size:40px;}

	.page-template-page-template-expertise-php h1{font-size:36px; background-size:200px 122px; background-position:0% 95%; height:285px;}

	.expertise-devimco-project .first-h2{font-size:28px !important;}

	.page-template-default .entry-header h1,
    .single-career .entry-header h1{
        font-size:20px;
    }

	.single-project #project-intro h2{
		font-size:22px;
	}

	.single-project #project-mosaic .block b{
		font-size:18px;
	}

	#filter-infos a{
		letter-spacing:1px;
		font-size:13px;
		margin-bottom:20px;
	}

	#results{
		margin-top:25px;
	}

	.btn-lg{font-size:10px; padding:11px 10px;}
}


.site-banner {
	width: 100%;
	height: 292px;
	margin-top: 3em;
}

.site-banner--middle {
	background: url('img/banner/devimco-banner-top.jpg') no-repeat center center;
	background-size: cover;
}
/* Manual */

.page-manual h1.entry-title {
	font-size: 30px;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.page-manual h1.entry-title {
		font-size: 48px;
	}
}

.page-manual .entry-header {
	margin-bottom: 0;
}

.page-manual #introduction-text {
	margin-bottom: 0;
	margin-top: 1rem;
}

.page-manual .entry-content > p {
	font-size: 1.05em;
}


.manual  {
	margin-bottom: 2em;
	padding-bottom: 2rem;
}

.manual:not(:last-child) {
	border-bottom: rgba(0, 0, 0, .1) 1px solid;
}


.manual h2 {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 3rem !important;
}

.manual__item {
	color: #00324a;
	font-size: 16px;
	margin-bottom: 2.5em;
	display:flex;
	flex-direction: column;
}

.manual__figure {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

.manual__figure img {
	max-width: 200px;
	display: block;
	width: 100%;
}

.manual__desc {
	text-align: center;
}

.manual__link {
	color: #1fa0ae;
	display: block;
	font-size: 1.1em;
}

.manual__link:hover {
	color: #ba8849;
	text-decoration: none;
}

.manual__link--disabled {
   pointer-events: none;
   cursor: default;
   color: #00344c;
}

.manual__cta {
	display: inline-block;
	text-transform: uppercase;
	padding: 1rem 3rem;
	background-color: #021831;
	border: #021831 2px solid;
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin: 1rem 0;
}

.manual__cta:hover {
	background-color: #ba8849;
	border-color: #ba8849;
	text-decoration: none;
	color: white;
}

.manual__cta:visited {
	color: white;
}

.manual__title {
	font-size: 28px;
    color: #ba8849;
    font-weight: bold;;
    line-height: 1.5em;
	text-transform: uppercase;
}

.manual__title + .manual__inner {
	margin-top: 2rem;
}

@media (min-width:1024px) {

	.manual h2 {
		text-align: left;
	}
	.manual__item {
		flex-direction: row;
		margin-bottom: 1.5em;
	}

	.manual__figure {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}

	.manual__desc {
		margin-left: 20px;
		display: flex;
		align-items: center;
		text-align: left;
	}

	.manual__inner {
		padding-left: 3rem;
	}
}




/* Template Courtier */

@media (max-width: 768px) {
	.container--courtier {
		width: 100%;
	}
}

.courtier__form {
	padding-bottom: 3em;
	padding-top: 4em;
}
.courtier #contact-form {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5em;
	padding-top: 5em;
}


.courtier__banner img {
	width: 100%;
	max-width: 100%;
	display: block;
}

.courtier__title {
	font-size: 1em;
	letter-spacing: .3px;
	color: #00344c;
}

.courtier__content {
	font-size: 16px;
}

.courtier__content--centered {
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}

.courtier__content p {
	margin-bottom: 18px;
}

.courtier__content ul {
	list-style-type: none;
	padding-left: 10px;
}

.courtier__content li {
	color: #00344c;
	font-weight: normal;
	position: relative;
	padding-left: 15px;
}

.courtier__content li::before {
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	background-color: #00344c;
}

.courtier__title--form {
	color: #ba8849;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 2em;
	margin-top: 1em;
}

.courtier__form-mandatory {
	width: 100%;
	text-align: left;
	color: #ba8849;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: #ba8849 1px solid;
	letter-spacing: 2px;
}

.courtier__form-subcribe {
	line-height: 2;
}

#contact-form .courtier__form-subcribe .form-group > span {
	font-size: 1.3rem;
	text-transform: none;
}

#contact-form .form-group input[type="checkbox"] {
	display: block;
    opacity: 0;
    position: absolute;
    left: 1.09375em;
    top: 1.09375em;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
}


#contact-form .form-group input[type="checkbox"] ~ span {
	position: relative;
	padding-left: 0;
	display: inline-block;
}

#contact-form .form-group input[type="checkbox"] ~ span::before {
	display: inline-block;
	content: '';
	background-color: #eeeeee;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
	top: 5px;
}

#contact-form .form-group input[type="checkbox"] ~ span::after {
	content: "";
	width: 10px;
	height: 10px;
	position: relative;
    display: inline-block;
    cursor: pointer;
}

#contact-form .form-group input[type="checkbox"]:checked ~ span::after {
	background-color: #ba8849;
	position: absolute;
	top: 10px;
    left: 5px;
}

.icon-check {
	width: 60px;
	height: 60px;
	background: url(img/svg/ic-check.svg);
	background-repeat: no-repeat;
	background-size: 60px auto;
	display: inline-block;
	margin-bottom: 3rem;
}


#contact-form .flex-content .form-group {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	flex-basis: 100%;
	width: 100%;
	max-width: 100%;
}

#contact-form .flex-content .form-group > span {
	width: 50%;
	margin-left: 0;
	flex-basis: 50%;
	max-width: 50%;
	margin-bottom: 1em;
}


/* Page de Confirmation Courtiers */

.projects {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.projects__item {
	flex: 1 0 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3em;
}

.projects__item img {
	max-width: 100%;
	display: block;
	max-width: 250px;
}



@media (min-width: 768px) {
	.courtier__content ul {
		padding-left: 20px;
	}

	.courtier__form-mandatory  {
		text-align: right;
	}

	.courtier__form-subcribe {
		line-height: 2;
	}

	.projects {
		flex-direction: row;
	}

	.projects__item {
		flex: 0 0 33%;
		margin-bottom: 5em;
	}

	#contact-form .flex-content .form-group {
		flex-direction: row;
	}
}


#contact-form select {
	background:url(img/svg/ic-arrow-down.svg);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 10px auto;
	background-color: #eeeeee;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

#contact-form select::-ms-expand {
    display: none;
}

#contact-form .wpcf7-recaptcha > div {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#contact-form #your-phone {
	color: #ba8849;
	text-transform: uppercase;
}


/* Helpers */
.spacing-y-4 {
	margin-top: 4em;
	margin-bottom: 3em;
}


/* Redesign Blog */

.bleed {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    position: relative;
}

.bleed:not(.recent-posts) {
    max-height: 420px;
}

.bleed.entry-thumbnail img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.bleed.entry-thumbnail::before {
    padding-top: 20%;
    content: 'objFit-cover';
    font-size: 0;
    display: block;
    width: 100%;
}

.blog .site-main {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(235,235,235,1)), color-stop(50%, rgba(248,248,248,1)), to(rgba(248,248,248,1))), rgba(248,248,248,1);
    background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(248,248,248,1) 50%, rgba(248,248,248,1) 100%), rgba(248,248,248,1);
    background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(248,248,248,1) 50%, rgba(248,248,248,1) 100%), rgba(248,248,248,1);
    background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(248,248,248,1) 50%, rgba(248,248,248,1) 100%), rgba(248,248,248,1);
    background-size: 100% 600px;
    background-repeat: no-repeat;
}

.blogSection {
    width: 100%;
}

.blog_item {
    display: block;
    margin: 0 0 40px;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: opacity 420ms ease-in-out;
    -o-transition: opacity 420ms ease-in-out;
    transition: opacity 420ms ease-in-out;
}

@media screen and (min-width:880px) {
    .blog_item {
        float: left;
    }

    .blogSection .blog_item {
        width: 47.5%;
    }

    .blog_item.not-active {
        opacity: .25;
    }

    .blogSection .blog_item:nth-child(6n + 2),
    .blogSection .blog_item:nth-child(6n + 3),
    .blogSection .blog_item:nth-child(6n + 5) {
        float: right;
    }

    .blogSection .blog_item:nth-child(6n + 7) {
        clear: both;
    }
}

.blog_item:focus,
.blog_item:hover {
    text-decoration: none;
}

.blog_item .single_preview {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    background: rgba(0, 52, 76, 1);
}

.blog_item .single_preview img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.blog_item .single_preview::before {
    padding-top: 56.25%;
    content: 'objFit-cover';
    font-size: 0;
    display: block;
    width: 100%;
}

@media screen and (min-width:880px) {
    .blog_item--featured .single_preview::before {
        padding-top: 27.5%;
    }

    .blogSection .blog_item:nth-child(6n + 1) .single_preview::before,
    .blogSection .blog_item:nth-child(6n + 5) .single_preview::before {
        padding-top: 100%;
    }
}

.blog_post h1,
.blog_item h3 {
    font-size: 14px;
    line-height: 21px;
    padding: 0 0 5px 0;
    margin: 0;
    color: #002a44;
    position: relative;
    text-transform: none;
}

.blog_post .entry-content {
    font-size: 16px;
    line-height: 2.25;
}

.blog_post h1 {
    font-size: 30px;
    line-height: 1.2;
    margin: 48px 0;
    height: auto;
    font-weight: 400;
}

/* meta-box Blogpost */

.entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #a6a6a6;
    font-size: .9em;
    font-weight: 300;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.entry-meta-logo {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 120px;
            flex: 0 1 120px;
    margin-right: 20px;
}

.entry-meta-logo img {
    display: inline-block;
    margin: auto;
    height: 50px;
    max-width: 100%;
}

.entry-meta-info {
    overflow: normal;
    padding-left: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-left: 1px solid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    font-size: 12px;
    min-width: 65%;
}

.entry-meta-info div {
    margin-right: 20px;
}

.entry-meta-categories,
.entry-meta-info a {
    color: #002a44;
}

.entry-meta-categories {
    margin-bottom: 5px;
}

.blog_post .entry-meta-categories {
    font-size: 12px;
}

.entry-meta-info .postBoxItem_date {
    text-transform: uppercase;
    font-size: 11px;
}

.entry-meta-sharing {
    font-size: 0;
    height: 50px;
    margin-bottom: 0;
    padding: 0;
    text-align: right;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.entry-meta-sharing li {
    display: inline-block;
    list-style: none;
    margin: 6px 0;
}

.entry-meta-sharing li a {
    text-decoration: none;
    display: inline-block;
}

.entry-meta-sharing li a svg {
    height: 38px;
    width: 38px;
    padding: 5px;
}

.entry-meta-sharing li a:not(:hover) svg path {
    fill: #707e89 !important;
}


.blog_item .entry-meta {
    padding: 20px;
}

.blog_item .entry-meta-info {
    display: block;
}

/* Infinite scroll styles */

.blogSection .load-more {
    text-align: center;
    text-transform: uppercase;
    padding: 40px;
}

.blogSection .load-more::before {
    display: block;
    margin-bottom: 1em;
    content: "Loading more posts ..."
}

html[lang="fr-FR"] .blogSection .load-more::before {
    content: "Chargement des articles ..."
}

/* Navigation between posts */

.blog_post ~ .post-navigation {
    margin-top: 0;
    /*margin-bottom: 80px;*/
    border-color: #adbdc4;
    font-size: 14px;
}

.blog_post ~ .post-navigation .post-navigation-previous,
.blog_post ~ .post-navigation .post-navigation-next {
    width: 50%;
    float: left;
}

@media screen and (min-width:580px) {
    .blog_post ~ .post-navigation .post-navigation-previous,
    .blog_post ~ .post-navigation .post-navigation-next {
        width: calc(100% / 3);
    }
}

.blog_post ~ .post-navigation .post-navigation-previous,
.blog_post ~ .post-navigation .post-navigation-next {
    padding-top: 30px;
}

.blog_post ~ .post-navigation .post-navigation-previous a,
.blog_post ~ .post-navigation .post-navigation-back a,
.blog_post ~ .post-navigation .post-navigation-next a {
    color: #ba8849;
    font-size: 14px;
    line-height: 30px;
}

.blog_post ~ .post-navigation .post-navigation-previous a:hover,
.blog_post ~ .post-navigation .post-navigation-back a:hover,
.blog_post ~ .post-navigation .post-navigation-next a:hover {
    color: #00324a;
}

.blog_post ~ .post-navigation .post-navigation-back {
    text-align: center;
    width: 100%;
}

@media screen and (min-width:580px) {
    .blog_post ~ .post-navigation .post-navigation-back {
        float: left;
        width: calc(100% / 3);
    }
}

.blog_post ~ .post-navigation .post-navigation-back svg {
    height: 20px;
    width: 20px;
}

.blog_post ~ .post-navigation .post-navigation-next {
    text-align: right;
    float: right;
}
/* Recents posts */

.recent-posts {
    width: auto;
}

.recent-posts h2 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.2;
    margin: 48px 0;
    font-weight: bold;
    color: #002a44;
    text-align: center;
}

/* Filters */

.blog__filters form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.blog__filters {
    margin: 55px 0;
    text-align: center;
}

.blog__filter {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    text-align: center;
    min-width: 150px;
    margin: 5px 0;
}

@media screen and (min-width:365px) {
    .blog__filter {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
    }

    .blog__filter:nth-child(2n + 2) {
        -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 52, 76, 0.5);
                box-shadow: inset 1px 0 0 0 rgba(0, 52, 76, 0.5);
    }
}

@media screen and (min-width:768px) {
    .blog__filter {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 25%;
                flex: 1 1 25%;
    }

    .blog__filter:not(:first-child) {
        -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 52, 76, 0.5);
                box-shadow: inset 1px 0 0 0 rgba(0, 52, 76, 0.5);
    }
}


.blog__filter select {
    font-size: 12px;
    width: 90%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    background-image: url(img/droppyDarkactive.png);
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: right center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    outline: none;
    cursor: pointer;
}

.select2-selection__rendered::after {
    content: "";
    background-image: url(img/droppyDarkactive.png);
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: center bottom;
    height: 14px;
    width: 20px;
    display: inline-block;
    margin-left: 8px;
}

.blog__filter select option[disabled]{
    display: none;
}

.blog__filter select:focus {
    outline: none;
}

.tempforSize {display: inline-block !important;}



.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center; }
    .select2-container .select2-selection--single {
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      height: 28px;
      user-select: none;
      -webkit-user-select: none; }
      .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 8px;
        padding-right: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .select2-container .select2-selection--single .select2-selection__clear {
        position: relative; }
    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
      padding-right: 8px;
      padding-left: 20px; }

    .select2-container .select2-search--inline {
      float: left; }
      .select2-container .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 5px;
        padding: 0; }
        .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
          -webkit-appearance: none; }

  .select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051; }

  .select2-results {
    display: block; }

  .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0; }

  .select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-results__option[aria-selected] {
      cursor: pointer; }

  .select2-container--open .select2-dropdown {
    left: 0; }

  .select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

  .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

  .select2-search--dropdown {
    display: block;
    padding: 4px; }
    .select2-search--dropdown .select2-search__field {
      padding: 4px;
      width: 100%;
      box-sizing: border-box; }
      .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
    .select2-search--dropdown.select2-search--hide {
      display: none; }

  .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0); }

  .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }

  .select2-container--default .select2-selection--single {
    /*background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;*/ }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #444;
      line-height: 28px; }
    .select2-container--default .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold; }
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
      color: #999; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        display: none;
      height: 26px;
      position: absolute;
      top: 1px;
      right: 1px;
      width: 20px; }
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #888 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0; }

  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }

  .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
      display: none; }

  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }

  .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }

  .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }

  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
     }

  .select2-container--default.select2-container--open .select2-selection--single,
  .select2-container--default.select2-container--open .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
    border: 1px solid #aaa; }

  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa; }

  .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }

  .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

  .select2-container--default .select2-results__option[role=group] {
    padding: 0; }

  .select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999; display: none; }

  .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd; }

  .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
      padding-left: 0; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -1em;
      padding-left: 2em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -2em;
        padding-left: 3em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -3em;
          padding-left: 4em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -4em;
            padding-left: 5em; }
            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -5em;
              padding-left: 6em; }

  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #ba8849;
    background-color: white; }

  .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--default * {
    outline: none;
}

.blog__filters--clear {
    background-color: white;
    border: 1px solid #aaa;
    padding: 5px 16px;
    text-align: center;
    display: inline-block;
    margin: 32px auto 0;
    text-transform: uppercase;
}

.blog__filters--clear:hover {
    text-decoration: none;
}


/* SITEMAP STYLES - OVERRIDE  */

.wsp-container h2 {
	font-size: 20px !important;
}

.wsp-container ul,
.wsp-container ul li,
.wsp-container ul li a {
	font-size: 16px !important;
}
div#view-all-projects {
    margin: 30px 0px !important;
}




.set-padding{position: relative; right: -70px;} .set-padding a:first-child{padding: 10px 20px;}

@media screen and (min-width:320px) and (max-width:767px) 
{
	.set-padding{padding-right: 20px;}
	.set-padding a:first-child{padding-right:10px;}
}

@media(min-width:609px) and (max-width:746px){
.set-padding{right: 0;}
}
@media(min-width:360px) and (max-width:640px){
.set-padding{right: 0;}
}
@media(min-width:411px) and (max-width:731px){
.set-padding{right: 0;}
}
@media(min-width:320px) and (max-width:568px){
.set-padding{right: 0;}
}
@media(min-width:768px) and (max-width:1024px){
.set-padding{right: 0;}
}



#main-navigation .sf-menu > ul#menu-main-menu > li.menu-item > a{margin-left: 20px;  margin-right: 35px;}


.print-button {
	position: fixed;
	right: 3rem;
	top: 5rem;
	z-index: 10;
}

.rapport-container {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3rem;
	padding-right: 3rem;
}

.rapport-title-container {
	text-align: center;
	color: #013f65;
	margin-top: 3rem;
}

.rapport-title-container h2 {
	font-size: 40px;
	text-align: center;
	color: #013f65;
	margin-bottom: 0;
}

.rapport-title-container h2 button {
	font-size: 1.7rem;
}

.rapport-container .logo-container {
	border-bottom: 1px solid #ddd;
}

.filter-container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 1.5rem;
	padding-bottom: 3rem;
	margin-top: 1.5rem;
	margin-bottom: 3rem;
}

.filter-container > * + * {
	margin-left: 2.5rem;
}

.filter-container label {
	margin-bottom: 0;
}

.rapport-container .table-title {
	font-size: 22px;
}

.rapport-container table thead th:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.rapport-container table thead th:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.rapport-container table thead th {
	background-color: #013f65;
	color: white;
	padding: 1.5rem;
}

.rapport-container table tbody td {
	border: 0;
	padding: 1.5rem;
}

.rapport-container table tbody tr + tr td {
	border-top: 1px solid #ddd;
}


.filter__label {
	font-size: 22px;
	padding-bottom: .5rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #d2d3d2;
}

.form-filter > * + * {
	margin-top: .3rem;
}

[for='rapport_partenaires'] {
	padding-left: .5rem;
}

.rapport-container hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

.col-commentaire {
	width: 400px;
}

.table-container {
	padding: 1.5rem;
	border: 1px solid #9cb9cc;
	border-radius: 10px;
}

.table-container + .table-container {
	margin-top: 5rem;
}

.rapport-container #loginform {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	padding-top: 40px;
}

.rapport-container .dataTables_info {
	display: none;
}

.rapport-container #loginform label {
	display: block;
}

.rapport-container #loginform input:not([type=checkbox]) {
	width: 100%;
}

.rapport-container #loginform input[type=checkbox] {
	padding-right: .5rem;
}

.rapport-container table.dataTable thead .sorting,
.rapport-container table.dataTable thead .sorting_asc,
.rapport-container table.dataTable thead .sorting_desc,
.rapport-container table.dataTable thead .sorting_asc_disabled,
.rapport-container table.dataTable thead .sorting_desc_disabled {
	background-position: center right 15px;
}


.rapport-container table.dataTable tfoot th,
.rapport-container table.dataTable tfoot td {
	border: 0;
	border-top: 1px solid #ddd;
	padding: 0;
	padding-top: 3rem;
	padding-left: 1.5rem;
}

.rapport-container table.dataTable tfoot th:first-child {
	font-weight: normal;
	font-size: 16px;
}

.rapport-container table.dataTable tfoot th:nth-child(2) {
	font-size: 18px;
}



.offers-page .panel-default{border-radius:0;background-color:#fff;}
.offers-page .panel-heading{background-color:#fff;color: #1a3f65;}
.offers-page .panel-heading h4{color: #1a3f65;letter-spacing:1px;font-weight: 700;}
.offers-page .panel-heading h4 a{text-decoration: none;}
.offers-page .panel-heading h4 a i{padding-left: 10px;font-weight: normal;color: #9cb9cc;}
.parent-table table{ display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
.parent-table table th{vertical-align: middle;}
.catagories label{width: 14%;}
.set-btns{margin-top:20px;}
.offers-page{margin-bottom:30px;}
#projet_selector,#month_selector{border-radius: 4px;background-color: transparent;}
.conlable {position: relative; padding-left:25px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
/* Hide the browser's default checkbox */
.conlable input {position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
/* Create a custom checkbox */
.checkmark {position: absolute; top: 0; left: 0; height:15px; width:15px; background-color: #eee; border-radius:4px; border: 1px solid #1a3f657d; }
.top-inpt .checkmark {top:4px;}
/* On mouse-over, add a grey background color */
.conlable:hover input ~ .checkmark {background-color: #ccc; }
/* When the checkbox is checked, add a blue background */
.conlable input:checked ~ .checkmark {background-color:#1a3f65; }
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {content: ""; position: absolute; display: none; }
/* Show the checkmark when checked */
.conlable input:checked ~ .checkmark:after {display: block; }
/* Style the checkmark/indicator */
.conlable .checkmark:after {left: 4px; top: 1px; width: 5px; height: 9px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

#collapseOne label {
    padding: 0 10px;
    border-right: 2px solid;
    line-height: 1;
}

#collapseOne .panel-body label.border-right-none {
    border-right: none;
}
.ex-btn {
    position: fixed;
    right: 15rem;
    top: 5rem;
    z-index: 10;
}



@media print {
	body {
		font-family: Arial, Helvetica, sans-serif;
		padding: 0;
	}

	.rapport-container {
		width: 100%;
		max-width: 100%;
	}

	.print-button,
	.btn-rapport,
	#page_title {
		display: none;
	}

	.rapport-container h2 button {
		display: none;
	}

	.rapport-container #logo {
		margin: 1.5rem auto;
		width: 150px;
	}

	.rapport-container table thead th:first-child,
	.rapport-container table thead th:last-child,
	.rapport-container table thead th {
		border-radius: 0;
		border-top: 1px solid #111;
	}


	

	.rapport-container #logo img {
		top: 0;
	}

}
