.article-item {
  margin-bottom: 15px;
}
.article-item .article-title,
.article-item .article-title a {
  color: inherit;
  margin: 0;
}
.article-item .article-meta,
.article-item .article-meta a {
  color: #999;
  font-size: .85em;
}
.article-item .article-meta a {
  text-decoration: underline;
}
.article-item .article-thumb {
  margin-right: 10px;
  margin-bottom: 10px;
}
.article-item .article-text {
  margin-top: 7px;
}
html,
body {
  height: 100%;
  width: 100%;
}



.fullscreen{
  margin-left: -30px;
  margin-right: -30px;
}

.fullscreen-no-height{
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */

a {
  color: #edb112;
}
a:hover, a:focus {
  color: #edb112;
}

a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.slogan {
  margin: 20px 0 20px 0px;
  color: #303030 !important;
  font-size: 2.3em;
  font-weight: 300;
}

.breadcrumbs{
  padding: 20px 0px;
  background-color: #aeaeae;
}

/*INDEX */
#main-slider{
  position: relative;
}
#round{
  position: absolute;
  bottom: 0;
  height: 35px;
  width: 100%;
  background-image: url("../img/round.png");
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: center bottom;
  z-index: 3;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  border-radius: 10px;
}
.carousel-indicators li.active{
  background-color: #edb112;
}

.tbl-icons{
  width: 100%;
  font-size: 1.3em;
  font-weight: 700;
}

.tbl-icons tr{
  border-bottom: 1px dotted #a0a0a0;
}

.tbl-icons tr:hover{
   background-color: #c0c0c0;
}

.td_icon{
  padding: 7px  15px 7px 15px !important;
}
.td_sign{
  padding: 7px  5px 7px 5px !important;
}

.bottom-block{
  background-color: #fafafa !important;
}

@media (max-width: 992px){
  .box-white *{
  }
}
@media (min-width: 992px){
  .box-white div{
  }
}
.cat-thumb:hover{
  border: 1px solid #a0a0a0;
  background: -moz-linear-gradient(top, rgba(47,75,75,0.25) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(47,75,75,0.25) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(47,75,75,0.25) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#402f4b4b', endColorstr='#00000000',GradientType=0 );
}

.category-link{
  display: block;
  min-height: 60px;
  padding: 10px 10px;
  color: #505050;
  font-size: 0.7em;
  border-top: 3px solid #505050;
}
.category-link:hover{
  color: #2F4B4B;
  border-top: 3px solid #2F4B4B;
  background: -moz-linear-gradient(top, rgba(47,75,75,0.25) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(47,75,75,0.25) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(47,75,75,0.25) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#402f4b4b', endColorstr='#00000000',GradientType=0 );
}
/* Нижний блок на главной */

.bottom-block h2{

}
.bottom-block ul li {
  position: relative;
  display: block;
  padding: .4em .4em .4em .8em;
  *padding: .4em;
  margin: .5em 0 .5em 2.5em;
  background: #ddd;
  color: #444;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.bottom-block ul li:hover {
  background: #eee;
}

.bottom-block ul li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f00c';
  color: #fff;
  position: absolute;
  left: -2.5em;
  top: 50%;
  margin-top: -1em;
  background: #edb112;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
}

.bottom-block ul li:after {
  position: absolute;
  content: '';
  border: .5em solid transparent;
  left: -1em;
  top: 50%;
  margin-top: -.5em;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.bottom-block ul li:hover:after {
  left: -.5em;
  border-left-color: #edb112;
}

/* Списки для каталога */

.product-title{
  margin: 0 !important;
}
.product-title a{
  display: block;
  color: #edb112;
  font-size: 1.4em;
}

.product-slogan{
  display: block;
  padding: 6px 2px;
  color: #000;
  font-size: 1.2em;
}

.product-description ul li {
  position: relative;
  display: block;
  padding: .4em .4em .4em .8em;
  *padding: .4em;
  margin: .5em 0 .5em 2.5em;
  background: #fff;
  color: #444;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.product-description ul li:hover {
  background: #fefefe;
}

.product-description ul li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f00c';
  color: #fff;
  /*counter-increment: li;counter(li)*/
  position: absolute;
  left: -2.5em;
  top: 50%;
  margin-top: -1em;
  background: #edb112;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
}

.product-description ul li:after {
  position: absolute;
  content: '';
  border: .5em solid transparent;
  left: -1em;
  top: 50%;
  margin-top: -.5em;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.product-description ul li:hover:after {
  left: -.5em;
  border-left-color: #edb112;
}

.product-item-description ul{
  list-style: circle;
}


/* =============================================
------------------  24.Portfolio --------------
==============================================*/

@media (min-width: 480px) {
  .max-col-6 .portfolio-item,
  .max-col-5 .portfolio-item,
  .max-col-4 .portfolio-item,
  .max-col-3 .portfolio-item,
  .max-col-2 .portfolio-item  {
    width:100%;
  }

}
/* gutter number 1 less than colums so used calc to calculate grid size */
@media (min-width: 768px) {
  .max-col-6 .portfolio-item,
  .max-col-5 .portfolio-item,
  .max-col-4 .portfolio-item,
  .max-col-3 .portfolio-item,
  .max-col-2 .portfolio-item {
    width: 50%;
  }

}

@media (min-width: 992px) {
  .max-col-6 .portfolio-item,
  .max-col-5 .portfolio-item,
  .max-col-4 .portfolio-item,
  .max-col-3 .portfolio-item {
    width:33.3%;
  }

}

@media (min-width: 1199px) {
  .max-col-6 .portfolio-item,
  .max-col-5 .portfolio-item,
  .max-col-4 .portfolio-item {
    width:25%;
  }

}

@media (min-width: 1500px) {
  .max-col-6 .portfolio-item,
  .max-col-5 .portfolio-item {
    width:20%;
  }

}

@media (min-width: 1900px) {
  .max-col-6 .portfolio-item {
    width:16.66%;
  }
}

#portfolio-filter {
  margin-bottom:30px;
  font-size:0;
}

#portfolio-filter li {
  display:inline;
}

