:root {
  /*--main-color: #3b5998;*/
  /*--main-overlay: rgba(59,89,152, 0.5);*/
  /*--accent-color: #3b5988;*/
  --main-color: #4f1a2a;
  --main-overlay: rgba(79,26,42, 0.5);
  --accent-color: #b69052;
  --main-font: "Ostrich Sans";
  --main-home-color: #4f1a2a;
  --main-home-overlay: rgba(79,26,42, 0.5);
}

body {
  padding-top: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  overflow-y: scroll;
  font-family: "Myriad Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  overflow-x: hidden;
  background-color: #F8F8F8;
}

.slide-image {
  width: 100%;
  background-position: center center;
}

.carousel-holder {
  margin-bottom: 30px;
}

.carousel-control,
.item {
  border-radius: 4px;
}

.caption {
  height: 130px;
  overflow: hidden;
}

.caption h4 {
  white-space: nowrap;
}

.thumbnail img {
  width: 100%;
}

.ratings {
  padding-right: 10px;
  padding-left: 10px;
  color: #d17581;
}

.thumbnail {
  padding: 0;
}

.thumbnail .caption-full {
  padding: 9px;
  color: #333;
}

.item-product{
  position: relative;
}

.item-product .caption{
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  display: none;
  top:0;
  left: 0;
  color: #fff;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  cursor: pointer;
}

.item-product .text{
  z-index: 1;
  text-align: center;
}

.item-product:hover .caption{
  display: flex;
}

.item-product:hover .caption .text{

}

