/* BASIC SETUP */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?4ie9mp');
  src: url('fonts/icomoon.eot?4ie9mp#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?4ie9mp') format('truetype'), url('fonts/icomoon.woff?4ie9mp') format('woff'), url('fonts/icomoon.svg?4ie9mp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0px;
}
#father{
  font-family: arial;
  font-family: 'Lato', sans-serif;
  color: #00003d;
  color: #3c3c3c;
  position: absolute;
  width:100%;
}
#father * {
  box-sizing: border-box;
}


/* MOTHER ... SIDEBAR COLOR */
#father #mother {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 69%, #c5deea 70%, #000000 70%, #000026 71%, #00003d 75%);
  background: -webkit-linear-gradient(left, #ffffff 69%, #c5deea 70%, #000000 70%, #000026 71%, #00003d 75%);
  background: linear-gradient(to right, #ffffff 69%, #c5deea 70%, #000000 70%, #000026 71%, #00003d 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00003d', GradientType=1);
  overflow: hidden;
  margin-bottom: -10px;
  padding-bottom: 50px;
}
#father #mother.noSidebar {
  background: white;
}

/* LAYOUT AND CUSTOMIZATIONS */
#father img {
  max-width: 100%;
  height: auto;
}
#father h1, #father h1 a,
#father h2, #father h2 a,
#father h3, #father h3 a,
#father h4, #father h4 a,
#father h5, #father h5 a,
#father h6, #father h6 a{
  color: #000062;
  color: #9a7400;
  color: #A1887F;
  color: #002bff;
 /* font-family: 'Fjalla One', sans-serif;
  font-family: Raleway;*/
  font-weight: normal;
  text-decoration:none;
}
#father h1 a:hover,
#father h2 a:hover,
#father h3 a:hover,
#father h4 a:hover,
#father h5 a:hover,
#father h6 a:hover{
	text-decoration:underline;
}
#father .center {
  text-align: center;
}
#father .hundred {
  padding: 10px;
  margin: 10px;
  clear: both;
}
#father .clear {
  width: 100%;
  display: block;
  height: 1px;
  clear: both;
}
#father #left {
  width: 68%;
  float: left;
  clear: left;
}
#father #rightTop,
#father #rightBottom {
  width: 28%;
  float: right;
  clear: right;
	color: white;
}
#father #left,
#father #rightTop,
#father #rightBottom {
  padding: 10px 1% 0px 1%;
  margin: 10px 1% 0px 1%;
}
#father #footer {
  clear: both;
  padding: 10px 2% 10px 2%;
}
#father #superFooter {
  text-align: center;
  margin-top: 20px;
}
#father .column {
  float: left;
  padding: 2px;
  position: relative;
}
#father .twentyfive {
  width: 25%;
  float: left;
}
#father .thirty {
  width: 33.33333333%;
  float: left;
}
#father .fifty {
  width: 50%;
  float: left;
}
#father .fiftySpaced {
  width: 50%;
  float: left;
  text-align: center;
}
#father .fiftySpaced img {
  width: initial;
  max-width: 100%;
  height: auto;
  margin: auto;
}
#father .fifty:nth-of-type(0n + 3),
#father .fiftySpaced:nth-of-type(0n + 3) {
  clear: left;
}



/* HEADER */
#father #header {
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
}
#father #header #middle {
  /*position: absolute;*/
  top: 50%;
  width: 100%;
  padding:20px;
  /*margin-top: -156px;*/
}
#header{
	background-size:0px;
}
#header .miniBar,#header .floatingBar{
	background-size:cover;
}


/* CONTACT BAR */
#father #contact {
  right: 0px;
  padding: 20px;
  font-size: 10px;
  padding: 10px;
  width: 100%;
  background-image: url('../images/leather.jpg');
  overflow:hidden;
}
#father #contact a {
  color: #ffbf00;
    text-decoration: none;
  font-size: 1.3em;
  line-height: 1.3em;
}
#father #contact div {
  float: right;
  margin-right: 20px;
}
.floatingBar #contact{
	display:none;
}


