html {
    min-height: 100%;
    position: relative;
}
body {
	color:#222222;
	background-color:#f3f5f5;
	font-family: 'Roboto', sans-serif;	
	font-size:14px;
	height: 100%;
	line-height:1.4;
	margin:0;
	padding:0;
}
@font-face {
  font-family: 'CaslonBookBE-Regular';
  src: url('CaslonBookBE-Regular.eot?#iefix') format('embedded-opentype'),  
  	   url('CaslonBookBE-Regular.woff') format('woff'), 
	   url('CaslonBookBE-Regular.ttf')  format('truetype'), 
	   url('CaslonBookBE-Regular.svg#CaslonBookBE-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

ul {
	margin: 0;
	padding: 0;
}
.h1, h1 {
	font-size: 32px;
}
.h2, h2 {
	font-size: 28px;
}
.h3, h3 {
	font-size: 24px;
}
.h4, h4 {
	font-size: 18px;
}
.h5, h5 {
	font-size: 16px;
}
.h6, h6 {
	font-size: 15px;
}
.h1, .h2, .h3, h1, h2, h3, .h4, .h5, .h6, h4, h5, h6 {
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 0;
}
a {
	color: #9a8978;
	text-decoration: none;
}
a:hover, a:focus {
	color: #9a8978;
	outline: medium none;
	text-decoration: none;
}
a, input[type="submit"], button, .btn, img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
img {
	height: auto;
	max-width: 100%;
}
.left {
	padding-left: 0;
}
.right {
	padding-right: 0;
}
.half {
	padding-left:7.5px;
	padding-right:7.5px;
}
.btn {
	padding: 6px 15px;
}
.btn-radius {
	border-radius: 30px;
	padding: 10px 25px;
}
.btn-transparent {
	background-color: transparent;
	border:1px solid #9a8978;
	color:#9a8978;
}
.btn-transparent:hover, .btn-default:focus {
	background-color: #9a8978;
	border-color: #9a8978;
	color:#fff;
}
.btn-default {
	background-color: #9a8978;
	border-color: #9a8978;
	color: #fff;
	text-transform: capitalize;
}
.btn-default:hover, .btn-default:focus {
	background-color: #3c3c3b;
	border-color: #3c3c3b;
	color: #fff;
}
.btn-primary {
	background-color: #3c3c3b;
	border-color: #3c3c3b;
	color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #9a8978;
	border-color: #9a8978;
	color: #fff;
}
.button {
	background-color: #3c3c3b;
	border: 1px solid #3c3c3b;
	color: #fff;
	padding: 7px 15px;
	line-height: 24px;
	display: inline-block;
}
button.close {
	background-color: #3c3c3b;
	width: 25px;
	height: 25px;
	color: #fff;
	opacity: 1;
	font-size: 15px;
	border-radius: 50%;
	top: -5px;
	position: relative;
	right: -5px;
	padding: 0;
	z-index: 1;
}
button.close:hover, button.close:focus {
	color: #fff;
}
.modal {
	text-align: center;
	padding: 0!important;
}
.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.table, table {
	border-top: 2px solid #9a8978;
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
}
.table > tbody > tr > td,  .table > tbody > tr > th,  .table > tfoot > tr > td,  .table > tfoot > tr > th,  .table > thead > tr > td,  .table > thead > tr > th,  table > tbody > tr > td,  table > tbody > tr > th,  table > tfoot > tr > td,  table > tfoot > tr > th,  table > thead > tr > td,  table > thead > tr > th {
	border: 1px solid #e0e0e0;
	padding: 7px;
	vertical-align: middle;
}
/*================================================================
						Header css
=================================================================*/
.header {
	position: absolute;
	width: 100%;
	z-index: 99;
	top: 0;
}
.header-top {
	background: rgba(116,112,106,0.9);
	position: relative;
}
.header-top li {
	display: inline-block;
}
.header-top a {
	color: #f5f5f5;
	display: block;
}
.header-top-left li a {
	padding: 10px 15px 10px 0;
}
.header-top-left i {
	margin-right:5px;
}
.header-top-right {
	text-align: right;
}
.header-top-right ul {
	display: inline-block;
}
.header-top-right li a {
	padding: 10px 0 10px 15px;
}
.header-bottom {
	/*margin-bottom: 70px;*/
	position: relative;
}
.sticky-header {
	display: table;
	position: absolute;
	width: 100%;
	background: rgba(255,255,255,0.9);
}
.sticky.sticky-header {	
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	z-index: 999;
}
.header-logo {
	display: block;
	padding: 8px 0;
	text-align: center;
}
.header-logo .logo-link {
	display: inline-block;
}
.header-logo img {
	max-height: 70px;
}
.header-menu {
	text-align: center;
}
.nav-menu {
	display: inline-block;
}
.navbar-nav > li {
	position: relative;
}
.navbar-nav > li > a {
	color: #222222;
	display: block;	
	font-weight: 500;
	line-height: 20px;
	padding: 15px 12px;
	text-transform: uppercase;
}
.navbar-nav > li:last-child > a {
	padding-right: 0;
}
.navbar-nav .sub-menu {
	background-color: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	float: left;
	font-size: 13px;
	left: 0;
	margin: 0;
	min-width: 200px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 100%;
	visibility: hidden;
	z-index: 9999;
}
.navbar-nav li:hover > .sub-menu {
	-moz-animation: fadeInUp 0.3s ease-in;
	-webkit-animation: fadeInUp 0.3s ease-in;
	animation: fadeInUp 0.3s ease-in;
	opacity: 1;
	visibility: visible;
}
.navbar-nav li .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.navbar-nav .sub-menu li {
	display: block;
	position: relative;
	width: 100%;
}
.navbar-nav li .sub-menu a {
	border-color: rgba(0, 0, 0, 0.05);
	border-style: solid;
	border-width: 0 0 1px;
	color: #555;
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	padding: 10px 15px;
	text-align: left;
	width: 100%;
}
.navbar-nav > li.active > a,  .navbar-nav > li:hover > a {
	color: #9a8978;
}
.navbar-nav .sub-menu a:hover {
	background-color: #3c3c3b;
	color: #fff;
}
 @keyframes fadeInUp {
 from {
 opacity: 0;
 transform: translate3d(0, 100%, 0);
 -webkit-transform: translate3d(0, 100%, 0);
}
to {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
}
}
.fadeInUp {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
/*===========================================================================
					Home Page Css
=============================================================================*/
.site-section {
	background-color: #f3f5f5;
	overflow: hidden;
}
.section {
	margin-bottom:50px;
}
.section-heading {
	margin-bottom: 20px;
	position: relative;
}
.section-title {
	display: inline-block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;	
}
.section-title strong {
	color: #3c3c3b;
	font-weight: 500;
}
.section-title::before {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	background-color: #3c3c3b;
	height: 2px;
	left: 0;
	bottom: 0;
}
.text-center .section-title::before {
	right: 0;
	margin: 0 auto;
}
.section-heading p {
	color: #7a7a7a;
	max-width: 768px;
	margin: 0 auto 0;
	font-size: 18px;
	font-style: italic;
}
.color-white {
	color:#fff;
}
.section-heading.color-white p {
	color: #fff;
}
.color-white .section-title::before {
	border-right: 10px solid #000;
	box-shadow: -4px 0 0 0 #3c3c3b inset;
	background-color: #fff;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-prev, .slick-next {
	background-color: #9a8978;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	height: 30px;
	padding: 4px 0 0;
	position: absolute;
	top: 50%;
	width: 30px;
	z-index: 99;
	text-align: center;
	border-radius: 50%;
}
.slick-dots {
	text-align: center;
}
.slick-dots li {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	position: relative;
}
.slick-dots li.slick-active button {
	background-color: #9a8978;
}
.slick-dots li button {
	background-color: #3c3c3b;
	border: 0 none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 10px;
	padding: 0;
	position: relative;
	width: 10px;
}
.slider-section .slick-slide img {
	width: 100%;
}
.about-content {
	font-size: 20px;
	line-height: 35px;	
	font-weight: 300;
	font-family: 'CaslonBookBE-Regular';
}
/*=========================================================================
									Footer Css
===========================================================================*/
.footer-section {
	padding-bottom: 60px;
}
.footer {
	background-color: #85807c;
	position: absolute;
    width: 100%;
    bottom: 0;
}
.footer-top {
	padding: 30px 0 0;
	position: relative;
}
.footer p, .footer a {
	color: #fff;
	line-height: 24px;
}
.footer a:hover, .footer a:focus {
	color: #9a8978;
	outline: medium none;
	text-decoration: none;
}
.footer-menu {
	margin-bottom: 10px;
}
.footer-menu .menu-inline li {
	display: inline-block;
}
.footer-menu a {
	padding: 10px;
	display: block;
}
.footer-contact {
	margin-bottom: 15px;
}
.footer-contact > p {
	position: relative;
	margin: 0 15px 10px;
}
.footer-contact span {
	display: table-cell;
	vertical-align: middle;
}
.footer-contact .fa {
	width: 35px;
	height: 35px;
	padding: 10px;
	text-align: center;
}
.social-menu {
	float: right;
	margin-top: 15px;
}
.social-menu li {
	display:inline-block;
}
.social-menu li a {
	display: block;
	width: 30px;
	height: 30px;
	padding: 3px;
	text-align: center;
	border-radius: 100%;
	background-color: #222;
	color: #fff;
	margin: 0 0 0 5px;
}
.social-menu li.facebook a{	
	background-color: #3b5998;	
}
.social-menu li.google-plus a{	
	background-color: #dd4b39;	
}
.social-menu li.instagram a{	
	background-color: #e4405f;	
}
.social-menu li.pinterest a{	
	background-color: #bd081c;	
}
.social-menu li a:hover {	
	background-color: #fff;
	color: #222;	
}
.footer-bottom {
	background-color: #141414;
	position: relative;
}
.copyright p {
	margin: 18px 0;
}
.copyright a:hover {
	color: #3c3c3b;
}
/*====================================================================
						Default Css
=====================================================================*/
.site-content {
	background-color: #f3f5f5;
	margin-top: 136px;
}
.page-banner-section {
	position: relative;
}
.page-banner {
	background-color: #fafafa;
	border-color: #e0e0e0;
	border-style: solid;
	border-width: 1px 0 0 0;
	position: relative;
}
.page-banner-title {
	padding: 10px 0;
	position: relative;
	overflow: hidden;
}
.banner-title {
	margin: 0;
	float: left;
	font-size: 24px;
}
.page-banner-bg {
	border-bottom-color:#e0e0e0;
	border-bottom-width:1px;
}
.breadcrumbs {
	margin: 5px 0;
	float: right;
}
.trail-browse {
	display: none;
}
.breadcrumb-item {
	display: inline-block;
	list-style-type: none;
}
.breadcrumb-item.trail-begin a:before {
	content: "\f015";
	font-family: fontawesome;
	padding-right: 7px;
}
 .breadcrumb-item + .breadcrumb-item::before {
 content: "\f105";
 font-family: "Fontawesome";
 font-size: 14px;
 line-height: 14px;
 opacity: 0.8;
 padding-right: 7px;
 padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 10px;
}
.breadcrumb-item:hover a {
	color: #ccc;
}
.content-wrapper {
	padding: 30px 0;
}
.page-title {
	color: #222222;
	border-bottom: 1px dotted #a7a7a7;
	margin-bottom: 30px;
	padding-bottom: 10px;
	position: relative;
}
 .page-title::before {
 content: '';
 background-color: #3c3c3b;
 bottom: -1px;
 height: 2px;
 left: 0px;
 position: absolute;
 width: 45px;
}
.page-content p:last-child {
	margin-bottom: 0;
}
.page-content ul,  .page-content ol {
	margin-bottom: 15px;
}
.page-content ul {
	padding-left: 15px;
}
.page-content ol {
	padding-left: 15px;
}
.page-content ul li {
	margin-bottom: 5px;
}
.page-content ul li {
	list-style-type: none;
	position: relative;
	padding-left: 15px;
}
 .page-content ul li::before {
 content: "\f0c8";
 color: #3c3c3b;
 font-family: FontAwesome;
 font-size: 8px;
 position: absolute;
 left: 2px;
 top: 5px;
}
.page-content b,  .page-content strong {
	color: #3c3c3b;
}
.content-section {	
	display: table;
	width: 100%;
}
.page-section-title {
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
	text-transform: capitalize;
}
 .page-section-title::before {
 border-bottom: 2px solid #3c3c3b;
 content: "";
 height: 10px;
 width: 15px;
 display: inline-block;
 position: absolute;
 left: 0;
 bottom: 0px;
}
 .page-section-title::after {
 border-bottom: 2px solid #e0e0e0;
 content: "";
 height: 10px;
 width: 40px;
 display: inline-block;
 position: absolute;
 left: 20px;
 bottom: 0;
}

/*====================================================================================

							Contact Page Css

=====================================================================================*/
.contact-us-page .site-content {
	background-image: url('../images/contact-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.contact-us-page .content-wrapper {
	background-color: rgba(255,255,255,0.75);
	padding: 30px 0 50px;
}
.contact-section {
	background-color: #fff;
	margin-bottom:30px;
	padding: 25px;
}
.contact-page-map {
	margin-top: 15px;
}
.contact-site-title {
	color: #9a8978;
	font-family: 'Rockwell', sans-serif;
}
.contact-info-title {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.contact-info {
	margin: 0 -10px 30px;
}
.contact-info > ul {
	display: table;
	width: 100%;
}
.contact-info li {
	display: block;
	float: left;
	margin: 0 0 20px;
	width: 100%;
	padding: 0 10px;
}
.contact-wrap {
	/* border: 1px solid #e0e0e0; */
	/* padding: 15px 0; */
	position: relative;
	/* min-height: 105px; */
	/* background-color: #fff; */
}
.contact-icon {
	color: #3c3c3b;
	font-size: 24px;
	margin: 0 auto;
	height: 60px;
	padding: 15px;
	position: relative;
	width: 60px;
	text-align: center;
	display: table-cell;
}
.contact-text {
	display: table-cell;
	vertical-align: middle;
}
.contact-text h5 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	margin: 0px 0px 9px;
	letter-spacing: 0.6px;
}
.contact-text p {
	display: inline-block;
	margin: 0px;
	line-height: 20px;
	letter-spacing: 0.4px;
}
.contact-map {
	background-color: #fff;
	padding: 5px 5px 0px;
}
.contact-form-section {
	padding: 20px 20px 5px;
	background-color: rgba(255,255,255,0.5);
}
.contact-form-title {
	color: #141414;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
}
 .contact-form-title::before,  .contact-form-title::after {
 border-top: 1px solid #141414;
 content: "";
 display: inline-block;
 height: 5px;
 width: 10%;
}
 .contact-form-title::before {
 margin-right: 15px;
}
 .contact-form-title::after {
 margin-left: 15px;
}
.form-group {
	position: relative;
}
.form-group label {
	font-weight: 500;
}
.form-group i {
	position: absolute;
	font-size: 15px;
	left: 15px;
	bottom: 12px;
	line-height: 1;
	text-align: center;
	z-index: 9;
	color: #777777;
	width: 35px;
}
.form-group i.fa-comments {
	bottom: 55%;
}
.form-group .form-control {
	padding-left: 40px;
}
.form-group .form-control[type="file"] {
	padding:0;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], select, textarea, .form-control {
	border-color: #c0c0c0;
	box-shadow: none;
	color: #777777;
	font-size: 14px;
	height: 40px;
	padding: 5px 10px;
	border-width: 1px;
	border-style: solid;
	width: 100%;
	border-radius: 0;
}
textarea, textarea.form-control {
	height: auto;
	max-height: 100px;
}
.captcha-group {
	position: relative;
	overflow: hidden;
}
.captcha-group label {
	display: block;
}
.captcha-group .form-control {
	width: 135px;
	float: left;
}
.captcha-group img {
	height: 40px;
	width: 55px;
	float: left;
}
.form-submit {
	font-size: 15px;
	height: 40px;
	text-transform: capitalize;
	width: 100px;
}
 .form-control::-webkit-input-placeholder {
 color: #8b8b8b;
 opacity:1;
}
 .form-control:-moz-placeholder { /* Firefox 18- */
 color: #8b8b8b;
 opacity:1;
}
 .form-control::-moz-placeholder {  /* Firefox 19+ */
 color: #8b8b8b;
 opacity:1;
}
 .form-control:-ms-input-placeholder {
 color: #8b8b8b;
 opacity:1;
}
 .form-control:focus::-webkit-input-placeholder {
 color:transparent;
}
 .form-control:focus:-moz-placeholder {
 color:transparent;
} /* FF 4-18 */
 .form-control:focus::-moz-placeholder {
 color:transparent;
} /* FF 19+ */
 .form-control:focus:-ms-input-placeholder {
 color:transparent;
} /* IE 10+ */
/*====================================================================================
							Product Page Css
=====================================================================================*/
.product-wrap {
	text-align: center;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 30px;
}
.product-content {
	padding: 10px 0 0;
}
/*====================================================================================
							Product Page Css
=====================================================================================*/
.about-us-page .content-section {
	font-size: 18px;
	line-height: 28px;
	/* font-weight: 300; */
	font-family: 'CaslonBookBE-Regular';
}
.about-us-page .content-section img {
	border: 5px solid #fff;
}