/** PLACE YOUR MOBILE AND UP CSS HERE **/
.btn.btn-quaternary {
	background: none !important;
	border: solid 1px #FFF !important;
}

.main-content h1 {
	color: #545e5f;
	font-size: 27px;
}


.btn:not(.btn-social).btn-primary, .login .btn-login, .registerBox .btn-register, .login .btn-resetPassword {
	padding: 15px 20px;
	text-transform: capitalize !important;
}

.btn:not(.btn-social), input[type="button"] {
	padding: 15px 20px;
	text-transform: capitalize !important;
}


.site-header {
	position: relative;
}

.site-header .logo + div{
	display: block;
	width: 100%;
	padding-left: 8%;
	padding-right: 8%;
}



.site-header .menu-wrap {

	width: 84%;
	position: absolute;
	top: 0;

	margin-top:25px;
	padding-top: 0 !important;

	text-align: center;
	border-radius: 10px;
	background: #FFF;
	margin-bottom: -30px;
	z-index: 999;
	position: inherit;

	/** GRADIENT */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 0%, #e8e8e8 77%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 0%,#e8e8e8 77%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 0%,#e8e8e8 77%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */

	/* SHADOW */
	-webkit-box-shadow: 0px 40px 64px -30px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 40px 64px -30px rgba(0,0,0,0.55);
	box-shadow: 0px 40px 64px -30px rgba(0,0,0,0.55);


}

.site-header .menu-wrap > ul {
	width: auto;
	display: inline-block;
	padding-right: 25%;
}

.site-header .menu-wrap > ul li a, .site-header .menu-wrap > ul li a:hover, .site-header .menu-wrap > ul li:hover {
	background: none !important;
	text-transform: uppercase;
}


.site-header .top-options {
	position: absolute;
	bottom: 65px;
	padding-bottom: 15px;
	right: 0;
	padding-bottom: 3%;
}

.site-header .top-options span.fa {
	display: inline;
	width: 60px;
	float: left;
}

.site-header .top-options .text {
	display:inline-block;
	text-align:left;
	float: left;
	position: absolute;
	padding-left: 15px;
	left: 65px;
	padding-top: 8px;
}


.site-header .search-bar {
	float: right;
	margin-top: 5px;
	position: absolute;
	right: 0;
	top: 0;
}

.site-header .search-bar .search-btn {
	padding: 7px 30px 7px 15px;
	border: none !important;
	background: none !important;
	color: #999 !important;
}


.site-header .top-options .btn.btn-primary {
	background: #d00a69 !important;
	color: #FFF !important;
	padding: 9px 15px;
}

.site-header .top-options .btn.btn-primary:hover {
	background: #ff48a0 !important;
}

.bg-gray .hover-able {
	transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
}

.bg-gray .hover-able:hover {
	border-radius: 5px;
	background: #FFF;
	color: #999;
}

.bg-gray .hover-able:hover h1 {
	color: #31bbc2;
}

.bg-gray .hover-able .fa {
	margin-bottom: 30px;
}

.bg-gray .hover-able:hover .fa {
	color: #CCC !important;
}

.bg-gray .card {
	color: #333;
	border-radius: 5px;
}

.bg-gray .card .orange {
	background: #ff7550;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	padding: 5px 20px;
	text-align: center;
	margin: -15px -5px 0 -5px;
}

.bg-alt-3 {
	background: transparent !important;	
}

.bg-alt-3 h1, .bg-alt-3 h2 {
	color:#31bbc2 !important;
}



.footer input[type="text"], .footer textarea {
	border-radius: 6px !important;
}

.footer .menu-bar {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: solid 1px #FFF;
}

.footer .menu-bar li {
	width: auto;
	border: none;
	padding-right: 10px;
	text-transform: capitalize;
	padding-bottom: 5px;
}


.footer .menu-bar li a:hover {
	border-bottom: solid 1px #FFF;
}

.footer .social-icons li {
	width: 35px !important;
	height: 35px !important;
	padding: 0 !important;
	border: solid 1px #FFF !important;
	border-radius: 7px;
}

.footer .social-icons li:hover{
	height: 35px !important;
	border: solid 1px #FFF !important;
}

.footer .social-icons li:hover a{
	border-bottom: none;
}

.footer .social-inner-wrap {
	text-align: center;
}

/** RESET **/
.mobile-menu {
	width:0 !important;
	overflow:auto !Important;
}

