@font-face {font-family: "Aktiv Grotesk W06 Light";
  src: url("./fonts/0a2637106588e71433ed60ca3118b98f.eot"); /* IE9*/
  src: url("./fonts/0a2637106588e71433ed60ca3118b98f.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("./fonts/0a2637106588e71433ed60ca3118b98f.woff2") format("woff2"), /* chrome、firefox */
  url("./fonts/0a2637106588e71433ed60ca3118b98f.woff") format("woff"), /* chrome、firefox */
  url("./fonts/0a2637106588e71433ed60ca3118b98f.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("./fonts/0a2637106588e71433ed60ca3118b98f.svg#Aktiv Grotesk W06 Light") format("svg"); /* iOS 4.1- */
}

body.hidden{
	overflow: hidden;
}

*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1 {
	font-family:"Aktiv Grotesk W06 Light" !important;
	font-weight:normal;
	font-size:92px;
	color:#222222;
}


.pagewrap{
	height: 100%;
}

.pageblock{
	width: 100%;
}

.pagewrap .fb-like{
	position: fixed;
	left: 30px;
	top: 75px;
	z-index: 100;
}

.pagewrap .githubbuttons{
	position: fixed;
	left: 220px;
	top: 75px;
	z-index: 100;
}

.pagewrap .copy{
	font-size: 10px;
	bottom: 20px;
	left: 30px;
	z-index: 100;
	position: absolute;
	color: white;
}

.pagewrap .copy a,.pagewrap .copy a:hover{
	color: white;
} 

.pageblock#fullscreen{
	height: 100%;
	background: none;
	color: white;
	
}

.pageblock#fullscreen h1{
	color: white;
	font-size: 72px;
	margin: 0;
	padding: 0;
	font-family:"Aktiv Grotesk W06 Light" !important;
	font-weight: 700;
}

.pageblock#fullscreen .slider{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	
	
}

.pageblock#fullscreen .slider .slide{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	float: left;
	position: absolute;
}
.pat{
	position:absolute; width:100%; height:100%; background-image:url(../images/pat1.png); ba background-repeat:repeat;
}


.pageblock#fullscreen .slider .slide .slidecontent{
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -150px;
	text-align: center;
}

.pageblock#fullscreen .slider .slide .slidecontent h1, .pageblock#fullscreen .qc_banner-txt  h1{
	text-shadow: 0px 2px 0px #555;
	font-size: 46px;
	margin: 30px auto 30px auto;
	padding: 15px;
	display:block;
	letter-spacing: 0;
	line-height: 100%;
	text-transform:uppercase;
	width: 55%;
	    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);

}

.pageblock#fullscreen .slider .slide .slidecontent .headersur{
	font-size: 30px;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	color: #f0f0f0;
	font-style: italic;
	display: block;
}

.pageblock#fullscreen .slider .slide .slidecontent .button{
	padding: 10px 25px;
	border: 3px solid white;
	text-transform: uppercase;
	background: transparent;
	background: rgba(0,0,0,.2);
	color: white;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	letter-spacing: 1px;
	margin: 20px 0;
	line-height: 20px;
}

.pageblock#fullscreen .slider .slide .slidecontent .button a,.pageblock#fullscreen .slider .slide .slidecontent .button a:hover{
	text-decoration: none !important;
	color: white;
}

.pageblock#fullscreen .slider .slide .slidecontent .button:hover{
	background: rgba(0,0,0,.3);
}

.pageblock#fullscreen .slider .slide .slidecontent .text{
	width: 60%;
	margin: 0 auto;
	line-height: 28px;
	color:#fff;
	text-align:center;
	font-size:16px;
}
.fnt{ color:#fff;
	text-align:center;
	font-size:16px;}

.pageblock#fullscreen .slider .slide .slidecontent .text a{
	color:#fff;
	text-decoration: underline;
}

.pageblock#fullscreen .slider .slide .slidecontent .text a:hover{
	text-decoration: none;
}

.pageblock#fullscreen .slider .slide .slidecontent .text xmp{
	font-size: 13px;
	text-align: left;
	border: 1px solid white;
	background: rgba(0,0,0,0.1);
	padding: 10px 15px;
}

.pageblock#fullscreen #slideposition{
	position: absolute;
	bottom: 50px;
	left: 0; right:0;
	margin:0px auto; width:150px;
	z-index: 500;
}

.pageblock#fullscreen #slideposition ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pageblock#fullscreen #slideposition ul li.indicator{
	display: inline-block;
	height: 10px;
	width: 10px;
	background: #222;
	margin: 0px 7px;
	padding: 0;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	overflow: hidden;
	cursor: pointer;
}

.pageblock#fullscreen #slideposition ul li.indicator.active{
	background: white;
}

@media screen and (max-width:860px){
.pageblock#fullscreen .slider .slide .slidecontent h1{
	width:90%;
}
}
.txtcent{text-align:center; }
.txtcent h3{    text-align: center;
    color: #000;
    padding: 0px 0px 25px 0px;
    font-weight: 400;
    text-transform: uppercase; }

.txtcent h2{    text-align: center;
    color: #333;
    padding: 0px 0px 25px 0px;
    text-transform: uppercase; }


