/*  RESET browser defaults (Eric Meyer Global Reset)*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
dl, dt, dd, ol,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat {
	clear:both;
  	height:0;
  	font-size: 1px;
 	line-height: 0px;
}
/* END RESET browser defaults */


/* FONTS */
@font-face {
    font-family: 'Marvel-Regular';
    src: url('fonts/Marvel/Marvel-Regular.eot');
    src: local('Marvel-Regular'), 
		 url('fonts/Marvel/Marvel-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Marvel/Marvel-Regular.woff2') format('woff2'),
		 url('fonts/Marvel/Marvel-Regular.woff') format('woff'), 
         url('fonts/Marvel/Marvel-Regular.ttf') format('truetype'),
         url('fonts/Marvel/Marvel-Regular.svg#Marvel-Regular') format('svg'); 
}

@font-face {
    font-family: 'Marvel-Bold';
    src: url('fonts/Marvel/Marvel-Bold.eot');
    src: local('Marvel-Bold'), 
		 url('fonts/Marvel/Marvel-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Marvel/Marvel-Bold.woff2') format('woff2'),
		 url('fonts/Marvel/Marvel-Bold.woff') format('woff'), 
         url('fonts/Marvel/Marvel-Bold.ttf') format('truetype'),
         url('fonts/Marvel/Marvel-Bold.svg#Marvel-Bold') format('svg'); 
}

@font-face {
    font-family: 'MontagueScript';
    src: url('fonts/Montague_script/MontagueScript.eot');
    src: local('MontagueScript'), 
		 url('fonts/Montague_script/MontagueScript.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Montague_script/MontagueScript.woff2') format('woff2'),
		 url('fonts/Montague_script/MontagueScript.woff') format('woff'), 
         url('fonts/Montague_script/MontagueScript.ttf') format('truetype'),
         url('fonts/Montague_script/MontagueScript.svg#MontagueScript') format('svg'); 
}


/* GLOBAL */
.centered {
	text-align: center;
}

.bold {
	 font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

h1 {
	color: #00a5d5;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 38px;
}

h1.ufirst {
	text-transform: none;
}

h2 {
	color: #00a5d5;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 20px;
}

h2.ufirst {
	text-transform: none;
}

h3 {
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

input, textarea, select {
	font-family: 'Marvel-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 13px;
	border: 1px solid #3c3c3c;
	color: #6f6f6f;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
}

input,
select {
	height: 21px;
}

input.checkbox {
	width: 15px !important;
}

#okmsg {
	color: #1ab624;
	float: left;
	width: 100%;
	text-align: center;
	margin: 15px 0;
	font-weight: bold;
	font-size: 22px;
}

#errormsg {
	color: #bf1e2e;
	float: left;
	width: 100%;
	text-align: center;
	margin: 15px 0;
	font-weight: bold;
	font-size: 22px;
}



/* CUSTOM STYLE */
body {
	line-height: 20px;
	font-family: 'Marvel-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 12px;
	background: #ffffff;
	position: relative;
	overflow-x: hidden;
}


#header {
	float: left;
	width: 100%;
	height: 105px;
	z-index: 10000;
	background: #000000;
	position: relative;
	transition: 0.5s all;
	position: fixed;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

#header #header-shadow {
	width: 100%;
	height: 100%;
}

#header #header-container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#header #logo {
	position: absolute;
	top: -200px;
	left: calc(50% - 200px);
	width: 400px;
	height: 400px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
	z-index: 99;
	background: #000000 url('../images/logo.svg') no-repeat center 220px;
	border-radius: 200px;
}

#header #logo a {
	display: block;
	height: 100%;
	cursor: pointer;
}



#header #burger {
	position: absolute;
	right: 5%;
	top: 42px;
	width: 30px;
	height: 25px;
	cursor: pointer;
	z-index: 2000;
	transition: all 0.5s;
	display: none;
	-webkit-transform: translateZ(0) scale(1,1);
	transform: translateZ(0) scale(1,1);
}

#header #burger span {
	width: 30px;
	height: 3px;
	display: block;
	position: absolute;
	background: #E2CC96;
	transition: all 0.5s;
}

#header #burger span:nth-child(1) {
	-webkit-transform-origin: 10px 1px;
	transform-origin: 10px 1px;
	top: 0px;
}

#header #burger span:nth-child(2) {
	top: 10px;
}

#header #burger span:nth-child(3) {
	-webkit-transform-origin: 10px 1px;
	transform-origin: 10px 1px;
	top: 20px;
}

