@font-face {
	font-family: 'Gibson Regular';
	src: url('../fonts/gibson-regular-webfont.eot') format('eot'),
	url('../fonts/gibson-regular-webfont.woff') format('woff'), 
	url('../fonts/gibson-regular-webfont.ttf') format('truetype'),
	url('../fonts/gibson-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gibson Semibold';
	src: url('../fonts/gibson-semibold-webfont.eot') format('eot'),
	url('../fonts/gibson-semibold-webfont.woff') format('woff'), 
	url('../fonts/gibson-semibold-webfont.ttf') format('truetype'),
	url('../fonts/gibson-semibold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gibson Light';
	src: url('../fonts/gibson-light-webfont.eot') format('eot'),
	url('../fonts/gibson-light-webfont.woff') format('woff'), 
	url('../fonts/gibson-light-webfont.ttf') format('truetype'),
	url('../fonts/gibson-light-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat Regular';
	src: url('../fonts/montserrat-regular-webfont.eot') format('eot'),
	url('../fonts/montserrat-regular-webfont.woff') format('woff'), 
	url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
	url('../fonts/montserrat-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'montserratsemi_bold';
  src: url('../fonts/montserrat-semibold-webfont.eot');
  src: url('../fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
  url('../fonts/montserrat-semibold-webfont.woff') format('woff'),
  url('../fonts/montserrat-semibold-webfont.ttf') format('truetype'),
  url('../fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Harlem Script';
	src: url('../fonts/harlem_script-webfont.eot'),
	url('../fonts/harlem_script-webfont.woff') format('woff'), 
	url('../fonts/harlem_script-webfont.ttf') format('truetype'), 
	url('../fonts/harlem_script-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Museoslab-500';
	src: url('../fonts/museoslab-500-webfont.eot'),
	url('../fonts/museoslab-500-webfont.woff') format('woff'), 
	url('../fonts/museoslab-500-webfont.ttf') format('truetype'), 
	url('../fonts/museoslab-500-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ArchivoNarrow-Regular';
	src: url(../fonts/ArchivoNarrow-Regular_gdi.eot);
	src: url(../fonts/ArchivoNarrow-Regular_gdi.eot?#iefix) format("embedded-opentype"), url(../fonts/ArchivoNarrow-Regular_gdi.woff) format("woff"), url(../fonts/ArchivoNarrow-Regular_gdi.ttf) format("truetype"), url(../fonts/ArchivoNarrow-Regular_gdi.svg#ArchivoNarrow-Regular) format("svg");
	font-weight: 400;
	font-style: normal
}

/*=== HEADER ===*/
.home .header {
  height: 0px;
}
.inner .header {
  height: 150px;
}
#header{
	position: fixed;
	width: 100%;
	height: 150px;
	z-index: 9999;
}
#header .main,#header .page{
	max-width: 1200px;
}
.top-bar{
	background: #1a212c;
	height: 50px;
}
.top-bar .main{
	clear: both;
}
.top-bar li{
	display: inline-block;
	margin-right: 25px;
}
.top-bar li:last-child{
	margin-right: 0;
}
.top-bar li a{
	color: #ffffff;
	font-size: 16px;
}
.properties-btn{
	display: inline-block;
	padding: 0 40px 0 55px;
	background: url(/images/icons/heart.png) 17px center no-repeat #c41230;
	line-height: 50px;
	-webkit-transition: all 0.3s ease 0s; 
	   -moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
	position: relative;
}
.properties-btn span{
	display: inline-block;
	background: #1a212c;
	-webkit-border-radius: 50%;
       -moz-border-radius: 50%;
			border-radius: 50%;
	font-size: 13px;
	width: 19px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	color: #ffffff;
	position: absolute;
	top: 21px;
	left: 27px;
	-webkit-transition: all 0.3s ease 0s; 
	   -moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}
.properties-btn:hover span{
	background: #ffffff;
	color: #1a212c;
}
.properties-btn:hover{
	background: url(/images/icons/heart_hover.png) 17px center no-repeat #012648;
}
.properties-btn span:empty {
	display: none;
}
.logo{
	width: 255px;
}
.site-logo a{
	background: url("/images/layout/logo.png") center center no-repeat #ffffff;
	display:block;
	width: 100%;
	height: 150px;
	top: -50px;
	position: absolute;
}
.fixed .logo{
	background: url("/images/layout/logo_dark.png") left center no-repeat;
}
.header-menu{
	background: rgba(1, 38, 72, 0.9);
	height: 100px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}
.inner .header-menu {
  background: #1a3b5a;
}

/*=== MAIN NAVIGATION ===*/
.nav-menu{
    width: 100%;
	margin: 0 20px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.nav-menu li{
	display: inline-block;
	margin-right: 55px;
	position: relative;
}
.nav-menu li:last-child{
	margin-right: 0;
}
.nav-menu li a{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 16px;
    display: block;
    margin-top: 16px;
    border-bottom: 3px solid transparent;
	-webkit-transition: all 0.3s ease 0s; 
	   -moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}
.nav-menu > li:hover > a {
	 border-bottom: 3px solid #ffffff;
}
.nav-menu li.heart a {
  background: url(/images/icons/heart.png) 17px center no-repeat;
  position: relative;
}
.nav-menu li.heart a .count {
  display: inline-block;
  background: #1a212c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 13px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 21px;
  left: 27px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nav-menu li.heart a .count:empty {
  display: none;
}
.sub-menu {
	text-align: center;
    background: #c41230;
    left: 50%;
    list-style: none;
    padding: 13px 23px 13px;
    position: absolute;
    top: 100%;
    min-width: 295px;
    z-index: 999;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	display: none;
}
.nav-menu li:hover > .sub-menu {
	display: block;
}
.sub-menu li {
	margin-right: 0;
	width: 100%;
	
}
.sub-menu li + li {
  border-top: 1px solid #aa0f29;
}
.sub-menu > li.has-subs a {
	transition:background-color 0.3s ease 0s;
}

.left-nav .sub-menu > li.has-subs > a {
  background: url(/images/arrows/more_light.png);
  background-repeat: no-repeat;
	background-position: right 25px top 50%;
}

.right-nav .sub-menu > li.has-subs > a {
  background: url(/images/arrows/more_light_flip.png);
  background-repeat: no-repeat;
	background-position: left 25px top 50%;
}

.sub-menu li a { 
	font-size: 16px;
	margin: 0;
	padding: 12px 32px;
	border-bottom: 0;
	white-space: nowrap;
}
.sub-menu li:hover > a,
.sub-menu li a:active {
	background-color:#aa0f29 !important;	
}

/* third-tier nav menu */


.sub-menu .sub-menu {
	top:0;
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none;
}

.left-nav .sub-menu .sub-menu {
  left:100%;
}

.right-nav .sub-menu .sub-menu {
  left:auto;
  right:100%;
}

.nav-btn {
	display: none;
}
/*=== FOOTER ===*/
#footer.cell {
	background: #1a212c;
	color: #FFF;
	padding: 20px 0 15px;
}
#footer .page .cell:first-child {
	width: 40%;
	font-size: 12px;
	line-height: 22px;
}
.realtor-mls {
	
}
.realtor-mls {
	display: inline-block;
	width: 85px;
	height: 44px;
	background: url("/images/layout/Realtor_MLS_Logo.png") no-repeat;
	margin-right: 15px;
}
.equal-housing{
	display: inline-block;
	width: 40px;
	height: 41px;
	background: url("/images/layout/Equal_Housing_Logo.png") no-repeat;
}
.voted{
	display: inline-block;
	vertical-align: middle;
	width: 106px;
	height: 106px;
	background: url("/images/layout/logo_best_new.png") no-repeat;
	margin-right: 30px;
}
#search-banner .voted {
	position: absolute;
    top: 160px;
    right: 0px;
    height: 150px;
    width: 150px;
    background-size: contain !important;
    background: url("/images/layout/best-of-header.png") no-repeat;
}
.jbsystem{
	display: inline-block;
	vertical-align: middle;
	width: 110px;
	height: 42px;
	background: url("/images/layout/JB_System_logo.png") no-repeat;
}
.jbsystem span{
	text-transform: uppercase;
	font-size: 9px;
	position: relative;
}

/*=== SEARCH BANNER ===*/
.banner{
	background: url("/images/banners/header.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
	
}
.banner.sub-banner{
	background: url("/images/banners/sub_header1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-attachment: scroll;
}
.banner.sub-banner > .cell{
	padding-top: 0;
	height: 300px;
}
.banner.sub-banner h3{
	font-size: 81px;
	padding: 25px 20px;
	background: rgba(54, 54, 54, 0.65);
}
.banner.sub-banner h3:before, 
.banner.sub-banner h3:after{
	width: 79%;
}
.sub-banner-overlay{
	background: rgba(37, 37, 37, 0.2);
}
.banner > .cell{
	padding-top: 150px;
}
.banner .main{
	width: 100%;
	max-width: 780px;
}
.banner h3{
	display: inline-block;
	font-family: 'Harlem Script';
	font-size: 68px;
	color: #ffffff;
	text-shadow: 1px 3px 0px rgba(0, 0, 0, 0.8)
}
.banner h3:before,.banner h3:after{
	content: "";
	height: 25px;
	display: inline-block;
	border-left: 10px solid #c41230;
	border-right: 10px solid #c41230;
	border-top:  10px solid #c41230;
	box-sizing: border-box;
	width: 90%;
	margin-bottom: 10px;
	display: block;
    margin: 0 auto 10px;
}
.banner h3:after{
	border-top: none;
	border-bottom:  10px solid #c41230;
	margin-bottom: 0;
}
.banner-text{
	margin-bottom: 15px;
}
.search-box{
	background: rgba(1, 38, 72, 0.9);
	padding: 22px 40px;
}
.search .space{
	width: 20px;
}
.search input{
	width: 100%;
	height: 53px;
	line-height: 53px;
	-webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
	padding: 0 16px;
	font-size: 18px;
	color: #012648;
	font-family: 'Gibson Light';
}
.search .cell:first-child{
	width: 407px;
}
.search .cell:last-child{
	width: 95px;
}
.search .cell:nth-child(3) input,
.search .cell:nth-child(5) input{
	background: url("/images/layout/dollar.png") center center no-repeat #ffffff;
	min-width: 62px;
}
.search input[type=submit]{
	text-indent: -9999px;
	background: url("/images/icons/search.png") center center no-repeat #c41230;
	cursor: pointer;
}
.search-links li{
	display: inline-block;
	border-right: 1px solid #ffffff;
	padding: 0 20px 0 17px;
	line-height: 14px;
}
.search-links li:last-child{
	border-right: none;
}
.search-links a{
	color: #ffffff;
	font-size: 16px;
	font-family: 'Gibson Light';
	line-height: 14px;
	-webkit-transition: all 0.3s ease 0s; 
	   -moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
	border-bottom: 3px solid transparent;
	padding-bottom: 6px;
}
.search-links a:hover{
	border-bottom: 3px solid #ffffff;
}
.search-links{
	text-align: center;
	padding-top: 16px;
}
.move-down{
	display: block;
	position: absolute;
	background: url("/images/layout/down.png") 0 5px no-repeat;
	width: 241px;
	height: 46px;
	bottom: -3px;
	left: 50%;
	margin-left: -120px;
}
/*=== BREADCRUMBS ===*/
.breadcrumbs{
	font-size: 12px;
	color: #252525;
	padding-top: 40px;
}
.breadcrumbs li{
	display: inline-block;
	padding-right: 20px;
	background: url("/images/arrows/breadcrumbs.png") right 8px top 50% no-repeat;
}
.breadcrumbs li:last-child{
	background: none;
}
/*=== ABOUT SECTION & MAIN CONTENT ===*/
.home #about {
  position: relative;
  z-index: 0;
  background-color: #fff;
}

#about .page .cell:first-child{
	padding-right: 22px;
}
#about .page .cell:last-child{
	padding-left: 8px;
	padding-top: 20px
}
#about > .cell{
	padding: 55px 0 110px;
}
#about h1, .main-content h1{
	font-size: 42px;
	color: #1a212c;
	font-family: 'Museoslab-500';
	line-height: 48px;
	margin-bottom: 15px;
}
#about h1 span{
	font-family: 'Harlem Script';
	font-size: 48px;
	display: block;
}
#about h3{
	font-family: 'Gibson Semibold';
	text-transform: uppercase;
	color: #c41230;
	font-size: 22px;
	margin-bottom: 15px;
}
#about .img-box{
	display: inline-block;
	vertical-align: bottom;
}
#about .img-box:first-child{
	margin-right: 20px;
	margin-bottom: 10px;
}
#about .img-box:first-child img{
	position: relative;
	left: 15px;
    top: -15px;
}