#portfolio-filter li a {
  display:inline;
  color:#515151;
  font:700 13px/1 'Open Sans', Verdana, sans-serif;
  position: relative;
  text-transform: uppercase;
}

#portfolio-filter.bordered li a {
  display: inline-block;
  line-height: 20px;
  padding:4px 8px;
  margin:0 4px 8px;
  border:1px solid #505050;
}

#portfolio-filter li a:after {
  content:'/';
  padding:0 9px;
  color:#777;
}

#portfolio-filter.bordered li a:after {
  display: none;
}

#portfolio-filter li:last-child a:after {
  content:'';
  padding:0;
}

.bg-dark #portfolio-filter li a {
  color:#b7b7b7;
}

.bg-dark #portfolio-filter.bordered li a {
  border-color:#b7b7b7;
}

.bg-dark #portfolio-filter li:hover > a,
.bg-dark #portfolio-filter li.active > a,
.bg-dark #portfolio-filter.bordered li.active > a,
.bg-dark #portfolio-filter.bordered li:hover > a  {
  color:#fff;
  border-color:#fff;
}

.owl-carousel .portfolio-item {
  margin-bottom: 0;
}

#portfolio-item-container {
  margin-bottom: 40px;
}

#portfolio-item-container.no-margin {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #portfolio-item-container {
    margin-bottom: 70px;
  }

  #portfolio-filter {
    margin-bottom:40px;
  }

  #portfolio-filter.bordered li a {
    padding:5px 9px;
    margin-bottom: 0;
  }

  .gap-row.row {
    margin-left:-8px;
    margin-right: -8px;
  }

  .gap-row #portfolio-item-container {
    margin-left:-8px;
    margin-right:-8px;
  }

  .gap-row #portfolio-item-container .portfolio-item {
    padding:0 8px;
    margin-bottom: 16px;
  }
}

.portfolio-item {
  position: relative;
  margin-bottom:0px;
  overflow:hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

#portfolio-item-container .portfolio-item {
  margin-bottom: 0;
  transition:none;
  -webkit-transition:none;
}

.portfolio-item .img-responsive,
.portfolio-media .img-responsive {
  width:100% !important;
}

.portfolio-item:hover {
  box-shadow:0 3px 12px rgba(0,0,0, 0.18);
  -webkit-box-shadow:0 3px 12px rgba(0,0,0, 0.18);
}

#portfolio-item-container .portfolio-item:hover {
  box-shadow:none;
  -webkit-box-shadow:none;
}


.portfolio-item figure {
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
}

.portfolio-item figure > a {
  display:block;
}

.portfolio-meta {
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  background-color: #f6f6f6;
  padding:15px 18px;
  position: relative;
}