#header #burger.open span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#header #burger.open span:nth-child(2) {
  -webkit-transition: opacity .3s linear,-webkit-transform .3s linear;
  transition: opacity .3s linear,-webkit-transform .3s linear;
  transition: transform .3s linear,opacity .3s linear;
  transition: transform .3s linear,opacity .3s linear,-webkit-transform .3s linear;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 0;
}

#header #burger.open span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}

#header #burger-menu {
	position: fixed;
	right: 0;
	top: 105px;
	width: 0;
	height: 100%;
	background: #C99D5D;
	border: 1px solid #707070;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding-top: 170px;
}

#header #burger-menu .burger-menu-option {
	float: left;
	width: 100%;
	text-transform: uppercase;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
	transition: all 0.5s;
}

#header #burger-menu .burger-menu-option a {
	color: #000000;
	text-decoration: none;
	padding: 15px 0;
	display: block;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 23px;
	text-transform: uppercase;
}

#header #burger-menu .burger-menu-option a:hover {
	color: #ffffff;
}

#header #burger-menu .burger-menu-option a.lang {
	display: inline;
	padding: 0 10px;
}


#header #menu-container {
	margin: 30px auto 0;
	width: 100%;
	height: 32px;
	position: relative;
	background: transparent;
	transition: 0.5s all;
}

#header #menu-container.wide {
	position: fixed;
	top: 0;
	margin-top: 0;
	background: #001f47;
}

#header #menu-container #menu-logo {
	position: absolute;
	left: calc(50% - 430px);
	top: 15px;
	width: 94px;
	height: 35px;
/*	background: url('../images/logo-small.png') no-repeat center center;*/
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: none;
}

#header #menu {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #C99D5D;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	position: relative;
}

#header #menu ul {
	height: 100%;
	display: inline-block;
	transition: 0.5s all;
}

#header #menu li {
	float: left;
	height: 100%;
	text-align: center;
}

#header #menu li a {
	display: block;
	width: auto;
	padding: 5px 0 8px;
	margin: 0 13px;
	text-decoration: none;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 22px;
	color: #000000;
	text-transform: uppercase;
	position: relative;
	transition: 0.2s all;
}

#header #menu li a:hover,
#header #menu li a.selected {
/*	border-bottom: 4px solid #000000;*/
	color: #ffffff;
}

#header #menu li:nth-child(1) {
	width: 70px;
}

#header #menu li:nth-child(3) {
	margin-right: 450px;
}

#header #menu li.first > a {
	background: url('../images/bg-lang-arrow.png') no-repeat right center;
	padding-right: 10px;
	cursor: pointer;
}

#header #menu li.first .lang-list {
	float: left;
	width: 70px;
	background: #C99D5D;
	display: none;
}



#header #menu #lang {
	position: absolute;
	right: 5px;
	top: 4px;
	width: 66px;
	height: 23px;
	text-align: right;
}

#header #menu #lang a.pt {
	float: left;
	width: 23px;
	height: 23px;
	background: url('../images/bg-lang.png') no-repeat left top;
	margin: 0 5px;
	transition: 0.5s all;
}

#header #menu #lang a.pt:hover {
	background: url('../images/bg-lang.png') no-repeat left bottom;
}

#header #menu #lang a.en {
	float: left;
	width: 23px;
	height: 23px;
	background: url('../images/bg-lang.png') no-repeat right top;
	margin: 0 5px;
	transition: 0.5s all;
}

#header #menu #lang a.en:hover {
	background: url('../images/bg-lang.png') no-repeat right bottom;
}





/* SECTION */
.section {
	float: left;
	width: 100%;
}

.section .section-container {
	width: 1000px;
	margin: 120px auto 0;
	overflow: hidden;
	position: relative;
}

.section .section-title {
	float: left;
	width: 100%;
	color: #C99D5D;
	text-align: center;
	font-size: 70px;
	line-height: 80px;
	padding-bottom: 60px;
	text-transform: uppercase;
	position: relative;
}

.section .section-subtitle {
	width: 900px;
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
	font-size: 23px;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	line-height: 40px;
	position: relative;
}

.section .section-description {
	float: left;
	width: 100%;
	color: #001f47;
	font-size: 16px;
	line-height: 28px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: justify;
}

.section .section-left {
	float: left;
	width: 50%;
}

.section .section-right {
	float: left;
	width: 50%;
}

