/* Fontello */

@font-face {
  font-family: 'fontello';
  src: url('../img/fontello/fontello.eot?71547202');
  src: url('../img/fontello/fontello.eot?71547202#iefix') format('embedded-opentype'),
       url('../img/fontello/fontello.woff?71547202') format('woff'),
       url('../img/fontello/fontello.ttf?71547202') format('truetype'),
       url('../img/fontello/fontello.svg?71547202#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

#PageWrapper > div {
    display: block;
    margin: 0 auto;
    max-width: 1000px;
    padding: 120px 0 50px;
}

/* Logo */

#PageWrapper > div > a {
    display: table;
    margin: 0 auto 80px;
	max-width: 80%;
    position: relative;
	width: 650px;
}
#PageWrapper > div > a > img {
	display: block;
	width: 100%;
}

/* Text */

.cmsText {
	background: #FFFFFF;
    background: rgba(255, 255, 255, 0.65) none repeat scroll 0 0;
    border: 1px solid #FFFFFF;
    padding: 40px;
}

/* Formular */

.cmsForm {
	background: #FFFFFF;
    background: rgba(255, 255, 255, 0.65) none repeat scroll 0 0;
    border: 1px solid #FFFFFF;
    padding: 40px;
}
.cmsForm > h2 {
	margin: 0 0 20px;
}
.cmsForm > div {
	padding: 10px 35px 10px 0;
	position: relative;
}
.cmsForm > div:after {
    clear: both;
    content: "";
    display: block;
}
.cmsForm > div.validation:before {
	color: #E33634;
	content: "\E806";
	font-family: "fontello";
    height: 48px;
    line-height: 48px;
    position: absolute;
    right: 0;
}
.cmsForm > div > label {
	float: left;
	height: 46px;
	line-height: 46px;
	width: 25%;
}
.cmsForm > div > p {
	text-align: center;
}
.cmsForm > div strong {
	font-weight: normal;
}
.cmsForm > div > input,
.cmsForm > div > select,
.cmsForm > div > textarea {
    border: 0 none;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.75) inset;
    float: left;
    padding: 8px 15px;
    width: 75%;
}
.cmsForm > div > select {
	padding-left: 11px;
}
.cmsForm > div > textarea {
	max-width: 75%;
	min-height: 150px;
}
.cmsForm > .button > input {
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: none;
    color: #000000;
    cursor: pointer;
    float: right;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}
.cmsForm > .button > input:hover {
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
}

/* Responsive */

@media all and (max-width: 850px){

	body {
		font-size: 18px;
	}
	#PageWrapper > div {
		padding-bottom: 0;
		padding-top: 70px;
	}
	#PageWrapper > div > a {
		margin-bottom: 50px;
		max-width: 50%;
	}
	.cmsText {
	    padding: 20px;
	}
	.cmsForm {
		margin-bottom: 0;
	    padding: 20px;
	}
	.cmsForm > div {
		padding-right: 25px;
	}
	.cmsForm > div > label {
		width: 30%;
	}	
	.cmsForm > div > input,
	.cmsForm > div > select,
	.cmsForm > div > textarea {
		width: 70%;
	}

}
@media all and (max-width: 600px){

	.cmsForm > h2 {
	    margin-bottom: 0;
	}
	.cmsForm > div {
		padding-right: 0;
	}
	.cmsForm > div > label,
	.cmsForm > div > input,
	.cmsForm > div > select,
	.cmsForm > div > textarea {
		width: 100%;
	}
	.cmsForm > div > textarea {
		max-width: 100%;
	}
	
}
@media all and (max-width: 400px){
	
	
	#PageWrapper > div {
		padding-top: 50px;
	}
	#PageWrapper > div > a {
		margin-bottom: 50px;
		max-width: 70%;
	}
	
}
