@charset "utf-8";

nav{
	position: fixed;
	width:100%;
	height: 80px;
	background:#000033;
	
}

nav img{
	width: 90px;
	position: absolute;
	top: 10px;
	left: 1%;
}

nav ul{
	float: right;
	margin-right: 10px;
	margin-top: 0%;
	text-decoration: none;
}

nav ul li{
	display:inline-block;
	line-height:20px;
	margin:0px 5px;
}

nav ul li a{
	position: relative;
	color: white;
	font-size: 12px;
	padding: 7px 0;
	text-transform: capitalize;
}

nav li:hover ul.dropdown { display: block;}

nav li ul.dropdown {
	position:absolute;
	display: none;
	width:180px;
	background: #000000;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0,   
	0.3);
	padding-top: 0px;	
}

nav li ul.dropdown li {
	display: block;
	list-style-type: none;
}

nav li ul.dropdown li a {
	padding:0px 0px;
	font-size: 13px;
	color:#fff;
	display: block;
	font-weight: 400;
}

nav li ul.dropdown li:last-child a {border-bottom: none;}

nav li:hover a {
	background:none;
	color: #ffffff !important;
}

nav li :first-child:hover a { border-radius: 3px 0 0 px;}

nav li ul.dropdown li:hover a{background: rgba(0, 0, 0.1);}

nav li ul.dropdown li:first-child:hover a{ border-radius: 0;}

nav li hover .arrow-down {border-top 5px solid #fff;}

arrow-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #def1f0;
	position:relative;
	top: 15px;
	right: -5px;
	content: '';	
}



nav ul li a:before{
	position:absolute;
	content: '';
	left: 0;
	bottom: 6px;
	height: 1px;
	width: 100%;
	background: white;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .4s linear
}
nav ul li a:hover:before{
	transform: scaleX(1);
	transform-origin: left;
}

label #btn,
label #cancel{
	color:white;
	font-size: 20px;
	float: right;
	line-height: 90px;
	margin-right: 40px;
	cursor: pointer;
	display: none;
}
#check{
	display:none;
	position: fixed;
}
@media (max-width: 1118px) {
	nav img{
	 left:8%;	
   }
}

@media (max-width: 944px) {
	nav img{
	left: 2%;
	top: 8px;
	width: 60px;
   }
   nav ul li a{
	 font-size: 17px;  
   }
}
@media (max-width: 860px) {
	label #btn{
	  display: block;	
	}	
	ul{
		position: fixed;
		width: 65%;
		height: 100vh;
		background: #000033;
		top: 80px;
		left: -100%;
		margin-left: 0%;
		text-align: left;
		transition: all .5s;
	}
	
	nav ul li{
		display: block;
		margin: 15px 0;
		line-height: 10px;	
	}
	nav ul li a{
	 
	 font-size: 15px;
	 margin-left: 30px;
	 text-decoration: none;
	}
	#check:checked ~ ul{
		left: 0%;
		height: 1200px;
		
	}
	#check:checked ~ label #btn{
		display: none;	
	}
	#check:checked ~ label #cancel{
		display: block;	
	}
}

.title {
  float:left;
  width:70%;
  margin-top:1%;
  margin-right:0%;
  
 
}
/**.title p{
	width: 100%;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight:600;
	font-size: 1.5em;
	color: #000000;
	text-decoration:underline;
	margin-top: 14.5%;
	margin-right: 0%;
	margin-left: 16%;
	margin-bottom: -1%;
	
}

.title p1 {
	width: 100%;
	font-size: 0.6em;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight:100;
	color: #000000;
	margin-left: 15.5%;
	margin-top: 0%;
	margin-right: 0%;
	line-height: 3px;
	
}
.title p2{
	width:100%;
	font-size: 0.55em;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: 100;
	color: #000000;
	margin-top: 45%;
	margin-right: 0%;
	margin-left: 0%;
	line-height: 0px;
}**/
.title1 {
  width: 100%;
  float: left;
  margin-top:0%;
  margin-bottom: 0%;
  margin-left:33%;
}

.title1 a {
  
  font-size:1.5em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color:#ffffff;
  font-weight:600;
  text-decoration: underline;
  text-align: center;
}

.title2 {
  width: 100%;
  float: left;
  font-size:0.7em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color:#ffffff;
  font-weight:400;
  text-decoration:none;
  text-align: center;
  margin-top:0%;
  margin-bottom: 0%;
  margin-left:27%;
}

.title3 {
  width: 100%;
  float: left;
  font-size:0.7em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color:#ffffff;
  font-weight:400;
  text-decoration:none;
  text-align: center;
  margin-top:0%;
  margin-bottom: 0%;
  margin-left:27%;
}

