/* LayerSlider V6 Skin */

@font-face {
	font-family: helvetica;
	src: url("../font/h1.otf") format("opentype");
	font-weight: 100;
}

@font-face {
	font-family: helvetica;
	src: url("../font/h2.otf") format("opentype");
	font-weight: 200;
}

@font-face {
	font-family: helvetica;
	src: url("../font/h3.otf") format("opentype");
	font-weight: 300;
}

@font-face {
	font-family: helvetica;
	src: url("../font/h4.otf") format("opentype");
	font-weight: 400;
}

@font-face {
	font-family: helvetica;
	src: url("../font/h5.otf") format("opentype");
	font-weight: 500;
}

@font-face {
	font-family: helvetica;
	src: url("../font/h6.otf") format("opentype");
	font-weight: 600;
}

@font-face {
	font-family: helvetica;
	src: url("../font/h7.otf") format("opentype");
	font-weight: 700;
}

@font-face {
	font-family: helvetica;
	src: url("../font/h8.otf") format("opentype");
	font-weight: 800;
}

@font-face {
	font-family: helveticaCondenser;
	src: url("../font/hc/HelveticaNeueLTStd-MdCn.otf") format("opentype");
	font-weight: 400;
}
@font-face {
	font-family: helveticaCondenser;
	src: url("../font/hc/HelveticaNeueLTStd-LtCn.otf") format("opentype");
	font-weight: 200;
}
@font-face {
	font-family: helveticaCondenser;
	src: url("../font/hc/HelveticaNeueLTStd-ThCn.otf") format("opentype");
	font-weight: 100;
}
@font-face {
	font-family: sf;
	src: url("../font/sf/sf7.otf") format("opentype");
	font-weight: 700;
}
@font-face {
	font-family: sf;
	src: url("../font/sf/sf6.otf") format("opentype");
	font-weight: 600;
}
@font-face {
	font-family: sf;
	src: url("../font/sf/sf5.otf") format("opentype");
	font-weight: 500;
}
@font-face {
	font-family: sf;
	src: url("../font/sf/sf4.otf") format("opentype");
	font-weight: 400;
}
@font-face {
	font-family: sf;
	src: url("../font/sf/sf3.otf") format("opentype");
	font-weight: 300;
}
@font-face {
	font-family: sf;
	src: url("../font/sf/sf2.otf") format("opentype");
	font-weight: 200;
}
@font-face {
	font-family: sf;
	src: url("../font/sf/sf1.otf") format("opentype");
	font-weight: 100;
}
*{
	font-weight:400 !important;
	font-family: helvetica;
	font-style: normal !important;
}

.ls-v6 .ls-nav-prev,
.ls-v6 .ls-nav-next,
.ls-v6 .ls-bottom-slidebuttons a,
.ls-v6 .ls-nav-start,
.ls-v6 .ls-nav-stop,
.ls-v6 .ls-nav-prev:after,
.ls-v6 .ls-nav-next:after,
.ls-v6 .ls-playvideo,
.ls-v6 .ls-playvideo:after {
	transition: border .3s ease-in-out,
				border-radius .2s ease-in-out,
				background-color .3s ease-in-out,
				-o-transform .2s ease-in-out,
				-ms-transform .2s ease-in-out,
				-moz-transform .2s ease-in-out,
				-webkit-transform .2s ease-in-out,
				transform .2s ease-in-out
				!important;
}

.ls-v6 .ls-playvideo {
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
}

.ls-v6 .ls-playvideo:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -16px;
	width: 26px;
	height: 26px;
	border: 3px solid transparent;
	border-top: 3px solid rgba(255,255,255,0.75);
	right: 20px;
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 3px solid rgba(255,255,255,0.75);
}

.ls-v6 .ls-playvideo:hover {
	-o-transform: scaleX(1.2) scaleY(.7);
	-ms-transform: scaleX(1.2) scaleY(.7);
	-moz-transform: scaleX(1.2) scaleY(.7);
	-webkit-transform: scaleX(1.2) scaleY(.7);
	transform: scaleX(1.2) scaleY(.7);
}

