/***
	Sensorial (c) 2015
	@EPNAZARE

**/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, sub, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend
{margin: 0; padding:0 ;border:0; outline:0; font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}
h1,h2,h3,h3,h4,h5,h6{font-weight:normal;font-family:'Open Sans', Arial, sans-serif;font-weight:300}
a:hover{color:#000; text-decoration:none;}
input{border:none;background:none;padding:0;outline:0;border:0px;margin:0;resize: none;}
img{border:0px;}
ul,ol{list-style:none} 
a{text-decoration:none;}
a:focus, input:focus, button:focus, textarea:focus, select:focus{outline:0px;text-decoration:none}
::selection{background: #b3d4fc;text-shadow: none;}
::-moz-selection{background: #b3d4fc;text-shadow: none;}
::-o-selection {background: #b3d4fc;text-shadow: none;}
::-ms-selection {background: #b3d4fc;text-shadow: none;}
::-webkit-input-placeholder{color:#696e6e;}
::-moz-placeholder{ color:#696e6e; opacity:1;}
:-ms-input-placeholder {color:#696e6e;}
::-webkit-scrollbar{width:10px;background:rgba(0,0,0,0.1);}
::-webkit-scrollbar-thumb{-webkit-border-radius:4px;border-radius:4px;}
::-webkit-scrollbar-thumb{background:#01c9df;	}
.clearfix:before,.clearfix:after{content: "";   display: table;clear: both;}
*, *:before, *:after {
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;	box-sizing: border-box;	
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {background:none}
img{-ms-interpolation-mode: bicubic; }

.font_open{
	font-family:'Open Sans', Arial, sans-serif;font-weight:300;
	font-size:1em;line-height:1.3em
}


/******/
.clear{clear:both}.bold { font-weight: bold; }.hidden { display:none; } 
.wd100{float:none!important;width:100%!important;}
.uppercase{text-transform:uppercase}
.border_3px{-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.border_5px{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.one_line{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.lft{float:left;}.rgt{float:right;}
.hide{display:none}
.mobile .hide_mobile{display:none !important}

.img_back{display:block;opacity:0;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;-ms-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}

img.img_back1{display:block;opacity:0;}
.show_img {opacity:1;}
.ct {max-width: 1200px;margin: 0 auto;position: relative;}

.h_zindex{
	position:relative;z-index:10;background:#fff;
	/*opacity:0;*/
}
.h_zindex.active{opacity:1;}

html,body{width:100%;}	
body {
	font:12px Arial, Helvetica, sans-serif;margin:auto auto;
	color: #000;text-align:left;overflow-x:hidden;position:relative;
	background:#ffffff;-webkit-font-smoothing: antialiased;
}


/*
*	redes sociais
*/

#rd{float:right;}
#rd li{float:left;margin:6px 0 0 8px}
#rd li a{font-size:2.3em;color:#7ec3d9}
#rd li.face a:hover{color:#3b5998}
#rd li.tw a:hover{color:#00aced}
#rd li.inst a:hover{color:#517fa4 }
#rd li.what a:hover{color:#128c7e }

/*
*	header
*/
#header{
	position:fixed;display:block;margin:0 -10px 0 -10px;/*overflow:hidden;*/
	z-index:30;top:20px;
	width:1220px;
	-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;
}
#header.active{	
	top: -33px;	-webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,0.2) ;
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.2) ;
}
#header.active .bottom{
	background:rgba(255,255,255,1);
	
}

#header .top{
	display:block;padding:10px 40px 7px 40px;background:rgba(0,201,222,0.46);border-bottom:3px solid #00c9de;height:33px;
	font-size:0.9em;
}
#header .top .right{float:right;}
#header .top a,#header .top .search{
	display:inline-block;color:#fff;text-transform:uppercase;font-weight:bold;
	font-family:'Tahoma', Arial;margin:0 0 0 30px;cursor:pointer
}
#header .top a > i{ margin: 0 10px 0 0}
#header .top a:hover{ text-decoration:underline}
#header .bottom{
	background:rgba(255,255,255,0.95);padding:20px 40px 20px 40px;
	-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;
}
#header .bottom a.logo{float:left;width:160px;}
#header .bottom a.logo img{max-width:100%;}

#header #search{
	position:absolute;width:100%;left:0;right:0;height: 80px;
	background:#fff;right:0;top:134px;z-index:20;opacity:0;overflow:hidden;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;
	border-radius: 5px;
}
#header #search.active{opacity:1;
	-webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,0.2) ;
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.2) ;
}
#header #search form{display:block;height:100%;}
#header #search input{
	width:100%;height:100%;padding:20px;
	font-size:2em;color:#a5acb3;
}
#header #search .close{
	position:absolute;right:10px;top:10px;z-index:5;cursor:pointer;
	text-align:center;
	line-height:20px;
	font-size:1.4em;color:#a5acb3
}
#header #search .close:hover{color:#ec774b}
/*
*	menu
*/
#menu{float:right;}
#menu li{float:left;margin:32px 0 0 20px}
#menu li a{
	display:block;color:#b7b7b7;font-size:1.3em;
}
#menu li a:hover span, #menu li.mn_active a span{
	color:#74cee4;
}

#menu li.mn_active a span{
	font-weight:700
}

#submenu,#submenu li{display:block;width:100%;}
#submenu li a{
	display:block;padding:10px 0 10px 10px ;margin:0 0 0 -10px;
	border-bottom:1px solid #bdc3c6;color:#538aa0;font-size:1.2em;
	
}
#submenu li a:hover{
	 background:#74cee4;color:#fff
}
#submenu li:first-child{margin-top:-10px}


/*
*	footer
*/

#footer{display:block;margin:90px 0 0 0;position:relative;z-index:30}
#footer .footer1{
	background:#ebebeb;padding:100px 0
}
#footer .footer1 [class^='col-']{float:left;width:27%;}
#footer .footer1 [class^='col-2']{margin:0 9.5%}
#footer .footer2{
	background:#404547;padding:30px 0;
	color:#fff;
}
#footer .footer2 .copy{float:left;padding-top:5px;}
#footer .footer2 a{float:left;width:90px;margin-left:40px;}
#footer .footer2 a img{max-width:90%;margin-top:2px;}

#footer h5{display:block;font-size:1.5em;color:#538aa0;margin:0 0 50px 0}
#footer .desc{
	display:block;color:#538aa0;font-size:1.2em;line-height:1.2em;
}


#footer .logos_footer{ display:block;margin:20px 0 0 0;}
#footer .logos_footer img{max-width:100%;}

/*
*	destaques
*/

#destaque_tp{
	position:fixed;left:0;right:0;top:0;z-index:0;
}
#destaque_tp,#destaque_tp li{	display:block;}
#destaque_tp li{	position:relative }
#destaque_tp li .title{
	position:absolute;width:383px;height:307px;z-index:3;top:0;right:40px;
	background:url(/templates/layout_images/talk.png) 0 0 no-repeat;
	text-align:center;padding: 72px 63px 50px 50px;
	margin: -407px 0 0 0;
}
#destaque_tp li h3{
	font-size:3.5em;color:#fff;
}
#destaque_tp li img{max-width:100%}

.oportunidades{display:block;margin:0 0 80px 0}
.oportunidades .cont_title{display:block;margin:0 0 50px 0;}

