/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1480px){

	.header:not(.style-2) .main-navigation > ul > li{
		margin: 0 15px;
	}

	.header:not(.style-2) .main-navigation > ul > li > a{
		font-size: 14px;
	}
	
	.header:not(.style-2):not(.style-3) .flex-row > .contact-info{
		display: none;
	}

	.half-bg-col p br,
	.icons-box .icons-item .item-box br{
		display: none;
	}

	.carousel-type-2.owl-carousel,
	.team-holder.style-1.owl-carousel,
	.team-holder.style-3.owl-carousel
	{
		padding: 0 30px;
	}

		.carousel-type-2.owl-carousel .owl-nav .owl-prev,
		.team-holder.style-1.owl-carousel .owl-nav .owl-prev,
		.team-holder.style-3.owl-carousel .owl-nav .owl-prev
		{
			left: -10px;
		}

		.carousel-type-2.owl-carousel .owl-nav .owl-next,
		.team-holder.style-1.owl-carousel .owl-nav .owl-next,
		.team-holder.style-3.owl-carousel .owl-nav .owl-next
		{
			right: -10px;
		}

}

@media only screen and (min-width: 1480px){
	
	.container.extra{
		width: 1280px;
	}

	.container.extra2{
		width: 1410px;
	}

}

@media only screen and (min-width: 1280px){

	#header.clone-fixed.slideDown{
	    top: 0 !important;
	}

	.admin-bar #header.clone-fixed.slideDown{
		top: 32px !important;
	}

	#header.clone-fixed.style-2 .top-header,
	#header.clone-fixed.style-3 .top-header,
	#header.clone-fixed.style-3 .pre-header{
		display: none;
	}

	.icons-box.style-3 .item-box{
      -moz-transform: translateY(110px);
      -webkit-transform: translateY(110px);
      -o-transform: translateY(110px);
      -ms-transform: translateY(110px);
      transform: translateY(110px);
    }

    .icons-box.style-3 .item-box:hover{
      -moz-transform: translateY(0);
      -webkit-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }

    .icons-box.style-3 .item-box p,
    .icons-box.style-3 .item-box .info-btn{
      opacity: 0;
      visibility: hidden;

      transition: all .4s ease;
    }

    .icons-box.style-3 .item-box:hover p,
    .icons-box.style-3 .item-box:hover .info-btn{
      opacity: 1;
      visibility: visible;
    }

}

@media only screen and (max-width: 1280px){

	.section-title br{
		display: none;
	}

	#header.sticky-header.clone-fixed {
	    display: none;!important;
	}

	.header.style-1 .top-header{
	    width: 100%;
	}

		.header.style-1 .top-header .logo-wrap{
			width: 25%;
		}

		.header.style-1 .top-header .menu-holder {
			width: 75%;
		}


	.fx-col-5 > *{
		width: 50%;
	}

	.rev-slider-wrapper .icons-box.style-3{
		position: relative;
	}

	.rev-slider-wrapper .brand-holder{
		padding: 18px 0;
	}

	.case-popup .popup-inner{
	    width: 50%;
	}

	.services .service-item span.service-title{
		font-size: 24px;
	}

	.tabs .tabs-nav > li > a {
		padding: 12px 20px;
		font-size: 1em;
	}

}

@media only screen and (max-width: 1199px){
	
	.services .item-col {
		width: 25%;
	}

	.services .item-col.col-2 {
		width: 50%;
	}

	.profile-section .profile-img {
	    width: 38%;
	}

	.profile-section .profile-content {
	    width: 62%;
	}

		.call-out .flex-row {
			display: block;
			text-align: center;
		}

			[class*="scaption"] p {
				font-size: 14px!important;
				line-height: 22px!important;
			}

}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.team-item:hover .team-desc.overlay{
		padding-left: 20px;
		padding-right: 20px;
	}
	
}

