@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans:300,400,500);

html, body {
	margin: 0;
    padding: 0;
    height: 100%;
}

body {
	overflow-x: hidden;
	color: white;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
}

section {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

h1 {
	font-weight:400;
	font-size:1.8em;
	padding:0;
	padding-bottom:10px;
	margin:0;
}

a, a:visited {
	font-size:1.1em;
	color:#FF9;
	text-decoration:none;
	font-weight:500;
}

a:hover {
	color:white;
}

section {
	background-position:center center;
}

.title {
	background-image:url(img/weaver01.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.panel1 {
	background-image:url(img/weaver02.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.panel2 {
	background-image:url(img/weaver03.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.panel3 {
	background-image:url(img/weaver04.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.panel4 {
	background-image:url(img/weaver05.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.panel5 {
	background-image:url(img/weaver02.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

#pfc {
	position:absolute;
	width:20%;
	min-width:140px;
	max-width:250px;
	left:5%;
	box-shadow: 0px 0px 20px #333333;
	background-color:#d78113;
}

#down {
	width:100%;
	position:absolute;
	bottom:-5px;
	margin-left:5%;
}
/*
#storebadges {
	margin-bottom:10px;
}
*/
#storebadges p , #storebadges a{
	display:inline-block;
	vertical-align:middle;
}

#storebadges ul {
	margin:0;
}

div.fb {
	height:25px;
	margin-top:15px;
	margin-left:5px;
	width:150px;
	margin-bottom:15px;
}

#storebadges li {
	list-style-type:none;
	display:block;
	float:left;
}

#storebadges p {
	margin:0;
	margin-bottom:10px;
}

#storebadges a {
	display:inline-block;
}

#scrolldown {
	position:relative;
	float:left;
	bottom:0px;
	width:20%;
	min-width:120px;
	max-width:250px;
	background-color:#d78113;
	box-shadow: 0px 0px 20px #333333;
	padding:15px 0 15px 0px;
	margin-right:10px;
}

#scrolldown p {
	float:left;
	margin:0;
	padding:0;
	/* padding-right:17px; */
	margin-left:20px;
}

#triangle-down {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 13px 0 13px;
	border-color: #ffffff transparent transparent transparent;
	float:left;
	margin-top:5px;
	margin-right:10px;
	margin-left:20px;
}

.triangle-up {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0px 13px 20px 13px;
	border-color: transparent transparent #ffffff transparent;
	margin-top:0px;
}

.info {
	position:absolute;
	bottom:10%;
	left:-1px;
	width:30%;
	min-width:300px;
	background-color:#d78113;
	box-shadow: 0px 0px 20px #333333;
	padding:40px;
}

.video {
	width:95%;
	max-width:853px;
	/*height:0;
	padding-top:53.44%;
	width:853px;
	height:480px;*/
	margin:auto;
  	position:relative;
  	/*top: 0; left: 0; bottom: 0; right: 0;*/
	box-shadow: 0px 0px 20px #333333;
	/*max-width:95%;*/
	top:50%;
	max-height:100%;
	margin-top:-20%;
}

.video .ratio {
	display:block;
	max-width:100%;
	max-height:100%;
	width:100%;
	height:auto;
}

.video iframe {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.scrollup {
	position:absolute;
	top:0px;
	right:13%;
	background-color:#d78113;
	box-shadow: 0px 0px 20px #333333;
	padding:20px;
	color:white;
}

@media only screen and (max-width : 640px) {
	body {
		font-size:16px;
	}
	
	div.info {
		padding:20px;
	}
}

@media only screen and (max-width : 480px) {
	#scrolldown {
		display:none;
	}
	
	#storebadges li {
		list-style-type:none;
		display:block;
		float:none;
	}
}