/* 
    Created on : Dec 10, 2013, 19:46:21 
    Author  : Matus Macak justM | matusmacak@justm.sk
    Version : Developer version of global stylesheet
*/ 
/*
    TABLE OF CONTENTS:
        0. Font face
        I. Global and general

        Appendix:
            documentation.css Documentation, description of classes an IDs
            header.css - Header section style
            footer.css - Footer section style
            form.css - Specifies style for elements related with forms
            all.dev.css - Full CSS developer version
            all.min.css - Complete CSS in minified version

        Colors:
            #5ab016 - green;
            #ce2029 - red;
            #f08b23 - orange;
            #838383 - dark gray
*/
/* 0. Font face */
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic&subset=latin,latin-ext);

/* I. Global and general */
html { 
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position:relative;
    overflow: auto; 
}
body{
    height:100% !important;
    height: 100%;
    position: relative;
    margin: 0 auto;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #39322A;
    background: #ffffff;
}  
a:not(.nAnim){
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  
  -webkit-transition: all ease-out 0.7s;
  -moz-transition: all ease-out 0.7s;
  -o-transition: all ease-out 0.7s;
  transition: all ease-out 0.7s;
}
a:not(.nAnim):hover{
  
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s
}
#st-comp a, p a{
    color: #ea7e10 !important;
}
article a:hover, p a:hover{
    text-decoration: underline;
}
p{
    text-align: justify;
    margin: 8px auto 20px auto;
}
.push{
    display: block; 
    clear: both;
}
.clear{
    min-height: 0 !important;
    clear: both
}
.caret{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
#tooltip{
    position: absolute;
    background: rgba(0,0,0,.8);
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;
}
#tooltip .nib{
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 8px solid rgba(0,0,0,.8);
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
}
.left{
    float: left
}
.right{
    float: right
}
.rightOvf{
    float: none;
    overflow: hidden
}
.pull-right {
  float: right !important
}
.pull-left {
  float: left !important
}
.text-right{
    text-align: right
}
.text-left{
    text-align: left
}
.text-center{
    text-align: center
}
.text-justify{
    text-align: justify
}
.loaderlarge{
    display: none;
    height: 100px; width: 103px;
    margin: auto;
    background: url(content.main/preloader.gif)  transparent no-repeat;
}
.loader{
    visibility: hidden;
    float: left;
    margin-left: 10px;
    height: 35px; width: 24px;
    background: url(content.main/ajaxForm-submit-loader.gif) center 8px no-repeat;
}
.img-pos-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.imaginate{
    background-repeat: no-repeat;
    background-position: center;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
h1{
    margin: 12px 0 30px 0;
    text-transform: uppercase;
    font-weight: 400;
}
h2{
    margin: 12px 0 24px 0;
}
table .centerize{
    text-align: center 
}

table {
  background-color: transparent;
  border-collapse: collapse;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr:first-child > th{
    border-top: 0;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-detail{
    border-collapse: collapse;
}
.table-detail th{
    text-align: left;
}
.table-detail td{
    padding: 4px 10px 3px 10px;
    min-width: 150px;
}
.table-detail tr:nth-of-type(odd){
    background: #fad7b3;
}
.table-detail tr:nth-of-type(even){
    background: none;
}
.table-detail .highlight{
    color: #5ab016;
}
.container{
    width: 1050px;
    position: relative;
    margin: 0 auto;
}
div#content{
    overflow: hidden;
    min-height: 650px;
}
.block{
    padding: 10px;
}
.black-blck{
    background: #39322A;
    color: #f9f9f9;
    border-bottom-left-radius: 8px 15px;
    border-bottom-right-radius: 8px 15px;
    border-top-left-radius: 8px 15px; 
    border-top-right-radius: 8px 15px;
    background: #444345; /* Old browsers */
    background: -moz-linear-gradient(top, #444345 0%, #39322A 34%, #39322A 80%, #444345 92%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444345), color-stop(34%,#39322A), color-stop(80%,#39322A), color-stop(92%,#444345)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #444345 0%,#39322A 34%,#39322A 80%,#444345 92%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #444345 0%,#39322A 34%,#39322A 80%,#444345 92%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #444345 0%,#39322A 34%,#39322A 80%,#444345 92%); /* IE10+ */
    background: linear-gradient(to bottom, #444345 0%,#39322A 34%,#39322A 80%,#444345 92%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444345', endColorstr='#444345',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
}
.horizontal-block{
    background: #fdfdfd;
    padding: 10px;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    margin: 10px auto;
    box-sizing: border-box;
}
/* Navigation */
.nav-tab-panel{
    margin-top: 20px;
    padding: 25px;
    box-sizing: border-box;
    background: #e9e9e9;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
}
.nav:after{
    display: table;
    content: " ";
    clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  background-color: #ccc;
}
.nav-pills > li a {
    background-color: inherit;
}
.nav > li a:hover,
.nav > li a:focus {
  text-decoration: none;
  background-color: #e1e1e1;
}
.nav > li.disabled a {
  color: #777;
}
.nav > li.disabled a:hover,
.nav > li.disabled a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav-tabs {
  font-size: 17px;
  text-transform: uppercase;
  padding-left: 5px;
}
.nav-tabs > li {
  float: left;
  margin: 0 2px 0 2px;
}
.nav-tabs > li a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
}
.nav-tabs > li > h2{
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  margin-bottom: -1px;
}
.tab-content > .tab-pane {
  background: #fff;
  box-sizing: border-box;
}
.tab-content > .active {
  display: block;
}
.tab-content > .tab-pane.hidden{
    display: none;
}
.tab-pane-padded{
    padding: 15px
}
/* Media - Blog articles */
.media:after{
    display: table;
    content: " ";
    clear: both;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.media-object {
    display: block;
}
.media-heading {
    font-size: 15px;
    margin: 0 0 5px;
}
.media > .pull-left {
    margin-right: 10px;
}
.media > .pull-right {
    margin-left: 10px;
}
.media-object.imaginate{
    width: 100px;
    height: 100px;
    background-size: 120px auto;
    background-position: center;
    background-repeat: no-repeat;
}
.blStory-min{
    margin: 10px 0;
}
.blStory-min:before{
    content: "\2022";
    display: inline-block;
    margin-right: 10px;
}
/* III. Left sidebar */
#sidebar-left-fake{
    float:left;
    width: 200px;
    min-height: 500px;
    margin-right: 15px;
}
#sidebar-left{
    z-index: 2;
    float:left;
    width: 200px;
    min-height: 650px;
    margin-right: 15px;
}
#sidebar-left .layout-block{
    display: block;
    width: 200px;
    box-sizing: border-box;
    border-bottom: 1px solid #d8dfea;
    padding: 10px 0;
}
#sidebar-left .layout-block:last-child{
    border: none;
}
#sidebar-left .newsletterForm input{
    margin: 5px auto !important;
    width: 100%;
    box-sizing: border-box;
}
#sidebar-left .newsletterForm .header{
    text-align: center;
    color: #888;
}
#sidebar-left .newsletterForm form{
    margin: 0 !important;
}
/* IV. Homepage */
#homepage{
    width: 1010px;
    margin: 0 auto;
}
#gallery{
    position: absolute;
    left: 20px;
    right: 20px;
    min-width: 95%;
    top: -35px;
    z-index: 2;
    border: 5px solid #444345;
    overflow: hidden;
}
#gallery .carousel{
    height: 302px;
    width: 100% !important;
    overflow: hidden;
}
#gallery .canvas{
    position: absolute;
    top: 0px;
    width: 100%;
}
#gallery .canvas a{
    display: block;
}
#gallery img{
    display: block;
}
.carousel-indicators{
    list-style-type: none;
    background: #444345;
    padding: 10px 10px 5px 10px;
    position: absolute;
    min-width: 98%;
    left: 0; right: 0;
    bottom: 0;
    margin: 0;
}
.carousel-indicators li:not(#slideText){
    float: left;
    margin: 0 5px;
    width: 17px; height: 17px;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: inset 2px 2px 5px 0 rgba(0,0,0,.2);
    background: #6a696c;
}
.carousel-indicators li.active{
    background: #eee !important;
    box-shadow: inset -2px -2px 5px 0 rgba(0,0,0,.2) !important;
}
#slideText{
    float: left;
    margin-left: 5px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}
