html {
	font-family: 'Exo 2', sans-serif;
}
body {
	vertical-align: inherit !important;
}

.section {
	min-height: 100vh;
}

/*------------Home-------------*/
.wrapper-video {
	margin-top: 25px;
	width: auto;
	position: relative;
	padding: 15px;
}
.wrapper-video video {
	
}
.playpause {
	background-image: url(../images/play_ac.png);
	width: 50%;
	height: 50%;
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	margin: auto;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}
/*------------Fim Home---------*/

.page {
	/*min-height: 800px;*/
}
/*.post-8, .post-105 {
 min-height: 556px;
 }*/
.post-16, .post-118 {
	/*min-height: 100vh;*/
}

.banner {
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	max-width: 1904px;
	z-index: 1;
	position: fixed;
	pointer-events: none;
}
.banner img {
	pointer-events: none;
}

.main-menu {
	z-index: 3;
}

.full_banner {
	background-image: url("../images/banner_accountable_inteiro.png");
	-webkit-background-size: 100% 100% !important;
	-moz-background-size: 100% 100% !important;
	-o-background-size: 100% 100% !important;
	background-size: 100% 100% !important;
	background-position: 100% 100% !important;
	height: 300px;
}
@media (max-width: 600px) {
}
/*----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

div.main-menu nav {
	padding: 15px 30px;
}

.menu-custom_menu {
	line-height: 100px !important;
}

.nav-active {
	color: black;
	background-image: url("../images/blisq/seta_menu.png");
	background-repeat: no-repeat;
	background-position: center;
}
.nav-active img {
	vertical-align: middle;
}

div.main-menu nav ul li a:hover {
	color: gray;
}

div.content-960 {
	color: black;
}

div.section h1.page-title {
	font-weight: normal !important;
	text-transform: uppercase !important;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 0;
	letter-spacing: normal;
}

.title-description {
	font-style: normal;
	font-size: 19px;
	letter-spacing: -0.02em;
	padding-left: 0px;
	font-weight: normal;
	text-transform: none;
	text-align: center;
	display: block;
	padding-top: 15px;
}

.separador {
	border-bottom: 2px solid #757575;
	padding-top: 20px;
	margin-bottom: 20px;
	width: 80%;
	margin: 0 auto;
}

.title-line-separator {
	background-repeat: repeat-x;
	height: 7px;
	margin: 25px 0;
}
.modal h3, .section h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
	div.section h1.page-title {
		padding-bottom: 10px;
		padding-top: 0px;
	}

	.title-description {

	}

	.separador {
		padding-top: 0px;
		margin-bottom: 0px;
	}

	div.content-960 {
		color: black;
		padding-top: 50px;
		padding-bottom: 64px;
	}
	.mini_menu {
		display: block;
	}
	.title-line-separator {
		background-repeat: repeat-x;
		height: 7px;
		margin: 13px;
	}
	.wrapper-video {
		margin-top: 25px;
		width: auto;
		position: relative;
		padding: 0;
	}
	video {
		max-width: 100% !important;
	}
}

@media only screen and (min-width: 769px) {

	.mini_menu {
		display: none;
	}
}
/*--------------------Serviços------------------------*/
#seta_servicos {
	width: 32px;
	height: 32px;
}
#seta_servicos2 {
	width: 12px;
	height: 12px;
}

.modal p, .modal h3, .section h3 {
	padding-bottom: 5px;
}
.modal h5, .section h5 {
	margin-left: 34px;
}
/*----------------------PARCEIROS---------------------*/

.parceiros {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.parceiros img {
	display: block;
	margin: auto;
}

.parceiros_frame {
	color: white !important;
}

.parceiros_hover {
	display: none;
	position: absolute;
	width: 70%;
	height: 70%;
	background-color: black;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.parceiros_hover p {
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.parceiros_frame:hover .parceiros_hover {
	display: block;
}

.parceiros_hover a {
	cursor: pointer;
}
/*-----------------Notícias-----------------*/
.accordion > h3 {
	cursor: pointer;
	font-style: normal;
	letter-spacing: -0.02em;
	padding-left: 20px;
	font-weight: normal;
	text-transform: none;
	/*text-align: center;*/
	display: block;
	color: #757575;
}

.noticia_content {
	padding-left: 40px;
}
.noticia_content a {
	cursor: pointer;
	color: black;
}
.noticia_content a:hover {
	color: #757575;
}

.news {
	display: inline-table;
	/*height: 100%;*/
}
.newschild {
	height: 400px;
	display: block;
	overflow-y: hidden;
}
/*-----------------------------------------------------------------------------POPUP----------------------------------------------------------------------------------------*/
.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 100;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
	z-index: 100;
}

.modalDialog > div {
	width: 50%;
	height: 70%;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	background: #fff;
	z-index: 100;
}

.closeX {
	background: #757575 !important;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	z-index: 100;
	cursor: pointer;
}

.close:hover {
	background: #e2b55c !important;
	z-index: 100;
}
.foto_atraction {
	max-width: 100%;
	max-height: 500px;
	float: right;
	z-index: 100;
}

.content_popup {
	margin: 35px;
	z-index: 100;
}

#np-8 .content-960 {
    max-width: 960px;
    padding-top: 150px;
    padding-bottom: 0;
    margin-top: 8px;
}
#np-105 .content-960 {
    max-width: 960px;
    padding-top: 150px;
    padding-bottom: 0;
    margin-top: 8px;
}

