/*   
Theme Name: Rent a Flat Theme 2
Theme URI: 
Description: 
Author: 
Author URI: 
Version: 2
*/

/*
 * Project Styles
 * 
 */
html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
input {
	-webkit-appearance: none;
	border-radius: 0;
}
a {
	text-decoration: none;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	outline: none!important;
}
a:hover {
}
/* HEADER
-------------------------------------------------------*/

.lang-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 22px;
}
.lang-list li {
	list-style: none;
	display: block;
	float: right;
}
.lang-list li a {
	display: block;
	float: right;
	padding: 6px 5px;
	border: 1px solid #1abc9c;
	background: #fff;
	font-size: 11px;
	line-height: 11px;
	color: #1abc9c;
	margin-left: 5px;
	text-transform: uppercase;
}
.lang-list li.current-lang a, .lang-list li a:hover {
	background: #1abc9c;
	color: #fff;
	text-decoration: none;
}
#top-bar {
	background-color: #2c3e50;
	padding: 5px 0px;
	font-size: 15px;
	line-height: 15px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #3f5266;
}
#top-bar a {
	color: #fff;
}
.call-text {
	padding: 5px 0px;
	display: inline-block;
}
.call-text:hover, .call-text:focus {
	text-decoration: none;
	outline: none;
}
.contact-btn {
	padding: 5px 0px;
	display: inline-block;
	margin-right: 20px;
}
.fb-btn {
	width: 25px;
	height: 25px;
}
.fb-btn img {
	width: 100%;
	height: auto;
}
/* TOP MENU
-------------------------------------------------------*/
#navigation {
	background-color: #fff;
	width: 100%;
	z-index: 2000;
 *position:relative;
 *z-index:2000;
}
#navigation .brand {
	padding: 10px 20px 10px 0px;
	text-align: left
}
#navigation #main-menu ul {
	display: inline-block;
	float: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: right;
	margin: 15px 0 0 0;
	list-style: none;
}
#navigation #main-menu ul li {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 18px;
	list-style: none
}
#navigation #main-menu ul a {
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	color: #2c3e50;
	padding: 12px 15px;
	margin: 0;
	text-decoration: none;
	position: relative;
	display: block;
	text-transform: uppercase;
}
#navigation #main-menu ul li a:focus, #navigation #main-menu ul li a:hover, #navigation #main-menu ul li.current-menu-item a {
	background: 0;
	outline: medium none;
	color: #1abc9c;
}
#navigation #main-menu .submenu {
	display: none;
}
#secondary-nav {
	border-top: 2px solid #cfcfcf;
	padding: 8px 0px 0px 0px;
}
.secondary-menu {
	display: block;
	width: 100%;
	float: none;
	clear: both;
	list-style: none;
	text-align: right;
	margin: 0;
}
.secondary-menu li {
	display: inline-block;
	list-style: none;
	margin-bottom: 8px;
}
.secondary-menu li a {
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	color: #9f9f9f;
	padding: 4px 10px;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	background: #ececec;
}
.secondary-menu li.selected a, .secondary-menu li a:hover {
	color: #fff;
	background: #1abc9c;
}
#navigation .mobile-menu {
	display: none;
	float: right;
	padding: 10px 18px;
	margin-top: 15px;
	cursor: pointer;
	font-size: 19px;
	font-weight: 500;
	line-height: 19px;
	color: #1abc9c;
	border: 1px solid #1abc9c;
	border-radius: 0;
	-webkit-border-radius: 0;
}
/* WELCOME PAGE
-------------------------------------------------------*/
.page-welcome {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: #fff url(_/img/intro-bg.jpg) 50% 0 repeat scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.page-welcome p {
	padding-bottom: 25px!important;
}
.no-touch .page-welcome {
	background-attachment: fixed;
}
.centralized {
	left: 50%;
	top: 37%;
	float: left;
	position: relative;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}
.intro > img {
	padding-bottom: 25px;
}
.intro p {
	font-size: 28px;
	line-height: 30px;
	color: #fff;
}
.down-button {
	display: none;
	position: absolute;
	bottom: 20px;
	width: 100%;
}
#cta_btn {
	outline: none;
	display: inline-block;
	margin: 0 auto;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 40px;
	background: url(_/img/icon-arrow-down.png) bottom center no-repeat;
	text-align: center;
	text-decoration: none;
}
}
#cta_btn:hover {
	text-decoration: none;
}
#cta_btn:focus {
	outline: none;
	text-decoration: none;
}
/* FIND FLAT
-------------------------------------------------------*/

#check-tool {
	background: #2c3e50;
	margin-bottom: 40px;
}
#check-tool .container {
	overflow: hidden;
}
#tool-text {
	font-size: 19px;
	line-height: 30px;
	color: #9fb0c0;
	text-transform: uppercase;
	padding: 22px 0px;
	background: url(_/img/border-arrow.png) right center repeat-y;
}
#tool-text span {
	display: block;
	font-size: 27px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
