body{
	margin:0; 
	text-align:center;
	background-color:#222222;
	color:#959595;
  	font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	}
a{ 
	color:#ffffff;
	text-decoration:none;
}
a:visited{
	color:#717171;
	text-decoration: none;
	}
a:hover{
	color:#ec5539;
}
ul {
	margin-left: -20px;
	margin-top:0;
	}
ul,li{
	 list-style:none;
	 border:0;
	 }
li{ text-align:left;
	margin-bottom:4px;
	font-size:0.875em;
}

img {
	max-width:94%;
}
header, footer{ 
	width:100%;
	background-color:#2c2c2c;
	overflow:hidden;
	}
.clear{
	clear:both;
}
.wrap{
	margin-left:auto;
	margin-right:auto;
	background-color:#2c2c2c;
}
.brand img{ 
	height:50px;
	padding-top:15px;
}
input:focus {outline:none !important;}
.search {
	height:40px;
	overflow:hidden;
	padding-top:15px;
}
.search button{
	width:40px;
	height:40px;
	text-align:center;
	border:none;
	float:right;
	position:relative;
	z-index:999;
	margin:0;
	padding:0px;
	border:none;
	border-radius: 0;
	background:#ffffff;
}
.search input[type='text']{
    float:left;
	height:40px;
	overflow:hidden;
	width:280px;
	border:none;
	border-radius: 0;
	outline:medium;
	}
.brand {
	display:block;
}
.ads{ 
	padding:5px 0;
	text-align:center;
}
hr{	border:0; height:1px; background-color:#3e3e3e;color:#3e3e3e}
.hot{
	font-family: 'Dosis', sans-serif;
	color:#ec5539;
    text-transform:uppercase;
	margin-top:5px;
}
.main{
	float:nono;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background:#000;
	margin-bottom:10px;
	font-size:1.25em;
	height: auto !important;
}
h1{ color:#ec5539;
    font-family: 'Dosis', sans-serif;
	font-size:2.5em;
	line-height:1em;
	text-transform:uppercase;
	position:relative;
	padding-left:15px;
	}
h1:before{
	content:'';
	left:0;
	top:0;
	position:absolute;
	height:100%;
	width:10px;
	background-color:#ec5539;
}
h2 {
	color:#fff;
	font-family: 'Dosis', sans-serif;
	font-size:2em;
	text-transform:uppercase;
}
h3 {
	color:#fff;
	font-family: 'Dosis', sans-serif;
	text-transform:uppercase;
}
.engage{
	float:left;
	padding-right:30px;
	padding-top:4px;
	}

.aside {background-color:inherit;}
.list a{
	font-weight:bold;
	padding:8px;}
.cover{
	display:blcok;
	float:left;
	padding-right:15px;
	padding-bottom:15px;
}
article{
	clear:both;
}
.credits {
	padding-left:40px;
	font-size:0.875em;
}
.pop { float:left;
	   padding: 0px 10px;}
.auto-size { width: 320px; height: 50px; }
@media(min-width: 500px) { .auto-size { width: 468px; height: 60px; } }
@media(min-width: 768px) { .auto-size { width: 300px; height: 600px; } }
.adsense {
    display:block;
	width:100%;
	text-align:center;
}
select.selectoption{
	float:left;
	height:40px;
	width:60px;
	border:0;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-color:#fff;
   border-radius: 0;
   font-family: 'Dosis', sans-serif;
 
}
select::-ms-expand { /* for IE 11 */
   display: none;
}
*:focus {
    outline:none;
}
.input_text {
	font-family: 'Dosis', sans-serif;
}
/* =========================
   Responsive
   ========================*/
@media (max-width:767px) {
h1 {
	font-size:1.875em;
	line-height:1em;
}
h2 {
	font-size:1.75em;
	line-height:1em;
}
.list {
	display:hidden;
}
.brand{
	float:none;
}
.search{
	float:none;
	padding:5px 20px 5px 10px;
}
.search input[type='text']{
	width: -moz-calc(100% - 70px);
/* WebKit */
    width: -webkit-calc(100% - 70px);
/* Opera */
    width: -o-calc(100% - 70px);
/* Standard */
    width: calc(100% - 70px);
	right:10px;
	height:38px;
}
.search button{
	position:absolute;
	right:10px;
}
.main, .aside{
	padding:3%;}
.main{
	font-size:1em;
}
li{
	padding:10px 0px;
}
.cover {
	width:30%;
}
}
@media (min-width:768px) {
	img {
	max-width:400px;
}
.ads{
	max-height:90px;
	overflow:hidden;
}	
.cover {
	width:30%;
}
.wrap {
	padding:0 10px;
}
.brand{
	float:left;
}
.search {float:right;}
.main, .aside{
	width:96%;
	padding:15px;
	}
.adslot { width:728px; height:90px;}
.adsense {
    display:block;
	float:left;
	padding-right:10px;
	text-align:center;
	width:300px;
	clear:both;
}
h1 { margin:10px 0px;}
}
@media (min-width:1024px) {
.cover {
	width:20%;
}
.wrap {
	width:980px;
	}
.content{ display:block;
          float:left;
		  padding:10px 10px 15px 20px;
		  width:750px;
}
.aside{ width:160px;
        display:block;
        float:right;
		padding:10px 20px 15px 10px;
}
.adslot { width:160px; height:600px;}
.main{
	margin-top:10px;
	padding:0px;
	width:100%;
	line-height:1.5em;
}
img {
	max-width:500px;
}
}
@media (min-width:1200px) {
.wrap {
	width:1200px;
	}
.main {
	width:1200px;
	background:#000;

}
.aside{ width:320px;
        float:right;
}
.content { width:800px;}
.adslot { width:300px; height:600px;}
}