@import url(https://fonts.googleapis.com/css?family=Questrial);

/* MAIN STYLESHEET             */
/* Easy Living - Real Estate Template  */
/* Made By Rype Pixel          */
/* hello@rypepixel.com         */
/* Created: 02/28/2014         */
/* Author: Chris Gipple        */

/*====================================================================================*/
 /* TABLE OF CONTENTS
/*====================================================================================*/
/* 01 RESET
/* 02 GLOBAL SETTINGS
/* 03 HEADER
/* 04 SUBHEADERS
/* 05 FILTER
/* 06 BIG MESSAGE
/* 07 PROPERTIES
/* 08 SERVICES
/* 09 AGENTS
/* 10 BLOG
/* 11 PAGES
/* 12 CONTACT
/* 13 CALL TO ACTION
/* 14 SIDEBAR
/* 15 SHORTCODES
/* 16 FOOTER

/*====================================================================================*/
 /* 01 RESET
/*====================================================================================*/

* { margin:0px; padding:0px; }

h1,h2,h3,h4 { margin-top:0px; }

ul li { list-style:none; }

/*====================================================================================*/
 /* 02 GLOBAL SETTINGS
/*====================================================================================*/

/*@font-face {
    font-family: 'Proxima Nova Light';
    src: url('type/proximanova-light-webfont.eot');
    src: url('type/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/proximanova-light-webfont.woff') format('woff'),
         url('type/proximanova-light-webfont.ttf') format('truetype'),
         url('type/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Reg';
    src: url('type/proximanova-regular-webfont.eot');
    src: url('type/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/proximanova-regular-webfont.woff') format('woff'),
         url('type/proximanova-regular-webfont.ttf') format('truetype'),
         url('type/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Semi-bold';
    src: url('type/proximanova-semibold-webfont.eot');
    src: url('type/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/proximanova-semibold-webfont.woff') format('woff'),
         url('type/proximanova-semibold-webfont.ttf') format('truetype'),
         url('type/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

html { width:100%; height:100%; }

body {
	font-family:Questrial, Helvetica, Arial;
	font-size:15px;
	color:#464646;
	width:100%;
	height:100%;
}

h1 { font-family:Questrial, Helvetica, Arial; }

h3 {
	font-family:Questrial, Helvetica, Arial;
	color:#b22a2e;
	font-size:19px;
	padding-bottom:7px;
	border-bottom:7px solid #b22a2e;
	display:inline-block;
}

h4 {
	font-family:Questrial, Helvetica, Arial;
	font-size:16px;
	font-weight: bold;
}

a {
	color:#b22a2e;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

a:hover { color:#b22a2e; text-decoration:none; }

.divider {
	background-color:#fff;
	max-width:100%;
	height:2px;
	margin-top:-14px;
	/*margin-bottom:30px;*/
}

.divider.thin {
	height:1px;
	margin-top:15px;
	margin-bottom:15px;
}

.genericSection { padding:70px 0px 70px 0px; }