@media only screen and (max-width: 1024px) {

	.modalDialog {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 100;
		opacity: 0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}
	.modalDialog:target {
		opacity: 1;
		pointer-events: auto;
		z-index: 100;
	}

	.modalDialog > div {
		width: 90%;
		height: 90%;
		position: relative;
		margin: 2% auto;
		padding: 2px 2px 2px 2px;
		background: #fff;
		z-index: 100;
	}

	.closeX {
		background: #757575 !important;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		z-index: 100;
		cursor: pointer;
	}

	.close:hover {
		background: #e2b55c !important;
		z-index: 100;
	}
	.foto_atraction {
		max-width: 100%;
		margin-top: 0;
		z-index: 100;
		float: none;
		margin: 0 auto;
	}

	.content_popup {
		margin: 0;
		z-index: 100;
		padding: 20px;
		overflow-y: scroll;
	}

	.newschild {
		display: block;
		overflow-y: hidden;
		height: inherit;
	}

}
/*-----------------------------------Contactos--------------------------------------------*/

input[type="text"] {
	width: 100%;
	line-height: 50px;
	background-color: rgba(0, 0, 0, 0.4);
	background: rgba(0, 0, 0, 0.4);
	border: none;
	color: white;
	margin-bottom: 10px;
	padding-left: 20px;
}
input[type="email"] {
	width: 100%;
	line-height: 50px;
	background-color: rgba(0, 0, 0, 0.4);
	background: rgba(0, 0, 0, 0.4);
	border: none;
	color: white;
	margin-bottom: 10px;
	padding-left: 20px;
}
textarea {
	width: 100%;
	line-height: 30px;
	background-color: rgba(0, 0, 0, 0.4);
	background: rgba(0, 0, 0, 0.4);
	color: white !important;
	border: none;
	padding-left: 20px;
	padding-top: 12px;
	resize: none;
	line-height: 17px;
}

input[type="submit"] {
	width: 100px;
	line-height: 50px;
	background-color: black;
	border: none;
	float: right;
	color: white;
}
::-webkit-input-placeholder {/* WebKit browsers */
	color: white;
}
:-moz-placeholder {/* Mozilla Firefox 4 to 18 */
	color: white;
	opacity: 1;
}
::-moz-placeholder {/* Mozilla Firefox 19+ */
	color: white;
	opacity: 1;
}
:-ms-input-placeholder {/* Internet Explorer 10+ */
	color: white;
}

/*------Info contactos-------*/
#contactos {
	color: white;
}
#contactos li {
	margin-bottom: 10px;
	font-size: 1.1em;
}

.footer-logo {
	margin-left: 200px;
	text-align: left;
}

/*----------menu bootstrap-----------*/
.btn_toogle {
	background-color: #757575;
}

.menu_bot li {
	color: black;
	text-align: center;
}

.navbar-nav {
	margin: 35.5px -10px;
}

.menu_bot a {
	color: black;
}

/*------------------Parceiros btns------------------*/
.btns_parceiros img {
	width: 32px;
	height: 32px;
}

/*-------------------Btns footeer--------------------*/
.rodape {
	margin-top: -50px;
}
.logo_blisq {
	margin-top: 100px;
}
.logo_subir {
	margin-top: 49px;
}
.logo_subir span {
	cursor: pointer;
	float: right;
	bottom: 0 !important;
}
.logo_subir img {
	bottom: 0;
}
#btn_top {
	float: right;
	cursor: pointer;
	margin-top: -10px !important;
}

/*------------logo---------------*/
:focus {
	outline: -webkit-focus-ring-color auto 500px !important;
}

/*------ContactForm-----*/
div.wpcf7-mail-sent-ok {
	border: none;
	color: white;
}
div.wpcf7-validation-errors {
	border: none;
	color: red;
}

input[type="text"] {
	height: 50px;
}
input[type="email"] {
	height: 50px;
}
textarea {
	height: 100px;
}

#ajuda1 {
	padding: 7px 10px;
	margin-top: 8px;
	margin-right: -10px;
	margin-bottom: 8px;
}
#ajuda2 {
	padding: 7px 10px;
	margin-top: 8px;
	margin-right: -10px;
	margin-bottom: 8px;
}

.wpcf7-submit {
	margin-top: 15px;
}

/*----Imgs----*/

#wecount {
	width: 1920px;
}
.section {
	background-size: 1920px;
	clear: both;
}
