/*
Theme Name: Silver Spoon Theme
*/

@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-image: url('images/bg.jpg');
	background-color: #FFFFFF;
	background-repeat: repeat;
	font-family: 'Roboto', sans-serif;
	background-attachment: fixed;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;

}

.marker_tag,
h1,
.rent-option .value,
.search-rooms h3,
.page-header h1,
.single .page-header h1,
.marker_tag,
.intro p,
.city-home-box a,
h2.head-title,
.single-house h1,
.house-room span,
.faq .page-header h1,
.contact .page-header h1 {
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Roboto Slab', serif;
}

h1 {
	font-weight: 300;
}

/*.marker_tag{
	font-family: 'Playfair Display', serif;
}*/

a:hover,
a:focus,
a:active {
	outline: 0;
	text-decoration: none;
}

.single .page-header {
	margin: 0 0 5px;
}

.header-row {
	margin: 10px 0 35px;
}

.header-row.header-page {
	margin: 0px 0 0;
	padding-top: 10px;
}

.site-logo img {
	max-width: 278px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.site-logo-page img {
	max-width: 137px
}

.menu-page .main-nav {
	padding-top: 17px;
}

.main-nav {
	border-bottom: 1px solid #1d1d1b
}

.main-nav ul {
	display: inline-block;
	margin: 0 auto;
}

.main-nav ul li {
	list-style: none;
	float: left;
}

.main-nav ul li a {
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	margin-right: 36px;
}

.main-nav ul li a.active,
.main-nav ul li a:hover {
	color: #75b5b5;
}

.main-nav ul li.login-menu a {
	text-transform: none;
	margin-left: 35px;
	margin-right: 0px;
	color: #9c9c9b;
}

.menu-top-social-menu-container ul,
ul#menu-top-social-menu {
	padding: 0;
	display: inline-block;
	width: 100%;
	padding-top: 20.5px;
}

.logo-page {
	padding-right: 0;
}

li.current-menu-item a {
	color: #75B5B5 !important;
}

.menu-page {
	padding-right: 0;
	padding-left: 0;
}

.social-top-page {
	padding-left: 0;
}

.social-top-page .menu-top-social-menu-container ul,
.social-top-page ul#menu-top-social-menu {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}

.menu-top-social-menu-container ul li,
ul#menu-top-social-menu li {
	list-style: none;
	padding: 0;
	float: right;
}

.menu-top-social-menu-container ul li a,
ul#menu-top-social-menu li a {
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin-left: 10px;
	text-align: center;
	font-size: 18px
}

#menu-social-menu {
	padding: 0;
	display: inline-block;
	margin: 18px auto 20px;
}

ul#menu-social-menu li {
	list-style: none;
	padding: 0;
	float: left;
}

ul#menu-social-menu li a {
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin-left: 10px;
	text-align: center;
	font-size: 18px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}

ul#menu-social-menu li.facebook-menu a {
	background-color: #365f9f
}

ul#menu-social-menu li.twitter-menu a {
	background-color: #2aa9df
}

ul#menu-social-menu li.envelope-menu a {
	background-color: #75b5b5
}

ul#menu-social-menu li.whatsapp-menu a {
	background-color: #379f3d
}

ul#menu-social-menu li.google-plus-menu a {
	background-color: #db5342
}

