@charset "utf-8";


html{
	overflow-x:hidden !important;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #000;
	background:rgba(102, 102, 102,1 );
	height:100%;
	text-align:center;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}

@media screen and (min-width: 764px) {
.container {width: 98%;}
.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-half,.grid-full {width: 96.969696969697%;margin:  1.515151515152%;float:left;}
.grid-half {width: 46.969696969697%;margin: 0 1.515151515152%;}
}

@media screen and (min-width: 764px) {
  .grid-1     { width: 13.636363636364%; }
  .grid-2     { width: 30.30303030303%; }
  .grid-3,
  .grid-half  { width: 46.969696969697%; }
  .grid-4     { width: 63.636363636364%; }
  .grid-5     { width: 80.30303030303%; }
  .grid-6,
  .grid-full  { width: 96.969696969697%; }
}
.clear {
	clear:both;
	float:none;
}
.respimg {
	width:100%;
	height:auto;
}
#main {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding-top:20px;
	background:#FFD600;
	z-index:4;
}
.header P {
  
	float:left;
	width:100%;
	margin-top:60px;
	margin-bottom:10px;
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 35px;
	line-height: 1.2;
	padding: 0;
	position: relative;
	z-index: 1;
	font-weight: 400;
	text-transform: uppercase;
}
.footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background:#FFD600;
	height:100px;
	z-index:5;
}
.height-emulator {
	float:left;
	width:100%;
	height:100px;
	position:relative;
	z-index:3;}
.content {
	float:left;
	width:100%;
	background:#fff;
	position:relative;
	margin-top:410px;
	z-index:6;
}
.container{
	max-width: 1004px;
	width:92%;
	margin:0px auto;
	position: relative;
	zoom:1;
	z-index:2;
}
.box {
	float:left;
	width:100%;
	position:relative;
	padding:90px 0;
	background:#fff;
}
.box  h4 {
	text-align:left;
	float:left;
	width:100%;
	margin-top:60px;
	margin-bottom:10px;
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 1.2;
	padding: 0;
	position: relative;
	z-index: 1;
	font-weight: 400;
	text-transform: uppercase;
}
.separator-holder {
	float:left;
	width:100%;
	margin-bottom:20px;
}
.separator {
	width:140px;
	height:5px;
	float:left;
	background:#FFD600;
}
 
.graybox {
	background:#eee;
}
.left-button {
	float:left !important;
	margin-bottom:60px;
}
.button{
	float:left;
	margin-top:10px; 
	font-size: 14px;
	color: #fff;
	margin-right:10px ;
	text-align: center;
	width: auto;
	letter-spacing: normal;
	position: relative;
	-moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
	background:#FFD600;
    outline: none;
	padding: 13px 20px;
    display: inline-block;
	webkit-box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
	box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
}
.button i{
	padding-right: 10px;
	font-size: 14px;
	background:#414146;
	padding: 14px 20px;
	position: absolute;
	top: 0px;
	left: 0;
}
.button.hide-icon span.text {
	padding: 0 33px;
}
.button.hide-icon i {
	padding: 11px 20px 10px;
	left: -60px;
	height: 100%;
	line-height: 25px;
	display: inline-block;
	position: absolute;
	color:#fff !important;
	top: 0;
}
.button.hide-icon:hover i{
	left: 0;
}
.button.hide-icon:hover span.text {
	padding-left: 59px;
	padding-right: 11px;
}
.to-top-box {
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	right:50%;
	margin-right:-20px;
	background:#666;
	margin-top:-20px;
}
.to-top-box  a {
	float:left;
	width:40px;
	height:40px;
	line-height:36px;
	font-size:23px;
	color:#fff;
}
.to-top-box  a:hover {
	-moz-box-shadow: 7px 9px 0 0 rgba(255,255,255,0.5);
	-webkit-box-shadow: 7px 9px 0 0 rgba(255,255,255,0.5);
	box-shadow: 7px 9px 0 0 rgba(255,255,255,0.5);
}
.transition{
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.transition2{
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
 
@media only screen and  (max-width: 764px) {
	.box {
		padding:30px 0;
	}

}
