/*
Theme Name: Ritz Plaza Hotel Leblon
Author: Fabio Taveiros
*/

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.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;
	}
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;
	}

/*Wordpress editor styles end*/

/*****TEMPLATE STYLE*****/
.top {
	background: #fff;
	height: 50px;
	padding-top: 13px;
	overflow: hidden;
}
.header {
	background: url("images/bg-header.png") repeat;
	position: absolute;
	width: 100%;
	height: 145px;
	margin-bottom: -145px;
	z-index: 20;
}
.language ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.language .qts_lang_item {
	margin-top: 0 !important;
}
.language .qts_lang_item img {
	width: 20px !important;
	height: 20px !important;
}
.logo {
	width: 105px;
	margin-top: 10px;
}
#main-container {
	background-color: #fff;
	overflow: hidden;
}
.content {
	padding: 80px 90px 60px;
	font-size: 16px;
}
.bottom {
	background: #f0ebe5 url("images/bg-promotions.png") top center no-repeat;
	padding: 50px 0;
	margin-top: 20px;
}

/*Fixed Header */
@media (min-width:1024px) {
	.header-fixed {
		position: fixed;
		top: 0;
		width: 100%;
		height: 110px;
		
		animation: header-fixed 1s ease 0.0s forwards;
		-webkit-animation: header-fixed 1s ease 0.0s forwards;
		-moz-animation: header-fixed 1s ease 0.0s forwards;
		-0-animation: header-fixed 1s ease 0.0s forwards;
	}
	@keyframes header-fixed {
		from {height: 145px;}
		to {height: 110px; top: 0;}
	}
	@-webkit-keyframes header-fixed {
		from {height: 145px;}
		to {height: 110px; top: 0;}
	}
	.header-fixed .logo {
		width: 70px;
		margin-top: 10px;
		
		animation: logo 1s ease 0.0s forwards;
		-webkit-animation: logo 1s ease 0.0s forwards;
		-moz-animation: logo 1s ease 0.0s forwards; 
		-0-animation: logo 1s ease 0.0s forwards;
	}
	@keyframes logo {
		from {width: 105px;}
		to {width: 70px;}
	}
	@-webkit-keyframes logo {
		from {width: 105px;}
		to {width: 70px;}
	}
	.header-fixed .navbar {
		height: 40px;
		
		animation: navbar 1s ease 0.0s forwards;
		-webkit-animation: navbar 1s ease 0.0s forwards;
		-moz-animation: navbar 1s ease 0.0s forwards; 
		-0-animation: navbar 1s ease 0.0s forwards;
	}
	@keyframes navbar {
		from {height: 55px;}
		to {height: 40px;}
	}
	@-webkit-keyframes navbar {
		from {height: 55px;}
		to {height: 40px;}
	}
	.header-fixed .navbar-default {
		margin: 7px auto 0;
		
		animation: navbar-default 1s ease 0.0s forwards;
		-webkit-animation: navbar-default 1s ease 0.0s forwards;
		-moz-animation: navbar-default 1s ease 0.0s forwards; 
		-0-animation: navbar-default 1s ease 0.0s forwards;
	}
	@keyframes navbar-default {
		from {margin: 30px auto 0;}
		to {margin: 7px auto 0;}
	}
	@-webkit-keyframes navbar-default {
		from {margin: 30px auto 0;}
		to {margin: 7px auto 0;}
	}
}