.oportunidades .list,.oportunidades .list .item{display:block;}
.oportunidades .list li{float:left;width:23.333%;margin:0 2.222% 0 0}
.oportunidades .list li:last-child{margin:0}
.oportunidades .list li .item{
	overflow:hidden;-webkit-border-radius: 5px;	border-radius: 5px;
}
.oportunidades .list li .img{overflow:hidden}
.oportunidades .list li img{max-width:100%;}
.oportunidades .list li .cont{padding:50px 20px 20px;}
.oportunidades .list li h4{color:#74cee4;font-size:1.3em;margin:0 0 30px 0;font-weight:600}
.oportunidades .list li .desc{	color:#495052;font-size:1.1em;line-height:1.3em;}
.oportunidades .list li .bt{
  float:left;padding:7px 10px;margin:50px 0 0 0;
  border: 0 solid;  border-bottom: 3px solid #63b3c6;
  -webkit-border-radius: 5px; border-radius: 5px;
  color: #fff;  background: #6ac1d6;
}


.oportunidades .list li a:hover{background:#74cee4}
.oportunidades .list li a:hover h4, 
.oportunidades .list li a:hover .desc{color:#fff}
.oportunidades .list li a:hover .bt{
	 border-bottom: 3px solid #74cee4;
	background: #63b3c6;
}
.oportunidades h3, #eventos h3{display:block;font-size:2.5em;font-weight:300;color:#cccdce}
.oportunidades h3 b, #eventos h3 b{font-weight:600}
.oportunidades h3{float:left;}

#eventos{margin:30px 0 0 0}
#eventos, #eventos a{display:block;}

#eventos ul{display:block;margin:30px 0 0 0}
#eventos li{float:left;width:47.5%;margin-bottom:40px;}
#eventos li:nth-child(2n){float:right}
#eventos li .img img{max-width:100%}
#eventos li .item{
	background:#74cee4;-webkit-border-radius: 5px;
	border-radius: 5px;overflow:hidden
}
#eventos li .item .img{float:left;width:45%;position:relative;overflow:hidden}
#eventos li .item .img .d_agenda{
	position:absolute;right:5px;top:10px;color:#fff;text-align:center;
	-webkit-border-radius: 5px;	border-radius: 5px;
	background:rgba(0,0,0,0.3);padding:10px;z-index:3;
	font-size:1.5em;
}
#eventos li .item .img .d_agenda span{display:block;}
#eventos li .item .img .d_agenda span:first-child{font-weight:600}
#eventos li .item .img .d_agenda span:nth-child(2){font-size:1.1em;font-weight:400}
#eventos li .item .img .d_agenda span:last-child{font-size:0.8em}
#eventos li .item .cont{float:right;width:55%;padding:15px}
#eventos li .item .cont.w100{width:100%}
#eventos li .item .cont{color:#fff}
#eventos li .item .cont h4{font-size:1.6em;font-weight}
#eventos li .item .cont .desc{
	margin-top:30px;display:block;font-size:1.1em;line-height:1.3em;
}
#eventos li a:hover{
	background:#85bac7
}


/*
*	container
*/
#container{
	margin:50px 0 0 0;background:#fff;z-index:20;
	position: relative;	
}

#container .video{margin-bottom:40px;}
#container .video iframe{max-width:100%;}



.areas{position: relative;top: -50px;
	-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;border-top-right-radius: 5px;overflow:hidden;
}
.areas, .areas ul, .areas ul a{display:block;}
.areas li{float:left;width:25%;}
.areas li a{text-align:center;color:#fff;height:100px;line-height:100px;font-size:2em}
.areas li a.color0{background:#6fc191}
.areas li a.color1{background:#009fc3}
.areas li a.color2{background:#edbf47}
.areas li a.color3{background:#ec774b}
.areas li a:hover{background:#00c9de}

/*
*	restaurante
*/

#rest{display:block;height:430px;position:relative;overflow:hidden}
#rest .bck{
	position:absolute;left:0;right:0;top:0;bottom:0;
	background-position:left center;background-repeat:no-repeat;
	background-size:400px 430px
}
#rest .bck:nth-child(2){background-position:right center}
#rest .ct{
	overflow:hidden;height:430px;z-index:3;position:relative;
	background:#85bac7;
}

#next,#prev{
	position:absolute;z-index:3;top:50%;color:#fff;font-size:5em;
	margin-top:-30px;cursor:pointer;opacity:0;
}
#prev{left:34%}
#next{right:10px;}
#prev.disable, #next.disable{ display:none; }

#rest .bl_lft,#rest .bl_right{height:100%;padding:80px 60px 30px;color:#fff}
#rest .bl_lft{float:left;background:#8cc7cd;width:33%;}
#rest .bl_right{float:right;width:67%;position:relative}
#rest .bl_right:before{
	content:'';position:absolute;width:200px;height:150px;left:60px;	top: -118px;
	background:#fff;z-index:0;
	-moz-transform: rotate(-16deg) skewX(10deg);
	-webkit-transform: rotate(-16deg) skewX(10deg);
	-o-transform: rotate(-16deg) skewX(10deg);
	-ms-transform: rotate(-16deg) skewX(10deg);
	transform: rotate(-16deg) skewX(10deg);
}
#rest .bl_lft h5{
	font-size:3em;display:block;color:#fff;position:relative;padding:0 0 5px 0
}
#rest .bl_lft h5:after{
	content:'';left:50%;right:50%;top:100%;position:absolute;background:#fff;
	-webkit-border-radius: 10px;border-radius: 10px;height:5px;
}
#rest .bl_lft a:hover h5:after{
	left:0;right:0
}
#rest .reservar{
	color:#fff;font-size:1.6em;font-weight:600;padding-bottom:10px;
	display:inline-block;margin:40px 0 0 0;position:relative;
}
#rest .reservar:after{
	content:'';left:10px;right:10px;top:100%;position:absolute;background:#fff;
	-webkit-border-radius: 10px;border-radius: 10px;height:5px;
}
#rest .reservar:hover:after{	left:0;right:0}
#rest .note{
	display:block;margin-top:50px;font-size:0.9em;
}
#rest .ementa{display:block}
#rest .ementa h4{font-size:2.3em;line-height:1.4em;margin:5px 0 0 0}
#rest .ementa .titulo{font-size:1.6em;line-height:1.3em;margin:10px 0 0 0}
#rest .ementa .corpo{font-size:1.3em;line-height:1.3em;margin:20px 0 0 0}
#rest .ementa .corpo p{font-weight:normal;margin-bottom:5px;}

#rest .ct:hover #next, #rest .ct:hover #prev{opacity:1;}

/* home sub*/
.sub_menu{display:none;}
.sub #footer{margin-top:0 }
.sub #footer:before{
	content:'';display:block;width:100%;height:60px;background:#fff
}
.sub #container{margin-top: 370px;position:relative;background:none}
.sub #container .bl{display:block;background:#fff}

.sub .h_zindex{background:none}
.img_tp{
	width:100%;height:400px;position:fixed;left:0;right:0;top:0;
	background:#fff url(/templates/layout_images/epnazare_default.jpg) center center no-repeat
}

.sub #container .titulo_caminho{
	width:100%;padding:30px 0 25px 0 ;position:relative;
	
}
.sub #container .titulo_caminho .rp1,
.sub #container .titulo_caminho .rp2{
	background:#e6eef0;position:absolute;top:0;width:28%;bottom:0;
}
.sub #container .titulo_caminho .rp1:before,
.sub #container .titulo_caminho .rp2:before{
	content:'';top:-8px;left:0;right:0;height:8px;
	background:rgba(255,255,255,0.75);width:100%;
	position:absolute;
}
.sub #container .titulo_caminho .rp1{left:0;}
.sub #container .titulo_caminho .rp2{right:0;width:53%;}
.sub #container .titulo_caminho .rp_cb{
	position:absolute;left:28%;right:52%;bottom:0;top:-8px;	
	background:url(/templates/layout_images/bck_titulo.png) 0 0 no-repeat;
}
.sub #container .titulo_caminho .rp_cb:after{
	content:'';position:absolute;left:0%;right:0%;bottom:0;top:50%;background:#e6eef0
} 
.sub #container .titulo_caminho .ct{background:#e6eef0;position:relative;z-index:20}
.sub #container h1{font-size:3em;color:#00C8DD}

