/* Montserrat from google fonts */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/* general styles */
html, body{
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
}

.borders{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	border:10px solid #fff;
	background:rgba(242,156,0,0.4);
}

/* kenburns wrapper */

.wrapper {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	z-index: 1;
}

/* main content */

.content{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	z-index: 3;
	color:#fff;
	text-align: center;
}


.logo{
	max-width:250px;
	margin-top:45px;
}


h2{
	text-transform: uppercase;
	margin-top:30px;
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: bold;
	padding:0 20px;
}


.input-email{
	font-size:15px;
	font-family: 'Montserrat', sans-serif;
	border:3px solid #fff;
	background:none;
	padding:10px;
	outline: none;
	max-width:150px;
}

::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}

.input-submit{
	border:0;
	padding:13px;
	background:#fff;
	color:#000;
	font-size:15px;
}

.signup input[type=submit]:hover{
	background:#eee;
}

.engage{
	position: absolute;
	bottom:35%;
	left:0;
	text-align: center;
	width:100%;
}
.engage a{
	border:0;
	padding:13px;
	background:#fff;
	color:#000;
	font-size:15px;
	text-decoration:none;
}
.social{
	margin-top:40px;
}

.social a:first-child{
	margin-right: 10px;
}

.social a{
	opacity: 0.8;
	 -webkit-transition: all 0.1s ease-out;
     -moz-transition: all 0.1s ease-out;
      -ms-transition: all 0.1s ease-out;
       -o-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;
}

.social a:hover{
	opacity:1;
}

.social img{
	width:40px;
}

.f-worldwide { z-index: 9998;  width: auto; margin: 0 auto; text-align: center; font-size: 11px;}
	.f-worldwide label { display: none; margin-top: 5px;  font-weight: bold;  margin-right: 5px; margin-bottom: 0.5em; width: 130px;}
	.f-worldwide .style-select-form { min-width: 200px; height: 26px; border: 1px solid #d2d2d2; background: url('../img/arrow-down-select.png?156fad01888') no-repeat right white; margin-right: 15px;}
	form .style-select-form {display: inline-block;}
	.f-worldwide .style-select-form .country { min-width: 240px;color: #222;    padding: 5px;}
	.f-worldwide .language, .f-worldwide .country { min-width: 150px; height: 28px; border: 0; border-radius: 0; -webkit-appearance: none; font-size: 11px; line-height: 1; background: transparent;    text-transform: uppercase; text-align: left;}
	.f-worldwide input[type="submit"] { vertical-align: top;color: #222;}
	.f-worldwide input { float: none; display: inline-block; background: #fff; border: 1px solid #fff; width: auto; height: 28px !important; padding: 0 10px; cursor: pointer; font-size: 12px;    -webkit-appearance: none;}

/* desktop styles */

@media only screen and (min-width: 768px) {
	.borders{
    	border:20px solid #fff;
  	}
	.logo{
		max-width: 400px;
		margin-top: 120px;
	}
  	h2{
  		margin-top:80px;
		font-size:50px;
		line-height: 60px;
		margin-bottom: 60px;
  	}
  	.input-email{
		font-size:20px;
		font-family: 'Montserrat', sans-serif;
		border:3px solid #fff;
		background:none;
		padding:15px;
		outline: none;
		max-width:400px;
		display: inline-block;
		margin:0 auto;
	}
	.input-submit{
		border:0;
		padding:18px;
		color:#000;
		font-size:20px;
		display: inline-block;
		margin:0 0 0 15px;
	}
	.engage{
		position: absolute;
		bottom: 35%;
		text-align: center;
		width:100%;
	}
	.engage a{
		border: 0;
		padding: 18px;
		color: #000;
		font-size: 20px;
		display: inline-block;
		margin: 0 0 0 15px;	
		text-decoration:none;
	}
	.social{
		margin-top:40px;
	}

	.social a:first-child{
		margin-right: 10px;
	}

	.social a{
		opacity: 0.8;
		 -webkit-transition: all 0.1s ease-out;
	     -moz-transition: all 0.1s ease-out;
	      -ms-transition: all 0.1s ease-out;
	       -o-transition: all 0.1s ease-out;
	          transition: all 0.1s ease-out;
	}

	.social a:hover{
		opacity:1;
	}
	
	.social img{
		width:50px;
	}
	
.content { text-align:left; margin-left:7%;}	
.f-worldwide { z-index: 9998;  position: fixed;  width: auto; margin: 0 auto; text-align: center; font-size: 11px;  right: 6%;}
	
	

}