.ls-v6 .ls-playvideo:hover:after {
	border-top-color: rgba(255,255,255,1) !important;
	border-right-color: rgba(255,255,255,1) !important;
}

.ls-v6 .ls-nav-prev,
.ls-v6 .ls-nav-next {
	display: none !important;
	width: 50px;
	height: 50px;
	z-index: 10000;
	top: 50%;
	margin-top: -25px;
	position: absolute;
	border-radius: 25px;
}

.ls-v6 .ls-nav-prev:after,
.ls-v6 .ls-nav-next:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -16px;
	width: 26px;
	height: 26px;
	border: 3px solid transparent;
	border-top: 3px solid rgba(255,255,255,0.75);
}

.ls-v6 .ls-nav-prev:after {
	left: 20px;
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-left: 3px solid rgba(255,255,255,0.75);
}

.ls-v6 .ls-nav-next:after {
	right: 20px;
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 3px solid rgba(255,255,255,0.75);
}

.ls-v6 .ls-nav-prev:hover,
.ls-v6 .ls-nav-next:hover {
	-o-transform: scaleX(1.2) scaleY(.7);
	-ms-transform: scaleX(1.2) scaleY(.7);
	-moz-transform: scaleX(1.2) scaleY(.7);
	-webkit-transform: scaleX(1.2) scaleY(.7);
	transform: scaleX(1.2) scaleY(.7);
}

.ls-v6 .ls-nav-prev:hover:after {
	border-top-color: rgba(255,255,255,1) !important;
	border-left-color: rgba(255,255,255,1) !important;
}

.ls-v6 .ls-nav-next:hover:after {
	border-top-color: rgba(255,255,255,1) !important;
	border-right-color: rgba(255,255,255,1) !important;
}

.ls-v6 .ls-nav-prev {
	left: 10px;
}

.ls-v6 .ls-nav-next {
	right: 10px;
}

.ls-v6 .ls-bottom-slidebuttons a,
.ls-v6 .ls-nav-sides {
	margin: 0 5px;
	width: 8px !important;
	height: 8px;
}

.ls-v6 .ls-bottom-slidebuttons a {
	border-radius: 10px;
	border: 2px solid rgba(255,255,255,0.75) !important;
}

.ls-v6 .ls-bottom-slidebuttons a.ls-nav-active {
	background-color: rgba(255,255,255,0.75);
}

.ls-v6 .ls-bottom-slidebuttons a:hover {
	border: 2px solid rgba(255,255,255,1) !important;
}

.ls-v6 .ls-bottom-slidebuttons a.ls-nav-active:hover {
	background-color: rgba(255,255,255,1) !important;
}

.ls-v6 .ls-nav-start:after {
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid rgba(255,255,255,0.75);
	border-right: 2px solid rgba(255,255,255,0.75);
	left: -14px;
	top: -10px;
}

.ls-v6 .ls-nav-start {
	position: relative;
	-o-transform: scaleX(1.5);
	-ms-transform: scaleX(1.5);
	-moz-transform: scaleX(1.5);
	-webkit-transform: scaleX(1.5);
	transform: scaleX(1.5);
}

.ls-v6 .ls-nav-start:hover:after,
.ls-v6 .ls-nav-start-active:after {
	border-top: 2px solid rgba(255,255,255,1);
	border-right: 2px solid rgba(255,255,255,1);
}

.ls-v6 .ls-nav-stop {
	border-left: 2px solid rgba(255,255,255,0.75) !important;
	border-right: 2px solid rgba(255,255,255,0.75) !important;
	width: 4px;
	height: 12px;
	margin-left: 5px;
}

.ls-v6 .ls-nav-stop:hover,
.ls-v6 .ls-nav-stop-active {
	border-left: 2px solid rgba(255,255,255,1) !important;
	border-right: 2px solid rgba(255,255,255,1) !important;
}

.ls-v6 .ls-bottom-slidebuttons,
.ls-v6 .ls-bottom-slidebuttons a,
.ls-v6 .ls-nav-sides {
	display: flex !important;
}
.ls-v6 .ls-nav-start,
.ls-v6 .ls-nav-stop{
	display: none;
}