#about .img-box:nth-child(3){
	vertical-align: middle;
}
#about .img-box:nth-child(3) img{
	margin-left: 23px;
}
#about .img-box:last-child{
	left: 20px;
	vertical-align: middle;
}
#about .img-box:last-child img{
	position: relative;
	width: 97%;
	z-index: -1;
	left: -13px;
	top: -20px;
}
/*
.main-content{
	border-bottom: 10px solid #b71f32;
}
*/
.main-content > .cell{
	padding: 50px 0 60px;
}
.main-content h1{
	padding-bottom: 38px;
	position: relative;
	margin-bottom: 40px;
}
.main-content h1:after{
	content: "";
	position: absolute;
    display: block;
    width: 120px;
    height: 4px;
    background: #c41230;
    bottom: 0;
}
.main-content p{
	color: #012648;
	line-height: 24px;
}
.main-content h2 {
	color: #c41230;
	text-transform:uppercase;
	font-size: 18pt;
	font-family: 'Gibson Semibold';	
	margin-bottom: 20px;
}
.main-content h3 {
	font-family: 'Harlem Script';
	font-size: 42pt;
}
.main-content h4 {
	font-size: 14pt; 
	margin-bottom: .5em;
}
.main-content p a {
	color: #c41230;	
}
.main-content .col-left{
	padding-right: 20px;
}
.main-content .col-right{
	width: 35%;
	text-align: right;
}

