@charset "utf-8";
/*
==========================================
font-family:"montserrat", Arial, sans-serif;
==========================================
Light		300
Regular		400
Medium		500
SemiBold	600
Bold		700
ExtraBold	800
==========================================

*/
/* CSS Document */
/*html{scroll-behavior:smooth;}*/
body{color:#fff; background:#000; font-size:62.5%; line-height:1.3; -webkit-text-size-adjust:none; font-family:"montserrat", Arial, sans-serif; font-weight:300; -webkit-box-sizing:border-box; box-sizing:border-box;}

/*html{overflow-y:scroll; _overflow-y:auto;}*/
a{color:#fff; text-decoration:underline; outline:none;}
a:hover{text-decoration:none;}
address,
p{color:#fff; font-size:1.6em; padding:10px 0; font-weight:300; line-height:1.6;}
ul{color:#fff; font-size:1.6em; font-weight:300;}
ol{color:#fff; font-size:1.6em; font-weight:300;}
input, textarea, select{color:#fff; outline:none; font-size:1.6em; vertical-align:middle; font-family:"montserrat", Arial, sans-serif;}
strong{font-weight:700;}

input::-webkit-input-placeholder{opacity:1; color:#808080;}
input::-moz-placeholder{opacity:1; color:#808080;}
input:-ms-input-placeholder{opacity:1; color:#808080;}
input:-moz-placeholder{opacity:1; color:#808080;}

textarea::-webkit-input-placeholder{opacity:1; color:#808080;}
textarea::-moz-placeholder{opacity:1; color:#808080;}
textarea:-ms-input-placeholder{opacity:1; color:#808080;}
textarea:-moz-placeholder{opacity:1; color:#808080;}

.wrapper{margin:0 auto; padding:0 100px; max-width:1440px;}
.wrapper_50{padding:0 50px; max-width:1540px;}
/*===================================================================================*/
/*HOMEPAGE START=====================================================================*/
/*===================================================================================*/
.frow{display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex;}
.frow_space_between{-webkit-box-pack:justify; -moz-box-pack:justify; -ms-flex-pack:justify; -webkit-justify-content:space-between; justify-content:space-between;}
.frow_center_align{-webkit-box-pack:center; -moz-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center;}
.frow_reverse{-webkit-box-direction:reverse; -moz-box-direction:reverse; -webkit-flex-direction:row-reverse; -ms-flex-direction:row-reverse; flex-direction:row-reverse;}
.frow_vcenter{-webkit-box-align:center; -moz-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;}
.frow_vbottom{-webkit-box-align:end; -moz-box-align:end; -ms-flex-align:end; -webkit-align-items:flex-end; align-items:flex-end;}
.frow_vtop{-webkit-box-align:start; -moz-box-align:start; -ms-flex-align:start; -webkit-align-items:flex-start; align-items:flex-start;}
.frow_bottom_align{-webkit-box-align:end; -moz-box-align:end; -ms-flex-align:end; -webkit-align-items:flex-end; align-items:flex-end;}
.frow_wrap{-webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.frow_column{-webkit-box-direction:normal; -webkit-box-orient:vertical; -moz-box-direction:normal; -moz-box-orient:vertical; -webkit-flex-direction:column; -ms-flex-direction:column; flex-direction:column;}
.frow_wrap_mob{}
.frow_wrap_tab{}
.frow > figure{-webkit-box:1; -moz-box:1; -webkit-flex:1; -ms-flex:1; flex:1;}
.frow > nav{-webkit-box:1; -moz-box:1; -webkit-flex:1; -ms-flex:1; flex:1;}
.frow > div{-webkit-box:1; -moz-box:1; -webkit-flex:1; -ms-flex:1; flex:1;}
.frow > a{-webkit-box:1; -moz-box:1; -webkit-flex:1; -ms-flex:1; flex:1;}
/*.frow > li{-webkit-box:1; -moz-box:1; -webkit-flex:1; -ms-flex:1; flex:1;}*/
.tb{display:table; width:100%; height:100%;}
.tb .td{display:table-cell; width:100%; height:100%; vertical-align:middle;}
.rounded{-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; overflow:hidden;}
img.rounded,
.rounded img{display:block; width:100%; height:auto;}
.gen_radius{-webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px; overflow:hidden;}
.moveup-hover{-webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s; display:inline-block;}
.moveup-hover:hover{transform:translate(0, -5px);}

.img_hover{overflow:hidden;}
.img_hover img{-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s; transition-timing-function: cubic-bezier(.19,.81,.6,1);}
.img_hover:hover img{transform:scale(1.1);}
@media only screen and (max-width: 1024px) {
	.frow_wrap_tab{-webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;}
}
@media only screen and (max-width: 767px) {
	.frow_wrap_mob{-webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;}
	.frow_wrap_mob > nav,
	.frow_wrap_mob > div,
	.frow_wrap_mob > a,
	.frow_wrap_mob > li{-webkit-box:0 0 100%; -moz-box:0 0 100%; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%;}
}

[data-aos="fade-up-unstuck"]{
	-webkit-transition:1.2s; -moz-transition:1.2s; -o-transition:1.2s; transition:1.2s;	
	/*transition-timing-function: cubic-bezier(0.080, 0.845, 0.460, 0.990);*/
	transition-timing-function: cubic-bezier(.19,.81,.6,1);
	
	transition-property: transform, opacity;
	-webkit-transform:translate3d(0,35px,0);transform:translate3d(0,35px,0);
}
[data-aos="fade-up-unstuck"].aos-animate {
	-webkit-transform:translate3d(0,0,1);transform:translate3d(0,0,1);
}

[data-aos="fade-in-menu"]{
	-webkit-transition:1.2s; -moz-transition:1.2s; -o-transition:1.2s; transition:1.2s;	
	transition-timing-function: cubic-bezier(.19,.81,.6,1);
	
	transition-property: transform, opacity;
	-webkit-transform:translate3d(-45px,0,0);transform:translate3d(-45px,0,0);
}
[data-aos="fade-in-menu"].aos-animate {
	-webkit-transform:translate3d(0,0,1);transform:translate3d(0,0,1);
}



.gen_btn{display:inline-block; margin:10px 0; background:#E25125; border:1px solid #E25125; text-decoration:none; padding:12px 25px; color:#fff; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s; font-size:1.4em; font-weight:400; text-align:center; text-transform:uppercase; font-weight:400; -webkit-box-sizing:border-box; box-sizing:border-box;
	-webkit-border-top-right-radius:10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-topright:10px; -moz-border-radius-bottomleft:10px; border-top-right-radius:10px; border-bottom-left-radius:10px;}
.gen_btn_hollow{background:none;}
@media only screen and (min-width: 1025px) {
	.gen_btn:hover{background:none;}
	.gen_btn_hollow:hover{background:#E25125;}
}



.big_title{font-size:112px; line-height:1;}
h1, .h1{font-size:8.2em; padding:10px 0; font-weight:800; font-family:"montserrat", Arial, sans-serif; color:#fff; line-height:1;}
h2, .h2{font-size:5.2em; padding:10px 0; font-weight:800; font-family:"montserrat", Arial, sans-serif; color:#fff; line-height:1;}
h3, .h3{font-size:2.2em; padding:10px 0; font-weight:800; font-family:"montserrat", Arial, sans-serif; color:#fff; line-height:1;}
/*
h4, .h4{font-size:2.8em; padding:10px 0; font-weight:400; font-family:"montserrat", Arial, sans-serif; color:#035390; line-height:1.2;}
h5, .h5{font-size:2.4em; padding:10px 0; font-weight:400; font-family:"montserrat", Arial, sans-serif; color:#035390; line-height:1.3;}
h6, .h6{font-size:2.1em; padding:10px 0; font-weight:500; font-family:"ivypresto-display", Arial, sans-serif; color:#035390; line-height:1.3;}
*/

.nowrap{white-space:nowrap}
.uppercase{text-transform:uppercase;}
sup{font-size:0.85em; vertical-align:top;}

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a{text-decoration:none; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s; color:#fff}
h1 a:hover, .h1 a:hover,
h2 a:hover, .h2 a:hover,
h3 a:hover, .h3 a:hover,
h4 a:hover, .h4 a:hover,
h5 a:hover, .h5 a:hover,
h6 a:hover, .h6 a:hover{color:#fff;}


.cms p a{color:#035390;}
.cms p strong{font-weight:500;}
.cms ul{font-size:1.6em; padding:10px 0; font-weight:400;}
.cms ul li{padding:5px 0 5px 15px; position:relative;}
.cms ul ul{font-size:1em;}
.cms ul li:before{content:""; display:block; position:absolute; left:0; top:12px; width:5px; height:5px; background:#fff; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%;}
.cms ul.page-list  li a{text-decoration:none;}
.cms_white ul li:before{background:#fff;}
.cms ol{counter-reset:item; padding:10px 0 10px 10px; font-weight:400;}
.cms ol li{padding:7px 0 15px 22px; position:relative;}
.cms ol li:before{content:counter(item)".";  counter-increment:item; display:block; position:absolute; left:0; top:7px;}


.burger_menu{background-color:#E25125; border:none; cursor:pointer; display:flex; padding:0; position:absolute; right:145px; top:34px; display:none; z-index:999;
	-webkit-border-top-right-radius:10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-topright:10px; -moz-border-radius-bottomleft:10px; border-top-right-radius:10px; border-bottom-left-radius:10px;
	transform:scale(0.68);
}
.burger_menu .line{fill:none; stroke:#fff; stroke-width:6; transition:stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),  stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);}
.burger_menu .line1{stroke-dasharray:60 207; stroke-width:6;}
.burger_menu .line2{stroke-dasharray:60 60; stroke-width:6;}
.burger_menu .line3{stroke-dasharray:60 207; stroke-width:6;}
.menu_open .burger_menu .line1{stroke-dasharray:90 207; stroke-dashoffset:-134; stroke-width:6; stroke:#fff;}
.menu_open .burger_menu .line2{stroke-dasharray:1 60; stroke-dashoffset:-30; stroke-width:6; stroke:#fff;}
.menu_open .burger_menu .line3{stroke-dasharray:90 207; stroke-dashoffset:-134; stroke-width:6; stroke:#fff;}

.book_btn_mob{display:none;}
.header{padding:37px 0;}
.header_abs{position:absolute; left:0; top:0; right:0; z-index:999;}
.header .logo{width:277px; max-width:277px; -webkit-box:0 0 277px; -moz-box:0 0 277px; -webkit-flex:0 0 277px; -ms-flex:0 0 277px; flex:0 0 277px;}
.header .logo img{display:block; width:100%; height:auto;}
.header .header_right{width:114px; max-width:114px; -webkit-box:0 0 114px; -moz-box:0 0 114px; -webkit-flex:0 0 114px; -ms-flex:0 0 114px; flex:0 0 114px;}
.header .header_right .gen_btn{display:block;}
.header .top_navi{}
.header .top_navi .close_menu{display:none;}
.header .top_navi nav{}
.header .top_navi nav ul{font-size:1.4em; text-align:center; font-weight:400;}
.header .top_navi nav ul li{display:inline-block; margin:0 25px; position:relative; z-index:9999;}
.header .top_navi nav ul li a{display:inline-block; color:#fff; text-decoration:none; padding:12px 17px; position:relative; text-transform:uppercase; position:relative;}
.header .top_navi nav ul li a .hover_text{position:absolute; left:0; top:0; right:0; padding:12px 17px; display:inline-block; color:#E25125; font-weight:600; opacity:0; -webkit-transition:0.3s ease-in-out; -moz-transition:0.3s ease-in-out; -o-transition:0.3s ease-in-out; transition:0.3s ease-in-out;}
.header .top_navi nav ul li a .normal_text{-webkit-transition:0.3s ease-in-out; -moz-transition:0.3s ease-in-out; -o-transition:0.3s ease-in-out; transition:0.3s ease-in-out;}

@media only screen and (min-width: 1025px) {
	/*
	.header .top_navi nav ul li.current-menu-item > a > .normal_text{opacity:0;}
	.header .top_navi nav ul li.current-menu-item > a > .hover_text{opacity:1;}
	.header .top_navi nav ul li.current-menu-item.menu-item-has-children > a > .normal_text{opacity:1;}
	.header .top_navi nav ul li.current-menu-item.menu-item-has-children > a > .hover_text{opacity:0;}
	*/
	
	.header .top_navi nav ul li:not(.menu-item-has-children):hover a .normal_text{opacity:0;}
	.header .top_navi nav ul li:hover a .hover_text{opacity:1;}
}
.header .top_navi nav ul li.menu-item-has-children a .hover_text{display:none;}
.header .top_navi nav ul li a:hover{}
.header .top_navi nav ul li.menu-item-has-children{}
.header .top_navi nav ul li.menu-item-has-children > a{padding:12px 37px 12px 17px; -webkit-border-top-right-radius:10px; -moz-border-radius-topright:10px; border-top-right-radius:10px; -webkit-transition:0.3s ease-in-out; -moz-transition:0.3s ease-in-out; -o-transition:0.3s ease-in-out; transition:0.3s ease-in-out;}
.header .top_navi nav ul li.menu-item-has-children > .show_sub{display:block; width:20px; height:20px; position:absolute; right:11px; top:12px; }
.header .top_navi nav ul li.menu-item-has-children > .show_sub:after{content:""; display:block; position:absolute; left:5px; top:3px; width:7px; height:7px; border-right:1px solid #fff; border-bottom:1px solid #fff; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;}

.header .top_navi nav ul li.menu-item-has-children > .submenu_open:after{-webkit-transform:rotate(225deg); -moz-transform:rotate(225deg); -ms-transform:rotate(225deg); -o-transform:rotate(225deg); transform:rotate(225deg); top:6px;}
@media only screen and (min-width: 1025px) {
	
	.header .top_navi nav ul li.menu-item-has-children:hover > .show_sub:after{-webkit-transform:rotate(225deg); -moz-transform:rotate(225deg); -ms-transform:rotate(225deg); -o-transform:rotate(225deg); transform:rotate(225deg); top:6px;}
	.header .top_navi nav ul li.menu-item-has-children:hover > a{background:#E25125; color:#fff;}
}

.header .top_navi nav ul li ul{font-size:1em; position:absolute; left:0; top:100%; background:#E25125; -webkit-border-top-right-radius:10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-topright:10px; -moz-border-radius-bottomleft:10px; border-top-right-radius:10px; border-bottom-left-radius:10px; text-align:left; width:362px; padding:17px 0 25px;}
@media only screen and (min-width: 1025px) {
	.header .top_navi nav ul li ul{-webkit-animation: dropdown 0.3s ease-in-out; -moz-animation: dropdown 0.3s ease-in-out; -o-animation: dropdown 0.3s ease-in-out; animation: dropdown 0.3s ease-in-out; display:none;}
	.header .top_navi nav ul li:hover ul{display:block;}	
	@-webkit-keyframes dropdown {
		0% {top:100%; opacity: 0;}    
		100% {top:100%; opacity: 1;}
	}
	@-moz-keyframes dropdown {
		0% {top:100%; opacity: 0;}    
		100% {top:100%; opacity: 1;}
	}
	@-ms-keyframes dropdown {
		0% {top:100%; opacity: 0;}    
		100% {top:100%; opacity: 1;}
	}
	@-o-keyframes dropdown {
		0% {top:100%; opacity: 0;}    
		100% {top:100%; opacity: 1;}
	}
	@keyframes dropdown {
		0% {top:100%; opacity: 0;}    
		100% {top:100%; opacity: 1;}
	}
	
}
.header .top_navi nav ul li ul li{margin:0; width:49%; vertical-align:top;}
.header .top_navi nav ul li ul li a{padding:10px 17px; -webkit-transition:0s; -moz-transition:0s; -o-transition:0s; transition:0s;}
.header .top_navi nav ul li ul li a:hover{font-weight:600;}

.top_banner{height:100vh; position:relative; overflow:hidden;}
.top_banner video{position:absolute; top:0; left:0; height:100%; width:100%; min-width:100%; min-height:100%; object-fit:cover;}
.top_banner:before{display:block; content:""; position:absolute; left:0; top:0; right:0; bottom:35%; background:linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); opacity:0.25; mix-blend-mode:multiply; z-index:1;}
.top_banner:after{display:block; content:""; position:absolute; left:0; right:0; bottom:0; height:210px; background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); z-index:1;}
.top_banner .banner_title{position:absolute; left:0; bottom:55px; right:0; z-index:10;}

.intro_texts{padding:65px 0;}
.intro_texts .int_texts{width:58.38%; max-width:58.38%; -webkit-box:0 0 58.38%; -moz-box:0 0 58.38%; -webkit-flex:0 0 58.38%; -ms-flex:0 0 58.38%; flex:0 0 58.38%;}
.intro_texts .int_texts .cms{max-width:565px;}
.intro_texts .int_texts .gen_btn{margin:35px 12px 0 0; min-width:214px;}

.popular_pros{padding:70px 0;}
.popular_pros .ppro_title{padding-bottom:50px;}
.popular_pros .ppro_title .pt_left{}
.popular_pros .ppro_title .pt_right{width:340px; max-width:340px; -webkit-box:0 0 340px; -moz-box:0 0 340px; -webkit-flex:0 0 340px; -ms-flex:0 0 340px; flex:0 0 340px;}
.popular_pros .ppro_title .pt_right .pt_navi{}
.popular_pros .ppro_title .pt_right .pt_navi a{float:left;}
.popular_pros .ppro_title .pt_right .pt_navi a.next_prev_pt{display:inline-block; width:44px; height:44px; border:1px solid #E25125; -webkit-border-top-right-radius:10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-topright:10px; -moz-border-radius-bottomleft:10px; border-top-right-radius:10px; border-bottom-left-radius:10px; vertical-align:middle; margin-left:14px; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s; vertical-align:middle; -webkit-box-sizing:border-box; box-sizing:border-box;}
.popular_pros .ppro_title .pt_right .pt_navi a.next_prev_pt svg{width:100%; height:100%;}
.popular_pros .ppro_title .pt_right .pt_navi a.prev_pt{margin-left:0;}
.popular_pros .ppro_title .pt_right .pt_navi a.next_pt svg{-webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg);}
.popular_pros .ppro_title .pt_right .pt_navi a.next_prev_pt:hover{background:#E25125;}
.popular_pros .ppro_title .pt_right .pt_navi a.gen_btn{margin:0 0 0 14px; height:44px;}
.pro_slider{overflow:hidden;}
.pro_slider .pro_slide{max-width:325px; position:relative; display:none;}
.pro_slider .slick-slide{margin:0 10px;}
.pro_slider .slick-list{margin: 0 -10px;}
.pro_slider .pro_slide_active{display:block;}
.pro_slider .slick-slide .pro_slide{display:block; max-width:none;}
.pro_slider .pro_slide:before{content:""; display:block; position:absolute; left:0; top:0; right:0; bottom:0; background:linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); mix-blend-mode:multiply; opacity:0.51; z-index:1; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;}
.pro_slider .pro_slide:after{content:""; display:block; position:absolute; left:0; top:0; right:0; bottom:0; background:linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.27) 100%); mix-blend-mode:multiply; opacity:0.51; z-index:1; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s; opacity:0;}
.pro_slider .pro_slide:hover:before{opacity:0; }
.pro_slider .pro_slide:hover:after{opacity:0.57; }
.pro_slider .pro_slide .pro_img{}
.pro_slider .pro_slide .pro_img img{display:block; width:100%; height:auto;}
.pro_slider .pro_slide h3{position:absolute; left:27px; bottom:14px; z-index:2;}
.pro_slider .pro_slide .overlay_link{position:absolute; left:0; top:0; right:0; bottom:0; z-index:3;}


.how_it_works{padding:60px 0;}
.how_it_works .hiw_title{padding-bottom:50px;}
.how_it_works .hiw_btn{width:210px; max-width:210px; -webkit-box:0 0 210px; -moz-box:0 0 210px; -webkit-flex:0 0 210px; -ms-flex:0 0 210px; flex:0 0 210px;}
.how_it_works .hiw_btn .gen_btn{margin:25px 0 0; display:block;}
.hiw_columns{padding:0 42px;}
.hiw_columns .hiw_col{width:17%; max-width:17%; -webkit-box:0 0 17%; -moz-box:0 0 17%; -webkit-flex:0 0 17%; -ms-flex:0 0 17%; flex:0 0 17%;
	-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s; transition-timing-function: cubic-bezier(.19,.81,.6,1);
}
.hiw_columns .hiw_col_open{width:49%; max-width:49%; -webkit-box:0 0 49%; -moz-box:0 0 49%; -webkit-flex:0 0 49%; -ms-flex:0 0 49%; flex:0 0 49%;}
.hiw_columns .hiw_col .hiw_col_padding{padding:0 8px; height:100%;}
.hiw_columns .hiw_col .hiw_inner{height:100%; position:relative; overflow:hidden;}
.hiw_columns .hiw_col .hiw_inner img{display:block; width:100%; height:100%; object-fit:cover;}
.hiw_columns .hiw_col .hiw_inner:after{content:""; display:block; position:absolute; left:0; top:0; right:0; bottom:0; opacity:0.7;
	background: linear-gradient(90deg,rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.54) 100%);
}

.hiw_columns .hiw_col .hiw_inner .hiw_box_title{position:absolute; left:0; top:0; width:100%; -webkit-box-sizing:border-box; box-sizing:border-box; padding:25px; z-index:10;}
.hiw_columns .hiw_col .hiw_inner .hiw_box_title .hiw_num{width:46px; height:46px; background:#E25125; text-align:center; font-size:2.2em; font-weight:800; padding:8px 5px; position:absolute; left:25px; top:25px;
	-webkit-box-sizing:border-box; box-sizing:border-box;
	-webkit-border-top-right-radius:10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-topright:10px; -moz-border-radius-bottomleft:10px; border-top-right-radius:10px; border-bottom-left-radius:10px;}
.hiw_columns .hiw_col .hiw_inner .hiw_box_title .hiw_texts{padding:0 0 0 65px; opacity:0; -webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s; transition-timing-function: cubic-bezier(.19,.81,.6,1);}
.hiw_columns .hiw_col .hiw_inner .hiw_box_title .hiw_texts h3{padding-bottom:0;}
.hiw_columns .hiw_col_open .hiw_inner .hiw_box_title .hiw_texts{opacity:1;}


.working_with{padding:75px 0; overflow:hidden;}
.working_with .working_title{padding-bottom:55px;}
.working_slider{}
.working_slider .work_logo{display:none;}
.working_slider .slick-slide .work_logo{display:block;}
.working_slider .work_logo_active{display:block;}
.working_slider .work_logo img{max-height:140px; width:auto; height:auto; max-width:100%; margin:0 auto;}
.working_slider .slick-slide{margin:0 35px;}
.working_slider .slick-list{margin: 0 -35px;}


.quote_form{padding:75px 0;}
.quote_form .quote_box{background:#252525; padding:125px 175px 145px;}
.quote_form .quote_box .quote_txt{max-width:552px; margin:0 auto; padding-top:35px; padding-bottom:15px;}

.form_row{border-bottom:1px solid #fff; margin-bottom:25px; position:relative;}
.form_row .form_label{position:absolute; left:0; top:0; right:0; text-transform:uppercase; text-align:center; font-size:1.6em; padding:22px 10px 0; z-index:-1; color:#808080;
	-webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;
}
.form_row .txtbox{width:100%; background:#252525; border:none; outline:none; text-align:center; height:65px; text-transform:uppercase; padding:22px; -webkit-box-sizing:border-box; box-sizing:border-box;
	-webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;
}
.form_row.frm_focus .form_label{z-index:1; padding:10px 10px 0; font-size:1.2em;}
.form_row.frm_focus .txtbox{ padding:32px 22px 12px;}

.upload_artwork{width:434px; height:94px; border:1px solid #E25125; margin:50px auto 0; position:relative; cursor:pointer;
	-webkit-box-sizing:border-box; box-sizing:border-box;
	-webkit-border-top-right-radius:10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-topright:10px; -moz-border-radius-bottomleft:10px; border-top-right-radius:10px; border-bottom-left-radius:10px;
}
.upload_artwork .open_file{padding-top:42px;}
.upload_artwork .file_field{position:absolute; left:0; top:0; z-index:-1; display:none;}
.upload_artwork svg{position:absolute; left:50%; top:16px; margin-left:-23px; width:46px; height:32px;}
.upload_artwork p{text-align:center; font-size:1.4em;}

.agree_submit{padding-top:75px; max-width:665px; margin:0 auto;}
.agree_submit .agree_frm{padding-top:9px;}
.agree_submit .submit_btn{width:210px; max-width:210px; -webkit-box:0 0 210px; -moz-box:0 0 210px; -webkit-flex:0 0 210px; -ms-flex:0 0 210px; flex:0 0 210px; position:relative;}
.agree_submit .submit_btn .gen_btn{display:block; margin:0; width:100%; cursor:pointer;}
.agree_submit .submit_btn .wpcf7-spinner{position:absolute; right:0; top:calc(100% + 10px); margin:0; background:#E25125;}

.wpcf7-response-output,
.wpcf7-not-valid-tip{color:#E25125; font-size:14px !important; border:none !important; outline:none !important; padding:0 !important; margin:0 !important;}
.wpcf7-response-output{text-align:center !important; padding-top:15px !important;}

.custom_chk{display:block; position:relative; padding-left:43px; margin-bottom:12px; cursor:pointer; font-size:16px; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}
.custom_chk a{text-decoration:none;}
.custom_chk input{position:absolute; opacity:0; cursor:pointer; height:0; width:0;}
.custom_chk .checkmark{position:absolute; top:-4px; left:0; height:27px; width:27px; background-color:#eee;}
.custom_chk:hover input ~ .checkmark{background-color:#ccc;}
.custom_chk input:checked ~ .checkmark{background-color:#E25125;}
.custom_chk .checkmark:after{content:""; position:absolute; display:none;}
.custom_chk input:checked ~ .checkmark:after{display:block;}
.custom_chk .checkmark:after{left:9px; top:5px; width:5px; height:10px; border:solid white; border-width:0 3px 3px 0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg);}

.custom_chk .wpcf7-list-item-label{display:none;}
.custom_chk .wpcf7-form-control-wrap{position:static;}

.custom_radio{display:block; position:relative; padding-left:35px; cursor:pointer; font-size:17px; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; color:#fff;}
.custom_radio input{position:absolute; opacity:0; cursor:pointer; height:0; width:0;}
.custom_radio .checkmark{position:absolute; top:0; left:0; height:22px; width:22px; background-color:#fff; border-radius:50%;}
.custom_radio:hover input ~ .checkmark{background-color:#EDF4F8;}
.custom_radio input:checked ~ .checkmark{background-color:#fff;}
.custom_radio .checkmark:after{content:""; position:absolute; display:none;}
.custom_radio input:checked ~ .checkmark:after{display:block;}
.custom_radio .checkmark:after{top:5px; left:5px; width:12px; height:12px; border-radius:50%; background:#035390;}


.cta_row{padding:40px 0;}
.cta_row .cta_contents{width:67.74%; padding-left:32.26%; padding-top:60px;}
.cta_row .cta_contents .cms{width:58.09%; max-width:58.09%; -webkit-box:0 0 58.09%; -moz-box:0 0 58.09%; -webkit-flex:0 0 58.09%; -ms-flex:0 0 58.09%; flex:0 0 58.09%;}
.cta_row .cta_contents .cta_btn{width:210px; max-width:210px; -webkit-box:0 0 210px; -moz-box:0 0 210px; -webkit-flex:0 0 210px; -ms-flex:0 0 210px; flex:0 0 210px;}
.cta_row .cta_contents .cta_btn .gen_btn{display:block;}


.footer{background:#242424;}
.footer .ft_row{padding:120px 0;}
.footer .ft_row .ft_logo{width:277px; max-width:277px; -webkit-box:0 0 277px; -moz-box:0 0 277px; -webkit-flex:0 0 277px; -ms-flex:0 0 277px; flex:0 0 277px;}
.footer .ft_row .ft_logo img{display:block; width:100%; height:auto;}
.footer .ft_row .ft_last{width:24%; max-width:24%; -webkit-box:0 0 24%; -moz-box:0 0 24%; -webkit-flex:0 0 24%; -ms-flex:0 0 24%; flex:0 0 24%; text-align:right; padding-top:15px;}
.footer .ft_row .ft_last a{text-decoration:none;}
.footer .ft_row .ft_last p,
.footer .ft_row .ft_last address{font-size:1.4em; font-weight:500; line-height:1.3;}
.footer .ft_row .ft_cols{padding:25px 0 0 10%;}
.footer .ft_row .ft_cols .ft_col{}
.footer .ft_row .ft_cols .ft_col ul{font-size:1.4em; font-weight:500; text-transform:uppercase;}
.footer .ft_row .ft_cols .ft_col ul li{padding:0 0 23px;}
.footer a{text-decoration:none; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;}
.footer a:hover{text-decoration:none; color:#E25125;}

.footer .ft_bottom{border-top:1px solid #fff; padding:50px 0 40px;}
.footer .ft_bottom .ft_left{}
.footer .ft_bottom .ft_left p{padding:0; font-weight:400; font-size:1.4em; line-height:1.8;}
.footer .ft_bottom .ft_right{width:500px; max-width:500px; -webkit-box:0 0 500px; -moz-box:0 0 500px; -webkit-flex:0 0 500px; -ms-flex:0 0 500px; flex:0 0 500px;}
.footer .ft_bottom .ft_right .cc_label{font-size:1.3em; position:relative; padding:3px 0 0 27px; font-weight:500;}
.footer .ft_bottom .ft_right .cc_label svg{display:block; width:16px; height:18px; position:absolute; left:0; top:0;}
.footer .ft_bottom .ft_right .cc_img{background:#fff; padding:6px 10px; 
	-webkit-border-top-right-radius:10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-topright:10px; -moz-border-radius-bottomleft:10px; border-top-right-radius:10px; border-bottom-left-radius:10px; 
	-webkit-box-sizing:border-box; box-sizing:border-box;
	width:325px; max-width:325px; -webkit-box:0 0 325px; -moz-box:0 0 325px; -webkit-flex:0 0 325px; -ms-flex:0 0 325px; flex:0 0 325px;
}
.footer .ft_bottom .ft_right .cc_img img{display:block; width:304px; height:auto;}
/*===================================================================================*/
/*HOMEPAGE END=======================================================================*/
/*===================================================================================*/


/*===================================================================================*/
/*FLEXIBUILDER START=================================================================*/
/*===================================================================================*/
.banner_image{position:relative;}
.banner_image img{display:block; width:100%; height:auto; min-height:450px; object-fit:cover;}
.banner_image:after{display:block; content:""; position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.25); z-index:1;}
.banner_image .banner_texts{position:absolute; left:0; right:0; bottom:20px; z-index:2;}
.banner_image .banner_texts .h1{max-width:850px;}

.bar_title{padding:30px 0 40px; overflow:hidden;}

.cms_contents{padding:50px 0;}
.cms_contents .wrapper:not(.cms_left){max-width:730px;}
.gen_btn_210{min-width:210px;}

.cms_contents .cms_left .big_title,
.cms_contents .cms_left h1,
.cms_contents .cms_left h2,
.cms_contents .cms_left h3{margin:60px 0;}
.cms_contents .cms_left h3{margin:50px 0 40px;}
.cms_contents .cms_left p{padding:15px 0;}	

.intro_texts .big_title{padding-bottom:0;}

.two_cols_v1{padding:70px 0;}
.two_cols_v1 .tc_img{width:41.41%; max-width:41.41%; -webkit-box:0 0 41.41%; -moz-box:0 0 41.41%; -webkit-flex:0 0 41.41%; -ms-flex:0 0 41.41%; flex:0 0 41.41%;}
.two_cols_v1 .tc_img img{display:block; width:100%; height:auto;}
.two_cols_v1 .tc_txt{width:50%; max-width:50%; -webkit-box:0 0 50%; -moz-box:0 0 50%; -webkit-flex:0 0 50%; -ms-flex:0 0 50%; flex:0 0 50%;}
.two_cols_v1 .tc_txt .cms{max-width:550px;}
.two_cols_v1 .frow_reverse .tc_txt{padding-left:50px;}

.video_box{padding:30px 0;}
.video_box img{display:block; width:100%; height:auto;}
.has_vid{display:block; position:relative;}
.has_vid svg{display:block; position:absolute; width:128px; height:128px; top:calc(50% - 64px); left:calc(50% - 64px); -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;}
.has_vid:hover svg{display:block; position:absolute; width:128px; height:128px; top:calc(50% - 64px); left:calc(50% - 64px); transform:scale(1.1);}

.play_mp4_vid{display:block; position:relative;}
.video_box .vid_mp4{position:absolute; left:0; top:0; width:100%; height:100%; overflow:hidden; z-index:20; display:none;}
.video_box .vid_mp4 video{position:absolute; top:0; left:0; width:100%; height:100%; min-width:100%; min-height:100%; object-fit:cover;}


.three_images{padding:30px 0;}
.three_images .thr_img{width:32.38%; max-width:32.38%; -webkit-box:0 0 32.38%; -moz-box:0 0 32.38%; -webkit-flex:0 0 32.38%; -ms-flex:0 0 32.38%; flex:0 0 32.38%;}
.three_images .thr_img img{display:block; width:100%; height:auto;}
.two_images .thr_img{width:49.4%; max-width:49.4%; -webkit-box:0 0 49.4%; -moz-box:0 0 49.4%; -webkit-flex:0 0 49.4%; -ms-flex:0 0 49.4%; flex:0 0 49.4%;}


.product_listing{}
.product_listing .thr_img{position:relative; padding-bottom:60px;}
.product_listing .thr_img img{margin-bottom:45px;}
.product_listing .thr_img .pro_txts{}
.product_listing .thr_img .pro_txts .h3{margin-bottom:10px;}
.product_listing .thr_img .gen_btn{position:absolute; left:0; bottom:0; margin:0;}


.download_files{padding:50px 0;}
.download_files .file_row{border-bottom:1px solid #E25125; padding:22px 0;}
.download_files .file_row .file_name{font-size:1.6em; padding-right:15px;}
.download_files .file_row .file_name a{text-decoration:none;}
.download_files .file_row .download_btn{width:210px; max-width:210px; -webkit-box:0 0 210px; -moz-box:0 0 210px; -webkit-flex:0 0 210px; -ms-flex:0 0 210px; flex:0 0 210px;}
.download_files .file_row .download_btn .gen_btn{display:block; margin:0;}

.four_cols{padding:50px 0;}
.four_cols .fcol{width:24.1%; max-width:24.1%; -webkit-box:0 0 24.1%; -moz-box:0 0 24.1%; -webkit-flex:0 0 24.1%; -ms-flex:0 0 24.1%; flex:0 0 24.1%; padding:40px; margin:0 1.2% 0 0;
	-webkit-box-sizing:border-box; box-sizing:border-box;
	-webkit-border-top-right-radius:10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-topright:10px; -moz-border-radius-bottomleft:10px; border-top-right-radius:10px; border-bottom-left-radius:10px;
}
.four_cols .fcol:nth-child(4n){margin-right:0;}
.four_cols .fcol img{width:140px; height:140px; display:block; object-fit:cover;}
.four_cols .fcol .h3{line-height:1.2;}
.four_cols .fcol p{line-height:1.4;}
.four_cols .fcol .cms{padding-right:15px;}

.map_box{padding:50px 0;}
.map_box .map_embed{height:640px; position:relative;}
.map_box .map_embed iframe{position:absolute; left:0; top:0; width:100% !important; height:100% !important;}
.map_box .map_div{height:640px; background:#d2f4dd;}

.cta_row{}
.cta_row .cta_cols{padding:60px 0 0;}
.cta_row .cta_cols .cta_col_1{width:23.38%; max-width:23.38%; -webkit-box:0 0 23.38%; -moz-box:0 0 23.38%; -webkit-flex:0 0 23.38%; -ms-flex:0 0 23.38%; flex:0 0 23.38%;}
.cta_row .cta_cols .cta_col_2{width:36.69%; max-width:36.69%; -webkit-box:0 0 36.69%; -moz-box:0 0 36.69%; -webkit-flex:0 0 36.69%; -ms-flex:0 0 36.69%; flex:0 0 36.69%;}
.cta_row .cta_cols .cta_col address,
.cta_row .cta_cols .cta_col p{font-size:2.2em; font-weight:500; line-height:1.1;}
.cta_row .cta_cols .cta_col p a{text-decoration:none;}
/*===================================================================================*/
/*FLEXIBUILDER END===================================================================*/
/*===================================================================================*/





@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1400px) {
	.wrapper{padding:0 45px;}
}

@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1180px) {
	.header .top_navi nav ul li{margin:0 5px;}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1024px) {
	input[type=text], input[type=email], textarea, select, input[type=submit]{-webkit-appearance:none; /*-webkit-border-radius:0; -moz-border-radius:0; border-radius:0;*/}
	.wrapper{padding:0 30px;}
	
	.big_title{font-size:75px;}
	h1, .h1{font-size:6.2em;}
	h2, .h2{font-size:4em;}
	h3, .h3{font-size:2em;}

	.burger_menu{display:block;}
	
	/*===================================================================================*/
	/*HOMEPAGE START=====================================================================*/
	/*===================================================================================*/
	
	.header{padding:30px 0;}
	/*
	.header_abs{position:absolute; left:0; top:0; right:0; z-index:999;}
	.header .logo{width:277px; max-width:277px; -webkit-box:0 0 277px; -moz-box:0 0 277px; -webkit-flex:0 0 277px; -ms-flex:0 0 277px; flex:0 0 277px;}
	.header .header_right{width:114px; max-width:114px; -webkit-box:0 0 114px; -moz-box:0 0 114px; -webkit-flex:0 0 114px; -ms-flex:0 0 114px; flex:0 0 114px;}
	.header .header_right .gen_btn{display:block;}
	*/

	
	.header .top_navi{position:fixed; left:-280px; top:0; height:100vh; width:280px; background:#E25125; overflow:auto; z-index:9999;
		-webkit-overflow-scrolling:touch;
		-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s; transition-timing-function: cubic-bezier(.19,.81,.6,1);
	}
	.header .top_navi .close_menu{display:block; width:30px; height:30px; background:#fff; position:absolute; right:15px; top:15px;
		-webkit-border-top-right-radius:5px; -webkit-border-bottom-left-radius:5px; -moz-border-radius-topright:5px; -moz-border-radius-bottomleft:5px; border-top-right-radius:5px; border-bottom-left-radius:5px;
	}
	.header .top_navi .close_menu:before{content:""; display:block; width:3px; height:14px; background:#E25125; position:absolute; left:14px; top:8px;
		-webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);
	}
	.header .top_navi .close_menu:after{content:""; display:block; width:3px; height:14px; background:#E25125; position:absolute; left:14px; top:8px;
		-webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg);
	}
	.menu_open .header .top_navi{left:0;}
	.header .top_navi nav{padding:45px 20px;}
	.header .top_navi nav ul{font-size:1.4em; text-align:left;}
	.header .top_navi nav ul li{margin:0; display:block;}
	.header .top_navi nav ul li.menu-item-has-children >  a,
	.header .top_navi nav ul li a{display:block; padding:12px 17px 12px 0;}
	.header .top_navi nav ul li a .hover_text{display:none;}
	
	/*.header .top_navi nav ul li a .normal_text{-webkit-transition:0.3s ease-in-out; -moz-transition:0.3s ease-in-out; -o-transition:0.3s ease-in-out; transition:0.3s ease-in-out;}*/
	/*.header .top_navi nav ul li.menu-item-has-children a .hover_text{display:none;}
	.header .top_navi nav ul li.menu-item-has-children > a{padding:12px 37px 12px 17px; -webkit-border-top-right-radius:10px; -moz-border-radius-topright:10px; border-top-right-radius:10px; -webkit-transition:0.3s ease-in-out; -moz-transition:0.3s ease-in-out; -o-transition:0.3s ease-in-out; transition:0.3s ease-in-out;}
	*/
	.header .top_navi nav ul li.menu-item-has-children > .show_sub{display:block; width:30px; height:30px; position:absolute; right:0; top:5px;}
	.header .top_navi nav ul li.menu-item-has-children > .show_sub:after{left:15px; top:9px;}
	
	
	.header .top_navi nav ul li ul{font-size:1em; position:static; width:auto; padding:12px 20px; display:none; border:1px solid #fff;}
	.header .top_navi nav ul li ul li{width:auto; display:block;}
	.header .top_navi nav ul li ul li a{padding:10px 0;}
	
	
	/*
	.top_banner{height:100vh; position:relative; overflow:hidden;}
	.top_banner video{position:absolute; top:0; left:0; height:100%; width:100%; min-width:100%; min-height:100%; object-fit:cover;}
	.top_banner:before{display:block; content:""; position:absolute; left:0; top:0; right:0; bottom:35%; background:linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); opacity:0.25; mix-blend-mode:multiply; z-index:1;}
	.top_banner:after{display:block; content:""; position:absolute; left:0; right:0; bottom:0; height:210px; background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); z-index:1;}
	.top_banner .banner_title{position:absolute; left:0; bottom:55px; right:0; z-index:10;}
	*/
	
	
	.intro_texts{padding:40px 0;}
	.intro_texts .int_texts{width:75%; max-width:75%; -webkit-box:0 0 75%; -moz-box:0 0 75%; -webkit-flex:0 0 75%; -ms-flex:0 0 75%; flex:0 0 75%;}
	/*.intro_texts .int_texts .cms{max-width:565px;}*/
	.intro_texts .int_texts .gen_btn{margin:35px 10px 0 0; min-width:214px;}
	
	.popular_pros{padding:50px 0;}
	.popular_pros .ppro_title{padding-bottom:30px;}
	
	/*
	.popular_pros .ppro_title .pt_left{}
	.popular_pros .ppro_title .pt_right{width:340px; max-width:340px; -webkit-box:0 0 340px; -moz-box:0 0 340px; -webkit-flex:0 0 340px; -ms-flex:0 0 340px; flex:0 0 340px;}	
	.popular_pros .ppro_title .pt_right .pt_navi{}
	.popular_pros .ppro_title .pt_right .pt_navi a{float:left;}
	.popular_pros .ppro_title .pt_right .pt_navi a.next_prev_pt{display:inline-block; width:44px; height:44px; border:1px solid #E25125; -webkit-border-top-right-radius:10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-topright:10px; -moz-border-radius-bottomleft:10px; border-top-right-radius:10px; border-bottom-left-radius:10px; vertical-align:middle; margin-left:14px; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s; vertical-align:middle; -webkit-box-sizing:border-box; box-sizing:border-box;}
	.popular_pros .ppro_title .pt_right .pt_navi a.next_prev_pt svg{width:100%; height:100%;}
	.popular_pros .ppro_title .pt_right .pt_navi a.prev_pt{margin-left:0;}
	.popular_pros .ppro_title .pt_right .pt_navi a.next_pt svg{-webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg);}
	.popular_pros .ppro_title .pt_right .pt_navi a.next_prev_pt:hover{background:#E25125;}
	.popular_pros .ppro_title .pt_right .pt_navi a.gen_btn{margin:0 0 0 14px; height:44px;}
	*/
	
	
	.how_it_works{padding:40px 0;}
	.how_it_works .hiw_title{padding-bottom:30px;}
	.how_it_works .hiw_btn{width:150px; max-width:150px; -webkit-box:0 0 150px; -moz-box:0 0 150px; -webkit-flex:0 0 150px; -ms-flex:0 0 150px; flex:0 0 150px;}
	/*.how_it_works .hiw_btn .gen_btn{margin:15px 0 0;}*/
	.hiw_columns{padding:0 20px;}
	/*
	.hiw_columns .hiw_col{width:17%; max-width:17%; -webkit-box:0 0 17%; -moz-box:0 0 17%; -webkit-flex:0 0 17%; -ms-flex:0 0 17%; flex:0 0 17%;
		-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s; transition-timing-function: cubic-bezier(.19,.81,.6,1);
	}
	.hiw_columns .hiw_col_open{width:49%; max-width:49%; -webkit-box:0 0 49%; -moz-box:0 0 49%; -webkit-flex:0 0 49%; -ms-flex:0 0 49%; flex:0 0 49%;}
	.hiw_columns .hiw_col .hiw_col_padding{padding:0 8px; height:100%;}
	.hiw_columns .hiw_col .hiw_inner{height:100%; position:relative; overflow:hidden;}
	*/
	.hiw_columns .hiw_col .hiw_inner img{display:block; width:100%; height:100%; object-fit:cover;  min-height:500px;}
	/*
	.hiw_columns .hiw_col .hiw_inner:after{content:""; display:block; position:absolute; left:0; top:0; right:0; bottom:0; opacity:0.7;
		background: linear-gradient(90deg,rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.54) 100%);
	}
	*/	
	.hiw_columns .hiw_col .hiw_inner .hiw_box_title{padding:15px;}
	.hiw_columns .hiw_col .hiw_inner .hiw_box_title .hiw_num{transform:scale(0.8); left:15px; top:15px;}
	.hiw_columns .hiw_col .hiw_inner .hiw_box_title .hiw_texts{padding:0 0 0 60px;}
	
	
	.working_with{padding:55px 0; overflow:hidden;}
	.working_with .working_title{padding-bottom:35px;}
	.working_slider{}
	.working_slider .work_logo{display:none;}
	.working_slider .slick-slide .work_logo{display:block;}
	.working_slider .work_logo_active{display:block;}
	.working_slider .work_logo img{max-height:100px;}
	.working_slider .slick-slide{margin:0 15px;}
	.working_slider .slick-list{margin: 0 -15px;}
	
	
	.quote_form{padding:50px 0;}
	.quote_form .quote_box{padding:65px 75px;}
	.quote_form .quote_box .quote_txt{padding-top:25px; padding-bottom:10px;}
	
	/*
	.form_row{border-bottom:1px solid #fff; margin-bottom:25px; position:relative;}
	.form_row .form_label{position:absolute; left:0; top:0; right:0; text-transform:uppercase; text-align:center; font-size:1.6em; padding:22px 10px 0; z-index:-1; color:#808080;
		-webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;
	}
	.form_row .txtbox{width:100%; background:#252525; border:none; outline:none; text-align:center; height:65px; text-transform:uppercase; padding:22px; -webkit-box-sizing:border-box; box-sizing:border-box;
		-webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;
	}
	.form_row.frm_focus .form_label{z-index:1; padding:10px 10px 0; font-size:1.2em;}
	.form_row.frm_focus .txtbox{ padding:32px 22px 12px;}
	
	.upload_artwork{width:434px; height:94px; border:1px solid #E25125; margin:50px auto 0; position:relative; cursor:pointer;
		-webkit-box-sizing:border-box; box-sizing:border-box;
		-webkit-border-top-right-radius:10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-topright:10px; -moz-border-radius-bottomleft:10px; border-top-right-radius:10px; border-bottom-left-radius:10px;
	}
	.upload_artwork .open_file{padding-top:42px;}
	.upload_artwork .file_field{position:absolute; left:0; top:0; z-index:-1; display:none;}
	.upload_artwork svg{position:absolute; left:50%; top:16px; margin-left:-23px; width:46px; height:32px;}
	.upload_artwork p{text-align:center; font-size:1.4em;}
	
	.agree_submit{padding-top:75px; max-width:665px; margin:0 auto;}
	.agree_submit .agree_frm{padding-top:9px;}
	.agree_submit .submit_btn{width:210px; max-width:210px; -webkit-box:0 0 210px; -moz-box:0 0 210px; -webkit-flex:0 0 210px; -ms-flex:0 0 210px; flex:0 0 210px;}
	.agree_submit .submit_btn .gen_btn{display:block; margin:0; width:100%; cursor:pointer;}
	*/
	
	.cta_row{padding:20px 0;}
	.cta_row .cta_contents{width:75%; padding-left:25%; padding-top:40px;}
	.cta_row .cta_contents .cms{width:60%; max-width:60%; -webkit-box:0 0 60%; -moz-box:0 0 60%; -webkit-flex:0 0 60%; -ms-flex:0 0 60%; flex:0 0 60%;}
	.cta_row .cta_contents .cta_btn{width:160px; max-width:160px; -webkit-box:0 0 160px; -moz-box:0 0 160px; -webkit-flex:0 0 160px; -ms-flex:0 0 160px; flex:0 0 160px;}
	
	
	.footer{}
	.footer .ft_row{padding:60px 0;}
	.footer .ft_row .ft_logo{width:100%; max-width:100%; -webkit-box:0 0 100%; -moz-box:0 0 100%; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%; margin-bottom:25px;}
	.footer .ft_row .ft_logo img{max-width:277px; margin:0 auto;}
	.footer .ft_row .ft_last{width:33%; max-width:33%; -webkit-box:0 0 33%; -moz-box:0 0 33%; -webkit-flex:0 0 33%; -ms-flex:0 0 33%; flex:0 0 33%;}
	.footer .ft_row .ft_cols{padding:25px 0 0;}
	/*
	.footer .ft_row .ft_cols .ft_col ul li{padding:0 0 23px;}
	*/
	
	.footer .ft_bottom{padding:30px 0;}
	.footer .ft_bottom .ft_left{width:100%; max-width:100%; -webkit-box:0 0 100%; -moz-box:0 0 100%; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%; text-align:center; padding-bottom:25px;}
	.footer .ft_bottom .ft_left p{padding:0; font-weight:400; font-size:1.4em; line-height:1.8;}
	.footer .ft_bottom .ft_right{width:500px; max-width:500px; -webkit-box:0 0 500px; -moz-box:0 0 500px; -webkit-flex:0 0 500px; -ms-flex:0 0 500px; flex:0 0 500px; margin:0 auto;}
	
	/*
	.footer .ft_bottom .ft_right .cc_label{font-size:1.3em; position:relative; padding:3px 0 0 27px; font-weight:500;}
	.footer .ft_bottom .ft_right .cc_label svg{display:block; width:16px; height:18px; position:absolute; left:0; top:0;}
	.footer .ft_bottom .ft_right .cc_img{background:#fff; padding:6px 10px; 
		-webkit-border-top-right-radius:10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-topright:10px; -moz-border-radius-bottomleft:10px; border-top-right-radius:10px; border-bottom-left-radius:10px; 
		-webkit-box-sizing:border-box; box-sizing:border-box;
		width:325px; max-width:325px; -webkit-box:0 0 325px; -moz-box:0 0 325px; -webkit-flex:0 0 325px; -ms-flex:0 0 325px; flex:0 0 325px;
	}
	.footer .ft_bottom .ft_right .cc_img img{display:block; width:304px; height:auto;}
	*/
	/*===================================================================================*/
	/*HOMEPAGE END=======================================================================*/
	/*===================================================================================*/
	
	
	/*===================================================================================*/
	/*FLEXIBUILDER START=================================================================*/
	/*===================================================================================*/
	.banner_image{position:relative;}
	.banner_image:after{display:block; content:""; position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.25); z-index:1;}
	/*
	.banner_image .banner_texts{position:absolute; left:0; right:0; bottom:20px; z-index:2;}
	*/
	
	.bar_title{padding:20px 0 30px;}
	
	.cms_contents{padding:30px 0;}
	
	.cms_contents .cms_left .big_title,
	.cms_contents .cms_left h1,
	.cms_contents .cms_left h2,
	.cms_contents .cms_left h3{margin:40px 0;}
	.cms_contents .cms_left h3{margin:30px 0 20px;}
	.cms_contents .cms_left p{padding:10px 0;}	
	
	.two_cols_v1{padding:40px 0;}
	.two_cols_v1 .tc_img{width:43%; max-width:43%; -webkit-box:0 0 43%; -moz-box:0 0 43%; -webkit-flex:0 0 43%; -ms-flex:0 0 43%; flex:0 0 43%;}
	.two_cols_v1 .tc_txt{width:52%; max-width:52%; -webkit-box:0 0 52%; -moz-box:0 0 52%; -webkit-flex:0 0 52%; -ms-flex:0 0 52%; flex:0 0 52%;}
	.two_cols_v1 .frow_reverse .tc_txt{padding-left:0;}
	
	.video_box{padding:20px 0;}
	.has_vid svg{transform:scale(0.7);}
	.has_vid:hover svg{transform:scale(0.7);}
	
	.three_images{padding:20px 0;}
	/*
	.three_images .thr_img{width:32.38%; max-width:32.38%; -webkit-box:0 0 32.38%; -moz-box:0 0 32.38%; -webkit-flex:0 0 32.38%; -ms-flex:0 0 32.38%; flex:0 0 32.38%;}
	.two_images .thr_img{width:49.4%; max-width:49.4%; -webkit-box:0 0 49.4%; -moz-box:0 0 49.4%; -webkit-flex:0 0 49.4%; -ms-flex:0 0 49.4%; flex:0 0 49.4%;}
	*/
	
	.product_listing{}
	.product_listing .thr_img{position:relative; padding-bottom:60px;}
	.product_listing .thr_img img{margin-bottom:30px;}
	.product_listing .thr_img .pro_txts .h3{margin-bottom:5px;}
	
	
	.download_files{padding:30px 0;}
	.download_files .file_row{padding:18px 0;}
	.download_files .file_row .file_name{padding-right:15px;}
	/*
	.download_files .file_row .download_btn{width:210px; max-width:210px; -webkit-box:0 0 210px; -moz-box:0 0 210px; -webkit-flex:0 0 210px; -ms-flex:0 0 210px; flex:0 0 210px;}
	.download_files .file_row .download_btn .gen_btn{display:block; margin:0;}
	*/
	
	.four_cols{padding:30px 0;}
	.four_cols .fcol{width:49%; max-width:49%; -webkit-box:0 0 49%; -moz-box:0 0 49%; -webkit-flex:0 0 49%; -ms-flex:0 0 49%; flex:0 0 49%; padding:30px; margin:0 2% 2% 0;}
	.four_cols .fcol:nth-child(4n){margin-right:2%;}
	.four_cols .fcol:nth-child(2n){margin-right:0;}
	.four_cols .fcol img{width:120px; height:120px;}
	.four_cols .fcol .cms{padding-right:0;}
	
	.map_box{padding:30px 0;}
	.map_box .map_embed,
	.map_box .map_div{height:500px;}
	
	.cta_row{}
	.cta_row .cta_cols{padding:40px 0 0;}
	.cta_row .cta_cols .cta_col_1,
	.cta_row .cta_cols .cta_col_2{width:50%; max-width:50%; -webkit-box:0 0 50%; -moz-box:0 0 50%; -webkit-flex:0 0 50%; -ms-flex:0 0 50%; flex:0 0 50%;}
	.cta_row .cta_cols .cta_col_3{width:100%; max-width:100%; -webkit-box:0 0 100%; -moz-box:0 0 100%; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%; padding-top:25px;}
	.cta_row .cta_cols .cta_col address,
	.cta_row .cta_cols .cta_col p{font-size:2em;}
	/*===================================================================================*/
	/*FLEXIBUILDER END===================================================================*/
	/*===================================================================================*/
	


}

@media only screen and (max-width: 900px) {
}
@media only screen and (max-width: 850px) {

}

@media only screen and (max-width: 650px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.wrapper{padding:0 15px;}	
	
	
	.big_title{font-size:50px;}
	h1, .h1{font-size:4.5em;}
	h2, .h2{font-size:3.5em;}
	h3, .h3{font-size:1.8em;}

	
	/*===================================================================================*/
	/*HOMEPAGE START=====================================================================*/
	/*===================================================================================*/
	.burger_menu{right:95px; top:30px;}
	
	.header{padding:20px 0;}
	.header .logo{width:200px; max-width:200px; -webkit-box:0 0 200px; -moz-box:0 0 200px; -webkit-flex:0 0 200px; -ms-flex:0 0 200px; flex:0 0 200px;}
	.header .header_right{width:80px; max-width:80px; -webkit-box:0 0 80px; -moz-box:0 0 80px; -webkit-flex:0 0 80px; -ms-flex:0 0 80px; flex:0 0 80px;}
	.header .header_right .gen_btn{display:block; padding-left:0; padding-right:0; margin-top:20px;}

	
	/*
	.top_banner{height:100vh; position:relative; overflow:hidden;}
	.top_banner video{position:absolute; top:0; left:0; height:100%; width:100%; min-width:100%; min-height:100%; object-fit:cover;}
	.top_banner:before{display:block; content:""; position:absolute; left:0; top:0; right:0; bottom:35%; background:linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); opacity:0.25; mix-blend-mode:multiply; z-index:1;}
	.top_banner:after{display:block; content:""; position:absolute; left:0; right:0; bottom:0; height:210px; background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); z-index:1;}
	.top_banner .banner_title{position:absolute; left:0; bottom:55px; right:0; z-index:10;}
	*/
	
	
	.intro_texts{padding:30px 0;}
	.intro_texts .int_texts{width:90%; max-width:90%; -webkit-box:0 0 90%; -moz-box:0 0 90%; -webkit-flex:0 0 90%; -ms-flex:0 0 90%; flex:0 0 90%;}
	/*.intro_texts .int_texts .cms{max-width:565px;}*/
	.intro_texts .int_texts .gen_btn{margin:20px 10px 0 0; min-width:0;}
	
	.popular_pros{padding:30px 0;}
	.popular_pros .ppro_title{padding-bottom:30px;}
	.popular_pros .ppro_title .pt_left{padding-bottom:15px;}
	/*
	.popular_pros .ppro_title .pt_right{width:340px; max-width:340px; -webkit-box:0 0 340px; -moz-box:0 0 340px; -webkit-flex:0 0 340px; -ms-flex:0 0 340px; flex:0 0 340px;}	
	.popular_pros .ppro_title .pt_right .pt_navi{}
	.popular_pros .ppro_title .pt_right .pt_navi a{float:left;}
	.popular_pros .ppro_title .pt_right .pt_navi a.next_prev_pt{display:inline-block; width:44px; height:44px; border:1px solid #E25125; -webkit-border-top-right-radius:10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-topright:10px; -moz-border-radius-bottomleft:10px; border-top-right-radius:10px; border-bottom-left-radius:10px; vertical-align:middle; margin-left:14px; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s; vertical-align:middle; -webkit-box-sizing:border-box; box-sizing:border-box;}
	.popular_pros .ppro_title .pt_right .pt_navi a.next_prev_pt svg{width:100%; height:100%;}
	.popular_pros .ppro_title .pt_right .pt_navi a.prev_pt{margin-left:0;}
	.popular_pros .ppro_title .pt_right .pt_navi a.next_pt svg{-webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg);}
	.popular_pros .ppro_title .pt_right .pt_navi a.next_prev_pt:hover{background:#E25125;}
	.popular_pros .ppro_title .pt_right .pt_navi a.gen_btn{margin:0 0 0 14px; height:44px;}
	*/
	
	
	.how_it_works{padding:25px 0;}
	.how_it_works .hiw_title{padding-bottom:10px;}
	.how_it_works .hiw_btn .gen_btn{margin:5px 0 30px;}
	.hiw_columns{padding:0 15px;}
	.hiw_columns .hiw_col{width:100%; max-width:100%; -webkit-box:0 0 100%; -moz-box:0 0 100%; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%; margin-bottom:15px; height:auto !important;}
	.hiw_columns .hiw_col_open{width:100%; max-width:100%; -webkit-box:0 0 100%; -moz-box:0 0 100%; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%; margin-bottom:15px;}
	.hiw_columns .hiw_col .hiw_col_padding{padding:0;}
	.hiw_columns .hiw_col .hiw_inner img{max-height:350px; min-height:0;}
	/*
	.hiw_columns .hiw_col .hiw_inner:after{content:""; display:block; position:absolute; left:0; top:0; right:0; bottom:0; opacity:0.7;
		background: linear-gradient(90deg,rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.54) 100%);
	}
	*/	
	.hiw_columns .hiw_col .hiw_inner .hiw_box_title{padding:15px; width:auto !important;}
	.hiw_columns .hiw_col .hiw_inner .hiw_box_title .hiw_num{transform:scale(0.8); left:15px; top:15px;}
	.hiw_columns .hiw_col .hiw_inner .hiw_box_title .hiw_texts{padding:0 0 0 60px; opacity:1;}
	
	
	.working_with{padding:30px 0;}
	.working_with .working_title{padding-bottom:25px;}
	.working_slider .work_logo img{max-height:75px;}
	.working_slider .slick-slide{margin:0 10px;}
	.working_slider .slick-list{margin:0 -10px;}
	
	
	.quote_form{padding:30px 0;}
	.quote_form .quote_box{padding:35px 15px;}
	.quote_form .quote_box .quote_txt{padding-top:15px; padding-bottom:10px;}
	
	/*
	.form_row{border-bottom:1px solid #fff; margin-bottom:25px; position:relative;}
	.form_row .form_label{position:absolute; left:0; top:0; right:0; text-transform:uppercase; text-align:center; font-size:1.6em; padding:22px 10px 0; z-index:-1; color:#808080;
		-webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;
	}
	.form_row .txtbox{width:100%; background:#252525; border:none; outline:none; text-align:center; height:65px; text-transform:uppercase; padding:22px; -webkit-box-sizing:border-box; box-sizing:border-box;
		-webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;
	}
	.form_row.frm_focus .form_label{z-index:1; padding:10px 10px 0; font-size:1.2em;}
	.form_row.frm_focus .txtbox{ padding:32px 22px 12px;}
	*/
	.upload_artwork{max-width:100%;}
	/*
	.upload_artwork .open_file{padding-top:42px;}
	.upload_artwork .file_field{position:absolute; left:0; top:0; z-index:-1; display:none;}
	.upload_artwork svg{position:absolute; left:50%; top:16px; margin-left:-23px; width:46px; height:32px;}
	.upload_artwork p{text-align:center; font-size:1.4em;}
	*/
	.agree_submit{padding-top:45px;}
	/*
	.agree_submit .agree_frm{padding-top:9px;}
	.agree_submit .submit_btn{width:210px; max-width:210px; -webkit-box:0 0 210px; -moz-box:0 0 210px; -webkit-flex:0 0 210px; -ms-flex:0 0 210px; flex:0 0 210px;}
	.agree_submit .submit_btn .gen_btn{display:block; margin:0; width:100%; cursor:pointer;}
	*/
	
	.cta_row{padding:10px 0;}
	.cta_row .cta_contents{width:90%; padding-left:10%; padding-top:10px;}
	.cta_row .cta_contents .cms{width:100%; max-width:100%; -webkit-box:0 0 100%; -moz-box:0 0 100%; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%;}
	.cta_row .cta_contents .cta_btn{width:160px; max-width:160px; -webkit-box:0 0 160px; -moz-box:0 0 160px; -webkit-flex:0 0 160px; -ms-flex:0 0 160px; flex:0 0 160px;}
	
	
	.footer{}
	.footer .ft_row{padding:40px 0;}
	.footer .ft_row .ft_logo{width:100%; max-width:100%; -webkit-box:0 0 100%; -moz-box:0 0 100%; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%; margin-bottom:25px;}
	.footer .ft_row .ft_last{width:100%; max-width:100%; -webkit-box:0 0 100%; -moz-box:0 0 100%; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%; text-align:center;}
	.footer .ft_row .ft_cols{padding:25px 0 0; text-align:center;}
	.footer .ft_row .ft_cols .ft_col ul li{padding:0 0 10px;}
	
	
	.footer .ft_bottom{padding:25px 0;}
	.footer .ft_bottom .ft_right{width:100%; max-width:100%; -webkit-box:0 0 100%; -moz-box:0 0 100%; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%; text-align:center; display:block;}
	.footer .ft_bottom .ft_right .cc_label{display:inline-block; margin-bottom:15px;}
	.footer .ft_bottom .ft_right .cc_img{max-width:280px; margin:0 auto;}
	.footer .ft_bottom .ft_right .cc_img img{max-width:100%;}
	/*===================================================================================*/
	/*HOMEPAGE END=======================================================================*/
	/*===================================================================================*/

	
	/*===================================================================================*/
	/*FLEXIBUILDER START=================================================================*/
	/*===================================================================================*/
	.bar_title{padding:15px 0 25px;}
	
	.cms_contents{padding:20px 0;}
	
	.cms_contents .cms_left .big_title,
	.cms_contents .cms_left h1,
	.cms_contents .cms_left h2,
	.cms_contents .cms_left h3{margin:30px 0;}
	.cms_contents .cms_left h3{margin:20px 0 10px;}
	.cms_contents .cms_left p{padding:10px 0;}	
	
	.two_cols_v1{padding:30px 0; max-width:500px; margin:0 auto;}
	.two_cols_v1 .tc_img{width:100%; max-width:100%; -webkit-box:0 0 100%; -moz-box:0 0 100%; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%; margin:0 auto 30px;}
	.two_cols_v1 .tc_txt{width:100%; max-width:100%; -webkit-box:0 0 100%; -moz-box:0 0 100%; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%;}
	.two_cols_v1 .frow_reverse .tc_txt{padding-left:0;}
	
	.video_box{padding:20px 0;}
	.has_vid svg{transform:scale(0.6);}
	.has_vid:hover svg{transform:scale(0.6);}
	
	.three_images{padding:20px 0; max-width:450px; margin:0 auto;}
	.three_images .thr_img,
	.two_images .thr_img{width:100%; max-width:100%; -webkit-box:0 0 100%; -moz-box:0 0 100%; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%; margin-bottom:20px;}
	.three_images .thr_img:last-child,
	.two_images .thr_img:last-child{margin-bottom:0;}
	
	
	.product_listing{}
	.product_listing .thr_img{position:relative; padding-bottom:55px; margin-bottom:40px;}
	.product_listing .thr_img:last-child{margin-bottom:0;}
	.product_listing .thr_img img{margin-bottom:20px;}
	.product_listing .thr_img .pro_txts .h3{margin-bottom:5px;}
	
	
	.download_files{padding:20px 0;}
	.download_files .file_row{padding:15px 0;}
	.download_files .file_row .file_name{padding-right:15px;}
	/*
	.download_files .file_row .download_btn{width:210px; max-width:210px; -webkit-box:0 0 210px; -moz-box:0 0 210px; -webkit-flex:0 0 210px; -ms-flex:0 0 210px; flex:0 0 210px;}
	.download_files .file_row .download_btn .gen_btn{display:block; margin:0;}
	*/
	
	.four_cols{padding:30px 0;}
	.four_cols .fcol{width:49%; max-width:49%; -webkit-box:0 0 49%; -moz-box:0 0 49%; -webkit-flex:0 0 49%; -ms-flex:0 0 49%; flex:0 0 49%; padding:30px; margin:0 2% 2% 0;}
	.four_cols .fcol:nth-child(4n){margin-right:2%;}
	.four_cols .fcol:nth-child(2n){margin-right:0;}
	.four_cols .fcol img{width:120px; height:120px;}
	.four_cols .fcol .cms{padding-right:0;}
	
	.map_box{padding:30px 0;}
	.map_box .map_embed,
	.map_box .map_div{height:500px;}
	
	.cta_row{}
	.cta_row .cta_cols{padding:20px 0 0;}
	.cta_row .cta_cols .cta_col_1,
	.cta_row .cta_cols .cta_col_2,
	.cta_row .cta_cols .cta_col_3{width:100%; max-width:100%; -webkit-box:0 0 100%; -moz-box:0 0 100%; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%; padding:10px 0;}
	.cta_row .cta_cols .cta_col address,
	.cta_row .cta_cols .cta_col p{font-size:1.8em;}
	/*===================================================================================*/
	/*FLEXIBUILDER END===================================================================*/
	/*===================================================================================*/
	


}



@media only screen and (max-width: 680px) {}



@media only screen and (max-width: 600px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 540px) {}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
	/*===================================================================================*/
	/*FLEXIBUILDER START=================================================================*/
	/*===================================================================================*/
	.download_files{padding:20px 0;}
	.download_files .file_row{padding:15px 0; display:block; text-align:center;}
	.download_files .file_row .file_name{padding:0 0 15px; width:100%; max-width:100%; -webkit-box:0 0 100%; -moz-box:0 0 100%; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%;}
	.download_files .file_row .download_btn{width:auto; margin:0 auto;}
	.download_files .file_row .download_btn .gen_btn{display:inline-block;}
	
	.four_cols{padding:20px 0;}
	.four_cols .fcol{width:100%; max-width:100%; -webkit-box:0 0 100%; -moz-box:0 0 100%; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%; padding:20px; margin:0 auto 15px 0;}
	.four_cols .fcol:nth-child(4n){margin-right:auto;}
	.four_cols .fcol:nth-child(2n){margin-right:auto;}
	.four_cols .fcol:last-child{margin-bottom:0;}
	.four_cols .fcol img{width:120px; height:120px;}
	.four_cols .fcol .cms{padding-right:0;}
	
	.map_box{padding:20px 0;}
	.map_box .map_embed,
	.map_box .map_div{height:400px;}
	
	/*===================================================================================*/
	/*FLEXIBUILDER END===================================================================*/
	/*===================================================================================*/
	

}
@media only screen and (max-width: 370px) {}


.orange_bg{background:#E25125;}
.orange{color:#E25125 !important;}

.cms_centered{text-align:center;}
.cms_centered *{text-align:center;}
.cms_right{text-align:right;}
.cms_right *{text-align:right;}

.white_bg{background:#fff;}

.white,
.white a,
.white a:hover,
.cms_white{color:#fff;}
.cms_white *{color:#fff;}
.cms_white h1{color:#fff;}
.cms_white h2{color:#fff;}
.cms_white h3{color:#fff;}
.cms_white h4{color:#fff;}
.cms_white h5{color:#fff;}
.cms_white h6{color:#fff;}
.cms_white a{color:#fff;}
.cms_white p{color:#fff;}
.cms_white ul{color:#fff;}
.cms_white ol{color:#fff;}
.cms_white li{color:#fff;}

.cms_white h1 a:hover, .cms_white .h1 a:hover,
.cms_white h1 a:hover, .cms_white .h1 a:hover,
.cms_white h2 a:hover, .cms_white .h2 a:hover,
.cms_white h3 a:hover, .cms_white .h3 a:hover,
.cms_white h4 a:hover, .cms_white .h4 a:hover,
.cms_white h5 a:hover, .cms_white .h5 a:hover,
.cms_white h6 a:hover, .cms_white .h6 a:hover{color:#fff;}


/*
.cms_pink_title h1{color:#EFB5C0;}
.cms_pink_title h2{color:#EFB5C0;}
.cms_pink_title h3{color:#EFB5C0;}
.cms_pink_title h4{color:#EFB5C0;}
.cms_pink_title h5{color:#EFB5C0;}
.cms_pink_title h6{color:#EFB5C0;}

.cms_pink_title h1 a, .cms_pink_title .h1 a,
.cms_pink_title h1 a, .cms_pink_title .h1 a,
.cms_pink_title h2 a, .cms_pink_title .h2 a,
.cms_pink_title h3 a, .cms_pink_title .h3 a,
.cms_pink_title h4 a, .cms_pink_title .h4 a,
.cms_pink_title h5 a, .cms_pink_title .h5 a,
.cms_pink_title h6 a, .cms_pink_title .h6 a{color:#EFB5C0;}
*/


.mt-0{margin-top:0 !important;}
.mt-5{margin-top:5px !important;}
.mt-10{margin-top:10px !important;}
.mt-15{margin-top:15px !important;}
.mt-20{margin-top:20px !important;}
.mt-25{margin-top:25px !important;}
.mt-30{margin-top:30px !important;}
.mt-35{margin-top:35px !important;}
.mt-40{margin-top:40px !important;}
.mt-45{margin-top:45px !important;}
.mt-50{margin-top:50px !important;}
.mt-55{margin-top:55px !important;}
.mt-60{margin-top:60px !important;}
.mt-65{margin-top:65px !important;}
.mt-70{margin-top:70px !important;}
.mt-75{margin-top:75px !important;}
.mt-80{margin-top:80px !important;}
.mt-85{margin-top:85px !important;}
.mt-90{margin-top:90px !important;}
.mt-95{margin-top:95px !important;}
.mt-100{margin-top:100px !important;}

.mb-0{margin-bottom:0 !important;}
.mb-5{margin-bottom:5px !important;}
.mb-10{margin-bottom:10px !important;}
.mb-15{margin-bottom:15px !important;}
.mb-20{margin-bottom:20px !important;}
.mb-25{margin-bottom:25px !important;}
.mb-30{margin-bottom:30px !important;}
.mb-35{margin-bottom:35px !important;}
.mb-40{margin-bottom:40px !important;}
.mb-45{margin-bottom:45px !important;}
.mb-50{margin-bottom:50px !important;}
.mb-55{margin-bottom:55px !important;}
.mb-60{margin-bottom:60px !important;}
.mb-65{margin-bottom:65px !important;}
.mb-70{margin-bottom:70px !important;}
.mb-75{margin-bottom:75px !important;}
.mb-80{margin-bottom:80px !important;}
.mb-85{margin-bottom:85px !important;}
.mb-90{margin-bottom:90px !important;}
.mb-95{margin-bottom:95px !important;}
.mb-100{margin-bottom:100px !important;}


.pt-0{padding-top:0 !important;}
.pt-5{padding-top:5px !important;}
.pt-10{padding-top:10px !important;}
.pt-15{padding-top:15px !important;}
.pt-20{padding-top:20px !important;}
.pt-25{padding-top:25px !important;}
.pt-30{padding-top:30px !important;}
.pt-35{padding-top:35px !important;}
.pt-40{padding-top:40px !important;}
.pt-45{padding-top:45px !important;}
.pt-50{padding-top:50px !important;}
.pt-55{padding-top:55px !important;}
.pt-60{padding-top:60px !important;}
.pt-65{padding-top:65px !important;}
.pt-70{padding-top:70px !important;}
.pt-75{padding-top:75px !important;}
.pt-80{padding-top:80px !important;}
.pt-85{padding-top:85px !important;}
.pt-90{padding-top:90px !important;}
.pt-95{padding-top:95px !important;}
.pt-100{padding-top:100px !important;}

.pb-0{padding-bottom:0 !important;}
.pb-5{padding-bottom:5px !important;}
.pb-10{padding-bottom:10px !important;}
.pb-15{padding-bottom:15px !important;}
.pb-20{padding-bottom:20px !important;}
.pb-25{padding-bottom:25px !important;}
.pb-30{padding-bottom:30px !important;}
.pb-35{padding-bottom:35px !important;}
.pb-40{padding-bottom:40px !important;}
.pb-45{padding-bottom:45px !important;}
.pb-50{padding-bottom:50px !important;}
.pb-55{padding-bottom:55px !important;}
.pb-60{padding-bottom:60px !important;}
.pb-65{padding-bottom:65px !important;}
.pb-70{padding-bottom:70px !important;}
.pb-75{padding-bottom:75px !important;}
.pb-80{padding-bottom:80px !important;}
.pb-85{padding-bottom:85px !important;}
.pb-90{padding-bottom:90px !important;}
.pb-95{padding-bottom:95px !important;}
.pb-100{padding-bottom:100px !important;}



@media only screen and (max-width: 1225px) {
	.mt-0{margin-top:0 !important;}
	.mt-5{margin-top:0px !important;}
	.mt-10{margin-top:6px !important;}
	.mt-15{margin-top:12px !important;}
	.mt-20{margin-top:12px !important;}
	.mt-25{margin-top:17px !important;}
	.mt-30{margin-top:22px !important;}
	.mt-35{margin-top:27px !important;}
	.mt-40{margin-top:32px !important;}
	.mt-45{margin-top:37px !important;}
	.mt-50{margin-top:42px !important;}
	.mt-55{margin-top:42px !important;}
	.mt-60{margin-top:47px !important;}
	.mt-65{margin-top:52px !important;}
	.mt-70{margin-top:52px !important;}
	.mt-75{margin-top:52px !important;}
	.mt-80{margin-top:62px !important;}
	.mt-85{margin-top:67px !important;}
	.mt-90{margin-top:67px !important;}
	.mt-95{margin-top:72px !important;}
	.mt-100{margin-top:72px !important;}
	
	.mb-0{margin-bottom:0 !important;}
	.mb-5{margin-bottom:0px !important;}
	.mb-10{margin-bottom:6px !important;}
	.mb-15{margin-bottom:12px !important;}
	.mb-20{margin-bottom:12px !important;}
	.mb-25{margin-bottom:17px !important;}
	.mb-30{margin-bottom:22px !important;}
	.mb-35{margin-bottom:27px !important;}
	.mb-40{margin-bottom:32px !important;}
	.mb-45{margin-bottom:37px !important;}
	.mb-50{margin-bottom:42px !important;}
	.mb-55{margin-bottom:42px !important;}
	.mb-60{margin-bottom:47px !important;}
	.mb-65{margin-bottom:52px !important;}
	.mb-70{margin-bottom:52px !important;}
	.mb-75{margin-bottom:52px !important;}
	.mb-80{margin-bottom:62px !important;}
	.mb-85{margin-bottom:67px !important;}
	.mb-90{margin-bottom:67px !important;}
	.mb-95{margin-bottom:72px !important;}
	.mb-100{margin-bottom:72px !important;}
	

	.pt-0{padding-top:0 !important;}
	.pt-5{padding-top:0px !important;}
	.pt-10{padding-top:6px !important;}
	.pt-15{padding-top:12px !important;}
	.pt-20{padding-top:12px !important;}
	.pt-25{padding-top:17px !important;}
	.pt-30{padding-top:22px !important;}
	.pt-35{padding-top:27px !important;}
	.pt-40{padding-top:32px !important;}
	.pt-45{padding-top:37px !important;}
	.pt-50{padding-top:42px !important;}
	.pt-55{padding-top:42px !important;}
	.pt-60{padding-top:47px !important;}
	.pt-65{padding-top:52px !important;}
	.pt-70{padding-top:52px !important;}
	.pt-75{padding-top:52px !important;}
	.pt-80{padding-top:62px !important;}
	.pt-85{padding-top:67px !important;}
	.pt-90{padding-top:67px !important;}
	.pt-95{padding-top:72px !important;}
	.pt-100{padding-top:72px !important;}
	
	.pb-0{padding-bottom:0 !important;}
	.pb-5{padding-bottom:0px !important;}
	.pb-10{padding-bottom:6px !important;}
	.pb-15{padding-bottom:12px !important;}
	.pb-20{padding-bottom:12px !important;}
	.pb-25{padding-bottom:17px !important;}
	.pb-30{padding-bottom:22px !important;}
	.pb-35{padding-bottom:27px !important;}
	.pb-40{padding-bottom:32px !important;}
	.pb-45{padding-bottom:37px !important;}
	.pb-50{padding-bottom:42px !important;}
	.pb-55{padding-bottom:42px !important;}
	.pb-60{padding-bottom:47px !important;}
	.pb-65{padding-bottom:52px !important;}
	.pb-70{padding-bottom:52px !important;}
	.pb-75{padding-bottom:52px !important;}
	.pb-80{padding-bottom:62px !important;}
	.pb-85{padding-bottom:67px !important;}
	.pb-90{padding-bottom:67px !important;}
	.pb-95{padding-bottom:72px !important;}
	.pb-100{padding-bottom:72px !important;}
	

}



@media only screen and (max-width: 1024px) {
	.mt-0{margin-top:0 !important;}
	.mt-5{margin-top:0px !important;}
	.mt-10{margin-top:5px !important;}
	.mt-15{margin-top:10px !important;}
	.mt-20{margin-top:10px !important;}
	.mt-25{margin-top:15px !important;}
	.mt-30{margin-top:20px !important;}
	.mt-35{margin-top:25px !important;}
	.mt-40{margin-top:30px !important;}
	.mt-45{margin-top:35px !important;}
	.mt-50{margin-top:40px !important;}
	.mt-55{margin-top:40px !important;}
	.mt-60{margin-top:45px !important;}
	.mt-65{margin-top:50px !important;}
	.mt-70{margin-top:50px !important;}
	.mt-75{margin-top:55px !important;}
	.mt-80{margin-top:60px !important;}
	.mt-85{margin-top:65px !important;}
	.mt-90{margin-top:65px !important;}
	.mt-95{margin-top:70px !important;}
	.mt-100{margin-top:70px !important;}
	
	.mb-0{margin-bottom:0 !important;}
	.mb-5{margin-bottom:0px !important;}
	.mb-10{margin-bottom:5px !important;}
	.mb-15{margin-bottom:10px !important;}
	.mb-20{margin-bottom:10px !important;}
	.mb-25{margin-bottom:15px !important;}
	.mb-30{margin-bottom:20px !important;}
	.mb-35{margin-bottom:25px !important;}
	.mb-40{margin-bottom:30px !important;}
	.mb-45{margin-bottom:35px !important;}
	.mb-50{margin-bottom:40px !important;}
	.mb-55{margin-bottom:40px !important;}
	.mb-60{margin-bottom:45px !important;}
	.mb-65{margin-bottom:50px !important;}
	.mb-70{margin-bottom:50px !important;}
	.mb-75{margin-bottom:55px !important;}
	.mb-80{margin-bottom:60px !important;}
	.mb-85{margin-bottom:65px !important;}
	.mb-90{margin-bottom:65px !important;}
	.mb-95{margin-bottom:70px !important;}
	.mb-100{margin-bottom:70px !important;}





	.pt-0{padding-top:0 !important;}
	.pt-5{padding-top:0px !important;}
	.pt-10{padding-top:5px !important;}
	.pt-15{padding-top:10px !important;}
	.pt-20{padding-top:10px !important;}
	.pt-25{padding-top:15px !important;}
	.pt-30{padding-top:20px !important;}
	.pt-35{padding-top:25px !important;}
	.pt-40{padding-top:30px !important;}
	.pt-45{padding-top:35px !important;}
	.pt-50{padding-top:40px !important;}
	.pt-55{padding-top:40px !important;}
	.pt-60{padding-top:45px !important;}
	.pt-65{padding-top:50px !important;}
	.pt-70{padding-top:50px !important;}
	.pt-75{padding-top:55px !important;}
	.pt-80{padding-top:60px !important;}
	.pt-85{padding-top:65px !important;}
	.pt-90{padding-top:65px !important;}
	.pt-95{padding-top:70px !important;}
	.pt-100{padding-top:70px !important;}
	
	.pb-0{padding-bottom:0 !important;}
	.pb-5{padding-bottom:0px !important;}
	.pb-10{padding-bottom:5px !important;}
	.pb-15{padding-bottom:10px !important;}
	.pb-20{padding-bottom:10px !important;}
	.pb-25{padding-bottom:15px !important;}
	.pb-30{padding-bottom:20px !important;}
	.pb-35{padding-bottom:25px !important;}
	.pb-40{padding-bottom:30px !important;}
	.pb-45{padding-bottom:35px !important;}
	.pb-50{padding-bottom:40px !important;}
	.pb-55{padding-bottom:40px !important;}
	.pb-60{padding-bottom:45px !important;}
	.pb-65{padding-bottom:50px !important;}
	.pb-70{padding-bottom:50px !important;}
	.pb-75{padding-bottom:55px !important;}
	.pb-80{padding-bottom:60px !important;}
	.pb-85{padding-bottom:65px !important;}
	.pb-90{padding-bottom:65px !important;}
	.pb-95{padding-bottom:70px !important;}
	.pb-100{padding-bottom:70px !important;}
}

@media only screen and (max-width: 767px) {
	.mt-0{margin-top:0 !important;}
	.mt-5{margin-top:0px !important;}
	.mt-10{margin-top:2px !important;}
	.mt-15{margin-top:5px !important;}
	.mt-20{margin-top:10px !important;}
	.mt-25{margin-top:12px !important;}
	.mt-30{margin-top:15px !important;}
	.mt-35{margin-top:16px !important;}
	.mt-40{margin-top:20px !important;}
	.mt-45{margin-top:24px !important;}
	.mt-50{margin-top:28px !important;}
	.mt-55{margin-top:32px !important;}
	.mt-60{margin-top:35px !important;}
	.mt-65{margin-top:35px !important;}
	.mt-70{margin-top:35px !important;}
	.mt-75{margin-top:38px !important;}
	.mt-80{margin-top:45px !important;}
	.mt-85{margin-top:48px !important;}
	.mt-90{margin-top:50px !important;}
	.mt-95{margin-top:50px !important;}
	.mt-100{margin-top:52px !important;}
	
	.mb-0{margin-bottom:0 !important;}
	.mb-5{margin-bottom:0px !important;}
	.mb-10{margin-bottom:2px !important;}
	.mb-15{margin-bottom:5px !important;}
	.mb-20{margin-bottom:10px !important;}
	.mb-25{margin-bottom:12px !important;}
	.mb-30{margin-bottom:15px !important;}
	.mb-35{margin-bottom:16px !important;}
	.mb-40{margin-bottom:20px !important;}
	.mb-45{margin-bottom:20px !important;}
	.mb-50{margin-bottom:20px !important;}
	.mb-55{margin-bottom:27px !important;}
	.mb-60{margin-bottom:35px !important;}
	.mb-65{margin-bottom:35px !important;}
	.mb-70{margin-bottom:35px !important;}
	.mb-75{margin-bottom:38px !important;}
	.mb-80{margin-bottom:45px !important;}
	.mb-85{margin-bottom:48px !important;}
	.mb-90{margin-bottom:50px !important;}
	.mb-95{margin-bottom:50px !important;}
	.mb-100{margin-bottom:52px !important;}
	



	.pt-0{padding-top:0 !important;}
	.pt-5{padding-top:0px !important;}
	.pt-10{padding-top:2px !important;}
	.pt-15{padding-top:5px !important;}
	.pt-20{padding-top:10px !important;}
	.pt-25{padding-top:12px !important;}
	.pt-30{padding-top:15px !important;}
	.pt-35{padding-top:16px !important;}
	.pt-40{padding-top:20px !important;}
	.pt-45{padding-top:24px !important;}
	.pt-50{padding-top:28px !important;}
	.pt-55{padding-top:32px !important;}
	.pt-60{padding-top:35px !important;}
	.pt-65{padding-top:35px !important;}
	.pt-70{padding-top:35px !important;}
	.pt-75{padding-top:38px !important;}
	.pt-80{padding-top:45px !important;}
	.pt-85{padding-top:48px !important;}
	.pt-90{padding-top:50px !important;}
	.pt-95{padding-top:50px !important;}
	.pt-100{padding-top:52px !important;}
	
	.pb-0{padding-bottom:0 !important;}
	.pb-5{padding-bottom:0px !important;}
	.pb-10{padding-bottom:2px !important;}
	.pb-15{padding-bottom:5px !important;}
	.pb-20{padding-bottom:10px !important;}
	.pb-25{padding-bottom:12px !important;}
	.pb-30{padding-bottom:15px !important;}
	.pb-35{padding-bottom:16px !important;}
	.pb-40{padding-bottom:20px !important;}
	.pb-45{padding-bottom:24px !important;}
	.pb-50{padding-bottom:28px !important;}
	.pb-55{padding-bottom:32px !important;}
	.pb-60{padding-bottom:35px !important;}
	.pb-65{padding-bottom:35px !important;}
	.pb-70{padding-bottom:35px !important;}
	.pb-75{padding-bottom:38px !important;}
	.pb-80{padding-bottom:45px !important;}
	.pb-85{padding-bottom:48px !important;}
	.pb-90{padding-bottom:50px !important;}
	.pb-95{padding-bottom:50px !important;}
	.pb-100{padding-bottom:52px !important;}
	
}

@media only screen and (min-width: 1025px) {
	.hide_in_desktop{display:none !important;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.hide_in_tablet{display:none !important;}
}
@media only screen and (max-width: 767px) {
	.hide_in_mob{display:none !important;}
}

.flush_margins{margin:0 !important;}
.flush_top_padding{padding-top:0;}
.flush_bottom_padding{padding-bottom:0;}
.flush_padding{padding:0 !important;}