span.a2a_svg.a2a_s__default.a2a_s_facebook:after {
	content: "\f09a";
	font-family: FontAwesome;
	line-height: 34px;
	top: -4px;
	position: relative;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

span.a2a_svg.a2a_s__default.a2a_s_facebook {
	background-image: none;
	background-color: #365f9f;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #FFFFFF;
}

span.a2a_svg.a2a_s__default.a2a_s_twitter:after {
	content: "\f099";
	font-family: FontAwesome;
	line-height: 34px;
	top: -4px;
	position: relative;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

span.a2a_svg.a2a_s__default.a2a_s_twitter {
	background-image: none;
	background-color: #2aa9df;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #FFFFFF;
}

span.a2a_svg.a2a_s__default.a2a_s_email:after {
	content: "\f003";
	font-family: FontAwesome;
	line-height: 34px;
	top: -4px;
	position: relative;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

span.a2a_svg.a2a_s__default.a2a_s_email {
	background-image: none;
	background-color: #75b5b5;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #FFFFFF;
}

span.a2a_svg.a2a_s__default.a2a_s_whatsapp:after {
	content: "\f232";
	font-family: FontAwesome;
	line-height: 34px;
	top: -4px;
	position: relative;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

span.a2a_svg.a2a_s__default.a2a_s_whatsapp {
	background-image: none;
	background-color: #379f3d;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #FFFFFF;
}

span.a2a_svg.a2a_s__default.a2a_s_google_plus:after {
	content: "\f0d5";
	font-family: FontAwesome;
	line-height: 34px;
	top: -4px;
	position: relative;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

span.a2a_svg.a2a_s__default.a2a_s_google_plus {
	background-image: none;
	background-color: #db5342;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #FFFFFF;
}

.single-share {
	display: inline-block;
	width: 100%;
	margin: 0 0 40px 0;
}

.single-share span.a2a_svg.a2a_s__default.a2a_s_google_plus,
.single-share span.a2a_svg.a2a_s__default.a2a_s_whatsapp {
	display: none !important;
}

.single-share span.a2a_svg.a2a_s__default.a2a_s_facebook,
.single-share span.a2a_svg.a2a_s__default.a2a_s_twitter,
.single-share span.a2a_svg.a2a_s__default.a2a_s_email {
	width: 50px;
	height: 50px;
}

.single-share span.a2a_svg.a2a_s__default.a2a_s_facebook:after,
.single-share span.a2a_svg.a2a_s__default.a2a_s_twitter:after,
.single-share span.a2a_svg.a2a_s__default.a2a_s_email:after {
	top: 8px;
	font-size: 26px;
}

.container {
	background-color: #FFFFFF;
}

.page-header {
	padding-bottom: 0;
	margin: 0 0 10px;
	border-bottom: 0;
}

.page-thumb img {
	width: 100%;
	height: auto;
}

.intro p {
	font-size: 36px;
	font-weight: 300;
}

.separ-cities {
	background-image: url('images/separ-cities.png');
	background-repeat: repeat-x;
	height: 4px;
	width: 100%;
	display: inline-block;
	margin: 10px 0;
}

.city-home-box {
	display: inline-block;
	width: 100%;
}

.city-home-box a {
	display: inline-block;
	width: 100%;
	height: 180px;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.city-home-box a:hover {
	opacity: 1;
}

.city-home-box a h2,
h2.head-title {
	font-size: 72px;
	font-weight: bold;
	color: #000000;
	margin-top: 16px;
	z-index: 9;
	position: relative;
}

.city-home-box a h2 {
	margin-top: 30px;
}

.city-home-box a h2:before,
.city-home-box a h2:after {
	content: "";
	width: 0px;
	height: 3px;
	background-color: #000000;
	display: inline-block;
	margin: 0 25px;
	position: relative;
	top: -20px;
}

h2.box-title {
	font-size: 26px;
	font-weight: bold;
}

h2.box-title:after {
	content: "";
	display: block;
	width: 125px;
	height: 1px;
	background-color: #000000;
	margin: 15px 0;
}

.city-home-box a:hover h2 {
	color: #ffffff;
}

.city-home-box a:hover h2:before,
.city-home-box a:hover h2:after {
	background-color: #ffffff;
}

.city-home-box a .white-icon {
	display: none;
}

.city-home-box a:hover .white-icon {
	display: inline-block;
}

.city-home-box a:hover .black-icon {
	display: none;

}

.city-icon {
	margin: 10px auto 0;
	display: inline-block;
	z-index: 9;
	position: relative;
}

.search-rooms h3 {
	font-size: 26px;
	font-weight: 300;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.search-rooms ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	margin: 20px 0;
}

.search-rooms ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.search-rooms ul li a {
	float: left;
	display: block;
	height: 50px;
	width: 50px;
	border: 1px solid #000000;
	color: #000000;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	margin-right: 10px;
	line-height: 50px;
	font-size: 24px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.search-rooms ul li a.disabled,
.search-rooms ul li a.disabled:hover {
	border: 1px solid #cccccc;
	color: #cccccc;
	cursor: default;
	background-color: #ffffff;
}

.search-rooms ul li a.active {
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #000000;
}

.house-box {
	background-color: #75b6b6;
	margin: 10px 0;
	cursor: pointer;
}

.house-details .availability {
	color: #ffffff;
	background-color: #cd5f62;
	display: inline-block;
	padding: 3px 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

.house-details {
	padding: 20px
}

.single .house-details {
	min-height: 365px;
}

.house-details h2 {
	margin-top: 0;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 15px;
}

.house-details h2 a {
	color: #FFFFFF;
	font-weight: 600;
}

.short-description:before,
.short-description:after {
	content: "";
	display: inline-block;
	width: 125px;
	height: 1px;
	background-color: #000000;
	margin-bottom: 15px;
}

.short-description p {
	padding-bottom: 10px;
	color: #000000;
	line-height: 16px;
}

.house-thumb {
	padding: 0;
}

.house-thumb img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.single.single-house h1 {
	font-weight: 300;
	font-size: 36px;
	color: #000000;
	margin: 0px 0 5px 0;
}

.single h2 {
	font-size: 26px;
	font-weight: bold;
	color: #000000;
}

.single h2:after {
	content: "";
	display: block;
	width: 125px;
	height: 1px;
	background-color: #000000;
	margin: 15px 15px 15px 0;
}

.white {
	color: #ffffff !important;
}

.green-box {
	background-color: #75b5b5;
	display: inline-block;
	width: 100%;
	padding: 15px
}

.gray-box {
	background-color: #b3b3b4;
	display: inline-block;
	width: 100%;
	padding: 15px;
	margin: 30px 0;
}

.transparent-box {
	display: inline-block;
	width: 100%;
	padding: 15px;
}

.house-rooms {
	margin-bottom: 20px;
	margin-top: 20px;
}

.house-room {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	margin-right: 30px;
	display: block;
	line-height: 30px;
}

.house-room span {
	font-size: 18px;
	font-weight: bold;
	margin-right: 15px;
}

.gray-box h2,
.green-box h2,
.transparent-box h2 {
	margin-top: 0;
}

.neighbourhood .transparent-box {
	border: 3px solid #000000;
}

.single-option {
	color: #000000;
	font-size: 14px;
	display: block;
	line-height: 24px;
	margin-bottom: 5px;
}

.rent-option {
	color: #000000;
	font-size: 14px;
	display: block;
	line-height: 16px;
	margin-bottom: 10px;
	margin-bottom: 15px;
}

.house-map {
	margin: 0 0 0px 0;
}

/*.neighbourhood{
	display: flex;
	-webkit-column-count: 2; 
    -moz-column-count: 2; 
    column-count: 2;
}
.neighbourhood p{
    -webkit-column-count: 2; 
    -moz-column-count: 2;
    column-count: 2;
}*/
.house-box h2 {
	font-weight: 400;
	font-size: 26px;
}

.house-box h2:after {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

#map {
	height: 480px;
}

.house-gallery .rsOverflow {
	height: 100% !important;
}

.house-gallery .rsNav.rsThumbs.rsThumbsHor {
	position: absolute;
	background: transparent;
	bottom: 0;
}

.house-gallery .rsTmb img {
	border: 1px solid #fff;
}

.single .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: inherit;
	width: 28px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	position: absolute;
	cursor: pointer;
	background: url('images/left_arrow.png');
	background-color: transparent;
	border-radius: 0;
}

.single .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
	background-position: inherit;
	width: 28px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	position: absolute;
	cursor: pointer;
	background: url('images/right_arrow.png');
	background-color: transparent;
	border-radius: 0;
}

h3.footer-widget-title {
	font-size: 26px;
	font-weight: bold;
}

h3.footer-widget-title:after {
	content: '';
	width: 125px;
	height: 1px;
	background-color: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}

.widget-footer-1,
.widget-footer-2,
.widget-footer-3,
.widget-footer-4 {
	margin: 0 20px;
	font-size: 12px;
}

.footer a {
	color: #000000;
	text-decoration: underline;
}

.footer {
	margin-bottom: 30px;
}

body .rpwe-block a {
	text-decoration: underline;
	display: block !important;
	margin-top: 10px;
}

body .rpwe-block h3 {
	background: none !important;
	clear: none;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	font-weight: 600;
	font-size: 16px !important;
	line-height: 1.5em;
}

body .rpwe-block h3 a {
	text-decoration: none;
	margin-bottom: 5px
}

body .rpwe-block li {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

::-webkit-input-placeholder {
	color: #bcc0c8;
}

:-moz-placeholder {
	color: #bcc0c8;
}

::-moz-placeholder {
	color: #bcc0c8;
}

:-ms-input-placeholder {
	color: #bcc0c8;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
select {
	height: 25px;
	width: 100%;
	border: 0;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	font-size: 13px;
	padding: 3px 5px;
	outline: 0;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#your-profile input,
#your-profile select,
#your-profile textarea {
	border: 1px solid #dddddd;
}

select {
	background-color: #ffffff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('images/select_arrow.png');
	background-repeat: no-repeat;
	background-position: right;
}

textarea {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	height: 95px;
	width: 100%;
	border: 0;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	outline: 0;
	font-size: 13px;
	padding: 3px 5px;
}

.contact textarea {
	height: 234px
}

input[type='submit'] {
	background-color: #000000;
	color: #ffffff;
	border: 0;
	float: right;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 2px 10px;
	font-size: 14px;
	webkit-appearance: none;
}

.feature_icon {
	margin: 0px 15px 0px 0;
}

.single .col-md-12 .feature_icon {
	margin: 0px 15px 10px 0;
}

.content {
	margin-top: 130px;
}

.home .content {
	margin-top: 0px;
}

.header-row.header-page {
	background-color: rgba(255, 255, 255, 0.95);
}

.navbar .container {
	background: transparent;
}

.about h2,
.faq h2 {
	font-size: 26px;
	line-height: 34px;
	font-weight: 600;
}

.about h2:after,
.faq h2:after {
	content: '';
	width: 125px;
	height: 1px;
	background-color: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}

.faq .page-content {
	padding: 0 20px;
}

.contact p {
	font-size: 12px;
}

.contact-header img {
	width: 50%;
}

.contact-header .wpb_single_image {
	height: 77px;
	vertical-align: bottom;
}

.contact-header .wpb_single_image img {
	position: relative;
	bottom: 0;
}

.contact-header .wpb_single_image .vc_figure {
	height: 100%;
	vertical-align: bottom;
}

.contact-header .wpb_single_image .vc_single_image-wrapper {
	height: 100%;
	vertical-align: bottom;
}

.contact-header .wpb_single_image img {
	vertical-align: bottom !important;
}

.contact-header .wpb_content_element {
	margin-bottom: 15px !important
}

.contact-header {
	margin-bottom: 10px !important;
}

.contact-header a {
	color: #000000;
	text-decoration: underline;
}

.contact .green-box h2:after,
.green-box h2:after {
	content: '';
	width: 125px;
	height: 1px;
	background-color: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}

.green-box h2 {
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
}

.rent-option span {
	color: #FFFFFF;
	font-weight: 600;
}

.rent-option span.value {
	font-size: 36px;
	font-weight: bold;
	margin: 17px 0 0 0;
	display: block;
}

.single .single-option span {
	width: 32px;
	text-align: center;
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 5px;
}

.single .single-option span img {
	max-width: 100%
}

.vc_images_carousel {
	max-width: 100%;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
	padding: 0 5px 5px 0 !important;
}

.incentives_offer {

	display: inline-block;
	width: 100%;
	color: #FFFFFF;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
	margin-top: 20px;
	border: 3px solid #75b5b5;
	font-size: 36px;
}

.incentives_offer span {
	display: block;
	width: 100%;
	border: 17px solid #FFF;
	background-color: #75b5b5;
	padding: 10px 20px;
}

/* Header Animation */
.home.page .site-logo-page img {
	/*display: none*/
}

.home.page .site-logo-page img {
	max-width: 137px;
	top: -300px;
	position: relative;
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	transition: 1.5s;
}

.home.page .site-logo-page img.scrolled {
	top: 10px;
	/*position: fixed;*/
}

.header-homepage.scrolled {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	height: 125px;
	/*width: 100%*/
}

.header-homepage {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	position: fixed;
	z-index: 9;
}

.header-homepage .header-row {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	height: 100%;
}


.header-homepage.scrolled .header-row {
	margin: 0px 0 0px;
	background-color: rgba(255, 255, 255, 0.95);
	height: 130px;
}

.header-homepage .site-logo {
	top: 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	position: relative;
}

.header-homepage.scrolled .col-sm-6.text-center {
	-webkit-transition: max-height 1s;
	-moz-transition: max-height 1s;
	transition: max-height 1s;
}

.header-homepage.scrolled .col-sm-6.text-center {
	max-height: 0;
}

.header-homepage.scrolled .site-logo {
	top: -300px;
}

.header-homepage .site-logo img {}

.header-homepage .container {
	width: 100%;
	padding: 0;
}

.header-homepage .container {
	width: 1440px;
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.header-homepage.scrolled .container {
	width: 1440px;
	background: transparent;
	padding-right: 15px;
	padding-left: 15px;
	height: 125px;
}

.header-homepage.scrolled .menu-top-social-menu-container {
	margin-top: 10px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.scrolled .row.home-nav {
	top: -100px;
	position: relative;
}

.header-homepage .main-nav {
	border: 0;
}

.header-homepage .main-nav:after {
	content: '';
	display: inline-block;
	width: 100%;
	float: right;
	height: 1px;
	background-color: #000000;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.header-homepage.scrolled .main-nav:after {
	content: '';
	display: inline-block;
	width: 83%;
	float: right;
	height: 1px;
	background-color: #000000;
}

.header-homepage .container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.header-homepage.scrolled .container {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

@media (min-width: 768px) {

	.header-homepage .container,
	.header-homepage.scrolled .container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.header-homepage .container {
		width: 940px;
	}

	.header-homepage.scrolled .container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.header-homepage.scrolled .container {
		width: 1172px;
	}

	.header-homepage .container {
		width: 1140px;
	}
}

@media (min-width: 1470px) {
	.header-homepage.scrolled .container {
		width: 1440px;
	}

	.header-homepage .container {
		width: 1410px;
	}
}


/* End Header Animation */

.marker_tag {
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	line-height: 27px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

.marker_tag.available_now {
	background-image: url('images/available.png');
	height: 99px;
	width: 182px;
	font-size: 26px;
	padding-top: 22px;
}

.marker_tag.available_next_year {
	background-image: url('images/available_next_year.png');
	height: 150px;
	width: 182px;
	font-size: 26px;
	padding-top: 22px;
}

.marker_tag.under_offer {
	background-image: url('images/under_offer.png');
	height: 99px;
	width: 134px;
	font-size: 26px;
	padding-top: 22px;
}

.marker_tag.let {
	background-image: url('images/let.png');
	height: 99px;
	width: 134px;
	font-size: 44px;
	padding-top: 33px;
}

.marker_tag.early_bird_offer {
	background-image: url('images/early_bird_offer.png');
	height: 99px;
	width: 182px;
	font-size: 26px;
	padding-top: 22px;
}

.house-gallery {
	position: relative;
}

a.share-pintrest {
	background-image: none;
	background-color: #c91f27;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #FFFFFF;
	width: 32px;
	height: 32px;
	display: block;
	font-size: 20px;
	text-align: center;
	line-height: 34px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
}

a.share-pintrest:hover {
	opacity: 0.8
}

.tax-city .royalSlider {
	height: 274px;
	background-image: url('images/gradient.png');
	background-repeat: repeat-x;
	display: block;
}

.empty_gallery {
	margin-bottom: 20px;
	position: relative;
}

.empty_gallery img {
	display: block;
	width: 100%;
	height: auto;
}

img.attachment-blog-single-thumb.wp-post-image {
	max-width: 100%;
	height: auto;
}

.blog img.attachment-list-thumb.wp-post-image {
	width: 100%;
	height: auto;
}

.blog h2 a {
	color: #000000;
	font-weight: 600;
	font-size: 26px
}

.btn-black {
	background: #000;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #fff;
}

.btn-black:hover {
	color: #fff;
	opacity: 0.8;
}

.blog .page-content .separ-cities {
	margin: 20px 0 15px;
}

.blog .page-content .separ-cities:last-child {
	display: none !important;
}

.blog .page-content {
	position: relative;
	top: -15px;
}

.house-container {
	max-height: 0px;
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
	overflow: hidden;
}

.house-container.visible {
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
	max-height: 900px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: rgb(255, 255, 255) !important;
}

.remember-pwd {
	color: #ffffff;
	margin-top: 15px
}

.remember-pwd a {
	color: #000;
}

.remember-pwd a:hover {
	opacity: 0.8
}

.single .get-in-touch {
	margin-bottom: 30px;
}

.addtoany_list a {
	padding: 0 7px !important;
}

.about ul {
	padding: 0;
}

.about ul li {
	/*list-style-image: url('images/list-tire.png');*/
	margin-left: 15px;
	padding-left: 20px;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 385px !important;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 0px !important;
}

.lSSlideOuter {
	position: relative;
}

.lSSlideOuter .lSPager.lSGallery {
	position: absolute;
	bottom: 20px;
}

.lSSlideOuter .lSPager.lSGallery img {
	border: 1px solid #fff;
}

.lSSlideWrapper ul#image-gallery {
	height: auto !important;
	text-align: center;
}

.lSAction>.lSNext {
	background-position: inherit !important;
	width: 28px;
	height: 50px;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	cursor: pointer;
	background: url('images/right_arrow.png');
	background-color: transparent;
	border-radius: 0;
}

.lSAction>.lSPrev {
	background-position: inherit !important;
	width: 28px;
	height: 50px;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	cursor: pointer;
	background: url('images/left_arrow.png');
	background-color: transparent;
	border-radius: 0;
}

.lSSlideWrapper ul#image-gallery img {
	max-width: 100%;
	max-height: 100%;
}

.tml-form-table {
	width: 100%;
	margin-bottom: 5px
}

.wp-generate-pw {
	margin-bottom: 10px;
}

#pass1-text {
	border: 1px solid #cccccc;
}

.back {
	background-color: #000;
	color: #FFF;
	border: 0px none;
	float: left;
	-moz-osx-font-smoothing: grayscale;
	padding: 2px 10px;
	font-size: 14px;
}

.back:hover {
	color: #FFF;
}

.wpcf-group-area {
	margin-top: 0 !important;
}

.wpcf-group-area h3 {
	display: none
}

.wpcf-profile-line-left {
	font-weight: bold;
}

.wpcf-profile-line-left,
.wpcf-profile-line-right {
	width: 100% !important;
}

.wpcf-profile-field-line {
	margin-top: 0 !important;
}

.single .ticket-details {
	cursor: default;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}

.ticket-details {
	background-color: #b4b4b5;
	margin-bottom: 20px;
	padding: 20px 0;
	color: #000000;
	cursor: pointer;
	border: 1px solid #b4b4b5;
}

.ticket-details .details {
	background-color: #fff;
	padding: 5px;
	margin-top: 10px;
	display: block;
}

.row-ticket {
	background-color: #b4b4b5;
	margin-bottom: 20px;
	padding: 20px 0;
	color: #000000;
	cursor: pointer;
	border: 1px solid #b4b4b5;
}

.row-ticket:hover {
	background-color: #cccccc;
	border: 1px solid #b4b4b5;
}

.row-ticket:last-child {
	margin-bottom: 5px;
}

.row-ticket a {
	color: #000000;
	text-decoration: underline;
}

.ticket-status {
	background-color: #000;
	padding: 4px 10px 5px 10px;
	font-size: 13px;
	color: #FFF;
	margin-right: 10px;
	text-transform: capitalize;
	text-align: center;
	width: 70px;
	display: inline-block;
}

.ticket-status.open {
	background-color: #75B57A;
}

.ticket-status.closed {
	background-color: #DD3333;
}

.ticket-priority {
	text-transform: uppercase;
}

.ticket-priority span {
	color: #FFFFFF;
	background-color: #cd5f62;
	text-transform: uppercase;
	padding: 3px 5px 1px 6px;
}

.wpas-form-group {
	margin-bottom: 10px
}

.wpas-form-group label {
	display: none;
}

.wpas-btn.wpas-btn-default {
	background-color: #000;
	color: #FFF;
	border: 0px none;
	float: right;
	-moz-osx-font-smoothing: grayscale;
	padding: 2px 10px;
	font-size: 14px;
}

.single-ticket .addtoany_share_save_container.addtoany_content_bottom {
	display: none;
}

.ticket-details .ticket-label {
	display: block;
}

.wpas-reply-meta {
	background-color: rgb(241, 241, 241);
	border: 1px solid rgb(204, 204, 204);
	padding: 8px 10px 5px;
}

.wpas-reply-content {
	display: inline-block;
	padding: 10px;
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 20px;
	border-top: 0;
}

.details.closed {
	background: #DD3333;
	color: #ffffff;
	text-transform: capitalize;
}

.details.open {
	background: #75B57A;
	color: #ffffff;
	text-transform: capitalize;
}

.wpas-reply-attachements {
	border-top: 1px solid #EEE !important;
	padding-top: 10px;
}

.wpas-reply-attachements ul {
	list-style: none;
	padding: 0;
	margin: 10px 0px;
}

.wpas-pagi-next,
.wpas-pagi-prev {
	margin: 0 0 15px 0;
	display: inline-block;
}

.wpas-pagi-next {
	float: right;
}

.wpas-pagi-prev {
	float: left
}

body code {
	color: #000000;
	background-color: transparent;
}

.tml-lostpassword .tml-action-links a {
	display: none !important;
}

.tml.tml-lostpassword {
	max-width: 100% !important;
}

.city-home-box a {
	position: relative;
}

.city-home-box a .primary-img {
	opacity: 0;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	width: 100%;
	height: auto;
	max-height: 180px;
	min-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.city-home-box a:hover .primary-img {
	opacity: 1;
}

.city-home-box a .primary-img {
	opacity: 0;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	width: 100%;
	height: auto;
	max-height: 180px;
	min-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.lightSlider .video {
	position: relative;
}

.lightSlider .video a {
	position: relative;
}

.lightSlider .video a > i {
	position: absolute;
	top: -60px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	font-size: 120px;
	color: rgba(255, 255, 255, 0.65);
	z-index: 2;
	transition: all 300ms ease;
}

.lightSlider .video a:hover > i {
	color: rgba(255, 255, 255, 1);
}

.with-video .lSPager li:first-child {
	position: relative;
}

.with-video .lSPager li:first-child::before {
	content: "\f144";
	display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -4px;
    margin: auto;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.65);
    z-index: 2;
    transition: all 300ms ease;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
	display: block;
	cursor: pointer;
}

.with-video .lSPager li:first-child:hover::before {
    color: rgba(255, 255, 255, 1);
}

.house-options .green-box {display:none !important;}