/*
Theme Name: Cais da Praia Hotel
Author: Fabio Taveiros
*/

/* Wordpress editor styles start */
html, body {
	height: 100%;
}
.bc-title {
    display: none !important;
}
.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
}
.alignright, img.alignright {
	display: inline;
	float: right;
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

/***** BOOTSTRAP *****/
.dropdown-menu {
	background: #01859c !important;
	border-radius: 10px !important;
	padding: 10px 0 !important;
	top: 150% !important;
	font-size: inherit !important;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
	opacity: 0.5;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
	color: #fff !important;
	opacity: 0.5 !important;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	border-bottom: none !important;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff !important;
}

/***** TEMPLATE STYLE *****/
#landscape {
	background: #06123c url("images/bg-landscape.png");
	background-repeat: no-repeat !important;
	background-position: top center !important;
	-webkit-background-size: cover !important;
  	-moz-background-size: cover !important;
  	-o-background-size: cover !important;
  	background-size: cover !important;
  	display: none;
  	position: fixed;
	width: 100%;
   	height: 100%;
    overflow: hidden;    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;
}
#wrapper {
	position: relative;
	width: 100%;
    height: 100%;
    overflow: hidden;    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#slides {
	overflow: visible !important;
}
.logo {
	position: fixed;
	max-width: 260px;
	margin: 0 30px;
	top: -20px;
	opacity: 0.0;
	z-index: 1000;
	filter: alpha(opacity=0);	
	animation: logo 2s ease 1.2s forwards;
	-webkit-animation: logo 2s ease 1.2s forwards;
	-moz-animation: logo 2s ease 1.2s forwards; 
	-0-animation: logo 2s ease 1.2s forwards;
}
@keyframes logo {
	from {opacity: 0.0; filter: alpha(opacity=0); top: -20px;}
	to {opacity: 1.0; filter: alpha(opacity=100); top: 30px;}
}
@-webkit-keyframes logo {
	from {opacity: 0.0; filter: alpha(opacity=0); top: -20px;}
	to {opacity: 1.0; filter: alpha(opacity=100); top: 30px;}
}
@-moz-keyframes logo {
	from {opacity: 0.0; filter: alpha(opacity=0); top: -20px;}
	to {opacity: 1.0; filter: alpha(opacity=100); top: 30px;}
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2001;
}
.menu {
	position: fixed;
	margin-top: 100px;
	right: -20px;
	opacity: 0.0;
	z-index: 1001;	
	filter: alpha(opacity=0);	
	animation: menu 2s ease 1.2s forwards;
	-webkit-animation: menu 2s ease 1.2s forwards;
	-moz-animation: menu 2s ease 1.2s forwards; 
	-0-animation: menu 2s ease 1.2s forwards;
}
@keyframes menu {
	from {opacity: 0.0; filter: alpha(opacity=0); right: -20px;}
	to {opacity: 1.0; filter: alpha(opacity=100); right: 30px;}
}
@-webkit-keyframes menu {
	from {opacity: 0.0; filter: alpha(opacity=0); right: -20px;}
	to {opacity: 1.0; filter: alpha(opacity=100); right: 30px;}
}
@-moz-keyframes menu {
	from {opacity: 0.0; filter: alpha(opacity=0); right: -20px;}
	to {opacity: 1.0; filter: alpha(opacity=100); right: 30px;}
}
#frame {
	position: absolute;
	top: 0;
	right: 0;  
}
#content {
	background: url("images/bg-content.png");
	position: relative;
	max-width: 1450px;
	z-index: 1000;
	top: 80px;
	right: 40px;
	opacity: 0.0;
	filter: alpha(opacity=0);	
	animation: content 2s ease 1.2s forwards;
	-webkit-animation: content 2s ease 1.2s forwards;
	-moz-animation: content 2s ease 1.2s forwards; 
	-0-animation: content 2s ease 1.2s forwards;
}
@keyframes content {
	from {opacity: 0.0; filter: alpha(opacity=0); top: 100px;}
	to {opacity: 1.0; filter: alpha(opacity=100); top: 80px;}
}
@-webkit-keyframes content {
	from {opacity: 0.0; filter: alpha(opacity=0); top: 100px;}
	to {opacity: 1.0; filter: alpha(opacity=100); top: 80px;}
}
@-moz-keyframes content {
	from {opacity: 0.0; filter: alpha(opacity=0); top: 100px;}
	to {opacity: 1.0; filter: alpha(opacity=100); top: 80px;}
}
#content ul {
	margin: 0;
	padding: 0;
}
#content li {
	background: url("images/bg-list.png") 15px 3px no-repeat;
	font-size: 95%;
	padding-left: 30px;
	list-style: none;
	line-height: 20px;
	margin-bottom: 5px;
}
.main-content {
	padding: 0 20px;
}
#footer {
	background: url("images/bg-footer.png") right no-repeat;
	position: fixed;
	width: 100%;
	right: 0;
	bottom: -20px;
	z-index: 1000;
	opacity: 0.0;	
	filter: alpha(opacity=0);	
	animation: footer 2s ease 1.2s forwards;
	-webkit-animation: footer 2s ease 1.2s forwards;
	-moz-animation: footer 2s ease 1.2s forwards; 
	-0-animation: footer 2s ease 1.2s forwards;
}
@keyframes footer {
	from {opacity: 0.0; filter: alpha(opacity=0); bottom: -20px;}
	to {opacity: 1.0; filter: alpha(opacity=100); bottom: 0;}
}
@-webkit-keyframes footer {
	from {opacity: 0.0; filter: alpha(opacity=0); bottom: -20px;}
	to {opacity: 1.0; filter: alpha(opacity=100); bottom: 0;}
}
@-moz-keyframes footer {
	from {opacity: 0.0; filter: alpha(opacity=0); bottom: -20px;}
	to {opacity: 1.0; filter: alpha(opacity=100); bottom: 0;}
}
.footer-content {
	background: url("images/bg-footer-content.png") bottom right no-repeat;
	background-size: 180px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-shadow: 0 0 4px #000;
	text-align: right;
	padding: 130px 100px 20px 30px;
}
.footer-content p {
	margin: 0;
}
.footer-content a {
	color: #fff;
}