/* SEARCH BAR */
#father .search input {
  width: 50%;
  min-width:675px;
  padding: 5px 10px;
  text-align: center;
  font-size: 1.3em;
  border-radius: 5px;
}
#father .floatingBar .search input, #father #header.floatingBar .browse{
	min-width:initial;
}

/* BROWSE BUTTON / LABELS */
#father #header .browse{
	overflow:hidden;
	width:50%; 
	min-width:675px;
	margin-left:auto;
	margin-right: auto;
}
#father #header .browse .thirty{
	padding:10px;
}
#father #header .browse .yellow{
	background: #f2b402;
	borer-radius:5px;
}
#father .miniBar .browse,#father .floatingBar .browse{
	overflow:initial;
	height: 70px;
}
#father .browse label {
  width: 98%;
  font-size: 1.3em;
  margin: 1%;
}
#father .browse label {
  -moz-box-shadow: inset 0px 1px 3px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 3px 0px #ffffff;
  box-shadow: inset 0px 1px 3px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
  background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
  background-color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #666666;
  font-size: 15px;
  font-weight: bold;
  padding: 11px 23px;
  text-decoration: none;
  text-shadow: 0px -1px 0px #ffffff;
}
#father .browse label:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
  background: -moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
  background: -o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
  background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
  background-color: #f6f6f6;
}
#father .browse label:active,
#father .browse label.active,
#father .browse input[type='radio']:checked + label,
#father .browse input[type='radio'][selected='selected'] + label {
  position: relative;
  top: 1px;
  -moz-box-shadow: inset 0px 34px 0px -15px #7a8eb9;
  -webkit-box-shadow: inset 0px 34px 0px -15px #7a8eb9;
  box-shadow: inset 0px 34px 0px -15px #7a8eb9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #637aad), color-stop(1, #5972a7));
  background: -moz-linear-gradient(top, #637aad 5%, #5972a7 100%);
  background: -webkit-linear-gradient(top, #637aad 5%, #5972a7 100%);
  background: -o-linear-gradient(top, #637aad 5%, #5972a7 100%);
  background: -ms-linear-gradient(top, #637aad 5%, #5972a7 100%);
  background: linear-gradient(to bottom, #637aad 5%, #5972a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#637aad', endColorstr='#5972a7', GradientType=0);
  background-color: #637aad;
  border: 1px solid #314179;
  color: white;
  text-shadow: initial;
}
#father .browse input[type='radio'] {
  display: none;
}
/* DROP DOWN LABELS */
#father #stickyMenu{
	position:fixed;
	top:0px;
	width: 100%;
}

.miniBar .hideNotChecked~label, #father #stickyMenu .hideNotChecked~label{
    display:none !important;
}
.miniBar .hideNotChecked:nth-of-type(1)+label, #father #stickyMenu .hideNotChecked:nth-of-type(1)+label{
    display:block !important;
}
.miniBar .hideNotChecked.checked~label, #father #stickyMenu .hideNotChecked.checked~label{
    display:none !important;
}
.miniBar .hideNotChecked:checked+label, #father #stickyMenu .hideNotChecked:checked+label{
    display:block !important;
}
#father #stickyMenu .browse, #father #stickyMenu .search{float:right;}
#father #stickyMenu .browse>div{width:100% !important; margin-left:0px !important;}
#father #stickyMenu .browse{float:left;width:66.66666666% !important;margin-left: 0px;padding-top: 7px;
    padding-left: 12px;
	    height: 50px;}