#container [class^='col-']{display:block;margin:70px 0 0 0;}
#container .col-1{float:left;width:25%;}
#container .col-2{float:right;width:70%;}
#container .col-2.w100{width:100%}

.texto_corpo {color:#a5acb3;font-size:1.2em;line-height:1.6em;}
.texto_corpo strong{color:#8d8b8b;}
.texto_corpo a{color:#a5acb3;font-weight:bold;text-decoration:underline;}
.texto_corpo a:hover{color:#74cee4}
.texto_corpo ul{display:block;}
.texto_corpo ul li{display:block;margin:0 0 10px 0;padding:0 0 0 15px;position:relative}
.texto_corpo ul li:before{
	content:'';width:5px;height:5px;position:absolute;left:0;
	border-radius:10px;background:#74cee4;top:50%;margin-top:-3px;
}
.texto_corpo ol{counter-reset:item;}
.texto_corpo ol > li{counter-increment:item;}
.texto_corpo ol>li:before {
  display:inline-block; width:1.5em; padding-right:0.5em;
  font-weight:bold; text-align:right;
  content:counter(item) ".";
}
.texto_corpo p:first-child{ margin:0 0 0 0}
.data_agenda{margin:0 0 15px 0;padding:0 0 10px 0;border-bottom:1px solid #F2F2F2;font-size:1.4em;}
.data_agenda strong{font-weight:600}

.texto_corpo table{display:block;width:100%;}
.texto_corpo table tr:first-child {background:#8d8b8b;color:#fff;font-weight:bold;}
.texto_corpo table tr:first-child td strong {background:#8d8b8b;color:#fff;font-weight:bold;}
.texto_corpo table tr td {border-bottom:1px solid #DBDBDB;border-left:1px solid #DBDBDB}
.texto_corpo table tr td:last-child {border-right:1px solid #DBDBDB}
.texto_corpo table tr td strong {color:#8d8b8b}
.texto_corpo table td{padding:10px;}

/* editor style, codigo = ao gestor.css */
.texto_corpo .sub_titulo1{font-size:2em;line-height:1.4em}
.texto_corpo .sub_titulo2{font-size:1.8em;line-height:1.4em}
.texto_corpo .sub_titulo3{font-size:1.6em;line-height:1.4em}
.texto_corpo .sub_titulo4{font-size:1.4em;line-height:1.4em}
.texto_corpo .sub_titulo5{font-size:1.2em;line-height:1.4em}
.texto_corpo img{max-width:100%}

#container .cont .texto_corpo ul:not(.subtree) li{
	display:block;line-height:2em; 
	padding:0 0 0 20px;
}

#container .cont .texto_corpo ul:not(.subtree) li:before{
	content:'\2022';margin:0 10px 0 0;color:#e74c3c;
	font-size:1.4em;float:left;
}

#trigger-overlay{
	position:fixed;top:70%;right:0;  font-size: 1.2em;
  padding: 5px 15px 5px 15px;
	background:#7ec3d9;cursor:pointer;
	z-index:2000;color:#fff;line-height: 42px;
	-webkit-border-top-left-radius: 20px;-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;border-bottom-left-radius: 20px;
	cursor:pointer;
	-webkit-transition: -webkit-transform .3s cubic-bezier(0.7,0,0.3,1);
	-moz-transition: -moz-transform .3s cubic-bezier(0.7,0,0.3,1);
	transition: transform .3s cubic-bezier(0.7,0,0.3,1);

	-moz-transform: translateX(94%);-webkit-transform: translateX(94%);
	-o-transform: translateX(94%);-ms-transform: translateX(94%);
	transform: translateX(94%);
	text-align:center;  line-height: 1.6em;
}
#trigger-overlay i{display:block;font-size:2em;}
#trigger-overlay:hover{background:#6fc191;}
#trigger-overlay.active{
	-moz-transform: translateX(0);-webkit-transform: translateX(0);
	-o-transform: translateX(0);-ms-transform: translateX(0);
	transform: translateX(0);
}

/* overlay*/
.overlay {
	position: fixed;width:100%;height:100%;z-index:5000;
	top: 0;left: 0;right:0;bottom:0;background: rgba(74,74,74,0.7);
}

.container {
	background: #fff;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.container.overlay-open {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.overlay-contentscale {
	visibility: hidden;
	-webkit-transform: translateY(-300%);
	transform: translateY(-300%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentscale.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.overlay .form_ligar{ color:#3f3f3f; padding:0 0 0 0;}
.form_ligar{
	position:absolute;left:50%;top:50%;
	background:#fff;width:810px;height:430px;margin:-215px 0 0 -405px;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;
	border-radius: 10px;position:relative;
}
.form_ligar .f_hd{
	background:#02a0c3;font-size:2em;color:#fff;padding:25px 35px;
	-webkit-border-top-left-radius: 10px;-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;border-top-right-radius: 10px;
}
.form_ligar .f_ct{
	padding:35px;
}
.form_ligar .f_ct .col1 .campo {margin:0 0 20px 0;position:relative}
.form_ligar .f_ct .col1{float:left;width:45%;}
.form_ligar .f_ct .col1 .val {font-size:1.23em;color:#26acca;margin:0 0 5px 0;}
.form_ligar .f_ct .col1 .campo input {
	border:1px solid #dedede;width:100%;
	height:35px;line-height:35px;padding:0 10px;
}
.form_ligar .f_ct .col1 .campo input[name='captcha_name'] {
	width:30%;margin:10px 0 0 0;height:25px;line-height:25px;
	font-size:0.9em;
}
.form_ligar .f_ct .col1 .bt_enviar{
	float:left;width:48%;background:#02a0c3;
	-webkit-border-radius: 5px;border-radius: 5px;
}
.form_ligar .f_ct .col1 .bt_enviar:hover{background:#6fc191}

.overlay .overlay-close {
	float:right;width:48%;background:#a9dfeb;
	font-size:1.4em;padding:10px 15px;color:#6c6c6c;
	text-align:center;cursor:pointer;-webkit-border-radius: 5px;border-radius: 5px;
}
.overlay .overlay-close:hover {background:#1d8ba3;color:#fff;}

.form_ligar .call{
	position:absolute;width:227px;height:408px;
	right:30px;bottom:0;
	background:url(/templates/layout_images/call.png) 0 0 no-repeat;
}

.form_ligar .f_ct .col2{
	float:left;width:30%;margin:0 0 0 5%;padding:22px 30px 0 0;
	font-size:1.2em;color:#3f3f3f;line-height:1.4em;
}
.form_ligar .f_ct .col2 span{
	display:block;font-family:"Arial";color:#3f3f3f;
	font-size:0.7em;font-weight:bold;margin:30px 0 0 0;
	line-height:1.3em;
}

.form_ligar .erro {
	position:absolute;font-size: 0.8em;color: #ec774b;top: 0px;right: 0;z-index:35
}


/* 
*	transition
*/

.areas li a,#header,#rd li a,
.oportunidades .list li .item,
.oportunidades .list li h4,
.oportunidades .list li .desc,
.oportunidades .list li .bt,
#rest .reservar:after,
#next,#prev,
#eventos li .item,
#eventos li .item .img img,
#submenu li a,
#lista_recente li .img i,
#lista_recente li img,
#menu_desd li a,#active_menu,
.sub_menu,
#header #search,
.form_list .campo input ,
.form_list .bt_enviar,
#rest .bl_lft h5:after,
#header #search .close,
.bc_acc a,.bt_enviar,
.overlay .overlay-close{
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.list_img li .icon,
#vertical li .icon,
#horizontal li .icon,
#empresas li .icon,
#cursos li  a.im .icon,
.galeria .bt div,
#mensagem{
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.list_img li a:before,
#vertical li .img:before,
#horizontal li .img:before,
#empresas li .img:before,
#cursos a.im .img:before{
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}

/*cmsbox*/ 
#video{
	position:fixed;top:50%;left:0;right:0;z-index:300;bottom:0;
	-webkit-transform: translateY(-300%);
	-moz-transform: translateY(-300%);-o-transform: translateY(-300%);
	-ms-transform: translateY(-300%);transform: translateY(-300%);
	margin: -280px 0 0 0;
}
#video, #video *,#video *:before,#video:before,#video *:after,#video:after {
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;	box-sizing: border-box;
	
}
#video .ct {
	max-width: 980px;width: 100%;
	margin: 0 auto;
}
#video.act{
	opacity: 1;-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);-o-transform: translateY(0%);
	-ms-transform: translateY(0%);transform: translateY(0%);
}
#video .ct .content_video{
	display:block;padding:10px;background:#fff;
	position:relative
}
#video .ct .content_video iframe{display:block}
#video .ct .content_video .close{
	position:absolute;color:#fff;padding:10px 15px;margin-top:10px;
	cursor:pointer;background:rgba(0,0,0,0.4);font-size:11px;font-weight:bold;
	z-index:5;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";opacity:1;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	top: 10px;z-index: 1500;left: 20px;
}

#video .ct .content_video #open_video{
	right:0;	
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 1);
}
#video .ct .content_video .close.act{
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);transform: translateY(-100%);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity:0
}

#video .ct .content_video .close:hover{background:#00c9de}
.overlay_video{
	position:fixed;top:0;left:0;right:0;bottom:0;min-width:1024px;min-height:768px;	
	background: #000;z-index:250;opacity: 0.5;display:none
}
.overlay_video.act{display:block}
#video .zindex{position:relative;z-index:10}

#video, #video .ct .content_video .close{
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}


