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

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

/* ---- FONTS -----*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/291e1f");

  
@font-face {font-family: 'HelveticaNeueLTStd-BdEx';src: url('../fonts/291E1F_0_0.eot');src: url('../fonts/291E1F_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/291E1F_0_0.woff') format('woff'),url('../fonts/291E1F_0_0.ttf') format('truetype');}
 
 
/*-- WEBSITE --*/
body {
	background:#000;
	background-size:cover;
}

#OT_searchWrapperAll-wrap  {
		background: #fff;
		padding: 10px 10px 15px 10px;
		border-bottom: 1px solid #807c7c;
		width:100%;
		position:absolute;
		top:0;
		z-index:1000;
	}


.the-logo {
	display:block;
	margin:0 auto 15px auto;
}
.the-info {
	color:#fff;
	text-align:center;
	font-size:10px;
	letter-spacing:1px;
	padding:45px 0;
	height:100%;
}

.the-info p {
	margin-top:30px;
	line-height:1.5;
}

.the-info p.less-space {
	margin-top:10px;
}


#home img.bg {
	/* Set rules to fill background */
  min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
  width: 100%;
	height: auto;
	/* Set up positioning */
  position: fixed;
	top: 0;
	left: 0;
}

 @media screen and (max-width: 1024px) { 
#home img.bg {
	left: 50%;
	margin-left: -512px;   /* 50% */
}
}







/*-- RESPONSIVENESS --*/


@media screen and (max-width: 767px) {
  .the-info {
	  font-size:12px;
	  text-shadow: 1px 1px 1px #000;
  }
}