#datepicker {
	padding-top: 32px;
}
#datepicker label {
	display: block;
	float: left;
	font-size: 22px;
	line-height: 30px;
	color: #9fb0c0;
	margin: 0;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 25px;
}
#datepicker .date-field {
	float: left;
	position: relative;
}
#datepicker input {
	display: block;
	float: left;
	height: 40px;
	border: 0px;
	background: #fff;
	padding: 10px 15px;
	min-width: 228px;
	cursor: pointer;
}
/*#datepicker .add-on {
	width: 40px;
	display: block;
	height: 40px;
	float: left;
}*/
#datepicker .fa-calendar:before {
	color: #a4a4a4;
	text-align: center;
	display: block;
	position: absolute;
	right: 15px;
	top: 12px;
	cursor: pointer;
}
.search-btn {
	background: #1abc9c;
	border: 0px solid transparent;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 0;
	padding: 10px 40px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 32px;
}.notification_message {	background-color: #2c3e50;		color: #fff;		padding: 14px 22px;		margin-bottom: 30px;}.notification_message h2 {		margin: 0;		font-weight: normal;		font-size: 18px;	}.notification_message h2 img {	margin-right: 20px;	}
.timeline {
	padding-left: 43px;
	border-left: 3px solid #b8eae0;
	margin-bottom: 30px;
}
h2.timeline-heading {
	font-size: 18px;
	line-height: 20px;
	font-weight: 100;
	color: #2c3e50;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
	padding-left: 30px;
	background: url(_/img/timeline-dot.png) left center no-repeat;
	margin-left: -52px;
	margin-top: 50px;
}
h2.timeline-heading a {
	color: #2c3e50;
}
h2.timeline-heading span {
	font-weight: 500;
}
h2.timeline-heading.last {
	margin-bottom: -10px;
}
h2.timeline-heading.first {
	margin-top: -2px;
}
.flat-item {
	border: 1px solid #e2e2e2;
	margin-bottom: 30px;
	opacity: 0;
}
.flat-item-top {
}
.flat-item-top-left {
	float: left;
}
.flat-item-top-right {
	float: left;
}
.flat-image {
	float: left;
	width: 336px;
	height: 180px;
	position: relative;
	cursor: pointer;
	background-size: 336px 180px;
	background-position: center center;
	background-repeat: no-repeat;
}
.flat-image-overlay {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2c3e50;
	background: url(_/img/icon-maginfier.png) center center no-repeat rgba(44,62,80,0.81);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.flat-image:hover .flat-image-overlay {
	opacity: 1;
}
.flat-extras {
	float: left;
}
.flat-extras table {
	width: 40px;
	height: 180px;
}.flat-extras table tr {		position: relative;	}
.flat-extras table td {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;			position: relative;
}.flat-extras table td div{		position: absolute;		width: 100%;		height: 100%;		top: 0;		left: 0;	}.flat-extras table td span.icon {	display: none;		position: absolute;		left: 50px;		top: 50%;		margin-top: -50%;		border: 1px solid #e2e2e2;		padding: 4px;		background: #fff;		z-index: 9;		min-width: 70px;	}.flat-extras table td:hover span.icon {	display: block;}.flat-extras table td span.icon:before {	content: "";		width: 0; 		height: 0; 		border-top: 7px solid transparent;		border-bottom: 7px solid transparent; 		border-right: 7px solid #e2e2e2; 	position: absolute;		left: -7px;		top: 50%;		margin-top: -7px;	}.flat-extras table td span.icon:after {	content: "";		width: 0; 		height: 0; 		border-top: 7px solid transparent;		border-bottom: 7px solid transparent; 		border-right: 7px solid #fff; 	position: absolute;		left: -6px;		top: 50%;		margin-top: -7px;	}
.flat-extras table tr:last-child td {
	border-bottom: 0px solid #e2e2e2;
}
.flat-info {
	float: left;
	width: 360px;
	height: 180px;
	padding: 20px 25px;
	position: relative;
	border-left: 1px solid #e2e2e2;
}
.flat-item-home .flat-info {
	width: 546px;
}
.flat-item-home.flat-available .flat-info {
	width: 360px;
}
.flat-info p {
	font-size: 14px;
	line-height: 20px;
	color: #2c3e50;
}
.ref-number {
	display: block;
	position: absolute;
	bottom: 15px;
	left: 25px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	opacity: 0.51;
}
.ref-number span {
	font-size: 16px;
}
.map-link {
	display: block;
	position: absolute;
	bottom: 15px;
	right: 25px;
	width: 24px;
	height: 21px;
	overflow: hidden;
	background-image: url(_/img/icon-map-2x.png);
	background-size: 24px 21px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.map-tooltip {
	display: block;
	position: absolute;
	bottom: 35px;
	right: -172px;
	background: url(_/img/map-tooltip.png) 0 0 no-repeat;
	width: 254px;
	height: 230px;
	overflow: hidden;
	display: none;
	text-align: center;
	padding: 10px;
}
.flat-rates {
	float: left;
	width: 185px;
	height: 180px;
	border-right: 1px solid #e2e2e2;
	background: url(_/img/rate-border.png) left center no-repeat;
}
.flat-rates-inner {
	display: table;
	width: 100%;
	height: 100%;
}
.flat-rate {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	line-height: 20px;
	color: #2c3e50;
	text-transform: uppercase;
}
.flat-rate .price {
	display: block;
	font-size: 50px;
	line-height: 60px;
	clear: both;
}
.flat-availability {
	float: right;
	width: 186px;
	height: 180px;
	background: #e2e2e2;
	padding: 0px 20px;
}
.flat-available .flat-availability {
	background: #f39c12;
}
.availability-inner {
	display: table;
	width: 100%;
	height: 100%;
}
.availability {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	line-height: 16px;
	color: #2c3e50;
	text-transform: uppercase;
	font-weight: 500;
}
.flat-available .availability {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
}
.availability span {
	display: block;
	font-size: 35px;
	line-height: 35px;
	clear: both;
	font-weight: normal;
}
.availability span .availability-date {
	font-size: 67px;
	line-height: 67px;
	font-weight: 700;
}
.flat-available .availability span {
	display: block;
	font-size: 50px;
	line-height: 50px;
	clear: both;
}
.flat-item-bottom {
}
.more-btn {
	display: block;
	background: #1abc9c;
	padding: 10px 20px;
	text-align: right;
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
}
.flat-available .more-btn {
	background: #e2e2e2;
	color: #2c3e50;
}
.more-btn span {
	display: inline-block;
	padding-right: 37px;
	background: url(_/img/more-arrow-white.png) right center no-repeat;
}
.flat-available .more-btn span {
	display: inline-block;
	padding-right: 37px;
	background: url(_/img/more-arrow.png) right center no-repeat;
}
/* FACILITIES
-------------------------------------------------------*/
#page-facilities {
	background: url(_/img/facilities-bg.jpg) center center scroll;
	padding: 75px 0px 55px 0px;
	background-size: cover;
	margin-bottom: 75px;
}
.no-touch #page-facilities {
	background-attachment: fixed;
}
#page-facilities h2 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}
#page-facilities h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	max-width: 660px;
	margin: 0 auto 50px auto;
}
.facility-box {
	text-align: center;
	color: #fff;
}
.facility-box h4 {
	font-size: 20px;
	margin: 15px 0 20px 0;
	font-weight: normal;
}
/* CLIENTS
-------------------------------------------------------*/
#page-clients {
	margin-bottom: 75px;
}
#page-clients h2 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
	color: #2c3e50;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}
