
/* WEBFONTS */
@import url(http://fonts.googleapis.com/css?family=Arimo:400,400italic&subset=latin,latin-ext);

/* STYLES */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   
   RESET 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {
    clear: both;  
}  
.clearfix {  
    *zoom: 1;  
}

/* **** START YOUR CSS BELOW **** */

body
{
	background: url(portBg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	background: #ebebeb;
}

.main
{
	position: absolute;
	width: 100%;
	height: auto;
}

.page-container
{
	position: relative;
	margin: 0 auto;
	width: 690px;
	padding: 0 60px;
	background: rgba(255,255,255,1);
	border-radius: 2px;
	overflow: hidden;
}

.form{
	margin-top:150px;
}

.logo
{
	width: 100%;
	height: 175px;
	position: absolute;
	top:0;
	left:0;
	background: url('../assets/images/geoplas-logo-header.png') no-repeat center;
	background-size: cover;
}

h1
{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 2.2em;
	color: #414042;
	margin: 22px 0 0;
	text-align: center;
}

h2.box
{
    font-weight: bold;
    font-size: 1.3em;
    color: #fff;
    display: block;
    width: 180px;
    padding: 2px 25px;
    margin: 50px 0;
    border-radius: 5px;
    background: #b0bc30;
}

h2.box:before{
	content: "";
    display: block;
    width: 100%;
    border-top: 10px solid #ebebeb;
    position: absolute;
    left: 0;
    margin-top: -35px;
}

.third:after{
	content: "";
    display: block;
    width: 100%;
    border-bottom: 10px solid #ebebeb;
    position: absolute;
    left: 0;
    margin-top: 0;
}

.section>div
{
    padding: 10px 0;
    width: 80%;
    margin: auto;
}

.section>div>span
{
	font-weight: bold;
	font-size: 0.9em;
	color: #4b4b4b;
	margin-right: 10px;
	display: inline-block;
	width: 5px;
}

.section.first>div>span:nth-child(2), .section>div+div+div+div>span:nth-child(2)
{
	width: 120px;
}
.section.second>div>span:nth-child(1)
{
	width: 135px;
}
.section.third>div>span:nth-child(1)
{
	width: 190px;
}
.section.first>div>span:nth-child(3), .section.second>div>span:nth-child(2), .section.third>div>span:nth-child(2)
{
	margin-right: 10px;
}

.section>div+div+div+div>span:nth-child(1)
{
	width: 5px !important;
}

input[type=text], textarea, select
{
	width: 350px;
    border-radius: 3px;
    border: none;
    box-shadow: inset 1px 2px 1px rgba(0,0,0,.2);
    font-family: 'Arimo';
    font-style: italic;
    font-size: .8em;
    color: #043e67;
    padding: 10px 10px;
    background: #ebebeb;
    margin-left: 20px;
}

input.year
{
    width: 275px;
    margin-left: 15px;
}

textarea
{
    height: 60px;
    width: 285px;
    margin-left: 28px;
}

#ilktextarea textarea{
	width:350px;
	margin-left: 20px;
}

input[type=submit]
{
    border-radius: 5px;
    padding: 7px 25px;
    margin: 20px 0;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    background: #414042;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    border: none;
    float: right;
	cursor: pointer;
}

.section span.check
{
	width: 80px;
	font-weight: normal;
}

.section span.check:nth-child(1){
	margin-left:20px;
}

.section span.check:nth-child(3){
	width:130px;
}

.section.third span.check
{
	width: 130px;
	margin-left: 20px;
}

.section span.check>input[type=radio]
{
    margin-left: 0;
    position: relative;
    top: 2px;
}

input[type="file"]{
	    margin-left: 20px;
}

select
{
    width: 370px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(arrows.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    font-family: 'Arimo';
    font-style: italic;
    font-size: .8em;
    color: #043e67;
}