html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

@font-face {
    font-family: 'brandon_grotesque_regularRg';
    src: url('brandon_reg-webfont.woff2') format('woff2'),
         url('brandon_reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('brandon_bld-webfont.woff2') format('woff2'),
         url('brandon_bld-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	position: relative;
	font-family: 'brandon_grotesque_regularRg', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #1c1d1a;
	background: #fff;
	text-align: left;
	letter-spacing: 1px;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

body.menuOpened, body.formOpened {
	overflow-y: hidden;
}


/** sprite area **/
footer::before, .apartment.one .logoshape, .toggle span, #bookform #checkin, #bookform #checkout,
.bookpage .ui-datepicker .ui-datepicker-prev span, .bookpage .ui-datepicker .ui-datepicker-next span,
.closeform span, .scroll span {
	background-image: url("../bin/sprite.png");
	background-repeat: no-repeat;
}

/*.no-js #loader { display: none;  }*/
/*.js #loader { display: block; position: absolute; left: 100px; top: 0; }*/
.load {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	/*background: red url("../bin/loading.gif") no-repeat center;*/
}
.load::before {
	content: "";
	width: 110px;
	height: 62px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -55px;
	background: url("../bin/logo2.png") no-repeat center;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.loader {
    font-size: 1px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -10px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 0, 0, 0.8);
    border-right: 1.1em solid rgba(0, 0, 0, 0.8);
    border-bottom: 1.1em solid rgba(0, 0, 0, 0.8);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/** text / content area **/
.title {
	text-transform: uppercase;
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
}
.title.one {
	font-size: 24px;
	line-height: 30px;
}

.title.two {
	font-size: 18px;
	line-height: 24px;
	margin: 20px 0;
}
.title.three {
	font-size: 10px;
	line-height: 14px;
	margin: 20px 0;
	/*text-decoration: underline;*/
}

p {
	margin-bottom: 20px;
}

.link {
	color: #1c1d1a;
	text-decoration: none;
	opacity: 0.5;
}

sup {
	vertical-align: super;
    font-size: smaller;
}

.link:hover {
	opacity: 1;
}

ul.list {
	position: relative;
}

ul.list li {
	background: url("../bin/li.png") no-repeat 0 10px;
	padding-left: 12px;
	margin-bottom: 20px;
}

/**
  * BANNER AREA
  **/
#banner {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	z-index: 50;
}

#banner .images {
	height: 100%;
}

#banner .images > div {
	display: none;
	height: 100%;
}

.img1 #banner .images .img1 {
	display: block;
	background: url("../bin/cestaria-1.jpg") no-repeat center;
	background-size: cover;
}

.img2 #banner .images .img2 {
	display: block;
	background: url("../bin/cestaria-2.jpg") no-repeat center;
	background-size: cover;
}

.img3 #banner .images .img3 {
	display: block;
	background: url("../bin/cestaria-3.jpg") no-repeat center;
	background-size: cover;
}

.img4 #banner .images .img4 {
	display: block;
	background: url("../bin/cestaria-4.jpg") no-repeat center;
	background-size: cover;
}

.img5 #banner .images .img5 {
	display: block;
	background: url("../bin/cestaria-5.jpg") no-repeat center;
	background-size: cover;
}

.img6 #banner .images .img6 {
	display: block;
	background: url("../bin/cestaria-6.jpg") no-repeat center;
	background-size: cover;
}

.logo {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -90px;
	z-index: 60;
}

#banner .languages {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -36px;
	z-index: 60;
}

.topblock .languages {
	position: fixed;
	top: 190px;
	left: 70px;
	z-index: 50;
}

.languages li {
	float: left;
	margin: 0 5px;
}

.languages li a {
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #d7d7d7;
	color: rgba(0,0,0,0.25);
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
}

.languages li a.active, .languages li a:hover {
	color: #1c1d1a;
}

#banner .bookbutton {
	position: absolute;
	z-index: 60;
}

/**
  * TOPBLOCK AREA
  **/

header {
	position: relative;
	z-index: 48;
}

header .logo2 {
	position: fixed;
	top: 100px;
	left: 50px;
	z-index: 50;
}

header .logo2 img {
	width: 100%;
}

.bookbutton {
	position: fixed;
	bottom: 60px;
	right: 50px;
	width: 110px;
	height: 110px;
	background: url("../bin/book_pt.png") no-repeat center;
	background-size: cover;
	transition: all 0.3s ease-in;
	cursor: pointer;
	z-index: 49;
}

.en .bookbutton {
	background: url("../bin/book_en.png") no-repeat center;
	background-size: cover;
}

.es .bookbutton {
	background: url("../bin/book_es.png") no-repeat center;
	background-size: cover;
}

.bookbutton:hover {
	opacity: 0.65;
	transform: rotate(15deg);
}
/**
  * BOOK PAGE AREA
  **/
.bookblock {
	width: 75%;
	margin: 0 0 60px 10%;
	overflow: hidden;
}

.bookblock .left {
	width: 52%;
	height: 500px;
	float: left;
	margin-right: 8%;
	box-sizing: border-box;
	background: url("../bin/canastra/canastra12.jpg") no-repeat center;
	background-size: cover;
}

