* {margin: 0; padding: 0; outline: 0;}


body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #e5e5e5;
	font-size: 12px;
	/*background:#bfbfbf;*/

	
}


h1, h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin:0 0 15px 0;
}


h1 {
	font-size: 36px;
	letter-spacing: -1px;
	line-height: 100%;
}


h2 {
	font-size: 24px;
}


p {
	margin: 0 0 15px 0;
}

a {
	color: #3e3e3e;
}



.clear {
	clear: both;
}
.wrap {
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;

}



.section {
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
	height: 500px;
}


.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.inner:after {
	  content: "";
	  display: table;
	  clear: both;
}


.subMenu {
	/*height: 160px;*/
	height: 106px;
	z-index: 1000;
	width: 100%;
	/*background: #1673C0;*/
	background: #55ACEE;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}

.subMenu .inner {
	padding:0;
	font-weight: 400;
	margin: 0 auto;
}


.subNavBtn {
	display: block;
	/*height: 160px;*/
	height: 106px;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.subNavBtn img
{
	/*padding: 3px 12px 0 12px;*/
	padding-left: 4px;
	padding-right: 4px;
}

.subMenu a:hover {
	/*background: #1783c7;*/
	background: #358FD7;
}

.active {
	/*background: #25aae1;*/
	background: #358FD7;
}
.end {
	margin: 0;
}




/* SECTIONS */
.sContainer {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:20px 0;
	font-size: 16px;
	font-family: Candara;
}

.sTop {
	min-height: 130px;
	background: #fff;
	color:#3d3d3d;
	padding: 50px 0;
	height: 385px;
}

.s1 {
	background:#FFFFFF;
	color:#fff;
	height: 550px;
}


.s2 {
	background: #FFFFFF;
	color: #000000;
	height: 700px;
}
.s2 a {
	color: #fff;
}

.s3 {
	background: #FFFFFF;
	color: #000000;
	height: 680px;
}


.s4 {
	background: #FFFFFF;
	color: #000000;
	height: 630px;
}



.s5 {
	background: #FFFFFF;
	color: #000000;
	/*height: 1470px;*/
	height: 2900px;
}

.s6 {
	background: #FFFFFF;
	color :#000000;
	height: 950px;
}





.hover_shine{
    width: 110px; 
    height: 110px;
    margin-left: 12px;
    position: absolute;
    /*initial position*/
    background-position: -265px 0;
    /*left:0px;*/
    top: 3px;
    background-repeat:no-repeat;
    /*css transition*/
    -webkit-transition: background-position .6s ease;
    -moz-transition: background-position .6s ease;
    -o-transition: background-position .6s ease;
    transition: background-position .6s ease;
    -webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.hover_shine:hover{
    /*Final position*/
    background-position: 10px 0;
    background-image: url(/Image/Background/Mirror.png);
}