/*Error*/
#error{
    color: #686868;
}
#error>.left{
    text-align: center;
    border-right: 1px dashed #686868;
    width:40%;
}
#error>.rightOvf{
    padding: 55px 15px;
}
/* V. Category box*/
#cat-list{
    margin: 0 -8px;
}
div.plainbox {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
}
div.plainbox .pbox {
    position: relative;
    width: 100%;
    height: 185px;
    overflow: hidden;
    border: 1px solid #bbb;
}
div.plainbox:hover .pbox {
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
}
div.plainbox .pbox .img-container {
    width: 100%; 
    height: 185px;
    margin: 0; padding: 0;
    text-align: center; 
    overflow: hidden;
    background: #fff;
    position: relative;
}
div.plainbox .pbox .img-container img {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    vertical-align: middle;
}
div.plainbox .pbox .title-container {
    position: absolute;
    bottom: 0; left: 0;
    width: 94%;
    padding: 8px 3%;
    min-height: 17px;
    background: #e9e9e9;
    border-top: 1px solid #bbb;
    text-align: center;
    margin: 0;
    font: inherit;
}
div.plainbox a.invis-anchor{
    position: absolute;
    top:15px; bottom: 15px; left: 3%; right: 3%;
    color: transparent;
    background: transparent;
    z-index: 1;
}
/* VI. Product list */
#scroll-load-info {
    display: block;
    position: relative;
    padding: 3%;
    font-size: 17px;
    font-weight: bold;
}
.products-list{
    display: block;
    position: relative;
}
.products-list.hidden{
    height: 100px;
    overflow: hidden;
}
.products-list .load-button{
    min-width: 98%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 2px;
    background: rgba(255,255,255,0.95);
    z-index: 11;
    text-align: center;
}
.products-list .load-button a.styled-button{
    margin: 35px auto;
    min-width: 250px;
    display: inline-block;
}
#products-wrap{
    width: 100%;
    margin: 0;
    background: #fff;
}
#products-wrap a.invis-anchor{
    position: absolute;
    top:0; bottom: 0; left: 0; right: 0;
    color: transparent;
    background: transparent;
    z-index: 1;
}
#products-wrap a.invis-anchor:hover{
    background: rgba(0,0,0,.03);
}
.single-product{
    position: relative; 
    float: left;
    left: -1px;
    width: 50%;
    box-sizing: border-box;
    height: 250px;
    margin: 0;
    padding: 10px;
    background: #fff;
    border-bottom: 2px solid #e9e9e9;
}
.single-product:nth-of-type(2n+1){
    border-right: 2px solid #e9e9e9;
}

.single-product .pr-name{
    font-weight: bold;
    font-size: 110%;
}
.single-product .bottom{
    position: absolute;
    bottom: 20px;
    height: 175px;
}
.single-product .img-container {
    display: inline-block;
    vertical-align: bottom;
    width: 175px;
    height: 175px;
}
.single-product .img-container img{
    max-width: 100%;
    max-height: 100%;
}
.single-product .operation{
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    height: 175px;
    width: 190px
}
.single-product .pr-price-wrap {
    text-align: right;
}
.single-product .pr-price-wrap .oldprice{
    font-weight: 400;
    font-size: 120%;
    height: 22px;
    text-decoration: line-through;
}
.single-product .pr-price-wrap .price{
    font-weight: bold;
    font-size: 30px;
    color: #ce2029;
}
.single-product .cart-add{
    position: absolute !important;
    z-index: 3;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 37px !important;
    padding: 6px 30px 5px 0 !important;
    margin: 0;
    float: right;
    font-size: 17px !important;
    font-weight: bold;
    background: #5ab016 url('content.main/essentials.png') 104px -139px no-repeat !important;
    border: 1px solid #4e9913 !important;
}
.single-product .cart-add:hover{
    background-color: #4e9913 !important
}
/*.single-product .fake-link{
    position: absolute;
    bottom: 0;
    right: 5px;
    text-decoration: underline;
    font-size: 15px;
}*/
.single-product .out-of-stock{
    float: right;
    color: #cc0327;
    font-weight: bold;
    font-size: 130%;
    padding: 27px 0 0 10px;
}
/* Price */
.price{
    white-space: nowrap
}
.price.price-reduction{
    color: #f08b23;
    font-weight: bold;
}
.price.price-base{
    
}
.price.price-old{
    color: #ce2029;
    text-decoration: line-through;
}
.price.price-final{
    font-size: 160% !important;
    font-weight: bold;
    color: #267326;
}
td .price{
    margin: 0 10px;
    text-align: right;
}
/* Table detail in product list */
.single-product .table-detail{
    
    float: right;
    font-size: 11px;
    text-align: right;
    color: #838383;
}
.single-product .table-detail tr{
    background-color: transparent;
}
.single-product .table-detail td{
    padding-right: 0
}
/* VII. Products list - row template */
/**
 * Table Template Zoznam produktov v košíku
 */