.item-product .caption:before{
  content: "";
  opacity: 0.8;
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  /*background: #336799;*/
  background: #5b86ff;
  /*Old browsers */
  background: -moz-linear-gradient(top, #37C5F7 0%, #5b86ff 100%);
  /*FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #37C5F7), color-stop(100%, #5b86ff));
  /*Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #37C5F7 0%, #5b86ff 100%);
  /*Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #37C5F7 0%, #5b86ff 100%);
  /*Opera 11.10+ */
  background: -ms-linear-gradient(top, #37C5F7 0%, #5b86ff 100%);
  /*IE10+ */
  background: linear-gradient(top, #37C5F7 0%, #5b86ff 100%);
  /*W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#37C5F7, endColorstr=#5b86ff, GradientType=1);
  /*IE6-9 fallback on horizontal gradient */

}

footer {
  margin: 0;
}

.navbar-inverse {
  background-color: #fff;
  border-color: var(--main-color);
  border-bottom-width: 3px;
  background-image: -webkit-linear-gradient(top,#fff 0,#eee 100%);
  background-image: -o-linear-gradient(top,#fff 0,#eee 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#eee));
  background-image: linear-gradient(to bottom,#fff 0,#eee 100%);
}

.navbar-collapse, .navbar-form{
  border-width: 0;
}

.navbar-collapse[aria-expanded='true']{
  background: #fff;
}
@media (min-width: 768px) {
  .navbar-collapse[aria-expanded='true']{
    background: none;
  }
}

.navbar-toggle {
  border-color: var(--main-color);
}

.navbar-toggle .icon-bar{
  background-color: var(--main-color);
}

.navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle.collapsed .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar{
  background-color: #fff;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle.collapsed {
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.navbar-brand, .navbar-inverse .navbar-nav>li>a, .navbar-brand, .navbar-nav>li>a{
  text-shadow: none;
  color: #555;
}

.navbar-brand:hover, .navbar-inverse .navbar-nav>li>a:hover, .navbar-brand, .navbar-nav>li>a:hover{
  text-shadow: none;
  color: var(--main-color);
}

.navbar-brand:focus, .navbar-inverse .navbar-nav>li>a:focus, .navbar-brand, .navbar-nav>li>a:focus{
  text-shadow: none;
  color: var(--main-color);
}
.navbar-brand{
  padding: 1px;
}

.navbar-brand{
  height: 100px;
}

.btn.search{
  padding: 9px 12px;
}

.btn.margin5{
  margin: 2px auto;
}

.btn-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.title_cat{
  margin: 20px;
}
.title_cat hr{
  border-width: 2px;
  border-color: var(--main-color);
  margin-top: 3px;
}
.title_cat .label{
  border-radius: 5px 5px 0 0;
  background-color: var(--main-color);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 10px;
}

.thumbnail {
  position:relative;
  overflow:hidden;
}

/*.caption {*/
  /*position:absolute;*/
  /*top:0;*/
  /*right:0;*/
  /*background:rgba(255, 0, 0, 0.55);*/
  /*width:100%;*/
  /*height:100%;*/
  /*display: none;*/
  /*color:#fff !important;*/
  /*z-index:2;*/
  /*padding-top: calc(50% - 25px)!important;*/
  /*text-align:center;*/
  /*cursor: pointer;*/
/*}*/
.caption.min{
  padding-top: calc(15vh - 25px)!important;
}
.caption .text{
  font-size: 20px;
  line-height: 25px;
  /*font-weight: bold;*/
  text-transform: uppercase;
}

.nav>li>a:focus, .nav>li>a:hover, .nav>li>a:active, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav .open>a:active{
  /*background-image: -webkit-linear-gradient(top,var(--main-color) 0,#ff2200 100%);*/
  /*background-image: -o-linear-gradient(top,var(--main-color) 0,#ff2200 100%);*/
  /*background-image: -webkit-gradient(linear,left top,left bottom,from(#ff2200),to(#ff2200));*/
  /*background-image: linear-gradient(to bottom,var(--main-color) 0,#ff2200 100%);*/
  background: rgba(0,0,0,0);
  /*border: 0 var(--main-color) solid;*/
  /*opacity: 0.5;*/
  border-bottom: 3px var(--main-color) solid;
}

.fixed-theme .nav>li>a:focus,.fixed-theme  .nav>li>a:hover,.fixed-theme  .nav>li>a:active,
.fixed-theme  .nav .open>a,.fixed-theme  .nav .open>a:focus,.fixed-theme  .nav .open>a:hover,
.fixed-theme .nav .open>a:active{
  /*background-image: -webkit-linear-gradient(top,var(--main-color) 0,#ff2200 100%);*/
  /*background-image: -o-linear-gradient(top,var(--main-color) 0,#ff2200 100%);*/
  /*background-image: -webkit-gradient(linear,left top,left bottom,from(#ff2200),to(#ff2200));*/
  /*background-image: linear-gradient(to bottom,var(--main-color) 0,#ff2200 100%);*/
  background: rgba(0,0,0,0);
  border: 0 var(--main-color) solid;
  opacity: 0.5;
}

.navbar-inverse .navbar-nav>li>a, .navbar-brand, .navbar-nav>li>a{
  color: #fff;
}
.navbar-nav>li.divider{
  margin-top: 20px;
  height: 4px;
  width: 4px;
  margin-right: 10px;
  margin-left: 10px;
  background: var(--main-color);
  border-radius: 2px;
}

.fixed-theme .navbar-brand, .fixed-theme .navbar-inverse .navbar-nav>li>a, .fixed-theme .navbar-nav>li>a{
  color: var(--main-color);
}
.nav>li>a{
  outline: none;
}
.nav>li.dropdown>a, .nav .open.dropdown>a{
  border: 0;
}

.navbar-nav>li>.dropdown-menu{
  border-radius: 0;
  border-top: 3px var(--main-color) solid;
}
.navbar-nav>li>.dropdown-menu{
  background: #fff;
}
.navbar-nav>li:hover>.dropdown-menu{
  display: block;
}
.navbar-nav>li>.dropdown-menu>li>a:hover{
  opacity: 0.5;
  background: none;
  color: var(--main-color);
}
.navbar-nav>li>.dropdown-menu>li>a{
  color: var(--main-color);
}

.cover.top{
  width: 100%;
  height: 50%;
  position: relative;
  background-position: center;
  background-size: cover;
}

.carousel-holder.full{
  width: 100%;
  height: 100%;
  position: relative;
}

.carousel-holder.full.top{
  height: 50%;
}

.carousel-holder.full .carousel{
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.carousel-control, .item{
  border-radius: 0;
}
.carousel-holder.full .slide-image{
  background-size: cover;
  width: 100%;
  height: 100%;
}
.carousel-holder.full .carousel-inner, .item{
  width: 100%;
  height: 100%;
}

.container.fullscreen{
  width: 100%;
  padding: 0;
}

.top_50{
  margin-top: 50px;
}

.navbar-brand {
  font-size: 24px;
}

.navbar-container {
  padding: 10px;
}

.navbar.navbar-fixed-top.fixed-theme {
  background-color: #fff;
  /*border-color: var(--main-color);*/
  /*border-bottom-width: 3px;*/
  /*background-image: -webkit-linear-gradient(top,#fff 0,#eee 100%);*/
  /*background-image: -o-linear-gradient(top,#fff 0,#eee 100%);*/
  /*background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#eee));*/
  /*background-image: linear-gradient(to bottom,#fff 0,#eee 100%);*/
  box-shadow: 0 0 5px rgba(0,0,0,.8);
}

.navbar-brand.fixed-theme,
.navbar-brand.min {
  font-size: 18px;
  height: 50px;
  margin-left: 20px;
}

.navbar-container.fixed-theme {
  padding: 10px;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
  transition: 0.8s;
  -webkit-transition:  0.8s;
}

.navbar-toggle {
  border-color: var(--main-color);
}

.navbar-toggle .icon-bar{
  background-color: var(--main-color);
}


#fixedsocial {
  top:30%;
  height:200px;
  width:50px;
  position:fixed;
  right: 0;
  z-index: 9;
}

.social_btn_flat {
  margin-top: 2px;
  height:50px!important;
  width:50px!important;
  border-radius: 0!important;
  font-size: 20px!important;
  transition:ease 500ms;
  opacity:0.8;
  transform-origin: right center;
}
.social_btn_flat .social_btn_flat.btn-social-icon>:first-child, .social_btn_flat .fa{
  line-height: 50px!important;
}

.social_btn_flat:hover {
  opacity:1;
  transform: scale(1.2,1.2);
  z-index: 2;
}

fieldset {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: var(--main-color) solid 1px;
  padding: 20px;
}
legend{
  border: 0;
  color: var(--main-color);
  width: auto;
  margin: 0 20px;
  padding: 0 10px;
}

fieldset.white{
  border: #fff solid 1px;
}
fieldset.white legend{
  color: #ffffff;
}

.none-link, .none-link:hover, .none-link:active, .none-link:focus{
  text-decoration: none;
  text-underline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ccc;
  cursor: pointer;
}
.none-link:hover{
  opacity: 0.5;
}

.news_bg{
  position: relative;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/bg_news.jpg);
}

.img-wrap:before{
  top: 0;
  left: 0;
  content: "";
  opacity: 0.8;
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  /*background: #336799;*/
  background: #5b86ff;
  /*Old browsers */
  background: -moz-linear-gradient(top, #37C5F7 0%, #5b86ff 100%);
  /*FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #37C5F7), color-stop(100%, #5b86ff));
  /*Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #37C5F7 0%, #5b86ff 100%);
  /*Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #37C5F7 0%, #5b86ff 100%);
  /*Opera 11.10+ */
  background: -ms-linear-gradient(top, #37C5F7 0%, #5b86ff 100%);
  /*IE10+ */
  background: linear-gradient(top, #37C5F7 0%, #5b86ff 100%);
  /*W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#37C5F7, endColorstr=#5b86ff, GradientType=1);
  /*IE6-9 fallback on horizontal gradient */

}

.img-wrap-white:before{
  top: 0;
  left: 0;
  content: "";
  opacity: 0.5;
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  /*background: #336799;*/
  background-image: url(../images/bg_circle_min_2.png);
  background-repeat: repeat;
}

.nav-sidebar {
  width: 100%;
  padding: 8px 0;
  border-right: 1px solid #ddd;
}
.nav-sidebar a {
  color: #333;
  -webkit-transition: all 0.08s linear;
  -moz-transition: all 0.08s linear;
  -o-transition: all 0.08s linear;
  transition: all 0.08s linear;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.nav-sidebar .active > a {
  cursor: default;
  background-color: var(--main-color);
  color: #fff;
  text-shadow: 1px 1px 1px #666;
}
.nav-sidebar a{
  border-color: transparent!important;
}
.nav-sidebar .active a:hover {
  background-color: var(--main-color);
  border-radius: 4px 0 0 4px;
}

.nav-sidebar a:hover{
  background-color: var(--main-color)!important;
  border-radius: 4px 0 0 4px!important;
  color: #fff;
  opacity: 0.5;
}
.nav-sidebar .dropdown > ul{
  margin-left: 10px;
}

.nav-sidebar.pull-right .dropdown > ul{
  margin-right: 10px;
}

.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* Right-aligned sidebar */
.nav-sidebar.pull-right {
  border-right: 0;
  border-left: 1px solid #ddd;
}
.nav-sidebar.pull-right a {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.nav-sidebar.pull-right a:hover, .nav-sidebar.pull-right a:focus, .nav-sidebar.pull-right a:active{
  -webkit-border-radius: 0 4px 4px 0!important;
  -moz-border-radius: 0 4px 4px 0!important;
  border-radius: 0 4px 4px 0!important;
}

a, a:hover, a:focus, a:active{
  text-decoration: none!important;
}

.news_overview, .news_overview:hover, .news_overview:focus, .news_overview:active{
  width: 100%;
  height: 200px;
  background-size: cover;
  position: relative;
  display: block;
  background-position: center center;
  margin-bottom: 10px;
  border-radius: 4px;
  color: #fff;
}

.news_overview .caption{
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  padding: 5px 10px;
  width: 100%;
  border-radius: 0 0 4px 4px;
  background: rgba(0,0,0,0.5);
}

.date{position:relative;width:70px;font-family: 'Roboto', sans-serif;color:#000;margin:0 auto; /*border-top:3px solid #ccc*/}.day,.month,.year{position:absolute}.day{font-size: 30px; top: 30px; font-weight: bold; color: var(--main-color); left: 5px;}.month{top:0;left: 5px; font-size: 30px;}.year{top:18px; font-weight: bold; right: -10px; font-size: 24px;rotation:-90deg!important;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg)}.padding_auto_50{padding-left:50px!important;padding-right:50px!important}
.media-left{
  position: relative;
}
.media-left .date{
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: rgba(255,255,255,0.8);
}

.number-phone-support{
  font-size: 35px;
  color: green;
}

.had_image{
  position: relative;
}
.had_image img{
  max-width: 100%!important;
  height: auto!important;
}

.news-cat{
  width: 100%;
  list-style: none;
  background: var(--main-color);
  color: #fff;
  padding-left: 60px;
  padding-right: 60px;
}
.news-cat li{
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
}

.news-cat li a{
  color: #fff;
  margin: 0;
}
.news-cat li:hover, .news-cat li:focus, .news-cat li:active, .news-cat li.active{
  font-weight: bold;
  background: var(--accent-color);
}

/* Dropdown Button */
.news-cat>li>.dropbtn {
  cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background: var(--accent-color);
  color: #fff;
  min-width: 160px;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content > a, .dropdown-content > li{
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
  color: var(--main-color);
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {

}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.modal-dialog{
  align-items: center;
  justify-content: center;
  display: flex;
}

.modal-content, .modal-dialog{
  border: none;
}

.modal-content{
  width: 90%;
  min-height: 300px;
  background: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
}

.modal-content > .modal-close{
  position: absolute;
  top: -5px;
  right: -5px;
  background: #fff;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  padding: 5px;
}




/************************************************************************
// 14. Team Slider
*************************************************************************/
.section-team {
  padding-top: 40px;
  padding-bottom: 100px;
  margin: auto;
  max-width: 1290px;
  width: 100%;
  overflow: hidden;
}
.section-team h3 {
  font-size: 30px;
}
.section-team .container {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.team-left,
.team-right {
  width: 41px;
  height: 41px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  cursor: pointer;
  color: var(--main-color);
  -webkit-transition: border .2s;
  transition: border .2s;
  display: block;
  z-index: 9;
  margin-top: -20px;
}
.team-left {
  position: absolute;
  left: 0;
  top: 50%;
}
.team-right {
  position: absolute;
  right: 0;
  top: 50%;
}
.team-left .fa {
  margin-left: 13px;
  margin-top: 12px;
}
.team-right .fa {
  margin-left: 16px;
  margin-top: 13px;
}
.team-name {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 10px;
  font-size: 30px;
  margin-top: 0;
}
.team-social {
  display: inline;
}
.team-social ul {
  float: right;
}
.team-social ul li {
  float: left;
  margin-left: 45px;
}
.team-social a {
  color: #7d888e;
}
.team-social a:hover {
  color: var(--main-color);
}
.teamslider-wrap {
  max-width: 1290px;
  width: 100%;
  height: 350px;
  position: relative;
}
.team-img-inner {
  width: 5000px;
  position: absolute;
  bottom: 0;
  margin-left: -80px;
}
.team-img-inner .img-inner-wrap {
  bottom: 0;
  z-index: 9;
  top: auto!important;
}
.team-img-inner .img-inner-wrap {
  float: left;
  border: 1px solid #e8e8e8;
  margin-right: 15px;
  margin-left: 15px;
  box-shadow: 0 0 10px #e8e8e8;
}
.team-img-inner .img-inner-wrap:first-child {
  margin-left: 0;
}
.team-img-inner .img-inner-wrap div {
  border: 9px solid white;
  overflow: hidden;
}
.team-img-inner .img-inner-wrap img {
  max-width: 100%;
  height: auto;
}
.section-team .team-shadow {
  box-shadow: 0 10px 41px 0 rgba(9, 26, 44, 0.2);
}
.team-text-inner {
  margin-top: 30px;
}
.team-text-inner .text-inner-wrap {
  display: none;
}
.teamslider-wrap .col-xs-12.col-sm-6.col-lg-6 {
  float: right;
}

.teamslider-wrap .bg-title{
  background: rgba(255,255,255,0.8);
  padding-bottom: 20px;
  margin-top: 10px;
  z-index: 9;
  border-radius: 3px;
}

.team-wrap {
  position: absolute;
  right: 47%;
  bottom: 175px;
  z-index: 19;
}
.team-wrap .arrow-left {
  margin-right: 15px;
}
.team-wrap span {
  width: 41px;
  height: 41px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  cursor: pointer;
  color: #d0d5d9;
  display: inline-block;
  -webkit-transition: border .2s;
  transition: border .2s;
}
.team-wrap span .fa-chevron-left {
  margin-left: 12px;
  margin-top: 12px;
}
.team-wrap span .fa-chevron-right {
  margin-left: 15px;
  margin-top: 12px;
}
.team-wrap span:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: white;
}


.clearfix{
  display: block;
  content: "";
  clear: both;
}
a{
  color: var(--main-color);
}
a:hover,a:active,a:focus{
  color: var(--main-overlay);
  border: 0 none;
  outline: 0 none;
}

.thumbnail.item{
  border: 0 none;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px;
  margin-top: -80px;
  box-shadow: none;
  border-radius: 0;
  background-color: #F8F8F8;
  position: relative;
}

.thumbnail.item > .caption > .input-group{
  visibility: hidden;
}

.thumbnail.item:hover > .caption > .input-group{
  visibility: visible;
}


.thumbnail.item:focus,.thumbnail.item:hover,.thumbnail.item:active,.thumbnail.item.active{
  z-index: 99;
  transition: 150ms ease;
  background: #fff;
  transform: scale(1.1,1.1);
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #ccc;
}

.thumbnail.item-none-bg{
  border: 0 none;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px;
  background: none;
  margin-top: 5px;
  box-shadow: none;
  border-radius: 0;
  position: relative;
}
.thumbnail.item-none-bg .caption{
  color: #fff;
}

.thumbnail.item-none-bg:focus .caption,
.thumbnail.item-none-bg:hover .caption,
.thumbnail.item-none-bg:active .caption,
.thumbnail.item-none-bg.active .caption{
  color: #000;
}

.thumbnail.item-none-bg:focus,.thumbnail.item-none-bg:hover,.thumbnail.item-none-bg:active,.thumbnail.item-none-bg.active{
  z-index: 99;
  transition: 150ms ease;
  background-color: #F8F8F8;
  transform: scale(1.1,1.1);
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #ccc;
}

.item-container{
  padding-top: 85px;
}

/** mobile nav **/
.button_container {
  position: relative;
  top: 5px;
  right: 5px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
}
.button_container.active .middle {
  opacity: 0;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-11px) translateX(0) rotate(-45deg);
}
.button_container span {
  background: var(--accent-color);
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: var(--accent-color);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  z-index: 90;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
  animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
  animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
  animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

/** end **/

.nav-mobile{
  height: 50px;
  background: var(--main-color);
  padding: 5px;
  border-bottom: 2px var(--main-color) solid;
  z-index: 99;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
.nav-mobile .brand{

}

.nav-mobile .button_container{
  float: right;
}

.nav-mobile.fixed-top{
  position: fixed;
  top: 0;
  left: 0;
}

.label-cat{
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--main-color);
}

.label-cat-min{
  font-size: 18px;
  text-transform: capitalize;
  color: var(--main-overlay);
}

.cat.divider{
  margin-top: 20px;
  height: 4px;
  width: 4px;
  margin-right: 10px;
  margin-left: 10px;
  background: var(--main-color);
  border-radius: 2px;
  display: inline-block;
}

.list-info{
  padding: 30px;
}

.list-info > li{
  font-size: 18px;
  list-style: none;
  display: inline-block;
}
.list-info > li > a{
  margin-left: 15px;
}

.list-info > li:before{
  position: absolute;
  content: "\f101";
  font-family: FontAwesome;
  margin-right: 10px;
}

.bg-rec{
  display: inline-block;
  position: relative;
  height: 35px;

}
.bg-rec .content{
  display: inline-block;
  background-color: var(--main-color);
  padding: 5px 10px;
  color: #fff;
  line-height: 25px;
  height: 35px;
  text-align: center;
  margin: 0;
}
.bg-rec .rec{
  margin: 0;
  height: 100%;
  width: auto;
}
.bg-rec.bottom{
  width: 100px;
  height: auto;
}

.bg-rec.bottom .rec{
  height: auto;
  width: 100%;
}

.bg-rec.right .rec{
  margin-left: -3px;
}

.bg-rec.left .rec{
  margin-right: -3px;
}

.bg-rec.bottom .content{
  display: block;
  padding: 10px;
  line-height: normal;
  height: auto;
  width: 100%;
}

.header{
  width: 100%;
  border-top: 3px var(--main-color) solid;
  min-height: 50px;
  position: relative;
  text-align: center;
}

.header .social-bar{
  width: 100%;
  border-bottom: 1px #888 dotted;
  padding: 5px 10px;
  text-align: left;
}

.header .cart-btn{
  position: absolute;
  top: 0;
  right: 30px;
  cursor: pointer;
}

.header .btn-rouder{
  width: 24px;
  height: 24px;
  border-radius: 12px;
  display: inline-block;
  text-align: center;
  padding: 6px;
  font-size: 12px;
  background: #888;
  color: #fff;
}

.header .logo{
  margin: 20px auto;
  height: 80px;
  width: auto;
}

.navbar-ace{
  border-bottom: 5px var(--main-color) solid;
  color: #888;
  border-radius: 0;
  font-weight: normal;
  border-top: 1px #888 dotted;
  margin: 0;
}

.navbar-ace .container.navbar-container, .navbar-ace .collapse.navbar-collapse{
  padding: 0;
  margin: 0;
  width: 100%;
}

.navbar-ace .navbar-nav>li{
  color: #888;
  font-weight: normal;
  border-top: 2px rgba(0,0,0,0) solid;
  border-right: 1px #888 dotted;
  margin-top: -1px;
}
.navbar-ace .navbar-toggle.collapsed{
  border-color: #888;
  color: #888;
}
.navbar-ace .icon-bar{
  background-color: #888;
}

.navbar-ace .navbar-toggle.collapsed:hover,
.navbar-ace .navbar-toggle.collapsed:active,
.navbar-ace .navbar-toggle.collapsed:focus{
  border-color: var(--main-color);
}
.navbar-ace .navbar-toggle.collapsed:hover .icon-bar,
.navbar-ace .navbar-toggle.collapsed:focus .icon-bar,
.navbar-ace .navbar-toggle.collapsed:active .icon-bar{
  background-color: var(--main-color);
}

.navbar-ace .navbar-nav>li>a{
  color: #888;
  font-weight: normal;
}

.navbar-ace .navbar-nav>li>a:hover,
.navbar-ace .navbar-nav>li>a:active,
.navbar-ace .navbar-nav>li>a:focus{
  border: none;
  font-weight: normal;
  color: var(--main-color);
}

.navbar-ace .navbar-nav>li:hover,
.navbar-ace .navbar-nav>li:active,
.navbar-ace .navbar-nav>li:focus{
  border-top: 2px var(--main-color) solid;
}

.navbar-ace .navbar-form{
  margin-right: 30px;
}

.navbar-ace .navbar-form .btn{
  height: 34px;
}

.slide-ace.carousel-holder{
  margin: 0 0 10px 0;
}

.slide-ace .carousel-inner{
  position: relative;
}

.slide-ace .carousel-inner .item>.caption{
  background: var(--main-overlay);
  padding: 5px 10px;
  color: #fff;
  position: absolute;
  top: 30%;
  left: 0;
  max-width: 200px;
  height: auto;
  font-family: cursive;
  font-size: 25px;
}

.footer-ace{
  min-height: 30px;
  margin-top: 10px;
  border-top: 3px var(--main-color) solid;
  padding: 0;
}

.footer-ace .content{
  width: 100%;
  padding: 10px;
}
.footer-ace .bottom{
  background: var(--main-color);
  padding: 10px 20px;
  color: #fff;
  width: 100%;
}

.footer-ace .bottom>ul{
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.footer-ace .bottom>ul>li{
  display: inline-block;
  color: #fff;
}
.footer-ace .bottom>ul>li>a{
  color: #fff;
}

.footer-ace .bottom>ul>.divider{
  margin-top: 0;
  height: 4px;
  width: 4px;
  margin-right: 10px;
  margin-left: 10px;
  background: #fff;
  border-radius: 2px;
}

.title-brand{
  font-size: 20px;
  text-align: center;
  padding: 20px;
  font-family: cursive;
}

.ace-section .title{
  margin: 0 auto;
  width: 95%;
  position: relative;
}

.ace-section .title>.rule{
  border-top: 1px #888 dotted;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
}

.media.ace-news{
  padding: 10px;
  margin: 5px 0;
  background: #efefef;
  border: 1px #dedede solid;
}