/*-----------------------------------------------
/* @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);
}
.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 }
	.lv_services_list{
	width:100%;
	float:none;
	}
}
@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 {
	    background: transparent;
	    border: 0;
	}
	nav { height: auto }
	.main-container-wrap nav ul {
	    width: 100%;
	    display: none;
	    height: auto;
	}
	nav li, #navigation ul li li {
	    width: 100%!important;
	    float: left;
	    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 {
	    text-align: left;
	    width: 100%;
	}
	nav a.toggle-mobile-menu {
	    display: block;
	    width: 100%;
	    position: relative;
	    color: #fff;
	    background: #444;
	    padding: 10px 0;
	    text-align: center;
	    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:after {
	    font-family: FontAwesome;
	    content: "\f0c9";
	    position: absolute;
	    left: 20px;
	    top: 0;
	    font-size: 21px;
	    line-height: 42px;
	}
}
@media screen and (max-width:830px) { 
	.article { width: 100% }
	#content_box {
	    padding-right: 0px;
	    padding-left: 0px!important;
	}
	.sidebar.c-4-12 {
	    float: none;
	    width: 100% !important;
	    margin: 0 auto;
	    padding-left: 0;
	    padding-right: 0;
	
	    overflow: hidden;
	    max-width: 345px;
}
	.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) { 
	.secondary-navigation a {
	    
	}
	.f-widget, .widgets-num-4 .f-widget {
	    width: 44%;
	    margin-right: 5.75%;
	}
	.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 }
	
	.lv_services_list li{
	font-size:14px;
	line-height:24px;
	}
}
/*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 {
	    float: none;
	    width: 100%;
	    margin: 0 auto !important;
	    max-width: 345px;
	}
}
@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% }
	#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) { 
.main-container-wrap nav ul{
display:block;
}
nav li, #navigation ul li li{
width:auto !important;
}
#navigation .menu li, #navigation .menu li a{
font-size:15px;
}
#navigation ul li{
padding:0;
}
.header-contact #text-2{
width:395px;
}
.header-contact ul li.header-contact-address{
width:51%;
}
.header-right{
width:57%;
}
.header-left{
width:40%;
}
#logo a, #logo img{
float:none;
width:100%;
}
.secondary-navigation{
float:right;
}
.container {
    max-width: 96%;
}
.secondary-navigation a{
padding:35px 10px;
}
.header-contact {
    margin-top: 0;
}
.tp-rightarrow.default{
  padding: 32px 26px;
    top: 73% !important;
}
#page{
width:96%;
}
.home-page-content h4{
font-size:44px;
line-height:46px;
}
.home-page-content p{
font-size:18px;
line-height:26px;
}
.home-page-content{
padding:60px 0 32px;
}
.one_third.services-item{
width:30%;
margin-right:4.8%;
}
.one_third.last.services-item{
margin-right:0;
}
.home-services-full{
padding:55px 0 85px;
}
.services-title h4{
font-size:19px;
}
.testimonial-r{
width:58%;
}
.testimonial-l{
width:280px;
padding:0 35px 17px 0;
}
.testimonial-l p{
font-size:15px;
}
.testimonial-right{
width:75%;
}
.bne-testimonial-featured-image{
margin:0 20px 0 0;
}
.bne-testimonial-slider.bne-flexslider .flex-direction-nav li{
width:50%;
}
.bne-testimonial-slider.bne-flexslider .flex-direction-nav .flex-prev{
left:50%;
}
.bne-testimonial-slider.bne-flexslider .flex-direction-nav .flex-next{
left:23%;
}
.footer-top-inn{
padding:45px 0 0px;
}
.copyright-l .copyright-menu ul li a{
font-size:12px;
padding:0 5px;
}
.copyright-l{
width:45%;
font-size:12px;
}
.copyright-l .copyright-menu {
    margin: 0 0 8px;
}
.about-content-l{
width:32%;
}
.about-content-r{
width:64%;
}
.about-content-inn h6{
font-size:24px;
line-height:38px;
}
.about-content-inn p{
font-size:18px;
line-height:28px;
}
body{
background:#fff !important;
}
.about-content-inn {
    padding: 50px 0 40px;
}
.team-item-r{
width:66%;
}
.team-title h4{
padding:7px 15px 7px 25px;
font-size:24px;
line-height:26px;
}
.team-item-r{
margin-top:15px;
}
.team-content {
    margin: 18px 0 21px 25px;
}
.team-content p{
font-size:16px;
line-height:23px;
}
.team-phone{
width:43%;
}
.team-phone h6{
font-size:22px;
padding-left:23px;
}
.team-item {
    margin: 0 0 40px;
}
.team-page {
    padding: 60px 0 20px;
}
.ui-tabs .ui-tabs-nav li{
width:33.3%;
}
.ui-tabs .ui-tabs-nav li .serv-title{
font-size:24px;
line-height:26px;
bottom:13%;
}
.services-tabs-content .services-content h3{
font-size:32px;
line-height:34px;
margin:0 0 20px;
}
.services-tabs-content .services-content p{
font-size:17px;
line-height:24px;
}
.services-tabs-content .services-content {
    padding: 45px 0 30px;
}
.services-form2 {
    margin: 0 2.6%;
}
.services-form {
    margin-bottom: 20px;
}
.services-page-sidebar{
padding:60px 0 35px;
}
.page-title-inn{
padding-left:15px;
}
.portfolio-title-r{
width:315px;
}
.portfolio-title-l h4{
font-size:36px;
line-height:38px;
}
.one_fourth.portfolio-item {
    margin-bottom: 5%;
    margin-right: 2.5%;
    min-height: inherit;
    width: 23%;
}
.one_fourth.portfolio-item img{
height:auto;
}
.one_fourth.last.portfolio-item {
    margin-right: 0;
}
.one_fourth.portfolio-item a:hover .portfolio-title{
bottom:0;
font-size:17px;
}
.portfolio-page-inn {
    padding-top: 30px;
}
.portfolio-page {
    padding: 55px 0 30px;
}
#cycle-2 .cycle-slide{
width:170px !important;
}
.contact-details-inn ul li.contact-address{
width:235px;
}
.contact-details-inn ul li{
padding-left:25px;
font-size: 17px;
    line-height: 22px;
}
.contact-details-inn ul li.contact-phone{
width:196px;
font-size: 24px;
    margin-left: 18px;
}
.contact-details-inn ul li.contact-email{
 padding-left: 30px;
    width: auto;
}
.contact-details-inn ul li span{
font-size:20px;
margin-bottom:5px;
}
.contact-page-details h5{
font-size:32px;
line-height:34px;
margin:0 0 35px;
}
.contact-page-details {
    padding: 40px 0 45px;
}	
.contact-page-form{
padding:50px 0 45px;
}
.contact-page-form-inn h3{
font-size:34px;
line-height:36px;
margin:0 0 30px;
}
.contact-form-m{
margin-left:18px;
}
#commentform input#submit, .contactform #submit, input[type="submit"]{
width:90px;
padding:10px 12px;
font-size:16px;
}
.wpcf7-form .wpcf7-captchac{
margin:0 5px;
}
.wpcf7-form label{
font-size:14px;
}
.wpcf7-form input.wpcf7-captchar{
width:33%;
}
.form-submit-l{
width:66%;
}
.copyright-m #text-9 a{
width:160px;
}
.copyright-m ul li{
margin-right:12px;
}
.team-page-inn .team-item-details.one_third{
   margin-bottom: 14px;
    margin-right: 11px;
    width: 31%;
}
.our-team-page-r{
width:48%;
}
.our-team-page-l h6 br{
display:none;
}
.team-page-inn .team-item-details img{
width:100%;
}
.our-team-detail-title{
padding:9px 1px 9px 5px;
}
.our-team-detail-title h4{
font:13px;
}
.our-team-detail-title h6{
font-size:12px;
}
.our-team-page-l h6{
font-size:19px;
line-height:26px;
margin:0 0 18px;
}
.our-team-page-l p{
  font-size: 17px;
    line-height: 25px;
    margin: 0 0 16px;
}
.team-page {
    padding: 45px 0 25px;
}
}


@media screen and (max-width:767px) { 
.show_mobile a {
    background: url(../images/mobile-menu-icon.png) no-repeat scroll 96% center #145881;
    display: block;
    font-size: 18px;
	padding: 10px 20px;
    color: #fff;
}
.show_mobile {
    display: block;
}
.header-left {
    float: none;
    width: 100%;
    text-align: center;
}
.header-inner {
    padding: 35px 0 0;
}
.header-right {
    float: none;
    width: 100%;
}
.header-contact ul li{
float:none;
}
.header-contact ul li.header-contact-phone{
float:none;
}
.header-contact #text-2 {
    float: none;
    width: 200px;
    margin: auto;
}
.header-contact {
    margin: 22px 0;
}
.header-contact ul li.header-contact-address{
width:100%;
margin-bottom:22px;
}
.tp-rightarrow.default{
padding:20px;
}
.secondary-navigation #navigation #menu-main-menu{
background:#C29F36;
padding:10px 0;
}
#navigation .menu .current-menu-item > a {
    background: none;
}
.secondary-navigation #navigation #menu-main-menu li a{
padding:12px 0;
}
#navigation .menu li, #navigation .menu li a{
color:#fff;
}
body{
background:#fff !important;
}
.home-page-content{
padding:25px 0 10px;
}
#page{
width:96%;
}
.home-page-content h4{
font-size:26px;
line-height:28px;
margin:0 0 15px;
}
.home-page-content p{
font-size:17px;
line-height:26px;
}
.container {
    max-width: 96%;
}
.home-services-full{
padding:30px 0;
background:#145881;
}
.one_third.services-item {
    float: none;
    margin: auto auto 24px;
}
.one_third.last.services-item{
margin:auto !important;
}
.footer-top-inn{
padding:30px 0 20px;
}
.testimonial-l {
    border-right: none;
    float: none;
    padding: 0;
    width: 300px;
    margin-bottom: 33px;
}
.testimonial-r {
    float: none;
    width: 100%;
}
.bne-testimonial-featured-image{
margin:0 15px 0 0;
}
.testimonial-right{
width:67%;
}
.bne-testimonial-slider-wrapper .bne-testimonial-description p{
font-size:13px;
line-height:20px;
}
.testimonial-r h3, .testimonial-l h3{
margin:0 0 10px;
font-size:24px;
line-height:26px;
}
.testimonial-r h3.bne-testimonial-heading{
margin:0;
}
.bne-element-container{
margin:0 !important;
}
.bne-testimonial-slider.bne-flexslider .flex-content {
    padding: 10px 5px !important;
}
.copyright-l{
float:none;
width:100%;
text-align:center;
font-size:14px;
}
.copyright-l .copyright-menu ul li a{
font-size:13px;
border:none;
padding:0 4px;
text-transform:none;
}
.copyright-l .copyright-menu {
    margin: 0 0 5px;
}
.copyright-m {
    float: none;
    width: 100%;
    margin: 25px auto;
}
.copyright-r{
float:none;
margin:auto;
}
#copyright-note{
padding:28px 0 30px;
}
.flex-direction-nav{
display:none !important;
}
.home-services-inn h2{
font-size:38px;
line-height:40px;
margin:0 0 20px;
}
.page-title-inn {
    margin: auto;
    width: 96%;
	background:none;
	padding:0;
	position:relative;
}
h1.page-title{
font-size:34px;
line-height:34px;
padding:22px 30px;
}
.about-content-inn {
    padding: 25px 0 15px;
}
.about-content-l{
width:100%;
}
.about-content-r{
float:left;
width:100%;
margin-top:17px;
}
.about-content-inn h6{
font-size:24px;
line-height:30px;
}
.about-content-inn h6 br{
display:none;
}
.about-content-inn p{
font-size:18px;
line-height:26px;
}
.team-item-l{
width:100%;
}
.team-item-l img{
width:100%;
}
.team-item-r{
margin-top:15px;
width:100%;
}
.team-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}
.team-title h4{
padding:9px 15px;
}
.team-content {
    margin: 15px 0 26px;
}
.team-fields {
    margin-left: 0;
}
.team-phone{
width:190px;
margin-right:25px;
}
.team-item {
    margin: 0 0 30px;
}
.team-page {
    padding: 30px 0 25px;
}
.ui-tabs .ui-tabs-nav li{
width:33.3%;
}
.ui-tabs .ui-tabs-nav li .serv-title{
font-size:20px;
bottom:20%;
line-height:20px;
}
.services-tabs-content .services-content {
    padding: 20px 0 7px;
}
.services-tabs-content .services-content h3{
font-size:24px;
line-height:26px;
margin:0 0 10px;
}
.services-tabs-content .services-content p{
font-size:17px;
line-height:24px;
}
.services-sidebar-inn h3{
font-size:22px;
line-height:28px;
margin:0 0 20px;
}
.services-form1, .services-form2, .services-form3, .services-form4{
width:100%;
}
.services-form2 {
    margin: 0;
}
.services-form4 {
    float: left;
}
.services-form {
    margin-bottom: 10px;
}
.wpcf7-form .services-form-submit-l p{
margin:0;
}
.services-page-sidebar{
padding:28px 0;
}
.portfolio-title-l h4{
font-size:32px;
line-height:34px;
}
.portfolio-title-l{
width:100%;
}
.portfolio-title-r{
float:left;
width:100%;
margin-top:17px;
}
.portfolio-title-r2 a, .portfolio-title-r1 a{
font-size:17px;
}
.portfolio-title-r2 {
    float: left;
    margin-left: 22px;
}
.portfolio-page-inn {
    padding-top: 30px;
}
.one_fourth.portfolio-item{
  margin-bottom: 7%;
    margin-right: 2%;
    min-height: inherit;
    width: 31%;
}
.one_fourth.portfolio-item img{
height:auto;
}
.one_fourth.last.portfolio-item{
margin-right:2% !important;
}
.one_fourth.portfolio-item a:hover .portfolio-title{
font-size:16px;
bottom:0%;
}
.portfolio-page {
    padding: 25px 0 10px;
}
.cycle-slideshow img{
height:auto;
}
#cycle-2 .cycle-slide{
width:97px !important;
}
.contact-page-details h5{
font-size:22px;
line-height:24px;
margin:0 0 26px;
}
.contact-details-inn ul li{
float:none;
font-size:17px;
line-height:24px;
display:block;
padding-left:30px;
}
.contact-details-inn ul li.contact-address{
width:90%;
}
.contact-details-inn ul li.contact-phone{
margin:23px 0;
width:100%;
}
.contact-details-inn ul li.contact-email{
width:100%;
padding-left:30px;
}
.contact-details-inn{
width:285px;
}
.contact-page-form-inn h3{
font-size:28px;
line-height:30px;
margin:0 0 20px;
}
.contact-form-l{
width:100%;
}
.contact-form-m {
    margin-left: 0;
    width: 100%;
}
.contact-form-r {
    float: left;
    width: 100%;
}
.form-submit-l{
width:100%;
}
.contact-page-form{
padding:30px 0 35px;
}
.contact-page-details {
    padding: 25px 0 30px;
}
.copyright-m #text-4 {
    float: none;
    margin: auto auto 20px;
    width: 115px;
}
.copyright-m #text-9 {
    float: none;
    margin: auto;
    width: 225px;
}
.our-team-page-l{
width:100%;
}
.our-team-page-l h6 br{
display:none;
}
.our-team-page-r{
float:left;
width:100%;
margin-top:13px;
}
.our-team-page-l h6{
font-size:17px;
line-height:26px;
margin:0 0 15px;
}
.our-team-page-l p{
font-size:16px;
line-height:24px;
margin:0 0 15px;
}
.team-page-inn .team-item-details.one_third {
    margin-bottom: 20px;
    margin-right: 12px;
    width: 30.5%;
}
.team-page-inn .team-item-details img{
width:100%;
}
.our-team-detail-title{
padding:6px 2px;
}
.our-team-detail-title h4{
font-size:12px;
line-height:15px;
}
.our-team-detail-title h6{
font-size:11px;
line-height:13px;
}
.team-page {
    padding: 22px 0 12px;
}
.header-left{
padding:0;
}
.secondary-navigation #navigation ul li.current-menu-item a:after{
background:none;
}
}