.section .section-button {
	margin: 0 auto;
	width: 200px;
	height: 32px;
	text-align: center;
	color: #888888;
	text-transform: uppercase;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 13px;
	line-height: 28px;
	border: 3px solid #fa8305;
	display: table;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.section .section-button:hover {
	background: #fa8305;
	color: #ffffff;
	cursor: pointer;
}

.section .section-button a {
	display: block;
	height: 100%;
	color: #888888;
	padding-top: 5px;
	text-transform: uppercase;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 13px;
	text-decoration: none;
}

.section .section-button a:hover {
	background: #fa8305;
	color: #ffffff;
}





#banner {
	float: left;
	width: 100%;
/*	height: 1078px;*/
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	margin-top: 105px;
}

#banner ul#banner-slider_manual {
	float: left;
	width: 100% !important;
	height: 1078px;
	overflow: hidden;
	position: relative;
}

#banner ul#banner-slider_manual img {
	float: left;
	min-width: 2000px;
}

#banner #banner-container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	margin-top: -420px;
}

#banner .banner-wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}






#slogan .section-description {
	text-align: center;
}





#aboutus .section-container {
	margin-bottom: 120px;
}

#aboutus .title {
	float: left;
	width: 50%;
	text-align: right;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 70px;
	line-height: 80px;
	color: #000000;
}

#aboutus .title span {
	font-family: 'MontagueScript', Tahoma, 'Trebuchet MS', Arial;
	font-size: 174px;
	line-height: 180px;
	color: #000000;
}

#aboutus .left {
	float: left;
	clear: left;
	width: calc(50% - 50px);
	margin-right: 50px;
	margin-top: 20px;
}

#aboutus .left .subtitle {
	float: right;
	width: 450px;
	text-align: right;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 30px;
	line-height: 40px;
	color: #000000;
}

#aboutus .left .description {
	float: right;
	width: 450px;
	text-align: right;
	margin-top: 50px;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 23px;
	line-height: 37px;
	color: #000000;
}

#aboutus .right {
	float: left;
	width: 50%;
	height: 410px;
	position: relative;
}

#aboutus .right .out1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 467px;
	height: 377px;
	border: 3px solid #c99d5d;
}

#aboutus .right .out2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 467px;
	height: 377px;
	border: 3px solid #c99d5d;
}

#aboutus .right .in {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 441px;
	height: 350px;
}

#aboutus .right .in img {
	width: 100%;
	height: 100%;
}





#services {
	background: #000000;
}

#services .section-container {
	margin-top: 100px;
}

#services .section-description .highlight {
	margin: 60px auto 0;
	padding: 20px 0;
	width: 100%;
	background: #C99D5D;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 34px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}

#services .services-list {
	float: left;
	width: 100%;
	margin-top: 100px;
	padding: 0 8%;
	box-sizing: border-box;
}

#services .services-list .service-item {
	float: left;
	width: 33.3%;
	padding: 0 40px;
	box-sizing: border-box;
	margin-bottom: 140px;
}

#services .services-list .service-item:nth-child(4) {
	clear: left;
}

#services .services-list .service-item .icon {
	margin: 0 auto;
	width: 62px;
	height: 62px;
}

#services .services-list .service-item1 .icon {
	background: url('../images/bg-service1.svg') no-repeat center bottom;
}
#services .services-list .service-item2 .icon {
	background: url('../images/bg-service2.svg') no-repeat center bottom;
}
#services .services-list .service-item3 .icon {
	background: url('../images/bg-service3.svg') no-repeat center bottom;
}
#services .services-list .service-item4 .icon {
	background: url('../images/bg-service4.svg') no-repeat center bottom;
}
#services .services-list .service-item5 .icon {
	background: url('../images/bg-service5.svg') no-repeat center bottom;
}
#services .services-list .service-item6 .icon {
	background: url('../images/bg-service6.svg') no-repeat center bottom;
}

#services .services-list .service-item .name {
	float: left;
	width: 100%;
	text-align: center;
	color: #C99D5D;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 23px;
	line-height: 40px;
	margin-top: 25px;
	text-transform: uppercase;
}

#services .services-list .service-item .description {
	float: left;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 23px;
	line-height: 40px;
	margin-top: 25px;
}





#partners {
	background: #BD9458;
}

#partners .section-container {
	margin: 0 auto;
	width: 100%;
}

#partners .section-description .title {
	float: left;
	width: 100%;
	color: #ffffff;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 23px;
	line-height: 40px;
	padding: 0 calc(8% + 60px);
	box-sizing: border-box;
}

#partners .section-description .partners-list {
	float: left;
	width: 100%;
	height: 139px;
	margin-top: 45px;
	padding: 0 8%;
	box-sizing: border-box;
}

#partners .section-description .partners-list .partner-item {
	float: left;
	width: calc(25% - 60px);
	height: 139px;
	margin: 0 30px;
	text-align: center;
}

