.wrapper{
	width:100%;
	margin: 0 auto;
	min-width: 1200px;
}
.header{
	width: 101%;
	background-color: #005387;
	height: 100px;
	margin-left: -7px;
	position: relative;
	top: -8px;
}
.header_content{
	width: 900px;
	margin: auto;
	background-color: #005387;
	position: relative;
}
.left{
	float: left;
}
.right{
	float: right;
}
.main{
	width: 900px;
	margin: auto;
	
}
.flip_form{
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	margin: auto;
}
.heading {
color: #1B9596;
border-style: solid;
border-width: 1px 0;
border-color: rgba(219, 219, 219, 0.5);
}
h3 {
	font-size: 26px;
	line-height: 30px;
	padding: 25px 0;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding-left: 20px;
	font-family: "Calibri";
}
div.title, div.submit{
	background-color: rgba(0,0,0,0.02);
	border-top: 1px solid #d0dada;
	border-bottom: 1px solid #d0dada;
}
div.submit{
    vertical-align: middle;
  




	padding-top: 2.5em;
	padding-bottom: 2.5em;
}
div.new{
    vertical-align: middle;
  padding-top: 2.5em;
	padding-bottom: 2.5em;
}
h2{
	margin: 0.2em 23px;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 23px;
	color: #1B9596;
	padding: 20px 0;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.element-input{
	margin-left: 25px !important;
	margin-right: 25px !important;
	margin: 8px;
}
label{
	display: block;
	margin-bottom: 5px;
	clear: both;
}
input[type=text]{
	border: solid 2px #e5e5e5;
	border-radius: 0;
	background: #fff;
	transition: border-color 0.3s;
	resize: none;
	outline: medium none;
	padding: 0.4em;
	box-sizing: border-box;
	-webkit-appearance: none;
	font-size: 1.1em;
	border-radius: 5px
}
input:hover, textarea:hover{
	border-color: #008080;
}
input:focus, textarea:focus{
	border-color: #008080;
}
input[type=submit] {
    display: inline-block;
    text-align: left;
    cursor: pointer;
	color: #ffffff;
	font-size: 18px;
	margin-right: 25px;
    background-color: #008080;
    border: 2px solid #e5e5e5;
    transition: border-color 0.3s;
	padding: 0.6em 1.6em;
}
input[type=submit]:hover{
	background-color: #008080;
}

.large{
	width: 100%;
}

input[type=radio]{
    cursor: pointer;
}

div.new{
	display: inline-block;
    float: right;
    cursor: pointer;
	color: #ffffff;
	font-size: 18px;
	margin-left: 25px;
    background-color: #2da5da;
    border: 2px solid #e5e5e5;
    transition: border-color 0.3s;
	padding: 0.2em 0.8em;
	position: relative;
	top: -65px;
	right: 20px;
	border-radius: 5px
}


input[type=file] {
    display: inline-block;
   
    cursor: pointer;
	color: #ffffff;
	font-size: 13.5px;
	
    background-color: #2da5da;
    border: 2px solid #e5e5e5;
    transition: border-color 0.3s;
	padding:0.2em 0.2em 0.2em 0.5em;
}

input[type=radio]:hover+span:before{
    color: #8dc9e5;
}
input[type=radio]:checked+span:before{
    color: #2da5da;
}
input[type=button]:focus, input[type=button]:active, input[type=button][disabled]{
    border-color: #1abc9c;
}
.element-file .button {
    background-color: #bdc3c7;
}
.element-file .file_text{
    border-color: #bdc3c7;
}
.element-file label:hover .button{
    background-color: #1abc9c;
}
.element-file label:active .button{
    background-color: #16a085;
}
.element-file label:hover .file_text{
    border-color: #1abc9c;
}
.element-file label:active .file_text{
    border-color: #16a085;
}
.element-file .file_text:active,{
    border-color: #1abc9c;
}
.element-file label{
    position: relative;
}
.element-file .title{
    position: static;
}
select{
	background-color: #2da5da;
	padding: 4px;
	color: white;
	width: 100%;
	border-radius: 2px;
}
select option{
	color: black;
	background-color: white;
}

.offer{
	
}

.form-contact{
	width: 900px;
	margin: auto;
	position: relative;
	top: 150px;
	text-align: left;
	/*margin-top:100px;
	margin-bottom: 100px;*/
}
.flip_form{
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	margin: auto;
}
div.title, div.submit{
	background-color: rgba(0,0,0,0.02);
	border-top: 1px solid #d0dada;
	border-bottom: 1px solid #d0dada;
}
div.submit{
    vertical-align: middle;
    text-align: right;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}
h2{
	margin: -0.2em 23px;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 23px;
	color: #1B9596;
	padding: 29px 0;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.element-input{
	margin-left: 25px !important;
	margin-right: 25px !important;
	margin: 8px;
}
label{
	display: block;
	margin-bottom: 5px;
	clear: both;
}
input[type=text], textarea{
	border: solid 2px #e5e5e5;
	border-radius: 0;
	background: #fff;
	transition: border-color 0.3s;
	resize: none;
	outline: medium none;
	padding: 0.4em;
	box-sizing: border-box;
	-webkit-appearance: none;
	font-size: 1.1em;
}
.large{
	width: 100%;
}
