html, body{
	background-image: url('../images/BELX_bg.jpg');
	background-repeat:no-repeat;
	background-size: cover;
	height: 100%;
	margin:0;
	padding:0;
}
.relative{
	position: relative;
}
@font-face {
    font-family: walkway;
    src: url(../fonts/walkway/WalkwayBlack.ttf);
}
.left-box-white{
	background: rgba(255, 255, 255, 0.8);
	height: 100%;
	display: block;
	position: absolute;
	left: 23%;
	width: 19%;
}
.horizontal-white{
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	margin-top: 8%;
}
h3.horizontal-text{
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	margin-top: 2.3%;
	font-size: 18px;
	font-family: walkway;
	letter-spacing: 1px;
	margin-top: 7%;
}
.call-us{
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}
h3.vertical-text{
	text-align: center;
	font-size: 20px;
	font-family:'walkway', 'Georgia', serif;
	letter-spacing: 1px;
	margin-top: 20%;
	margin-bottom: 20%;
}
.logo{
	position: relative;
	z-index: 999;
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 100%;
	display:block;
	height: auto;
	float: left;
	margin-left: 2%;
}
.relative-divs{
	position: relative;
}
.white-box{
	background: rgba(255, 255, 255, 0.8);
	height: 100%;
	display: block;
	position: absolute;
	width: 19%;
}
.panel{
	height: 100%;
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	margin:0;
	border:0px;
	top:0;
}

/** IPHONE 6 PLUS ( LANDSCAPE ) **/

@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px)
	and (orientation : landscape)
	{
		
		.horizontal-white{
			margin-top: 0px;
			padding-bottom: 3%;
			z-index: 999;
		}
		.panel{
			height: auto;
			border:0px;
			width: 100% !important; 
		}
		#logo{
			width: 100%;
		}
		.logo{
			float: center;
			margin-left: 0px;
			margin: 0 auto;
		}
		.medium-8{
			width: 100%;
			text-align: center;
		}
		h3.horizontal-text{
			float: center;
			font-size: 19px;
		}
		h3.horizontal-text{
			margin-top: 2%;
		}
		h3.vertical-text{
			margin-top: 4% !important;
			margin-bottom: 4% !important;
		}
		#logo, .horizontal-white{
			background: rgba(255, 255, 255, 0.8) !important;	
		}
	}


@media screen and (max-width : 640px) and (orientation:portrait) {
	.divider{
		display: none;
	}
	h3.horizontal-text{
		text-align: center;
		font-size: 19px;
	}
	.horizontal-white{
		padding-bottom: 4%;
		margin-top: 0px;
		z-index: 999;
	}
	.logo{
		margin:0px auto !important;
		float: center !important;
	}
	.panel{
		width: 100% !important;
	}
	.call-us{
		margin-top: 17% !important;
	}
}

@media screen and (max-width : 640px) and (orientation:landscape) {
	.horizontal-white{
		margin-top: 0px;
		padding-bottom: 3%;
		z-index: 999;
	}
	.logo{
		margin:0px auto !important;
		float: center !important;
	}
	h3.horizontal-text{
		float: inherit !important;
		text-align: center;
		width: 100%;
		font-size: 19px;
	}
	.panel{
		height: inherit;
		width: 100% !important; 
	}
	
}