.main-content .col-right .img-box img{
	position: relative;
	bottom: 20px;
	left: 20px;
}
.main-content li {
	list-style: disc;
	line-height: 24pt;
	margin-left: 1em;
}

/*=== FEATURED SECTION ===*/

.home #featured {
  position: relative;
  z-index: 0;
}

#featured > .cell{
	background: url(/images/banners/featured.jpg) no-repeat;
	background-attachment: fixed;
    background-size: cover;
    background-position: center center;

}
#featured .main{
	max-width: 1128px;
	height: 650px;
}

#home-prop-slider {
  list-style: none;
  display: block;
}

#home-prop-slider > li {
  display: inline-block;
  width: 333px !important;
}

.featured-box{
	background: rgba(196, 18, 48, 0.85);
	padding: 0 57px;
	position: absolute;
    height: calc(100% + 60px);
    width: 100%;
	max-width: 794px;
    top: -60px;
    bottom: -60px;
	left: 0;
    box-sizing: border-box;
}

.show-featured .featured-box{
  top: 30px !important;
  transition: top 0.7s ease 0s;
}

.reset-feature .featured-box{
  top: -60px !important;
}

.reset-feature #about {
  z-index: 0 !important;
}

.featured-box h2{
	color: rgba(255, 255, 255, 0.75);
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Gibson Regular';
	height: 60px;
	line-height: 60px;
}
.featured-box h3{
	color: #ffffff;
	font-size: 32px;
	margin:40px 0 25px;
}
.featured-slider {
  height:418px;
}

