* {
	margin: 0;
	padding: 0;
}
html {
    height: 100%;
	width: 100%;
}
body {
	background-color: #FFFFFF;
	color: #4B4B4B;
	font-family: Arial, Tahoma;
	font-size: 12px;
	overflow-y: scroll;
	width: 100%;
}
a, a:visited {
	color: #1D75AB;
	text-decoration: none;
	
	-webkit-transition-property: color;
      -moz-transition-property: color;
        -o-transition-property: color;
       -ms-transition-property: color;
           transition-property: color;

   -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
       -ms-transition-duration: 0.5s;
           transition-duration: 0.5s;
}
a:hover {
	color:#df0023;
	text-decoration: underline;
}
:-moz-placeholder {
    color: #999999;
}
:-webkit-input-placeholder {
	color: #999999;
}
button::-moz-focus-inner { 
    padding:0;
    border:0;
}
/***************** SMALL-CLASS ********************/
.d-b{ display: block}
.d-f{ display: flex}
.d-n { display: none; }
.fl-l {	float: left; }
.fl-r {	float: right; }
.fs-10 { font-size: 10px; }
.fs-11 { font-size: 11px; }
.fs-12 { font-size: 12px; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }
.fs-16 { font-size: 16px; }
.fs-18 { font-size: 18px; }
.fs-24 { font-size: 24px; }
.fw-b { font-weight: bold; }
.h-13 { height: 13px; }
.h-32 { height: 32px; }
.h-70 { height: 70px; }
.h-100 { height: 100px; }
.h-150 { height: 150px; }
.lh-18 { line-height: 18px; }
.lh-20 { line-height: 20px; }
.lh-n { line-height: normal; }
.m-0-65 { margin: 0 65px; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-50 { margin-bottom: 50px; }
.ml-5 { margin-left: 5px; }
.ml-6 { margin-left: 6px; }
.ml-10 { margin-left: 10px; }
.ml-22 { margin-left: 22px; }
.ml-32 { margin-left: 32px; }
.ml-50 { margin-left: 50px; }
.ml-400 { margin-left: 400px; }
.ml-435 { margin-left: 435px; }
.mr-0 { margin-right: 0px; }
.mr-3-i { margin-right: 3px !important; }
.mr-5 { margin-right: 5px; }
.mr-32 { margin-right: 32px; }
.mt-0 { margin-top: 0; }
.mt-2 { margin-top: 2px; }
.mt-3 { margin-top: 3px; }
.mt-4 { margin-top: 4px; }
.mt-5 { margin-top: 5px; }
.mt-6 { margin-top: 6px; }
.mt-7 { margin-top: 7px; }
.mt-10 { margin-top: 10px; }
.mt-11 { margin-top: 11px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-70 { margin-top: 70px; }
.p-3 { padding: 3px; }
.p-10 {	padding: 10px; }
.pl-0-i { padding-left: 0px !important; }
.pos-r { position: relative; }
.ta-c { text-align: center; }
.ta-r { text-align: right; }
.td-n { text-decoration: none; }
.td-u { text-decoration: underline; }
.ti-25 { text-indent: 25px; }
.wi-20 { width: 20px; }
.wi-105 { width: 105px; }
.wi-244 { width: 244px; }
.wi-500 { width: 500px; }
.wi-956 { width: 956px; }
.wi50 { width: 50%; }
.wi100 { width: 100%; }
.gray { color: #666666; }
.gray-dark { color: #222222; }
.gray-light { color: #ABABAB; }
.red { color: #DF0023; }
.black { color: #000000; }
.clear {clear: both;}
/***************** GENERAL ********************/
.text-input-placeholder
{
    color: #888888 !important;
}
.select-input-placeholder
{
    color: #888888 !important;
}
/***************** BLOCK-TOP ********************/
#rent-logo-bg {
	background: url("/images/general/block-top/logo-1.png") no-repeat 0 0 scroll transparent;
	float: left;
	height: 48px;
	position: relative;
	width: 205px;
}
#rent-logo-text {
	float: left;
	height: 29px;
	/*padding: 11px 0 0 21px;*/
	width: 133px;
}
#rent-logo-slogan {
	float: left;
	font-weight: bold;
	left: 53px;
	position: absolute;
	top: 36px;
}
#block-top
{
	background: url("/images/general/block-top/bg.png") repeat-x scroll 0 0 transparent;
	border-bottom: 1px solid #EAE6E6;
	float: left;
	height: 48px;
	padding: 6px 0;
	width: 100%;
}
#block-top-content
{
	height: 60px;
	margin: 0 auto;
	width: 1000px;
}
#block-top-content #logo
{
	background: url("/images/header/logo.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 48px;
    width: 48px;
}
.block-top-line-content
{
	float: left;
	height: 48px;
	width: 221px;
}
#block-top-content #line
{
	color: #FFFFFF;
	float: left;
	font-family: Tahoma;
	font-size: 17px;
	font-weight: bold;
	height: 28px;
	padding: 4px 0 0 10px;
	text-shadow: -3px -1px 3px #333333;
	width: 211px;
}
.block-top-content-line
{
	background: url("/images/header/line.gif") no-repeat scroll 0 0 transparent;
}
.block-top-content-line-hover
{
	background: url("/images/header/line-hover.gif") no-repeat scroll 0 0 transparent;
}
#block-top-content #line-text
{
	color: #0E71A8;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 16px;
	padding-left: 10px;
	text-shadow: -1px -1px 0 #FFFFFF;
	width: 211px;
}
#block-top-contacts
{
	/*background: url("/images/header/call.png") no-repeat scroll right 0 transparent;*/
	float: right;
	height: 48px;
	/*padding-right: 85px;*/
/*	text-align: right;*/
}
.block-top-contacts-text-1
{
	color: #DD0000;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	text-shadow: -1px -1px 0 #DDDDDD;
}
.block-top-contacts-text-2
{
	color: #00CC00;
	font-size: 16px;
	font-weight: bold;
	height: 18px;
	margin-top: 6px;
	text-shadow: -1px -1px 0 #FFFFFF;
}
.block-top-list-menu
{
	background-color: #FFFFFF;
    border: 1px solid #777777;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 2px #A4A4A4;
    display: block;
    position: absolute;
    top: 33px;
    z-index: 100;
}
.block-top-list-menu-arrow
{
	background: url("/images/general/list-menu-arrow.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 12px;
    left: 20px;
    position: relative;
    top: 16px;
    width: 17px;
    z-index: 101;
}
.block-top-list-menu-title
{
	background: url("/images/general/list-menu-title-bg.png") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #A7A7A7;
    border-radius: 5px 5px 0 0;
	color: #000000;
	cursor: default;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    text-shadow: 0 1px #FFFFFF;
    width: auto
}
.block-top-list-menu-title {
	color: #000000;
}
.block-top-list-menu-title-support-1 {
	float: left;
	width: 300px;
}
.block-top-list-menu-title-support-2 {
	float: right;
}
.block-top-list-menu-title-support-2 a {
	color: #7B7B7B;
	text-decoration: none;
}
.block-top-list-menu-title-support-2 a:hover {
	color: #4B4B4B;
}
.block-top-list-menu-item-sep {
	background-color: #A7A7A7;
	float: left;
	height: 1px;
	width: 100%;
}
.block-top-list-menu-items {
	float: left;
	width: 100%;
}
.block-top-list-menu-a, .block-top-list-menu-a:visited {
	color: #0069B4;
	text-decoration: none;
	cursor: pointer;
    display: block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    outline: medium none;
    padding: 0 10px;

	-webkit-transition-property: color;
      -moz-transition-property: color;
        -o-transition-property: color;
       -ms-transition-property: color;
           transition-property: color;

   -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
       -ms-transition-duration: 0.2s;
           transition-duration: 0.2s;
}
.block-top-list-menu-a:hover {
	background-color: #00B0FF;
	background-image: linear-gradient(to bottom, #00B0FF 70%, #009EE6);
	background-repeat: repeat-x;
    color: #FFFFFF !important;
    text-decoration: none;
	text-shadow: 0 1px 1px #777777;
}
.block-top-list-menu-a.last {
	border-radius: 0 0 5px 5px;
}
/***************** BLOCK-SLIDE ********************/
#block-slide {
	border-bottom: 1px solid #EAE6E6;
	height: 700px;
	float: left;
	width: 100%;
}
#block-slide-content {
	float: left;
    height: 700px;
    overflow: hidden;
    width: 100%;
}
#block-slide-menu {
	background: url("/images/general/block-slide-menu/pixel.png") repeat scroll 0 0 transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    box-shadow: 0 2px 3px #444444;
    height: 4px;
    position: absolute;
	top: 60px;
    width: 100%;
    z-index: 10000;
}
#block-slide-menu-content {
	margin: 0 auto;
	width: 1000px;
}
#block-slide-menu-content a {
	color: #393C3D;
}
#block-slide-menu-content .block-slide-menu-item a:hover {
	color: #000000;
}
#block-slide-menu-left
{
	background: url("/images/general/block-slide-menu/pixel.png") repeat scroll 0 0 transparent;
	border-left: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-right: 1px solid #111111;
	border-radius: 0px 0px 3px 3px;
	box-shadow: 0 0 3px #444444;
	height: 28px;
	margin-top: 4px;
	padding: 0px 4px 4px 4px;
	float: left;
}
#block-slide-menu-right
{
	background: url("/images/general/block-slide-menu/pixel.png") repeat scroll 0 0 transparent;
	border-left: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-right: 1px solid #111111;
	border-radius: 0px 0px 3px 3px;
	box-shadow: 0 0 3px #444444;
	height: 28px;
	margin-top: 4px;
	padding: 0px 4px 4px 4px;
	float: right;
}
.block-slide-menu-item {
	border: 1px solid transparent;
    border-radius: 4px 4px 4px 4px;
    color: #393C3D;
    cursor: pointer;
    display: block;
	float: left;
    font-weight: bold;
    height: 20px;
    padding: 4px 7px 0;
    text-decoration: none;
    text-shadow: 0 1px #FFFFFF;
}
.block-slide-menu-item:hover {
	color: #000000;
}
.block-slide-menu-arrow-down {
	background: url("/images/general/arrow-down.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 10px;
    margin: 4px 0 0 5px;
    width: 10px;
}
.block-slide-menu-sep
{
	background: url("/images/general/block-slide-menu/main-sep.png") no-repeat scroll 0 0 transparent;
	float: left;
    height: 18px;
    margin: 4px 0 0 5px;
    width: 2px;
}
.block-slide-menu-flag-img
{
	box-shadow: 1px 1px 0 #FFFFFF;
    float: left;
    margin-right: 4px;
    position: relative;
    top: 1px;
}
.block-slide-menu-btn {
	background: url("/images/general/block-top/btn-bg.png") repeat-x scroll 0 0 transparent;
	border-radius: 0 0 3px 0;
	box-shadow: 0 0 3px #000000;
	color: #393C3D;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 26px;
	line-height: 17px;
	padding: 0 7px;
	text-decoration: none;
	text-shadow: 0 1px #FFFFFF;
}
.block-slide-menu-btn:hover {
	background: url("/images/general/block-top/btn-bg-hover.png") repeat-x scroll 0 0 transparent;
	color: #000000;
}
#block-slide-menu-right-content
{
	background: url("/images/general/block-slide-menu/main-bg.png") repeat-x 0 0 scroll transparent;
	border: 1px solid #111111;
	border-radius: 0px 0px 3px 3px;
	float: left;
	height: 26px;
	line-height: 16px;
}
#block-slide-arrows
{
	margin-top: 320px;
    position: absolute;
    width: 100%;
    z-index: 20;
}
#block-slide-arrow-left
{
    background: url("/images/slide/arrows.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 65px;
    margin-left: 10px;
    width: 42px;
}
#block-slide-arrow-right
{
    background: url("/images/slide/arrows.png") no-repeat scroll -42px 0 transparent;
    cursor: pointer;
    float: right;
    height: 65px;
    margin-right: 10px;
    width: 42px;
}
#block-slide-items
{
	position: relative;
}
.block-slide-item {
    float: left;
    height: 700px;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.block-slide-item-1
{
	background: url('/images/slide/1.jpg') no-repeat scroll center 0 / cover  rgba(0, 0, 0, 0);
	z-index: 10;
}
.block-slide-item-2
{
	background: url('/images/slide/2.jpg') no-repeat scroll center 0 / cover  rgba(0, 0, 0, 0);
	z-index: 11;
}
.block-slide-item-3
{
	background: url('/images/slide/3.jpg') no-repeat scroll center 0 / cover  rgba(0, 0, 0, 0);
	z-index: 12;
}
.block-slide-item-4
{
	background: url('/images/slide/4.jpg') no-repeat scroll center 0 / cover  rgba(0, 0, 0, 0);
	z-index: 14;
}
.block-slide-item-host {
	background: url("/images/home/pixel-2.png") repeat scroll 0 0 transparent;
	border: 1px solid #444444;
	box-shadow: 0 0 5px #000000;
	color: #FFFFFF;
	left: 50%;
	margin: 580px 0 0 130px;
	padding: 5px;
	position: absolute;
	text-shadow: 0 0 10px #000000;
	width: 350px;
}
.block-slide-item-host .photo {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	box-shadow: 0 0 10px #000000;
	float: left;
	height: 48px;
	padding: 1px;
	width: 48px;
}
.block-slide-item-host .city {
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin: 4px 0 0 8px;
	width: 290px;
}
.block-slide-item-host .price {
	float: left;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 8px;
	width: 250px;
}
#block-slide-find
{
    left: 50%;
    margin: 0 auto 0 -500px;
    position: absolute;
    top: 150px;
    width: 1000px;
    z-index: 20;
}
#block-slide-find div.bl-slide-text {
	font-size: 58px;
	font-family: Segoe UI;
	margin-top: 35px;
    margin-bottom: 10px;
	color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 0 15px #000000;
}
#block-slide-find h2
{
	font-size: 20px;
    margin-bottom: 20px;
	color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 0 15px #000000;
}
#block-slide-find form {
	background: rgba(255,255,255,0.85);
	padding: 20px !important;
	/*background: url("/images/general/block-slide-menu/pixel.png") repeat scroll 0 0 transparent;*/
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 5px #777777;
    display: inline-block;
    line-height: 1.2;
    margin: 0;
    padding: 4px;
    position: relative;
	width: 990px;
}
.slide-input-wrapper {
	float: left;
    margin-right: 4px;
    position: relative;
}
.slide-cloud-red {
	background: url("/images/slide/cloud-red.png") no-repeat scroll 0 0 transparent;
	color: #000000;
	font-weight: bold;
	height: 23px;
	margin: 37px 0 0 640px;
	padding-top: 12px;
	position: absolute;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
	width: 182px;
	z-index: 2;

	display: none;
	opacity: 0;
}
#slide-input-city-block {
	background: url("/images/slide/input-city-bg.png") repeat-x scroll 0 0 #FFFFFF;
	border: 1px solid #000000;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4) inset;
	color: #888888;
	float: left;
	font-size: 17px;
	height: 22px;
	line-height: 22px;
	margin: 0;
	padding: 8px 12px;
	text-shadow: 0 1px 1px #FFFFFF;
	width: 144px;
}
/*#slide-input-city-block {
	background: url("/images/slide/input-city-bg.png") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4) inset;
    color: #888888;
    float: left;
    font-size: 17px;
    height: 22px;
    line-height: 22px;
    margin: 0;
    padding: 8px 12px;
    text-shadow: 0 1px 1px #FFFFFF;
    width: 260px;
}
*/
#slide-input-city {
	border: 1px solid #000000;
	border-radius: 3px 3px 3px 3px;
	color: #222222;
	cursor: pointer;
	float: left;
	font-size: 17px;
	height: 40px;
	left: 0;
	padding: 8px 12px;
	position: absolute;
	width: 170px;

	opacity: 0;
	filter: alpha(opacity=0);
}
/*
#slide-input-city {
	border: 1px solid #000000;
    border-radius: 3px 3px 3px 3px;
    color: #222222;
	cursor: pointer;
    float: left;
    font-size: 17px;
    height: 40px;
    left: 0;
    padding: 8px 12px;
    position: absolute;
    width: 285px;
	
	opacity: 0;
	filter: alpha(opacity=0);
}
*/
#slide-input-date-in {
	background: url("/images/slide/input-date-bg.png") no-repeat scroll right 0 #FFFFFF;
	border: 1px solid #000000;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4) inset;
	color: #333333;
	float: left;
	font-size: 17px;
	height: 22px;
	line-height: 22px;
	margin: 0;
	padding: 8px 12px;
	text-shadow: 0 1px 1px #FFFFFF;
	width: 105px;
}
/*
#slide-input-date-in {
	background: url("/images/slide/input-date-bg.png") no-repeat scroll right 0 #FFFFFF;
    border: 1px solid #000000;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4) inset;
    color: #333333;
    float: left;
    font-size: 17px;
    height: 22px;
    line-height: 22px;
    margin: 0;
    padding: 8px 12px;
    text-shadow: 0 1px 1px #FFFFFF;
    width: 120px;
}
*/
#slide-input-date-out {
	background: url("/images/slide/input-date-bg.png") no-repeat scroll right 0 #FFFFFF;
	border: 1px solid #000000;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4) inset;
	color: #333333;
	float: left;
	font-size: 17px;
	height: 22px;
	line-height: 22px;
	margin: 0;
	padding: 8px 12px;
	text-shadow: 0 1px 1px #FFFFFF;
	width: 105px;
}
/*
#slide-input-date-out {
	background: url("/images/slide/input-date-bg.png") no-repeat scroll right 0 #FFFFFF;
    border: 1px solid #000000;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4) inset;
    color: #333333;
    float: left;
    font-size: 17px;
    height: 22px;
    line-height: 22px;
    margin: 0;
    padding: 8px 12px;
    text-shadow: 0 1px 1px #FFFFFF;
    width: 120px;
}
*/
#slide-input-guest-block
{
	background: url("/images/slide/input-guest-bg.png") no-repeat scroll right 0 #FFFFFF;
	border: 1px solid #000000;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4) inset;
	color: #888888;
	float: left;
	font-size: 17px;
	height: 22px;
	line-height: 22px;
	margin: 0;
	padding: 8px 12px;
	text-shadow: 0 1px 1px #FFFFFF;
	width: 112px;
}
/*
#slide-input-guest-block
{
	background: url("/images/slide/input-guest-bg.png") no-repeat scroll right 0 #FFFFFF;
    border: 1px solid #000000;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4) inset;
    color: #888888;
    float: left;
    font-size: 17px;
    height: 22px;
    line-height: 22px;
    margin: 0;
    padding: 8px 12px;
    text-shadow: 0 1px 1px #FFFFFF;
    width: 129px;
}
*/
#slide-input-guest {
	border: 1px solid #000000;
	border-radius: 3px 3px 3px 3px;
	color: #222222;
	cursor: pointer;
	float: left;
	font-size: 17px;
	height: 40px;
	left: 0;
	padding: 8px 12px;
	position: absolute;
	width: 138px;

	opacity: 0;
	filter: alpha(opacity=0);
}
/*
#slide-input-guest {
	border: 1px solid #000000;
    border-radius: 3px 3px 3px 3px;
    color: #222222;
	cursor: pointer;
    float: left;
    font-size: 17px;
    height: 40px;
    left: 0;
    padding: 8px 12px;
    position: absolute;
    width: 155px;
	
	opacity: 0;
	filter: alpha(opacity=0);
}
*/
#slide-input-email {
	background: url("/images/slide/input-email-bg.png") no-repeat scroll right 0 #FFFFFF;
	border: 1px solid #000000;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4) inset;
	color: #333333;
	float: left;
	font-size: 17px;
	height: 22px;
	line-height: 22px;
	margin: 0;
	padding: 8px 34px 8px 12px;
	text-shadow: 0 1px 1px #FFFFFF;
	width: 90px;
}
/*
#slide-input-email {
	background: url("/images/slide/input-email-bg.png") no-repeat scroll right 0 #FFFFFF;
    border: 1px solid #000000;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4) inset;
    color: #333333;
    float: left;
    font-size: 17px;
    height: 22px;
    line-height: 22px;
    margin: 0;
    padding: 8px 34px 8px 12px;
    text-shadow: 0 1px 1px #FFFFFF;
    width: 228px;
}
*/
#slide-input-phone {
	background: url("/images/slide/input-phone-bg.png") no-repeat scroll right 0 #FFFFFF;
	border: 1px solid #000000;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4) inset;
	color: #333333;
	float: left;
	font-size: 17px;
	height: 22px;
	line-height: 22px;
	margin: 0;
	padding: 8px 34px 8px 12px;
	text-shadow: 0 1px 1px #FFFFFF;
	width: 98px;
}
/*
#slide-input-phone {
	background: url("/images/slide/input-phone-bg.png") no-repeat scroll right 0 #FFFFFF;
	border: 1px solid #000000;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4) inset;
	color: #333333;
	float: left;
	font-size: 17px;
	height: 22px;
	line-height: 22px;
	margin: 0;
	padding: 8px 34px 8px 12px;
	text-shadow: 0 1px 1px #FFFFFF;
	width: 248px;
}
*/
#slide-input-requirements {
	background: url("/images/slide/input-city-bg.png") repeat-x scroll 0 0 #FFFFFF;
	border: 1px solid #000000;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4) inset;
	color: #333333;
	float: left;
	font-size: 17px;
	height: 22px;
	line-height: 22px;
	margin: 0;
	padding: 8px 34px 8px 12px;
	text-shadow: 0 1px 1px #FFFFFF;
	width: 238px;
}
.input-focus-no-background:focus {
	background: none repeat scroll 0 0 #FFFFFF !important;
}
.input-focus-background-calendar:focus {
	background: url("/images/slide/input-date-focus-bg.png") no-repeat scroll right 0 #FFFFFF !important;
}
.input-focus-background-guest:focus {
	background: url("/images/slide/input-guest-focus-bg.png") no-repeat scroll right 0 #FFFFFF !important;
}
.input-focus-background-email:focus {
	background: url("/images/slide/input-email-focus-bg.png") no-repeat scroll right 0 #FFFFFF !important;
}
.input-focus-background-phone:focus {
	background: url("/images/slide/input-phone-focus-bg.png") no-repeat scroll right 0 #FFFFFF !important;
}
.input-focus-box-shadow:focus {
    box-shadow: 0 0 5px #EEEEEE inset, 0 0 8px rgba(82, 168, 236, 0.6) !important;
}
#block-slide-find-submit {
	background: url("/images/language/slide-btn-bg-en.png") no-repeat 0 0 scroll transparent;
	border: 1px solid #000000;
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	float: right;
	height: 40px;
	position: relative;
	width: 117px;
}
#block-slide-find-submit.en {
	background: url("/images/language/slide-btn-bg-en.png") no-repeat 0 0 scroll transparent;
}
#block-slide-find-submit.de {
	background: url("/images/language/slide-btn-bg-de.png") no-repeat 0 0 scroll transparent;
}
#block-slide-find-submit.ru {
	background: url("/images/language/slide-btn-bg-ru.png") no-repeat 0 0 scroll transparent;
}
#block-slide-find-submit:hover {
	background-position: -128px 0;
}
#block-slide-get-request {
	background: url("/images/language/slide-btn-get-en.png") no-repeat 0 0 scroll transparent;
	border: 1px solid #000000;
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	float: right;
	height: 40px;
	position: relative;
	width: 128px;
}
#block-slide-get-request.en {
	background: url("/images/language/slide-btn-get-en.png") no-repeat 0 0 scroll transparent;
}
#block-slide-get-request.de {
	background: url("/images/language/slide-btn-get-de.png") no-repeat 0 0 scroll transparent;
}
#block-slide-get-request.ru {
	background: url("/images/language/slide-btn-get-ru.png") no-repeat 0 0 scroll transparent;
}
#block-slide-get-request:hover {
	background-position: -128px 0;
}
#block-slide-get-request-text {
	color: #FFFFFF;
	float: right;
	font-size: 24px;
	font-weight: bold;
	margin: 5px 10px 0 0;
	text-shadow: 1px 1px 4px #000000;
}
#slide-block-moving-text {
	color: #FFFFFF;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 18px;
	margin: 230px 0 0 100px;
	padding: 1px 2px 0;
	text-shadow: 1px 1px 0 #000000;
	width: 800px;
}
/***************** CONTENT ********************/
#content
{
    float: left;
    min-height: 400px;
    width: 100%;
}
.container
{
	margin: 0 auto;
	width: 1000px;
}
.content-sep
{
	background: url("/images/general/content-sep.png") no-repeat scroll center 0 transparent;
	float: left;
	height: 5px;
	width: 1000px;
}