@media only screen and (max-width: 992px){

	/*	Mobile Menu
	/* -------------------------------------------------- */

	#header.header.header-main .menu-holder{
		position: relative;
		background-color: rgba(0,0,0,.8);
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	}

	.main-navigation{display: none!important;}

	.responsive-nav-button { display: inline-block; }

	.mobile-advanced {
		position: absolute;
		top: 0;
		right: -100%;
		z-index: 995;
		overflow: hidden;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #fff;
		pointer-events: none;
		-webkit-backface-visibility: hidden;
		-webkit-transform-origin: 0 0;
				transform-origin: 0 0;
		-webkit-transition: -webkit-transform .35s ease;
				transition: transform .35s ease;
		-webkit-transform: translateX(0);
				transform: translateX(0);
	}

	#wrapper.active .mobile-advanced {
		pointer-events: auto;

		-webkit-transform: translate(-100%, 0);
				transform: translate(-100%, 0);
	}

	.no-cssanimations.no-csstransforms3d #wrapper.active .mobile-advanced {
		right: 0;
	}

		.mobile-advanced ul.sub-menu { margin-bottom: 0; }

		.mobile-advanced > ul { 
			padding-top: 80px; 
		}

			.mobile-advanced li {
				display: block;
				position: relative;
				list-style: none;
			}

				.mobile-advanced li > span {
					display: block;
					padding: 10px 15px;
					color: #333;
					font-weight: 400;
				}

				.mobile-advanced li a {
					display: block;
					padding: 10px 20px;
					border-bottom: 1px solid #eaeaea;
					line-height: 1.15em;
				}

				.mobile-advanced .sub-menu-wrap li a {
					line-height: 1.15em;
				}

				.mobile-advanced > ul > li.menu-item-has-children > div.arrow {
					position: absolute;
					right: 0;
					top: 0;
					width: 40px;
					height: 100%;
					color: #fff;
					font-family: 'fontello';
					content: '\f106';
					display: block;
					text-align: center;
				}

				.mobile-advanced > ul > li.menu-item-has-children > div.arrow:after {
					font-family: 'fontello';
					content: '\f106';
					line-height: 40px;
				}

				.mobile-advanced > ul > li.menu-item-has-children > div.arrow.active:after {
					content: '\f107';
				}

				.mobile-advanced > ul > li:hover > a,
				.mobile-advanced > ul > li.current-menu-item > a,
				.mobile-advanced > ul > li.current-menu-parent > a,
				.mobile-advanced > ul > li.current-menu-ancestor > a,
				.mobile-advanced > ul > li.current_page_item > a,
				.mobile-advanced > ul > li.current_page_parent > a,
				.mobile-advanced > ul > li.current_page_ancestor > a
				 {
					background-color: #65ae84;
				}

				.mobile-advanced ul ul li.current > a,
				.sub-menu-wrap > ul > li:hover > a{
					color: #65ae84;
				}

				.mobile-advanced > ul > li > a{
					background-color: #483949;
					color: #fff;
					font-size: 16px;
					font-family: 'Montserrat', sans-serif;
				    text-transform: uppercase;
				    font-weight: normal;
				}

				.mobile-advanced ul ul li > a {padding-left: 30px;}

				.mobile-advanced ul ul li > a:before{
					display: inline-block;
				    vertical-align: middle;
				    position: relative;
				    margin-right: 5px;
				    font-size: 14px;
				    font-family: 'fontello';
				    content: "\f105";
				}

		#advanced-menu-hide{
			position: fixed;
			top: 20px;
			right: 30px;
			z-index: 999;
			display: block;
			text-align: center;
			color: #483949;

			-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
			-webkit-border-radius: 3px;
					border-radius: 3px;
			
		}

		.logged-in.admin-bar #advanced-menu-hide{top: 55px;}

		#wrapper.active #advanced-menu-hide{
			visibility: visible;
			pointer-events: auto;

			-webkit-transform: translateX(0);
					transform: translateX(0);
		}

		#advanced-menu-hide:after{
			content: '\e92a';
		    vertical-align: middle;
		    text-align: center;
		    font-size: 30px;
		    font-family: 'linearicons';
		    line-height: 38px;
		}

		#advanced-menu-hide:hover{color: #65ae84;}

		.mobile-advanced > ul > li .sub-menu-wrap
		{
			position: relative;
			width: 100%;
			opacity: 1;
			visibility: visible;
			left: 0;
			right: 0;
			border: none;
			padding: 0;
			margin: 0;

			-webkit-transform: none;
			-ms-transform: none;
			-o-transform: none;
			transform: none;
		}

		.mobile-advanced .sub-menu-wrap { display: none; }

		.sub-menu-wrap ul li:hover { background: transparent!important; }

		.sub-menu-wrap ul li{padding: 0;}

		.sub-menu-wrap ul li.current-menu-item{background: none!important;}

	.toggle-menu { display: block; }

	.sub-menu-wrap.mega-menu > *{
        width: 100%;
    }

    .sub-menu-wrap.mega-menu > *:not(:last-child){
        margin-right: 0;
        margin-bottom: 0;
    }

	/* ------------------------------------------------------------------------------ */

	.flex-row [class*="col-md"]:not([class*="col-sm"]):not([class*="col-xs"]){
		width: 100%;
	}
	
	[class*="col-md-12"]:not(:last-child),
	[class*="col-md-"].col-sm-12:not(:last-child){
	    margin-bottom: 45px;
	}

	[class*="page-section"].half-bg-col:not(.two-cols){
		padding-top: 0;
		padding-bottom: 72px;
	}

	.half-bg-col:not(.two-cols) [class*="img-col"]{
	    padding-bottom: 50%;
	    margin-bottom: 72px;
	    position: relative;
	    width: 100%;
	}

	.icons-box.type-2 .half-bg-col [class*="img-col"]{
	   margin-bottom: 0;
	}

	.icons-box.type-2 .half-bg-col > .container > .row {
		display: block;
	}

	.icons-box.type-2 .half-bg-col > .container > .row {
		margin: 0;
	}

	.icons-box.type-2 .half-bg-col > .container > .row > [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
	}

	.icons-box.type-2 .half-bg-col > .container > .row > [class*="col-"]:not(:last-child) {
		padding-top: 45px;
		padding-bottom: 112px;
	}

	.icons-box.type-2 .half-bg-col {
		padding: 0;
	}

	.half-bg-col.two-cols [class*="img-col"]{
		width: 100%;
	}

	.half-bg-col.two-cols [class*="img-col"] .col-bg{
		height: 50%;
	}

	.half-bg-col.two-cols .img-col-right .col-bg{
		top: auto;
		bottom: 0;
	}

	.header{
		padding: 0;
	}

	.header:not(.style-2):not(.style-3) .menu-wrap {
		padding: 20px;
	}

	.header:not(.style-2):not(.style-3) .top-header .logo-wrap,
	.header:not(.style-2):not(.style-3) .top-header .menu-holder
	{
		width: 100%;
	}

	.searchform-wrap .vc-child
	{
		width: 80%;
	}

	.rev-slider-wrapper .side-bar {
		width: 100px;
		padding: 140px 40px 20px;
	}

	.rev-slider-wrapper.full-scr .rev-slider{
		margin-left: 100px;
	}

	.team-member .member-photo img{
		width: 100%;
	}

	.fx-col-3 > *{
		width: 50%;
	}

	.half-bg-col.two-cols,
	.half-bg-col.two-cols .page-section-bg{
		padding: 0;
	}

	.half-bg-col.two-cols .row{
		margin: 0 -15px;
	}

	.half-bg-col.two-cols > .container > .row > [class*="col-"]{
		padding: 70px 15px;
		margin-bottom: 0!important;
	}


	.isotope.four-collumn .item{
		width: 33.3333%;
	}

	.profile-section .profile-img,
	.profile-section .profile-content{
	    width: 100%;
	}

	.profile-section .profile-content .prof-inner{
		padding: 41px 0;
	}

}

