/*-----------------------------------------------
/* @media queries 
/*---------------------------------------------*/
#page, .container {  }
.secondary-navigation, footer { display: block; }
/*-[ Responsive Navigation ]--------------------------------*/
#mobile-menu-wrapper {
    -ms-transform: translate(-300px,0);
    -webkit-transform: translate(-300px,0);
    transform: translate(-300px,0);
}
.navigation .toggle-caret {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    color: #ffffff;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.mobile-menu, .mobile-menu #navigation .menu-icon-item { display: none }
@media screen and (max-width:1300px) { 
	.shareit {
	    position: relative!important;
	    width: 100%!important;
	    top: 0!important;
	    padding-left: 0!important;
	    padding-right: 0!important;
	    margin: 0!important;
	    padding-top: 10px!important;
	    border: none !important;
	}
}
@media screen and (max-width:1124px) { 
	.mobile-menu .container { max-width: 100%; }
	 .container { max-width: 96% }
	.sticky-nav {
	    width: 96%;
	    left: 2%;
	    right: 2%;
	}
	#move-to-top {
	    margin-right: 0;
	    right: 2%;
	}
}
@media screen and (max-width:960px) { 
	.ad-300 img { max-width: 100% }
	.ad-125 img {
	    padding: 0;
	    border: 0;
	}
	.widgets-num-4 .f-widget {
	    width: 29.5%;
	    margin-right: 5.75%;
	}
	.widgets-num-4 .f-widget-3 { margin-right: 0 }
}
@media screen and (max-width:865px) { 
	.mobile-menu { display: block }
	#catcher { height: 0!important }
	.home-menu-item, #mobile-menu-wrapper .header-search .fa-search, #mobile-menu-wrapper .mts-cart { display: none !important }
	.header-search .fa-search {
	    width: 42px;
	    line-height: 42px;
	}
	.header-search #s { padding: 9px }
	.header-search #s.active { top: 42px }
	.header-search #s, .header-search .ajax-search-results-container {
	    width: 100%;
	    max-width: 100%;
	}
	.header-search .ajax-search-results-container { top: 84px }
	.mts-cart {
	    text-align: center!important;
	    float: left;
	    display: block;
	    line-height: 1;
	    padding: 20px;
	    color: initial;
	    z-index: 0;
	}
	.mts-cart a { color: inherit!important }
	/* Menu */
	#mobile-menu-wrapper {
	    display: block;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 300px;
	    height: 100%;
	    background: #444;
	    -ms-transform: translate(-300px,0);
	    -webkit-transform: translate(-300px,0);
	    transform: translate(-300px,0);
	    -webkit-transition: -webkit-transform 500ms ease;
	    transition: transform 500ms ease;
	    -webkit-backface-visibility: hidden;
	}
	.admin-bar #mobile-menu-wrapper {
	    top: 32px;
	    padding-bottom: 32px;
	}
	#mobile-menu-wrapper .mobile-menu {
	    display: block;
	    position: relative;
	    width: 100%;
	    height: 100%;
	    overflow: auto;
	    text-transform: uppercase;
	}
	/* Menu transition */
	.mobile-menu-active #mobile-menu-wrapper {
	    -ms-transform: translate(0,0);
	    -webkit-transform: translate(0,0);
	    transform: translate(0,0);
	}
	.mobile-menu-active .main-container-wrap {
	    -ms-transform: translate(300px,0);
	    -webkit-transform: translate(300px,0);
	    transform: translate(300px,0);
	}
	.main-container-wrap {
	    -webkit-transition: -webkit-transform 500ms ease;
	    -moz-transition: -moz-transform 500ms ease;
	    -o-transition: -o-transform 500ms ease;
	    transition: transform 500ms ease;
	}
	/* .... */
	#mobile-menu-wrapper .menu {
	    background: none;
	    display: block;
	}
	#mobile-menu-wrapper ul li {
	    width: 100%;
	    display: block;
	}
	#mobile-menu-wrapper nav ul.social-links { width: 100% }
	#mobile-menu-wrapper nav ul.social-links li {
	    display: inline-block;
	    width: 16.66% !important;
	    border-left: 0px none !important;
	}
	#mobile-menu-wrapper nav ul.social-links li a {
	    text-align: center !important;
	    line-height: 40px;
	    padding: 0;
	    border-right: 1px solid rgba(0, 0, 0, 0.2)!important;
	    border-bottom: 1px solid rgba(0, 0, 0, 0.2)!important;
	}
	#mobile-menu-wrapper #navigation ul li:hover, #mobile-menu-wrapper #navigation ul li:hover a { background: none }
	#mobile-menu-wrapper ul li a, #mobile-menu-wrapper #navigation ul ul a {
	    padding: 9px 20px;
	    width: 100%;
	    border: none;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	#mobile-menu-wrapper #navigation ul ul {
	    display: block;
	    position: static;
	    width: 100%;
	    border: none;
	}
	#mobile-menu-wrapper #navigation ul ul li {
	    background: none;
	    width: 100%;
	}
	#mobile-menu-wrapper ul a:after { content: "" !important }
	.primary-navigation, .secondary-navigation {
	    border: none !important;
	    background: transparent;
	}
	.primary-navigation, .secondary-navigation, .mts-cart {
	    width: 100%;
	    position: relative!important;
	    left: 0;
	    right: 0;
	}
	#navigation .menu a {
	   
	}
	#navigation .menu {
	    float: none;
	    background: transparent;
	}
	#navigation ul ul {
	    display: block!important;
	    visibility: visible!important;
	    opacity: 1!important;
	    position: relative;
	    left: 0!important;
	    border: 0;
	    width: 100%;
	}
	#navigation ul li li {
	   
	}
	nav { height: auto }
	.main-container-wrap nav ul {
	    width: 100%;
	    display: none;
	    height: auto;
	}
	nav li, #navigation ul li li {
	    position: relative;
	}
	#navigation ul li:after { display: none }
	#mobile-menu-wrapper ul li a:hover { background: transparent }
	#navigation ul li:before { display: none }
	nav li a {
	   
	}
	nav a {
	   
	}
	nav a.toggle-mobile-menu {
	    display: block;
	    width: 100%;
	    position: relative;
	    color: #fff;
	    background: #444;
	    padding: 0;
	    text-align: left;
	    z-index: 1;
	}
	.mobile-menu #navigation a.toggle-mobile-menu { border-bottom: 1px solid rgba(0, 0, 0, 0.2) }
	nav a.toggle-mobile-menu:before {
	    font-family: FontAwesome;
	    content: "\f0c9";
	    position: relative;
	    font-size: 18px;
	    line-height: 42px;
	
	    margin-left: 20px;
	    margin-right: 10px;
}
}
@media screen and (max-width:830px) { 
	.article { }
	#content_box {
	    padding-right: 0px;
	    padding-left: 0px!important;
	}
	.sidebar.c-4-12 {
	   
}
	.featured-section-2-full-width-2 .featured-section-2-2 .post-box { width: 50%!important }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-box { width: 100%!important }
	.featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-img, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data { width: 50%!important }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data { padding-bottom: 25.64% }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-box { margin-bottom: 10px !important }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data { float: right }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data-container { margin: 15% 20px !important }
}
@media screen and (min-width: 424px) and (max-width: 830px) { 
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data:after, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small.image-bottom .post-data:after {
	    border-width: 10px 14px 10px 0;
	    border-color: transparent #444;
	    margin-top: -10px;
	    left: -14px;
	    /*top: 45px;*/
	    top: 25%;
	    bottom: auto;
	}
}
@media screen and (max-width:782px) { 
	.admin-bar #mobile-menu-wrapper {
	    top: 46px;
	    padding-bottom: 46px;
	}
	.admin-bar .pace .pace-progress { top: 46px }
	html .mobile-menu-active #wpadminbar { left: 300px!important }
}
@media screen and (max-width:776px) { 
	#header h1, #header h2, .site-description {
	    float: none;
	    text-align: center;
	    width: 100%;
	    max-width: 100%;
	    padding: 0;
	}
	#header h1, #header h2 { font-size: 40px }
	.site-description { margin-top: 0 }
	#logo a, #logo img {
	    float: none;
	    letter-spacing: 0;
	}
	.logo-wrap, .widget-header {
	  
	}
	.widget-header form#searchform { float: none; margin: 10px auto 0;}
	#header .ad-728 { margin-top: 5% }
}
@media screen and (max-width:720px) { 
	.f-widget, .widgets-num-4 .f-widget {
	  
	}
	.f-widget-2 { margin-right: 0 !important }
	.f-widget-3 { clear: left; }
	#comments { margin-right: 0 }
	.widget-header .textwidget {
	    margin-top: 0;
	    padding-left: 0;
	    border-left: none;
	}
	.featured-section-1-full-width-2 .featured-section-1-2 .slider-container, .featured-section-1-full-width-2 .featured-section-1-2 .static-posts { width: 100% }
	.featured-section-1-full-width-2 .featured-section-1-2 .post-box { width: 50% }
}
@media screen and (max-width:600px) { 
	.post-img img { width: 100% }
	.admin-bar .pace .pace-progress { top: 0px }
	.admin-bar #mobile-menu-wrapper {
	    top: 0;
	    padding-bottom: 0;
	}
	.singleleft, .post-single-content-inner { width: 100% }
	.singleleft .related-posts li { width: 48% }
	.singleleft .related-posts li:nth-child(even) { float: right }
	.singleleft .rthumb img { margin-right: 10px }
	/*dark checker slider*/
	.featured-section-1-full-width-1 .featured-section-1-1 .slider-container, .featured-section-1-full-width-1 .featured-section-1-1 .static-posts { width: 100% }
	.featured-section-1-full-width-1 .featured-section-1-1 .static-posts .post-box.image-bottom { float: right !important }
	.featured-section-1-full-width-1 .featured-section-1-1 { margin-top: -40.68% }
	#header-bottom-spacer { padding-bottom: 40.68% }
	.slider1 .post-data-container, .featured-section-1-full-width-1 .featured-section-1-1 .post-data-container { margin: 15% 20px }
}
/*dark checker small*/
@media screen and (max-width:560px) { 
	#content_box .dark .post-box, .featured-section-2-1 .post-box { width: 100%!important }
	#content_box .dark .vertical-small .post-img, #content_box .featured-section-2-1 .post-img, #content_box .dark .vertical-small .post-data, #content_box .featured-section-2-1  .post-data { width: 50%!important }
	#content_box .dark .post-data, #content_box .featured-section-2-1 .post-data { padding-bottom: 46.15% }
	#content_box .dark .post-box, #content_box .featured-section-2-1 .post-box { margin-bottom: 10px !important }
	#content_box .dark .post-data, #content_box .featured-section-2-1 .post-data { float: right }
	#content_box .dark .post-data:after, #content_box .featured-section-2-1 .post-data:after {
	    border-width: 10px 14px 10px 0;
	    border-color: transparent #444;
	    margin-top: -10px;
	    left: -14px;
	    top: 25%;
	    bottom: auto;
	}
	.dark .post-data-container { margin: 15% 20px !important }
}
@media screen and (max-width:550px) { 
	.sbutton { float: right }
	.f-widget, .widgets-num-4 .f-widget {
	 
	}
}
@media screen and (max-width:480px) { 
	nav { border-bottom: 0 }
	#navigation {
	    margin-top: 0;
	    margin-bottom: 0;
	}
	.secondary-navigation {
	}
	.sliderdate { display: none; }
	.vertical .post-img, .vertical .post-data { width: 100%; }
	.related-posts li {
	    width: 100%!important;
	    float: left!important;
	    max-width: 100%;
	}
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	    width: 100%;
	    margin-right: 0;
	}
	.copyrights { text-align: center }
	#copyright-note > span { width: 100%; margin-bottom:14px; }
	#copyright-note .right {
	    margin-right: 0;
	    float: none;
	}
	.top { width: 100% }
	#cancel-comment-reply-link {
	    margin-bottom: 0;
	    margin-top: -43px;
	}
	ul.fs-category-filter {
	    width: 100%;
	    text-align: center;
	}
	.fs-pagination { text-align: center }
	ul.fs-category-filter li {
	    float: none;
	    display: inline-block;
	    margin-bottom: 1px;
	}
	.fs-pagination { width: 100% }
	.fs-pagination a {
	    float: none;
	    display: inline-block;
	}
	#featured-section-2 .featured-section-title, .featured-section-title {
	    text-align: center;
	    width: 100%;
	}
}
@media screen and (max-width:423px) { 
	.horizontal .post-data:after {
	    border-width: 0 10px 14px !important;
	    border-color: #FFFFFF transparent !important;
	    top: -14px;
	    left: 29px !important;
	    margin-top: 0;
	}
	.horizontal .post-img, .horizontal .post-data, .slider-like .post-box, .mixed.post-box, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-img, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data, .featured-section-2-full-width-2 .featured-section-2-2 .post-box, .featured-section-1-full-width-2 .featured-section-1-2 .post-box { width: 100%!important }
	.horizontal .post-data, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data, .mixed.vertical-small .post-data {
	    height: auto !important;
	    padding: 0 !important;
	}
	.horizontal .post-data-container, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data-container, .mixed.vertical-small .post-data-container { position: relative }
	.flex-direction-nav { display: none; }
}




