@charset "utf-8";
/****************************************************************************************
@
@	Global Style and Reset
@
****************************************************************************************/

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt, u, ul, var {
	background: transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: middle;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td {
	padding: 0;
	border: none;
	border-collapse: collapse;
}
img {
	vertical-align: top;
}
embed {
	vertical-align: top;
}
* {
	border: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
input, textarea {
	outline: none !important
}
input[type=text], input[type=email], input[type=radio], input[type=checkbox], select, textarea {
	/*-webkit-appearance: none;*/
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}
mark, rp, rt, ruby, summary, time {
	display: inline
}
/* Global Styles */

::selection {
	background: #000;
	color: #fff;
}
::-moz-selection {
background: #000;
color:#fff;
}
html, body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	
	font-weight: normal;
}
h2{

}
body {
	font-family: 'Open Sans', sans-serif;
	height: auto;
	min-height: 100%;
	overflow-x: hidden;
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
}
p {
	line-height:24px;
	font-size:15px;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	color:#000;
	cursor:pointer;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a img {
	border: none;
		transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
/* width */
::-webkit-scrollbar {
 width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 4px #7d03e5;
 border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
 background: #4c4c4c;
 border-radius:5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background: #7d03e5;
}
.darkHeader {
    background: rgba(0,0,0,0.5);
    padding-top: 5px !important;
    padding-bottom:7px;
		transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
/*==================================css reset==================================*/