#page-clients h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #626262;
	text-align: center;
	text-transform: uppercase;
	max-width: 660px;
	margin: 0 auto 50px auto;
}
.client-slider-cont {
	position: relative;
}
.client-slider {
	max-width: 845px;
	margin: 0 auto;
}
.slide {
}
.slide > img {
	display: block;
	float: left;
	width: 43%;
	height: auto;
}
.slide .slide-text {
	float: left;
	padding: 20px 25px;
	border: 1px solid #dedede;
	width: 57%;
	height: 244px;
}
.slide .slide-text h5 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #2c3e50;
}
.slide .slide-text p {
	padding-bottom: 20px;
}
.client-name {
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #33ceb4;
}
.client-location {
	display: block;
	font-size: 13px;
	line-height: 13px;
	color: #b2b2b2;
}
.slider-button {
	position: absolute;
	top: 50%;
	margin-top: -47px;
}
#slider-prev {
	left: 0px;
}
#slider-next {
	right: 0px;
}
.slider-button:focus {
	outline: none;
}
/* FOOTER
-------------------------------------------------------*/
#footer {
	background: #2c3e50;
	padding: 20px 0px 12px 0px;
	border-bottom: 1px solid #394c5f;
}
.footer-logo {
	padding-bottom: 12px;
	display: block;
}
#footer address {
	color: #fff;
	font-size: 13px;
	margin-bottom: 0px;
}
span.green {
	color: #1dd2af;
}
#footer-menu {
	padding-top: 77px;
}
#footer-menu ul {
	display: inline-block;
	float: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: right;
	margin: 15px 0 0 0;
	list-style: none;
}
#footer-menu ul li {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 18px;
	list-style: none;
	margin-left: 24px;
}
#footer-menu ul a {
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	color: #fff;
	margin: 0;
	text-decoration: none;
	position: relative;
	display: block;
	text-transform: uppercase;
}
#footer-menu ul li a:focus, #footer-menu ul li a:hover, #footer-menu ul li.current-menu-item a {
	background: 0;
	outline: medium none;
	color: #1abc9c;
}
#footer-bottom {
	background: #2c3e50;
	padding-top: 12px;
	padding-bottom: 15px;
}
.copyright {
	font-size: 13px;
	line-height: 13px;
	color: #9dafc0;
}
.top-btn {
	position: absolute;
	top: -62px;
	right: 0px;
}
/* DETAIL PAGE
-------------------------------------------------------*/

#main-content {
	padding-top: 200px;
	padding-bottom: 50px;
}
#main-content2 {
	padding-top: 100px;
	padding-bottom: 50px;
}
.flat-top {
	padding-bottom: 15px;
}
.page-title {
	font-size: 18px;
	line-height: 30px;
	color: #2c3e50;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 1px solid #ececec;
}
.page-title .ref {
	font-size: 16px;
	line-height: 30px;
	color: #555555;
	font-weight: 300;
	text-transform: none;
	display: inline-block;
	float: right;
}
.page-title .ref span {
	font-size: 14px;
}
.flat-status {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	font-weight: 300;
	padding: 8px 17px;
	text-transform: uppercase;
	display: inline-block;
	background: #f39c12;
	margin-right: 5px;
	margin-bottom: 5px;
}
.flat-status-inactive {
	color: #2c3e50;
	background: none repeat scroll 0 0 #e2e2e2;
}
.main-left {
	padding-right: 0px;
	margin-bottom: 10px;
}
.main-right {
	padding-left: 10px;
}
.gallery-thumbs {
	list-style: none;
	margin: 0 -5px 0 -5px;
	padding: 0px;
}
.gallery-thumbs li {
	list-style: none;
	margin: 0;
	padding: 0px 5px 5px 5px;
	display: block;
	float: left;
	width: 50%;
}
.gallery-thumbs a{cursor:default;}
.gallery-thumbs li span {
	display: block;
	position: relative;
}
.flat-rate2 {
	display: block;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	line-height: 16px;
	color: #a9adb3;
	text-transform: uppercase;
	padding: 16px 8px 14px 8px;
	border: 1px solid #e2e2e2;
	margin-bottom: 10px;
	float: left;
	margin-right: 5px;
	min-width: 130px;
}
.flat-rate2 .price {
	display: block;
	font-size: 40px;
	line-height: 44px;
	clear: both;
	color: #2c3e50;
}
.flat-rate3 {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	line-height: 16px;
	color: #a9adb3;
	text-transform: uppercase;
	padding: 5px 8px;
	border: 1px solid #e2e2e2;
	margin-bottom: 10px;
	float: none;
	margin-right: 5px;
	vertical-align: top;
	min-width: 130px;
}
.flat-rate3 span {
	vertical-align: middle;
	line-height: 28px;
}
.flat-rate3 .price {
	display: inline;
	font-size: 24px;
	line-height: 28px;
	clear: both;
	color: #2c3e50;
	vertical-align: middle;
}
.go-calculate-btn {
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 9px;
	background: #1abc9c;
	margin-bottom: 10px;
	float: left;
	display: block;
}
.go-calculate-btn2 {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 17px;
	background: #1abc9c;
	vertical-align: top;
}
.go-calculate-btn:hover {
	text-decoration: none;
}
.go-calculate-btn span {
	font-size: 24px;
	display: block;
}
.go-book-btn {
	display: block;
	text-align: center;
	cursor: pointer;
	font-size: 22px;
	line-height: 22px;
	color: #1abc9c;
	text-transform: uppercase;
	padding: 23px 10px;
	border: 2px solid #1abc9c;
	margin-bottom: 10px;
	clear: both;
}
.go-book-btn:hover {
	text-decoration: none;
	background: #1abc9c;
	color: #fff;
}
.gallery-cont {
	margin-bottom: 30px;
}
.gallery-cont .cycle-slideshow img {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}
/*----- Tabs -----*/
.tabs {
	width: 100%;
	display: inline-block;
}
/*----- Tab Links -----*/
    /* Clearfix */