/* 
*	MOBILE
*/

.mobile #header{position:relative; margin-top:0;top:0 }
.mobile #header .top{
	position:relative; background:rgba(0,201,222,1);
	padding-left:0;padding-right:0;
}
.mobile #header .bottom{	padding-left:0;padding-right:0;}
.mobile #header.active {
	top: 0; 
	-webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,0);
	box-shadow: 0 0 6px 2px rgba(0,0,0,0);
}
.mobile #destaque_tp { position:relative}
.mobile #container {margin-top: 0;}

.mleft{position:absolute;left:0;width:100%;right:0;background:rgba(0,201,222,1);height:33px;opacity:0;}
.mobile .mleft, .mobile .mright{opacity:1}


img,*:after,*:before{
	-webkit-backface-visibility: hidden; -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.swipebox {
  overflow: hidden!important;
}

#swipebox-overlay img {
  border: none!important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}

#swipebox-slider .slide {
  background: url("/templates/images/img/loader.gif") no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-action, #swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-action {
  bottom: -50px;
}
#swipebox-action.visible-bars {
  bottom: 0;
}

#swipebox-action.force-visible-bars {
  bottom: 0!important;
}

#swipebox-caption {
  top: -50px;
  text-align: center;
}
#swipebox-caption.visible-bars {
  top: 0;
}

#swipebox-caption.force-visible-bars {
  top: 0!important;
}

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url("/templates/images/img/icons.png");
  background-repeat: no-repeat;
  border: none!important;
  text-decoration: none!important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  right: 40px;position:fixed;top:0
}

#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
 left: 30%;
}

#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 30%;
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-action, #swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(#0d0d0d, #000000);
  background-image: -moz-linear-gradient(#0d0d0d, #000000);
  background-image: -o-linear-gradient(#0d0d0d, #000000);
  background-image: linear-gradient(#0d0d0d, #000000);
  -webkit-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
  -moz-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
  box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

#swipebox-action {
  -webkit-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
  -moz-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
  box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
}

#swipebox-caption {
  color: white!important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
.swiper-scrollbar {
	position: relative;
	-ms-touch-action: none;
	background: #8f9399
}
.swiper-scrollbar-drag {
	height: 100%;width: 3px;margin-left:-1px;
	position: relative;background: rgba(143, 147, 153, 0.6);
	
	
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/templates/libraria/fontes/fontawesome-webfont.eot?v=4.7.0');src:url('/templates/libraria/fontes/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/templates/libraria/fontes/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/templates/libraria/fontes/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/templates/libraria/fontes/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/templates/libraria/fontes/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/**************
* Menu Desdobravel 
**************/
#menu_desd li .st_desd{display:none !important}
#menu_desd{
	display:block;position:relative;
}
#menu_desd a, #menu_desd ul, #menu_desd ul li{display:block;}
#menu_desd li a{
	padding:10px;color:#4C4F52;border-bottom:1px solid #e1e1e1;
	font-size:1.2em;font-family:'Open Sans', Arial; font-weight:300;
	
}
#menu_desd li.nivel_0.act > a{background:#00C8DD;color:#fff;opacity:0.7;font-weight:600}
#menu_desd li.nivel_1.act > a{font-weight:600;}
#menu_desd li.nivel_1 a{font-size:1em;padding:5px 20px}
#menu_desd li a:hover{
	color:#fff;background:#74cee4;
}

/*menu responsive*/
#active_menu{
	float:right;display:none;width:34px;height:26px;margin:22px 0 0 0;cursor:pointer;position:relative;
	color:#aeafb2;font-size:3em;
}
#active_menu div.text{position:absolute;left:-65px;line-height:26px;font-size:1.6em;color:#A2A2A2}
#active_menu:hover{color:#00c9de;}
#menu_res{
	position:fixed;width:260px !important;
	right:0;top:0;bottom:0;background: rgba(32,32,32,1);z-index:2000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
	opacity: 0;-webkit-transform: translateX(103%);
	-moz-transform: translateX(103%);-o-transform: translateX(103%);
	-ms-transform: translateX(103%);transform: translateX(103%);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
#menu_res.open{
	opacity: 1;-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);-o-transform: translateX(0%);
	-ms-transform: translateX(0%);transform: translateX(0%);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
}

#menu_res .close{
	position: absolute;top: 0;left: 0;width: 50px;height: 50px;background:#02152a;cursor: pointer;z-index: 200;
}
#menu_res .close span.picto{
	width:14px;height:14px;background:url(/templates/layout_images/close.png) 0 0 no-repeat;
	margin: 18px 0 0 18px;display:block
}

#menu_res .close:hover{background-color:#6fc191}
#menu_res .close:hover span.picto{background-position:-15px 0;}

#menu_res.open .close{left:-50px}

#menu_res .menu{width:100%;}
#menu_res .menu a{
	display:block;line-height:50px;color:#fff;padding:0 20px;font-size:1.6em;
	font-family:'Open Sans';font-weight:300;
	border-bottom:1px solid #616161
}
#menu_res .menu a:hover{	background:#6fc191}
#menu_res .menu a .desc{display:none}
#menu_res .menu .sub_menu {display:none}


#menu_res .rs{float:none;display:block;padding:0 0 0 20px}
#menu_res .rs li{float:left;width:auto}
#menu_res .swiper-container {
	position: absolute;top: 0;left: 0;bottom: 0;right: 0;
	width: 265px;
}
/************** 
* LISTAGENS
**************/