.nav-open .mobile-menu {
    width: 100% !important;
	transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
}

a.ui-datepicker-prev:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 8px solid #333;
    content: '';
    position: absolute;
    top: 5px;
    left: 10px;
}

a.ui-datepicker-next:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 8px solid #333;
    content: '';
    position: absolute;
    top: 5px;
    left: 10px;
}

@media (min-width: 768px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/

	body.nav-fixed {
		margin-top: 150px !important;
	}

	.site-header .logo {
		margin-left: 8%;
	}

	.site-header .phone {
		display: none;
	}

	.site-header .menu-wrap {
		margin-top:57px;
	}

	.footer .social-inner-wrap {
		text-align: right;
	}

}

@media (min-width: 992px) {
	body,html {
		overflow: initial !Important;
	}

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.bg-gray .card.v-margin-minus {
		margin-top: -99px !important
	}
}

@media (min-width: 1200px) {

	/** PLACE YOUR DESKTOP AND UP CSS HERE **/

}


/** MORE CUSTOM BREAK POINT MUST KEEP ASCENDING ORDER **/
@media (min-width: 1500px) {
	.site-header .menu-wrap {
		margin-top:40px;
	}
}

@media (min-width: 1600px) {
	.site-header .menu-wrap {
		margin-top:25px;
	}
}

@media (max-width: 991px) {
	#facebook {
		float: none;
		margin: auto;
	}
	
	body, html {
		-webkit-overflow-scrolling: touch;
	}
	body .main-content {
		overflow: auto;
	}
	.site-header {
		background: #efefee !important;
	}

	.site-header .logo + div {
		position: absolute;
	}

	.mobile-menu ul {
		background: #efefee;
	}

	.mobile-menu {
		overflow: visible;
		background: #efefee !important;
		z-index: 99999 !important;
	}
	.main-content h1 {
		font-size: 27px !important;
	}
	
	.site-phone-mobile {
		position: absolute;
		top: 33px;
		right: 16%;
		z-index: 999;
	}

	.site-phone-mobile .fa {
		font-size: 24px;
		color: #000;
		border: 1px solid gray;
		padding: 5px 10px;
	}
	
	.site-header .logo {
		z-index: 9999;
	}
	.banner-slider .carousel-inner .section-container h1 {
		font-size: 30px !important;
	}

	.banner-slider .span-1 {
		position: absolute;
		margin-top: -47px;
		margin-left: -95px;
	}

	.banner-slider .span-1:before {
		top: 21px;
	}
}

@media (max-width: 768px) {
	.site-header .vertical-center img {
		max-width: 200px;
	}
	.site-phone-mobile {
		right: 20%;
	}
}

@media (max-width: 500px) {
	.main-content h1 {
		font-size: 20px !important;
	}
	.site-phone-mobile {
		right: 30%;
	}
}

/** Additional **/

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fc8200;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
	color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

/* Shutter Out Vertical light */
.hvr-shutter-out-vertical-light {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: #1375ca;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-shutter-out-vertical-light:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1375ca;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical-light:hover, .hvr-shutter-out-vertical-light:focus, .hvr-shutter-out-vertical-light:active {
	color: white;
}
.hvr-shutter-out-vertical-light:hover:before, .hvr-shutter-out-vertical-light:focus:before, .hvr-shutter-out-vertical-light:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

#bioblock {
	padding: 0 0 25px;
}


body.single-page .section-container .sidebar h2 a {
	color: #fff !important;
}

.sidebar-container a {
	color: #1275CA !important;
}


h1 > span.span-1 {
    color: #1375CA !important;
    background: rgba(255, 255, 255, 0);
    font-family: 'Shadows Into Light', cursive;
    text-transform: none;
}

.banner-slider .span-1 {
    position: absolute;
    margin-top: -70px;
    margin-left: -140px;
}

.banner-slider .span-1:before {
    content: '\f106';
    font-family: fontAwesome;
    font-size: 33px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 43px;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
}

.modal-body h2 strong {
    color: #f78202;
}

.modal {
    z-index: 9999;
}



.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.align-bottom {
    position: absolute;
    bottom: 0;
}

.align-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