@media (min-width: 992px){

	.push-left-30{
		padding-left: 30px;
	}
	
}

@media (max-width:767px){

	.entry .entry-body .label {
		float: none;
		margin-bottom: 25px;
		margin-right: 0;
		width: 100%;
	}

	h1.page-title {
		font-size: 2.5em;
	}

	.page-content.left-sidebar main#main,
	.page-content.right-sidebar main#main,
	.page-content.left-sidebar aside#sidebar,
	.page-content.right-sidebar aside#sidebar {
		float: none;
		width: 100%;
	}

	.page-content.left-sidebar .site-main,
	.page-content.right-sidebar .site-main {
		margin-bottom: 45px;
	}
	
	.flex-row [class*="col-sm-"]:not([class*="col-xs"]){
		width: 100%;
	}
	
	.fx-col-5 > *{
		width: 50%;
	}

	.pricing-tables-holder.cols-3 .pricing-col{
		width: 50%;
	}

	.header.style-2 .top-header .flex-row > *{
		width: 100%;
		text-align: center;
	}

	.header.style-2 .top-header .contact-info{
		display: inline-block;
	}

	.services .item-col,
	.services .item-col.col-2
	{
		width: 100%;
	}

	.isotope.three-collumn .item{
			 width: 50%;
		 }

	.col-3 .item {
		width: 50%;
	}

	.isotope.four-collumn .item {
		width: 50%;
	}

	.team-holder.col-3 > .team-item,
	.team-holder.col-4 > .team-item {
		max-width: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
	}

	.case-popup .popup-inner{
		top: 450px;
	    width: 80%;
	}

	.coming-soon h1{
		font-size: 48px;
	}

	.coming-soon{
		padding-top: 350px;
	}

	.tp-caption p{
		display: none!important;
	}

	.about-author .team-item .member-photo {
		max-width: 80px;
	}

	.entry .info-btn.with-icon.share {
		margin-top: 25px;
		margin-left: 5px;
		margin-right: 15px;
	}

	.entry .info-btn.with-icon.share .tooltip {
		position: relative;
		top: auto;
		left: 0;
		right: auto;
		margin-right: 20px;
		display: inline-block;
		transform: translate(0, 0);
		opacity: 1;
		visibility: visible;
	}

		.entry .info-btn.with-icon.share .licon-share2 { display: none; }

	.entry-box.entry-small .entry .thumbnail-attachment {
		max-width: 110px;
	}

	.page-404-section {
		padding: 70px 0;
	}

		.page-404-section .inner-404 h1 {
			font-size: 150px;
			line-height: 130px;
		}

	.testimonial-holder.style-2 .testimonial .author-box {
		float: none;
		max-width: 100px;
	}

	.testimonial-holder.style-2 .testimonial blockquote {
		width: 100%;
	}

	.side-bar {
		padding: 20px;
		position: relative;
		width: auto;
	}

		.side-bar > * {
			position: static;
			top: 0;
			float: none;
			transform: rotate(0);
		}

		.side-bar p.v-text {
			top: 0;
			float: none;
			transform: rotate(0);
		}

		.side-bar span.v-text { display: none; }

	nav#footer-navigation {
		text-align: center;
		padding: 0 0 28px 0;
	}

		nav#footer-navigation .info-links.h-type > li {
			padding-bottom: 0;
		}

	.vc_row-has-fill .icons-box.price-box.type-2 .icons-wrap .icons-item p {
		color: #fff;
	}

}