.ls-v6 .ls-bottom-nav-wrapper {
	top: -30px;
}

.ls-v6 .ls-nav-sides {
	width: 0px;
}

.ls-v6 .ls-thumbnail-hover {
	bottom: 30px;
	padding: 2px;
	margin-left: 7px;
}

.ls-v6 .ls-thumbnail-hover-bg {
	background: #eee;
	border-radius: 3px;
}

.ls-v6 .ls-thumbnail-hover span {
	border: 5px solid #eee;
	margin-left: -5px;
}

.ls-v6 .ls-thumbnail {
	top: 10px;
}

.ls-v6 .ls-thumbnail-inner {
	padding: 2px;
	margin-left: -2px;
	background: #fff;
}

.ls-v6 .ls-thumbnail-slide a {
	margin-right: 2px;
}

.ls-v6 .ls-nothumb {
	background: #eee;
}

.ls-v6 .ls-loading-container {
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	background-position: -450px -150px;
}

.ls-v6 .ls-loading-indicator {
	width: 22px;
	height: 22px;
	margin-top: 9px;
	background-image: url(loading.gif);
}

.ls-v6 .ls-circle-timer {
	top: 16px;
	right: 16px;
	width: 24px;
	height: 24px;
}

.ls-v6 .ls-ct-half,
.ls-v6 .ls-ct-center {
	border-width: 2px;
}

.layerslider-1{
	width:1160px;
	height:530px;
	margin:0 auto;
	margin-bottom: 0px;
}
.join p {
	color: #fff;
    padding: 0px;
    font-size: 22px;
    font-weight: 600;
    padding-left: 40px;
    padding-bottom: 0px;
}
.join img{
	height:90px;
	padding: 20px 0px;
	background:#000;
}
.join {
	display: none;
	position: absolute;
    /*display: flex;*/
    align-items: center;
    right: 0;
    bottom: 50px;
    z-index: 9999;
    background-color: #f15c27;
    height: 90px;
    width: 826px;
    overflow: hidden;
}

.slider-button{
	cursor: pointer;
    z-index: 9999;
    color: #fff;
    background-color: #f15c27;
    padding: 10px 24px;
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    height: 45px;
    font-weight: 600;
    text-shadow: none;
    border: 2px solid #f15c27;
    text-transform: uppercase;
    transition: all .2s linear;
}
.cms2{
	/*margin-top: -50px;*/
    z-index: 999999999;
    background: #fff;
}
.ls-thumbnail-hover-img,.ls-thumbnail-hover{display: none !important;}
video{
	object-fit: cover;
}
nav>div>ul ul{
	width: 250px;
}
#cmsmasters_heading_qr7neufiw{
	    margin-bottom: 40px;
}
#cmsmasters_heading_pqvyo1eyi8{
	margin-bottom: 65px;
}
#cmsmasters_heading_vb4bc56kh4 .cmsmasters_heading{
	font-weight: 400;
}
#cmsmasters_heading_qr7neufiw .cmsmasters_heading{
	font-size: 24px;
    font-weight: 300 !important;
	font-style: normal;
	letter-spacing: 0;
	font-family: helveticaCondenser !important;
}
.cmsmasters_project_puzzle .button{
    background: #f15c27;
}
.header_mid.header_mid_scroll, .cmsmasters_dynamic_cart .widget_shopping_cart_content, .cmsmasters_dynamic_cart .widget_shopping_cart_content .buttons .button, .cmsmasters_added_product_info{
	background-color: #000;
	height: 100px !important;
}
.carousel-indicators {
	position: static;
    display: flex;
    flex-direction: row;
    width: 1200px;
    max-width: 1200px;
    justify-content: space-between;
    background:transparent !important;
    margin: auto;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-caption{
	position: static;
}

.carousel-indicators li {
    display: inline-block;
    width: 20%;
    height: 100%;
    min-height: 130px;
    margin: 0px;
    text-indent: 0px; 
    cursor: pointer;
    background-color: transparent;
    border: none; 
    border-radius: none;
    color: #aaa;
    text-align: left;
    padding: 0px;
    font-size: 23px;
    position: relative;
}
.carousel-indicators li img,.carousel-indicators .active img{
	height: 100%;
	width: 100%;
	min-height: 130px;
}
.carousel-indicators .active {
    width: 20%;
    height: 100%;
    min-height: 130px;
    margin: 0px;
    padding: 0px;
    color: #fff;
    background-color: transparent !important;
    transition: all .3s linear;
    position: relative;
}
.carousel-indicators .active p{
	background-color: rgba(0,0,0,.2) !important;
}
.carousel-indicators li p{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    min-height: 130px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 600 !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.6) !important;
    text-transform: uppercase;
}
.slide-text {
    position: absolute;
    top: 31% !important;
    left: 0% !important;
    z-index: 9999;
    text-align: left;
    /* margin: auto; */
    width: 100%;
}
.carousel-caption {
    margin: auto;
    width: 1200px;
    text-align: left;
}
.slide-text p:nth-of-type(1){
    font-size: 35px !important;
    max-width: 600px;
    line-height: 53px;
    font-family: Playfair Display !important;
    padding-bottom: 30px;
}
.slide-text p:nth-of-type(2){
    font-size: 20px !important;
    text-transform: uppercase;
    padding-bottom: 30px;
}

