@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700,700italic,800,600italic,600,800italic);
@import url(http://fonts.googleapis.com/css?family=Lora:400,700italic,700,400italic);
body {
	font-family: 'Open Sans', sans-serif;
	color: #4F565F;
	font-weight: 400;
}
.container {
	max-width: 1040px;
}
header {
	background-color: #E5EFEF;
}
header.interior-head {
	background: url(../img/interior-header.jpg);
	background-position: center center;
	background-size: cover;
	background-color: transparent;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
.logo {
	padding: 15px 0;
}
.h-right {
	float: right;
	padding: 16px 0 0;
}
.call {
	float: left;
	margin: 14px 10px 0 0;
}
.call p {
	font-size: 16px;
}
.call p a {
	font-weight: bold;
	color: #3F444D;
}
.social-01 {
	float: left;
}
.social-01 a.pinterest:hover {
	background: none repeat scroll 0 0 #f13434;
}
.social-01 a.facebook:hover {
	background: none repeat scroll 0 0 #3b5999;
}
.social-01 a.twitter:hover {
	background: none repeat scroll 0 0 #00bbf5;
}
.social-01 a.mail:hover {
	background: none repeat scroll 0 0 #cd1a1a;
}
.social-01 a.google-plus:hover {
	background: none repeat scroll 0 0 #DA4835;
}
.social-01 a.in:hover {
	background: none repeat scroll 0 0 #1A7798;
}
.social-01 a {
	background: #555c67;
	border-radius: 100px;
	color: #e3e3e3;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	margin-left: 4px;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	width: 30px;
}
.social-01 a:hover {
	animation: 0.3s ease-in-out 0s normal none 1 all;
	color: #fff;
}
.social-01 a i {
	font-size: 15px;
	line-height: 24px;
}
.social-02 {
	background: url("../img/header-bg.jpg")no-repeat;
	padding: 5px 0;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.social-02 a.pinterest {
	background: none repeat scroll 0 0 #f13434;
}
.social-02 a.facebook {
	background: none repeat scroll 0 0 #3b5999;
}
.social-02 a.twitter {
	background: none repeat scroll 0 0 #00bbf5;
}
.social-02 a.mail {
	background: none repeat scroll 0 0 #555C67;
}
.social-02 a.google-plus {
	background: none repeat scroll 0 0 #DA4835;
}
.social-02 a.in {
	background: none repeat scroll 0 0 #0976B4;
}
.social-02 a.in:hover {
	background: none repeat scroll 0 0 #1A7798;
}
.social-02 a {
	background: #555c67;
	border-radius: 100px;
	color: #e3e3e3;
	cursor: pointer;
	display: inline-block;
	height: 35px;
	margin-left: 4px;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	width: 35px;
}
.social-02 a:hover {
	animation: 0.3s ease-in-out 0s normal none 1 all;
	color: #fff;
}
.social-02 a i {
	font-size: 21px;
	line-height: 29px;
}
.navbar-default {
	background-color: #FFF;
	border-color: transparent;
}
.navbar {
	border-radius: 0;
	border-bottom: 1px solid #828282;
	border-top: 1px solid #828282;
	border-left: 0;
	border-right: 0;
	margin-bottom: 0px;
	min-height: 20px;
	position: relative;
}
.navbar-default {
	-webkit-box-shadow: 1px 4px 7px 0px rgba(128,128,128,0.84);
	-moz-box-shadow: 1px 4px 7px 0px rgba(128,128,128,0.84);
	box-shadow: 1px 4px 7px 0px rgba(128,128,128,0.84);
}
.navbar-default .navbar-nav > li > a {
	color: #5D626C;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover {
	background-color: transparent;
	color: #000;
}
.main {
	background: url(../img/home-page-main-bg.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	padding-bottom: 25px;
}
.inner {
	background: url(../img/interior-body.jpg);
	background-position: center center;
	background-size: cover;
	min-height: 500px;
}
.main h3 {
	color: #85a1a1;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.main h2 {
	margin-top: 10px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #8CAB68;
}
.box-1 {
	text-align: center;
	color: #698282;
	/* [disabled]font-style: italic; */
	font-size: 15px;
}
.padding-left-0 {
	padding-left: 0;
}
.padding-right-0 {
	padding-right: 0;
}
.btn-success {
	background-color: #9DC373;
	border-color: #9DC373;
	color: #fff;
	font-style: normal;
	font-size: 20px;
	padding: 5px 25px;
	border-radius: 7px;
	text-transform: uppercase;
}
.fsb-box {
	min-height: 380px;
	height: auto;
	background: #FFF;
	border: 1px solid #000;
	padding: 20px;
	margin-top: 30px;
}
.fsb-box h3 {
	font-size: 20px;
	margin-top: 0;
	text-align: left;
}
.fsb-box p {
	font-size: 14px;
}
.fsb-box p a {
	text-decoration: underline;
	color: #4f565f;
}
.fsb-box p a:hover {
	text-decoration: underline;
	color: #000;
}
.brand-row {
	border-bottom: 8px solid #deded9;
	border-color: #deded9;
	border-top: 8px solid #deded9;
	padding: 6px 0;
	text-align: center;
}
.fsb-box .form-inline .form-control {
	width: 100%;
	border-color: #999;
}
.fsb-box .form-group {
	width: 70%;
}
.fsb-box form p {
	color: #4f565f;
	margin: 15px 0 6px;
}
.fsb-box form p span {
	float: right;
	color: #919193;
}
.btn-primary {
	background-color: #6e959c;
	border-color: #6e959c;
	border-radius: 7px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 20px;
}
.fsb-box .social-01 a {
	background: #70979D;
	color: #EAEAEA;
}
.fsb-box .social-01 a:hover {
	animation: 0.3s ease-in-out 0s normal none 1 running all;
	color: #fff;
}
.follow {
	float: left;
	margin-top: 6px;
}
.fsb-box h4 {
	font-weight: bold;
	font-size: 16px;
}
.fsb-box ul {
	padding: 0;
	margin: 0;
}
.fsb-box li {
	display: list-item;
	list-style-type: none;
	margin-top: 15px;
}
.fsb-box a {
	text-decoration: none;
	color: #4F565F;
	transition: ease-in-out 0.3s;
	font-size: 13px;
}
.fsb-box a:hover {
	text-decoration: none;
	color: #000;
	transition: ease-in-out 0.3s;
}
.fsb-box li i {
	color: #4f565f;
	font-size: 10px;
}
.our {
	background-color: #DCE9EB;
	padding: 25px 0;
}
.our-row {
	max-width: 1000px;
	margin: 0 auto;
}
.our-col {
	background-color: #fff;
	border: 1px solid #000;
	min-height: 140px;
	padding: 5px 5px 10px;
}
.our-col h2 {
	font-family: 'Lora', serif;
	background: url("../img/header-bg.jpg")no-repeat;
	background-position: center center;
	background-size: cover;
	font-size: 17px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	color: #424750;
}
.our-row .col-md-4.col-sm-4 {
	padding-left: 10px;
	padding-right: 10px;
}
.our-col p {
	padding-left: 10px;
	padding-top: 8px;
	font-size: 14px;
}
.btn-default {
	color: #5F8794;
}
.portfolio {
	background-color: #fff;
	padding: 25px 0 5px;
}
.portfolio h4 {
	float: left;
	color: #85a1a1;
	font-size: 25x;
	font-weight: bold;
}
.view {
	color: #6e959c;
	float: left;
	margin: 11px 0 0 36px;
	text-decoration: underline;
}
footer {
	background-color: #94BBC2;
	padding: 25px 0;
	color: #FFF;
	border-top: 20px solid #fff;
}
footer h5 {
	border-top: 1px solid #fff;
	margin: 0 0 20px;
	padding: 15px 0 0;
}
footer ul {
	padding: 0;
	margin: 0
}
footer li {
	list-style-type: none;
	display: list-item;
}
footer a {
	color: #FFF;
	text-decoration: none;
	transition: ease-in-out 0.3s;
}
footer a:hover {
	color: #000;
	text-decoration: none;
	transition: ease-in-out 0.3s;
}
.footer-bottom {
	background-color: #FFF;
	padding: 20px 0;
}
.footer-bottom p {
	margin: 0;
	text-align: center;
	color: #666;
	font-size: 13px;
}
.inner-left-box {
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: #FFF;
	border: 1px solid #666;
	padding: 8px 12px 16px 16px;
}
.inner-right-box {
	margin-bottom: 18px;
	margin-top: 18px;
	background-color: #FFF;
	border: 1px solid #666;
	padding: 8px 8px 35px 8px;
}
.inner .col-md-3.col-sm-3 {
	width: 30%;
}
.inner .col-md-9.col-sm-9 {
	width: 70%;
	margin-left:-25px;
}
.inner-left-box .form-inline {
	margin-top: 15px;
	padding: 0 9px 0 15px;
}
.inner-left-box .form-group {
	width: 100%;
}
.inner-left-box .form-control {
	border-color: #999;
	width: 100%;
}
.inner-left-box .btn-primary {
	float: left;
	margin-top: 15px;
}
.p1 {
	float: right;
	font-size: 13px;
	color: #919193;
	margin-top: 5px;
}
.item {
	text-align: center;
	margin-top: 15px;
}
.owl-item .item h4 {
	font-weight: bold;
	font-size: 14px;
}
.owl-item .item p {
	font-size: 13px;
}
*:before, *:after {
	box-sizing: border-box;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: none repeat scroll 0 0 #869791;
}
.owl-theme .owl-dots .owl-dot span {
	margin: 0 3px;
}
.border {
	border-top: 8px solid #DEDED9;
	margin: 10px 0;
}
.l-box-1 {
	text-align: center;
}
.l-box-1 h4 {
	color: #698282;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
}
.l-box-1 a {
	color: #698282;
	text-decoration: underline;
}
.margin-25 {
	margin: 25px 0;
}
.l-box-2 h2 {
	font-family: 'Lora', serif;
	background: url("../img/header-bg.jpg")no-repeat;
	background-position: center center;
	background-size: cover;
	font-size: 17px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	color: #424750;
}
.margin-15 {
	margin: 15px 0;
}
.margin-0 {
	margin: 0;
}
.margin-top-20 {
	margin-top: 20px;
}
.l-box-2 a {
	color: #698282;
	text-decoration: underline;
	padding: 0 0 0 0px;
}
.l-box-2 h5 {
	font-weight: bold;
	margin: 12px 0 6px;
}
.l-box-2 h5 {
	padding: 0 0 0 10px;
}
.l-box-2 p {
	padding: 0 0 0 10px;
	font-size: 13px;
}
.inner-left-box h2 {
	color: #8cab68;
	font-size: 24px;
	font-weight: 600;
	margin: 3px 0 12px;
	text-align: center;
	text-transform: uppercase;
}
.inner-left-box h3 {
	color: #8cab68;
	font-size: 16px;
	font-weight: 700;
	margin: 3px 0 12px;
	/* [disabled]text-decoration: underline; */
}
.right-inner {
	margin-top: 11px;
}
.btn-default {
	border-radius: 8px;
	color: #4f565f;
	font-weight: bold;
	padding: 8px 9px;
}
.right-inner p {
	font-size: 13px;
}

/* Customizations -------------------------------------------- */


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: 1px solid #CCCCCC;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#text_area {
	/* [disabled]clear: both; */
	min-height: 160px;
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	margin-bottom: 8px;
}
#leftSidebar {
	/* [disabled]float: left; */
	width: 180px;
	padding: 10px;
	margin-bottom: 5px;
	background-color: #deeaed;
	margin-right: auto;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left: auto;
}



/*=============================================================
========================Media-Queries=========================
=============================================================*/
@media (min-width: 768px) {
.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	border-radius: 0 6px 6px;
	left: 100%;
	margin-left: -1px;
	margin-top: -6px;
	top: 0;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
	border-radius: 5px 5px 5px 0;
	bottom: 0;
	margin-bottom: -2px;
	margin-top: 0;
	top: auto;
}
.dropdown-submenu > a:after {
	border-color: transparent transparent transparent #cccccc;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: " ";
	display: block;
	float: right;
	height: 0;
	margin-right: -10px;
	margin-top: 5px;
	width: 0;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	border-radius: 6px 0 6px 6px;
	left: -100%;
	margin-left: 10px;
}
.dropdown .dropdown-menu .nav-header {
	padding-left: 20px;
	padding-right: 20px;
}
ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
	display: none;
}
ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
	display: block;
}
}
 @media (max-width: 767px) {
.dropdown-menu {
	display: block;
	background-color: transparent;
	border: 0 none;
	box-shadow: none;
	float: none;
	margin-top: 0;
	position: static;
	width: auto;
}
.inner .col-md-9.col-sm-9 {
	margin-left:0px;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 768px) and (max-width: 991px) {
.nav > li > a {
	display: block;
	font-size: 12px;
	padding: 10px 9px;
	position: relative;
}
.inner-left-box h2 {
	font-size: 20px;
}
}
@media (max-width: 1200px) {
.follow {
	float: left;
	margin-top: 6px;
	width: 100%;
	clear: both;
}
.fsb-box {
	min-height: 400px;
}
}
 @media (max-width: 767px) {
.inner .col-md-3.col-sm-3 {
	width: 100%;
}
.inner .col-md-9.col-sm-9 {
	width: 100%
}
.navbar-header {
	background: #E5EFEF;
}
.navbar-brand {
	height: auto;
	padding: 5px 15px;
}
.navbar-brand img {
	width: 100%;
}
.navbar-header a {
	width: 75%;
}
.h-right {
	float: right;
	padding: 5px 0 0;
}
.center-767 {
	text-align: center;
}
.main h3 {
	font-size: 20px;
}
.main h2 {
	font-size: 24px;
}
}
 @media (max-width: 400px) {
.main h3 {
	font-size: 13px;
}
.main h2 {
	font-size: 15px;
}
.portfolio .col-xs-6 {
	width: 100%;
}
.navbar-brand {
	padding: 12px 15px;
}
.fsb-box form p {
	font-size: 11px;
}
.fsb-box {
	padding: 15px;
}
.fsb-box h4 {
	font-size: 13px;
}

}
@media (max-width: 360px) {
}