.featured-slider .bx-wrapper,
.featured-slider .bx-wrapper .bx-viewport,
#home-prop-slider,
#home-prop-slider li {
  height: 100% !important;
}

.featured-slider .gallery-sm {
  background-color: #fff;
}

.featured-slider:after{
	content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.featured-item{
	width:100%;
}
.featured-item .img-box .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(37, 37, 37, 0.6);
	text-align: center;
	-webkit-transition: all 0.3s ease 0s; 
	   -moz-transition: all 0.3s ease 0s;
	    -ms-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
	opacity: 0;
}
.featured-item .img-box:hover .overlay{
	opacity: 1;
}
.featured-item .img-box .overlay span{
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Gibson Semibold';
	display: inline-block;
	padding-right: 20px;
	background: url(/images/arrows/more_light.png) no-repeat right center;
}
.featured-item:first-child{
	margin-right: 2%;
}
.featured-box .price-box{
	height: 45px;
	line-height: 45px;
	padding-left: 48px;
	background: url("/images/icons/price.png") left 19px top 50% no-repeat #c41230;
	max-width: 232px;
	position: absolute;
	width: 100%;
	bottom: -16px;
	clear: both;
	font-family: 'Gibson Semibold';
	color: #ffffff;
}
.featured-box .price-box .arrows{
	background: #1a212c;
	width: 59px;
	height: 100%;
	float: right;
}
.featured-box .price-box .arrows a{
	width: 50%;
	height: 100%;
	display: block;
	float: left;
}
.featured-box .img-box{
	display: block;
}
.featured-box img{
	display: block;
}
.featured-box .price-box .arrows a:first-child{
	background: url("/images/arrows/sm_left.png") 13px 50% no-repeat;
}
.featured-box .price-box .arrows a:last-child{
	background: url("/images/arrows/sm_right.png") top 50% right 13px no-repeat;
}
.featured-detail-box{
	background: #ffffff;
	padding: 23px 0 8px;
}
.featured-name{
	padding: 15px 18px 25px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 22px;
	width: 210px;
}
.featured-name span{
	display: block;
	color: #c41230;
	padding-top: 5px;
}
.featured-info{
	clear: both;
}
.featured-share{
	float: right;
	width: 120px;
	text-align: center;
}
.featured-share .ft-logo{
	width: 40px;
	height: 35px;
	background: url("/images/layout/logo_sm.png")  no-repeat;
	margin: 0 auto 17px;
}
.featured-share .ft-share{
	display: inline-block;
	width: 23px;
	height: 22px;
	background: url("/images/icons/prod_share.png")  no-repeat;
	margin-right: 15px;
}
.featured-share .ft-like{
	display: inline-block;
	width: 26px;
	height: 23px;
	background: url("/images/icons/heart-border.png")  no-repeat;
	background-size: cover;
	position: relative;
	z-index: 99;
	cursor: pointer;
}
.featured-share .ft-like.selected {
	background-image: url("/images/icons/heart-red-full.png");
}
.featured-detail-box .attribute-list{
	padding: 0 7px;
	clear: both;
	overflow: hidden;
}
.featured-detail-box .attribute-list li{
	width: 21%;
	float: left;
	margin-right: 2%;
	height: 44px;
	line-height: 44px;
}
.featured-detail-box .attribute-list li:last-child{
	width: 31%;
	margin-right: 0;
}
.featured-detail-box li.count-bedrooms{
	background: url("/images/icons/bed.png") 14px center no-repeat #ebebeb;
	padding-left: 44px;
}
.featured-detail-box li.count-bath-rooms{
	background: url("/images/icons/shower.png") 10px center no-repeat #ebebeb;
	padding-left: 38px;
}
.featured-detail-box li.count-garages{
	background: url("/images/icons/car.png") 14px center no-repeat #ebebeb;
	padding-left: 45px;
}
.featured-detail-box li.count-area{
	background: url("/images/icons/area.png") 11px center no-repeat #ebebeb;
	padding-left: 35px;
}
.featured-box .slide-left, .featured-box .slide-right{
	display: block;
	width: 81px;
	height: 43px;
	border: 4px solid #ffffff;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease 0s; 
	   -moz-transition: all 0.3s ease 0s;
	    -ms-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
	position: absolute;
	margin-top: 32px;
}
.featured-box .slide-left{
	background: url("/images/arrows/f_slider_left.png")center center no-repeat;
	left:57px;
}
 .featured-box .slide-right{
	background: url("/images/arrows/f_slider_right.png")center center no-repeat;
	right: 57px;
 }
