/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */

/*--content--*/
/*  GRID OF Content and sidebar   ============================================================================= */
.main{
	margin:2% 0;
}
.cont{
	display: block;
	float:left;
	margin: 1% 0 1% 0;
}
.rsidebar{
	display: block;
	float:left;
	margin: 2.7% 0 1% 2.6%;
} 	
.span_2_of_3 {
	width:77.1%;
}
.span_2_of_31 {
	width:100%;
}
.span_1_of_3 {
	width:48%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.span_1_of_31 {
	width:31.2%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.span_1_of_left {
	width:20.2%;
}
/*  GRID OF THREE   ============================================================================= */
.col_1_of_3{
	display: block;
	float:left;
	margin: 1% 0 1% 2.6%;
	box-shadow:0 0 5px #aaa;
	-webkit-box-shadow:0 0 5px #aaa;
	-moz-box-shadow:0 0 5px #aaa;
	-o-box-shadow:0 0 5px #aaa;
	border:#FFFFFF solid 2px;
}
.col_1_of_31{
	display: block;
	float:left;
	margin: 1% 0 1% 2.6%;
	/*
	box-shadow:0 0 5px #aaa;
	-webkit-box-shadow:0 0 5px #aaa;
	-moz-box-shadow:0 0 5px #aaa;
	-o-box-shadow:0 0 5px #aaa;
	*/
	border:#dddddd solid 2px;
}
.col_1_of_32{
	display: block;
	float:left;
	margin: 1% 0 1% 2.6%;
	border:#FFFFFF solid 2px;
}
.span_1_of_32 {
	width:30.2%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.span_1_of_3:hover,.span_1_of_31:hover{
	border:#403163 solid 2px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color:#fff;
}
.span_1_of_3:hover p.title,.span_1_of_31:hover p.title{
	color: #FFF;
}
.span_1_of_3:hover span.actual,.span_1_of_31:hover span.actual{
	color: #FFF;
}

.span_1_of_3:hover span.reducedfrom ,.span_1_of_31:hover span.#403163ucedfrom{
	color: #FFF;
}
.col_1_of_3:first-child,.span_1_of_31:first-child { margin-left: 0; }

button.grey{
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background: #555;
	font-size:0.95;
	line-height: 16px;
	text-transform: uppercase;
	padding:10px 30px;
	color: #FFF;
	border: none;
 	font-family:'Nanum Gothic', sans-serif,seoul, arial, verdana,"宋体", SimSun, STXihei, "华文细黑";
	outline:none;
}
button.grey:hover {
	background:#4CB1CA;
	color: #FFF;
}

.grey{
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background: #555;
	line-height: 16px;
	text-transform: uppercase;
	padding:10px 30px;
	color: #FFF !important;
	border: none;
 	font-family:'Nanum Gothic', sans-serif,seoul, arial, verdana,"宋体", SimSun, STXihei, "华文细黑";
	outline:none;
}
.smailgrey{
	display: inline-block;
	font-size:11px;
	text-decoration: none;
	cursor: pointer;
	background: #555;
	line-height: 6px;
	padding:10px 10px;
	color: #FFF !important;
	border: none;
 	font-family:'Nanum Gothic', sans-serif,seoul, arial, verdana,"宋体", SimSun, STXihei, "华文细黑";
	outline:none;
}
.grey:hover , .smailgrey:hover{
	background:#4CB1CA;
	color: #FFF;
}


.red{
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background: #E76868;
	line-height: 16px;
	text-transform: uppercase;
	padding:10px 30px;
	color: #FFF !important;
	border: none;
 	font-family:'Nanum Gothic', sans-serif,seoul, arial, verdana,"宋体", SimSun, STXihei, "华文细黑";
	outline:none;
}
.red:hover {
	background:#EDA2A2;
	color: #FFF;
}
.blue2{
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background: blue;
	line-height: 16px;
	text-transform: uppercase;
	padding:10px 30px;
	color: #FFF !important;
	border: none;
 	font-family:'Nanum Gothic', sans-serif,seoul, arial, verdana,"宋体", SimSun, STXihei, "华文细黑";
	outline:none;
}
.blue2:hover {
	background:skyblue;
	}

.yellow{
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background: #D6E126;
	line-height: 16px;
	text-transform: uppercase;
	padding:10px 30px;
	color: #000 !important;
	border: none;
 	font-family:'Nanum Gothic', sans-serif,seoul, arial, verdana,"宋体", SimSun, STXihei, "华文细黑";
	outline:none;
}
.yellow:hover {
	background:E6F04A;
	}
.register_account form input[type="text"].code {
	width: 15%;
}
/*****Pagination********/
#products .pagination {
	margin-top:8px;
	float:left;
}
#products .pagination li {
	float:left;
	margin:2px 4px;
	list-style:none;
}
#products .pagination li:first-child{
	margin-left: 0px;
}
#products .pagination li a {
	border: 1px solid #D6D6D6;
	display:block;
	width: 116px;
	height:84px;
}
#products .pagination li a img{
	width:100%;
}
#products .pagination li.current a {
	margin:0;
}
.images_3_of_2 {
	width: 45.2%;
	float: left;
	margin-right: 2.6%;
}
#container {
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
#products_example {
	position: relative;
	margin: 0 auto;
}

