html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

body a:hover,
#top-widget-holder a:hover,
#nav>li>a:hover,
.project-heading .launch:hover{
	color: #104290;
}

h1,h2,h4,h5,h6{ color: #444444; }

::selection 	 	{background: #1b5a72; color: #fff; }
::-moz-selection 	{background: #1b5a72; color: #fff; }
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}

body { background: #FFF; font-size: 13px; color: #393939; font-family: Arial, Helvetica, sans-serif;}
body a{
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	color: #000;
}

p{ font-size:13px; line-height:19px;}
ul li{ list-style:none;}
.wrapper {
	width: 1110px;
	margin: 0 auto; 
	position: relative;
}
.borde{ border-bottom: #999 6px solid;}

.cl { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both;	width:100%;  height: 30px;}
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }



h1{ font-size: 48px;}
h2{ font-size: 25px; font-family:Arial, Helvetica, sans-serif;}
h3{ font-size: 19px; color:#003366; font-weight: 100; font-family: 'Roboto Condensed', sans-serif;}

.right{	float: right;}
.left{ float: left;}

/* HEADER ------------------------------------------------------------*/
header{ height:145px; background: url(../images/bg-top.jpg) repeat-x;}
.top-header{height:30px; padding:10px 0 0 90px ; margin-bottom:5px;}
.ttop{height:30px; padding:5px 15px; margin-bottom:5px; font-size: 11px; background:url(../images/top_head.png) no-repeat; width:280px;}
.ttop .fecha{ color:#666;}
.logo{ float:left; margin-right:50px;}
	
	#banner{ background:#f2f2f2; border-bottom:#dcdcdc 2px solid; min-height:30px; padding:35px 0; }
	#banner h2{ font-size:28px; font-family: 'Roboto Condensed', sans-serif;}

/* NAVIGATION ------------------------------------------------------------*/
#menu{ height:40px; border-bottom:#39C 3px solid; }
	
			.menus {
				Z-INDEX: 31; position:relative;  height:32px;}
			
			.menus ul {
				MARGIN: 0px; PADDING: 0;
			}
			.menus li {
				LINE-HEIGHT: 40px; TEXT-TRANSFORM: uppercase; LIST-STYLE-TYPE: none;  FLOAT: left; 
			}
			.menus a{
				LINE-HEIGHT: 32px; DISPLAY: block; COLOR: #fff; FONT-SIZE: 12px; text-decoration:none; PADDING: 0 25px; font-weight:bolder; border-right: 1px solid #3b4970;
			}
			.menus a:hover{ color:#d8b41e;}
			.menus a.active{ color:#d8b41e;}
			.dropdown {
				Z-INDEX: 26 !important;  POSITION: absolute; BACKGROUND: #fff; VISIBILITY: hidden;  BORDER: #b5b5b5 1px solid; opacity: 0; border-radius:5px; margin-left:5px;
			}
			.menus LI:hover > .dropdown {
				Z-INDEX: 26 !important; VISIBILITY: visible; opacity: 9; -webkit-transition: opacity; -webkit-transition-timing-function: ease-out; -webkit-transition-duration: 250ms; 
			}
			.dropdown_pod ul {
				MARGIN: 0px; padding:10px 0;
			}
			.dropdown_pod li {
				PADDING-BOTTOM: 0px !important; LINE-HEIGHT: 16px; LIST-STYLE-TYPE: none; PADDING-LEFT: 0px !important; PADDING-RIGHT: 0px !important; FLOAT: none; COLOR: #5bbfcd; PADDING-TOP: 0px !important; 
				
			}
			.dropdown_pod a{
				LINE-HEIGHT: 19px; TEXT-TRANSFORM: none; DISPLAY: block; color: #666; padding:0 10px; font-size:12px; font-weight:100;
				border:0;
			}
			.dropdown_pod a:hover {
				BACKGROUND: #CCC; COLOR: #000; TEXT-DECORATION: none; border:0;
			}
			.dropdown_pod ul.ddbrands a {
				WIDTH: 125px !important; 
			}


/* SLIDER */
#slider{  }

/* indes - premiaciones */ 
#ticker {
	position:relative;
	width:100%;
	height:430px;
	border-top:none;
	overflow:auto;
	color:#898989;
	margin-top:0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#ticker dt { 
	margin:20px 15px 10px 15px;
	position:relative;
}

#ticker dt span{
	font-size:12px;
}

#ticker dd.text{
	font-size:12px;
	color:#000000;
	margin:0 15px 15px 15px;
	padding-bottom:20px;
	border-bottom:1px dotted #7a2022;
	position:relative;
}

#ticker div { 
	margin-top:0;
}

#ticker .heading {
	color:#7a2022;
}


/* */
	.well{ float:left; width:560px;}
	.well h2{ color:#032033;}
	.well .email{padding:5px 0; font-weight:bolder; font-style:italic; display:block;}
	.well .email a{color:#032033}
	.well .email:hover{ background: #eeeded; border-radius:30px;}
	.well .e-eventos{ background:url(../images/icon/ico-blue.png) 8px 0 no-repeat; line-height:30px; padding:10px 0 10px 40px  ; }
	.well .e-logos{ background:url(../images/icon/ico-blue.png) 2px 0 no-repeat; line-height:30px; padding:10px 0 10px 40px  }
	.well .e-admin{ background:url(../images/icon/ico-blue.png) 5px 0 no-repeat; line-height:30px; padding:10px 0 10px 40px  }
	.marca-peru{ float:left; width:200px; padding-top:200px; text-align:center;}
	.mails{ width:390px; margin:0 auto; text-align:center; padding:20px 0; font-size:14px; line-height:25px;}

/* COLS ------------------------*/ 
.col01{ width:780px; float:left; text-align:justify; border-right: #CCC 1px solid; padding-right:20px; min-height:400px;}
.col02{ width:290px; float:right; min-height:200px;}
.col03{
	width:600px;
	float:left;
	min-height:120px;
}

/* MAIN */
#main{ background:#f9fdff; min-height:400px;}
	.menu-ubicador{ height:15px; padding:5px 0; border-bottom:#CCCCCC 1px solid;}
	.menu-ubicador .next{ font-size:16px; font-weight: bolder; color:#1d256d;}
	.menu-ubicador .active{ color:#1d256d;}
	
	a.more01{ background:url(../images/more01.png) 0 2px no-repeat; padding-left:20px; color:#900;}
	.lema{ background:url(../images/bg-lema.png) no-repeat; height:25px; padding:15px 20px; color:#036; font-size:14px;}
	.ruleta{ /*background:url(../images/fondo-de-ruleta.png) no-repeat center top; */padding:10px 20px; height:60px;}
	.ruleta ul{ width:990px; margin:0 auto;}
	.ruleta ul li{ float:left; margin:0 30px;}
	
	.borde01{ border:#CCC 1px solid; padding:10px; margin:10px 10px 10px 0;}

	 
	
	.menu-vertical{ margin-top:15px;}
	.menu-vertical ul{}
	.menu-vertical ul li{ height:40px;} 
	.menu-vertical ul li a{ padding:10px 15px; display:block; border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px; color:#000; background:url(../images/subnav-button-gris.png) repeat-x;}
	.menu-vertical ul li a.bg,.menu-vertical ul li a:hover{ background:url(../images/subnav-button.png) repeat-x; padding:10px 15px; display:block; border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px; color:#FFFFFF; color:#FFFFFF;}
	
	.news ul{ list-style:none;}
	.news ul li{ float:left; border:#999 1px solid; padding:10px; border-radius:5px; margin:0 10px; width:200px; margin-bottom:15px;}
	.news h2{ color: #036; font-size: 14px; margin-bottom:15px;}
	.news p{ color: #333;}
	
	.trofeos{ background:url(../images/box-trofeos.png) no-repeat center top; min-height:300px; padding:10px 10px; margin-top:20px; margin-bottom:20px;}
	
	.premiaciones{ background:url(../images/box-premiaciones.png) center top no-repeat; min-height:490px; padding:15px 10px; margin-bottom:15px;}
	.premiaciones h2, .trofeos h2{ color: #333; text-align:center; font-size:15px; margin-bottom:10px;}
	#distinciones{ width:150px; margin:20px auto 0 auto; text-align:center;}
	#distinciones img{ margin:10px 0;}
	.premiacion ul.catg, .trofeos ul.catg{ width:900px; margin:0 auto;}
	.premiacion ul.catg li, .trofeos ul.catg li{ float: left; width:198px; margin:30px 50px; min-height:180px;}
	
	.premiacion ul.catg li:hover{}
	.premiacion ul.catg li .imag{padding: 5px;
-moz-box-shadow: 0px 0px 30px #acb8c3;
-webkit-box-shadow: 0px 0px 30px #acb8c3;
box-shadow: 0px 0px 30px #acb8c3; text-align:center; }
.premiacion ul.catg li .imag:hover{filter:alpha(opacity=50);-moz-opacity: 0.5;opacity: 0.5; -khtml-opacity: 0.5; }
.premiacion ul.catg li .txt{ background:#333; padding:5px 10px; border-radius:5px; text-align:center; min-height:30px;}
.premiacion ul li .txt a{ color:#FFFFFF;}
.premiacion .descrip{ float:left; width:540px; padding:20px 0;}
.premiacion .descrip2{ float:left; width:400px; padding:10px 20px;}
	.su-logo{}
	.cargos{ background:url(../images/icon/user.png) no-repeat; padding-left:25px; margin-top:5px; line-height:20px;}
	.direccion{ background:url(../images/icon/home.png) no-repeat; padding-left:25px;  margin-top:5px; line-height:20px;}
	.telefonos{ background:url(../images/icon/phone.png) no-repeat 3px 0; padding-left:25px;  margin-top:5px; line-height:20px;}
	.mail{ background:url(../images/icon/mail.png)  0 5px no-repeat; padding-left:25px;  margin-top:5px;line-height:20px;}
	.web{ background:url(../images/icon/web.png) 3px 2px no-repeat; padding-left:25px;  margin-top:5px; line-height:20px;}
	.web a{ color: #900;}
.premiacion .foto{ float: right; width:150px; padding:10px; -moz-box-shadow: 0px 0px 30px #acb8c3;
-webkit-box-shadow: 0px 0px 30px #acb8c3;
box-shadow: 0px 0px 30px #acb8c3; text-align:center;}
.premiacion .foto2{ float: right; width:290px; padding:4px; -moz-box-shadow: 0px 0px 30px #acb8c3;
-webkit-box-shadow: 0px 0px 30px #acb8c3;
box-shadow: 0px 0px 30px #acb8c3; text-align:center;}
.premiacion .campos{ background:url(../images/distinciones/box-select.png) no-repeat; height:50px; padding:10px 60px;}
.premiacion .campos p{ width:260px; float:left; font-size:14px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#036; padding:7px;}
.premiacion .campos select{ float:left; width:200px; padding:5px;}
.resultados .cabecera{ margin-bottom:20px;}
.resultados .cabecera h3{ font-weight:bolder; text-align:center; color:#000000; font-size:20px; font-family:"Arial Black", Gadget;}
.resultados .cabecera h4{ text-align:center;}
.premiacion .resultados .paginador{ float:right; margin-top:10px;}
.premiacion .resultados .paginador a{ display:block; padding:4px 5px; background: #3073b1; float:left; color:#fff; border-radius:5px; margin:0 2px;}
.premiacion .resultados .paginador a:hover, .premiacion .resultados .paginador a.activo{ background:#333333;}
.premiacion .resultados ul {}
.premiacion .resultados ul li{ float:left; min-height:190px; margin:0 15px 10px 15px; width:140px;}
.premiacion .resultados ul .photo{ width:140px;}
.premiacion .resultados ul .datos{ width:280px; float:right; margin-top:20px;}
.premiacion .resultados .texto{padding:5px 10px;  text-align:center; min-height:30px; font-weight:bolder; width:140px; font-size:12px;}
/*.premiacion .resultados ul li{ display:block; width:100%; background:url(../images/arrow1.gif) 10px 3px no-repeat; padding-left:30px; margin-bottom:10px;}
.premiacion .resultados ul li .datos{ float:right; width:300px;}*/
	
	
	.prev{ background:url(../images/prev.png) 0 0 no-repeat; padding:4px 0 20px 30px; line-height:40px;}
	a.prev{ color:#003366; font-weight:bolder;}
	.lista01{}
	.lista01 li{ background: url(../images/ico01.jpg) 5px 6px no-repeat; padding-left:20px; margin-bottom:10px;}
	.lista01 li span{ color:#003366; font-weight:bolder;}
	
	.staff{}
	.staff ul{}
	.staff ul li{ width:240px; float:left; text-align:center; min-height:220px;}
	.staff .cargo{ background:url(../images/arrow.png) no-repeat; padding-left:25px; line-height:20px; margin-bottom:10px; }
	
	.box-reserva{ margin-bottom:15px; margin-top:10px;}
	.box-reserva h2{ color:#FFFFFF; background:#990000; padding:10px 20px; font-size:12px; border-radius:5px;}
	.box-reserva p{ padding:5px 20px;}
	.reserva .cta{}
	.reserva .cta .img{ float:left; width:110px; height:80px;}
	.reserva .cta .txt{float:left; text-align:center; padding-top:10px;}
	
	.dates .img{ float:left; width:290px;}
	.dates .telef{float:left; width:400px; padding:50px 20px;}
	.dates .telef .direcc{ background:url(../images/icon/direccion.png) no-repeat; padding-left:30px; margin-bottom:8px;}
	.dates .telef .telefono{ background:url(../images/icon/telefono.png) no-repeat; padding-left:30px; margin-bottom:8px;}
	.dates .telef .fax{ background:url(../images/icon/fax.png) no-repeat; padding-left:30px; margin-bottom:8px;}
	.dates .telef .cell{ background:url(../images/icon/cell.png) no-repeat; padding-left:30px;}
	
/* CONTACTENOS */

.pop-contactenos .titulos { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em; 
	color:#464646;
}

/*input, textarea{ width: 250px; padding: 8px 5px; background: #fff; border: 1px solid #c5c5c5; font-size:12px; color: #000; 
 }*/ 
.pop-contactenos .formula{
	background-color: white;
	font-family: inherit;
	border: 1px solid #cccccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 14px;
	margin: 0 0 12px 0;
	padding: 0 5px;
	height: 34px;
	width: 240px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.pop-contactenos textarea{
	background-color: white;
	font-family: inherit;
	border: 1px solid #cccccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 14px;
	margin: 0 0 12px 0;
	padding: 0 5px;
	width: 240px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.pop-contactenos .resalt{ color: #F30;}

.pop-contactenos .c_submit{
	width: auto;
	background-color: #223781;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #1e728c;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 10px 20px 11px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.pop-contactenos .c_submit:hover, .pop-contactenos .c_submit:focus {
	color: white;
	background-color: #1d41bc;
}
.comments-form{
	display: inline-block;
}
/*ACTIVE RESERVA*/

.pop-reservas .titulos { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em; 
	color:#464646;
}
.pop-reservas .formula{
	background-color: white;
	font-family: inherit;
	border: 1px solid #cccccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 14px;
	margin: 0 0 12px 0;
	padding: 0 5px;
	height: 34px;
	width: 240px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.pop-reservas .formula2{
	background-color: white;
	font-family: inherit;
	border: 1px solid #cccccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 14px;
	margin: 0 0 12px 0;
	padding: 0 5px;
	height: 34px;
	width: 540px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.pop-reservas textarea{
	background-color: white;
	font-family: inherit;
	border: 1px solid #cccccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 14px;
	margin: 0 0 12px 0;
	padding: 0 5px;

	width: 240px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.pop-reservas .resalt{ color: #F30;}

.pop-reservas .c_submit{
	width: auto;
	background-color: #223781;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #1e728c;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 10px 20px 11px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.pop-reservas .c_submit:hover, .pop-reservas .c_submit:focus {
	color: white;
	background-color: #1d41bc;
}

/*ENVIO*/
.pop-envio{
	text-align: center;
	padding: 7.5em 0px;
}
.pop-envio h3{
	margin-bottom: 1em;
}
.pop-envio p{
	margin-bottom: 2em;
}
/* FOOTER */

footer .wrapperft{ width:1095px; margin:0 auto;}
footer .wrapper .left{ width:500px; font-size:11px; }
footer .wrapper .right{}
.footer-bottom{ background:#0d1941; padding:20px 0; color: #CCC; height:50px; line-height:20px;}
.pop-siguenos{
	display: inline-block;
    background: #006699;
    border-radius: 50%;
    width: 4em;
    transition: .5s all;
}
.pop-siguenos:hover{
	background: #ff9800;
}
.pop-siguenos img{
	width: 40%;
    padding: 30%;
    display: inline-block;
}
/*GALERIA SLIDER*/
.slider-index .slick-prev::before,
.slider-index .slick-next::before {
     font: 1.5rem 'icomoon';
    padding: .3em;
    color: #dc9201;
    background-color: #f9fdff;
    border-radius: 50%;
}
.slider-index .slick-prev::before {content: "\e900";}
.slider-index .slick-next::before {content: "\e901";}
.slider-index .slick-prev {left: 7px;}
.slider-index .slick-next {right: 25px;}

.slick-prev, .slick-next {
	z-index: 9;
    top: 40% !important;
}

/* TABS */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 24.99px;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:hover {
    background-color: #fbb93a;
    color: #fff;
}

.tab button.active {
    background-color: #f7a505;
    color: #fff;
}

.tabcontent {
    display: none;
    padding: 12px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
.tabcontent h3{
	margin-bottom: 0.5em;
}
.tabcontent p{
	margin-bottom: 2em;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}