/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	color: #5a5a5a;
	font-family: 'Work Sans', sans-serif;
}
/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/hex-loader2.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
h1, h2, h3, h4 { 
	font-family: 'Work Sans', Arial, serif; 
	font-weight: 800;
	margin-top:15px;
}

h2{
	font-size:26px;
	color:#444;
}
h3{
	font-size:20px;
	color: #b4373c;
	text-shadow:none !important;
}
h3.cta-heading{
    color: #b4373c;
	text-transform:uppercase;
}
h3.designtitle{
	font-size:15px;
	margin-top:10px;
	margin-bottom:0px;
	font-weight:600;
}
a {
    color: #b4373c;
    text-decoration: none;
}
.content a:hover, .content a:active, .content a:visited {
    color: #5a5a5a;
}
.btn{
	padding: 8px 20px;
}
.btn-default,
a.btn-default {
    color: #ffffff;
    background-color: #b4373c;
    border-color: #ffffff;
}
.btn-default:hover,
a.btn-default:hover {
    color: #b4373c;
    background-color: #ffffff;
    border-color: #b4373c;
}
.content ul, footer ul{
	list-style:none;
	padding-left: 25px;
}
.content li:before, footer li:before {    
	font-family: 'FontAwesome';
	content: '\f105';
	margin:0 10px 0 -15px;
	color: #b4373c;
}
.btm10{
	margin-bottom:10px;
}
.btm20{
	margin-bottom:20px;
}
.btm30{
	margin-bottom:30px;
}
.btm40{
	margin-bottom:40px;
}
input[type="checkbox"]#BootstrapMemberLoginForm_LoginForm_Remember{
	margin: -16px -20px 0;
}
.container-fluid.marketing{
	background-color: #b4373c;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:20px;
}
.homedesigns a.btn {
	color:#FFFFFF;
    width: 100%;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 0px;
    margin-top: 3px;
}
.homedesigns a.btn:hover {
	color:#b4373c;
}


/* HEADER
-------------------------------------------------- */
header {
	height:130px;
}
header a[href^="tel"]{
    color:#FFFFFF;
    text-decoration:none;
}
#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
}
.container-fluid.header{
	background-color: #b4373c;
	min-height:130px
}
.container.headerwrap #logo{
	margin-top:25px;
	float:left;
}
.header-right{
	float:right;
	text-align:right;
	margin-top:50px;
}
#social, #social a{
	color:#FFFFFF;
	font-size:18px;
	transition: all .5s ease-in-out;
}
#social a i.fa:hover{
	transform: scale(1.2);
}
#social i.fa{
	margin-left:5px;
}
#phone{
	color:#FFFFFF;
	font-size:24px;
}
#phone i.fa{
	margin-right:10px;
}
#slogan{
	color:#FFFFFF;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#b88b1c;
	margin-bottom:20px;
}
.slogan{
	width:auto;
	margin: 0 auto;
}
.logos img{
	margin-top:15px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	z-index: 20;
	background-color:#222222;
	height:50px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	height:auto;
}
.carousel-caption {
	z-index: 10;
	text-shadow:	0 2px 2px rgba(0,0,0,.6);
}

.carousel .item {
	background-color: #777;
}
.carousel-inner > .item > img{
	display:inline;
	width:100%;
	height:100%;
}