.featured-box .slide-left:hover{
	background: url("/images/arrows/f_slider_left_dark.png")center center no-repeat #ffffff;
	opacity: 1;
}
.featured-box .slide-right:hover{
	background: url("/images/arrows/f_slider_right_dark.png")center center no-repeat #ffffff;
	opacity: 1;
}

/*=== DIFFERENCE SECTION ===*/

.home #difference {
  position: relative;
  z-index: 0;
}

#difference > .cell {
	background: #1a212c;
	padding: 55px 0;
	color: #ffffff;
}
#difference  h2 {
	font-size: 42px;
	text-align: center;
	position: relative;
	padding-bottom: 44px;
	margin-bottom: 52px;
}
#difference  h2:after {
	content: "";
	display: block;
	position: absolute;
	width: 160px;
	height: 10px;
	background: #c41230;
	left: 50%;
	margin-left: -80px;
	bottom: 0;
}
#difference h3 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.tabs{
	text-align: center;
	padding-bottom: 75px;
}
.tabs li{
	display: inline-block;
	margin-right: 60px;
	position: relative;
	text-align: center;
}
.tabs li:after{
	content: "";
	display: inline-block;
	width: 160px;
	height: 6px;
	background: #464646;
	bottom: 0;
}
.tabs li:last-child{
	margin-right:0;
}
.tabs li a{
	display: block;
	padding: 100px 20px 30px;
	font-family: 'Gibson Semibold';
	text-transform: uppercase;
	font-size: 18px;
	white-space: nowrap;
	background-position: center 30px;
	background-repeat: no-repeat;
}
.tabs li a[href="#staging"]{
	background-image: url("/images/icons/lamp.png");
}
.tabs li a[href="#tours"]{
	background-image: url("/images/icons/photo.png");
	background-position: center 40px;
}
.tabs li a[href="#marketing"]{
	background-image: url("/images/icons/key.png");
}
.tabs li a[href="#awards"]{
	background-image: url("/images/icons/stars.png");
}
.tabs li.active, .tabs li.active:after {
	background-color: #c41230;
}
.tabs li.active:after {
	/*width: 100%;*/
}
#staging .img-box img {
	position: relative;
	top: -20px;
    right: -20px;
}
.tab-item .cell:first-child {
	padding: 0 30px;
	text-align: center;
}
.btn {
	display: inline-block;
	border: 4px solid #c41230;
	height: 63px;
	line-height: 58px;
	font-family: 'Gibson Semibold';
	text-transform: uppercase;
	padding: 0 40px;
	transition: all 0.3s ease 0s;
	background-position: right 20px top 54%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.btn:hover {
	background: url("/images/arrows/sm_right.png") right 20px top 54% no-repeat #b71f32;
	color: #FFF;
}

input.btn {
	cursor:pointer;
	background-image:none !important;
}
input.btn:hover {color:#FFF;}

form .buttons {
	margin-top:40px;
}

#tours .img-box img {
	position: relative;
	top: -20px;
    right: -20px;
}
#tours .btn {
	display: inline-block;
	border: 4px solid #c41230;
	height: 63px;
	line-height: 58px;
	font-family: 'Gibson Semibold';
	text-transform: uppercase;
	padding: 0 40px;
	transition: all 0.3s ease 0s;
	background-position: right 20px top 50%;
}
#tours .btn:hover {
	background: url("/images/arrows/sm_right.png") right 20px top 50% no-repeat #b71f32;
}

#marketing .img-box img {
	position: relative;
	top: -20px;
    right: -20px;
}
#marketing .btn {
	display: inline-block;
	border: 4px solid #c41230;
	height: 63px;
	line-height: 58px;
	font-family: 'Gibson Semibold';
	text-transform: uppercase;
	padding: 0 40px;
	-webkit-transition: all 0.3s ease 0s; 
	   -moz-transition: all 0.3s ease 0s;
	    -ms-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
	background-position: right 20px top 50%;
}
#marketing .btn:hover {
	background: url("/images/arrows/sm_right.png") right 20px top 50% no-repeat #b71f32;
}

#awards .img-box img {
	position: relative;
	top: -20px;
    right: -20px;
}
#awards .btn {
	display: inline-block;
	border: 4px solid #c41230;
	height: 63px;
	line-height: 58px;
	font-family: 'Gibson Semibold';
	text-transform: uppercase;
	padding: 0 40px;
	transition: all 0.3s ease 0s;
	background-position: right 20px top 50%;
}
#awards .btn:hover{
	background: url("/images/arrows/sm_right.png") right 20px top 50% no-repeat #b71f32;
}
/*=== ARTICLES SECTION ===*/

