/*------------------------------------------------------------------
	01 Basic
------------------------------------------------------------------*/
html, body {
	margin: 0;
	width: 100%;
	height: 100%;
}

figure {
	margin: 0;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

.last {
	margin-right: 0;
}

p {
	font-family: helvetica, verdana;
}


/*------------------------------------------------------------------
	01 Lay-out
------------------------------------------------------------------*/

header {
	background: url('images/header-bg.jpg') no-repeat center center;
	width: 1600px;
	height: 650px;
	margin: 0 auto;
}

@media all and (max-width: 1600px) {
	header {
		width: 100%;
	}
}

#logo {
	width: 200px;
	margin: 0 auto;
	padding: 80px 0 10px 0;
	border-bottom: 5px solid #ffffff;
}

header h1 {
	font-family: 'Viga', sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 50px;
}

header p {
	width: 404px;
	margin: 0 auto;
	font-family: 'Viga', sans-serif;
	color: #fff;
}

.icon {
	margin: 0 15px 0 5px;
	padding: 5px 0 0 0;
}


#intro {
	width: 600px;
	margin: 0 auto;
	padding: 80px 0;
}

#intro h2, #contact h2 {
	font-family: 'Viga', sans-serif;
	font-size: 22px;
	color: #5f5752;
	text-align: center;
}

#intro p {
	font-size: 16px;
	line-height: 22px;
	color:#5e5e5e ;
	text-align: center;
}

.thumb {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
	border: 6px solid #1f9ea1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#info {
	background: #1f9ea1;
	width: 100%;
	padding: 40px 0;
	float: left;
	margin: 0 0 40px 0;
}


#info article {
	width: 300px;
	margin-right: 20px;
	float: left;
}

#info article h3 {
	background: url('images/bg_corner.svg') no-repeat;
	background-position: 0 30px; 
	font-family: 'Viga', sans-serif;
	font-size: 18px;
	color: #2a2827 ;
	padding: 10px 0;
	text-indent: 25px;
	border-bottom: 2px solid #fff;
}

#info article p {
	font-size: 15px;
	line-height: 22px;
	color:#2a2827 ;
}

#contact {
	width: 615px;
	margin: 0 auto;
	padding: 40px 0;
}

form {
	padding: 30px 0;
	float: left;
}

.left-side, .right-side {
	width: 300px;
	float: left;
}

.left-side {
	margin-right: 15px;
}

form label {
	width: 100%;
	font-family: 'Viga', sans-serif;
	font-size: 16px;
	color: #5f5752;
	display: block;
	padding: 5px 0;
	text-indent: 15px;
}

form input, form textarea {
	background: #f9f9f9;
	width: 283px;
	border: 1px solid #e2e2e2;
	padding: 12px 0 12px 15px;
	margin-bottom: 12px;
	font-size: 16px;
}

form textarea {
	height: 279px;
}

.submit-button {
	background: url('images/bg-btn.svg') no-repeat;
	font-family: 'Viga', sans-serif;
	font-size: 16px;
	line-height: 41px;
	color: #fff;
	width: 150px;
	height: 40px;
	text-align: center;
	border: none;
	padding: 0;
	margin-top: 15px;	
}

.submit-button:hover {
	background: url('images/bg-btn-hover.svg') no-repeat;
}


footer {
	width: 100%;
	float: left;
}

.credits {
	border-top: 1px solid #e4e4e4;
	padding: 5	px 0;
}

footer p {
	font-weight: 300;
	color: #8a8a8a;
	font-size: 14px; 
}




