/* CSS Document */


/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #FFF;
  background-color: black;
  background-image:url("../../images/bkg_teaser.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body, html {
  height: 100%;
}

/*
Teaser styles
*/
h1{
	font-size: 48px;
	font-family: museo-sans, sans-serif;
	font-weight: 500;
	color:#fff;
}
h1 span{
	display:inline-block;
	color:#ED6B06;
	font-weight: 900;
	/*margin-left: -16px;*/

}
h2{
	font-size: 30px;
	font-family: museo-sans, sans-serif;
	font-weight: 500;
	color:#fff;
}
h2 span{
	color:#ED6B06;
	font-weight: 900;
	/*margin-left: -12px;*/
}
p{
	font-size: 14px;
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	color:#fff;
}
p span{
	color:#ED6B06;
	font-weight: 700;
	/*margin-left: -8px;*/
}
p.tagline{
	font-size: 18px;
}
a{
	font-size: 14px;
	font-family: museo-sans, sans-serif;
	color:#ED6B06;
	font-weight: 700;
}
a.preorder{
	font-size: 36px;
	font-family: museo-sans, sans-serif;
	font-style: normal;
	color:#ED6B06;
	font-weight: 900;
}
div.bloc_intro_preview{
	display:block;
	text-align: center;	
}
div.bloc_preview{
	display:block;
	text-align: center;	
}
div.bloc_intro_preview h1, div.bloc_preview h1 {
	margin-top:70px;
}
div.bloc_intro_preview p, div.bloc_intro_preview h2, div.bloc_preview p, div.bloc_preview h2 {
	margin-top:20px;
}
div.bloc_intro_preview p.sticky{
	margin-top: 0px;
	margin-bottom: 5px;
}
div.bloc_intro_preview h2.form_space{
	margin-top:5px;
}
div.bloc_intro_preview ul{
	margin: 20px;
}
div.bloc_intro_preview ul li{
	display:inline-block;
}
div.bloc_intro_preview ul li a{
	font-size: 12px;
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	color:#ccc;
}
div.bloc_intro_preview ul li a:hover{
	color:#ED6B06;
}


video, img.full{
	display: inline-block;
	min-width: 320px;
	max-width: 1080px;
	width: 75%;
	height: 75%;
}

/*Form - preview*/
div.g-recaptcha{
	margin-left:11%;
}
div.preview_form{
	text-align:right;
}

form{
	display: inline-block;
	position:relative;
	width: 70%;
	margin-left:-130px;
}
form div.half_col{
	display:inline-block;
	margin-top:20px;
	text-align:right;
	width:48%;
}
form div.full_col{
	display:inline-block;
	margin-top:20px;
	text-align:right;
	width:98%;
}
form div input{
	width:60%;
	height: 30px;
}
form div textarea{
	width: 90%;
	height: 200px;
}
form button[type=submit] {
   -moz-box-shadow: inset -3px -3px 10px #cc870a;
   -webkit-box-shadow: inset -3px -3px 10px #cc870a;
   box-shadow: inset -3px -3px 10px #cc870a;
   background-color: #ED6B06; /* Fill color */
   color: white; /* Text color */
   border-radius: 15px; /* Rounded button edges */
   font-style: italic; /* Italicize text */
   padding: 10px 30px; /* Distance between text and border */
   width :200px;
   margin-top: -50px;
}

div.footer_int{
	display:block;
	position:relative;
	height: 290px;
	width: 100%;
	background-color: #222;
	margin-top:50px;
	border-top:3px solid #ED6B06;
}
div.footer_col_logo{
	display:block;
	position:absolute;
	left:20%;
	top:25px;
	width:300px;
	text-align: left;
}
div.footer_col_logo p{
	font-size: 18px;
	line-height: 22px;
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	color:#fff;
	margin-top:10px;
	margin-bottom:5px;
}
div.footer_col_logo a{
	font-size: 18px;
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	color:#ED6B06;
}
div.footer_col_network{
	display:block;
	position:absolute;
	right:20%;
	top:25px;
	width:450px;
	text-align: right;
}
img.logo_footer{
	width:250px;
	margin-bottom:20px;
}
span.bygryb{
	display:block;
	position:absolute;
	top:45px;
	left:170px;
}
a.footer_link_youtube{
	display:inline-block;
	position:relative;
	width:32px;
	height:32px;
	background-image: url("../../images/YouTube.png");
	margin:15px;
}
a.footer_link_linkedin{
	display:inline-block;
	position:relative;
	width:32px;
	height:32px;
	background-image:url("../../images/LinkedIn.png");
	margin:15px;
}
a.footer_link_facebook{
	display:inline-block;
	position:relative;
	width:32px;
	height:32px;
	background-image:url("../../images/Facebook.png");
	margin:15px;
}
a.footer_link_instagram{
	display:inline-block;
	position:relative;
	width:32px;
	height:32px;
	background-image:url("../../images/Instagram.png");
	margin:15px;
}
a.footer_link_youtube span, a.footer_link_linkedin span, a.footer_link_facebook span, a.footer_link_instagram span{
	display:none;
}

a.gryb_int{
	display:inline-block;
	position:relative;
	width:203px;
	height:72px;
	background-image:url("../../images/gryb_inter.png");
	margin:6px;
}
a.gryb{
	display:inline-block;
	position:relative;
	width:92px;
	height:41px;
	background-image:url("../../images/gryb.png");
	margin:6px;
}
a.bateman{
	display:inline-block;
	position:relative;
	width:126px;
	height:41px;
	background-image:url("../../images/bateman.png");
	margin:6px;
}
a.winkle{
	display:inline-block;
	position:relative;
	width:126px;
	height:41px;
	background-image:url("../../images/winkle.png");
	margin:6px;
}
a.gryb_int span, a.gryb span, a.bateman span, a.winkle span{
	display:none;
}