#colaboradores,#colaboradores ul ,#colaboradores li,#colaboradores li span,
#horizontal,#horizontal ul ,#horizontal li,#horizontal li span,
#cursos,#cursos ul ,#cursos li,#cursos li span,#cursos li a{display:block;}
#colaboradores li,
#horizontal li,
#cursos li{ margin: 0 0 20px 0; padding: 0 0 20px 0; border-bottom: 1px solid #F2F2F2;}
#colaboradores li span.img{ 
	float:left;width:25%;
	overflow:hidden;
}
#horizontal li a{display:block}
#colaboradores li span.img img{ max-width:100%; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
#colaboradores li span.text { width:72%; float:right;color:#a5acb3}
#horizontal li span.text h3,
#colaboradores li span.text h3{ font-size:1.8em;color:#009fc3 }
#colaboradores li span.text .desc, 
#horizontal li span.text .desc{ font-size:1.1em;line-height:1.4em;}
#colaboradores li span.text .desc a{ color:#a5acb3;}
#colaboradores li span.text .desc a:hover{ text-decoration:underline; }

#vertical{display:block;}
#vertical .sep{width:100%;margin:0 0 40px;font-size:1.6em;line-height:1.3em;color:#a5acb3;}
#vertical ul, #vertical ul li a, #vertical ul span{display:block;}
#vertical li{float:left;width:48%;margin:0 0 4% 0;}
#vertical li:nth-child(2n){float:right}
#vertical li:nth-child(2n+1){clear:left}
#vertical li img{
	max-width:100%;max-height:100%;margin:0 auto;
}
#vertical li .text{
	text-align:center;font-size:1.4em;margin:10px 0 0 0;
	color:#a5acb3;padding:0 10px
}
#vertical li .img{
	position:relative;display:block;width:100%;
	text-align:center;
	border:1px solid #F2F2F2;overflow:hidden
}
#vertical li .img span.img2{

}
#vertical li .img{margin:0 auto}
#vertical li .img .d_agenda,
#horizontal li .img .d_agenda,
#restaurante .img .d_agenda{
	position:absolute;right:5px;top:5px;color:#fff;text-align:center;
	-webkit-border-radius: 5px;	border-radius: 5px;
	background:rgba(0,0,0,0.3);padding:10px;z-index:3;
	font-size:1.2em;
}
#vertical li .img .d_agenda span,
#horizontal li .img .d_agenda span,
#restaurante li .img .d_agenda span{display:block;float:left;}
#vertical li .img .d_agenda span.sep1,
#horizontal li .img .d_agenda span.sep1{margin:0 10px}
#vertical li .img .d_agenda span.day,
#horizontal li .img .d_agenda span.day,
#restaurante li .img .d_agenda span.day{font-weight:600}
#vertical li .img .d_agenda span.month,
#horizontal li .img .d_agenda span.month,
#restaurante li .img .d_agenda span.month{margin:0 5px}


#horizontal .img{
	position:relative;float:left;width:37%;
	border:1px solid #e1e1e1
}
#horizontal .img img{max-width:100%}
#horizontal .text{float:right;width:60%;color:#a5acb3;}
#horizontal .text .desc{margin:10px 0 0 0}
#horizontal li .img .d_agenda{	font-size:1em;}

#cursos a.tit{margin:0 0 15px 0;}
#cursos h3{font-size:1.7em;color:#009fc3}
#cursos h3:hover{color:#6fc191}

#cursos a.im{float:left;width:30%;}
#cursos a.im .img{
	display:block;width:100%;position:relative;
	border:1px solid #F2F2F2;
}
#cursos a.im .img img{max-width:100%}
#cursos .list_formulario{float:right;width:67%}

#restaurante, #restaurante ul, #restaurante ul li{display:block;}
#restaurante li{
	margin:0 0 20px 0;padding:0 0 20px 0;border-bottom:1px solid #F2F2F2
}
#restaurante li h5{font-size:1.8em;color:#009fc3;margin:0 0 10px 0; }
#restaurante li .desc{ color:#5D6062; display:block;}
#restaurante li.sep .desc{font-size:1.4em;width:100%;}
#restaurante li.sep p{margin:0;padding:0;}
#restaurante li.sep .list_formulario{
	padding:10px 0 0 0;margin:10px 0 0 0;
	border-top:1px solid #F2F2F2
}
#restaurante li .tip{ font-size: 1.3em;}
#restaurante .img{position:relative;float:left;width:30%;border:1px solid #F2F2F2;}
#restaurante .img img{max-width:100%}
#restaurante .text {float:right;width:68%;}
#restaurante li .img .d_agenda span{display:block;float:none}

.ui-datepicker { margin-top: -370px} 

#empresas{display:block;}
#empresas li a{display:block;}
#empresas li a img{max-width:100%;}
#empresas li{
	float:left;width:22%;margin:0 4% 4% 0;
}
#empresas li:nth-child(4n){margin-right:0;}
#empresas li:nth-child(4n+1){clear:left;}
#empresas li .img{
	position:relative;display:block;width:100%;
	text-align:center;overflow:hidden;
	border:1px solid #F2F2F2;overflow:hidden
}
#empresas h3{font-size:1em;color:#009fc3;text-align:center;margin:10px 0 0 0;}

#faq{display:block;}
#faq li{
	display:block;margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #e1e1e1
}
#faq h4{
	font-size:1.7em;color:#009fc3;
	margin-bottom:10px;cursor:pointer;
}
#faq .corpo{
	color:#a5acb3;font-size:1.1em;line-height:1.3em;
	display:none
}
#faq li.active .corpo{	display:block; }
#faq .corpo a{color:#a5acb3;text-decoration:underline}
#faq .corpo a:hover{color:#74cee4;}

/************** 
* accoes
**************/

.bc_acc{
	display:block;width:100%;margin:20px 0 0 0;padding:10px 0 0 0;
	border-top:1px solid #F2F2F2;text-align:right
}
.bc_acc a{
	display:inline-block;color:#fff;
	padding:10px 15px;background:#00c9de;
	font-size:1.1em;
}
.bc_acc a i{margin:0 10px 0 0}
.bc_acc a:hover{background:#009fc3;}
/************** 
* page
**************/
.sr-only {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0,0,0,0);border: 0;}
.page{display:block;width:100%;margin:30px 0 0 0;text-align:right}
.page ul{display: inline-block;padding-left: 0;}
.pagination>li {display: inline;}
.pagination>li>a, .pagination>li>span {
	position: relative;	float: left;	padding: 6px 12px;
	margin-left: -1px;	line-height: 1.42857143;
	text-decoration: none;	background-color: #fff;	border: 1px solid #ddd;
}
.pagination > li > a, .pagination > li > span {
	color: #a5acb3;	border-color: #e4e4e4;	border-top: none;
	border-bottom: none;	padding: 12px 16px;	font-size: 11px;
}
.pagination > li > a:hover {color:#00c9de}
.pagination>li:first-child>a, .pagination>li:first-child>span {margin-left: 0;}
.pagination > li:first-child > a, .pagination > li:first-child > span {border-left: none;}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 2;	color: #fff;	cursor: default;	background-color: #428bca;	border-color: #428bca;
}
 .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	border-color: #00c9de;background-color: #00c9de;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
.pagination > li:last-child > a, .pagination > li:last-child > span {border-right: none;}


/************** 
* caminho
**************/

