/* @import url('normalize.css'); */
/* General Demo Style */
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font-family: 'Open Sans Condensed','Arial Narrow', serif;
	background: #ddd url(../images/fabric_plaid.png) repeat top left;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	margin: 0;
	overflow: hidden;
}
a{
	color: #555;
	text-decoration: none;
}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.main-title{
	position: absolute;
	z-index: -1;
	width: 50%;
	padding: 20px 40px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}
.main-title h1{
	font-size: 45px;
	line-height: 52px;
	font-weight: 300;
	color: #777;
}
.main-title h1 strong{
	font-weight: 700;
}
.main-title p{
	font-size: 18px;
	color: #F86738;
}
#codrops-ad-wrapper{
	height: 280px;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	margin: -140px 0 0 -50%;
}
#codrops-ad-wrapper .one .bsa_it_ad {
	display: block;
	padding: 15px;
	border: none;
	background: rgba(255,255,255,0.7);
	font-family: 'Open Sans Condensed','Arial Narrow', serif;
	line-height: 100%;
	position: relative;
}
#codrops-ad-wrapper .one .bsa_it_ad{
	border: none;
	background: transparent;
}
#codrops-ad-wrapper  .one .bsa_it_ad .bsa_it_i {
	float: none;
	margin: 10px auto;
	display: block;
	width: 130px;
}
#codrops-ad-wrapper .one .bsa_it_ad .bsa_it_t {
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: white;
	line-height: 125%;
	padding: 0 0 5px 0;
	text-align: center;
	text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.1);
}
#codrops-ad-wrapper .one .bsa_it_ad .bsa_it_t:hover{
	color: #F86738;
}
#codrops-ad-wrapper .one .bsa_it_ad .bsa_it_d {
	display: block;
	font-size: 11px;
	color: #434343;
	font-size: 12px;
	line-height: 135%;
	text-align: center;
}
#codrops-ad-wrapper .one .bsa_it_p {
	position: relative;
	display: block;
	text-align: center;
	bottom: auto;
	right: auto;
}
#codrops-ad-wrapper .one .bsa_it_p a{
	font-size: 9px;
	font-family: Arial;
	text-transform: uppercase;
}
@media screen and (max-width: 690px){
	.main-title h1{
		font-size: 20px;
		line-height: 22px;
	}
}
@media screen and (max-width: 320px){
	#codrops-ad-wrapper  .one .bsa_it_ad .bsa_it_i img{
		max-width: 70% !important;
		height: auto !important;
	}
}