/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.widget.call-to-action .address {
	display: none;
}

.widget.call-to-action .gps {
	display: none;
}

.widget.call-to-action .key {
	display: none;
}

.chzn-container {
	display: none !important;
}

body #wrapper-outer #wrapper {
	background-color: #fff !important;
}

body.header-dark #header-inner {
	background-color: #7F1B56;
	color: #fff;
}

.btn.btn-primary {
	-webkit-transition: background-color .2s ease-in;
	-moz-transition: background-color .2s ease-in;
	-o-transition: background-color .2s ease-in;
	transition: background-color .2s ease-in;
	background-color: #ED0098;
	font-weight: bold;
	font-family: "Open Sans", "Arial", sans-serif;
}

#navigation {
	background-color: rgba(174,209,65,1);
}

.navigation-wrapper .navigation .nav li a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	background-color: transparent;
	border-left: 0;
	border-top: 2px solid transparent;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 23px;
	padding-top: 21px;
	white-space: nowrap;
}

.navigation-wrapper .navigation .nav li ul {
	background-color: #4C002F;
}

.navigation-wrapper .navigation .nav li:hover>a {
	background-color: #4C002F;
	border-top: 2px solid #7F1B56;
	color: #FFFFFF;
}

.navigation-wrapper .navigation .nav li.menuparent>a {
	background-image: url("/wp-content/uploads/2014/12/arrow-bottom-white.png");
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 11px 8px;
	padding-right: 40px;
}

.filter-horizontal .content form .bx-wrapper {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	background-color: #fff;
	left: 0;
	max-width: inherit !important;
	position: absolute;
	top: -80px;
	display: none;
	z-index: 1;
}

.revolution-slider {
	margin: 0 auto;
	display: block;
	position: relative;
}

.filter-horizontal .content {
	bottom: 0;
	background-color: #908E8F;
	position: absolute;
	left: 0;
	padding: 25px 0;
	width: 100%;
}

.filter-horizontal .content .btn {
	background-color: #ED0098;
	float: right;
	padding: 8px 50px;
	width: auto;
	margin: 0;
}

#footer-wrapper #footer-top {
	background-color: #4C002F;
	padding-top: 20px;
	padding-bottom: 30px;
}

#footer-wrapper {
	background-color: #AED141;
	color: #fff;
	width: 100%;
}

body a {
	-webkit-transition: color .1s ease-in;
	-moz-transition: color .1s ease-in;
	-o-transition: color .1s ease-in;
	transition: color .1s ease-in;
	color: #4C002F;
}

.widget.properties .content .property .title h3 a {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	color: #ED0098;
}

#footer-wrapper .widget.properties .property {
	background-color: #3C0026;
}

#footer-wrapper #footer-top h2 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: lighter;
	margin: 0 0 30px;
}

#footer-wrapper #footer-top table.contact th {
	color: #ED0098;
}

.widget.call-to-action .btn {
	background-color: #908E8F;
}

.carousel>.content {
	background-color: #7F1B56;
	padding: 30px;
}

.carousel .carousel-next {
	background-color: #ED0098;
}

.carousel .carousel-prev {
	background-color: #ED0098;
}

.carousel .caroufredsel_wrapper {
	background-color: #7F1B56;
	height: 290px !important;
	margin: 0 !important;
	overflow: hidden;
	width: 100% !important;
}

.properties-grid .property h2 a {
	-webkit-transition: color .1s ease-in;
	-moz-transition: color .1s ease-in;
	-o-transition: color .1s ease-in;
	transition: color .1s ease-in;
	color: #575556;
	font-size: 18px;
	font-weight: normal;
}

.contact-form input[type=email], .contact-form input[type=text] {
	width: 98%;
	max-width: 98%;
	margin-bottom: 0;
}

.property-filter {
	background-color: #7F1B56;
}

.property-filter .form-actions .btn {
	background-color: #ED0098;
	width: 100%;
	font-weight: lighter;
	font-family: "Open Sans", "Arial", sans-serif;
}

.rs-filter-horizontal {
	position: relative;
	width: 100%;
	bottom: -50px;
	z-index: 1;
	display: block;
	padding-bottom: 30px;
	padding-top: 20px;
}

.revolution-slider {
	margin: 0 auto;
	display: block;
	max-width: 1335px;
	position: relative;
}

@media screen and (min-width: 1024px) {
	#header-wrapper #header #header-inner .navbar .navbar-inner .logo {
		float: left;
		height: 100px;
		margin: 0;
		line-height: 90px;
	}
}

@media (max-width: 767px) {
	.rs-filter-horizontal {
		z-index: 1;
		margin-top: 131px;
		position: relative;
	}
}

@media (max-width: 767px) {
	.rs-filter-horizontal {
		position: relative;
		width: 100%;
		bottom: 0;
		z-index: 1;
		display: block;
		padding-bottom: 0;
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	.filter-horizontal .content .chzn-container#inputPriceFrom__chzn {
		float: left !important;
		margin-bottom: 10px !important;
	}
}

@media (max-width: 767px) {
	.filter-horizontal .content .btn {
		float: left !important;
		margin-bottom: 0;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 48% !important;
		margin-top: 10px !important;
	}
}

.contact-form textarea {
	height: 200px;
	width: 100%;
	float: none;
	margin-bottom: 13px;
}

.property-detail ul li.plain {
	background-image: url("../img/icons/cross.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 11px 9px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-top: 3px;
	display: none;
}

.agent-img {
	margin-top: 20px;
}

@media (max-width: 400px) {
	.logo img {
		height: 40px !important;
	}
}

.facebook-menu {
	vertical-align: middle;
	height: 100%;
	display: inline-block;
	line-height: 4;
}

#text-7 .navigation-wrapper .navigation {
	line-height: 4;
}

.video_lightbox_anchor_image {
	margin-left: 15px;
/* vertical-align: middle; */
/* margin: 0 auto; */
	margin-top: 5px;
}

@media (max-width: 767px) {
	.video_lightbox_anchor_image {
		padding-right: 20px;
	}
}

.selectorm {
	display: block !important;
}