ul li, ol li{
	padding: 0;
}
.widget {
    padding: 0px;
}
.fa, .far, .fas {
    font-family: Font Awesome\ 5 Free !important;
    font-weight: 900 !important;
}
.fab {
	font-weight: 100;
    font-family: Font Awesome\ 5 Brands !important;
}
.cmsmasters_color_scheme_footer{
	background-color: #000;
}
.cmsmasters_project_grid .cmsmasters_project_header{
	padding: 0;
	padding-bottom: 10px;
}
.carousel-inner>.item div:nth-of-type(1):before{
	position: fixed; 
    width: 100%; 
    height: 100%;
    top: 0; 
    left: 0;
    right: 0;
    z-index: -1;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    content: "";
    overflow: hidden;
}
.indicator-wrapper{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.carousel-inner>.item>div{
	height: 100%;
}
.carousel-inner>.item>div>img{
	height: 100%;
	max-height: 816px;
	object-fit: cover;
}
.carousel-inner>.item>div:nth-of-type(1):after{
	content: "";
	position: absolute; 
    width: 100%; 
    height: 100%;
    top: 0; 
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
}
html.csstransitions .preloader .full-width{
	object-fit: cover;
}
.portfolio.large_gap .project{
	padding-bottom: 40px;
}

a{
    font-family: Helvetica;
}
.footer-note{
	text-align: center;
    max-width: 600px;
    margin: auto;
}
.footer-note a{
	font-size: inherit;
	font-family: Helvetica;
}
.bottom_bg .bottom_inner{
	border-bottom-width: 1px;
	padding-top: 50px;
}
.parallax-item b{
	    font-weight: 500 !important;
}
.cmsmasters_row .cmsmasters_row_inner.cmsmasters_row_no_margin>.cmsmasters_row_margin{
	margin: auto;
    width: 80%;
}
/*.entry-header{
	margin-bottom: 13px;
}*/
#cmsmasters_heading_pqvyo1eyi8{
	display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-caption {
	padding: 0px;
}
.sub-heading{
    text-align: justify !important;
    padding: 20px 0px;
}
.sub-heading a{
	font-size: 20px;
}

.imglist{
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0px;
	margin: auto;
    max-width: 1200px;
}
.imglist > a{
	width: 31.333333%;
    margin: 1%;
}
.imglist > a img{
	height: 250px;
    object-fit: cover;
    width: 100%;
    transition: all .1s linear;
}
.imglist > a img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.01);
}
.calender-flex{
	display: flex;
	justify-content: space-between;
	padding: 5px 25px;
}
#cmsmasters_row_nofslyz1hn:before,#cmsmasters_row_tar2afvyet:before,.headline_outer:before{
	position: absolute; 
    width: 100%; 
    height: 100%;
    top: 0; 
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    content: "";
    overflow: hidden;
}
i#slide_top {
    font-weight: 600 !important;
}
#slide_top{
	background: #f15c27;
	    z-index: 999999999;
}
.hp-event-images:hover:after{
	position: absolute; 
    width: 100%; 
    height: 100%;
    top: 0; 
    left: 0;
    right: 0;
    background-color: rgba(241, 92, 39,.7);
    content: "";
    overflow: hidden;
}
.responsive-caret-icon{
	display: flex !important;
    justify-content: space-between;
}
.cmsmasters_resp_nav_toggle:before{
	display: none !important;
}
.fa-caret-down{
	font-family: Font Awesome\ 5 Free !important;	
	font-weight: 900 !important;
}
.cmsmasters_resp_nav_toggle{
	position: absolute !important;
    right: 0 !important;
    top: 6px !important;
    margin: 0 15px 0 0px !important;
}
.navigation ul li a{
	font-style:normal !important;
}
article#post-2548{
	display: flex;
    align-items: flex-end;
}
@media screen and (min-width: 768px){
	.fa-caret-down{
		display: none;
	}
}
@media screen and (min-width: 768px){
.carousel-caption {
	padding: 0px;
}
}
@media screen and (max-width: 1000px){
.join{
	display: none;
}
}
@media screen and (max-width: 1400px){
	#cmsmasters_column_sclh9r6jib .cmsmasters_column_inner{
		padding: 0 34% 0 3%;
	}
	.imglist > a{
	width: 50%;
}
}