/*****BOOKBAR*****/
.bookbar {	
    position: fixed;
    width: 740px;
    top: 0;
    right: 55px;
    opacity: 0.9;
    z-index: 1000;
}
.bookbar-content {
	background: #01859c;
	box-shadow: 1px 1px 20px rgba(0,0,0,0.5);
	border-radius: 0 0 12px 12px;
	-webkit-border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	-o-border-radius: 0 0 12px 12px;
	display: table;
	position: relative;
	padding: 5px 20px;
	margin: 0 auto;
	z-index: 1;
}
.datePicker td {
	font-size: inherit !important;
}
.bc-title {
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	top: 7px;
	margin-right: 10px;
}
.bc-input {
	background: #fff;
	height: 30px;
	font-size: 13px;
	color: #333;
    padding: 6px;
    border: 0;
    margin: 3px;   
}
.bc-btn {
	position: relative;
	background-color: #faab00;
	height: 30px;
	font-family: inherit !important;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 2px 10px 0;
	margin: 3px;	
}
.bc-btn:hover {
	top: 1px;
}
.bc-btn:active {
	top: 2px;
}
.bc-btn-mobile {
	display: none;
	box-shadow: 1px 1px 20px rgba(0,0,0,0.5);
}
.bc-btn-mobile a {
	margin: 0;
}
.promo {
	position: relative;
}
.promo-content {
	background: rgba(255,154,0,0.9);
	box-shadow: 1px 1px 20px rgba(0,0,0,0.5);
	border-radius: 0 0 12px 12px;
	-webkit-border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	-o-border-radius: 0 0 12px 12px;
	display: table;
	position: relative;
	z-index: 0;
	padding: 17px 20px 4px;	
    margin: -10px auto 0;    
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

/*****PAGES*****/
.icon-pay-margin {
	margin: 5px 0;
}

/*****BOOTSTRAP*****/

.img-responsive {
	width: 100%;
}

/*****CSS*****/

.no-padding {
	padding: 0;
}

/*Buttons*/
.btn {
	position: relative;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-level-1 {
	background: #01859c;
	font-family:'kabel_bk_btbook', "Calibri", sans-serif;
	color: #fff;
	padding: 10px 15px 9px;
	margin: 20px 0;
}
.btn-level-1:hover {
	background-color: #21a1b7 #;
	color: #fff;
	top: 1px;	
}

/*Forms*/
.input {
	background: #fafafa;
	padding: 6px;
	border: 2px solid #ccc;
	margin: 0;
	border-radius: 5px;
}
.large-field {
	width: 100%;
}
.small-field {
	width: 70%;
}

/*Tabs*/
table {
	width: 100%;
	font-size: 16px;
	margin: 0 0 20px;
}
td {
	background: #e5e5e5;
	font-size: 16px;
	text-align: center;
	padding: 8px 10px;
	border: 1px solid #fff;
}
table .level-1 {
	background: #01859c;
	color: #fff;	
}

/*****PLUGINS*****/

/*Slider*/
.ms-slide-info {
	display: table;
	width: inherit !important;
	bottom: 0 !important;
	padding: 5px 0 0;
	font-size: 16px;
	letter-spacing: 0.3px;
}

/*Gallery*/
.gallery-item {
	width: 20% !important;
}
.gallery {
	margin-bottom: 20px !important;
}
.gallery img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 2px solid transparent !important;	
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-transform: rotate(0deg) translate(0px, 0px);
	-webkit-transform: rotate(0deg) translate(0px, 0px);
	-o-transform: rotate(0deg) translate(0px, 0px);
	-ms-transform: rotate(0deg) translate(0px, 0px);
	transform: rotate(0deg) translate(0px, 0px);
}
.gallery img:hover {
	cursor: pointer;
	-moz-transform:rotate(-3deg) translate(-3px, 3px);
	-webkit-transform:rotate(-3deg) translate(-3px, 3px);
	-o-transform:rotate(-3deg) translate(-3px, 3px);
	-ms-transform:rotate(-3deg) translate(-3px, 3px);
	transform:rotate(-3deg) translate(-3px, 3px) scale(0.95);
}
.gallery dl {
	-webkit-margin-before: 0em !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}
.gallery dd {
	display: none;
}

/*Intro*/
#itro_opaco {
	background-color: transparent !important;
}