#portfolio-item-container .portfolio-meta.dark {
  border-right:1px solid rgba(0,0,0, 0.22);
}

.portfolio-title {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  margin-bottom:0;
  letter-spacing: 0.2px;
}

.portfolio-title a > span {
  font-weight: 400;
}

.portfolio-title a {
  font-weight: 500;
  color:#303030;
}

.portfolio-title a span{
  display: block;
  margin-top: 7px;
  color:#edb112 !important;
}

.portfolio-tags a {
  font-size:13px;
  font-weight: 500;
  color:#505050;
}

.portfolio-tags a:hover,
.portfolio-tags a:focus {
  color:#9a9a9a;
}

.portfolio-favourite {
  display:block;
  width:52px;
  height:52px;
  border-radius:4px;
  position: absolute;
  right:18px;
  top:50%;
  margin-top:-26px;
  background-color: #fff;
  color:#303030;
  text-align: center;
  transition:all 0.4s ease;
  -webkit-transition:all 0.4s ease;
}

.portfolio-favourite i {
  font-size:18px;
  margin-top:9px;
}

.portfolio-favourite > span {
  display: block;
  font-size:14px;
  line-height: 1.5;
  font-weight: 700;
}

.portfolio-favourite:hover,
.portfolio-favourite:focus {
  background-color: #e1e1e1;
}

.portfolio-image-zoom figure {
  overflow: hidden;
}

.portfolio-image-zoom img {
  transition:all 0.45s ease;
  -webkit-transition:all 0.45s ease;
}


.portfolio-image-zoom:hover img {
  transform:scale(1.35);
  -webkit-transform:scale(1.35);
}

.portfolio-meta-slideup .portfolio-meta {
  position: absolute;
  top:100%;
  left:0;
  right:0;
}

.portfolio-meta-slideup:hover .portfolio-meta {
  transform:translateY(-100%);
  -webkit-transform:translateY(-100%);
}


.portfolio-meta-slideup.push:hover figure {
  transform:translateY(-79px);
  -webkit-transform:translateY(-79px);

}

.portfolio-meta-slidedown .portfolio-meta {
  position: absolute;
  bottom:100%;
  left:0;
  right:0;
}

.portfolio-meta-slidedown:hover .portfolio-meta {
  transform:translateY(100%);
  -webkit-transform:translateY(100%);
}


.portfolio-meta-slidedown.push:hover figure {
  transform:translateY(79px);
  -webkit-transform:translateY(79px);
}

/* prevent shake of animation */
.portfolio-item.push {
  background-color: #f6f6f6;
}

/* change this depends on the color
white - custom - dark of your color scheme */
#portfolio-item-container .portfolio-item.push {
  background-color: #2a2a2a;
}

#portfolio-item-container .portfolio-item.push {
  background-color: #2a2a2a;
}

#portfolio-item-container.graybg .portfolio-item.push {
  background-color: #f6f6f6;
}

/* 3d rotate */
.portfolio-item.box3d  {
  overflow: visible;
  border-radius: 4px;
}

.portfolio-item.box3d:hover {
  box-shadow:none;
  -webkit-box-shadow:none;
  border-radius: 4px;
}

.box3d {
  position: relative;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  border-radius: 4px;
}