table.row-template {
    border-collapse: collapse;
    width: 100%;
}
.row-template .product-row{
    position: relative;
}
.row-template .product-row:nth-child(odd){
    background: #fef6ed; 
}
.row-template .product-row:nth-child(even){
    background: #fcfcfc;
}
.cart-template .product-row:nth-child(odd){
    background: #fcfcfc; 
}
.cart-template .product-row:nth-child(even){
    background: #fef6ed; 
}
.cart-template{
    margin-top: 15px;
}
.row-template thead{
    background: #e9e9e9;
}
.row-template thead tr>*{
    padding: 9px 0;
}
.row-template tbody tr{
    border-top: 1px solid #d8dfea
}
.row-template thead td{
    text-align: center;
}
.row-template tbody td{
    border-top: 1px solid #bbb;
    padding: 0 5px;
    box-sizing: border-box;
}
.row-template .product-row td .img-container {
    float: left;
    height: 60px; width: 60px;
    margin: 6px 0; padding: 0;
    background: #fff;
    border: 1px solid #bbb;
    text-align: center;
    overflow: hidden;
}
.row-template .product-row td .img-container img{
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.row-template .product-row td .img-container:hover {
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.row-template .product-row td.desc {
    padding: 0 5px;
    font-weight: bold;
}
.row-template .product-row td.desc .name:hover {
    text-decoration: underline;
}
.row-template .product-row td.variants {
    font-size: 95%;
    padding: 0 5px;
}
.row-template .product-row td.pr-price-wrap {
    white-space: nowrap;
    text-align: right;
    padding: 0 5px;
}
.row-template .product-row td.pr-price-wrap .price {
    font-size: 130% !important;
}
.row-template .product-row td.pr-price-wrap .oldprice {
    color: #ce2029;
    text-decoration: line-through;
}
.row-template .product-row td.pr-price-wrap .final-price {
    font-size: 160% !important;
    font-weight: bold;
    color: #267326;
}
.row-template .product-row td.quantity{
    height: 74px;
    width: 110px;
}
.row-template .product-row td.quantity .minputrange{
    margin: 20px 0;
}
.row-template .product-row td.cart-add{
    width: 270px;
    padding: 10px;
}
.row-template .product-row td.cart-add>form>*{
    float: left;
    position: relative;
    top: 3px;
}
.row-template .product-row td.cart-add input[type=submit]{
    top: -3px;
    width: 150px;
    height: 37px !important;
    padding: 6px 30px 5px 0 !important;
    margin: auto 5px auto 15px;
    font-size: 17px !important;
    font-weight: bold;
    background: #5ab016 url('content.main/essentials.png') 104px -139px no-repeat !important;
    border: 1px solid #4e9913 !important;
}
/* Labels */
.labelize{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 110%;
    font-weight: bold;
    padding: 0 15px 5px 10px;
    z-index: 3
}
.labelize.label1{
    color: #5ab016;
}
.labelize.label2{
    color: #ce2029;
}
.labelize.label3{
    color: #f08b23;
}
.labelize.label4{
    color: #838383;
}

/* VIII. Product list headers */
.cart-list-header>div:not(.clear){
    float: right;
    margin: 0 3px;
    font-weight: bold;
}
.cart-list-header .product-name {
    float: none !important;
    overflow: hidden;
}
.cart-list-header {
    font-size: 95%;
}
.cart-list-header.min-header .final-price{
    min-width: 105px;
    text-align: right;
    margin-right: 0;
}
.cart-list-header.min-header .price{
    min-width: 60px;
}
.cart-list-header.min-header .variants{
    width: 150px;
    text-align: center;
}
.cart-list-header.wide-header .final-price{
    width: 80px;
    text-align: right;
    margin-right: 0;
}
.cart-list-header.wide-header .updateB-column{
    text-align: right;
}
.cart-list-header.wide-header .price{
    min-width: 85px;
}
.cart-list-header.wide-header .variants{
    width: 100px;
    text-align: center;
}

/* Product lightbox list - Related products and similar*/
/*Product listing Light Box*/
div.lightbox-wrap{

}
div.prod-lightbox{
    margin: 0;
    box-sizing: border-box;
    width: 25%;
    height: 285px;
    padding: 10px 10px 20px 10px;
    overflow: hidden;
    position: relative;
    float: left;
    border-right: 2px solid #eee;
}
.prod-related .prod-lightbox{
    width: 33.33333%;
    border-right: none;
}
div.prod-lightbox:nth-of-type(4n){
    border-right: none;
}
div.prod-lightbox h3{
    margin: 0;
}
div.prod-lightbox a.fake-link{
    color: transparent;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    min-width: 100%; min-height: 100%;
    z-index: 1;
}
div.prod-lightbox a.fake-link:hover{
    background: rgba(150,150,150,.05);
}
div.prod-lightbox div.img-container{
    width: 185px;
    padding: 10px;
    height: 166px;
    text-align: center;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 3px;
    margin: 0 auto 3px auto;
    box-shadow: 0 1px 5px -2px rgba(0,0,0,.5);
}
div.prod-lightbox div.img-container img{
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
div.prod-lightbox div.product-name{
    text-align: center;
}
div.prod-lightbox div.price{
    font-weight: bold;
    font-size: 20px;
    color: #5ab016;
    position: absolute;
    right: 10px;
    bottom: 8px;
}
div.prod-lightbox div.oldprice{
    font-weight: 400;
    font-size: 15px;
    color: #ce2029;
    text-decoration: line-through;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

/* Product view */
.blueimp-gallery{
    background: rgba(0,0,0,.6);
}
.blueimp-gallery>.slides>.slide {
    float: left;
    height: 85%;
    top: 7%;
}
.blueimp-gallery>.indicator>li{
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 30px;
    box-shadow: none;
}
.blueimp-gallery>.close{
    font-size: 40px;
}
#product-images{
    float: left;
    width: 410px;
    padding: 0 0 10px 0;
}
#product-images a.product-img img{
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#product-images a.product-img{
    display: block;
    text-align: center;
    overflow: hidden;
    background: #fff;
    border: 1px solid #bbb;
    box-shadow: 0 2px 7px -3px rgba(0,0,0,.3);
}
#product-images a.product-img#prim-img{
    overflow: hidden;
    height: 330px;
    margin-right: 10px;
}
#product-images .thumbs {
    float: left;
    width: 80px;
}
#product-images .thumbs.bottom {
    width: auto !important;
}
#product-images .thumbs a.product-img.pimage-thumb{
    width: 70px;
    height: 73px;
    margin: 0 10px 10px auto;
    float: left;
}
#product-basics{
    float: right;
    overflow: visible;
    width: 400px;
}
#product-basics #product-header{
    margin-bottom: 12px;
    line-height: 2;
    font-size: 110%;
}
    #product-basics h1{
        color: #ce2029;
        font-weight: bold;
        font-size: 21px;
        text-transform: none;
        line-height: 1;
        margin: 0 0 15px 0;
    }
    #product-basics span{
        color: #4e9913;
        font-weight: bold;
    }
    #product-catinfo{
        font-size: 17px;
        line-height: 2;
    }
    #product-catinfo h2, #product-catinfo h3{
        font-size: inherit;
        font-weight: 400;
        display: inline;
    }
    #product-priceSticker {
        padding: 1px;
        border-bottom: 1px dashed #838383;
        border-top: 1px dashed #838383;
    }
    #product-priceSticker .inner{
        padding: 15px;
        background: #f4f4f4; /* Old browsers */
        background: -moz-linear-gradient(top, #f4f4f4 0%, #ebebeb 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f4f4f4 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f4f4f4 0%,#ebebeb 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f4f4f4 0%,#ebebeb 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f4f4f4 0%,#ebebeb 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */

    }
    #price-info .oldprice{
        color: #ce2029; 
        font-size: 20px;
        text-decoration: line-through;
        float: right;
        margin-top: 9px;
    }
    #price-info .newprice{
        color: #5ab016; 
        font-weight: bold;
        font-size: 40px;
        float: left;
    }
    #price-redc{
        font-size: 15px;
        margin-bottom: 10px;
    }
    #price-redc span{
        display: block;
        float: right;
    }
