
body {
	min-width:250px;
	background:white;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
#fheader {
    color: #fff;
    width: 100%;

    padding: 10px 0;
    margin-bottom: 0;
    text-align:center;
}

.one_ad a.title:hover {
    color: #000;

}


a#header_logo img{-webkit-transition: -webkit-transform .8s ease-in-out;transition:         transform .8s ease-in-out;}
#fheader:hover a#header_logo img { -webkit-transform: rotate(360deg);         transform: rotate(360deg);}
#page_frontpage{background: #ffbf00;margin-bottom:0}

a#header_logo img {
    width: 26px;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
}



#page_listing {
    margin: 0px auto;
    line-height: 1.5;
    display: block;
}


.one_ad {

    margin-bottom: 10px;
    margin-right: 0%;
  
}

.one_ad .price {

    font-size: 16px;

}

@media only screen and (max-width: 760px){
.one_ad a.title {
    font-size: 18px;
    margin-bottom: 30px;
}
}