.box3d-wrapper {
  margin-bottom: 10px;
  -webkit-transition: -webkit-transform 0.75s;
  -moz-transition: -moz-transform 0.75s;
  -o-transition: -o-transform 0.75s;
  transition: transform 0.75s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

.box3d:hover .box3d-wrapper {
  box-shadow:0 3px 12px rgba(0,0,0, 0.18);
  -webkit-box-shadow:0 3px 12px rgba(0,0,0, 0.18);
}

.left .box3d-wrapper {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

.right .box3d-wrapper {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.center .box3d-wrapper {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

.front,
.back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width:100%;
  height:100%;
}

.back {
  position: absolute;
  left:0;
  top:0;
  -webkit-transform: rotateY( 180deg );
  -moz-transform: rotateY( 180deg );
  -o-transform: rotateY( 180deg );
  transform: rotateY( 180deg );
  padding:4px;
}

.box3d.left:hover .box3d-wrapper {
  -webkit-transform: translateX( -100% ) rotateY( -180deg );
  -moz-transform: translateX( -100% ) rotateY( -180deg );
  -o-transform: translateX( -100% ) rotateY( -180deg );
  transform: translateX( -100% ) rotateY( -180deg );
}

.box3d.right:hover .box3d-wrapper {
  -webkit-transform: translateX( 100% ) rotateY( 180deg );
  -moz-transform: translateX( 100% ) rotateY( 180deg );
  -o-transform: translateX( 100% ) rotateY( 180deg );
  transform: translateX( 100% ) rotateY( 180deg );
}

.box3d.center:hover .box3d-wrapper {
  -webkit-transform: rotateY( 180deg );
  -moz-transform: rotateY( 180deg );
  -o-transform: rotateY( 180deg );
  transform: rotateY( 180deg );
}


.box3d.center.reverse:hover .box3d-wrapper {
  -webkit-transform: rotateY( -180deg );
  -moz-transform: rotateY( -180deg );
  -o-transform: rotateY( -180deg );
  transform: rotateY( -180deg );
}

/* ie9 fix */
.ie9 .back {
  visibility:hidden;
}
.ie9 .box3d:hover .back {
  visibility:visible;
}

/* fix ie 10+ via media */
@media screen and (min-width:0\0) {
  .box3d.left:hover .box3d-wrapper .back,
  .box3d.right:hover .box3d-wrapper .back,
  .box3d.center:hover .box3d-wrapper .back {
    transform: rotateY(-180deg);
    backface-visibility: visible;
  }
}

/* Colors */
.portfolio-meta.white {
  background-color: #fff;
}

.portfolio-meta.dark {
  background-color: #2a2a2a;
}

.portfolio-meta.custom .portfolio-title a {
  color:#eaeaea;
}

.portfolio-meta.custom .portfolio-tags,
.portfolio-meta.custom .portfolio-tags a {
  color:#c7c7c7;
}

.portfolio-meta.custom .portfolio-title a:hover,
.portfolio-meta.custom .portfolio-title a:focus,
.portfolio-meta.custom .portfolio-tags a:hover,
.portfolio-meta.custom .portfolio-tags a:focus {
  color:#fff;
}

.portfolio-meta.dark .portfolio-title a {
  color:#bebebe;
}

.portfolio-meta.dark .portfolio-tags,
.portfolio-meta.dark .portfolio-tags a {
  color:#9a9a9a;
}

.portfolio-meta.dark .portfolio-title a:hover,
.portfolio-meta.dark .portfolio-title a:focus,
.portfolio-meta.dark .portfolio-tags a:hover,
.portfolio-meta.dark .portfolio-tags a:focus {
  color:#f1f1f1;
}

.portfolio-meta.custom2 .portfolio-title a {
  color:#fafafa;
}

.portfolio-meta.custom2 .portfolio-tags,
.portfolio-meta.custom2 .portfolio-tags a {
  color:#f1f1f1;
}

.portfolio-meta.custom2 .portfolio-title a:hover,
.portfolio-meta.custom2 .portfolio-title a:focus,
.portfolio-meta.custom2 .portfolio-tags a:hover,
.portfolio-meta.custom2 .portfolio-tags a:focus {
  color:#fff;
}


.portfolio-meta.white .portfolio-favourite {
  background-color: #f1f1f1;
  color:#303030;
}

.portfolio-meta.white .portfolio-favourite:hover,
.portfolio-meta.white .portfolio-favourite:focus {
  background-color: #eaeaea;
}

.portfolio-meta.custom .portfolio-favourite {
  color:#eaeaea;
}

.portfolio-meta.custom .portfolio-favourite:hover,
.portfolio-meta.custom .portfolio-favourite:focus {
  background-color: #00695c;
}

.portfolio-meta.dark .portfolio-favourite {
  background-color: #1a1a1a;
  color:#9a9a9a;
}

.portfolio-meta.dark .portfolio-favourite:hover,
.portfolio-meta.dark .portfolio-favourite:focus {
  background-color: #0a0a0a;
  color:#ccc;
}

.portfolio-meta.custom2 .portfolio-favourite {
  background-color: #e53935;
  color:#fafafa;
}

.portfolio-meta.custom2 .portfolio-favourite:hover,
.portfolio-meta.custom2 .portfolio-favourite:focus {
  background-color: #d32f2f;
  color:#fff;
}

.portfolio-title-bottom {
  text-align: center;
  font-size: 0.95em;
}


@font-face {
  font-family: 'codropsicons';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/codropsicons/codropsicons.eot');
  src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), url('../fonts/codropsicons/codropsicons.woff') format('woff'), url('../fonts/codropsicons/codropsicons.ttf') format('truetype'), url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  font-family: 'Myriad Pro', sans-serif;
  line-height: 1.5;
  color: #3b393d;
  background: #f0f0f0;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  overflow-y: scroll;
}

body.body--hidden {
  overflow: hidden;
}

body.body--hidden .codrops-header,
body.body--hidden .content--related {
  opacity: 0;
}

.codrops-header,
.content--related {
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

a {
  text-decoration: none;
  color: #de6551;
  outline: none;
}

a:hover,
a:focus {
  color: #3b393d;
}

.demo-2 a {
  color: #7cc576;
}

.demo-3 {
  background: #1b1b1b;
}

.demo-4 {
  background: #acaad1;
}

.demo-4 a {
  color: #6448a0;
}

.demo-4 .codrops-header h1 span {
  color: #4f4c4c;
}

.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}
/* Header */

.codrops-header {
  padding: 2em 1em;
  text-align: center;
}

.codrops-header h1 {
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.2;
  margin: .5em 0 0;
}

.codrops-header h1 span {
  font-size: .45em;
  display: block;
  padding: .5em 0 1em;
  color: #999;
}
/* Top Navigation Style */

.codrops-links {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}

.codrops-links::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: #ddd;
  -webkit-transform: rotate3d(0, 0, 1, 22.5deg);
  transform: rotate3d(0, 0, 1, 22.5deg);
}

.codrops-icon {
  display: inline-block;
  width: 1.5em;
  margin: .5em;
  padding: 0em 0;
  text-decoration: none;
}

.codrops-icon span {
  display: none;
}

.codrops-icon:before {
  font-family: 'codropsicons';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  margin: 0 5px;
  text-transform: none;
  -webkit-font-smoothing: antialiased;

  speak: none;
}

.codrops-icon--drop:before {
  content: '\e001';
}

.codrops-icon--prev:before {
  content: '\e004';
}
/* Demo links */

.codrops-demos {
  margin: 2em 0 0;
}

.codrops-demos a {
  display: inline-block;
  margin: 0 .5em;
}

.codrops-demos a.current-demo {
  font-weight: bold;
  color: #3b393d;
}
/* Content */

.content {
  padding: 1em 0 4em;
}
/* Related demos */

.content--related {
  font-weight: bold;
  text-align: center;
}

.media-item {
  display: inline-block;
  padding: 1em;
  vertical-align: top;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.media-item__img {
  max-width: 100%;
  opacity: .3;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
  opacity: 1;
}

.media-item__title {
  font-size: 1em;
  margin: 0;
  padding: .5em;
}

/* cards wrapper and close btn */

.wrapper {
  overflow: auto;
  width: 95%;
  max-width: 1366px;
  margin: 0 auto;
}

@media screen and (max-width: 50em) {
  .codrops-header {
    padding: 3em 10% 4em;
  }
}

@media screen and (max-width: 40em) {
  .codrops-header h1 {
    font-size: 2.4em;
    line-height: 1.2;
  }
}

/* CARD */

.card {
  position: relative;
  float: left;
  width: 29%;
  height: 0;
  margin: 2%;
  padding-bottom: 20%;

}

.card__container {
  position: fixed;
  top: 160px;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.card__container--closed {
  position: absolute;
  overflow: hidden;
  top: 0px;
}

.card__image {
  position: relative;
  left: 50%;
  display: block;
  height: 100%;
  max-height: 500px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(255,255,255,1);
  
}

.card__container--closed .card__image {
  cursor: pointer;
}

.card__image image{
  border: 1px solid #ddd;
}

.card__content {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 30px 40px 22px;
  color: #888;
  background: #fff;
  box-shadow: 0 0 1px rgba(0,0,0,.7) inset, 0 -4px 20px   rgba(0,0,0,.2) ;
}

.card__container--closed .card__content {
  margin-top: 0;
  padding: 5px 16px;
  pointer-events: none;
  background: transparent;
}

.card__caption {
  font-size: 2rem;
  max-width: 900px;
  margin: 0 auto;
  padding: 35px 30px 0px;
  background: #fff;
}

.card__container--closed .card__caption {
  font-size: 1.2rem;
  max-width: none;
  min-height: 70px;
  padding: 10px 10px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  box-shadow: 0 0 20px 0 rgba(30,30,30, .2);
  border-radius: 4px 4px 0 0;
}

.card__container--closed:hover .card__caption{
  min-height: 80px;
  box-shadow: 0 0 40px 10px rgba(30,30,30, .3);

  -webkit-transition: .4s ease-out;
  -webkit-transition-delay: 0.1s;
  -o-transition: .4s ease-out;
  -o-transition-delay: 0.1s;
  -moz-transition: .4s ease-out;
  -moz-transition-delay: 0.1s;
  transition: .4s ease-out;
  transition-delay: 0.1s;
}

.card__title {
  font-size: 1.5em;
  line-height: 1;
  margin: 5px 0 0 0;
  color: #3b393d;
}

.card__container--closed .card__title {
  color: #444;
  font-weight: 300;
  margin: 0;
}

.card__subtitle {
  font-size: .95em;
  line-height: 1;
  margin: 5px 0 0;
  color: #777778;
}

.card__container--closed .card__subtitle {
  color: #f5f5f5;
}

.card__copy {
  font-size: 1.25em;
  max-width: 900px;
  margin: 0 auto;
  padding: 25px 30px 100px;
  color: #3b393d;
}

.card__copy p:first-of-type {
  font-size: 1.5em;
  padding: 0 0 1em 0;
}

.card__btn-close {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 36px;
  cursor: pointer;
}

.card__container--closed .card__btn-close {
  display: none;
}

.meta {
  font-size: .85em;
  display: -webkit-flex;
  display: flex;
  padding: 0 0 35px 0;

  -webkit-align-items: center;
  align-items: center;
}

.card__container--closed .meta {
  visibility: hidden;
}

.meta__avatar {
  border-radius: 50%;
}

.meta__author {
  font-weight: bold;
  padding: 0 15px;
}

.meta__date {
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 980px) {
  .card {
    width: 46%;
    padding-bottom: 32.2%;
  }
  .card__image {
    max-height: 360px;
  }
  .card__content {
    margin-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 580px) {
  .card {
    width: 96%;
    padding-bottom: 67.2%;
  }
}

@media only screen and (max-width: 400px) {
  .card__caption {
    font-size: 1.25em;
    padding: 35px 0px 0px;
  }
  .meta {
    padding: 0 0 25px 0;
  }
  .card__copy {
    font-size: 90%;
    padding: 25px 0px 100px;
  }
}


/* PATTERN */

.pattern {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pattern--hidden {
  visibility: hidden;
  opacity: 0;
}

.pattern--hidden .polygon {
  transition-duration: 0ms;
}

.pattern svg {
  width: 100%;
  height: 100%;
}

.polygon {
  transition: -webkit-transform 300ms ease-in-out, opacity 300ms ease-in-out;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  fill: transparent;
}

.polygon--hidden {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* disable scale on firefox */

.ff .polygon {
  -webkit-transform: scale(1)!important;
  transform: scale(1)!important;
}

.product-recommended-slider .owl-stage{
  position: relative;
}


.product-card{
  margin: 12px 2px 12px 2px;
  position: relative;
  box-shadow: 0 0 1px rgba(175,175,175, .1);
  padding: 4px;
  border-radius: 4px;
}

.product-card:hover{
  box-shadow: 0 0 1px rgba(0,0,0, .3), 0 0 14px rgba(175,175,175, .6);
}

.product-card .product-image{
  min-height: 336px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.product-card .product-desc{
  min-height: 105px;
  width: 100%;
}
.product-card .product-title{
  padding-left: 1px;
  height: 28px;
}

.product-card .product-article{
  padding-left: 1px;
  height: 44px;
}

.product-card .product-article span{
  line-height: 1;
  font-size: 14px;
}

.product-card .product-price,
.product-card .product-btn{
  height: 25px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  margin-top: 2px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.megamenu {
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -300%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  width: 100% !important;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-mega-menu{
  content: "";
  width: 100%;
  height: auto;
}

.li-submenu{
  display: block;
  content: " ";
  height: 100%;
  padding: 0 12px 0 12px;
}

.dropdown-menu > li.li-submenu > a {
  font-weight: 600;
  color: #121212;
  height: 54px;
  border-bottom: 2px solid #EDB112;
}

.dropdown-menu > li.li-submenu > a:hover,
.dropdown-menu > li.li-submenu > a:focus{
  background-color: transparent !important;
  border-color: #EAAE09;

}


.navbar-white .navbar-nav li > a:hover,
.navbar-white .dropdown-menu li a:hover{
  color: #000000;
  text-shadow: 0px 1px 0px rgba(30,30,30, .4) !important;
}