#product-view .product-desc{
    margin-top: 25px;
}
#product-view #social-wrap{
    margin-top: 5px; float: left;
}
#product-basics form #cart-add{
    width: 160px;
    height: 44px;
    padding: 8px 30px 7px 0 !important;
    margin: 0;
    float: right;
    font-size: 20px;
    font-weight: bold;
    background: #5ab016 url('content.main/essentials.png') 113px -135px no-repeat !important;
    border: 1px solid #4e9913;
}   
#product-basics form #cart-add:hover{
    background-color: #4e9913 !important;
}
#product-basics form div#outofstock{
    text-align: justify;
}
#product-basics form div#outofstock strong{
    color: #d91e1e;
}
input[type=submit]#push-request{
    height: 30px !important;
    padding: 6px 15px !important;
    font-size: inherit !important;
}
#wishlist-add{
    width: 128px;
    height: 19px;
    font-size: 14px;
    float: right;
    padding: 6px 15px;
    color: #fff !important;
    text-decoration: none !important;
}
.item-count{
    font-weight: 400;
    color: #999;
}

/* Product detail */
#product-detail {
    margin: 15px auto;
}
#product-detail>ul{
    list-style-type: none;
    height: 36px;
    float: left;
    margin: 0;
    padding: 0;
    border: 1px solid #bbb;
    border-bottom: none;
}
#product-detail>ul li{
    float: left;
    width: 150px;
    margin: 0;
    border-right: 1px solid #bbb;
    height: 36px;
    background: #e9e9e9; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e9e9e9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}
#product-detail>ul li:last-child{
    border-right: none;
}
#product-detail>ul li a {
    display: block;
    width: 100%;
    height: 16px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color: #f08b23;
}
#product-detail>ul li a:hover{
    color: #838383;
}
#product-detail>ul li a.active {
    color: #ce2029;
}
#product-detail .container-detail{
    position: relative;
    border:1px solid #bbb;
    padding: 15px 2%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    width: auto;
    min-height: 200px;
}
#product-detail .container-detail section{
    top: 15px;
    min-height: 100px;
    background: #fff;
    width: 96%;
}
#product-detail .container-detail section#contact form#contact-form{
    margin: auto auto 20px auto;
}
#product-detail .container-detail section#detail .left{
    float: left;
}
#product-detail .table-detail th{
    padding: 5px 10px;
    min-width: 150px;
}
#product-detail section #manuf{
    float: right;
    text-align: center;
    margin: 5px auto;
}
    #product-detail section #manuf #man-img{
        text-align: center;
        margin: 0 10px;
    }
    #product-detail section #manuf #man-links {
        color: #cc0327;
        text-align: center;
        margin-top: 12px;
    }
    #product-detail section #manuf #man-links a:hover{
        text-decoration: underline;
    }
    
