﻿body {margin:0;background:#fff;font-family:Arial, Helvetica, sans-serif}
#hptop {background-image:url('../images/bkg-img.jpg'); background-repeat:no-repeat; background-size:cover;}
.hptop {background-image:url('../images/bkg-img.jpg'); background-repeat:no-repeat; background-size:120%; background-attachment: scroll}

#base-container {margin: 0px auto; border:0px black solid; min-width:320px;}

/* HP Image */
	 .min400 {min-height:400px}
	 .centered-and-cropped { object-fit: cover;}
	 .crhright1 {width:100%;max-height:300px;}
		.crhright2 {width:100%;height:200px;}
		.crhright3 {width:100%;max-height:180px;}
@media screen and (min-width: 769px) and (max-width: 960px){
	.crhright3 {width:100%;max-height:150px;}
}


/* HEADER */
#header {border: 0px lime solid;}
.logo {margin:3em 0em .5em 0em}
.tpaddy {background:#015021;padding:.5em;text-align:center;color:#ffffff;margin-bottom:2.5em}

/* SKIP TO CONTENT */
    .skip {
        position: absolute;
        top: -1000px;
        left: -1000px;
        height: 1px;
        width: 1px;
        text-align: left;
        overflow: hidden;
    }
    
    a.skip:active, 
    a.skip:focus, 
    a.skip:hover {
        left: 0; 
        top: 0;
        width: auto; 
        height: auto; 
        overflow: visible;
        background:#ffffff;
        color:#000000; 
        line-height:3em
    }

	
/* CONTENT */
#content {}
.elements {background:#ffffff}
.textcenter {text-align:center}
.graybkg {background:#444444;}
.greenbkg {background:#015021}
.white {color:#ffffff}
.borbtm4 {border-bottom:4px black solid}
.fullblock {text-align:center;color:#ffffff;margin-bottom:2.5em;padding:.5em;}
.fullblocknar {text-align:center;color:#ffffff;margin-bottom:2.5em;padding:.0em;}
.ltrspace25 {letter-spacing: .25em}
.pad1 {padding:1em}
.padleft3 {padding-left:3em}
.barlink {display:block;color:#ffffff;text-decoration:none;font-size:1.2em;padding:6px}
.barlinkhp {display:block;color:#ffffff;text-decoration:none;}
.featuredprop {background:#ffffff;border:2px #000000 solid;padding:.5em;line-height:1.5em}
.featuredprop img {/*height: auto;width: 100%;*/}
.featuredprop a:link {text-decoration:none}
.featuredprop p {line-height:.5em}
.featureddetails {background:#045125;padding:.5em;text-align:center;color:#ffffff;}
.hpad {background:#ffffff;border:2px #000000 solid;text-align:center}

/* IMAGES */
img {
    max-width: 100%;
    height: auto;
    /* width: 100%;        to make the image responsive */
}
/* ==== PHONE ==== */
.phone1 {display:inline-block}
.phone2{display:none}


/* LISTINGS */
.propphoto {display:inline-block; vertical-align:top}
.propphoto img {width:200px;padding:0em .5em}
.details {display:inline-block; vertical-align:top}
.address {margin-bottom:1em;font-weight:bold;color:#000000}
.price-rooms {}
.price {display:inline-block;margin-right:.5em;line-height:1.5em;vertical-align:top;color:#000000}
.copy {display:inline-block;max-width:200px;vertical-align:top;color:#000000}
.agentinfo {display:inline-block;background: #f2f2f2; padding: 6px;}
.agent {display:inline-block; vertical-align:top}
.agent img {height:125px;padding:0em .5em}
.agentdetails {display:inline-block; vertical-align:top;line-height:1.5em}
.listcontact {background: linear-gradient(#019738, #015021);padding:6px;margin-top:1em;}
.listcontact a:link, .listcontact a:visited {color:#ffffff}
.detailbutton {background: linear-gradient(#019738, #015021);padding:6px;text-align:center}
.detailbutton a:link, .detailbutton a:visited {color:#ffffff;display:block}

/* Real Estate details layout */

.proptable {
  display:table;
  margin: 0 auto;
  margin-top:5px;
  width:100%;
}
.propcell {
  display: table-cell;
  border:1px solid black;
  padding:5px;

}
.propcellleft {
  display: table-cell;
  font-weight:bold;
  width:35%;
  /*padding-right:25px;
  text-align:right;*/
  border:0px silver solid;
  padding:0px;
}
.propcellright {
  display: table-cell;
  width:55%;  
  border:0px silver solid;
	padding:0px;
}
.addinf {
  width:100%; 
  margin: 0 auto; 
  margin-top:20px;
}
.addtitle {
  width:100%;
  font-weight:bold;
  text-align:center;
}
.addcontent {
  width:100%;
  margin: auto;
}


/* Property Details */
.propdetailbutton {background: linear-gradient(#019738, #015021);padding:10px 20px;margin-top:1em;width:90%}
.propdetailbutton a:link, .propdetailbutton a:visited {color:#ffffff}


/* FOOTER */

#footer {border:0px #c0c0c0 solid;background:transparent;}
.rgtbdr {border-right:1px #ffffff dashed}
.scmedia {width:2em;display:inline;margin-right:.5em}
.eho {margin-top:1em}
#ftcontact {background:#000000;padding:5px 0px;text-align:center;margin:1em 0em}
.btmform input, textarea {margin-bottom:1em}

/* COPYRIGHT TAG */
.ct {font-size: .8em;}

/* PPP DESGIN TAG */
.pdt { font: 8pt "Times New Roman", Times, serif; text-align: right;padding:10px;background:#ffffff}

/* BACK TO TOP */
.bttbutton {
    background-color: #000080; /* Green */
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 50px;
}

.bttbutton1 {
    background-color: white; 
    color: black; 
    border: 2px solid #015021;
}

.bttbutton1:hover {
    background-color: #015021;
    color: white;
}

.bttbutton1 a:hover {
 	display:block;
    color: white;
}

/*triangle*/
#tri {
width: 0;
height: 0;
border-style: solid;
border-width: 0 15px 25px 15px;
border-color: transparent transparent #015021 transparent;
}

#tri:hover {
width: 0;
height: 0;
border-style: solid;
border-width: 0 15px 25px 15px;
border-color: transparent transparent #FFFFFF transparent;
}

/*================ MENU ==================*/
/*========================================*/

#cssmenu {
  background: #045125 ;/*#019738;  Menu bkg color */
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  z-index:1000;
  padding-top:2px;
  max-width:500px;
  margin:auto;
/*  background: -webkit-linear-gradient(left, #045125, #045125 19%, #019738 19%, #019738);
background-color: rgba(0, 0, 0, 0);
background-image: -webkit-linear-gradient(left, rgb(4, 81, 37), rgb(4, 81, 37) 19%, rgb(1, 151, 56) 19%, rgb(1, 151, 56));
        background-repeat: repeat;
        background-attachment: scroll;
        background-clip: border-box;
        background-origin: padding-box;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
background: #045125;
background: -moz-linear-gradient(left, #045125 0%, #045125 19%, #019738 19%, #019738 100%);
background: -webkit-linear-gradient(left, #045125 0%,#045125 19%,#019738 19%,#019738 100%);
background: linear-gradient(to right, #045125 0%,#045125 19%,#019738 19%,#019738 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#045125', endColorstr='#019738',GradientType=1 );
*/
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  border-right: 0px #ffffff solid; /* right border on main menu items */
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #404040; /* sub bkg color*/
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#cssmenu ul li ul li a {
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;	/* sub link color */
  letter-spacing: 0;
  display: block;
  width: 200px; /* width of sub menu items  was 170*/
  padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #000000; /* Sub Hover link color */
  background: #e8e8e8;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #2c2f70;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #4cb6ea;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  padding: 5px 5px; /* Padding around links */
  font-weight: 100;
  /*letter-spacing: 1px; 
  text-transform: uppercase;*/
  font-size: 1em;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000000;
  background-color:#e8e8e8; /* main menu item on sub hover */
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block; 
  
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 200px; /* sub menu width was 170 */
  display: block;
}
#cssmenu > ul > li > ul > li {
  width: 200px; /* sub menu width was 170 */
  display: block;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
    background-color:#404040;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
    border-bottom:1px #ffffff solid /* bottom border on sub item on the min menu*/
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  
  #cssmenu > ul > li > a {
  display: block;
  font-size: 1.2em;
  background-color: #045125;
  border-bottom:1px #ffffff solid;
  
}

  #cssmenu > ul.open {
    max-height: 1500px; /* height of the drop down Menu */
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000000;
    background: #e8e8e8 /* sub min menu hover */
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5em;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
}


/* NO JS MENU */

#menunojs  {background:#019738 url('../images/menunojs.png') no-repeat right top;max-width:500px;margin:auto;text-align:center}
#menunojs a:link {color:#ffffff}
#menunojs a:hover {}
#menunojs li {line-height:3em;border-top:1px white solid}
#menunojs ul {width:80%;text-decoration:none}
#menunojs ul li {list-style:none; text-transform:uppercase;}
#menunojs ul li a { display: block;text-decoration:none}
#menunojs ul li ul li {border: 1px #ffffff solid;padding-left:1.5em;margin-bottom:10px}
#menunojs ul li ul  :hover {background-color:red;color:#ffffff}


.toggle-box {
  display: none;
}

.toggle-box + label {
  cursor: pointer;
  display: block;
  font-weight: bold;
  color:#ffffff;
  font-size:1.5em;
  /*line-height:21px;*/
  margin-bottom: 5px;
}

.toggle-box + label + div {
  display: none;
  margin-bottom: 10px;
}

.toggle-box:checked + label + div {
  display: block;
}



/*=============START AT MEDIA ============*/
/*=======================================*/

/* mobile portrait */

@media screen and (min-width: 0px) and (max-width: 480px){
.propcellleft {
  display: table-cell;
  font-weight:bold;
  width:45%;
  /*padding-right:25px;
  text-align:right;*/
  border:0px silver solid;
  padding:0px;
}
.proptable {margin-bottom:.05em;border-bottom:1px #808080 solid}
.padleft3 {padding-left:0em;display:block;margin-top:1em}

}

@media screen and (min-width: 0px) and (max-width: 600px){

/* NEED FOR TOP MENU TO FUNCTION IF JS IN NOT ACTIVE (screen and (min-width: 0px) and (max-width: 600px)) */
	#menu {}
	#menut {display:none}
	#menunojs {}
	
	/* ==== PHONE ==== */
	.phone1{display:none}
	.phone2 {display:block}
} 


 /* mobile landscape */
@media screen and (min-width: 601px) and (max-width: 768px){

/* NEED FOR TOP MENU TO FUNCTION IF JS IN NOT ACTIVE (screen and (min-width: 601px) and (max-width: 768px)) */
	#menu {}
	#menut {display:none}
	
	#menunojs {}
	/* ==== PHONE ==== */
	.phone1{display:none}
	.phone2 {display:block}


}


/* ipad portrait */
@media screen and (min-width: 769px) and (max-width: 1024px){

/* NEED FOR TOP MENU TO FUNCTION IF JS IN NOT ACTIVE (screen and (min-width: 769px) and (max-width: 1024px)) */
	#menu {}
	#menut {}
	#menunojs {display:none}
	

} 

@media screen and (min-width: 1025px){

/* NEED FOR TOP MENU TO FUNCTION IF JS IN NOT ACTIVE (screen and (min-width: 1025px)) */
	#menu {}
	#menunojs {display:none}


}