#father #stickyMenu .search{width:33%; padding-right:24px;}
#father #stickyMenu .search input{float:left; width:100%; margin:12px;min-width:initial;}
#father #stickyMenu form {
    background: white;
}
#father #stickyMenu .browse .thirty{
	background:white;
}
#father #stickyMenu #middle{
	padding-top:initial !important;
	padding-bottom:initial !important;
}
#father #stickyMenu form.searchBrowse {
    position: relative;
}
#father #stickyMenu{
	display:none;
	background: white;
}
#father #stickyMenu.show, #father #mobileMenu.show{
	display:block;
}


#father #mobileMenu{
	position:fixed;
	top:0px;
	width: 100%;
	display:none;
}
/* MENU */
#father .menu {
  text-align: center;
  padding: 0.4em;
  width: 100%;
  overflow:hidden;
  background-image: url(../images/leather.jpg);
  box-shadow: 0px 2px 2px black;
  border-bottom: 1px solid #A1887F;
  background-image: url(../images/halftone.png);
  box-sizing: border-box;
  background: #00003d;
  background: -moz-linear-gradient(left, #00003d 0%, #000062 52%, #00003d 100%);
  background: -webkit-linear-gradient(left, #00003d 0%, #000062 52%, #00003d 100%);
  background: linear-gradient(to right, #00003d 0%, #000062 52%, #00003d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00003d', endColorstr='#00003d', GradientType=1);
  padding-bottom: 1em;
}
#father .menu a{
	font-size: 1em;
	color: #beb1d0;
	text-decoration:none;
}
#father .menu:after {
  content: '';
  display: block;
  clear: both;
}
#father .menu > div {
  display: inline;
  margin-right: 1.5em;
}
#father #header.floatingBar .menu{
	bottom:initial;
}
 
 
/* FEATURED LISTINGS ON HOME PAGE*/
#father #featuredListings .type4:nth-of-type(odd){
	background:#e4e4ff;
}

#father #featuredListings .type4 {
    overflow: hidden;
    padding: 20px;
    border-radius: 5px;
    background: #b8c5d2;
	margin-bottom:5px;
}

 
/* FOOTER */
#father #footer {
  color: #beb1d0;
  background-image: url('../images/leather.jpg');
  box-shadow: 0px -2px 4px 2px black;
  border-top: 1px solid #A1887F;
  position: relative;
  top: 10px;
  padding-bottom: 10px;
  border-radius: 5px 5px 0px 0px;
}
#father #footer a,#father #footer a:active,#father #footer a:hover,#father #footer a:visited,#father #footer a:link{
	color:white;
}

/* CUSTOM ELEMENTS */
#father .fancyButton {
    -moz-box-shadow: inset 0px 1px 3px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 3px 0px #ffffff;
    box-shadow: inset 0px 1px 3px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    background-color: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-size: 15px;
    font-weight: bold;
    padding: 11px 23px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #ffffff;
    width: 98%;
    font-size: 1.3em;
    margin: 1%;
}

#interestForm{
	width:100%; 
	max-width:700px; 
	margin:auto;
}
#father #mother #content .searchCell .thirty {
    width: 33%;
}
#father #mother #content #gallery {
    float: right;
}
#father .classy {
	  -moz-box-shadow: inset 0px 1px 3px 0px #ffffff;
	  -webkit-box-shadow: inset 0px 1px 3px 0px #ffffff;
	  box-shadow: inset 0px 1px 3px 0px #ffffff;
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	  background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	  background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	  background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	  background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	  background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
	  background-color: #ffffff;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  border: 1px solid #dcdcdc;
	  display: inline-block;
	  cursor: pointer;
	  color: #666666;
	  font-size: 15px;
	  font-weight: bold;
	  padding: 11px 23px;
	  text-decoration: none;
	  text-shadow: 0px -1px 0px #ffffff;
	}
	#father .leftHalf{
		border-radius:0px 0px 0px 15px;
		width:50%;
	}
	#father .rightHalf{
		border-radius:0px 0px 15px 0px;
		width:50%;
	}