.tab-links {
	margin: 0px;
	padding: 0;
}
.tab-links:after {
	display: block;
	clear: both;
	content: '';
}
.tab-links li {
	float: left;
	list-style: none;
}
.tab-links a {
	padding: 15px 20px;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	color: #b9b9b9;
	transition: all linear 0.15s;
	text-transform: uppercase;
	border: 1px solid #e3e4e6;
	border-bottom: 0;
	position: relative;
}
.tab-links li.active a, .tab-links a:hover {
	text-decoration: none;
	outline: none;
	color: #2c3e50;
	border: 1px solid #a2a7ad;
	border-bottom: 0;
}
.tab-links li.active a:after {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0px;
	background: #fff;
}
/*----- Content of Tabs -----*/
.tab-content {
	padding: 40px 25px 5px 25px;
	border: 1px solid #a2a7ad;
	background: #fff;
	height: 353px;
	overflow: hidden;
}
.tab {
	display: none;
}
.tab.active {
	display: block;
}
.tab-content h4 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #2c3e50;
}
.tab-content p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #8c8c8c;
}
.info-cont {
	margin-bottom: 30px;
}
.rates-box {
	margin-bottom: 15px;
}
.month-rates {
	float: left;
	width: 560px;
}
.month-rate-1 {
	width: 160px;
	height: 190px;
	display: block;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	line-height: 20px;
	color: #a9adb3;
	text-transform: uppercase;
	padding: 16px 10px 14px 10px;
	border: 1px solid #e2e2e2;
	float: left;
	padding-top: 40px;
}
.month-rate-1 .price {
	display: block;
	font-size: 50px;
	line-height: 50px;
	clear: both;
	color: #2c3e50;
}
.month-rate-1 .month {
	font-size: 30px;
	line-height: 30px;
}
.month-rate {
	width: 133px;
	height: 190px;
	display: block;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	line-height: 16px;
	color: #2c3e50;
	text-transform: uppercase;
	padding: 16px 10px 14px 10px;
	border: 1px solid #e2e2e2;
	border-left: 0;
	float: left;
	padding-top: 25px;
}
.month-rate.inactive {
	background: url(_/img/icon-no-booking.png) center 77px no-repeat;
}
.month-rate .month-range {
	padding-bottom: 45px;
	display: block;
}
.month-rate .price {
	display: block;
	font-size: 40px;
	line-height: 40px;
	clear: both;
	color: #2c3e50;
}
/*.month-rate .price:after {
	content: "*";
	font-size: 16px;
	line-height: 0px;
	display: inline-block;
}*/
.month-rate .included {
	font-size: 12px;
	line-height: 12px;
}
.month-fees {
	width: 560px;
	float: left;
}
.month-fee-1 {
	width: 426px;
	height: 66px;
	display: block;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	line-height: 24px;
	color: #5f5f5f;
	border: 1px solid #e2e2e2;
	border-top: 0;
	border-right: 0;
	float: left;
	padding-top: 20px;
}
.month-fee {
	width: 133px;
	height: 66px;
	display: block;
	text-align: center;
	vertical-align: middle;
	font-size: 40px;
	line-height: 40px;
	color: #6b6b6b;
	text-transform: uppercase;
	padding: 16px 10px 14px 10px;
	border: 1px solid #e2e2e2;
	border-left: 0;
	border-top: 0;
	float: left;
	padding-top: 11px;
}
.rent-calculator {
	float: right;
	width: 300px;
	height: 256px;
	background: #eeeeee;
	padding: 15px 30px 15px 30px;
}
.rent-calculator .calc-title {
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #2c3e50;
	display: block;
	text-transform: uppercase;
	margin-bottom: 11px;
}
.calc-date-field {
	height: 40px;
}
#calc-datepicker {
	position: relative;
	width: 246px;
	margin: 0 auto;
}
#calc-datepicker input {
	display: block;
	float: left;
	height: 40px;
	border: 0px;
	background: #fff;
	padding: 10px 15px;
	width: 100%;
	cursor: pointer;
	font-size: 14px;
	line-height: 14px;
	color: #8a8a8a;
	border: 1px solid #dfdfdf;
	margin-bottom: 13px;
}
#calc-datepicker .fa-calendar:before {
	color: #a4a4a4;
	text-align: center;
	display: block;
	position: absolute;
	right: 15px;
	top: 12px;
	cursor: pointer;
}
#calc-datepicker .month-input {
	width: 52px;
	text-align: center;
	font-size: 26px;
	line-height: 40px;
	color: #2c3e50;
	padding: 0;
	float: left;
	margin-right: 5px;
}
#calc-datepicker .month-label {
	background: #fff;
	padding: 10px 9px 10px 10px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	color: #a2a7ad;
	float: left;
	display: block;
	height: 40px;
	font-weight: 300;
	text-transform: uppercase;
	margin-right: 5px;
}
.counter-control {
	width: 42px;
	text-align: center;
	font-size: 26px;
	line-height: 40px;
	color: #2c3e50;
	padding: 0;
	margin-right: 5px;
	display: block;
	float: left;
	background: #fff;
	cursor: pointer;
	border: 1px solid #dfdfdf;
}
.counter-substract {
	margin: 0;
}
.calc-notice {
	display: block;
	padding: 0;
	clear: both;
	font-size: 12px;
	line-height: 15px;
	color: #2c3e50;
	margin-bottom: 15px;
}
.calc-btn {
	background: #1abc9c;
	border: 0px solid transparent;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	cursor: pointer;
	display: block;
	font-weight: normal;
	margin-bottom: 0;
	padding: 10px 0px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
}
.fee-notice {
	border: 1px solid #e2e2e2;
	padding: 12px 30px;
	font-size: 14px;
	line-height: 20px;
	color: #5f5f5f;
}
.rate-notice2 {
	padding-top: 5px;
	font-size: 12px;
	line-height: 20px;
	color: #ff6b6b;
}
#map-cont {
	width: 100%;
	height: 480px;
	position: relative;
	margin-bottom: 50px;
}
#map-label {
	width: 100%;
	height: 48px;
	background: rgba(35,31,32,0.7);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