.cmsmasters_button.cmsmasters_but_bg_slide_left:after,
.cmsmasters_button.cmsmasters_but_bg_slide_right:after,
.cmsmasters_button.cmsmasters_but_bg_slide_top:after,
.cmsmasters_button.cmsmasters_but_bg_slide_bottom:after,
.cmsmasters_button.cmsmasters_but_bg_expand_vert:after,
.cmsmasters_button.cmsmasters_but_bg_expand_hor:after,
.cmsmasters_button.cmsmasters_but_bg_expand_diag:after{
	background-color: transparent;
}


.menu-main-menu-container,
span.nav_title {
	text-transform: uppercase;
	font-family: helveticaCondenser !important;
}
.cmsmasters_heading{
	    font-style: normal;
}

.navigation>li>a,
.top_line_nav>li>a,
.footer_nav>li>a,
nav>div>ul div.menu-item-mega-container>ul>li>a{
	font-size: 15px;
}

.newbutton{
width:200px;
}


.more{
	display: inline-block;
	margin: 0 auto;
	cursor: pointer;
    z-index: 9999;
    border-color: transparent  ;
	 background-color: #f25b28  ;
	 color: #ffffff  ;
	 padding: 2px 30px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
    transition: all .2s linear;
}
.more:hover{
	color: #fff;
}

.marginfit{
	padding: 0px 20px 100px 20px;
	max-width: 1200px;
	margin: 0 auto;
}

.featherlight .featherlight-content {
    padding: 25px !important;
     border-bottom: 0px !important; 
     margin-left: 0px !important; 
     margin-right: 0px !important; 
    max-height: 100% !important;
    height: 100vh;
    width: 100%;

}
.featherlight .featherlight-close-icon{
    border: 1px solid #333 !important;
    margin: 20px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 30px !important;
    width: 30px !important;
}
.featherlight .featherlight-inner{
	display: flex !important;
	max-width: 1200px;
    margin: auto;
    height: 100%;
    align-items: center;
}
.box-center{
	display: flex !important;
}
.box-center div{
	width: 50%;
	padding: 20px;
}
.box-center div img{
	width: 100%;
	height: auto;
	max-height: -webkit-fill-available;
}
.lightbox { display: none; }

.header_mid .logo_wrap .logo img{
	z-index: 9999999999999999;
}
.sm-line{
	position: relative;
}
.sm-line:after{
    content: "";
    position: absolute;
    height: 2px;
    width: 50%;
    margin: 0;
    background: #f15c27;
    bottom: 0;
    left: 25%;
}
.condensor{
	font-family: helveticaCondenser !important;
	text-transform: uppercase;
}
a:focus{
	text-decoration: none;
}