.bookblock .right {
	width: 40%;
	float: right;
}

.bookblock .right .title {
	margin: 40px 0 10px;
}

.bookblock .right .list li {
	margin-bottom: 5px;
}


/** Book form area **/

.contacts #bookform {
	background: none;
}

#bookform {
	position: relative;
	width: 75%;
	margin: 70px 10%;
	padding: 35px 2% 30px;
	overflow: hidden;
	box-sizing: border-box;
	background: rgba(0,0,0,0.025);
}

#bookform div > p {
	margin: 0;
}

#bookform input, #bookform textarea, #bookform select {
	width: 100%;
	font-family: 'brandon_grotesque_regularRg', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #1c1d1a;
	background: initial;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	display: block;
	box-sizing: border-box;
}

#bookform input::-webkit-input-placeholder {
	color: #1c1d1a;
}

#bookform input::-moz-placeholder {
	color: #1c1d1a;
}

#bookform input:-ms-input-placeholder {
	color: #1c1d1a;
}

#bookform textarea::-webkit-input-placeholder {
	color: #1c1d1a;
}

#bookform textarea::-moz-placeholder {
	color: #1c1d1a;
}

#bookform textarea:-ms-input-placeholder {
	color: #1c1d1a;
}

textarea:focus, input:focus, select:focus {
    outline: none;
}

#bookform textarea {
	width: 100%;
	max-width: 100%;
	max-height: 80px;
}

#bookform select {
	height: 29px;
}

#bookform #checkin, #bookform #checkout {
	background-position: right -384px;
}

/** validation area **/

#bookform div {
    position: relative;
    width: 44%;
    display: block;
    float: left;
    margin: 0 3% 14px;
    clear: none;
    box-sizing: border-box;
}

#bookform div.textarea {
	width: 94%;
}

#bookform div label {
	color: red;
	position: absolute;
	left: 0;
	bottom: -14px;
	font-size: 7px;
	line-height: 12px;
	opacity: 0.7;
	text-transform: uppercase;
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
}

#bookform #submit_button {
	font-size: 10px;
	line-height: 24px;
	padding: 0 30px;
	background: none;
	border: 1px solid #1c1d1a;
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	width: auto;
	float: right;
	margin: 15px 3% 0 0;
	cursor: pointer;
	transition: all 0.3s ease-in;
}

#bookform #submit_button:hover {
	opacity: 0.5;
	transform: translateY(-4px);
}

/** datepicker **/

.bookpage .ui-datepicker {
	padding: 0;
	border: 0 !important;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	font-family: 'brandon_grotesque_regularRg', Helvetica, Arial, sans-serif;
	font-size: 14px;
	border-radius: 0;
	top: 60px !important;
}

.bookpage .ui-datepicker .ui-datepicker-header {
	background: #1c1d1a;
	color: #fff;
	font-weight: normal;
	border-radius: 0;
	border: none;
	padding: 0;
	height: 36px;
}

.bookpage .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	line-height: 36px;
}

.bookpage .ui-datepicker .ui-datepicker-prev, .bookpage .ui-datepicker .ui-datepicker-next {
	width: 25px;
	height: 32px;
}

.bookpage .ui-datepicker .ui-datepicker-prev.ui-state-hover, .bookpage .ui-datepicker .ui-datepicker-next.ui-state-hover {
	background: none;
	border: 1px solid transparent;
}

.bookpage .ui-datepicker .ui-datepicker-prev span, .bookpage .ui-datepicker .ui-datepicker-next span {
	width: 100%;
	height: 100%;
	left: 0;
	margin: 0;
	top: 0;
}

.bookpage .ui-datepicker .ui-datepicker-next span {
	background-position: -532px 7px;
}

.bookpage .ui-datepicker .ui-datepicker-prev span {
	background-position: -493px 7px;
}

.bookpage .ui-datepicker .ui-datepicker-next span:hover, .bookpage .ui-datepicker .ui-datepicker-prev span:hover {
	opacity: 0.5;
}

.bookpage .ui-state-default, .bookpage .ui-widget-content .ui-state-default {
    border: none;
    text-align: center;
    background: none;
    padding: 0;
}

.bookpage #ui-datepicker-div .ui-state-active {
	background: grey;
}

.bookpage .ui-state-highlight, .bookpage .ui-widget-content .ui-state-highlight,
.bookpage .ui-widget-header .ui-state-highlight {
	background: #fffa90;
}

/*#bookform .thankyoumsg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 1;
	padding: 140px 40px 0;
	box-sizing: border-box;
	text-align: center;
	margin: 0;
	color: #fff;
}*/
#bookform .thankyoumsg {
	width: 94%;
	margin: 20px 3% 0;
	font-size: 14px;
	line-height: 18px;
	color: green;
}

.price li {
	overflow: hidden;
}

.price li .content > div {
	width: 50%;
	display: inline-block;
	float: left;
}



/**
  * NAVIGATION AREA
  **/

.menuOpened #burguer-icon {
	z-index: 51;
}

#burguer-icon {
	width: 30px;
	height: 20px;
	position: fixed;
	top: 100px;
	right: 50px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 49;
}