#map {
	width: 100%;
	height: 100%;
}
#map-shadow1 {
	position: absolute;
	width: 100%;
	height: 10px;
	-webkit-box-shadow: inset 0 5px 5px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 5px 5px 0 rgba(0,0,0,0.2);
	top: 0px;
	left: 0px;
	z-index: 200;
}
#map-shadow2 {
	position: absolute;
	width: 100%;
	height: 10px;
	-webkit-box-shadow: inset 0 -5px 5px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 -5px 5px 0 rgba(0,0,0,0.2);
	bottom: 0px;
	left: 0px;
	z-index: 200;
}
.map-select-cont {
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 15px;
}
.map-select-cont label {
	float: left;
	display: inline-block;
	padding-right: 4px;
	padding-left: 170px;
}
.infobox {
	z-index: 100;
	padding-left: 40px;
    padding-top: 35px;
}
.infobox p {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.map-logo {
	background: #1abc9c;
	position: relative;
}
.infobox td {
	padding: 10px 15px;
	vertical-align: middle;
}
.map-address {
	background: #2c3e50;
}
.infobox td.gap {
	width: 5px;
	padding: 0;
}
.map-logo:after {
	content: " ";
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -15px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #1abc9c;
}
.book-form {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 45px;
	margin-bottom: 55px;
}
.book-form .col-lg-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.book-form h3 {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
	margin-bottom: 35px;
	font-size: 20px;
	line-height: 24px;
	color: #2c3e50;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.book-form-columns {
	margin: 0px 0px 0px 0px;
	width: 100%;
}
.book-form-column {
	width: 33.33%;
	float: left;
	padding: 0 20px;
}
.book-form-column.first {
	padding-left: 0px;
}
.book-form-column.last {
	padding-right: 0px;
}
.book-form-column.last > img {
	display: block;
	/*margin-top: -50px;*/
	position: relative;
	z-index: 0;
}
.book-form input[type=text], .book-form input[type=email] {
	width: 100%;
	height: 40px;
	border: 1px solid #dfdfdf;
	background: none;
	margin-bottom: 10px;
	padding: 0px 13px;
	font-size: 14px;
	line-height: 14px;
	color: #acacac;
}.contact-form {	border-bottom: 1px solid #eaeaea;	padding-bottom: 45px;	margin-bottom: 55px;}.contact-form .col-lg-12 {	padding-left: 0px;	padding-right: 0px;}.contact-form h3 {	margin: 0;	padding: 0;	border-bottom: 1px solid #eaeaea;	padding-bottom: 10px;	margin-bottom: 35px;	font-size: 20px;	line-height: 24px;	color: #2c3e50;	font-weight: 500;	text-transform: uppercase;	position: relative;	z-index: 1;}.contact-form-columns {	margin: 0px 0px 0px 0px;	width: 100%;}.contact-form-column {	width: 33.33%;	float: left;	padding: 0 20px;}.contact-form-column.first {	padding-left: 0px;}.contact-form-column.last {	padding-right: 0px;}.contact-form-column.last > img {	display: block;	/*margin-top: -50px;*/	position: relative;	z-index: 0;}.contact-form input[type=text], .contact-form input[type=email],.contact-form input[type=date] {	width: 100%;	height: 40px;	border: 1px solid #dfdfdf;	background: none;	margin-bottom: 10px;	padding: 0px 13px;	font-size: 14px;	line-height: 14px;	color: #acacac;}.contact-form textarea {	clear: both;	width: 100%;	height: 90px;	border: 1px solid #dfdfdf;	background: none;	margin-bottom: 10px;	padding: 15px 13px;	font-size: 14px;	line-height: 14px;	color: #acacac;}.contact-form input[type=submit] {	background: #1abc9c;	border: 0px solid transparent;	border-radius: 0px;	-webkit-border-radius: 0px;	cursor: pointer;	display: block;	font-weight: normal;	margin-top: 30px;	margin-bottom: 0;	padding: 10px 40px;	text-align: center;	vertical-align: middle;	white-space: nowrap;	font-size: 20px;	line-height: 20px;	color: #fff;	text-transform: uppercase;	float: right;}.contact-form div.wpcf7-response-output {	margin: 0!important;	padding: 0!important;}.contact-form div.wpcf7-mail-sent-ok {	border: 0!important;	color: #1ABC9C!important;}.contact-form div.wpcf7-validation-errors {	border: 0!important;	color: #ff6b6b!important;}.contact-form .wpcf7-not-valid-tip {	color: #ff6b6b!important;	position: absolute;	right: 10px;	top: 11px;}
.wpcf7-form-control-wrap {
	display: block!important;
}
.wpcf7-form-control-wrap.your-message {
	clear: both;
}
#form-datepicker {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#form-datepicker input {
	display: block;
	float: left;
	height: 40px;
	border: 0px;
	background: #fff;
	padding: 10px 15px;
	width: 100%;
	cursor: pointer;
	font-size: 14px;
	line-height: 14px;
	color: #acacac;
	border: 1px solid #dfdfdf;
	margin-bottom: 13px;
}
#form-datepicker .fa-calendar:before {
	color: #a4a4a4;
	text-align: center;
	display: block;
	position: absolute;
	right: 15px;
	top: 12px;
	cursor: pointer;
}
.book-form .month-input {
	width: 55px;
	float: left;
}
.book-form .counter-control {
}
.book-form input[type="text"].month-input {
	width: 52px;
	text-align: center;
	font-size: 26px;
	line-height: 40px;
	color: #2c3e50;
	padding: 0;
	float: left;
	margin-right: 5px;
}
.book-form .month-label {
	background: #fff;
	padding: 10px 10px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	color: #a2a7ad;
	float: left;
	display: block;
	height: 40px;
	font-weight: 300;
	text-transform: uppercase;
	margin-right: 5px;
	border: 1px solid #dfdfdf;
}
#form-datepicker .add-on {
	margin-bottom: 10px;
}
.book-form .counter-control {
	height: 40px;
}
.stay-label {
	background: #fff;
	padding: 10px 5px 10px 0px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	color: #2c3e50;
	float: left;
	display: block;
	height: 40px;
	font-weight: 300;
	margin-right: 5px;
}
.book-form textarea {
	clear: both;
	width: 100%;
	height: 90px;
	border: 1px solid #dfdfdf;
	background: none;
	margin-bottom: 10px;
	padding: 15px 13px;
	font-size: 14px;
	line-height: 14px;
	color: #acacac;
}
.form-message {
	display: block;
	font-size: 14px;
	line-height: 14px;
	padding-top: 30px;
}
.form-message.error-message {
	color: #ff6b6b;
}
.book-form input[type=submit] {
	background: #1abc9c;
	border: 0px solid transparent;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	cursor: pointer;
	display: block;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 0;
	padding: 10px 40px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	float: right;
}
.calendar-cont {
	padding-top: 48px;
}
.book-form div.wpcf7-response-output {
	margin: 0!important;
	padding: 0!important;
}
.book-form div.wpcf7-mail-sent-ok {
	border: 0!important;
	color: #1ABC9C!important;
}
.book-form div.wpcf7-validation-errors {
	border: 0!important;
	color: #ff6b6b!important;
}
.book-form .wpcf7-not-valid-tip {
	color: #ff6b6b!important;
	position: absolute;
	right: 10px;
	top: 11px;
}
.book-form input.month-input[type="text"], .book-form .month-label, .book-form .counter-control {
	float: right;
}
/*.flat-calendar {
	border: 1px solid #a2a7ad;
	border-bottom: 0;
}
.calendar-month {
	background-color: #f39c12;
	color: #fff;
	font-size: 38px;
	line-height: 38px;
	margin: 0;
	padding: 20px 0 15px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #a2a7ad;
}
.calendar-month.inactive {
	background-color: #eeeeee;
	color: #2c3e50;
}*/
.rent-calculator-message {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
}
.backtocalc-btn {
	color: #2c3e50;
	display: block;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.backtocalc-btn:hover {
	text-decoration: none;
}
.message-cont {
	text-align: center;
}
.calculation-rate {
	font-size: 55px;
	line-height: 55px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 auto 5px auto;
	background: #f39c12;
	padding: 10px 20px;
}
.calculation-fee {
	font-size: 28px;
	line-height: 32px;
	text-transform: uppercase;
	color: #2c3e50;
	margin-bottom: 5px;
}
.calculation-note {
	font-size: 11px;
	line-height: 15px;
	color: #2c3e50;
}
.DOPBookingSystemPRO_Day .bind-content .content {
	border: 0!important;
}
.DOPBookingSystemPRO_Container {
	width: 100%!important;
	float: none!important;
}
.DOPBookingSystemPRO_Sidebar, .DOPBookingSystemPRO_Day .bind-content .content .co, .DOPBookingSystemPRO_Day .bind-content .content .ci, .DOPBookingSystemPRO_Day .bind-content .content .price {
	display: none!important;
}
.mobile-show {
	display: none;
}
.flat-calendar-days {
	border: 1px solid #eee;
}
.flat-calendar {
	border: 1px solid #eee;
}
.flat-calendar-top {
	color: #2C3D51;
	display: block;
	font-size: 18px;
	line-height: 20px;
	background: #eee;
	text-align: center;
	text-transform: uppercase;
	padding: 20px;
	position: relative;
}
.flat-calendar-top .cal-title {
	font-size: 32px;
	line-height: 35px;
}
.flat-calendar-year {
	margin: 0 -5px;
	padding: 10px;
}
.flat-calendar .calendar-month-cont {
	width: 33.33%;
	float: left;
	padding: 0px 5px;
	margin-bottom: 10px;
}
.flat-calendar .calendar-month {
	color: #2C3D51;
	display: block;
	font-size: 18px;
	line-height: 20px;
	background: #eee;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
}
.flat-calendar .calendar-month.inactive {
	color: #A1A6AA;
}
.flat-calendar .calendar-month.unavailable {
	color: #fff;
	background: #FF6C6A;
}
.flat-calendar .calendar-month.available {
	color: #fff;
	background: #01BD9C;
}
.calendar-control {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 15px;
	height: 15px;
	overflow: hidden;
	top: 50%;
	margin-top: -8px;
}
.prev-year {
	background: url(_/img/small-left.png) center center no-repeat;
	left: 15px;
}
.next-year {
	background: url(_/img/small-right.png) center center no-repeat;
	right: 15px;
}
.month-status-legend {
	list-style: none;
	text-align: right;
	padding-right: 15px;
}
.month-status-legend li {
	list-style: none;
	display: inline-block;
	color: #A1A6AA;
	font-size: 13px;
	line-height: 13px;
	margin-left: 5px;
	height: 13px;
}
.month-status-legend li span {
	display: inline-block;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #01BD9C;
	margin-right: 5px;
}
.month-status-legend li.occupied span {
	background: #FF6C6A;
}
.book-form input[type="text"].wpcf7-not-valid, .book-form input[type="email"].wpcf7-not-valid {
	border: 1px solid #ff6b6b!important;
	color: #ff6b6b;
}
.book-form .wpcf7-not-valid-tip {
	display: none!important;
}
 input.wpcf7-not-valid::-webkit-input-placeholder, textarea.wpcf7-not-valid::-webkit-input-placeholder { /* WebKit browsers */
 color:    #ff6b6b;
 opacity:1;
}
input.wpcf7-not-valid:-moz-placeholder, textarea.wpcf7-not-valid:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #ff6b6b;
 opacity:1;
}
input.wpcf7-not-valid::-moz-placeholder, textarea.wpcf7-not-valid::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #ff6b6b;
 opacity:1;
}
input.wpcf7-not-valid:-ms-input-placeholder, textarea.wpcf7-not-valid:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:    #ff6b6b;
 opacity:1;
}
#form-datepicker input.wpcf7-not-valid {
	color: #ff6b6b;
}
.date-error {
	line-height: 18px;
}

