@font-face {
	font-family: 'euphorigenicregular';
	src: url('../_fonts/euphorigenic/euphorigenic-webfont.eot');
	src: url('../_fonts/euphorigenic/euphorigenic-webfont.eot?#iefix') format('embedded-opentype'),
	url('../_fonts/euphorigenic/euphorigenic-webfont.woff2') format('woff2'),
	url('../_fonts/euphorigenic/euphorigenic-webfont.woff') format('woff'),
	url('../_fonts/euphorigenic/euphorigenic-webfont.ttf') format('truetype'),
	url('../_fonts/euphorigenic/euphorigenic-webfont.svg#euphorigenicregular') format('svg');
	font-weight: normal;
	font-style: normal;

}
/*------------------------------------*\
    RESET
\*------------------------------------*/
.form-control-feedback {
	right: 20px;
}
#erros{
	float: left;
	width: 100%;
}
.form-agencias fieldset{
	margin-bottom: 10px;
}

.alert-dismissable .fechar, .alert-dismissible .fechar {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
button.fechar {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}
.fechar {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}


.wppb-user-forms ul li,
#wppb-login-wrap p,
#select_user_to_edit_form p{
	float: left;
	width: 100%;
}
.login .tab-content{
	padding: 10px 10px;
	background-color: #fff;
	display: inline-block;
	border: 1px solid #ddd;
	border-top: none;
}
.pacote-img img{
	width: 100%;
}
span.mbe-update-bubble{
	display: inline-block;
	background-color: #d54e21;
	color: #fff;
	font-size: 13px!important;
	line-height: 17px!important;
	font-weight: 600!important;
	margin: 8px 0 0 0px!important;
	vertical-align: top;
	-webkit-border-radius: 10px!important;
	border-radius: 10px!important;
	z-index: 26;
	padding: 0px 6px!important;
}
span.mbe-ab-text{
	position: relative !important;
	margin: 0px -6px !important;
	font-weight: normal !important;
}
span.mbe-ab-text-active{
	position: relative !important;
	margin-left: 0px !important;
	color: #91b1c6 !important;
	font-weight: bold !important;
	text-shadow: 0px 0px 1px #000 !important;
}
.button, .button-primary {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.button:hover, .button-primary:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.button, .button-primary {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}


.btn-file {
	position: relative;
	overflow: hidden;
}
.has-error .btn-file {
	border: 1px solid #a94442;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}


.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}

.pagination .prev, .pagination .page-numbers, .pagination .next {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
}

.pagination a:hover{
	color:#fff;
	background: #A21418;
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #A21418;
	color:#fff;
}



.media{
	background-color:#fff
}
.media .media-body{
	padding:20px 20px 20px 10px
}
.media-heading{
	color:#000
}

html, body{
	background:url(../_img/bg.jpg) no-repeat center center fixed;
	background-size:cover;
}
h1, .h1{
	text-align:center;
	font-family: 'euphorigenicregular';
	color: #A21418;
	font-size: 60px;
	margin-bottom: 30px;
}
.h3, h3{
	color: #3A6B2C;
}
#mm-lang_sel_list{
	display:none
}
.wp-playlist-current-item {
	display:none
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}


/*------------------------------------*\
    HEADER
\*------------------------------------*/
.menu{
	background-color:#fff;
	box-shadow: 0 0 7px 7px rgba(0,0,0,0.4);
	top: 0;
	width:100%;
	z-index: 9999;
	float: left;
}
.wrap-menu{}
.affix .oktober-logo {
	padding: 10px 20px 10px 0px;
	max-width: 120px;
	float: left;
}
.affix .navbar-default {
	margin-top: 10px;
}
header{
	/* background-color:#fff; */
	/* box-shadow: 0 0 7px 7px rgba(0,0,0,0.7); */
}
.navbar-header{
	width:100%;
}
.navbar-toggle {
	border-color: #2E5428;
	z-index: 1;
	background-color: #007632;
	/* margin-top: -10px; */
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF!important;
}
.top-navbar{
	background: url('../_img/bg-menu.jpg') no-repeat center center;
	background-size: cover;
	min-height: 20px;
}

#menu-menu{
	margin-top:20px
}
.affix #menu-menu{
	margin-top:0px
}
.navbar-default {
	background-color: transparent;
	border:none;
	border-radius: 0;
	font-family:'euphorigenicregular';
	font-size: 28px;
	letter-spacing:1px;
	min-height: 20px;
	float: right;
	margin-top: 12px;
	margin-bottom: 5px;
	margin-left: 30px;
}
#mm-menu-btn{
	display:none
}
.mm-menu.navbar-default {
	font-family:inherit;
	font-size: 28px;
	float: right;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#lang_sel_list{
	float:left;
	margin-left: 0;
}
#lang_sel_list ul{
	list-style:none;
	float:left;
	/* margin: 0 14px 0 76px!important; */
}
#lang_sel_list ul li{
	float:left;
}
#lang_sel_list ul a{
	padding: 6px 7px 0;
	float: left;
	width: 29px;
	background-color: transparent;
}
#lang_sel_list img.iclflag{
	/* width:100%; */
	height:inherit
}






