.header{
	font-family:'Arial Narrow', Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	background: #000;
	text-transform: uppercase;
	z-index: 9989;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}

#contact-form-top {
	padding: 15px;
	margin-top: 40px;

	background-image: url(../img/form-bg.jpg);
	background-repeat: repeat-x;
	background-color: #bfd632;
	z-index: 303;
	height: auto;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	border: #FFF solid 2px;
	-webkit-box-shadow:  4px 0px 5px 0px rgba(0, 0, 0, 0.1);
	 box-shadow:  4px 0px 5px 0px rgba(0, 0, 0, 0.1);
	
	}

.bx-content-top {
	
	margin-top: 300px;
    position: relative;
	background-color:#FFF;
	height: 680px;
	padding-top: 30px;
	width: 100%;
    z-index: 300;
	-webkit-box-shadow:  0px -4px 5px 0px rgba(0, 0, 0, 0.3);
	 box-shadow:  0px -4px 5px 0px rgba(0, 0, 0, 0.3);
	 background-image: url(../img/content-top-bg.jpg);
	 background-position: bottom center;
	 background-repeat: no-repeat;
}

.bx-content-top p {
	font-size: 20px;
	
	}

.bx-content-middle {
	
	
    position: relative;
	background-image: url(../img/content-middle-bg.jpg);
	width: 100%;
	height: auto;
	padding: 50px 0 50px 0;
    z-index: 301;
	border-bottom: #70b4d5 1px solid;
	border-top: #70b4d5 1px solid;
}

#basics-text {
	
	padding-top: 35px;
	
	}


.bx-content-bottom {
	
	
    position: relative;
	background-color:#83d3f5;
	height: auto;
	padding: 50px 0 50px 0;
	width: 100%;
    z-index: 302;
	border-bottom: #d8f2ff 1px solid;
	border-top: #d8f2ff 1px solid;
}

@media only screen and (max-width:632px) {
	
	.bx-container{
		display: none;
		
		}
	
	.bx-content-top {
		margin: 0;
		-webkit-box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0);
	 	box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0);
		background-image: none;
		padding-bottom: 20px;
		height: auto;
		
	}	
	
	#basics-text {
	
	padding-top: none;
	
	}
		
	.bx-overlay, .bx-loading {
		display: none;
	}
	
	.bx-loading{
   		display: none;
	}

	.bx-loading span{
   		display: none;
	}
	
	.bx-content-top p {
	font-size: 100%;
	
	}
	
	
	
	}

.bx-container{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:0;
}
.bx-container img{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index: 101;
	display:none;
}
.bx-canvas{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
.bx-overlay, .bx-loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: transparent url(../img/pattern.png) repeat top left;
	z-index:10;
}
.bx-loading{
    z-index: 9999;
    background: #000;
}
.bx-loading span{
    color: #fff;
    font-size: 13px;
    position: fixed;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin: -12px 0 0 -46px;
    left: 50%;
    top: 50%;
    text-shadow: 0px 0px 1px rgba(255,255,255,0.9), 1px 2px 5px rgba(0,0,0,0.5);
}

.footer {
	height: 50px;
	background: #185e90;
	
	}
	
	
