.home-page .right {
	float:right;
}

.home-page .left {
	float:left;
}

.inline {
	display:inline-block;
}

.center {
	margin:auto;
	width:1000px;
}

.footer {
	width:920px;
	padding:40px;
	padding-top:10px;
	background:#333;
	margin:auto;
	text-align:center;
	font-family:Open Sans;
}

.footer h1 {
	font-size:15px;
	font-weight:600;
	color:#fff;
}

.footer .line {
	width:120px;
	border-top:1px solid #fff;
	position:relative;
	top:-5px;
	left:15px;
}

.footer .divider {
	height:200px;
	border-left:1px solid #666;
	border-right:1px solid #000;
	position:relative;
	top:0px;
}

.footer .column {
	width:250px;
	text-align:left;
}

.footer .column h1 {
	display:inline-block;
}

.footer ul {
	list-style-type:none;
	padding:0;
	margin:0;
	margin-top:15px;
}

.footer li {
	font-size:14px;
	color:#d4d4d4;
	line-height:30px;
}

.footer li:hover {
	color:#00a0e4;
	text-decoration:underline;
}

.footer a {
	text-decoration:none;
}

.footer p {
	font-size:31px;
	font-weight:600;
	color:#fff;
	text-decoration:none;
	margin:0;
}

.footer span {
	font-size:11.5px;
	font-weight:600;
	color:#fff;
	text-align:center;
	margin-top:10px;
}

.footer .left {
	float:left;
}

.footer .right {
	float:right;
}

.bikes {
    width:400px;
    padding:10px;
    border:2px solid #74b928;
    border-radius:5px;
}

.cars {
    width:400px;
    padding:10px;
    border:2px solid #f6d820;
    border-radius:5px;
	margin-top:15px;
}

.trampolines {
    width:531px;
	height:433px;
	border-radius:5px;
	position:relative;
    overflow:hidden;
}
    

.button {
  border:none;
  border-radius:5px;
  background:#00a0e4;
  padding:10px;
  font-family:Open Sans;
  font-size:14px;
  font-weight:600;
  color:#fff;
  transition:all ease-in-out 0.15s;
  cursor:pointer;
  -webkit-appearance:none;
  -moz-appearance:none;
  -webkit-border:none;
}

.button:hover {
  background:#ed1a2b;
}

.fw {
	border-radius:0;
	width:100%;
	font-size:16px;
}

.categories {
	margin-top:15px;
	width:970px;
}

.c2 {
	width:531px;
}

.c1 {
	width:400px;
}

.link {
	text-align:center;
	width:170px;
	margin-top:20px;
}

.link img {
	margin-bottom:40px;
}

.home-page a {
	color:#fff;
}

.brands {
    width:970px;
    text-align:center;
    margin-top:15px;
}

.brands li {
    display:inline-block;
    padding:30px;
}

.brands img {
    height:50px;
    opacity:0.7;
    cursor:pointer;
}
    
.brands img:hover {
    opacity:1;
}