body, html {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body.nav-fixed {
    margin-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.main-content {
    line-height: 2em;
    background: #ffffff;
    color: #6e7677;
}

/** Fonts **/
h1 {
    font-size: 40px !important;
}

h2 {
    font-size: 28px !important;
}

h3 {
    font-size: 24px !important;
}

h4 {
    font-size: 20px !important;
}

h5 {
    font-size: 18px !important;
}

h6 {
    font-size: 12px !important;
}


h1 > span, h2 > span, h3 > span, h4 > span, h5 > span, h6 > span {
    padding-right: 5px;
}

/** End of Fonts **/



/* GLOBAL ELEMENTS */

.main-content a {
    color: #fc8200;
}

span.span-1 {
    color: #FFF;
    background: #f0549b;
    text-transform: uppercase;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 5px 15px;
}

h1 > span.span-1 {
    color: #31bbc2;
    background: rgba(255, 255, 255, 0);
}

.btn:not(.btn-social), input[type="button"] {
    outline: hidden;
    box-shadow: none;
    color: #ffffff;
    border: solid 1px #ddd;
    border-radius: 4px !important;

    transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
}

input, select, textarea, .form-control, .input-group .form-control {
    color: #333;
    border: solid 1px #ddd;
}



/* Form Elements */
.btn:not(.btn-social) {
    letter-spacing: 0px;
    text-transform: uppercase;
}

.btn:not(.btn-social).btn-primary, .login .btn-login, .registerBox .btn-register, .login .btn-resetPassword {
    background: #ff7550;
    border: solid 1px #eeeeee;
    color: #ffffff;
    letter-spacing: 0px;
}

.btn:not(.btn-social).btn-primary:hover, .login .btn-login:hover, .registerBox .btn-register:hover, .login .btn-resetPassword:hover {
    background: #ff8560;
    border: solid 1px #ffffff;
    color: #FFF;
    letter-spacing: 0px;
}


.btn.btn-secondary {
    background: #eeeeee;
    border:solid 1px #999999;
    color: #999999;
}

.btn.btn-secondary:hover {
    background: #cccccc;
    border:solid 1px #999999;
    color: #999999;
}


.btn.btn-tertiary {
    background: #eeeeee;
    border: 1px solid #ff7550;
    color: #ff7550;
}

.btn.btn-tertiary:hover {
    background: #eeeeee;
    border: 1px solid #ff7550;
    color: #ff7550;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}




select, input, textarea {
    border-radius: 4px !important;
    border: solid 1px #ddd !important;
}

.input-group-addon  {
    border-color: #000;
    border-radius: 4px !important;
}


.primary-border {
    border: solid 1px #cccccc;
}

/* GLOBAL WIDGETS */

.tabs-widget .nav-tabs {
    border-bottom: solid 1px #cccccc;
}
.tabs-widget .nav-tabs li a{
    border-radius: 0;
}

.tabs-widget .nav-tabs>li>a, .tabs-widget .nav-tabs>li>a:hover, .tabs-widget .nav-tabs>li>a:focus {
    background: #cccccc;
    border:solid 1px #cccccc;
    border-bottom: solid 1px #eeeeee;
    color: #999999;
    letter-spacing: 0px;
}

.tabs-widget .nav-tabs>li.active>a, .tabs-widget .nav-tabs>li.active>a:hover, .tabs-widget .nav-tabs>li.active>a:focus {
    background: #ff7550;
    border: solid 1px #eeeeee;
    border-bottom-color: transparent;
    color: #ffffff;
    letter-spacing: 0px;
}

.tabs-widget ul.nav-tabs {
    background: #cccccc;
    border-bottom: solid 1px #eeeeee;
}

.tabs-widget>.tab-content {
    box-shadow: none;
    border: solid 1px #cccccc;
    border-top: none;
}

.tabs-widget .tab-content .tab-pane ul {
    padding-left: 20px;
}




.carousel.no-padding .carousel-inner .item > div.col-xs-12, .carousel.no-padding .carousel-inner .item > div.col-xs-12 > div.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.carousel .carousel-control {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    padding: 20px;
    background: none;
    opacity: 1;
    color: #cccccc;
    text-shadow: none;
}


.idxDetailSlider .thumbnails_wrapper {
    background: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}



.tiksluscarousel .nav_right, .tiksluscarousel .nav_left {
    z-index: 0;
    height: 0 !important;
    width: 0 !important;
}

.tiksluscarousel .nav_right {
    right: -100px !important;
}

.tiksluscarousel .nav_left {
    left: -100px !important;
}

.tiksluscarousel .nav_right:after {
    font: normal normal normal 32px/1 FontAwesome;
    content: "\f054";
    display:inline-block;
    top: 50%;
    z-index: 10;
    width:40px;
    height:40px;
    padding:5px;
    position:absolute;
    right: 100px !important;
    color: #999;
}

.tiksluscarousel .nav_left:after {
    font: normal normal normal 32px/1 FontAwesome;
    content: "\f053";
    display:inline-block;
    top: 50%;
    z-index: 10;
    width:40px;
    height:40px;
    padding:5px;
    position:absolute;
    left: 100px !important;
    color: #999;
}

.tiksluscarousel .nav_right:hover:after, .tiksluscarousel .nav_left:hover:after {
    background: #ff7550;
    color: #ffffff;
}

.tiksluscarousel .thumbnails_wrapper .thumbnails li.thumb{
    border: solid 1px #cccccc;
}

.tiksluscarousel .progress {
    background-color: #ff7550;
    height: 5px;
}

.tiksluscarousel ul li {
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

.carousel.module-propertyImagesWidget .carousel-control {
    padding: 11px;
}


.intro-box .carousel-control {
    color: #FFF;
}

.carousel .carousel-control:hover {
    background: #ff7550;
    color: #ffffff;
}

.carousel .carousel-control .icon-next, .carousel .carousel-control .icon-prev {
    font-size: 14px;
    margin-top: -15px;
}


.carousel .carousel-control>span:before {
    font: normal normal normal 32px/1 FontAwesome;
}

.carousel .carousel-control .icon-next:before {
    content: "\f054";
}

.carousel .carousel-control .icon-prev:before {
    content: "\f053";
}



.carousel .carousel-control .icon-next {
    right: 10px;

}

.carousel-indicators li {
    border-color: #aaa;
    margin-left: 8px;
    margin-right: 8px;
    width: 12px;
    height: 12px;
}

.carousel-indicators .active {
    background-color: #aaa;
    margin-left: 8px;
    margin-right: 8px;
}

.with-indicators-below .carousel-indicators{
    bottom: -80px !important;
}



.idxFavoritesWidget .save-fav-text, .loginWidget .save-fav-text {
    display: none;
}

.idxFavoritesWidget .save-fav-icon, .loginWidget .save-fav-icon {
    color: #333;
    margin-left: 10px;
}

.pagination li a {
    border: solid 1px #7D7C7C;
    color: #000;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background: #74bb75;
    color: #FFF;
    border-color: #7D7C7C;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #FFF;
    background: #74bb75;
    border-color: #7D7C7C;
}

.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0;
}

ul.savedSearches li {
    overflow: hidden;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

ul.savedSearches li a.applySavedSearchBtn {
    font-size: 21px;
    padding-top: 0;
}

ul.savedSearches .deleteSavedSearchBtn {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    padding: 5px 10px 5px 14px;
}

ul.savedSearches li a.applySavedSearchBtn {
    color: #fc8200;
    text-decoration: none;
}

ul.savedSearches li a.applySavedSearchBtn:hover {
    text-decoration: none;
}

    /** CUSTOM STUFF **/

.mobile-menu {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 100%;
    left: 100%;
    bottom: 0;
    transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    overflow: auto;
    background: #FFF;
    z-index: 10;
}

.nav-open .mobile-menu {
    display: inline-block;
    left: 0;
}

.nav-fixed.nav-open .mobile-menu {
    position: fixed;
}

.mobile-menu .menu-toggle {
    font-size: 24px;
    padding: 15px;
    color: #333;
}
.mobile-menu ul li {
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.mobile-menu ul li a, .mobile-menu .nav .open a {
    color: #333;
    background: transparent;
    border: solid 1px transparent;
    text-decoration: none;
}


.mobile-menu ul {
    width: 100%;
    position: relative;
}

.mobile-menu > ul, .mobile-menu .caret {
    float: right;
    margin-top: 10px;
}

.mobile-menu .dropdown-menu {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border:none;
}

.mobile-menu .dropdown-menu li a {
    padding-left: 30px;
}

/* NAV */
.site-header {
    width: 100%;
    height: 100px;
    background: #FFF;
    line-height: 1em;
    border-bottom: solid 1px transparent;
}

.site-header .logo {
    overflow: hidden;
    max-height: 100px;
}

.site-header .vertical-center img {
    max-height: 100px;
}

.nav-fixed .site-header {
    position: fixed;
    top: 0;
    z-index: 10;
}


.site-header .menu-wrap {
    padding-top: 25px;
}

.site-header ul {
    list-style: none;
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.site-header ul li {
    display: inline-block;
    width: auto;
    margin-left: 1px;
    margin-right: 1px;
}

.site-header ul li a {
    padding: 15px 13px;
    background: #FFF;
    color:  #6e7677;
    float:left;
    width:100%;
    text-transform: uppercase;
    text-decoration: none;
}

.site-header .dropdown-toggle .caret {
    margin-left: 10px;
}

.site-header ul li.active a, .site-header ul li a:active, .site-header ul li a:hover {
    color: #31bbc2;
    background: #FFF;
    text-decoration: none;
}

.site-header .menu-wrap {
    width: 100%;
}

.vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.site-header .phone {
    margin-top: 40px;
    color:  #6e7677;
}

.site-header .phone i {
    margin-right: 10px;
}


.site-header .menu-toggle, .site-header .call-btn {
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    float: left;
    padding: 10px;
    margin-left: 15px;
    margin-top: 33px;
    margin-right: 15px;
    border: solid 1px #999;
    cursor: pointer;
}

.site-header .call-btn {
    font-size: 22px;
    padding: 6px 12px;
    color: #333;
    margin-right: 10px;
}

.site-header .menu-toggle .icon-bar {
    background: #333;
}

.site-header .menu-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.site-header .menu-toggle .icon-bar {
    display: block;
    width: 22px;
    height:2px;
    border-radius: 1px;
}

.site-header .menu-wrap > ul > li.dropdown.open, .site-header .menu-wrap > ul > li:hover,
.site-header .menu-wrap > ul > li:active, .site-header .menu-wrap > ul > li.dropdown.open li,
.site-header .menu-wrap > ul > li.dropdown.open li a, .site-header .menu-wrap > ul > li.dropdown.open .dropdown-menu {
    background: #FFF;
    color: #333;
    width: auto;
}

.site-header .menu-wrap > ul > li:hover,
.site-header .menu-wrap > ul > li:active,
.site-header .menu-wrap > ul > li.dropdown.open li a:hover,
.site-header .menu-wrap > ul > li.dropdown.open .dropdown-menu a:hover {
    background: #31bbc2;
    color: #74bb75;
}

.site-header .dropdown.ellipsis {
    margin-right: 15px;
}

.site-header ul.ellipsis-dropdown {
    right: 0;
    position: absolute;
    left: auto;
}

.site-header ul.ellipsis-dropdown > li, .site-header ul.dropdown-menu > li {
    display: inline-block;
    position: relative;
    width: 99% !important;
}

.site-header ul.ellipsis-dropdown > li a{
    text-transform: uppercase;
    width: 100%;
    display:block;
    padding-left: 30px;
}

.site-header ul.ellipsis-dropdown > li a .caret {
    float: left;
    display: inline-block;
    position: absolute;
    left: -2px;
    top: 20px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid;
}

.site-header ul.ellipsis-dropdown > li > ul.dropdown-menu {
    position: absolute;
    left: auto;
    top: 0;
    right: 100%;
}


.intro-box h1, .intro-box h2{
    color: #FFF;
    text-shadow: 0 0 20px #000;
    letter-spacing: 5px;
    position: relative;
}

.intro-box h2:before, .intro-box h2:after {
    content: "";
    border-top: solid 3px #FFF;
    display:inline-block;
    width: 10%;
    height: 3px;
    top: 13px;
    position: absolute;
}

.intro-box h2:before {
    left: 0;
}

.intro-box h2:after {
    right: 0;
}

.intro-box input, .intro-box button {
    height: 40px;
}

.border-1 {
    border: solid 1px #cccccc;
}

.border-2 {
    border: solid 1px #cccccc;
}

.card > .padded {
    padding-left: 8%;
    padding-right: 8%;
}

.card {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    background: #FFF;
}

.bg-gray {
    background: #31bbc2;
    color: #ffffff
}

.bg-gray h1, .bg-gray h2, .bg-gray h3, .bg-gray h4, .bg-gray h5 {
    color: #ffffff;
}

.bg-gray h1 a, .bg-gray h2 a, .bg-gray h3 a, .bg-gray h4 a, .bg-gray h5 a {
    color: #ffffff;
}

.bg-gray h1 a:hover, .bg-gray h2 a:hover, .bg-gray h3 a:hover, .bg-gray h4 a:hover, .bg-gray h5 a:hover {
    color: #cccccc;
}

.bg-alt-2 {
    position: relative;
    background: #31bbc2;
    overflow: hidden;
    color: #ffffff
}

.bg-alt-2 h1, .bg-alt-2 h2, .bg-alt-2 h3, .bg-alt-2 h4, .bg-alt-2 h5 {
    color: #ffffff
}

.bg-alt-2 h1 a, .bg-alt-2 h2 a, .bg-alt-2 h3 a, .bg-alt-2 h4 a, .bg-alt-2 h5 a {
    color: #ffffff
}

.bg-alt-2 h1 a:hover, .bg-alt-2 h2 a:hover, .bg-alt-2 h3 a:hover, .bg-alt-2 h4 a:hover, .bg-alt-2 h5 a:hover {
    color: #ffffff
}

/*noinspection ALL*/
.bg-alt-2:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
    background-image: url('https://s3.amazonaws.com/static.organiclead.com/Site-16bb8f83-c121-43ff-b0ff-98767632c95c/home/docs.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-alt-2 > div {
    z-index: 2;
}


.footer {
    position: relative;
    background: #74bb75;
    width: 100%;
    float: left;
    color: #333;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5 {
    color: #FFF;
}

.footer li {
    list-style: none;
    border-bottom: solid 1px #DDD;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}


.footer a {
    color: #DDD;
    text-decoration: none;
}

.footer a {
    color: #FFF;
}

/*noinspection ALL*/
.footer:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
    background-image: url('../../files/images/footer-bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.footer > div {
    z-index: 2;
    position: relative;
}

.footer img.powered-by {
    max-height: 50px;
    width: auto;
}

.footer .copy-text {
    padding-top: 12px;
    min-height: 50px;
}



.footer .card h1, .footer .card h2, .footer .card h3, .footer .card h4, .footer .card h5 {
    color: #000;
}

.bg-alt-3 {
    background: rgba(255,255,255,0.4);
    color: #333;
}

.social-icons li {
    display: inline-block;
    margin-left: 5px;
    list-style: none;
    border: solid 1px #999;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #FFF;

    transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
}

.social-icons li:hover {
    background:  #31bbc2;
    border: solid 1px #74bb75
}

.social-icons li a {
    padding: 10px;
    width: 32px;
    text-align: center;
    color: #666;
    text-decoration: none;
}

.social-icons li a:hover {
    color: #FFF;
    text-decoration: none;
}

.property {
    text-transform: uppercase;
}

.property.featured .border-1 {
    border-color: #74bb75
}

.property-icon {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
}

.property-icon .fa {
    font-size: 35px !important;
    color: #ccc !important;
}


.property .property-icon {
    float: none;
}

.property .property-text {
    font-size: 9px;
}

.property .property-text-value {
    font-size: 18px;
    font-weight: bold;
}

.property h2.address {
    font-size: 20px !important;
}

.property .address a {
    color: #333;
    font-size: 20px;
    text-decoration: none;
}

.property .address a:hover {
    text-decoration: none;
}

.property .price-row {
    padding: 15px;
    font-weight: bold;
    font-size: 20px;
}

.property sub {
    font-size: 8px;
}

.property .icons-bar {
    overflow: hidden;
    display: block;
}

.property .price {
    font-size: 20px;
}

.idx-results-widget, .idx-sort-bar {
    height: auto !important;
}

.idx-sort-bar {
    border: none;
    text-transform: uppercase;
    background: none;
}

.idx-sort-bar .view-toggles > a.active {
    border-radius: 4px;
    border: solid 1px #cccccc;
}

.idx-sort-bar .navbar-brand {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-right: 30px;
}

.idx-sort-bar .caret {
    float: right;
    margin-top: 8px;
    margin-left: 10px;
}

.cmsForm.search-bar .form-group {
    margin-bottom: auto;
}

/* TABLET */
@media (min-width: 768px) {

}

/* LAPTOP */
@media (min-width: 992px) {
    .property-icon {
        width: auto;
        display: inline-block;
        padding-right: 15px;
        text-align: left;
    }

    .property-icon .fa {
        font-size: 24px !important;
        color: #ccc !important;
    }

    .property .property-icon {
        float: none;
        padding-right: 0;
    }

    .footer .card {
        top: -70px;
    }

    .footer li {
        width: 80%;
    }
}

/* LARGE DEVICE */
@media (min-width: 1200px) {
}


/* NON STANDARD */
@media (min-width: 1300px) {
    .property-icon .fa {
        font-size: 35px !important;
        color: #ccc !important;
    }
}