﻿/* reset */
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,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav 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;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family: 'Open Sans', sans-serif; background: #333333;
}
/*---start-wrap-----*/
.wrap{
	width:90%;
	margin:0 auto;
}
/*---start-Header-----*/
.header{
	background: #000;
	position: fixed;
	z-index: 999;
	top: 0px;
	width: 100%;
	padding: .3em 0;
	border-bottom: 1px solid rgba(238, 238, 238, 0.49);
	-webkit-box-shadow: 0px 3px 5px rgba(60, 60, 60, 0.03);
	-moz-box-shadow: 0px 3px 5px rgba(60, 60, 60, 0.03);
	box-shadow: 0px 3px 5px rgba(60, 60, 60, 0.03);
}
.logo h1{
	float: left;
	padding-right: 5px;
	color:#CCCCCC;
	font-size:1.5em;
}
.top-nav{
	float:right;
	padding: .1em;
}
.top-nav2{
	float:left;
	display: block;
	padding: .1em;
	
}
.top-nav ul li{
	display:inline-block;
}
.top-nav ul li a{
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 0.78em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	padding: .4em;
	display: block;
		height: 1.8em;
}
.top-nav li.active> a, .top-nav li> a:hover{
	color:#999999;
}
/*---End-Header-----*/
/*----start-image-banner-----*/
.img-banner{
	float: center;
	padding: 4em 
	position: relative;
	margin: 2px 0;
	border: 1px solid #eee;
	border-right: 0;
	border-left: 0;
}
.img-banner-info{
	float: center;
	width: 100%;
	text-align: center;
	margin-top:7em;
}
.img-banner-info h1{
	font-size:3em;
		text-align: center;
}
.img-banner-info h1 span{
	color:#FFFFFF;
		text-align: center;
}
.img-banner-info h2{
	font-size:2em;
	color:#999;
	margin-top:1em;
	text-align: center;
	
}
.img-banner-pic {
	float:center;
	margin-left:1em;
	margin-right:1em;
	margin-bottom: 1em;
	height: 400px;
	

}
.img-banner-scroll {
	float: right;
}
.img-banner-info p{
	float:center;
	margin-top:3em;
	margin-left:5em;
	margin-right:5em;
	color:#CCCCCC;
	text-align:center;
	}
.img-banner-info p a:hover{
	color:#ffffff;

}
/*----//End-image-banner-----*/
/*---start-top-grids-----*/
.top-grids{
	background:#000;
	padding: 8em 0 4em 0;
	margin: 2px 0;
}
.top-grids p a:hover{
	color:#ffffff;
}

.scroll{
   overflow-y:hidden;
   overflow-x:hidden;
}
.top-grid{
	text-align:center;	
	display: block;
}
top-grid2{
	text-align:center;
}
.top-grid h3{
	font-size: 1.2em;
	text-transform: uppercase;
	color: #CCCCCC;
	font-weight: 300;
	margin-top: 0.5em;
}
.top-grid p{
	font-size: 0.875em;
	line-height: 1.5em;
	color: #CCCCCC
	font-weight: 300;
	margin: 0.5em 0 0.8em 0;
}
.top-grid:last-child{
	margin-right:0;
}
/*---//End-top-grids-----*/
/*---start-mid-grids-----*/
.mid-grids-center {
	padding: 8em 0 4em 0;
}
.mid-grids-center{
	text-align:center;
}
.mid-grids-center h3{
	font-size: 2em;
	color: #C0C0C0;
}
.mid-grids-center p{
	width: 70%;
	margin: 1em auto 2em auto;
	line-height: 1.8em;
	color: #CCCCCC;
}
.mid-grids-center p a:hover{
	color:#ffffff;
}
label {
	display:block;
	margin:20px 0  0;
}
label:hover { text-decoration:underline;
}
.hide {
	width:100%;
	border:1px solid #000;
	background:#333333;
	max-height:99em;
	opacity:1;
	height:100%;
	overflow:hidden;
	transition:opacity 1.5s linear, max-height 1.5s linear;
}
.hide p {
	padding:10px;
	margin:0
}
input[type=checkbox]:checked + div {
	opacity:0;
	max-height:0;
	border:none;
}
.mid-grids-center2 {
	padding: 8em 0 4em 0;
	border-top: 1px solid #000000;
}
.mid-grids-center2{
	text-align:center;
}
.mid-grids-center2 h3{
	font-size: 2em;
	color: #C0C0C0;
}
.mid-grids-center2 p{
	width: 70%;
	margin: 1em auto 2em auto;
	line-height: 1.8em;
	color: #CCCCCC;
}
.mid-grids-center p a:hover{
	color:#ffffff;
}
.mid-grids-center2 h4{
	width: 70%;
	margin: 1em auto 2em auto;
	line-height: 1.8em;
	color: #999999;
}
.mid-grids-bottom {
	padding: 8em 0 4em 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 2px 0;
	background: #000000;
}
.mid-grids-bottom p{
	width: 70%;
	margin: 1em auto 2em auto;
	line-height: 1.8em;
	color: #CCCCCC;
}
.mid-grids-bottom h4{
	width: 70%;
	margin: 1em auto 2em auto;
	line-height: 1.8em;
	color: #999999;
}
.mid-grids-bottom form{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #000000;
	margin: 0 auto;
	background: #000000;
	padding: 0.5em;
}
.mid-grids-bottom input[type=text]{
	padding: 1em;
	font-family: 'Open Sans', sans-serif;
	outline:none;
	border: none;
	color: #000000;
}
.mid-grids-bottom input[type=submit]{
	background:#999999;
	border: none;
	padding: 1em 3em;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mid-grids-bottom input[type=submit]:hover{
	background: #666666;
}
.mid-grids-bottom h3{
	text-align: center;
	font-size: 2em;
	width: 60%;
	margin: 0em auto 1em auto;
	color: #C0C0C0;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	line-height: normal;
	font-weight: normal;
	font-color: #CCCCCC;
}
.example1 {
 height: 18px;
 width: auto;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
 position: relative;
}
.example1 p {
 font-size: 1em;
 position: absolute;
 width: auto;
 height: 100%;
 margin: 0;
 line-height: 18px;
 text-align: center;
 /* Starting position */
 /* Apply animation to this element */	
 -moz-animation: example1 200s linear infinite;
 -webkit-animation: example1 200s linear infinite;
 animation: example1 200s linear infinite;
}
/* Move it (define the animation) */
 -moz-animation: example1 200s linear infinite;
 -webkit-animation: example1 200s linear infinite;
 animation: example1 200s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
 100%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
 100%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
 100%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
 
/*---End-mid-grids-----*/
/*---start-mid-grids-bottom-----*/

/*---End-mid-grids-bottom-----*/
/*---start-footer----*/
.footer{
	text-align:center;
	background: #333333;
	padding:1em;
	position:relative;
}
.footer p{
	color: #000000;
	font-size:0.875em;
}
.footer p a{
	color:#000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer p a:hover{
	color:#666666;
}
/*---End-footer----*/
/*** move top **/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 0px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(../images/img-sprit.png) no-repeat 0px -938px;
}
#toTopHover {
	width: 48px;
	height: 48px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline: none;
}
/*---//End-wrap-----*/
/*----responsive-design-----*/
