@charset "UTF-8";
/* CSS Document */

/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/*****Basic Definitions*****/
body {  background-color: #000; 
		font-family: 'Raleway', sans-serif; font: 11px/15px; 
		overflow-y: scroll; overflow-x: hidden; margin-bottom:40px;}
		
html, body
    { /*****height: 100%;*****/ }
	
body {
  background: url('') no-repeat center center fixed;
  -moz-background-size: cover;
  background-size: cover;
}

h1 { font-size: 1.667em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.333em; }
h4 { font-size: 1.167em; }
h5, h6 { font-size: 1em; }

p, ul, ol, dl, table { margin-bottom: 18px; }
ul, ol, dd { margin-left: 36px; }

/*****Custom Classes*****/
.livechat {
	color: #e1bd0f;
}

/*****Body*****/    
a { color: #f5531e; text-decoration: none;}
a img { border:none;}
a:visited { color: #f5531e; }
a:hover { color: #e1bd0f; text-decoration: underline; }
a:active { color: #000; text-decoration: underline; }


/* Webkit Scrollbars */
::-webkit-scrollbar {
    width: 12px;
	overflow-x: hidden;
	overflow-y: scroll;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,1); 
    -webkit-border-radius: 1px;
	background: rgba(30,30,30,1); 
    border-radius: 2px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1px;
    border-radius: 0px;
    background: rgba(43,43,43,1); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(200,200,200,0.4); 
}

