body{
	background-color:#eee;
	background-image:url('../images/promo.png');
}

#logo{
	margin:35px 0 55px 0;
}

#logo h1{
	font-family: 'Pacifico', cursive;
	font-size: 60pt;
}

#logo h1.color1{
	color: #d96343;
}

#logo h1.color2{
	color: #388299;
}

#logo h1.color3{
	color: #42a172;
}

#logo h1.color4{
	color: #7f527d;
}

#logo span{
	display:block;
	color: #b8b8b8;
	font-family: 'Roboto', sans-serif;
	font-size: 20pt;
	margin-top:-15px;
	text-transform:uppercase;
}

.center{
	text-align:center;
}

.ad-box{
	float:left;
	width:270px;
	background-color:rgba(255,255,255,0.35);
	padding:10px 0 25px 0;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
}

.ad-boxes{
	float:left;
	width:470px;
	margin-left:10px;
	margin-right:10px;
}

.ad-box iframe{
	display:inline-block;
}

#ad-box1{
	width:270px;
	padding-bottom:121px;
}

#ad-box2{
	width:470px;
	
	padding-bottom:38px;
}

#ad-box3{
	width:420px;
	float:right;
}

#ad-box4{
	width:470px;
	
	padding-bottom:38px;
	margin-bottom:0px;
}

#ad-box5{
	width:860px;
}

#ad-box6{
	width:420px;
}

.ad-box h2{
	text-transform:uppercase;
	font-weight:bold;
	color:#c1bfbf;
	margin-top:0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 35px
}

.ad-box h3{
	margin-bottom:0px;
	color: #c1bfbf;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
}

footer{
	background-color:#dbdbdb;
	margin-top:135px;
	height:80px;
	line-height:80px;
	color:#939393;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
}

footer a{
	color:#6F6F6F;
}

footer a:hover{
	color:#6F6F6F;
}

.color-picker{
	position:fixed;
	top:80px;
	left:0px;
	text-align:center;
	background-color:#fff;
	padding:18px 14px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.color-picker img{
	display:block;
	margin:5px 0;
	cursor:pointer;
}

.set.color2, .set.color3, .set.color4, .set.color5, .set.color6, .set.color7{
	display:none;
}

@media (max-width: 1200px) {
	.ad-box, .ad-boxes{
		width:100% !important;
		float:left !important;
		margin-bottom:20px;
	}
}