/* DETAILS TABLES */
#father #content .additionalDetails table td{
	padding: 10px 5px;
	word-break: break-word;
}
#father #content .additionalDetails table{
	padding:10px 50px;
}
#father #listingDetails tr:nth-of-type(odd) {
    background: #e4e4ff;
    color: #363636;
}

#father #listingDetails tr:nth-of-type(even) {
    background: #b8c5d2;
    color: black;
}
 
 /* LIGHTBOX */
#lightBox{
	background:#f4f4f4;
	background:black;
	position: fixed;
	width: 80%;
	margin-left: 10%;
	height: 90%;
	margin-top: 2%;
	border: 10px white solid;
	border-radius: 3px;
	box-shadow: 0px 0px 10px black;
}
#lightBox .close{
	background: black;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    border: 3px solid white;
    color: white;
    text-align: center;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 1.5em;
    font-weight: bold;
}
#lightBox .content{
	width:100%;
	height:100%;
}
#lightBox .wrapper{
	width:100%;
	height:100%;
	text-align:center;
}
#lightBox img{
	height:auto;
	width:auto;
	max-height:100%;
	max-width:100%;
}
 
 /* FIX CONCRETE 5 */
 div.ccm-panel-detail {
	display: block !important;
}
/*First Layer of Z-Index*/
#father #header {
  z-index:9001;
  z-index:2;
}
#father #stickyMenu{
	z-index:9000;
	z-index:1;
}

#father #mobileMenu{
	z-index:9003;
	z-index:4;
}
#lightBox{
	z-index: 9999999;
	z-index: 5;
}

/*Responsive Z-Index*/
@media(max-width : 768px), (max-device-width: 768px){
	#father #stickyMenu{
		z-index:9002;
		z-index:3;
	}
}