.caminho{display:block;margin-top:5px;}
.caminho a{float:left;color:#b7babd;font-size:1em;}
.caminho a.home{color:#b7babd}
.caminho a:hover{color:#009fc3}
.caminho a.last{font-weight:bold}
.caminho .sep_caminho{color:#b7babd;float:left;margin: 0 5px;}

/************** 
* ANEXOS - Imagens
**************/
.galeria{
	display:block;margin-top:30px;position:relative;
	border:1px solid #dadada
}
.galeria .bt{
	position:absolute;right:0px;top:0px;z-index:20
}
.galeria .bt div{
	float:left;background: rgba(0,201,222,0.6);width:50px;height:50px;line-height:50px;
	text-align:center;color:#fff;cursor:pointer;
}
.galeria .bt div.disable{display:none}
.galeria .bt div:hover{background: rgba(0,201,222,1);}

.galeria .slide{display:block}
.galeria .slide img{max-width:100%;}

.list_img{display:block;margin-top:30px}
.list_img ul, .list_img li a{display:block;}
.list_img li{float:left;}
.list_img li{width:33.333%}
.list_img li a img{max-width:100%;}
.list_img li a{position:relative;}



.list_docs .cont_anexos ul{padding-bottom:2%}
.cont_anexos .titulo{
	display:block;font-size:2em;margin:0 0 30px 0;
	border-bottom:1px solid rgba(0,0,0,0.2);
}
.cont_anexos .titulo span{
	display:block;margin:0 0 10px;
}
#video .video{margin-bottom:40px;width:100%;}
#video h5{display:block;font-size:1.4em;margin:0 0 10px 0}
#video .video video{width:100%;height:100%;}

.list_docs{display:block;margin:30px 0 0 0}
.list_docs ul{display:block;}
.list_docs ul li{float:left;width:33.333%;margin:0 0 6% 0}

.list_docs ul li a{display:block;display: table; height:66px;width:100%}
.list_docs ul li a img{margin:0 5% 0 0}
.list_docs ul li a span{
	color:#a5acb3;width:70%;display: table-cell; vertical-align: middle; 
}
.list_docs ul li a:hover span{color:#74cee4}
.list_docs ul li audio{float:left;width:20%}
.cont_galeria{
	display:block;
	border:6px solid rgba(225,255,255,0.35)
}
.galleria_anexos{
	width:100%;height:280px;display:block;
	position:relative;
}
.galleria_anexos .galleria-theme-classic{background:rgba(0,0,0,0.2)}
.galleria_anexos .galleria-theme-classic .galleria-stage{
	left:0;top:0;right:0;bottom:0;
}

/************** 
* LISTA RECENTE
**************/

#lista_recente, #lista_recente li , #lista_recente a{display:block;width:100%;}

#lista_recente li{margin: 0 0 10px 0;padding:0 0 10px 0;border-bottom:1px solid #bdc3c6}
#lista_recente li .img{float:left;width:25%;position:relative}
#lista_recente li .img i{
	position:absolute;left:0;right:0;top:50%;text-align:center;opacity:0;
	color:#538aa0;z-index:3;font-size:1.4em;margin:-5px 0 0 0
}
#lista_recente li img{max-width:100%;}

#lista_recente li .text{float:right;width:70%;color:#538aa0}
#lista_recente li .text h6{font-size:1.2em;margin:0 0 10px 0}
#lista_recente li a:hover i{opacity:1}
#lista_recente li a:hover img{opacity:0.5}


/************** 
* formulário
**************/
#mensagem{
	display:block;position:fixed;left:0;right:0;z-index:50;
	padding:20px;background:rgba(0,0,0,0.8);top:0;
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
#mensagem.active{
	top:0;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
#mensagem .mensagem{font-size:1.6em;margin:0 0 15px;color:#fff}



.form_area{display:block;margin:40px 0 0 0;}
.form_area .separador{
	font-size:1.4em;margin-bottom:10px;display:block;color:#868686
}
.form_area .info{
	display:block;width:100%;
	background:#fafafa;border-width: 1px;color: #b4b4b4;font-size: 12px;height: auto;padding: 10px;resize: none;
	border-color:#d4d4d4;border-style:solid;line-height: 20px;vertical-align: middle;
	text-indent: 6px;display: inline-block;margin-bottom: 10px;
	-webkit-appearance: none;-webkit-box-shadow: none;
	-moz-box-shadow: none;box-shadow: none;
	-webkit-transition: all .25s linear, color .25s linear;
	-moz-transition: all .25s linear, color .25s linear;
	-o-transition: all .25s linear, color .25s linear;
	transition: all .25s linear, color .25s linear;
	-webkit-backface-visibility: hidden;
}
.form_100 .form_area{border:0;padding:0}
.form_area .nome_campo,.form_area .lnum{font-size:1.4em;margin-bottom:10px;display:block;color: #868686;}
.form_area .nome_campo{display:none}
.form_area .campo.pdf .nome_campo{display:block}
.ie9 .form_area .nome_campo{display:block}
.form_area .lnum span{display:inline-block}
.form_area .campo{float:none;clear:both;width:100%;margin:0 0 2% 0;position:relative;}
.form_area .campo.tipo_campo_big{float:none;clear:both;width:100%}
.form_area .campo input[type='text'],.form_area .campo input[type='email'],.form_area .campo textarea,.form_area .campo select{
	background:#fff;border-width: 1px;color: #b4b4b4;font-size: 12px;height: auto;padding: 10px;resize: none;width:100%;
	border-color:#EDEDED;border-style:solid;line-height: 20px;vertical-align: middle;
	text-indent: 6px;display: inline-block;margin-bottom: 10px;
	-webkit-appearance: none;-webkit-box-shadow: none;
	-moz-box-shadow: none;box-shadow: none;
	-webkit-transition: all .25s linear, color .25s linear;
	-moz-transition: all .25s linear, color .25s linear;
	-o-transition: all .25s linear, color .25s linear;
	transition: all .25s linear, color .25s linear;
	-webkit-backface-visibility: hidden;
}

.form_area .campo option{color: #838080;} 
.form_area .campo.lista{position:relative;cursor:pointer}
.form_area .campo.lista select{cursor:pointer}
.form_area .campo.lista:after{
	content:'';position:absolute;width:14px;height:7px;cursor:pointer;
	right:15px;top:50px;
	background:url(/templates/layout_images/arrow1.png) right -2px;
	background-repeat:no-repeat
}
.form_area .title_list{
	color: #868686;font-size: 16px;margin-bottom:5px;
}

.form_area .campo input{
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
	font-family: Open Sans;width: 100%;
}
.form_area .campo textarea{
	width: 100%;resize: vertical;font-family:Open Sans;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
.form_area .campo input:focus,.campo textarea:focus{border-color:#097880;color:#097880}
.form_area .campo .checkbox{margin:0 20px 20px 0;float:left;color:#b4b4b4}
.form_area .campo input[type='checkbox']{
	width:20px;border-radius:20px;
	margin:0 20px 0 0;
}


.form_area .campo input[type="checkbox"] {
	-webkit-appearance: checkbox;box-sizing: border-box;
	margin: 6px 0 0 10px;
}

.form_area .erro{position:absolute;right:0;top:1px;width:auto;color:#fff;background:#8d8b8b;padding: 13px;text-align:center;}



.form_list {display:block;}
.form_list .separador {display:block;width:100%;font-size:1.3em;color:#a5acb3;margin:0 0 20px 0;float:left;}
.form_list .campo {
	float:left;height:40px;width:48%;margin:0 4% 4% 0;border-bottom:1px solid #B8B8B8;
	position:relative;
}

.form_list .campo:nth-child(2n) {margin-right:0}
.form_list .campo input {
	height:100%;width:100%;line-height:100%;color:#DBDBDB;
	position:relative;z-index:30
}
.form_list .campo .val {
	position:absolute;left:0;top:0;bottom:0;right:0;
	width:100%;height:100%;line-height: 40px;
	color:#A6A3A3;z-index:1
}
.form_list .campo input:focus,
.form_list .campo input.active{color:#1D1D1D;background:#fff}
.form_list .campo.lista select{
	  width: 37%;  margin: 0 0 0 63%;position:relative;z-index:3;
	top:10px;
}

.form_list .campo.lista .val{color:#1D1D1D}

.form_list .campo.captcha {width:100%;border:0;margin-right:0}
.form_list .campo.captcha .lnum { width:48%;float:left;}
.form_list .campo.captcha .lnum span{ font-weight:600 }
.form_list .campo.captcha input { 
	width:48%;float:right;border-bottom:1px solid #B8B8B8;
}
.form_list .campo.captcha .val { left: 52%;width:48%}

.bt_enviar {
	float:right;font-size:1.4em;padding:10px 15px;background:#00c9de;
	color:#fff;cursor:pointer;
}
.bt_enviar:hover {
	background:#6fc191;-webkit-border-radius: 5px;border-radius: 5px;
}
.form_list .erro {
	position:absolute;font-size: 0.8em;color: #ec774b;top: -5px;right: 0;z-index:35
}





/************** 
* MAP
**************/
.map{position:fixed;left:0;top:0;right:0;bottom:0;z-index:1;opacity:0;}
.map.active{opacity:1}
#map-canvas{
	position:absolute;left:0;top:0;right:0;bottom:0;
}

/************** 
* ICONS
**************/

.list_img li .icon,#vertical li .icon,
#horizontal li .icon,
#empresas li .icon,
#cursos a.im .img .icon{
	position:absolute;left:50%;top:50%;z-index:5;
	margin:-20px 0 0 -20px;opacity:0;
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
}
.list_img li .icon i, #vertical li .icon i,
#horizontal li .icon i,
#empresas li .icon i,
#cursos a.im .img .icon i{
	background: #74cee4;color:#fff;
	-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	padding: 15px;border-radius: 50%;
	font-size: 10px;display: inline-block;
}
.list_img li a:before, #vertical li a .img:before,
#horizontal li .img:before,
#empresas li .img:before,
#cursos a.im .img:before{
	content:'';position:absolute;left:0;top:0;bottom:0;right:0;width:100%;height:100%;
	background: rgba(0, 0, 0, 0.5);z-index: 4;opacity:0;
}
.list_img li a:hover .icon,#vertical li a:hover .icon,
#horizontal li a:hover .icon,
#empresas li a:hover .icon,
#cursos a.im:hover .icon{
	opacity:1;
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
.list_img li a:hover:before,#vertical li a:hover .img:before, 
#empresas li a:hover .img:before, 
#horizontal li a:hover .img:before,#cursos a.im:hover .img:before {opacity:1;}

/*
	Pesquisa
*/

#pesquisa_res{margin:20px 0 0 0}
#pesquisa_res li{margin:0 0 20px 0;padding:0 0 20px 0;border-bottom:1px solid #dee2e4}
#pesquisa_res li a{display:block;color:#6f7070}
#pesquisa_res li a .number{
	float:left;font-size:2em;height:40px;line-height:40px;border-right:1px solid #6f7070;text-align:center;width:8%;margin:0 2% 0 0; 
}
#pesquisa_res li a .bl_text{float:left;width:89%}
#pesquisa_res li a .data_pes{display:inline-block;font-family:tahoma}
#pesquisa_res li a .titulo_pesquisa{display:inline-block;font-weight:bold}
#pesquisa_res li a .desc_pesquisa{margin-top:10px}
#pesquisa_res li a .caminho_pesquisa > div{display:inline-block;margin-top:10px;}
#pesquisa_res li a:hover .titulo_pesquisa,#pesquisa_res li a:hover .number{color:#00c9de}

/************** 
* block ie7 and ie8
**************/
.block_ie7{position:fixed;top:0;left:0;bottom:0;right:0;background:#000;opacity:0.7;z-index:666999;}
.container_ie7{width:492px;height:auto;padding:40px 70px;top:50%;left:50%;margin-left:-300px;margin-top:-276px;background:#fff url(/templates/images/no_ie/bck_no_ie.jpg) top repeat-x;z-index:666999;position:fixed;border-radius:20px}
.bl_brw{float:left;width:100%;height:100%}
.bl_brw .titulo{width:100%;height:100px;background:url(/templates/images/no_ie/no_ie_gestor.png) left top no-repeat}
.bl_brw ul.browsers{width:100%;margin-top:100px;list-style:none}
.bl_brw ul.browsers li{width:100%;height:50px;border-bottom:1px solid #dadada;padding-bottom:12px;margin-bottom:12px}
.bl_brw ul.browsers li a{float:left;width:100%;height:50px}
.bl_brw ul.browsers li a .img{float:left;width:50px;height:50px;background:url(/templates/images/no_ie/no_ie_icons.png) 0 0 no-repeat}
.bl_brw ul.browsers li a .text{float:left;margin-left:30px;width:214px;height:22px;background:url(/templates/images/no_ie/no_ie_text.png) 0 0 no-repeat;margin-top:15px}
.bl_brw ul.browsers li a .img.chrome{background-position:-80px 0}
.bl_brw ul.browsers li a .img.firefox{background-position:-80px -78px}
.bl_brw ul.browsers li a .img.safari{background-position:-80px -154px}
.bl_brw ul.browsers li a .img.ie{background-position:-80px -232px}
.bl_brw ul.browsers li a .text.chrome{background-position:0 0}
.bl_brw ul.browsers li a .text.firefox{background-position:0 -24px}
.bl_brw ul.browsers li a .text.safari{background-position:0 -45px}
.bl_brw ul.browsers li a .text.ie{background-position:0 -69px}
.bl_brw ul.browsers li.achrome:hover .img{background-position:0 0}
.bl_brw ul.browsers li.afirefox:hover .img{background-position:0 -78px}
.bl_brw ul.browsers li.asafari:hover .img{background-position:0 -154px}
.bl_brw ul.browsers li.aie:hover .img{background-position:0 -232px}

/************** 
* retina displays
**************/

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {

} 
input, button{	-webkit-appearance: none;}

/************** 
* media print
**************/
@media print{	.rmprn{display:none} }
/************** 
* media screen responsive
**************/
@media only screen and (max-width: 1600px)
{
	
}
@media only screen and (max-width: 1280px)
{
	#header{margin-top:10px;width:1044px;}
	.ct{max-width:1024px;}
	#destaque_tp li .title{
		width: 300px;height: 240px;background-size:100%;
		padding: 59px 50px 50px 50px;margin: -370px 0 0 0;
	}
	#destaque_tp li h3{font-size:2.5em;color:#fff;}
	#header .bottom{padding:10px 40px 10px 40px}
	#header.active{	top:-43px;}
	#container{margin-top: 570px;}
	.img_tp{height:260px;}
	.sub #container{margin-top: 230px;}
	.sub #container .titulo_caminho .rp2{width:46%;}
	.sub #container .titulo_caminho .rp_cb {right: 46%}
	.ui-datepicker { margin-top: -230px} 
	
}
@media only screen and (max-width: 1070px) 
{
	#header {width: 880px;margin-top:0}
	#header.active {top: -32px;}
	#menu li {margin-left:10px;}
	.ct {max-width: 860px;}
	#container{margin-right:0;margin-left:0}
	.oportunidades .list li .cont {padding: 30px 10px 20px;}
	#rest .bl_right {width: 61%;}
	#rest .bl_lft {width: 39%;}
	#rest .ementa .corpo {max-height: 13.7em;overflow:hidden}
	#eventos li .item .cont .desc {max-height: 4.8em;overflow: hidden;}
	#eventos li .item .cont h4 {max-height: 2.6em;overflow: hidden;}
	
	.mobile #header{position:relative;width:100%;left:0;margin:0;top:0;}
	.mobile #header.active{top:0;-webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,0);	box-shadow: 0 0 6px 2px rgba(0,0,0,0);}
	.mobile .h_zindex{background:none}
	.mobile .img_tp{display:block;position:relative}
	.mobile.sub #container{ margin-top:-40px}
}

@media only screen and (min-width: 959px)
{	
	#container{ margin-top: 858px;}
}
@media only screen and (max-width: 959px)
{	
	#header{position:relative;width:100%;left:0;margin:0;top:0;}
	#header.active{top:0;-webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,0);	box-shadow: 0 0 6px 2px rgba(0,0,0,0);}
	.h_zindex{background:none}
	
	#destaque_tp{position:relative;}
	#header .top {background: rgba(0,201,222,1);}
	
	.mleft{opacity:1}
	#header .top, #header .bottom{padding-left:0;padding-right:0;}
	#eventos li .item .cont .desc {margin-top: 10px;}
	
	.img_tp{position: relative;	}
	.sub #container{margin-top: -27px;}
	.sub #container .titulo_caminho .rp_cb {right: 43%;}
	.sub #container .titulo_caminho .rp2 {width: 44%;}
	.sub #container .titulo_caminho .rp2{width:40%;}
	.sub #container .titulo_caminho .rp_cb {right: 40%}
}
@media only screen and (max-width: 860px)
{	
	.areas{
		top:0;margin:0 0 50px 0;
		-webkit-border-top-left-radius:0;-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 0;-moz-border-radius-topright: 0;
		border-top-left-radius: 0;border-top-right-radius: 0
	}
	#destaque_tp li .title {
		width: 240px;height: 194px;	padding: 42px 50px 50px 50px;
		margin: -200px 0 0 0;
	}
	.ct {max-width: 760px;}
	#menu ul{display:none}
	#active_menu{display:block}
	#eventos li .item .cont .desc {overflow: hidden;}
	#eventos li .item .img {width: 100%;}
	#eventos li .item .cont {width: 100%;}
	#eventos li .item .cont .desc{height:auto;max-height:8em;}
	.sub #container .titulo_caminho .rp2{width:35%;}
	.sub #container .titulo_caminho .rp_cb {right: 35%}
	
	.form_ligar{
		 width: 670px;  margin: -215px 0 0 -335px;
	}
	
}
@media only screen and (max-width: 789px)
{	
	.ct {max-width: 100%; padding:0 3%}
	#rest .ct {padding: 0;margin: 0 3%;}
	#rest .bl_lft h5 {font-size: 2.3em;}
	#rest .ementa h4 {line-height: 1.3em;}
	#rest .bl_lft, #rest .bl_right {padding: 80px 30px 30px;}
	
	#container .col-1 {width: 100%;}
	#container .col-2 {width: 100%;margin-top:40px;}
	.sub #container .titulo_caminho .rp2{width:24%;}
	.sub #container .titulo_caminho .rp_cb {right: 24%}
	.sub_menu{display:block;}
	.sub_menu{
		display:block;padding:10px;background:#F4F4F4;text-align:right;
		font-size:1.4em;color:#a5acb3;cursor:pointer;
	}
	.sub_menu span{ margin:0 10px 0 0	}
	.sub_menu:hover{background:rgba(0,201,222,1);color:#fff}
	
}
@media only screen and (max-width: 680px)
{	
	.areas li {width: 50%;}
	#destaque_tp li .title{ opacity:0 }
	
	#empresas li{width:29.3333%;}
	#empresas li:nth-child(4n){margin-right:4%;}
	#empresas li:nth-child(4n+1){clear:none;}
	#empresas li:nth-child(3n){margin-right:0%;}
	#empresas li:nth-child(3n+1){clear:left;}
	
	.form_ligar{width: 90%;   margin: -215px 0 0 -45%;}
	.form_ligar .f_ct .col1 { width:100%; }
	.form_ligar .f_ct .col2 {  display: none;}
	.form_ligar .call {  display: none;}
	
	#video{	position:relative;top:0;margin:30px 0 0 0;}
	#content.sub.none{display:none !important; }
	#video .ct{ padding:0 !important;
	}
	#video .ct .content_video .close{  top: -30px;margin:0;
	  left: 0;  right: 0;  border-radius: 0;background:rgba(0,0,0,1);
	}
	#video .ct .content_video iframe{height:350px!important}
}
@media only screen and (max-width: 680px)
{	
	#destaque_tp{ display:none; }
	.oportunidades .list li {width: 48.89%;margin-bottom:2.222%}
	.oportunidades .list li:nth-child(2n) {margin-right:0}
	.oportunidades .list li:nth-child(2n+1) {clear:left}
	#footer .footer1 .col-3 {display:none;}
	#footer .footer1 [class^='col-']{width:47%}
	#footer .footer1 .col-2 {margin:0;float:right;}
	#footer {margin: 40px 0 0 0;}
	#footer .footer1 {padding: 50px 0;}
	#cursos .list_formulario{    width: 76%;}
	#cursos a.im {  width: 21%;}
	#header #search{display:none;}
	#header #search.active{display:block;}
	
}
@media only screen and (max-width: 580px)
{	
	#rest .bl_lft {width: 100%;}
	#rest .bl_lft:before {
		content: '';position: absolute;width: 200px;
		height: 150px;	left: 60px;	top: -118px;
		background: #fff;z-index: 0;
		-moz-transform: rotate(-16deg) skewX(10deg);
		-webkit-transform: rotate(-16deg) skewX(10deg);
		-o-transform: rotate(-16deg) skewX(10deg);
		-ms-transform: rotate(-16deg) skewX(10deg);
		transform: rotate(-16deg) skewX(10deg);
	}
	#rest .bl_right { width:100%; }
	#rest .bl_right:before {display:none;}
	#rest .ct{ height: auto }
	#rest .bl_right {padding-top: 20px}
	#rest .bl_lft {padding-top: 57px;}
	#rest {height: auto;}
	#rest .bck {background-size: cover;}
	
	.list_img li{width:50%}
	#vertical li{width:100%}
	#horizontal li .img{width:100%}
	#horizontal li .text{width:100%;margin:10px 0 0 0}
	#header .top a, #header .top .search{    margin: 0 0 0 15px;}
	
}
@media only screen and (max-width: 520px)
{	
	#rd{float:left;width:100%}
	#rd li {margin: 6px 8px 0 0;}
	#footer .footer1 [class^='col-']{
		margin:0;width:100%;
	}
	#footer .footer1 .col-2{ margin-top:40px;	}
	#footer h5 {margin: 0 0 30px 0;}
	.sub #container .titulo_caminho .rp2{width:5%;}
	.sub #container .titulo_caminho .rp_cb {right: 5%}
	
	.form_list .campo { width:100%; margin-right:0}
	#header .top a > i { display: none;}
	
}
@media only screen and (max-width: 480px)
{	
	.areas li {width: 100%;}
	.oportunidades .list li {width: 100%;margin-right:0}
	#eventos li {width: 100%;}
	#restaurante .img {width: 100%;}
	#restaurante .text {width: 100%;margin:10px 0 0 0}
	#header #search{top:134px;}
	#empresas li{width:100%;margin:0 0 4% 0 !important;}
}
@media only screen and (max-width: 420px)
{	
	.list_img li{width:100%}
		#header .top a.hc { display: none;}
}