#home73full{
  width:100%;
  height: auto;
  
}


.home73 {
  
  width:100%;
  margin-top:0%;
  margin-left:0%;
  margin-right:0%;
  margin-bottom:0%;
  padding:2%;
}
#homesec73full{
  width:100%;
  height:auto;
}
	 
.homesec73 {
  
  width:100%;
  margin-top:8%;
  margin-left:0%;
  margin-right:0%;
  padding:0%;
}

#salepost73full{
  width:100%;
}

.salepost73 {
  display: block;
  width:100%;
  height: auto;
  float:left;
  margin-right:0%;
  margin-left: 0%;
  margin-top:13%;
  margin-bottom:0%;
  align:center;
  border: 1px solid #1992e8;
  padding: 3%;
  border-radius: 0px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#location73full {
  width: 100%	
}

.location73 {
  display: block;
  width:100%;
  height: auto;
  margin-right:0%;
  margin-left:0%;
  margin-top:-1%;
  margin-bottom:0%;
  padding: 1%;
  border-radius: 15px;
	background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}	
p.texthomesec73{
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 1.2em;
	font-weight: 550;
	color: #000000;
	margin-top: 0%;
	text-align: center;
}
#price73full {
   width: 100%;
}
.price73 {
  display: block;
  width:100%;
  height: auto;
  margin-right:0%;
  margin-left:0%;
  margin-top:1%;
  margin-bottom:0%;
  padding: 1%;
  border-radius: 15px;
	background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

h1.titlehomesec73 {
	
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: 550;
	color: #000000;
	text-align: center;
	
}

#homesec66full{
  width:100%;
  height:auto;
}
	 
.homesec66 {
  
  width:100%;
  margin-top:1%;
  margin-left:0%;
  margin-right:0%;
  margin-bottom: -18%;
  padding:4%;
}



#title66full {
   width: 100%;
}
.title66 {
 
  width:100%;

  margin-right:0%;
  margin-left:0%;
  margin-top:0%;
  margin-bottom:5%;
  padding: 1%;
  border-radius: 15px;
	background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

h1.title66 {
	
	font-family: sans-serif;
	font-size: 1.2em;
	font-weight: 550;
	color: #000000;
	text-align: center;
	
}

#secdetail66full {
	width: 100%;
	height: auto;
}

#secdetail66 {
	width: 100%;
	height: auto;
}

#detail66full {
	width: 100%;
	height: auto;
}

.detail66 {
	display:block;
	width: 30%;
	float: left;
	font-size: 0.8em;
	margin-top:0%;
	margin-left:0%;
	margin-right:0%;
	margin-bottom:1%;
	padding: 0%;	
}

p.detail66 {
	width:auto;
	height:auto;
	font-size: 0.8em;
	font-family:sans-serif;
	font-weight: 600;
	text-align: left;
	color: #000000;
}

#subdetail66full {
	width: 100%;
	height: auto;
}

.subdetail66 {
	display:block;
	width: 35%;
	float: left;
	margin-top:0%;
	margin-left:0%;
	margin-right:0%;
	margin-bottom:2%;
	padding: 0%;
		
}

p.subdetail66 {
	width:auto;
	height:auto;
	font-size: 0.7em;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: 600;
	text-align: left;
	color: #000000;
}

#detailfill66full {
	width: 100%;
	height: auto;
}

.detailfill66 {
	display: block;
	width: 60%;
	float: right;
	height:auto;
	font-size: 0.9em;
	font-family:sans-serif;
	font-weight: 300;
	text-align: left;
	color: #000000;
	margin-top:0%;
	margin-left:0%;
	margin-right:0%;
	margin-bottom: 1%;
	padding: 1%;	
}
p.detailfill66 {
	width:auto;
	height:auto;
	font-size: 0.9em;
	font-family:sans-serif;
	font-weight: 300;
	text-align: left;
	color: #000000;
}
#iconcalculator66full {
	width: 100%;
	height: auto;
}

.iconcalculator66 {
	display: block;
	width: 60%;
	float: right;
	height: auto;
	font-size: 0.9em;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: 100;
	text-align: center;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom:1%;
	border-radius: 10px;
	background-color:none;
	/**box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0%;**/
}

#icon66full {
	width: 100%;
	height: auto;
}

.icon66 {
	display: block;
	width: 30%;
	float: left;
	font-size: 0.9em;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: 100;
	text-align: center;
	margin-top: 0%;
	margin-left: 10%;
	margin-right: 0%;
	margin-bottom: 1%;
	border-radius: 0px;
	/**background-color: #ffffff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);**/
	padding: 0%;
}

