/*
Theme Name: Fat Badgers
Theme URI: http://www.rdstudios.co.nz
Description: WordPress Theme
Author: Rich Deane
Author URI: http://www.rdstudios.co.nz
Version: Fat Badgers v1.0
Tags: RD Studios
*/



@font-face {
    font-family: 'kraftstoffregular';
    src: url('fonts/kraftstoff-regular-webfont.eot');
    src: url('fonts/kraftstoff-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kraftstoff-regular-webfont.woff2') format('woff2'),
         url('fonts/kraftstoff-regular-webfont.woff') format('woff'),
         url('fonts/kraftstoff-regular-webfont.ttf') format('truetype'),
         url('fonts/kraftstoff-regular-webfont.svg#kraftstoffregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, html {
	-webkit-font-smoothing: antialiased;
	font-family: "brandon-grotesque",sans-serif;
	font-size: 90%;
	line-height: 1.5;
	background: #000;
	height: 100%;
	z-index: -9999;
	position: relative;
}

.body-wrap {
	width: 100%;
	overflow: hidden;
}
a,
a:link,
a:visited,
a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #EC1C24;
	text-decoration: none;
}
a:active {
    outline: 0;
    border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'kraftstoffregular', 'brandon-grotesque', sans-serif;
	color: #EC1C24;
	margin: 0;
	padding: 0;
	text-align: left;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 3em;
}

h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}
.news {
	padding-left: 10px;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	margin: 0;
	padding: 0;
}
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
	margin-bottom: 20px;
}
.the-title h1, .the-title h2, .the-title h3, .the-title h4, .the-title h5, .the-title h6 {
	margin-bottom: 0;
}

