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

body {
	font-family:'Lato', Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
	margin:0;
	background-color: #7F7F7F;
}

body.ibd {
	background-image: url(../images/Presents-Image.jpg);
	background-size: cover;
	background-position: center center;
	width:100%;
	height:100%;
}

#background_cycler{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -100!important;
	}
	
/*#background_cycler div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: white;
	background-size: cover;
	background-position: center center;
	}
	
#background_cycler div.active { 
	z-index:3
	}
	#middle-strip {
	text-align:center;
	position:absolute;
	top:40%;
	left:0;
	background:rgba(0,0,0,0.7);
	width:100%;
	margin:0;
	color:#FFF;
}

*/


.logo {
	width:50%;
	max-width:400px;
	min-width:260px;
	text-align:center;
	margin:0 auto 20px auto;
}

.logo img {
	width:100%;
	height:auto;
}

.button {
	/*margin: 20px auto;*/
}

.button a {
	background-color: #FE4200;
	color: #FFF;
	padding: 10px;
}

#middle-strip {
	text-align:center;
	position:absolute;
	top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	left:0;
	background:rgba(0,0,0,0.70);
	width:100%;
	margin:0;
	z-index: 200;
}

.middle-content {
	padding:1.7% 3% 1% 3%;
}

#middle-strip h1{
	font-weight:300;
	font-size:21px;
	line-height:24px;
	margin:0 0 10px 0;
	padding:0;
	color:#A29061;
}

#middle-strip p{
	font-weight:normal;
	font-weight:300;
	font-size:15px;
	line-height:16px;
	margin:0 0 10px 0;
	padding:0;
	color:#A29061;
}

#middle-strip a {
	text-decoration:none;
	font-weight:300;
	color:#A29061;
}

.ibd #middle-strip h1{
	font-weight:300;
	font-size:26px;
	line-height:32px;
	margin:0 0 20px 0;
	padding:0;
	color:#FFFFFF;
}

.ibd #middle-strip p{
	font-weight:normal;
	font-weight:300;
	font-size:18px;
	line-height:24px;
	margin:0 0 20px 0;
	padding:0;
	color:#FFFFFF;
}

.ibd #middle-strip a {
	text-decoration:none;
	font-weight:300;
	color:#FFF;
}

#middle-strip a:hover {
	text-decoration:underline;
}