#burguer-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #1c1d1a;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#burguer-icon span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#burguer-icon span:nth-child(2) {
	top: 7px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#burguer-icon span:nth-child(3) {
	top: 14px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#burguer-icon:hover span:nth-child(1) {
	transform: translateY(3px);
}

#burguer-icon:hover span:nth-child(3) {
	transform: translateY(-3px);
}

.menuOpened #burguer-icon span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -2px;
	left: 4px;
}

.menuOpened #burguer-icon span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.menuOpened #burguer-icon span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 19px;
	left: 4px;
}

.toggle {
	text-transform: uppercase;
	font-size: 8px;
	text-align: center;
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
	padding-top: 16px;
}

.navigation {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.95) url("../bin/menu_img.png") no-repeat 0 0;
	z-index: 48;
	text-align: center;
	display: table;
	transition: top 0.4s ease-in;
}

.navigation ul {
	display: table-cell;
	vertical-align: middle;
}

.navigation ul li a {
	text-decoration: none;
	color: #1c1d1a;
	font-size: 18px;
	line-height: 36px;
}

.navigation ul li a:hover {
	text-decoration: underline;
}

/** menu opened **/

.menuOpened .navigation {
	top: 0;
	z-index: 50;
}

/**
  * CENTER BLOCK AREA
  **/

.centerblock {
	position: relative;
}

.centerblock .wrapper {
	margin: 100px;
	overflow: hidden;
}

.centerblock h1 {
	width: 40%;
	margin: 0 0 80px 20%;
}

.centerblock .description, .centerblock .description-home {
	width: 70%;
	margin-left: 14%;
	margin-bottom: 110px;
	overflow: hidden;
}

.centerblock .description-home {
	font-size: 20px;
	line-height: 30px;
}

.centerblock .description p {
	margin-bottom: 20px;
}

/** scroll area **/
@keyframes scrollAnimation {
	0% {top: 0;}
	60% {top: 0;}
	80% {top: -10px;}
	100% {top: 0;}
}
@-webkit-keyframes scrollAnimation {
	0% {top: 0;}
	60% {top: 0;}
	80% {top: -10px;}
	100% {top: 0;}
}

.home .scroll {
	position: relative;
	z-index: 50;
	opacity: 1;
	transition: opacity 0.3s ease-in;
}

.scrolling .scroll, .scroll {
	opacity: 0;
}

.scroll span {
	width: 70px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -35px;
	background-position: -275px -100px;
	-webkit-animation: scrollAnimation 5s infinite;
	animation: scrollAnimation 5s infinite;
}