.home #articles{
  background: #1A212C;
}

   
#articles .cell .img-box{
	position: relative;
	display: block;
}
#articles.active .cell .img-box {
  opacity: 1 !important;
}
#articles.active .cell:first-child .img-box {
  transition: opacity 0.5s ease 0s ;
}
#articles.active .cell:nth-child(2) .img-box {
  transition: opacity 0.5s ease 0.2s;
}
#articles.active .cell:nth-child(3) .img-box {
  transition: opacity 0.5s ease 0.4s;
}
#articles.active .cell:nth-child(4) .img-box {
  transition: opacity 0.5s ease 0.6s;
}
#articles .cell img{
	height: auto;
	width: 100%;
	display: block;
}
#articles .cell .img-box .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1, 38, 72, 0.6);
	text-align: center;
	transition: all 0.3s ease 0s;
}
#articles .cell .img-box:hover .overlay{
	background: none;
}
#articles .cell .img-box h3{
	color: #ffffff;
	font-size: 28px;
	padding-top: 60px;
	position: relative;
	z-index: 1;
}

#articles .cell .img-box h3.h-shadow {
  padding-top: 0px;
  position: absolute;
  bottom: -2px;
  padding-left: 4px;
  display: block;
  width: 100%;
  z-index: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  opacity: 0;
  color: #000;
}
#articles .cell .img-box a:hover h3.h-shadow {
  opacity: 1;
}
#articles .cell .img-box h3 span{
	font-size: 18px;
	display: block;
	font-family: 'Gibson Regular';
	text-transform: uppercase;
	margin-bottom: 5px;
}
#articles .cell .img-box .more{
	background: url(/images/arrows/more_red.png) right 18px top 50% no-repeat #ffffff;
	display: inline-block;
	color: #c41230;
	font-size: 18px;
	text-transform: uppercase;
	padding: 17px 38px 17px 25px;
	margin-top: 42px;
	opacity: 0;
	transition: all 0.3s ease 0s;
}
#articles .cell .img-box:hover .more{
	opacity: 1;
}

/*=== ARTICLES SECTION ===*/

/*
.home #testimonials > .cell {
  border-top: 10px solid #b71f32;
}
*/

.inner #testimonials {
  background-color: #EBEBEB;
}

#testimonials > .cell{
	padding: 70px 0 80px;
}
.tstm-slider{
	padding-top: 78px;
	max-width: 720px;
	margin: 0 auto;
	background: url("/images/layout/chat.png") center top no-repeat;
}
.tstm-slider li{
	text-align: center;
}
.tstm-slider li p{
	font-size: 20px;
	line-height: 1.5;
}
.tstm-slider  .author{
	font-size: 18px;
	color: #95958f;
}

.tstm-slider a.read-more {
  color: #C41230 !important;
}

/*=== Unslider Site Arrows ===*/

.unslider .unslider-arrow{
	text-indent: -999em;
	top:25%;
	display: block;
	width: 54px;
	height: 87px;
	border: 10px solid #ebebeb;
	transition: all 0.3s ease 0s;
}
.unslider .unslider-arrow.next{
	background: url("/images/arrows/sm_right_dark.png") center center no-repeat;
}
.unslider .unslider-arrow.prev{
	background: url("/images/arrows/sm_left_dark.png") center center no-repeat;
}
.unslider .unslider-arrow:hover{
	background-color: #ebebeb;
}

/*=== SOCIAL SECTION ===*/

#social .all-posts {
  padding-bottom: 29%;
  position: relative;
  display: block;
  background-color: #1A212C;
}

#social .all-posts > div {
  position: absolute;
  top:0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
}

#social .cell .img-box {
  display: block; 
  height: 100%;
  position: relative;
  background-attachment: scroll;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.info-social-box{
	width: 30.33%;
	background: url("/images/layout/social_hash.png") right bottom no-repeat #c41230;
	text-align: center;
	padding: 40px;
}
.info-social-box h3{
	color: #ffffff;
	font-size: 22px;
	font-family: 'Gibson Semibold';
	text-transform: uppercase;
}
.info-social-box h3 span{
	font-size: 40px;
	font-family: 'Harlem Script';
	display: block;
	margin-top: 30px;
	text-transform: none;
}
.info-social-box .facebook{
	width: 21px;
	height: 44px;
	display: inline-block;
	background: url("/images/icons/fb_l.png") no-repeat;
	margin-right: 30px;
}
.info-social-box .instagram{
	width: 41px;
	height: 41px;
	display: inline-block;
	background: url("/images/icons/inst_l.png") no-repeat;
}
.info-social-box p{
	color: #ffffff;
	margin: 15px 0 10px;
}
.info-social-box .hashtag{
	font-family: 'Gibson Semibold';
	color: #ffffff;
	font-size: 43px;
	text-transform: uppercase;
}
#social .cell .shadow{
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(102,35,25,0) 43%, rgba(238,82,58,0) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(43%, rgba(102,35,25,0)), color-stop(100%, rgba(238,82,58,0)));
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(102,35,25,0) 43%, rgba(238,82,58,0) 100%);
	background: -o-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(102,35,25,0) 43%, rgba(238,82,58,0) 100%);
	background: -ms-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(102,35,25,0) 43%, rgba(238,82,58,0) 100%);
	background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(102,35,25,0) 43%, rgba(238,82,58,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ee523a', GradientType=1 );
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#social .img-box .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(37, 37, 37, 0.9);
	text-align: center;
	-webkit-transition: all 0.3s ease 0s; 
	   -moz-transition: all 0.3s ease 0s;
	    -ms-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
	color: #ffffff;
	padding: 0 15%;
	opacity: 0;
}
#social .img-box:hover .overlay {
	opacity: 1;
}

