@charset "utf-8";
/* CSS Document */
body{
	font:12px open sans;
}
body a{
	color:#cd9f2a;
	text-decoration:none;
}
body a:hover{
	color:#555;
	text-decoration:none;
}
a:hover,a:focus{
	outline:none;
}
header#headerSection {
  height: 248px;
  margin: 0;
}
div.mailContentWrapper {
  background: #feebcf none repeat scroll 0 0;
  margin: 0 auto;
  max-width: 1170px;
}
div.logo {
  float: left;
  margin: 80px 0 0;
}
div.Seacrhbox {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  float: right;
  height: 28px;
  margin: 40px 0 0;
  width: 239px;
}
div.Seacrhbox input[type="text"] {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  box-shadow: none;
  color: #acacac;
  font: 13px/26px open sans;
  height: 26px;
  margin: 0;
  padding: 0 0 0 7px;
  width: 203px;
}
div.Seacrhbox button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  color: #B1B4B8;
  display: inline-block;
  padding: 3px 5px 3px 15px;
}

header#headerSection .container div.row {
  margin: 0;
}
header#headerSection .container div.row div.col-md-12 {
  padding: 0;
}
div.Topmenubar {
  background: #feebcf none repeat scroll 0 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

div.Topmenubar ul.nav li a {
  color: #fbe16f;
  font-family: lato;
  font-size: 17px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.2s linear 0s;
}
div.Topmenubar ul.nav li a:hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #D1A22D;
}
div.dropdownMesnuSection ul.nav {
  margin: 0 0 0 -15px;
}
header#headerSection div.navbar-wrapper {
  left:-1px;
  position: absolute;
  top: 112px;
}
div.dropdownMesnuSection ul.nav > li > a {
  background: url("images/menu_separater.jpg") no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
  color: #2D2D2D;
  font: 13px open sans;
  padding: 6px 11px 6px 14px;
  border:1px solid transparent;
}
div.dropdownMesnuSection ul.nav > li > a:hover {
	background: url("images/menu_separater.jpg") no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
	color: #D71E14;
}
div.dropdownMesnuSection ul.nav > li.dropdown.open > a{
	background: none no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
	border-top:1px solid #ddd;	
	border-left:1px solid #ddd;	
	border-right:1px solid #ddd;	
	border-bottom:2px solid #fff;	
}
div.dropdownMesnuSection ul.nav > li:last-child > a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
div.dropdownMesnuSection ul.nav ul.dropdown-menu ul {
  padding: 10px;
}
div.dropdownMesnuSection ul.nav ul.dropdown-menu > li {
  float: left;
  width: auto;
}
div.dropdownMesnuSection ul.nav ul.dropdown-menu ul {
  padding: 10px 20px;
}
div.dropdownMesnuSection ul.nav ul.dropdown-menu {
  border-top: medium none rgba(0, 0, 0, 0);
  min-width: 400px;
  top: 31px;
  z-index:1;
}
div.dropdownMesnuSection ul.nav ul.dropdown-menu ul li {
  list-style: none outside none;
}
div.dropdownMesnuSection ul.nav ul.dropdown-menu ul li a {
  color: #666666;
  display: block;
  font: 12px/25px open sans;
  padding: 0 5px;
  transition: all 0.2s linear 0s;
}
div.dropdownMesnuSection ul.nav ul.dropdown-menu ul li a:hover {
  background: none repeat scroll 0 0 #555555;
  color: #FFFFFF;
  text-decoration: none;
}
div.BannerSlider div.row .col-md-12{
  padding: 0;
}
div.container.Welcome, div.container.ProductWidget {
  background: transparent none repeat scroll 0 0;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}