/******************* NEWS *********************/
.block-news-1
{
	float: left;
	height: 195px;
	width: 291px;
}
.block-news-1-a {
	cursor: pointer;
	display: block;
	text-decoration: none;
}
.block-home-city-name {
	color: #FFFFFF;
	font-family: Times New Roman;
	font-size: 27px;
	font-weight: bold;
	margin-top: 6px;
	position: absolute;
	text-align: right;
	text-shadow: -2px 2px 2px #000000;
	width: 302px;
	z-index: 10;
}
.block-news-1-a-border
{
	background-color: #FFFFFF;
    border: 1px solid #C7C7C7;
    border-radius: 4px 4px 4px 4px;
    padding: 3px;
}
.block-news-1-img-top
{
	margin-top: 2px;
    position: absolute;
    z-index: 3;
}
.block-news-1-a:hover img
{
	border: 1px solid #4EA8E9;
	box-shadow: 0 0 5px #1692EA;
}
.block-news-1-a:hover .under-img-1
{
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}
.block-news-1-a:hover .under-img-2
{
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.block-news-1-img-top-bg-1
{
	margin-top: 2px;
    position: absolute;
    z-index: 2;
	
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}
.block-news-1-img-top-bg-2
{
	margin-top: 2px;
    position: absolute;
    z-index: 2;
	
	-moz-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
}
.block-home-big-apart {
	height: 259px;
	width: 485px;
}
.block-home-big-apart-content {
	border: 1px solid #C7C7C7;
    border-radius: 4px 4px 4px 4px;
	box-shadow: 0 0 5px #AAAAAA;
	float: left;
    padding: 3px;
}
.block-home-big-apart-content:hover {
	border: 1px solid #4EA8E9;
	box-shadow: 0 0 5px #1692EA;
}
.block-home-big-apart .block-btn {
	margin: 14px 0 0 381px;
	position: absolute;

	opacity: 0;
	filter: alpha(opacity=0);
}
.block-home-small-apart
{
	height: 176px;
	width: 312px;
}
.block-home-small-apart-content
{
	border: 1px solid #C7C7C7;
    border-radius: 4px 4px 4px 4px;
	box-shadow: 0 0 5px #AAAAAA;
	float: left;
    padding: 3px;
}
.block-home-small-apart-content:hover
{
	border: 1px solid #4EA8E9;
	box-shadow: 0 0 5px #1692EA;
}
.block-home-small-apart .block-btn {
	margin: 13px 0 0 220px;
	position: absolute;

	opacity: 0;
	filter: alpha(opacity=0);
}
.block-price-big
{
	background: url("/images/home/stiker-top-2.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 19px;
    height: 40px;
    margin-left: -5px;
    margin-top: 10px;
    padding: 8px 0 0;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    text-transform: capitalize;
    width: 144px;
}
.block-price-small
{
	background: url("/images/home/stiker-top-9.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    height: 40px;
    margin-left: -4px;
    margin-top: 10px;
    padding: 8px 0 0;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    text-transform: capitalize;
    width: 120px;
}
.block-title-description-big
{
	background: url("/images/home/pixel.png") repeat scroll 0 0 transparent;
    display: block;
    font-size: 14px;
    height: 16px;
    margin: 224px 0 0 4px;
    padding: 8px;
    position: absolute;
    text-shadow: -1px -1px 2px #000000;
    width: 462px;
}
.block-title-description-small
{
	background: url("/images/home/pixel.png") repeat scroll 0 0 transparent;
    display: block;
    font-size: 12px;
    height: 16px;
    margin: 144px 0 0 4px;
    padding: 6px 8px;
    position: absolute;
    text-shadow: -1px -1px 2px #000000;
    width: 288px;
}
.block-title-description-a, block-title-description-a:visited
{
	color: #FFFFFF !important;
	font-weight: bold;
	text-decoration: none;
	text-shadow: -1px -1px 2px #000000;
}
.block-title-description-a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

/******************* HOME INFO *********************/
.block-home-info-1
{
	width: 290px;
}
.block-home-info-1-foto
{
    border: 1px solid #C7C7C7;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 5px #AAAAAA;
    float: left;
    height: 187px;
    padding: 3px;
    width: 282px;
}
.block-home-info-1-foto:hover
{
	border: 1px solid #4EA8E9;
	box-shadow: 0 0 5px #1692EA;
}
.block-home-info-1-foto-bg-1
{
	background: url("/images/info/1.png") 3px 3px no-repeat scroll transparent;
}
.block-home-info-1-foto-bg-2
{
	background: url("/images/info/2.png") 3px 3px no-repeat scroll transparent;
}
.block-home-info-1-foto-bg-3
{
	background: url("/images/info/3.png") 3px 3px no-repeat scroll transparent;
}
.block-home-info-1-title
{
	color: #1D95CB;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0 4px;
    width: 100%;
}

/***************** FOOTER ********************/
#footer
{
	background: url("/images/general/footer/bg.png") repeat-x scroll 0 0 #FFFFFF;
    float: left;
	padding: 15px 0px;
    width: 100%;
}
#footer-content
{
	margin: 0 auto;
	width: 1000px;
}
.footer-content-block
{
	float: left;
	width: 180px;
}
.footer-content-block-margin
{
	float: left;
	margin-left: 40px;
	width: 180px;
}
.footer-content-header
{
	color: #4B4B4B;
	font-family: "segoe script";
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.footer-content-block-sep
{
	border-bottom: 1px dashed #000000;
	height: 5px;
	width: 100%;
}
.footer-content-block-ul-1
{
	float: left;
    line-height: 22px;
    list-style: circle outside none;
    padding: 10px 0 0 20px;
    width: 100%;
}
.footer-content-block-ul-1 a, .footer-content-block-ul-1 a:visited
{
	color: #1D75AB;
	text-decoration: none;
	
	-webkit-transition-property: color;
      -moz-transition-property: color;
        -o-transition-property: color;
       -ms-transition-property: color;
           transition-property: color;

   -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
       -ms-transition-duration: 0.5s;
           transition-duration: 0.5s;
}
.footer-content-block-ul-1 a:hover
{
	color:#df0023;
	text-decoration: underline;
}
.footer-content-right-block
{
	float: right;
	width: 190px;
}
.footer-content-right-block-line
{
	float: left;
	margin: 10px 0 0 8px;
}
.footer-content-payments-item
{
	float: left;
	height: 34px;
	width: 54px;
}
.footer-content-right-block-contacts-right
{
	float: right;
	width: 220px;
}
.footer-content-right-block-contacts-text
{
	color: #DF0023;
	float: right;
	font-weight: bold;
	width: 100%;
}
.footer-content-right-block-contacts-phone
{
	color: #00BF13;
	float: right;
	font-weight: bold;
	margin-top: 10px;
	width: 100%;
}
.footer-content-right-block-contacts-skype
{
	float: right;
    margin-top: 3px;
    width: 68px;
}
.footer-content-right-block-contacts-chat
{
	float: right;
    margin: 6px 23px 0;
    width: 176px;
}
.rating-stars-main
{
	height: 18px;
    position: relative;
    width: 90px;
}
.rating-stars-bg
{
	background: url("/images/general/stars/stars-1.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 90px;
}
.rating-stars-value
{
	background: url("/images/general/stars/stars-2.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.rating-stars-main-fix
{
    height: 18px;
    position: relative;
    width: 90px;
}
.rating-stars-bg-fix
{
    background: url("/images/general/stars/stars-1.png") no-repeat scroll 0 0 transparent;
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 90px;
}
.rating-stars-value-fix
{
    background: url("/images/general/stars/stars-3.png") no-repeat scroll 0 0 transparent;
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.block-content-info {
	background-color: #F5F5F5;
    border: 1px solid #AAAAAA;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 3px #AAAAAA;
    float: left;
    margin: 30px 0;
    width: 998px;
}
.block-content-info-title {
	background: url("/images/info/title-lenta.png") no-repeat scroll 0 0 transparent;
	font-family: Arial;
    height: 68px;
    margin: 20px 0 0;
    position: relative;
    right: 7px;
    width: 1012px;
}
.block-content-info-title h1 {
	color: white;
    float: left;
    font-family: "segoe script";
    font-size: 24px;
    height: 50px;
    margin: 15px 0 0;
    text-align: center;
    text-shadow: 0 -1px 1px #525252;
    width: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
}
.block-content-info-title h2 {
	color: white;
    float: left;
    font-family: "segoe script";
    font-size: 22px;
    height: 48px;
    margin: 17px 0 0;
    text-align: center;
    text-shadow: 0 -1px 1px #525252;
    width: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
}
.block-content-info-content {
	float: left;
    margin: 12px 17px 17px;
	text-shadow: 0 -1px 1px #FFFFFF;
    width: 964px;
	
	opacity: 0;
}
.block-content-info-content-ul {
	float: left;
    list-style: square outside none;
    margin: 0;
    padding-left: 25px;
    width: 939px;
}
.block-content-info-content-ul-2 {
	float: left;
    list-style: circle outside none;
    margin: 0;
    padding-left: 25px;
    width: 914px;
}
.block-content-info-content-ul-3 {
	float: left;
    list-style: none outside none;
    margin: 0;
    padding-left: 25px;
    width: 914px;
}

/***************** REQUEST FORM ********************/
#request-input-date-in {
	background: url("/images/apartment/input-calendar-bg.png") no-repeat scroll right 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	color: #222222;
	height: 16px;
	line-height: 14px;
	margin: 0;
	padding: 6px 26px 6px 6px;
	width: 210px;
}
#request-input-date-out {
	background: url("/images/apartment/input-calendar-bg.png") no-repeat scroll right 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	color: #222222;
	height: 16px;
	line-height: 14px;
	margin: 0;
	padding: 6px 26px 6px 6px;
	width: 210px;
}
#request-guest-count {
	background: url("/images/apartment/input-guest-bg.png") no-repeat scroll right 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	color: #222222;
	cursor: pointer;
	font-size: 13px;
	height: 15px;
	line-height: 14px;
	margin: 0;
	padding: 7px 26px 6px 6px;
	width: 210px;
}
#request-guest-count-select {
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	float: left;
	font-size: 14px;
	height: 30px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 244px;
}
#request-guest-count-2 {
	background: url("/images/apartment/input-guest-bg.png") no-repeat scroll right 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	color: #222222;
	cursor: pointer;
	font-size: 13px;
	height: 15px;
	line-height: 14px;
	margin: 0;
	padding: 7px 26px 6px 6px;
	width: 210px;
}
#request-input-date-in-2 {
	background: url("/images/apartment/input-calendar-bg.png") no-repeat scroll right 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	color: #222222;
	height: 16px;
	line-height: 14px;
	margin: 0;
	padding: 6px 26px 6px 6px;
	width: 210px;
}
#request-input-date-out-2 {
	background: url("/images/apartment/input-calendar-bg.png") no-repeat scroll right 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	color: #222222;
	height: 16px;
	line-height: 14px;
	margin: 0;
	padding: 6px 26px 6px 6px;
	width: 210px;
}
.request-input-text, .review-input-text {
	background: url("/images/apartment/input-bg.png") repeat-x scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	color: #222222;
	float: left;
	height: 17px;
	line-height: 14px;
	margin: 0;
	padding: 5px 6px 6px 6px;
	width: 230px;
}
.request-input-textarea, .review-input-textarea {
	background: url("/images/apartment/input-bg.png") repeat-x scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	color: #222222;
	float: left;
	height: 110px;
	line-height: 14px;
	margin: 0;
	padding: 5px;
	width: 588px;
}
#request-block-btn-submit, #review-block-btn-submit {
	float: left;
	height: 30px;
	margin-left: 232px;
	margin-top: 2px;
}
#request-block-btn-submit-2 {
	float: left;
	height: 30px;
	margin-left: 232px;
	margin-top: 2px;
}
#request-block-submit-send {
	float: left;
	height: 32px;
	text-align: center;
	width: 100%;
}
#request-block-submit-send-2 {
	float: left;
	height: 32px;
	text-align: center;
	width: 100%;
}
#request-block-info-error, #review-block-info-error {
	color: #DF0023;
	float: left;
	margin: 10px 0 5px 0;
	text-align: center;
	width: 100%;
}
.apart-b-b {
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
	float: left;
	text-align: center;
}
.apart-b-b-content {
	background: url("/images/apartment/btn-green.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 30px;
	padding: 0 0 0 19px;
}
.apart-b-b-text {
	background: url("/images/apartment/btn-green.png") no-repeat scroll right 0 transparent;
    color: #FFFFFF;
    float: left;
	font-family: sans-serif;
    font-weight: bold;
    height: 24px;
    padding: 6px 19px 0 0;
	text-shadow: 0 -1px 1px #399019;
}
.apart-b-b-content-blue {
	background: url("/images/apartment/btn-blue.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 30px;
	padding: 0 0 0 19px;
}
.apart-b-b-text-blue {
	background: url("/images/apartment/btn-blue.png") no-repeat scroll right 0 transparent;
    color: #FFFFFF;
    float: left;
	font-family: sans-serif;
    font-weight: bold;
    height: 24px;
    padding: 6px 19px 0 0;
	text-shadow: 0 -1px 1px #429ED9;
}
.apart-b-b-text-2 {
	background: url("/images/apartment/btn-green.png") no-repeat scroll right 0 transparent;
	color: #FFFFFF;
	float: left;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 24px;
	padding: 6px 19px 0 0;
	text-shadow: 0 -1px 1px #399019;
}
.apart-b-b:hover span.apart-b-b-content {
	background: url("/images/apartment/btn-green.png") no-repeat scroll 0 -30px transparent;
}
.apart-b-b:hover span.apart-b-b-text {
	background: url("/images/apartment/btn-green.png") no-repeat scroll right -30px transparent;
}
.apart-b-b:hover span.apart-b-b-text-2 {
	background: url("/images/apartment/btn-green.png") no-repeat scroll right -30px transparent;
}
.apart-b-b:active span.apart-b-b-content {
	background: url("/images/apartment/btn-green.png") no-repeat scroll 0 -60px transparent;
}
.apart-b-b:active span.apart-b-b-text {
	background: url("/images/apartment/btn-green.png") no-repeat scroll right -60px transparent;
}
.apart-b-b:active span.apart-b-b-text-2 {
	background: url("/images/apartment/btn-green.png") no-repeat scroll right -60px transparent;
}
.apart-b-b-2 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	float: left;
	text-align: center;
}
.apart-b-b-2-content {
	background: url("/images/apartment/btn-green-2.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 25px;
	padding: 0 0 0 15px;
}
.apart-b-b-2-text {
	background: url("/images/apartment/btn-green-2.png") no-repeat scroll right 0 transparent;
	color: #FFFFFF;
	float: left;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	padding: 5px 15px 0 0;
	text-shadow: 0 -1px 1px #399019;
}
.apart-b-b-2:hover span.apart-b-b-2-content {
	background: url("/images/apartment/btn-green-2.png") no-repeat scroll 0 -25px transparent;
}
.apart-b-b-2:hover span.apart-b-b-2-text {
	background: url("/images/apartment/btn-green-2.png") no-repeat scroll right -25px transparent;
}
.apart-b-b-2:active span.apart-b-b-2-content {
	background: url("/images/apartment/btn-green-2.png") no-repeat scroll 0 -50px transparent;
}
.apart-b-b-2:active span.apart-b-b-2-text {
	background: url("/images/apartment/btn-green-2.png") no-repeat scroll right -50px transparent;
}



.general-msg-info {
	background: url("/images/general/message-bg/bg-1.png") repeat scroll 0 0 transparent;
	border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 2px #777777;
	color: #0072C2;
    float: left;
    line-height: 16px;
    padding: 8px 6px;
    width: 952px;
}
.general-msg-error {
	background: url("/images/general/message-bg/bg-2.png") repeat scroll 0 0 transparent;
	border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 2px #777777;
	color: #DF0023;
    float: left;
    line-height: 16px;
    padding: 8px 6px;
    width: 952px;
}
.general-msg-success {
	background: url("/images/general/message-bg/bg-3.png") repeat scroll 0 0 transparent;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 2px #777777;
    color: #20B200;
    float: left;
    line-height: 16px;
    padding: 8px 6px;
    width: 952px;
}
.apart-input-focus-no-background:focus {
	background: none repeat scroll 0 0 #FFFFFF !important;
}
.apart-input-focus-background-calendar:focus {
	background: url("/images/apartment/input-calendar-focus-bg.png") no-repeat scroll right 0 #FFFFFF !important;
}
.apart-input-focus-box-shadow:focus {
	border-color: rgba(82, 168, 236, 0.8) !important;
	box-shadow: 0 0 5px #EEEEEE inset, 0 0 8px rgba(82, 168, 236, 0.6) !important;
}
.global-modal-bg {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	cursor: wait;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 11000;
}
.global-modal-window {
	background: url("/images/general/reveal/modal-gloss.png") no-repeat scroll -200px -80px #EEEEEE;
	border-radius: 5px 5px 5px 5px;
	display: none;
	left: 50%;
	padding: 10px 20px;
	position: absolute;
	top: 100px;
	z-index: 11001;
}
.global-modal-window.large {
	margin-left: -340px;
	width: 600px;
}
.notice-error-block {
	float: left;
	height: 26px;
}
.notice-error-block-left {
	background: url("/images/general/notice-error/left.png") no-repeat scroll 0 0 transparent;
	height: 26px;
	float: left;
	width: 7px;
}
.notice-error-block-center {
	background: url("/images/general/notice-error/center.png") repeat-x scroll 0 0 transparent;
	color: #FFFFFF;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 17px;
	padding: 9px 4px 0;
	text-shadow: 0 0 1px #222222;
}
.notice-error-block-right {
	background: url("/images/general/notice-error/right.png") no-repeat scroll 0 0 transparent;
	height: 26px;
	float: left;
	width: 7px;
}
.reveal-apart-request-form-header, .reveal-apart-review-form-header {
	color: #111111;
	float: left;
	font-size: 22px;
	font-weight: bold;
	width: 100%;
}
.reg-block-info-text {
	font-family: "segoe script";
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 -1px 0 #FFFFFF;
}
.reg-block-left {
	width: 250px;
}
.reg-block-or {
	background: url("/images/general/registration/sep.png") no-repeat center center scroll transparent;
	height: 190px;
	width: 75px;
}
.reg-block-or .text {
	background-color: #EEEEEE;
	font-family: "segoe script";
	font-size: 14px;
	font-weight: bold;
	height: 16px;
	margin-top: 88px;
	padding: 0 0 8px;
	text-align: center;
	text-shadow: 0 -1px 0 #FFFFFF;
	text-transform: lowercase;
	width: 75px;
}
.reg-block-or-2 {
	background: url("/images/general/registration/sep-2.png") no-repeat center center scroll transparent;
	height: 111px;
	width: 75px;
}
.reg-block-or-2 .text {
	background-color: #EEEEEE;
	font-family: "segoe script";
	font-size: 14px;
	font-weight: bold;
	height: 16px;
	margin-top: 46px;
	padding: 0 0 8px;
	text-align: center;
	text-shadow: 0 -1px 0 #FFFFFF;
	text-transform: lowercase;
	width: 75px;
}
.reg-block-right {
	width: 250px;
}
.reg-btn-social {
	color: #FFFFFF !important;
	cursor: pointer;
	float: left;
	font-size: 14px;
	height: 29px;
	line-height: 16px;
	padding: 12px 0 0 48px;
	text-align: left;
	text-shadow: 0 -1px 0 #444444;
	width: 200px;
}
.reg-btn-social:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.btn-reg-facebook {
	background: url("/images/general/registration/btn-facebook.png") no-repeat 0 0 scroll transparent;
}
.btn-reg-facebook:hover {
	background: url("/images/general/registration/btn-facebook.png") no-repeat -248px 0 scroll transparent;
}
.btn-reg-facebook:active {
	background: url("/images/general/registration/btn-facebook.png") no-repeat -496px 0 scroll transparent;
}
.btn-reg-twitter {
	background: url("/images/general/registration/btn-twitter-disabled.png") no-repeat 0 0 scroll transparent;
	cursor: default;
	opacity: 0.3;
}
/*
.btn-reg-twitter {
	background: url("/images/general/registration/btn-twitter.png") no-repeat 0 0 scroll transparent;
}
.btn-reg-twitter:hover {
	background: url("/images/general/registration/btn-twitter.png") no-repeat -248px 0 scroll transparent;
}
.btn-reg-twitter:active {
	background: url("/images/general/registration/btn-twitter.png") no-repeat -496px 0 scroll transparent;
}*/
.reg-input-first-name {
	background: url("/images/general/registration/input-name-bg.png") repeat-x scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	color: #222222;
	float: left;
	height: 17px;
	line-height: 14px;
	margin: 0;
	padding: 5px 30px 6px 6px;
	width: 206px;
}
.reg-input-first-name:focus {
	background: url("/images/general/registration/input-name-focus-bg.png") no-repeat scroll right 0 #FFFFFF;
}
.reg-input-email {
	background: url("/images/general/registration/input-email-bg.png") repeat-x scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	color: #222222;
	float: left;
	height: 17px;
	line-height: 14px;
	margin: 0;
	padding: 5px 30px 6px 6px;
	width: 206px;
}
.reg-input-email:focus {
	background: url("/images/general/registration/input-email-focus-bg.png") no-repeat scroll right 0 #FFFFFF;
}
.reg-input-pass {
	background: url("/images/general/registration/input-pass-bg.png") repeat-x scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	color: #222222;
	float: left;
	height: 17px;
	line-height: 14px;
	margin: 0;
	padding: 5px 30px 6px 6px;
	width: 206px;
}
.reg-input-pass:focus {
	background: url("/images/general/registration/input-pass-focus-bg.png") no-repeat scroll right 0 #FFFFFF;
}
.reg-remember-me {
	float: left;
	margin: 1px 5px 1px 0;
}
.reg-remember-me-2 {
	float: left;
	margin: 1px 5px 1px 0;
}
/*************** GLOBAL-NOTICE ***************/
.global-notifications {
	font-family: Tahoma;
	left: 10px;
	opacity: 0;
	position: fixed;
	top: 10px;
	width: 258px;
	z-index: 10100;
}
.global-notifications .top {
	float: left;
	height: 18px;
	width: 240px;
}
.global-notifications .center {
	float: left;
	width: 234px;
}
.global-notifications .bottom {
	float: left;
	height: 15px;
	width: 258px;
}
.global-notifications .top.success {
	background: url("/images/general/global-notifications/success-top.png") no-repeat scroll 0 top transparent;
	color: #FFFFFF;
	font-weight: bold;
	padding: 6px 9px 0;
	text-decoration: underline;
	text-shadow: 1px 1px 0 #116611;
}
.global-notifications .top.success .close {
	cursor: pointer;
	opacity: 0.4;
}
.global-notifications .top.success .close:hover {
	opacity: 1;
}
.global-notifications .center.success {
	background: url("/images/general/global-notifications/success-center.png") repeat-y scroll 0 0 transparent;
	color: #FFFFFF;
	line-height: 14px;
	padding: 3px 12px 0;
	text-shadow: 1px 1px 0 #005500;
}
.global-notifications .bottom.success {
	background: url("/images/general/global-notifications/success-bottom.png") repeat-y scroll 0 bottom transparent;
}

.global-notifications .top.error {
	background: url("/images/general/global-notifications/error-top.png") no-repeat scroll 0 top transparent;
	color: #FFFFFF;
	font-weight: bold;
	padding: 6px 9px 0;
	text-decoration: underline;
	text-shadow: 1px 1px 0 #116611;
}
.global-notifications .top.error .close {
	cursor: pointer;
	opacity: 0.4;
}
.global-notifications .top.error .close:hover {
	opacity: 1;
}
.global-notifications .center.error {
	background: url("/images/general/global-notifications/error-center.png") repeat-y scroll 0 0 transparent;
	color: #FFFFFF;
	line-height: 14px;
	padding: 3px 12px 0;
	text-shadow: 1px 1px 0 #005500;
}
.global-notifications .bottom.error {
	background: url("/images/general/global-notifications/error-bottom.png") repeat-y scroll 0 bottom transparent;
}
#call_us_for_free {
	background: url("/images/general/call_us_for_free.png") no-repeat 0 0 scroll transparent;
	float: left;
	height: 30px;
	width: 155px;
}
#call_us_for_free:hover {
	background: url("/images/general/call_us_for_free.png") no-repeat -155px 0 scroll transparent;
}
#btn_bookin_com {
	background: url("/images/general/booking_com.png") no-repeat 0 0 scroll transparent;
	float: left;
	height: 30px;
	margin-right: 15px;
	width: 155px;
}
#btn_bookin_com:hover {
	background: url("/images/general/booking_com.png") no-repeat -155px 0 scroll transparent;
}
.round-button-hover {
	cursor: default;
	height: 150px;
}
.round-button {
	background-color: #CCCCCC;
	border: 2px solid #F5F5F5;
	border-radius: 50%;
	box-shadow: 0 0 3px #808080;
	height: 100px;
	overflow: hidden;
	width: 100px;
}
.round-button-m {
	margin-left: 74px;
}
.round-button img {
	display: block;
	width: 76%;
	padding: 12%;
	height: auto;
}
.round-text {
	color: #555555;
	font-size: 13px;
	font-family: "segoe script";
	margin-top: 5px;
	text-align: center;
	width: 100%;
}
.round-button-hover:hover .round-button {
	background-color: #1692EA;

	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	-ms-transition-property: background-color;
	transition-property: background-color;

	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
.round-button-hover:hover .round-text {
	color: #EEB600;

	-webkit-transition-property: color;
	-moz-transition-property: color;
	-o-transition-property: color;
	-ms-transition-property: color;
	transition-property: color;

	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
.round-button .round-icon {
	display: block;
	height: 64px;
	margin: 18px;
	width: 64px;
}
.round-button .round-icon.num-1 { background: url("/images/home/icon-1.png") no-repeat 0 center scroll transparent; }
.round-button .round-icon.num-2 { background: url("/images/home/icon-2.png") no-repeat 0 center scroll transparent; }
.round-button .round-icon.num-3 { background: url("/images/home/icon-3.png") no-repeat 0 center scroll transparent; }
.round-button .round-icon.num-4 { background: url("/images/home/icon-4.png") no-repeat 0 center scroll transparent; }
.round-button .round-icon.num-5 { background: url("/images/home/icon-5.png") no-repeat 0 center scroll transparent; }
.round-button .round-icon.num-6 { background: url("/images/home/icon-6.png") no-repeat 0 center scroll transparent; }
.round-button-hover:hover .round-button .round-icon.num-1 { background: url("/images/home/icon-1.png") no-repeat -64px center scroll transparent; }
.round-button-hover:hover .round-button .round-icon.num-2 { background: url("/images/home/icon-2.png") no-repeat -64px center scroll transparent; }
.round-button-hover:hover .round-button .round-icon.num-3 { background: url("/images/home/icon-3.png") no-repeat -64px center scroll transparent; }
.round-button-hover:hover .round-button .round-icon.num-4 { background: url("/images/home/icon-4.png") no-repeat -64px center scroll transparent; }
.round-button-hover:hover .round-button .round-icon.num-5 { background: url("/images/home/icon-5.png") no-repeat -64px center scroll transparent; }
.round-button-hover:hover .round-button .round-icon.num-6 { background: url("/images/home/icon-6.png") no-repeat -64px center scroll transparent; }
