/*
Theme Name: ExplicitDesigner.com
Author: ExplicitDesigner.com
Author URI: http://explicitdesigner.com/
Description: ExplicitDesigner.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Bid, auction,
Text Domain: http://explicitdesigner.com/
*/
* {
	border-radius: 0 !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
body {
	font-family: 'Open Sans', sans-serif;
	background:#000;
	color:#fff;
}




h1, h2 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	letter-spacing: -0.02em;
	line-height: 1.4em;
	padding:10px 15px;
	margin-bottom:0;

	background:#fe8807;
	float:left;
}

.line {
	width:100%;
	background:#fcd104;
	height:5px;
	display:block;
	margin-bottom:20px;
	
	}




img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

a:hover {
	text-decoration:none;
}

ul {
	padding:0;
	list-style:none;
	margin:0;
	}


/* top line */


.top-line {
	background:#fe8807;
	text-align:center;
	
	
	}

.top-line a {
	display:inline-block;
	color:#000;
	padding:5px 10px;

	}


.top-line a:hover {
	background:#ffffff;
	}
	
.top-line p {
	margin:0;
	}


/* Header & Logo */

.logo {
 max-width:397px;
 max-height:157px;
 display:block;
 padding:15px 10px 10px 10px;
 margin:0 auto;
 }


.b850x80 {
	max-width:850px;
	max-height:120px;
	padding:30px 0 10px 0;
	display:block;
	margin:0 auto;
	}
	
.header-links {
	text-align:center;
	
	
	}

.header-links a {
	display:block;
	color:#fe8807;
	padding:5px 10px;
	
	
	}
	
.header-links a:hover {
	display:block;
	color:#fe8807;
	background:#fff;
	
	
	}
	

.header-links span {
	display:block;
	font-size:12px;
	color:#a1a1a1;
	
	}


.big-padding {
	padding:0 30px;
	}



/* Thumbs & Ads */

.thumbs a {
	padding-bottom:20px;
	display:block;
	}
	
.thumbs img {
 border:3px solid #242424;
 } 

.thumbs img:hover {
 border:3px solid #fcd104;
 }
.ads a {
	margin:0 auto 20px;
	display:block;
	text-align:center;
}

.ads a img {
	width:auto;
	height:auto;
	display:inline-block;

}


/* Link Box */

.link-box a {
	display:block;
	padding:6px;
	font-size:15px !important;
	color:#000;
	
	}

.link-box a:hover {
	color:#4c4c4c;
	background:#fff;
	
	}
	

.link-box a span {
	padding-right:5px;
	padding-top:3px;
}
	
		
.link-box {
	margin-bottom:20px;
	display:block;
	background:#fcd104;
	padding:20px;

	}

/* Footer */

.footer-bg {
	background:#333333;
	color:#fff;
	text-align:center;
	padding:30px 0 50px;
	margin-top:40px;
}

.footer-bg a {
	color:#fff;
}

.footer-bg a:hover {
	color:#fcd104;
}


.center-it {
	display:block;
	text-align:center;
	margin:10px auto 20px;
	}

.multiple-columns {
	  width:auto;
  margin-bottom:20px;
  overflow:hidden;

	}

.multiple-columns li {
  line-height:1.5em;
  float:left;
  display:inline;

	}

@media (min-width : 320px) and (max-width: 767px) {

.logo {
	margin:0 auto;
	}
	
.big-padding {
	padding:0;
	}

.multiple-columns li {
 width:100%;

	}	
	
	}
@media (min-width: 768px) and (max-width: 991px) {
	
.logo {
	margin:0 auto;
	}

	
.big-padding {
	padding:0;
	}
.multiple-columns li {
 width:33.333%;

	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	
.multiple-columns li {
  width:25%;

}
}	
@media (min-width : 1200px) {
	
.multiple-columns li {
  width:25%;

	}
	}