/* Related products */    
.prod-related {
    float: left;
}    
.prod-related header{
    font-size: 17px;
    color: #ea7e10;
    font-weight: 800;
    text-transform: uppercase;
    margin: 5px auto;
}   
/*Shopping cart successs response overlay*/
.overlay-bg{
    display: none;
    position: fixed;
    top:0; bottom: 0;
    left: 0; right: 0;
    min-width: 100%;
    min-height: 100%;
    background: rgba(0,0,0,.4);
    overflow: auto;
    z-index: 98;
}
.overlay-container{
    width: 800px;
    position: fixed;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,.8);
    position: fixed;
    z-index: 99;
    left: 50%;
    margin-left: -400px;
}
.overlay .close-ol{
    z-index: 99;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    padding: 3px 3px 9px 10px;
    font-weight: bold;
    font-size: 19px;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #000;
    color: #eee;
    cursor: pointer;
    box-shadow: 0 0 2px #000;
}
.overlay .close-ol:hover{
    box-shadow: 0 0 8px #000;
}
#cart-success-response{
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,.8);
    position: fixed;
    z-index: 99;
    top: -300px;
    left: 50%;
    margin-left: -400px;
    width: 800px;
}
#cart-success-response>*{
    margin: 0;
}
#cart-success-response .top{
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    background: #fff;
    padding: 15px;
    font-size: 15px;
}
#cart-success-response .img-container{
    border-bottom-left-radius: 5px 5px;
    background: #fff;
    padding: 1px 15px 15px 15px;
    width: 230px;
    height: 200px;
}
#cart-success-response .img-container img{
    max-width: 98%;
    max-height: 98%;
}
#cart-success-response .success{
    width: 280px;
    height: 216px;
    background: transparent url('content.main/essentials.png') -230px -284px no-repeat;
}
#cart-success-response .buttons{
    border-bottom-right-radius: 5px 5px;
    text-align: center;
}
#cart-success-response .buttons{
    border-bottom-right-radius: 5px 5px;
    text-align: center;
    background: #fff;
    padding: 15px;
    height: 186px;
}
#cart-success-response .buttons .styled-button{
    margin: 20px auto;
}
#cart-success-response .buttons .styled-button:first-child{
    background: #5ab016;
    border: 1px solid #4e9913;
    font-size: 16px;
}
#cart-success-response .buttons .styled-button:last-child{
    width: 145px;
    height: 19px;
    font-size: 14px;
    padding: 6px 15px;
    text-decoration: none !important;
}
#newsletter-flash{
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 115%;
    top:100px;
    background: #fff;    
}
#newsletter-flash p{
    text-align: center;
}
#newsletter-flash h1{
    font-size: 70px;
}
/* User login and Register */
#loginForm .ajaxForm-submit{
    float: left;
}
#login-form-wrap{
    width: 670px;
}
.registerForm-wrap{
    padding: 7px 10px 20px 10px;
}
.registerForm-wrap input{
    padding: 3px 1% !important;
}
#registerForm .left{
    width: 52%; 
}
#registerForm .right{
    width: 47%;
}
form .not-req-fld .requiredField:after{
    content: "";
}
#registerForm .not-req-fld input{
    border:1px solid #ddd !important;
}
form .not-req-fld label{
    font-weight: 400;
}
#registerForm .captcha-row{
    display: inline-block;
}
#registerForm .ajaxForm-submit{
    display: inline-block
}
#registerForm .ajaxForm-submit input[type=submit]{
    min-width: 120px;
}
/* Linky na zmenu hesla a registráciu */
.usr-log-reg-a a{
    float: right;
    display: inline-block;
    margin: 10px 20px;
    color: #cc0327;
}
.usr-log-reg-a a:hover{
    text-decoration: underline;
}
/* User management */
#logged-user-mng ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#logged-user-mng ul li{
    float: left;
    width: 28%;
    margin: 1%;
    padding: 8px 1%;
    text-align: center;
    background: #444345;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
#logged-user-mng ul li i{
    display: block;
    height: 166px;
    margin-bottom: 8px;
    background: #fff url('content.main/user_section.png') no-repeat;
    border-radius: 8px;
}
#usr-data-change .right {float: right;width: 44%;margin: 1%;}
#usr-data-change .left {float: left;width: 44%;margin: 1%;}

#usr-header{ line-height:1.7}
#usr-header img{ float:left; margin:13px 15px 13px 0}
#usr-header h2{ margin:3px}
a.usr-or-detail{ display:block; width:24px; height:13px; margin:auto; background:transparent url('content.main/essentials.png') -370px -200px no-repeat}
/* Order steps breadcrumbs*/
div.order-steps{
    font-size: 18px;
    text-align: center;
    color: #838383;
    padding: 10px 0;
    border-bottom: 1px dashed #838383;
}
div.order-steps a:hover{
    text-decoration: none;
}
div.order-steps a[href]:hover{
    text-decoration: underline;
}
div.order-steps span.separator{
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: -3px;
}
div.order-steps a.step-active{
    color: #39322A;
}
div.order-steps a span.step-num{
    display: inline-block;
    border-radius: 20px;
    color: #f9f9f9;
    background: #838383;
    padding: 4px 10px 3px 9px;
    margin: 0 4px;
}
div.order-steps a[href]:hover span.step-num, 
div.order-steps a.step-active span.step-num{
    color: #fff;
    background: #39322A;
}
/* Shopping cart and order process*/
.cart-tot-pr{
    font-size: 160%;
    margin: 10px 5px;
}
.cart-tot-pr:last-child span{
    border-top: 1px solid #000;
}
.or-step-back{
    font-size: 20px !important;
    display: inline-block !important;
    float: left !important;
    color: inherit !important;
    height: 24px !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin-top: 5px
}
.or-step-back:before,
.or-step-back-arrow{
    width: 30px;
    height: 24px;
    display: block;
    float: left;
    content: "";
    background: transparent url('content.main/essentials.png') 0 -83px no-repeat !important;
}

.or-step-back:hover{
    box-shadow: none !important;
    text-decoration: underline !important;
}
/* STEP 1 */
.checkout-chs{
    display: block;
    cursor: pointer;
    font-weight: 400 !important;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    margin: 10px 0;
    font-size: 95%;
}
.checkout-chs strong{
    font-size: 130%;
}
.checkout-chs span{
    display: block;
    padding: 0.5%;
    float: left;
    width: 86%;
}
.checkout-chs .price{
    float: right;
    font-weight: bold;
    font-size: 150%;
}
/* STEP 2 */
#or-process-login{
    padding: 7px 10px 20px 10px
}
#or-process-register .ajaxForm-submit {
    float: right;
    margin: 10px 15px;
}
#or-process-register .ajaxForm-submit input[type=submit]{
    padding: 8px 15px !important;
}
/* STEP 3 */
#or-tab{
    width: 755px;
    margin: auto;
    margin-bottom: 50px;
}
#or-tab table{
    margin: 0 auto 20px auto;
    width: 760px;
    border-collapse: collapse;
    background: #ddd;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
