﻿@charset "utf-8";
/* CSS Document */

*{margin:0;
padding:0;
}
img{border:0;
max-width:100%;
height:auto;
width:auto\9;
}
ul{
	list-style:none;
	line-height: 140%;
}
:focus{outline:none;}
article, aside, details, figure, figcaption, header, footer, section, hgroup, menu, nav{
	display:block;
}
.clear{clear:both;}


body{
color:#323234;
font-family: 'Montserrat', sans-serif;
font-size:16px;
overflow-x: hidden !important;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
/*	line-height: 1.4em;
	margin: 0 0 .4em;*/
	color: #323234;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:20px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

.float-l{float:left;}
.float-r{float:right;}
/************************************************************************************
STRUCTURE
*************************************************************************************/
.pagewrap {
	width: 65%;
	margin: 0 auto;
}


/************************************************************************************
HEADER
*************************************************************************************/
#header {
	width:100%;
	float:left;
	border-bottom:1px #eee solid;
}
footer{
	width:100%;
	float:left;
	padding:20px 0;
	border-top:1px #eee solid;
	font-size:12px;
}

/* site logo */
#site-logo {
    background: url(../content/logo.png) no-repeat right top;
    background-size: contain;
    width: 200px;
    height: 60px;
    float: left;
}


/************************************************************************************
CONTENT
*************************************************************************************/
.mainArea{
	float:left;
	width:100%;
	background:url(../content/img@3x.png) no-repeat center right;
	background-size:cover;
	padding:50px 0;
}
.formBox{
	float:left;
	padding:30px 5%;
	width:90%;
	border-radius:8px;
	border:1px #eee solid;
	background:rgba(255,255,255,0.70);
}
.rowL {
    display: inline-block;
    width: 46%;
    margin-right: 4%;
    text-align: left;
}
.rowR {
    display: inline-block;
    width: 46%;
    text-align: left;
}
.row {
    display: inline-block;
    width: 96%;
    text-align: left;
}
.label {
    display: inline-block;
    width: auto;
    height: 15px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #323234;
    margin: 13px 0 13px 0;
    text-transform: uppercase;
}
.smallInput {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border-radius: 6px;
    border: solid 1px #878f9d;
}
.bigInput {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border-radius: 6px;
    border: solid 1px #878f9d;
}
.Btn {
    width: 250px;
    height: 50px;
    border-radius: 25px;
    background-color: #4b89e2;
    color: #fff;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    padding: 0 30px;
}