@charset "utf-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px;
	background:#0d0d0d;
	font-family:Open Sans;
	font-size:13px;
	line-height:18px;
	overflow-x:hidden;
}
/*div{
	-webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    transition: all 600ms ease;
}*/
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}
img{
	max-width:100%;
}
::selection {
	background-color: #FFCC00;
	color: #fff;
}
::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
	background:#000;
}
 strong{
	 font-weight:bold;
 }
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background:#CCCCCC;
	border-radius:20px;
}
::-webkit-scrollbar-thumb:hover {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background:#999999;
	border-radius:20px;
}
::-webkit-scrollbar-thumb:window-inactive {
	background:#CCCCCC; 
}
::-webkit-scrollbar {
    width: 10px;
}
ul, li, form, h1, h2, h3, h4, h4, h6{
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
h1{
	font-size: 22px;
	font-weight: normal;
	color: #FFF;
	margin-bottom: -4px;
	padding-bottom: 20px;
	margin-top: 9px;
	text-align: left;
	font-family: ANTONIO;
}
h2{
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 15px;
	margin-top: 9px;
	text-align: left;
}
h3{
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	border-bottom: 1px solid #929292;
	padding-bottom: 10px;
	margin-top: 9px;
	text-align: left;
	font-family: Arial, Verdana, Tahoma, "Times New Roman";
	margin-bottom: 10px;
}
h4{
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #3CF;
}
h6{
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	font-weight: normal;
	padding-left: 14px;
	margin-top: auto;
	color: #FFF;
	background: #e52c15;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 96%;
	margin-bottom: auto;
	margin-left: 8px;
	margin-right: auto;
}
pink{
	color:#c42548;
}
black{
	color:#000;
}
@font-face
{
	font-family:avandgrand;
	src: url('../fonts/avgrand.TTF');
}
@font-face
{
	font-family:ANTONIO;
	src: url('../fonts/ANTONIO.TTF');
}
a{
	outline:none;
}
.clear{
	clear:both;
}
a img{
	outline:none;
	border:none;
}
.more{
	width: 100%;
	/* [disabled]height:30px; */
	text-align: right;
	line-height: 30px;
	margin-top: 19px;
}
.more a{
	text-decoration: none;
	color: #fff;
	background: #000;
	border-radius: 70px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}
.more a:hover{
	color:#000;
	background:#ffac00;
}
