* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	font-weight: normal;
	position: relative;
	font-size: 13px;
	color: #333333;
	font-family: 'Montserrat', sans-serif;
}

#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 50px;
	padding-top: 0px;
}
#main-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #101010;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-size: 65px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-size: 13px;
	line-height: 28px;
	font-family: 'montserratlight';
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}
img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block !important;
}
ul {
	margin-bottom: 0px;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #757575;
}
.font-montserrat {
	font-family: 'Montserrat', sans-serif;
}
.font-hair-line {
	font-family: 'montserrathairline';
}
.font-light {
	font-family: 'montserratlight';
}
.font-regular {
	font-family: 'montserratregular';
}
.font-extra-bold {
	font-family: 'montserratbold';
}
.font-droid-serif {
	font-family: 'Droid Serif', serif;
}
.text-bold {
	font-weight: bold;
}
.light-gray-bg {
	background: #fbfbfb;
}
section {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.overlay {
	background: rgba(49,49,49,0.7);
}
.btn {
	background: none;
	color: #35373e;
	border-radius: 4px;
	display: inline-block;
	padding: 13px 30px;
	font-size: 12px;
	border: 1px solid #35373e;
	text-transform: uppercase;
	border-radius: 0px;
	margin-top: 30px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.btn-white {
	color: #fff;
	background: none;
	border: 2px solid #fff;
}
.btn-white:hover {
	background: #fff;
	color: #333;
}
.btn-small {
	font-weight: normal;
	font-size: 11px;
}
.btn-dark {
	color: #35373e;
	border-color: #35373e;
}
.btn:hover {
	background: #35373e;
	color: #fff;
}
.btn-1 {
	background: #333333;
	color: #fff;
}
.btn-1:hover {
	background: none;
	color: #333333;
}
.form-control {
	box-shadow: none;
	border: 1px solid #f7f7f7;
	border-radius: 0px;
	height: 40px;
}
.form-control:focus {
	border: none;
	box-shadow: none;
}
.full-width {
	display: inline-block;
	width: 100%;
}
.no-border {
	border: none !important;
}
.no-padding-t {
	padding-top: 0px !important;
}
.no-padding {
	padding: 0px !important;
}
.no-padding-b {
	padding-bottom: 0px !important;
}
hr {
	height: 1px;
	width: 35px;
	background: #333333;
	border: none;
}

.header {
	text-align: center;
	width: 75%;
	margin: 0 auto;
	margin-bottom: 0px;
}

.header h4 {
	font-weight: normal;
	margin: 0px;
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0px;
	letter-spacing: 1px;
}

.section {
	text-align: center;
	margin-bottom: 30px;
	width: 75%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.section h4 {
	font-weight: normal;
	margin: 0px;
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.section p {
	font-size: 15px;
	font-family: 'Droid Serif', serif;
	line-height: 28px;
}
.bg-white {
	background: #fff !important;
}
.bg-gray-light {
	background: #fbfbfb !important;
}
.section-100px {
	padding: 100px 0;
}
header {
	z-index: 99;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}
header .logo {
	float: left;
	width: auto;
	margin: 30px 0;
	position: relative;
	z-index: 99;
}
header nav {
	display: inline-block;
	position: relative;
	z-index: 999;
	float: right;
	margin-top: 25px;
}
.navmenu {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	list-style: none;
}
.navmenu li {
	display: inline-block;
	float: left;
}
.navmenu a {
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	outline: none;
	z-index: 10;
}
header nav li a {
	padding: 10px 0px;
	margin: 0;
	border-color: transparent;
	text-decoration: none;
	line-height: 20px;
	text-transform: uppercase;
	color: #101010;
	float: left;
	font-size: 12px;
	margin: 0 15px;
	font-family: 'montserratregular';
	position: relative;
}
.intro-image {
	float: right;
}
.intro-image img {
	float: right; 
	border-radius: 5px; 
	margin-left: 25px;
}
.dinah-image {
	float: left;
}
.dinah-image img {
	border-radius: 5px; 
	margin-right: 15px
}
.testimonials ul {
		width: 75%;
		margin: 0 auto;
}
@media (max-width: 767px) {
	header {
		text-align: center;
	}
	header .logo {
		float: none;
		width: auto;
		margin-top: 30px;
		margin-bottom: 0;
		position: relative;
		z-index: 99;
	}
	nav > li {
		display: block;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	nav > li > a {
		padding: 15px 25px;
	}
	nav a {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	header nav {
		z-index: 999;
		float: none;
	}
	header nav li {
		display: block;
	}
	.navmenu li {
		display: block;
		float: none;
	}
	header nav li a {
		margin: 0;
	}
	.intro-image {
		display: none;
	}
	.dinah-image {
		float: none;
	}
	.dinah-image img {
		border-radius: 5px; 
		margin-right: 0;
		margin-bottom: 20px;
	}
}
.content {
	background: #ffffff;
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.intro-in {
	width: 68%;
	margin: 0 auto;
	text-align: center;
}
.intro-in h3 {
	line-height: 45px;
	margin: 0px;
	letter-spacing: 4px;
}
.intro-in hr {
	height: 30px;
	width: 1px;
	margin: 30px auto;
}
.intro-in p {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.4px;
}
.intro-in .btn {
	font-size: 12px;
	border: 2px solid #3b3b3b;
	font-weight: bold;
}
.contact-info li {
	text-align: center;
	padding: 30px 20px;
	border-right: 1px solid #f0f0f0;
}
.contact-info li:nth-last-child(1) {
	border: none;
}
.contact-info li .icon {
	height: 80px;
	width: 80px;
	line-height: 78px;
	text-align: center;
	border: 2px solid #f0f0f0;
	display: inline-block;
	font-size: 30px;
	color: #fff98d;
}
.contact-info li h6 {
	font-size: 12px;
	margin-top: 20px;
}
.contact-info li p {
	font-size: 11px;
	color: #9e9e9e;
	width: 60%;
	margin: 0 auto;
}
#map {
	height: 400px;
}
.contact-us {
}
.contact #contact_form {
	text-align: center;
}
.contact .error {
	border: 1px solid red;
}
.success-msg {
	background: #fff;
	border: 1px solid #ABD0A8;
	color: #589051;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 11px 16px;
	border-radius: 4px;
	display: none;
}
.success-msg i {
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #ABD0A8;
	margin-right: 10px;
}
#contact-form {
	width: 70%;
	margin: 0 auto;
	font-family: 'montserratlight';
}
#contact-form li {
	text-align: left;
	margin-bottom: 20px;
}
#contact-form li input {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	padding: 0 20px;
	height: 47px;
	font-weight: normal;
	color: #000;
}
#contact-form li .form-control {
	border: none;
	box-shadow: none;
	border-radius: 0px;
	border: 1px solid #e8e8e8;
	background: #fff;
}
#contact-form li textarea {
	height: 208px !important;
	font-size: 13px;
}
#contact-form li .btn {
	text-transform: uppercase;
	background: #222222;
	display: inline-block;
	margin: 0px;
	font-size: 12px;
	padding: 15px 40px;
	font-weight: bold;
	color: #fff;
}
#contact-form .error, #contact-form .incomplete {
	font-size: 16px;
	color: red;
	border: none;
	display: none;
}
#contact-form .success {
	font-size: 16px;
	color: green;
	border: none;
	display: none;
}
.contact-form label {
	font-weight: normal;
	color: #444444;
	font-size: 10px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	margin: 0px;
	margin-top: 0px;
	line-height: 26px;
}
.contact-form textarea {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
}
