@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext);

body {font-family: 'Open Sans'}

/*** Navbar ***/

.navbar {
	padding-top: 30px;
	padding-bottom: 30px;
}

.brand {
	display: table;
    margin: 0px auto;
}

/*** Header ***/
.header {margin-bottom: 45px;}
h1 {
	font-size: 36px;
	font-weight: 300;
	color: #000000;
}

.header p {
	color: #7d7d7d;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.mail-form {margin-top: 30px; margin-bottom: 30px;}

.mail-form span {
	color: #363636;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 15px;
}

.mail-form span > b {
	font-weight: 600;
}

.mail-form form {
	margin-top: 15px;
}

.form-control {
	height: 50px;
	border-radius: 0px;
	border-color: #c2c2c2;
	color: #acacac;
	font-size: 18px;
	font-weight: 300;
}

.btn-default {
	height: 50px;
	width: 100px;
	border-radius: 0px;
	border: none;
	background-color: #ab3c00;
	font-size: 18px;
	font-weight: 300;
	color: #ffffff;
}

.btn-default:hover {
	background-color: #93361c;
	color: #ffffff;
}

.form-control:focus {
border-color: #ab3c00;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}


@media (max-width: 500px ) {
	.btn-default {
		width: 50px;
		height: 45px;
	}

	.form-control {
		height: 45px;
		font-size: 14px;
	}
}
/*** Features ***/
.features {
	background-color: #ab3c00;
	padding-top: 40px;
	padding-bottom: 40px;
}

.features h2 {
	font-size: 24px;
	font-weight: 300;
	color: #ffffff;
	margin-bottom: 30px;
}

.features p {
	font-size: 14px;
	color: #e1e1e1;
	font-weight: 400;
	text-align: justify;
	line-height: 21px;
}

@media (max-width: 768px ) {
	.feature-item {margin-bottom: 50px;}
}
/*** Clients ***/
.templatemo-partners {padding-top: 50px; padding-bottom: 50px;}
.templatemo-partner-item {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*** Footer ***/
footer {
	background-color: #ebebeb;
	min-height: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #363636;
	font-size: 14px;
	line-height: 20px;

}

/**** FORM ****/
.form-success,
.form-error {
	color: #ab3c00;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 15px;
	margin-top: 20px;
}