/*Footer*/
.footer {
	border-top: 1px solid #f0ebe5;
}
.footer h3 {
	margin-top: 0;
	font-size: 18px;
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box-footer {
	margin-bottom: 20px;
}

/*Booking Form*/
.booking {
	background: url("images/bg-bookbar.png") 0 0 no-repeat;
	max-width: 980px;
	padding-top: 10px;
	margin: 0px auto 0;
}
.booking input,
.booking select {
	float: left;
	margin: 0 8px;
	height: 40px;    
	padding-top: 10px !important;
	padding-bottom: 9px !important;
	border: 0px !important;
	padding: 0 12px;
}
.booking select::-ms-expand { /*Pseudo IE*/
	background: none;
	border: none;
	padding-left: 10px;
	margin-right: -10px;
}
.booking select {
	background: #fff url("images/bg-select.png") top right repeat-y;
}
.booking-title {
	font-size: 20px;
	color: #fff;
	line-height: 20px;
}
.btn-booking {
	color: #fff;
	background-color: #ebb100;
	border: none;
}
.btn-booking:hover {
	background-color: #f6c738;
}

/*Newsletter*/
.newsletterbar {
	position: fixed;	
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 20;
}
.nb-content {
	background: #67573d;
	padding: 0;
	margin: 0 auto;
}
.nb-content h3 {
	font-size: 20px;
	color: #fff;
	text-align: right;
	margin: 17px 0 0;
}
.nb-field {
	margin: 5px;
}
.nb-content .btn {
	margin-top: 5px;
}

/*Main Slider*/
#main-slider { 
	position: relative;
	width: 100%;
	height: 800px;
	overflow: hidden;
}
.full-sliders {
	max-width: 100%;
	margin: 0 auto;
}
.caption-level-1 {
	opacity: 0.0;
	
	animation: caption-level-1 1s ease 1.2s forwards;
	-webkit-animation: caption-level-1 1s ease 1.2s forwards;
	-moz-animation: caption-level-1 1s ease 1.2s forwards; 
	-0-animation: caption-level-1 1s ease 1.2s forwards;
}
@keyframes caption-level-1 {
	from {opacity: 0.0; transform:rotateZ(-2deg);}
	to {opacity: 1.0; transform:rotateZ(0deg);}
}
@-webkit-keyframes caption-level-1 {
	from {opacity: 0.0; transform:rotateZ(-2deg);}
	to {opacity: 1.0; transform:rotateZ(0deg);}
}
.caption-level-2 {
	opacity: 0.0;
	
	animation: caption-level-2 2.0s ease 1.2s forwards;
	-webkit-animation: caption-level-2 2.0s ease 1.2s forwards;
	-moz-animation: caption-level-2 2.0s ease 1.2s forwards; 
	-0-animation: caption-level-2 2.0s ease 1.2s forwards;
}
@keyframes caption-level-2 {
	from {opacity: 0.0; transform:rotateZ(-2deg);}
	to {opacity: 1.0; transform:rotateZ(0deg);}
}
@-webkit-keyframes caption-level-2 {
	from {opacity: 0.0; transform:rotateZ(-2deg);}
	to {opacity: 1.0; transform:rotateZ(0deg);}
}

/*Page Heading*/
h1,h2,h3,h4,h5 {
	text-transform: uppercase;
}
.content h1 {
	margin-top: 0;
	font-size: 44px;
}
.title-level-1 {
	font-size: 20px;
}
.title-level-2 {
	font-size: 30px;
	margin-top: 0;
}

/*****HOMEPAGE*****/