#partners .section-description .partners-list .partner-item img {
	vertical-align: middle;
	max-height: 139px;
}

#partners .section-description .partners-list .partner-item img:hover {
	opacity: 0.7;
}

#partners .section-description .partners-list .partner-item:nth-child(1) img {
	margin-top: 7px;
}
#partners .section-description .partners-list .partner-item:nth-child(4) img {
	margin-top: 32px;
}






#rentals .section-title,
#rentals .section-subtitle {
	color: #000000;
}

#rentals .section-description .highlight {
	margin: 60px auto 0;
	padding: 20px 0;
	width: 100%;
	background: #000000;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 34px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	color: #C99D5D;
}

#rentals .section-description .rentals-list {
	float: left;
	width: 100%;
	margin-top: 100px;
	text-align: center;
}

#rentals .section-description .rentals-list .rental-item {
	width: 265px;
	height: 260px;
	margin: 0 33px 70px;
	position: relative;
	display: inline-block;
}

#rentals .section-description .rentals-list .rental-item .out1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 248px;
	height: 243px;
	border: 3px solid #c99d5d;
}

#rentals .section-description .rentals-list .rental-item .out2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 248px;
	height: 243px;
	border: 3px solid #c99d5d;
}

#rentals .section-description .rentals-list .rental-item .in {
	position: absolute;
	top: 14px;
	left: 14px;
	width: 237px;
	height: 232px;
	overflow: hidden;
}

#rentals .section-description .rentals-list .rental-item .in .hover {
	position: absolute;
	top: 0;
	left: 0;
	background: #c99d5d url('../images/logo-symbol.png') no-repeat center 50px;
	width: 237px;
	height: 232px;
	opacity: 0.7;
	color: #000000;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	display: none;
}

#rentals .section-description .rentals-list .rental-item .in .hover a {
	text-decoration: none;
}

#rentals .section-description .rentals-list .rental-item .in .hover .city {
	width: 100%;
	height: 148px;
	padding: 0 10px;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	padding-top: 120px;
	box-sizing: border-box;
	overflow: hidden;
}

#rentals .section-description .rentals-list .rental-item .in .hover .city span {
	font-size: 12px;
	line-height: 25px;
}

#rentals .section-description .rentals-list .rental-item .in .hover .persons {
	float: left;
	width: 45px;
	margin-left: 10px;
	margin-top: 15px;
	padding-left: 30px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
#rentals .section-description .rentals-list .rental-item .in .hover .rooms {
	float: left;
	width: 45px;
	margin-left: 10px;
	margin-top: 15px;
	padding-left: 30px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
#rentals .section-description .rentals-list .rental-item .in .hover .beds {
	float: left;
	width: 45px;
	margin-left: 14px;
	margin-top: 15px;
	padding-left: 30px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
#rentals .section-description .rentals-list .rental-item .in .hover .wc {
	float: left;
	width: 45px;
	margin-left: 6px;
	margin-top: 15px;
	padding-left: 30px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

#rentals .section-description .rentals-list .rental-item .in .hover img {
	position: absolute;
	left: calc(50% - 10px);
	top: 3px;
	height: 20px;
}

#rentals .section-description .rentals-list .rental-item .in .hover .beds img {
	left: 0;
}
#rentals .section-description .rentals-list .rental-item .in .hover .wc img {
	left: calc(50% - 15px);
}

#rentals .section-description .rentals-list .rental-item .in:hover .hover {
	display: block;
}


#rentals .section-description .rentals-list .rental-item .data {
	float: left;
	margin-top: 280px;
	width: 100%;
	color: #000000;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	display: none;
}

#rentals .section-description .rentals-list .rental-item .data a {
	text-decoration: none;
}

#rentals .section-description .rentals-list .rental-item .data .city {
	width: 100%;
	padding: 0 10px;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}

#rentals .section-description .rentals-list .rental-item .data .city span {
	font-size: 12px;
	line-height: 25px;
}

#rentals .section-description .rentals-list .rental-item .data .persons {
	float: left;
	width: 45px;
	margin-left: 25px;
	margin-top: 15px;
	padding-left: 30px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
#rentals .section-description .rentals-list .rental-item .data .rooms {
	float: left;
	width: 45px;
	margin-left: 10px;
	margin-top: 15px;
	padding-left: 30px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
#rentals .section-description .rentals-list .rental-item .data .beds {
	float: left;
	width: 45px;
	margin-left: 14px;
	margin-top: 15px;
	padding-left: 30px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