/*****MEDIA QUERIES*****/
@media screen and (min-width: 199px) and (max-width: 320px) {
	.btn-level-1 {
		font-size: 12.333px;
		margin-top: 10px;
	}	
}
@media screen and (min-width: 199px) and (max-width: 900px) {
	#header {
		width: 100%;
	}
	#header .menu {
    	position: absolute !important;
    }
	#sidebar {
		position: absolute;
		width: 100%;
		z-index: 1000;
	}
	.logo {
		position: relative;
		max-width: 240px;
		margin: 0 auto;
	}
	#slides {
		position: absolute !important;
	}
	#footer {
		background: url("images/bg-footer.png") right -180px no-repeat;
	}


	.footer-content {
		background: url("images/bg-footer-content.png") top right no-repeat;
		background-size: 150px;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 1px;
		padding: 70px 40px 20px 40px;
	}
	.large-field,
	.small-field {
		width: 100%;
	}	
}
@media screen and (min-width: 199px) and (max-width: 1023px) {
	html, body {
		overflow: none !important;
	}	
	#header {
		z-index: 1001; 
	}
	.menu {
		margin-top: -120px;
		margin-right: -15px !important;
	}
	.navbar-default .navbar-toggle {
		background-color: #fff;
	}
	.navbar-toggle {
		position: absolute;		
		right: 0;
		text-transform: uppercase;
	}
	.navbar-collapse {
		position: absolute;
    	padding: 15px 10px 10px;
    	top: 34px;
    	right: 0;
	}
	.navbar-collapse.in {
		background-color: #fff;
		border-radius: 3px;
	}
	.navbar-default .navbar-nav>li>a {
		color: #06123c;
		line-height: 40px;
	}
	.navbar-default .navbar-nav>.active>a, 
	.navbar-default .navbar-nav>.active>a:hover, 
	.navbar-default .navbar-nav>.active>a:focus {
		color: #06123c;
		border-bottom: 0;
	}
	.nav > li {
		display: block !important;
	}
	.navbar-collapse {
		width: 220px !important;
	}
	.navbar-default .navbar-nav > .open > a, 
	.navbar-default .navbar-nav > .open > a:hover, 
	.navbar-default .navbar-nav > .open > a:focus {
		color: inherit !important;
	}
	.dropdown-menu {
	    border-radius: 0 !important;
	    padding: 10px 0 !important;
	    margin: 0 -10px !important;
	}
	#sidebar {
		width: 100%;
	}	
}
@media (max-width:768px) {	
	.slides-navigation {
		display: none;
	}
} 
@media (max-width:1023px) {
	#sidebar {
		margin-bottom: 30px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 20px;
	}	
	.info-level-1 {
		display: block;
	}
	.bookbar {
		position: relative;
		width: inherit;
		right: 0;
		margin: 20px auto;		
		border-radius: 12px;
    	-webkit-border-radius: 12px;
    	-moz-border-radius: 12px;
    	-o-border-radius: 12px;
	}
	.bc-input,
	.date-picker-control {
		display: none !important;
	}
	.promo-content {
		max-width: 270px;
	}
}
@media (min-width:1024px) {
	.info-level-1 {
		display: none;
	}
	.overflow-rate {
		height: 300px; 
		overflow-y: auto;
	}
}
@media (max-width:1023px) and (orientation: landscape) { 
    #landscape {    	
		display: inherit !important;
	}
	.bookbar-content {
		-webkit-border-radius: 12px;
    	-moz-border-radius: 12px;
    	-o-border-radius: 12px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	.logo {
		max-width: 200px !important;
	}
	.footer-content {
		background-size: 180px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 20px;
	}
}
@media (max-width:1599px) {
	.pay img {
		width: inherit;
		height: 25px;
	}
}