.flat-rates2 {display:block;}
.flat-rates-mobile {display:none;}

/* MEDIA QUERIES
-------------------------------------------------------*/
 @media (max-width: 1199px) {
.gallery-thumbs li {
	width: 15%;
}
.main-right-gallery {
	padding-left: 15px;
}
.mobile-show {
	display: block;
}
.mobile-hidden {
	display: none;
}
.flat-rate2 {
	float: left;
	margin-right: 0;
	width: 49%;
}
.go-calculate-btn {
	float: right;
	width: 49%;
}
#check-tool .container {
	width: 100%;
	padding: 0px;
}
#tool-text {
	text-align: center;
	background: url(_/img/border-arrow-down.png) bottom center repeat-x;
	font-size: 24px;
	line-height: 32px;
}
#tool-text span {
	font-size: 35px;
	line-height: 40px;
}
#datepicker {
	padding-top: 0;
	text-align: center;
}
#datepicker label {
	display: block;
	clear: both;
	float: none;
	width: 100%;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 20px;
}
#datepicker .date-field {
	float: none;
	display: inline-block;
	margin: 0 auto;
}
#datepicker input {
	width: 100%;
	min-width: 288px;
}
#datepicker .add-on {
}
#datepicker .add-on i {
	display: inline-block;
	float: none;
	margin-left: -3px;
}
.submit-cont {
	text-align: center;
	padding-bottom: 30px;
}
.search-btn {
	margin-top: 10px;
	width: 288px;
}
.timeline {
	max-width: 645px;
	margin: 0px auto 30px auto;
}
h2.timeline-heading.first {
	line-height: 16px;
}
.flat-image {
	width: 400px;
	height: 180px;
	background-size: 400px 180px;
	float: none;
}
.flat-availability {
	float: none;
}
.flat-rates {
	float: none;
	border-right: 0px solid #e2e2e2;
}
.flat-rates-mobile {background:0; border-left: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; display:block;}
.flat-rates2 {display:none;}
.facility-box {
	margin-bottom: 25px;
}
.flat-item {
	width: 588px;
}
.flat-item-home .flat-available .flat-info {
	width: 360px;
}
.go-book-btn {
}
.month-rates, .month-fees {
	width: 100%;
	float: none;
	overflow: hidden;
}
.month-rate-1, .month-rate {
	width: 25%;
}
.month-fee-1 {
	width: 75%;
}
.month-fee {
	width: 25%;
}
.rent-calculator {
	float: none;
	width: 100%;
	clear: both;
}
.stay-label, .book-form input.month-input[type="text"], .book-form .month-label {
	width: 100%;
}
.book-form .counter-control {
	margin-bottom: 5px;
}
.stay-label {
	display: inline-block;
	margin-right: 0;
	padding: 10px 0;
	width: 100px;
}
.book-form input.month-input[type="text"], .book-form .month-label, .book-form .counter-control {
	float: none;
	display: block;
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}
.book-form .counter-control {
	display: inline-block;
	width: 42px;
}
#gallery-cont .main-left {
	padding-right: 15px;
}
#gallery-cont img.cycle-slide {
	width: 100%;
	height: auto;
}