#or-tab input[type=submit]{
    float: right;
}
#or-tab tbody{
    background: #fff;
}
#or-tab td{
    padding: 3px 10px;
}
#or-tab table tr:first-child td{
    padding: 25px 10px 3px 10px;
}
#or-tab table tr:last-child td{
    padding: 3px 10px 25px 10px;
}
#or-tab th{
    text-align: left;
    padding: 3px 10px;
}
.or-tab-head {
    font-weight: bold;
    font-size: 20px;
}
.or-sepline{
    border-top: 1px dashed #838383;
    padding-bottom: 10px !important;
}
.or-tab-sect-h {
    font-size: 17px;
    text-transform: uppercase;
    padding-top: 20px !important;
}
#or-tab .thumb{
    max-width: 55px;
}
#or-tab img.thumb{
    border: 1px solid #ccc;
    box-shadow: 0 4px 2px -3px rgba(0,0,0,.2);
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}
#or-tab span.name{
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    margin-left: 10px;
}


/* GUI */
/* M Dropdown List */
.mdropdown{
    position: relative;
    width: 150px;
}
.mdropdown .styled-button{
    height: 17px;
    margin-top: 1px;
    font-size: 13px;
}
.mdropdown .droplist{
    display: none;
    z-index: 2;
    position: absolute;
    padding: 5px 0;
    width: 100%;
    border: 1px solid #bbb;
    border-top: none;
    background: #fff;
    box-shadow: 0 7px 10px -10px rgba(0,0,0,.4);
}
.mdropdown .droplist .mclickable{
    display: block;
    width: 96%;
    padding: 2px 2%;
    cursor: pointer;
}
.mdropdown .droplist .mclickable:hover{
    background: #c9c7c8;
}

/* M INPUT RANGE */
.minputrange{
    position: relative;
    height: 32px;
    width: 55px;
}
.minputrange.large{
    height: 45px;
    width: 70px;
}
.minputrange input {
    width: 25px;
    color: #666;
    position: relative;
    padding: 3px !important;
    padding-right: 25px !important;
    margin: 0;
    text-align: right;
    font-size: 20px !important;
}
.minputrange.large input{
    font-size: 32px;
    padding-right: 30px;
    min-width: 35px;
}
.minputrange input:focus{
    border-bottom: 1px solid #bbb;
    color: #333;
}
.minputrange .buttons{
    position: absolute;
    top: 0; bottom: 0; right: 0;
    height: 100%;
    cursor: pointer;
    width: 20px;
    overflow: hidden;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.minputrange.large .buttons{
    width: 25px;
}
.minputrange .buttons .up{
    height: 50%;
    border-bottom: 1px solid #fff;
    background: #5ab016 url('content.main/essentials.png') -44px -139px no-repeat;
}
.minputrange.large .buttons .up{
    background: #5ab016 url('content.main/essentials.png') -64px -137px no-repeat;
}
.minputrange .buttons .up.clicked{
    background-color: #4e9913;
}
.minputrange .buttons .down{
    height: 50%;
    background: #5ab016 url('content.main/essentials.png') -44px -156px no-repeat;
}
.minputrange.large .buttons .down{
    background: #5ab016 url('content.main/essentials.png') -64px -161px no-repeat;
}
.minputrange .buttons .down.clicked{
    background-color: #4e9913;
}
.delete-btn, .small-delete-btn{
    border: none;
    outline: none;
    cursor: pointer;
}
.small-delete-btn{
    width: 20px;
    height: 20px;
    margin: 10px;
    background: transparent url('content.main/essentials.png') -200px -80px no-repeat;
}
.delete-btn{
    width: 30px;
    height: 20px;
    margin: 10px;
    background: transparent url('content.main/essentials.png') -195px -80px no-repeat;
}
.small-update-btn{
    border: none;
    outline: none;
    cursor: pointer;
    width: 25px;
    height: 18px;
    margin: 5px;
    background: transparent url('content.main/essentials.png') -265px -80px no-repeat;
}
.update-btn{
    border: none;
    outline: none;
    cursor: pointer;
    width: 35px;
    height: 25px;
    margin: 10px;
    background: transparent url('content.main/essentials.png') -300px -80px no-repeat;
}

/* Filters */
#mfilter {
    display: none; /*Displayed with JS*/
}
.label-fltr{
    text-align: center;
    margin: auto;
    font-weight: bold;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.43;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.fltr{
    float: left;
    margin: 0 10px;
}
#fltr-price{
    float: none;
    overflow: hidden;
    padding: 2px 5px;
}
#price-interval{
    margin: 0; padding: 0;
}
#price-range{
    margin: 13px 5px 0 5px;
}
#filter-list{
    padding: 0 0 10px 0;
    border-bottom: 1px solid #bbb;
}
#filter-list .attribute-fltr{
    padding: 0 0 0 4px;
}
#filter-list .attribute-fltr:after{
    content: "";
    clear: both;
    display: block;
}
#filter-list .fltr-reset{
    position: relative;
    top: -2px;
    float: left;
    margin-right: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #cc0327;
    cursor: pointer;
}

#fake-sidebar-wrap{
    overflow: hidden;
    min-height: 300px;
}
#sidebar-wrap{
    position: absolute;
    top: 0;
    right:0;
    bottom:0;
    width: 20%;
    
    background: url('../content.main/sidebar-bg.jpg');
    box-shadow: inset 20px 0 60px -20px #ddd; 
    border-left: 1px solid #bbb;
    margin: 0 0 0 10px;
}
#sidefilter-noJS{
    margin: 10px;
    text-align: justify;
}
#sidefilter{
    display: none; /*Displayed with JS*/
    width: 210px;
    box-sizing: border-box;
    padding: 3px 10px;
    position: relative;
    top: 0;
    z-index: 2;
}
    .sidefilter-cell{
        padding: 3px 0;
        border-bottom: 1px solid #bbb;
    }
        #sidefilter .label-fltr{
            margin: 5px 0 5px 0;
            padding: 0 0 0 4px;
            font-size: 14px;
            text-align: left;
            font-weight: bold;
        }
        .fltr-cbox-label{
            display: block;
            padding: 1px;
            border-radius: 3px;
            cursor: pointer;
        }
        .fltr-cbox-label:hover{
            background: #c6c7c8;
        }
        .toggle-hidden-fltrs {
            font-size: 11px;
            font-weight: bold;
            text-align: center;
            padding: 5px;
            margin: 5px 0;
            background: rgba(198,199,200, .5); 
            cursor: pointer;
        }
        .toggle-hidden-fltrs:hover {
            background: #d91e1e;
            color: #fff;
        }
        .hidden-fltrs {
            display: none
        }
    #apply-filterB{
        display: none;
        z-index: 4;
        text-align: center;
        width: 100%;
        padding: 10px 0;
        cursor: pointer;
        margin: 10px 0;
        background: #f08b23;
        color: #fff;
    }
    #apply-filterB-text{
        font-size: 13px;
    }
    #apply-filterB-text span{
        font-weight: bold;
    }
    
    
