@charset "utf-8";
/* CSS Document */
/*===================================
font-family:"argent-cf", Arial, Helvetica, sans-serif;
===================================
Regular		400
Demi Bold	600
Bold		700
===================================
font-family:"basic-sans", Arial, Helvetica, sans-serif;
===================================
Light		300
Regular		400
Semi Bold	600
Bold		700
===================================*/





body{background:#fff; font-family:"basic-sans", Arial, Helvetica, sans-serif; font-weight:400; word-break:normal !important;}

ul,

ul li,

ol,

ol li,

p{font-family:"basic-sans", Arial, Helvetica, sans-serif; font-weight:400;}

.cms h1,

.cms .h1{font-size:54px; line-height:58px; font-family:"argent-cf",Verdana,Arial,sans-serif; padding:10px 0; margin:0; font-weight:400; word-break:keep-all !important;}

.cms h2,

.cms .h2{font-size:44px; line-height:48px; font-family:"argent-cf",Verdana,Arial,sans-serif; padding:10px 0; margin:0; font-weight:400;}

.cms h3,

.cms .h3{font-size:36px; line-height:38px; font-family:"argent-cf",Verdana,Arial,sans-serif; padding:10px 0; margin:0; font-weight:400;}

.cms ul{padding:0; margin:0; list-style:none;}

.cms ul li{list-style:none; padding:0 0 2px 15px; position:relative;}

.cms ul li:before{content:""; display:block; position:absolute; left:0; top:8px; width:5px; height:5px; background:#62BB46; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%;}



.gen_btn{display:inline-block; margin:10px 0; background:#3E4059; color:#fff; font-size:18px; padding:6px 15px; position:relative; text-align:center;

	-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s;

	font-family:"basic-sans", Arial, Helvetica, sans-serif; font-weight:300;

}

.gen_btn:hover{color:#fff; text-decoration:none;}

.gen_btn:after{content:""; display:block; position:absolute; left:0; top:0; bottom:0; width:0; opacity:0; z-index:1; background:#EC7224;

	-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s;

}

.gen_btn:hover:after{width:100%; opacity:1;}

.gen_btn span{position:relative; z-index:10;}





.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:100%; -moz-border-radius:100%; border-radius:100%;}

.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);}

@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);

}





.burger_menu{display:flex; flex-direction:column; width:40px; cursor:pointer; position:absolute; right:150px; top:55px; display:none;}

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

	.burger_menu{display:flex;}

}