@media (min-width:769px){

	.table-row{
	    margin-left: 0px;
	    margin-right: 0px;
	    display: table;
	    width: 100%;
	    table-layout: fixed;
	}

		.table-row > [class*="col-sm-"]{
		    float: none;
		    display: table-cell;
		    vertical-align: middle;
		}

		.table-row > [class*="col-"]:first-child{
		    padding-left: 0px;
		}

		.table-row > [class*="col-"]:last-child{
		    padding-right: 0px;
		}

	.media-holder.style-2.var2 .media-inner{
	  left: auto;
	  right: 25%;
	  transform: none;
	}

	.header.style-2 .top-header .flex-row > *:last-child{
		text-align: right;
	}

}

@media (min-width: 769px) and (max-width: 992px) {

	
}

@media only screen and (max-width:480px){

	[class*="col-xs-"]{
		float: none;
		width: 100%;
	}

	[class*="col-xs-"]:not(:last-child){
		margin-bottom: 28px;
	}

	[class*="fx-col-"] > *,
	.pricing-tables-holder.cols-3 .pricing-col{
		width: 100%;
	}

	.tabs .tabs-nav li{
		float: none;
		display: block;
	}

	.tabs:not(.style-2) .tabs-nav > li:not(:first-child) > a{
		margin: 0 0 1px 0;
	}

	.tabs.style-2 .tabs-nav > li > a{
		padding: 14px 0;
	}

	.tabs.style-2 .tabs-nav > li:not(:last-child) > a{
		border-bottom: 1px solid #e4e4e5;
		border-right: none;
	}

	.tabs.vertical{
		display: block;
	}

	.tabs.vertical .tabs-nav,
	.tabs.vertical .tabs-content{
		width: 100%;
	}

	.tabs.vertical.style-2 .tabs-content{
		margin-left: 0;
	}

	.btns-set .flex-row{
		justify-content: inherit;
	}

	.header .top-header .logo-wrap,
	.header .top-header .menu-holder{
		width: 100%;
	}

	.searchform-wrap .close-search-form{
		margin-left: 10px;
	}

	.header.style-3 .top-header .flex-row > *:not(:last-child){
		margin-bottom: 20px;
	}

	.media-inner h1 {
		font-size: 48px;
		line-height: 56px;
	}

	.media-holder.style-2.var2 .media-inner {
		top: 230px;
		left: 15px;
	}

	.header.style-3 .top-header .contact-info {
	    padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.header.style-2 .top-header .flex-row > * {
	 	width: 100%;
	}

	.fx-col-3 > *{
		width: 100%;
	}

	.services .item-col,
	.services .service-item figure img{
		width: 100%;
	}

	.breadcrumbs-wrap .page-title{
		font-size: 48px;
		line-height: 56px;
	}

	.search-holder .btn:not(:last-child){
		margin-right: 10px;
	}

	.isotope.three-collumn .item{
		width: 100%;
	}

	.col-3 .item {
		width: 100%;
	}

	.isotope.four-collumn .item{
		width: 100%;
	}

	.team-holder.col-3 > .team-item,
	.team-holder.col-4 > .team-item {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
	}

	.entry-box.cols-2 > .entry,
	.entry-box.cols-3 > .entry
	{
		max-width: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
	}

	.header:not(.style-2):not(.style-3) .menu-wrap{
		padding: 20px;
	}

	.comment-info,
	.comment-author {
		float: none;
	}

	#sidebar .entry-box.entry-small .entry .thumbnail-attachment:not(:last-child){
		margin-bottom: 18px;
	}

	.comments-list .children { margin-left: 25px; }
	.comments-list .children .children { margin-left: 0; }

	.rev-slider-wrapper .brand-holder{
		padding: 18px 0;
		position: relative;
		background: #483949;
	}

	.form-submit {
		padding-left: 15px;
		padding-right: 15px;
	}

}

@media only screen and (max-width:320px){


}

@media (max-height: 750px){

	.rev-slider-wrapper .side-bar{
		padding-top: 70px;
	}

	.side-bar .social-icons.v-type{
		display: none;
	}

}

@media (max-height: 450px){

	.rev-slider-wrapper .side-bar p.v-text,
	.side-bar .social-icons.v-type{
		display: none;
	}

}