@charset "utf-8";
body{ margin:0px; padding:0px; list-style-type:none;  }

@font-face {
	font-family: 'open_sanssemibold';
	src: url('../fonts/OpenSans-Semibold-webfont.eot');
	src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans Light";
	src: url("../fonts/OpenSans-Light.eot?") format("eot"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
	font-weight: normal;
	font-style: normal;
}

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; margin:0px; padding:0px;}
.splash-wrapper{width:98%; margin:0px auto; margin-left:1%; margin-right:1%;}
.splash-wrapper h1 {text-align:center; padding:0; margin:15px 0 8px 0; font-family: 'open_sanssemibold'; color:#2859ab; font-size:26px;  line-height:normal;}
.splash-wrapper .thumb{text-align:center; width:90%; margin:22px 5%;}
.splash-wrapper .thumb img {margin:0px; padding:0; max-width:45%; height:auto; border:1px solid #e6e7e8; padding:6px;}
.clearfix{ clear:both;}


#well {
padding: 10px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
background: -moz-linear-gradient(270deg, rgba(74,74,74,1) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(74,74,74,1)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(270deg, rgba(74,74,74,1) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(270deg, rgba(74,74,74,1) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(270deg, rgba(74,74,74,1) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
background: linear-gradient(180deg, rgba(74,74,74,1) 0%, rgba(0,0,0,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4A4A4A', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
border: 1px solid #454545; 
overflow: hidden; 
-webkit-user-select: none;
margin:12px auto;
width:305px;
}

.splash-wrapper h2 {
background: -moz-linear-gradient(left, #4d4d4d, 0.4, #4d4d4d, 0.5, white, 0.6, #4d4d4d, #4d4d4d); 
background: -webkit-gradient(linear,left top,right top,color-stop(0, #4d4d4d),color-stop(0.4, #4d4d4d),color-stop(0.5, white),color-stop(0.6, #4d4d4d),color-stop(1, #4d4d4d)); 
-moz-background-clip: text;
-webkit-background-clip: text;
-moz-text-fill-color: transparent;
-webkit-text-fill-color: transparent;
-webkit-animation: slidetounlock 5s infinite;
font-size: 26px;
font-family: "Open Sans Light";
padding: 0;
width: 200%;
-webkit-text-size-adjust: none;
margin:0;
color:#fff;
}

#slider {
background: url(../images/arrow.png) no-repeat;
width: 76px;
height: 51px;
display: inline-block;
vertical-align: middle;
line-height: 1;
}

@-webkit-keyframes slidetounlock {
0% {
background-position: -720px 0;
}
100%{
background-position: 720px 0;
}
}



@media screen and (max-width:767px){
    .splash-wrapper .thumb img {max-width:96%; }
}


