@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

.mejs-controls .mejs-fullscreen-button button {
	display: none !important;
}

body {
	background: #EBEBEB;
	font-size: 16px;
	font-family: "PT Sans", Open Sans;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	-webkit-transition:all 0.35s ease-in-out; -moz-transitionn:all 0.35s ease-in-out; -o-transition:all 0.35s ease-in-out; transition:all 0.35s ease-in-out;
}

 #loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }


/* index */

.detalhe-topo {border-top: 3px solid #0098CC; box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5)}

header {
	width: 100%;
	min-height: 10px;
	background-color: #fff;
}

a.logo {
	width: 180px;
	height: 100px;
	display: block;
	padding: 0 15px 15px 15px;
	box-shadow: 0px 10px 16px  rgba(0, 0, 0, 0.2);
	position: absolute;
	margin: 25px 0 0 0;
	z-index: 400;
	background-color: #fff;
}

.info {
	margin-top: 20px; 
	font-size: 14px; 
	color: #737384;
}

.reservas button {
	background-color: #9BC446 ;
	font-family: "Open Sans" ;
	border-radius: none ;
	color: #fefefe ;
	margin-top: 10px;
	text-transform: uppercase;
}

.reservas2 {
	display: none;
}

.reservas2 button {
	background-color: #9BC446 ;
	font-family: "Open Sans" ;
	border-radius: none ;
	color: #fefefe ;
	margin-top: 6px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.continue button {
	background-color: #9BC446 ;
	font-family: "Open Sans" ;
	border-radius: none ;
	color: #fefefe;
	letter-spacing: -0.5px;
	margin-top: -3px;
}

.info i {
	margin-right: 7px;
}

	.navbar {
		margin-bottom: 0;
	}
	
	.navbar-inverse {
		background-color: transparent !important;
	}
	
	.nav>li>a {padding: 15px 35px !important;}
	
	.navbar-nav>li:after {
		content: "*";
	    float: left;
	    margin-top: -32px;
	    color: #0087C3;
	}
	
	.navbar-nav>li>a {
		font-size: 14px !important;
		color: #737384 !important;
		text-transform: uppercase !important;
		-webkit-transition:all 0.35s ease-in-out; 
		-moz-transitionn:all 0.35s ease-in-out; 
		-o-transition:all 0.35s ease-in-out; 
		transition:all 0.35s ease-in-out;
	}
	
		.navbar-nav>li>a:hover {
			color:  #0087C3 !important;
			text-decoration: underline;
		}
		
		.navbar-nav>li>a:visited {
			background-color: #0087C3 !important;
		}
		
		a.navbar-brand:hover {
			background-color: #0087C3 !important;
			color:  #fefefe !important;
		}
 
.navbar-inverse {border: none !important;}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {background: none; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {border-color:#0098CC !important; }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {background: none !important;}

.navbar-inverse .navbar-toggle {border-color:#0098CC !important; }

.navbar-inverse .navbar-toggle .icon-bar {background-color:#0098CC !important;}

.menu-icon-facebook {margin: 10px 0 0 0;}

.artigos {
	width: 100%;
	min-height: 300px;
	background-color: #fefefe;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	padding: 1px 15px 15px 15px;
	margin-top: 25px;
}

	.artigos h3 a {
		color: #779658;
		font-weight: 700;
		letter-spacing: -1px;
	}
	
	.artigos .dividir {
		width: 40%;
		height: 20px;
		background: url('../img/detalhe-compartilhar.png') center -12px repeat-x;
	}
	
	.artigos .destaque {
		width: 100%;
		height: 320px;
		margin-bottom: 20px;
	}
	
	.artigos p {
		line-height: 120%;
		font-family: "Open Sans";
		letter-spacing: -0.5px;
		font-size: 15px;
	}
	
	.artigos .compartilhar {
		width: 100%;
		height: 30px;
		display: block;
		margin-top: 20px;
	}
	
	.artigos .detalhe-compartilhar {
		width: 50%;
		height: 30px;
		float: right;
		background: url('../img/detalhe-compartilhar.png') repeat-x;
	}
	
	.artigos .detalhe-compartilhar a {
		margin-top: -2px;

		float: left;
	}
	
		a.separar {
			margin-right: 8px;
		}
		
	.promocoes {
		margin-top: 25px; 
		height: 340px;
		}
		
	.localizacao {
		height: 295px;
	}
		
	.localizacao h3{
		width: 100%;
		margin: 0;
		padding: 5px 0 5px 0;
		background-color: #fff;
		color: #779658;
		text-align: center;
		letter-spacing: -1px;
	}
	
	.localizacao .box {
		border: #779658 4px solid;
		width: 100%;
		height: 260px;
		overflow: hidden;
	}
	
	.localizacao .box iframe {
		width: 100%;
	}
	
	.bom-para {
		margin-top: 25px; 
		height: 360px; 
		background-color: #0075B8;
		}
		
		.bom-para h3 {
			margin: 0;
			padding: 10px 0 10px 10px;
			color: #fff;
			letter-spacing: -1px;
		}
		
		.bom-para .box {
			width: 100%;
			height: 315px;
			border: 15px solid rgba(21, 115, 188, 0.5);
			position: relative;
			display: block;
		}
		
		.bom-para .caption {
			background-color: rgba(21, 115, 188, 0.5);
			color: #fefefe;
			padding: 5px;
			position: absolute;
			bottom: 0;
		}
		
	.bom-para2 {
		margin-top: 25px; 
		height: 360px; 
		background-color: #FC9A49;
		}
		
		.bom-para2 h3 {
			margin: 0;
			padding: 10px 0 10px 10px;
			color: #fff;
			letter-spacing: -1px;
		}
		
		.bom-para2 .box {
			width: 100%;
			height: 315px;
			border: 15px solid rgba(252, 156, 51, 0.5);
			position: relative;
			display: block;
		}
		
		.bom-para2 .caption {
			background-color: rgba(252, 156, 51, 0.5);
			color: #fefefe;
			padding: 5px;
			position: absolute;
			bottom: 0;
		}
		
		.depoimentos {
			height: 380px;
			margin-top: 25px;
		}
		
		.facebook {
			min-height: 240px;
			margin-top: 25px;

		}
		
		.facebook .fb-page {
			width: 100%;
		}
		
	footer {
		margin-top: 25px;
		width: 100%;
		border-bottom: 5px solid #0098CC;
	}
	
	footer h3 {
		color:#0098CC;
		font-size: 18px;
	}
	
		.detalhe-footer {
			border-top:1px #DBDBEA solid;
			padding: 10px 0 10px 0;
		}
		
		.detalhe-col {
			border-left: 1px solid #DBDBEA;
			padding-bottom: 20px;
		}
	
	.info-footer {
		text-align: center;
		font-size: 14px;
		font-weight: 200;
	}
	
	.info-footer img {
		margin: 10px 0 10px 0;
	}
	
	.info-footer p {
		line-height: 110%;
		color: #525260;
	}
	
	.acomodacoes {
		width: 100%;
		height: 290px;
		margin-bottom: 25px;
		display: table;
		position: relative;
		border: 20px transparent solid;
	}
	
	.titulo-acomodacoes {
		text-align: center;
	}
	
	.titulo-acomodacoes h3 {
		color: #779658;
		font-weight: 700;
		letter-spacing: -1px;
		margin: 25px 0 0 0;
	}
	
	.titulo-acomodacoes img {
		margin: 5px 0 25px 0;
	}
	
	.acomodacoes .info-suite {
		float: left;
		 font-size: 24px;
		     height: 100%;
	}
	
		.acomodacoes .capiton {
			width: 100%;
			background-color: #fff;
			position: absolute;
			padding: 10px;
			left: 0;
			bottom: 0;
			z-index:300;
		}
		
	.centralizar-perceiros {
		text-align: center;
	}
	
@media (max-width: 1200px) { 
	.nav>li>a {padding: 15px 15px !important;}
}
	
@media (max-width: 979px) {
	a.logo {
		width: 160px;
		height: 90px;
	}
	a.logo img {
		width: 135px;
	}
	.navbar-nav>li>a {font-size: 10px !important; }
	.nav>li>a {padding: 15px 10px !important;}
	.navbar-nav>li:after {margin-top:-32px;}
	.info-footer {font-size: 12px;}

	.detalhe-col h3{text-align: center;}
	.detalhe-col form {padding: 14px;}

 }
@media (max-width: 767px) { 
	.info, .reservas, .menu-icon-facebook {display: none;}
	.reservas2 {display: block;	}
}
@media (max-width: 480px) {
	a.logo {
	width: 100px;
	height: 50px;
	padding: 0;
	box-shadow: none;
	position: relative;
	margin: 0;
} 

	a.logo img {
		width: 140px		
	}

	.artigos .detalhe-compartilhar {width: 100%;}
	.info, .reservas, .menu-icon-facebook {display: none;}
	.reservas2 {display: block;	}
	
	.detalhe-col h3{text-align: center;}
	.detalhe-col form {padding: 14px;}
}