/** block 1 area **/
.block1 {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.block1 .pic {
	width: 45%;
	height: 720px;
	float: left;
	background: url("../bin/cestaria-presentation.jpg") no-repeat center;
	background-size: cover;
}

.block1 .content {
	width: 40%;
	margin-left: 5%;
	float: left;
}

.block1 .content p {
	margin-bottom: 30px;
}

/** apartments area **/
.apartment {
	overflow: hidden;
	position: relative;
}

.apartment .gallery .bx-wrapper, .apartment .gallery .bx-wrapper .bx-viewport .bxslider {
	height: 100%;
	margin: 0;
}

.apartment .gallery .bx-wrapper .bx-viewport {
	height: 100% !important;
	margin: 0;
	border: none;
	left: 0;
	box-shadow: none;
}

.apartment .gallery .bx-wrapper .bx-viewport .bxslider li {
	width: 100% !important;
	height: 100%;
}

.apartment .gallery .bx-wrapper .bx-viewport .bxslider li span {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.apartment .gallery .bx-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.apartment .gallery .bx-controls .bx-pager {
	position: relative;
	bottom: auto;
	left: auto;
	padding: 0;
}

.apartment .gallery .bx-controls .bx-pager a {
	width: 5px;
	height: 5px;
	background: rgba(0,0,0,0.3);
	margin: 0 8px;
}

.apartment .gallery .bx-controls .bx-pager a.active {
	background: rgba(0,0,0,1);
}

.apartment .gallery .bx-controls .bx-controls-direction {
	display: none;
}

.apartment .content h2 {
	margin-bottom: 10px;
}

.apartment .apt-description {
	margin-bottom: 20px;
}

.apartment .content .gallerylink  {
	cursor: pointer;
	padding: 0 15px;
	border: 1px solid #1c1d1a;
	transition: all 0.3s ease-in;
	line-height: 18px;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	color: #1c1d1a;
}

.apartment .content .gallerylink:hover  {
	opacity: 0.5;
	transform: translateY(-4px);
}

/** apartment one area **/
.apartment.one {
	margin-top: -120px;
	margin-bottom: 120px;
}

.apartment.one .content {
	width: 35%;
	float: right;
	text-align: right;
	padding: 320px 5% 0 0;
}

.apartment.one .gallery {
	width: 41%;
	height: 600px;
	float: right;
}

.apartment.one .logoshape {
	width: 545px;
	height: 230px;
	background-position: left -150px;
	position: absolute;
	top: 80px;
	left: 15%;
}

/** apartment two area **/
.apartment.two .gallery{
	width: 55%;
	height: 450px;
	float: left;
}

.apartment.two .content {
	width: 35%;
	float: left;
	margin: 30px 0 0 5%;
}

/** promotions area **/

.promos {
	margin-top: -70px;
}

.promos .pic {
	width: 38%;
	height: 550px;
	float: right;
	background: url("../bin/promotions.jpg") no-repeat center;
	background-size: cover;
}

.promos .content {
	float: right;
	width: 38%;
	clear: both;
	margin-bottom: 10px;
}

.promos .promo-description {
	margin-bottom: 20px;
}

.promos .promo-link {
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 15px;
	border: 1px solid #1c1d1a;
	transition: all 0.3s ease-in;
	font-size: 10px;
	line-height: 18px;
	display: inline-block;
	margin: 0;
	text-decoration: none;
    color: #1c1d1a;
}

.promos .promo-link:hover {
	opacity: 0.5;
	transform: translateY(-4px);
}

.promos .plant {
	width: 50%;
	margin: 200px 10% 0 2%;
}


/**
  * APARTMENTS AREA
  **/

/*.rooms .room-description {
	width: 70%;
	margin-left: 14%;
}*/

.rooms .pictures {
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 160px;
}

/** Canastra **/

.canastra .pic.one {
    width: 57%;
    height: 390px;
	float: left;
	background: url("../bin/canastra/canastra1.jpg") no-repeat center;
	background-size: cover;
}
.canastra .pic.two {
    width: 38%;
    height: 260px;
    float: left;
    margin: 60px 0 0 5%;
	background: url("../bin/canastra/canastra2.jpg") no-repeat center;
	background-size: cover;
}
.canastra .pic.three {
	width: 29%;
    height: 450px;
    float: left;
    margin: 40px 5% 0 0;
    clear: both;
	background: url("../bin/canastra/canastra3.jpg") no-repeat center;
	background-size: cover;
}
.canastra .pic.four {
    width: 66%;
    height: 460px;
    float: left;
    margin: 60px 0 0;
	background: url("../bin/canastra/canastra4.jpg") no-repeat center;
	background-size: cover;
}
.canastra .pic.five {
    width: 40%;
    height: 620px;
    float: right;
    margin: 40px 0 0 5%;
	background: url("../bin/canastra/canastra5.jpg") no-repeat center;
	background-size: cover;
}
.canastra .pic.six {
    width: 55%;
    height: 380px;
    float: left;
    margin: 80px 0 0;
	background: url("../bin/canastra/canastra6.jpg") no-repeat center;
	background-size: cover;
}
.canastra .pic.seven {
	width: 28%;
    height: 420px;
    float: left;
    margin: 120px 5% 0 0;
	background: url("../bin/canastra/canastra7.jpg") no-repeat center;
	background-size: cover;
}
.canastra .pic.eight {
    width: 67%;
    height: 450px;
    float: left;
    margin: 20px 0 0;
	background: url("../bin/canastra/canastra8.jpg") no-repeat center;
	background-size: cover;
}
.canastra .pic.nine {
    width: 40%;
    height: 280px;
    float: left;
    margin: 80px 0 0;
	background: url("../bin/canastra/canastra9.jpg") no-repeat center;
	background-size: cover;
}
.canastra .pic.ten {
	width: 55%;
	height: 380px;
	float: left;
	margin: 40px 0 0 5%;
	background: url("../bin/canastra/canastra10.jpg") no-repeat center;
	background-size: cover;
}
.canastra .pic.eleven {
	width: 60%;
	height: 410px;
	float: left;
	margin: 80px 0 0;
	background: url("../bin/canastra/canastra11.jpg") no-repeat center;
	background-size: cover;
}
.canastra .pic.twelve {
	width: 35%;
	height: 540px;
	float: left;
    margin: 40px 0 0 5%;
	background: url("../bin/canastra/canastra12.jpg") no-repeat center;
	background-size: cover;
}
.canastra .pic.thirteen {
    width: 42%;
    height: 285px;
    float: left;
	background: url("../bin/canastra/canastra13.jpg") no-repeat center;
	background-size: cover;
}
.canastra .pic.fourteen {
    width: 53%;
    height: 370px;
    float: left;
    margin: 40px 0 0 5%;
	background: url("../bin/canastra/canastra14.jpg") no-repeat center;
	background-size: cover;
}
.canastra .pic.fifteen {
	width: 50%;
	height: 345px;
	float: left;
	margin: 40px 5% 0 0;
	background: url("../bin/canastra/canastra15.jpg") no-repeat center;
	background-size: cover;
}
.canastra .pic.sixteen {
    width: 45%;
    height: 315px;
    margin: 80px 0 0;
	float: left;
	background: url("../bin/canastra/canastra16.jpg") no-repeat center;
	background-size: cover;
}
.canastra .pic.seventeen {
	width: 42%;
	height: 640px;
	margin: 20px 5% 0 0;
	float: left;
	background: url("../bin/canastra/canastra17.jpg") no-repeat center;
	background-size: cover;
}
.canastra .pic.eighteen {
	width: 53%;
	height: 365px;
	margin: 140px 0 0;
	float: left;
	background: url("../bin/canastra/canastra18.jpg") no-repeat center;
	background-size: cover;
}

/** Ria **/

.ria .pic.one {
    width: 60%;
    height: 375px;
	float: left;
	margin-top: 40px;
	background: url("../bin/ria/ria1.jpg") no-repeat center;
	background-size: cover;
}
.ria .pic.two {
    width: 35%;
    height: 510px;
    float: left;
    margin: 0 0 0 5%;
	background: url("../bin/ria/ria2.jpg") no-repeat center;
	background-size: cover;
}
.ria .pic.three {
	width: 58%;
    height: 360px;
    float: right;
    margin: 40px 0 0 5%;
    clear: both;
	background: url("../bin/ria/ria3.jpg") no-repeat center;
	background-size: cover;
}
.ria .pic.four {
	width: 37%;
	height: 520px;
	float: left;
	margin: 0;
	background: url("../bin/ria/ria4.jpg") no-repeat center;
	background-size: cover;
}
.ria .pic.five {
    width: 58%;
    height: 360px;
    float: left;
    clear: both;
    margin: 40px 5% 0 0;
	background: url("../bin/ria/ria5.jpg") no-repeat center;
	background-size: cover;
}
.ria .pic.six {
    width: 37%;
    height: 230px;
    float: left;
    margin: 80px 0 0;
	background: url("../bin/ria/ria6.jpg") no-repeat center;
	background-size: cover;
}
.ria .pic.seven {
    width: 60%;
    height: 380px;
    float: left;
    margin: 120px 5% 0 0;
	background: url("../bin/ria/ria7.jpg") no-repeat center;
	background-size: cover;
}
.ria .pic.eight {
    width: 35%;
    height: 510px;
    float: left;
    margin: 40px 0 0;
	background: url("../bin/ria/ria8.jpg") no-repeat center;
	background-size: cover;
}
.ria .pic.nine {
    width: 55%;
    height: 350px;
    float: right;
    margin: 160px 0 0;
	background: url("../bin/ria/ria9.jpg") no-repeat center;
	background-size: cover;
}
.ria .pic.ten {
    width: 40%;
    height: 580px;
    float: left;
    margin: 40px 5% 0 0;
	background: url("../bin/ria/ria10.jpg") no-repeat center;
	background-size: cover;
}
.ria .pic.eleven {
    width: 60%;
    height: 380px;
    float: left;
    margin: 80px 0 0;
	background: url("../bin/ria/ria11.jpg") no-repeat center;
	background-size: cover;
}
.ria .pic.twelve {
    width: 35%;
    height: 500px;
    float: left;
    margin: 0px 0 0 5%;
	background: url("../bin/ria/ria12.jpg") no-repeat center;
	background-size: cover;
}
.ria .pic.thirteen {
    width: 58%;
    height: 370px;
    float: left;
    margin: 80px 0 0;
	background: url("../bin/ria/ria13.jpg") no-repeat center;
	background-size: cover;
}
.ria .pic.fourteen {
    width: 37%;
    height: 550px;
    float: left;
    margin: 40px 0 0 5%;
	background: url("../bin/ria/ria14.jpg") no-repeat center;
	background-size: cover;
}
.ria .pic.fifteen {
    width: 45%;
    height: 280px;
    float: left;
    margin: 0 5% 0 0;
	background: url("../bin/ria/ria15.jpg") no-repeat center;
	background-size: cover;
}
.ria .pic.sixteen {
    width: 50%;
    height: 320px;
    margin: 80px 0 0;
    float: left;
	background: url("../bin/ria/ria16.jpg") no-repeat center;
	background-size: cover;
}
.ria .pic.seventeen {
    width: 42%;
    height: 600px;
    margin: -20px 0 0;
    float: left;
	background: url("../bin/ria/ria17.jpg") no-repeat center;
	background-size: cover;
}

/**
  * TERMS AND CONDITIONS AREA
  **/

.description.list {
	margin-bottom: 0;
}

.terms-pic {
	width: 70%;
	margin: 0 auto;
}

.terms-pic img {
	width: 100%;
}

/**
  * PROMOTIONS AREA
  **/

.promo {
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: 100px;
}

.promo.one {
	margin-top: -40px;
}

.promo.one .pic {
	width: 35%;
	height: 500px;
	margin-left: 10%;
	float: left;
	background: url("../bin/promo.jpg") no-repeat center;
	background-size: cover;
}

.promo.one .content {
	width: 40%;
    margin-left: 5%;
    padding-top: 80px;
    float: left;
}

.promo.two {
	display: none;
}

.promo.two .pic {
	width: 50%;
	height: 380px;
	float: right;
	background: url("../bin/promo2.jpg") no-repeat center;
	background-size: cover;
}

.promo.two .content {
	width: 37%;
	padding-left: 8%;
    margin-right: 5%;
    padding-top: 40px;
    float: left;
    text-align: right;
}

/**
  * PASSIVE HOUSE AREA
  **/
.passive-house .description {
	margin-bottom: 60px;
	overflow: hidden;
	font-size: 20px;
    line-height: 30px;
}

.passive-house .description.ph {
	font-size: 20px;
    line-height: 30px;
}

.passive-house .description.ph .link {
	cursor: pointer;
	text-decoration: none;
	color: #1c1d1a;
	display: inline-block;
	margin-left: 10px;
	opacity: 0.5;
}

.passive-house .description.ph .link:hover {
	opacity: 1;
}

.passive-house .description .img {
	width: 35%;
	float: left;
}

.passive-house .description .content {
	width: 60%;
	float: left;
	margin-left: 5%;
}

.passive-house .description a {
	margin-top: 10px;
}

.passive-house .description a:hover {
	opacity: 0.5;
}

.passive-house .description img {
	float: right;
}


/**
  * PRESS AREA
  **/

.press .centerblock .presslink {
	width: 50%;
	float: left;
	margin: 40px 0;
}

.press .centerblock .presslink a {
	display: block;
}

.press .centerblock .presslink a:hover {
	opacity: 0.5;
}

.press .centerblock .presslink a img {
	max-width: 175px;
	width: 65%
}


/**
  * CONTACTS AREA
  **/
.cestariapic {
	width: 75%;
	height: 460px;
	margin: 0 0 40px 10%;
	background: url("../bin/contacts.jpg") no-repeat center;
	background-size: cover;
}

.cestariapic.map {
	background: none;
}

.cestariapic.map iframe {
	width: 100%;
}

/**
  * FOOTER AREA
  **/

footer {
	text-align: center;
	width: 50%;
	margin: 100px auto 0;
	position: relative;
}

footer::before {
	content: "";
	width: 150px;
	height: 150px;
	position: absolute;
	top: -70px;
	left: 40px;
	background-position: -120px top; 
}

footer .title {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}

footer .contcontent {
	font-size: 14px;
	margin-bottom: 30px;
}

footer a {
	display: block;
	color: #1c1d1a;
	text-decoration: none;
}

footer a:hover {
	opacity: 0.5;
}

footer .contacts {
	overflow: hidden;
}

footer .socialmedia {
	margin: 30px 0 35px;
	font-size: 14px;
}

footer .socialmedia .social {
	display: inline-block;
	opacity: 0.4;
	margin: 0 6px;
	font-size: 16px;
}

footer .socialmedia .social span {
	text-indent: -9999px;
	display: inline-block;
	width: 0;
}

footer .socialmedia .social:hover {
	opacity: 1;
}

footer .footermenu {
	margin: 70px 0;
	display: none;
}

footer .footermenu li {
	display: inline-block;
	margin: 0 15px;
}

footer .footermenu li a {
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 14px;
}

footer .copyrights {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 14px;
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
	margin: 40px 0 55px;
}

footer .copyrights span {
	opacity: 0.4;
}

footer .copyrights a {
	display: inline-block;
	opacity: 0.4;
}

footer .copyrights a:hover {
	opacity: 1;
}



/**
  * WEATHER GADGET AREA
  **/
#weatherGadget {
	text-align: center;
}

#weatherGadget > span {
	display: inline-block;
	margin: 0 3px;
	line-height: 22px;
	font-size: 14px;
}