div.container.CategoryBanner {
  padding: 0;
}
.container.ProductWidget {
  margin: 25px auto 0;
}
div.Welcome h2 {
  color: #8e1f18;
  font: bold 42px "ChaparralPro-Bold";
  margin: 0 0 6px;
}
div.Welcome p {
  color: #4C4C4C;
  font: 14px/20px open sans;
  margin: 0 0 15px;
}
div.Welcome p a {
  display: block;
  float: right;
  margin: 20px 0 0;
}
div.Welcome p:nth-child(3) {
  margin: 0;
}
div.container.LatestForumTopics {
  background: transparent none repeat scroll 0 0;
  border-radius: 5px;
  margin: 15px auto 0;
  padding: 15px;
}
.contentt {
  background: rgba(0, 0, 0, 0) url("images/contentbg.png") no-repeat scroll 0 0;
  margin: 0 15px;
  padding: 90px 20px;
}
.contentt > p {
  color: #282828;
  font-family: lato;
  font-size: 14px;
  line-height: 20px;
}
div.container.LatestBlogTopics {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #DDDDDD;
  padding: 20px;
  margin:15px auto;
}
h1.DottedHeading {
  background: url("images/heading_bg.jpg") no-repeat scroll center 50% rgba(0, 0, 0, 0);
  color: #21201E;
  font: 20px georgia;
  margin: 10px 0 30px;
  text-align: center;
  text-transform: uppercase;
}
.mmg {

}
.events {
  border-bottom: 1px dashed #eab56a;
  display: inline-block;
  margin: 0 0 20px;
}
div.LatestForumTopics .col-md-3 h2 {
  color: #222222;
  font: 16px open sans;
  margin: 10px 0 15px;
}
div.LatestForumTopics .col-md-3 p {
  color: #666666;
  font: 14px open sans;
  margin: 0 0 15px;
}
div.LatestForumTopics .col-md-3 p:nth-child(4){
	color: #d1a22d;
	font: 600 14px open sans;
	margin: 0;
}
div.LatestForumTopics div.row:nth-child(2) {

}
.events .button {
  float: left;
  margin: 10px 0 17px;
}
.button > a {
  background: #8e1f18 none repeat scroll 0 0;
  border-radius: 13px;
  color: #fef1d9;
  font-family: lato;
  font-size: 15px;
  line-height: 20px;
  min-height: 20px;
  padding: 5px 29px;
  text-transform: uppercase;
}
.button > a:hover{
  color: #fff;
}
div.LatestForumTopics div.row:nth-child(3) {

}
.events h3 {
  color: #8e1f18;
  font-family: lato;
  font-style: italic;
  font-weight: bold;
  margin-top: 0px;
}
.events p {
  color: #91721e;
  font-family: lato;
  font-size: 18px;
  line-height: 22px;
}
#LatestBlogTopics_small{
	display:none;
}
#LatestBlogTopics ol.carousel-indicators,
div#LatestBlogTopics_small .carousel-indicators {
  display: none;
}
#LatestBlogTopics .item,
#LatestBlogTopics_small .item {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  height:auto;
}
#LatestBlogTopics .carousel-control.left,
#LatestBlogTopics_small .carousel-control.left {
  background: url("images/footer_slider_leftarrow.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  left: 0;
  z-index: 9;
}
#LatestBlogTopics .carousel-control.right,
#LatestBlogTopics_small .carousel-control.right {
  background: url("images/footer_slider_rightarrow.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  right: 0;
  z-index: 9;
}
#LatestBlogTopics.carousel,
#LatestBlogTopics_small.carousel {
  height: auto;
  margin: 0;
}
#LatestBlogTopics_small.carousel .item {
  height: auto;
}
#LatestBlogTopics .carousel-control,
#LatestBlogTopics_small .carousel-control{
    height: 39px;
    top: 35%;
    width: 39px;
	opacity: 0.7;
}
#LatestBlogTopics .carousel-control:hover,
#LatestBlogTopics_small .carousel-control:hover{
	opacity:1;
}
div#LatestBlogTopics .col-md-4,
div#LatestBlogTopics_small .col-md-12 {
  padding: 0;
  width: 27.333%;
}
div#LatestBlogTopics .col-md-4 a img,
div#LatestBlogTopics_small .col-md-12 a img{
	border:1px solid #dddddd;
	transition:.2s linear all;
}
div#LatestBlogTopics .col-md-4 h2,
div#LatestBlogTopics_small .col-md-12 h2{
	color: #222222;
	font: 16px open sans;
	margin: 10px 0 15px;
}
div#LatestBlogTopics .col-md-4 p,
div#LatestBlogTopics_small .col-md-12 p{
	color: #666666;
	font: 14px open sans;
	margin: 0 0 15px;
}
div#LatestBlogTopics .col-md-4 p:nth-child(4),
div#LatestBlogTopics_small .col-md-12 p:nth-child(4){
	color: #D1A22D;
	font: 600 14px open sans;
	margin: 0;
}
footer#footerSection {
  background:url(../images/footerbg.jpg);
  height: 162px;
  margin: 0;
}
p.footerlinks {
  margin: 27px 0 10px;
}
p.footerlinks a:first-child {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding-left: 0;
}
p.footerlinks a {
  background: url("images/footermenu_separater.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
  color: #6E6E6E;
  font: 13px open sans;
  padding: 0 16px 0 18px;
  transition: all 0.2s linear 0s;
}
p.footerlinks a:hover {
  color: #D1A22D;
}

header#headerSection .container div.row div.navbar {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  clear: both;
  margin: 0;
  padding: 0;
}