#main{
	opacity: 1 !important;
}
section{
	float: none;
}
body{
	height: auto;
}
.sm-img{
	position: absolute;
    width: 300px !important;
    top: 80%;
    left: -5%;
    opacity: 1 !important;
}
#cmsmasters_heading_k4eli1cq0l h3{
    font-size: 24px;
    padding-left: 40px;
    margin-bottom: 20px;
}
#cmsmasters_heading_k4eli1cq0l h3:after{
    content: "";
    position: absolute;
    top: 3%;
    left: 3.5%;
    width: 30px;
    height: 2px;
    background: #f15c27;
}

/* filter gallery */

#info {
	border-radius:5px;				
	background:#fcf8e3;
	border:1px solid  #fbeed5;
	width:95%;
	max-width:900px;
	margin:0 auto 40px auto;
	font-size:12px;
	box-sizing: border-box;
}

	#info .info-wrapper {
	padding:10px;
	box-sizing: border-box;

	}
	
	#info a {
		color:#c09853;
		text-decoration:none;
	}
	
	#info p {
		margin:5px 0 0 0;
	}


.container { 
	position: relative; 
  	transition: all 1s ease;	
}
 
#filters {
	margin:0;
	padding:50px 15px;
	list-style:none;
	background: #fff;
	display: flex;
    justify-content: center;
}

	#filters li {
		float:left;
	}
	
	#filters li span {
		display: block;
		padding: 10px 20px;
    	height: 41px;		
		text-decoration:none;
		color:#000;
		cursor: pointer;
		text-transform: uppercase;
		transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	#filters li span:hover{
		background: #e95a44;
		color:#fff;
	}
	#filters li span.active {
		background: #e95a44;
		color:#fff;
	}
 

 
#portfoliolist .portfolio {
	width:20%;
	display:none;
}

	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		background: #f15c27;
		cursor:pointer;
	}

	.portfolio img {
		width:100%;
		position: relative;
		top:0;
     	transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
        height: 300px;
    	object-fit: cover;
	}
	
	.portfolio .label {
		position: absolute;
		width: 100%;
		height: 55px;
    	bottom: -55px;
    	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	}

		.portfolio .label-bg {
			background: #f15c27;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
	
		.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:5px 8px;
		}
		.portfolio .label-text a{
			color: #fff;
			font-size: 20px;
		}
			
			.portfolio .text-category {
				display:block;
				font-size:12px;
			}
	
	.portfolio:hover .label {
    bottom:0;
  }
	.portfolio:hover img {
    top:-30px;
  }  

	div#portfoliolist {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 0px 0px 60px 0px;
    justify-content: center;
}

/* filter gallery */


/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 9999999;
}