/* Captcha */
.captcha-row {
    clear: both;
    margin: 15px 0 10px 0
}
.captcha-input{
    display: inline-block;
    vertical-align: top;
    margin: 2px 5px; 
}
.captcha-input input{
    font-size: 20px !important;
    width: 140px !important;
    text-align: center; 
}
.captcha-row .captcha-img{
    border: 1px solid #838383;
    box-shadow: 0 2px 5px -3px rgba(0,0,0,.3);
}
/**
 * Flashes
 */
.confirm-flash{
    margin: 10px 0;
    padding: 10px;
    border: 2px solid #5ab016;
    color: #4e9913;
    background: rgba(51,153,51,0.2);
}
.error-flash{
    margin: 10px 0; 
    padding: 10px;
    border: 2px solid #CC0327;
    color: #9a031d;
    background: rgba(204,03,27,0.2);
}
.erro2r-flash ul{
    margin: 0;
}
.notice-flash {
    margin: 10px 0;
    padding: 10px;
    border: 2px solid #c6c7c8;
    color: #646567;
    background: rgba(198,199,200,0.2);
}
/**
 * Forms 
 */
form {
    margin-right: -5px;
    margin-left: -5px;
}
form>*{
    padding-left: 5px;
    padding-right: 5px;
}
form div.cell,
form div.large-cell{
    float: left; 
    padding: 5px 5px 10px 5px;
    box-sizing: border-box;
    width: 50%;
}
form div.large-cell input,
form div.large-cell select,
form div.large-row input, 
form div.large-row select{
    font-size: 19px;
}
form div.row,
form div.large-row{ 
    clear: both;
    padding: 5px 5px 10px 5px
}
form label {
    display: block; 
    font-weight: bold; 
    font-size: 95%;
    margin: 0 5px
}
.requiredField:after{
    content: ' *';
    color: #cc0327;
    font-weight: bold
}
form input, form textarea, form select {
    margin-top: 2px;
    font:inherit;
}
form div.hint{
    color: #888;
    font-style: italic;
}
.ajaxForm-submit{
    position: relative;
    min-height: 40px;
}
.ajaxForm-submit input{
    float: left;
}


/* Tlačidlá */
input[type=text],input[type=password],textarea{
    outline: none;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #bbb;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
}
input[type=text]:focus,input[type=password]:focus,textarea:focus{
    border: 1px solid #f08b23;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}
input[type=submit]:not(.img-submit), 
button, .styled-button{
    height: 40px;
    padding: 8px 15px;
    font-size: 18px;
    display: block;
    text-align: center;
    position: relative;
    color: #fff !important;
    border: none;
    cursor: pointer;
    
    background: #f08b23;
    border: 1px solid #ea7e10;
    box-shadow: inset 0 1px 1px rgba(255,255,255,.8);
    box-shadow: 0 2px 6px -2px rgba(0,0,0,.3), inset 0 1px 1px rgba(255,255,255,.8);
    outline: none;

    border-radius: 3px;
    
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.styled-button{
    height: 26px
}
.styled-button-success{
    background: #5ab016 !important;
    border: 1px solid #4e9913 !important;
}
input[type=submit]:hover:not(.img-submit), 
button:hover, .styled-button:hover{
    background: #ea7e10;
    box-shadow: 0 2px 6px -2px rgba(0,0,0,.6), inset 0 1px 1px rgba(255,255,255,.8);
    -webkit-transition: background 0.7s ease;
    -moz-transition: background 0.7s ease;
    -ms-transition: background 0.7s ease;
    -o-transition: background 0.7s ease;
    transition: background 0.7s ease;
}
input[type=submit]:active:not(.img-submit), 
button:active, .styled-button:active, .styled-button.selected{
    outline: none;
    background: #838383;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.5);
    border: 1px solid #838383;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
/**
 * Contact Form
 */
form#contact-form{
    width: 586px;
}
.form-control{
    position: relative;
}

.form-control.has-success input{
    border-color: #5ab016;
}
.form-control.has-success label{
    color: #5ab016;
}
.form-control.has-warning input{
    border-color: #f08b23
}
.form-control.has-warning label{
    color: #f08b23
}
.form-control.has-error input{
    border-color: #ce2029
}
.form-control.has-error label{
    color: #ce2029
}
.form-control.has-loader input{
    background: url(content.main/ajaxForm-submit-loader.gif) 98% center no-repeat !important;
}
.form-control.has-success:after,
.form-control.has-warning:after,
.form-control.has-error:after{
    font-family: 'Glyphicons Halflings';
    position: absolute;
    right: 12px;
    bottom: 13px;
    font-size: 20px;
}
.form-control.has-success:after{
    content: "\e013";
    color: #5ab016;
}
.form-control.has-warning:after{
    content: "\e085";
    color: #f08b23;
}
.form-control.has-error:after{
    content: "\e014";
    color: #ce2029;
}

/** HEADER SECTION **/
header#mh{
    width: 100%;
    padding: 10px 0 0 0;
    margin:0;
    z-index: 3;
    background: #e9e9e9; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e9e9e9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}
header#mh .container{
    height: 110px;
    padding: 0 25px;
    box-sizing: border-box;
}
#mStripe{
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #838383;
}
header#mh .top nav{
    float: right;
    margin: 0 0 10px 0;
}
    #mh .top nav ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    #mh .top nav ul li{
        float: left;
        margin: 5px 5px;
        padding-right: 10px;
        border-right: 1px solid #bbb;
    }
    #mh .top nav ul li:last-child{
        border-right: none;
        padding-right: 0;
    }
    
#mLogo{
    color: transparent;
    width: 230px;
    height: 80px;
    float: left;
    margin: 0;
    background: transparent url('content.main/essentials.png') 0 0 no-repeat;
}

