body,h1,h2,h4 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
body {
	overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
}
h1 {
	font-size: 44px;
}
h2 {
	font-size: 20px;
	font-weight: 700;
}
p{
	font-size: 14px;
	line-height: 1.6em;
	margin: 0;
}
a: hover {
	text-decoration: none;
}
/* ----------------------------------------------------- Start Main Menu CSS */
header {
	padding: 235px 0;
}
.header-content h1 {
	font-family: 'Trocchi', serif !important;
	color: #fff;
	font-size: 70px;
}
.header-content h4 {
	color: #fff;
	font-size: 1.4vmax;
	font-style: italic;
}
.single-page-nav {
	text-align: center;
}
/* ----------------------------------------------------- End Main menu CSS */
/* ----------------------------------------------------- Start Feature CSS */
.green-text {
	color: #178A27;
}
.blue-text {
	color: #1686C1;
}
.feature-content {
	background: #F2F2F2;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.feature-content-title {
	padding: 0 20px;
	text-align: left;
}
.feature-content-description {
	padding: 0 20px 15px;
	text-align: left;
	color: #333333;
	margin-top: 15px;
	height: 150px;
}
/* ----------------------------------------------------- End Feature CSS */
/* ----------------------------------------------------- Start About section CSS */
.about-section {
	height: 100%;
	margin-top: 30px;
}
.about-box {
	flex-grow: 1;
	min-height: 400px;
	padding: 20px;
	padding-bottom: 20px;
	background-color: #F2F2F2;
	overflow: hidden;
	text-align: center;
}
.about-box h1 {
	font-size: 30px;
	font-weight: 700;
	color: #666666;
	margin-top: 0px;
}
.about-box p {
	font-size: 14px;
	line-height: 1.6em;
	margin: 0;
}
.tm-box-p {
	margin-bottom: 10px;
}
/* ----------------------------------------------------- End About section CSS */
/* ----------------------------------------------------- Start Services CSS */
.our-service{
	margin: 85px 0px 85px 0px;
}
.service h1 {
	color: #fff;
	margin-bottom: 20px;
}
.services-section {
	height: 100%;
	margin-top: 60px;
}
.services-content {
	height: 100%;
	padding-top: 30px;
}
/* ----------------------------------------------------- End Services CSS */
/* ----------------------------------------------------- Start Contact CSS */
.contact-content h1 {
	color: #fff;
	margin-bottom: 30px;
}
.contact-content p {
	background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
	border-radius: 5px;
	color: #000;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 40px 15px;
}
.google-maps {
	position: relative;
	padding-bottom: 75%;
	// This is the aspect ratioheight: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border-radius: 5px;
}
.contact-mail{
	color: #0000aa;
}
.contact-mail:after {
	content: attr(data-e1) attr(data-e2) attr(data-e3) attr(data-e4);
}
.contact-section {
	height: 100%;
	padding-top: 10px;
	margin-top: 30px;
	padding-bottom: 60px;
}
.contact-section .container {
	max-width: 750px;
}
/* ----------------------------------------------------- End Contact CSS */
/* ----------------------------------------------------- Start Footer CSS */
.copy {
	color: #666;
	font-size: 13px;
	margin-bottom: 30px;
	margin-top: 10px;
}
/* ----------------------------------------------------- End Footer CSS */
/* ----------------------------------------------------- Start navigation CSS */
.navbar-inverse {
	background-color: #383E4C;
	border-color: #383E4C;
}
.navbar-nav>li {
	display: inline-block;
	padding: 10px;
}
.navbar-inverse .navbar-nav>li>a {
	background: #383E4C none repeat scroll 0 0;
	border: 1px solid #646d7c;
	color: #fff ;
	font-size: 20px;
	padding: 15px 25px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navbar-inverse .navbar-nav > li > a: hover {
	background: #49505F;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
}
/* ----------------------------------------------------- End navigation CSS */
/* ---------------------------------------------------------- Media Queries */
@media only screen and (min-width: 1200px) {
	.fb-box {
	width: 436px;
	float: right;
	margin: 0 auto;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.contact-content p {
	font-size: 15px;
	}
	.fb-box {
	width: 436px;
	float: right;
	margin: 0 auto;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	}
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact-content p {
	font-size: 18px;
	padding: 15px 0;
	}
	.navbar-nav > li {
	padding: 6px;
	}
	.navbar-inverse .navbar-nav > li > a {
	font-size: 16px;
	}
	.fb-box {
	width: 420px;
	margin: 0 auto;
	}
}
@media only screen and (max-width: 1024px) {
	header,section#services-area,section#contact-area {
	background-attachment: scroll;
	}
}
@media only screen and (max-width: 767px) {
	header {
	height: 75vh;
	padding: 0 15px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	}
	.header-content h1 {
	font-size: 45px;
	}
	.feature-content {
	max-width: 360px;
	margin: 0 auto 30px;
	}
	.feature-content-title,.feature-content-description {
	text-align: center;
	}
	.navbar-nav>li {
	display: block;
	}
	.navbar-inverse {
	background: none;
	border: none;
	}
	.navbar-inverse .navbar-toggle {
	background-color: #333;
	}
	.navbar .navbar-nav {
	width: 100%;
	margin: 0;
	}
	.navbar-nav>li {
	width: 100%;
	border-bottom: 1px solid #999;
	padding: 0px;
	}
	.navbar-nav>li: last-child {
	border-bottom: none;
	}
	.navbar-inverse .navbar-nav>li>a {
	background: none;
	border: none;
	width: 100%;
	padding: 10px 0px;
	}
	.navbar-inverse .navbar-nav>li>a: focus,.navbar-inverse .navbar-nav>li>a: hover {
	background-color: #383E4C;
	}
	.navbar-inverse .navbar-nav > li > a {
	font-size: 16px;
	}
	.container {
	margin-left: 0;
	margin-right: 0;
	}
	.single-page-nav {
	background-color: #383E4C;
	max-height: 0;
	-webkit-transition: max-height 0.8s;
	transition: max-height 0.8s;
	overflow: hidden;
	}
	/*http: //css3.bradshawenterprises.com/animating_height/*/
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.header-content h1 {
	font-size: 58px;
	}
	.fb-box {
	width: 420px;
	margin: 0 auto;
	}
}
@media only screen and (max-width: 480px) {
	header {
	height: 50vh;
	}
}