.navbar-default .navbar-nav>li>a {
	color: #A21418;
	padding-left: 10px;
	padding-right: 10px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #40722F;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #40722F;
	background-color: transparent;
}
.dropdown-menu{
	background: #463B2C;
}
.dropdown-menu>li>a{
	color:#fff
}
.oktober-logo{
	padding: 10px 0 10px 0px;
	max-width: 180px;
	float: left;
}

ul.social-home {
	list-style: none;
	margin: 2px auto;
	display: inline-block;
	padding: 0;
	float: right;
}
.social-home li{
	float: left;
}
.social-home li a{
	padding: 6px;
	font-size: 20px;
	color: #fff;
}
.social-home li a:hover{}
.social-home span{
	color:#E30613;
	font-family:'euphorigenicregular';
	font-size:20px
}

/*------------------------------------*\
    CONTEUDO
\*------------------------------------*/
.col-bandeira{
	width: 270px;
}
.col-content{width: calc(100% - 270px + 15px * 2);float: left;}
.bandeira-top{
	float:left;
	margin-top: 0px;
	width: 100%;
	margin-left: -20px;
}
.bandeira-top img{
	width:100%
}
.bandeira-middle{
	background:url(../_img/bandeira-middle.png) top center repeat-y;
	background-size:100%;
	float:left;
	padding: 20px 50px;
	text-align:center;
	width: 100%;
	margin-left: -20px;
}
.banners{margin: 0 40px 0 0;}
.pull-right .bandeira-middle{
	padding: 0 36px 0 39px;
	/* width: 270px; */
	z-index: 0;
	position: relative;
}

.bandeira-middle img{
	text-align:center;
	width: 100%;
}
.bandeira-middle .item img{
	margin: 30px auto 0;
}
.bandeira-middle>span{
	color:#E30613;
	font-family:'euphorigenicregular';
	font-size: 21px;
	text-align:center;
	width:100%;
	float:left;
	padding: 10px 0 10px;
}
.bandeira-middle ul{
	list-style: none;
	margin: auto;
	display: inline-block;
	padding: 0;
}
.bandeira-middle li{
	float: left;
}
.bandeira-middle li a{
	padding: 6px;
	font-size: 25px;
	color: #AA9119;
}

#logos.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;zoom:1;
	margin: 5px;
	padding: 0;
	font-size: 25px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 100%;
	background: #00872B;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	line-height: 18px;
	width: 26px;
	text-align: center;
}

.bandeira-middle .custom.tparrows {
	border-radius: 100%;
	background: #00872B;
	width: 26px;
	height: 26px;
}
.bandeira-middle .custom.tparrows:before {
	line-height: 26px;
	text-align: center;
}

.bandeira-bottom{
	float:left;
	width: 100%;
	margin-left: -20px;
}
.pull-right .bandeira-bottom{
	margin-top: -23px;
	z-index:2;
	position: relative;
}
.bandeira-bottom img{
	width: 100%;
}


#pip{
	margin: 20px 0;
}
#pip .row>div{
	/* padding:0; */
}
#pip h4{
	/* display:none */
}

#pip img{
	border:10px solid #fff;
	box-shadow:0 0 2px 2px rgba(0,0,0,.2);
	border-radius:0!important;
	margin-bottom:20px;
	width: 100%!important;
}
#pip a{
	float:left;
	margin:2px 0;
	width:100%;
}


#datas{
	padding: 0 40px;
}
#datas.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: block;zoom:1;
	margin: 0;
	padding: 0;
	font-size: 25px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 0;
	background: #00872B;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	line-height: 103px;
	width: 30px;
	text-align: center;
	position: absolute;
	top: 0;
}
#datas .owl-prev{
	left:0
}
#datas .owl-next{
	right:0
}
#datas .item a{
	border:1px solid #AA9119;
	text-align:center;
	display:block;
	width: 100px;
	padding:0px 10px 10px;
	text-decoration:none

}
#datas span{
	font-weight:bold;
	font-family: 'euphorigenicregular';
	color:#758D9A;
}
#datas .active span{
	color:#C00D0D
}
#datas span.dia{
	font-size: 50px;
}
#datas span.semana{
	font-size:13px;
}
.horarios{
	color:#758D9A;
	font-weight: bold;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top: none;
	border-bottom: 1px solid #AA9119;
}
.horarios .nav-tabs>li>a {
	font-family: 'euphorigenicregular';
	color: #758D9A;
	font-size: 18px;
	font-weight: bold;
}
.horarios .nav-tabs>li.active>a,.horarios  .nav-tabs>li.active>a:focus,.horarios  .nav-tabs>li.active>a:hover {
	color: #AA9119;
	background-color: transparent;
	border: none;
}
.horarios .nav-tabs>li {
	float: left;
	margin-bottom: 0px;
}
.horarios .nav-tabs {
	border-bottom: none;
}