#rentals .section-description .rentals-list .rental-item .data .wc {
	float: left;
	width: 45px;
	margin-left: 6px;
	margin-top: 15px;
	padding-left: 30px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

#rentals .section-description .rentals-list .rental-item .data img {
	position: absolute;
	left: calc(50% - 10px);
	top: 3px;
	height: 20px;
}

#rentals .section-description .rentals-list .rental-item .data .beds img {
	left: 0;
}
#rentals .section-description .rentals-list .rental-item .data .wc img {
	left: calc(50% - 15px);
}


#rentals .section-description .button {
	width: 260px;
	height: 81px;
	position: relative;
	margin: 60px auto 120px;
}

#rentals .section-description .button .out1 {
	width: 250px;
	height: 71px;
	border: 1px solid #C99D5D;
	position: absolute;
	top: 0;
	left: 0;
}

#rentals .section-description .button .out2 {
	width: 250px;
	height: 71px;
	border: 1px solid #C99D5D;
	position: absolute;
	bottom: 0;
	right: 0;
}

#rentals .section-description .button .in {
	width: 242px;
	height: 63px;
	position: absolute;
	top: 9px;
	left: 9px;
}

#rentals .section-description .button .in a {
	float: left;
	width: 100%;
	height: 100%;
	line-height: 63px;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 23px;
	color: #C99D5D;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	transition: 0.5s all;
}

#rentals .section-description .button .in a:hover {
	background: #C99D5D;
	color: #ffffff;
}







#property .title {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 70px;
	line-height: 75px;
	color: #000000;
}

#property .property-characteristics {
	float: left;
	width: 100%;
	margin-top: 100px;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 20px;
	color: #000000;
}

#property .property-characteristics img {
	position: absolute;
	top: -10px;
	left: 0;
}

#property .property-characteristics div {
	float: left;
	width: calc(20% - 20px);
	margin: 0 10px;
	box-sizing: border-box;
	position: relative;
}

#property .property-characteristics .city {
	padding-left: 45px;
	width: calc(25% - 20px);
}
#property .property-characteristics .persons {
	padding-left: 45px;
	width: calc(15% - 20px);
}
#property .property-characteristics .rooms {
	padding-left: 45px;
}
#property .property-characteristics .beds {
	padding-left: 60px;
}
#property .property-characteristics .wc {
	padding-left: 55px;
}


#property .images-list {
	float: left;
	width: 100%;
	margin-top: 95px;
}

#property .images-list .left {
	float: left;
	width: 50%;
	padding-left: 50px;
	box-sizing: border-box;
	overflow: hidden;
}

#property .images-list .right {
	float: left;
	width: 50%;
}

#property .images-list .right div.image {
	margin-left: 49px;
	float: left;
	width: 188px;
	height: 188px;
	overflow: hidden;
	position: relative;
}

#property .images-list .right div.image:nth-child(1), #property .images-list .right div.image:nth-child(2) {
	margin-bottom: 50px;
}

#property .images-list .right div.number {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 50px;
	color: #ffffff;
	padding-top: calc(50% - 25px);
	background: rgba(0, 0, 0, 0.4);
}


#property .property-description {
	float: left;
	width: 100%;
	margin-top: 90px;
}

#property .property-description .title {
	float: left;
	width: 100%;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 34px;
	color: #C99D5D;
	text-transform: uppercase;
	text-align: left;
}

#property .property-description .content {
	float: left;
	width: 100%;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 20px;
	line-height: 35px;
	color: #000000;
	margin-top: 30px;
}

#property .property-description .content div,
#property .property-description .content span,
#property .property-description .content p {
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial !important;
	font-size: 20px !important;
}

#property .property-description .title2 {
	float: left;
	width: 100%;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 34px;
	line-height: 75px;
	color: #C99D5D;
	text-transform: uppercase;
	text-align: left;
	margin-top: 100px;
}

#property .property-description .content .includes-item {
	float: left;
	width: 50%;
	margin-bottom: 20px;
	box-sizing: border-box;
	background: url('../images/bg-property-includes.svg') no-repeat left center;
	padding-left: 40px;
	box-sizing: border-box;
	padding-right: 30px;
}


#property .property-description .left {
	float: left;
	width: 50%;
	margin-top: 100px;
}

#property .property-description .left .title {
	float: left;
	width: 100%;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 34px;
	color: #C99D5D;
	text-transform: uppercase;
	text-align: left;
}

#property .property-description .left .content {
	float: left;
	width: 100%;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 20px;
	line-height: 35px;
	color: #000000;
	margin-top: 30px;
}

