/* stylesheet for */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike,sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline:none;
	font-size:100%;
		
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	
	background:url(../images/body_bg.jpg) repeat-x left top #000;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background-size:cover;
	}
.Cntr_BodyBg{
	background:url(../images/Cntr_body_bg.jpg) no-repeat left top;
	width:954px;
}
a{
	text-decoration:none;
	border:none;
}

a:hover{
	text-decoration:none;
	}

*:focus{
	outline:none;
}

.ContentBox{
	width:460px;
	margin:280px 0 0 90px;
	padding:0 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#facd67;
	text-align:justify;
	line-height:19px;
}

.ContentBox  p{
	padding-bottom:7px;
	line-height:19px;
	letter-spacing:normal;
	
}
.EnterWebsite{
	margin:35px 0px 0px 230px;
	background:url(../images/enter_website.gif) no-repeat left top;
	width:283px;
	height:64px;
}
.EnterWebsite a {
	display:block;
	color:#facd67;
	font-size:28px;
	text-align:center;
	line-height:64px;
}
.EnterWebsite a:hover {
	color:#6b0207;
}
.copyright{
	color:#4e4020;
	margin:0px 50px 10px 0;
	font-size:11px;
}
.containt-bg{
	background:url(../images/contant-bg.png) no-repeat center 0;
	background-size:cover;	
}
.header-logo{
	padding-top:20px;
	padding-bottom:20px;
	float:left;
	width:100%;	
}
.logo-slogan{
	font-size:24px;
	line-height:26px;
	color:#fff;
	padding:10px 0;	
}
.website-text {
  padding: 50px 5px 0;
}
.website-text p{
	color:#facd67;
	font-family:Arial,Helvetica,sans-serif !important;
	font-weight:300;
	font-size:18px;
	line-height:20px;
	letter-spacing:normal;
	padding-bottom:15px;
	margin:0;
	text-align:justify;	
}
.Enter_Website {
  background: rgba(0, 0, 0, 0) url("../images/enter_website.gif") no-repeat scroll center top;
  height: 64px;
  margin: 25px 0 30px;
  width: 100%;
}
.Enter_Website a {
	display:block;
	color:#facd67;
	font-size:28px;
	text-align:center;
	line-height:64px;
}
.Enter_Website a:hover {
	color:#fff; /*#6b0207*/
}
.copy_right{
	margin: 25px 0 100px;
	color:#4e4020;
}
@media (max-width: 767px) {
  .hidden_xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden_sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  hidden_md {
	display:none  
  }
}
@media (min-width: 1024px) {
  .hidden_lg {
    display: none !important;
  }
}
