.horarios .nav-tabs>li>a:hover {
	border-color: transparent;
}
.horarios .nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}
.horarios .nav>li>a {
	padding: 10px 15px 10px 8px;
}
/*------------------------------------*\
    SLIDE
\*------------------------------------*/

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.navbar-footer{
	text-align:center;
	padding: 20px 0 20px;
}
.navbar-footer ul{
	list-style: none;
	margin: 0 auto;
	display: inline-block;
	padding: 0;
	background-color:#007632
;
}
.navbar-footer li{
	float: left;
}
.navbar-footer li a{
	color:#fff;
	font-family:'euphorigenicregular';
	font-size:14px;
	padding:5px 40px;
	letter-spacing:1px;
	float:left
}
.rodape{
	margin:-7px auto
}
.logo-tarantis{
	position:absolute;
	bottom:5px;
	left:50%;
	margin-left:-30px;
}
.logo-tarantis img{
	width:60px;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

footer {
	position: relative;
	width: 100%;/* Set the fixed height of the footer here */
	height: 130px;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
	html {
		position: relative;
		min-height: 100%;
	}
	body {/* Margin bottom by footer height */
		margin-bottom: 130px;
	}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

	html {
		position: relative;
		min-height: 100%;
	}
	body {
		/* Margin bottom by footer height */
		margin-bottom: 130px;
	}
	footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		/* Set the fixed height of the footer here */
		height: 130px;
	}

	.navbar-default .navbar-nav>li>a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 22px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.bandeira-middle>span {
		font-size: 14px;
	}
	html {
		position: relative;
		min-height: 100%;
	}
	body {
		/* Margin bottom by footer height */
		margin-bottom: 130px;
	}
	footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		/* Set the fixed height of the footer here */
		height: 130px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 15px 5px;
		font-size: 16px;
	}

	#lang_sel_list ul a {
		/* padding: 15px 7px 0; */
		width: 30px;
	}
	#lang_sel_list ul {
		/* margin-right: -1px!important; */
		/* margin-left: 56px!important; */
	}
	.col-content {
		width: calc(100% - 200px + 15px * 2);
		float: left;
	}
	.col-bandeira {
		width: 200px;
	}
	.bandeira-middle li a {
		padding: 3px;
		font-size: 15px;
	}
	.container{
		width:100%
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.logo-tarantis{
		display:none
	}
	#lang_sel_list ul {
		/* margin-left: 16px!important; */
	}
	#menu-menu{
		display:none
	}
	.caret{
		display:none
	}
	.dropdown-menu {
		position: relative;
		z-index: 1000;
		display: block;
		float: inherit;
		background-color: transparent;
		border: none;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
		color: #FBBA00;
		text-decoration: none;
		background-color: inherit;
	}
	.col-bandeira {
		display:none;
	}
	.col-content {
		width: 100%;
		padding-bottom: 60px;
	}
	footer{
		position:fixed;
		bottom:0;
		width: 100%;
	}
	.rodape {
		/*display:none;*/
	}
	.navbar-footer {
		text-align: center;
		padding: 60px 0 0;
	}
	.navbar-footer li a:after {
		color: #fff;
		font-family: 'euphorigenicregular';
		font-size: 14px;
		padding: 5px 40px;
		letter-spacing: 1px;
		float: left;
	}
	.navbar-footer li a {
		height:60px;
		font-size: 0;
	}
	.navbar-footer li {
		width:25%
	}
	.navbar-footer ul {
		width:100%
	;
		float: left;
	}

	.navbar-footer li a:before {
		font-family: 'FontAwesome';
		font-size: 30px;
		color: #fff;
		position: absolute;
		margin: 7px 0 0 -3%;
	}
	.navbar-footer li:nth-child(1) a:before {
		content:'\f073';
	}

	.navbar-footer li:nth-child(2) a:before {
		content:'\f145';
	}

	.navbar-footer li:nth-child(3) a:before {
		content:'\f1ea';
	}

	.navbar-footer li:nth-child(4) a:before {
		content:'\f0f5';
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {

	h1, .h1{
		font-size: 40px;
	}
	.oktober-logo {
		padding: 5px 0;
		max-width: 120px;
	}
	.social-home li a {
		padding: 2px;
		font-size: 25px;
	}
	.social-home span {
		font-size: 1em;
	}

	footer {
		position: absolute;
	}
	html,body{
		height:100%
	}
}