#property .property-description .left .content .includes-item {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
	background: url('../images/bg-property-includes.svg') no-repeat left center;
	padding-left: 40px;
}


#property .property-description .right {
	float: left;
	width: 50%;
	margin-top: 100px;
}


#property .section-description .button {
	width: 260px;
	height: 81px;
	position: relative;
	margin: 60px auto 120px;
}

#property .section-description .button .out1 {
	width: 250px;
	height: 71px;
	border: 1px solid #C99D5D;
	position: absolute;
	top: 0;
	left: 0;
}

#property .section-description .button .out2 {
	width: 250px;
	height: 71px;
	border: 1px solid #C99D5D;
	position: absolute;
	bottom: 0;
	right: 0;
}

#property .section-description .button .in {
	width: 242px;
	height: 63px;
	position: absolute;
	top: 9px;
	left: 9px;
}

#property .section-description .button .in a {
	float: left;
	width: 100%;
	height: 100%;
	line-height: 63px;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 23px;
	color: #C99D5D;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	transition: 0.5s all;
}

#property .section-description .button .in a:hover {
	background: #C99D5D;
	color: #ffffff;
}






#contacts {
	float: left;
	width: 100%;
	background: #000000;
}

#contacts .contacts-row {
	float: left;
	width: 100%;
}

#contacts #contacts-form {
	float: left;
	width: 100%;
	margin-top: 50px;
}

#contacts .section-description {
	padding-bottom: 0;
}

#contacts input,
#contacts textarea {
	float: left; 
	border: 1px solid #C99D5D;
	width: 268px;
	padding: 5px 10px;
	font-size: 18px;
	color: #ffffff;
	margin: 0 16px 10px;
	background: transparent;
}

#contacts input#contact_email {
	width: 590px;
}

#contacts textarea {
	width: 912px;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contacts label {
	font-size: 14px;
	color: #001f47;
	position: relative;
	top: -3px;
	left: 5px;
}
/*
#contacts input#contact_security_code {
	width: 125px;
	margin-right: 20px;
}
*/
#contacts .button {
	margin: 60px auto 0;
	width: 260px;
	height: 81px;
	position: relative;
}

#contacts .button .out1 {
	width: 250px;
	height: 71px;
	border: 1px solid #C99D5D;
	position: absolute;
	top: 0;
	left: 0;
}

#contacts .button .out2 {
	width: 250px;
	height: 71px;
	border: 1px solid #C99D5D;
	position: absolute;
	bottom: 0;
	right: 0;
}

#contacts .button .in {
	width: 242px;
	height: 63px;
	position: absolute;
	top: 9px;
	left: 9px;
}


#contacts .button input#contact_submit {
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	color: #C99D5D;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 23px;
	border: 0;
	padding: 0;
	cursor: pointer;
	transition: 0.5s all;
	margin: 0;
}

#contacts input#contact_submit:hover {
	background: #c6a663;
	color: #ffffff;
}

#contacts .copyright {
	float: left;
	width: 100%;
	border-top: 1px solid #C99D5D;
	margin-top: 150px;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	padding: 30px 0;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
}













.bx-wrapper .bx-viewport {
	border: 0 !important;
    box-shadow: 0 0 0 !important;
    left: 0 !important;
	background: transparent !important;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-widget-content {
    font-size: 14px !important;
	line-height: 25px !important;
	color: #959494 !important;
    font-family: 'Marvel-Regular', Tahoma, 'Trebuchet MS', Arial;
}

.ui-widget-header {
	background: #e2e2e2 url('') !important;
}

.ui-corner-all {
	border-radius: 0 !important;
	border: 0 !important;
}

.ui-widget-header {
	background: url('') !important;
}

.ui-dialog {
	
}

.ui-dialog-title {
	font-weight: normal !important;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 14px !important;
	text-transform: uppercase;
	color: #000000;
}

.ui-dialog .ui-dialog-titlebar-close {
	width: 17px !important;
	height: 17px !important;
}

.ui-dialog .ui-dialog-buttonpane {
	border: 0 !important;
}

.ui-dialog .ui-dialog-buttonpane button {
	background: #ffffff url('') !important;
	border: 2px solid #b9a870 !important;
	-webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important;
	padding-top: 2px;
	font-family: 'Marvel-Bold', Tahoma, 'Trebuchet MS', Arial;
	text-transform: uppercase;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
	background: #b9a870 url('') !important;
	border: 2px solid #b9a870 !important;
	color: #ffffff !important;
}












@media screen and (max-width: 1200px) {

	#partners .section-description .partners-list .partner-item:nth-child(1) {
		width: calc(35% - 60px);
	}
	
	#partners .section-description .partners-list .partner-item:nth-child(2) {
		width: calc(15% - 60px);
	}
	
}