body:not(.desktop) #social .img-box .overlay {
  opacity: 1;
  background: rgba(37, 37, 37, 0.6);
}

#social .img-box a:after {
    content: "";
    display: block;
    width: 13px;
    height: 29px;
    position: absolute;
	left: 22px;
    bottom: 18px;
    margin-left: 0;
    z-index: 1;
}
#social .fb {
  width: 39.16%
}
#social .img-box:hover a:after,
body:not(.desktop) #social .img-box a:after {
	top: 20%;
	left: 50%;
	margin-left: - 6.5px;
}
#social .inst .img-box:hover a:after,
body:not(.desktop) #social .inst .img-box a:after {
	margin-left: -13.5px;
}
#social .fb .img-box a:after,
#social .inst.facebook .img-box a:after{
	background: url(/images/icons/fb.png) no-repeat;
}
#social .inst .img-box a:after{
	background: url(/images/icons/inst.png) no-repeat;
	width: 27px;
  height: 27px;
}
#social .img-box h4{
	font-size: 14px;
	font-family: 'Gibson Semibold';
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 40px;
}
#social .img-box .view{
	color: #c41230;
	padding-right: 33px;
	text-transform: uppercase;
	font-family: 'Gibson Semibold';
	background: url("/images/arrows/sm_more_red.png") right center no-repeat;
}
body:not(.desktop) #social .img-box .view {
  color: #FFF !important;
  background: none;
  padding: 0px;
}
#proposals {
  overflow: hidden;
}
#proposals .cell{
	text-align: center;
	color: #ffffff;
	background-color: #FFF;
}
#proposals .cell:first-child > div{
	background-color: #c41230;
	text-align: right;
  transition: all 0.5s ease 0s;
}
#proposals .cell:last-child > div {
	background-color: #aa0f29;
	text-align: left;
	transition: all 0.5s ease 0s;
}
#proposals .cell a{
	font-size: 18px;
	display: block;
	padding: 45px 0;
}
#proposals .cell:first-child a{
	padding-left: 20px;
	padding-right: 50px;
}
#proposals .cell:last-child a{
	padding-right: 20px;
	padding-left: 50px;
}
#proposals .cell a span{
	display: inline-block;
	width: 9px;
	height: 15px;
	background: url("/images/arrows/sm_right.png") no-repeat;
	margin-left: 35px;
}

/* --------- Testimonial Page --------- */

.testimonial-list li {
	position: relative;
	list-style: none;
	max-width:850px;
	margin-left:auto;margin-right:auto;
	text-align: center;
}

.testimonial-list li + li {
	margin-top:35px;
	padding-top:35px;
}

.testimonial-list .author {
  color: #95958f;
}

.testimonial-list .author,
.popup .author {
	font-weight:bold;
}

/* --------- Community Involvement Page --------- */

.comm-involvement-list + .comm-involvement-list {
  margin-top: 20px;
}
.comm-involvement-list:nth-child(even) article.cell:nth-of-type(2n),
.comm-involvement-list:nth-child(odd) article.cell:first-child {
	background-color:#EBEBEB;
}

.comm-involvement-list:nth-child(even) article.cell:first-child,
.comm-involvement-list:nth-child(odd) article.cell:nth-of-type(2n) {
  border: 1px solid #EBEBEB;
}

.comm-involvement-list .cell {
	padding:25px;
}

.comm-involvement-list .cell figure {
	width:100%;
	position: relative;
	margin-bottom: 20px;
	padding: 15px 0px;
}

.comm-involvement-list .cell figure img {
  display: block;
  margin: 0 auto;
}

.comm-involvement-list .cell h2 {
  color:#282828;
  font-size: 18px;
}

.comm-involvement-list .cell h3 {
	font-size:30px;
/* 	margin:0 auto 20px; */
	padding-bottom:10px;
	margin-bottom:10px;
	margin-left: 10px;
	border-bottom:1px solid #282828;
}
.comm-involvement-list .cell p {
	margin-left: 10px;
	font-size: 16px;
}

.prop-gallery {
  display: none;
}

.horizontal-bar {
  display: block;
  height: 10px;
  background-color: #b71f32;
  transition: width 0.7s ease 0s;
}

.comm-involvement-list .spacer-vert {
  padding: 0px;
  width: 20px;
}

.spacer-horz .cell {
  padding: 0px;
  height: 20px;
}