@media only screen and (min-width:768px) and (max-width:1179px){
.logo-wrap{
width:33%;
}
.logo-wrap img{
width:100%;
}
.ie .logo-wrap img{
max-width:200px;
}
.header-right{
width:65%;
padding:0;
}
.header-phone ul li{
 font-size: 19px;
    padding-left: 25px;
}
.header-phone{
width:155px;
}
.emergency-text{
width:39%;
}
.header-social-icons{
width:28%;
}
.menu-right-img-div{
margin-left:3px;
}
.menu-right-image-text-div{
  right: 20px;
    top: 100px;
    width: 220px;
}
.main-container-wrap nav ul{
display:block;
}
.secondary-navigation #navigation ul li a{
  font-size: 13px;
    padding: 6px 14px;
}
.secondary-navigation #navigation ul li.home-menu a {
    padding-left: 17px;
}
.home-services-details.one_fifth{
  margin-right: 8px;
   width: 19%;
}
.services-title-left{
padding:13px 0 12px;
}
.home-middle-text-left{
	width:58%;
}
.home-middle-testimonial-div{
width:39%;
}
.home-middle-text-left p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 24px;
}
.home-middle-text-left h6{
	font-size:23px;
	line-height:26px;
}
.large_bold_darkblue a{
width:195px;
}
.services-title-left h4{
font-size:12px;
}
.home-middle-text-left h3{
   font-size: 35px;
    line-height: 35px;
}
.bne_testimonial_slider_widget h3{
padding:28px 30px 18px;
}
.bne-testimonial-description p{
line-height:28px;
}
.testimonial-heading-div{
padding:24px 34px 19px;
}
.home-page-middle-main {
    padding: 75px 0 60px;
}
.home-name, .home-phone, .home-email, .home-address{
width:19%;
}
.home-submit{
width:19%;
}
.home-phone {
    margin: 0 12px;
}
.home-submit input[type="submit"]{
width:84%;
}
.home-address {
    margin-left: 12px;
}
.home-page-form-inner{
padding:55px 0;
}
.widgets-num-4 .f-widget{
margin-right:10px;
}
.f-widget.f-widget-2{
width:41%;
margin-right: 4%;
}
.f-widget.f-widget-1{
width:17%;
}
.f-widget.f-widget-3 {
    width:32%;
}
.f-widget.f-widget-4.last{
width:23%;
}
.footer-left-img{
width:39%;
}
.footer-left-img img{
width:100%;
}
.footer-right-text-div{
width:55%;
}
.f-widget.f-widget-1 h3{
 font-size: 16px;
 margin:0 0 15px;
}
.footer-right-text-div p{
 font-size: 14px;
    line-height: 21px;
}
.footer-right-text-div h2{
font-size:14px;
}
.f-widget.f-widget-3 ul li{
   font-size: 13px;
    margin: 0 0 6px;
}
.footer-right-text-div h3, .f-widget.f-widget-3 h3{
font-size: 14px;
    margin-bottom: 6px;
}
.footer-widgets{
padding:55px 0;
}
.copyrights{
padding:38px 0;
}
.article{
width:61%;
}
.sidebar.c-4-12{
width:36%;
}
.sidebar.c-4-12 .bne-testimonial-description p {
    font-size: 17px;
    line-height: 23px;
}
.sidebar.c-4-12 .widget_bne_testimonials_slider_widget .bne_testimonial_slider_widget h3 {
    padding: 22px 20px;
}
.sidebar.c-4-12 .widget_bne_testimonials_slider_widget .bne-element-container {
    padding: 26px 20px;
}
.sidebar.c-4-12 .testimonial-heading-div {
    padding: 24px 20px 17px;
}
.about-page-form{
padding:18px 20px 14px;
}
.single-projects-left{
	width:48%;
}
.single-projects-right{
	width:48%;
}
.page-caption h1{
font-size:34px;
   line-height: 34px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.about-page-main-content h6{
font-size:18px;
line-height: 28px;
    margin: 0 0 24px;
}
.about-page-main-content p{
   font-size: 17px;
    line-height: 28px;
    margin: 0 0 22px;
}
.about-page-inner {
    padding: 56px 0 30px;
}
.ui-tabs .ui-tabs-nav li a{
padding-left:15px;
min-height:165px;
}
.ui-tabs .ui-tabs-nav li.services-37 a {
    padding-right: 11px;
}
.ui-tabs .ui-tabs-nav li.services-29 a {
    padding-left: 22px;
}
.ui-tabs .ui-tabs-nav li a h5{
font-size:12px;
line-height:17px;
margin:13px 0 0;
}
.ui-tabs .ui-tabs-nav li .services-tabs-top-content{
padding:26px 0 22px;
}
.services-page-full .page-caption h1{
padding:50px 0 30px;
}
.services-inner-left{
width:35%;
}
.projects-details.one_third img{
width:100%;
}
.projects-details.one_third{
 margin-right: 10px;
    width: 31%;
	margin-bottom:28px;
}
.projects-title-left h4{
padding:6px 4px;
font-size:12px;
min-height:52px;
}
.projets-page-inner{
padding:55px 0 25px;
}
.one_third.projects-item {
    margin-bottom: 28px;
    margin-right: 10px;
    width: 31%;
}
.projets-detail-page-inner h4{
  font-size: 20px;
    line-height: 20px;
    margin: 0 0 18px;
}
.single-projects-main p{
	  font-size: 18px;
    line-height: 32px;
    margin: 0 0 20px;
}
.single-projects-main h5{
	  font-size: 26px;
    line-height: 26px;
    margin: 43px 0 24px;
}
.single-projects-main .single-projects-right ul li{
	  font-size: 18px;
    line-height: 20px;
    margin: 0 0 16px;
    padding-left: 28px;
}
.projets-detail-page-inner {
    padding: 55px 0 50px;
}
.contact-page-full{
padding:55px 0 48px;
}
.contact-main-div ul li{
font-size:14px;
   line-height: 19px;
    margin-right: 11px;
    padding-left: 19px;
}
.contact-main-div ul li span{
font-size:12px;
margin:0 0 2px;
}
.contact-main-div{
padding:0 0 30px;
}
.contact-form-div h1{
font-size:28px;
line-height:28px;
margin:0 0 24px;
}
.contact-page-text-left{
width:49%;
}
.contact-page-text-right{
width:49%;
}
.contact-form-div {
    padding: 36px 0 0;
}
.services-inner-right{
width:62%;
}
.services-inner-right p{
  font-size: 17px;
    line-height: 26px;
	margin:0 0 24px;
}
.services-text-left{
width:38%;
}
.services-text-middle{
width:36%;
}
.services-inner-right ul li{
font-size:16px;
margin:0 0 10px;
}
.services-slider-content-inn {
    padding: 40px 0 42px;
}
.services-tabs-div a.servicesprev{
	left:1px;
}
.blog-post-details-l{
	width:33%;
}
h2.blog-post-title{
	font-size:23px;
	line-height:26px;
}
.post-data .post-excerpt{
	 font-size: 15px;
    line-height: 23px;
    margin: 12px 0 14px;
}
.readMore a{
	padding:9px 26px;
}
.single-post-share-icons .share-icons-left ul li span{
	  font-size: 13px;
    margin-right: 2px;
}
.single-post-share-icons .share-icons-left ul li{
	margin-right:2px;
}
#commentsAdd #commentform{
	width:72%;
}
}
@media only screen and (max-width:767px){
.header-mobile-menu{
display:block;
  background:#285464;
    padding: 7px 0 0;
}
.header-mobile-menu .secondary-navigation .show_mobile {
    padding:0 12px 7px 0;
}
.home-mobile-menu {
    left: 12px;
    position: absolute;
    top: 13px;
    z-index: 9999;
}
.home-mobile-menu a {
    background:url(../images/home-menu-mobile-icon.png) no-repeat;
    display: block;
    height: 20px;
    text-indent: -9999px;
    width: 22px;
}
.header-mobile-menu .secondary-navigation .show_mobile a {
    background:url(../images/mobile-menu-icon.png) no-repeat center center ;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    float: right;
    height: 30px;
    text-indent: -9999px;
    width: 38px;
}
.secondary-navigation #navigation ul li{
padding:0;
}
#navigation ul li{
width:100%;
   border-bottom: 1px dotted #fff;
}
.secondary-navigation #navigation ul li a{
padding:11px 14px;
}
.secondary-navigation #navigation ul li.home-menu a{
padding-left:14px;
}
#navigation ul li:last-child {
    border: medium none;
}
.secondary-navigation #navigation ul{
position:absolute;
z-index:999999;
background:#285464;
}
.logo-wrap{
float: none;
    margin: 0;
    width: 100%;
    text-align: center;
}
.header-inner{
padding:22px 0 0px;
}
.header-right{
 float: none;
    padding: 15px 0 12px;
    width: 100%;
}
.emergency-text{
     float: none;
    margin: auto;
    padding: 1px 1px 0;
    width: 180px;
}
.header-social-icons{
    float: none;
    margin: auto;
    padding: 19px 0 0;
    width: 130px;
}
.header-phone{
 padding: 12px 0 2px;
    width: 190px;
    float: none;
    margin: auto;
}
.menu-right-image-text-div {
    margin: auto;
    padding: 0 15px;
    position: relative;
    right: 0;
    top: 0;
    width: 262px;
    z-index: 9999;
}
.menu-right{
  background:#e9edef;
    padding: 0 0 15px;
}
.home-services-full {
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    z-index: 99999;
}
.services-title-left h4{
font-size:11px;
}
.home-services-details.one_fifth{
   margin-bottom: 16px;
    margin-right: 3px;
    width: 49%;
}
.services-title-left{
padding:12px 0 10px;
}
.home-services-details img{
width:100%;
}
.home-middle-text-left h6{
  font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
}
.home-middle-text-left h3{
  font-size: 23px;
    line-height: 23px;
    margin: 0 0 10px;
}
.home-middle-text-left{
width:100%;
}
.home-middle-text-left p{
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 15px;
}
.home-middle-testimonial-div{
   padding-top: 18px;
    width: 100%;
    float: left;
}
.bne_testimonial_slider_widget h3{
padding:18px 20px 5px;
}
.bne-testimonial-description p{
line-height:26px;
}
.testimonial-heading-div{
padding:22px 25px 16px;
}
.home-page-middle-main{
padding:22px 0;
}
.large_bold_darkblue a{
width:140px;
}
.home-page-form-inner{
padding:22px 0 25px;
}
.home-page-form-inner h5{
   font-size: 24px;
    line-height: 24px;
    padding-left: 38px;
	margin:0 0 20px;
}
.home-page-form-div label{
margin:0 0 8px;
}
.home-phone{
margin:0;
}
.home-address {
    margin-left: 0;
}
.home-name,.home-email,.home-phone,.home-address{
width:100%;
}
.f-widget, .widgets-num-4 .f-widget {
    float: none;
    margin: 0 auto 20px !important;
    width: 225px;
}
.f-widget.f-widget-3 {
    float: none;
    width: 225px;
}
.f-widget.f-widget-2 {
    margin-right: auto;
    width: 225px;
}
.f-widget.f-widget-1 {
    width: 225px;
}
.footer-left-img {
    float: left;
    width: 100%;
}
.footer-widgets{
padding:22px 0 8px;
}
.footer-right-text-div{
  width: 100%;
    float: left;
    margin-top: 15px;
}
.footer-right-text-div h3, .f-widget.f-widget-3 h3{
 font-size: 15px;
    line-height: 19px;
    margin: 0 0 10px;
}
.footer-right-text-div p{
margin-bottom:12px;
    font-size: 15px;
    line-height: 21px;
}
.footer-left-img img{
width:100%;
}
.f-widget.f-widget-1 img {
    margin-bottom: 8px;
}
.f-widget.f-widget-1 h3{
margin:0 0 8px;
}
.f-widget.f-widget-4.last {
    float: none;
    width: 225px;
}
#copyright-note > span {
    margin-bottom: 12px;
    width: 100%;
    float: none;
}
#copyright-note .right img{
margin-left:0;
margin-top:5px;
}
#copyright-note .right {
    float: none;
    margin: auto;
    width: 118px;
}
.copyrights{
padding:20px 0 16px;
}
.f-widget.f-widget-3 ul li{
margin:0 0 7px;
}
.article{
width:100%;
}
.sidebar.c-4-12{
float:left;
width:100%;
margin-top:10px;
}
.about-page-inner {
    padding: 22px 0 5px;
}
.about-page-full, .projets-page-full, .projets-detail-full, .contact-page-full, .services-page-full{
margin-bottom:20px;
}
.about-page-main-content p{
    font-family: 'RalewayMedium';
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 12px;
}
.about-page-main-content h6{
font-size:17px;
  line-height: 24px;
    margin: 0 0 10px;
}
.sidebar.c-4-12 .widget_bne_testimonials_slider_widget .bne_testimonial_slider_widget h3 {
    padding: 18px 20px;
}
.sidebar.c-4-12 .widget_bne_testimonials_slider_widget .bne-element-container {
    padding: 26px 20px;
}
.sidebar.c-4-12 .testimonial-heading-div {
    padding: 22px 25px 15px;
}
#sidebars .widget {
    margin-bottom: 20px;
}
.about-page-form{
padding:18px 20px 10px;
}
.ui-tabs .ui-tabs-nav li a{
	padding:0 30px;
}
.ui-tabs .ui-tabs-nav li a img{
	margin:auto;
}
.ui-tabs .ui-tabs-nav li .services-tabs-top-content{
padding:18px 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active{
	background-position:center bottom;
}
.services-page-full .page-caption h1{
padding:22px 0 16px;
}
.services-inner-left{
width:100%;
}
.services-inner-right{
 float: left;
    padding-top: 15px;
    width: 100%;
}
.services-inner-right h6{
 font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px;
}
.services-text-left {
    width: 100%;
}
.services-text-middle {
    width: 100%;
}
.services-inner-right ul li{
margin:0 0 10px;
}
.services-slider-content-inn {
    padding: 18px 0 12px;
}
.projets-page-inner{
padding:22px 0 0;
}
.projects-title-left h4{
min-height:inherit;
 padding: 12px 16px;
}
.projects-details.one_third{
 float: none;
    margin: auto auto 20px;
}
.projects-details.one_third.last{
margin-right:auto !important;
}
.one_third.projects-item{
 float: none;
    margin: auto auto 20px;
}
.one_third.projects-item.last{
margin-right:auto !important;
}
.projets-detail-page-inner {
    padding: 22px 0 10px;
}
.projets-detail-page-inner h4{
 font-size: 17px;
    line-height: 20px;
    margin: 0 0 8px;
}
.contact-page-map-sidebar iframe{
height:auto;
}
.contact-form-div{
padding:15px 0 10px;
}
.contact-page-text-left,.contact-page-text-right{
width:100%;
float:left;
}
.page-caption h1{
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.services-inner-right p{
 line-height: 23px;
    margin: 0 0 20px;
	font-size:17px;
}
.home-submit{
float: left;
    width: 100%;
	margin:0;
}
.home-page-form-div p {
    margin: 0 0 15px;
}
.home-submit input[type="submit"]{
float:left;
}
.contact-main-div ul li{
  line-height: 20px;
    margin-bottom: 16px;
    margin-right: 0;
	width:100%;
}
.contact-main-div ul li span{
margin:0 0 1px;
}
.contact-main-div{
padding:0 0 4px;
}
.contact-form-div h1{
font-size:26px;
line-height:26px;
margin:0 0 10px;
}
textarea{
height:85px;
}
.contact-form-div input[type="submit"]{
margin-top:0;
}
.contact-page-full {
    padding: 22px 0 5px;
}
.free-consulation-form-details-l, .free-consulation-form-details-r{
	float:left;
	width:100%;
}
.free-consultation-form-main .wpcf7-form textarea{
	height:100px;
}
.contact-form-div input[type="submit"], .free-consultation-form-main .wpcf7-form input[type="submit"]{
	margin-top:5px;
}
.free-consultation-page-full{
	margin-bottom: 18px;
    padding: 22px 0 12px;
}
.home-middle-text-left h5{
	 font-size: 18px;
    line-height: 20px;
    margin: 0 0 5px;
}
.single-projects-left{
	width:100%;
}
.single-projects-right {
    float: left;
    margin-top: 18px;
    width: 100%;
}
.single-projects-main p{
	 font-size: 16px;
    line-height: 24px;
    margin: 0 0 12px;
}
.single-projects-main h5{
	  font-size: 20px;
    line-height: 20px;
    margin: 20px 0 12px;
}
.single-projects-main .single-projects-right ul li{
	   font-size: 17px;
    line-height: 20px;
    margin: 0 0 12px;
    padding-left: 24px;
}
.blog-page-main{
	padding:22px 0 1px;
}
h2.blog-post-title{
	font-size:22px;
	line-height:26px;
}
.post-info > span{
	margin-right:14px;
}
.post-single-content p{
	 font-size: 15px;
    line-height: 22px;
    margin: 0 0 14px;
}
.post-single-content {
    padding: 12px 0 0;
}
.share-icons-left{
	width:100%;
}
.lv_sharing-right {
    float: left;
    margin-top: 13px;
    width: 100%;
}
.single-post-share-icons .lv_sharing-right ul li {
    margin: 0 5px 0 0;
}
.single-post-share-icons {
    padding: 2px 0 0;
}
.related-posts h3, #commentsAdd #respond h4{
	font-size:22px;
	line-height:24px;
	margin:0 0 10px;
}
.related-posts li{
	width:100%;
	margin:0 0 12px !important;
}
.horizontal-small .post-img{
	width:26%;
}
.horizontal-container .horizontal-container-inner .post-data{
	width:70%;
}
.related-posts{
	margin:24px 0 8px;
}
#commentsAdd #commentform{
	width:100%;
}
#commentform textarea{
	height:90px;
}
#commentsAdd #commentform .g-recaptcha {
    margin: 0 0 12px;
}
.blog-post-details-l{
	width:100%;
}
.blog-post-details-r {
    float: left;
    margin-top: 12px;
    width: 100%;
}
.post-data .post-excerpt{
	font-size: 15px;
    line-height: 20px;
    margin: 12px 0;
}
.readMore a{
	font-size:14px;
	padding:8px 20px;
}
.post-box.vertical{
	margin-bottom:22px;
}
}