@media screen and (max-width: 1050px) {
		
	#header #header-container {
		width: 100%;
	}
	
	#header #menu-container {
		display: none;
	}
	
	#header #burger {
		display: block;
	}
	
	#banner {
		height: auto;
	}
	
	#banner ul#banner-slider_manual {
		height: auto;
	}
	
	.section .section-subtitle {
		width: 100%;
	}
	
	#slogan .section-container {
		width: 100%;
		margin-top: 80px;
	}
	
	#slogan .section-description {
		padding: 0;
	}
	
	#slogan .section-description img {
		width: 80%;
	}
	
	#aboutus .title {
		float: none;
		width: 340px;
		margin: 0 auto;
	}
	
	#aboutus .section-container {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	
	#aboutus .section-container .left {
		order: 3;
		width: 400px;
		margin: 30px auto 0;
	}
	
	#aboutus .section-container .right {
		order: 2;
		float: none;
		width: 500px;
		margin: 0 auto;
	}
	
	#services .section-container {
		width: 100%;
	}
	
	#services .section-subtitle {
		padding: 0 50px;
		box-sizing: border-box;
	}
	
	#services .services-list .service-item {
		width: 50%;
	}
	
	#services .services-list .service-item:nth-child(4) {
		clear: none;
	}
	
	#services .services-list .service-item:nth-child(3), #services .services-list .service-item:nth-child(5) {
		clear: left;
	}
	
	#partners .section-description .partners-list {
		height: auto;
	}
	
	#partners .section-description .partners-list .partner-item {
		width: calc(50% - 60px) !important;
	}
	
	#rentals .section-container {
		width: 100%;
	}
	
	#rentals .section-subtitle {
		padding: 0 50px;
		box-sizing: border-box;
	}
	
	#rentals .section-description .rentals-list .rental-item {
		margin: 0 33px 150px;
	}
	
	#rentals .section-description .rentals-list .rental-item .data {
		display: block;
	}
	
	#contacts .section-container {
		width: 100%;
	}
	
	#contacts .section-subtitle {
		padding: 0 50px;
		box-sizing: border-box;
	}
	
	#contacts input, #contacts textarea {
		width: calc(100% - 100px) !important;
		height: 33px;
		margin: 0 50px 16px;
		box-sizing: border-box;
	}
	
	#contacts .button input#contact_submit {
		width: 100% !important;
	}
	
	#contacts textarea {
		height: 100px;
	}
	
	#contacts #contacts-form img {
		margin: 0 50px 16px;
		box-sizing: border-box;
	}
	
	
	
	
	#banner ul#banner-slider_manual img {
		min-width: unset;
		width: 100%;
		height: auto;
	}
	
	#property .section-container {
		width: 100%;
	}
	
	#property .property-characteristics {
       text-align: center;
	}
	
	#property .property-characteristics div {
		float: none;
		display: inline-block;
		margin-bottom: 50px;
	}
	
	#property .property-characteristics .city {
		text-align: left;
		width: calc(35% - 20px);
	}
	#property .property-characteristics .persons {
		text-align: left;
		width: calc(25% - 20px);
	}
	#property .property-characteristics .rooms {
		text-align: left;
		width: calc(30% - 20px);
	}
	#property .property-characteristics .beds {
		text-align: left;
		width: calc(30% - 20px);
	}
	#property .property-characteristics .wc {
		text-align: left;
		width: calc(30% - 20px);
	}
	
	#property .images-list .left {
		width: 100%;
		padding: 0 50px;
		text-align: center;
	}
	
	#property .images-list .left img {
		width: 100%;
		height: auto;
		margin: 0 !important;
	}
	
	#property .images-list .right {
		width: 100%;
		margin-top: 0;
		padding: 50px 50px 0;
		box-sizing: border-box;
	}
	
	#property .images-list .right div.image {
		width: 50%;
		height: auto;
		margin-left: 0;
		padding: 0 25px;
		box-sizing: border-box;
	}
	
	#property .images-list .right div.image img {
		width: 100%;
		height: auto;
		margin: 0 !important;
	}
	
	#property .property-description .title, #property .property-description .title2 {
		padding: 0 50px;
		box-sizing: border-box;
	}
	
	#property .property-description .right .title, #property .property-description .right .content {
		padding-left: 0;
	}
	
	#property .property-description .content {
		padding: 0 50px;
		box-sizing: border-box;
	}
		
}



