@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
* {
  box-sizing: border-box;
}
body {
  	background:#FFF;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
a:link {
	color: #07519a;
	text-decoration: none;
}
a:visited {
	color:#07519a;
	text-decoration: none;
}
a:hover {
	color: #C00;
}
a:active {
	color:#07519a;
	text-decoration: none;
}
.section{
	margin-top:20px;
	margin-bottom:20px;
}
.container{
	width:1199px;
	margin:auto;
	overflow:hidden;
	padding-left:2px;
	padding-right:2px;
}
@media(max-width:1024px){
.container{
	width:99%;
}
}

.center {
	width:100%;
  	position: relative;
}
.center p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*-----------------Footer-------------------*/
.footer{
	width:100%;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
ul.footer-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

li.footer-menu {
  float: left;
}

li.footer-menu a {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size:0.9em;
	color:#666;
	text-align: center;
	text-decoration: none;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
}

li.footer-menu a:hover {
	color:#000;
}

/*-----------------END FOOTER-------------------*/

.box-title{
	margin-top:5px;
	margin-bottom:5px;
}

.text-small{
	font-family: 'Roboto', sans-serif;
	font-size:0.7em;
	color:#666;
}
.text1{
	font-family: 'Roboto', sans-serif;
	font-size:0.9em;
	color:#333;
}
@media(max-width:768px){
.text1{
	font-size:1.2em;
}
}
.text1-link a{
	font-family: 'Roboto', sans-serif;
	font-size:0.9em;
	color:#333;
	text-decoration: none;
}
.text1-link:hover{
	color:#000;
	text-decoration: none;
}
.text1-red{
	font-family: 'Roboto', sans-serif;
	font-size:0.9em;
	color:#C00;
}
.text1-black{
	font-family: 'Roboto', sans-serif;
	font-size:0.9em;
	color:#000;
}
.text1-white{
	font-family: 'Roboto', sans-serif;
	font-size:0.9em;
	color:#FFF;
}
.text1-white a{
	color:#FFF;
}
.text2{
	font-family: 'Roboto', sans-serif;
	font-size:1.2em;
	color:#333;
}
.text3{
	font-family: 'Roboto', sans-serif;
	font-size:1.5em;
	color:#333;
	font-weight:bold;
}
.text4{
	font-family: 'Roboto', sans-serif;
	font-size:2em;
	color:#000;
	font-weight:bold;
}
.text5{
	font-family: 'Roboto', sans-serif;
	font-size:2.2em;
	color:#000;
	font-weight:bold;
}
.box-property-code{
	background:#C00;
	color:#FFF;
	padding:5px;
	width:60px;
	height:25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 1em;
}
.box-left{
	width:70%;
	height:auto;
	float:left;
	position:relative;
}
.box-right{
	width:29%;
	height:auto;
	float:right;
	position:relative;
}
@media(max-width:768px){
.box-left{
	width:100%;
}
.box-right{
	width:100%;
}
}

.box-col2{
	width:50%;
	height:auto;
	float:left;
	position:relative;
	padding-right:15px;
	padding-bottom:15px;
}
@media(max-width:768px){
.box-col2{
	padding-right:0px;
	width:100%;
}
}
.box-col3{
	width:33.33%;
	float:left;
	padding-right:15px;
	padding-bottom:15px;
	position: relative;
}
@media(max-width:768px){
.box-col3{
	width:100%;
	padding-right:0;
}
}

.box-col4{
	width:25%;
	float:left;
	padding-right:15px;
	padding-bottom:15px;
	position: relative;
}
@media(max-width:768px){
.box-col4{
	width:100%;
	padding-right:0;
}
}

/*-----------------INFORM FORM-------------------*/
.txtform{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #333;
	width: 100%;
	height: 35px;
	border-radius: 4px;
	font-size: 0.9em;
	background-color: white;
	border: 1px solid #CCC;
	margin-bottom:5px;
	padding-left:5px;
}
.areaform{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #333;
	width: 100%;
	border-radius: 4px;
	font-size: 0.9em;
	background-color: white;
	border: 1px solid #CCC;
	margin-bottom:5px;
	padding-left:5px;

}
.selectform{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #333;
	width: 100%;
	height: 35px;
	border-radius: 4px;
	font-size: 0.9em;
	background-color: white;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	border: 1px solid #CCC;
	margin-bottom:5px;
	padding-left:5px;

}
/*---------------CMD---------------*/
.cmdred{
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	font-weight: lighter;
	color: #FFF;
	background-color: #e71017;
	border: 1px solid #e71017;
	height: 40px;
	border-radius: 2px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.cmdred:hover{
	background-color: #C00;
}


.boxline1{
	border-top: 1px solid #DFDFDF;
	width:100%;
	margin-top:20px;
	margin-bottom:13px;
	float: left;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
hr.new1 {
	border-top: 1px solid red;
	width:59px;
}
hr.new100 {
	border-top: 1px solid #DFDFDF;
	width:100%;
	margin-top:20px;
	margin-bottom:13px;
	float: left;
}
.ad-a{
	height:90px;
	width:100%;
	float: left;
	position:relative;
}
@media(max-width:768px){
.ad-a{
	height:250px;
	width: auto;
}
}

.ads-p{
	height: 250px;
	width: 100%;
	margin-bottom: 20px;
	float: left;
}
@media(max-width:768px){
.ads-p{
	width:100%;
}
}
.ads-l{
  	margin: auto;
	height: 90px;
	width: 728px;
	margin-bottom: 20px;
}
@media(max-width:768px){
.ads-l{
	height: 250px;
	width: 100%;
}
}
.ads-right{
	float:right;
	height: 250px;
	width: 100%;
	margin-bottom: 20px;
}
@media(max-width:768px){
.ads-right{
	width:100%;
}
}

.ad-c1 {
	text-align: center;
	width:100%;
	height:250px;
	margin-left: 3px;
}
.adrightfix {
	display: block;
	text-align: center;
	height:auto;
	z-index:51;
	margin-left: 3px;
}
.adrightfix2 {
	display: none;
	text-align: center;
	height:auto;
	margin-left: 3px;
}
@media(max-width:768px){
.adrightfix {
	display: none;
}
.adrightfix2 {
	display: block;
}
}

.adboxgoogle{
	background-color:#FFF;
	height:250px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
@media(max-width:768px){
.adboxgoogle{
	height:250px;
	width:auto;
}
}
.adauto{
	background-color:#FFF;
	height:90px;
	width:100%;
	margin-bottom: 20px;
	float: left;
}
@media(max-width:768px){
.adauto{
	height:250px;
	width:auto;
}
}
.ad-h300{
	height:300px;
	margin-bottom: 20px;
	float: left;
}
@media(max-width:768px){
.ad-h300{
	height:250px;;
	width:auto;
}
}
.adbox{
	background-color:#FFF;
	height:90px;
	width:100%;
	margin-bottom: 20px;
	float: left;
	border: 1px solid #DFDFDF;	
}
@media(max-width:768px){
.adbox{
	height:250px;
	width: auto;
}
}

.ads-center{
	position:relative;
	width:100%;
	text-align:center;
	float: left;
}
.ads-728-90{
	display:block;
	height:90px;
	width:728px;
	margin:auto;
}
.ads-728-90-m{
	display:none;
	height:250px;
	width:100%;
	margin:auto;
}
@media(max-width:768px){
.ads-728-90-m{
	display:block;
}
.ads-728-90{
	display:none;
}
}

.box-border{
	border-radius: 5px;
	width:100%;
	border: 1px solid #CCC;
	padding: 5px;
}
.box-border2{
	width:100%;
	border: 1px solid #CCC;
	padding: 5px;
	height: auto;
	position: relative;
}
.box-share-social{
	width:100%;
	height:50px;
	position:relative;
	margin:auto;
	padding-top:30px;
}
@media(max-width:768px){
.box-share-social{
	padding-top:1px;
}
}
/*----------------------Google Search -----------------*/
.box-google-search-main{
	width:50%;
}
@media(max-width:768px){
.box-google-search-main{
	width:100%;
}
}
.box-google-search-form1{
	float:left;
	width:70%;
}
.box-google-search-form2{
	float:left;
	width:30%;
	padding-left:3px;
}
@media(max-width:768px){
.box-google-search-form1{
	width:100%;
}
.box-google-search-form2{
	margin-top:5px;
	padding-left:0px;
}
}
.cmd-google-search{
	font-family: 'Work Sans', sans-serif;
	font-size: 0.8em;
	font-weight: lighter;
	color: #FFF;
	background-color: #e71017;
	border: 1px solid #e71017;
	height: 36px;
	border-radius: 4px;
	background-image: url(images/search-white5.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.cmd-google-search:hover{
	background-color: #FF2020;
}
.cmdok{
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: lighter;
	color: #FFF;
	background-color: #e71017;
	border: 1px solid #e71017;
	height: 36px;
	border-radius: 4px;
	background-image: url(images/icon-ok-white.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 35px;
  	cursor: pointer;
}
.cmdok:hover{
	background-color: #FF2020;
}
.cmdok2{
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: lighter;
	color: #FFF;
	background-color: #e71017;
	border: 1px solid #e71017;
	height: 36px;
	border-radius: 4px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
  	cursor: pointer;
}
.cmdok2:hover{
	background-color: #FF2020;
}
.column2 {
	float: left;
	width: 50%;
	padding: 10px;
	height: auto;
}
@media(max-width:768px){
.column2 {
	width: 100%;
}
}

/*--------------Cmd Sort Data----------------------*/

.cmdsort-dropbtn {
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	font-size: 0.9em;
	color: #000;
	cursor: pointer;
	background:#f1f1f1;
	border: 1px solid #f1f1f1;
}

.cmdsort-dropbtn:hover, .cmdsort-dropbtn:focus {
	color: #C00;
}

.cmdsort-dropdown {
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
	float: right;
}

.cmdsort-dropdown-content {
	display: none;
	position: absolute;
	background-color: #FFF;
	min-width: 180px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	font-size: 0.9em;
	text-align: left;
  	right: 0;
  }

.cmdsort-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.cmdsort-dropdown a:hover {
	background-color: #F6F6F6;
}

.cmdsort-show {display: block;}


/*------------Box Listing----------------*/

.box-listing{
	float:left;
	width: 100%;
	height:216px;
	position:relative;
	border: 1px solid #E2E2E2;
}
@media(max-width:768px){
.box-listing{
	height:309px;
	padding-bottom:15px;
}
}
@media(max-width:480px){
.box-listing{
	height:528px;
	padding-bottom:15px;
}
}
.box-pic{
	width:35%;
	height:100%;
	position: relative;
	float: left;
}
.box-pic img{
	width:100%;
	height:100%;
}
@media(max-width:768px){
.box-pic{
	width:40%;
	height:258px;
}
}
@media(max-width:480px){
.box-pic{
	width:100%;
	height:258px;
}
}

.box-text{
	float: left;
	width: 65%;
	padding: 5px;
	position: relative;
}
@media(max-width:768px){
.box-text{
	width:60%;
}
}
@media(max-width:480px){
.box-text{
	width:100%;
}
}
.box-text-title{
	float: left;
	width: 70%;
	padding: 5px;
	position: relative;
}
.box-text-price{
	padding:5px;
	width:30%;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #C00;
	float:right;
}
.box-text-des{
	float: left;
	padding: 5px;
	position: relative;
}
.box-text-link{
	position:absolute;
	bottom:5px;
	right:5px;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color:#333;
}
@media(max-width:480px){
.box-text-link{
	font-size: 1.2em;
}
}
.box-center{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*-------------- Page Nation ----------------------*/

.page-nation-center {
  text-align: center;
}

.page-nation {
  display: inline-block;
  	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	color: #000;

}

.page-nation a {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	color: #000;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin: 3px;
}

.page-nation a.active {
  background-color: #C00;
  color: white;
  border: 1px solid #C00;
}

.page-nation a:hover:not(.active) {
	background-color: #C00;
  	color: white;
}
.box-check-last{
	position:relative;
	width:100%;
	float:left;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

