.divbg {
  background-image: url(../img/bg.jpg);
  height: 100%;
  width: 100%;

}

.responsive-scale{
	width:100%;
  height:960px;
	background-image:url(../img/bg.jpg);
	background-size:cover;
	background-position:center; /* IE fix */
}

.responsive-scale-about{
  background-image:url(../img/gearbg.jpg);
  width:100%;
  height:100%;
	background-size:cover;
	background-position:center; /* IE fix */
}

div#mains {
	 margin: auto;
  	position: absolute;
  	top: 100px; left: 0; bottom: 100px; right: 0;
}
.titles {
	line-height: 1.2em;
	position: relative;
	margin-left: 150px;
	margin-top: 180px;
}
.logo img {
	width: 530px;
	height: auto;
	margin-top: 0px;

}

/*rqwerqwerwqer background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}
.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

/* content centering styles */
.content-a {
	display:table;
}
.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}
#latestListing{
  margin:auto;
}
/* visual styles */
/*body{
    margin:0;
    font-family:sans-serif;
    font-size:28px;
    line-height:100px;
	color:#ffffff;
    text-align:center;
}*/
section {
	background:#1fe4d4;
}
.not-fullscreen {
    height:15%;
}

/*fkqwerkqwekrjlwerjiowjer*/

div.icon:hover {
	background-position: 0px -30px;
	cursor: pointer;
}
h2.logo {
	background-image: url(img/AwayHeader.png);
}