/* BUTTONS */
.buttonColor {
	font-family:Open Sans;
	font-size:13px;
	letter-spacing:0.2px;
	padding:10px 35px 10px 35px !important;
	color:white;
	border-radius:5px;
	border:1px solid #b22a2e;
	box-shadow: inset 0 1px 1px white;
	text-shadow:0px -1px 3px #b22a2e;
	background-color:#b22a2e;
	background: -webkit-linear-gradient(#b22a2e, #b22a2e); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#b22a2e, #b22a2e); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#b22a2e, #b22a2e); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#b22a2e, #b22a2e); /* Standard syntax */
}

.buttonColor:hover {
	color:white;
	text-decoration:none;
	background: -webkit-linear-gradient(#b22a2e, #b22a2e); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#b22a2e, #b22a2e); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#b22a2e, #b22a2e); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#b22a2e, #b22a2e); /* Standard syntax */
}

.buttonGrey {
	font-family:Open Sans;
	font-size:11.4px;
	letter-spacing:0.2px;
	padding:6px 27px 6px 27px !important;
	color:#868686;
	border-radius:5px;
	border:1px solid #cfcfcf;
	background-color:#f6f6f6;
	background: -webkit-linear-gradient(#f8f8f8, #f2f2f2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f8f8f8, #f2f2f2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f8f8f8, #f2f2f2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffffff, #f2f2f2); /* Standard syntax */
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.buttonGrey:hover {
	text-decoration:none;
	color:#393939;
	background: linear-gradient(#f2f2f2, #ffffff); /* Standard syntax */
}

.buttonGrey.large {
	font-size:14px;
	padding:10px 30px 10px 12px !important;
	color:#868686;
}

.buttonGrey.large:hover {
	color:#393939;
	background: linear-gradient(#f2f2f2, #ffffff); /* Standard syntax */
}

/** FORM ELEMENTS **/

.formDropdown, input {
	width:100%;
	padding:8px;
	margin-bottom:20px;
	border-radius:3px;
	border:none;
	border:1px solid #c9c9c9;
	box-shadow: 0 1px 1px white;
}

input[type="file"] {
	background:white;
	border:none;
	padding:5px 0px 5px 0px;
}

select {
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
 	text-overflow: "";
 	background: url('../images/dropdown-button.png') no-repeat;
 	background-position: right -1px;
 	background-color:white;
 	cursor:pointer;
height: 40px;
margin-bottom: 20px;
}

/* Firefox select button fix */
@-moz-document url-prefix() {
    select {
    	background-position: 89% -1px;
    	background-image: url('../images/dropdown-button2.png');
    }
    .formDropdown { width:111%; }
    .formBlock.select { overflow:hidden; }
}

select::-ms-expand {
display: none;
}

label {
	font-family: Questrial;
	color:#787878;
	font-size:13px;
}

textarea { height:130px; width:100% !important; }

.icon {
	float:left;
	margin-right:10px;
	padding-top:0px;
}

/*====================================================================================*/
 /* 03 HEADER
/*====================================================================================*/

/* TOP BAR */
/***********************/
.topBar {
	padding:7px 0px 7px 0px;
	min-height:36px;
	/*border-bottom:1px solid #e8e8e8;*/
	background-color:#b22a2e;
	/*display: none;*/
}

.topBarText {
	font-family:Open Sans;
	color: white;
	font-size:13px;
	float:left;
	margin-top:3px;
	margin-right:20px;
	margin-bottom:0;
}

.socialIcons { float:right; margin-bottom:0; }
.socialIcons li {
	display:inline;
	padding-left:10px;
	padding-right:6px;
	/*border-left:1px solid #e2e2e2;*/
}

.topBarText a { color:white; }

.socialIcons li a {
	-webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.socialIcons li a:hover { opacity:0.6; }

.socialIcons .topBarText {
	display:none;
	float:none;
	margin-right:0px;
}


/* MAIN HEADER */
/***********************/
.dropdown:hover .dropdown-menu {
    display: block;
 }

 .navbar.navbar-default.navbar-fixed-top {
 	background-color: #fff;
	border:none;
	box-shadow: 0px 0px 3px #fff;
	z-index:10000;
}

.navbar-toggle { margin-top:17px; }

.navbar-brand {
margin-top: -15px;
font-size: 21px;
padding-bottom: 0px;}
.navbar-brand span { font-family:Open Sans; color:#b22a2e; }
.navbar-brand img { margin-right:15px; padding-bottom:3px; }

.nav.navbar-nav { float:right; }

.nav.navbar-nav li a {
	font-family: Questrial;
	color: #000;
	font-size:13px;
	letter-spacing:0.4px;
	padding-top:26px;
	padding-bottom:26px;
	margin-right:8px;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    text-transform: uppercase;
}

.nav.navbar-nav li a:hover {
	background-color:transparent;
	color:#b22a2e;
}

.nav.navbar-nav li:hover .sub-menu { display:block; }

.nav.navbar-nav .current { box-shadow: inset 0 -4px 0px #b22a2e; }
.nav.navbar-nav .dropdown-menu .current { box-shadow: inset 0 -4px 0px #b22a2e; }
.nav.navbar-nav .current-sub { background-color:#f4f4f4; color:#b22a2e; }

.nav.navbar-nav .dropdown .dropdown-menu {
	box-shadow: 0px 2px 3px #9c9c9c;
	background-color:white;
	border:none;
	border-radius:0px;
	padding:0px;
	margin-top:0px;
}

.nav.navbar-nav .dropdown .dropdown-menu li a {
	font-family:Questrial;
	margin:0px 0px 0px 0px;
	padding:10px;
	color:#000;
	font-size:12px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#efefef;
	font-weight: bold;
}

.nav.navbar-nav .dropdown .dropdown-menu li a:hover { background-color:#b22a2e; color:#fff; }

.topBar .container {
	/*display: none;*/
}
/** DROPDOWN SUB-MENU **/
.nav.navbar-nav .dropdown .dropdown-menu .dropdown-submenu {
        position:relative;
        overflow: visible;
    }

    .nav.navbar-nav .dropdown .dropdown-menu .dropdown-submenu > .dropdown-menu {
        left:161px;
        margin-top:-39px;
        margin-left:-1px;
        -webkit-border-radius:0px;
        -moz-border-radius:0px;
        border-radius:0px;
        display:none;
        background-color:white;
    }

    .nav.navbar-nav .dropdown .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
        display:block;
    }

/** MEGA MENU **/
.nav.navbar-nav .dropdown .dropdown-menu .yamm-content h4 a {
	font-family:Questrial;
	font-size:15px;
	color:#868686;
}

.nav.navbar-nav .dropdown .dropdown-menu .yamm-content a {
	padding:0px;
	border:none;
	color:#b22a2e;
}

.nav.navbar-nav .dropdown .dropdown-menu .yamm-content a:hover {
	background:transparent;
	color:#b22a2e;
}
.googleMap { border:none; width:100%; }

.navbar-nav>li>a {
	line-height: 28px;
}

/* LOGIN/REGISTER */
/**************************/
.userButtons {
	margin-right:-15px;
	padding-left:25px;
	float:right;
	border-left:1px solid #dcdcdc;
	margin-bottom:0px !important;
}

.userButtons li { display:inline-block; }
.userButtons .userBtn { padding:25px 0px 25px 0px; }


/** HEADER 2 **/
.header2 .topBar {
	background:#2f2f2f;
	border-bottom:1px solid #e8e8e8;
	background: -webkit-linear-gradient(#3f3f3f, #2a2a2a); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#3f3f3f, #2a2a2a); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#3f3f3f, #2a2a2a); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#3f3f3f, #2a2a2a); /* Standard syntax */
}

.header2 .socialIcons li { border:none; }

/** HEADER 3 **/
.header3 .socialIcons li a {
	font-family:Questrial;
	color:#606060;
	font-size:12px;
	font-weight: bold;
}

.header3 .socialIcons li:first-child { border:none; }
.header3 .verticalDivider { background-color:#e9e9e9; }


/*====================================================================================*/
 /* 04 SUB-HEADERS
/*====================================================================================*/

/** SUBHEADER HOME **/
.subHeader.home { margin-top:118px; }

.subHeader.home.bxslider .container { padding:90px 0px 150px 0px;
height: 470px;
}

.subHeader.home.headerMinimal {
	margin-top:71px;
}

.subHeader.home h1 {
	display:inline;
	font-family:Questrial;
	font-size:59px;
	background:rgba(225, 225, 225, 0.8);
	padding:5px 10px 0px 10px;
	line-height:80px;
}

.subHeader.home h1 span { font-family:Questrial; font-weight: bold; }

.sliderTextBox {
	background:rgba(225, 225, 225, 0.8);
	padding:10px 15px 15px 15px;
	font-size:19px;

}

.sliderTextBox p { margin-bottom:20px; }

.sliderTextBox .buttonGrey.large { border-color:#bdbdbd; display:inline-block; }

.sliderTextBox .buttonColor { padding:10px 30px 10px 12px !important; display:inline-block; }

.icon-button-arrow {
	margin-top:-9px;
	width:29px;
	height:19px;
	background-image: url('../images/icon-button-arrow.png');
	background-position:0px 10px;
	background-repeat:no-repeat;
	border-right:1px solid #c6c6c6;
	padding:20px 10px 20px 0px;
	position:absolute;
}

.icon-button-user {
	margin-top:-10px;
	width:29px;
	height:19px;
	background-image: url('../images/icon-button-user.png');
	background-position:0px 10px;
	background-repeat:no-repeat;
	border-right:1px solid #629125;
	padding:20px 10px 19px 0px;
	position:absolute;
}

.buttonText { margin-left:50px; }

.subHeader.home .sliderPrice {
	font-size:50px;
	float:right;
	line-height:55px;
	margin-top:190px;
}

.or {
	font-family:Questrial;
	font-size:13px;
	padding:10px 30px 10px 30px;
	margin:0px 10px 0px 10px;
	background-image: url('../images/arrow.png');
	background-repeat:no-repeat;
	background-size:75px;
	font-weight: bold;
}

.sliderControls {
	margin-top:220px;
	position:absolute;
	width:100%;
}

.sliderControls span {
	margin-top:0px;
	opacity:0.5;
	position:relative;
	z-index:1000;
	-webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.sliderControls span:hover { opacity:1.0; }
.sliderControls .slider-prev { float:left; margin-left:15px; }
.sliderControls .slider-next { float:right; margin-right:15px; }

/** SUBHEADER MAP **/
.subHeader.map { margin-top:108px; width:100%;  }

#map-canvas { width:100%; height:675px; position:absolute; }

.mapFilter { padding:70px 15px 70px 15px; }

.info-box { width:210px; height:270px; }

/** SUBHEADER PAGE **/
.subHeader.page {
	margin-top:79px;
	padding:35px 0px 25px 0px;
	/*background-color:#b22a2e;*/
	background-image: url('../images/subHeader-page-bg.jpg');
	background-color: white;
	background-repeat:no-repeat;
	background-size:cover;
}
.subHeader.page h1 {
	float:left;
	font-family:Questrial;
	background:rgba(225, 225, 225, 0.9);
	padding:0px 10px 10px 10px;
	line-height:67px;
	display:inline;
}

.searchForm input {
	margin-top:18px;
	padding-right:30px;
	width:200px;
	float:right;
	border:none;
	box-shadow:none;
	background:rgba(225, 225, 225, 0.8);
	background-image: url('../images/icon-search.png');
	background-repeat:no-repeat;
	background-position: right 10px center;
}


/*====================================================================================*/
 /* 05 FILTER
/*====================================================================================*/

.filter {
	margin: 5px 0px 30px 0px;
	position:relative; z-index:9999;
	background-color: #f2f2f2;
  background: -webkit-linear-gradient(#f8f8f8, #f2f2f2);
  background: -o-linear-gradient(#f8f8f8, #f2f2f2);
  background: -moz-linear-gradient(#f8f8f8, #f2f2f2);
  background: linear-gradient(#f8f8f8, #ebebeb);
}

.filterHeader {
	background-color:#b22a2e;
	height:68px;
}

.filterNav { float:left; padding:23px; padding-left:0px; }

.filterNav li { display:inline; }

.filterNav li a {
	font-family:Questrial;
	color:white;
	padding:23px 30px 23px 30px;
	text-decoration:none;
	outline:none;
	font-weight: bold;
}

.filterNav .current {
  position:relative;
  background-color:#b22a2e;
}

.filterNav .current:after {
  content:"";
  position:absolute;
  bottom:-15px; /* value = - border-top-width - border-bottom-width */
  left:50%; /* controls horizontal position */
  margin-left:-15px;
  border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#b22a2e transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
  z-index:1;
  top: 68px;
}

.filterHeadButton {
	float:right;
	background-color:#b22a2e;
	padding:23px;
}

.filterContent {
	padding:23px;
	/*border-radius:5px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border:1px solid #c9c9c9;
	border-top:none;
	box-shadow: inset 0 -1px 1px white;*/
	background-color:#f2f2f2;
	background: -webkit-linear-gradient(#f8f8f8, #f2f2f2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f8f8f8, #f2f2f2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f8f8f8, #f2f2f2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f8f8f8, #ebebeb); /* Standard syntax */
}

.formBlock {
	float:left;
	margin-right:40px;
	width:100%;
}

.priceSlider { margin-top:-12px; margin-bottom:7px; height:9px !important; }

.priceInput {
	float:left;
	height:20px;
	background:#e7e7e7;
	border-radius:5px;
	padding:0px 3px 0px 3px;
	font-size:13px;
}

.priceInput input {
	border:none;
	box-shadow:none;
	width:60px;
	padding:0;
}

.noUi-connect { background-color:#81be32 !important; }
.noUi-handle {
	border-radius:80px !important;
	cursor:pointer !important;
	width:20px !important;
	height:20px !important;
}
.noUi-handle:after,.noUi-handle:before { display:none !important; }

.priceSliderLabel {
	font-size:12px;
	color:#b9b9b9;
	margin-bottom:19px;
}
.slider-header {
	 position: relative;
	 z-index: 100;
	 width: 95%;
	 height: 60px;
	 background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .5);
	 bottom: 20px;
	 padding: 0px 20px;
	 border-bottom: 5px solid #b22a2e;
	 margin: 0px auto;
}
.slider-header h4 {
	color: white; padding-top: 10px; margin-bottom: 0px; text-transform: uppercase; font-weight: normal;
}
.slider-header p {
	color: white;
}
.slider-header h2 {
	padding-top: 10px;
	color: white;
	font-family:Questrial;
}
/*====================================================================================*/
 /* 06 BIG MESSAGE
/*====================================================================================*/
.bigMessage {
	padding:70px 0px 70px 0px;
}

.bigMessage h1 {
	text-align:center;
	font-family:Questrial;
	font-size:40px;
	margin:0px;
}

.bigMessage h1 span { font-family:Questrial; font-weight: bold; }

.bigMessage p {
	font-size:19px;
	text-align:center;
}


/*====================================================================================*/
 /* 07 PROPERTIES
/*====================================================================================*/

/** PROPERTIES GLOBAL & HEADER **/
.properties {
	padding:30px 0px 70px 0px;
	background-color:#E8E8E8/*f5f5f5*/;
	/*border:1px solid #dedede;
	box-shadow: inset 0 1px 1px white;*/
}

.propertyCat_list { background-color:#e1e1e3; width:120px; margin-bottom:12px; }
.propertyCat_list li { display:inline-block; }

.propertyCat_list li a {
	font-family:Questrial;
	color:#a2a2a2;
	padding:13px 25px 13px 25px;
	display:inline-block;
	font-weight: bold;
}

.propertyCat_list li a:hover { color:#b22a2e; }

.propertyCat_list li .current {
	position:relative;
	color:white;
	background-color:#b22a2e;
}

.propertyCat_list li .current:after {
  content:"";
  position:absolute;
  bottom:-9px; /* value = - border-top-width - border-bottom-width */
  left:38%; /* controls horizontal position */
  border-width:10px 10px 0; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#b22a2e transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
  z-index:1;
}

.propertyCat_list li .current:hover { color:white; }

.propertySort_list { margin-top:-55px; margin-bottom:53px; }

.propertySort_list li {
	float:right;
	display:inline;
	padding:10px;
}


/** PROPERTIES GRID **/
.propertyItem {
	background-color:white;
	box-shadow: 0px 1px 3px #d4d4d4;
	margin-bottom:30px;
}

.propertyContent { padding:9px; }
.propertyContent a { color:#2a2a2a; }
.propertyContent a:hover { color:#b22a2e; }

.propertyImg {
	max-width:100%;
	margin-bottom:15px;
}

.propertyImgLink {
	-webkit-transition: opacity 0.3s linear;
    -moz-transition: copacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.propertyImgLink:hover { opacity:0.8; }

.propertyType {
	position:absolute;
	font-family:Questrial;
	font-size:12px;
	background-color:#b22a2e;
	color:white !important;
	padding:7px;
	z-index:1;
	font-weight: bold;
}

.openHouse {
	position:absolute;
	font-family:Questrial;
	color:white;
	font-size:13px;
	right:7px;
	background-image: url('../images/open-house-bg.png');
	background-repeat:no-repeat;
	padding:19px 13px 15px 15px;
	z-index:1;
	font-weight: bold;
}

.forSale {
	float:left;
	font-family:Questrial;
	font-size:15px;
	background-color:#b22a2e;
	color:white;
	padding:4px 9px 4px 9px;
	border-radius:4px;
	display:inline-block;
	font-weight: bold;
}

.price {
	font-family:Questrial;
	float:right;
	color:#b22a2e;
	font-size:23px;
	font-weight: bold;
}

.propertyDetails {
	background-color:#f8f8f8;
	margin-top:0px;
	border:1px solid #cacaca;
	width:100%;
	text-align:center;
}

.propertyDetails td {
	font-family:Questrial;
	font-size:12px;
	width:33.6%;
	height:45px;
	border-color:#cacaca;
	color:#ababab;
	font-weight: bold;
}
.listing-property-details {
	background-color:#b22a2e;
	margin-top:0px;
	width: 60%;
	text-align:center;
	color: white;
	border:1px solid white;
}
.listing-property-details td {
	font-family:Questrial;
	font-size:12px;
	width:33.6%;
	height:45px;
	color: white;
	font-weight: bold;
	border-color: white;
}
.pageList { text-align:center; margin-top:20px; }
.pageList li { display:inline; }
.pageList li .current { background-color:#b22a2e; color:white; font-family:Questrial; font-weight: bold;}
.pageList li a {
	color:#a1a1a1;
	padding:4px 10px 4px 10px;
	border-radius:3px;
	background-color:#dcdcdc;
}

.pageList li a:hover {
	background-color:#b22a2e;
	color:white;
	-webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.masonryRow .col-lg-3 { width:292px; }
.masonryRow .col-lg-3.wide { width:583px; }

/** PROPERTIES ROW **/
.rowText { padding-top:17px; padding-right:33px; }
.rowText h4 { float:left; font-size:19px; margin-bottom:0px; }
.rowText .price { float:right; }
.rowText .forSale { float:right; margin-right:20px; }
.propertyImgRow { max-width:100%; }

/** PROPERTY SINGLE **/
.gallery .sliderControls span {
	margin-top:-420px;
	opacity:0.6;
	-webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.gallery:hover .sliderControls span { opacity:1.0; }
.gallery .sliderControls .slider-prev { float:left; margin-left:35px; }
.gallery .sliderControls .slider-next { float:right; margin-right:60px; }
.gallery #bx-pager {
	text-align:center;
	background-color:white;
	padding:10px;
	margin-bottom:40px;
 }

.gallery #bx-pager a img { opacity:0.6; }
.gallery #bx-pager a.active img { opacity:1.0; }

.overview {
	background-color:#f8f8f8;
	padding:10px;
	border:1px solid #d6d6d6;
	border-radius:5px;
	margin-bottom:30px;
}

.overviewList li {
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:1px solid #dcdcdc;
}

.overviewList li:last-child { border:none; padding-bottom:0px; }

.overviewList span {
	font-size:13px;
	font-family:Questrial;
	float:right;
	color:#b22a2e;
	font-weight: bold;
}

.amentitiesTable { width:100%; }
.amentitiesTable td { width:27%; height:43px; }

.mapSmall {
	max-width:100% !important;
	height:200px !important;
	position:relative !important;
	margin-bottom:30px;
}

/** SUBMISSIONS **/
.sidebarWidget.submission { /*height:600px;*/ }

.myProperties { width:100%; }
.myProperties td.myPropertyImg { width:15%; }
.myPropertyAddress { width:20%; }
.myPropertyType { width:15%; }
.myPropertyStatus { width:11%; }
.myPropertyDate { width:15%; }
.myPropertyActions { width:24%; }
.myPropertyActions .icon { margin-right:5px; }

.myProperties .smallThumb { width:50%; }

.myProperties tr { border-bottom:1px solid #d8d8d8; }
.myProperties td { padding:10px 0px 10px 0px; }

.myProperties span {
	font-family:Open Sans;
	font-size:12px;
	margin-right:27px;
	float:left;
}

.myPropertiesHeader {
	font-family:Open Sans;
	font-size:13px;
}

.amenityCheck { margin-bottom:4px; }
.amenityCheckList input { float:left; width:20px; margin-right:5px; }
.amenityCheckList div label {
	float:left;
	font-family:Questrial;
	font-weight:normal;
	font-size:15px;
	color:#464646;
}


/*====================================================================================*/
 /* 08 SERVICES
/*====================================================================================*/

.services { padding:30px 0px 0px 0px; text-align:center; }

.services .col-lg-4.col-md-4.col-sm-4 { margin-bottom:30px; }

.services h1 {
	text-align:center;
	font-family:Questrial;
	font-size:40px;
	margin:0px;
}

.services h1 span { font-family:Questrial; font-weight: bold; }

.serviceArrow {
	position:absolute;
	margin-left:35%;
	margin-top:-263px;
	opacity:0.6;
}

/*====================================================================================*/
 /* 09 AGENTS
/*====================================================================================*/

/** TOP AGENTS **/
.topAgents {
	padding:70px 0px 0px 0px;
	color:white;
	text-align:center;
	background-image: url('../images/topAgents-bg.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
}

.topAgents .col-lg-3.col-md-3.col-sm-3 { margin-bottom:60px; }

.agentImg { max-width:70%; border: 7px solid white; }

.topAgents .socialIcons, .socialIcons.agent { float:none; }
.topAgents .socialIcons li, .socialIcons.agent li { border:none; padding-left:3px; }
.topAgents .socialIcons li a {
	background-color:white;
	padding:2% 3% 2% 3%;
	border-radius:4px;
}

.topAgents .socialIcons li a:hover { background-color:#393939; }

/** AGENT LISTING GRID **/
.agentDetails {
	background-color:#f8f8f8;
	margin-top:0px;
	border:1px solid #cacaca;
	width:100%;
}

.agentDetails td {
	font-family:Questrial;
	font-size:12px;
	width:50%;
	height:50px;
	border:none;
	color:#ababab;
	text-align:right;
	padding:9px;
	font-weight: bold;
}

.agentDetails .buttonGrey {
	float:left;
	padding:6px 14px 6px 14px !important;
}

/** AGENT LISTING ROW **/
.rowText.agentRow .buttonGrey { float:right; }
.rowText.agentRow .socialIcons { float:left; }
.rowText.agentRow .socialIcons li { border:none; }


/*====================================================================================*/
 /* 10 BLOG
/*====================================================================================*/

/** RECENT BLOG POSTS WIDGET **/
.recentBlogPost { display:inline-block; }
.recentBlogPost h4 a { color:#2a2a2a; }
.recentBlogPost h4 a:hover { color:#b22a2e; }

.blogThumb { float:left; margin-right:20px; max-width: 150px; }

.recentBlogContent { float:left; width:76%; }
.recentBlogContent p { margin-bottom:15px; }

.date { float:right; }

/** BLOG CLASSIC **/
.blogPost {
	background-color:white;
	box-shadow: 0px 1px 3px #d4d4d4;
	margin-bottom:30px;
}

.blogPost .rowText { padding:30px; }

.blogDetails {
	margin-top:-10px;
	margin-bottom:25px;
	border:1px solid #cacaca;
	width:100%;
	text-align:center;
}

.blogDetails td {
	font-family:Questrial;
	font-size:12px;
	width:25%;
	height:45px;
	border-color:#cacaca;
	font-weight: bold;
}

.blogDetails td a { color:#ababab; }

.blogPost h4 { font-family:Questrial; font-size:19px;}
.blogPost h5 {
	font-family:Questrial;
	font-size:16px;
	margin-top:25px;
	font-weight: bold;
}

.blogPost span {
	font-family:Questrial;
	font-size:12px;
	color:#939393;
	line-height:33px;
	display:inline-block;
	margin-bottom:20px;
	font-weight: bold;
}

.blogPost span a { color:#b22a2e; }

/** BLOG SINGLE **/
.quote {
	font-family:Questrial;
	color:#9a9a9a;
	font-size:16px;
	background-color:#f5f5f5;
	padding:27px;
	width:82%;
	margin:30px 0px 35px 9%;
	border-left:4px solid #514f8b;
	font-weight: bold;
}

.arrow-left {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right:8px solid #514f8b;
	float:left;
	margin-top:50px;
	margin-left:-8px;
}

.commentList { margin-bottom:20px; }

.commentImg { max-width:100%; }

.commentText {
	padding:14px;
	padding-bottom:30px;
	background-color:white;
	border:1px solid #c9c9c9;
	border-left:4px solid #514f8b;
	border-radius:5px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	margin-bottom:20px;
}

.commentText h1 {
	font-family:Questrial;
	font-size:14px;
	color:#514f8b;
	font-weight: bold;
}

.commentText p { font-size:14px; }

.commentText .commentFooter {
	float:left;
	font-family:Questrial;
font-weight: bold;
	font-size:11px;
	color:#ababab;
}

.commentText .commentFooter.replyIcon:hover { opacity:0.7; }

.commentText .commentFooter.replyIcon { float:right; }

.comment.reply { margin-left:145px; }

/*====================================================================================*/
 /* 11 PAGES
/*====================================================================================*/

/** ABOUT **/
.topAgents.about {
	background:none;
	padding-top:0px;
	color:#464646;
}

.topAgents.about h4 { color:#b22a2e; }

.callToAction.about { padding-top:70px; }

/** FAQ **/
.accordianTab {
	margin-bottom:20px;
	background:white;
	padding:10px;
	border-radius:5px;
	border:1px solid #dadada;
}

.accordianLink {
	background-image: url('../images/icon-plus.png');
	background-position:4px 9px;
	background-repeat:no-repeat;
	padding-left:35px;
}

.accordianLink p { padding-top:9px; }

.accordianTab .accordianLink { cursor:pointer; }

.accordianTab .accordianLink:hover { color:#b22a2e; }

.accordianContent { display:none; padding:15px 20px 0px 20px; }

/** 404 **/
.error-404 {
	background:url('../images/icon-search-big.png');
	background-repeat:no-repeat;
	background-position:56% 0;
	text-align:center;
	padding-bottom:20px;
	padding-top:50px;
	margin-top:20px;
}

.error-404 h1 {
	font-family:Questrial;
font-weight: bold;
	font-size:85px;
	color:#b22a2e;
}

.error-404 p { font-size:21px; }

/*====================================================================================*/
 /* 12 CONTACT
/*====================================================================================*/
.contactDetails { margin-bottom:40px; }
.contactDetails li {
	display:inline;
	margin-right:40px;
}

.contactDetails li img { margin-right:13px; }

.mapContact {
	max-width:100% !important;
	height:330px !important;
	position:relative !important;
}

.contactImg { max-width:50%; float:left; margin-right:20px; }

/*====================================================================================*/
 /* 13 CALL TO ACTION
/*====================================================================================*/

.callToAction { padding:0px 0px 70px 0px; }

.ctaBox {
	background-color:#D7D7D7/*ebebeb*/;
	padding:30px 25px 30px 15px;
	border-radius:5px;
}

.callToAction h1 { font-family:Questrial; font-size:32px; }
.callToAction h1 span { font-family:Questrial;
font-weight: bold; }

.callToAction p { font-size:17px; }

/*====================================================================================*/
 /* 14 SIDEBAR
/*====================================================================================*/

.sidebarWidget {
	margin-bottom:40px;
	background:white;
	padding:15px;
	/*border-radius:5px;
	border:1px solid #dadada;*/
}

.sidebarWidget h4 a, .sidebarWidget.recentPosts h4 a {
	font-family:Questrial;
	font-size:15px;
	color:#868686;
}

.sidebarWidget h4 a:hover { color:#b22a2e; }

.sidebarWidget.recentPosts a {
	font-family:Questrial;
font-weight: bold;
	font-size:12px;
	color:#b22a2e;
	float:left;
}

.sidebarWidget.recentPosts .date {
	font-size:12px;
	font-family:Questrial;
font-weight: bold;
	color:#acacac;
}

.propertyTypesWidget ul li h4 { margin:0; }

.propertyTypesWidget ul li {
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #dadada;
}

/*====================================================================================*/
 /* 15 SHORTCODES
/*====================================================================================*/

/** TABS **/
.tabSmall li { display:inline; }
.tabSmall li a.current {
	font-family:Open Sans;
	color:white;
	border:1px solid #69992c;
	box-shadow: inset 0 1px 1px white;
	text-shadow:0px -1px 3px #b22a2e;
	background-color:#81be32;
	background: -webkit-linear-gradient(#81be32, #76ae2e); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#81be32, #76ae2e); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#81be32, #76ae2e); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#81be32, #76ae2e); /* Standard syntax */
}

.tabSmall .buttonGrey {
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
}

.tabConent {
	margin-top:-6px;
	border-top-left-radius:0px;
}

/** ALERT BOXES **/

.alertBox {
	border-style:solid;
	border-radius:3px;
	padding:18px 18px 8px 18px;
	margin-bottom:15px;
}

.alertBox img { float:left; margin-right:10px; margin-top:-3px; }

.success {
	background-color:#e2f1db;
	border-color:#8dca70;
	color:#73a45b;
}

.success h4 { color:#73a45b; }

.error {
	background-color:#f1d9d9;
	border-color:#c44747;
	color:#c44747;
}

span.error {
	display:inline-block;
	margin-bottom:25px;
	padding:0px 3px 0px 3px;
	border-radius:3px;
}

.error h4 { color:#c44747; }

.info {
	background-color:#d9e7f1;
	border-color:#70a3ca;
	color:#70a3ca;
}

.info h4 { color:#70a3ca; }

.warning {
	background-color:#ebe8bc;
	border-color:#aca530;
	color:#aca530;
}

.warning h4 { color:#aca530; }

/** PRICING TABLE **/
.pricingTable {
	margin-top:-15px;
	padding:0px;
	text-align:center;
	border-radius:5px;
	border-style:solid;
	border-width:1px;
	border-color:#c9c9c9;
	-webkit-box-shadow: 0px 0px 4px #d6d6d6;
    -moz-box-shadow: 0px 0px 4px #d6d6d6;
    box-shadow: 0px 0px 4px #d6d6d6;
    margin-bottom:30px;
}

.pricingTable:hover {
	margin-top:-25px;
	animation-duration: 0.55s;
  	animation-name: slideUpPrice;
  	animation-direction: normal;
  	animation-iteration-count: 1;
}

/* animation */
@keyframes slideUpPrice {
  from {
    margin-top: -20px;
  }

  to {
    margin-top: -25px;
  }
}

.pricingHeader { padding:11px 0px 18px 0px; }

.pricingTable h1 {
	font-family:Open Sans;
	color:#b22a2e;
	font-size:20px;
}

.pricingTable h2 {
	font-family:Open Sans;
	color:white;
	font-size:48px;
	line-height:25px;
	-webkit-text-shadow:0px 0px 3px #202020;
	-moz-text-shadow:0px 0px 3px #202020;
	text-shadow:0px 0px 3px #202020;
}

.priceAmount {
	margin-top:-19px;
	background-color:#b22a2e;
	padding:28px 0px 10px 0px;
}

.priceAmount h2 span {
	font-size:16px;
	font-style:italic;
}

.pricingTable ul li {
	list-style:none;
	line-height:50px;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.04), rgba(2,2,2,0));
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#d3d3d3;
}

.pricingTable ul li:last-child { border-bottom:none; line-height:70px; background:none; }

/*====================================================================================*/
 /* 16 FOOTER
/*====================================================================================*/

footer {
	padding:20px 0px 0px 0px;

	/*background-image: url('https://s3.amazonaws.com/eagleweb/altitude/images/background.jpg');*/
	background-color: #fff;
	color:#b22a2e;
	border-top: 1px solid #b22a2e;
}
footer a {
	color: #b22a2e;
}
footer a:hover {
	color: #b22a2e;
}
footer .col-lg-3.col-md-3 { margin-bottom:30px; }

.footerLogo { font-family:Questrial; color:white; font-size:21px; }
.footerLogo span { font-family:Questrial;
font-weight: bold; color:#b22a2e; font-size:21px; }
.footerLogo img { margin-right:15px; }

footer h4 { color:white; margin-bottom:20px; }

footer span {
	font-family:Questrial;
font-weight: bold;
	font-size:11px;
}

.contactList li {
	margin-bottom:17px;
}

footer .icon { padding-top:3px; }

footer input {
	border:1px solid #4f4d6e;
	width:61%;
	float:left;
	margin-right:8px;
}

footer .buttonColor {
	margin-top:-1px;
	width:80px;
	border-color:#4f4d6e;
	padding:10px 15px 10px 15px !important;
}

.bottomBar {
	font-family:Open Sans;
	padding-top:15px;
	padding-bottom:7px;
	font-size:11px;
	color:#fff;
	background-color:#b22a2e;
}

.bottomBar p { float:left; margin-top:6px; }

.bottomBar .socialIcons { margin-top:5px; }

.bottomBar .socialIcons li { border-color:#5b597c; }

.bottomBar a {
	color: #fff;
}
#footer2 { text-align:center; }

.socialIcons.footer2 {float:none; }
.socialIcons.footer2 li {display:inline;  border:none; }
.socialIcons.footer2 li a {
	width:50px;
	height:50px;
	padding-top:10px;
	display:inline-block;
	border:3px solid #5b597c;
	border-radius:75px;
}

.bxslider2 img {
	width: 100%;
	max-height: 600px;
}
.gallery #bx-pager a img {
	margin-bottom: 5px;
}
.image_property_price {
	position: absolute;
	left: 25px;
	bottom: 25px;
	color: white;
	z-index: 2;
	padding: 10px 15px;
	background-color: #b22a2e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
}
.image_property_status {
	position: absolute;
	right: 25px;
	bottom: 25px;
	color: white;
	z-index: 2;
	padding: 10px 15px;
	background-color: #b22a2e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
}
.sidebarWidget .contact-form label {
	font-weight: normal;
	display: inline;
	font-family: Questrial, Helvetica, Arial;
}
.sidebarWidget .contact-form input[type=checkbox] {
	width: 7%;
}
#ws-form {
	display: none;
}
.navbar-brand img {
	height: 90px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.grow {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

/*GROW*/
.homeTile {
	height: 293px;
	width: 100%;
	margin: 10px auto;
}

.propertyTile {
	width: 100%;
	height: 250px;
	margin-bottom: 20px;
}
.grow .growImg {
	width: 100%;
	height: 100%;
}
.grow img {
	object-fit: cover;
	object-position: top;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
          width: 100%;
          height: 100%;
}

.homeTile.grow .growCaption{
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
          transition: all 0.5s;
    z-index: 100;
    width: 100%;
    height: 120px;
    background-color: rgba(0, 0, 0, .5);
    position: relative;
    z-index:100;
    margin-top: -60px;
    padding: 0px 10px;
}

.grow .growCaption {
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
          transition: all 0.5s;
    z-index: 100;
    width: 100%;
    height: 120px;
    background-color: #b22a2e;
    position: relative;
    z-index:100;
    margin-top: -60px;
    padding: 0px 10px;
}
.propertyTile.grow .growCaption {
	margin-top: -55px;
}
.grow:hover .growCaption {
	background-color: transparent;
	margin-top: -120px;
}
.grow:hover img {
  -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.grow:after, .grow:before {
    position:absolute;
    opacity:0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.grow:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(172,42,46,0.9);
}

.homeTile.grow:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0, 0, 0, .5);
}

.grow:before {
    content: attr(data-content);
    width:100%;
    color:#fff;
    z-index:1;
    top: -20px;
    left: 0px;
    font-size: 24px;
    padding:4px 10px;
    text-align:left;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.grow:hover:before {
	top: 0px;
}
.grow:hover:after, .grow:hover:before {
    opacity:1;
}
#inspection tr td {
	border-bottom: 1px solid #cccccc;
}

.main-flexslider {
  float:left;
  position:relative;
  width:100%;
  overflow:hidden;
  /*margin-top: -110px;*/
 margin-top: 79px;
}
.main-flexslider .slides .slides {
  background-size:cover;
  background-repeat:no-repeat;
  /*min-height:640px;*/
}
.main-flexslider .slides .slides .container {
  position:absolute;
  min-height:640px;
  top:0px;
}
.main-flexslider .slides .slides .slide-box {
  left: 60%;
	position: absolute;
	bottom: 10%;
	padding: 20px;
	background-color: rgba(0,0,0,0.6);
	color: white;
	font-size: 25px;
	z-index: 100;
	line-height: 25px;
	text-align: center;
}
.main-flexslider .slides .slides .slide-box h2 {
  margin-top:0;
  font-size:20px;
  font-weight:700;
  color:#191919;
}
.main-flexslider .slides .slides .slide-box p {
  font-size:15px;
  font-weight:300;
  color:#000;
}
.main-flexslider .slides .slides .slide-box .slide-item-features {
  float:left;
  padding-left:0;
  margin:15px 0;
  border-bottom:1px solid #DBDBDB;
  padding-bottom:30px;
}
.main-flexslider .slides .slides .slide-box .slide-item-features li {
  float:left;
  background-color:#fff;
  border:1px solid #B1B1B1;
  font-size:13px;
  font-weight:300;
  color:#000;
  margin-right:5px;
  padding:3px 5px;
  padding-right:10px;
  text-transform:capitalize;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  border-radius:4px;
}
.main-flexslider .slides .slides .slide-box .slide-item-features li span {
  color:#B1B1B1;
  font-size:18px;
  padding:5px;
  padding-right:10;
}
.main-flexslider .slides .slides .slide-box .slider-buttons-wrapper {
  margin:25px 0;
  float:left;
}
.main-flexslider .slides .slides .slide-box:before {
  position:absolute;
  z-index:-1;
}
.slide-item-features {
  float:left;
  padding-left:0;
  margin:15px 0;
  border-bottom:1px solid #DBDBDB;
  padding-bottom:30px;
}
.slide-item-features li {
  float:left;
  background-color:#fff;
  border:1px solid #B1B1B1;
  font-size:13px;
  font-weight:300;
  color:#000;
  margin-right:5px;
  padding:3px 5px;
  padding-right:10px;
  text-transform:capitalize;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  border-radius:4px;
}
.slide-item-features li span {
  color:#B1B1B1;
  font-size:18px;
  padding:5px;
  padding-right:10;
}
.flex-direction-nav a {
  background-color:#b22a2e;
  color:#fff;
  text-align:center;
  width:61px;
  height:61px;
  line-height:62px;
  z-index:5;
}
.flex-direction-nav a:before {
  font-family:"FontAwesome";
  font-size:24px;
  display:inline-block;
  content:'\f190';
}
.flex-direction-nav a.flex-next:before {
  content:'\f18e';
}
.main-flexslider .flex-direction-nav .flex-prev, #details-slider .flex-direction-nav .flex-prev {
  top: 50% !important;
  left:inherit !important;
}
.main-flexslider .flex-direction-nav .flex-next, #details-slider .flex-direction-nav .flex-next  {
  right:0 !important;
  top: 50% !important;
}


.property-images-slider .flexslider {
  border-radius:0px;
  box-shadow:none;
  border:none;
}
.property-images-slider #details-slider {
  margin:0 0 30px;
  position:relative;
}
.property-images-slider #details-slider .yellow-btn {
  position:absolute;
  bottom:25px;
  left:25px;
}
.property-images-slider #details-carousel {
  margin-bottom:30px;
}
.property-images-slider #details-carousel .slides>li {
  padding:0 9px;
}
.property-images-slider #details-carousel .flex-direction-nav a {
  background-color:rgba(178,42,46,0.9);
  width:41px;
  height:51px;
  line-height:51px;
}
.property-images-slider #details-carousel .flex-direction-nav a:before {
  content:'\f104';
  font-size:50px;
}
.property-images-slider #details-carousel .flex-direction-nav a.flex-next:before {
  content:'\f105';
}
.property-images-slider #details-carousel .flex-prev {
  left:15px;
  top:28px;
}
.property-images-slider #details-carousel .flex-next {
  right:15px;
  top:28px;
}

.slidediv {
	width: 1300px;
	height: 710px;
	background-size: cover!important;
    background-position: center center!important;
    margin: 0px auto;
    background-repeat: no-repeat;
}
.dark_background {
	background-color: #fff;
}
.light_writing {
	color: #b22a2e;
}
/**** Media-queries ****/
@media screen and (max-width:1215px) {
  .slidediv {
  	width: 100%!important;
	height: 500px;
	}
}

@media screen and (max-width:991px) {
  .slidediv {
	height: 400px;
	}
	.slide-box {
		left:50%!important;
	}
	.slider-header {
		left: 0 !important;
    	bottom: 0 !important;
    	width: 100% !important;
	}
}


@media screen and (max-width:700px) {
.main-flexslider .slides .slides .slide-box {
  display:none!important;}

	.slidediv {
	height: 300px;
	}
	.slide-box {
  display:none!important;
}
.slider-header {
	height: 30%;
}
}

@media screen and (max-width:450px) {

	.main-flexslider .slides .slides .slide-box {
		display:none!important;
	}
	.slidediv {
		height: 200px;
	}
	
}



/* Plus Tab related CSS */
@media only screen and (min-width:1201px) and (max-width:1230px) {
	.nav.navbar-nav li a {
		margin-right: 6px;
	}
}

.bottomBar a:hover {
	color: #000;
}

.RMA-widget a {
    background-color: #b22a2e !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff !important;
}
.navbar-default .navbar-toggle {
    border-color: #000 !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000 !important;
}
a:focus {
    color: #000 !important;
}

@media only screen and (max-width: 480px) {
	.footer-email a {
		font-size: 17px;
		word-break: break-all;
	}
}