/* --------- About Page Slider --------- */

#about-staff {
  background-color: #ebebeb;
}

#about-staff h3 {
  font-family: 'Harlem Script';
  font-size: 48px;
  line-height: 100%;
  padding-bottom: 6px;
}

#about-staff h4 {
  font-family: 'Gibson Semibold';
  font-weight: normal !important;
}

#about-staff h4 strong {
  font-weight: normal !important;
}

.about-team-tiry .unslider {
  position: relative;
}

.about-team-tiry .unslider ul,
.about-team-tiry .unslider > div,
.about-team-tiry .unslider li {
  height: 100% !important;
}

.staff-desc {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

.staff-photo {
  width: 44%;
}

.staff-photo > figure {
  display: block;
  height: 100%;
  width: 100%;
  background-attachment: scroll;
  background-color: transparent;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.staff-desc > .cell p{
  margin: 0px;
}

.staff-desc > .cell p {
  padding-top: 18px;
}

.staff-bio {
  padding: 50px 0px 30px 40px;
}

.inner .unslider .unslider-arrow {
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -o-transform:      translateY(-50%);
  transform:         translateY(-50%);
  border-color: #FFF;
}

.inner .unslider .unslider-arrow:hover {
  background-color: #FFF;
}

#designations > .cell {
  padding: 40px 0px;
}

#designations h2 {
  color: #c41230;
  text-transform: uppercase;
  font-size: 18pt;
  font-family: 'Gibson Semibold';
  margin-bottom: 20px;
}

#designations .table {
  max-width: 900px;
}

/* --------- Newsletter Styles --------- */

.document {
  border:1px solid #EBEBEB;
}

.document h4 {
  font-size: 24px;
  line-height: 28px;
}

.document:nth-of-type(odd) {
  background-color: #F4F4F4;
}

.document + .document {
  margin-top: 36px;
}

.doc-thumbnail {
  padding: 18px 23px;
  width: 154px;
}

.doc-thumbnail figure {
  height: 137px;
  width: 108px;
  background-attachment: scroll;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #adaca8;
}

.doc-desc {
  padding: 18px 23px;
  border-left: 1px solid #EBEBEB;
}

.doc-desc p {
  padding: 0px;
  margin: 0px;
}

.doc-desc p + p {
  padding-top: 10px;
}

.doc-desc .date {
  font-family: 'Gibson Semibold';
}

.doc-desc .date-posted {
  height: 20px;
}
.doc-desc .date-posted p {
  font-size: 12px;
  color: #68747f;
}

.video-link {
  position: absolute;
  z-index: 9990;
  bottom:20px;
  right: 20px;
}

.video-link a {
  display: inline-block;
  text-align: center;
  font-family: 'Gibson Semibold';
  color: #FFF;
  text-transform: uppercase;
}

.video-link a span {
  display: block;
  height: 60px;
  width: 60px;
  background: url(/images/icons/play.png) no-repeat scroll left top transparent;
  background-size: contain;
  margin: 0 auto 6px;
}

.video-link a:after {
  display: none !important;
}

.popup {
  background-color:#fff;
  border-bottom: 10px solid #C41230;
}

.popup p {
  font-family: 'Gibson Regular';
}

.popup .large-quote {
  font-size: 18px;
  line-height: 24px;
}

.popup .author {
  text-align: right;
  font-size: 16px;
}

.return-btn {
  text-transform: uppercase;
  color: #C41230;
  padding-bottom: 26px;
  display: block;
}

.helpful-links .link-info + h3,
.business-list .link-info + h3 {
  padding-top: 66px;
}

.helpful-links h3,
.business-list h3 {
  padding-bottom: 11px;
}

.link-info .cell {
  padding: 10px 22px;
}

.link-info .row.header-row {
  background-color:#C41230;
  color: #FFF;
  border: none !important;
}

.link-info .row.header-row .cell + .cell {
  border-left:1px solid #FFF;
}

.link-info .row.header-row .cell:first-child {
  border-left: 1px solid #C41230;
}

.link-info .row.header-row .cell:last-child {
  border-right: 1px solid #C41230;
}

.link-info .row .cell + .cell {
  width: 30%;
  border-left:1px solid #EBEBEB;
}

.link-info .row:nth-child(even) {
  background-color: #F4F4F4;
}

.link-info .row > .cell:first-child {
  border-left: 1px solid #EBEBEB;
}

.link-info .row > .cell:last-child {
  border-right: 1px solid #EBEBEB;
}

.link-info > .row:last-child > .cell {
  border-bottom: 1px solid #EBEBEB;
}

.link-info .website {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.img-center {
  margin: 0 auto 20px;
  display: block;
}

.gm-style-iw p {
  margin: 0px;
}

.error-page img {
  height: auto;
  width: auto;
}
.gMap {
  max-width:280px;
  float:right;
  display: block;
  width: 100%;
}
.form-extra .g-recaptcha {
  float: left;
}

.form-extra p.buttons {
  display: inline-block;
  float: right;
}