html, body {
	height: 100%;
	width: 100%;
	font-family: 'open_sansregular';
}
a, a:hover, a:focus, img {
	outline: none;
}

h1, h2, h3, .navbar-default .navbar-nav > li > a, .lang-wrap a {
	font-family: 'open_sansbold';
}
.dropdown-menu > li > a {
	font-family: 'open_sanssemibold';
}
h1, h2, h3 {
	font-weight: 700;
}
.container {
	width: auto;
	margin-left: 5%;
	margin-right: 5%;
	height: 100%;
	padding-top: 110px;
}
header {
	position: fixed;
	z-index: 40;
	top: 0;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	background: #222;
	-webkit-box-shadow: 0 0 10px 0 #000000;
	box-shadow: 0 0 10px 0 #000000;
	border-bottom: 1px solid #000;
}
.navbar {
	min-height: 20px;
	margin: 0;
	border-radius: 0;
}
.navbar-default {
	background: none;
	border: none;
	margin-right: 15px;
}
.navbar-collapse {
	padding: 0;
}
.navbar-nav, .navbar-header {

}
.navbar-nav > li {

}
.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	padding-top: 27px;
	padding-bottom: 27px;
	color: #ccc;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background: none;
	color: #FFF;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: none;
	color: #FFF;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: #000;
	color: #FFF;
}

.dropdown-menu {
	background: #000;
	border: #000;
	border-radius: 0;
	padding: 0;
	font-size: 14px;
	min-width: 200px;
}
.dropdown-menu > li {
	border-bottom: 1px solid #555;
}

.dropdown-menu > li > a {
	text-transform: uppercase;
	padding: 5px 20px;
	color: #eee;
	font-size: 13px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: #600;
	color: #FFF;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: #C00;
	color: #FFF;
}

.navbar-header {

}
.navbar-brand {

}
.navbar-brand > img {
	width: 85%;
}

.lang-wrap {
	display: inline-block;
	float: left;
}
.lang-wrap ul {
	padding: 0;
}
.lang-wrap li {
	list-style: none;
	float: left;
	margin-right: 5px;
}
.lang-wrap a {
	display: block;
	color: #ccc;
	text-transform: uppercase;
	padding: 5px;
	background: #444;
}
.lang-wrap a:hover,
.lang-wrap a:focus {
	background: #555;
	color: #eee;
}
.lang-wrap a.active {
	color: #FFF;
	background: #C00;
}

.home {
	color: #000;
	min-height: 89.8%;
}
.home h1, .site h1 {
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 1%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(1%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 1%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 1%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 1%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 1%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	z-index: 1;
	position: relative;
}
.site {
	z-index: 10;
	min-height: 100%;
	padding-bottom: 40px;
	position: relative;
}
.site-wrap {
	background: rgba(255, 255, 255, 0.9) url(../img/bottom-line.png) repeat-x top;
	width: 100%;
	min-height: 600px;
	padding: 20px;
	margin-bottom: 30px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 0 10px 0 #000000;
	box-shadow: 0 0 10px 0 #000000;
	display: inline-block;
	overflow: hidden;
}
.site-wrap a > img {
	width: 40%;
}
.site-wrap .lead {
	font-family: 'open_sanssemibold';
}
.site-wrap h2 {
	margin-top: 0;
}
.site-wrap h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'open_sanssemibold';
	background: url(../img/bottom-line-1.png) repeat-x top;
	padding-top: 10px;
	margin-bottom: 20px;
}
.site-wrap ul {
	padding: 15px;
}
.table > thead > tr > th, .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-color: #666;
}
.clear {
	clear: both;
	display: block;
	height: 20px;
	width: 100%;
}
.img-l {
	float: left;
	margin: 0 20px 20px 0;
	display: inline-block;
	border: 1px solid #ccc;
}
.img-r {
	clear: left;
	float: right;
	margin: 0 0 20px 20px;
	display: inline-block;
	border: 1px solid #ccc;
}
.site-wrap .gallery {
	clear: both;
	width: 100%;
	display: inline-block;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0;
}