/*Promotions*/
.promotions {
	background: #f0ebe5 url("images/bg-promotions.png") top center no-repeat;
	padding: 50px 0;
}
.promotions .box-level {
	height: 450px;
	margin: 0 2px;
}
.promotions .box-level-0 {
	background: #fff;
	color: #585757;
}
.promotions .box-level-1 {
	background: #b9945f;
	color: #fff;
}
.promotions .box-level-2 {
	background: #e7be70;
	color: #fff;	
}
.promotions .box-level-padding {
	padding: 10px 35px 0;
}
.promotions h3 {
	font-size: 22px;
}
.btn-promotions {
	position: relative;
	color: #f9f9f9;
	font-size: 84%;
	top: -3px;
	background: #00a009;
	border-color: #017b08;
	-webkit-box-shadow: inset 0 1px 0 #25c62e,0 1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 1px 0 #25c62e,0 1px 0 rgba(0,0,0,.15);
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.btn-promotions:hover {
	top: -2px;
	color: #f9f9f9 !important;
}

/*News*/
.news h3 {
	margin-top: 0;
}
.news .box-news-margin {
	margin-bottom: 30px;
}

/*Feature*/
.featured {
	background: #e7be70;
	max-height: 575px;
	margin-right: -30px;
	margin-left: -30px;
	color: #fff;
	overflow: hidden;
}
.featured-level-2 {
	background: #b9945f !important;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*Exploring*/
.box-exploring {
	margin: 0 5px 10px;
	overflow: hidden;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	-webkit-background-size: cover !important;
  	-moz-background-size: cover !important;
  	-o-background-size: cover !important;
  	background-size: cover !important;
}
.box-exploring-level-1 {
	height: 575px;
}
.box-exploring-level-2 {
	height: 280px;
}
.box-exploring-level-3 {
	height: 285px;
}

/*****Bootstrap*****/

.img-responsive {
	width: 100%;
}

/*Main Slider*/
.carousel-inner>.item>img {
	max-width: inherit !important;
}
.carousel-inner .img-full-slider {
	width: 1920px;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -960px;
}
.carousel-caption h2 {
	display: table;
	background: #fff;
	padding: 20px 30px;
	margin: 0 auto 30px;
	color: #4f4f4f;
}
.carousel-caption {
	text-shadow: inherit !important;
	bottom: 100px !important;
	text-transform: uppercase;
}
.carousel-caption .slider-large-caption {
	font-size: 35px;
	line-height: 38px;
	max-width: 640px;
	margin: 60px auto;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	width: 75px !important;
	height: 75px !important;
}
.carousel .carousel-control { 
	visibility: hidden; 
}
.carousel:hover .carousel-control { 
	visibility: visible; 
}
.carousel-indicators li {
	padding: 0 !important;	
}
.glyphicon-chevron-left {
	background: url("images/arrow-slider.png") no-repeat 0 0;
	font-size: 0px !important;
}
.glyphicon-chevron-right {
	background: url("images/arrow-slider.png") no-repeat -75px 0;
	font-size: 0px !important;
}
.carousel.c-fade .item {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.carousel.c-fade .active.left,
.carousel.c-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.c-fade .next,
.carousel.c-fade .prev {
  left: 0;
  z-index: 1;
}
.carousel.c-fade .carousel-control {
  z-index: 3;
}

/*****Pages*****/

.page-sliders {
	position: relative;
	height: 600px;
	overflow: hidden;
}
.page-sliders img {
	position: absolute;
	right: 50%;
	left: 50%;
	margin-left: -952px;
}

/*****CSS*****/

.no-padding {
	padding: 0;
}
/*Fonts*/
h1,h2,h3,
.font-level-1 {
	font-family: 'brandon_grotesquelight';
}
.font-level-3 {
	font-family: 'brandon_textbold';
}
.font-level-1,
.font-level-2,
.font-level-3 {
	letter-spacing: -0.03em;
}
/*Buttons*/
.btn-level {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	padding: 15px 20px;
}
.btn-level-1 {
	background-color: #ebb100;
	color: #fff;	
}
.btn-level-1:hover {
	background-color: #f6c738;
	color: #fff;	
}
.btn-level-2 {
	background-color: #b9945f;
	color: #fff;
}
.btn-level-2:hover {
	background-color: #e7be70;
	color: #fff;
}
.btn-level-3 {
	background-color: #fff;
	color: #333;
}
.btn-level-3:hover {
	background-color: #f0ebe5;
	color: #333;
}
/*Lists*/
.featured ul {
	padding-left: 5px;
	margin-left: 5px;
}
.featured li {
	background: url("images/bg-lists.png") left 6px no-repeat;
	list-style: none;
	padding-left: 13px;
}
/*Others*/
.line-top {
	border-top: #f0ebe5 solid 1px;
}
/*Forms*/
.input {
	background: #fafafa;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 5px 0;
}
.large-field {
	width: 100%;
}
::-webkit-input-placeholder {
   color: #333;
}
:-moz-placeholder { /* Firefox 18- */
   color: #333;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #333;  
}
:-ms-input-placeholder {  
   color: #333;  
}

/*Google Fonts*/
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);

/*****MEDIA QUERIES*****/
@media only screen and (width: 320px) { /*320px*/
	body h1 {
	}
	.top .mobile {
		display: none;
	}	
	.language {
		position: relative;
		margin-top: -50px;
	}	
	.page-sliders {
		height: 400px;
	}
	.page-sliders img {
		width: 850px;
		height: inherit;
		margin-left: -450px;
	}
	.media-content-level-1 {
		padding: 40px 20px 20px !important;
		text-align: center;
	}
	.media-content-level-2 {
		padding: 20px 30px !important;
		font-size: 90%;
		text-align: center;
		float: none !important;
	}
	.media-content-level-2 li {
		text-align: left;
	}
	.title-level-2 {
		font-size: 25px;
	}
	.promotions {
		padding: 50px 0 10px !important;
	}
	.promotions .box-level {
		height: inherit;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.cs-style-3 figcaption {
		height: 80px;
	}
	.grid figcaption {
		position: relative !important;
	}
	.featured {
		max-height: inherit;
	}
	.promotions .box-level {
		margin: 0;
	}
	.btn-level {
		font-size: 13px;
	}
	.bottom .btn {
		white-space: inherit !important;
		width: 80%;
		font-size: 90%;
	}
	.footer {
		text-align: center;
	}	
}
@media screen and (min-width: 320px) and (max-width: 480px) {
	.header {
		height: 140px;
	}
	.top {
		font-size: 90%;
		height: inherit;
	}
	.logo {
		width: 90px;
		margin-top: 15px;
	}
	.content h1 {
		font-size: 33px;
	}
	#main-slider {
		height: 600px;
	}	
	.carousel-caption h2 {
		font-size: 20px;
		padding: 15px;
	}
	.carousel-caption .slider-large-caption {
		font-size: 20px;
		line-height: 22px;
		margin: 30px 0;
	}
	.carousel-inner .img-full-slider {
		width: 1450px;
	}
	.carousel-control {
		display: none;
	}
	.content h1 {
		font-size: 28px;
	}
	.btn-promotions {
		display: none;
	}
}
@media screen and (min-width: 321px) and (max-width: 767px) { /* Iphone 6, Plus, Galaxy S4, S5 */
	.top .mobile {
		display: none;
	}
	.language {
		position: relative;
		margin-top: -40px;
	}
	.page-sliders {
		height: 400px;
	}
	.page-sliders img {
		width: 850px;
		height: inherit;
		margin-left: -450px;
	}
	.media-content-level-1 {
		padding: 40px 20px 20px !important;
		text-align: center;
	}
	.media-content-level-2 {
		padding: 20px 30px !important;
		font-size: 90%;
		text-align: center;
		float: none !important;
	}
	.media-content-level-2 li {
		text-align: left;
	}
	.featured {
		max-height: inherit;
	}
	.promotions .box-level {
		margin: 0;
		height: inherit;
	}
	.cs-style-3 figcaption {
		height: 80px !important;
	}
	.grid figcaption {
		position: relative !important;
	}
	.btn-level {
		font-size: 13px;
	}
	.bottom .btn {
		white-space: inherit !important;
		width: 80%;
		font-size: 90%;
	}
	.footer {
		text-align: center;
	}
}
@media (max-width:767px) {
	.header {
		overflow: inherit;
	}
	.booking {
		display: none;
	}
	.navbar-default {
		display: inherit;
		margin: -120px auto 0;
	}
	.content {
		padding: 60px 60px 40px;
	}	
	.news {
		margin-top: 50px;
	}
	.news h3 {
		margin-top: 20px;
	}
	.newsletterbar {
		position: relative;
		width: inherit;
   		margin-right: -15px;
    	margin-left: -15px;
	}
	.nb-content {
		padding: 0 20px 20px;
	}
	.nb-content h3 {
		text-align: left;
		margin: 17px 0 10px;
	}
}
@media (min-width:768px) {
	.newsletterbar {
		bottom: -70px;
		animation: newsletterbar 1s ease 0.6s forwards;
		-webkit-animation: newsletterbar 1s ease 0.6s forwards;
		-moz-animation: newsletterbar 1s ease 0.6s forwards; 
		-o-animation: newsletterbar 1s ease 0.6s forwards;
	}
	@keyframes newsletterbar {
		from {bottom: -70px;}
		to {bottom: 0;}
	}
	@-webkit-keyframes newsletterbar {
		from {bottom: -70px;}
		to {bottom: 0;}
	}
	@-moz-keyframes newsletterbar {
		from {bottom: -70px;}
		to {bottom: 0;}
	}
	@-o-keyframes newsletterbar {
		from {bottom: -70px;}
		to {bottom: 0;}
	}
}
@media screen and (min-width: 768px) and (max-width: 990px) { /*768px*/
	.top .mobile {
		display: none;
	}
	.media-content-level-1 {
		text-align: center;
	}
	.media-content-level-2 {
		float: none !important;
		font-size: 100%;
	}
	.booking {
		display: none;
	}
	.navbar-default {
		display: inherit;
		width: 200px;
		float: right;
	}
	.featured {
		max-height: inherit;
	}
	.promotions .box-level {
		margin: 0 2px 5px;
	}
	.btn-level {
		font-size: 13px;
	}
	.footer {
		text-align: center;
	}
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
	.media-content-level-1 {
		padding: 60px 40px 40px !important;
		font-size: 100%;
	}
	.media-content-level-2 {
		padding: 30px 70px 30px !important;
		font-size: 100%;
	}
	.booking {
		background: url("images/bg-bookbar.png") 60px 0 no-repeat;
	}
	.btn-level {
		font-size: 13px;
	}
}