.flat-rates-mobile {float:right;}

}
 @media (max-width: 992px) {
.client-slider-cont {
	max-width: 365px;
	margin: 0 auto;
	position: static;
}
.slide {
	max-width: 365px;
}
.slide > img {
	width: 100%;
	float: none;
}
.slide .slide-text {
	width: 100%;
	float: none;
	height: auto;
	margin: 0 auto;
}
#slider-prev {
	left: 15px;
}
#slider-next {
	right: 15px;
}
.flat-image {
}
.main-left {
	padding-right: 15px;
}
.main-right {
	padding-left: 15px;
}

}
@media (max-width: 767px) {
.call-text {
	padding-left: 50px;
	background-image: url(_/img/icon-phone-2x.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 24px;
	line-height: 40px;
}
.call-text span {
	display: none;
}
#navigation .navbar-toggle {
	display: block;
	margin-right: 0px;
}
#navigation .navbar-toggle:hover {
	display: block;
	margin-right: 0px;
	background: #1abc9c;
	color: #fff;
}
.lang-list {
	margin-top: 15px;
}
.lang-list li a {
	padding: 10px 7px;
	margin-top: 0px;
	cursor: pointer;
	font-size: 19px;
	font-weight: 500;
	line-height: 19px;
	margin-left: 10px;
}
#navigation #main-menu {
	width: 100%;
	clear: both;
	padding: 0;
	height: 1px;
}
#navigation #main-menu ul {
	display: block;
	position: relative;
	text-align: center;
	margin: 0;
}
#navigation #main-menu ul li {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	border-top: 1px solid #1abc9c;
	;
}
#navigation #main-menu ul li:hover {
	background: #1abc9c;
}
#navigation #main-menu ul li:hover a {
	color: #fff;
}
#navigation #main-menu ul a {
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	color: #2c3e50;
	padding: 12px 15px;
	margin: 0;
	text-decoration: none;
	position: relative;
	display: block;
	text-transform: uppercase;
}
.contact-btn {
	display: none;
}
.fb-btn {
	height: 40px;
	margin-top: 4px;
	width: 40px;
}
.book-form-columns {
	margin: 0;
	width: 100%;
}
.book-form-column {
	width: 100%;
	float: none;
	padding: 0px;
	margin-bottom: 20px;
	overflow: hidden;
}
.book-form input[type="submit"] {
	margin-bottom: 20px;
}
.book-form-column.last > img {
	display: block;
	margin-top: 0px;
	position: relative;
	z-index: 0;
}


}
/* @media (max-width: 690px) {
.flat-item {
	
	width: 100%;
}
.flat-info {
	width: 290px;
}
.flat-availability {
	width: 182px;
}
.flat-rates {
	width: 182px;
}
.timeline {
	margin: 0 20px 30px 20px!important;
	max-width: 645px;
}
}*/
 @media (max-width: 652px) {
.flat-availability {
	width: 170px;
}
.flat-rates {
	width: 170px;
}
}
 @media (max-width: 639px) {
.intro {
	padding: 0px 20px;
	width: 100%!important;
}
.timeline {
	width: 100%;
	padding: 0px 20px;
	border: 0;
	margin: 0px auto!important;
}
h2.timeline-heading {
	margin-left: 0px;
}
.flat-item {
	width: 100%;
}
.flat-item-top-left {
	float: none;
	width: 100%;
}
.flat-extras {
	float: none;
}
.flat-extras table {
	width: 100%;
	height: auto;
	border: 0;
}
.flat-extras table tr {
	display: block!important;
	float: left!important;
	width: 25%!important;
	text-align: center;
	border: 0;
	border-bottom: 1px solid #e2e2e2;
	height: 33px!important;
	padding-top: 5px;
}
.flat-extras table tr td {
	display: block;
	width: 100%;
	text-align: center;
	border: 0;
}
.flat-image {
	width: 100%;
	background-size: cover;
}
.flat-image img {
	max-width: 100%;
	height: auto;
}
.flat-info {
	width: 100%;
	float: none;
	height: auto;
	padding-bottom: 40px;
}
.flat-item-top-right {
	float: none;
	width: 100%;
}
.flat-availability, .flat-rates {
	width: 100%;
}
.flat-rates {
	background: none;
}
#footer-menu {
	padding-top: 20px;
	float: right!important;
}
#footer-bottom .fb-btn.pull-right {
	float: none!important;
	width: 40px;
	margin: 10px auto 0px auto;
	display: block;
}
.copyright {
	float: none!important;
	text-align: center;
	display: inline-block;
	padding-bottom: 10px;
}
.call-text {
	font-size: 16px;
}
.centralized {
	display: block;
	opacity: 1;
	visibility: visible;
	float: none;
	left: auto;
	top: 20%;
}
#slider-prev, #slider-next {
	display: none;
}
.tab-links li, .tab-links li a {
	display: block;
	width: 100%;
	float: none;
}
.tab-links li.active a:after {
	display: none;
	content: none;
}
.month-rate-1, .month-rate {
	float: none;
	width: 100%;
	border-left: 1px solid #e2e2e2;
	border-bottom: 0;
}
.month-fee-1, .month-fee {
	float: none;
	width: 100%;
	border-left: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	border-bottom: 0;
}
.month-fee-1 {
	border-right: 1px solid #e2e2e2!important;
	height: auto;
	line-height: 28px;
	padding-bottom: 15px;
}
#secondary-nav {
	display: none;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	left: auto!important;
	position: relative!important;
	right: auto!important;
	top: auto!important;
	opacity: 1!important;
}
#main-content {
	padding-top: 0;
}
.map-tooltip {
	bottom: 35px;
	right: 15px;
	background: url(_/img/map-tooltip-mobile.png) 0 0 no-repeat;
}
.flat-rates-mobile {display:none;}
.flat-rates2 {display:block; border-top: 1px solid #e2e2e2; }
.flat-item-home .flat-info {
    width: 100%!important;
}
}
 @media (max-height: 600px) and (max-width: 639px) {
.centralized {
	top: 30px;
}
}
 @media (max-width: 360px) {
#navigation .brand {
	float: none;
	width: 100%;
	text-align: center;
	padding: 10px 20px 10px 20px;
}
}