#weather-yahoo {
	display: none;
}
/*

#weather-gadget {
	display: inline-block;
	width: 100%;
}

#weather-gadget div.aw-widget-current-inner {
	max-width: none !important;
	font-family: 'brandon_grotesque_regularRg', Helvetica, Arial, sans-serif !important;
	padding: 0 !important;
	line-height: 22px !important;
	color: #1c1d1a !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
}

#weather-gadget div.aw-widget-current-inner div.aw-widget-content.bg-cl, 
#weather-gadget div.aw-widget-current-inner div.aw-widget-content.bg-cl a.aw-current-weather, 
#weather-gadget div.aw-widget-current-inner div.aw-widget-content.bg-s, 
#weather-gadget div.aw-widget-current-inner div.aw-widget-content.bg-s a.aw-current-weather,
#weather-gadget div.aw-widget-current-inner div.aw-widget-content,
#weather-gadget div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather div.aw-current-weather-inner {
	color: #1c1d1a !important;
	padding: 0 !important;
	margin: 0 !important;
	pointer-events: none !important;
	background: none !important;
	border: none !important;
	display: inline-block !important;
	max-width: none !important;
}

#weather-gadget div.aw-widget-current-inner div.aw-widget-content.bg-cl {
	border: none !important;
	background: none !important;
	line-height: 22px !important;
}

#weather-gadget div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather h3 {
	padding: 0 !important;
	margin: 0 !important;
	font-size: 14px!important;
	line-height: 22px !important;
	width: auto !important;
	font-weight: normal !important;
	display: inline-block;
	float: none !important;
	color: #1c1d1a !important;
	background: none !important;
	border: none !important;
}

#weather-gadget div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather p {
	width: auto !important;
	padding-left: 0 !important;
	margin: 0 !important;
	float: none !important;
	display: inline-block !important;
	color: #1c1d1a !important;
	background: none !important;
	border: none !important;
}

#weather-gadget div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather p span.aw-temperature-today {
	padding: 0 !important;
	display: inline-block !important;
	text-align: left !important;
	font-size: 14px !important;
	line-height: 22px !important;
	float: left;
	color: #1c1d1a !important;
	background: none !important;
	border: none !important;
}

#weather-gadget div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather p span.aw-temperature-today sup {
	font-size: 16px !important;
}

#weather-gadget div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather p span.aw-weather-description,
#weather-gadget div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather p time  {
	display: inline-block !important;
	margin: 0 !important;
	font-size: 14px !important;
	line-height: 22px !important;
	padding: 0 0 0 10px !important;
	color: #1c1d1a !important;
	background: none !important;
	border: none !important;
}

#weather-gadget div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather p time {
	padding: 0 0 0 10px !important;
}

#weather-gadget div.aw-widget-current-inner a.aw-toggle, #weather-gadget div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather span.aw-icon {
	display: none !important;
}
*/


