* {
	box-sizing:border-box;
}

body {
	
	margin: 0;
	font-family:'Cochin W01', Georgia, serif;

	font-style: normal;
	font-weight: 400;
	
}

ul {
	margin: 0;
	list-style: none;
	padding: 0;

}

a{
	text-decoration: none;
}

h1,h2,h3 {
	font-style: normal;
	font-weight: 400;
}

h1 {
    font-size: 60px;
    line-height: 68px;
	margin:0;
}

h2 {
	font-weight: 600;
	font-size: 34px;
	line-height: 42px;
	margin:0;
}

.lead {
	text-transform: uppercase;
	font-size:16px;
	letter-spacing: 8px;
	opacity: .6;

}

p {
	font-style: normal;
	font-weight: 400;
	color:#555;
}

p.small {

	font-size:11px;
	margin:2px 0 5px;
}



.btn {

    -webkit-transition: background .5s ease; 
    transition: background .5s ease;
}

.btn:hover {
	background: #f08f18;
}


.container {
	width: 92%;
	max-width: 800px;
	margin: 0 auto;
}


.nav:after{
	content: "";
	display: table;
	clear: both;
}


.navContainer {
	background:#fff;
	position:fixed;
	z-index:10;
	top:0;
	right: 0;	
}

.navContainer #logo {
	width:100px;
	height:31px;
	background: url(assets/images/bec_logo2.svg);
	display: block;
	margin: 16px;
	padding:0;
	width: 80px;
    height: 24.5px;
}



.navContainer li{
	float:right;
}

.navContainer .left{
	float: left;
} 

.navContainer .right{
	float: right;
} 

.navContainer a {
	font-size:10px;
	letter-spacing: 2px;
	color:#888;
	display:inline-block;
	padding:20px 18px;
	text-transform:uppercase;
	font-weight: 600;
	opacity: .9;
	-webkit-transition: opacity .3s ease; 
    transition: opacity .3s ease;

}


.navContainer a:hover {
	opacity: 1;


}


.banner {

	padding: 160px 0 240px 0;
	color: #fff;
	text-align: center;
	position: relative;
}

.banner .share {
	position: absolute;
	top:16px;
	right: 20px;
	z-index: 99999;
}

.background {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;	
	opacity: 1;
	  -webkit-transition: opacity 1s ease; /* Safari */
    transition: opacity 1s ease;
}

.background#background1 {
	background-image: url(assets/images/1.jpg);
}



.background-cover {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#000;
	opacity: .68;
}

.content {
	position: relative;
	z-index: 9999;
}

.banner .content img{

	width: 60px;
	height: auto;
}

.body {
	padding-top: 60px;
}


.body .left {
	width: 60%;
	float: left;
padding: 40px 40px 0 0;	
}

.body .right {
background-image: url(assets/images/phone.jpg);
    width: 40%;
    float: right;
    height: 380px;
    background-size: cover;
    background-position: 0 0;
}

.body:after {
	  content: "";
  display: table;
  clear: both;

}


.form {
	background: #1a1a1a;
	color: #fff;
	text-align: center;
	padding: 90px 0 50px 0;
}

.form .container {
}

.form form {
	padding:40px 0;
	max-width: 400px;
	margin:0 auto;
}

.form input {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 18px;
	color: #333;
	padding:10px 6px;
	border: none;
	outline: none;
	font-family:'Cochin W01';

}

.form button {
	background: none;
    outline: none;
    padding: 20px 30px;
    color: #fff;
    border: 2px solid;
	font-family:'Cochin W01';
	font-size: 16px;
	cursor: pointer;
}


.form button:hover {
	background: #fff;
    outline: none;
    padding: 20px 30px;
    color: #222;
    border: 2px solid;

}

.form p.lead {
	opacity: 1;
	color: #666;
}

.form .footer {
	margin-top: 80px;
}

.form .footer img{
	width: 40px;
	height: auto;
	opacity: .2;
	display: inline-block;
}



.form .footer a{
	color: #555;
}




@media screen and (max-width: 800px) {

	.body .left {
		width: 100% !important;
		padding: 40px 0 !important;
		float: none !important;
	}

	.body .right {
		float: none;
		width: 70%;
		margin: 0 auto;
		height: 320px;
	}
   
   	.body {
   		padding: 0;
   		text-align: center;
   	}
}