/* Home page parallax
-------------------------------------------------- */
.content-space-one {
	color: inherit;
	background: url(../images/acreage.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
	color:#FFFFFF;
	text-shadow: 1px 1px #333;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content-space-one h1, .content-space-one h2, .content-space-one h3,
.carousel-caption h1, .carousel-caption h2, .carousel-caption h3{ 
	color:#FFFFFF;
}
.content-space-one h2{
	text-transform:uppercase;
}

.content-space-one a.btn{
	text-shadow:none !important;
}
/* pagination
-------------------------------------------------- */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #b88b1c;
    border-color: #b88b1c;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #555;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #b88b1c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

/* Custom elements
------------------------------------------------- */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #b4373c;
    border-color: #b4373c;
}
.promo img{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.iconwrap{
	font-family: 'Work Sans', Arial, serif; 
	font-weight: 200;
	color:#FFFFFF;
	background-color:#b88b1c;
	width:100%;
	display:block;
	padding:10px 0;
}
.iconwraplrg{
	font-family: 'Work Sans', Arial, serif; 
	font-weight: 300;
	color:#FFFFFF;
	background-color:#b88b1c;
	width:auto;
	display:block;
	padding:10px 20px 10px 0;
	font-size:22px;
	float:right;
	line-height:40px;
}
span.icon.sml{
	width:35px;
	display:inline-block;
	margin:0 5px;
	text-align:right;
}
span.icon.lrg{
	width:50px;
	display:inline-block;
	margin-left:15px;
	text-align:right;
}

span.bed{
	background:url(../images/bed_icon.png) no-repeat left center;
}
span.shower{
	background:url(../images/shower_icon.png) no-repeat left center;
}
span.car{
	background:url(../images/car_icon.png) no-repeat left center;
}
span.sml{
	background-size: 20px;
	height:20px;
}
span.lrg{
	background-size: 25px;
	height:40px;
}
.mag i{
	position:absolute;
	top:calc(50% - 15px);
	left:calc(50% - 10px);
}

/* Gallery Animation
-------------------------------------------------- */
.fadein{opacity:0;}
/*
.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}
*/
.come-in {
	transform: translateY(150px);
	animation: come-in 0.8s ease forwards;
}
.already-visible {
	transform: translateY(0);
	animation: none;
}

@keyframes come-in {
	to { transform: translateY(0); }
}
.gallery-item{
	position:relative;
	overflow: hidden;
}
/* 
	when .item:hover, show overlay.
	overwrite .item-overlay."position"
*/
.gallery-item:hover .item-overlay.top {
	top: 0;
}
.gallery-item:hover .item-overlay.right {
	right: 0;
	left: 0;
}
.gallery-item:hover .item-overlay.bottom {
	bottom: 0;
}
.gallery-item:hover .item-overlay.left {
	left: 0;
}
/* 
	by default, overlay is visible… 
*/
.item-overlay {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
  
	background: rgba(0,0,0,0.5);
	color: #fff;
	overflow: hidden;
	text-align: center;
	/* fix text transition issue for .left and .right but need to overwrite left and right properties in .right */
	width: auto; 
  
	-moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
	-webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
	transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
/*
	hide overlay
*/
.item-overlay.top {
	top: 100%;
}
.item-overlay.right {
	right: 200%;
	left: -100%;
}
.item-overlay.bottom {
	bottom: 100%;
}
.item-overlay.left {
	left: 100%;
}

/* Footer
-------------------------------------------------- */
#footer{
	background-color:#333333;
	padding:20px 0;
}
footer{
	color:#FFFFFF;
	font-weight:300;
}
.footer-title{
	font-size:18px;
	text-transform:uppercase;
}
#footer a{
	color:#FFFFFF !important;
}
.copyright, .copyright a{
	color:#5a5a5a;
	margin-top:10px;
	margin-bottom:10px;
}

/* Property Search form
-------------------------------------------------- */
form div.form-control {
  border: 0;
  padding: 0;
  height: auto;
  -webkit-box-shadow:none;
}
input.form-control,
select.form-control,
textarea.form-control {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #E4E4E4;
  color: #74777c;
  height: 41px;
  margin-bottom: 10px;
}
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
  border-color: #adb2b6;
}
.form-control-large,
.form-control-small {
  width: 345px;
  display: inline-block;
  margin: 10px;
}
.form-control-large .chzn-container,
.form-control-small .chzn-container,
.form-control-large .form-control,
.form-control-small .form-control {
  /*margin-bottom:15px;*/
  width: 100%;
}
.form-control-small {
  width: 188px;
}
.colored .form-control {
  color: #fff;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.colored .form-control::-webkit-input-placeholder {
  color: #fff;
}
.colored .form-control:-moz-placeholder {
  color: #fff;
}
.colored .form-control::-moz-placeholder {
  color: #fff;
}
.colored .form-control:-ms-input-placeholder {
  color: #fff;
}
.invalid {
  border-color: #F23030 !important;
}
/* @group Base */
.chzn-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100% !important;
  margin-bottom: 15px;
  zoom: 1;
  /* *display: inline;*/

  -webkit-user-select: none;
  -moz-user-select: none;
}
.chzn-container .chzn-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #E2E3E5;
  color: #74777c;
}
.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}
.chzn-container a {
  cursor: pointer;
}
/* @end */
/* @group Single chzn */
.chzn-container-single .chzn-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 15px;
  height: 41px;
  background-color: #fff;
  background-clip: padding-box;
  color: #74777c;
  text-decoration: none;
  white-space: nowrap;
  line-height: 41px;
  border: 1px solid #E4E4E4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.chzn-container-single .chzn-default {
  color: #74777c;
}
.chzn-container-single .chzn-single span {
  display: block;
  overflow: hidden;
  margin-right: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chzn-container-single .chzn-single-with-deselect span {
  margin-right: 60px;
}
.chzn-container-single .chzn-single abbr {
  position: absolute;
  top: 13px;
  right: 48px;
  display: block;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.chzn-container-single .chzn-single abbr:before {
  content: "\f00d";
}
.chzn-container-single .chzn-single abbr:hover {
  transform: scale(1.2);
}
.chzn-container-single .chzn-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 38px;
  height: 100%;
}
.chzn-container-single .chzn-single div:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 80%;
  margin-top: 10%;
  border-left: 1px solid #E4E4E4;
}
.chzn-container-single .chzn-single div b {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  text-align: center;
}
.chzn-container-single .chzn-single div b:before {
  content: "\f078";
}
.chzn-container-single .chzn-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chzn-container-single .chzn-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid rgba(116, 119, 124, 0.5);
  background-color: #fff;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.chzn-container-single .chzn-search:before {
  content: "\f002";
  position: absolute;
  top: 9px;
  right: 10px;
  color: #74777c;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chzn-container .chzn-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.chzn-container .chzn-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chzn-container .chzn-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chzn-container .chzn-results li.highlighted {
  background-color: rgba(32, 40, 51, 0.9);
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.chzn-container .chzn-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chzn-container .chzn-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chzn-container .chzn-results li.group-option {
  padding-left: 15px;
}
.chzn-container .chzn-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi chzn */
.chzn-container-multi .chzn-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  width: 100%;
  height: auto !important;
  border-bottom: 1px solid #e3e3e3;
  background-color: transparent;
  cursor: text;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: auto;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #74777c;
  font-size: 100%;
  font-family: 'Open Sans', sans-serif;
  line-height: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.chzn-container-multi .chzn-choices li.search-field .default {
  color: #74777c;
}
.chzn-container-multi .chzn-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 0px 28px 0 14px;
  border: 1px solid #0eaaa6;
  background-color: #ffde6a;
  color: rgba(32, 40, 51, 0.92);
  line-height: 30px;
  cursor: default;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 8px;
  right: 12px;
  display: block;
  width: 12px;
  height: 12px;
  color: #d5a110;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:before {
  content: "\f00d";
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  text-decoration: none;
  transform: scale(1.2);
}
.chzn-container-multi .chzn-choices li.search-choice-disabled {
  color: #adb2b6;
}
.chzn-container-multi .chzn-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-drop {
  margin-top: -30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -ms-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
.chzn-container-active.chzn-with-drop .chzn-single {
  border-color: #adb2b6;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
  border-left: none;
  background: transparent;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
/* @end */
/* @group Disabled Support */
.chzn-disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chzn-rtl {
  text-align: right;
}
.chzn-rtl .chzn-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chzn-rtl .chzn-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chzn-rtl .chzn-single-with-deselect span {
  margin-left: 38px;
}
.chzn-rtl .chzn-single div {
  right: auto;
  left: 3px;
}
.chzn-rtl .chzn-single abbr {
  right: auto;
  left: 26px;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chzn-rtl .chzn-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chzn-rtl .chzn-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chzn-rtl.chzn-container-single-nosearch .chzn-search,
.chzn-rtl .chzn-drop {
  left: 9999px;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none;
}
.chzn-rtl .chzn-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: #ffffff url('chzn-sprite.png') no-repeat -30px -20px;
  background: url('chzn-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chzn-rtl.chzn-container-single .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-rtl.chzn-container-single.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  .chzn-rtl .chzn-search input[type="text"],
  .chzn-container-single .chzn-single abbr,
  .chzn-container-single .chzn-single div b,
  .chzn-container-single .chzn-search input[type="text"],
  .chzn-container-multi .chzn-choices .search-choice .search-choice-close,
  .chzn-container .chzn-results-scroll-down span,
  .chzn-container .chzn-results-scroll-up span {
    background-image: url('chzn-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* chzn over colored background style */
.colored .chzn-container .chzn-drop {
  background-color: #ffffff;
  color: #74777c;
}
.colored .chzn-container-single .chzn-single {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: none;
  text-decoration: none;
}
.colored .chzn-container-single .chzn-default {
  color: #fff;
  text-decoration: none !important;
}
.colored .chzn-container-single .chzn-single div:after {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.colored .chzn-container-single:hover .chzn-single div b {
  color: inherit;
}
.colored .chzn-container-single .chzn-search input[type="text"] {
  border: 1px solid rgba(116, 119, 124, 0.5);
  background-color: #fff;
}
.colored .chzn-container-single .chzn-search:before {
  color: #74777c;
}
.colored .chzn-container .chzn-results li.disabled-result {
  color: #ccc;
}
.colored .chzn-container .chzn-results li.highlighted {
  background-color: rgba(32, 40, 51, 0.9);
  color: #fff;
}
.colored .chzn-container-multi .chzn-choices {
  border-color: rgba(255, 255, 255, 0.5);
}
.colored .chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  background: transparent !important;
  color: #fff;
}
.colored .chzn-container-multi .chzn-choices li.search-field .default {
  color: #fff;
}
.colored .chzn-container-multi .chzn-choices li.search-choice {
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.colored .chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  color: #fff;
  text-decoration: none;
}
.colored .chzn-container-multi .chzn-drop .result-selected {
  color: #ccc;
}
.colored .chzn-container-active .chzn-choices li.search-field input[type="text"] {
  color: #fff !important;
}
/* end */


/* MailChimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
Adapted from: http://blog.heyimcat.com/universal-signup-form/ */

#mc_embed_signup form {text-align:center; padding:10px 0 10px 0;}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
#mc_embed_signup input.email {font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; border: 1px solid #ABB0B2;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #343434; background-color: #fff; box-sizing:border-box; height:32px; padding: 0px 0.4em; display: inline-block; margin: 0; width:350px; vertical-align:top;}
#mc_embed_signup label {color:#ffffff; text-transform: uppercase; font-size: 20px; display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
#mc_embed_signup .button {font-size: 13px; border: 1px #fff solid; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; letter-spacing: .03em; color: #fff; background-color: #b4373c; box-sizing:border-box; height:32px; line-height:32px; padding:0 18px; display: inline-block; margin: 0; transition: all 0.23s ease-in-out 0s;}
#mc_embed_signup .button:hover {background-color:#aaa; cursor:pointer;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
#mc_embed_signup{background:#b4373c !important; clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;padding-top:10px; padding-bottom: 10px; }
@media (max-width: 768px) {
    #mc_embed_signup input.email {width:100%; margin-bottom:5px;}
    #mc_embed_signup .clear {display: block; width: 100% }
    #mc_embed_signup .button {width: 100%; margin:0; }
}

/* RESPONSIVE CSS
-------------------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (min-width : 992px) {
	.carousel-caption{
		bottom:120px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.carousel-caption{
		bottom:90px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

  /* Bump up size of carousel content */
	.carousel-caption{
		bottom:40px;
	}
	#footer{ text-align:center;}
	.logos img {
		margin:15px auto 0 auto;
	}
	.carousel-caption h1{
		font-size:24px;
	}
	.carousel-caption p{
		font-size:14px;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	header{ height:200px;}
	.container.headerwrap #logo{
		width:200px;
		padding-top:25px;
		float:none;
		clear:both;
		text-align:center;
		margin: 0 auto;
	}
	.header-right{
		float:none;
		clear:both;
		text-align:center;
		margin:15px 0;
	}
	.hide-xs{ display:none;}
	ol.carousel-indicators{display:none;}
	.iconwraplrg{
		float:none;
		clear:both;
		text-align:center;
		margin-bottom:10px;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}
