body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	font-weight:300;
	background:#f8f8f8;
}

a{color:#F60; text-decoration: none; border-bottom: 1px dotted #ececec;}
a:hover{color:#000; text-decoration: none; border-bottom: 1px dashed #ececec;}

.wrapper {
	max-width:850px;
	margin:0 auto;
	padding:10px 15px;
}
h1 {
	font-size:38px;
	font-weight:600;
	color:#F60;
	margin:50px auto 10px;
}
h1 span {
	color:#050505;
}

h2 {
	font-size:24px;
	font-weight:400;
	color:#666;
	margin:20px auto;
	line-height: 1.4em;
}
h2 span {
	color:#333;
}


.alert{color:#F60!important; margin-top: 20px; }

.focus {
	color:#999;
}
.title {
	font-size: 40px;
	font-weight: 400;
	text-transform: none;
	color: #000;
	margin: 10px 0 10px;
	padding: 10px 0 10px;
	text-align: center;
}
.highlight {
	olor: #050505;
	text-align: center;
	margin: 30px auto;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.3;
}
.input {
	padding: 10px 20px;
	font-size: 24px;
	line-height: 1.635714286em;
	border: solid #e5e5e6 2px;
	border-radius: 2em;
	background: #fff;
	color: #43464b;
	font-weight: 300;
	display: block;
	width: 90%;
	margin-bottom:10px;
}
textarea:focus, input:focus{
    outline: none;
}
.form {
	max-width:400px;
	margin:0 auto;
}
.btn {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 3px;
	padding: 20px 30px;
	margin:20px 0 20px 0;
	max-width: 100%;
	font-size: 1.25rem;
	font-weight: 700;
	color: #ffffff;
	background: #f16334;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 2em;
}
.btn:link {
	color: #ffffff;
}
.btn:hover {
	border-color: #f16334;
	background: #fff;
	color: #f16334;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#feedback-section {
	border-top:1px solid #ccc;
	background:#fff;
}
.feedback {
	padding:50px;
	text-align:left;
	border:1px dotted #ccc;
}
.feedback-from {
	font-size:16px;
	color:#666;
	font-style:italic;
}
.feedback-message {
	font-size:16px;
	color:#666;
}

.iws{display: block;
    text-transform: uppercase;
    font-size: 90px;
    line-height: 0.9em;
    font-weight: 600;
    letter-spacing: -0.9px;
    margin: 30px 0 0 0;
    position: relative;
	color:#f16334 !important;
}