.loader {
    position: relative;
    width: 80px;
    height: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.duo {
  height: 20px;
  width: 50px;
  background: hsla(0, 0%, 0%, 0.0);
  position: absolute;
  
}

.duo, .dot {
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.duo1 {
  left: 0;
}

.duo2 {
  left: 30px
}


.dot {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #f15c27;
  position: absolute;
}

.dot-a {
  left: 0px;  
}

.dot-b {
  right: 0px;
}


@keyframes spin {
    0% { transform: rotate(0deg) }
   50% { transform: rotate(180deg) }
  100% { transform: rotate(180deg) }
}

@keyframes onOff {
    0% { opacity: 0; }
   49% { opacity: 0; }
   50% { opacity: 1; }
  100% { opacity: 1; }
}

.duo1 {
  animation-name: spin;
}

.duo2 {
  animation-name: spin;
  animation-direction: reverse;
}

.duo2 .dot-b {
  animation-name: onOff;
}

.duo1 .dot-a {
  opacity: 0;
  animation-name: onOff;
  animation-direction: reverse;
}


/* Preloader */

.newsticker{
    line-height: 90px;
    margin: 0;
    color: #fff;
    height: 90px !important;
    font-size: 26px;
    padding-left: 20px;
    text-transform: uppercase;
    letter-spacing: .8px;   
}
.newsticker li{
	font-family: helveticaCondenser !important;
    font-weight: 300 !important;
}
.address h2,.contacts h2{
    font-family: helveticaCondenser !important;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
}

.pr-title p{
	color: #333;
	font-weight: 300 !important;

}

.container-timeline{
	max-width: 1280px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.container-timeline>div{
	display: flex;
	line-height: 26px;
    letter-spacing: 1px;
}
.container-timeline>div>div{
	width: 50%;
	padding: 40px;
	z-index: 1;
}
.container-timeline>div>div>div{
	padding: 14% 0px;
}
.container-timeline>div>div:nth-of-type(2){
	border-left: 2px solid rgba(121, 121, 121, 0.1);
}
.container-timeline>div>div>img {
    width: 100%;
    height: 100%;
    max-height: 420px;
    object-fit: cover;
}
.container-timeline h5 {
    margin-bottom: 20px;
}
.container-timeline p{
	font-size: 16px;
}
/*.header_mid .header_mid_outer {
    background: linear-gradient(rgba(0, 0, 0, 0.6),transparent);
}*/
.carousel-caption{
	    text-shadow: 0 1px 2px rgba(0,0,0,.2);
}
html .cmsmasters_color_scheme_footer .tel:hover{
	color:#7d7d7d;
}
.works{
    width: 1200px;
    margin:  auto;
}
.subscribtiondiv .divide-works>div{
	width: 700px;
    text-align: center;
     margin:  auto;
}
.divide-works .subscribe{
    background: #f15c27 !important;
    color: #fff  !important;
    padding: 10px 20px;
    font-size: 30px;
    text-align: center;
    border: none !important;
    width: 150px;
    float: none !important;
    margin: 0px;
    margin-top: 25px;
    line-height: 20px !important;
    height: 46px;
}
.subscribtiondiv{
    background: #000 !important;
    padding: 50px 0px 0px;
}
.subscribtiondiv .divide-works{
    align-items: center;
    margin: 0 auto;
}
.divide-works input{
    width: 100%;
    background: transparent;
    background-color:transparent !important;
    color: #fff !important;
    border-radius: 0px !important;
    margin: 5px;
    font-size: 14px !important;
    border: 1px solid #aaa !important;
}
.about-subscribtion{
    color: #aaa;
    font-size: 26px;
    font-weight: 300 !important;
}
input::placeholder{
	    line-height: 40px !important;
    height: 40px !important;
    color: #aaa;
}

span.cmsmasters_counter_title {
    font-weight: 200 !important;
    font-family: helveticaCondenser !important;
    text-transform: uppercase !important;
    font-size: 1.1vw !important;
    letter-spacing: .6px !important;
}
span.cmsmasters_counter_counter{
        font-weight: 200 !important;
    font-family: helveticaCondenser !important;
}

.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap, .tribe-events-countdown-widget .widgettitle {
    font-size: 44px;
}
.cmsmasters_counters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header_mid .header_mid_inner{
	padding: 0px;
}

.contacts-form{
	width: 50%;
	    margin-bottom: 0px;
}
.freebirdFormviewerViewCenteredContent{
	width: 100% !important;
}
.mobile-rotation {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    text-align: center;
    z-index: 150;
    overflow: hidden;
}
.mobile-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.mobile-content img {
    width: 150px;
    margin-bottom: 20px;
}

@media all and (max-width: 1500px){
	.carousel-indicators li p,.carousel-indicators li img,.carousel-indicators .active img,.carousel-indicators .active,.carousel-indicators li{
		min-height: 100px;
	}
	.slide-text p:nth-of-type(1){
		font-size: 31px !important;
		max-width: 500px;
		line-height: 45px;
	}
	.slide-text p:nth-of-type(2){
		font-size: 18px !important;
	}
}
@media all and (max-width: 1200px){
	.cmsmasters_counters{
		    width: 100%;
    padding: 0 10px;
	}
	.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap, .tribe-events-countdown-widget .widgettitle{
		font-size: 3.4vw !important;
	}
	span.cmsmasters_counter_title{
		font-size: 1.6vw !important;
	}
}