/** bloc effects area **/
.bloc {
	opacity: 0;
	transition: opacity 1s ease-in;
}
.bloc.enabled {
	opacity: 1;
}

/**
  * MEDIA QUERIES
  **/
@media all and (min-width: 1360px) {
	.centerblock .wrapper {
		max-width: 1100px;
		margin: 100px auto;
	}
	.cestariapic {
		height: 540px;
	}
}

@media all and (max-width: 992px) {
	.bloc {
		opacity: 1 !important;
	}
	header .logo2 {
		top: 50px;
		left: 20px;
	}
	.topblock .languages {
		top: 140px;
		left: 40px;
	}
	#burguer-icon {
		top: 50px;
		right: 20px;
	}
	.bookbutton {
		width: 80px;
		height: 80px;
		bottom: 40px;
		right: 15px;
	}
	.centerblock .wrapper {
		margin: 50px 80px 80px;
		overflow: hidden;
	}
	.centerblock h1 {
		width: 70%;
		margin: 0 0 60px 0;
	}
	.title.one {
		font-size: 20px;
		line-height: 26px;
	}
	.nobanner .title.one {
		margin: 25px 0 40px 14%;
	}
	.centerblock .description-home {
		width: 100%;
		margin-left: 0;
		margin-bottom: 60px;
	}
	.block1 .pic {
		width: 80%;
		height: 400px;
		float: none;
	}
	.block1 .content {
		width: 90%;
		margin-left: 0;
		margin-top: 40px;
	}
	.apartment.one {
		margin-bottom: 80px;
		margin-top: 60px;
	}
	.apartment.one .gallery {
		width: 65%;
		height: 400px;
		float: none;
		position: relative;
		z-index: 1;
	}
	.apartment.one .logoshape {
		top: 230px;
		left: 0%;
	}
	.apartment.one .content, .apartment.two .content, .promos .content {
		width: 90%;
		float: none;
		text-align: left;
		padding: 20px 0 0 0;
		margin: 0;
	}
	.apartment.two {
		margin-bottom: 80px;
	}
	.apartment.two .gallery {
		width: 80%;
		float: none;
	}
	.promos {
		margin: 0;
	}
	.promos .pic {
		width: 80%;
		height: 450px;
		float: none;
	}
	.promos .plant {
		margin: 40px 25% 0;
	}

	footer {
		width: 80%;
		margin: 20px auto 0;
	}
	/** Book form **/
	#bookform {
		margin: 0 0 50px 14%
	}
	.bookblock {
		width: 100%;
		margin: 0 0 60px;
	}
	/** canastra **/
	.canastra .pic {
	    margin: 40px 0 0 !important;
	}
	.canastra .pic.one {
	    width: 78%;
	    height: 400px;
	}
	.canastra .pic.two {
	    width: 70%;
	    height: 360px;
	}
	.canastra .pic.three {
		width: 50%;
		height: 580px;
	}
	.canastra .pic.four {
		width: 95%;
		height: 480px;
	}
	.canastra .pic.five {
		width: 50%;
		height: 560px;
		float: left;
	}
	.canastra .pic.six {
		width: 75%;
		height: 400px;
	}
	.canastra .pic.seven {
		width: 40%;
		height: 460px;
	}
	.canastra .pic.eight {
		width: 90%;
		height: 460px;
	}
	.canastra .pic.nine {
		width: 70%;
		height: 360px;
	}
	.canastra .pic.ten {
		width: 85%;
		height: 420px;
	}
	.canastra .pic.eleven {
		width: 70%;
		height: 360px;
	}
	.canastra .pic.twelve {
		width: 55%;
		height: 620px;
	}
	.canastra .pic.thirteen {
		width: 75%;
		height: 380px;
	}
	.canastra .pic.fourteen {
		width: 90%;
		height: 480px;
	}
	.canastra .pic.fifteen {
		width: 75%;
		height: 380px;
	}
	.canastra .pic.sixteen {
		width: 85%;
		height: 440px;
	}
	.canastra .pic.seventeen {
		width: 60%;
		height: 680px;
	}
	.canastra .pic.eighteen {
		width: 80%;
		height: 420px;
	}

	/** ria **/
	.ria .pic {
	    margin: 40px 0 0 !important;
	}
	.ria .pic.one {
	    width: 78%;
	    height: 400px;
	}
	.ria .pic.two {
	    width: 46%;
	    height: 530px;
	}
	.ria .pic.three {
		width: 78%;
		height: 380px;
		float: left;
	}
	.ria .pic.four {
		width: 56%;
		height: 660px;
	}
	.ria .pic.five {
		width: 68%;
		height: 340px;
		float: left;
	}
	.ria .pic.six {
		width: 82%;
		height: 420px;
	}
	.ria .pic.seven {
		width: 92%;
		height: 460px;
	}
	.ria .pic.eight {
		width: 50%;
		height: 560px;
	}
	.ria .pic.nine {
		width: 80%;
		height: 400px;
		float: left;
	}
	.ria .pic.ten {
		width: 45%;
		height: 510px;
	}
	.ria .pic.eleven {
		width: 70%;
		height: 360px;
	}
	.ria .pic.twelve {
		width: 55%;
		height: 620px;
	}
	.ria .pic.thirteen {
		width: 75%;
		height: 380px;
	}
	.ria .pic.fourteen {
		width: 46%;
		height: 520px;
	}
	.ria .pic.fifteen {
		width: 75%;
		height: 380px;
	}
	.ria .pic.sixteen {
		width: 85%;
		height: 440px;
	}
	.ria .pic.seventeen {
		width: 50%;
		height: 580px;
	}
	.cestariapic {
		margin: 0 0 50px 14%;
	}

	.passive-house .description .img {
		width: 100%;
		margin-bottom: 20px;
	}

	.passive-house .description .img img {
		float: left;
	}

	.passive-house .description .content {
		width: 100%;
		float: right;
		margin-left: 0;
	}

	#banner .bookbutton, .scroll {
		display: none !important;
	}
}

