@import url('reset.css');
/* ==========================================================================
 Author's custom styles
 ========================================================================== */
::-webkit-input-placeholder {
	color: #cac3cc;
}
::-moz-placeholder {
	color: #cac3cc;
}/* firefox 19+ */
:-ms-input-placeholder {
	color: #cac3cc;
}/* ie */
input:-moz-placeholder {
	color: #cac3cc;
}
#page a {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.container {
	padding-left: 0;
	padding-right: 0;
	width: 1230px;
}
.container div {
	padding: 0;
}
.row {
	margin-right: 0;
	margin-left: 0;
}

body {
	background: #ffffff;
	font-family: 'Roboto';
	font-size: 14px;
}
#page header{
	background: #43ddd6;
	height: 110px;
	width:100%;
	text-align: center;
}
#page #image{
	background: url('../img/image.jpg') no-repeat center top;
	width:100%;
	min-height: 500px;
}
#page h1{
	margin-top:480px;
	background: #43ddd6;
	height:100px;
	width:100%;
	color: #ffffff;
	padding-left:50px;
	font-size:50px;
	padding-top:22px;
}
#page h1 i{
	margin-right: 20px;	
}
#page h1 span{
	font-size:16px;
	float:right;
	margin-top:5px;
	padding-right:50px;
	line-height: normal!important;
}	
#page footer{
	background: #43ddd6;
	height: 50px;
	line-height:50px;
	width:100%;
	color: #fff;
}