.post h1 {
	font-size: 2em;
	margin-bottom: 10px;
}
.post h2 {
	font-size: 1.8em;
	margin-bottom: 10px;
}
.post h3 {
	font-size: 1.6em;
	margin-bottom: 10px;
}
.post h4 {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.post h5 {
	font-size: 1.2em;
	margin-bottom: 10px;
}
.post h6 {
	font-size: 1.1em;
	margin-bottom: 10px;
}

.title h1 {
	text-align: center;
	margin-bottom: 40px;
	text-transform: inherit;
	font-weight: 300;
	font-size: 3.5em;
}

.property-title h1 {
	text-align: center;
	margin-bottom: 5px;
	text-transform: inherit;
	font-weight: 300;
	font-size: 3.5em;
}
.header-main {
	background: rgba(255, 255, 255, 0.3);
}
/* Centered texts in each section
	* --------------------------------------- */
.section {
	text-align: center;
}

.banner-wrap {
	position: relative;
	overflow: hidden;
}

.banner-wrap-inner {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
}

.banner-default, .banner-p {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.one {
	background-image:url(images/badgers-bg.jpg);
}
.home-boxes-wrap {
	margin-top: 20px;
	padding-top: 100px;
	padding-bottom: 115px;
	background-color: #fff;
	position: relative;
}
.section-padding {
	padding-top: 100px;
	padding-bottom: 115px;
}
.home-box {
	position: relative;
}
.home-box > .margin {
	position:  relative;
	padding-bottom: 60%;
}
.property-box {
	padding-bottom: 60%;
	position:  relative;
}
.prop-box {
	padding-bottom: 100%;
	position:  relative;
}
.home-box .inner,
.property-box .inner {
	position:  absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.padding {
	padding: 20px;
}
.margin {
	margin: 5px;
}
.home-box .margin {
	background: #fff;
	margin: 0;
}

.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

/* columns of same height styles */

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

.no-gutter > [class*='col-'],
.no-gutter > .row-same-height > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.header-main {
  /*margin-top: 10px;
  margin-bottom: 10px;*/
}
.header-main > .container {
	position:  relative;
}

.container-large {
    width: 50%;
    margin: 0 auto;
}
.menu-wrap {

}

.aligner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.aligner:last-of-type {
	border-right: none;
}

.aligner-item {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

.aligner-item--top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.aligner-item--bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.home-box-title {
	text-align: center;
	font-weight: 700;
	padding: 5px;
	background: #fff;
	font-size: 1.5em;
	line-height: 1.1;
	margin-bottom: 10px;
}
.footer {
	padding: 5px 0;
	margin: 0;
	background: #fff;
	color: #000;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: 700;
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
	width: 100%;
}
.footer a,
.footer a:visited,
.footer a:active,
.footer a:link {
	color: #EC1C24;
}
.footer .col-sm-6.left,
.footer .col-sm-6.right {
	text-align: center;
}
.creatorlink {
	color: #000;
}
.footer a:hover,
.creatorlink:hover{
	color: #000;
}

.content-wrap {
	margin: 0;
}
.home-title {
	margin-bottom: 20px;
}
.create{
	text-align: left;
}
.home-box-title .padding {
	padding: 0;
}
.home-box-text {
	padding: 20px;
	text-align: center;
}
.home-text {
	padding: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 1.4em;
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3
}

.banner-text {
	font-size: 1.2em;
	color: #fff;
	z-index: 999;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	line-height: 1.2;
	font-weight: 300;
}
.relative { 
	position: relative;
}

.side-wrap {
	background: #eee;
	padding-top: 10px;
}

.header-main {
	background-repeat: repeat-x;
	padding: 20px 0;
}

.logo-image {
	width: 100%;
	max-width: 300px;
}

.tp-bannertimer {
	display: none;
}

.tp-rightarrow.default {
	background: url(images/right-arrow.png) no-repeat 0 0;
}
.tp-leftarrow.default {
	background: url(images/left-arrow.png) no-repeat 0 0;
}

.center {
	text-align: center;
}

.home-box {
	margin-bottom: 20px;
}

.footer-2 a:hover {
	color: #222;
}


.solid-button,
.open-button {
	display: block;
	padding: 5px 12px;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: 700;
	float: left;
	box-sizing: border-box;
	border: 3px solid  #000;

}
.solid-button {
	color: #fff;
	background: #000;
	margin-right: 20px;
}
.open-button {
	color: #000;
}
	.solid-button,
	.open-button {
		border: 3px solid  #EC1C24;

	}
	.solid-button {
		color: #fff;
		background: #EC1C24;
	}
	.open-button {
		color: #EC1C24;
		border: 3px solid  #EC1C24;
	}	

.header-main,
.banner-wrap,
.content-wrap,
.home-boxes-wrap {
	float: left;
	clear: both;
	position: relative;
	display: block;
	width: 100%;
}
.book-buttons{
	position: relative;
	float: left;
	clear: both;
	width: auto;
	bottom: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1000;
}
.container div[class*='col-'] img {
	width: 100%;
	height: auto;
}

.post div[class*='col-'] {
	margin-bottom: 20px;

}

.post div.gal-thumb,
.gallery-enquire div.gal-thumb {
	padding: 5px;
	margin-bottom: 5px;
}
.cboxLoadedContent div, 
.cboxLoadedContent button {
	display: none;
}

.cboxLoadedContent {
	display: block;
}

.table {
	display:table;
	width: 100%;
	margin: 0 auto;
	position:relative;
}
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
	float: left;
	clear: both;
	width: 100%;
}
.table-row .table-cell:last-of-type {
	margin-bottom: 30px;
}
select {
	box-sizing: border-box;
	border: none;	
	/* background: #ccc;
	color: #666;
	width: 100%; */
	padding: 5px;
	resize: none;
	height: 39px;
	border-radius: 0;
	font-size: 0.8em;
}
.main-input {
	box-sizing: border-box;
	border: none;	
	background: #ccc;
	width: 100%;
	resize: none;
	color: #666;
	font-size: 0.8em;
	padding: 10px 5px;
}

.main-input[type="submit"], .footer-input[type="submit"] {
	background: #666;
	color: #fff;
	font-weight:900;
}

.header-main {
	position: relative;
	z-index: 9999;
	color: #000;
}
.social img,
.container div[class*='col-'] .social img {
	/* width: 80%; */
	max-width: 25px;
}
.footer h1, .footer h2, .footer h3 {
	color: #fff;
}
.footer-nav {
	list-style: none;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}
.footer-nav li {
	margin-bottom: 10px;
}

.banner-wrap:before,
.banner-wrap:after,
.home-boxes-wrap:before,
.home-boxes-wrap:after,
.section-red:before,
.section-red:after,
.section-white:before,
.section-white:after,
.section-grey:before,
.section-grey:after,
.footer-top:before,
.footer-top:after {
	content: '';
	position: absolute;
	height: 15px;
	top: -15px;
	width: 54.6%;
	background: inherit;
	color: #fff;
	-webkit-transform: skew(50deg);
	-moz-transform: skew(50deg);
	-mos-transform: skew(50deg);
	-o-transform: skew(50deg);
	transform: skew(50deg);
	left: -5%;
	z-index: 999;
	display: block;
}

.banner-wrap:before,
.section-red:before,
.section-white:before,
.home-boxes-wrap:before ,
.section-grey:before,
.footer-top:before {
	-webkit-transform: skew(-50deg);
	-moz-transform: skew(-50deg);
	-ms-transform: skew(-50deg);
	-o-transform: skew(-50deg);
	transform: skew(-50deg);
	left: auto;
	right: -5%;
}
.section-map:after,
.section-map:before  {
	bottom: 60px;
}

.section-map.header:after, 
.section-map.header:after,
.section-map:after,
.section-map:before  {

	display: block;
}

.banner-inner-home {
	/* padding-bottom: 66.9333333%; */
	position: relative;
	height: 100%;
}

.section-map {
	/* padding-bottom: 55%; */
	height: 700px;
	position: relative;
}

.banner-inner {
	position: relative;
	height: 100%;
}

.section-map iframe,
.section-map #map {
	position:  absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.shift-up {
	margin-top: -60px;
}

.container div[class*='col-'].prop {
	padding-right: 8px;
	padding-left: 8px;
}

.property-title {
	font-size: 1.3em;
	font-weight: 700;
	color: #EC1C24;
	text-align: left;
}
.street-address {
	text-align: left;
}
a.property:hover {
	color: inherit;
}

.section-red {
	background-color: #EC1C24;
	color: #000;
}
.section-grey {
	background-color: #e3e3e3;
	padding-top: 100px;
	padding-bottom: 145px;
	color: #000;
}
.padding-top {
	padding-top: 100px;
}
.padding-bottom {
	padding-bottom: 145px;
}

.community-list {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;
	-webkit-justify-content: space-around;
	-webkit-align-items: center;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	margin-top: 30px;
}
.community-list .item {
	-webkit-flex: 0 1 auto; /* Safari 6.1+ */
	-ms-flex: 0 1 auto; /* IE 10 */ 
	flex: 0 1 auto;
	text-align: center;
	padding: 10px;
}
.community-list .item img {
	width: 100%;
	/* width: auto;
	max-height: 85px; */
}
.section-white {
	padding-top: 100px;
	padding-bottom: 145px;
	background: #fff;
}
.rslides li {
	width: 100%;
	height: inherit;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}
.rslides {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.rslides_nav {
	position: absolute;
	-webkit-tap-highlight-color: #000000;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	z-index: 99;
	opacity: 0.7;
	/*text-indent: -9999px;*/
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	/*background: transparent url("images/themes.png") no-repeat left top;*/
	-webkit-transform: translateY(-50%);	
	-moz-transform: translateY(-50%);	
	-ms-transform: translateY(-50%);	
	-o-transform: translateY(-50%);	
	transform: translateY(-50%);	
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	/* display: table-cell; */
	text-align: center;
	vertical-align: middle;
	padding: 2% 5px;
	font-size: 3em;
	height: auto;
}
.next {
	right: 0;
	left: auto;
}
.banner-logo-wrap {
	position: absolute;
	z-index: 99999;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 75%;
}
.banner-logo {
	width: 100%;
	text-align: center;
}
.banner-logo img {
	width: 100%;
	max-width: 600px;
}
.banner-txt {
	font-size: 2em;
	color: #000;
	left: 0;
	width: 100%;
	line-height: 1.2;
	font-weight: 400;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
}

a.left, a.right {
	position: absolute;
	-webkit-tap-highlight-color: #000000;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: -15px;
	z-index: 99;
	opacity: 0.7;
	/*text-indent: -9999px;*/
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	/*background: transparent url("images/themes.png") no-repeat left top;*/
	margin-top: -25px;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	/* display: table-cell; */
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	padding-top: 16px;
	font-size: 2em;
	height: auto;
}
 a.right {
 	left: auto;
 	right: -15px;
 }

.circle {
 	  border-radius: 50%;
	  overflow: hidden;
}
.bqstart {
	float: left;
	height: 45px;
	top: 0px;
	margin-top: -60px;
	margin-bottom: 20px;
	font-size: 700%;
	color: #FF0000;
 }

.bqend {
	float: right;
	height: 25px;
	margin-top: -35px;
	/* padding-top: 45px; */
	font-size: 700%;
	color: #FF0000;
	margin-right: -45px;
}

blockquote {
	border-left: none;
	padding-left: 0;
	padding-right: 50px;
}
.clear {
	clear: both;
	overflow: hidden;
}
.mobile-clear {
	clear: both;
	overflow: hidden;
}
.mobile-margin-top {
	margin-top: 20px;
}

.why-title,
.faq-title {
	text-align: center;
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}
.why-title span {
	display: inline-block;  
	text-align: center;
	padding: 10px;
	z-index: 1
}
.why-title span h3 {
	z-index: 99999;
	position: relative;
	font-size: 2em;
	background: #e3e3e3;
	padding:10px;
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
}
.why-content,
.faq-content {
	text-align: center;
	height: 0;
	transition: 500ms;
	-webkit-transition: 500ms;
}
.faq-content {
	text-align: left;
	float: left;
	clear: both;
}
.why-title span:before,
.why-title span:after {
	border-top: 1px solid black;
	display: block;
	height: 1px;
	content: " ";
	width: 100%;
	position: absolute;
	left: 0;	
	top: 48%;
	z-index: 9;
}

.why-title span:after {
	right: 0;  
	left: auto; 
}
.faq-title {
	margin-bottom: 20px;
}
.why-wrap,
.faq-wrap {
	overflow: hidden;
	height: auto;
	float: left;
	width: 100%;
	clear: both;
}
.faq-line {
	float:left;
	clear: both;
	height: 1px;
	width: 100%;
	background: #e3e3e3;
	margin-bottom: 20px;
}
.why.small-text,
.faq.small-text {
	margin-top: -25px;
	position: relative;
	display: block;
	z-index: 99999;
	font-size: 1.4em;
}
.side-bar-sec input {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #fff;
	background: transparent;
	border-radius: 5px;
	font-family: inherit;
	margin-bottom: 20px;
	color: #fff
}
.side-bar-sec input[type="button"] {
	border: 1px solid transparent;
	color: #000;
	font-weight: 700;
	background: #fff;
}

.side-bar-sec input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.side-bar-sec input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
}
.side-bar-sec input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
}
.side-bar-sec input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #909;
}


.property-title h2,
.property-title h3,
.team-title h2,
.team-title h3 {
	font-weight: 700;
	margin-bottom: 10px;
}
.team-position {
	font-weight: 700;
	margin-bottom: 20px;
}

.prop-street {
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
}
.prop-bed,
.prop-bath,
.prop-price {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 5px 0;
	padding-right: 10px;
	border-right: 1px solid #e3e3e3;
}
.single-prop-wrap .prop-bed,
.single-prop-wrap .prop-bath,
.single-prop-wrap .prop-price {
	margin-bottom: 0;
}
.single-prop-wrap .prop-street {
	font-size: 2em;
	font-weight: 400;
}
.prop-price {
	border-right: none;
}
.prop-text {
	border-top: 1px solid #e3e3e3;
	padding-top: 20px;
	float: left;
	width: 100%;
}
.padding-top-bottom {
	padding: 100px 0;
}
.content-wrap {
	padding: 100px 0;
	color: #fff;
	background: #000;
}

.overlay {
   background:transparent; 
	position:absolute; 
	z-index: 999999;
	width:100%;
	height:100%; 
}
.scrolloff {
   /* pointer-events: none; */
}
.navbar {
	border-radius: 0;
}
.footer.navbar {
	font-size: 0.8em;
}
.footer-nav li {
	text-transform: lowercase;
}
.footer-nav li:first-letter {
	text-transform: uppercase;
}
.map-wrap {
	padding-bottom: 85%;
	width: 100%;
	position:  relative;
}
.map-wrap #map-canvas {
	position: absolute;
	height: 100%;
	width: 100%;
}
.floor-plan-title {
	margin-top: 50px;
}
.floor-plan {
	margin-top: 20px;
	/* margin-bottom: 30px; */
}
.single-prop-wrap {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
}
.side-bar-sec {
	margin-bottom: 20px;
}
.side-bar-sec h2 {
	margin-bottom: 15px;
}
.prop-social {
	max-width: 35px;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.property-table {
	
}
.property-table .table-row .table-cell {
	margin-bottom: 0px
}
.property-table .table-row:nth-child(even) .table-cell {
	margin-bottom: 10px
}
.property-table input,
.property-table textarea  {
	border: 1px solid #4d4d4d;
	color: #4d4d4d;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 5px;
}
.property-table input[type="submit"] {
	color: #fff;
	background: #EC1C24;
	border: 1px solid #EC1C24;
}
.figs, 
.property-title {
	margin-top: 10px;
	line-height: 1.3em;
}
.figs {
	padding: 0;	
	position: absolute;
	bottom: -28px;
	left: 5px;
	right: 5px;
}
.col-xs-2.prop.line-2 {
	margin-top: 0;
}
.fig-inner-text {
	/* position: absolute; */
	/* top: 50%; */
	/* left: 50%; */
	/* -webkit-transform: translate(-50%, -50%); */
	/* -moz-transform: translate(-50%, -50%); */
	/* -ms-transform: translate(-50%, -50%); */
	/* -o-transform: translate(-50%, -50%); */
	/* transform: translate(-50%, -50%); */
	margin-top: 5px;
}
.small-text {
	font-size: 0.9em;
}
.col-xs-8.prop-wrap {
	padding: 0;
}
.facebook-wrap {
	font-size: 0.8em;
	margin-top: 20px; 
	margin-bottom: 20px;
}
.facebook-wrap h3 {
	margin-bottom: 20px;
}
.facebook-wrap .facebook {
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.prop-list .padding,
.prop-list .property-title  {
	padding-top: 0;
	margin-top: 0;
}
.walk-though {
	width: 100%;
	padding-bottom: 55%;
	position: relative;
}
.walk-though iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	border: 0;
}
.prop-list {
	margin-top: 20px;
}
.prop-list .padding,
.side-bar-sec .padding  {
	padding: 0;
}

.main-form-wrap {
	width: 100%;
}
ul.ss-choices {
	list-style: none;
}

.single-prop.section-white {
	padding-bottom: 30px;
}
.gallery-enquire {
	padding-bottom: 145px;
}
.walkthrough-insert {
	margin-bottom: 40px;
}
.gallery-enquire .col-sm-8 {
	margin-bottom: 30px;
}
.person .prop-box {
	margin-bottom: 20px;
}
.apply-div {
	margin-bottom: 30px;
}
.apply-div .table-ap {
	display: table;
	width: 100%;
	margin-top: 20px;
}
.apply-div .table-ap .table-row-ap {
	display: table-row;
	width: 100%;
	clear: both;
}
.apply-div .table-ap .table-row-ap .table-cell-ap {
	display: table-cell;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}
.apply-div input[type="submit"] {
	display: block;
	padding: 5px 15px;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: 700;
	float: left;
	box-sizing: border-box;
	border: 3px solid  #EC1C24;
	color: #fff;
	background: #EC1C24;
}
.apply-div input[type="text"] {
	width: 100%;
	padding: 5px;
}
.apply-div select {
	
}
.apply-div ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.val {
	position: relative;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.val input {
	position: absolute;
	left: -5000px;
	top: -5000px;
}
.why-content p {
	font-size: 1.2em;
}

.carousel-indicators li {
	border-radius: 50%;
	border: 1px solid #FF0000;
	background: #fff;
	margin-right: 3px;
}
.carousel-indicators li.active {
	border-radius: 50%;
	background: #FF0000;
	margin-right: 3px;
}
.carousel-indicators li:last-of-type {
	margin-right: 0;
}

.testimonial-slide {
	padding-bottom: 80px;
}
.confirm {
	margin-top: 20px;
	margin-bottom: 20px;
}
.confirm p {
	font-weight: 700;
}
.confirm ul {
	padding: 0 0 0 40px;
	list-style: disc;	
}
span[aria-hidden='true'] {
	color: #EC1C24;
	font-weight: 700;
}
.housingstars {
	overflow: scroll;
}

.footer-prime-fixed {
	position: relative;
	right: 0;
	left: 0;
	z-index: 99;
	bottom: 0;
	padding-bottom: 30px;
}
.footer.navbar {
	z-index: 99999;
	position: relative;
	padding-bottom: 30px;
}
.top-footer {
	z-index: 99999;
	position: relative;
}
.footer-prime-fixed form {
	display: inline;
}
.footer-prime-fixed .col-sm-3,
.footer-prime-fixed .col-sm-6 {
	text-align: center;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 5px;
}
.footer-prime-fixed .col-sm-6 {
	text-align: center;
}
.footer-prime-fixed .sm-right {
	text-align: center;
}
.footer-prime-fixed input[type="email"] {
	color: #595959;
	width: 40%;
	border: 0;
	padding: 5px;
	margin-right: 3px;
	border-radius: 5px;
}
.footer-prime-fixed input[type="submit"] {
	box-sizing: border-box;
	padding: 5px;
	border-radius: 5px;
	color: #fff;
	background: #EC1C24;
	border: 1px solid #EC1C24;
}

.embed-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.embed-wrap iframe,
.embed-wrap object,
.embed-wrap video,
.embed-wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header-logo {
	width: 25%;
	max-width: 200px;
	left: 50%;
	position: relative;
	display: table-caption;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}
.header-logo-link img {
	max-width: 200px;
	width: 50%;
}

.right {
	text-align: right;
}
.top {
	/*padding: 10px 0;*/
}

.logo {
	position: relative;
	z-index: 99;
	margin-top: 0;
}
.top-wrap {
	width: 100%;
	position: relative;
	z-index: 99;
}
.background-wrap {
	z-index: -1;
	overflow: hidden; 
}
.height100 {
	height: 100%;
}
.inner-wrap {
	position: absolute;
	text-transform: uppercase;
	bottom: 50px;
	left: 20px;
	font-size: 0.6em;
	width: calc(100% - 40px);
	line-height: 1.2;
}
.inner-wrap .title {
	font-size: 3em;
	font-weight: 900;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	display: inline-block;
	padding: 5px 15px;
	float: left;
	clear: both;
	margin-bottom: 10px;
	font-family: 'kraftstoffregular', 'brandon-grotesque', sans-serif;
	/*display: none;
	width: 100%;*/
}
.inner-wrap .text {
	font-size: 2em;
	font-weight: 400;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	display: inline-block;
	padding: 5px 15px;
	float: left;
	clear: both;
	  font-family: 'kraftstoffregular', 'brandon-grotesque', sans-serif;

	/*width: 100%;
	display: none;*/
}
.home-page .inner-wrap .text,
.home-page .inner-wrap .title {
	display: block;
}

.address {
	/*
	font-weight: 900;
	color: #000;
	font-size: 1.4em;
	line-height: 1;
	margin-bottom: -30px;
	margin-top: 25px;
	text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff ;
	*/

	font-weight: 900;
	color: #000;
	font-size: 2em;
	line-height: 1;
	margin-bottom: -45px;
	margin-top: 10px;
	/*text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;*/
	font-family: 'kraftstoffregular', 'brandon-grotesque', sans-serif;


}

div.logo, div.logo div {
	pointer-events: none;
}
.header-logo {
	pointer-events: all;
}
.body-wrap {
	pointer-events: none;
}
.body-wrap * {
	pointer-events: all;
}
.background,
.background li ,
.background li .container {
	pointer-events: none;
}
.nav-wrap {
	position: absolute;
	height: 100%;
	width: 100%;
	pointer-events: none;
}
.social-wall {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 105%;
	height: 105%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: -1;
}
.address {
	display: none;
}
.social-icons {
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
}
.background-wrap {
    position: absolute;
    left: 0;
    top: 0;
}
.nav-row-wrap {
	    margin-top: -30px;
}
.rslides_nav {
	display: none;
}
.home-page .rslides_nav {
	display: block
}
.home-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;

}
.logo-footer {
	position: initial;
}
.logo-footer img {
	position: relative;
	width: 100%;
	transform: none;
	text-align: center;
	left: 0;
	top: 0;
	margin: 0;
	max-width: 32px;

}

.footer .right, 
.footer .left {
	text-align: center;
}

.food-wrap {
	margin-bottom: 80px;
}
.food-wrap .home-title {
	margin-bottom: 10px;
}
.food-image {
	margin-bottom: 20px;
}
.social-icons {
	margin-top: 10px;
}
@media (min-width: 320px) and (orientation: portrait) {
	.header-logo-link img {
		max-width: 130px;
		width: 100%;
	}
	.inner-wrap {
		font-size: 0.7em;
	}
}

@media (min-width: 480px) and (orientation: landscape) {
	.header-logo-link img {
		max-width: 100px;
		width: 50%;
	}

}

@media (min-width: 641px) {
	.col-sm-height {
		display: table-cell;
		float: none !important;
	}

	.container div[class*='col-'].prop {
		padding-right: 15px;
		padding-left: 15px;
	}

}

@media (min-width: 768px) {

	.header-logo-link img {
		max-width: 160px;
   		top: 18px;
		width: 100%;
		position: absolute;
	}
	.logo {
		height: 200px;
	}
	.social-icons {
		margin-top: 0;
	}

	.social img,
	.container div[class*='col-'] .social img {
		/* width: 80%; */
		max-width: 40px;
	}

	.logo-footer img {
		margin: 10px 0;
	}

	.footer .right {
		text-align: right;
	}

	.footer .left {
		text-align: left;
	}

	.logo-footer img {
		text-align: center;
		max-width: 32px;
		margin: 0;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.footer .col-sm-6.left {
		text-align: left;
	}
	
	.footer .col-sm-6.right {
		text-align: right;
	}
	.nav-row-wrap {
	    margin-top: 0;
	}
	.inner-wrap {
		font-size: 0.8em;
		width: auto;
	}
	.inner-wrap .title {
		width: auto;
	}
	.inner-wrap .text {
		width: auto;
		max-width: 70%;
		/*display: none;*/
	}
	.address {
		display: block;
	}
	.top-wrap {
		width: 100%;
		position: fixed;
		background: rgba(255, 255, 255, 0.4);
		height: 90px;
	}
	.social-icons {
/*		margin-bottom: -30px;
		margin-top: 25px;
		text-align: right;*/
		margin-bottom: -34px;
		margin-top: 20px;
		text-align: right;
	}
	.logo {
		position: relative;
		z-index: 99;
		margin-top: -10px;
	}
	.nav-row-wrap {
		background: #000;
		margin-top: -100px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.footer-prime-fixed {
		position: fixed;
	}
	.background-wrap {
		z-index: -1;
		position: relative;
		overflow: hidden; 
	}
	.footer-prime-fixed .col-sm-3,
	.footer-prime-fixed .col-sm-6 {
		text-align: left;
		font-size: 1em;
		font-weight: 700
	}
	.footer-prime-fixed .col-sm-6 {
		text-align: center;
	}
	.footer-prime-fixed .sm-right {
		text-align: right;
	}

	.sticky {
    	position: fixed;
    	top: 40px;
  	}

	.main-form-wrap {
		width: 50%;
	}
	
	.prop-list .padding,
	.side-bar-sec .padding  {
		padding: 10px;
		padding-top: 0;
	}

	.prop-list {
		margin-top: 0;
	}
	.facebook-wrap {
		font-size: 0.8em;
		margin-top: 0; 
	}

	.prop-box {
		padding-bottom: 30%;
		position:  relative;
	}
	.banner-txt {
		font-size: 3.6em;
	}

	.banner-wrap:before,
	.banner-wrap:after,
	.home-boxes-wrap:before,
	.home-boxes-wrap:after,
	.section-red:before,
	.section-red:after,
	.section-white:before,
	.section-white:after,
	.section-map:after,
	.section-map:before,
	.section-grey:after,
	.section-grey:before,
	.footer-top:after,
	.footer-top:before  {

		display: block;
	}
	.header-main {
		position: absolute;
	}
	.why-title span h3 {
		max-width: 100%;
	}

	body, html {
		font-size: 90%;
		line-height: 1.5
	}
	.book-buttons {
		position: absolute;
		z-index: 99;
		bottom: 40px;
		display: inline-block;
	}
	.solid-button,
	.open-button {
		border: 3px solid  #EC1C24;
		padding: 10px 25px;
	}
	.solid-button {
		color: #fff;
		background: #EC1C24;
	}
	.open-button {
		color: #fff;
		border: 3px solid  #fff;
	}	
	.banner-text {
		font-size: 2.4em;
		color: #fff;
		z-index: 999;
		position: absolute;
		bottom: 60px;
		left: 0;
		width: 100%;
		line-height: 1.2;
		font-weight: 300;
	}
	.create {
		text-align: right;
	}

	.menu-wrap {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.col-sm-height {
		display: table-cell;
		float: none !important;
	}
	.home-box {
		margin-bottom: 0;
	}
	.container div[class*='col-'] .logo-image {
		width: 60%;
	}
	.mobile-clear {
		clear: none;
		overflow: auto;
	}
	.mobile-margin-top {
		margin-top: 0;
	}

	.inner-wrap {
		position: absolute;
		bottom: 50px;
		left: 0;
		text-transform: uppercase;
	}

	.footer {
		padding: 20px 0;
	}
}

@media (min-width: 992px) {
	

	.header-logo-link img {
		max-width: 200px;
   		top: auto;
	}

	body, html {
		font-size: 100%;
		line-height: 1.5
	}

	.col-md-height {
		display: table-cell;
		float: none !important;
	}

}

@media (min-width: 1200px) {
	.col-lg-height {
		display: table-cell;
		float: none !important;
	}
	.inner-wrap {
		font-size: 1em;
		width: 100%;
	}

}