/* Search row */
form#mhsr {
    float:right;
    margin: 0 10px;
    position: relative;
}
div#mhsr-inner{
    float: left;
}
form#mhsr input[type=text]{
    width: 380px;
    height: 36px;
    padding: 7px 10px 7px 45px;
    margin: 0;
    color: #aaa;
    background: #fff url('content.main/essentials.png') -475px 5px no-repeat;
    border-radius: 3px;
}
form#mhsr input[type=text]:focus{
    color: #39322A;
}
form#mhsr input[type=submit]{
    float: left;
    background: #f08b23;
    height: 30px;
    padding: 6px 15px;
    margin: 0;
    position: absolute !important;
    top: 3px;
    right: 8px;
    font-weight: bold;
    font-size: 17px !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 3px;
}
form#mhsr input[type=submit]:hover{
    background: #ea7e10;
    box-shadow: none !important;
}
div#searchResp{
    color: #39322A;
    position: absolute;
    display: none;
    width: 423px;
    left: 7px;
    z-index: 4;
    max-height: 362px;
    overflow: hidden;  
    padding: 7px 0;
    min-height: 140px;
    border: 1px solid #838383; border-top: none;
    background: #fff;
    box-shadow: 0 7px 10px -10px rgba(0,0,0,.4);
}
div#searchResp .loaderlarge{
    display: block !important;
    position: absolute;
    left: 0; right: 0;
    margin: 20px auto;
}
div#searchResp div{
    margin: 0 10px; font-style: italic;
}
div#searchResp a{
    display: block;
    width: 96%;
    padding: 2px 2%;
}
div#searchResp a:hover, div#searchResp a.selected{
    background: #e9e9e9;
}
#cart-preview{
    max-width: 300px;
    display: block;
    float: right;
    text-align: right;
    padding: 5px;
    border: 1px solid #bbb;
    background: #fff;
    border-radius: 3px;
}
#cart-preview .header{
    font-weight: bold;
    float: left;    
    margin: 6px 5px 5px 5px;
}
#cart-status{
    float: left;
}
#cart-status>div{
    margin: 6px 5px 5px 5px;
    float: left;
}
#cart-status span{
    color: #f08b23;
    font-weight: bold;
}
#mh .bottom {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 3;
}
#mh .bottom nav>ul{
    width: 100%;
    text-align: center;
    list-style-type: none;
    margin: 0; padding-left: 0; 
    box-shadow: 0 1px 5px rgba(0,0,0,.4);
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%,#ebebeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%,#ebebeb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 0%,#ebebeb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}
#mh .bottom nav>ul>li{
    display: inline-block;
    background: transparent url('content.main/essentials.png') 0 -266px no-repeat;
    text-align: left;
}
#nav-end{
    display: inline-block;
    position: relative;
}
#nav-end:after{
    content: "";
    position: absolute;
    width: 3px;
    height: 45px;
    top: -30px;
    background: transparent url('content.main/essentials.png') 0 -266px no-repeat;
}
#mh .bottom nav>ul>li>a{
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    padding: 13px 10px 11px 16px;
    
}
#mh .bottom nav>ul>li:first-child>a{
    background: none;
}
#mh .bottom nav>ul>li:hover{
    background: #444345;
    box-shadow: inset 0 15px 15px -10px rgba(0,0,0,.7); 
}
#mh .bottom nav>ul>li:hover .popup-nav{
    display: block;
}
#mh .bottom nav>ul>li:hover>a{
    color: #fff;
    text-decoration: none !important;
}
.popup-nav{
    display: none;
    min-width: 150px;
    box-sizing: border-box;
    background: #fff;
    padding: 10px 1%;
    border: 5px solid #444345;
    position: absolute;
    z-index: 99;
    box-shadow: 0 11px 10px -10px rgba(0,0,0,.5);
}
.popup-nav ul{
    list-style-type: none;
    margin: 0 10px 0 0;
    padding: 0 0 0 10px;
    height: 100%;
    float: left;
    border-left: 1px dashed #ddd;
}
.popup-nav ul:first-child{
    border-left: none;
} 
.popup-nav ul li{
    line-height: 2
}
.popup-nav ul li.parent a{
    font-weight: bold;
    color: #4e9913;
}
.popup-nav ul li.parent a:hover{
    color: inherit;
}
.breadcrumb{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    margin: auto;
    top: -35px;
    z-index: 2;
    overflow: hidden;
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px dashed #838383;
}
.breadcrumb a{
    color: #39322A;
}
.breadcrumb a:hover{
    color: #ea7e10;
}
.breadcrumb ol{
    list-style-type: none;
}
.breadcrumb li{
    display: inline-block;
    color: #ea7e10;
}
.breadcrumb li a:after{
    content: "»"; /* \273 */
    margin: 0 3px;
    color: #39322A;
}
/** FOOTER SECTION **/  
footer {
    padding: 25px 15px;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    font-size: 95%;
    background: #e9e9e9; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 10%, #e9e9e9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 10%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 10%,#e9e9e9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 10%,#e9e9e9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 10%,#e9e9e9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}
footer .layout-block{
    display: block;
    float: left;
    margin: 15px 25px;
}
footer .layout-block .header{
    font-size: 110%;
    font-weight: bold;
    padding-bottom: 7px;
    margin-bottom: 9px;
}
footer .layout-block .column{
    float: left;
    padding-right: 30px;
}
footer .layout-block .column:last-child{
    padding-right: 0;
}
footer .layout-block .list a{
    display: block;
    margin: 4px 0;
}
footer .layout-block a:hover{
    text-decoration: underline;
}
#brand-footer{
    padding: 10px;
    height: 120px;
    margin-bottom: 15px;
}
#brand-footer .title{
    width: 110px;
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}
#brand-footer .brands{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 910px;
}
#brand-footer .brands .left,
#brand-footer .brands .right{
    width: 6px;
    height: 100%;
    margin-left: 1px;
    background: transparent url('content.main/essentials.png') -0 -380px;
}
#brand-footer .brands .left{
    margin-right: 1px;
    background-position: -12px -380px;
}
#brand-footer .brands .rightOvf{
    height: 100%;
    background: transparent;
}
#brand-footer .brands .brand{
    display: table;
    vertical-align: middle;
    margin: 5px 13px;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    color: #838383;
    cursor: pointer;
}
#brand-footer table th{
    width: 120px;
    display: inline-block
}
#brand-footer .brands .brand img{
    max-width: 120px;
    max-height: 90px;
}

/* GLYPHICONS */
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}