.site-wrap .gallery li {
	list-style: none;
	display: inline-block;
	margin-bottom: 15px;
	height: 150px;
}
.site-wrap .gallery li > a {
	padding: 5px;
	background: #eee;
	border: 2px solid #999;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 15px;
	overflow: hidden;
}
.site-wrap .gallery li > a > img {
	width: 100%;
	height: auto;
}
.site-wrap .gallery li > a:hover img {
	-moz-transform: scale(1.7);
	-webkit-transform: scale(1.7);
	-o-transform: scale(1.7);
	-ms-transform: scale(1.7);
	transform: scale(1.7);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.offer {
	border: 5px solid #FFF;
	height: 500px;
}
.caption {
	height: 500px;
	padding: 30px;
	color: #FFF;
	position: relative;
	z-index: 25;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 0 10px 0 #000000;
	box-shadow: 0 0 10px 0 #000000;
	border: 5px solid #FFF;
}
.caption h2 {
	margin-top: 0;
	padding-top: 0;
	font-size: 36px;
	text-transform: uppercase;
}
.caption p {
	width: 70%;
	font-size: 18px;
	text-transform: uppercase;
}
.caption a {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #FFF;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	z-index: 100;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none;
}
.caption a:hover, .caption a:focus {
	background: #000;
}
.rent, .shop {
	position: relative;
	overflow: hidden;
	height: 162px;
	margin-bottom: 15px;
	z-index: 1;
}
.rent h3, .shop h3, .about h2 {
	font-size: 24px;
	text-transform: uppercase;
}
.text {
	position: absolute;
	bottom: 0;
	z-index: 15;
	padding: 20px;
	color: #FFF;
	background: url(../img/bottom-line.png) repeat-x bottom;
	width: 100%;
}
.text p {
	text-transform: uppercase;
}
.photo {
	position: absolute;
	top: 0;
	z-index: 0;
	width: 100%;
}
.photo img {
	max-width: 100%;
	height: auto;
}
.rent span.more, .shop span.more {
	background: #C00;
	color: #FFF;
	font-size: 42px;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	padding: 0px 12px;
	z-index: 15;
	line-height: 36px;
}
.rent > a, .rent > a img, .shop > a, .shop > a img {
	-webkit-transition: all 5s ease;
	-moz-transition: all 5s ease;
	-ms-transition: all 5s ease;
	-o-transition: all 5s ease;
	transition: all 5s ease;
}
.rent > a:hover img, .shop > a:hover img {
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}
.rent > a:hover span, .shop > a:hover span {
	background: #333;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.shadow {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	position: absolute;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

footer {
	position: relative;
	z-index: 30;
	background: none;
	width: auto;
	color: #000;
	margin-top: 20px;
	text-align: center;
}
footer a {
	color: #000;
}
.contact {
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: 'open_sanssemibold';
	font-size: 12px;
}
.logo-foot {
	margin-top: 10px;
	display: block;
}
.logo-foot > img {
	max-width: 100%;
}
.up {
	background: #333;
	color: #000;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 5px;
	font-size: 24px;
}
/* ########################
 *  SLIDER
 * ########################*/
#maximage {

}
#maximage > div {

}

#arrow_left, #arrow_right {
	bottom: 30px;
	position: absolute;
	right: 40px;
	z-index: 10;
	background: #C00;
	color: #FFF;
	font-size: 42px;
	display: inline-block;
	padding: 2px 15px;
	line-height: 42px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#arrow_left {
	background: #000;
	right: 88px;
}
#arrow_left:hover, #arrow_left:focus, #arrow_right:hover, #arrow_right:focus {
	background: #333;
}

body .mc-cycle {
	z-index: 0;
}

.offer-list {
	padding: 0;
	margin-left: -15px;
	margin-right: -15px;
}
.offer-list li {
	list-style: none;
}
.offer-list li > div {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	height: 360px;
	overflow: hidden;
}
.offer-list a.photo-list {
	padding: 5px;
	border: 1px solid #ccc;
	background: #FFF;
	display: block;
	border-radius: 3px;
}
.offer-list a.photo-list > img {
	width: auto;
	border-radius: 3px;
	border: 1px solid #FFF;
}
.offer-list a {
	color: #000;
	text-transform: uppercase;
	font-family: 'open_sanssemibold';
	margin-top: 5px;
	margin-bottom: 5px;
}
.map {
	width: 100%;
	height: 400px;
	margin-top: 20px;
}

.about {
	position: relative;
	z-index: 1;
	padding: 10px;
	margin-bottom: 15px;
	color: #FFF;
	background: rgba(0, 0, 0, 0.5) url(../img/bottom-line.png) repeat-x bottom;
}
.about h2 {
	margin-top: 0;
}
.list > div {
	background: url(../img/bottom-line-1.png) repeat-x bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}

.list a > img {
	width: 100%;
	max-width: 100%;
	border: 1px solid #ccc;
}

.list a {
	display: block;
	color: #000;
}
.list h4 {
	color: #333;
	font-size: 16px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 700;
}

.list a:hover,
.list a:focus {
	color: #C00;
	text-decoration: none;
}

@media (max-height: 768px) {
	.mc-image {
		background-position: 50% 40px !important;
	}
}