@media all and (max-width: 768px) {
	/** Rooms **/
	.rooms .pic.horz {
		width: 100% !important;
		height: 340px !important;
	}
	.rooms .pic.vert {
		width: 75% !important;
		height: 560px !important;
	}
	footer .copyrights {
		margin: 90px 0 20px;
	}
	/** promotions **/
	.promo.one {
		margin: 0 0 80px;
	}
	.promo.one .pic {
		margin-left: 0;
		width: 60%;
		height: 390px;
		background: url(../bin/promo1.jpg) no-repeat center;
		background-size: cover;
	}
	.promo.one .content {
		width: 80%;
		margin: 0;
		padding: 0;
	}
	.promo.two .pic {
		width: 80%;
		height: 280px;
		float: left;
	}
	.promo.two .content {
		width: 80%;
		margin: 0;
		text-align: left;
		padding: 0;
	}

	.cestariapic {
		height: 280px;
	}

	.footermenu {
		display: none;
	}
}

@media all and (max-width: 640px) {
	.navigation {
		z-index: 50;
		background: rgba(255,255,255,0.95) url("../bin/menu_img.png") no-repeat -50% -50%;
	}
	.navigation ul li a {
		font-size: 18px;
	}
	#banner {
		margin-top: 80px;
		height: 260px !important;
	}
	header.topblock {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 80px;
		background: #fff;
		z-index: 51;
	}
	header .logo2 {
		position: relative;
		top: auto;
		left: auto;
		width: 80px;
		display: inline-block;
		margin: 18px 0 0 20px;
		float: left;
	}
	.topblock .languages {
		position: relative;
		top: auto;
		left: auto;
		display: inline-block;
		margin: 26px 0 0 20px;
		float: left;
	}
	#burguer-icon {
		z-index: 51;
		top: 25px;
	}
	.centerblock .wrapper {
		margin: 50px 30px 80px;
	}
	.nobanner .centerblock .wrapper {
		margin: 140px 30px 80px;
	}
	.centerblock .description, .centerblock .description.list {
		width: 100%;
		margin-left: 0;
		margin-bottom: 60px;
	}
	.title.one, .nobanner .title.one {
		width: 85%;
		margin: 0 0 40px 0;
	}
	.centerblock .description {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 80px;
	}
	.block1 .pic {
		width: 90%;
		height: 380px;
	}
	.apartment.one .gallery {
		width: 90%;
		height: 340px;
	}
	.apartment.one .logoshape {
		top: 290px;
		left: -200px;
	}
	.apartment.two .gallery {
		width: 90%;
		height: 260px;
	}
	.promos .pic {
		width: 90%;
		height: 340px;
	}
	.promos .plant {
		width: 90%;
		margin: 40px 5% 0;
	}
	.rooms .room-description {
		width: 100%;
		margin-left: 0;
	}
	.rooms .pictures {
	    margin-top: 0px;
	}
	.terms-pic {
		width: 100%;
	}
	/** book form **/
	#bookform {
		width: 100%;
		margin: 0 0 50px;
	}

	.cestariapic {
		width: 100%;
		margin: 0 0 50px;
	}

	.passive-house .description {
		margin-bottom: 40px !important;
	}

	#banner .bx-controls, #banner .languages, .logo {
		display: none;
	}
}

@media all and (max-width: 480px) {
	/** Book form **/
	.bookblock .left {
		width: 100%;
	}
	.bookblock .right {
		width: 90%;
		float: left;
		margin-bottom: 40px;
	}
	/** Rooms **/
	.rooms .pic.horz {
		width: 100% !important;
		height: 220px !important;
	}
	.rooms .pic.vert {
		width: 75% !important;
		height: 380px !important;
	}
	/** Promotions **/
	.promo {
		margin-bottom: 40px !important;
	}
	.promo.one .pic {
		width: 80%;
		height: 340px;
	}
	.promo .content {
		width: 92% !important;
	}

	.cestariapic {
		height: 220px;
	}

	.press .centerblock .presslink {
		width: 100%;
	}
}