/*Second Layer of Z-Index*/
#lightBox .close{
    z-index: 1;
}
#father #stickyMenu form.searchBrowse {
    z-index: 1;
}
#father #interestForm  form{
    display:inline-block;
    background: #432d20;
    overflow:hidden;
    color:white;
    padding:10px;
    border-radius:2px;
	width: 100%;
}
#father #interestForm  form div:nth-child(1){
       margin-right:10px;
}
#father #interestForm textarea{
    width:400px;
    height:100px;
}
#father #interestForm  form input[type=text], #father #interestForm textarea{
    background: #614331;
    border: 1px solid #351908;
    color: #ffdaad;
    font-family:arial;
    font-size:1.1em;
    font-weight: normal;
}
#father #interestForm form input[type=submit]{
    width:100%;
    margin-top:20px;
    background: #ffbf00;
    border: 1px solid #351908;
    color: #000000;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe8aa+0,ffbf00+5,ffbf00+45,f7b500+49,ffbf00+98,a56b00+100 */
    background: rgb(255,232,170); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,232,170,1) 0%, rgba(255,191,0,1) 5%, rgba(255,191,0,1) 45%, rgba(247,181,0,1) 49%, rgba(255,191,0,1) 98%, rgba(165,107,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,232,170,1) 0%,rgba(255,191,0,1) 5%,rgba(255,191,0,1) 45%,rgba(247,181,0,1) 49%,rgba(255,191,0,1) 98%,rgba(165,107,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,232,170,1) 0%,rgba(255,191,0,1) 5%,rgba(255,191,0,1) 45%,rgba(247,181,0,1) 49%,rgba(255,191,0,1) 98%,rgba(165,107,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe8aa', endColorstr='#a56b00',GradientType=0 ); /* IE6-9 */
}
#father #interestForm form input[type=submit]:active {
    background: rgb(165,107,0);
    background: -moz-linear-gradient(top, rgba(165,107,0,1) 0%, rgba(255,191,0,1) 5%, rgba(247,181,0,1) 36%, rgba(247,181,0,1) 36%, rgba(255,191,0,1) 45%, rgba(255,191,0,1) 95%, rgba(255,232,170,1) 100%);
    background: -webkit-linear-gradient(top, rgba(165,107,0,1) 0%,rgba(255,191,0,1) 5%,rgba(247,181,0,1) 36%,rgba(247,181,0,1) 36%,rgba(255,191,0,1) 45%,rgba(255,191,0,1) 95%,rgba(255,232,170,1) 100%);
    background: linear-gradient(to bottom, rgba(165,107,0,1) 0%,rgba(255,191,0,1) 5%,rgba(247,181,0,1) 36%,rgba(247,181,0,1) 36%,rgba(255,191,0,1) 45%,rgba(255,191,0,1) 95%,rgba(255,232,170,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a56b00', endColorstr='#ffe8aa',GradientType=0 );
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5);
}
@media(max-width : 1000px), (max-device-width: 1000px){
	#father .twentyfive{
		width:50%;
	}
	#father #content.listing .fifty{
		width:100%;
	}
	
	#father #content .additionalDetails{
		padding:10px 10px;
	}
}	
@media(max-width : 768px), (max-device-width: 768px){
	#father #phone{
		float:left;
	}
	#father #header #middle .search>*, #father #header #middle .browse>*, #father #header #middle .browse{
		width:100%;
		margin-left:0px;
		min-width:initial;
	}
	#father .menu>div{
		width:100%;
		display:block;
	}
	#father #mother{
		background:white;
	}
	#father #rightTop, #father #rightBottom, #father #left{
		width:100%;
		color:black;
		padding:20px;
	}
	#father #footer .thirty{
		width:100%; 
		text-align:center;
	}
	#father #header .search, #father #header .browse, #father #header .browse .thirty{
		width:100%;
	}
	#father #header .browse{
		margin:0px;
	}
	#father .thirty, #father .twentyfive{
		width:100%;
	}
	#father #gallery img.main{
		display:none;
	}
	#father #mother #content .searchCell .column {
		width: 100%;
	}
	#father #mother #content .searchCell .column.thirty b,#father #mother #content.listing .column.thirty b{
		border-bottom: 1px solid black;
		width: 100%;
		display: block;
	}
	
	#father .browse .thirty{
		margin:0px;
		padding:0px;
		background:none !important;
		width:100%;
		margin-bottom:5px;
		font-size:0px;
	}
	#father .browse label{
		margin:0px;
		padding:7px 1em 7px 7px;
		width: 25%;
		font-size:12px;
		height:45px;
		overflow:hidden;
	}
	#father  .browse .thirty label{
		border-radius:0px;
	}
	#father  .browse .thirty label:nth-of-type(1){
		border-radius:5px 0px 0px 5px;
		/* border: 0px; */
	}
	#father  .browse .thirty label:nth-of-type(4){
		border-radius:0px 5px 5px 0px;
	}


	#father .browse,.search,#contact{
		display:none;
	}
	#father  .searchBrowse, #father  .menu{
		display:none;
		padding-top:50px;
	}
	#father #stickyMenu{
		display:block;
		
		background:white;
		overflow:hidden;
		height:initial;
	}
	#father #stickyMenu .browse{
		height:initial;
		width:100% !important;
	}
	
	#father #stickyMenu form.searchBrowse .thirty label{
		display:inline-block !important;
	}
	#father #stickyMenu .search{
		width:100%;
	}
	#father #stickyMenu.showSearch .search,#father #stickyMenu.showSearch .browse, #father #stickyMenu.showSearch .searchBrowse{
		display:block;
	}
	#father #stickyMenu.showMenu .menu{
		display:block;
	}
	#father #mobileMenu{
		display:block;
	}
	#father #stickyMenu{
		position:fixed;
		top:0px;
		width: 100%;
	}
	#father #stickyMenu .menu{
		font-size: 1.25em;
		line-height: 2em;
		font-weight: bold;
	}
	
	#father #logo img {
		max-width: 50%;
		height: auto;
		margin: 25%;
	}
}