#products_example:after { vertical-align: middle; display: inline-block;content: ''; }

#products > div.slides_container {
	width: 100%;
	height:auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	text-align:center !important;
	vertical-align: middle; display: inline-block; 
	float:center;
}
#products .slides_container a img{
	width: 100%;
	height:auto;
	text-align:center !important;
}
#products .next, #products .prev {
	position: absolute;
	top: 90px;
	left: 5px;
	width: 21px;
	height: 0;
	padding-top: 21px;
	overflow: hidden;
	display: block;
	z-index: 101;
}
/*--contact--*/
.to input[type="text"] {
	padding: 10px 9px;
	width: 48%;
	font-size: 0.85em;
 	font-family:'Nanum Gothic', sans-serif,seoul, arial, verdana,"宋体", SimSun, STXihei, "华文细黑";
	margin: 10px 0;
	border: 1px solid #EEE;
	color: #777;
	background: #FFF;
	float: left;
	outline: none;
}
.text input[type="text"], .text textarea {
	width: 98.3%;
	font-size:0.85em;
	margin: 10px 0;
	border: 1px solid #EEE;
	color:#777;
 	font-family:'Nanum Gothic', sans-serif,seoul, arial, verdana,"宋体", SimSun, STXihei, "华文细黑";
	outline: none;
	margin-bottom: 25px;
	height: 150px;
	padding:10px 9px;
}
.submit input[type="submit"] {
	padding:10px 30px;
	color: #FFF;
	cursor: pointer;
	background:#4CB1CA;
	border:none;
	outline:none;
 	font-family:'Nanum Gothic', sans-serif,seoul, arial, verdana,"宋体", SimSun, STXihei, "华文细黑";
	font-size:1em;
}
.submit input[type="submit"]:hover{
	background:#555;
}
.map{
	margin-top:4%;
}
/*--404--*/
.page-not-found {
	padding:4% 0;
}
.page-not-found h1 {
	font-size: 15em;
	color: #F0F0F0;
	text-align: center;
	text-shadow: 1px 1px 6px #AAA;
	-moz-text-shadow: 1px 1px 6px #aaa;
	-webkit-text-shadow: 1px 1px 6px #aaa;
	-o-text-shadow: 1px 1px 6px #aaa;
}


.span10{width:10%}
.span85{width:85%}