@media screen and (max-width: 750px) {

	#header #logo {
		top: -250px;
		background-size: 26%;
		background-position: center 275px;
	}
	
	#aboutus .section-container {
		padding: 0 50px;
		box-sizing: border-box;
	}
	
	#aboutus .section-container .left {
		width: 100%;
	}
	
	#aboutus .left .subtitle {
		width: 100%;
	}
	
	#aboutus .left .description {
		width: 100%;
	}
	
	#services .services-list .service-item {
		width: 100%;
	}
	
	
	
	#property .title {
		font-size: 55px;
	}
	
	#property .property-characteristics {
		margin-top: 50px;
	}
	
	#property .property-characteristics .city {
		width: auto;
	}
	#property .property-characteristics .persons {
		width: auto;
	}
	#property .property-characteristics .rooms {
		width: auto;
	}
	#property .property-characteristics .beds {
		width: auto;
	}
	#property .property-characteristics .wc {
		width: auto;
	}
	
	#property .images-list .right {
		padding: 50px 30px 0;
	}
	
	#property .images-list .right div.image {
        padding: 0 20px;
	}
	
	#property .property-description .content .includes-item {
		width: 100%;
	}
	
	#property .property-description .left, #property .property-description .right {
		width: 100%;
	}
	
	#property .property-description .right .title, #property .property-description .right .content {
		padding: 0 50px;
	}
	
}




@media screen and (max-width: 660px) {
	
	#partners .section-description .partners-list .partner-item {
		width: calc(100% - 60px) !important;
	}
	
}




@media screen and (max-width: 540px) {
	
	
	.section .section-title {
		font-size: 40px;
	}
	
	.section .section-subtitle {
		font-size: 18px;
	}
	
	#aboutus .section-container {
		padding: 0;
	}
	
	#aboutus .title {
		width: auto;
		margin: 0 30px;
	}
	
	#aboutus .title span {
		font-size: 154px;
	}
	
	#aboutus .section-container .left {
		padding: 0 30px;
		box-sizing: border-box;
	}
	
	#aboutus .left .subtitle {
		font-size: 30px;
	}
	
	#aboutus .left .description {
		font-size: 18px;
		margin-top: 30px;
	}
	
	#aboutus .right {
		width: 320px !important;
		height: 254px;
	}
	
	#aboutus .right .out1 {
		width: 303px;
		height: 237px;
	}
	
	#aboutus .right .out2 {
		width: 303px;
		height: 237px;
	}
	
	#aboutus .right .in {
		width: 293px;
		height: 226px;
		top: 14px;
		left: 14px;
	}
	
	#services .section-subtitle {
		padding: 0 30px;
	}
	
	#services .section-description {
		padding: 0;
	}
	
	#services .section-description .highlight {
		font-size: 26px;
		padding: 0 30px;
		box-sizing: border-box;
	}
	
	#services .services-list {
        padding: 0 30px;
	}
	
	#services .services-list .service-item {
		margin-bottom: 80px;
		padding: 0;
	}
	
	#services .services-list .service-item .description {
        font-size: 18px;
	}
	
	#partners .section-description .title {
		padding: 0 30px;
	}
	
	#partners .section-description .partners-list .partner-item {
		width: 100% !important;
		margin: 0;
	}
		
	#rentals .section-subtitle {
		padding: 0 30px;
	}
	
	#rentals .section-description .highlight {
		font-size: 26px;
	}
	
	#contacts .section-subtitle {
		padding: 0 30px;
	}
	
	#contacts input, #contacts textarea {
		width: calc(100% - 60px) !important;
		margin: 0 30px 16px;
	}
	
	#contacts .copyright {
		padding: 30px 50px;
		box-sizing: border-box;
		line-height: 30px;
	}
	
	
	
	
	#property .section-container {
		margin-top: 50px;
	}
	
	#property .title {
		font-size: 40px;
	}
	
	#property .images-list .left {
        padding: 0 30px;
	}
	
	#property .images-list .right {
		padding: 50px 20px 0;
	}
	
	#property .images-list .right div.image {
		padding: 0 10px;
	}
	
	#property .property-description .title, #property .property-description .title2 {
		padding: 0 30px;
	}
	
	#property .property-description .content {
		padding: 0 30px;
	}
	
	#property .property-description .content .includes-item {
        padding-right: 0;
	}
	
	#property .property-description .right .title, #property .property-description .right .content {
		padding: 0 30px;
	}
	
}



/*
@media screen and (max-width: 480px) {
	
}
*/

/* MOBILE PORTRAIT */
/*
@media screen and (max-width: 360px) {
	
}
*/
