html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #fff; }
body{
overflow-y:scroll;
font:normal normal 300 14px/22px 'Roboto',Arial;
color:#333;
}
p{
font:normal normal 300 14px/22px 'Roboto',Arial;
color:#333;
margin:0;
padding:0 0 20px 0;
}
form {
  display: block;
  min-height: 100%;
  position: relative;
  min-width: 320px;
  padding: 0; 
margin:0;}
a{
color:#f74798;
text-decoration:none;
}
img {
  width: 100%; }

.left{
width:28%;
min-width:200px;
position:absolute;
top:0;
bottom:0;
left:0;
height:100%;
background:#f7f7f7;
}

.left-content{
display:block;
height:100%;
border-right:8px solid #eee;
}

.right{
padding-left:28%;
max-width:700px;
}

main{
display:block;
padding-left:40px;
}

.logo {
width:100%;
max-width:234px;
margin:0 13px 0 auto;
padding:20px 0 30px 0;
display:block;
}
.logo img{
display:block;
border:none;
}
h1{
margin:0;
text-align:center;
font:normal normal 300 48px/54px 'Roboto',Arial;
color:#555;
padding:70px 0 50px 0;
}

h1 em{
display:block;
margin:auto;
font:normal normal 300 18px/22px 'Roboto',Arial;
	color:#999;}

h2{
margin:0;
text-align:left;
font:normal normal 300 36px/42px 'Roboto',Arial;
color:#f74798;
padding:0 0 16px 0;
}
.clear{
float:none;
clear:both;
height:0;
overflow:hidden;
}
.text{
width:62%;
box-sizing:border-box;
padding-right:20px;
float:left;
}
.img{
width:38%;
float:left;
}

.cta{
display:inline-block;
padding:0 15px 4px 15px;
font:normal normal 300 22px/36px 'Roboto',Arial;
color:#fff;
background:#f74798;
text-decoration:none;
transition:0.4s;
}
.cta:hover{
background:#cc3b7f;
transition:0.4s;
}

nav a{
display:block;
text-align:right;
padding:0 30px 0 0;
font:normal normal 300 18px/35px 'Roboto',Arial;
color:#666;
border-bottom:1px solid #ddd;
text-decoration:none;
transition:0.4s;
}
nav a:hover{
color:#f74798;
	transition:0.4s;
}

nav a.active{
padding:0 22px 1px 0;
border-bottom:none;
border-right:8px solid #f74798;
background:#333;
color:#fff;
}

footer{
position:absolute;
bottom:10px;
right:20px;
font:normal normal 300 12px/30px 'Roboto',Arial;
color:#999;
text-align:right;
}

#form{
width:60%;
float:left;
box-sizing:border-box;
padding-right:20px;
}

#form input, #form textarea{
font:normal normal 300 14px/40px 'Roboto',Arial;
color:#333;
box-sizing:border-box;
width:100%;
height:42px;
border:1px solid #ccc;
padding:0 0 0 15px;
margin-bottom:3px;
}
#form input.error{
border:1px solid #f74798;
}
#form textarea{
font:normal normal 300 14px/20px 'Roboto',Arial;
height:120px;
}

.address{
width:40%;
float:left;
}
.address strong{
display:block;
}

#contactBox{
display:none;
position:fixed;
top:100px;
left:50%;
width:300px;
box-sizing:border-box;
padding:20px;
background:#fff;
box-shadow:2px 2px 5px rgba(50,50,50,0.7);
}

#contactBox .close{
display:block;
position:absolute;
top:10px;
right:10px;
width:20px;
height:20px;
background:url(/images/close.png) no-repeat center center;
}

.mob-logo{
display:none;
position:absolute;
top:10px;
left:10px;
width:90px;
}

.menu-mob {
	position:absolute;
    display: none;
    width: 24px;
    height: 23px;
    background: url(/images/mob-menu.png) no-repeat center center;
    top: 20px;
	right:20px;
}
		
#mob-menu {
display: none;
    background: #fff;
    position: absolute;
    top: 150px;
    width: 100%;
    left: 0px;
    right: 0px;
    border-top: 1px solid #ccc;
    padding-top: 0px;
    height: auto;
    z-index: 10;
}

@media all and (max-width:630px){
	.left{
	display:none;
}
.right{
padding-left:0;
}
main{
padding:0 10px 0 10px;
}
.menu-mob,.mob-logo{
display:block;
}

    #form, .address{
		width:auto;
		float:none;
		padding-right:0;
	}
		
		#form{
		margin-bottom:20px;
		}

}

@media all and (max-width:400px)
{
	h1{
		font:normal normal 300 36px/40px "Roboto", Arial;
		padding-bottom:30px;
	}
	
	h1 em{
	font-size:16px;
	}
	
	.text, .img, #form, .address{
		width:auto;
		float:none;
		padding-right:0;
	}
		
		#form{
		margin-bottom:20px;
		}
		.img{
		margin-top:20px;
	}
	
	.cta{
	font-size:18px;
	display:block;
	text-align:center;
	}
}

		


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