.remark66 {
	display: block;
	width: 100%;
	margin-top:5%;
	margin-left:0%;
	margin-right:0%;
	margin-bottom:0%;
	padding: 0%;	
}
p.remark66 {
	width:auto;
	height:auto;
	font-size: 0.7em;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: 300;
	text-align: center;
	color:#F20000;
}

#subscribe66full{
  width:100%;
   
}

.subscribe66 {
  width:100%;
  height: auto;
  margin-top:20%;
  margin-left:0%;
  margin-right:0%;
  padding:2%;
  margin-bottom:1%;
  border: 1px solid #1992e8;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#iesubscribe66full{
  width:100%;
  height:auto;
}


.iesubscribe66 {
  width:100%;
  height: auto;
  font-size: 0.8em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight:400;
  text-align: center;
  margin-top:0%;
  margin-left:0%;
  margin-right:0%;
  margin-bottom:1%;
  padding:1%;
  background-color:#ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


input.btnsub66 {
  display:inline-block;
  width: 70px;
  height: auto;
  
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size:0.8em;
  color:#ffffff;
  font-weight:300;
  background:#111111;
  margin-left:0%;
  margin-right:0%;
  margin-top:4%;
  margin-bottom:0%;
  border:none;
  outline:none;
  cursor:pointer;
  border-radius: 10px;
}

input.btnsub66:hover {
  background:#0a818c;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 0.8em;
	color: #ffffff;
	font-weight:300;
	background: #28A451;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.news66 {
  width:100%;
  height: auto;
  font-size: 1.5em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight:400;
  color: #000000;
  text-align: center;
  margin-top:0%;
  margin-left:0%;
  margin-right:0%;
  margin-bottom: 2%;
  padding:1%;
  background-color:#cccccc;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


#name1full{
  width:100%;
  height:auto;
}
.name1 {
  width:35%;
  float: left;
  height: auto;
  font-size: 0.9em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight:400;
  text-align: center;
  
  margin-top:1%;
  margin-left:0%;
  margin-right:0%;
  margin-bottom: 1.5%;
  padding:1%;
  background-color:#ffffff;
  border-radius: 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#name2full{
  width:100%;
  height:auto;
}


.name2 {
  width:60%;
  float: right;
  font-size: 1.2em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight:400;
  text-align: center;
  height: auto;
  margin-top:1%;
  margin-left:0%;
  margin-right:0%;
  margin-bottom: 3%;
  padding:1%;
  background-color:#ffffff;
  border-radius: 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#name3full{
  width:100%;
  height:auto;
}


.name3 {
  width:35%;
  float: left;
  font-size: 0.9em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight:400;
  text-align: center;
  height: auto;
  margin-top:0%;
  margin-left:0%;
  margin-right:0%;
  margin-bottom: 1%;
  padding:1%;
  background-color:#ffffff;
  border-radius: 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#name4full{
  width:100%;
  height:auto;
}


.name4 {
  width:60%;
  float: right;
  font-size: 1.2em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight:400;
  text-align: center;
  height: auto;
  margin-top:0%;
  margin-left:0%;
  margin-right:0%;
  margin-bottom: 1%;
  padding:1%;
  background-color:#ffffff;
  border-radius: 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


#homesec67full{
  width:100%;
  height:auto;
}
	 
.homesec67 {
  
  width:100%;
  margin-top:0%;
  margin-left:0%;
  margin-right:0%;
  margin-bottom:3%;
  padding:6%;
}

#homesec51full{
  width:100%;
  height:auto;
}
	 
.homesec51 {
  
  width:100%;
  margin-top:0%;
  margin-left:10%;
  margin-right:0%;
  padding:0%;
}

#ctcol4full{
  width:100%;
  height:auto;
}
.ctcol4 {
  
  width:100%;
  margin-top:-14%;
  margin-right:0%;
  margin-left:0%;
  padding:6%;
  font-family:verdana;
  font-size:0.9em;
  color:#333333;
}
.col3 {
  width:100%;
  text-align:right;
  margin-top: 15%;
}
.col5 {
  
  width:100%;
  text-align: left;
  padding-bottom:2px;
}

.col6 {
  width:100%;
  height: auto;
  padding-bottom:1px;
  padding: 1%;
}
.col8 {
  width:100%;
  text-align:right;
  margin-top: 5%;
  margin-left: 0%;
  margin-right:0%;
  margin-bottom: 0%;
  padding: 0%;
}
#bottomfull{
	width: 100%;
}
.bottom{
	width: 100%;
	height: auto;
	margin: 0% auto;
	padding: 0%;
	position: fixed;
	left: 0px;
	top: 97%;
}



#content-desktop {
	display:block;
}
#content-mobile {
	display:none;
}
@media screen and (max-width:768px){
	#content-desktop {
	display:none;
	}
	#content-mobile {
	display:block;
	}
}