.korshop {
	text-decoration:none;
	box-shadow:#d6d6d6 1px 3px 2px;
	o-box-shadow:#d6d6d6 1px 3px 2px;
	-moz-box-shadow:#d6d6d6 1px 3px 2px;
	-webkit-box-shadow:#d6d6d6 1px 3px 2px;
	background:#1d4c4f;
	background:-o-linear-gradient(90deg, #1d4c4f, #9db2c2);
	background:-moz-linear-gradient( center top, #1d4c4f 5%, #9db2c2 100% );
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1d4c4f), color-stop(1, #9db2c2) );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d4c4f', endColorstr='#9db2c2');
	background:-webkit-linear-gradient(#1d4c4f, #9db2c2);
	background:-ms-linear-gradient(#1d4c4f, #9db2c2);
	background:linear-gradient(#1d4c4f, #9db2c2);
	text-indent:0px;
	line-height:30px;
	-moz-border-radius:25px 25px 0 25px;
	-webkit-border-radius:25px 25px 0 25px;
	border-radius:25px 25px 0 25px;
	text-align:center;
	vertical-align:middle;
	display:inline-block;
	font-size:14px;
	color:#ffffff;
	width:80px;
	height:30px;
	padding:0px;
	border-color:#659dab;
	border-width:1px;
	border-style:solid;
	margin-top:0px;
}

.korshop:active {
	box-shadow:#d6d6d6 1px 0 2px;
	o-box-shadow:#d6d6d6 1px 0 2px;
	-moz-box-shadow:#d6d6d6 1px 0 2px;
	-webkit-box-shadow:#d6d6d6 1px 0 2px;
	position:relative;
}

.korshop:hover {
	background:#9db2c2;
	background:-o-linear-gradient(90deg, #9db2c2, #1d4c4f);
	background:-moz-linear-gradient( center top, #9db2c2 5%, #1d4c4f 100% );
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9db2c2), color-stop(1, #1d4c4f) );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9db2c2', endColorstr='#1d4c4f');
	background:-webkit-linear-gradient(#9db2c2, #1d4c4f);
	background:-ms-linear-gradient(#9db2c2, #1d4c4f);
	background:linear-gradient(#9db2c2, #1d4c4f);
}
.chishop {
	text-decoration:none;
	box-shadow:#d6d6d6 1px 3px 2px;
	o-box-shadow:#d6d6d6 1px 3px 2px;
	-moz-box-shadow:#d6d6d6 1px 3px 2px;
	-webkit-box-shadow:#d6d6d6 1px 3px 2px;
	background:#1d4c4f;
	background:-o-linear-gradient(90deg, #1d4c4f, #9db2c2);
	background:-moz-linear-gradient( center top, #1d4c4f 5%, #9db2c2 100% );
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1d4c4f), color-stop(1, #9db2c2) );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d4c4f', endColorstr='#9db2c2');
	background:-webkit-linear-gradient(#1d4c4f, #9db2c2);
	background:-ms-linear-gradient(#1d4c4f, #9db2c2);
	background:linear-gradient(#1d4c4f, #9db2c2);
	text-indent:0px;
	line-height:30px;
	-moz-border-radius:25px 25px 25px 0;
	-webkit-border-radius:25px 25px 25px 0;
	border-radius:25px 25px 25px 0;
	text-align:center;
	vertical-align:middle;
	display:inline-block;
	font-size:14px;
	color:#ffffff;
	width:80px;
	height:30px;
	padding:0px;
	border-color:#659dab;
	border-width:1px;
	border-style:solid;
	margin-top:0px;
}

.chishop:active {
	box-shadow:#d6d6d6 1px 0 2px;
	o-box-shadow:#d6d6d6 1px 0 2px;
	-moz-box-shadow:#d6d6d6 1px 0 2px;
	-webkit-box-shadow:#d6d6d6 1px 0 2px;
	position:relative;
}

.chishop:hover {
	background:#b4c3cf;
	background:-o-linear-gradient(90deg, #b4c3cf, #1d4c4f);
	background:-moz-linear-gradient( center top, #b4c3cf 5%, #1d4c4f 100% );
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b4c3cf), color-stop(1, #1d4c4f) );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4c3cf', endColorstr='#1d4c4f');
	background:-webkit-linear-gradient(#b4c3cf, #1d4c4f);
	background:-ms-linear-gradient(#b4c3cf, #1d4c4f);
	background:linear-gradient(#b4c3cf, #1d4c4f);
}




@font-face {
      font-family: 'fontello';
  src: url('./font/fontello.eot?47347322');
  src: url('./font/fontello.eot?47347322#iefix') format('embedded-opentype'),
       url('./font/fontello.woff2?47347322') format('woff2'),
       url('./font/fontello.woff?47347322') format('woff'),
       url('./font/fontello.ttf?47347322') format('truetype'),
       url('./font/fontello.svg?47347322#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
     
     
    .demo-icon
    {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }
    
.UpSubMenu{color:blue;}

.c{text-align: center;}
.l{text-align: left;}
.r{text-align: right;}
.pt10{padding-top:10px;}
.pl20{padding-left:20px;}
.hand{cursor:pointer;}



/* 폰트 크기 */
.font11	{font-size:11px;}
.font12	{font-size:12px;}
.font14	{font-size:14px;}
.font16	{font-size:16px;}

/* 폰트 색상 */
.gray	{color:#686868}
.grayW	{color:#999999}
.black	{color:#000}
.point	{color:#F29000}
.orange	{color:#FF6600}
.green	{color:#26A826}
.darkgreen	{color:#006600}
.blue	{color:#2669A8}
.sky	{color:#4B94DF}
.fred	{color:#FE0000}
.white	{color:#FFF}


/* 백그라운드 색상 */
.b_gray		{background:#686868}
.b_orange	{background:#FF6600}
.b_green	{background:#26A826}
.b_blue		{background:#2669A8}
.b_black	{background:#000000}
.b_white	{background:#ffffff}

/* width 정의 */
.w30	{width:30px !important; }
.w50	{width:50px !important; }
.w100	{width:100px !important; }
.w150	{width:150px !important; }
.w200	{width:200px !important; }
.w300	{width:300px !important; }
.w400	{width:400px !important; }
.w500	{width:500px !important; }
.w30p{width:10% !important; }
.w30p{width:30% !important; }
.w50p{width:50% !important; }
.w90p{width:90% !important; }
.w99p{width:99% !important; }
.w100p	{width:100% !important; }



.default_ul{
	list-style:none; 
	padding:0px;
}

.default_ul li{
	float:left;
}

/* 스페이스 정의 */
.space1	{clear:both; padding-bottom:1px}
.space2	{clear:both; padding-bottom:2px}
.space5	{clear:both; padding-bottom:5px}
.space8	{clear:both; padding-bottom:8px}
.space10	{clear:both; padding-bottom:10px}
.space15	{clear:both; padding-bottom:15px}
.space20	{clear:both; padding-bottom:20px}
.space25	{clear:both; padding-bottom:25px}
.space30	{clear:both; padding-bottom:30px}

.span_3_of_2 div {}
.pd_cnt li {float:left;}
.money_font13    {font-size:13px; color: #999; letter-spacing: 0.5px; font-weight: bold; }
.money_font13_orange    {font-size:13px; color: orange; letter-spacing: 0.5px; font-weight: bold; font-family: "Georgia";}
.money_font18    {font-size:18px; color: #666; letter-spacing: 0.5px; font-weight: bold;}
/*.money_font18    {font-size:18px; color: #666; letter-spacing: 0.5px; font-weight: bold; font-family: "Georgia"}*/



/* 각종 버튼 정의 시작 */
/* 버튼타입1 초기화 */
.button, .button a, .button button, .button input { 
	position:relative; display:inline-block; border:0;
	text-decoration:none !important; 
	font-size:13px; font-family:dotum; color:#777777; white-space:nowrap; 
	background:url('/images/btn_css/small_btn_bg.gif') no-repeat; vertical-align:middle; overflow:visible;
}

/* 버튼타입1사이즈 */
.btn_form{width:100%;}
.button a, .button button, .button input { height:15px; padding:0px 0px 0px 0px; font-size:13px; line-height:16px; background-position:right top; }

/* 블렛들어간 버튼타입1 */
.button.bull { height:18px; padding-right:2px; background-position:right -17px; }
.button.bull,
.button.bull a,
.button.bull button,
.button.bull input { background-image:url('/images/btn_css/small_btn_bg.gif'); }
.button.bull a, .button.bull button, .button.bull input {border:2px solid #999999; height:18px; left:0px;padding-top:15px; width:100%;height:35px; font-size:14px; line-height:18px; background-position:0px; }

.button.bull:hover { height:18px; padding-right:2px; background-position:right -17px; }
.button.bull:hover,
.button.bull a:hover,
.button.bull button:hover,
.button.bull input:hover { background-image:url('/images/btn_css/small_btn_bg.gif'); }
.button.bull a:hover, .button.bull button:hover, .button.bull input:hover {border:2px solid #212121; height:18px; left:0px; width:100%;height:35px;font-size:14px; line-height:18px; background-position:left -17px; }

/* 회색 버튼타입1 */
.button.gray { height:16px; background-position:left -36px; }
.button.gray,
.button.gray a,
.button.gray button,
.button.gray input { background-image:url('/images/btn_css/small_btn_bg.gif'); }
.button.gray a, .button.gray button, .button.gray input { height:16px; padding:0px 8px 0px 8px; font-size:13px; color:#fff; line-height:16px; background-position:right -36px; }



/* 버튼타입1 글자효과 */
.button *:hover, .button *:active, .button *:focus{ /*미지정*/ }

/* 버튼타입1글자 Strong */
.button.strong * { font-weight:bold !important; }

.morebox,.morebox2,.morebox3 { 
font-weight:bold; 
color:#333333; 
border-top:1px solid #E5E0E0;
border-left:1px solid #E5E0E0;
border-right:1px groove #E9D3D3;
border-bottom:1px groove #E9D3D3;
padding:0px; 
padding-top:8px; 
padding-bottom:8px; 
-moz-border-radius: 6px;
-webkit-border-radius: 6px; 
width:100%
}
.morebox a,.morebox2 a,.morebox3 a{ color:#333333; text-decoration:none;}
.morebox a:hover,.morebox2 a:hover,.morebox3 a:hover{ color:#333333; text-decoration:none}
#container,#container2,#container3{margin-left:0px; width:100%; }
.li{color:#ff0000;list-style:none;text-align:left; width:100% }




.btn_box {width:100%;text-align: center;position: relative;margin : 0 auto;}
.btn_box .grey{text-align: center;}
.none {display:none;}



/* up down 스크롤 효과 */

.dot {
	background: url("/images/bg_dot.gif"); margin: 0px;height:1px;
}

.input3{width:99%; border:1px DDDECE solid;background-color: #F5F5F0;; font-size: 12px;line-height: 18px;color: #333333;}
input{padding-left:5px !important;padding-right:5px !important;}

.cycleIcon.blue{
 padding:10px;
 width:15px;
 height:15px;
  -moz-border-radius: 30px;/* Firefox */
  -webkit-border-radius: 30px; /* Safari and Chrome */
  border-radius: 30px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  behavior: url(PIE.htc);/* This lets IE know to call the script on all elements which get the 'box' class */
 border:#cbef38 0px solid;
 background-color:#608FEE;
 color:#FFFFFF;
 font-size:18px !important;
}
.cycleIcon.yellow{
 padding:10px;
 width:15px;
 height:15px;
  -moz-border-radius: 30px;/* Firefox */
  -webkit-border-radius: 30px; /* Safari and Chrome */
  border-radius: 30px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  behavior: url(PIE.htc);/* This lets IE know to call the script on all elements which get the 'box' class */
 border:#cbef38 0px solid;
 background-color:#FE0505;
 color:#FFFFFF;
 font-size:18px !important;
}
.cycleIcon.white{
 padding:10px;
 padding-top:15px;
 height:45px;
  -moz-border-radius: 55px;/* Firefox */
  -webkit-border-radius: 55px; /* Safari and Chrome */
  border-radius: 55px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  behavior: url(PIE.htc);/* This lets IE know to call the script on all elements which get the 'box' class */
 border:#cbef38 0px solid;
 background-color:#FFFFFF;
 color:#4CB1CA;
 font-size:35px;
}
.active-icon.Pos{padding-left:5px;padding-top:5px;}



#fh5co-header nav ul li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  padding: 10px;
  top:0px;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#fh5co-header nav ul li a i {
  line-height: 0;
  position: relative;
  top: 0px;
}
#fh5co-header nav ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 6px;
  left: 10px;
  right: 10px;
  background-color: #403163;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-header nav ul li a:hover {
  text-decoration: none;
  color: #403163;
}
#fh5co-header nav ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header nav ul li a:active, #fh5co-header nav ul li a:focus {
  outline: none;
  text-decoration: none;
}
#fh5co-header nav ul li.cta {
  margin-left: 20px;
}
#fh5co-header nav ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid #27e1ce;
  color: #27E1CE;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header nav ul li.cta a:hover {
  color: #fff;
  background: #27E1CE;
}
#fh5co-header nav ul li.cta a:hover:after {
  display: none;
}
#fh5co-header nav ul li.active a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
#fh5co-header nav ul li.active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
li{list-style: none;}