.burger_menu span{background:#62BB46; border-radius:10px; height:3px; margin:4px 0; transition:.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);}

.burger_menu span:nth-of-type(1){width:50%;}

.burger_menu span:nth-of-type(2){width:100%;}

.burger_menu span:nth-of-type(3){width:75%;}

.burger_menu.burger_active span:nth-of-type(1){transform-origin:bottom; transform:rotatez(45deg) translate(4px,0px)}

.burger_menu.burger_active span:nth-of-type(2){transform-origin:top; transform:rotatez(-45deg)}

.burger_menu.burger_active span:nth-of-type(3){transform-origin:bottom; width:50%; transform: translate(17px,-5px) rotatez(45deg);}





.wrapper{max-width:1640px; padding:0 100px; margin:0 auto;}



.header_new{padding:30px 0 0; background:#fff;  position:fixed; left:0; right:0; top:0; z-index:999;}
.header_static{position:relative;}

.header_new .logo{width:288px; max-width:288px; -webkit-box:0 0 288px; -moz-box:0 0 288px; -webkit-flex:0 0 288px; -ms-flex:0 0 288px; flex:0 0 288px;}

.header_new .logo img{display:block; width:100%; height:auto; margin-top:5px;}

.header_new .header_right{padding:0 0 0 50px;}

.header_new .header_right .ph_em{text-align:right;}

.header_new .header_right .ph_em a{font-weight:500; display:inline-block; margin-left:65px; position:relative; font-size:18px; text-decoration:none;

	-webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;

}

.header_new .header_right .ph_em a.em:before{content:""; display:block; position:absolute; left:-32px; top:4px; width:1px; height:17px; background:#62BB46;}

.header_new .header_right .navi_soc{padding:15px 0 0;}

.header_new .header_right .navi_soc .top_navi{}

.header_new .header_right .navi_soc .top_navi ul{list-style:none; padding:0; margin:0; text-align:right;}

.header_new .header_right .navi_soc .top_navi ul li{list-style:none; padding:0 95px 0 0; margin:0; display:inline-block; position:relative;}

.header_new .header_right .navi_soc .top_navi > ul > li.menu-item-has-children > a{padding-right:28px;}

.header_new .header_right .navi_soc .top_navi > ul > li > a:after{display:block; content:""; position:absolute; left:0; bottom:25px; width:0; height:1px; background:#000; opacity:0;

	-webkit-transition:0.4s; -moz-transition:0.4s; -o-transition:0.4s; transition:0.4s;

}

@media only screen and (min-width: 1025px) {

	.header_new .header_right .navi_soc .top_navi > ul > li:hover > a:after{width:100%; opacity:1;}

}

.header_new .header_right .navi_soc .top_navi > ul > li.menu-item-has-children > a:before{content:""; display:block; position:absolute; right:0; top:7px; width:12px; height:12px; border-right:1px solid #000; border-bottom:1px solid #000; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);

	-webkit-transition:0.4s; -moz-transition:0.4s; -o-transition:0.4s; transition:0.4s;

}



@media only screen and (min-width: 1025px) {

	.header_new .header_right .navi_soc .top_navi > ul > li.menu-item-has-children:hover > a:before{-webkit-transform:rotate(-135deg); -moz-transform:rotate(-135deg); -ms-transform:rotate(-135deg); -o-transform:rotate(-135deg); transform:rotate(-135deg); top:12px;}

}



.header_new .header_right .navi_soc .top_navi ul li a{text-decoration:none; display:inline-block; padding-top:3px; padding-bottom:31px; font-size:18px; color:#000; position:relative;

	-webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;

}

.header_new .header_right .navi_soc .top_navi ul li ul{position:absolute; left:0; top:100%; background:#D3D3D6; text-align:left; width:340px; display:none; padding:20px 0 20px 25px;}

.header_new .header_right .navi_soc .top_navi > ul > li > ul{-webkit-animation:dropdown 0.4s; -moz-animation:dropdown 0.4s; -o-animation:dropdown 0.4s; animation:dropdown 0.4s;}



@media only screen and (min-width: 1025px) {

	/*.header_new .header_right .navi_soc .top_navi > ul > li > ul > li{border-right:1px solid #000;}*/

	.header_new .header_right .navi_soc .top_navi > ul > li > ul > li > ul:before{content:""; display:block; position:absolute; left:0; top:20px; bottom:20px; width:1px; background:#000;}

}

/*

.header_new .header_right .navi_soc .top_navi > ul > li > ul > li.menu-item-has-children:after{content:""; display:block; position:absolute; right:0; bottom:35px; top:35px; width:1px; background:#000; opacity:0;

	-webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;

}

*/

@media only screen and (min-width: 1025px) {

	.header_new .header_right .navi_soc .top_navi > ul > li > ul > li.menu-item-has-children:hover:after{opacity:1;}

	.header_new .header_right .navi_soc .top_navi > ul > li:hover > ul{display:block;}

}





@-webkit-keyframes dropdown {  0% { top: 120%; opacity:0; }  100% { top: 100%; opacity:1; }}

@-moz-keyframes dropdown {  0% { top: 120%; opacity:0; }  100% { top: 100%; opacity:1; }}

@-o-keyframes dropdown {  0% { top: 120%; opacity:0; }  100% { top: 100%; opacity:1; }}

@keyframes dropdown {  0% { top: 120%; opacity:0; }  100% { top: 100%; opacity:1; }}



.header_new .header_right .navi_soc .top_navi ul li ul li{padding:0; display:block; position:static;}

.header_new .header_right .navi_soc .top_navi ul li ul li a{padding:12px 42px 12px 0; display:block; position:relative;}

.header_new .header_right .navi_soc .top_navi ul li ul li.menu-item-has-children > a{}



.header_new .header_right .navi_soc .top_navi ul li ul li.menu-item-has-children > a:before{content:""; display:block; width:12px; height:1px; background:#000; position:absolute; right:30px; top:50%;

	-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;

	transform-origin:right top;

}

.header_new .header_right .navi_soc .top_navi ul li ul li.menu-item-has-children > a:after{content:""; display:block; width:12px; height:1px; background:#000; position:absolute; right:30px; bottom:50%;

	-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;

	transform-origin:right bottom;

}



@media only screen and (min-width: 1025px) {

	.header_new .header_right .navi_soc .top_navi ul li ul li.menu-item-has-children:hover > a:before{content:""; display:block; width:12px; height:1px; background:#000; position:absolute; right:30px; top:50%;

		-webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg); height:2px;

		transform-origin:left top;

	}

	.header_new .header_right .navi_soc .top_navi ul li ul li.menu-item-has-children:hover > a:after{content:""; display:block; width:12px; height:1px; background:#000; position:absolute; right:30px; bottom:50%;

		-webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg); height:2px;

		transform-origin:left bottom;

	}

	.header_new .header_right .navi_soc .top_navi ul li ul li a:hover{font-weight:600;}

}





.header_new .header_right .navi_soc .top_navi ul li ul li ul{left:100%; top:0; min-height:100%; padding-left:35px; display:none;

	-webkit-animation:dropdown_sub 0.4s; -moz-animation:dropdown_sub 0.4s; -o-animation:dropdown_sub 0.4s; animation:dropdown_sub 0.4s;

}

@media only screen and (min-width: 1025px) {

	.header_new .header_right .navi_soc .top_navi ul li ul li:hover ul{display:block;}

}

.header_new .header_right .navi_soc .top_navi ul li ul li ul li{}

.header_new .header_right .navi_soc .top_navi ul li ul li ul li a{font-size:16px; font-weight:300; padding:12px 0 5px;}



@-webkit-keyframes dropdown_sub {  0% { left: 110%; opacity:0; }  100% { left: 100%; opacity:1; }}

@-moz-keyframes dropdown_sub {  0% { left: 110%; opacity:0; }  100% { left: 100%; opacity:1; }}

@-o-keyframes dropdown_sub {  0% { left: 110%; opacity:0; }  100% { left: 100%; opacity:1; }}

@keyframes dropdown_sub {  0% { left: 110%; opacity:0; }  100% { left: 100%; opacity:1; }}









.socialize{max-width:80px; text-align:right;}

.socialize a{display:inline-block; width:36px; height:36px; background:#62BB46; padding:8px; margin-right:1px ; vertical-align:middle;

	-webkit-border-radius:40px; -moz-border-radius:40px; border-radius:40px;

	-webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;

}

.socialize a svg{width:20px; height:20px;}

.socialize a svg path{fill:#fff;}

.socialize a.ico_facebook{padding:9px 10px 11px;}

.socialize a.ico_facebook svg{width:16px; height:16px;}

.socialize a:hover{background:#672071;}



.pro_sub_menu{background:#EDEDED; padding:20px 0; position:-webkit-sticky; position:sticky; top:0; z-index:998;}

.pro_sub_menu .pm_left{}

.pro_sub_menu .pm_left ul{font-size:18px; list-style:none; padding:0; margin:0;}

.pro_sub_menu .pm_left ul li{display:inline-block; padding:0 75px 0 0; list-style:none; margin:0;}

.pro_sub_menu .pm_left ul li a{font-weight:400; display:inline-block; position:relative; color:#3C3C3C; text-decoration:none;}

.pro_sub_menu .pm_left ul li a:after{content:""; display:block; position:absolute; left:0; bottom:-7px; height:1px; width:0; background:#3C3C3C; opacity:0;

	-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s;

}

.pro_sub_menu .pm_left ul li.current a:after,

.pro_sub_menu .pm_left ul li a:hover:after{width:100%; opacity:1;}

.pro_sub_menu .pm_right{text-align:right; width:385px; max-width:385px; -webkit-box:0 0 385px; -moz-box:0 0 385px; -webkit-flex:0 0 385px; -ms-flex:0 0 385px; flex:0 0 385px;}

.pro_sub_menu .pm_right a{display:inline-block; text-decoration:none; background:#3E4059; color:#fff; width:183px; height:40px; text-align:center; padding:9px; margin-left:5px; position:relative;}

.pro_sub_menu .pm_right a span{position:relative; z-index:10;}

/*.pro_sub_menu .pm_right a:hover{background:#EC7224;}*/

.pro_sub_menu .pm_right a:after{background:#EC7224; position:absolute; left:0; top:0; bottom:0; width:0; content:""; display:block; opacity:0; z-index:1;

	-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s;

}

.pro_sub_menu .pm_right a:hover:after{width:100%; opacity:1;}



.pro_overview{padding:50px 0;}

.pro_overview .po_left{width:66.12%; max-width:66.12%; -webkit-box:0 0 66.12%; -moz-box:0 0 66.12%; -webkit-flex:0 0 66.12%; -ms-flex:0 0 66.12%; flex:0 0 66.12%;}

.pro_overview .po_left img{display:block; width:100%; height:auto; object-fit:cover;}

.pro_overview .po_left .img_full{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:3%;}

.pro_overview .po_left .pro_3{width:31.33%; max-width:31.33%; -webkit-box:0 0 31.33%; -moz-box:0 0 31.33%; -webkit-flex:0 0 31.33%; -ms-flex:0 0 31.33%; flex:0 0 31.33%; margin-right:3%; margin-bottom:3%;}

.pro_overview .po_left .pro_3:nth-child(4n){margin-right:0;}

.pro_overview .po_left .pro_2{width:48.5%; max-width:48.5%; -webkit-box:0 0 48.5%; -moz-box:0 0 48.5%; -webkit-flex:0 0 48.5%; -ms-flex:0 0 48.5%; flex:0 0 48.5%;}

.pro_overview .po_left .pro_2:nth-child(6){margin-left:3%}



.has_vid{display:inline-block; position:relative;}

.has_vid:after{content:""; display:block; position:absolute; left:50%; top:50%; width:92px; height:92px; margin:-46px 0 0 -46px; background:rgba(255,255,255,0.8) url(../images/play_btn.svg) center no-repeat;

	-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s;

	-webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%;

}

.has_vid:hover:after{background:rgba(255,255,255,1) url(../images/play_btn.svg) center no-repeat;}



.pro_overview .po_right{width:30.40%; max-width:30.40%; -webkit-box:0 0 30.40%; -moz-box:0 0 30.40%; -webkit-flex:0 0 30.40%; -ms-flex:0 0 30.40%; flex:0 0 30.40%;}

.pro_overview .pro_price{font-size:17px; color:#62BB46;}



a.view_spec:visited,

a.view_spec:active{text-decoration:none !important; color:#fff !important;}

a.view_spec{display:inline-block; color:#fff; text-decoration:none; background:#62BB46; font-size:18px; padding:7px 53px 7px 20px; margin:10px 0; position:relative; text-decoration:none;

	font-family:"basic-sans", Arial, Helvetica, sans-serif; font-weight:300;

}

a.view_spec:after{content:""; display:block; position:absolute; left:0; top:0; bottom:0; width:0; opacity:0; z-index:1; background:#EC7224;

	-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s;

}

a.view_spec:hover:after{width:100%; opacity:1;}

a.view_spec .vs_txt{position:relative; z-index:10;}

a.view_spec:hover{color:#fff !important; text-decoration:none;}

a.view_spec .btn_arrow{display:block; width:12px; height:14px; position:absolute; right:19px; top:50%; margin-top:-7px; background: url(../images/btn_arrow.svg) center bottom no-repeat; z-index:10;

	-webkit-transition:0.2s; -moz-transition:0.2s; -o-transition:0.2s; transition:0.2s;

}

a.view_spec:hover .btn_arrow{height:18px; margin-top:-9px;}





.cta_row{padding:50px 0;}

.cta_row .cta_left{width:66.12%; max-width:66.12%; -webkit-box:0 0 66.12%; -moz-box:0 0 66.12%; -webkit-flex:0 0 66.12%; -ms-flex:0 0 66.12%; flex:0 0 66.12%; background:#62BB46;}

.cta_row .cta_right{width:calc(33.88% - 20px); max-width:calc(33.88% - 20px); -webkit-box:0 0 calc(33.88% - 20px); -moz-box:0 0 calc(33.88% - 20px); -webkit-flex:0 0 calc(33.88% - 20px); -ms-flex:0 0 calc(33.88% - 20px); flex:0 0 calc(33.88% - 20px); background:#3E4059; padding:0 35px 35px 40px;}

.cta_row .cta_left .cms{padding:25px 50px 35px; max-width:800px;}

.cta_row .cta_left .cms .gen_btn{width:230px;}

.cta_row .cta_right .cms{padding:25px 20px 25px 0;}

.cta_row .cta_right .badge_txt{}

.cta_row .cta_right .cta_badge{width:39.68%; max-width:125px; -webkit-box:0 0 39.68%; -moz-box:0 0 39.68%; -webkit-flex:0 0 39.68%; -ms-flex:0 0 39.68%; flex:0 0 39.68%;}

.cta_row .cta_right .cta_badge img{display:block; width:100%; height:auto;}



.specification_row{padding:50px 0;}

.specification_row .spec_img{width:66.12%; max-width:66.12%; -webkit-box:0 0 66.12%; -moz-box:0 0 66.12%; -webkit-flex:0 0 66.12%; -ms-flex:0 0 66.12%; flex:0 0 66.12%; position:relative;}

.specification_row .spec_img img{display:block; width:100%; height:auto;}

.specification_row .spec_img .spec_dot{position:absolute; left:17%; top:37.4%; z-index:10; cursor:pointer;}

.specification_row .spec_img .spec_dot.spec_dot_open{z-index:9999;}

.specification_row .spec_img .spec_dot .dot_plus{width:40px; height:40px; background:#fff; position:absolute; left:0; top:0; margin:-20px 0 0 -20px; z-index:2;

	-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s;

}

.specification_row .spec_img .spec_dot .dot_plus:before{content:""; display:block; position:absolute; left:50%; top:50%; width:19px; height:1px; margin:-1px 0 0 -10px; background:#63BB45;}

.specification_row .spec_img .spec_dot .dot_plus:after{content:""; display:block; position:absolute; left:50%; top:50%; width:1px; height:19px; margin:-10px 0 0 -1px; background:#63BB45;}



.specification_row .spec_img .spec_dot .dot_plus span{display:block; width:100%; height:100%; border:1px solid #fff;

	-webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%;

    /*animation: pulse2 2s linear 1s infinite both;*/

}

.specification_row.specification_row_pusle .spec_img .spec_dot .dot_plus span{animation: pulse2 2s linear 1s both;}



@-webkit-keyframes pulse2 {

  0% {

    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);

  }

  70% {

    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);

  }

  100% {

    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);

  }

}



@keyframes pulse2 {

  0% {

    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);

    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);

  }

  70% {

    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);

    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);

  }

  100% {

    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);

    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);

  }

}



.specification_row .spec_img .spec_dot.spec_dot_open .dot_plus span,

.specification_row .spec_img .spec_dot:hover .dot_plus span{animation:none;}

.specification_row .spec_img .spec_dot.spec_dot_open .dot_plus{-webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);}

.specification_row .spec_img .spec_dot .dot_contents{width:240px; background:#fff; position:absolute; left:-120px; top:0; padding:30px 20px; z-index:1; display:none;}

.specification_row .spec_img .spec_dot .dot_contents p{font-size:18px; line-height:22px; padding:0; margin:0;}



.specification_row .spec_img .spec_dot_1{left:17%; top:37.4%;}

.specification_row .spec_img .spec_dot_2{left:79.87%; top:23.17%;}

.specification_row .spec_img .spec_dot_3{left:53.17%; top:47.07%;}

.specification_row .spec_img .spec_dot_4{left:49.26%; top:67.07%;}

.specification_row .spec_img .spec_dot_5{left:80.48%; top:63.41%;}





.specification_row .spec_txt{width:30.32%; max-width:30.32%; -webkit-box:0 0 30.32%; -moz-box:0 0 30.32%; -webkit-flex:0 0 30.32%; -ms-flex:0 0 30.32%; flex:0 0 30.32%;}





.color_slider{padding:40px 0 55px;}

.color_slider #color_slider{}

.color_slider #color_slider .c_slide{display:none;}

.color_slider #color_slider .c_slide_active{display:block;}

.color_slider #color_slider .c_slide img{display:block; width:100%; height:auto; max-width:140px;

	-webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%;

}

.color_slider #color_slider .slick-slide{margin:0 10px;}

.color_slider #color_slider .slick-list{margin:0 -10px;}



.color_slider_wrap{padding:0 72px; position:relative;}

.slick_nav{position:absolute; width:40px; height:40px; position:absolute; top:50%; margin-top:-20px;}

.slick_prev{left:0; background:url(../images/slick_arrows.svg) left top no-repeat;}

.slick_next{right:0; background:url(../images/slick_arrows.svg) right top no-repeat;}



.customize_needs{padding:30px 0 20px; /*background:#fff; z-index:999; position:relative;*/}

.customize_needs .cn_intro{padding-bottom:70px;}

.customize_needs .cn_intro .cni_left{width:26.2%; max-width:26.2%; -webkit-box:0 0 26.2%; -moz-box:0 0 26.2%; -webkit-flex:0 0 26.2%; -ms-flex:0 0 26.2%; flex:0 0 26.2%;}

.customize_needs .cn_intro .cni_right{width:66.12%; max-width:66.12%; -webkit-box:0 0 66.12%; -moz-box:0 0 66.12%; -webkit-flex:0 0 66.12%; -ms-flex:0 0 66.12%; flex:0 0 66.12%; padding-top:10px;}



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

	.customize_needs .cn_tabs_wrap{background:#dedede; padding:12px 0 20px;}

}

.customize_needs .cn_tabs{}

.customize_needs .cn_tabs ul{list-style:none; padding:0; margin:0;}

.customize_needs .cn_tabs ul li{list-style:none; padding:0; margin:0;}

.customize_needs .cn_tabs ul li a{display:inline-block; padding:10px 0 0; position:relative; text-decoration:none; color:#000;}

.customize_needs .cn_tabs ul li a:after{content:""; display:block; position:absolute; left:0; bottom:-7px; height:1px; width:0; background:#3C3C3C; opacity:0;

	-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s;

}

.customize_needs .cn_tabs ul li.current a:after,

.customize_needs .cn_tabs ul li a:hover:after{width:100%; opacity:1; text-decoration:none; color:#000;}

.customize_needs .cn_tab_contents{padding:30px 0;}

.customize_needs .cn_tab_contents .cn_intro{padding-bottom:30px;}

.table_cols{}

.table_cols .table_col{width:49.19%; max-width:49.19%; -webkit-box:0 0 49.19%; -moz-box:0 0 49.19%; -webkit-flex:0 0 49.19%; -ms-flex:0 0 49.19%; flex:0 0 49.19%;}

.table_cols .table_col th{background:#3E4059; color:#fff; font-size:34px; font-family:"argent-cf",Verdana,Arial,sans-serif; font-weight:400; padding:8px 32px; border-right:1px solid #fff;}

.table_cols .table_col td{background:#3E4059; color:#3C3C3C; font-size:16px; padding:20px 32px; background:#ecebf0; border-right:1px solid #fff;}

.table_cols .table_col tr:nth-child(odd) td{background:#d7dadf;}



.customize_needs .cn_tab_contents .cn_row{padding:10px 0;}

.customize_needs .cn_tab_contents .cn_row .cn_img{width:29%; max-width:29%; -webkit-box:0 0 29%; -moz-box:0 0 29%; -webkit-flex:0 0 29%; -ms-flex:0 0 29%; flex:0 0 29%;}

.customize_needs .cn_tab_contents .cn_row .cn_img img{display:block; width:100%; height:auto;}

.customize_needs .cn_tab_contents .cn_row .cn_txt{padding:0 0 0 60px;}



.recent_prjts{padding:40px 0;}

.recent_prjts .rp_slider_wrap{padding:0 70px; position:relative;}

.recent_prjts .rp_slider{}

.recent_prjts .rp_slider .rp_slide{max-width:260px; display:none;}

.recent_prjts .rp_slider .rp_slide_active{display:block;}

.recent_prjts .rp_slider .slick-slide .rp_slide{max-width:none;}

.recent_prjts .rp_slider .rp_slide .rp_img{}

.recent_prjts .rp_slider .rp_slide .rp_img img{display:block; width:100%; height:auto;}

.recent_prjts .rp_slider .rp_slide .rp_txt{position:relative; padding-bottom:30px;}

.recent_prjts .rp_slider .rp_slide .rp_txt p{line-height:1.4;}

.recent_prjts .rp_slider .rp_slide .rp_txt p strong{font-weight:600;}

.recent_prjts .rp_slider .rp_slide .rp_txt .rp_name{position:absolute; left:0; bottom:0;}

.recent_prjts .rp_slider .slick-slide{margin:0 10px;}

.recent_prjts .rp_slider .slick-list{margin:0 -10px;}

.recent_prjts .slick_nav{top:33%; margin-top:-20px;}



.two_cols_txt_img{padding:50px 0;}

.two_cols_txt_img .tc_gray{padding:100px 0; background:#EDEDED;}

.two_cols_txt_img .tc_img{width:49.19%; max-width:49.19%; -webkit-box:0 0 49.19%; -moz-box:0 0 49.19%; -webkit-flex:0 0 49.19%; -ms-flex:0 0 49.19%; flex:0 0 49.19%;}

.two_cols_txt_img .tc_img img{display:block; width:100%; height:auto;}

.two_cols_txt_img .tc_txt{width:40.72%; max-width:40.72%; -webkit-box:0 0 40.72%; -moz-box:0 0 40.72%; -webkit-flex:0 0 40.72%; -ms-flex:0 0 40.72%; flex:0 0 40.72%;}



.footer_new{background:#3E4059; /*margin-top:50px;*/}

.footer_new .ft_row{padding:50px 0;}

.footer_new .ft_row .ft_col{width:29%; max-width:29%; -webkit-box:0 0 29%; -moz-box:0 0 29%; -webkit-flex:0 0 29%; -ms-flex:0 0 29%; flex:0 0 29%; position:relative;}

.footer_new .ft_row .ft_col .ft_title{border-bottom:1px solid #fff;}

.footer_new .ft_row .ft_col ul{padding:10px 0; margin:0; list-style:none;}

.footer_new .ft_row .ft_col ul li{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%; padding:0; margin:0; list-style:none;}

.footer_new .ft_row .ft_col ul li span,

.footer_new .ft_row .ft_col ul li a{color:#fff; text-decoration:none; display:inline-block; padding:5px 0;}

.footer_new .ft_row .ft_col ul li a:hover{font-weight:700; text-decoration:none;}

.footer_new .ft_row .ft_col .ft_contact{padding:14px 0;}

.footer_new .ft_row .ft_col .ft_contact a{text-decoration:none;}

.footer_new .ft_row .ft_col .ft_contact a:hover{font-weight:700; text-decoration:none;}

.footer_new .ft_row .ft_col .ft_contact address{line-height:1.2; padding:5px 0 0; margin:0;}

.footer_new .ft_row .ft_col .socialize{position:absolute; position:absolute; right:0; bottom:20px;}

.footer_new .ft_row .ft_col .socialize a:hover{background:#EC7224;}

.footer_new .ft_bottom{background:#EDEDED; padding:28px 0;}

.footer_new .ft_bottom .ft_logo{width:165px; max-width:165px; -webkit-box:0 0 165px; -moz-box:0 0 165px; -webkit-flex:0 0 165px; -ms-flex:0 0 165px; flex:0 0 165px;}

.footer_new .ft_bottom .ft_logo img{display:block; width:100%; height:auto; mix-blend-mode:multiply;}

.footer_new .ft_bottom .ft_copy{text-align:right; font-size:14px; font-weight:300; line-height:16px; padding-top:4px;}







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

	.wrapper{padding:0 50px;}

	

	.header_new .header_right .navi_soc .top_navi ul li{padding:0 65px 0 0;}

	.pro_sub_menu .pm_left ul li{padding:0 55px 0 0;}

	.pro_sub_menu .pm_left ul li:last-child{padding-right:0;}

}



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

	

	.cta_row .cta_left{width:66.12%; max-width:66.12%; -webkit-box:0 0 66.12%; -moz-box:0 0 66.12%; -webkit-flex:0 0 66.12%; -ms-flex:0 0 66.12%; flex:0 0 66.12%; background:#62BB46;}

	.cta_row .cta_right{/*width:calc(33.88% - 20px); max-width:calc(33.88% - 20px); -webkit-box:0 0 calc(33.88% - 20px); -moz-box:0 0 calc(33.88% - 20px); -webkit-flex:0 0 calc(33.88% - 20px); -ms-flex:0 0 calc(33.88% - 20px); flex:0 0 calc(33.88% - 20px);*/ padding:0 20px 25px 25px;}

	.cta_row .cta_left .cms{padding:20px 30px 30px;}

	

	.cta_row .cta_left .cms .gen_btn{width:230px;}

	.cta_row .cta_right .cms{padding:15px 0 15px 0;}

	.cta_row .cta_right .badge_txt{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_right .cta_badge{width:35%; max-width:125px; -webkit-box:0 0 35%; -moz-box:0 0 35%; -webkit-flex:0 0 35%; -ms-flex:0 0 35%; flex:0 0 35%;}

}



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

	.header_new .header_right .navi_soc .top_navi ul li{padding:0 35px 0 0;}

}



/* 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 35px;}

	

	

	.cms h1,

	.cms .h1{font-size:46px; line-height:52px;}

	.cms h2,

	.cms .h2{font-size:37px; line-height:42px;}

	.cms h3,

	.cms .h3{font-size:32px; line-height:34px;}

	

	

	.header_new{padding:20px 0;}

	.header_new .logo{width:240px; max-width:240px; -webkit-box:0 0 240px; -moz-box:0 0 240px; -webkit-flex:0 0 240px; -ms-flex:0 0 240px; flex:0 0 240px; /*position:relative; z-index:9999;*/ padding:5px; background:#fff;}

	.header_new .logo img{margin:0;}

	.header_new .header_right{padding:0 0 0 20px;}

	/*

	.header_new .header_right .ph_em{text-align:right;}

	*/

	.header_new .header_right .ph_em a{margin-left:40px; font-size:18px;}

	.header_new .header_right .ph_em a.em:before{left:-18px; top:3px;}

	.header_new .header_right .navi_soc{padding:5px 0 0; display:block; text-align:right;}

	.header_new .header_right .navi_soc .socialize{display:inline-block;}

	.header_new .header_right .navi_soc .top_navi{position:fixed; left:-350px; top:0; bottom:0; width:320px; background:#3E4059; padding:25px 35px; overflow:auto; -webkit-overflow-scrolling:touch;

		/*-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s;*/

		transition:.7s cubic-bezier(0.68, -0.6, 0.32, 1.6); opacity:0;

	}

	body.menu_open_body .header_new .header_right .navi_soc .top_navi{left:0; opacity:1;}

	.header_new .header_right .navi_soc .top_navi ul{text-align:left; color:#fff;}

	.header_new .header_right .navi_soc .top_navi ul li{padding:0; display:block; position:relative;}

	.header_new .header_right .navi_soc .top_navi ul .show_sub{display:none; position:absolute; right:-10px; top:0; width:30px; height:30px;}

	.header_new .header_right .navi_soc .top_navi ul li.menu-item-has-children > .show_sub{display:block; position:absolute; right:-10px; top:0; width:30px; height:30px;}

	.header_new .header_right .navi_soc .top_navi > ul > li.menu-item-has-children > a{padding-right:28px;}

	.header_new .header_right .navi_soc .top_navi > ul > li > a:after{display:none;}

	.header_new .header_right .navi_soc .top_navi > ul > li.menu-item-has-children > a:before{right:0; top:7px; width:12px; height:12px; border-right:2px solid #62BB46; border-bottom:2px solid #62BB46;}

	.header_new .header_right .navi_soc .top_navi > ul > li.menu-item-has-children.menu_open > a:before{-webkit-transform:rotate(-135deg); -moz-transform:rotate(-135deg); -ms-transform:rotate(-135deg); -o-transform:rotate(-135deg); transform:rotate(-135deg); top:12px;}

	.header_new .header_right .navi_soc .top_navi ul li a{color:#fff; display:block; padding-top:8px; padding-bottom:8px; font-size:18px;}

	.header_new .header_right .navi_soc .top_navi ul li ul{position:static; background:none; width:auto; display:none; padding:5px 0 5px 12px;}

	.header_new .header_right .navi_soc .top_navi > ul > li > ul{-webkit-animation:dropdown 0.4s; -moz-animation:dropdown 0.4s; -o-animation:dropdown 0.4s; animation:dropdown 0.4s;}

	

	.header_new .header_right .navi_soc .top_navi > ul > li > ul > li.menu-item-has-children:after{display:none;}

	

	/*.header_new .header_right .navi_soc .top_navi > ul > li:hover > ul{display:block;}*/

	

	.header_new .header_right .navi_soc .top_navi ul li ul li{padding:0; display:block; position:relative;}

	.header_new .header_right .navi_soc .top_navi ul li ul li.menu-item-has-children .show_sub{top:2px;}

	.header_new .header_right .navi_soc .top_navi ul li ul li a{padding:7px 18px 7px 0; font-size:16px; line-height:20px;}

	

	.header_new .header_right .navi_soc .top_navi ul li ul li.menu-item-has-children > span{

		-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s;

	}

	.header_new .header_right .navi_soc .top_navi ul li ul li.menu-item-has-children.menu_open > span{

		-webkit-transform:rotate(-180deg); -moz-transform:rotate(-180deg); -ms-transform:rotate(-180deg); -o-transform:rotate(-180deg); transform:rotate(-180deg);	

	}

	.header_new .header_right .navi_soc .top_navi ul li ul li.menu-item-has-children > span:before{background:#62BB46; content:""; display:block; width:12px; height:1px; position:absolute;

		transform-origin:center; left:12px; top:15px; bottom:auto;

	    -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg);	

	}

	.header_new .header_right .navi_soc .top_navi ul li ul li.menu-item-has-children > span:after{background:#62BB46; content:""; display:block; width:12px; height:1px; position:absolute;

		transform-origin:center; left:4px; top:15px; bottom:auto;

	    -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);	

	}

	

	.header_new .header_right .navi_soc .top_navi ul li ul li.menu-item-has-children > a:before{display:none; background:#62BB46;

		transform-origin:center; right:-4px; top:17px; bottom:auto;

	    -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg);	

	}

	.header_new .header_right .navi_soc .top_navi ul li ul li.menu-item-has-children > a:after{display:none; background:#62BB46;

		transform-origin:center; right:4px; top:17px; bottom:auto;

		-webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);	

	}

	

	/*

	.header_new .header_right .navi_soc .top_navi ul li ul li.menu-item-has-children.menu_open > a:before{

		transform-origin:center; right:-4px; top:17px; bottom:auto;

	    -webkit-transform:rotate(-135deg); -moz-transform:rotate(-135deg); -ms-transform:rotate(-135deg); -o-transform:rotate(-135deg); transform:rotate(-135deg);	

	}

	.header_new .header_right .navi_soc .top_navi ul li ul li.menu-item-has-children.menu_open > a:after{

		transform-origin:center; right:4px; top:17px; bottom:auto;

		-webkit-transform:rotate(135deg); -moz-transform:rotate(135deg); -ms-transform:rotate(135deg); -o-transform:rotate(135deg); transform:rotate(135deg);	

	}

	*/

	

	

	

	

	/*

	.header_new .header_right .navi_soc .top_navi ul li ul li.menu-item-has-children.menu_open > a:before{background:#fff; position:absolute; right:0; top:50%;

		-webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg); height:2px;

		transform-origin:left top;

	}

	.header_new .header_right .navi_soc .top_navi ul li ul li.menu-item-has-children.menu_open > a:after{content:""; display:block; width:12px; height:1px; background:#fff; position:absolute; right:0; bottom:50%;

		-webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg); height:2px;

		transform-origin:left bottom;

	}

	*/

	

	.header_new .header_right .navi_soc .top_navi ul li ul li ul{padding-left:15px; display:none;}

	.header_new .header_right .navi_soc .top_navi ul li ul li ul li a{font-size:15px; padding:5px 0;}

	

	

	/*

	

	.socialize{max-width:none; text-align:right;}

	.socialize a{display:inline-block; width:36px; height:36px; background:#62BB46; padding:8px; margin-right:1px ; vertical-align:middle;

		-webkit-border-radius:40px; -moz-border-radius:40px; border-radius:40px;

		-webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;

	}

	.socialize a:hover{background:#672071;}

	.socialize a svg{width:20px; height:20px;}

	.socialize a svg path{fill:#fff;}

	.socialize a.ico_facebook{padding:9px 10px 11px;}

	.socialize a.ico_facebook svg{width:16px; height:16px;}

	.socialize a:hover{background:#26243c;}

	*/

	

	

	.pro_sub_menu{padding:15px 0;}

	.pro_sub_menu .pm_left ul{font-size:17px;}

	.pro_sub_menu .pm_left ul li{padding:0 20px 0 0;}

	.pro_sub_menu .pm_left ul li:last-child{padding-right:0;}

	.pro_sub_menu .pm_left ul li a:after{bottom:-4px;}

	.pro_sub_menu .pm_right{width:300px; max-width:300px; -webkit-box:0 0 300px; -moz-box:0 0 300px; -webkit-flex:0 0 300px; -ms-flex:0 0 300px; flex:0 0 300px;}

	.pro_sub_menu .pm_right a{width:auto; height:37px; padding:9px 12px; margin-left:5px;}

	

	.pro_overview{padding:35px 0;}

	.pro_overview .po_left{width:63%; max-width:63%; -webkit-box:0 0 63%; -moz-box:0 0 63%; -webkit-flex:0 0 63%; -ms-flex:0 0 63%; flex:0 0 63%;}

	/*

	.pro_overview .po_left img{display:block; width:100%; height:auto; object-fit:cover;}

	.pro_overview .po_left .img_full{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:3%;}

	.pro_overview .po_left .pro_3{width:31.33%; max-width:31.33%; -webkit-box:0 0 31.33%; -moz-box:0 0 31.33%; -webkit-flex:0 0 31.33%; -ms-flex:0 0 31.33%; flex:0 0 31.33%; margin-right:3%; margin-bottom:3%;}

	.pro_overview .po_left .pro_3:nth-child(4n){margin-right:0;}

	.pro_overview .po_left .pro_2{width:48.5%; max-width:48.5%; -webkit-box:0 0 48.5%; -moz-box:0 0 48.5%; -webkit-flex:0 0 48.5%; -ms-flex:0 0 48.5%; flex:0 0 48.5%;}

	.pro_overview .po_left .pro_2:nth-child(6){margin-left:3%}

	*/

	

	.has_vid{}

	.has_vid:after{transform:scale(0.8);}

	

	.pro_overview .po_right{width:33.5%; max-width:33.5%; -webkit-box:0 0 33.5%; -moz-box:0 0 33.5%; -webkit-flex:0 0 33.5%; -ms-flex:0 0 33.5%; flex:0 0 33.5%;}

	

	/*

	.view_spec{display:inline-block; color:#fff; text-decoration:none; background:#62BB46; font-size:18px; padding:7px 53px 7px 20px; margin:10px 0; position:relative; text-decoration:none;

		font-family:"basic-sans", Arial, Helvetica, sans-serif; font-weight:300;

	}

	.view_spec:after{content:""; display:block; position:absolute; left:0; top:0; bottom:0; width:0; opacity:0; z-index:1; background:#EC7224;

		-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s;

	}

	.view_spec:hover:after{width:100%; opacity:1;}

	.view_spec .vs_txt{position:relative; z-index:10;}

	.view_spec:hover{color:#fff; text-decoration:none;}

	.view_spec .btn_arrow{display:block; width:12px; height:14px; position:absolute; right:19px; top:50%; margin-top:-7px; background: url(../images/btn_arrow.svg) center bottom no-repeat; z-index:10;

		-webkit-transition:0.2s; -moz-transition:0.2s; -o-transition:0.2s; transition:0.2s;

	}

	.view_spec:hover .btn_arrow{height:18px; margin-top:-9px;}

	*/

	

	.cta_row{padding:30px 0;}

	.cta_row .cta_left{width:55%; max-width:55%; -webkit-box:0 0 55%; -moz-box:0 0 55%; -webkit-flex:0 0 55%; -ms-flex:0 0 55%; flex:0 0 55%;}

	.cta_row .cta_right{width:calc(45% - 20px); max-width:calc(45% - 20px); -webkit-box:0 0 calc(45% - 20px); -moz-box:0 0 calc(45% - 20px); -webkit-flex:0 0 calc(45% - 20px); -ms-flex:0 0 calc(45% - 20px); flex:0 0 calc(45% - 20px); padding:0 20px 25px 25px;}

	.cta_row .cta_left .cms{padding:10px 30px 20px;}

	

	.cta_row .cta_left .cms .gen_btn{width:230px;}

	.cta_row .cta_right .cms{padding:15px 0 15px 0;}

	.cta_row .cta_right .badge_txt{width:65%; max-width:65%; -webkit-box:0 0 65%; -moz-box:0 0 65%; -webkit-flex:0 0 65%; -ms-flex:0 0 65%; flex:0 0 65%;}

	.cta_row .cta_right .cta_badge{width:30%; max-width:125px; -webkit-box:0 0 30%; -moz-box:0 0 30%; -webkit-flex:0 0 30%; -ms-flex:0 0 30%; flex:0 0 30%;}





	.specification_row{padding:30px 0;}

	.specification_row .spec_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%;}

	/*

	.specification_row .spec_img .spec_dot{position:absolute; left:17%; top:37.4%; z-index:10; cursor:pointer;}

	.specification_row .spec_img .spec_dot.spec_dot_open{z-index:9999;}

	.specification_row .spec_img .spec_dot .dot_plus{width:40px; height:40px; background:#fff; position:absolute; left:0; top:0; margin:-20px 0 0 -20px; z-index:2;

		-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s;

	}

	.specification_row .spec_img .spec_dot .dot_plus:before{content:""; display:block; position:absolute; left:50%; top:50%; width:19px; height:1px; margin:-1px 0 0 -10.5px; background:#63BB45;}

	.specification_row .spec_img .spec_dot .dot_plus:after{content:""; display:block; position:absolute; left:50%; top:50%; width:1px; height:19px; margin:-9.5px 0 0 -1px; background:#63BB45;}

	.specification_row .spec_img .spec_dot.spec_dot_open .dot_plus{-webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);}	

	.specification_row .spec_img .spec_dot .dot_contents{width:240px; background:#fff; position:absolute; left:-120px; top:0; padding:30px 20px; z-index:1; display:none;}

	.specification_row .spec_img .spec_dot .dot_contents p{font-size:18px; line-height:22px; padding:0; margin:0;}

	

	.specification_row .spec_img .spec_dot_1{left:17%; top:37.4%;}

	.specification_row .spec_img .spec_dot_2{left:79.87%; top:23.17%;}

	.specification_row .spec_img .spec_dot_3{left:53.17%; top:47.07%;}

	.specification_row .spec_img .spec_dot_4{left:49.26%; top:67.07%;}

	.specification_row .spec_img .spec_dot_5{left:80.48%; top:63.41%;}

	*/

	

	.specification_row .spec_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%; padding-top:20px;}

	

	

	.color_slider{padding:25px 0 30px;}

	.color_slider #color_slider .slick-slide{margin:0 5px;}

	.color_slider #color_slider .slick-list{margin:0 -5px;}

	

	.color_slider_wrap{padding:0 52px; position:relative;}

	.slick_nav{position:absolute; width:40px; height:40px; position:absolute; top:50%; margin-top:-20px;}

	.slick_prev{left:0; background:url(../images/slick_arrows.svg) left top no-repeat;}

	.slick_next{right:0; background:url(../images/slick_arrows.svg) right top no-repeat;}

	

	.customize_needs{padding:30px 0 20px;}

	.customize_needs .cn_intro{padding-bottom:40px;}

	.customize_needs .cn_intro .cni_left{width:30%; max-width:30%; -webkit-box:0 0 30%; -moz-box:0 0 30%; -webkit-flex:0 0 30%; -ms-flex:0 0 30%; flex:0 0 30%;}

	/*.customize_needs .cn_intro .cni_right{width:66.12%; max-width:66.12%; -webkit-box:0 0 66.12%; -moz-box:0 0 66.12%; -webkit-flex:0 0 66.12%; -ms-flex:0 0 66.12%; flex:0 0 66.12%; padding-top:10px;}*/

	

	/*

	.customize_needs .cn_tabs ul{list-style:none; padding:0; margin:0;}

	.customize_needs .cn_tabs ul li{list-style:none; padding:0; margin:0;}

	.customize_needs .cn_tabs ul li a{display:inline-block; padding:10px 0 0; position:relative; text-decoration:none; color:#000;}

	.customize_needs .cn_tabs ul li a:after{content:""; display:block; position:absolute; left:0; bottom:-7px; height:1px; width:0; background:#3C3C3C; opacity:0;

		-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s;

	}

	.customize_needs .cn_tabs ul li.current a:after,

	.customize_needs .cn_tabs ul li a:hover:after{width:100%; opacity:1; text-decoration:none; color:#000;}

	*/

	.customize_needs .cn_tab_contents .cn_intro{padding-bottom:15px;}

	.customize_needs .cn_tab_contents{padding:20px 0;}

	

	.table_cols{}

	/*.table_cols .table_col{width:49.19%; max-width:49.19%; -webkit-box:0 0 49.19%; -moz-box:0 0 49.19%; -webkit-flex:0 0 49.19%; -ms-flex:0 0 49.19%; flex:0 0 49.19%;}*/

	.table_cols .table_col th{font-size:28px; padding:8px 15px;}

	.table_cols .table_col td{font-size:16px; padding:15px 15px;}

	

	.customize_needs .cn_tab_contents .cn_row{padding:10px 0;}

	.customize_needs .cn_tab_contents .cn_row .cn_img{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%;}

	.customize_needs .cn_tab_contents .cn_row .cn_txt{padding:0 0 0 30px;}

	

	.recent_prjts{padding:25px 0;}

	.recent_prjts .rp_slider_wrap{padding:0 50px; position:relative;}

	.recent_prjts .rp_slider{}

	.recent_prjts .rp_slider .slick-slide{margin:0 7px;}

	.recent_prjts .rp_slider .slick-list{margin:0 -7px;}

	.recent_prjts .slick_nav{top:25%;}

	

	.two_cols_txt_img{padding:30px 0;}

	.two_cols_txt_img .tc_gray{padding:30px 0;}

	.two_cols_txt_img .tc_img{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_txt_img .tc_txt{width:45%; max-width:45%; -webkit-box:0 0 45%; -moz-box:0 0 45%; -webkit-flex:0 0 45%; -ms-flex:0 0 45%; flex:0 0 45%;}

	

	.footer_new{margin-top:30px;}

	.footer_new .ft_row{padding:30px 0;}

	.footer_new .ft_row .ft_col{width:32%; max-width:32%; -webkit-box:0 0 32%; -moz-box:0 0 32%; -webkit-flex:0 0 32%; -ms-flex:0 0 32%; flex:0 0 32%;}

	/*.footer_new .ft_row .ft_col ul li{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%;}*/

	.footer_new .ft_bottom{padding:22px 0;}

	/*

	.footer_new .ft_bottom .ft_logo{width:165px; max-width:165px; -webkit-box:0 0 165px; -moz-box:0 0 165px; -webkit-flex:0 0 165px; -ms-flex:0 0 165px; flex:0 0 165px;}

	.footer_new .ft_bottom .ft_logo img{display:block; width:100%; height:auto; mix-blend-mode:multiply;}

	.footer_new .ft_bottom .ft_copy{text-align:right; font-size:14px; font-weight:300; line-height:16px; padding-top:4px;}

	*/

	

	

	

}





/* 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;}	



	.cms h1,

	.cms .h1{font-size:40px; line-height:44px;}

	.cms h2,

	.cms .h2{font-size:31px; line-height:35px;}

	.cms h3,

	.cms .h3{font-size:25px; line-height:30px;}

	

	

	.header_new{padding:45px 0 20px;}

	.header_new .logo{width:180px; max-width:180px; -webkit-box:0 0 180px; -moz-box:0 0 180px; -webkit-flex:0 0 180px; -ms-flex:0 0 180px; flex:0 0 180px;}

	.header_new .header_right{padding:0 0 0 20px;}

	

	.header_new .header_right .ph_em{position:absolute; left:0; top:0; right:0; text-align:center; padding:10px 0;}

	.header_new .header_right .ph_em a{margin:0 10px;}

	.header_new .header_right .ph_em a.em:before{left:-10px; top:4px;}

	.header_new .header_right .navi_soc{padding:5px 0 0; display:block;}

	.socialize{max-width:none; text-align:right;}

	

	.header_new .header_right .navi_soc .top_navi{padding:35px 25px;}

	.burger_menu{right:105px; top:52px;}

	

	/*

	

	.socialize a{display:inline-block; width:36px; height:36px; background:#62BB46; padding:8px; margin-right:1px ; vertical-align:middle;

		-webkit-border-radius:40px; -moz-border-radius:40px; border-radius:40px;

		-webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;

	}

	.socialize a:hover{background:#672071;}

	.socialize a svg{width:20px; height:20px;}

	.socialize a svg path{fill:#fff;}

	.socialize a.ico_facebook{padding:9px 10px 11px;}

	.socialize a.ico_facebook svg{width:16px; height:16px;}

	.socialize a:hover{background:#26243c;}

	*/

	

	

	.pro_sub_menu{padding:15px 0; overflow:scroll; scrollbar-width:none; -webkit-overflow-scrolling:touch; scroll-behavior:smooth;}

	.pro_sub_menu .wrapper{min-width:690px;}

	.pro_sub_menu .pm_left ul{font-size:17px;}

	.pro_sub_menu .pm_left ul li{padding:0 20px 0 0;}

	.pro_sub_menu .pm_left ul li:last-child{padding-right:0;}

	.pro_sub_menu .pm_left ul li a:after{bottom:-4px;}

	.pro_sub_menu .pm_right{width:270px; max-width:270px; -webkit-box:0 0 270px; -moz-box:0 0 270px; -webkit-flex:0 0 270px; -ms-flex:0 0 270px; flex:0 0 270px;}

	.pro_sub_menu .pm_right a{width:auto; height:37px; padding:9px 12px; margin-left:5px;}

	

	.pro_overview{padding:25px 0;}

	.pro_overview .po_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%; padding:15px 0;}

	/*

	.pro_overview .po_left img{display:block; width:100%; height:auto; object-fit:cover;}

	.pro_overview .po_left .img_full{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:3%;}

	.pro_overview .po_left .pro_3{width:31.33%; max-width:31.33%; -webkit-box:0 0 31.33%; -moz-box:0 0 31.33%; -webkit-flex:0 0 31.33%; -ms-flex:0 0 31.33%; flex:0 0 31.33%; margin-right:3%; margin-bottom:3%;}

	.pro_overview .po_left .pro_3:nth-child(4n){margin-right:0;}

	.pro_overview .po_left .pro_2{width:48.5%; max-width:48.5%; -webkit-box:0 0 48.5%; -moz-box:0 0 48.5%; -webkit-flex:0 0 48.5%; -ms-flex:0 0 48.5%; flex:0 0 48.5%;}

	.pro_overview .po_left .pro_2:nth-child(6){margin-left:3%}

	*/

	

	.has_vid{}

	.has_vid:after{transform:scale(0.6);}

	

	.pro_overview .po_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%; padding-bottom:15px;}

	

	.cta_row{padding:20px 0;}

	.cta_row .cta_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%; margin-bottom:20px;}

	.cta_row .cta_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%; padding:0 20px 25px 25px;}

	.cta_row .cta_left .cms{padding:10px 30px 20px;}

	

	.cta_row .cta_left .cms .gen_btn{width:230px;}

	.cta_row .cta_right .cms{padding:15px 0 15px 0;}

	.cta_row .cta_right .badge_txt{width:65%; max-width:65%; -webkit-box:0 0 65%; -moz-box:0 0 65%; -webkit-flex:0 0 65%; -ms-flex:0 0 65%; flex:0 0 65%;}

	.cta_row .cta_right .cta_badge{width:30%; max-width:80px; -webkit-box:0 0 30%; -moz-box:0 0 30%; -webkit-flex:0 0 30%; -ms-flex:0 0 30%; flex:0 0 30%;}





	.specification_row{padding:30px 0;}

	.specification_row .spec_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%;}

	.specification_row .spec_img .spec_dot{/*position:absolute; left:17%; top:37.4%; z-index:10; cursor:pointer;*/ transform:scale(0.8);}

	/*

	

	.specification_row .spec_img .spec_dot.spec_dot_open{z-index:9999;}

	.specification_row .spec_img .spec_dot .dot_plus{width:40px; height:40px; background:#fff; position:absolute; left:0; top:0; margin:-20px 0 0 -20px; z-index:2;

		-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s;

	}

	.specification_row .spec_img .spec_dot .dot_plus:before{content:""; display:block; position:absolute; left:50%; top:50%; width:19px; height:1px; margin:-1px 0 0 -10.5px; background:#63BB45;}

	.specification_row .spec_img .spec_dot .dot_plus:after{content:""; display:block; position:absolute; left:50%; top:50%; width:1px; height:19px; margin:-9.5px 0 0 -1px; background:#63BB45;}

	.specification_row .spec_img .spec_dot.spec_dot_open .dot_plus{-webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);}	

	*/

	.specification_row .spec_img .spec_dot .dot_contents{width:180px; left:-90px; padding:20px 10px;}

	.specification_row .spec_img .spec_dot .dot_contents p{font-size:18px; line-height:22px; padding:0; margin:0;}

	/*

	.specification_row .spec_img .spec_dot_1{left:17%; top:37.4%;}

	.specification_row .spec_img .spec_dot_2{left:79.87%; top:23.17%;}

	.specification_row .spec_img .spec_dot_3{left:53.17%; top:47.07%;}

	.specification_row .spec_img .spec_dot_4{left:49.26%; top:67.07%;}

	.specification_row .spec_img .spec_dot_5{left:80.48%; top:63.41%;}

	*/

	

	/*.specification_row .spec_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%; padding-top:20px;}*/

	

	

	.color_slider{padding:15px 0 20px;}

	

	.color_slider_wrap{padding:0 40px;}

	

	.customize_needs{padding:20px 0 10px;}

	.customize_needs .cn_intro{padding-bottom:25px;}

	.customize_needs .cn_intro .cni_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%;}

	.customize_needs .cn_intro .cni_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%;}

	

	

	.customize_needs .cn_tabs{background:#dedede; overflow:auto; scrollbar-width:none; -webkit-overflow-scrolling:touch; margin:0 -15px;}

	.customize_needs .cn_tabs_wrap{position:-webkit-sticky; position:sticky; top:65px; z-index:99;}

	.customize_needs .cn_tabs ul{padding:12px 15px;}

	.customize_needs .cn_tabs ul li{list-style:none; padding:0 25px 0 0; margin:0 0 8px; width:auto; max-width:none; -webkit-box:1; -moz-box:1; -webkit-flex:1; -ms-flex:1; flex:1; text-align:center;}

	.customize_needs .cn_tabs ul li a{padding:5px 0 0; white-space:nowrap; font-size:16px;}

	.customize_needs .cn_tabs ul li a:after{bottom:-5px;}

	

	.customize_needs .cn_tab_contents .cn_intro{padding-bottom:15px;}

	.customize_needs .cn_tab_contents{padding:20px 0;}

	

	.table_cols{}

	.table_cols .table_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%;}

	.table_cols .table_col th{font-size:22px; padding:8px 12px;}

	.table_cols .table_col td{font-size:16px; padding:10px 12px;}

	

	.customize_needs .cn_tab_contents .cn_row{padding:10px 0;}

	.customize_needs .cn_tab_contents .cn_row .cn_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%;}

	.customize_needs .cn_tab_contents .cn_row .cn_img img{max-width:350px; /*margin:0 auto;*/}

	.customize_needs .cn_tab_contents .cn_row .cn_txt{padding:15px 0;}

	

	.recent_prjts{padding:20px 0;}

	.recent_prjts .rp_slider_wrap{padding:0 40px; position:relative;}

	.recent_prjts .slick_nav{top:33%;}

	

	.two_cols_txt_img{padding:20px 0;}

	.two_cols_txt_img .tc_gray{padding:20px 0;}

	.two_cols_txt_img .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%;}

	.two_cols_txt_img .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%; padding-top:15px;}

	

	.footer_new{margin-top:25px;}

	.footer_new .ft_row{padding:25px 0;}

	/*.footer_new .ft_row .ft_col{width:32%; max-width:32%; -webkit-box:0 0 32%; -moz-box:0 0 32%; -webkit-flex:0 0 32%; -ms-flex:0 0 32%; flex:0 0 32%;}*/

	.footer_new .ft_row .ft_col ul li{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%;}

	.footer_new .ft_bottom{padding:15px 0;}

	

	.footer_new .ft_bottom .ft_logo{width:165px; max-width:165px; -webkit-box:0 0 165px; -moz-box:0 0 165px; -webkit-flex:0 0 165px; -ms-flex:0 0 165px; flex:0 0 165px;}

	.footer_new .ft_bottom .ft_logo img{display:block; width:100%; height:auto; mix-blend-mode:multiply;}

	.footer_new .ft_bottom .ft_copy{text-align:right; font-size:14px; font-weight:300; line-height:16px; padding-top:4px;

		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%;

	}

	

	

	

	



}

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

	.header_new .header_right .navi_soc .top_navi{padding:125px 35px 25px;}

}

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

	/*.header_new .header_right .navi_soc .top_navi{padding-top:90px;}*/

	

	.has_vid:after{transform:scale(0.5);}

	.header_new .logo{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;}

	.header_new .header_right .ph_em a{font-size:15px;}

	.header_new .header_right .ph_em a.em:before{left:-12px;}

	.footer_new .ft_row .ft_col{width:100%; max-width:320px; -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 15px;}

	.footer_new .ft_row .ft_col ul li{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%;}

	

	.footer_new .ft_bottom .ft_logo{margin:0 auto;}

	.footer_new .ft_bottom .ft_copy{padding-top:10px; text-align:center;

		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%;

	}

}





/* 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) {}







.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;}