#myBtn {
  	display: none;
 	position: fixed;
 	bottom: 25px;
  	right: 32px;
  	z-index: 99;
  	border: none;
  	outline: none;
  	background-color: blue;
  	color: white;
  	cursor: pointer;
  	padding: 5px;
  	border-radius: 15px;
}

#myBtn:hover {
  	background-color: blue;
}


* {
    box-sizing: border-box;
}

input.btnbid {
	display: inline-block;
	width: 200px;
	height: 30px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 0.8em;
	font-weight: 500;
	color: #ffffff;
	background-color:#1DA0B4;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	align: center;
	border: 1px solid #000000;
	outline: none;
	cursor: pointer;
	border-radius: 0px;
}

input.btnbid:hover {
  background:#ffffff;
  color:#000000;
  font-size: 0.8em;
  font-weight: 600;
}

input.btnback {
	display: inline-block;
	width: 50px;
	height: 25px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 0.7em;
	font-weight: 600;
	color: #ffffff;
	background-color:#950211;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	align: center;
	border: 1px solid #000000;
	outline: none;
	cursor: pointer;
	border-radius: 0px;
}

input.btnback:hover {
  background:#ffffff;
  color:#000000;
  font-size: 0.7em;
  font-weight: 600;
}


#g-recaptchafull  {
	width: 100%;
	height: 50px;
}
.g-recaptcha  {
    width: 30%;
	margin-top:0%;
    align:left;
}

#copyrightfull {
	width: 100%;
	background-color: #f2f2f2;
}
.copyright {
	width: 100%;
	height:auto;
	margin: 0 auto;
	background-color: #cccccc;
	padding: 0;
}
p.text5 {
	font-family:oswald;
	font-weight:200;
	font-size: 0.6em;
	color: #000000;
	text-align: center;
}
.style3 {
	font-size: 11px;
	font-family:verdana;
	color: #FF0000;
	font-weight: bold;
}


.style12 {
	font-size: 10px;
	font-family: verdana;
	color: #000099;
	font-weight: normal;
}

.style15 {
	font-size: 11px;
	font-family: oswald;
	color: #000000;
	font-weight: 200;
}
.style16 {
	font-size: 0.9em;
	font-family: sans-serif;
	color: #000000;
	font-weight: 100;
}
.style35 {
	font-size: 10px;
	font-family: oswald;
	color: #000000;
	font-weight: 100;
}
.style36 {
	font-size: 20px;
	font-family: verdana;
	color: #000000;
	font-weight: bold;
}
.style43 {
	color: #000000;
	font-weight: 450;
	font-family: verdana;
	font-size: 20px;
}

.style44{
	color: #CE0000;
	font-weight: bold;
	font-family: verdana;
	font-size: 22px;
}

.style45{
	color: #000000;
	font-weight: bold;
	font-family: verdana;
	font-size: 25px;
}
.style81 {
	font-size: 0.8em; 
	font-weight:250;
	font-family:sans-serif; 
	color: #FF1306; 
}

.style82 {
	font-size: 14px; 
	font-weight: 500;
	font-family: sans-serif; 
	color: #000000;
	background-color:#ffffff; 
}
.style83 {
	height:auto;
	font-size: 1em; 
	font-weight: 400;
	font-family: sans-serif; 
	color: #000000;
	background-color:  #EAEAEA;
	text-decoration:none;
}

.style84 {
	font-size: 1.0em; 
	font-weight: 100;
	font-family: sans-serif; 
	color: #000000; 
}
.style90 {
	font-size: 13px; 
	font-weight: 100;
	font-family: verdana; 
	color: #000000; 
}
.style93 {
	display: block;
	height: auto;
	font-size: 1.2em;
	font-weight: 450;
	color: #ffffff;
	text-align: center;
	background-color:#000033;
	font-family: sans-serif;
	padding: 0%;
}

.style147 {
	display: block;
	font-size: 0.9em;
	font-weight: 300;
	color: #000000;
	background-color: #ffffff;
	font-family: sans-serif;
	text-decoration: none;
}
.style148 {
	display: block;
	font-size: 1.5em;
	font-weight: 450;
	text-align:center;
	color: #000000;
	background: #cccccc;
	font-family: sans-serif;
}
.style150 {
	display: block;
	font-size: 0.9em;
	font-weight: 200;
	color: #000000;
	background: #cccccc;
	font-family: sans-serif;
}
.style151 {
	display: block;
	font-size: 0.9em;
	font-weight:700;
	color:#000000;
	font-family: sans-serif;
	background-color:#F9F9F9;
	text-decoration: none;
}
.style193 {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-weight:100;
}
.style195 {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-weight: 400;
}