div.dropdownMesnuSection ul.nav > li > a > span {
  color: #777;
}
div.dropdownMesnuSection ul.nav > li > a > span:first-child {
  display: none;
}
div.dropdownMesnuSection ul.nav > li > a > span:last-child {
  font-size: 11px;
  padding: 0 0 0 5px;
  top: 2px;
}
div.SearchBox div#SearchBox button span {
  color: #222;
}
div.LatestBlogTopics .carousel-inner {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 83%;
}
.foot {
  color: #feebcf;
  display: inline-block;
  font-family: lato;
  font-size: 14px;
  padding: 104px 0 0;
  width: 100%;
}
.term {
  text-align: right;
}
.term a {
   color: #feebcf;
  font-family: lato;
  font-size: 14px;
}
.term a:hover {
   color: #fff;

}
.mantra > img {
  width: 100%;
}
.fill {
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.fill > img {
  height: 100%;
  width: 100%;
}
.events img {
  margin: 0 0 10px;
  width: 100%;
}

.events .mmg img {
  border: 3px solid #f69c1d;
  border-radius: 50%;
}
p.shareby{ color:#000;}
.response-container {
  background: #260000 none repeat scroll 0 0;
  display: inline-block;
  margin-bottom: 30px;
  padding: 15px 0;
  width: 100%;
}
.response-container h4 {
  color: #fff;
  font-size: 15px;
  margin-top: 0;
  padding: 0 15px;
  text-transform: uppercase;
}
.response-container textarea {
  background: #ffffff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 5px;
  color: #000;
  font-size: 15px;
  height: 150px;
  margin-bottom: 10px;
  padding: 10px;
  resize: none;
  width: 100%;
}
.response-container input{
  background: #ffffff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 5px;
  color: #000;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
.post-response > button {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #feebcf none repeat scroll 0 0;
  border-bottom: 0 none;
  border-image: none;
  border-left: 0 none;
  border-radius: 5px;
  border-top: 0 none;
  font-weight: bold;
  padding: 9px;
  text-transform: uppercase;
  float:right;
}
.post-response > button:hover{ background:#FFF;}
.post-response {
  display: inline-block;
  width: 100%;
}
div.container.customePage, div.container.shopPage {
    background: transparent none repeat scroll 0 0;
    border-radius: 5px;
    margin: 15px auto 0;
    padding: 15px;
}
.customeContent {
  display: inline-block;
  width: 100%;
  margin-bottom:15px;
}
.customeContent img {
  border: 3px solid #f69c1d;
  width: 100%;
}
.customeContent h3 {
  color: #8e1f18;
  font-family: lato;
  font-weight: bold;
  margin-top: 0;
}
.customeContent p {
  color: #91721e;
  font-family: lato;
  font-size: 18px;
  line-height: 27px;
  text-align:justify;
  margin-bottom:23px;
}
.bannerCustome img{ width:100%;}


.shop-products {
  display: inline-block;
  width: 100%;
}
.shop-products .item-grid {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.shop-products .item-grid li.item {
  list-style-type:none;
  margin-bottom: 15px;
  margin-top: 10px;
}

.col-item {
    background: #feebcf none repeat scroll 0 0;
    position: relative;
}
.product-image-area {
  background: #fff none repeat scroll 0 0;
  border: 3px solid #f69c1d;
  overflow: hidden;
  padding: 2px;
  position: relative;
}
.col-item .info {
    margin-top: 1px;
    text-align: center;
}
.col-item .info {
    text-align: center;
}
.col-item .info .info-inner .item-title {
    font-size: 12px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 15px 15px 0;
}
.col-item .info .info-inner .item-title a {
  color: #91721e;
  font-family: lato;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.price-box {
    margin: 3px 0;
    min-height: 20px;
}
.special-price {
    display: inline-block;
    margin: 0;
}
.special-price .price {
    color: #8e1f18;
    font-size: 22px;
    font-weight: 900;
}
.actions button.button.btn-cart {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f69c1d;
    color: #333;
    line-height: 14px;
    margin: 10px 8px 0;
    padding: 9px 10px;
}
.actions button.button.btn-cart:hover {
    background: #8e1f18 none repeat scroll 0 0;
    border: 1px solid #b22f27;
    color: #fff;
}
.actions button.button.btn-cart span {
    font-family: lato;
    font-size: 13px;
    font-weight: bold;
    margin-left: 0;
    padding: 0 8px;
    text-transform: uppercase;
}
.events:last-child {
  border: 0 none;
  margin-bottom: 0;
}
.dropdown-menu > li {
  margin: 10px 0;
}
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}
.error_display {
  color: #feebcf;
  display: inline-block;
  font-family: lato;
  font-size: 14px;
  width: 100%;
}
