﻿@import "http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,900&amp;subset=latin,latin-ext";
@import "http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,900&amp;subset=latin,latin-ext";
@import "http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,900&amp;subset=latin,latin-ext";
@import "http://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,700,700italic&amp;subset=latin,latin-ext";
@charset "UTF-8";

 .megadrop a {
    color: black !important;
}


 .menu > li > a {
    padding: 5px 0px;
    display: block;
    color: black ;
    text-align: left;
}

 .menu a:hover {
    color: #227087 !important;
    text-decoration: none;
}


.sub-menu-lists a{
    line-height: 18px;
    margin: 49px 0px;
    font-size: 13px;
    color: black;
}

  .me{
          border-bottom: 2px solid #eee;
  }
 .me:before{

 }
 .me span{
     background: #0175ba;
     color: white;
     padding: 0px 10px 0px 10px;
     font-size: 21px;
 }

 .banners7{ margin: 30px 0px 30px 0px;}
 
 .banners7 .b1 {
    margin-bottom: 30px;
}
 .banners-effect-7 .banners > div a {
    display: block;
    position: relative;
    overflow: hidden;
}
  .banners > div a:hover:before {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
  .banners > div a:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 0;
    top: 0;
    left: 50%;
    content: "";
    transition: all 0.3s ease-in-out 0s;
}

  .banners-effect-7 .banners > div a:hover:before {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.banners-effect-7 .banners > div a:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 0;
    top: 0;
    left: 50%;
    content: "";
    transition: all 0.3s ease-in-out 0s;
}



/********************* shopping Demo-1 **********************/
.product-grid{font-family:Raleway,sans-serif;text-align:center;padding:0 0 72px;border:1px solid rgba(0,0,0,.1);
              overflow:hidden;    BACKGROUND: #f7f7f7;position:relative;z-index:1;
              margin: 0 0 30px 0;
}
.product-grid .product-image{position:relative;transition:all .3s ease 0s}
.product-grid .product-image a{display:block}
.product-grid .product-image img{width:100%;height:auto}
.product-grid .pic-1{opacity:1;transition:all .3s ease-out 0s}
.product-grid:hover .pic-1{opacity:1}
.product-grid .pic-2{opacity:0;position:absolute;top:0;left:0;transition:all .3s ease-out 0s}
.product-grid:hover .pic-2{opacity:1}
.product-grid .social{width:150px;padding:0;margin:0;list-style:none;opacity:0;transform:translateY(-50%) translateX(-50%);position:absolute;top:60%;left:50%;z-index:1;transition:all .3s ease 0s}
.product-grid:hover .social{opacity:1;top:50%}
.product-grid .social li{display:inline-block}
.product-grid .social li a{color:#fff;background-color:#333;font-size:16px;line-height:40px;text-align:center;height:40px;width:40px;margin:0 2px;display:block;position:relative;transition:all .3s ease-in-out}
.product-grid .social li a:hover{color:#fff;background-color:#ef5777}
.product-grid .social li a:after,.product-grid .social li a:before{content:attr(data-tip);color:#fff;background-color:#000;font-size:12px;letter-spacing:1px;line-height:20px;padding:1px 5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.product-grid .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-20px;z-index:-1}
.product-grid .social li a:hover:after,.product-grid .social li a:hover:before{opacity:1}
.product-grid .product-discount-label,.product-grid .product-new-label{display:none !important;color:#fff;background-color:#ef5777;font-size:12px;text-transform:uppercase;padding:2px 7px;display:block;position:absolute;top:10px;left:0}
.product-grid .product-discount-label{background-color:#333;left:auto;right:0}
.product-grid .rating{color:#FFD200;font-size:12px;padding:12px 0 0;margin:0;list-style:none;position:relative;z-index:-1}
.product-grid .rating li.disable{color:rgba(0,0,0,.2)}
.product-grid .product-content{background-color:#f7f7f7;text-align:center;padding:12px 0;margin:0 auto;position:absolute;left:0;right:0;bottom:-30px;z-index:1;transition:all .3s}
.product-grid:hover .product-content{bottom:0}
.product-grid .title{font-size:13px;font-weight:400;letter-spacing:.5px;text-transform:capitalize;margin:0 0 10px;transition:all .3s ease 0s}
.product-grid .title a{color:#828282}
.product-grid .title a:hover,.product-grid:hover .title a{color:#ef5777}
.product-grid .price{color:#333;font-size:17px;font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:.6px;margin-bottom:8px;text-align:center;transition:all .3s}
.product-grid .price span{color:#999;font-size:13px;font-weight:400;text-decoration:line-through;margin-left:3px;display:inline-block}
.product-grid .add-to-cart{color:#000;font-size:13px;font-weight:600}
@media only screen and (max-width:990px){.product-grid{margin-bottom:30px}
}

/********************* Shopping Demo-2 **********************/
.demo{padding:45px 0}
.product-grid2{font-family:'Open Sans',sans-serif;position:relative}
.product-grid2 .product-image2{overflow:hidden;position:relative}
.product-grid2 .product-image2 a{display:block}
.product-grid2 .product-image2 img{width:100%;height:auto}
.product-image2 .pic-1{opacity:1;transition:all .5s}
.product-grid2:hover .product-image2 .pic-1{opacity:0}
.product-image2 .pic-2{width:100%;height:100%;opacity:0;position:absolute;top:0;left:0;transition:all .5s}
.product-grid2:hover .product-image2 .pic-2{opacity:1}
.product-grid2 .social{padding:0;margin:0;position:absolute;bottom:50px;right:25px;z-index:1}
.product-grid2 .social li{margin:0 0 10px;display:block;transform:translateX(100px);transition:all .5s}
.product-grid2:hover .social li{transform:translateX(0)}
.product-grid2:hover .social li:nth-child(2){transition-delay:.15s}
.product-grid2:hover .social li:nth-child(3){transition-delay:.25s}
.product-grid2 .social li a{color:#505050;background-color:#fff;font-size:17px;line-height:45px;text-align:center;height:45px;width:45px;border-radius:50%;display:block;transition:all .3s ease 0s}
.product-grid2 .social li a:hover{color:#fff;background-color:#3498db;box-shadow:0 0 10px rgba(0,0,0,.5)}
.product-grid2 .social li a:after,.product-grid2 .social li a:before{content:attr(data-tip);color:#fff;background-color:#000;font-size:12px;line-height:22px;border-radius:3px;padding:0 5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.product-grid2 .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-22px;z-index:-1}
.product-grid2 .social li a:hover:after,.product-grid2 .social li a:hover:before{opacity:1}
.product-grid2 .add-to-cart{color:#fff;background-color:#404040;font-size:15px;text-align:center;width:100%;padding:10px 0;display:block;position:absolute;left:0;bottom:-100%;transition:all .3s}
.product-grid2 .add-to-cart:hover{background-color:#3498db;text-decoration:none}
.product-grid2:hover .add-to-cart{bottom:0}
.product-grid2 .product-new-label{background-color:#3498db;color:#fff;font-size:17px;padding:5px 10px;position:absolute;right:0;top:0;transition:all .3s}
.product-grid2:hover .product-new-label{opacity:0}
.product-grid2 .product-content{padding:20px 10px;text-align:center}
.product-grid2 .title{font-size:17px;margin:0 0 7px}
.product-grid2 .title a{color:#303030}
.product-grid2 .title a:hover{color:#3498db}
.product-grid2 .price{color:#303030;font-size:15px}
@media screen and (max-width:990px){.product-grid2{margin-bottom:30px}
}

/********************* Shopping Demo-3 **********************/
.product-grid3{font-family:Roboto,sans-serif;text-align:center;position:relative;z-index:1}
.product-grid3:before{content:"";height:81%;width:100%;background:#fff;border:1px solid rgba(0,0,0,.1);opacity:0;position:absolute;top:0;left:0;z-index:-1;transition:all .5s ease 0s}
.product-grid3:hover:before{opacity:1;height:100%}
.product-grid3 .product-image3{position:relative}
.product-grid3 .product-image3 a{display:block}
.product-grid3 .product-image3 img{width:100%;height:auto}
.product-grid3 .pic-1{opacity:1;transition:all .5s ease-out 0s}
.product-grid3:hover .pic-1{opacity:0}
.product-grid3 .pic-2{position:absolute;top:0;left:0;opacity:0;transition:all .5s ease-out 0s}
.product-grid3:hover .pic-2{opacity:1}
.product-grid3 .social{width:120px;padding:0;margin:0 auto;list-style:none;opacity:0;position:absolute;right:0;left:0;bottom:-23px;transform:scale(0);transition:all .3s ease 0s}
.product-grid3:hover .social{opacity:1;transform:scale(1)}
.product-grid3:hover .product-discount-label,.product-grid3:hover .product-new-label,.product-grid3:hover .title{opacity:0}
.product-grid3 .social li{display:inline-block}
.product-grid3 .social li a{color:#e67e22;background:#fff;font-size:18px;line-height:50px;width:50px;height:50px;border:1px solid rgba(0,0,0,.1);border-radius:50%;margin:0 2px;display:block;transition:all .3s ease 0s}
.product-grid3 .social li a:hover{background:#e67e22;color:#fff}
.product-grid3 .product-discount-label,.product-grid3 .product-new-label{background-color:#e67e22;color:#fff;font-size:17px;padding:2px 10px;position:absolute;right:10px;top:10px;transition:all .3s}
.product-grid3 .product-content{z-index:-1;padding:15px;text-align:left}
.product-grid3 .title{font-size:14px;text-transform:capitalize;margin:0 0 7px;transition:all .3s ease 0s}
.product-grid3 .title a{color:#414141}
.product-grid3 .price{color:#000;font-size:16px;letter-spacing:1px;font-weight:600;margin-right:2px;display:inline-block}
.product-grid3 .price span{color:#909090;font-size:14px;font-weight:500;letter-spacing:0;text-decoration:line-through;text-align:left;display:inline-block;margin-top:-2px}
.product-grid3 .rating{padding:0;margin:-22px 0 0;list-style:none;text-align:right;display:block}
.product-grid3 .rating li{color:#ffd200;font-size:13px;display:inline-block}
.product-grid3 .rating li.disable{color:#dcdcdc}
@media only screen and (max-width:1200px){.product-grid3 .rating{margin:0}
}
@media only screen and (max-width:990px){.product-grid3{margin-bottom:30px}
.product-grid3 .rating{margin:-22px 0 0}
}
@media only screen and (max-width:359px){.product-grid3 .rating{margin:0}
}

/********************* Shopping Demo-4 **********************/
.product-grid4,.product-grid4 .product-image4{position:relative}
.product-grid4{font-family:Poppins,sans-serif;text-align:center;border-radius:5px;overflow:hidden;z-index:1;transition:all .3s ease 0s}
.product-grid4:hover{box-shadow:0 0 10px rgba(0,0,0,.2)}
.product-grid4 .product-image4 a{display:block}
.product-grid4 .product-image4 img{width:100%;height:auto}
.product-grid4 .pic-1{opacity:1;transition:all .5s ease-out 0s}
.product-grid4:hover .pic-1{opacity:0}
.product-grid4 .pic-2{position:absolute;top:0;left:0;opacity:0;transition:all .5s ease-out 0s}
.product-grid4:hover .pic-2{opacity:1}
.product-grid4 .social{width:180px;padding:0;margin:0 auto;list-style:none;position:absolute;right:0;left:0;top:50%;transform:translateY(-50%);transition:all .3s ease 0s}
.product-grid4 .social li{display:inline-block;opacity:0;transition:all .7s}
.product-grid4 .social li:nth-child(1){transition-delay:.15s}
.product-grid4 .social li:nth-child(2){transition-delay:.3s}
.product-grid4 .social li:nth-child(3){transition-delay:.45s}
.product-grid4:hover .social li{opacity:1}
.product-grid4 .social li a{color:#222;background:#fff;font-size:17px;line-height:36px;width:40px;height:36px;border-radius:2px;margin:0 5px;display:block;transition:all .3s ease 0s}
.product-grid4 .social li a:hover{color:#fff;background:#16a085}
.product-grid4 .social li a:after,.product-grid4 .social li a:before{content:attr(data-tip);color:#fff;background-color:#000;font-size:12px;line-height:20px;border-radius:3px;padding:0 5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.product-grid4 .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-22px;z-index:-1}
.product-grid4 .social li a:hover:after,.product-grid4 .social li a:hover:before{opacity:1}
.product-grid4 .product-discount-label,.product-grid4 .product-new-label{color:#fff;background-color:#16a085;font-size:13px;font-weight:800;text-transform:uppercase;line-height:45px;height:45px;width:45px;border-radius:50%;position:absolute;left:10px;top:15px;transition:all .3s}
.product-grid4 .product-discount-label{left:auto;right:10px;background-color:#d7292a}
.product-grid4:hover .product-new-label{opacity:0}
.product-grid4 .product-content{padding:25px}
.product-grid4 .title{font-size:15px;font-weight:400;text-transform:capitalize;margin:0 0 7px;transition:all .3s ease 0s}
.product-grid4 .title a{color:#222}
.product-grid4 .title a:hover{color:#16a085}
.product-grid4 .price{color:#16a085;font-size:17px;font-weight:700;margin:0 2px 15px 0;display:block}
.product-grid4 .price span{color:#909090;font-size:13px;font-weight:400;letter-spacing:0;text-decoration:line-through;text-align:left;vertical-align:middle;display:inline-block}
.product-grid4 .add-to-cart{border:1px solid #e5e5e5;display:inline-block;padding:10px 20px;color:#888;font-weight:600;font-size:14px;border-radius:4px;transition:all .3s}
.product-grid4:hover .add-to-cart{border:1px solid transparent;background:#16a085;color:#fff}
.product-grid4 .add-to-cart:hover{background-color:#505050;box-shadow:0 0 10px rgba(0,0,0,.5)}
@media only screen and (max-width:990px){.product-grid4{margin-bottom:30px}
}

/********************* Shopping Demo-5 **********************/
.product-image5 .pic-1,.product-image5 .pic-2{backface-visibility:hidden;transition:all .5s ease 0s}
.product-grid5{font-family:Poppins,sans-serif;position:relative}
.product-grid5 .product-image5{overflow:hidden;position:relative}
.product-grid5 .product-image5 a{display:block}
.product-grid5 .product-image5 img{width:100%;height:auto}
.product-image5 .pic-1{opacity:1}
.product-grid5:hover .product-image5 .pic-1{opacity:0}
.product-image5 .pic-2{width:100%;height:100%;opacity:0;position:absolute;top:0;left:0}
.product-grid5:hover .product-image5 .pic-2{opacity:1}
.product-grid5 .social{padding:0;margin:0;position:absolute;top:10px;right:10px}
.product-grid5 .social li{display:block;margin:0 0 10px;transition:all .5s}
.product-grid5 .social li:nth-child(2){opacity:0;transform:translateY(-50px)}
.product-grid5:hover .social li:nth-child(2){opacity:1;transform:translateY(0)}
.product-grid5 .social li:nth-child(3){opacity:0;transform:translateY(-50px)}
.product-grid5:hover .social li:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.2s}
.product-grid5 .social li a{color:#888;background:#fff;font-size:14px;text-align:center;line-height:40px;height:40px;width:40px;border-radius:50%;display:block;transition:.5s ease 0s}
.product-grid5 .social li a:hover{color:#fff;background:#1e3799}
.product-grid5 .select-options{color:#777;background-color:#fff;font-size:13px;font-weight:400;text-align:center;text-transform:uppercase;padding:15px 5px;margin:0 auto;opacity:0;display:block;position:absolute;width:92%;left:0;bottom:-100px;right:0;transition:.5s ease 0s}
.product-grid5 .select-options:hover{color:#fff;background-color:#1e3799;text-decoration:none}
.product-grid5:hover .select-options{opacity:1;bottom:10px}
.product-grid5 .product-content{padding:20px 10px}
.product-grid5 .title{font-size:15px;font-weight:600;text-transform:capitalize;margin:0 0 10px;transition:all .3s ease 0s}
.product-grid5 .title a{color:#222}
.product-grid5 .title a:hover{color:#1e3799}
.product-grid5 .price{color:#222;font-size:13px;font-weight:500;letter-spacing:1px}
@media only screen and (max-width:990px){.product-grid5{margin-bottom:30px}
}

/********************* Shopping Demo-6 **********************/
.product-grid6,.product-grid6 .product-image6{overflow:hidden}
.product-grid6{font-family:'Open Sans',sans-serif;text-align:center;position:relative;transition:all .5s ease 0s}
.product-grid6:hover{box-shadow:0 0 10px rgba(0,0,0,.3)}
.product-grid6 .product-image6 a{display:block}
.product-grid6 .product-image6 img{width:100%;height:auto;transition:all .5s ease 0s}
.product-grid6:hover .product-image6 img{transform:scale(1.1)}
.product-grid6 .product-content{padding:12px 12px 15px;transition:all .5s ease 0s}
.product-grid6:hover .product-content{opacity:0}
.product-grid6 .title{font-size:20px;font-weight:600;text-transform:capitalize;margin:0 0 10px;transition:all .3s ease 0s}
.product-grid6 .title a{color:#000}
.product-grid6 .title a:hover{color:#2e86de}
.product-grid6 .price{font-size:18px;font-weight:600;color:#2e86de}
.product-grid6 .price span{color:#999;font-size:15px;font-weight:400;text-decoration:line-through;margin-left:7px;display:inline-block}
.product-grid6 .social{background-color:#fff;width:100%;padding:0;margin:0;list-style:none;opacity:0;transform:translateX(-50%);position:absolute;bottom:-50%;left:50%;z-index:1;transition:all .5s ease 0s}
.product-grid6:hover .social{opacity:1;bottom:20px}
.product-grid6 .social li{display:inline-block}
.product-grid6 .social li a{color:#909090;font-size:16px;line-height:45px;text-align:center;height:45px;width:45px;margin:0 7px;border:1px solid #909090;border-radius:50px;display:block;position:relative;transition:all .3s ease-in-out}
.product-grid6 .social li a:hover{color:#fff;background-color:#2e86de;width:80px}
.product-grid6 .social li a:after,.product-grid6 .social li a:before{content:attr(data-tip);color:#fff;background-color:#2e86de;font-size:12px;letter-spacing:1px;line-height:20px;padding:1px 5px;border-radius:5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.product-grid6 .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-20px;z-index:-1}
.product-grid6 .social li a:hover:after,.product-grid6 .social li a:hover:before{opacity:1}
@media only screen and (max-width:990px){.product-grid6{margin-bottom:30px}
}

/********************* Shopping Demo-7 **********************/
.product-grid7{font-family:'Roboto Slab',serif;position:relative;z-index:1}
.product-grid7 .product-image7{border:1px solid rgba(0,0,0,.1);overflow:hidden;perspective:1500px;position:relative;transition:all .3s ease 0s}
.product-grid7 .product-image7 a{display:block}
.product-grid7 .product-image7 img{width:100%;height:auto}
.product-grid7 .pic-1{opacity:1;transition:all .5s ease-out 0s}
.product-grid7 .pic-2{opacity:0;transform:rotateY(-90deg);position:absolute;top:0;left:0;transition:all .5s ease-out 0s}
.product-grid7:hover .pic-2{opacity:1;transform:rotateY(0)}
.product-grid7 .social{padding:0;margin:0;list-style:none;position:absolute;bottom:3px;left:-20%;z-index:1;transition:all .5s ease 0s}
.product-grid7:hover .social{left:17px}
.product-grid7 .social li a{color:#fff;background-color:#333;font-size:16px;line-height:40px;text-align:center;height:40px;width:40px;margin:15px 0;border-radius:50%;display:block;transition:all .5s ease-in-out}
.product-grid7 .social li a:hover{color:#fff;background-color:#78e08f}
.product-grid7 .product-new-label{color:#fff;background-color:#333;padding:5px 10px;border-radius:5px;display:block;position:absolute;top:10px;left:10px}
.product-grid7 .product-content{text-align:center;padding:20px 0 0}
.product-grid7 .title{font-size:15px;font-weight:600;text-transform:capitalize;margin:0 0 10px;transition:all .3s ease 0s}
.product-grid7 .title a{color:#333}
.product-grid7 .title a:hover{color:#78e08f}
.product-grid7 .rating{color:#78e08f;font-size:12px;padding:0;margin:0 0 10px;list-style:none}
.product-grid7 .price{color:#333;font-size:20px;font-family:Lora,serif;font-weight:700;margin-bottom:8px;text-align:center;transition:all .3s}
.product-grid7 .price span{color:#999;font-size:14px;font-weight:700;text-decoration:line-through;margin-left:7px;display:inline-block}
@media only screen and (max-width:990px){.product-grid7{margin-bottom:30px}
}

/********************* Shopping Demo-8 **********************/
.product-grid8{font-family:Poppins,sans-serif;position:relative;z-index:1}
.product-grid8 .product-image8{border:1px solid #e4e9ef;position:relative;transition:all .3s ease 0s}
.product-grid8:hover .product-image8{box-shadow:0 0 10px rgba(0,0,0,.15)}
.product-grid8 .product-image8 a{display:block}
.product-grid8 .product-image8 img{width:100%;height:auto}
.product-grid8 .pic-1{opacity:1;transition:all .5s ease-out 0s}
.product-grid8:hover .pic-1{opacity:0}
.product-grid8 .pic-2{opacity:0;position:absolute;top:0;left:0;transition:all .5s ease-out 0s}
.product-grid8:hover .pic-2{opacity:1}
.product-grid8 .social{padding:0;margin:0;list-style:none;position:absolute;bottom:13px;right:13px;z-index:1}
.product-grid8 .social li{opacity:0;transform:translateY(3px);transition:all .5s ease 0s}
.product-grid8:hover .social li{margin:0 0 10px;opacity:1;transform:translateY(0)}
.product-grid8:hover .social li:nth-child(1){transition-delay:.1s}
.product-grid8:hover .social li:nth-child(2){transition-delay:.2s}
.product-grid8:hover .social li:nth-child(3){transition-delay:.4s}
.product-grid8 .social li a{color:grey;font-size:17px;line-height:40px;text-align:center;height:40px;width:40px;border:1px solid grey;display:block;transition:all .5s ease-in-out}
.product-grid8 .social li a:hover{color:#000;border-color:#000}
.product-grid8 .product-discount-label{display:block;padding:4px 15px 4px 30px;color:#fff;background-color:#0081c2;position:absolute;top:10px;right:0;-webkit-clip-path:polygon(34% 0,100% 0,100% 100%,0 100%);clip-path:polygon(34% 0,100% 0,100% 100%,0 100%)}
.product-grid8 .product-content{padding:20px 0 0}
.product-grid8 .price{color:#000;font-size:19px;font-weight:400;margin-bottom:8px;text-align:left;transition:all .3s}
.product-grid8 .price span{color:#999;font-size:14px;font-weight:500;text-decoration:line-through;margin-left:7px;display:inline-block}
.product-grid8 .product-shipping{color:rgba(0,0,0,.5);font-size:15px;padding-left:35px;margin:0 0 15px;display:block;position:relative}
.product-grid8 .product-shipping:before{content:'';height:1px;width:25px;background-color:rgba(0,0,0,.5);transform:translateY(-50%);position:absolute;top:50%;left:0}
.product-grid8 .title{font-size:16px;font-weight:400;text-transform:capitalize;margin:0 0 30px;transition:all .3s ease 0s}
.product-grid8 .title a{color:#000}
.product-grid8 .title a:hover{color:#0081c2}
.product-grid8 .all-deals{display:block;color:#fff;background-color:#2e353b;font-size:15px;letter-spacing:1px;text-align:center;text-transform:uppercase;padding:22px 5px;transition:all .5s ease 0s}
.product-grid8 .all-deals .icon{margin-left:7px}
.product-grid8 .all-deals:hover{background-color:#0081c2}
@media only screen and (max-width:990px){.product-grid8{margin-bottom:30px}
}

/********************* Shopping Demo-9 **********************/
.product-grid9,.product-grid9 .product-image9{position:relative}
.product-grid9{font-family:Poppins,sans-serif;z-index:1}
.product-grid9 .product-image9 a{display:block}
.product-grid9 .product-image9 img{width:100%;height:auto}
.product-grid9 .pic-1{opacity:1;transition:all .5s ease-out 0s}
.product-grid9:hover .pic-1{opacity:0}
.product-grid9 .pic-2{position:absolute;top:0;left:0;opacity:0;transition:all .5s ease-out 0s}
.product-grid9:hover .pic-2{opacity:1}
.product-grid9 .product-full-view{color:#505050;background-color:#fff;font-size:16px;height:45px;width:45px;padding:18px;border-radius:100px 0 0;display:block;opacity:0;position:absolute;right:0;bottom:0;transition:all .3s ease 0s}
.product-grid9 .product-full-view:hover{color:#c0392b}
.product-grid9:hover .product-full-view{opacity:1}
.product-grid9 .product-content{padding:12px 12px 0;overflow:hidden;position:relative}
.product-content .rating{padding:0;margin:0 0 7px;list-style:none}
.product-grid9 .rating li{font-size:12px;color:#ffd200;transition:all .3s ease 0s}
.product-grid9 .rating li.disable{color:rgba(0,0,0,.2)}
.product-grid9 .title{font-size:16px;font-weight:400;text-transform:capitalize;margin:0 0 3px;transition:all .3s ease 0s}
.product-grid9 .title a{color:rgba(0,0,0,.5)}
.product-grid9 .title a:hover{color:#c0392b}
.product-grid9 .price{color:#000;font-size:17px;margin:0;display:block;transition:all .5s ease 0s}
.product-grid9:hover .price{opacity:0}
.product-grid9 .add-to-cart{display:block;color:#c0392b;font-weight:600;font-size:14px;opacity:0;position:absolute;left:10px;bottom:-20px;transition:all .5s ease 0s}
.product-grid9:hover .add-to-cart{opacity:1;bottom:0}
@media only screen and (max-width:990px){.product-grid9{margin-bottom:30px}
}












article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 1.42857;
    color: #777777;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    button, input, select[multiple], textarea {
        background-image: none;
    }

a {
    color: #777;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #515151;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail, .thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

p {
    margin: 0 0 9px;
}

.lead {
    margin-bottom: 18px;
    font-size: 14.95px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 19.5px;
    }
}

small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #428bca;
}

.text-warning {
    color: #fff;
}

.text-danger {
    color: #fff;
}

.text-success {
    color: #fff;
}

.text-info {
    color: #fff;
}

.text-left {
    text-align: left;
}

.text-right, #cart_summary tbody td.cart_unit, #cart_summary tbody td.cart_total {
    text-align: right;
}

.text-center, #cart_summary thead th.cart_product, #cart_summary tbody td.cart_product, #cart_summary tbody td.cart_avail, #cart_summary tbody td.cart_delete {
    text-align: center;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
        font-weight: normal;
        line-height: 1;
        color: #999999;
    }

h1, h2, h3 {
    margin-top: 18px;
    margin-bottom: 9px;
}

h4, h5, h6 {
    margin-top: 9px;
    margin-bottom: 9px;
}

h1, .h1 {
    font-size: 33px;
}

h2, .h2 {
    font-size: 27px;
}

h3, .h3 {
    font-size: 23px;
}

h4, .h4 {
    font-size: 17px;
}

h5, .h5 {
    font-size: 13px;
}

h6, .h6 {
    font-size: 12px;
}

h1 small, .h1 small {
    font-size: 23px;
}

h2 small, .h2 small {
    font-size: 17px;
}

h3 small, .h3 small, h4 small, .h4 small {
    font-size: 13px;
}

.page-header {
    padding-bottom: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #eeeeee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 9px;
}

    ul ul, ul ol, ol ul, ol ol {
        margin-bottom: 0;
    }

.list-unstyled, .list-inline {
    padding-left: 0;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-bottom: 18px;
}

dt, dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

        .dl-horizontal dd:before, .dl-horizontal dd:after {
            content: " ";
            display: table;
        }

        .dl-horizontal dd:after {
            clear: both;
        }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 9px 18px;
    margin: 0 0 18px;
    border-left: 5px solid #eeeeee;
}

    blockquote p {
        font-size: 16.25px;
        font-weight: 300;
        line-height: 1.25;
    }

        blockquote p:last-child {
            margin-bottom: 0;
        }

    blockquote small {
        display: block;
        line-height: 1.42857;
        color: #999999;
    }

        blockquote small:before {
            content: '\2014 \00A0';
        }

    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
    }

        blockquote.pull-right p, blockquote.pull-right small {
            text-align: right;
        }

            blockquote.pull-right small:before {
                content: '';
            }

            blockquote.pull-right small:after {
                content: '\00A0 \2014';
            }

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
    }

address {
    display: block;
    margin-bottom: 18px;
    font-style: normal;
    line-height: 1.42857;
}

code, pre {
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 0;
}

pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}

    pre.prettyprint {
        margin-bottom: 18px;
    }

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 18px;
}

    .table thead > tr > th, .table thead > tr > td, .table tbody > tr > th, .table tbody > tr > td, .table tfoot > tr > th, .table tfoot > tr > td {
        padding: 9px 8px 11px 18px;
        line-height: 1.42857;
        vertical-align: top;
        border-top: 1px solid #d6d4d4;
    }

    .table thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #d6d4d4;
    }

    .table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
        border-top: 0;
    }

    .table tbody + tbody {
        border-top: 2px solid #d6d4d4;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed thead > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > th, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > th, .table-condensed tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #d6d4d4;
}

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
        border: 1px solid #d6d4d4;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    float: none;
    display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #55c65e;
    border-color: #48b151;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
    background-color: #42c04c;
    border-color: #419f49;
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #f3515c;
    border-color: #d4323d;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
    background-color: #f13946;
    border-color: #c32933;
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: #fe9126;
    border-color: #e4752b;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
    background-color: #fe840d;
    border-color: #da681c;
}

@media (max-width:768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        border: 1px solid #d6d4d4;
    }

        .table-responsive > .table {
            margin-bottom: 0;
            background-color: #fff;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > thead > tr:last-child > th, .table-responsive > .table-bordered > thead > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 19.5px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

select[multiple], select[size] {
    height: auto;
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

.form-control:-moz-placeholder {
    color: #999999;
}

.form-control::-moz-placeholder {
    color: #999999;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #9c9b9b;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #d6d4d4;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    display: block;
    min-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
}

    .radio label, .checkbox label {
        display: inline;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        float: left;
        margin-left: -20px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    input[type="radio"][disabled], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], .radio[disabled], fieldset[disabled] .radio, .radio-inline[disabled], fieldset[disabled] .radio-inline, .checkbox[disabled], fieldset[disabled] .checkbox, .checkbox-inline[disabled], fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn {
    height: auto;
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 44px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
    height: 44px;
    line-height: 44px;
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn {
    height: auto;
}

.has-warning .help-block, .has-warning .control-label {
    color: #fff;
}

.has-warning .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .has-warning .form-control:focus {
        border-color: #e6e6e6;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px white;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px white;
    }

.has-warning .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #fe9126;
}

.has-error .help-block, .has-error .control-label {
    color: #fff;
}

.has-error .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .has-error .form-control:focus {
        border-color: #e6e6e6;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px white;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px white;
    }

.has-error .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #f3515c;
}

.has-success .help-block, .has-success .control-label {
    color: #fff;
}

.has-success .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .has-success .form-control:focus {
        border-color: #e6e6e6;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px white;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px white;
    }

.has-success .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #55c65e;
}

.form-control-static {
    margin-bottom: 0;
    padding-top: 7px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #b7b7b7;
}

@media (min-width:768px) {
    .form-inline .form-group, .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control, .navbar-form .form-control {
        display: inline-block;
    }

    .form-inline .radio, .navbar-form .radio, .form-inline .checkbox, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

        .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0;
        }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

.open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-default:active, .btn-default.active {
    background-image: none;
}

.open .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
        color: #fff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

.open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn-primary:active, .btn-primary.active {
    background-image: none;
}

.open .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
        color: #fff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

.open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.btn-warning:active, .btn-warning.active {
    background-image: none;
}

.open .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
        color: #fff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

.open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active {
    background-image: none;
}

.open .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-success {
    color: #fff;
    background-color: #46a74e;
    border-color: #3e9546;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
        color: #fff;
        background-color: #3a8a41;
        border-color: #2c6a31;
    }

.open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3a8a41;
    border-color: #2c6a31;
}

.btn-success:active, .btn-success.active {
    background-image: none;
}

.open .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #46a74e;
    border-color: #3e9546;
}

.btn-info {
    color: #fff;
    background-color: #5192f3;
    border-color: #3983f1;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
        color: #fff;
        background-color: #2b7af0;
        border-color: #0f62de;
    }

.open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2b7af0;
    border-color: #0f62de;
}

.btn-info:active, .btn-info.active {
    background-image: none;
}

.open .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5192f3;
    border-color: #3983f1;
}

.btn-link {
    color: #777;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #515151;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
                color: #999999;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .btn-xs, .btn-group-xs > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
    content: "";
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.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;
    list-style: none;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 8px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #fff;
            background-color: #428bca;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #999999;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

.btn-default .caret {
    border-top-color: #333;
}

.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
    border-top-color: #fff;
}

.dropup .btn-default .caret {
    border-bottom-color: #333;
}

.dropup .btn-primary .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret, .dropup .btn-danger .caret, .dropup .btn-info .caret {
    border-bottom-color: #fff;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

        .btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
            outline: none;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn-group {
    float: left;
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified .btn {
        float: none;
        display: table-cell;
        width: 1%;
    }

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group.col {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        width: 100%;
        margin-bottom: 0;
    }

    .input-group-addon, .input-group-btn, .input-group .form-control {
        display: table-cell;
    }

        .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #d6d4d4;
    border-radius: 0;
}

    .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 17px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -4px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:active {
            z-index: 2;
        }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #999999;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #999999;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #777;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 8px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857;
            border: 1px solid transparent;
            border-radius: 0 0 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 5px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #428bca;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
        }

@media (min-width:768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        margin-right: 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a {
        border-bottom-color: #fff;
    }

.tabbable:before, .tabbable:after {
    content: " ";
    display: table;
}

.tabbable:after {
    clear: both;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none;
}

.tab-content > .active, .pill-content > .active {
    display: block;
}

.nav .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}

.nav a:hover .caret {
    border-top-color: #515151;
    border-bottom-color: #515151;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 18px;
    border: 1px solid transparent;
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width:768px) {
    .navbar {
        border-radius: 0;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

        .navbar-collapse .navbar-nav.navbar-left:first-child {
            margin-left: -15px;
        }

        .navbar-collapse .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }

        .navbar-collapse .navbar-text:last-child {
            margin-right: 0;
        }
}

.container > .navbar-header, .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container > .navbar-header, .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    z-index: 1030;
    top: 0;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
}

.navbar-brand {
    float: left;
    padding: 16px 15px;
    font-size: 17px;
    line-height: 18px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 8px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 18px;
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 18px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 16px;
                padding-bottom: 16px;
            }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    margin-top: 9px;
    margin-bottom: 9px;
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.navbar-btn {
    margin-top: 9px;
    margin-bottom: 9px;
}

.navbar-text {
    float: left;
    margin-top: 16px;
    margin-bottom: 16px;
}

@media (min-width:768px) {
    .navbar-text {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #ccc;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e6e6e6;
    }

    .navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
        border-top-color: #333;
        border-bottom-color: #333;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }

        .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
            border-top-color: #555;
            border-bottom-color: #555;
        }

    .navbar-default .navbar-nav > .dropdown > a .caret {
        border-top-color: #777;
        border-bottom-color: #777;
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

    .navbar-inverse .navbar-brand {
        color: #999999;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #999999;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #999999;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #090909;
        color: #fff;
    }

    .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

    .navbar-inverse .navbar-nav > .dropdown > a .caret {
        border-top-color: #999999;
        border-bottom-color: #999999;
    }

    .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999999;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999999;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 18px;
    list-style: none;
    background-color: #f6f6f6;
    border-radius: 0;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #333;
        }

    .breadcrumb > .active {
        color: #333;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 0;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
        }

        .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
        cursor: default;
    }

    .pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #999999;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 17px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 18px 0;
    list-style: none;
    text-align: center;
}

    .pager:before, .pager:after {
        content: " ";
        display: table;
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #999999;
        background-color: #fff;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}

    .label[href]:hover, .label[href]:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

    .label:empty {
        display: none;
    }

.label-default {
    background-color: #999999;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: gray;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #3071a9;
    }

.label-success {
    background-color: #55c65e;
    border: 1px solid #36943e;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #3aae43;
    }

.label-info {
    background-color: #5192f3;
    border: 1px solid #4b80c3;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #2174f0;
    }

.label-warning {
    background-color: #fe9126;
    border: 1px solid #e4752b;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #f07701;
    }

.label-danger {
    background-color: #f3515c;
    border: 1px solid #d4323d;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #f0212f;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.btn .badge {
    position: relative;
    top: -1px;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #777;
    background-color: #fff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.thumbnail {
    display: block;
}

    .thumbnail > img {
        display: block;
        max-width: 100%;
        height: auto;
    }

a.thumbnail:hover, a.thumbnail:focus {
    border-color: #777;
}

.thumbnail > img {
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #777777;
}

.alert {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 0;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #55c65e;
    border-color: #48b151;
    color: #fff;
}

    .alert-success hr {
        border-top-color: #419f49;
    }

    .alert-success .alert-link {
        color: #e6e6e6;
    }

.alert-info {
    background-color: #5192f3;
    border-color: #4b80c3;
    color: #fff;
}

    .alert-info hr {
        border-top-color: #3d73b7;
    }

    .alert-info .alert-link {
        color: #e6e6e6;
    }

.alert-warning {
    background-color: #fe9126;
    border-color: #e4752b;
    color: #fff;
}

    .alert-warning hr {
        border-top-color: #da681c;
    }

    .alert-warning .alert-link {
        color: #e6e6e6;
    }

.alert-danger {
    background-color: #f3515c;
    border-color: #d4323d;
    color: #fff;
}

    .alert-danger hr {
        border-top-color: #c32933;
    }

    .alert-danger .alert-link {
        color: #e6e6e6;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from; {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #46a74e;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5192f3;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

    .media, .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

    .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
            color: inherit;
        }

        .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
            color: #e1edf7;
        }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus {
        text-decoration: none;
        background-color: #f5f5f5;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 18px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
    }

        .panel > .list-group .list-group-item:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        .panel > .list-group .list-group-item:last-child {
            border-bottom: 0;
        }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table {
    margin-bottom: 0;
}

.panel > .panel-body + .table {
    border-top: 1px solid #d6d4d4;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
}

    .panel-group .panel + .panel {
        margin-top: 5px;
    }

.panel-group .panel-heading {
    border-bottom: 0;
}

    .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 1px solid #ddd;
    }

.panel-group .panel-footer {
    border-top: 0;
}

    .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #ddd;
    }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ddd;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #48b151;
}

    .panel-success > .panel-heading {
        color: #fff;
        background-color: #55c65e;
        border-color: #48b151;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #48b151;
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #48b151;
    }

.panel-warning {
    border-color: #e4752b;
}

    .panel-warning > .panel-heading {
        color: #fff;
        background-color: #fe9126;
        border-color: #e4752b;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #e4752b;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #e4752b;
    }

.panel-danger {
    border-color: #d4323d;
}

    .panel-danger > .panel-heading {
        color: #fff;
        background-color: #f3515c;
        border-color: #d4323d;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d4323d;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d4323d;
    }

.panel-info {
    border-color: #4b80c3;
}

    .panel-info > .panel-heading {
        color: #fff;
        background-color: #5192f3;
        border-color: #4b80c3;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #4b80c3;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #4b80c3;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    white-space: normal;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

    .popover .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    bottom: -11px;
}

    .popover.top .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,0.25);
}

    .popover.right .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,0.25);
    top: -11px;
}

    .popover.bottom .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,0.25);
}

    .popover.left .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

@media screen and (max-width:400px) {
    @-ms-viewport {
        width: 320px;
    }
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.visible-xs {
    display: none !important;
}

tr.visible-xs {
    display: none !important;
}

th.visible-xs, td.visible-xs {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block !important;
    }

    tr.visible-xs.visible-sm {
        display: table-row !important;
    }

    th.visible-xs.visible-sm, td.visible-xs.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-xs.visible-md {
        display: block !important;
    }

    tr.visible-xs.visible-md {
        display: table-row !important;
    }

    th.visible-xs.visible-md, td.visible-xs.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-xs.visible-lg {
        display: block !important;
    }

    tr.visible-xs.visible-lg {
        display: table-row !important;
    }

    th.visible-xs.visible-lg, td.visible-xs.visible-lg {
        display: table-cell !important;
    }
}

.visible-sm {
    display: none !important;
}

tr.visible-sm {
    display: none !important;
}

th.visible-sm, td.visible-sm {
    display: none !important;
}

@media (max-width:767px) {
    .visible-sm.visible-xs {
        display: block !important;
    }

    tr.visible-sm.visible-xs {
        display: table-row !important;
    }

    th.visible-sm.visible-xs, td.visible-sm.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-sm.visible-md {
        display: block !important;
    }

    tr.visible-sm.visible-md {
        display: table-row !important;
    }

    th.visible-sm.visible-md, td.visible-sm.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-sm.visible-lg {
        display: block !important;
    }

    tr.visible-sm.visible-lg {
        display: table-row !important;
    }

    th.visible-sm.visible-lg, td.visible-sm.visible-lg {
        display: table-cell !important;
    }
}

.visible-md {
    display: none !important;
}

tr.visible-md {
    display: none !important;
}

th.visible-md, td.visible-md {
    display: none !important;
}

@media (max-width:767px) {
    .visible-md.visible-xs {
        display: block !important;
    }

    tr.visible-md.visible-xs {
        display: table-row !important;
    }

    th.visible-md.visible-xs, td.visible-md.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-md.visible-sm {
        display: block !important;
    }

    tr.visible-md.visible-sm {
        display: table-row !important;
    }

    th.visible-md.visible-sm, td.visible-md.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-md.visible-lg {
        display: block !important;
    }

    tr.visible-md.visible-lg {
        display: table-row !important;
    }

    th.visible-md.visible-lg, td.visible-md.visible-lg {
        display: table-cell !important;
    }
}

.visible-lg {
    display: none !important;
}

tr.visible-lg {
    display: none !important;
}

th.visible-lg, td.visible-lg {
    display: none !important;
}

@media (max-width:767px) {
    .visible-lg.visible-xs {
        display: block !important;
    }

    tr.visible-lg.visible-xs {
        display: table-row !important;
    }

    th.visible-lg.visible-xs, td.visible-lg.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-lg.visible-sm {
        display: block !important;
    }

    tr.visible-lg.visible-sm {
        display: table-row !important;
    }

    th.visible-lg.visible-sm, td.visible-lg.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-lg.visible-md {
        display: block !important;
    }

    tr.visible-lg.visible-md {
        display: table-row !important;
    }

    th.visible-lg.visible-md, td.visible-lg.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

.hidden-xs {
    display: block !important;
}

tr.hidden-xs {
    display: table-row !important;
}

th.hidden-xs, td.hidden-xs {
    display: table-cell !important;
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }

    tr.hidden-xs {
        display: none !important;
    }

    th.hidden-xs, td.hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-xs.hidden-sm {
        display: none !important;
    }

    tr.hidden-xs.hidden-sm {
        display: none !important;
    }

    th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-xs.hidden-md {
        display: none !important;
    }

    tr.hidden-xs.hidden-md {
        display: none !important;
    }

    th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-xs.hidden-lg {
        display: none !important;
    }

    tr.hidden-xs.hidden-lg {
        display: none !important;
    }

    th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
        display: none !important;
    }
}

.hidden-sm {
    display: block !important;
}

tr.hidden-sm {
    display: table-row !important;
}

th.hidden-sm, td.hidden-sm {
    display: table-cell !important;
}

@media (max-width:767px) {
    .hidden-sm.hidden-xs {
        display: none !important;
    }

    tr.hidden-sm.hidden-xs {
        display: none !important;
    }

    th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }

    tr.hidden-sm {
        display: none !important;
    }

    th.hidden-sm, td.hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-sm.hidden-md {
        display: none !important;
    }

    tr.hidden-sm.hidden-md {
        display: none !important;
    }

    th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-sm.hidden-lg {
        display: none !important;
    }

    tr.hidden-sm.hidden-lg {
        display: none !important;
    }

    th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
        display: none !important;
    }
}

.hidden-md {
    display: block !important;
}

tr.hidden-md {
    display: table-row !important;
}

th.hidden-md, td.hidden-md {
    display: table-cell !important;
}

@media (max-width:767px) {
    .hidden-md.hidden-xs {
        display: none !important;
    }

    tr.hidden-md.hidden-xs {
        display: none !important;
    }

    th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-md.hidden-sm {
        display: none !important;
    }

    tr.hidden-md.hidden-sm {
        display: none !important;
    }

    th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }

    tr.hidden-md {
        display: none !important;
    }

    th.hidden-md, td.hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-md.hidden-lg {
        display: none !important;
    }

    tr.hidden-md.hidden-lg {
        display: none !important;
    }

    th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
        display: none !important;
    }
}

.hidden-lg {
    display: block !important;
}

tr.hidden-lg {
    display: table-row !important;
}

th.hidden-lg, td.hidden-lg {
    display: table-cell !important;
}

@media (max-width:767px) {
    .hidden-lg.hidden-xs {
        display: none !important;
    }

    tr.hidden-lg.hidden-xs {
        display: none !important;
    }

    th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-lg.hidden-sm {
        display: none !important;
    }

    tr.hidden-lg.hidden-sm {
        display: none !important;
    }

    th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-lg.hidden-md {
        display: none !important;
    }

    tr.hidden-lg.hidden-md {
        display: none !important;
    }

    th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }

    tr.hidden-lg {
        display: none !important;
    }

    th.hidden-lg, td.hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

tr.visible-print {
    display: none !important;
}

th.visible-print, td.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }

    .hidden-print {
        display: none !important;
    }

    tr.hidden-print {
        display: none !important;
    }

    th.hidden-print, td.hidden-print {
        display: none !important;
    }
}

#addresses #center_column .page-heading {
    margin: 0 0 22px;
}

#addresses #center_column p {
    margin: 0 0 13px;
}

    #addresses #center_column p.p-indent {
        margin: 0 0 27px;
    }

.address li.address_update {
    margin: 14px 0 6px 0;
}

    .address li.address_update a {
        margin: 0 10px 0 0;
    }

#postcode.hover {
    box-shadow: none;
}

#postcode.focus {
    box-shadow: none;
    border-color: #66afe9;
}

#uniform-id_state, #uniform-id_country, #uniform-id_address_delivery {
    background: none;
    padding: 0;
    height: auto;
    position: relative;
    width: 270px !important;
}

    #uniform-id_state:after, #uniform-id_country:after, #uniform-id_address_delivery:after {
        content: "\f0d7";
        background: #fff;
        color: #4f4f4f;
        text-align: center;
        margin: 0;
        position: absolute;
        right: 1px;
        top: 1px;
        height: 28px;
        width: 30px;
        pointer-events: none;
        -ms-pointer-events: none;
        -webkit-pointer-events: none;
        font-family: Fontawesome;
        z-index: 3;
        line-height: 30px;
        font-size: 12px;
    }

    #uniform-id_state span, #uniform-id_country span, #uniform-id_address_delivery span {
        width: 270px !important;
        background: #fff;
        height: 34px;
        border: solid 1px #ccc;
        padding: 0 10px;
        line-height: 30px;
    }

    #uniform-id_state select, #uniform-id_country select, #uniform-id_address_delivery select {
        height: 34px;
    }

.rtl #uniform-id_state:after, .rtl #uniform-id_country:after, .rtl #uniform-id_address_delivery:after {
    right: auto;
    left: 1px;
}

.rtl .address li.address_update a {
    margin: 0 0 0 10px;
}

@media (max-width:479px) {
    #uniform-id_state, #uniform-id_country, #uniform-id_address_delivery {
        width: 250px !important;
    }

        #uniform-id_state span, #uniform-id_country span, #uniform-id_address_delivery span {
            width: 250px !important;
        }
}

#authentication #uniform-days, #authentication #uniform-months, #authentication #uniform-years {
    width: auto !important;
    margin-bottom: 10px;
}

#authentication div.radio-inline, #authentication div.checkbox-inline {
    padding: 0;
}

#authentication .radio input[type="radio"], #authentication .radio-inline input[type="radio"], #authentication .checkbox input[type="checkbox"], #authentication .checkbox-inline input[type="checkbox"] {
    position: relative;
    margin: 0;
}

#address .info-title {
    margin-bottom: 10px;
}

#order .radio input[type="radio"], #order .radio-inline input[type="radio"], #order .checkbox input[type="checkbox"], #order .checkbox-inline input[type="checkbox"] {
    position: relative;
    margin: 0;
    top: 1px;
}

#order .delivery_option_radio {
    float: none;
}

#order .delivery_option_price {
    font-size: 14px;
    font-weight: bold;
}

#order #order-detail-content .product-name {
    margin: 0;
}

    #order #order-detail-content .product-name a {
        color: #000;
    }

#order .cart_avail .label {
    border-radius: 0;
}

#order .cart_unit .price {
    font-size: 14px;
    font-weight: bold;
}

#order .cart_unit .price-percent-reduction {
    font-weight: normal;
}

#order .cart_unit .old-price {
    text-decoration: line-through;
    font-weight: normal;
    font-size: 12px;
}

#order .cart_total .price, #order .cart_total_price .price, #order .cart_total_delivery .price {
    font-size: 14px;
    font-weight: bold;
}

#days, #months, #years {
    border: solid 1px #ddd;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

    #months option {
        border-right: solid 1px #666;
    }

.rtl #months option {
    border-right: none;
}

#authentication #uniform-days, #authentication #uniform-months, #authentication #uniform-years {
    width: auto !important;
    margin-bottom: 10px;
}

#authentication div.radio-inline, #authentication div.checkbox-inline {
    padding: 0;
}

#authentication .radio input[type="radio"], #authentication .radio-inline input[type="radio"], #authentication .checkbox input[type="checkbox"], #authentication .checkbox-inline input[type="checkbox"] {
    position: relative;
    margin: 0;
}

#address .info-title {
    margin-bottom: 10px;
}

#order .radio input[type="radio"], #order .radio-inline input[type="radio"], #order .checkbox input[type="checkbox"], #order .checkbox-inline input[type="checkbox"] {
    position: relative;
    margin: 0;
    top: 1px;
}

#order .delivery_option_radio {
    float: none;
}

#order .delivery_option_price {
    font-size: 14px;
    font-weight: bold;
}

#order #order-detail-content .product-name {
    margin: 0;
}

    #order #order-detail-content .product-name a {
        color: #000;
    }

#order .cart_avail .label {
    border-radius: 0;
}

#order .cart_unit .price {
    font-size: 14px;
    font-weight: bold;
}

#order .cart_unit .price-percent-reduction {
    font-weight: normal;
}

#order .cart_unit .old-price {
    text-decoration: line-through;
    font-weight: normal;
    font-size: 12px;
}

#order .cart_total .price, #order .cart_total_price .price, #order .cart_total_delivery .price {
    font-size: 14px;
    font-weight: bold;
}

#days, #months, #years {
    border: solid 1px #ddd;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

    #months option {
        border-right: solid 1px #666;
    }

.rtl #months option {
    border-right: none;
}

table#product_comparison {
    margin-bottom: 50px;
}

    table#product_comparison tbody tr td.product-block {
        vertical-align: top;
        padding: 10px;
        text-align: center;
    }

    table#product_comparison tbody tr td.td_empty, table#product_comparison tbody tr td.feature-name, table#product_comparison tbody tr.comparison_header {
        background: #fbfbfb;
        color: #333;
    }

    table#product_comparison tbody tr td.comparison_infos {
        text-align: center;
    }

        table#product_comparison tbody tr td.comparison_infos div.center {
            margin: 0 auto;
            width: 80px;
        }

    table#product_comparison tbody tr td.td_empty {
        vertical-align: bottom;
    }

        table#product_comparison tbody tr td.td_empty > span {
            font: 600 18px/22px "Bitter",sans-serif;
            text-transform: uppercase;
            color: #555454;
        }

    table#product_comparison .product-image-block {
        display: inline-block;
        position: relative;
    }

        table#product_comparison .product-image-block .product_image {
            padding: 1px;
            border: 1px solid #d6d4d4;
            display: inline-block;
            margin: 0;
        }

            table#product_comparison .product-image-block .product_image img {
                width: 100%;
            }

    table#product_comparison h5.product-name {
        font-size: 16px;
        font-weight: 300;
    }

    table#product_comparison .product_discount {
        display: none;
    }

    table#product_comparison .prices-container {
        padding: 0 0 10px 0;
    }

        table#product_comparison .prices-container .price {
            font-size: 14px;
            font-weight: bold;
        }

        table#product_comparison .prices-container .old-price {
            text-decoration: line-through;
            margin: 0 5px;
        }

        table#product_comparison .prices-container .price-percent-reduction {
            color: #fff;
            padding: 5px 7px;
            font-size: 11px;
        }

    table#product_comparison .comparison_availability_statut {
        font-weight: 700;
        color: #060;
    }

    table#product_comparison .product_desc {
        padding: 0 0 7px 0;
    }

    table#product_comparison .button-container a {
        vertical-align: middle;
    }

    table#product_comparison .button-container .fa {
        font-size: 14px;
    }

    table#product_comparison .comparison_unit_price {
        font-size: 17px;
        font-family: "Bitter",sans-serif;
        color: #333;
        font-style: italic;
    }

    table#product_comparison .product-rating {
        width: 80px;
        margin: 0 auto;
        overflow: hidden;
    }

    table#product_comparison .comparison_feature .product_name {
        display: none;
    }

#stOCClose {
    width: 29px !important;
    height: 29px !important;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices, .stButton .stButton_gradient {
    height: 22px !important;
}

.share strong {
    display: block;
    margin-bottom: 10px;
}

.share > div {
    margin-bottom: 8px;
}

@media (min-width:1200px) {
    .share {
        position: relative;
        top: -350px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .share {
        position: relative;
        top: -260px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .share {
        position: relative;
        top: -245px;
    }
}

.stArrow {
    display: none !important;
}

.ie8 table#product_comparison .product-image-block .product_image img {
    width: auto;
}

#contact h1.page-heading {
    border: none;
}

#contact h2.title {
    color: #545454;
    font-size: 16px;
    margin: 0 0 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#contact .gmap {
    margin-bottom: 30px;
}

    #contact .gmap #map {
        width: 100%;
        border: solid 5px #f3f3f3;
        height: 300px;
    }

#contact .contact-info .pre-text {
    line-height: 22px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}

#contact .contact-info .info {
    margin-bottom: 30px;
    border: solid 1px #e6e6e6;
    padding: 20px 0;
    border-left: none;
    border-right: none;
}

    #contact .contact-info .info ul li {
        padding: 10px 30px;
        position: relative;
    }

        #contact .contact-info .info ul li span {
            font-size: 14px;
            font-weight: normal;
        }

        #contact .contact-info .info ul li .icon {
            margin: 0;
            width: 35px;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            font-size: 16px;
            color: #545454;
            line-height: 38px;
        }

        #contact .contact-info .info ul li b {
            font-weight: normal;
        }

#contact .social {
    margin: 0 -5px;
}

    #contact .social a {
        display: inline-block;
        height: 40px;
        width: 40px;
        border: solid 1px #e6e6e6;
        text-align: center;
        margin: 0 3px;
    }

        #contact .social a .fa {
            color: #898989;
            font-size: 17px;
            line-height: 38px;
            display: block;
        }

#contact .contact-form-box {
    color: #909090;
}

    #contact .contact-form-box .form-group {
        border-bottom: solid 1px #e6e6e6;
        padding-left: 130px;
        position: relative;
        height: 28px;
    }

        #contact .contact-form-box .form-group .selector {
            width: 100% !important;
            background-image: none;
            font-size: 14px;
            color: #545454;
            font-weight: normal;
            padding: 0;
        }

            #contact .contact-form-box .form-group .selector select {
                border: none;
                color: #909090;
                padding: 0;
                height: 25px;
            }

            #contact .contact-form-box .form-group .selector span {
                background: transparent;
                background-image: none;
            }

        #contact .contact-form-box .form-group .form-control {
            border: none;
            background: none;
            padding: 0;
            height: 25px;
            color: #545454;
            font-size: 14px;
            font-weight: normal;
        }

        #contact .contact-form-box .form-group label {
            font-weight: normal;
            position: absolute;
            top: 3px;
            left: 0;
            margin: 0;
            color: #545454;
            font-size: 14px;
        }

        #contact .contact-form-box .form-group div.uploader #fileUpload {
            opacity: 0;
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            border: none;
            background: none;
            position: absolute;
            top: 0;
            right: 0;
            cursor: default;
            float: right;
            width: 100%;
            height: 100%;
        }

        #contact .contact-form-box .form-group div.uploader span.filename {
            float: left;
            width: 70%;
            margin: 3px 0 0;
            background: transparent;
            border: none;
            padding: 0;
            background-image: none;
            line-height: inherit;
            font-size: 14px;
            color: #545454;
            font-weight: normal;
        }

        #contact .contact-form-box .form-group div.uploader span.action {
            width: 30%;
            color: #fff;
            font-weight: normal;
            padding: 2px 5px 5px;
            text-align: center;
            cursor: pointer;
            float: right;
            font-size: 13px;
            line-height: inherit;
            text-shadow: none;
        }

    #contact .contact-form-box .selector {
        position: relative;
    }

        #contact .contact-form-box .selector:after {
            content: "\f0d7";
            font-family: Fontawesome;
            position: absolute;
            right: 0;
            top: 0;
            width: 25px;
            height: 100%;
            background: #fff;
            pointer-events: none;
            text-align: right;
            line-height: 25px;
            color: #898989;
            font-size: 12px;
        }

    #contact .contact-form-box #message {
        min-height: 120px;
        border: none;
        background: #f3f3f3;
        margin-bottom: 30px;
        font-size: 14px;
        font-weight: normal;
        color: #545454;
    }

    #contact .contact-form-box #submitMessage {
        font-size: 14px;
        font-weight: normal;
        text-transform: uppercase;
        padding: 10px 40px;
    }

#contact .contact2 .gmap #map {
    height: 390px;
}

.contact2 .contact-content {
    margin-top: 30px;
}

#contact .contact2 .contact-info .info {
    margin-bottom: 0;
}

#contact .contact3 .contact-info .pre-text {
    margin: 0 0 20px;
}

#contact .contact3 .gmap #map {
    height: 335px;
}

#contact .contact3 .contact-form-box .form-group div.uploader span.filename {
    width: 61%;
}

#contact .contact3 .contact-form-box .form-group div.uploader span.action {
    width: 39%;
}

#contact .contact4 .contact-info .info {
    border: dashed 1px #c9c9c9;
    border-left: none;
    border-right: none;
    margin-bottom: 0;
}

    #contact .contact4 .contact-info .info ul li {
        border: none;
        padding: 14px 60px;
        min-height: 65px;
    }

        #contact .contact4 .contact-info .info ul li .icon {
            height: 42px;
            width: 42px;
            text-align: center;
            border-radius: 50%;
            background: #5b5b5b;
            color: #fff;
            top: 10px;
        }

            #contact .contact4 .contact-info .info ul li .icon .fa {
                line-height: 42px;
            }

.rtl#contact .contact-form-box .form-group {
    padding-left: 0;
    padding-right: 110px;
}

    .rtl#contact .contact-form-box .form-group label {
        left: auto;
        right: 0;
    }

.rtl#contact .contact-form-box .selector:after {
    right: auto;
    left: 0;
    text-align: left;
}

.rtl#contact .contact-form-box .form-group div.uploader span.filename {
    float: right;
}

.rtl#contact .contact-form-box #submitMessage .fa {
    margin: 0 0 0 10px;
}

.rtl#contact .contact-info .info ul li .icon {
    left: auto;
    right: 0;
}

.rtl #contact .contact3 .contact-form-box .form-group div.uploader span.action {
    float: left;
}

@media (min-width:1024px) {
    #contact .contact4 .contact-info div.info li.email .con {
        padding: 0 0 0 50px;
    }

    #contact .contact4 .contact-info div.info li.hotline .con {
        padding: 0 0 0 60px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #contact .contact-info .info ul li a, #contact .contact-info .info ul li b {
        padding: 0 !important;
        display: inline-block;
        width: 100%;
    }
}

@media (max-width:991px) {
    .contact-info {
        margin-bottom: 30px;
    }
}

@media (max-width:480px) {
    #contact .contact-form-box .form-group div.uploader span.filename {
        width: 55%;
    }

    #contact .contact-form-box .form-group div.uploader span.action {
        width: 45%;
    }

    #contact .contact-info .info ul li a, #contact .contact-info .info ul li b {
        padding: 0 !important;
        display: inline-block;
        width: 100%;
    }
}

.btn:focus {
    outline: none;
}

img {
    max-width: 100%;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.footer_link .fa {
        margin: 0 5px;
    }

@media only screen and (min-width:1200px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

textarea {
    resize: none;
}

p.info-title {
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
}

p.info-account {
    margin: -4px 0 24px 0;
}

.dark {
    color: #333;
}

.alert {
    font-weight: bold;
}

    .alert:before {
        cursor: pointer;
    }

    .alert ul, .alert ol {
        padding-left: 15px;
        margin-left: 27px;
    }

        .alert ul li, .alert ol li {
            list-style-type: decimal;
            font-weight: normal;
        }

    .alert.alert-success {
        text-shadow: 1px 1px rgba(0,0,0,0.1);
    }

        .alert.alert-success:before {
            font-family: "FontAwesome";
            content: "\f058";
            font-size: 20px;
            vertical-align: -2px;
            padding-right: 7px;
        }

    .alert.alert-danger {
        text-shadow: 1px 1px rgba(0,0,0,0.1);
    }

        .alert.alert-danger:before {
            font-family: "FontAwesome";
            content: "\f057";
            font-size: 20px;
            vertical-align: -2px;
            padding-right: 7px;
            float: left;
        }

.label {
    white-space: normal;
    display: inline-block;
    padding: 6px 10px;
}

label.required:before {
    content: "*";
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px;
}

.unvisible {
    display: none;
}

.checkbox {
    line-height: 16px;
}

    .checkbox label {
        color: #777777;
    }

.close {
    opacity: 1;
}

    .close:hover {
        opacity: 1;
    }

.form-control {
    padding: 3px 5px;
    height: 27px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form-control.grey {
        background: #fbfbfb;
    }

.align_center {
    text-align: center;
}

table.std, table.table_block {
    margin-bottom: 20px;
    width: 100%;
    border-bottom: none;
    background: white;
    border-collapse: inherit;
}

    table.std td.last_item, table.table_block td.last_item {
        border-right: solid 1px #e1e1e1;
    }

    table.std th, table.table_block th {
        padding: 14px 12px;
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        text-shadow: 0 1px 0 black;
        background: #666;
        border-left: solid 1px #e1e1e1;
    }

        table.std th.first_item, table.table_block th.first_item {
            border-left: none;
        }

    table.std tr.alternate_item, table.table_block tr.alternate_item {
        background-color: #f3f3f3;
    }

    table.std td, table.table_block td {
        padding: 12px;
        border-left: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        font-size: 12px;
        vertical-align: top;
        text-align: left;
    }

        table.std td.wishlist_del, table.table_block td.wishlist_del {
            border-right: solid 1px #e1e1e1;
        }

.table {
    margin-bottom: 30px;
}

    .table > thead > tr > th {
        background: #fbfbfb;
        border-bottom-width: 1px;
        color: #333;
        vertical-align: middle;
    }

    .table td a.color-myaccount {
        color: #777;
        text-decoration: underline;
    }

        .table td a.color-myaccount:hover {
            text-decoration: none;
        }

    .table tfoot tr {
        background: #fbfbfb;
    }

table th {
    font-weight: bold;
}

table td, table th {
    padding: 9px 10px;
}

@media only screen and (max-width:767px) {
    table.responsive {
        margin-bottom: 0;
    }

    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

        .pinned table {
            border-right: none;
            border-left: none;
            width: 100%;
        }

            .pinned table th, .pinned table td {
                white-space: nowrap;
            }

        .pinned td:last-child {
            border-bottom: 0;
        }

    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc;
    }

        div.table-wrapper div.scrollable {
            margin-left: 35%;
        }

        div.table-wrapper div.scrollable {
            overflow: scroll;
            overflow-y: hidden;
        }

    table.responsive td, table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    }

        table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
            display: none;
        }
}

.box {
    background: #fbfbfb;
    border: 1px solid #d6d4d4;
    padding: 14px 18px 13px;
    margin: 0 0 30px 0;
    line-height: 23px;
}

    .box p {
        margin-bottom: 0;
    }

    .box.box-small {
        padding: 9px 10px 9px 20px;
    }

        .box.box-small .dark {
            padding-top: 10px;
            padding-right: 20px;
            margin-bottom: 0;
            width: auto;
        }

.page-product-box {
    padding-bottom: 10px;
}

.block.nomarginbottom {
    margin-bottom: 0;
}

.block.nomargintop {
    margin-top: 0;
}

.block.nomarginright {
    margin-right: 0;
}

.block.nomarginleft {
    margin-left: 0;
}

.page-heading {
    font: 600 21px / 22px;
    color: #555454;
    text-transform: capitalize;
    font-style: normal;
    padding: 0 0 17px 0;
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #d6d4d4;
    overflow: hidden;
}

    .page-heading span.heading-counter {
        font: bold 13px/22px Arial,Helvetica,sans-serif;
        float: right;
        color: #333;
        text-transform: none;
        margin-bottom: 0;
    }

@media (max-width:480px) {
    .page-heading span.heading-counter {
        display: block;
        padding-top: 5px;
        float: none;
    }
}

.page-heading span.lighter {
    color: #9c9c9c;
}

.page-heading.bottom-indent {
    margin-bottom: 16px;
}

.page-heading.product-listing {
    border-bottom: none;
    margin-bottom: 0;
}

.page-subheading {
    font-family: "Bitter",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #555454;
    font-size: 18px;
    padding: 0 0 15px;
    line-height: normal;
    margin-bottom: 12px;
    margin-top: 0;
    border-bottom: 1px solid #d6d4d4;
}

ul.step {
    margin-bottom: 30px;
    overflow: hidden;
}

    ul.step li {
        float: left;
        width: 20%;
        text-align: left;
        border: 1px solid;
        border-top-color: #cacaca;
        border-bottom-color: #9a9a9a;
        border-right-color: #b7b7b7;
        border-left-color: #b7b7b7;
    }

@media (max-width:767px) {
    ul.step li {
        width: 100%;
        border-left-width: 1px;
    }
}

ul.step li a, ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
    display: block;
    padding: 13px 10px 14px 13px;
    color: #333;
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
    text-shadow: 1px 1px white;
    position: relative;
}

@media (max-width:992px) {
    ul.step li a, ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
        font-size: 15px;
    }
}

@media (min-width:992px) {
    ul.step li a:after, ul.step li span:after, ul.step li.step_current span:after, ul.step li.step_current_end span:after {
        content: ".";
        position: absolute;
        top: 0;
        right: -31px;
        z-index: 0;
        text-indent: -5000px;
        display: block;
        width: 31px;
        height: 52px;
        margin-top: -2px;
    }
}

ul.step li a:focus, ul.step li span:focus, ul.step li.step_current span:focus, ul.step li.step_current_end span:focus {
    text-decoration: none;
    outline: none;
}

ul.step li.first {
    border-left-width: 1px;
    border-left-color: #b7b7b7;
}

    ul.step li.first span, ul.step li.first a {
        z-index: 5;
        padding-left: 13px !important;
    }

ul.step li.second span, ul.step li.second a {
    z-index: 4;
}

ul.step li.third span, ul.step li.third a {
    z-index: 3;
}

ul.step li.four span, ul.step li.four a {
    z-index: 2;
}

ul.step li.last span {
    z-index: 1;
}

ul.step li.step_current {
    background-position: 0% 0%;
    font-weight: bold;
    background-repeat: repeat-x;
    border-color: #399b49 #51ae5c #208931 #369946;
    background-image: linear-gradient(to bottom,#42b856 0,#43ab54 100%);
    background-color: #42b856;
    background-attachment: scroll;
}

    ul.step li.step_current span {
        color: #fff;
        text-shadow: 1px 1px #208931;
        border: 1px solid;
        border-color: #73ca77 #74c776 #74c175 #74c776;
        position: relative;
    }

@media (min-width:992px) {
    ul.step li.step_current span {
        padding-left: 38px;
    }

        ul.step li.step_current span:after {
            background: url(../img/order-step-a.png) right 0 no-repeat;
        }
}

ul.step li.step_current_end {
    font-weight: bold;
}

ul.step li.step_todo {
    background: #f5f5f5;
}

    ul.step li.step_todo span {
        display: block;
        border: 1px solid;
        border-color: #fff;
        color: #333;
        position: relative;
    }

@media (min-width:992px) {
    ul.step li.step_todo span {
        padding-left: 38px;
    }

        ul.step li.step_todo span:after {
            background: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/order-step-current.png) right 0 no-repeat;
        }
}

ul.step li.step_done {
    background-position: 0% 0%;
    border-color: #666666 #5f5f5f #292929 #5f5f5f;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#727171 0,#666666 100%);
    background-color: #727171;
    background-attachment: scroll;
}

    ul.step li.step_done a {
        color: #fff;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
        border: 1px solid;
        border-color: #8b8a8a;
    }

@media (min-width:992px) {
    ul.step li.step_done a {
        padding-left: 38px;
    }

        ul.step li.step_done a:after {
            background: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/order-step-done.png) right 0 no-repeat;
        }
}

@media (min-width:992px) {
    ul.step li.step_done.step_done_last a:after {
        background: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/order-step-done-last.png) right 0 no-repeat;
    }
}

@media (min-width:992px) {
    ul.step li#step_end span:after {
        display: none;
    }
}

ul.step li em {
    font-style: normal;
}

@media (min-width:768px) and (max-width:991px) {
    ul.step li em {
        display: none;
    }
}

.rating {
    clear: both;
    display: block;
    margin: 2em;
    cursor: pointer;
}

    .rating:after {
        content: ".";
        display: block;
        height: 0;
        width: 0;
        clear: both;
        visibility: hidden;
    }

.star {
    cursor: pointer;
}

    .cancel a, .star a {
        display: none;
    }

div.star_on a {
    display: none;
}

.pack_content {
    margin: 10px 0 10px 0;
}

.confirmation {
    margin: 0 0 10px;
    padding: 10px;
    border: 1px solid #e6db55;
    font-size: 13px;
    background: none repeat scroll 0 0 lightyellow;
}

.listcomment {
    list-style-type: none;
    margin: 0 0 20px 0 !important;
}

    .listcomment li {
        padding: 10px 0;
        border-bottom: 1px dotted #d6d4d4;
        color: #666666;
    }

    .listcomment .titlecomment {
        display: block;
        font-weight: bold;
        font-size: 12px;
        color: #333;
    }

    .listcomment .txtcomment {
        display: block;
        padding: 5px 0;
        color: #333;
    }

#reinsurance_block {
    clear: both !important;
}

#short_description_content ul, #short_description_content ol, #short_description_content dl, #tinymce ul, #tinymce ol, #tinymce dl {
    margin-left: 20px;
}

.block_hidden_only_for_screen {
    display: none;
}

.cart_last_product {
    display: none;
}

.cart_quantity .cart_quantity_input {
    height: 27px;
    line-height: 27px;
    padding: 0;
    text-align: center;
    width: 57px;
}

.cart_gift_quantity .cart_quantity_input {
    height: 27px;
    line-height: 27px;
    padding: 0;
    text-align: center;
    width: 57px;
}

.table tbody > tr > td {
    vertical-align: middle;
}

    .table tbody > tr > td.cart_quantity {
        padding: 41px 14px 25px;
        width: 70px;
    }

        .table tbody > tr > td.cart_quantity .cart_quantity_button {
            margin-top: 3px;
        }

            .table tbody > tr > td.cart_quantity .cart_quantity_button a {
                float: left;
                margin-right: 3px;
            }

                .table tbody > tr > td.cart_quantity .cart_quantity_button a + a {
                    margin-right: 0;
                }

    .table tbody > tr > td.cart_delete, .table tbody > tr > td.price_discount_del {
        padding: 5px;
    }

.table tfoot > tr > td {
    vertical-align: middle;
}

.cart_delete a.cart_quantity_delete, a.price_discount_delete {
    font-size: 23px;
    color: #666;
    cursor: pointer;
}

.fa.left {
    margin-right: 5px;
}

.fa.right {
    margin-left: 5px;
}

#order #order-detail-content .product-name a {
    color: #444;
}

#cart_summary thead th {
    padding: 7px 8px 9px 8px;
}

#cart_summary tbody td {
    padding: 7px 8px 9px 8px;
}

    #cart_summary tbody td.cart_product {
        padding: 7px;
        width: 137px;
    }

        #cart_summary tbody td.cart_product img {
            border: 1px solid #d6d4d4;
            background: #fff;
            padding: 1px;
            height: auto;
        }

    #cart_summary tbody td.cart_unit .price span {
        display: inline-block;
    }

        #cart_summary tbody td.cart_unit .price span.price-percent-reduction {
            margin: 5px auto;
            display: inline-block;
        }

        #cart_summary tbody td.cart_unit .price span.old-price {
            text-decoration: line-through;
        }

    #cart_summary tbody td.cart_description small {
        display: block;
        padding: 5px 0 0 0;
        font-size: 12px;
    }

    #cart_summary tbody td.cart_avail {
        width: 1%;
    }

        #cart_summary tbody td.cart_avail span {
            white-space: nowrap;
        }

    #cart_summary tbody td.cart_delete {
        width: 1%;
    }

    #cart_summary tbody td.cart_quantity .fa {
        color: #666;
    }

#cart_summary tfoot td.text-right, #cart_summary tfoot tbody td.cart_unit, #cart_summary tbody tfoot td.cart_unit, #cart_summary tfoot tbody td.cart_total, #cart_summary tbody tfoot td.cart_total {
    font-weight: bold;
    color: #333;
}

#cart_summary tfoot td.price {
    text-align: right;
}

#cart_summary tfoot td.total_price_container span {
    font: 600 18px/22px "Bitter",sans-serif;
    color: #555454;
    text-transform: uppercase;
}

#cart_summary tfoot td#total_price_container {
    font: 600 21px/25px "Bitter",sans-serif;
    color: #333;
    background: #fff;
}

#cart_summary .stock-management-on tbody td.cart_description {
    width: 480px;
}

.cart_discount_price {
    text-align: right;
}

.cart_discount_delete {
    text-align: center;
}

.cart_voucher {
    vertical-align: top !important;
}

    .cart_voucher h4 {
        font: 600 18px/22px "Bitter",sans-serif;
        color: #555454;
        text-transform: uppercase;
        padding: 7px 0 10px 0;
    }

    .cart_voucher .title-offers {
        color: #333;
        font-weight: bold;
        margin-bottom: 6px;
    }

    .cart_voucher fieldset {
        margin-bottom: 10px;
    }

        .cart_voucher fieldset #discount_name {
            float: left;
            width: 219px;
            margin-right: 11px;
        }

    .cart_voucher #display_cart_vouchers span {
        font-weight: bold;
        cursor: pointer;
        color: #777;
    }

        .cart_voucher #display_cart_vouchers span:hover {
            color: #515151;
        }

.enable-multishipping {
    margin: -13px 0 17px;
}

    .enable-multishipping label {
        font-weight: normal;
    }

#HOOK_SHOPPING_CART #loyalty i {
    font-size: 26px;
    line-height: 26px;
    color: #cfcccc;
}

#order_carrier {
    clear: both;
    margin-top: 20px;
    border: 1px solid #999999;
    background: #fff;
}

    #order_carrier .title_block {
        padding: 0 15px;
        height: 29px;
        font-weight: bold;
        line-height: 29px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        background: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/bg_table_th.png) repeat-x 0 -10px #999999;
    }

    #order_carrier span {
        display: block;
        padding: 15px;
        font-weight: bold;
    }

.multishipping_close_container {
    text-align: center;
}

table#cart_summary .gift-icon {
    color: white;
    background: #0088cc;
    display: inline;
    line-height: 20px;
    padding: 2px 5px;
    border-radius: 5px;
}

#multishipping_mode_box {
    padding-top: 12px;
    padding-bottom: 19px;
}

    #multishipping_mode_box .title {
        font-weight: bold;
        color: #333;
        margin-bottom: 15px;
    }

    #multishipping_mode_box .description_off {
        display: none;
    }

        #multishipping_mode_box .description_off div {
            margin-bottom: 10px;
        }

        #multishipping_mode_box .description_off a:hover, #multishipping_mode_box .description a:hover {
            background: #f3f3f3;
            border: 1px solid #cccccc;
        }

    #multishipping_mode_box.on .description_off {
        display: block;
    }

.multishipping-cart .cart_address_delivery.form-control {
    width: 198px;
}

#order .address_add.submit {
    margin-bottom: 20px;
}

#ordermsg {
    margin-bottom: 30px;
}

#id_address_invoice.form-control, #id_address_delivery.form-control {
    width: 269px;
}

.addresses .select label, .addresses .selector, .addresses .addresses .address_select {
    clear: both;
    float: left;
}

.addresses .waitimage {
    display: none;
    float: left;
    width: 24px;
    height: 24px;
    background-image: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../../../img/loader.gif");
    background-repeat: no-repeat;
    position: relative;
    bottom: -2px;
    left: 10px;
}

.addresses .checkbox.addressesAreEquals {
    clear: both;
    float: left;
    margin: 15px 0 25px 0;
}

#order .delivery_option > div, #order-opc .delivery_option > div {
    display: block;
    margin-bottom: 20px;
    font-weight: normal;
}

    #order .delivery_option > div > table, #order-opc .delivery_option > div > table {
        background: #fff;
        margin-bottom: 0;
    }

        #order .delivery_option > div > table.resume, #order-opc .delivery_option > div > table.resume {
            height: 53px;
        }

            #order .delivery_option > div > table.resume.delivery_option_carrier, #order-opc .delivery_option > div > table.resume.delivery_option_carrier {
                margin-top: 10px;
                width: 100%;
                border: 1px solid #d6d4d4;
                font-weight: bold;
            }

                #order .delivery_option > div > table.resume.delivery_option_carrier td, #order-opc .delivery_option > div > table.resume.delivery_option_carrier td {
                    padding: 8px 11px 7px 11px;
                }

                    #order .delivery_option > div > table.resume.delivery_option_carrier td i, #order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
                        font-size: 20px;
                        margin-right: 7px;
                        vertical-align: -2px;
                    }

            #order .delivery_option > div > table.resume td.delivery_option_radio, #order-opc .delivery_option > div > table.resume td.delivery_option_radio {
                width: 54px;
                padding-left: 0;
                padding-right: 0;
                text-align: center;
            }

            #order .delivery_option > div > table.resume td.delivery_option_logo, #order-opc .delivery_option > div > table.resume td.delivery_option_logo {
                width: 97px;
                padding-left: 21px;
            }

            #order .delivery_option > div > table.resume td.delivery_option_price, #order-opc .delivery_option > div > table.resume td.delivery_option_price {
                width: 162px;
            }

.order_carrier_content {
    line-height: normal;
    padding-bottom: 16px;
}

    .order_carrier_content .carrier_title {
        font-weight: bold;
        color: #333;
    }

    .order_carrier_content .checkbox input {
        margin-top: 2px;
    }

    .order_carrier_content .delivery_options_address .carrier_title {
        margin-bottom: 17px;
    }

    .order_carrier_content + div {
        padding-bottom: 15px;
    }

#carrierTable {
    border: 1px solid #999999;
    border-bottom: none;
    background: #fff;
}

    #carrierTable tbody {
        border-bottom: 1px solid #999999;
    }

    #carrierTable th {
        padding: 0 15px;
        height: 29px;
        font-weight: bold;
        line-height: 29px;
        color: #fff;
        text-transform: uppercase;
        background: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/bg_table_th.png) repeat-x 0 -10px #999999;
    }

    #carrierTable td {
        padding: 15px;
        font-weight: bold;
        border-right: 1px solid #e9e9e9;
    }

        #carrierTable td.carrier_price {
            border: none;
        }

p.checkbox.gift {
    margin-bottom: 10px;
}

#gift_div {
    display: none;
    margin-top: 5px;
    margin-bottom: 10px;
}

a.iframe {
    color: #333;
    text-decoration: underline;
}

    a.iframe:hover {
        text-decoration: none;
    }

p.payment_module {
    margin-bottom: 10px;
}

    p.payment_module a {
        display: block;
        border: 1px solid #d6d4d4;
        font-size: 16px;
        line-height: 23px;
        color: #333;
        font-weight: bold;
        padding: 33px 40px 34px 99px;
        letter-spacing: -1px;
        position: relative;
    }

        p.payment_module a.bankwire {
            background: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/bankwire.png) 15px 12px no-repeat #fbfbfb;
        }

        p.payment_module a.cheque {
            background: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/cheque.png) 15px 15px no-repeat #fbfbfb;
        }

        p.payment_module a.cash {
            background: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/cash.png) 15px 15px no-repeat #fbfbfb;
        }

            p.payment_module a.cheque:after, p.payment_module a.bankwire:after, p.payment_module a.cash:after {
                display: block;
                content: "\f054";
                position: absolute;
                right: 15px;
                margin-top: -11px;
                top: 50%;
                font-family: "FontAwesome";
                font-size: 25px;
                height: 22px;
                width: 14px;
                color: #777;
            }

        p.payment_module a:hover {
            background-color: #f6f6f6;
        }

        p.payment_module a span {
            font-weight: bold;
            color: #777;
        }

.payment_module.box {
    margin-top: 20px;
}

p.cheque-indent {
    margin-bottom: 9px;
}

.cheque-box .form-group {
    margin-bottom: 0;
}

    .cheque-box .form-group .form-control {
        width: 269px;
    }

.order-confirmation.box {
    line-height: 29px;
}

    .order-confirmation.box a {
        text-decoration: underline;
    }

        .order-confirmation.box a:hover {
            text-decoration: none;
        }

.delivery_option_carrier td {
    width: 200px;
}

    .delivery_option_carrier td + td {
        width: 280px;
    }

        .delivery_option_carrier td + td + td {
            width: 200px;
        }

.delivery_option_carrier tr td {
    padding: 5px;
}

.delivery_option_carrier.selected {
    display: table;
}

.not-displayable {
    display: none;
}

#address .box, #identity .box, #account-creation_form .box, #new_account_form .box, #opc_account_form .box, #authentication .box {
    padding-bottom: 20px;
    line-height: 20px;
    min-height: 305px;
}

#address p.required, #identity p.required, #account-creation_form p.required, #new_account_form p.required, #opc_account_form p.required, #authentication p.required {
    color: #f13340;
    margin: 9px 0 16px 0;
}

#address p.inline-infos, #identity p.inline-infos, #account-creation_form p.inline-infos, #new_account_form p.inline-infos, #opc_account_form p.inline-infos, #authentication p.inline-infos {
    color: red;
}

#address .form-group, #identity .form-group, #account-creation_form .form-group, #new_account_form .form-group, #opc_account_form .form-group, #authentication .form-group {
    margin-bottom: 15px;
}

    #address .form-group .form-control, #identity .form-group .form-control, #account-creation_form .form-group .form-control, #new_account_form .form-group .form-control, #opc_account_form .form-group .form-control, #authentication .form-group .form-control {
        max-width: 270px;
    }

        #address .form-group .form-control#adress_alias, #identity .form-group .form-control#adress_alias, #account-creation_form .form-group .form-control#adress_alias, #new_account_form .form-group .form-control#adress_alias, #opc_account_form .form-group .form-control#adress_alias, #authentication .form-group .form-control#adress_alias {
            margin-bottom: 20px;
        }

@media (min-width:1200px) {
    #address .form-group.phone-number, #identity .form-group.phone-number, #account-creation_form .form-group.phone-number, #new_account_form .form-group.phone-number, #opc_account_form .form-group.phone-number, #authentication .form-group.phone-number {
        float: left;
        width: 270px;
        margin-right: 13px;
    }
}

@media (min-width:1200px) {
    #address .form-group.phone-number + p, #identity .form-group.phone-number + p, #account-creation_form .form-group.phone-number + p, #new_account_form .form-group.phone-number + p, #opc_account_form .form-group.phone-number + p, #authentication .form-group.phone-number + p {
        padding: 23px 0 0 0;
        margin-bottom: 0;
    }
}

#address .gender-line, #identity .gender-line, #account-creation_form .gender-line, #new_account_form .gender-line, #opc_account_form .gender-line, #authentication .gender-line {
    margin-bottom: 4px;
    padding-top: 4px;
}

    #address .gender-line > label, #identity .gender-line > label, #account-creation_form .gender-line > label, #new_account_form .gender-line > label, #opc_account_form .gender-line > label, #authentication .gender-line > label {
        margin-right: 10px;
        margin-bottom: 0;
    }

    #address .gender-line .radio-inline label, #identity .gender-line .radio-inline label, #account-creation_form .gender-line .radio-inline label, #new_account_form .gender-line .radio-inline label, #opc_account_form .gender-line .radio-inline label, #authentication .gender-line .radio-inline label {
        font-weight: normal;
        color: #777777;
    }

#identity .radio-inline, #identity .checkbox-inline {
    padding: 0;
    overflow: hidden;
}

    #identity .radio input[type="radio"], #identity .radio-inline input[type="radio"], #identity .checkbox input[type="checkbox"], #identity .checkbox-inline input[type="checkbox"] {
        position: relative;
        margin: 0;
    }

#identity #center_column form.std .row, #authentication #center_column form.std .row, #order-opc #center_column form.std .row {
    margin: 0;
}

#identity #center_column form.std .row, #authentication #center_column form.std .row, #order-opc #center_column form.std .row {
    margin-left: -5px;
    margin-right: -5px;
}

    #identity #center_column form.std .row .col-xs-4, #authentication #center_column form.std .row .col-xs-4, #order-opc #center_column form.std .row .col-xs-4 {
        padding-left: 5px;
        padding-right: 5px;
        max-width: 94px;
    }

        #identity #center_column form.std .row .col-xs-4 .form-control, #authentication #center_column form.std .row .col-xs-4 .form-control, #order-opc #center_column form.std .row .col-xs-4 .form-control {
            max-width: 84px;
        }

#identity #center_column .footer_links, #authentication #center_column .footer_links, #order-opc #center_column .footer_links {
    border: none;
    padding-top: 0;
}

#new_account_form .box {
    line-height: 20px;
}

    #new_account_form .box .date-select {
        padding-bottom: 10px;
    }

    #new_account_form .box .top-indent {
        padding-top: 10px;
    }

    #new_account_form .box .customerprivacy {
        padding-top: 15px;
    }

#authentication fieldset.account_creation {
    margin-bottom: 20px;
}

#password {
    padding-top: 0;
    border: none;
}

    #password .box p {
        margin-bottom: 9px;
    }

    #password .box .form-group {
        margin-bottom: 20px;
    }

        #password .box .form-group .form-control {
            width: 263px;
        }

#instant_search_results a.close {
    font-size: 13px;
    font-weight: 600;
    opacity: 1;
    line-height: inherit;
    text-transform: none;
    font-family: Arial,Helvetica,sans-serif;
}

    #instant_search_results a.close:hover {
        color: #515151;
    }

#manufacturers_list h3, #suppliers_list h3 {
    font-size: 17px;
    line-height: 23px;
}

#manufacturers_list .description, #suppliers_list .description {
    line-height: 18px;
}

#manufacturers_list .product-counter a, #suppliers_list .product-counter a {
    font-weight: bold;
    color: #333;
}

    #manufacturers_list .product-counter a:hover, #suppliers_list .product-counter a:hover {
        color: #515151;
    }

#manufacturers_list.list li .mansup-container, #suppliers_list.list li .mansup-container {
    border-top: 1px solid #d6d4d4;
    padding: 31px 0 30px 0;
}

@media (max-width:767px) {
    #manufacturers_list.list li .mansup-container, #suppliers_list.list li .mansup-container {
        text-align: center;
    }
}

#manufacturers_list.list li:first-child .mansup-container, #suppliers_list.list li:first-child .mansup-container {
    border-top: 0;
}

#manufacturers_list.list li .left-side, #suppliers_list.list li .left-side {
    text-align: center;
}

#manufacturers_list.list li h3, #suppliers_list.list li h3 {
    margin-top: -5px;
    padding-bottom: 8px;
}

#manufacturers_list.list li .middle-side, #suppliers_list.list li .middle-side {
    padding-left: 0;
}

@media (max-width:767px) {
    #manufacturers_list.list li .middle-side, #suppliers_list.list li .middle-side {
        padding-right: 15px;
        padding-left: 15px;
    }
}

#manufacturers_list.list li .right-side-content, #suppliers_list.list li .right-side-content {
    border-left: 1px solid #d6d4d4;
    padding: 0 0 32px 31px;
    min-height: 108px;
}

@media (max-width:767px) {
    #manufacturers_list.list li .right-side-content, #suppliers_list.list li .right-side-content {
        min-height: 1px;
        padding: 0;
        border: none;
    }
}

#manufacturers_list.list li .right-side-content .product-counter, #suppliers_list.list li .right-side-content .product-counter {
    position: relative;
    top: -6px;
    margin-bottom: 12px;
}

@media (max-width:767px) {
    #manufacturers_list.list li .right-side-content .product-counter, #suppliers_list.list li .right-side-content .product-counter {
        top: 0;
    }
}

#manufacturers_list.grid li, #suppliers_list.grid li {
    text-align: center;
}

    #manufacturers_list.grid li .product-container, #suppliers_list.grid li .product-container {
        padding-top: 40px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d6d4d4;
    }

        #manufacturers_list.grid li .product-container .left-side, #suppliers_list.grid li .product-container .left-side {
            padding-bottom: 42px;
        }

        #manufacturers_list.grid li .product-container h3, #suppliers_list.grid li .product-container h3 {
            padding-bottom: 10px;
        }

        #manufacturers_list.grid li .product-container .product-counter, #suppliers_list.grid li .product-container .product-counter {
            margin-bottom: 12px;
        }

@media (min-width:1200px) {
    #manufacturers_list.grid li.first-in-line, #suppliers_list.grid li.first-in-line {
        clear: left;
    }

    #manufacturers_list.grid li.last-line .product-container, #suppliers_list.grid li.last-line .product-container {
        border-bottom: none;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    #manufacturers_list.grid li.first-item-of-tablet-line, #suppliers_list.grid li.first-item-of-tablet-line {
        clear: left;
    }

    #manufacturers_list.grid li.last-tablet-line .product-container, #suppliers_list.grid li.last-tablet-line .product-container {
        border-bottom: none;
    }
}

@media (max-width:767px) {
    #manufacturers_list.grid .product-container, #suppliers_list.grid .product-container {
        border-bottom: none;
    }
}

#manufacturer .description_box, #supplier .description_box {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #d6d4d4;
}

    #manufacturer .description_box .hide_desc, #supplier .description_box .hide_desc {
        display: none;
    }

#manufacturer .bottom-pagination-content, #manufacturer .top-pagination-content, #supplier .bottom-pagination-content, #supplier .top-pagination-content {
    min-height: 69px;
}

    #manufacturer .top-pagination-content.bottom-line, #supplier .top-pagination-content.bottom-line {
        border-bottom: 1px solid #d6d4d4;
    }

.myaccount-column ul li, .blockmanufacturer ul li, .blocksupplier ul li {
    margin-bottom: 10px;
}

.myaccount-column .selector, .blockmanufacturer .selector, .blocksupplier .selector {
    width: 100% !important;
}

table.discount i {
    font-size: 20px;
    line-height: 20px;
    vertical-align: -2px;
}

    table.discount i.icon-ok {
        color: #46a74e;
    }

    table.discount i.icon-remove {
        color: #f13340;
    }

#guestTracking .form-control {
    max-width: 270px;
}

@media (min-width:1200px) {
    #guestTracking .form-group {
        overflow: hidden;
    }

        #guestTracking .form-group i {
            padding-left: 10px;
        }

    #guestTracking .form-control {
        float: left;
    }

    #guestTracking label {
        float: left;
        clear: both;
        width: 100%;
    }
}

#account-creation_form fieldset.reversoform {
    padding: 10px !important;
}

    #account-creation_form fieldset.reversoform .text label {
        display: block;
        padding: 0 0 10px 0;
        width: 100%;
        text-align: left;
    }

    #account-creation_form fieldset.reversoform .infos-sup {
        padding: 0 !important;
        font-size: 10px;
        font-style: italic;
        text-align: right;
    }

#account-creation_form fieldset.customerprivacy label, fieldset.customerprivacy label {
    cursor: pointer;
}

.tab-content {
    margin-top: 20px;
}

form#sendComment fieldset {
    padding: 10px;
    border: 1px solid #cccccc;
    background: #eeeeee;
}

form#sendComment h3 {
    font-size: 14px;
}

#new_comment_form p.text {
    margin-bottom: 0;
    padding-bottom: 0;
}

#sendComment p.text label, #sendComment p.textarea label {
    display: block;
    margin: 12px 0 4px;
    font-weight: bold;
    font-size: 12px;
}

#sendComment p.text input {
    padding: 0 5px;
    height: 28px;
    width: 498px;
    border: 1px solid #cccccc;
    background: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/bg_input.png) repeat-x 0 0 #fff;
}

#sendComment p.textarea textarea {
    height: 80px;
    width: 508px;
    border: 1px solid #cccccc;
}

#sendComment p.submit {
    padding: 0;
    text-align: right;
}

#sendComment p.closeform {
    float: right;
    padding: 0;
    height: 12px;
    width: 12px;
    text-indent: -5000px;
    background: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/icon/delete.gif) no-repeat 0 0;
}

.required {
    color: #ff0000;
}

.advertising_block {
    width: 191px;
    margin-bottom: 1em;
    text-align: center;
}

.blockcategories_footer ul ul {
    display: none !important;
}

.form-group.form-error input, .form-group.form-error textarea {
    border: 1px solid #f13340;
    color: #f13340;
    background: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/icon/form-error.png) 98% center no-repeat #fff1f2;
}

.form-group.form-ok input, .form-group.form-ok textarea {
    border: 1px solid #46a74e;
    color: #35b33f;
    background: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/icon/form-ok.png) 98% center no-repeat #ddf9e1;
}

.form-group.form-error .form-control, .form-group.form-ok .form-control {
    padding-right: 30px;
}

.radio-inline, .checkbox {
    padding-left: 0;
}

    .radio-inline .checker, .checkbox .checker {
        float: left;
        margin-right: 10px;
    }

        .radio-inline .checker span, .checkbox .checker span {
            top: 0;
        }

    .radio-inline div.radio, .checkbox div.radio {
        display: inline-block;
    }

        .radio-inline div.radio span, .checkbox div.radio span {
            float: left;
            top: 0;
        }

.fancybox-skin {
    background: #fff !important;
}

    .fancybox-skin .fancybox-close {
        width: 28px;
        height: 28px;
        background: none;
        font-size: 28px;
        line-height: 28px;
        color: #333;
        text-align: center;
        background: white;
        right: -15px;
        top: -10px;
        border-radius: 50%;
    }

        .fancybox-skin .fancybox-close:after {
            content: "\f057";
            font-family: "FontAwesome";
        }

#facebook_block, #cmsinfo_block {
    overflow: hidden;
    background: #f2f2f2;
    min-height: 344px;
    height: 344px;
    padding-right: 29px;
    padding-left: 29px;
}

@media (max-width:991px) {
    #facebook_block, #cmsinfo_block {
        min-height: 354px;
        height: 354px;
        padding-left: 13px;
        padding-right: 13px;
    }
}

@media (max-width:767px) {
    #facebook_block, #cmsinfo_block {
        width: 100%;
        min-height: 1px;
    }
}

#facebook_block h4 {
    padding: 35px 0 0 0;
    margin: 0 0 12px 0;
    font: 300 21px/25px "Bitter",sans-serif;
    color: #6f6d6d;
}

@media (max-width:991px) {
    #facebook_block h4 {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    #facebook_block h4 {
        padding-top: 20px !important;
    }
}

@media (max-width:768px) {
    #facebook_block h4 {
        font-size: 16px;
    }
}

#facebook_block .facebook-fanbox {
    background: #fff;
    border: 1px solid #aaaaaa;
    padding-bottom: 10px;
}

#cmsinfo_block {
    border-left: 1px solid #d9d9d9;
}

@media (max-width:767px) {
    #cmsinfo_block {
        border: none;
        margin-top: 10px;
    }
}

#cmsinfo_block > div {
    padding: 35px 10px 0 0;
}

@media (max-width:767px) {
    #cmsinfo_block > div {
        padding-top: 20px;
    }
}

@media (max-width:479px) {
    #cmsinfo_block > div {
        width: 100%;
        border-top: 1px solid #d9d9d9;
    }
}

#cmsinfo_block > div + div {
    border-left: 1px solid #d9d9d9;
    min-height: 344px;
    padding-left: 29px;
}

@media (max-width:479px) {
    #cmsinfo_block > div + div {
        border-left: none;
        padding-left: 10px;
        min-height: 1px;
        padding-bottom: 15px;
    }
}

#cmsinfo_block em {
    float: left;
    width: 60px;
    height: 60px;
    margin: 3px 10px 0 0;
    font-size: 30px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    background: #6f6d6d;
}

@media (max-width:991px) {
    #cmsinfo_block em {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
}

#cmsinfo_block .type-text {
    overflow: hidden;
}

#cmsinfo_block h3 {
    margin: 0 0 5px 0;
    font: 300 21px/25px "Bitter",sans-serif;
    color: #6f6d6d;
}

@media (max-width:1199px) {
    #cmsinfo_block h3 {
        font-size: 18px;
    }
}

#cmsinfo_block ul li {
    padding-bottom: 22px;
}

@media (max-width:1199px) {
    #cmsinfo_block ul li {
        padding-bottom: 10px;
    }
}

@media (max-width:991px) {
    #cmsinfo_block ul li {
        padding-bottom: 0;
    }
}

#cmsinfo_block p em {
    background: none;
    margin: 0;
    font-size: 13px;
    color: #777777;
    float: none;
    height: inherit;
    line-height: inherit;
    text-align: left;
    font-style: italic;
}

.ie8 #facebook_block, .ie8 #cmsinfo_block {
    height: 344px;
}

@media (max-width:1199px) {
    .zoomdiv {
        display: none !important;
    }
}

#product.content_only div.pb-left-column p.resetimg {
    margin-bottom: 0;
    padding-top: 0;
}

#product.content_only div.pb-left-column #thumbs_list_frame {
    margin-bottom: 0;
}

#product_comparison td.compare_extra_information {
    padding: 10px;
}

#product_comparison #social-share-compare {
    margin-bottom: 50px;
}

.btn-facebook:hover, .btn-twitter:hover, .btn-google-plus:hover, .btn-pinterest:hover {
    border-color: white;
}

.btn-facebook i {
    color: #435f9f;
}

.btn-facebook:hover {
    color: white;
    background-color: #435f9f;
}

    .btn-facebook:hover i {
        color: white;
    }

.btn-twitter i {
    color: #00aaf0;
}

.btn-twitter:hover {
    color: white;
    background-color: #00aaf0;
}

    .btn-twitter:hover i {
        color: white;
    }

.btn-google-plus i {
    color: #e04b34;
}

.btn-google-plus:hover {
    color: white;
    background-color: #e04b34;
}

    .btn-google-plus:hover i {
        color: white;
    }

.btn-pinterest i {
    color: #ce1f21;
}

.btn-pinterest:hover {
    color: white;
    background-color: #ce1f21;
}

    .btn-pinterest:hover i {
        color: white;
    }

.payment_option_form {
    display: none;
}

.payment_option_logo {
    height: 50px;
    max-height: 50px;
}

.payment_module_adv {
    height: 120px;
    max-height: 120px;
}

.payment_option_selected {
    display: none;
    margin-top: 15px;
}

    .payment_option_selected i {
        color: green;
    }

.payment_option_cta {
    margin-left: 10px;
    color: #333 !important;
}

.tnc_box {
    background: #fbfbfb;
    border: 1px solid #d6d4d4;
    padding: 14px 18px 13px;
    margin: 0 0 30px 0;
    line-height: 23px;
}

.pointer-box {
    cursor: pointer;
}

div.selector span {
    display: none;
}

ul.footer_links li {
    display: inline-block;
}

    ul.footer_links li.left {
        float: left;
    }

    ul.footer_links li.right {
        float: right;
    }

.bx-controls-direction {
    direction: ltr;
}

.cms-terms-and-conditions-of-use .page-heading {
    margin-top: 0;
}

.fancybox-inner {
    text-align: center;
}

    .fancybox-inner .compare_product_view, .fancybox-inner .wishlist_product_view {
        margin-bottom: 12px;
    }

.informations_block_left .list-block li {
    margin-bottom: 10px;
}

body .form-control {
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
}

    body .form-control:focus {
        box-shadow: none;
    }

body .radio, body .checkbox {
    margin: 0;
    padding: 0;
}

    body .radio label, body .checkbox label {
        padding: 0;
    }

.account_creation > .checkbox {
    margin-bottom: 10px;
}

.radio-inline, .checkbox-inline {
    padding: 0;
}

    .radio-inline .radio, .radio-inline .checkbox, .checkbox-inline .radio, .checkbox-inline .checkbox {
        top: 2px;
    }

.alert.alert-success {
    text-shadow: none;
}

#block-history .label {
    border-radius: 0;
}

.history_detail .button {
    vertical-align: middle;
}

#cart_voucher {
    position: relative;
}

    #cart_voucher:after {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        background: #ddd;
        position: absolute;
        left: 0;
        bottom: -1px;
    }

.main-page-indent {
    margin-bottom: 10px;
}

.rtl .fancybox-overlay-fixed {
    direction: ltr;
}

input:focus {
    outline: none;
}

@-webkit-keyframes animate-translate-top {
    0% {
        -webkit-transform: translate(0,-150px);
        -ms-transform: translate(0,-150px);
        transform: translate(0,-150px);
    }

    100% {
        -webkit-transform: translate(0,0px);
        -ms-transform: translate(0,0px);
        transform: translate(0,0px);
    }
}

@-moz-keyframes animate-translate-top {
    0% {
        -webkit-transform: translate(0,-150px);
        -ms-transform: translate(0,-150px);
        transform: translate(0,-150px);
    }

    100% {
        -webkit-transform: translate(0,0px);
        -ms-transform: translate(0,0px);
        transform: translate(0,0px);
    }
}

@keyframes animate-translate-top {
    0% {
        -webkit-transform: translate(0,-150px);
        -ms-transform: translate(0,-150px);
        transform: translate(0,-150px);
    }

    100% {
        -webkit-transform: translate(0,0px);
        -ms-transform: translate(0,0px);
        transform: translate(0,0px);
    }
}

#send_friend_form {
    width: 600px;
    overflow: hidden;
}

    #send_friend_form .product img {
        margin: 0 0 10px 0;
        border: 1px solid #d6d4d4;
    }

    #send_friend_form .product p {
        padding: 0;
        color: #333;
    }

        #send_friend_form .product p .product_name {
            font-size: 12px;
            color: #000;
        }

    #send_friend_form .form_container {
        padding: 10px 15px;
        border: 1px solid #d6d4d4;
        background: white;
    }

        #send_friend_form .form_container .intro_form {
            padding-bottom: 6px;
            font-weight: 700;
            font-size: 13px;
            color: #333;
        }

        #send_friend_form .form_container .txt_required {
            padding-bottom: 0;
            color: #666;
        }

        #send_friend_form .form_container .text {
            padding-bottom: 10px;
        }

            #send_friend_form .form_container .text label {
                display: block;
                padding: 0;
                width: 100%;
                font-size: 12px;
            }

            #send_friend_form .form_container .text input {
                padding: 0 5px;
                width: 100%;
                color: #666;
            }

    #send_friend_form .submit {
        margin-top: 20px;
        padding-bottom: 0;
        text-align: right;
    }

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-arrow.slick-hidden {
    display: none;
}

.rtl .pull-right {
    float: left !important;
}

.rtl .pull-left {
    float: right !important;
}

.rtl .fa.left {
    margin-right: 0;
    margin-left: 5px;
}

.rtl .fa.right {
    margin-left: 0;
    margin-right: 5px;
}

.rtl ul.step li {
    float: right;
    text-align: right;
}

    .rtl ul.step li.step_todo span {
        padding: 13px 38px 14px 13px;
    }

    .rtl ul.step li a:after, .rtl ul.step li span:after, .rtl ul.step li.step_current span:after, .rtl ul.step li.step_current_end span:after {
        left: -31px;
        right: auto;
        transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
    }

    .rtl ul.step li.step_current {
        background-repeat: repeat-x;
        background-image: linear-gradient(to bottom,#43ab54 0,#42b856 100%);
    }

        .rtl ul.step li.step_current span {
            padding: 13px 38px 14px 13px;
        }

    .rtl ul.step li.step_done {
        background-repeat: repeat-x;
        background-image: linear-gradient(to bottom,#666666 0,#727171 100%);
    }

        .rtl ul.step li.step_done a {
            padding: 13px 38px 14px 13px;
        }

    .rtl ul.step li.first span, .rtl ul.step li.first a {
        padding-right: 13px !important;
    }

.rtl .text-right, .rtl #cart_summary tbody td.cart_unit, #cart_summary tbody .rtl td.cart_unit, .rtl #cart_summary tbody td.cart_total, #cart_summary tbody .rtl td.cart_total, .rtl #cart_summary tbody td.cart_unit, .rtl #cart_summary tbody td.cart_total {
    text-align: left;
}

.rtl#address .form-group.phone-number, .rtl#identity .form-group.phone-number, .rtl#account-creation_form .form-group.phone-number, .rtl#new_account_form .form-group.phone-number, .rtl#opc_account_form .form-group.phone-number, .rtl#authentication .form-group.phone-number {
    float: right;
    margin-left: 13px;
    margin-right: 0;
}

.rtl .form-group.form-error .form-control, .rtl .form-group.form-ok .form-control {
    padding-right: 5px;
    padding-left: 30px;
    background-position: 5px center;
}

.rtl .addresses .select label, .rtl .addresses .selector, .rtl .addresses .addresses .address_select {
    float: right;
}

.rtl .radio-inline .checker, .rtl .checkbox .checker {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.rtl .addresses .checkbox.addressesAreEquals {
    float: right;
}

.rtl ul.wlp_bought_list li .lnkdel {
    left: 0;
    right: auto;
}

.rtl ul.wlp_bought_list li .product-name {
    padding: 0 0 0 20px;
}

.rtl#module-blockwishlist-mywishlist .wishlistLinkTop li {
    float: right;
}

.rtl#module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a {
    margin: 10px 0 10px 10px;
}

.rtl #cart_summary tfoot td.price {
    text-align: left;
}

.rtl .page-heading span.heading-counter {
    float: left;
}

.rtl p.payment_module a {
    padding: 33px 99px 34px 40px;
}

    .rtl p.payment_module a.cheque, .rtl p.payment_module a.bankwire, .rtl p.payment_module a.cash {
        background-position: 98% 15px;
    }

        .rtl p.payment_module a.cheque:after, .rtl p.payment_module a.bankwire:after, .rtl p.payment_module a.cash:after {
            right: auto;
            left: 15px;
            content: "\f053";
        }

@media (max-width:767px) {
    .rtl .page-heading span.heading-counter {
        float: none;
        display: block;
    }
}

#order-detail-content table .return_quantity_buttons {
    margin-top: 3px;
}

    #order-detail-content table .return_quantity_buttons a {
        display: none;
        float: left;
    }

        #order-detail-content table .return_quantity_buttons a + a {
            margin-left: 3px;
        }

#order-detail-content table .order_qte_input {
    display: none;
    width: 57px;
    height: 27px;
    line-height: 27px;
    padding: 0;
    text-align: center;
}

#order-detail-content table label {
    font-weight: 400;
}

.table td.history_detail a + a {
    margin-left: 14px;
}

.table td.step-by-step-date {
    width: 105px;
}

.table tfoot strong {
    color: #333;
}

.info-order i {
    font-size: 20px;
}

    .info-order i.icon-gift {
        color: #f13340;
    }

    .info-order i.icon-repeat {
        color: #55c65e;
    }

#sendOrderMessage {
    margin-bottom: 30px;
}

    #sendOrderMessage select.form-control {
        width: 263px;
    }

#body {
    background-color: #F7F7F7;
}

#maintenance {
    margin: 50px 0 0 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

@media (min-width:1200px) {
    #maintenance {
        margin: 126px 0 0 0;
        padding: 50px;
    }
}

#maintenance .logo {
    margin: 0 0 31px 0;
    text-align: center;
}

#maintenance h1 {
    font: 24px "Bitter",sans-serif;
    color: #333;
    padding: 0 0 14px 0;
    margin: 0 0 19px 0;
}

#maintenance #message {
    font: 14px "Bitter",sans-serif;
    padding: 0 0 0 18px;
    color: #555454;
    text-align: center;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#my-account .addresses-lists {
    margin-bottom: 30px;
}

#my-account ul.myaccount-link-list li {
    overflow: hidden;
    padding-bottom: 10px;
}

    #my-account ul.myaccount-link-list li a {
        display: block;
        overflow: hidden;
        font: 600 16px/20px "Bitter",sans-serif;
        color: #555454;
        text-shadow: 0 1px white;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        border: 1px solid;
        border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
    }

        #my-account ul.myaccount-link-list li a i {
            font-size: 25px;
            color: #fd7e01;
            position: absolute;
            left: 0;
            top: 0;
            width: 52px;
            height: 100%;
            padding: 10px 0 0 0;
            text-align: center;
            border: 1px solid #fff;
        }

        #my-account ul.myaccount-link-list li a span {
            display: block;
            padding: 13px 15px 15px 17px;
            overflow: hidden;
            border: 1px solid;
            margin-left: 52px;
            border-color: #fff #fff #fff #c8c8c8;
        }

        #my-account ul.myaccount-link-list li a:hover {
            filter: none;
            background: #e7e7e7;
            border-color: #9e9e9e #c2c2c2 #c8c8c8 #c2c2c2;
        }

#identity .std .checkbox {
    min-height: 30px;
}

.rtl#my-account ul.myaccount-link-list li a i {
    left: 0;
    right: 0;
}

.rtl#my-account ul.myaccount-link-list li a span {
    margin-left: 0;
    margin-right: 52px;
    border-color: #ffffff #c8c8c8 #ffffff #ffffff;
}

#order-opc {
    line-height: 20px;
}

    #order-opc .box {
        padding-bottom: 20px;
    }

    #order-opc .cart_navigation {
        margin-bottom: 53px;
    }

    #order-opc .page-heading.step-num {
        position: relative;
        padding-left: 45px;
        overflow: visible;
    }

        #order-opc .page-heading.step-num span {
            font-weight: bold;
            font-size: 42px;
            line-height: 51px;
            font-style: italic;
            color: #333;
            position: absolute;
            left: 10px;
            top: -14px;
        }

    #order-opc .form-group {
        margin-bottom: 2px;
    }

        #order-opc .form-group .form-control {
            max-width: 271px;
        }

    #order-opc .lost_password {
        display: inline-block;
        text-decoration: underline;
        margin: 5px 0 14px;
    }

        #order-opc .lost_password:hover {
            text-decoration: none;
        }

    #order-opc .title_block {
        font-weight: bold;
        color: #333;
        padding: 3px 0 6px;
    }

    #order-opc .opc-button {
        padding: 11px 0 0 0;
    }

    #order-opc ul.bullet {
        line-height: 22px;
        margin-bottom: 5px;
    }

    #order-opc .date-select {
        padding-bottom: 10px;
    }

    #order-opc .opc-add-save {
        border-top: 1px solid #d6d4d4;
        margin-top: 20px;
        padding-top: 20px;
    }

    #order-opc #message {
        margin-bottom: 35px;
    }

    #order-opc #opc_payment_methods {
        margin-bottom: 30px;
    }

        #order-opc #opc_payment_methods p.warning {
            color: #F13340;
            font-weight: 700;
        }

    #order-opc #opc_account {
        margin-bottom: 30px;
    }

    #order-opc .address_delivery.select {
        margin-bottom: 15px;
    }

    #order-opc #address_invoice_form.form-group {
        margin-bottom: 30px;
    }

#new_account_form .id_state, #new_account_form .dni, #new_account_form .postcode {
    display: none;
}

.footable .footable-sortable .footable-sort-indicator:after {
    cursor: pointer;
}

.rtl .footable .footable-sortable .footable-sort-indicator:after {
    float: left;
}

@media (max-width:767px) {
    .rtl #order-detail-content {
        direction: ltr;
    }

        .rtl #order-detail-content #cart_summary {
            direction: rtl;
        }
}

@media only print {
    #header .nav, #header .banner, #header .row > div {
        display: none;
    }

    #header .row div#header_logo {
        display: block;
    }

    #center_column {
        width: 100% !important;
    }

    #left_column, #right_column {
        display: none;
    }

    .no-print, #quantity_wanted_p > a, a.quick-view {
        display: none !important;
    }

    div.selector, div.selector span, div.selector select {
        background: none;
    }

    #thumbs_list li a:hover, #thumbs_list li a.shown {
        border-color: #fff;
    }

    .product_attributes, .box-cart-bottom {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .pb-left-column #views_block {
        margin-top: 10px;
        width: 278px !important;
    }

    #thumbs_list_frame, #thumbs_list {
        width: 100% !important;
        height: 100% !important;
    }

        #thumbs_list li, #thumbs_list li:first-child {
            margin: 4px;
            width: 82px;
            height: 82px;
        }

    #view_scroll_left, #view_scroll_right, .view_scroll_spacer {
        display: none !important;
    }

    .bx-wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }

    .bx-viewport {
        height: auto !important;
    }

    #bxslider, #bxslider1, #crossselling_list_car {
        width: 100% !important;
        height: auto !important;
        overflow: visible !important;
    }

        #bxslider1 .product-box {
            min-height: 200px;
        }

    .bx-controls-direction {
        display: none;
    }

    #footer .row > div, #footer .row > section {
        display: none;
    }

        #footer .row > div#block_contact_infos, #footer .row > section#block_contact_infos {
            display: block;
            width: 100%;
            border-left: none;
            border-top: 1px solid #515151;
            padding-top: 20px;
        }

    .footer-container #footer h4:after {
        display: none;
    }
}

#scenes .popover-button span {
    display: block;
    font-size: 28px;
    text-align: center;
}

    #scenes .popover-button span:before {
        content: "\f0fe";
        font-family: "FontAwesome";
        display: block;
        vertical-align: 5px;
        color: grey;
    }

.thumbs_banner {
    margin: 10px auto;
    padding: 0;
    height: 62px !important;
    width: 100%;
    border-top: 1px solid #d6d4d4;
    border-bottom: 1px solid #d6d4d4;
}

    .thumbs_banner .space-keeper {
        width: 21px;
        float: left;
        display: block;
        height: 100%;
    }

        .thumbs_banner .space-keeper a.prev {
            display: none;
            width: 21px;
            background: #fbfbfb;
            text-decoration: none;
            color: #333;
        }

            .thumbs_banner .space-keeper a.prev:before {
                font-family: "FontAwesome";
                content: "\f053";
                vertical-align: middle;
                padding-top: 35px;
                padding-left: 5px;
            }

        .thumbs_banner .space-keeper a.next {
            float: left;
            display: block;
            width: 21px;
            background: #fbfbfb;
            text-decoration: none;
            color: #333;
        }

            .thumbs_banner .space-keeper a.next:before {
                font-family: "FontAwesome";
                content: "\f054";
                vertical-align: middle;
                padding-top: 35px;
                padding-left: 5px;
            }

#scenes_list {
    overflow: hidden;
    float: left;
    width: 828px;
}

    #scenes_list ul {
        list-style-type: none;
    }

    #scenes_list li {
        float: left;
    }

    #scenes_list a {
        display: block;
    }

#scenes a.popover-button {
    display: block;
    position: absolute;
    text-decoration: none;
}

#scenes .popover {
    border-color: #d6d4d4;
}

#scenes .product-image-container, #scenes .product-name {
    margin-bottom: 15px;
}

#scenes div.description {
    margin-bottom: 15px;
}

#scenes .button-container {
    margin-bottom: 15px;
}

    #scenes .button-container a {
        text-decoration: none;
    }

#scenes .price {
    margin-bottom: 10px;
}

@media (max-width:1199px) {
    #scenes {
        display: none;
    }
}

#sitemap .sitemap_block .page-subheading {
    margin-bottom: 16px;
}

#sitemap .sitemap_block li {
    line-height: 16px;
    padding-bottom: 11px;
}

    #sitemap .sitemap_block li a:before {
        content: "\f105";
        display: inline-block;
        font-family: "FontAwesome";
        padding-right: 10px;
    }

    #sitemap .sitemap_block li a:hover {
        font-weight: bold;
    }

#listpage_content div.tree_top {
    padding: 5px 0 0 27px;
}

    #listpage_content div.tree_top a:before {
        content: "\f015";
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 20px;
        color: #333;
    }

    #listpage_content div.tree_top a:hover:before {
        color: #515151;
    }

ul.tree {
    padding-left: 24px;
}

    ul.tree li {
        margin: 0 0 0 21px;
        padding: 5px 0 0 33px;
        border-left: 1px solid #d6d4d4;
        background: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/sitemap-horizontal.png) no-repeat left 15px transparent;
    }

        ul.tree li a:hover {
            font-weight: bold;
        }

    ul.tree > li {
        margin: 0 0 0 11px;
    }

    ul.tree li.last {
        border: medium none;
        background: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/sitemap-last.png) no-repeat 0 -4px transparent;
    }

#stores #map {
    width: 100%;
    height: 447px;
    margin-bottom: 26px;
}

#stores input#addressInput {
    display: inline-block;
    width: 269px;
}

#stores .address-input {
    float: left;
    margin-right: 19px;
}

@media (max-width:767px) {
    #stores .address-input {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

#stores .address-input label {
    margin-right: 5px;
}

#stores .radius-input {
    float: left;
    line-height: 23px;
    margin-right: 20px;
}

    #stores .radius-input label, #stores .radius-input .selector {
        float: left;
    }

    #stores .radius-input label {
        margin-right: 10px;
    }

    #stores .radius-input #radiusSelect {
        width: 78px;
    }

#stores .store-content {
    padding-bottom: 30px;
}

#stores .store-content-select .selector {
    visibility: hidden;
    display: none;
}

#stores .store-content-select.active {
    padding-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #d6d4d4;
}

    #stores .store-content-select.active .selector {
        visibility: visible;
        display: block;
    }

#stores .store-title {
    margin-bottom: 16px;
}

#stores label {
    font-weight: normal;
    color: #777;
}

#stores #stores_loader {
    display: none;
    margin-left: 5px;
}

#stores #locationSelect {
    max-width: 356px;
    visibility: hidden;
}

#stores #stores-table {
    display: none;
}

    #stores #stores-table tbody td {
        padding: 20px;
    }

        #stores #stores-table tbody td.num {
            background: #fbfbfb;
            width: 46px;
        }

        #stores #stores-table tbody td.name span {
            padding-left: 15px;
        }

@media (max-width:767px) {
    #stores #stores-table tbody td.name img {
        display: none;
    }
}

.store-image img {
    width: 100%;
    min-width: 100px;
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}

    .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
        -ms-touch-action: auto;
        touch-action: auto;
    }

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.mCSB_inside > .mCSB_container {
    margin-right: 15px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 15px;
}

    .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
        margin-left: 0;
    }

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: -6px;
    bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: -6px;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        position: relative;
        width: 4px;
        height: 100%;
        margin: 0 auto;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        text-align: center;
    }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0;
}

    .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        width: 100%;
        height: 4px;
        margin: 6px auto;
    }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

    .mCSB_container_wrapper > .mCSB_container {
        padding-right: 30px;
        padding-bottom: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255,255,255,0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/autoload/mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
}

    .mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
        opacity: 0.75;
        filter: "alpha(opacity=75)";
        -ms-filter: "alpha(opacity=75)";
    }

    .mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
        opacity: 0.9;
        filter: "alpha(opacity=90)";
        -ms-filter: "alpha(opacity=90)";
    }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0,0,0,0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(0,0,0,0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255,255,255,0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255,255,255,0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
    height: 14px;
}

    .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 14px;
        margin: 0 1px;
    }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px;
}

    .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        height: 14px;
        margin: 1px 0;
    }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px;
}

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    opacity: 0.3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0.5)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(left,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to right,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0.5)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);
}

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px;
}

.mCS-3d.mCSB_scrollTools, .mCS-3d-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

    .mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
    }

    .mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
        width: 8px;
        background-color: #000;
        background-color: rgba(0,0,0,0.2);
        box-shadow: inset 1px 0 1px rgba(0,0,0,0.5),inset -1px 0 1px rgba(255,255,255,0.2);
    }

    .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
        background-color: #555;
    }

    .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 8px;
    }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),inset 0 -1px 1px rgba(255,255,255,0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.1);
    box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

    .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

        .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical, .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0,0,0,0.1),inset 0 0 14px rgba(0,0,0,0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1),inset 0 0 14px rgba(0,0,0,0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0,0,0,0.05);
    box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0,0,0,0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1),inset 0 0 14px rgba(0,0,0,0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255,255,255,0.4),inset -1px 0 0 rgba(0,0,0,0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),inset 0 -1px 0 rgba(0,0,0,0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0,0,0,0.05);
    box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    left: 0;
    right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0,0,0,0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0,0,0,0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255,255,255,0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0,0,0,0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255,255,255,0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
}

.products::-webkit-scrollbar {
    display: none;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
    background-image: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/autoload/../../img/jquery/uniform/sprite.png");
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}

div.selector, div.checker, div.button, div.radio, div.uploader {
    vertical-align: middle;
}

    div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
        outline: 0;
    }

    div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
        margin: 0;
        padding: 0;
    }

.highContrastDetect {
    background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/autoload/../../../img/jquery/uniform/bg-input.png") repeat-x 0 0;
    width: 0;
    height: 0;
}

input.uniform-input, select.uniform-multiselect, textarea.uniform {
    padding: 3px;
    background: white;
    outline: 0;
}

div.checker input, input[type="search"], input[type="search"]:active {
    -moz-appearance: none;
    -webkit-appearance: none;
}

div.selector {
    background-position: 0 -54px;
    line-height: 27px;
    height: 27px;
    padding: 0 0 0 10px;
    position: relative;
    overflow: hidden;
}

    div.selector span {
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        background-position: right 0;
        height: 27px;
        line-height: 27px;
        padding-right: 30px;
        cursor: pointer;
        width: 100%;
        display: block;
    }

    div.selector.fixedWidth {
        width: 190px;
    }

        div.selector.fixedWidth span {
            width: 150px;
        }

    div.selector select {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        border: none;
        background: none;
        position: absolute;
        height: 27px;
        top: 0;
        left: 0;
        width: 100%;
    }

    div.selector.active span {
        background-position: right -27px;
    }

    div.selector.hover span, div.selector.focus span {
        background-position: right -27px;
    }

    div.selector.hover.active span, div.selector.focus.active span {
        background-position: right -27px;
    }

    div.selector.disabled span, div.selector.disabled.active span {
        background-position: right 0;
    }

div.selector1 > div {
    background-position: 0 -135px;
}

    div.selector1 > div span {
        background-position: right -81px;
    }

    div.selector1 > div.active span {
        background-position: right -108px;
    }

    div.selector1 > div.hover span, div.selector1 > div.focus span {
        background-position: right -108px;
    }

    div.selector1 > div.hover.active span, div.selector1 > div.focus.active span {
        background-position: right -108px;
    }

    div.selector1 > div.disabled, div.selector1 > div.disabled.active {
        background-position: 0 -135px;
    }

        div.selector1 > div.disabled span, div.selector1 > div.disabled.active span {
            background-position: right -81px;
        }

div.selector2 > div {
    background-position: 0 -216px;
}

    div.selector2 > div span {
        background-position: right -162px;
    }

    div.selector2 > div.active span {
        background-position: right -189px;
    }

    div.selector2 > div.hover span, div.selector2 > div.focus span {
        background-position: right -189px;
    }

    div.selector2 > div.hover.active span, div.selector2 > div.focus.active span {
        background-position: right -189px;
    }

    div.selector2 > div.disabled, div.selector2 > div.disabled.active {
        background-position: 0 -216px;
    }

        div.selector2 > div.disabled span, div.selector2 > div.disabled.active span {
            background-position: right -162px;
        }

div.selector3 > div {
    background-position: 0 -351px;
}

    div.selector3 > div span {
        background-position: right -297px;
    }

    div.selector3 > div.active span {
        background-position: right -324px;
    }

    div.selector3 > div.hover span, div.selector3 > div.focus span {
        background-position: right -324px;
    }

    div.selector3 > div.hover.active span, div.selector3 > div.focus.active span {
        background-position: right -324px;
    }

    div.selector3 > div.disabled, div.selector3 > div.disabled.active {
        background-position: 0 -351px;
    }

        div.selector3 > div.disabled span, div.selector3 > div.disabled.active span {
            background-position: right -297px;
        }

div.checker {
    position: relative;
}

    div.checker, div.checker span, div.checker input {
        width: 15px;
        height: 15px;
    }

        div.checker span {
            display: -moz-inline-box;
            display: inline-block;
            *display: inline;
            zoom: 1;
            text-align: center;
            background-position: 0 -257px;
        }

            div.checker span.checked {
                background-position: -15px -257px;
            }

        div.checker input {
            opacity: 0;
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            border: none;
            background: none;
            display: -moz-inline-box;
            display: inline-block;
            *display: inline;
            zoom: 1;
        }

        div.checker.active span {
            background-position: -15px -257px;
        }

            div.checker.active span.checked {
                background-position: -15px -257px;
            }

        div.checker.hover span, div.checker.focus span {
            background-position: -30px -257px;
        }

            div.checker.hover span.checked, div.checker.focus span.checked {
                background-position: -15px -257px;
            }

        div.checker.hover.active span, div.checker.focus.active span {
            background-position: -15px -257px;
        }

            div.checker.hover.active span.checked, div.checker.focus.active span.checked {
                background-position: -15px -257px;
            }

        div.checker.disabled, div.checker.disabled.active {
            background-position: 0 -257px;
        }

            div.checker.disabled span.checked, div.checker.disabled.active span.checked {
                background-position: 0 -257px;
            }

div.radio {
    position: relative;
    display: inline;
}

    div.radio, div.radio span, div.radio input {
        width: 13px;
        height: 13px;
    }

        div.radio span {
            display: -moz-inline-box;
            display: inline-block;
            *display: inline;
            zoom: 1;
            text-align: center;
            background-position: 0 -243px;
        }

            div.radio span.checked {
                background-position: -13px -243px;
            }

        div.radio input {
            opacity: 0;
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            border: none;
            background: none;
            display: -moz-inline-box;
            display: inline-block;
            *display: inline;
            zoom: 1;
            text-align: center;
        }

        div.radio.active span {
            background-position: -13px -243px;
        }

            div.radio.active span.checked {
                background-position: -13px -243px;
            }

        div.radio.hover span, div.radio.focus span {
            background-position: -13px -243px;
        }

            div.radio.hover span.checked, div.radio.focus span.checked {
                background-position: -13px -243px;
            }

        div.radio.hover.active span, div.radio.focus.active span {
            background-position: -13px -243px;
        }

            div.radio.hover.active span.checked, div.radio.focus.active span.checked {
                background-position: -13px -243px;
            }

        div.radio.disabled span, div.radio.disabled.active span {
            background-position: 0 -243px;
        }

            div.radio.disabled span.checked, div.radio.disabled.active span.checked {
                background-position: 0 -243px;
            }

div.uploader {
    background: none;
    height: 27px;
    width: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    div.uploader span.action {
        background-position: 0 -378px;
        height: 27px;
        line-height: 27px;
        width: 94px;
        text-align: center;
        float: left;
        display: inline;
        overflow: hidden;
        cursor: pointer;
    }

    div.uploader span.filename {
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        float: left;
        cursor: default;
        height: 27px;
        margin: 0 0 0 0;
        line-height: 27px;
        width: 172px;
        padding: 0 10px;
    }

    div.uploader input {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        border: none;
        background: none;
        position: absolute;
        top: 0;
        right: 0;
        float: right;
        cursor: default;
        width: 100%;
        height: 100%;
    }

div.button {
    background-position: 0 -634px;
    height: 30px;
    cursor: pointer;
    position: relative;
}

    div.button a, div.button button, div.button input {
        opacity: 0.01;
        filter: alpha(opacity=1);
        -moz-opacity: 0.01;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
    }

    div.button span {
        display: -moz-inline-box;
        display: inline-block;
        *display: inline;
        zoom: 1;
        line-height: 30px;
        text-align: center;
        background-position: right -514px;
        height: 30px;
        margin-left: 13px;
        padding: 0;
    }

    div.button.active {
        background-position: 0 -664px;
    }

        div.button.active span {
            background-position: right -544px;
            cursor: default;
        }

    div.button.hover, div.button.focus {
        background-position: 0 -694px;
    }

        div.button.hover span, div.button.focus span {
            background-position: right -574px;
        }

    div.button.disabled, div.button.disabled.active {
        background-position: 0 -724px;
    }

        div.button.disabled span, div.button.disabled.active span {
            background-position: right -604px;
            cursor: default;
        }

input.uniform-input, select.uniform-multiselect, textarea.uniform {
    font-size: 13px;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 18px;
    color: #777;
    border: solid 1px #d6d4d4;
}

    input.uniform-input.hover, input.uniform-input.focus, select.uniform-multiselect.hover, select.uniform-multiselect.focus, textarea.uniform.hover, textarea.uniform.focus {
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
        box-shadow: 0 0 4px rgba(0,0,0,0.2);
        border-color: #cbcaca;
    }

div.button span {
    font-weight: bold;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

div.button.hover span, div.button.focus span {
    color: #555;
}

div.button.disabled span, div.button.disabled.active span {
    color: #bbb;
}

#compare_shipping .form-group label {
    display: block;
}

div.selector {
    font-size: 12px;
}

    div.selector span {
        color: #666;
        text-shadow: 0 1px 0 #fff;
    }

    div.selector select {
        font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
        font-size: 12px;
    }

    div.selector.disabled span, div.selector.disabled.active span {
        color: #bbb;
    }

.checker span input {
    margin: 0 !important;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin: 0 !important;
}

.radio-inline, .checkbox-inline {
    cursor: default;
}

div.checker {
    cursor: pointer;
    margin-right: 5px;
}

    div.checker span {
        position: relative;
        top: -2px;
    }

#layered_form div.checker {
    display: inline;
}

div.radio {
    margin-right: 3px;
}

    div.radio span {
        position: relative;
        top: -2px;
    }

div.uploader span.action {
    text-shadow: rgba(0,0,0,0.1) 0 1px 0;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

div.uploader span.filename {
    color: #777;
    border: solid 1px #d6d4d4;
    font-size: 13px;
    background: #fbfbfb;
    margin-right: 2px;
}

div.uploader.disabled span.action, div.uploader.disabled.active span.action {
    color: #aaa;
}

div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
    border-color: #ddd;
    color: #aaa;
}

input.uniform-input, input.uniform-input:focus {
    background-color: #fff;
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('http://prestashop.magentech.com/sp_revo/js/jquery/plugins/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('http://prestashop.magentech.com/sp_revo/js/jquery/plugins/fancybox/fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('http://prestashop.magentech.com/sp_revo/js/jquery/plugins/fancybox/blank.gif');
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('http://prestashop.magentech.com/sp_revo/js/jquery/plugins/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        background: rgba(0,0,0,0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,.8);
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('http://prestashop.magentech.com/sp_revo/js/jquery/plugins/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px;
    }

        #fancybox-loading div {
            background-image: url('http://prestashop.magentech.com/sp_revo/js/jquery/plugins/fancybox/fancybox_loading@2x.gif');
            background-size: 24px 24px;
        }
}

.minicolors {
    position: relative;
}

.minicolors-swatch {
    position: absolute;
    vertical-align: middle;
    background: url(http://prestashop.magentech.com/sp_revo/modules/spthemeconfigurator/views/css/front/jquery.minicolors.png) -80px 0;
    cursor: text;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.minicolors-swatch-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.minicolors input[type=hidden] + .minicolors-swatch {
    width: 28px;
    position: static;
    cursor: pointer;
}

.minicolors-panel {
    position: absolute;
    width: 173px;
    height: 152px;
    background: white;
    border: solid 1px #CCC;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    z-index: 99999;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
}

    .minicolors-panel.minicolors-visible {
        display: block;
    }

.minicolors-position-top .minicolors-panel {
    top: -154px;
}

.minicolors-position-right .minicolors-panel {
    right: 0;
}

.minicolors-position-bottom .minicolors-panel {
    top: auto;
}

.minicolors-position-left .minicolors-panel {
    left: 0;
}

.minicolors-with-opacity .minicolors-panel {
    width: 194px;
}

.minicolors .minicolors-grid {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 150px;
    height: 150px;
    background: url(http://prestashop.magentech.com/sp_revo/modules/spthemeconfigurator/views/css/front/jquery.minicolors.png) -120px 0;
    cursor: crosshair;
}

.minicolors .minicolors-grid-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: none;
}

.minicolors-slider-saturation .minicolors-grid {
    background-position: -420px 0;
}

.minicolors-slider-saturation .minicolors-grid-inner {
    background: url(http://prestashop.magentech.com/sp_revo/modules/spthemeconfigurator/views/css/front/jquery.minicolors.png) -270px 0;
}

.minicolors-slider-brightness .minicolors-grid {
    background-position: -570px 0;
}

.minicolors-slider-brightness .minicolors-grid-inner {
    background: black;
}

.minicolors-slider-wheel .minicolors-grid {
    background-position: -720px 0;
}

.minicolors-slider, .minicolors-opacity-slider {
    position: absolute;
    top: 1px;
    left: 152px;
    width: 20px;
    height: 150px;
    background: white url(http://prestashop.magentech.com/sp_revo/modules/spthemeconfigurator/views/css/front/jquery.minicolors.png) 0 0;
    cursor: row-resize;
}

.minicolors-slider-saturation .minicolors-slider {
    background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider {
    background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-slider {
    background-position: -20px 0;
}

.minicolors-opacity-slider {
    left: 173px;
    background-position: -40px 0;
    display: none;
}

.minicolors-with-opacity .minicolors-opacity-slider {
    display: block;
}

.minicolors-grid .minicolors-picker {
    position: absolute;
    top: 70px;
    left: 70px;
    width: 12px;
    height: 12px;
    border: solid 1px black;
    border-radius: 10px;
    margin-top: -6px;
    margin-left: -6px;
    background: none;
}

    .minicolors-grid .minicolors-picker > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        border: solid 2px white;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

.minicolors-picker {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 2px;
    background: white;
    border: solid 1px black;
    margin-top: -2px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.minicolors-inline {
    display: inline-block;
}

    .minicolors-inline .minicolors-input {
        display: none !important;
    }

    .minicolors-inline .minicolors-panel {
        position: relative;
        top: auto;
        left: auto;
        box-shadow: none;
        z-index: auto;
        display: inline-block;
    }

.minicolors-theme-default .minicolors-swatch {
    top: 5px;
    left: 5px;
    width: 18px;
    height: 18px;
}

.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
    left: auto;
    right: 5px;
}

.minicolors-theme-default.minicolors {
    width: auto;
    display: inline-block;
}

.minicolors-theme-default .minicolors-input {
    height: 20px;
    width: auto;
    display: inline-block;
    padding-left: 26px;
}

.minicolors-theme-default.minicolors-position-right .minicolors-input {
    padding-right: 26px;
    padding-left: inherit;
}

.minicolors-theme-bootstrap .minicolors-swatch {
    top: 3px;
    left: 3px;
    width: 28px;
    height: 28px;
    border-radius: 3px;
}

.minicolors-theme-bootstrap .minicolors-swatch-color {
    border-radius: inherit;
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch {
    left: auto;
    right: 3px;
}

.minicolors-theme-bootstrap .minicolors-input {
    padding-left: 44px;
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
    padding-right: 44px;
    padding-left: 12px;
    height: 34px;
    width: 100%;
}

.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
    top: 4px;
    left: 4px;
    width: 37px;
    height: 37px;
    border-radius: 5px;
}

.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
    width: 24px;
    height: 24px;
}

#sp-cpanel {
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    left: -100%;
    position: fixed;
    top: 110px;
    padding: 20px;
    width: 240px;
    z-index: 900;
    direction: ltr;
}

    #sp-cpanel > h2 {
        margin: -20px -20px 0;
        background: #444;
        color: white;
        padding: 20px;
        text-align: center;
        font-size: 14px;
        overflow: hidden;
    }

#sp-cpanel_settings {
    margin: 20px 0 0;
    font-size: 12px;
}

.panel-subtitle {
    font-size: 11px;
    display: block;
    color: #999;
    font-weight: normal;
}

.group-schemes {
    width: 100%;
    display: block;
}

    .group-schemes .item_scheme {
        border: 3px solid #E3E3E3;
        display: inline-block;
        margin: 0 6px 0 0;
        cursor: pointer;
    }

        .group-schemes .item_scheme.selected {
            border-color: #777;
        }

        .group-schemes .item_scheme > span {
            width: 22px;
            height: 22px;
            display: block;
            border: 1px solid #fff;
        }

.reset-group {
    background: #f5f5f5;
    border-top: 1px solid #dddddd;
    margin: 0 -20px -20px;
    padding: 15px 20px;
}

    .reset-group .btn {
        font-size: 13px;
        border-radius: 0;
        background: #777;
        border: none;
        padding: 7px 12px;
        margin-right: 5%;
        width: 42%;
    }

#sp-cpanel_btn {
    position: fixed;
    width: 42px;
    height: 40px;
    left: 0;
    top: 125px;
    padding: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #333;
    z-index: 9;
    border-radius: 0 3px 3px 0;
}

    #sp-cpanel_btn i {
        font-size: 20px;
        color: #fff;
    }

.sp-cpanel-title {
    margin: -20px -20px 0;
    background: #333;
    padding: 10px;
    text-align: center;
    color: #CFCFCF;
    font-size: 16px;
}

.sp-cpanel-close {
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: -10px;
    cursor: pointer;
    font-size: 16px;
    float: right;
}

    .sp-cpanel-close:hover {
        color: #fff;
        background: #333;
    }

.no-margin {
    margin: 0 !important;
}

.label-sm {
    font-size: 11px;
    color: #999;
    margin: 5px 0;
}

.minicolors-theme-bootstrap .minicolors-swatch {
    border-radius: 0;
}

#sp-cpanel select {
    width: 100%;
    position: relative;
    height: 100%;
    padding: 0 10px;
    border: none;
    border: solid 1px #ccc;
}

    #sp-cpanel select option {
        padding: 5px 10px;
    }

#sp-cpanel label {
    font-weight: normal;
    cursor: pointer;
    display: block;
}

    #sp-cpanel label .fa {
        float: right;
        margin-top: 5px;
    }

    #sp-cpanel label.active .fa:before {
        content: "\f0d8";
    }

#sp-cpanel .selectbox {
    position: relative;
    height: 34px;
}

    #sp-cpanel .selectbox:after {
        content: "\f0d7";
        font-family: Fontawesome;
        color: #666;
        display: block;
        height: 32px;
        width: 30px;
        line-height: 30px;
        position: absolute;
        top: 1px;
        right: 2px;
        pointer-events: none;
        background: #fff;
        text-align: center;
        border-radius: 2px;
    }

.layout-framed.pattern, .layout-boxed.pattern, .layout-rounded.pattern {
    background-image: none;
}

.layout-framed.patternnone, .layout-boxed.patternnone, .layout-rounded.patternnone {
    background-image: none;
}

.layout-framed.pattern1, .layout-boxed.pattern1, .layout-rounded.pattern1 {
    background-image: url("http://prestashop.magentech.com/sp_revo/modules/spthemeconfigurator/views/css/front/../../../patterns/1.png");
}

.layout-framed.pattern2, .layout-boxed.pattern2, .layout-rounded.pattern2 {
    background-image: url("http://prestashop.magentech.com/sp_revo/modules/spthemeconfigurator/views/css/front/../../../patterns/2.png");
}

.layout-framed.pattern3, .layout-boxed.pattern3, .layout-rounded.pattern3 {
    background-image: url("http://prestashop.magentech.com/sp_revo/modules/spthemeconfigurator/views/css/front/../../../patterns/3.png");
}

.layout-framed.pattern4, .layout-boxed.pattern4, .layout-rounded.pattern4 {
    background-image: url("http://prestashop.magentech.com/sp_revo/modules/spthemeconfigurator/views/css/front/../../../patterns/4.png");
}

.layout-framed.pattern5, .layout-boxed.pattern5, .layout-rounded.pattern5 {
    background-image: url("http://prestashop.magentech.com/sp_revo/modules/spthemeconfigurator/views/css/front/../../../patterns/5.png");
}

.layout-framed.pattern6, .layout-boxed.pattern6, .layout-rounded.pattern6 {
    background-image: url("http://prestashop.magentech.com/sp_revo/modules/spthemeconfigurator/views/css/front/../../../patterns/6.png");
}

.layout-framed.pattern7, .layout-boxed.pattern7, .layout-rounded.pattern7 {
    background-image: url("http://prestashop.magentech.com/sp_revo/modules/spthemeconfigurator/views/css/front/../../../patterns/7.png");
}

.layout-framed.pattern8, .layout-boxed.pattern8, .layout-rounded.pattern8 {
    background-image: url("http://prestashop.magentech.com/sp_revo/modules/spthemeconfigurator/views/css/front/../../../patterns/8.png");
}

.layout-framed.pattern9, .layout-boxed.pattern9, .layout-rounded.pattern9 {
    background-image: url("http://prestashop.magentech.com/sp_revo/modules/spthemeconfigurator/views/css/front/../../../patterns/9.png");
}

div.img-pattern {
    display: inline-block;
    height: 37px;
    width: 37px;
    border: solid 1px #d7d7d7;
    padding: 1px;
    background: #fff;
    cursor: pointer;
    margin-bottom: -2px;
}

    div.img-pattern span {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        display: block;
        width: 100%;
        height: 100%;
    }

    div.img-pattern.pattern_none span {
        background-image: none;
    }

    div.img-pattern.pattern_1 span {
        background-image: url("http://prestashop.magentech.com/sp_revo/modules/spthemeconfigurator/views/css/front/../../../patterns/1.png");
    }

    div.img-pattern.pattern_2 span {
        background-image: url("http://prestashop.magentech.com/sp_revo/modules/spthemeconfigurator/views/css/front/../../../patterns/2.png");
    }

    div.img-pattern.pattern_3 span {
        background-image: url("http://prestashop.magentech.com/sp_revo/modules/spthemeconfigurator/views/css/front/../../../patterns/3.png");
    }

    div.img-pattern.pattern_4 span {
        background-image: url("http://prestashop.magentech.com/sp_revo/modules/spthemeconfigurator/views/css/front/../../../patterns/4.png");
    }

    div.img-pattern.pattern_5 span {
        background-image: url("http://prestashop.magentech.com/sp_revo/modules/spthemeconfigurator/views/css/front/../../../patterns/5.png");
    }

    div.img-pattern.pattern_6 span {
        background-image: url("http://prestashop.magentech.com/sp_revo/modules/spthemeconfigurator/views/css/front/../../../patterns/6.png");
    }

    div.img-pattern.pattern_7 span {
        background-image: url("http://prestashop.magentech.com/sp_revo/modules/spthemeconfigurator/views/css/front/../../../patterns/7.png");
    }

    div.img-pattern.pattern_8 span {
        background-image: url("http://prestashop.magentech.com/sp_revo/modules/spthemeconfigurator/views/css/front/../../../patterns/8.png");
    }

    div.img-pattern.pattern_9 span {
        background-image: url("http://prestashop.magentech.com/sp_revo/modules/spthemeconfigurator/views/css/front/../../../patterns/9.png");
    }

div.themeColor {
    display: inline-block;
    height: 37px;
    width: 37px;
    border: solid 1px #d7d7d7;
    padding: 1px;
    background: #fff;
    cursor: pointer;
}

    div.themeColor span {
        display: block;
        height: 100%;
        width: 100%;
    }

    div.themeColor.color1 span {
        background: #c44c51;
    }

    div.themeColor.color2 span {
        background: #8bc34a;
    }

    div.themeColor.color3 span {
        background: #c0ca33;
    }

    div.themeColor.color4 span {
        background: #fb8c00;
    }

    div.themeColor.color5 span {
        background: #e91e63;
    }

    div.themeColor.color6 span {
        background: #f44336;
    }

    div.themeColor.color7 span {
        background: #8e24aa;
    }

@media (max-width:1199px) {
    #sp-cpanel label {
        pointer-events: none;
    }

        #sp-cpanel label .fa {
            display: none;
        }

    .panel-group.hidden-device {
        display: none;
    }

    .panel-group .collapse {
        display: block;
        height: auto;
    }
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
    /* box-shadow: 1px 2px 5px #1f1f1f; */
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background: 0 0;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/bootstrap/../fonts/glyphicons-halflings-regular.eot);
    src: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/bootstrap/../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/bootstrap/../fonts/glyphicons-halflings-regular.woff) format('woff'),url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/bootstrap/../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/bootstrap/../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: 400;
    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";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #2a6496;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
        font-size: 65%;
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 28px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small, .small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857143;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777;
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

    blockquote:before, blockquote:after {
        content: "";
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1250px;
    }
}

.container-fluid {
    padding-right: 45px;
    padding-left: 45px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

th {
    text-align: left;
}

.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 > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .form-control::-moz-placeholder {
        color: #777;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #777;
    }

    .form-control::-webkit-input-placeholder {
        color: #777;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    line-height: 34px;
    line-height: 1.42857143 \0;
}

    input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px;
    }

    input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px;
    }

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label, .checkbox label {
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: -20px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio].disabled, input[type=checkbox].disabled, fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0;
    }

.input-sm, .form-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.input-lg, .form-horizontal .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label, .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3071a9;
        border-color: #285e8e;
    }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #428bca;
        border-color: #357ebd;
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

.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;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.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;
    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-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #428bca;
        outline: 0;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

        .btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
            outline: 0;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle=buttons] > .btn > input[type=radio], [data-toggle=buttons] > .btn > input[type=checkbox] {
    position: absolute;
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

        .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 .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        border-color: #428bca;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #428bca;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media (min-width:768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label, .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px;
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #777;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #777;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #777;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #080808;
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #777;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #777;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #777;
    }

.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.42857143;
            color: #428bca;
            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 {
            color: #2a6496;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .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;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -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;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from; {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
    min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
    min-width: 30px;
    color: #777;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

    .media, .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777;
    background-color: #eee;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #777;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #e1edf7;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
            border-top-left-radius: 3px;
        }

        .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
            border-top-right-radius: 3px;
        }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
            border-bottom-left-radius: 3px;
        }

        .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
            border-bottom-right-radius: 3px;
        }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #428bca;
        }

        .panel-primary > .panel-heading .badge {
            color: #428bca;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate3d(0,-25%,0);
        -o-transform: translate3d(0,-25%,0);
        transform: translate3d(0,-25%,0);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0;
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            line-height: 1;
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left {
        background-repeat: repeat-x;
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-repeat: repeat-x;
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.container {
    width: 1200px;
}

body.layout-boxed, body.layout-framed, body.layout-rounded {
    background-image: url("http://dev.ytcvn.com/ytc_templates/prestashop/sp_revo/modules/spthemeconfigurator/patterns/none.png");
}

.layout-boxed, .layout-framed, .layout-rounded {
    background-repeat: repeat;
}

.layout-boxed, .layout-framed, .layout-rounded {
    background-attachment: fixed;
}

.layout-boxed, .layout-framed, .layout-rounded {
    background-color: #ffffff;
}

body, #attributes .attribute_list select, .cart_block .recent_items {
    font-family: "Open Sans","Helvetica","Arial","sans-serif";
}

h1, h2, h3, h4, h5, h6 {
    /* font-family: "Raleway","Helvetica","Arial","sans-serif"; */
}

.blockcart, .shopping_cart .cart_block, #sp-vermegamenu .navbar-nav > li > a, #sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child > a, #sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child-2 > a, .more-wrap .more-view, .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab > span, .breadcrumb-container, .post-page, #submitComment, #layered_block_left .layered_subtitle, div.sp-sp-cat .category-wrap-cat .sp-catchild .item a, .sp-sp-cat .sp-cat-title-parent a, .text-html-2, .date_added, div.sp-deal .num-time span, .price-box .price, .price-box .old-price, .content_prices, #availability_statut, .product-code, .attribute_fieldset, div.moreinfo_block ul.nav-tabs, .icon-search span {
    font-family: "Raleway","Helvetica","Arial","sans-serif";
}

{
    font-family: "Raleway","Helvetica","Arial","sans-serif";
}

.content_scene_cat {
    overflow: hidden;
}

    .content_scene_cat h1.category-name {
        text-transform: uppercase;
        margin: 0 0 32px;
        font-weight: bold;
        font-size: 18px;
        color: #222;
    }

    .content_scene_cat .rte {
        margin: 0 0 37px;
    }

#subcategories {
    margin-bottom: 30px;
}

    #subcategories .subcategories-box {
        border: solid 1px #ddd;
        padding: 5px;
        margin-bottom: 20px;
    }

    #subcategories li > .subcategory-image, #subcategories li > h5 {
        margin-bottom: 5px;
    }

#cms h1.page-heading {
    border: none;
    padding: 0;
}

.about-wrap {
    margin-bottom: -20px;
    text-align: center;
}

    .about-wrap div.image {
        margin-bottom: 36px;
    }

    .about-wrap h1 {
        color: #222;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
        position: relative;
        margin-bottom: 20px;
    }

    .about-wrap p {
        margin-bottom: 20px;
    }

        .about-wrap p:last-child {
            margin-bottom: 0;
        }

.faqs-item {
    margin-bottom: 40px;
}

    .faqs-item .icon-show {
        cursor: pointer;
        border: solid 1px #e1e1e1;
        padding: 14px 50px;
        position: relative;
    }

        .faqs-item .icon-show:before {
            content: "-";
            color: #363636;
            height: 24px;
            width: 24px;
            border: solid 1px #363636;
            border-radius: 50%;
            display: block;
            font-size: 32px;
            position: absolute;
            top: 10px;
            left: 13px;
            text-align: center;
        }

        .faqs-item .icon-show.active:before {
            content: "+";
            font-size: 23px;
            line-height: 22px;
        }

        .faqs-item .icon-show h2 {
            color: #363636;
            font-size: 16px;
            font-weight: 700;
            margin: 0;
        }

        .faqs-item .icon-show:hover:before {
            color: #ff5c00;
            border-color: #ff5c00;
        }

        .faqs-item .icon-show:hover h2 {
            color: #ff5c00;
        }

    .faqs-item.item2, .faqs-item.item4 {
        margin: 0;
    }

    .faqs-item .faqs-content {
        padding: 15px 0;
        line-height: 22px;
    }

.typo {
    margin-bottom: 40px;
}

    .typo h1, .typo h2, .typo h3, .typo h4 {
        color: #363636;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0 0 20px;
    }

    .typo h1 {
        font-size: 24px;
    }

    .typo h2 {
        font-size: 20px;
    }

    .typo h3 {
        font-size: 16px;
    }

    .typo h4 {
        font-size: 14px;
    }

    .typo .text {
        line-height: 22px;
    }

    .typo.last {
        margin: 0;
    }

.pricing {
    padding-top: 20px;
}

    .pricing .title {
        text-align: center;
        margin-bottom: 40px;
    }

        .pricing .title h2 {
            font-size: 18px;
            font-weight: 400;
            color: #666;
            position: relative;
            padding: 0 0 10px;
            margin: 0;
            display: inline-block;
        }

            .pricing .title h2:after {
                content: "";
                height: 1px;
                width: 50px;
                background: #dc2222;
                position: absolute;
                left: 30px;
                bottom: 0;
            }

    .pricing .table-pricing {
        border: solid 5px #f4f3f3;
        border-radius: 10px;
    }

        .pricing .table-pricing .table-pricing-inner {
            border: solid 1px #cecece;
            border-radius: 7px;
            font-size: 0;
            padding: 10px 0;
        }

            .pricing .table-pricing .table-pricing-inner .pricing-item {
                padding: 0 10px;
                display: inline-block;
                width: 19%;
                font-size: 13px;
                border-left: solid 1px #ededed;
                border-right: solid 1px #f5f5f5;
                position: relative;
                color: #9d9d9d;
            }

                .pricing .table-pricing .table-pricing-inner .pricing-item.popular {
                    width: 24%;
                }

                .pricing .table-pricing .table-pricing-inner .pricing-item .pricing-title {
                    text-align: center;
                    padding: 20px 0;
                    border-bottom: solid 1px #ededed;
                }

                    .pricing .table-pricing .table-pricing-inner .pricing-item .pricing-title h3 {
                        margin: 0 0 15px;
                        text-transform: uppercase;
                        color: #686868;
                        font-size: 24px;
                        font-weight: 700;
                    }

                .pricing .table-pricing .table-pricing-inner .pricing-item ul li {
                    border-bottom: solid 1px #ededed;
                    padding: 0 0 0 30px;
                }

                    .pricing .table-pricing .table-pricing-inner .pricing-item ul li a {
                        position: relative;
                        padding: 7px 0 7px 20px;
                        display: block;
                        color: #888;
                    }

                        .pricing .table-pricing .table-pricing-inner .pricing-item ul li a:before {
                            content: "";
                            display: block;
                            height: 7px;
                            width: 7px;
                            border-radius: 5px;
                            background: #909090;
                            position: absolute;
                            left: 0;
                            top: 12px;
                        }

                        .pricing .table-pricing .table-pricing-inner .pricing-item ul li a:hover {
                            color: #ff5c00;
                        }

                .pricing .table-pricing .table-pricing-inner .pricing-item .button-bottom {
                    text-align: center;
                    padding: 25px 0 15px;
                }

                    .pricing .table-pricing .table-pricing-inner .pricing-item .button-bottom a {
                        text-transform: uppercase;
                        color: #727272;
                        display: inline-block;
                        padding: 15px 20px;
                        border: solid 1px #ccc;
                        border-radius: 3px;
                        font-size: 14px;
                        font-weight: 600;
                        position: relative;
                    }

                        .pricing .table-pricing .table-pricing-inner .pricing-item .button-bottom a:before {
                            content: "\f054";
                            font-family: Fontawesome;
                            display: block;
                            height: 24px;
                            width: 24px;
                            background: #7dacda;
                            border-radius: 50%;
                            color: #fff;
                            font-size: 12px;
                            line-height: 24px;
                            position: absolute;
                            top: 11px;
                            left: -12px;
                        }

                        .pricing .table-pricing .table-pricing-inner .pricing-item .button-bottom a:hover {
                            color: #7dacda;
                        }

                .pricing .table-pricing .table-pricing-inner .pricing-item.popular {
                    background: #2f2f2f;
                    z-index: 2;
                    border: none;
                }

                    .pricing .table-pricing .table-pricing-inner .pricing-item.popular:before {
                        content: "";
                        display: block;
                        height: 69px;
                        width: 69px;
                        background: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/icon/label_popular.png) no-repeat 0 0;
                        position: absolute;
                        top: -23px;
                        right: -3px;
                        z-index: 3;
                    }

                    .pricing .table-pricing .table-pricing-inner .pricing-item.popular:after {
                        content: "";
                        background: #2f2f2f;
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: -20px;
                        bottom: -20px;
                        border-radius: 7px;
                        z-index: -1;
                    }

                    .pricing .table-pricing .table-pricing-inner .pricing-item.popular .pricing-title {
                        border-color: #3e3e3e;
                        color: #bbb;
                        font-size: 14px;
                    }

                        .pricing .table-pricing .table-pricing-inner .pricing-item.popular .pricing-title h3 {
                            color: #e74847;
                        }

                    .pricing .table-pricing .table-pricing-inner .pricing-item.popular ul li {
                        border-color: #3e3e3e;
                    }

                        .pricing .table-pricing .table-pricing-inner .pricing-item.popular ul li a {
                            color: #bbb;
                            font-size: 13px;
                        }

                            .pricing .table-pricing .table-pricing-inner .pricing-item.popular ul li a:before {
                                background: #bbb;
                            }

                            .pricing .table-pricing .table-pricing-inner .pricing-item.popular ul li a:hover {
                                color: #e74847;
                            }

                    .pricing .table-pricing .table-pricing-inner .pricing-item.popular .button-bottom a {
                        background: #fff;
                        border-color: #fff;
                    }

                        .pricing .table-pricing .table-pricing-inner .pricing-item.popular .button-bottom a:before {
                            background: #e74847;
                        }

                        .pricing .table-pricing .table-pricing-inner .pricing-item.popular .button-bottom a:hover {
                            color: #e74847;
                        }

.rtl {
}

    .rtl .faqs-item .icon-show:before {
        left: auto;
        right: 13px;
    }

    .rtl .pricing .table-pricing .table-pricing-inner .pricing-item ul li {
        padding: 0 30px 0 0;
    }

        .rtl .pricing .table-pricing .table-pricing-inner .pricing-item ul li a {
            padding: 7px 20px 7px 0;
        }

            .rtl .pricing .table-pricing .table-pricing-inner .pricing-item ul li a:before {
                left: auto;
                right: 0;
            }

    .rtl .pricing .table-pricing .table-pricing-inner .pricing-item .button-bottom a:before {
        left: auto;
        right: -12px;
        content: "\f053";
    }

    .rtl .pricing .table-pricing .table-pricing-inner .pricing-item.popular:before {
        left: -3px;
        right: auto;
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }

    .rtl .about-wrap ul li:before {
        left: auto;
        right: 0;
        content: "\f104";
    }

@media (min-width:992px) {
    .about-wrap .center-2 {
        margin: -3px 0;
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .pricing .table-pricing .table-pricing-inner .pricing-item ul li {
        padding: 0 !important;
    }

    .about-wrap .text {
        padding-bottom: 20px;
    }
}

@media (max-width:991px) {
    .pricing .table-pricing .table-pricing-inner .pricing-item {
        width: 100%;
    }

        .pricing .table-pricing .table-pricing-inner .pricing-item.popular {
            width: 100%;
            margin: 30px 0;
        }

    .about-wrap .row {
        margin-bottom: 30px;
    }

        .about-wrap .row .text {
            margin-bottom: 20px;
        }
}

.pb-left-column {
    margin-bottom: 40px;
}

    .pb-left-column .addthis_native_toolbox {
        display: inline-block;
        margin-top: 30px;
    }

    .pb-left-column #image-block {
        position: relative;
        display: block;
        cursor: pointer;
        width: 100%;
        margin: 0 0 12px;
    }

        .pb-left-column #image-block a.zoomImg {
            display: block;
            height: 32px;
            width: 32px;
            text-align: center;
            position: absolute;
            right: 10px;
            bottom: 10px;
            color: #fff;
            text-align: center;
            z-index: 10;
        }

            .pb-left-column #image-block a.zoomImg .fa {
                margin: 0;
                line-height: 32px;
                font-size: 14px;
            }

        .pb-left-column #image-block a.jqzoom div div img {
            width: auto;
            max-width: 10000px;
        }

        .pb-left-column #image-block a.jqzoom div div .zoomWrapper {
            border: none;
        }

        .pb-left-column #image-block .zoomPad {
            z-index: 8;
            float: none;
        }

        .pb-left-column #image-block #view_full_size {
            display: block;
            text-align: center;
            border: 1px solid #e5e5e5;
        }

        .pb-left-column #image-block .span_link {
            display: block;
            border: solid 1px #e1e1e1;
            height: 40px;
            width: 40px;
            background: #fff;
            text-align: center;
            position: absolute;
            bottom: 10px;
            right: 10px;
        }

            .pb-left-column #image-block .span_link .fa {
                font-size: 21px;
                color: #666;
                display: block;
                line-height: 36px;
            }

            .pb-left-column #image-block .span_link:hover {
                background: #ff5c00;
                border-color: #ff5c00;
            }

                .pb-left-column #image-block .span_link:hover .fa {
                    color: #fff;
                }

div.slick-slide img {
    display: inline-block;
}

#views_block {
    width: 100%;
    text-align: center;
}

    #views_block:hover .slick-arrow {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }

    #views_block .thumbnail_image {
        margin: 0 5px 0;
        text-align: center;
    }

        #views_block .thumbnail_image .fancybox {
            border: 1px solid #e8e8e8;
            display: block;
        }

        #views_block .thumbnail_image:focus {
            outline: none;
        }

        #views_block .thumbnail_image.slick-active .fancybox.shown {
            border-color: #ff5c00;
        }

    #views_block .slick-list {
        padding: 0;
        margin: 0 -5px;
    }

    #views_block .slick-arrow {
        padding: 0 10px;
        top: 33%;
        height: 30px;
        width: 30px;
        font-size: 0;
        border: 1px solid #c8c8c8;
        border-radius: 50%;
        position: absolute;
        color: transparent;
        z-index: 2;
        background: #fff;
        transition: 0.3s all ease 0s;
        transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
    }

        #views_block .slick-arrow:hover {
            background: #ff5c00;
            border-color: #ff5c00;
        }

            #views_block .slick-arrow:hover:after {
                color: #fff;
            }

        #views_block .slick-arrow:after {
            font-size: 16px;
            font-family: Fontawesome;
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            color: #c3c3c3;
            text-align: center;
            line-height: 28px;
        }

        #views_block .slick-arrow.slick-prev {
            margin-bottom: 0;
            right: 0;
            left: auto;
        }

            #views_block .slick-arrow.slick-prev:after {
                content: "\f0da";
                left: 1px;
                right: auto;
            }

        #views_block .slick-arrow.slick-next {
            left: 0;
            right: auto;
        }

            #views_block .slick-arrow.slick-next:after {
                content: "\f0d9";
                left: 0;
                right: auto;
            }

.pb-right-column {
    margin-bottom: 40px;
}

    .pb-right-column h1.product_name {
        font-size: 18px;
        margin: 0 0 15px;
        font-weight: bold;
        color: #222;
        position: relative;
        text-transform: capitalize;
    }

    .pb-right-column .product-code {
        color: #525252;
        text-transform: uppercase;
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        margin: 0 10px 10px;
    }

        .pb-right-column .product-code label {
            font-weight: 600;
        }

    .pb-right-column ul.product_reference > li {
        display: inline-block;
    }

        .pb-right-column ul.product_reference > li .fa {
            margin: 0;
        }

        .pb-right-column ul.product_reference > li:after {
            content: "|";
        }

        .pb-right-column ul.product_reference > li:last-child:after {
            content: "";
        }

    .pb-right-column .comments_note {
        margin-bottom: 13px;
    }

        .pb-right-column .comments_note .star_content {
            display: inline-block;
        }

        .pb-right-column .comments_note .comments_advices {
            display: inline-block;
            vertical-align: top;
            padding: 0 20px;
            text-transform: capitalize;
        }

            .pb-right-column .comments_note .comments_advices li {
                display: inline-block;
                position: relative;
            }

                .pb-right-column .comments_note .comments_advices li.nb-comments {
                    padding: 0 10px;
                    margin-right: 7px;
                }

                    .pb-right-column .comments_note .comments_advices li.nb-comments:after {
                        content: "";
                        display: inline-block;
                        height: 13px;
                        width: 1px;
                        background: #7d7d7d;
                        position: absolute;
                        right: 0;
                        top: 4px;
                    }

                .pb-right-column .comments_note .comments_advices li a {
                    color: #7d7d7d;
                    font-size: 13px;
                }

                    .pb-right-column .comments_note .comments_advices li a:hover {
                        color: #ff5c00;
                    }

.content_prices {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0ed;
}

    .content_prices .our_price_display {
        font-weight: bold;
        font-size: 22px;
        display: inline-block;
        margin: 0;
        color: #ff5c00;
    }

    .content_prices #old_price {
        text-decoration: line-through;
        display: inline-block;
        padding: 0 10px;
        font-size: 18px;
        font-weight: normal;
        vertical-align: top;
        color: #898989;
    }

#short_description_block {
    margin: 0 0 35px;
    padding: 0;
}

    #short_description_block p {
        margin: 0;
        line-height: 22px;
        font-weight: normal;
    }

#buy_block {
    margin: 0;
}

#attributes {
    margin-bottom: 10px;
}

    #attributes fieldset {
        padding-bottom: 15px;
        display: block;
        margin: 0 0 0;
        vertical-align: top;
    }

        #attributes fieldset:nth-child(2n+1) {
            margin: 0;
        }

        #attributes fieldset label {
            display: inline-block;
            color: #222;
            font-weight: 700;
            width: 68px;
            text-transform: uppercase;
            vertical-align: top;
            padding-top: 12px;
            margin: 0;
            font-size: 14px;
        }

    #attributes .attribute_list {
        width: 200px !important;
        height: 42px;
        position: relative;
        background: #fff;
        padding: 0;
        display: inline-block;
        border: solid 1px #ebebeb;
    }

        #attributes .attribute_list div.selector {
            height: 40px;
            line-height: 40px;
            padding: 0;
            width: 100% !important;
            background: #fff;
            font-size: 12px;
            text-transform: uppercase;
            color: #525252;
        }

        #attributes .attribute_list span {
            padding: 0 15px;
            background: #fff;
            color: #747474;
            width: 100% !important;
            text-shadow: none;
            position: absolute;
            z-index: 1;
            opacity: 1;
            height: 100%;
            left: 0;
            line-height: 40px;
            pointer-events: none;
        }

        #attributes .attribute_list select {
            padding: 5px 10px;
            width: 100%;
            position: absolute;
            opacity: 1;
            top: auto;
            left: 0 !important;
            height: 100%;
            border: none;
            box-shadow: none;
            color: #919191;
            font-size: 13px;
            text-transform: none;
        }

        #attributes .attribute_list:after {
            content: "\f0dd";
            background: #fff;
            color: #4f4f4f;
            text-align: center;
            margin: 0;
            position: absolute;
            right: 0;
            top: 0;
            height: 40px;
            width: 40px;
            line-height: 36px;
            z-index: 2;
            pointer-events: none;
            -ms-pointer-events: none;
            -webkit-pointer-events: none;
            font-family: Fontawesome;
        }

        #attributes .attribute_list option {
            padding: 4px 13px;
        }

        #attributes .attribute_list.color-type {
            border: none;
            padding-top: 10px;
        }

            #attributes .attribute_list.color-type:after {
                display: none;
            }

        #attributes .attribute_list.radio-type {
            border: none;
        }

            #attributes .attribute_list.radio-type:after {
                display: none;
            }

            #attributes .attribute_list.radio-type ul li {
                margin: 0;
                display: inline-block;
            }

            #attributes .attribute_list.radio-type div.radio, #attributes .attribute_list.radio-type div.radio span, #attributes .attribute_list.radio-type div.radio input {
                border-radius: 13px;
                display: inline-block;
                opacity: 1;
                height: 13px;
                width: 13px;
                z-index: 2;
                margin: 0 10px;
            }

            #attributes .attribute_list.radio-type span {
                background-color: transparent;
                pointer-events: auto;
                padding: 0;
                position: relative;
                margin: 0 10px;
            }

        #attributes .attribute_list #color_to_pick_list {
            list-style-type: none;
        }

            #attributes .attribute_list #color_to_pick_list li {
                float: left;
                margin: 0 3px 3px 0;
                padding: 1px;
                clear: none;
                width: 26px;
                height: 26px;
                border:;
            }

                #attributes .attribute_list #color_to_pick_list li a.color_pick {
                    display: block;
                    height: 22px;
                    width: 22px;
                    cursor: pointer;
                }

                    #attributes .attribute_list #color_to_pick_list li a.color_pick img {
                        display: block;
                        height: 22px;
                        width: 22px;
                    }

#product_reference, #product_condition {
    text-transform: uppercase;
    margin-bottom: 5px;
}

    #product_reference label, #product_condition label {
        font-weight: normal;
        color: #545454;
    }

    #product_reference span.editable, #product_condition span.editable {
        color: #545454;
        margin: 0 10px;
    }

#availability_statut {
    display: inline-block;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-weight: 600;
}

    #availability_statut #availability_value {
        background: transparent;
        border: none;
        color: #525252;
        margin: 0;
    }

        #availability_statut #availability_value.warning_inline {
            color: #ff444e;
        }

#availability_statut {
    display: inline-block;
    margin: 0;
    margin-bottom: 20px;
}

    #availability_statut #availability_value {
        background: transparent;
        border: none;
        text-transform: uppercase;
        font-size: 12px;
    }

        #availability_statut #availability_value:before {
            content: "\f046";
            font-family: Fontawesome;
            display: inline-block;
            margin-right: 13px;
            color: #525252;
        }

        #availability_statut #availability_value.warning_inline {
            color: #ff444e;
        }

            #availability_statut #availability_value.warning_inline:before {
                content: "\f00d";
                color: #ff444e;
                line-height: 22px;
            }

#pQuantityAvailable {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

#quantity_wanted_p {
    margin: 0 6px 25px 0;
    display: inline-block;
    vertical-align: top;
}

    #quantity_wanted_p .qty {
        height: 32px;
        width: 90px;
        border: 1px solid #ebebeb;
        position: relative;
        display: inline-block;
    }

        #quantity_wanted_p .qty .qty_buttons {
            display: inline-block;
            margin: 0;
            vertical-align: top;
        }

            #quantity_wanted_p .qty .qty_buttons input {
                vertical-align: top;
                width: 24px;
                height: 30px;
                border: none !important;
                padding: 0;
                line-height: 30px;
                text-align: center;
                float: none;
                display: inline-block;
                color: #323232;
                font-size: 16px;
            }

        #quantity_wanted_p .qty .button-plus, #quantity_wanted_p .qty .button-minus {
            width: 28px;
            display: inline-block;
            height: 100%;
            line-height: 30px;
            color: #898989;
            text-align: center;
            font-size: 14px;
            font-weight: 300;
            transition: all 0.3s ease 0s;
        }

            #quantity_wanted_p .qty .button-plus:hover, #quantity_wanted_p .qty .button-minus:hover {
                color: #ff5c00;
            }

.box-cart-bottom {
    margin: 0 0 25px;
    display: inline-block;
    padding: 0 0 0 8px;
    vertical-align: top;
}

    .box-cart-bottom .buttons_bottom_block {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }

        .box-cart-bottom .buttons_bottom_block button {
            font-size: 13px;
            margin: 0;
            height: 32px;
            line-height: 31px;
            border-radius: 15px;
            padding: 0 10px;
            background: #ff5c00;
            font-weight: 600;
            text-transform: capitalize;
        }

            .box-cart-bottom .buttons_bottom_block button:hover {
                background: #ff7d33;
            }

    .box-cart-bottom .wishlist_button {
        margin: 0 7px;
    }

    .box-cart-bottom .wishlist_button, .box-cart-bottom .compare {
        display: inline-block;
        vertical-align: top;
    }

        .box-cart-bottom .wishlist_button a.addToWishlist, .box-cart-bottom .compare a.addToWishlist, .box-cart-bottom .wishlist_button .add_to_compare, .box-cart-bottom .compare .add_to_compare {
            padding: 0;
            border: 1px solid #ff5c00;
            height: 32px;
            width: 32px;
            line-height: 30px;
            text-align: center;
            background: #fff;
            color: #ff5c00;
            font-size: 12px;
            border-radius: 50%;
        }

            .box-cart-bottom .wishlist_button a.addToWishlist:hover, .box-cart-bottom .compare a.addToWishlist:hover, .box-cart-bottom .wishlist_button .add_to_compare:hover, .box-cart-bottom .compare .add_to_compare:hover {
                background: #ff5c00;
                border-color: #ff5c00;
                color: #fff;
            }

            .box-cart-bottom .wishlist_button a.addToWishlist.checked, .box-cart-bottom .compare a.addToWishlist.checked, .box-cart-bottom .wishlist_button .add_to_compare.checked, .box-cart-bottom .compare .add_to_compare.checked {
                color: #ff5c00;
            }

                .box-cart-bottom .wishlist_button a.addToWishlist.checked:hover, .box-cart-bottom .compare a.addToWishlist.checked:hover, .box-cart-bottom .wishlist_button .add_to_compare.checked:hover, .box-cart-bottom .compare .add_to_compare.checked:hover {
                    color: #fff;
                }

.sharing-buttons {
}

    .sharing-buttons label {
        isplay: inline-block;
        text-transform: uppercase;
        width: 60px;
        vertical-align: top;
        padding: 10px 0 0;
        margin: 0;
        font-size: 14px;
        font-weight: bold;
        color: #222;
    }

    .sharing-buttons .buttons {
        display: inline-block;
        margin: 0 -3px;
    }

        .sharing-buttons .buttons a {
            display: inline-block;
            height: 35px;
            width: 35px;
            line-height: 34px;
            border-radius: 50%;
            text-align: center;
            margin: 0 3px;
            background: #ff5c00;
            color: #fff;
            font-size: 16px;
        }

            .sharing-buttons .buttons a:hover {
                background: #ff9d66;
            }

div.zoomContainer {
    z-index: 2;
}

div.moreinfo_block {
    margin: 0;
    overflow: hidden;
}

    div.moreinfo_block ul.nav-tabs {
        background: #f2f2f2;
        border: none;
        position: relative;
        border-right: 1px solid #e8e8e8;
    }

        div.moreinfo_block ul.nav-tabs:before, div.moreinfo_block ul.nav-tabs:after {
            content: "";
            position: absolute;
            width: 100%;
            left: 0;
            right: 0;
            height: 1px;
            background: #e8e8e8;
            z-index: 0;
        }

        div.moreinfo_block ul.nav-tabs:before {
            top: 0;
            bottom: auto;
        }

        div.moreinfo_block ul.nav-tabs:after {
            top: auto;
            bottom: 0;
        }

        div.moreinfo_block ul.nav-tabs > li {
            margin: 0 -2px !important;
            position: relative;
            z-index: 1;
            float: none;
            display: inline-block;
            font-size: 28px;
        }

            div.moreinfo_block ul.nav-tabs > li a {
                color: #222;
                font-weight: bold;
                height: 100%;
                width: 100%;
                text-transform: uppercase;
                border: none;
                font-size: 14px;
                padding: 12px 38px;
                display: block;
                border-radius: 0;
                margin: 0;
                position: relative;
            }

                div.moreinfo_block ul.nav-tabs > li a:after {
                    content: "";
                    width: 1px;
                    height: 100%;
                    background: #e1e1e1;
                    position: absolute;
                    left: auto;
                    right: 0;
                    top: 0;
                    bottom: auto;
                }

            div.moreinfo_block ul.nav-tabs > li:first-child {
                margin-left: 0 !important;
            }

                div.moreinfo_block ul.nav-tabs > li:first-child a:before {
                    content: "";
                    width: 1px;
                    height: 100%;
                    background: #e1e1e1;
                    position: absolute;
                    left: 0;
                    right: auto;
                    top: 0;
                    bottom: auto;
                }

                div.moreinfo_block ul.nav-tabs > li:first-child:hover a:before, div.moreinfo_block ul.nav-tabs > li:first-child.active > a:before, div.moreinfo_block ul.nav-tabs > li:first-child.active > a:hover:before, div.moreinfo_block ul.nav-tabs > li:first-child.active > a:focus:before {
                    background: #ff5c00;
                }

            div.moreinfo_block ul.nav-tabs > li:hover a, div.moreinfo_block ul.nav-tabs > li.active > a, div.moreinfo_block ul.nav-tabs > li.active > a:hover, div.moreinfo_block ul.nav-tabs > li.active > a:focus {
                color: #fff;
                background: #2965ad;
                border: none;
            }

                div.moreinfo_block ul.nav-tabs > li:hover a:after, div.moreinfo_block ul.nav-tabs > li.active > a:after, div.moreinfo_block ul.nav-tabs > li.active > a:hover:after, div.moreinfo_block ul.nav-tabs > li.active > a:focus:after {
                    background:#2965ad;
                }

    div.moreinfo_block .tab-content {
        padding: 22px 30px 4px;
        display: block;
        margin: 0;
        border: 1px solid #ebebeb;
        border-top: none;
    }

        div.moreinfo_block .tab-content .product-box {
            width: 261px !important;
        }

        div.moreinfo_block .tab-content .block_content {
            padding: 0;
        }

    div.moreinfo_block .page-product-box {
        display: none;
    }

        div.moreinfo_block .page-product-box.active {
            display: block;
        }

    div.moreinfo_block .bx-viewport {
        min-height: 490px;
    }

.table-data-sheet {
    border-bottom: solid 1px #ccc;
    width: 100%;
    margin: 0 0 20px;
    background:;
}

    .table-data-sheet tr {
        border-top: solid 1px #ccc;
    }

        .table-data-sheet tr td {
            padding: 10px 20px 11px;
            border: solid 1px #e6e6e6;
        }

            .table-data-sheet tr td:first-child {
                width: 30%;
                font-weight: normal;
                color:;
            }

table.table-product-discounts {
    border: none;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    width: 50%;
    margin: 0 0 20px;
    background:;
}

    table.table-product-discounts tr th {
        background:;
        color:;
        font-weight: 700;
        border: none;
    }

    table.table-product-discounts tr td, table.table-product-discounts tr th {
        border-left: solid 1px #ccc;
        width: 33%;
        padding: 10px 20px 11px;
        border-top: solid 1px #ccc;
        border-right: none;
        text-shadow: none;
        text-transform: none;
        font-weight: 13px;
        line-height: 18px;
        border-bottom: none;
    }

.moreinfo_block #product_comments_block_tab {
    margin: 0;
}

    .moreinfo_block #product_comments_block_tab div.star, .moreinfo_block #product_comments_block_tab div.star_on {
        background: none;
    }

    .moreinfo_block #product_comments_block_tab div.comment {
        margin: 0 0 10px;
        padding: 0 0 10px;
    }

        .moreinfo_block #product_comments_block_tab div.comment div.comment_details, .moreinfo_block #product_comments_block_tab div.comment div.comment_author {
            float: none;
            padding: 0;
            margin: 0;
            width: 100%;
        }

        .moreinfo_block #product_comments_block_tab div.comment .star_content {
            margin: 0 0 5px;
        }

        .moreinfo_block #product_comments_block_tab div.comment .comment_author_infos {
            margin-bottom: 7px;
        }

            .moreinfo_block #product_comments_block_tab div.comment .comment_author_infos strong {
                display: block;
                margin-bottom: 5px;
            }

            .moreinfo_block #product_comments_block_tab div.comment .comment_author_infos em {
                font-style: italic;
                font-size: 11px;
            }

        .moreinfo_block #product_comments_block_tab div.comment .title_block {
            margin: 0 0 7px;
            text-transform: uppercase;
        }

        .moreinfo_block #product_comments_block_tab div.comment p {
            padding: 0;
            margin: 0;
        }

        .moreinfo_block #product_comments_block_tab div.comment ul {
            padding-top: 10px;
        }

    .moreinfo_block #product_comments_block_tab #new_comment_tab_btn {
        margin-top: 10px;
    }

        .moreinfo_block #product_comments_block_tab #new_comment_tab_btn:hover {
            text-decoration: none;
        }

    .moreinfo_block #product_comments_block_tab div.comment div.comment_author span, .moreinfo_block #product_comments_block_tab div.comment .star_content {
        float: none;
    }

    .moreinfo_block #product_comments_block_tab div.comment_details li {
        padding: 2px 0;
        background: none;
    }

#new_comment_form h2 {
    margin: 0;
}

#new_comment_form .new_comment_form_content input, #new_comment_form .new_comment_form_content textarea {
    width: 100%;
}

#new_comment_form .new_comment_form_content #criterions_list label {
    display: inline-block;
    margin: 0;
    float: none;
}

#new_comment_form .new_comment_form_content #criterions_list .star_content {
    display: inline-block;
    margin: 0;
    float: none;
}

    #new_comment_form .new_comment_form_content #criterions_list .star_content a {
        display: none;
    }

.accessories-block {
    margin: 0;
    position: relative;
}

    .accessories-block .block_description {
        display: none;
    }

    .accessories-block .price {
        margin-bottom: 10px;
    }

    .accessories-block h5.product-name {
        margin-bottom: 5px;
    }

    .accessories-block .exclusive {
        padding: 5px 12px;
    }

        .accessories-block .exclusive span {
            font-size: 13px;
            line-height: 18px;
            padding: 0;
            text-decoration: none;
        }

            .accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
                text-decoration: none;
            }

        .accessories-block .exclusive .fa {
            border-right: 1px solid rgba(255,255,255,0.4);
            line-height: 21px;
            margin-right: 10px;
            padding-right: 10px;
            width: 25px;
        }

    .accessories-block .bx-controls .bx-controls-direction a {
        display: block;
        height: 36px;
        width: 36px;
        border-radius: 50%;
        background: #757575;
        position: absolute;
        text-align: center;
        top: 45%;
    }

        .accessories-block .bx-controls .bx-controls-direction a:before {
            font-family: fontawesome;
            display: inline-block;
            position: absolute;
            text-align: center;
            color: #fff;
            top: 0;
            left: 0;
            line-height: 36px;
            font-size: 22px;
            height: 100%;
            width: 100%;
        }

        .accessories-block .bx-controls .bx-controls-direction a.bx-prev {
            left: 0;
        }

            .accessories-block .bx-controls .bx-controls-direction a.bx-prev:before {
                content: "\f104";
            }

        .accessories-block .bx-controls .bx-controls-direction a.bx-next {
            right: 0;
        }

            .accessories-block .bx-controls .bx-controls-direction a.bx-next:before {
                content: "\f105";
            }

.blockproductscategory.block {
    padding-top: 35px;
    position: relative;
    margin-bottom: 0;
}

    .blockproductscategory.block h3.title {
        border: none;
        font-size: 18px;
        font-weight: 700;
        color: #222;
        text-transform: uppercase;
        margin: 0 0 30px;
        padding: 0 0 10px;
        border-bottom: 1px solid #e8e8e8;
        position: relative;
    }

        .blockproductscategory.block h3.title:before {
            content: "";
            position: absolute;
            background: #ff5c00;
            height: 2px;
            width: 100px;
            left: 0;
            right: auto;
            top: auto;
            bottom: -1px;
        }

    .blockproductscategory.block #productscategory_list {
        direction: ltr;
    }

    .blockproductscategory.block .related-product {
        margin: 0;
        padding: 0;
    }

    .blockproductscategory.block .product_list.grid, .blockproductscategory.block .product_lists.grid {
        overflow: visible;
    }

    .blockproductscategory.block .owl-controls .owl-prev, .blockproductscategory.block .owl-controls .owl-next {
        font-size: 0;
        width: 29px;
        height: 29px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #e8e8e8;
        position: absolute;
        z-index: 2;
        top: -68px;
        color: transparent;
        margin: 0;
        cursor: pointer;
        display: inline-block;
        transition: 0.3s all ease 0s;
    }

        .blockproductscategory.block .owl-controls .owl-prev:before, .blockproductscategory.block .owl-controls .owl-next:before {
            font-family: fontawesome;
            display: inline-block;
            position: absolute;
            text-align: center;
            color: #e8e8e8;
            top: 0;
            left: 0;
            line-height: 26px;
            font-size: 16px;
            height: 100%;
            width: 100%;
            transition: 0.3s all ease 0s;
        }

    .blockproductscategory.block .owl-controls .owl-prev {
        left: auto;
        right: 35px;
    }

        .blockproductscategory.block .owl-controls .owl-prev:before {
            content: "\f0d9";
            left: 0;
            right: auto;
        }

    .blockproductscategory.block .owl-controls .owl-next {
        left: auto;
        right: 0;
    }

        .blockproductscategory.block .owl-controls .owl-next:before {
            content: "\f0da";
            left: 2px;
            right: auto;
        }

    .blockproductscategory.block:hover .owl-controls .owl-prev:hover, .blockproductscategory.block:hover .owl-controls .owl-next:hover {
        border-color: #c3c3c3;
    }

        .blockproductscategory.block:hover .owl-controls .owl-prev:hover:before, .blockproductscategory.block:hover .owl-controls .owl-next:hover:before {
            color: #c3c3c3;
        }

#product_right .pb-left-column, #product_left .pb-left-column {
    width: 55.5%;
}

#product_right .pb-right-column, #product_left .pb-right-column {
    width: 44.5%;
}

.content-v3 .content_sortPagiBar_top .category-view-type .category-view-type-selector.selected a, .content-v3 .content_sortPagiBar_bottom .category-view-type .category-view-type-selector.selected a {
    opacity: 0.8;
}

.secondImage-0 .product_list .product-image-container .product-image .img_0 {
    display: none !important;
}

.content_sortPagiBar_top, .content_sortPagiBar_bottom {
    overflow: hidden;
}

    .content_sortPagiBar_top div.selector, .content_sortPagiBar_bottom div.selector {
        height: 40px;
        position: relative;
        background: #fff;
        padding: 0;
        display: inline-block;
        font-size: 13px;
        font-weight: 300;
    }

        .content_sortPagiBar_top div.selector span, .content_sortPagiBar_bottom div.selector span {
            font-size: 13px;
            font-weight: 300;
            line-height: 38px;
            padding: 0 13px;
            color: #6b6b6b;
            background: #fff;
            width: auto !important;
            text-shadow: none;
            position: absolute;
            height: 38px;
            opacity: 1;
            top: 1px;
            bottom: 1px;
            display: block;
            z-index: 2;
            pointer-events: none;
            -ms-pointer-events: none;
            -webkit-pointer-events: none;
            left: 1px;
            right: 1px;
        }

        .content_sortPagiBar_top div.selector select, .content_sortPagiBar_bottom div.selector select {
            padding: 5px 10px;
            width: 100%;
            position: absolute;
            opacity: 1;
            top: auto;
            left: 0 !important;
            height: 100%;
            border: solid 1px #e8e8e8;
            box-shadow: none;
            color: #545454;
            font-size: 12px;
            background: #fff;
            z-index: 1;
            font-size: 14px;
            font-weight: normal;
        }

        .content_sortPagiBar_top div.selector:after, .content_sortPagiBar_bottom div.selector:after {
            border-left: 1px solid #e8e8e8;
            content: "\f0d7";
            background: #fff;
            color: #666;
            text-align: center;
            margin: 0;
            position: absolute;
            right: 1px;
            top: 1px;
            height: 38px;
            width: 38px;
            pointer-events: none;
            -ms-pointer-events: none;
            font-family: Fontawesome;
            z-index: 2;
            line-height: 37px;
            font-size: 12px;
        }

        .content_sortPagiBar_top div.selector#uniform-nb_item, .content_sortPagiBar_bottom div.selector#uniform-nb_item {
            width: 78px !important;
        }

        .content_sortPagiBar_top div.selector#uniform-selectProductSort, .content_sortPagiBar_bottom div.selector#uniform-selectProductSort {
            width: 170px !important;
        }

    .content_sortPagiBar_top label, .content_sortPagiBar_bottom label {
        color: #6b6b6b;
        padding: 7px 10px 0;
        vertical-align: top;
        font-weight: normal;
        font-size: 13px;
    }

    .content_sortPagiBar_top option, .content_sortPagiBar_bottom option {
        padding: 4px 10px;
    }

    .content_sortPagiBar_top .category-view-type, .content_sortPagiBar_bottom .category-view-type {
        float: left;
    }

        .content_sortPagiBar_top .category-view-type .category-view-type-selector, .content_sortPagiBar_bottom .category-view-type .category-view-type-selector {
            float: left;
        }

            .content_sortPagiBar_top .category-view-type .category-view-type-selector a, .content_sortPagiBar_bottom .category-view-type .category-view-type-selector a {
                display: block;
                width: 40px;
                height: 40px;
                background-color: #252525;
                background-repeat: no-repeat;
                background-position: center;
            }

            .content_sortPagiBar_top .category-view-type .category-view-type-selector .fa, .content_sortPagiBar_bottom .category-view-type .category-view-type-selector .fa {
                display: none;
            }

            .content_sortPagiBar_top .category-view-type .category-view-type-selector#grid a, .content_sortPagiBar_bottom .category-view-type .category-view-type-selector#grid a {
                background-image: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/icon/icon_grid.png);
            }

            .content_sortPagiBar_top .category-view-type .category-view-type-selector#list a, .content_sortPagiBar_bottom .category-view-type .category-view-type-selector#list a {
                background-image: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/icon/icon_list.png);
            }

            .content_sortPagiBar_top .category-view-type .category-view-type-selector.selected a, .content_sortPagiBar_bottom .category-view-type .category-view-type-selector.selected a {
                background-color: #ff5c00;
            }

    .content_sortPagiBar_top #pagination, .content_sortPagiBar_bottom #pagination, .content_sortPagiBar_top #pagination_bottom, .content_sortPagiBar_bottom #pagination_bottom {
        float: right;
        margin: 0;
        border-radius: 0;
    }

        .content_sortPagiBar_top #pagination .label, .content_sortPagiBar_bottom #pagination .label, .content_sortPagiBar_top #pagination_bottom .label, .content_sortPagiBar_bottom #pagination_bottom .label {
            color: #6b6b6b;
            font-size: 13px;
        }

        .content_sortPagiBar_top #pagination ul.pagination, .content_sortPagiBar_bottom #pagination ul.pagination, .content_sortPagiBar_top #pagination_bottom ul.pagination, .content_sortPagiBar_bottom #pagination_bottom ul.pagination {
            height: 34px;
        }

            .content_sortPagiBar_top #pagination ul.pagination li, .content_sortPagiBar_bottom #pagination ul.pagination li, .content_sortPagiBar_top #pagination_bottom ul.pagination li, .content_sortPagiBar_bottom #pagination_bottom ul.pagination li {
                border: 1px solid transparent;
                height: 33px;
                width: 33px;
                margin: 0 0 0 -4px;
            }

                .content_sortPagiBar_top #pagination ul.pagination li span, .content_sortPagiBar_bottom #pagination ul.pagination li span, .content_sortPagiBar_top #pagination_bottom ul.pagination li span, .content_sortPagiBar_bottom #pagination_bottom ul.pagination li span {
                    line-height: 30px;
                    padding: 0;
                    text-align: center;
                    display: block;
                    width: 100%;
                }

                .content_sortPagiBar_top #pagination ul.pagination li a, .content_sortPagiBar_bottom #pagination ul.pagination li a, .content_sortPagiBar_top #pagination_bottom ul.pagination li a, .content_sortPagiBar_bottom #pagination_bottom ul.pagination li a {
                    line-height: 30px;
                    background: #fff;
                    font-size: 13px;
                    color: #6b6b6b;
                    padding: 0;
                    text-align: center;
                    display: block;
                    width: 100%;
                }

                .content_sortPagiBar_top #pagination ul.pagination li.pagination_next a, .content_sortPagiBar_bottom #pagination ul.pagination li.pagination_next a, .content_sortPagiBar_top #pagination_bottom ul.pagination li.pagination_next a, .content_sortPagiBar_bottom #pagination_bottom ul.pagination li.pagination_next a, .content_sortPagiBar_top #pagination ul.pagination li.pagination_previous a, .content_sortPagiBar_bottom #pagination ul.pagination li.pagination_previous a, .content_sortPagiBar_top #pagination_bottom ul.pagination li.pagination_previous a, .content_sortPagiBar_bottom #pagination_bottom ul.pagination li.pagination_previous a {
                    position: relative;
                }

                    .content_sortPagiBar_top #pagination ul.pagination li.pagination_next a .fa, .content_sortPagiBar_bottom #pagination ul.pagination li.pagination_next a .fa, .content_sortPagiBar_top #pagination_bottom ul.pagination li.pagination_next a .fa, .content_sortPagiBar_bottom #pagination_bottom ul.pagination li.pagination_next a .fa, .content_sortPagiBar_top #pagination ul.pagination li.pagination_previous a .fa, .content_sortPagiBar_bottom #pagination ul.pagination li.pagination_previous a .fa, .content_sortPagiBar_top #pagination_bottom ul.pagination li.pagination_previous a .fa, .content_sortPagiBar_bottom #pagination_bottom ul.pagination li.pagination_previous a .fa {
                        display: block;
                        width: 100%;
                        height: 100%;
                        line-height: 30px;
                    }

                    .content_sortPagiBar_top #pagination ul.pagination li.pagination_next a:hover .fa, .content_sortPagiBar_bottom #pagination ul.pagination li.pagination_next a:hover .fa, .content_sortPagiBar_top #pagination_bottom ul.pagination li.pagination_next a:hover .fa, .content_sortPagiBar_bottom #pagination_bottom ul.pagination li.pagination_next a:hover .fa, .content_sortPagiBar_top #pagination ul.pagination li.pagination_previous a:hover .fa, .content_sortPagiBar_bottom #pagination ul.pagination li.pagination_previous a:hover .fa, .content_sortPagiBar_top #pagination_bottom ul.pagination li.pagination_previous a:hover .fa, .content_sortPagiBar_bottom #pagination_bottom ul.pagination li.pagination_previous a:hover .fa {
                        color: #ff5c00;
                    }

                .content_sortPagiBar_top #pagination ul.pagination li.active > span, .content_sortPagiBar_bottom #pagination ul.pagination li.active > span, .content_sortPagiBar_top #pagination_bottom ul.pagination li.active > span, .content_sortPagiBar_bottom #pagination_bottom ul.pagination li.active > span, .content_sortPagiBar_top #pagination ul.pagination li.current > span, .content_sortPagiBar_bottom #pagination ul.pagination li.current > span, .content_sortPagiBar_top #pagination_bottom ul.pagination li.current > span, .content_sortPagiBar_bottom #pagination_bottom ul.pagination li.current > span, .content_sortPagiBar_top #pagination ul.pagination li:hover > span, .content_sortPagiBar_bottom #pagination ul.pagination li:hover > span, .content_sortPagiBar_top #pagination_bottom ul.pagination li:hover > span, .content_sortPagiBar_bottom #pagination_bottom ul.pagination li:hover > span, .content_sortPagiBar_top #pagination ul.pagination li.active > a, .content_sortPagiBar_bottom #pagination ul.pagination li.active > a, .content_sortPagiBar_top #pagination_bottom ul.pagination li.active > a, .content_sortPagiBar_bottom #pagination_bottom ul.pagination li.active > a, .content_sortPagiBar_top #pagination ul.pagination li.current > a, .content_sortPagiBar_bottom #pagination ul.pagination li.current > a, .content_sortPagiBar_top #pagination_bottom ul.pagination li.current > a, .content_sortPagiBar_bottom #pagination_bottom ul.pagination li.current > a, .content_sortPagiBar_top #pagination ul.pagination li:hover > a, .content_sortPagiBar_bottom #pagination ul.pagination li:hover > a, .content_sortPagiBar_top #pagination_bottom ul.pagination li:hover > a, .content_sortPagiBar_bottom #pagination_bottom ul.pagination li:hover > a {
                    color: #ff5c00;
                    background: transparent;
                }

    .content_sortPagiBar_top .sort-center, .content_sortPagiBar_bottom .sort-center {
        text-align: center;
        overflow: hidden;
    }

    .content_sortPagiBar_top .productsSortForm, .content_sortPagiBar_bottom .productsSortForm, .content_sortPagiBar_top .nbrItemPage, .content_sortPagiBar_bottom .nbrItemPage {
        float: none;
        margin: 0 0 0 40px;
        display: inline-block;
        text-align: left;
    }

.content_sortPagiBar_top {
    margin-bottom: 35px;
    padding: 3px 0 0;
}

.content_sortPagiBar_bottom {
    margin: 10px 0 40px;
    padding: 0;
}

.content_sortPagiBar {
    padding: 5px 0 10px;
    border-bottom: solid 1px #dedede;
}

.fancybox-inner {
    text-align: center;
    background: #f4f4f4;
}

    .fancybox-inner .compare_product_view {
        margin-bottom: 20px;
    }

.hide-quickview .product_list .product-container .quick-view {
    display: none;
}

.hide-rating {
}

    .hide-rating .product_list .product-container .comments_note {
        display: none;
    }

    .hide-rating .product_list.grid .product-container:hover .comments_note {
        display: none;
    }

.product_list, .product_lists {
}

    .product_list .product-container, .product_lists .product-container {
        margin: 0 0 30px;
    }

        .product_list .product-container .button-container .add_to_compare.checked, .product_lists .product-container .button-container .add_to_compare.checked {
            background: #ff5c00;
            color: transparent;
            border-color: #ff5c00;
        }

            .product_list .product-container .button-container .add_to_compare.checked .fa, .product_lists .product-container .button-container .add_to_compare.checked .fa {
                color: #fff;
            }

            .product_list .product-container .button-container .add_to_compare.checked:after, .product_lists .product-container .button-container .add_to_compare.checked:after {
                display: none;
            }

        .product_list .product-container:hover, .product_lists .product-container:hover {
            cursor: pointer;
        }

            .product_list .product-container:hover h5.product-name a, .product_lists .product-container:hover h5.product-name a {
                color: #ff5c00;
            }

            .product_list .product-container:hover .buttons a.quick-view, .product_lists .product-container:hover .buttons a.quick-view {
                transform: scale(1);
                -ms-transform: scale(1);
                -webkit-transform: scale(1);
                opacity: 1;
            }

            .product_list .product-container:hover a.quick-view:hover, .product_lists .product-container:hover a.quick-view:hover {
                opacity: 0.7;
            }

    .product_list .first-in-line, .product_lists .first-in-line {
        clear: both;
    }

    .product_list .product-container .product-image-container, .product_lists .product-container .product-image-container {
        z-index: 1;
        position: relative;
    }

        .product_list .product-container .product-image-container .product-image, .product_lists .product-container .product-image-container .product-image {
            position: relative;
            display: block;
        }

            .product_list .product-container .product-image-container .product-image .img_1, .product_lists .product-container .product-image-container .product-image .img_1 {
                position: relative;
                z-index: 1;
                transition: all 0.3s ease 0s;
                -ms-transition: all 0.3s ease 0s;
            }

            .product_list .product-container .product-image-container .product-image .img_0, .product_lists .product-container .product-image-container .product-image .img_0 {
                position: absolute;
                left: 0;
                width: 100%;
                z-index: -1;
                top: 0;
                opacity: 0;
                filter: "alpha(opacity=0)";
                -ms-filter: "alpha(opacity=0)";
                background: #f4f4f4;
                transition: all 0.3s ease 0s;
                -ms-transition: all 0.3s ease 0s;
            }

    .product_list .buttons, .product_lists .buttons {
        display: block;
        position: absolute;
        text-align: center;
        line-height: 270px;
        z-index: 3;
        width: 100%;
        height: 100%;
        top: 0;
        pointer-events: none;
    }

    .product_list a.quick-view, .product_lists a.quick-view {
        opacity: 0;
        display: inline-block;
        background: #ff5c00;
        width: 33px;
        height: 33px;
        pointer-events: auto;
        line-height: 28px;
        border-radius: 50%;
        text-align: center;
        border: 1px solid #ff5c00;
        transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
    }

        .product_list a.quick-view .fa, .product_lists a.quick-view .fa {
            color: #fff;
            font-size: 12px;
        }

    .product_list h5.product-name a, .product_lists h5.product-name a {
        color: #222;
        font-size: 18px;
        margin: 0 0 15px;
        font-weight: bold;
        position: relative;
        transition: 0.3s all ease 0s;
        text-transform: capitalize;
    }

    .product_list .comments_note, .product_lists .comments_note {
        margin-bottom: 10px;
        min-height: 25px;
    }

        .product_list .comments_note .star_content, .product_lists .comments_note .star_content {
            display: inline-block;
        }

        .product_list .comments_note .nb-comments, .product_lists .comments_note .nb-comments {
            font-size: 13px;
            color: #7d7d7d;
            text-transform: capitalize;
            display: none;
            vertical-align: top;
            padding: 0 25px;
        }

    .product_list .price-box, .product_lists .price-box {
        margin-bottom: 14px;
    }

        .product_list .price-box .price, .product_lists .price-box .price {
            color: #ff5c00;
            font-weight: 700;
            font-size: 16px;
        }

        .product_list .price-box .old-price, .product_lists .price-box .old-price {
            text-decoration: line-through;
            color: #7d7d7d;
            font-size: 14px;
            font-weight: 600;
            padding: 0 5px;
        }

    .product_list .product-desc, .product_lists .product-desc {
        margin: 0 0 32px;
    }

    .product_list .color-list-container, .product_lists .color-list-container {
        margin-bottom: 10px;
    }

        .product_list .color-list-container .color_to_pick_list li, .product_lists .color-list-container .color_to_pick_list li {
            display: inline-block;
        }

            .product_list .color-list-container .color_to_pick_list li a, .product_lists .color-list-container .color_to_pick_list li a {
                display: block;
                width: 24px;
                height: 24px;
                border: 1px solid #ccc;
                box-shadow: 0 0 0 1px white inset;
            }

    .product_list .button-container, .product_lists .button-container {
        font-size: 0;
        transition: 0.3s all ease 0s;
        display: block;
    }

        .product_list .button-container .cart_button, .product_lists .button-container .cart_button, .product_list .button-container .addToWishlist, .product_lists .button-container .addToWishlist, .product_list .button-container .add_to_compare, .product_lists .button-container .add_to_compare {
            height: 33px;
            width: 33px;
            font-size: 12px;
            color: #ff5c00;
            line-height: 32px;
            border-radius: 50%;
            text-align: center;
            border: 1px solid #ff5c00;
            transition: 0.3s all ease 0s;
            position: relative;
            background: #fff;
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
        }

            .product_list .button-container .cart_button span, .product_lists .button-container .cart_button span, .product_list .button-container .addToWishlist span, .product_lists .button-container .addToWishlist span, .product_list .button-container .add_to_compare span, .product_lists .button-container .add_to_compare span {
                color: #fff;
                text-transform: capitalize;
                font-size: 13px;
                font-weight: 400;
            }

            .product_list .button-container .cart_button:hover, .product_lists .button-container .cart_button:hover, .product_list .button-container .addToWishlist:hover, .product_lists .button-container .addToWishlist:hover, .product_list .button-container .add_to_compare:hover, .product_lists .button-container .add_to_compare:hover {
                background: #ff5c00;
                color: #fff;
            }

        .product_list .button-container .addToWishlist, .product_lists .button-container .addToWishlist {
            margin: 0 4px;
        }

        .product_list .button-container .cart_button, .product_lists .button-container .cart_button {
            width: auto;
            padding: 0 10px;
            background-color: #ff5c00;
            border-radius: 30px;
            font-weight: 600;
        }

            .product_list .button-container .cart_button .fa, .product_lists .button-container .cart_button .fa {
                display: none;
            }

            .product_list .button-container .cart_button:hover, .product_lists .button-container .cart_button:hover {
                background: #ff8d4d;
            }

    .product_list .add_to_compare.checked, .product_lists .add_to_compare.checked {
        background: #ff5c00;
    }

    .product_list .availabilityavailability, .product_lists .availabilityavailability {
        display: block;
        margin: 10px 0 20px;
    }

    .product_list .availability, .product_lists .availability {
        margin: 15px 0 0;
    }

    .product_list .product-container:hover .product-image-container .product-image .img_0, .product_lists .product-container:hover .product-image-container .product-image .img_0 {
        z-index: 2;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
    }

    .product_list .product-container:hover .product-image-container .product-image .img_1, .product_lists .product-container:hover .product-image-container .product-image .img_1 {
        z-index: 1;
        transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
    }

    .product_list.grid, .product_lists.grid {
        margin-bottom: 0;
        overflow: hidden;
    }

        .product_list.grid .comments_note, .product_lists.grid .comments_note {
            display: none;
        }

        .product_list.grid h5.product-name a, .product_lists.grid h5.product-name a {
            font-size: 14px;
            font-weight: 500;
        }

        .product_list.grid .button-container, .product_lists.grid .button-container {
            position: absolute;
            top: auto;
            bottom: -10%;
            right: 0;
            left: 0;
            width: 100%;
            text-align: center;
            padding: 20px 0;
            z-index: -1;
            background: #fff;
        }

            .product_list.grid .button-container > .cart_button, .product_lists.grid .button-container > .cart_button, .product_list.grid .button-container > .addToWishlist, .product_lists.grid .button-container > .addToWishlist, .product_list.grid .button-container > .add_to_compare, .product_lists.grid .button-container > .add_to_compare {
                opacity: 0;
            }

        .product_list.grid .product-container, .product_lists.grid .product-container {
            text-align: center;
            overflow: hidden;
            border: 1px solid #e8e8e8;
            position: relative;
        }

            .product_list.grid .product-container .left-block, .product_lists.grid .product-container .left-block {
                margin: 0;
            }

            .product_list.grid .product-container .right-block, .product_lists.grid .product-container .right-block {
                padding: 2px;
            }

            .product_list.grid .product-container:hover .button-container, .product_lists.grid .product-container:hover .button-container {
                z-index: 4;
                bottom: 0;
            }

                .product_list.grid .product-container:hover .button-container .cart_button, .product_lists.grid .product-container:hover .button-container .cart_button, .product_list.grid .product-container:hover .button-container .addToWishlist, .product_lists.grid .product-container:hover .button-container .addToWishlist, .product_list.grid .product-container:hover .button-container .add_to_compare, .product_lists.grid .product-container:hover .button-container .add_to_compare, .product_list.grid .product-container:hover .button-container .quick-view, .product_lists.grid .product-container:hover .button-container .quick-view {
                    opacity: 1;
                }

                    .product_list.grid .product-container:hover .button-container .cart_button:hover, .product_lists.grid .product-container:hover .button-container .cart_button:hover {
                        background: #ff7d33;
                        border-color: #ff7d33;
                    }

            .product_list.grid .product-container:hover .price-box, .product_lists.grid .product-container:hover .price-box, .product_list.grid .product-container:hover h5.product-name, .product_lists.grid .product-container:hover h5.product-name {
                visibility: hidden;
                opacity: 0;
                filter: alpha(opacity=0);
                transition: all 0.2s ease-in-out 0s;
                -moz-transition: all 0.2s ease-in-out 0s;
                -webkit-transition: all 0.2s ease-in-out 0s;
            }

#module-spsearchpro-catesearch, #search, #manufacturer {
}

    #module-spsearchpro-catesearch .product_list.grid .product-desc, #search .product_list.grid .product-desc, #manufacturer .product_list.grid .product-desc, #module-spsearchpro-catesearch .product_lists.grid .product-desc, #search .product_lists.grid .product-desc, #manufacturer .product_lists.grid .product-desc, #module-spsearchpro-catesearch .product_list.grid .availability, #search .product_list.grid .availability, #manufacturer .product_list.grid .availability, #module-spsearchpro-catesearch .product_lists.grid .availability, #search .product_lists.grid .availability, #manufacturer .product_lists.grid .availability, #module-spsearchpro-catesearch .product_list.grid .comments_note, #search .product_list.grid .comments_note, #manufacturer .product_list.grid .comments_note, #module-spsearchpro-catesearch .product_lists.grid .comments_note, #search .product_lists.grid .comments_note, #manufacturer .product_lists.grid .comments_note {
        display: none;
    }

.product_list.list {
}

    .product_list.list h5.product-name {
        font-size: 18px;
        padding: 0;
        margin: -3px 0 5px;
    }

    .product_list.list div.comments_note {
        margin-bottom: 10px;
    }

    .product_list.list .color-list-container {
        display: none;
    }

    .product_list.list .availability {
        display: none;
    }

    .product_list.list .product-container .button-container {
        margin: 0;
    }

        .product_list.list .product-container .button-container .add_to_compare.checked {
            background: #ff5c00;
            color: #fff;
            border-color: #ff5c00;
        }

    .product_list.list .product-container .product-image-container {
        text-align: center;
        border: 1px solid #e8e8e8;
    }

div.star {
    display: inline-block;
}

    div.star:after {
        content: "\f006";
        font-family: Fontawesome;
        display: inline-block;
        color: #ff5c00;
        font-size: 11px;
    }

div.star_on {
}

    div.star_on:after {
        content: "\f005";
        font-family: Fontawesome;
        display: inline-block;
        color: #ff5c00;
        font-size: 11px;
    }

ul.products {
}

    ul.products li {
        overflow: hidden;
        margin-bottom: 20px;
    }

        ul.products li .products-block-image {
            display: block;
            float: left;
            margin-right: 15px;
            border: solid 1px #e5e5e5;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
        }

        ul.products li h5.product-name {
            margin: 0;
        }

            ul.products li h5.product-name a {
                color: #000;
                display: block;
                margin-bottom: 10px;
                transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
                -ms-transition: all 0.3s ease 0s;
            }

        ul.products li .product-content {
            margin-top: 5px;
        }

        ul.products li .comments_note {
            display: block;
            margin-bottom: 2px;
        }

            ul.products li .comments_note .nb-comments {
                display: none;
            }

        ul.products li .price-box .price {
            font-size: 14px;
        }

        ul.products li:hover {
            cursor: pointer;
        }

            ul.products li:hover h5.product-name a {
                color: #ff5c00;
            }

            ul.products li:hover .products-block-image {
                border: 1px solid #ff5c00;
            }

.content_only .pb-left-column #image-block {
    width: 100%;
}

.content_only .pb-left-column #views_block {
    overflow: hidden;
    height: 91px;
}

    .content_only .pb-left-column #views_block .thumbnail_image .fancybox:hover {
        border: 1px solid #ff5c00;
    }

    .content_only .pb-left-column #views_block .thumbnail_image {
        display: inline-block;
        width: 100px;
        margin-bottom: 10px;
    }

        .content_only .pb-left-column #views_block .thumbnail_image .img-responsive {
            display: inline-block;
        }

.content_only .pb-right-column .comments_note .comments_advices li.write-comments, .content_only .pb-right-column .comments_note .comments_advices li.nb-comments:after {
    display: none;
}

.content_only {
}

    .content_only #attributes .attribute_list:before {
        display: none;
    }

.popover {
    margin-right: 150px;
    min-width: 120px;
}

.popover-content tr td {
    border: none;
    cursor: pointer;
}

    .popover-content tr td:hover span {
        color: #ff5c00;
    }

.popover-content {
    padding: 10px;
    margin-bottom: -15px;
}

    .popover-content tr {
        border: none !important;
    }

        .popover-content tr:first-child {
            border: none;
        }

        .popover-content tr td {
            cursor: pointer;
            font-size: 12px;
            border: none !important;
            padding: 10px 15px;
        }

            .popover-content tr td span {
                color: #ff5c00;
            }

            .popover-content tr td:hover {
                color: #ff5c00;
                background: #fff !important;
            }

        .popover-content tr:hover {
            background: #fff !important;
        }

.wishlist_button .popover-content {
    margin: 0;
}

.pb-left-column {
    margin-bottom: 40px;
}

    .pb-left-column .addthis_native_toolbox {
        display: inline-block;
        margin-top: 30px;
    }

    .pb-left-column #image-block {
        position: relative;
        display: block;
        cursor: pointer;
        width: 100%;
        margin: 0 0 12px;
    }

        .pb-left-column #image-block a.zoomImg {
            display: block;
            height: 32px;
            width: 32px;
            text-align: center;
            position: absolute;
            right: 10px;
            bottom: 10px;
            color: #fff;
            text-align: center;
            z-index: 10;
        }

            .pb-left-column #image-block a.zoomImg .fa {
                margin: 0;
                line-height: 32px;
                font-size: 14px;
            }

        .pb-left-column #image-block a.jqzoom div div img {
            width: auto;
            max-width: 10000px;
        }

        .pb-left-column #image-block a.jqzoom div div .zoomWrapper {
            border: none;
        }

        .pb-left-column #image-block .zoomPad {
            z-index: 8;
            float: none;
        }

        .pb-left-column #image-block #view_full_size {
            display: block;
            text-align: center;
            border: 1px solid #e5e5e5;
        }

        .pb-left-column #image-block .span_link {
            display: block;
            border: solid 1px #e1e1e1;
            height: 40px;
            width: 40px;
            background: #fff;
            text-align: center;
            position: absolute;
            bottom: 10px;
            right: 10px;
        }

            .pb-left-column #image-block .span_link .fa {
                font-size: 21px;
                color: #666;
                display: block;
                line-height: 36px;
            }

            .pb-left-column #image-block .span_link:hover {
                background: #ff5c00;
                border-color: #ff5c00;
            }

                .pb-left-column #image-block .span_link:hover .fa {
                    color: #fff;
                }

div.slick-slide img {
    display: inline-block;
}

#views_block {
    width: 100%;
    text-align: center;
}

    #views_block:hover .slick-arrow {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }

    #views_block .thumbnail_image {
        margin: 0 5px 0;
        text-align: center;
    }

        #views_block .thumbnail_image .fancybox {
            border: 1px solid #e8e8e8;
            display: block;
        }

        #views_block .thumbnail_image:focus {
            outline: none;
        }

        #views_block .thumbnail_image.slick-active .fancybox.shown {
            border-color: #ff5c00;
        }

    #views_block .slick-list {
        padding: 0;
        margin: 0 -5px;
    }

    #views_block .slick-arrow {
        padding: 0 10px;
        top: 33%;
        height: 30px;
        width: 30px;
        font-size: 0;
        border: 1px solid #c8c8c8;
        border-radius: 50%;
        position: absolute;
        color: transparent;
        z-index: 2;
        background: #fff;
        transition: 0.3s all ease 0s;
        transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
    }

        #views_block .slick-arrow:hover {
            background: #ff5c00;
            border-color: #ff5c00;
        }

            #views_block .slick-arrow:hover:after {
                color: #fff;
            }

        #views_block .slick-arrow:after {
            font-size: 16px;
            font-family: Fontawesome;
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            color: #c3c3c3;
            text-align: center;
            line-height: 28px;
        }

        #views_block .slick-arrow.slick-prev {
            margin-bottom: 0;
            right: 0;
            left: auto;
        }

            #views_block .slick-arrow.slick-prev:after {
                content: "\f0da";
                left: 1px;
                right: auto;
            }

        #views_block .slick-arrow.slick-next {
            left: 0;
            right: auto;
        }

            #views_block .slick-arrow.slick-next:after {
                content: "\f0d9";
                left: 0;
                right: auto;
            }

.pb-right-column {
    margin-bottom: 40px;
}

    .pb-right-column h1.product_name {
        font-size: 18px;
        margin: 0 0 15px;
        font-weight: bold;
        color: #222;
        position: relative;
        text-transform: capitalize;
    }

    .pb-right-column .product-code {
        color: #525252;
        text-transform: uppercase;
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        margin: 0 10px 10px;
    }

        .pb-right-column .product-code label {
            font-weight: 600;
        }

    .pb-right-column ul.product_reference > li {
        display: inline-block;
    }

        .pb-right-column ul.product_reference > li .fa {
            margin: 0;
        }

        .pb-right-column ul.product_reference > li:after {
            content: "|";
        }

        .pb-right-column ul.product_reference > li:last-child:after {
            content: "";
        }

    .pb-right-column .comments_note {
        margin-bottom: 13px;
    }

        .pb-right-column .comments_note .star_content {
            display: inline-block;
        }

        .pb-right-column .comments_note .comments_advices {
            display: inline-block;
            vertical-align: top;
            padding: 0 20px;
            text-transform: capitalize;
        }

            .pb-right-column .comments_note .comments_advices li {
                display: inline-block;
                position: relative;
            }

                .pb-right-column .comments_note .comments_advices li.nb-comments {
                    padding: 0 10px;
                    margin-right: 7px;
                }

                    .pb-right-column .comments_note .comments_advices li.nb-comments:after {
                        content: "";
                        display: inline-block;
                        height: 13px;
                        width: 1px;
                        background: #7d7d7d;
                        position: absolute;
                        right: 0;
                        top: 4px;
                    }

                .pb-right-column .comments_note .comments_advices li a {
                    color: #7d7d7d;
                    font-size: 13px;
                }

                    .pb-right-column .comments_note .comments_advices li a:hover {
                        color: #ff5c00;
                    }

.content_prices {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0ed;
}

    .content_prices .our_price_display {
        font-weight: bold;
        font-size: 22px;
        display: inline-block;
        margin: 0;
        color: #ff5c00;
    }

    .content_prices #old_price {
        text-decoration: line-through;
        display: inline-block;
        padding: 0 10px;
        font-size: 18px;
        font-weight: normal;
        vertical-align: top;
        color: #898989;
    }

#short_description_block {
    margin: 0 0 35px;
    padding: 0;
}

    #short_description_block p {
        margin: 0;
        line-height: 22px;
        font-weight: normal;
    }

#buy_block {
    margin: 0;
}

#attributes {
    margin-bottom: 10px;
}

    #attributes fieldset {
        padding-bottom: 15px;
        display: block;
        margin: 0 0 0;
        vertical-align: top;
    }

        #attributes fieldset:nth-child(2n+1) {
            margin: 0;
        }

        #attributes fieldset label {
            display: inline-block;
            color: #222;
            font-weight: 700;
            width: 68px;
            text-transform: uppercase;
            vertical-align: top;
            padding-top: 12px;
            margin: 0;
            font-size: 14px;
        }

    #attributes .attribute_list {
        width: 200px !important;
        height: 42px;
        position: relative;
        background: #fff;
        padding: 0;
        display: inline-block;
        border: solid 1px #ebebeb;
    }

        #attributes .attribute_list div.selector {
            height: 40px;
            line-height: 40px;
            padding: 0;
            width: 100% !important;
            background: #fff;
            font-size: 12px;
            text-transform: uppercase;
            color: #525252;
        }

        #attributes .attribute_list span {
            padding: 0 15px;
            background: #fff;
            color: #747474;
            width: 100% !important;
            text-shadow: none;
            position: absolute;
            z-index: 1;
            opacity: 1;
            height: 100%;
            left: 0;
            line-height: 40px;
            pointer-events: none;
        }

        #attributes .attribute_list select {
            padding: 5px 10px;
            width: 100%;
            position: absolute;
            opacity: 1;
            top: auto;
            left: 0 !important;
            height: 100%;
            border: none;
            box-shadow: none;
            color: #919191;
            font-size: 13px;
            text-transform: none;
        }

        #attributes .attribute_list:after {
            content: "\f0dd";
            background: #fff;
            color: #4f4f4f;
            text-align: center;
            margin: 0;
            position: absolute;
            right: 0;
            top: 0;
            height: 40px;
            width: 40px;
            line-height: 36px;
            z-index: 2;
            pointer-events: none;
            -ms-pointer-events: none;
            -webkit-pointer-events: none;
            font-family: Fontawesome;
        }

        #attributes .attribute_list option {
            padding: 4px 13px;
        }

        #attributes .attribute_list.color-type {
            border: none;
            padding-top: 10px;
        }

            #attributes .attribute_list.color-type:after {
                display: none;
            }

        #attributes .attribute_list.radio-type {
            border: none;
        }

            #attributes .attribute_list.radio-type:after {
                display: none;
            }

            #attributes .attribute_list.radio-type ul li {
                margin: 0;
                display: inline-block;
            }

            #attributes .attribute_list.radio-type div.radio, #attributes .attribute_list.radio-type div.radio span, #attributes .attribute_list.radio-type div.radio input {
                border-radius: 13px;
                display: inline-block;
                opacity: 1;
                height: 13px;
                width: 13px;
                z-index: 2;
                margin: 0 10px;
            }

            #attributes .attribute_list.radio-type span {
                background-color: transparent;
                pointer-events: auto;
                padding: 0;
                position: relative;
                margin: 0 10px;
            }

        #attributes .attribute_list #color_to_pick_list {
            list-style-type: none;
        }

            #attributes .attribute_list #color_to_pick_list li {
                float: left;
                margin: 0 3px 3px 0;
                padding: 1px;
                clear: none;
                width: 26px;
                height: 26px;
                border:;
            }

                #attributes .attribute_list #color_to_pick_list li a.color_pick {
                    display: block;
                    height: 22px;
                    width: 22px;
                    cursor: pointer;
                }

                    #attributes .attribute_list #color_to_pick_list li a.color_pick img {
                        display: block;
                        height: 22px;
                        width: 22px;
                    }

#product_reference, #product_condition {
    text-transform: uppercase;
    margin-bottom: 5px;
}

    #product_reference label, #product_condition label {
        font-weight: normal;
        color: #545454;
    }

    #product_reference span.editable, #product_condition span.editable {
        color: #545454;
        margin: 0 10px;
    }

#availability_statut {
    display: inline-block;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-weight: 600;
}

    #availability_statut #availability_value {
        background: transparent;
        border: none;
        color: #525252;
        margin: 0;
    }

        #availability_statut #availability_value.warning_inline {
            color: #ff444e;
        }

#availability_statut {
    display: inline-block;
    margin: 0;
    margin-bottom: 20px;
}

    #availability_statut #availability_value {
        background: transparent;
        border: none;
        text-transform: uppercase;
        font-size: 12px;
    }

        #availability_statut #availability_value:before {
            content: "\f046";
            font-family: Fontawesome;
            display: inline-block;
            margin-right: 13px;
            color: #525252;
        }

        #availability_statut #availability_value.warning_inline {
            color: #ff444e;
        }

            #availability_statut #availability_value.warning_inline:before {
                content: "\f00d";
                color: #ff444e;
                line-height: 22px;
            }

#pQuantityAvailable {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

#quantity_wanted_p {
    margin: 0 6px 25px 0;
    display: inline-block;
    vertical-align: top;
}

    #quantity_wanted_p .qty {
        height: 32px;
        width: 90px;
        border: 1px solid #ebebeb;
        position: relative;
        display: inline-block;
    }

        #quantity_wanted_p .qty .qty_buttons {
            display: inline-block;
            margin: 0;
            vertical-align: top;
        }

            #quantity_wanted_p .qty .qty_buttons input {
                vertical-align: top;
                width: 24px;
                height: 30px;
                border: none !important;
                padding: 0;
                line-height: 30px;
                text-align: center;
                float: none;
                display: inline-block;
                color: #323232;
                font-size: 16px;
            }

        #quantity_wanted_p .qty .button-plus, #quantity_wanted_p .qty .button-minus {
            width: 28px;
            display: inline-block;
            height: 100%;
            line-height: 30px;
            color: #898989;
            text-align: center;
            font-size: 14px;
            font-weight: 300;
            transition: all 0.3s ease 0s;
        }

            #quantity_wanted_p .qty .button-plus:hover, #quantity_wanted_p .qty .button-minus:hover {
                color: #ff5c00;
            }

.box-cart-bottom {
    margin: 0 0 25px;
    display: inline-block;
    padding: 0 0 0 8px;
    vertical-align: top;
}

    .box-cart-bottom .buttons_bottom_block {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }

        .box-cart-bottom .buttons_bottom_block button {
            font-size: 13px;
            margin: 0;
            height: 32px;
            line-height: 31px;
            border-radius: 15px;
            padding: 0 10px;
            background: #ff5c00;
            font-weight: 600;
            text-transform: capitalize;
        }

            .box-cart-bottom .buttons_bottom_block button:hover {
                background: #ff7d33;
            }

    .box-cart-bottom .wishlist_button {
        margin: 0 7px;
    }

    .box-cart-bottom .wishlist_button, .box-cart-bottom .compare {
        display: inline-block;
        vertical-align: top;
    }

        .box-cart-bottom .wishlist_button a.addToWishlist, .box-cart-bottom .compare a.addToWishlist, .box-cart-bottom .wishlist_button .add_to_compare, .box-cart-bottom .compare .add_to_compare {
            padding: 0;
            border: 1px solid #ff5c00;
            height: 32px;
            width: 32px;
            line-height: 30px;
            text-align: center;
            background: #fff;
            color: #ff5c00;
            font-size: 12px;
            border-radius: 50%;
        }

            .box-cart-bottom .wishlist_button a.addToWishlist:hover, .box-cart-bottom .compare a.addToWishlist:hover, .box-cart-bottom .wishlist_button .add_to_compare:hover, .box-cart-bottom .compare .add_to_compare:hover {
                background: #ff5c00;
                border-color: #ff5c00;
                color: #fff;
            }

            .box-cart-bottom .wishlist_button a.addToWishlist.checked, .box-cart-bottom .compare a.addToWishlist.checked, .box-cart-bottom .wishlist_button .add_to_compare.checked, .box-cart-bottom .compare .add_to_compare.checked {
                color: #ff5c00;
            }

                .box-cart-bottom .wishlist_button a.addToWishlist.checked:hover, .box-cart-bottom .compare a.addToWishlist.checked:hover, .box-cart-bottom .wishlist_button .add_to_compare.checked:hover, .box-cart-bottom .compare .add_to_compare.checked:hover {
                    color: #fff;
                }

.sharing-buttons {
}

    .sharing-buttons label {
        isplay: inline-block;
        text-transform: uppercase;
        width: 60px;
        vertical-align: top;
        padding: 10px 0 0;
        margin: 0;
        font-size: 14px;
        font-weight: bold;
        color: #222;
    }

    .sharing-buttons .buttons {
        display: inline-block;
        margin: 0 -3px;
    }

        .sharing-buttons .buttons a {
            display: inline-block;
            height: 35px;
            width: 35px;
            line-height: 34px;
            border-radius: 50%;
            text-align: center;
            margin: 0 3px;
            background: #ff5c00;
            color: #fff;
            font-size: 16px;
        }

            .sharing-buttons .buttons a:hover {
                background: #ff9d66;
            }

div.zoomContainer {
    z-index: 2;
}

div.moreinfo_block {
    margin: 0;
    overflow: hidden;
}

    div.moreinfo_block ul.nav-tabs {
        background: #f2f2f2;
        border: none;
        position: relative;
        border-right: 1px solid #e8e8e8;
    }

        div.moreinfo_block ul.nav-tabs:before, div.moreinfo_block ul.nav-tabs:after {
            content: "";
            position: absolute;
            width: 100%;
            left: 0;
            right: 0;
            height: 1px;
            background: #e8e8e8;
            z-index: 0;
        }

        div.moreinfo_block ul.nav-tabs:before {
            top: 0;
            bottom: auto;
        }

        div.moreinfo_block ul.nav-tabs:after {
            top: auto;
            bottom: 0;
        }

        div.moreinfo_block ul.nav-tabs > li {
            margin: 0 -2px !important;
            position: relative;
            z-index: 1;
            float: none;
            display: inline-block;
            font-size: 28px;
        }

            div.moreinfo_block ul.nav-tabs > li a {
                color: #222;
                font-weight: bold;
                height: 100%;
                width: 100%;
                text-transform: uppercase;
                border: none;
                font-size: 14px;
                padding: 12px 38px;
                display: block;
                border-radius: 0;
                margin: 0;
                position: relative;
            }

                div.moreinfo_block ul.nav-tabs > li a:after {
                    content: "";
                    width: 1px;
                    height: 100%;
                    background: #e1e1e1;
                    position: absolute;
                    left: auto;
                    right: 0;
                    top: 0;
                    bottom: auto;
                }

            div.moreinfo_block ul.nav-tabs > li:first-child {
                margin-left: 0 !important;
            }

                div.moreinfo_block ul.nav-tabs > li:first-child a:before {
                    content: "";
                    width: 1px;
                    height: 100%;
                    background: #e1e1e1;
                    position: absolute;
                    left: 0;
                    right: auto;
                    top: 0;
                    bottom: auto;
                }

                div.moreinfo_block ul.nav-tabs > li:first-child:hover a:before, div.moreinfo_block ul.nav-tabs > li:first-child.active > a:before, div.moreinfo_block ul.nav-tabs > li:first-child.active > a:hover:before, div.moreinfo_block ul.nav-tabs > li:first-child.active > a:focus:before {
                    background: #ff5c00;
                }

            div.moreinfo_block ul.nav-tabs > li:hover a, div.moreinfo_block ul.nav-tabs > li.active > a, div.moreinfo_block ul.nav-tabs > li.active > a:hover, div.moreinfo_block ul.nav-tabs > li.active > a:focus {
                color: #fff;
                background:#2965ad;
                border: none;
            }

                div.moreinfo_block ul.nav-tabs > li:hover a:after, div.moreinfo_block ul.nav-tabs > li.active > a:after, div.moreinfo_block ul.nav-tabs > li.active > a:hover:after, div.moreinfo_block ul.nav-tabs > li.active > a:focus:after {
                    background: #ff5c00;
                }

    div.moreinfo_block .tab-content {
        padding: 22px 30px 4px;
        display: block;
        margin: 0;
        border: 1px solid #ebebeb;
        border-top: none;
    }

        div.moreinfo_block .tab-content .product-box {
            width: 261px !important;
        }

        div.moreinfo_block .tab-content .block_content {
            padding: 0;
        }

    div.moreinfo_block .page-product-box {
        display: none;
    }

        div.moreinfo_block .page-product-box.active {
            display: block;
        }

    div.moreinfo_block .bx-viewport {
        min-height: 490px;
    }

.table-data-sheet {
    border-bottom: solid 1px #ccc;
    width: 100%;
    margin: 0 0 20px;
    background:;
}

    .table-data-sheet tr {
        border-top: solid 1px #ccc;
    }

        .table-data-sheet tr td {
            padding: 10px 20px 11px;
            border: solid 1px #e6e6e6;
        }

            .table-data-sheet tr td:first-child {
                width: 30%;
                font-weight: normal;
                color:;
            }

table.table-product-discounts {
    border: none;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    width: 50%;
    margin: 0 0 20px;
    background:;
}

    table.table-product-discounts tr th {
        background:;
        color:;
        font-weight: 700;
        border: none;
    }

    table.table-product-discounts tr td, table.table-product-discounts tr th {
        border-left: solid 1px #ccc;
        width: 33%;
        padding: 10px 20px 11px;
        border-top: solid 1px #ccc;
        border-right: none;
        text-shadow: none;
        text-transform: none;
        font-weight: 13px;
        line-height: 18px;
        border-bottom: none;
    }

.moreinfo_block #product_comments_block_tab {
    margin: 0;
}

    .moreinfo_block #product_comments_block_tab div.star, .moreinfo_block #product_comments_block_tab div.star_on {
        background: none;
    }

    .moreinfo_block #product_comments_block_tab div.comment {
        margin: 0 0 10px;
        padding: 0 0 10px;
    }

        .moreinfo_block #product_comments_block_tab div.comment div.comment_details, .moreinfo_block #product_comments_block_tab div.comment div.comment_author {
            float: none;
            padding: 0;
            margin: 0;
            width: 100%;
        }

        .moreinfo_block #product_comments_block_tab div.comment .star_content {
            margin: 0 0 5px;
        }

        .moreinfo_block #product_comments_block_tab div.comment .comment_author_infos {
            margin-bottom: 7px;
        }

            .moreinfo_block #product_comments_block_tab div.comment .comment_author_infos strong {
                display: block;
                margin-bottom: 5px;
            }

            .moreinfo_block #product_comments_block_tab div.comment .comment_author_infos em {
                font-style: italic;
                font-size: 11px;
            }

        .moreinfo_block #product_comments_block_tab div.comment .title_block {
            margin: 0 0 7px;
            text-transform: uppercase;
        }

        .moreinfo_block #product_comments_block_tab div.comment p {
            padding: 0;
            margin: 0;
        }

        .moreinfo_block #product_comments_block_tab div.comment ul {
            padding-top: 10px;
        }

    .moreinfo_block #product_comments_block_tab #new_comment_tab_btn {
        margin-top: 10px;
    }

        .moreinfo_block #product_comments_block_tab #new_comment_tab_btn:hover {
            text-decoration: none;
        }

    .moreinfo_block #product_comments_block_tab div.comment div.comment_author span, .moreinfo_block #product_comments_block_tab div.comment .star_content {
        float: none;
    }

    .moreinfo_block #product_comments_block_tab div.comment_details li {
        padding: 2px 0;
        background: none;
    }

#new_comment_form h2 {
    margin: 0;
}

#new_comment_form .new_comment_form_content input, #new_comment_form .new_comment_form_content textarea {
    width: 100%;
}

#new_comment_form .new_comment_form_content #criterions_list label {
    display: inline-block;
    margin: 0;
    float: none;
}

#new_comment_form .new_comment_form_content #criterions_list .star_content {
    display: inline-block;
    margin: 0;
    float: none;
}

    #new_comment_form .new_comment_form_content #criterions_list .star_content a {
        display: none;
    }

.accessories-block {
    margin: 0;
    position: relative;
}

    .accessories-block .block_description {
        display: none;
    }

    .accessories-block .price {
        margin-bottom: 10px;
    }

    .accessories-block h5.product-name {
        margin-bottom: 5px;
    }

    .accessories-block .exclusive {
        padding: 5px 12px;
    }

        .accessories-block .exclusive span {
            font-size: 13px;
            line-height: 18px;
            padding: 0;
            text-decoration: none;
        }

            .accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
                text-decoration: none;
            }

        .accessories-block .exclusive .fa {
            border-right: 1px solid rgba(255,255,255,0.4);
            line-height: 21px;
            margin-right: 10px;
            padding-right: 10px;
            width: 25px;
        }

    .accessories-block .bx-controls .bx-controls-direction a {
        display: block;
        height: 36px;
        width: 36px;
        border-radius: 50%;
        background: #757575;
        position: absolute;
        text-align: center;
        top: 45%;
    }

        .accessories-block .bx-controls .bx-controls-direction a:before {
            font-family: fontawesome;
            display: inline-block;
            position: absolute;
            text-align: center;
            color: #fff;
            top: 0;
            left: 0;
            line-height: 36px;
            font-size: 22px;
            height: 100%;
            width: 100%;
        }

        .accessories-block .bx-controls .bx-controls-direction a.bx-prev {
            left: 0;
        }

            .accessories-block .bx-controls .bx-controls-direction a.bx-prev:before {
                content: "\f104";
            }

        .accessories-block .bx-controls .bx-controls-direction a.bx-next {
            right: 0;
        }

            .accessories-block .bx-controls .bx-controls-direction a.bx-next:before {
                content: "\f105";
            }

.blockproductscategory.block {
    padding-top: 35px;
    position: relative;
    margin-bottom: 0;
}

    .blockproductscategory.block h3.title {
        border: none;
        font-size: 18px;
        font-weight: 700;
        color: #222;
        text-transform: uppercase;
        margin: 0 0 30px;
        padding: 0 0 10px;
        border-bottom: 1px solid #e8e8e8;
        position: relative;
    }

        .blockproductscategory.block h3.title:before {
            content: "";
            position: absolute;
            background: #ff5c00;
            height: 2px;
            width: 100px;
            left: 0;
            right: auto;
            top: auto;
            bottom: -1px;
        }

    .blockproductscategory.block #productscategory_list {
        direction: ltr;
    }

    .blockproductscategory.block .related-product {
        margin: 0;
        padding: 0;
    }

    .blockproductscategory.block .product_list.grid, .blockproductscategory.block .product_lists.grid {
        overflow: visible;
    }

    .blockproductscategory.block .owl-controls .owl-prev, .blockproductscategory.block .owl-controls .owl-next {
        font-size: 0;
        width: 29px;
        height: 29px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #e8e8e8;
        position: absolute;
        z-index: 2;
        top: -68px;
        color: transparent;
        margin: 0;
        cursor: pointer;
        display: inline-block;
        transition: 0.3s all ease 0s;
    }

        .blockproductscategory.block .owl-controls .owl-prev:before, .blockproductscategory.block .owl-controls .owl-next:before {
            font-family: fontawesome;
            display: inline-block;
            position: absolute;
            text-align: center;
            color: #e8e8e8;
            top: 0;
            left: 0;
            line-height: 26px;
            font-size: 16px;
            height: 100%;
            width: 100%;
            transition: 0.3s all ease 0s;
        }

    .blockproductscategory.block .owl-controls .owl-prev {
        left: auto;
        right: 35px;
    }

        .blockproductscategory.block .owl-controls .owl-prev:before {
            content: "\f0d9";
            left: 0;
            right: auto;
        }

    .blockproductscategory.block .owl-controls .owl-next {
        left: auto;
        right: 0;
    }

        .blockproductscategory.block .owl-controls .owl-next:before {
            content: "\f0da";
            left: 2px;
            right: auto;
        }

    .blockproductscategory.block:hover .owl-controls .owl-prev:hover, .blockproductscategory.block:hover .owl-controls .owl-next:hover {
        border-color: #c3c3c3;
    }

        .blockproductscategory.block:hover .owl-controls .owl-prev:hover:before, .blockproductscategory.block:hover .owl-controls .owl-next:hover:before {
            color: #c3c3c3;
        }

#product_right .pb-left-column, #product_left .pb-left-column {
    width: 55.5%;
}

#product_right .pb-right-column, #product_left .pb-right-column {
    width: 44.5%;
}

body {
    min-width: 320px;
    height: 100%;
    line-height: 22px;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
    background: #fff;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

    body.content_only {
        background: #fff;
        padding: 30px;
    }

.index #columns {
    margin-bottom: -1px;
}

.block, .moduletable {
    margin-bottom: 30px;
}

    .block .title_block, .moduletable .title_block {
        margin: 0 0 15px;
        color: #222;
        font-size: 16px;
        font-weight: 700;
        padding: 14px 0 14px 40px;
        letter-spacing: 0;
        text-transform: uppercase;
        position: relative;
    }

        .block .title_block:before, .moduletable .title_block:before {
            content: "\f219";
            position: absolute;
            font-family: fontawesome;
            font-size: 18px;
            color: #ff5c00;
            left: 12px;
            top: 12px;
            right: auto;
            bottom: auto;
        }

a {
    color: #7d7d7d;
}

    a:hover {
        color: #ff5c00;
        text-decoration: none;
        outline: none;
    }

    a:focus {
        color: #7d7d7d;
        text-decoration: none;
        outline: none;
    }

    .btn, button, .button, input.button_mini, input.button_small, input.button, input.button_large, input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, a.button_mini, a.button_small, a.button, a.button_large, a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large, span.button_mini, span.button_small, span.button, span.button_large, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
        position: relative;
        display: inline-block;
        padding: 7px 15px;
        border: none;
        color: #fff;
        font-size: 12px;
        background: #333;
        cursor: pointer;
        white-space: normal;
        overflow: hidden;
        text-align: center;
        border-radius: 0;
    }

*:first-child + html input.button_mini, *:first-child + html input.button_small, *:first-child + html input.button, *:first-child + html input.button_large, *:first-child + html input.button_mini_disabled, *:first-child + html input.button_small_disabled, *:first-child + html input.button_disabled, *:first-child + html input.button_large_disabled, *:first-child + html input.exclusive_mini, *:first-child + html input.exclusive_small, *:first-child + html input.exclusive, *:first-child + html input.exclusive_large, *:first-child + html input.exclusive_mini_disabled, *:first-child + html input.exclusive_small_disabled, *:first-child + html input.exclusive_disabled, *:first-child + html input.exclusive_large_disabled {
    border: none;
}

    .btn:hover, button:hover, .button:hover, input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover, input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
        background: #ff5c00;
        color: #fff;
        outline: none;
    }

    .btn:focus, button:focus, .button:focus, input.button_mini:focus, input.button_small:focus, input.button:focus, input.button_large:focus, input.exclusive_mini:focus, input.exclusive_small:focus, input.exclusive:focus, input.exclusive_large:focus, a.button_mini:focus, a.button_small:focus, a.button:focus, a.button_large:focus, a.exclusive_mini:focus, a.exclusive_small:focus, a.exclusive:focus, a.exclusive_large:focus {
        background: #ff5c00;
        color: #fff;
        outline: none;
    }

input.button_disabled, input.exclusive_disabled, span.exclusive {
    border: 1px solid #ccc;
    color: #999;
    background: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/bg_bt_2.gif) repeat-x 0 0 #ccc;
    cursor: default;
}

.btn.disabled, .btn[disabled]:hover {
    opacity: 0.3;
}

.btn.button-plus, .btn.button-minus {
    font-size: 14px;
    line-height: 14px;
    color:;
    text-shadow: 1px -1px rgba(0,0,0,0.05);
    padding: 0;
    border: 1px solid;
    border-color: #dedcdc #c1bfbf #b5b4b4 #dad8d8;
    border-radius: 0;
}

    .btn.button-plus span, .btn.button-minus span {
        border-style: solid;
        border-color: inherit;
        border-width: 1px;
        background-position: 0% 0%;
        display: block;
        vertical-align: middle;
        width: 25px;
        height: 25px;
        text-align: center;
        vertical-align: middle;
        padding: 4px 0 0 0;
        background-repeat: repeat-x;
        background-image: linear-gradient(to bottom,#fff 0,#fbfbfb 100%);
        background-color: #fff;
        background-attachment: scroll;
    }

    .btn.button-plus:hover, .btn.button-minus:hover {
        color:;
    }

        .btn.button-plus:hover span, .btn.button-minus:hover span {
            filter: none;
            background: #f6f6f6;
        }

.button.exclusive-medium {
    font-size: 17px;
    padding: 0;
    line-height: 21px;
    color:;
    font-weight: bold;
    border: 1px solid;
    border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
    text-shadow: 1px 1px #fff;
}

    .button.exclusive-medium span {
        border: 1px solid;
        border-color:;
        display: block;
        padding: 9px 10px 11px 10px;
        background: #f7f7f7;
    }

@media (max-width:480px) {
    .button.exclusive-medium span {
        font-size: 15px;
        padding-right: 7px;
        padding-left: 7px;
    }
}

.button.exclusive-medium span:hover {
    border-color: #9e9e9e #c2c2c2 #c8c8c8 #c2c2c2;
}

div.pagination {
    float: right;
    border-radius: 0;
    margin: 0 0 0 40px;
    padding: 0;
}

#pagination .label, #pagination_bottom .label {
    color: #1b1b1b;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    margin: 0 12px;
    position: relative;
    top: 10px;
}

#pagination ul.pagination, #pagination_bottom ul.pagination {
    margin: 0;
    border-radius: 0;
}

    #pagination ul.pagination li, #pagination_bottom ul.pagination li {
        display: inline-block;
    }

        #pagination ul.pagination li > span, #pagination_bottom ul.pagination li > span, #pagination ul.pagination li > a, #pagination_bottom ul.pagination li > a {
            border: none;
            border-radius: 0;
            display: block;
            margin: 0;
            color: #4f4f4f;
            font-size: 13px;
            font-weight: 300;
            background: transparent;
            line-height: 15px;
        }

        #pagination ul.pagination li.pagination_next a, #pagination_bottom ul.pagination li.pagination_next a, #pagination ul.pagination li.pagination_next a, #pagination_bottom ul.pagination li.pagination_next a {
            color: #4f4f4f;
            font-size: 13px;
        }

        #pagination ul.pagination li.pagination_next:hover a, #pagination_bottom ul.pagination li.pagination_next:hover a, #pagination ul.pagination li.pagination_next:hover a, #pagination_bottom ul.pagination li.pagination_next:hover a {
            color: #ff5c00;
        }

.label-box span.new-box, .label-box span.sale-box, .label-box span.price-percent-reduction {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 39px;
    height: 39px;
    line-height: 38px;
    top: 10px;
    border-radius: 50%;
}

.label-box span.sale-box {
    z-index: 4;
    left: auto;
    right: 10px;
    background: #ff5c00;
}

.label-box span.new-box {
    z-index: 3;
    left: auto;
    right: 10px;
    background: #7cd7e5;
}

.label-box span.price-percent-reduction {
    z-index: 5;
    left: auto;
    right: 10px;
    background: #ff5c00;
}

.content-v3 {
}

    .content-v3 .label-box span.new-box {
        background: #222;
    }

.add_to_compare.checked:after {
    content: attr(data-tooltip-remove);
}

.custom-header-area {
    color: #252525;
    font-weight: 300;
    line-height: 40px;
    font-size: 12px;
}

.header-top {
    background: #f1f1f1;
    PADDING: 10PX 0;
}

.topleft-content {
    line-height: 30px;
    height: 30px;
    color: #020202;
    font-size: 15px;
}

    .topleft-content span.login a, .topleft-content span.register a {
        color: #ff5c00 !important;
        font-weight: 600;
    }

        .topleft-content span.login a:hover, .topleft-content span.register a:hover {
            color: #cc4a00;
        }

.header-center {
    padding: 0px 0;
    background: #fff;
    position: relative;
    box-shadow: 0 8px 6px -6px rgb(0 0 0 / 15%);
    /* box-shadow: 1px 0px 5px #1f1f1f; */
    box-shadow: 0 8px 6px -6px rgb(0 0 0 / 15%);
}

.header-ontop {
    position: relative;
}

#header_logo {
    text-align: left;
    margin: 0;
}

    #header_logo .logo {
        display: inline-block;
        margin: 6px 0px 0px 0px;
    }

#header_menu {
    margin: 18px 0 0 0;
    position: static;
}

.header-bottom {
    background:#2965ad;
    border-bottom: 1px solid white;
    box-shadow: 1px 2px 5px #1f1f1f;
    DISPLAY: NONE;
}

.group-1 {
    position: static;
    margin: 10px 0;
}

    .group-1 .button-wishlist, .group-1 .button-compare {
        display: inline-block;
        width: 39px;
        height: 39px;
        line-height: 38px;
        border-radius: 50%;
        background: #fff;
        font-size: 18px;
        text-align: center;
        float: right;
        position: relative;
        margin: 0 5px;
    }

        .group-1 .button-wishlist a, .group-1 .button-compare a {
            color: #3b3b3b;
            display: block;
        }

        .group-1 .button-wishlist:hover a, .group-1 .button-compare:hover a {
            color: #ff5c00;
        }

.header-header {
    height: 45px;
    background: #000;
}

    .header-header #header_menu {
        padding: 0;
    }

div.slider-banner {
    background: #f2f2f2;
    margin-bottom: 38px;
}

div.slider-container {
    overflow: hidden;
    padding: 0;
    float: left;
    width: 55.7%;
    left: 23%;
}

.columns-container {
    padding: 0 0 40px;
    overflow: hidden;
}

.index .columns-container {
    padding: 0;    
}

#product .columns-container {
    padding: 0 0 10px;
}

#category .columns-container {
    padding: 0;
}

#block_right {
    position: inherit;
}

.content-v2 #header_logo {
    text-align: left;
}

.content-v2 .header-bottom {
    background: #f2f2f2;
    position: relative;
    z-index: 9;
}

.content-v2 .main-menu {
    position: static;
}

.content-v2 .group-1 {
    float: right;
}

    .content-v2 .group-1 .button-wishlist, .content-v2 .group-1 .button-compare {
        border: 1px solid #ff5c00;
    }

.content-v3 .header-top {
    border-bottom: none;
}

.content-v3 .header-center {
    padding: 20px 0;
}

.content-v3 #header_logo {
    text-align: center;
}

    .content-v3 #header_logo a img {
        height: auto;
        width: auto;
    }

.content-v3 .group-1 {
    margin: 5px 0 0;
}

    .content-v3 .group-1 .button-wishlist, .content-v3 .group-1 .button-compare {
        margin: 0 -8px;
    }

.content-v3 .header-bottom {
    background: #000;
}

.content-v3 #header_menu {
    margin: 0;
}

.content-v3 .main-menu {
    position: static;
}

.content-v3 div.slider-banner {
    overflow: hidden;
    margin: 30px 0;
    background: #fff;
}

.content-v4 .header-top {
    background: #ff5c00;
    padding: 7px 0 3px;
}

.content-v4 #header_logo {
    padding: 0;
    text-align: center;
}

    .content-v4 #header_logo a img {
        height: auto;
        width: auto;
    }

.content-v4 div.search-login-cart {
    position: static;
}

.content-v4 div.slider-banner {
    margin-bottom: 30px;
}

.ps-spotlight27 {
    border-top: 1px solid #ebebeb;
}

.banner-video iframe {
    width: 100%;
    border: none;
}

.footer-container {
    position: relative;
}

    .footer-container .footer-top {
        background: #006aa9;
        padding: 17px 0;
    }

    .footer-container .footer-center, .footer-container .footer-bottom {
        background: #0176bc;
    }

    .footer-container .footer-bottom {
        padding: 30px 0;
    }

    .footer-container .footer-center {
        border-bottom: 1px solid #e7e7e7;
        padding-top: 30px;
    }

    .footer-container .footer-center-1 {
        margin-bottom: 20px;
        position: relative;
    }

    .footer-container .footer-center-2 {
    margin: 0 15px;
    padding: 20px 0 10px;
    /* border-top: 1px solid #545454; */
    }

    .footer-container #copyright {
        padding: 16px 0 0px;
        color: #ffffff;
        font-size: 17px;
        font-weight: normal;
        text-align: center;
        background: #006aa9;
    }

    .footer-container .copyright {
        margin-bottom: 15px;
    }

.backtop {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -25px;
}

    .backtop .backtotop {
        display: inline-block;
        transition: 0.3 all ease 0s;
    }

        .backtop .backtotop .icon {
            height: 50px;
            width: 50px;
            background: #ff5c00;
            color: #fff;
            font-size: 20px;
            line-height: 48px;
            display: inline-block;
            margin-bottom: 12px;
        }

        .backtop .backtotop .text {
            display: block;
            color: #fff;
            text-transform: uppercase;
            font-size: 12px;
        }

        .backtop .backtotop:hover .icon {
            background: #cc4a00;
        }

        .backtop .backtotop:hover .text {
            color: #ff5c00;
        }

.footer-social {
    text-align: right;
}

    .footer-social h3.title, .footer-social .socials {
        display: inline-block;
    }

    .footer-social h3.title {
        font-size: 16px;
        color: #222;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 20px 0 0;
    }

    .footer-social .socials {
        font-size: 0;
    }

        .footer-social .socials a {
            display: inline-block;
        }

            .footer-social .socials a .fa {
                display: inline-block;
                height: 34px;
                width: 34px;
                border-radius: 50%;
                background: #fff;
                text-align: center;
                line-height: 32px;
                font-size: 16px;
                color: #222;
                margin-right: 10px;
            }

                .footer-social .socials a .fa:hover {
                    background: #ff5c00;
                    color: #fff;
                }

                .footer-social .socials a .fa:last-child {
                    margin: 0;
                }

            .footer-social .socials a p, .footer-social .socials a span {
                display: none;
            }

.contact-infos h3.title {
    color: #ececec;
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.contact-infos ul.list-contact li {
    padding: 0 0 0 40px;
    position: relative;
    line-height: 22px;
    margin-bottom: 10px;
}

    .contact-infos ul.list-contact li:nth-child(2n) {
        margin-bottom: 20px;
    }

        .contact-infos ul.list-contact li:nth-child(2n) label {
            font-size: 14px;
        }

    .contact-infos ul.list-contact li .label {
        font-size: 16px;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 3px;
        /* background: #ccc; */
    }

    .contact-infos ul.list-contact li span {
        color: #ffffff;
        font-size: 13px;
        font-weight: normal;
        line-height: 32px;
    }

    .contact-infos ul.list-contact li a {
        color: #7d7d7d;
        font-size: 13px;
        font-weight: normal;
    }

        .contact-infos ul.list-contact li a:hover {
            color: #ff5c00;
        }

    .contact-infos ul.list-contact li:hover span, .contact-infos ul.list-contact li:hover a {
        cursor: pointer;
    }

    .contact-infos ul.list-contact li:hover .label {
        background: #ff5c00;
    }

.content-v2 .footer-container .footer-social .socials a i {
    background: #ff5c00;
    color: #f0f0f0;
}

    .content-v2 .footer-container .footer-social .socials a i:hover {
        color: #fff;
    }

.content-v2 .footer-container .footer-top {
    padding: 20px 0;
    background: #f0f0f0;
}

.content-v2 .footer-container .footer-center {
    background: #0f0c2d;
}

.content-v3 .footer-container .footer-top, .content-v3 .footer-container .footer-center {
    background: #f2f2f2;
}

.content-v3 .footer-container .footer-top {
    padding: 70px 0 20px;
    border-bottom: 1px solid #e1e1e1;
}

.content-v3 .footer-container .footer-center {
    padding: 20px 0;
    text-align: center;
    border-bottom: none;
}

.content-v3 .footer-container .footer-bottom {
    padding: 0;
}

.content-v3 .footer-container .footer-bottom-content {
    padding: 65px 0 45px;
    border-bottom: 1px solid #e1e1e1;
}

.content-v3 .footer-container .footer-bottom, .content-v3 .footer-container #copyright {
    background: #fff;
}

.content-v3 .footer-social {
    text-align: center;
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 25px;
}

    .content-v3 .footer-social h3.title {
        display: none;
    }

    .content-v3 .footer-social .socials a .fa {
        font-size: 28px;
        margin-right: 26px;
        height: 45px;
        width: 45px;
        line-height: 44px;
    }

        .content-v3 .footer-social .socials a .fa:last-child {
            margin: 0;
        }

.content-v4 .footer-container #copyright {
    background: #fff;
}

.content-v4 .footer-container .footer-top {
    padding: 57px 0 55px;
}

.content-v4 .footer-container .footer-center {
    padding: 68px 0 20px;
}

.content-v4 .footer-social {
    width: 100%;
    text-align: center;
    float: none;
    padding: 0;
}

    .content-v4 .footer-social h3.title {
        display: block;
        color: #fff;
        font-size: 16px;
        margin: 0 0 25px;
    }

    .content-v4 .footer-social .socials a {
        margin: 0 20px 0 0;
    }

        .content-v4 .footer-social .socials a.instagram {
            margin: 0;
        }

        .content-v4 .footer-social .socials a:last-child {
            display: none;
        }

        .content-v4 .footer-social .socials a .fa {
            margin: 0;
            width: 40px;
            height: 40px;
            line-height: 40px;
        }

            .content-v4 .footer-social .socials a .fa:hover {
                background: #ccc;
            }

        .content-v4 .footer-social .socials a .name-social, .content-v4 .footer-social .socials a p {
            display: block;
        }

        .content-v4 .footer-social .socials a p {
            color: #7d7d7d;
            margin: 0;
            font-size: 13px;
        }

        .content-v4 .footer-social .socials a .name-social {
            font-size: 14px;
            font-weight: 700;
            color: #fff;
        }

.owl-carousel .owl-stage-outer {
    overflow: hidden;
}

.breadcrumb-container {
    padding: 35px 0;
}

.breadcrumb {
    background: transparent;
    border-radius: 0;
    border: none;
    margin: 0;
    color: #7d7d7d;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
    font-weight: 600;
}

    .breadcrumb a {
        color: #7d7d7d;
        font-weight: 600;
    }

        .breadcrumb a:hover {
            color: #ff5c00;
        }

    .breadcrumb .navigation-pipe {
        font-size: 0;
        display: inline-block;
        height: 16px;
        width: 30px;
        position: relative;
        vertical-align: top;
    }

        .breadcrumb .navigation-pipe:after {
            content: "\>";
            position: absolute;
            left: 0;
            top: -2px;
            width: 100%;
            height: 100%;
            text-align: center;
            font-size: 12px;
            font-weight: 300;
            color: #7d7d7d;
        }

    .breadcrumb > * {
        display: inline-block;
    }

#stores_block_left {
    margin-bottom: 40px;
    text-align: center;
}

    #stores_block_left a {
        display: block;
        position: relative;
    }

        #stores_block_left a:before {
            background-color: rgba(0,0,0,0.2);
            content: '';
            height: 100%;
            width: 100%;
            left: 0;
            position: absolute;
            top: 0;
            transition: all 0.2s ease-in-out 0s;
            -moz-transition: all 0.2s ease-in-out 0s;
            -webkit-transition: all 0.2s ease-in-out 0s;
            visibility: hidden;
            opacity: 0;
            filter: alpha(opacity=0);
        }

        #stores_block_left a:hover:before {
            visibility: visible;
            opacity: 1;
            filter: alpha(opacity=100);
        }

.fancybox-lock #sp-totop {
    display: none;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    div div.bonus-menu ul li {
        padding: 0 29px;
    }

    div.sp_searchpro .spr-container .spr_selector label {
        width: 34px;
    }

    .content-v2 div div.bonus-menu ul li {
        padding: 0 25px;
    }
}

@media (min-width:1200px) {
    .content-v1 #header_menu {
    }

    .content-v1 .group-1 {
        width: 20%;
    }

    div.contact-html {
        width: 20%;
    }

    .content-v1 #header_search, .content-v2 #header_search {
        width: 54.5%;
    }

    #block_contact_infos {
        width: 30%;
    }
}

a.backtotop {
    background-color: #777;
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 10px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 9999;
    box-shadow: 1px 3px 5px 0 rgba(0,0,0,0.24);
    -ms-box-shadow: 1px 3px 5px 0 rgba(0,0,0,0.24);
    -moz-box-shadow: 1px 3px 5px 0 rgba(0,0,0,0.24);
    -webkit-box-shadow: 1px 3px 5px 0 rgba(0,0,0,0.24);
    position: fixed;
    display: block;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 100;
    filter: alpha(opacity=10000);
}

    a.backtotop.hidden-top {
        bottom: -100px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    a.backtotop i {
        font-size: 24px;
        line-height: 45px;
        margin: 0;
        color: white;
        padding: 0;
    }

    a.backtotop:hover {
        background: #ff5c00;
    }

@media (min-width:1200px) {
    .menu-fixed {
        position: fixed !important;
        width: 100%;
        z-index: 99;
        top: 0;
        left: 0;
        border-bottom: 1px solid #e5e5e5;
    }

        .menu-fixed #header_cart_info {
            position: static;
        }

        .menu-fixed .sp-megamenu .navbar-nav > li .dropdown-menu {
            display: none;
        }

        .menu-fixed .sp-megamenu .navbar-nav > li:hover .dropdown-menu {
            display: block;
        }

    .header-center.menu-fixed, .header-bottom.menu-fixed, .header-top.menu-fixed {
        -webkit-animation: animate-translate-top 1s;
        -moz-animation: animate-translate-top 1s;
        animation: animate-translate-top 1s;
    }

    .header_v1 .header-center.menu-fixed #layer_cart {
        top: auto !important;
        margin-top: 30px;
    }

    .header_v2 .header-bottom.menu-fixed #layer_cart, .header_v3 .header-bottom.menu-fixed #layer_cart {
        top: auto !important;
        margin-top: 30px;
    }

    .header_v4 .header-top.menu-fixed #layer_cart {
        top: auto !important;
        margin-top: 30px;
    }

    body.layout-boxed .menu-fixed {
        width: 1200px;
        left: auto;
        right: auto;
    }

    body.layout-boxed #wrapper {
        width: 1200px;
        margin: 0 auto;
        background: #fff;
        box-shadow: 0 0 6px #777;
        overflow: hidden;
    }

    body.layout-framed #wrapper {
        width: 1200px;
        margin: 20px auto;
        background: #fff;
        box-shadow: 0 0 10px #777;
        overflow: hidden;
    }

    body.layout-rounded #wrapper {
        width: 1200px;
        margin: 20px auto;
        background: #fff;
        box-shadow: 0 0 10px #777;
        border-radius: 15px;
        overflow: hidden;
    }
}

@media (min-width:1400px) {
    .header_v1 .header-center.menu-fixed #layer_cart, .header_v2 .header-center.menu-fixed #layer_cart {
        margin-top: 90px !important;
    }
}

#stickyright {
    position: fixed;
    right: 0;
    top: 110px;
    z-index: 99;
}

.rightbar_wrap {
    width: 50px;
    height: 50px;
    text-align: center;
    margin-bottom: 1px;
    position: relative;
}

    .rightbar_wrap > a {
        display: block;
        width: 100%;
        height: 100%;
    }

        .rightbar_wrap > a#rightbar-shopping_cart {
            background: #81c683;
        }

        .rightbar_wrap > a#rightbar-product_compare {
            background: #80cbc4;
        }

    .rightbar_wrap .fa {
        display: block;
        color: #fff;
        line-height: 50px;
    }

        .rightbar_wrap .fa.fa-random {
            font-size: 14px;
        }

    .rightbar_wrap .icon_text {
        font-size: 11px;
    }

    .rightbar_wrap span.count {
        line-height: inherit;
        position: absolute;
        top: 5px;
        left: 5px;
        color: #fff;
    }

.footer-social li {
    margin: 0 5px;
    font-size: 18px;
}

.hide-productdes .grid .product-desc, .hide-coloroption .grid .color-list-container, .hide-stockinfo .grid .availability {
    display: none !important;
}

div.img-pattern.active, div.themeColor.active, div.img-pattern.selected, div.themeColor.selected {
    border-color: #ff5c00;
}

.fancybox-lock .fancybox-overlay {
    overflow-y: hidden;
}

@media (max-width:991px) {
    #sp-cpanel_btn {
        display: none;
    }

    #stickyright {
        display: none;
    }
}

.rtl a.backtotop {
    right: auto;
    left: 10px;
}

div.lastestnews {
    padding: 0;
    margin: 0 0 37px;
}

    div.lastestnews .owl-carousel .owl-stage-outer {
        overflow: hidden;
    }

    div.lastestnews h3.title_blog {
        font-size: 18px;
        color: #222;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 20px;
        border: none;
        position: relative;
        display: block;
        padding: 0 0 15px;
        margin: 0 0 30px;
        border-bottom: 1px solid #e8e8e8;
    }

        div.lastestnews h3.title_blog:before {
            content: "";
            position: absolute;
            left: 0;
            right: auto;
            top: auto;
            bottom: -1px;
            width: 100px;
            height: 2px;
            background: #ff5c00;
        }

    div.lastestnews .post .post_image {
        position: relative;
    }

        div.lastestnews .post .post_image a {
            position: relative;
            display: block;
        }

        div.lastestnews .post .post_image:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #222;
            opacity: 0;
            transition: 0.3s all ease 0s;
            pointer-events: none;
        }

        div.lastestnews .post .post_image .date_added {
            z-index: 2;
            text-align: left;
            display: block;
            height: 75px;
            width: 88px;
            position: absolute;
            top: 0;
            left: 0;
            right: auto;
            padding: 0 3px;
            background: transparent url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/icon/bg-date.png") no-repeat center center;
        }

            div.lastestnews .post .post_image .date_added .d {
                display: block;
                color: #909090;
                font-size: 24px;
                font-weight: bold;
                margin: 0 0 3px;
            }

            div.lastestnews .post .post_image .date_added .m {
                display: block;
                color: #909090;
                font-size: 14px;
                text-transform: capitalize;
                margin: 0;
            }

        div.lastestnews .post .post_image:hover {
            cursor: pointer;
        }

            div.lastestnews .post .post_image:hover:after {
                opacity: 0.2;
            }

    div.lastestnews .post .post_content {
        display: block;
        position: relative;
    }

        div.lastestnews .post .post_content .info-info {
            padding: 25px 0 0;
            background: #fff;
        }

        div.lastestnews .post .post_content .sdsarticleHeader {
            margin: 0 0 5px;
        }

            div.lastestnews .post .post_content .sdsarticleHeader h5 {
                margin: 0;
                padding: 0;
            }

            div.lastestnews .post .post_content .sdsarticleHeader a {
                color: #222;
                display: block;
                font-size: 14px;
                text-transform: capitalize;
                font-weight: bold;
            }

                div.lastestnews .post .post_content .sdsarticleHeader a:hover {
                    color: #ff5c00;
                }

        div.lastestnews .post .post_content .sdsarticle-info {
            padding-bottom: 15px;
            margin-bottom: 15px;
            border-bottom: 1px solid #ebebeb;
            font-size: 13px;
            color: #909090;
        }

            div.lastestnews .post .post_content .sdsarticle-info span.comment a {
                color: #909090;
            }

        div.lastestnews .post .post_content .desc {
            line-height: 21px;
            font-size: 14px;
            font-weight: normal;
            margin-bottom: 23px;
        }

        div.lastestnews .post .post_content h6.readmore {
            margin: 0;
        }

            div.lastestnews .post .post_content h6.readmore a {
                color: #ff5c00;
                font-size: 13px;
                text-transform: capitalize;
                font-weight: 600;
            }

                div.lastestnews .post .post_content h6.readmore a .fa {
                    font-size: 14px;
                    margin-right: 3px;
                }

                div.lastestnews .post .post_content h6.readmore a:hover {
                    color: #ff8d4d;
                }

    div.lastestnews .owl-controls .owl-prev, div.lastestnews .owl-controls .owl-next {
        top: -70px;
        bottom: auto;
        width: 30px;
        height: 30px;
        position: absolute;
        z-index: 2;
        text-align: center;
        line-height: 25px;
        background: #fff;
        border: 2px solid #e8e8e8;
        border-radius: 50%;
        transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
    }

        div.lastestnews .owl-controls .owl-prev .fa, div.lastestnews .owl-controls .owl-next .fa {
            color: #e8e8e8;
            font-size: 16px;
            font-weight: bold;
        }

        div.lastestnews .owl-controls .owl-prev:hover, div.lastestnews .owl-controls .owl-next:hover {
            border-color: #c3c3c3;
        }

            div.lastestnews .owl-controls .owl-prev:hover .fa, div.lastestnews .owl-controls .owl-next:hover .fa {
                color: #c3c3c3;
            }

    div.lastestnews .owl-controls .owl-prev {
        left: auto;
        right: 35px;
    }

    div.lastestnews .owl-controls .owl-next {
        left: auto;
        right: 0;
    }

.content-v3 div.lastestnews, .content-v4 div.lastestnews {
    margin-bottom: 65px;
}

    .content-v3 div.lastestnews h3.title_blog, .content-v4 div.lastestnews h3.title_blog {
        border-bottom: none;
        text-align: center;
        padding: 0;
        text-transform: uppercase;
        margin-bottom: 5px;
        font-size: 24px;
        font-weight: 900;
    }

        .content-v3 div.lastestnews h3.title_blog:before, .content-v4 div.lastestnews h3.title_blog:before {
            display: none;
        }

    .content-v3 div.lastestnews p.sub-title, .content-v4 div.lastestnews p.sub-title {
        text-align: center;
        font-size: 14px;
        color: #222;
        margin-bottom: 33px;
    }

    .content-v3 div.lastestnews .post .post_content .sdsarticleHeader a, .content-v4 div.lastestnews .post .post_content .sdsarticleHeader a {
        text-transform: uppercase;
    }

        .content-v3 div.lastestnews .post .post_content .sdsarticleHeader a:hover, .content-v4 div.lastestnews .post .post_content .sdsarticleHeader a:hover {
            color: #ff5c00;
        }

    .content-v3 div.lastestnews .post .post_content h6.readmore a, .content-v4 div.lastestnews .post .post_content h6.readmore a {
        color: #222;
    }

        .content-v3 div.lastestnews .post .post_content h6.readmore a:hover, .content-v4 div.lastestnews .post .post_content h6.readmore a:hover {
            color: #ff5c00;
        }

.content-v3 {
}

    .content-v3 div.lastestnews .post .post_content .sdsarticleHeader a:hover {
        color: #ff9d66;
    }

    .content-v3 div.lastestnews .post .post_content h6.readmore a:hover {
        color: #ff9d66;
    }

div.blogModule {
    padding-bottom: 0;
    margin-bottom: 40px;
    border: 1px solid #ebebeb;
}

    div.blogModule h3.title_block {
        margin-bottom: 0;
        border-bottom: 1px solid #ebebeb;
        background: #f2f2f2;
    }

    div.blogModule ul.list-link li {
        border-top: solid 1px #ebebeb;
        padding: 11px 20px;
    }

        div.blogModule ul.list-link li:first-child {
            border: none;
        }

        div.blogModule ul.list-link li a {
            display: block;
            position: relative;
            padding: 0;
            font-size: 13px;
            font-weight: 400;
            color: #7d7d7d;
            transition: 0.3s all ease 0s;
        }

            div.blogModule ul.list-link li a:hover {
                color: #ff5c00;
            }

div#recent_article_smart_blog_block_left {
    padding-bottom: 0;
    border: 1px solid #ebebeb;
}

    div#recent_article_smart_blog_block_left h3.title_block {
        margin-bottom: 0;
        border-bottom: 1px solid #ebebeb;
    }

ul.recentArticles {
    padding: 0;
}

    ul.recentArticles li {
        padding: 7px 20px;
        overflow: hidden;
        border-bottom: 1px solid #ebebeb;
    }

        ul.recentArticles li .image {
            display: block;
            float: left;
            margin: 0 15px 0 0;
        }

        ul.recentArticles li .title {
            font-size: 13px;
            font-weight: normal;
            display: block;
            color: #7d7d7d;
            text-transform: none;
        }

            ul.recentArticles li .title:hover {
                color: #ff5c00;
            }

        ul.recentArticles li .info {
            font-size: 12px;
        }

        ul.recentArticles li:last-child {
            border-bottom: none;
        }

p.error {
    padding: 10px 0;
    font-size: 16px;
    color: #333;
}

#smartblogcat {
    padding: 0;
}

    #smartblogcat .sdsarticleCat {
        margin-bottom: 35px;
        border: none;
        padding-bottom: 0;
    }

        #smartblogcat .sdsarticleCat:last-child {
            margin-bottom: 0;
        }

    #smartblogcat .articleContent {
        overflow: visible;
    }

        #smartblogcat .articleContent .imageFeaturedLink {
            display: block;
            position: relative;
        }

            #smartblogcat .articleContent .imageFeaturedLink img {
                max-width: 100%;
                padding: 0;
            }

            #smartblogcat .articleContent .imageFeaturedLink:after {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #222;
                opacity: 0;
                transition: 0.3s all ease 0s;
            }

            #smartblogcat .articleContent .imageFeaturedLink .date_added {
                z-index: 2;
                text-align: left;
                display: block;
                height: 75px;
                width: 88px;
                position: absolute;
                top: 0;
                left: 0;
                right: auto;
                padding: 0 3px;
                background: transparent url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/icon/bg-date.png") no-repeat center center;
            }

                #smartblogcat .articleContent .imageFeaturedLink .date_added .d {
                    display: block;
                    color: #909090;
                    font-size: 24px;
                    font-weight: bold;
                    margin: -3px 0 3px;
                }

                #smartblogcat .articleContent .imageFeaturedLink .date_added .m {
                    display: block;
                    color: #909090;
                    font-size: 14px;
                    text-transform: capitalize;
                    margin: 0;
                }

        #smartblogcat .articleContent .sdsarticle-text .info-info {
            padding: 27px 0 0;
        }

        #smartblogcat .articleContent .sdsarticleHeader {
            padding: 0;
            margin: 0 0 7px;
        }

            #smartblogcat .articleContent .sdsarticleHeader .sdstitle_block {
                margin: 0 0 10px;
                padding: 0;
                background: transparent;
                border: none;
            }

                #smartblogcat .articleContent .sdsarticleHeader .sdstitle_block a {
                    font-size: 14px;
                    color: #222;
                    font-weight: 600;
                    text-transform: capitalize;
                    display: block;
                    transition: 0.3s all ease 0s;
                }

                    #smartblogcat .articleContent .sdsarticleHeader .sdstitle_block a:hover {
                        color: #ff5c00;
                    }

        #smartblogcat .articleContent .sdsarticle-info {
            margin-bottom: 10px;
            padding-bottom: 15px;
            border-bottom: 1px solid #ebebeb;
            font-size: 12px;
            color: #909090;
        }

            #smartblogcat .articleContent .sdsarticle-info span {
                display: inline-block;
            }

                #smartblogcat .articleContent .sdsarticle-info span.comment a:hover {
                    color: #ff5c00;
                }

            #smartblogcat .articleContent .sdsarticle-info a {
                color: #909090;
            }

                #smartblogcat .articleContent .sdsarticle-info a:hover {
                    color: #ff5c00;
                }

        #smartblogcat .articleContent h3 {
            margin: 0;
        }

            #smartblogcat .articleContent h3 a.more {
                font-size: 13px;
                color: #ff5c00;
                text-transform: capitalize;
                font-weight: bold;
                transition: all 0.3s ease 0s;
            }

                #smartblogcat .articleContent h3 a.more .fa {
                    font-size: 13px;
                    margin-right: 7px;
                }

                #smartblogcat .articleContent h3 a.more:hover {
                    color: #ff9d66;
                }

        #smartblogcat .articleContent:hover .imageFeaturedLink:after {
            opacity: 0.2;
        }

    #smartblogcat .large_image .articleContent .sdsarticleHeader .sdstitle_block a {
        font-size: 18px;
    }

    #smartblogcat .large_image .articleContent .imageFeaturedLink img {
        width: 100%;
    }

    #smartblogcat .small_image .articleContent div.info-right {
        padding-top: 30px;
    }

    #smartblogcat .small_image .articleContent .sdsarticleHeader {
        margin: 6px 0 5px;
    }

    #smartblogcat .grid {
    }

        #smartblogcat .grid .sdsarticleCat:last-child, #smartblogcat .grid .sdsarticleCat:nth-last-child(2) {
            margin-bottom: 0;
        }

        #smartblogcat .grid .articleContent .sdsarticle-text .info-info {
            padding: 20px 0 0;
        }

div.post-page {
    overflow: hidden;
    background: #f2f2f2;
    padding: 18px 0 15px;
    border: solid 1px #ebebeb;
    border-radius: 6px;
    margin: 35px 0 0;
    text-align: center;
}

    div.post-page label {
        vertical-align: top;
        margin: 5px 15px 0 0;
        font-weight: normal;
        color: #222;
        display: none;
    }

    div.post-page .pagination {
        margin: 0;
    }

        div.post-page .pagination li {
            display: inline-block;
            margin: 0 3px;
        }

            div.post-page .pagination li a, div.post-page .pagination li span {
                color: #222;
                display: block;
                padding: 4px 12px;
                border-radius: 50%;
                border: solid 1px #ebebeb;
                background: #fff;
                font-size: 16px;
            }

            div.post-page .pagination li .page-active {
                color: #ff5c00;
                background: #fff;
            }

            div.post-page .pagination li .page-link:hover, div.post-page .pagination li .page-link:focus {
                color: #ff5c00;
                background: #fff;
            }

    div.post-page .results {
        margin-top: 5px;
        float: none;
        display: inline-block;
    }

.content-v3 div.post-page .pagination li .page-active, .content-v3 div.post-page .pagination li .page-link:hover {
    color: #fff;
    background: #ff5c00;
}

#sdsblogArticle {
    border-bottom: solid 1px #ebebeb;
    padding: 0 0 40px;
    margin-bottom: 35px;
}

    #sdsblogArticle .articleContent {
        margin: 0 0 25px;
        position: relative;
        overflow: visible;
    }

        #sdsblogArticle .articleContent img {
            padding: 0;
            max-width: 100%;
            width: 100%;
        }

        #sdsblogArticle .articleContent .date_added {
            z-index: 2;
            text-align: left;
            display: block;
            height: 75px;
            width: 88px;
            position: absolute;
            top: 0;
            left: 0;
            right: auto;
            padding: 0 3px;
            background: transparent url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/icon/bg-date.png") no-repeat center center;
        }

            #sdsblogArticle .articleContent .date_added .d {
                display: block;
                color: #909090;
                font-size: 24px;
                font-weight: bold;
                margin: 0 0 3px;
            }

            #sdsblogArticle .articleContent .date_added .m {
                display: block;
                color: #909090;
                font-size: 14px;
                text-transform: capitalize;
                margin: 0;
            }

    #sdsblogArticle .article-info {
        margin-bottom: 10px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb;
        font-size: 12px;
        color: #909090;
    }

        #sdsblogArticle .article-info span {
            display: inline-block;
        }

            #sdsblogArticle .article-info span.comment a:hover {
                color: #ff5c00;
            }

        #sdsblogArticle .article-info a {
            color: #909090;
        }

            #sdsblogArticle .article-info a:hover {
                color: #ff5c00;
            }

    #sdsblogArticle .sdstitle_block {
        color: #222;
        font-size: 22px;
        font-weight: 600;
        margin: 0 0 15px;
        text-transform: capitalize;
        padding: 0;
        border: none;
        background: transparent;
    }

    #sdsblogArticle .sdsarticle-des {
        margin: 0;
    }

        #sdsblogArticle .sdsarticle-des p {
            margin: 0 0 13px;
            font-size: 13px;
            line-height: 28px;
        }

    #sdsblogArticle .sdsarticleBottom {
        margin: 0;
    }

    #sdsblogArticle .sharing-buttons {
        border: none;
        margin: 0;
        padding: 15px 0 0;
    }

        #sdsblogArticle .sharing-buttons h5 {
            text-transform: uppercase;
            color: #222;
            font-weight: bold;
            margin: 0 10px 0 0;
            padding: 0;
            display: inline-block;
        }

        #sdsblogArticle .sharing-buttons .buttons a {
            width: 35px;
            height: 35px;
            line-height: 34px;
            border-radius: 50%;
            color: #fff;
            margin: 0 4px;
            transition: 0.3s all 0s ease;
            border: none;
            background: #ff5c00;
        }

            #sdsblogArticle .sharing-buttons .buttons a:hover {
                background: #ff9d66;
            }

div#articleComments {
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 3px;
    padding: 0;
    border: none;
}

    div#articleComments h3 {
        padding: 0 0 12px;
        margin: 0 0 15px;
        border-bottom: 1px solid #ebebeb;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0;
        text-transform: uppercase;
        color: #222;
        position: relative;
    }

        div#articleComments h3:before {
            content: "";
            width: 100px;
            height: 2px;
            background: #ff5c00;
            position: absolute;
            top: auto;
            left: 0;
            right: auto;
            bottom: -1px;
        }

    div#articleComments .commentList li {
        overflow: hidden;
        border: none;
        padding: 0 0 0 100px;
        margin: 0 0 30px;
    }

        div#articleComments .commentList li .avatar {
            border: none;
            padding: 0;
            width: 70px;
            height: 70px;
            overflow: hidden;
            top: 0;
            left: 0;
        }

        div#articleComments .commentList li .text {
            background: transparent;
            padding: 0;
            text-transform: uppercase;
        }

            div#articleComments .commentList li .text .name {
                color: #222;
                font-size: 11px;
                vertical-align: top;
                font-weight: bold;
                display: inline-block;
                text-transform: uppercase;
                margin: 0;
            }

            div#articleComments .commentList li .text .created {
                float: right;
                display: inline-block;
                margin: 0;
                padding: 0 15px;
                font-size: 11px;
                color: #909090;
                position: relative;
            }

                div#articleComments .commentList li .text .created:before {
                    content: "/";
                    position: absolute;
                    font-size: 11px;
                    color: #909090;
                    left: auto;
                    right: 5px;
                    top: 0;
                    bottom: auto;
                }

            div#articleComments .commentList li .text .reply {
                float: right;
                display: inline-block;
                font-size: 11px;
                height: auto;
                margin: 0;
            }

                div#articleComments .commentList li .text .reply a {
                    color: #ff5c00;
                    vertical-align: top;
                    background: transparent;
                    padding: 0;
                    font-size: 11px;
                    text-transform: uppercase;
                }

                    div#articleComments .commentList li .text .reply a:hover {
                        color: #ff7d33;
                    }

            div#articleComments .commentList li .text p {
                margin: 0;
                border-top: solid 1px #ebebeb;
                padding-top: 5px;
                font-weight: normal;
                text-transform: none;
                font-size: 13px;
            }

        div#articleComments .commentList li .comment {
            padding-top: 30px;
        }

            div#articleComments .commentList li .comment li {
                margin: 0;
            }

div#respond {
    border: none !important;
}

    div#respond .error {
        margin: 0;
    }

    div#respond .comment-reply-title {
        margin: 0 0 30px;
        padding: 0 0 10px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        color: #222;
        position: relative;
        border-bottom: 1px solid #ebebeb;
    }

        div#respond .comment-reply-title:before {
            content: "";
            width: 100px;
            height: 2px;
            background: #ff5c00;
            position: absolute;
            top: auto;
            left: 0;
            right: auto;
            bottom: -1px;
        }

    div#respond #commentform {
        margin: 0;
    }

        div#respond #commentform .input {
            float: left;
            width: 50%;
            margin-bottom: 30px;
        }

            div#respond #commentform .input.fl {
                text-align: left;
            }

            div#respond #commentform .input.fr {
                text-align: right;
            }

                div#respond #commentform .input.fr .error {
                    float: left;
                    margin: 0 3%;
                }

        div#respond #commentform input[type="text"] {
            width: 97%;
            height: 40px;
            border: solid 1px #ebebeb;
            color: #8c8c8c;
            padding: 5px 20px;
            background: #fff;
            font-size: 13px;
            font-weight: normal;
            display: inline-block;
        }

            div#respond #commentform input[type="text"].smartblogcaptcha {
                width: 220px;
                margin: 0 20px;
                float: left;
            }

            div#respond #commentform input[type="text"]:focus {
                border-color: #ff5c00;
            }

        div#respond #commentform .content {
            margin-bottom: 30px;
        }

        div#respond #commentform .inputContent {
            border: solid 1px #ebebeb;
            font-size: 13px;
            color: #8c8c8c;
            font-weight: normal;
            width: 100%;
            border-radius: 0;
            background: #fff;
            margin: 0;
            padding: 10px 20px;
        }

            div#respond #commentform .inputContent:focus {
                border-color: #ff5c00;
            }

        div#respond #commentform .capcha {
            overflow: hidden;
        }

            div#respond #commentform .capcha img {
                float: left;
            }

        div#respond #commentform #submitComment {
            color: #fff;
            padding: 13px 25px;
            background: #ff5c00;
            font-size: 13px;
            font-weight: bold;
            text-transform: uppercase;
        }

            div#respond #commentform #submitComment:hover {
                background: #ff7d33;
            }

.rtl {
}

    .rtl div.lastestnews {
        direction: ltr;
    }

        .rtl div.lastestnews h3.title_blog {
            direction: rtl;
        }

            .rtl div.lastestnews h3.title_blog:before {
                left: auto;
                right: 0;
            }

        .rtl div.lastestnews .post .post_image .date_added {
            left: auto;
            right: 0;
            text-align: right;
            background: transparent url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/icon/bg-date-2.png") no-repeat scroll center center;
        }

        .rtl div.lastestnews .post .post_content {
            direction: rtl;
            text-align: right;
        }

            .rtl div.lastestnews .post .post_content .post-info span .fa {
                margin: 0 0 0 5px;
            }

            .rtl div.lastestnews .post .post_content h6.readmore a .fa {
                margin: 0 0 0 3px;
            }

        .rtl div.lastestnews .post .fa-caret-right:before {
            content: "\f0d9";
        }

        .rtl div.lastestnews .owl-controls .owl-prev {
            left: 0;
            right: auto;
        }

        .rtl div.lastestnews .owl-controls .owl-next {
            left: 35px;
            right: auto;
        }

    .rtl ul.recentArticles li .image {
        float: right;
        margin: 0 0 0 15px;
    }

    .rtl div.blogModule ul.list-link li a:before {
        left: 0;
        right: auto;
    }

    .rtl div.blogModule ul.list-link li a:after {
        left: 4px;
        right: auto;
    }

    .rtl #smartblogcat .articleContent .sdsarticle-info .fa {
        margin: 0 0 0 5px;
    }

    .rtl #smartblogcat .articleContent h3 a.more .fa {
        margin: 0 0 0 7px;
    }

        .rtl #smartblogcat .articleContent h3 a.more .fa.fa-caret-right:before {
            content: "\f0d9";
        }

    .rtl #smartblogcat .articleContent .imageFeaturedLink .date_added {
        left: auto;
        right: 0;
        text-align: right;
        background: transparent url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/icon/bg-date-2.png") no-repeat scroll center center;
    }

    .rtl #sdsblogArticle .article-info .fa {
        margin-left: 5px;
        margin-right: 0;
    }

    .rtl #sdsblogArticle .articleContent .date_added {
        left: auto;
        right: 0;
        text-align: right;
        background: transparent url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/../img/icon/bg-date-2.png") no-repeat scroll center center;
    }

    .rtl #sdsblogArticle .sharing-buttons h5 {
        margin: 0 0 0 10px;
    }

    .rtl div#respond #commentform .input {
        float: right;
    }

        .rtl div#respond #commentform .input.fl {
            text-align: right;
        }

        .rtl div#respond #commentform .input.fr {
            text-align: left;
        }

            .rtl div#respond #commentform .input.fr .error {
                float: right;
            }

    .rtl div#respond .comment-reply-title:before {
        left: auto;
        right: 0;
    }

    .rtl div#respond .comment-reply-title small {
        float: left !important;
    }

    .rtl div#articleComments h3 {
        direction: ltr;
        text-align: right;
    }

        .rtl div#articleComments h3:before {
            left: auto;
            right: 0;
        }

    .rtl div#articleComments .commentList li {
        padding: 0 100px 0 0;
    }

        .rtl div#articleComments .commentList li .text .reply, .rtl div#articleComments .commentList li .text .created {
            float: left;
        }

            .rtl div#articleComments .commentList li .text .created:before {
                left: 5px;
                right: auto;
                content: "\\";
            }

        .rtl div#articleComments .commentList li .avatar {
            left: auto;
            right: 0;
        }

@media (max-width:1199px) {
    #smartblogcat .grid .articleContent .sdsarticleHeader {
        margin: 0 0 5px;
    }

    #smartblogcat .grid .sdsarticleCat.col-sm-6:nth-child(2n+1) {
        clear: both;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    div.lastestnews .post .post_content .post_title a {
        font-size: 15px;
    }

    div.lastestnews .post .post_content .post-info span {
        font-size: 11px;
    }

        div.lastestnews .post .post_content .post-info span.view {
            padding: 0 10px;
        }

        div.lastestnews .post .post_content .post-info span .fa {
            font-size: 13px;
        }

    #smartblogcat .small_image .articleContent div.info-right {
        padding-top: 0;
    }

    #smartblogcat .articleContent .sdsarticle-info .viewed {
        margin: 0 4px;
    }
}

@media (min-width:767px) and (max-width:991px) {
    #smartblogcat .small_image .articleContent .imageFeaturedLink {
        float: none;
    }
}

@media (max-width:991px) {
    div#articleComments .commentList li .text .name {
        display: block;
        margin: 0 0 10px 0;
    }

    div#articleComments .commentList li .text .created, div#articleComments .commentList li .text .reply {
        float: none;
        margin-bottom: 5px;
    }

        div#articleComments .commentList li .text .created:before {
            display: none;
        }

    .rtl div#articleComments .commentList li .text .created, .rtl div#articleComments .commentList li .text .reply {
        float: none;
        margin-bottom: 5px;
    }

        .rtl div#articleComments .commentList li .text .created:before {
            display: none;
        }
}

@media (max-width:767px) {
    div.lastestnews li.post .post-inner {
        margin-bottom: 40px;
    }

    div.lastestnews li.post:last-child .post-inner {
        margin-bottom: 0;
    }

    #smartblogcat .grid .sdsarticleCat:nth-last-child(2) {
        margin-bottom: 85px;
    }
}

@media (max-width:479px) {
    div.lastestnews .post .post_content .post-info span {
        font-size: 11px;
    }

        div.lastestnews .post .post_content .post-info span.view {
            padding: 0 5px;
        }

        div.lastestnews .post .post_content .post-info span .fa {
            font-size: 12px;
        }

    div.lastestnews h4.subtitle span {
        width: 100%;
        font-size: 12px;
    }

        div.lastestnews h4.subtitle span span {
            width: auto;
            padding: 0 10px;
        }

    div#respond #commentform input[type="text"] {
        width: 100%;
    }

    div#respond #commentform .input {
        width: 100%;
    }

        div#respond #commentform .input.fl, div#respond #commentform .input.fr {
            text-align: left;
        }

    div#articleComments .commentList li {
        padding: 8px 0 0;
    }

        div#articleComments .commentList li .avatar {
            position: relative;
            margin-bottom: 20px;
        }

    .rtl div#respond #commentform .input.fl, .rtl div#respond #commentform .input.fr {
        text-align: right;
    }

    .rtl div#articleComments .commentList li {
        padding: 8px 0 0;
    }

        .rtl div#articleComments .commentList li .avatar {
            position: relative;
        }
}

#pagenotfound .columns-container {
    padding: 0 0 80px;
    background: #fff;
}

    #pagenotfound .columns-container #columns {
        width: 100%;
    }

    #pagenotfound .columns-container div.image {
        padding-top: 30px;
    }

    #pagenotfound .columns-container h1 {
        color: #222;
        font-size: 24px;
        margin: 0;
        margin: 0 0 35px;
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    #pagenotfound .columns-container p {
        margin: 0 0 26px;
        color: #7d7d7d;
        font-size: 14px;
        font-weight: 300;
    }

    #pagenotfound .columns-container form {
        font-size: 0;
        margin: 0 0 40px;
        position: relative;
    }

        #pagenotfound .columns-container form #search_query {
            height: 50px;
            width: 100%;
            font-size: 13px;
            color: #8c8c8c;
            font-weight: 300;
            background: #fff;
            border: solid 1px #e1e1e1;
            display: block;
            padding: 5px 60px 5px 10px;
        }

        #pagenotfound .columns-container form button {
            height: 50px;
            position: absolute;
            left: auto;
            right: 0;
            top: 0;
            display: inline-block;
            background: transparent;
            padding: 0 20px;
            line-height: 50px;
            text-transform: uppercase;
            font-size: 18px;
            color: #7d7d7d;
            transition: all 0.3s ease 0s;
        }

            #pagenotfound .columns-container form button:hover {
                color: #ff5c00;
            }

    #pagenotfound .columns-container .breadcrumb-container {
        padding: 0;
    }

    #pagenotfound .columns-container a.home {
        padding: 35px 0;
        border-radius: 0;
        font-size: 13px;
        color: #7d7d7d;
        font-weight: normal;
        display: block;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 75px;
    }

    #pagenotfound .columns-container a {
        text-transform: uppercase;
        font-size: 14px;
        padding: 8px 28px;
        border-radius: 25px;
        font-weight: bold;
        display: inline-block;
        transition: all 0.3s ease 0s;
    }

        #pagenotfound .columns-container a .fa {
            margin: 0 5px;
        }

        #pagenotfound .columns-container a:hover {
            color: #ff5c00;
        }

        #pagenotfound .columns-container a.backtohome {
            background: #ff5c00;
            color: #fff;
        }

            #pagenotfound .columns-container a.backtohome:hover {
                background: #ff9d66;
            }

        #pagenotfound .columns-container a.support {
            background: transparent;
            color: #222;
            border: 1px solid #e1e1e1;
            margin: 0 15px;
        }

            #pagenotfound .columns-container a.support:hover {
                background: #ff5c00;
                border-color: #fff;
                color: #fff;
            }

#pagenotfound.rtl .columns-container .backtohome .fa:before {
    content: "\f104";
}

#pagenotfound.rtl .columns-container form button {
    left: 0;
    right: auto;
}

@media (max-width:767px) {
    #pagenotfound .columns-container div.image {
        margin-bottom: 30px;
        padding-top: 0;
    }

    #pagenotfound .columns-container h1 {
        font-size: 20px;
    }

    #pagenotfound .columns-container p {
        font-size: 13px;
    }
}

@media (max-width:479px) {
    #pagenotfound .columns-container a {
        font-size: 12px;
        padding: 8px 15px;
    }
}

#languages-block-top div.current:hover span, #currencies-block-top div.current:hover span, #languages-block-top div.current.active span, #currencies-block-top div.current.active span, #languages-block-top div.current:hover:after, #currencies-block-top div.current:hover:after, #languages-block-top div.current.active:after, #currencies-block-top div.current.active:after {
    color: #ff5c00;
}

#languages-block-top ul, #currencies-block-top ul {
    margin: 0;
}

    #languages-block-top ul li a:hover, #currencies-block-top ul li a:hover, #languages-block-top ul li span:hover, #currencies-block-top ul li span:hover {
        color: #ff5c00;
    }

    #languages-block-top ul li.selected a, #currencies-block-top ul li.selected a, #languages-block-top ul li.selected span, #currencies-block-top ul li.selected span {
        color: #ff5c00;
    }

#user_infoblock-top div.login-2:hover a, #user_infoblock-top div.login-2:hover .fa {
    color: #ff5c00;
}

#user_infoblock-top div.current:hover:before, #user_infoblock-top div.current.active:before {
    color: #ff5c00;
}

#user_infoblock-top div.current:hover span, #user_infoblock-top div.current.active span {
    color: #ff5c00;
}

#user_infoblock-top ul li a:hover {
    color: #ff5c00;
}

.sphomepage-slider .owl-item .sphomeslider-description .item-info.group-4 h5 a:hover {
    background: #ff5c00;
}

.sphomepage-slider .owl-nav .owl-prev:hover, .sphomepage-slider .owl-nav .owl-next:hover {
    background: #ff5c00;
}

    .sphomepage-slider .owl-nav .owl-prev:hover:before, .sphomepage-slider .owl-nav .owl-next:hover:before {
        color: #fff;
    }

.sphomepage-slider .owl-carousel .owl-dots .owl-dot span {
    background: #7d7d7d;
}

.sphomepage-slider .owl-carousel .owl-dots .owl-dot.active span, .sphomepage-slider .owl-carousel .owl-dots .owl-dot:hover span {
    background: #ff5c00;
}

.sphomepage-slider .owl-item .sphomeslider-description .now h5 a {
    background: #ff5c00;
}

    .sphomepage-slider .owl-item .sphomeslider-description .now h5 a:hover {
        background: #cc4a00;
    }

.sp-megamenu .navbar-nav > li.mega_type1 .dropdown-menu ul li > a:hover, .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li > a:hover {
    color: #ff5c00;
}

.sp-megamenu .navbar-nav > li.mega_type1 .dropdown-menu ul li .dropdown-menu ul li > a:hover, .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li .dropdown-menu ul li > a:hover {
    color: #ff5c00;
}

.sp-megamenu .navbar-nav > li.css_type .dropdown-menu ul li a:hover {
    color: #ff5c00;
}

.sp-megamenu .home {
    display: inline-block;
    position: relative;
}

    .sp-megamenu .home:hover .dropdown-menu a:hover {
        color: #ff5c00;
    }

div div.sp-megamenu .home:hover > a {
    color: #ff5c00;
}

div div.sp-megamenu .navbar-nav > li:hover > a {
    color: #ff5c00;
}

div div.sp-megamenu .navbar-nav > li.active > a {
    color: #ff5c00;
}

#module-smartblog-category .sp-megamenu .navbar-nav > li.blog > a {
    color: #ff5c00;
}

#contact div.sp-megamenu .navbar-nav > li.contact > a {
    color: #ff5c00;
}

#index .sp-megamenu .home > a {
    color: #ff5c00;
}

.left-product .extraslider-inner .product-container .right-block h5.product-name:hover a, div.sp_extra_1 .extraslider-inner .product-container .right-block h5.product-name:hover a {
    color: #ff5c00;
}

.left-product .extraslider-inner .product-container .right-block .price-box .price, div.sp_extra_1 .extraslider-inner .product-container .right-block .price-box .price {
    color: #ff5c00;
}

.left-product .extraslider-inner .button-container .cart_button, div.sp_extra_1 .extraslider-inner .button-container .cart_button, .left-product .extraslider-inner .button-container .addToWishlist, div.sp_extra_1 .extraslider-inner .button-container .addToWishlist, .left-product .extraslider-inner .button-container .add_to_compare, div.sp_extra_1 .extraslider-inner .button-container .add_to_compare {
    border: 1px solid #ff5c00;
    color: #ff5c00;
}

    .left-product .extraslider-inner .button-container .cart_button:hover, div.sp_extra_1 .extraslider-inner .button-container .cart_button:hover, .left-product .extraslider-inner .button-container .addToWishlist:hover, div.sp_extra_1 .extraslider-inner .button-container .addToWishlist:hover, .left-product .extraslider-inner .button-container .add_to_compare:hover, div.sp_extra_1 .extraslider-inner .button-container .add_to_compare:hover {
        background: #ff5c00;
    }

.content_v2 div.best_product .product-container:hover a.quick-view:hover .fa {
    color: #ff5c00;
}

.content_v2 div.best_product .product-container .right-block .button-container .cart_button:hover, .content_v2 div.best_product .product-container .right-block .button-container .addToWishlist:hover, .content_v2 div.best_product .product-container .right-block .button-container .add_to_compare:hover, .content_v2 div.best_product .product-container .right-block .button-container .quick-view:hover {
    background: #cc4a00;
}

.content_v2 div.best_product .sp-extraslider {
    position: relative;
}

    .content_v2 div.best_product .sp-extraslider .owl-controls .owl-prev:hover, .content_v2 div.best_product .sp-extraslider .owl-controls .owl-next:hover {
        background: #ff5c00;
    }

div.hot-deal h3 {
    background: #ff5c00;
}

    div.hot-deal h3:before, div.hot-deal h3:after {
        border-bottom: 5px solid #cc4a00;
    }

div.hot-deal-2 div.sp-deal .slider .vpo-wrap .vp .item .product-container:hover .product-image-container {
    border-color: #ff5c00;
}

div.hot-deal-2 div.sp-deal .slider .vpo-wrap .vp .item .product-container:hover .right-block h5.product-name a {
    color: #ff5c00;
}

div.spverticalmenu #sp-vermegamenu .more-wrap:hover {
    color: #ff5c00;
}

div.spverticalmenu #sp-vermegamenu .navbar-nav > li.item-1.parent:hover a:before {
    color: #ff5c00;
}

div.spverticalmenu #sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child:hover a:hover, div.spverticalmenu #sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child-2:hover a:hover {
    color: #ff5c00;
}

div.spverticalmenu #sp-vermegamenu .navbar-nav .css_type > .dropdown-menu > ul > li:hover > a {
    color: #ff5c00;
}

div.spverticalmenu #sp-vermegamenu .navbar-nav .css_type ul li.item-2.parent > a:hover:before {
    color: #ff5c00;
}

.sp_searchpro .spr-container .spr-search-button:hover {
    color: #ff5c00;
}

.content-v4 div.sp_searchpro .spr-container .spr-search-button:hover, .content-v4 div.sp_searchpro .spr-container .spr-search-button:focus {
    color: #ff5c00;
}

.shopping_cart > a:first-child span.icon:hover {
    color: #ff5c00;
}

.shopping_cart .cart_block .cart_block_list .remove_link a:hover, .shopping_cart .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: #ff5c00;
}

.cart_block .price-total span.price {
    color: #ff5c00;
}

.cart_block .cart-info .product-name a:hover {
    color: #ff5c00;
}

.cart_block .cart-info .price {
    color: #ff5c00;
}

.shopping_cart .cart_block .block_content .recent_items span {
    color: #ff5c00;
}

.cart_block .buttons a:hover {
    background: #ff5c00;
    border-color: #ff5c00;
    color: #fff;
}

.cart_block .buttons a#button_goto_cart {
    background: #ff5c00;
    border-color: #ff5c00;
}

    .cart_block .buttons a#button_goto_cart:hover {
        background: #cc4a00;
        border-color: #cc4a00;
    }

.sp_listing_tab_1 .title-module-listingtab {
    background: #ff5c00;
}

    .sp_listing_tab_1 .title-module-listingtab:before {
        border-right: 8px solid #ff5c00;
    }

.sp_listing_tab_1.sp_listing_tab_2 .title-module-listingtab:before {
    border-right: none;
    border-left: 8px solid #ff5c00;
}

div.sp_listing_tab_4 .product_list .button-container .cart_button:hover {
    background: #ff5c00;
    border-color: #ff5c00;
}

div.sp_listing_tab_4 .product_list .button-container .addToWishlist:hover, div.sp_listing_tab_4 .product_list .button-container .add_to_compare:hover {
    border-color: #ff5c00;
}

    div.sp_listing_tab_4 .product_list .button-container .addToWishlist:hover .fa, div.sp_listing_tab_4 .product_list .button-container .add_to_compare:hover .fa {
        color: #fff;
    }

div.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab.tab-sel > span {
    color: #ff5c00;
}

div.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover > span {
    color: #ff5c00;
}

.content-v4 div.sp_listing_tab_4 .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel, .content-v4 div.sp_listing_tab_4 .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover {
    background: #ff5c00;
}

.featured h3.title:before {
    background: #ff5c00;
}

.contact-html div.text p.phone {
    color: #ff5c00;
}

div.bonus-menu ul li {
    border-right: 1px solid #ff9d66;
}

    div.bonus-menu ul li .text p {
        color: #ffceb3;
    }

.banner-5 {
    margin-bottom: 68px;
}

    .banner-5 ul li.item h3 a:hover {
        color: #fff;
        background: #ff5c00;
    }

div.static-infos .info .content {
    border-right: 1px solid #ff5c00;
    border-bottom: 1px solid #ff5c00;
}

div.static-infos .info h4 {
    color: #ff5c00;
}

div.static-infos .info:hover {
    cursor: pointer;
}

    div.static-infos .info:hover h4 {
        color: #ff8d4d;
    }

div.featured.featured-2 .item:hover .text h4 a {
    background: #ff5c00;
}

.find-your .block-content a.active {
    color: #ff5c00;
}

.banner-video #thumnail #des .button-video:hover:before {
    background: #ff5c00;
    color: #fff;
}

.footer-links ul li a:hover {
    color: #ff5c00;
}

    .footer-links ul li a:hover:before {
        color: #ff5c00;
    }

div.menu-bottom ul li:hover a {
    color: #ff5c00;
}

#newsletter_block_home .form-group .button {
    background: #ff5c00;
}

    #newsletter_block_home .form-group .button:hover {
        background: #ff7d33;
    }

div#newsletter_block_home.new-letter-2:before, div#newsletter_block_home.new-letter-2:after {
    background: #ff7d33;
}

#newsletter_block_popup .close {
    background-color: #ff5c00;
}

    #newsletter_block_popup .close:hover {
        background-color: #ff7d33;
    }

#newsletter_block_popup .block_content .content-inner h4 span {
    color: #ff5c00;
}

#newsletter_block_popup .block_content .content-inner .form-group .button {
    color: #ff5c00;
}

    #newsletter_block_popup .block_content .content-inner .form-group .button:hover {
        color: #ff7d33;
    }

#newsletter_block_popup .block_content .content-inner .sharing-buttons a:hover {
    background: #ff5c00;
    color: #fff;
    border-color: #ff5c00;
}

div.spverticalmenu #sp-vermegamenu .navbar-nav > li > a:hover {
    color: #ff5c00;
}

div.spverticalmenu #sp-vermegamenu .navbar-nav > li.item-1.parent a:hover:before {
    color: #ff5c00;
}

div.spverticalmenu .more-wrap:hover .more-view, div.spverticalmenu .more-wrap:hover .fa-angle-down, div.spverticalmenu .more-wrap:hover .fa-angle-up {
    color: #ff5c00;
}

div.sp-manu-slider .item .item-wrap .item-img a:hover img {
    border-color: #ff5c00;
}

div.sp-manu-slider .owl-controls div.owl-dots .owl-dot.active span, div.sp-manu-slider .owl-controls div.owl-dots .owl-dot:hover span {
    background: #ff5c00;
}

#categories_block_left ul li a.selected, #categories_block_left ul li a:hover {
    color: #ff5c00;
}

#layered_block_left #layered_form #enabled_filters ul li {
    color: #ff5c00;
}

#layered_block_left #layered_form .layered_filter_ul li:hover div.checker span {
    background: #ff5c00;
}

#layered_block_left #layered_form .layered_filter_ul li:hover a, #layered_block_left #layered_form .layered_filter_ul li:hover label {
    color: #ff5c00;
}

#layered_block_left #layered_form #ul_layered_id_attribute_group_1.layered_filter_ul li:hover {
    background: #ff5c00;
    border-color: #ff5c00;
}

    #layered_block_left #layered_form #ul_layered_id_attribute_group_1.layered_filter_ul li:hover label {
        color: #fff;
    }

#layered_block_left #layered_form div.checker .checked {
    background: #ff5c00;
}

#layered_block_left #layered_form .ui-widget-header {
    background: #ff5c00;
}

    #layered_block_left #layered_form .ui-state-default, #layered_block_left #layered_form .ui-widget-content .ui-state-default, #layered_block_left #layered_form .ui-widget-header .ui-state-default {
        background: #ff5c00;
    }

#sp-cpanel label:hover {
    color: #ff5c00;
}

div.sp-sp-cat .category-wrap-cat .sp-catchild .item:hover a {
    color: #ff5c00;
}

#sp_super_category_4.sp-sp-cat .category-wrap-cat h5.more a, #sp_super_category_5.sp-sp-cat .category-wrap-cat h5.more a {
    color: #ff5c00;
}

#sp_super_category_4.sp-sp-cat .category-wrap-cat h5.more:hover a, #sp_super_category_5.sp-sp-cat .category-wrap-cat h5.more:hover a {
    color: #ff7d33;
}

.content-v2 .shopping_cart > a:first-child span.icon {
    border: 1px solid #ff5c00;
}

.content-v2 .shopping_cart > a:first-child span.ajax_cart_quantity {
    background: #ff5c00;
}

.content-v2 div.bonus-menu ul li .text h5 a:hover {
    color: #ff5c00;
}

.content-v2 .sp_searchpro .spr-container .spr-query {
    border: 2px solid #ff5c00;
    border-left-width: 1px;
    border-right: none;
}

    .content-v2 .sp_searchpro .spr-container .spr-query:hover, .content-v2 .sp_searchpro .spr-container .spr-query:focus {
        border-top: 2px solid #ff5c00;
        border-bottom: 2px solid #ff5c00;
        border-left: 1px solid #ff5c00;
    }

.content-v2 .sp_searchpro .spr-container .spr_selector {
    border: 2px solid #ff5c00;
}

.content-v2 div.spverticalmenu:before {
    content: "";
    background: #ff5c00;
    height: 7px;
    width: 100%;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 3;
    border-radius: 7px 7px 0 0;
}

.content-v2 div.spverticalmenu h3 {
    background: #ff5c00;
}

.content-v2 #newsletter_block_home form {
    border: 1px solid #ff5c00;
}

.content-v3 div div.sp-megamenu .home:hover > a {
    color: #ffdecc;
}

.content-v3 div div.sp-megamenu .navbar-nav > li:hover > a {
    color: #ffdecc;
}

.content-v3 div div.sp-megamenu .navbar-nav > li.active > a {
    color: #ffdecc;
}

.content-v3#module-smartblog-category .sp-megamenu .navbar-nav > li.blog > a {
    color: #ffdecc;
}

.content-v3#contact div.sp-megamenu .navbar-nav > li.contact > a {
    color: #ffdecc;
}

.content-v3#index .sp-megamenu .home > a {
    color: #ffdecc;
}

.content-v3 div.sp_searchpro .spr-container .spr-search-button:hover {
    color: #ffbe99;
}

.content-v4 .navbar #sp-megamenu .navbar-nav li a:hover, .content-v4 .navbar #sp-megamenu .navbar-nav li span.menu-title:hover {
    color: #ff5c00 !important;
}

.content-v4 .navbar #sp-megamenu .navbar-nav li.active > span.menu-title {
    color: #ff5c00 !important;
}

.content-v4 .navbar #sp-megamenu div.home > a:hover, .content-v4 .navbar #sp-megamenu .home .dropdown-menu li a {
    color: #ff5c00;
    border: none;
}

    .content-v4 .navbar #sp-megamenu .home .dropdown-menu li a:hover {
        color: #ff5c00;
    }

.content-v4 #index .navbar #sp-megamenu .navbar-nav .home > a {
    color: #ff5c00 !important;
}

.content-v4 #contact .navbar #sp-megamenu .navbar-nav li.contact > a {
    color: #ff5c00 !important;
}

.content-v4 #module-smartblog-category .navbar #sp-megamenu .navbar-nav li.blog > a {
    color: #ff5c00 !important;
}

.rtl div.bonus-menu ul li {
    border-left: 1px solid #ff7d33;
}

.rtl .sp_listing_tab_1 .title-module-listingtab:before {
    border-left: 8px solid #ff5c00;
}

.rtl .sp_listing_tab_1.sp_listing_tab_2 .title-module-listingtab:before {
    border-right: 8px solid #ff5c00;
}

.rtl.content-v2 .sp_searchpro .spr-container .spr_selector {
    border-right: 2px solid #ff5c00;
}

.rtl.content-v2 .sp_searchpro .spr-container .spr-query {
    border-right: 1px solid #ff5c00;
}

@media (max-width:991px) {
    div.sp_searchpro .spr-container .spr-query {
        border: 1px solid #ff5c00 !important;
        border-right: none !important;
    }

    .navbar #sp-megamenu .navbar-nav li a:hover, .navbar #sp-megamenu .navbar-nav li span.menu-title:hover {
        color: #ff5c00 !important;
    }

    .navbar #sp-megamenu .navbar-nav li.active > span.menu-title {
        color: #ff5c00 !important;
    }

    .navbar #sp-megamenu #remove-megamenu:hover {
        color: #ff5c00;
    }

    .navbar #sp-megamenu div.home > a:hover, .navbar #sp-megamenu .home .dropdown-menu li a {
        color: #ff5c00;
        border: none;
    }

    .navbar .navbar-button .navbar-toggle {
        background: #ff5c00;
    }

        .navbar .navbar-button .navbar-toggle:hover {
            background: #cc4a00;
        }

    .navbar #sp-megamenu .home .dropdown-menu li a:hover {
        color: #ff5c00;
    }

    #index .navbar #sp-megamenu .navbar-nav .home > a {
        color: #ff5c00 !important;
    }

    #contact .navbar #sp-megamenu .navbar-nav li.contact > a {
        color: #ff5c00 !important;
    }

    #module-smartblog-category .navbar #sp-megamenu .navbar-nav li.blog > a {
        color: #ff5c00 !important;
    }

    div.spverticalmenu .navbar-header .navbar-toggle {
        background: #cc2027;
    }

        div.spverticalmenu .navbar-header .navbar-toggle:hover {
            background: #cc4a00;
        }

    .content-v4 div.sp_searchpro div.spr-container .spr-query {
        border: none !important;
    }

    .rtl div.sp_searchpro .spr-container .spr-query {
        border: 1px solid #ff5c00 !important;
        border-left: none !important;
        border-right: 1px solid #ff5c00 !important;
    }
}

@media (max-width:767px) {
    div.featured .item:hover .text h4 a {
        color: #ff5c00;
    }
}

#product_comparison .prices-container .price {
    color: #ff5c00;
}

#product_comparison .prices-container .price-percent-reduction {
    background: #ff5c00;
}

#order #order-detail-content .product-name a:hover {
    color: #ff5c00;
}

.cart_delete a.cart_quantity_delete:hover, a.price_discount_delete:hover {
    color: #ff5c00;
}

#contact .contact-form-box #submitMessage, #contact .contact-form-box .form-group div.uploader span.action {
    background: #ff5c00;
}

    #contact .contact-form-box #submitMessage:hover, #contact .contact-form-box .form-group div.uploader span.action:hover {
        background: #cc4a00;
    }

#contact .contact-info .info ul li a {
    color: #ff5c00;
}

#contact .social a:hover {
    background: #ff5c00;
    border: solid 1px #ff5c00;
}

    #contact .social a:hover .fa {
        color: #fff;
    }

@media (min-width:1400px) {
    .content-v4 .header-top .container-customer, .content-v4 .ps-spotlight1 .container-customer {
        width: 1400px;
        padding: 0;
    }

    .content-v4 .slider-banner {
        margin: 0 -115px;
    }
}

@media (min-width:1200px) {
    .content-v1 #header_menu {
    }

    .content-v1 .group-1 {
        width: 20%;
    }

    .contact-html {
        width: 20%;
    }

    .content-v1 #header_search, .content-v2 #header_search {
        width: 54.5%;
    }

    #block_contact_infos {
        width: 30%;
    }

    .product_list.grid li.col-lg-3:nth-child(4n+1), .product_lists.grid li.col-lg-3:nth-child(4n+1) {
        clear: both;
    }

    .menu-fixed .spsf-menu li ul.submenu-container {
        transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
    }

    .menu-fixed .spsf-menu li:hover ul.submenu-container {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }

    .menu-fixed .shopping_cart .cart_block {
        transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
    }

    .menu-fixed .shopping_cart:hover .cart_block {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .container {
        width: 970px !important;
    }

    div.slider-container {
        width: 55.9%;
        left: 22.6%;
    }

    div.footer-social h3.title {
        margin: 0 0 20px;
    }

    .product_list .product-image-container .product-image .img_1, .product_lists .product-image-container .product-image .img_1 {
        width: auto;
    }

    .product_list.grid li.col-md-4:nth-child(3n+1), .product_lists.grid li.col-md-4:nth-child(3n+1) {
        clear: both;
    }

    .content_sortPagiBar_top .productsSortForm, .content_sortPagiBar_bottom .productsSortForm, .content_sortPagiBar_top .nbrItemPage, .content_sortPagiBar_bottom .nbrItemPage {
        float: none;
        margin: 0 0 0 10px;
    }

    #product_right .pb-left-column, #product_left .pb-left-column {
        width: 100%;
        margin-bottom: 30px;
    }

    #product_right .pb-right-column, #product_left .pb-right-column {
        width: 100%;
    }

    .rtl div.slider-container {
        right: 22.6%;
        left: auto;
    }

    .rtl .content_sortPagiBar_top .productsSortForm, .rtl .content_sortPagiBar_bottom .productsSortForm, .rtl .content_sortPagiBar_top .nbrItemPage, .rtl .content_sortPagiBar_bottom .nbrItemPage {
        float: none;
        margin: 0 10px 0 0;
    }

    .content-v2 .group-1 {
        width: auto;
    }

    .content-v4 .footer-social .socials a {
        margin-right: 13.5px;
    }

    .content-v4.rtl .footer-social .socials a {
        margin: 0 0 0 13.5px;
    }

        .content-v4.rtl .footer-social .socials a.instagram {
            margin: 0;
        }
}

@media (max-width:1199px) {
    .content-v1 #header_logo {
        margin-bottom: 30px;
        text-align: center;
    }

    .content-v2 #header_logo {
        margin-bottom: 0;
    }

    .content-v3 div.group-1 div.button-wishlist {
        margin: 0 3px;
    }

    .content-v4 .menu-nav .navbar {
        min-height: 0;
    }

    .product_list .product-container .product-image-container .product-image, .product_lists .product-container .product-image-container .product-image {
        display: inline-block;
    }

    .product_list.grid .product-container .product-image-container, .product_lists.grid .product-container .product-image-container {
        padding: 0 0 2px;
    }

    .content_only #product_right, .content_only #product_left {
        width: 100%;
    }

        .content_only #product_right .pb-left-column, .content_only #product_left .pb-left-column {
            width: 50%;
            margin: 0;
        }

        .content_only #product_right .pb-right-column, .content_only #product_left .pb-right-column {
            width: 50%;
        }

    #attributes .attribute_list:after {
        top: -1px;
        height: 42px;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
    }
}

@media (max-width:991px) {
    #products-comparison .table-responsive {
        direction: ltr;
    }

    .header-bottom {
        background: transparent;
    }

        .header-bottom .container {
            padding-top: 70px;
        }

    .topleft-content {
        font-size: 12px;
    }

    .group-1 {
           height: 40px;
    margin: 0;
    background: #211c54;
    padding: 5px 15px 0;
    }

    div.slider-container {
        width: 72.3%;
        left: 0;
    }

    .product_list.list .product-container .left-block, .product_lists.list .product-container .left-block {
        margin-bottom: 30px;
    }

    div.footer-social {
        text-align: center;
    }

        div.footer-social h3.title {
            margin: 0 0 20px;
            display: block;
        }

    .rtl .slider-container {
        width: 72.3%;
        left: auto;
        right: 0;
    }

    .content-v2 .main-menu {
        background: #000;
        margin-top: -120px;
    }

    .content-v2 #header_menu {
        margin: 0;
    }

    .content-v2 .group-1 {
        padding: 5px 0 0;
    }

    .content-v3 .header-bottom .container {
        padding-top: 0;
    }

    .content-v3 .group-1 {
        background: transparent;
    }

    .content-v4 div#header_search {
        padding: 0 9px;
    }

    .content-v4 .footer-social {
        margin-top: 30px;
    }
}

@media (min-width:767px) and (max-width:991px) {
    .container {
        width: auto !important;
    }

    div.pagination {
        margin: 0;
    }

    .product_list .button-container .quick-view {
        display: none;
    }

    .content_sortPagiBar_top .category-view-type, .content_sortPagiBar_bottom .category-view-type {
        display: none !important;
    }

    .content_sortPagiBar_top .nbrItemPage, .content_sortPagiBar_bottom .nbrItemPage {
        float: left;
        margin: 0 0 0 10px;
    }

    .content_sortPagiBar_top .productsSortForm, .content_sortPagiBar_bottom .productsSortForm {
        float: left;
        margin: 0;
    }

    .content_sortPagiBar_top label, .content_sortPagiBar_bottom label {
        display: none;
    }

    .product_list.list .comments_note .nb-comments {
        padding: 0 10px;
    }

    .product_list.list .product-container .product-image-container .button-container .quick-view {
        display: none;
    }

    .product_list.grid li.col-xs-6:nth-child(2n+1), .product_lists.grid li.col-xs-6:nth-child(2n+1) {
        clear: both;
    }

    .pb-left-column {
        width: 100%;
    }

    .pb-right-column {
        width: 100%;
    }

        .pb-right-column .comments_note .comments_advices {
            padding: 0 15px;
        }

    .sharing-buttons .buttons {
        margin: 0;
    }

    #product_right .pb-left-column, #product_left .pb-left-column {
        width: 100%;
        margin-bottom: 30px;
    }

    #product_right .pb-right-column, #product_left .pb-right-column {
        width: 100%;
    }

    #product_right div.moreinfo_block ul.nav-tabs > li, #product_left div.moreinfo_block ul.nav-tabs > li {
        border: solid 1px #e8e8e8;
    }

        #product_right div.moreinfo_block ul.nav-tabs > li a, #product_left div.moreinfo_block ul.nav-tabs > li a {
            padding: 10px 15px;
            display: block;
            font-size: 16px;
        }

        #product_right div.moreinfo_block ul.nav-tabs > li:before, #product_left div.moreinfo_block ul.nav-tabs > li:before, #product_right div.moreinfo_block ul.nav-tabs > li:after, #product_left div.moreinfo_block ul.nav-tabs > li:after {
            display: none;
        }

    div.moreinfo_block ul.nav-tabs > li a {
        font-size: 22px;
    }

    .rtl .slider-container {
        right: 0;
        left: auto;
    }

    .rtl div.pagination {
        margin: 0;
    }

    .rtl .content_sortPagiBar_top .productsSortForm, .rtl .content_sortPagiBar_bottom .productsSortForm {
        float: right;
        margin: 0;
    }

    .rtl .content_sortPagiBar_top .nbrItemPage, .rtl .content_sortPagiBar_bottom .nbrItemPage {
        float: right;
        margin: 0 20px;
    }
}

@media (max-width:767px) {
    .container {
        width: auto !important;
    }

    div.box-left {
        display: none;
    }

    div.box-right {
        text-align: center;
    }

    .header-menu {
        background: #000;
        margin-bottom: 15px;
    }

    .content-v2 div#header_logo {
        text-align: center;
        margin-bottom: 30px;
    }

    .content-v3 .header-center {
        padding: 90px 0 20px;
    }

    .content-v3 #header_logo {
        position: absolute;
        top: 20px;
        bottom: auto;
    }

    .content-v3 .group-1 {
        padding: 0;
        margin-top: 0;
    }

        .content-v3 .group-1 .button-wishlist, .content-v3 .group-1 .blockcart {
            float: none;
            vertical-align: bottom;
        }

    .content-v3 .nav-2 {
        text-align: right;
        padding: 0;
    }

    .content-v3.rtl .nav-2 {
        text-align: left;
    }

    .content-v4 div#header_logo {
        margin-bottom: 20px;
        text-align: center;
    }

    .product_list.grid li.col-xs-6:nth-child(2n+1), .product_lists.grid li.col-xs-6:nth-child(2n+1) {
        clear: both;
    }

    .product_list .product-image-container .button-container .quick-view, .product_lists .product-image-container .button-container .quick-view {
        display: none;
    }

    div#layered_block_left.block h3.title_block {
        display: block !important;
    }

    .product_list a.quick-view {
        display: none;
        transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
    }

    div.pagination {
        margin: 0;
    }

    .content_sortPagiBar_top .category-view-type, .content_sortPagiBar_bottom .category-view-type {
        display: none !important;
    }

    .content_sortPagiBar_top .nbrItemPage, .content_sortPagiBar_bottom .nbrItemPage {
        margin: 0 20px;
        float: left;
    }

    .content_sortPagiBar_top .productsSortForm, .content_sortPagiBar_bottom .productsSortForm {
        float: left;
        margin: 0;
    }

    .content_sortPagiBar_top label, .content_sortPagiBar_bottom label {
        display: none;
    }

    #sidebar {
        margin-bottom: 30px;
    }

    .pb-left-column {
        width: 100%;
        margin-bottom: 30px;
    }

    .pb-right-column {
        width: 100%;
    }

    #product_right .pb-left-column, #product_left .pb-left-column, #product_right .pb-right-column, #product_left .pb-right-column {
        width: 100%;
    }

    div.moreinfo_block ul.nav-tabs > li {
        border: solid 1px #e8e8e8;
        float: none;
    }

        div.moreinfo_block ul.nav-tabs > li a {
            padding: 10px 15px;
            display: block;
            font-size: 18px;
        }

        div.moreinfo_block ul.nav-tabs > li:before, div.moreinfo_block ul.nav-tabs > li:after {
            display: none;
        }

    .rtl .header-center #header_cart_info {
        text-align: center;
    }

    .rtl .footer-container #copyright .footer-payment {
        text-align: center;
    }

    .rtl .footer-container #footer-center .logo-bottom a {
        float: none;
        margin-bottom: 30px;
    }

    .rtl .footer-container #footer-center .logo-bottom p {
        margin: 0;
        border: none;
        text-align: center;
    }

    .rtl .footer-container #footer-bottom .exception {
        float: right;
    }

    .rtl div.pagination {
        margin: 0;
    }

    .rtl .content_sortPagiBar_top .productsSortForm, .rtl .content_sortPagiBar_bottom .productsSortForm {
        float: right;
        margin: 0;
    }

    .rtl .content_sortPagiBar_top .nbrItemPage, .rtl .content_sortPagiBar_bottom .nbrItemPage {
        float: right;
        margin: 0 20px;
    }

    .rtl #attributes .attribute_list:before {
        content: "";
        height: 41px;
        left: auto;
        position: absolute;
        right: 0;
        top: -0.5px;
        width: 20px;
        z-index: 2;
        background: #fff;
        background: -moz-linear-gradient(top,#fefefe 0,#d2d2d2 100%);
        background: -webkit-linear-gradient(top,#fff 0,#d2d2d2 100%);
        background: linear-gradient(to bottom,#fff 0,#d2d2d2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);
    }
}

@media (max-width:480px) {
    .btn, button, .button, input.button_mini, input.button_small, input.button, input.button_large, input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, a.button_mini, a.button_small, a.button, a.button_large, a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large, span.button_mini, span.button_small, span.button, span.button_large, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
        padding: 7px 10px;
    }

    a.button-exclusive, a.standard-checkout {
        padding: 7px;
    }

    .content_sortPagiBar_top #pagination, .content_sortPagiBar_bottom #pagination, .content_sortPagiBar_top #pagination_bottom, .content_sortPagiBar_bottom #pagination_bottom {
        width: 100%;
    }

        .content_sortPagiBar_top #pagination ul.pagination li, .content_sortPagiBar_bottom #pagination ul.pagination li, .content_sortPagiBar_top #pagination_bottom ul.pagination li, .content_sortPagiBar_bottom #pagination_bottom ul.pagination li {
            margin: 0;
        }

    .content_sortPagiBar_top .sort-center, .content_sortPagiBar_bottom .sort-center {
        overflow: visible;
    }

    .content_sortPagiBar_top .nbrItemPage, .content_sortPagiBar_bottom .nbrItemPage {
        margin: 0 0 10px 0;
        float: right;
    }

    .product_list .ajax_block_product {
        width: 100%;
    }

    .pb-left-column #image-block #view_full_size img {
        height: auto;
    }

    .pb-right-column .comments_note .comments_advices {
        padding: 0;
    }

    .sharing-buttons .buttons {
        margin: 0;
    }

        .sharing-buttons .buttons a {
            margin: 0;
            font-size: 13px;
            line-height: 30px;
            width: 33px;
            height: 33px;
        }

    div.moreinfo_block ul.nav-tabs > li a {
        font-size: 15px;
    }

    .blockproductscategory.block h3.title_block {
        font-size: 23px;
    }

    .blockproductscategory.block h4.subtitle span {
        width: 100%;
        font-size: 11px;
    }

        .blockproductscategory.block h4.subtitle span span {
            width: auto;
            padding: 0 10px;
        }

    .rtl .content_sortPagiBar_top #pagination ul.pagination li, .rtl .content_sortPagiBar_bottom #pagination ul.pagination li, .rtl .content_sortPagiBar_top #pagination_bottom ul.pagination li, .rtl .content_sortPagiBar_bottom #pagination_bottom ul.pagination li {
        margin: 0;
    }

    .rtl .content_sortPagiBar_top .nbrItemPage, .rtl .content_sortPagiBar_bottom .nbrItemPage {
        margin: 0 0 10px 0;
        float: left;
    }

    .content-v3 .footer-social .socials a {
        margin-right: 15px;
    }

    .rtl.content-v3 .footer-social .socials a {
        margin: 0 0 0 15px;
    }
}

@media (max-width:479px) {
    div.slider-container {
        width: 100%;
    }

    .block .title_block, .moduletable .title_block {
        font-size: 14px;
    }

    div.contact-html-2 {
        display: none;
    }

    .banner-6 ul li {
        width: 100%;
        margin-bottom: 30px;
    }

        .banner-6 ul li:last-child {
            margin-bottom: 0;
        }

    .content-v4 .footer-social .socials a {
        margin: 0 12px 0 0;
    }

    .product_list.list .product-container .button-container .cart_button {
        padding: 0 35px;
    }

    #attributes .attribute_list {
        width: 180px !important;
    }

    div.moreinfo_block ul.nav-tabs > li {
        display: block;
    }

    .rtl div.slider-container {
        width: 100%;
    }

    .rtl.content-v4 .footer-social .socials a {
        margin: 0 0 0 12px;
    }

        .rtl.content-v4 .footer-social .socials a.instagram {
            margin: 0;
        }
}

#wishlist_button, #wishlist_button_nopop {
    font-weight: 700;
    background-color: transparent;
    border-color: transparent;
    margin: auto;
    outline: 0;
    cursor: pointer;
}

#form_wishlist .text label {
    display: block;
}

#block-order-detail #hideWishlist {
    float: right;
    margin-top: 10px;
}

#wishlist_block #wishlist_block_list {
    margin: 0 0 20px 0;
}

    #wishlist_block #wishlist_block_list dl {
        font-weight: 400;
    }

        #wishlist_block #wishlist_block_list dl.products.no-products {
            font-weight: 700;
            padding: 0 0 15px 0;
            border-bottom: 1px solid #e1e1e1;
        }

            #wishlist_block #wishlist_block_list dl.products.no-products dt {
                padding: 0;
                border-top: none;
            }

            #wishlist_block #wishlist_block_list dl.products.no-products dd {
                display: none;
            }

        #wishlist_block #wishlist_block_list dl.products {
            border-bottom: 1px solid #e1e1e1;
        }

            #wishlist_block #wishlist_block_list dl.products dt {
                padding: 20px 0 0;
                border-top: 1px solid #e1e1e1;
            }

            #wishlist_block #wishlist_block_list dl.products dd {
                padding: 0 0 20px 0;
            }

            #wishlist_block #wishlist_block_list dl.products dt.first_item {
                padding: 0;
                border-top: none;
            }

        #wishlist_block #wishlist_block_list dl dt {
            position: relative;
            padding-right: 0;
        }

        #wishlist_block #wishlist_block_list dl dd {
            margin: 0 0 0 24px;
        }

#wishlist_block .lnk .form-group {
    margin: 0 0 20px 0;
}

    #wishlist_block .lnk .form-group select {
        max-width: 192px;
    }

@media (max-width:767px) {
    #wishlist_block .lnk .form-group select {
        width: 192px;
    }
}

#wishlist_block .ajax_cart_block_remove_link {
    font-size: 14px;
    line-height: 14px;
    color: #d3d2d2;
    width: 14px;
    height: 14px;
    float: right;
}

#wishlist_block .cart_block_product_name {
    width: 85%;
    display: inline-block;
    font-weight: bold;
}

#wishlist_block .quantity-formated {
    float: left;
    margin: 0 5px 0 0;
    width: 15px;
}

#wishlist_block_list .price {
    float: right;
}

#mywishlist td.wishlist_delete a {
    font-size: 15px;
}

#module-blockwishlist-mywishlist #block-order-detail #hideSendWishlist {
    display: inline-block;
}

#module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

    #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a {
        display: inline-block;
        margin: 10px 10px 10px 0;
        font-weight: bold;
    }

#module-blockwishlist-mywishlist .wishlistLinkTop li {
    float: left;
}

#module-blockwishlist-mywishlist .wishlistLinkTop #hideSendWishlist {
    float: right;
}

#module-blockwishlist-mywishlist.rtl .wishlistLinkTop #hideSendWishlist {
    float: left;
}

#module-blockwishlist-mywishlist .wishlistLinkTop #showBoughtProducts, #module-blockwishlist-mywishlist .wishlistLinkTop #hideBoughtProductsInfos {
    display: none;
}

ul.wlp_bought_list li {
    margin: 0 0 30px 0;
}

    ul.wlp_bought_list li .item-inner {
        border: solid 1px #e1e1e1;
        padding: 10px;
    }

    ul.wlp_bought_list li .product_image {
        padding: 1px;
        border: 1px solid #e1e1e1;
        margin: 0 0 20px 0;
    }

    ul.wlp_bought_list li .product-name {
        margin: 0 0 10px 0;
        padding: 0 20px 0 0;
    }

        ul.wlp_bought_list li .product-name small {
            display: block;
            font-size: 11px;
        }

            ul.wlp_bought_list li .product-name small a {
                font-size: 11px;
            }

    ul.wlp_bought_list li .product_infos {
        position: relative;
    }

    ul.wlp_bought_list li .wishlist_product_detail input[type="text"] {
        width: 100%;
        margin-bottom: 10px;
    }

    ul.wlp_bought_list li .wishlist_product_detail label {
        display: block;
    }

    ul.wlp_bought_list li .wishlist_product_detail select {
        border: solid 1px #e1e1e1;
        padding: 7px 10px;
        width: 100%;
    }

    ul.wlp_bought_list li .btn_action a {
        vertical-align: middle;
        height: 32px;
    }

@media (min-width:992px) {
    ul.wlp_bought_list li.first-in-line {
        clear: left;
    }
}

@media (min-width:768px) and (max-width:991px) {
    ul.wlp_bought_list li.first-item-of-tablet-line {
        clear: left;
    }
}

.wishlistLinkTop .submit {
    margin: 0 0 30px 0;
}

ul.wlp_bought_list li .lnkdel {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 14px;
}

#wishlist_button > .btn-group {
    width: 80%;
}

ul.product_list.grid > li .product-container .functional-buttons .wishlist .popover {
    padding: 0;
    min-width: 160px;
}

    ul.product_list.grid > li .product-container .functional-buttons .wishlist .popover .popover-content {
        padding: 0;
        min-width: 158px;
    }

    ul.product_list.grid > li .product-container .functional-buttons .wishlist .popover table {
        margin-bottom: 2px;
    }

        ul.product_list.grid > li .product-container .functional-buttons .wishlist .popover table td:hover {
            background-color: #cccccc;
            cursor: pointer;
        }

[id=wishlist_button] + .popover, .wishlist_change_button + .popover {
    padding: 0;
    min-width: 150px;
}

    [id=wishlist_button] + .popover .popover-content, .wishlist_change_button + .popover .popover-content {
        padding: 0;
    }

    [id=wishlist_button] + .popover table, .wishlist_change_button + .popover table {
        margin-bottom: 2px;
    }

        [id=wishlist_button] + .popover table td:hover, .wishlist_change_button + .popover table td:hover {
            background-color: #cccccc;
            cursor: pointer;
        }

#mywishlist input[type="text"] {
    border: solid 1px #e1e1e1;
    padding: 6px 10px;
}

.wl_send label {
    display: block;
}

.wl_send input[type="text"] {
    width: 290px;
}

#block-history .std td:first-child {
    position: relative;
}

    #block-history .std td:first-child:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: #e1e1e1;
    }

.rtl .wishlist_del {
    border-left: solid 1px #e1e1e1 !important;
}

.rtl table.std th, .rtl table.table_block th {
    border-left: none;
    border-right: solid 1px #e1e1e1;
}

    .rtl table.std th.first_item, .rtl table.table_block th.first_item {
        border: none;
    }

.rtl table.std td, .rtl table.table_block td {
    border-left: none;
    border-right: solid 1px #e1e1e1;
    text-align: right;
}

    .rtl table.std td.last_item, .rtl table.table_block td.last_item {
        border-left: solid 1px #e1e1e1;
    }

    .rtl table.std td #module-blockwishlist-mywishlist .wishlistLinkTop #hideSendWishlist, .rtl table.table_block td #module-blockwishlist-mywishlist .wishlistLinkTop #hideSendWishlist {
        float: left;
    }

    .rtl table.std td #block-history .std tbody:before, .rtl table.table_block td #block-history .std tbody:before {
        left: auto;
        right: 0;
    }

.rtl #block-order-detail #hideWishlist {
    float: left;
}

@media (max-width:991px) {
    .rtl #block-history {
        direction: ltr;
    }
}

@media (min-width:480px) and (max-width:991px) {
    #block-history {
        border: none;
    }
}

@media (max-width:480px) {
    #module-blockwishlist-mywishlist #mywishlist #form_wishlist p.text #name {
        width: 230px;
    }
}

#product_comments_block_extra {
    padding: 8px 10px 10px;
    font-weight: bold;
    line-height: 18px;
    border: 1px solid #d6d4d4;
    background: #fbfbfb;
    margin: 39px 0 22px;
}

    #product_comments_block_extra .comments_note {
        margin-bottom: 5px;
    }

        #product_comments_block_extra .comments_note span, #product_comments_block_extra .star_content {
            float: left;
            color: #333;
        }

    #product_comments_block_extra .star_content {
        margin-top: 1px;
    }

    #product_comments_block_extra div.star:after {
        content: "\f006";
        font-family: "FontAwesome";
        display: inline-block;
        color: #777676;
    }

    #product_comments_block_extra div.star_on:after, #product_comments_block_extra div.star_hover:after {
        content: "\f005";
        font-family: "FontAwesome";
        display: inline-block;
        color: #ef8743;
    }

#fancybox-wrap {
    width: 585px;
}

#fancybox-content {
    width: 585px;
    border-width: 0;
}

#new_comment_form {
    overflow: hidden;
    color: #333;
    text-align: left;
}

    #new_comment_form h2 {
        margin-bottom: 10px;
    }

    #new_comment_form .title {
        padding: 10px;
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
        background: #333;
    }

    #new_comment_form ul.grade_content {
        list-style-type: none;
        margin: 0 0 20px 0;
    }

        #new_comment_form ul.grade_content li {
            width: 50%;
        }

        #new_comment_form ul.grade_content span {
            display: inline-block;
            padding: 0 10px;
            width: 150px;
            font-weight: bold;
        }

        #new_comment_form ul.grade_content .cancel {
            margin-right: 5px;
        }

    #new_comment_form .product {
        padding: 15px;
        display: none;
    }

        #new_comment_form .product img {
            border: 1px solid #d6d4d4;
        }

        #new_comment_form .product .product_desc {
            line-height: 18px;
            color: #666;
        }

            #new_comment_form .product .product_desc .product_name {
                padding: 10px 0 5px;
                font-size: 13px;
                color: #000;
            }

    #new_comment_form .new_comment_form_content {
        padding: 15px 25px 15px 15px;
        background: #f4f4f4;
    }

        #new_comment_form .new_comment_form_content h2 {
            display: none;
        }

@media (max-width:767px) {
    #new_comment_form .new_comment_form_content {
        padding-left: 25px;
    }
}

#new_comment_form .new_comment_form_content .intro_form {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}

#new_comment_form label {
    display: block;
    margin: 12px 0 4px 0;
    font-weight: bold;
    font-size: 12px;
}

#new_comment_form input, #new_comment_form textarea {
    padding: 0 5px;
    height: 28px;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
}

#new_comment_form textarea {
    height: 80px;
}

#new_comment_form .submit {
    margin-top: 20px;
    padding: 0;
    font-size: 13px;
    text-align: right;
}

#new_comment_form #criterions_list li {
    margin-bottom: 10px;
}

#new_comment_form #criterions_list label {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}

#new_comment_form #criterions_list .star_content {
    float: left;
}

#new_comment_form #new_comment_form_footer {
    margin-top: 20px;
    font-size: 12px;
}

#new_comment_form #new_comment_form_error ul li {
    color: #ff0000;
}

#product_comments_block_tab {
    margin: 0 0 20px 0;
}

    #product_comments_block_tab div.comment {
        margin: 0 0 14px;
        padding-top: 14px;
        border-top: 1px solid #d6d4d4;
    }

        #product_comments_block_tab div.comment:first-child {
            padding: 0;
            border: none;
        }

        #product_comments_block_tab div.comment .comment_author {
            padding: 0 20px;
            line-height: 18px;
        }

            #product_comments_block_tab div.comment .comment_author span {
                font-weight: bold;
                float: left;
            }

            #product_comments_block_tab div.comment .comment_author .star_content {
                display: inline-block;
                vertical-align: middle;
                margin: 0 0 0 5px;
            }

        #product_comments_block_tab div.comment .comment_details {
            overflow: hidden;
        }

@media (max-width:767px) {
    #product_comments_block_tab div.comment .comment_details {
        border-left: none;
    }

        #product_comments_block_tab div.comment .comment_details ul {
            list-style-type: none;
            margin: 0;
        }

            #product_comments_block_tab div.comment .comment_details ul li {
                padding: 2px 0 2px;
            }

                #product_comments_block_tab div.comment .comment_details ul li:before {
                    font-family: "FontAwesome";
                    content: "\f0da";
                    color: #333;
                    margin-right: 8px;
                }
}

#product_comments_block_tab div.star:after {
    content: "\f006";
    font-family: "FontAwesome";
    display: inline-block;
    color: #777676;
}

#product_comments_block_tab div.star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #ef8743;
}

#product_comments_block_tab .comment_author_infos {
    clear: both;
    padding-top: 9px;
}

    #product_comments_block_tab .comment_author_infos strong {
        display: block;
        color: #333;
    }

    #product_comments_block_tab .comment_author_infos em {
        color: #adadad;
    }

#product_comments_block_tab a {
    text-decoration: none;
    font-weight: bold;
}

#product_comments_block_tab span.report_btn {
    cursor: pointer;
}

    #product_comments_block_tab span.report_btn:hover {
        text-decoration: underline;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

#user_infoblock-top {
    float: right;
    display: inline-block;
    position: relative;
    height: 30px;
    padding: 0 15px;
}

    #user_infoblock-top:before {
        content: "";
        position: absolute;
        top: 11px;
        height: 15px;
        width: 1px;
        left: auto;
        right: 0;
        bottom: auto;
        /* background: #ddd; */
    }

    #user_infoblock-top div.login-2 {
        display: inline-block;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        text-transform: capitalize;
        padding: 0 15px;
        margin: 0 15px;
        position: relative;
    }

        #user_infoblock-top div.login-2 a {
            color: #fff;
        }

        #user_infoblock-top div.login-2 .fa {
            margin-right: 10px;
            color: #263d86;
            font-size: 20px;
        }

        #user_infoblock-top div.login-2:before, #user_infoblock-top div.login-2:after {
            content: "";
            /* position: absolute; */
            top: 11px;
            height: 15px;
            width: 1px;
            bottom: auto;
            /* background: #ddd; */
        }

        #user_infoblock-top div.login-2:before {
            left: 0;
            right: auto;
        }

        #user_infoblock-top div.login-2:after {
            left: auto;
            right: 0;
        }

    #user_infoblock-top div.current {
        cursor: pointer;
        margin: 0;
        padding: 0 20px 0 0;
        line-height: 30px;
        display: inline-block;
        position: relative;
    }

        #user_infoblock-top div.current:before {
            content: "\f107";
            font-family: FontAwesome;
            font-size: 12px;
            position: absolute;
            top: 0;
            right: 0;
            left: auto;
            color: #999;
        }

        #user_infoblock-top div.current span {
            padding: 0;
            color: #fff;
            font-size: 12px;
        }

            #user_infoblock-top div.current span .fa {
                margin-right: 8px;
            }

    #user_infoblock-top ul {
        display: none;
        position: absolute;
        width: 175px;
        padding: 10px 10px 10px 20px;
        background: #fff;
        border-style: solid;
        border-color: #ebebeb;
        border-width: 1px;
        right: 0;
        top: 100%;
        text-align: justify;
        z-index: 11;
    }

        #user_infoblock-top ul li {
            margin-bottom: 3px;
        }

            #user_infoblock-top ul li a {
                padding: 0;
                display: block;
                line-height: 27px;
            }

            #user_infoblock-top ul li .fa {
                width: 25px;
            }

.content-v3 div div #user_infoblock-top {
    padding: 0 8px 0 0;
}

.content-v4 div #user_infoblock-top {
    padding: 0;
    margin: 0;
}

    .content-v4 div #user_infoblock-top:before {
        display: none;
    }

    .content-v4 div #user_infoblock-top div.login-2 {
        padding: 0;
        margin: 0 16px;
    }

        .content-v4 div #user_infoblock-top div.login-2 a {
            color: #fff;
        }

        .content-v4 div #user_infoblock-top div.login-2:hover a {
            color: #ccc;
        }

        .content-v4 div #user_infoblock-top div.login-2 .fa {
            color: #fff;
        }

        .content-v4 div #user_infoblock-top div.login-2:before, .content-v4 div #user_infoblock-top div.login-2:after {
            display: none;
        }

    .content-v4 div #user_infoblock-top div.current {
        padding: 0 15px 0 0;
    }

        .content-v4 div #user_infoblock-top div.current:before {
            color: #fff;
        }

        .content-v4 div #user_infoblock-top div.current span {
            color: #fff;
        }

        .content-v4 div #user_infoblock-top div.current:hover span, .content-v4 div #user_infoblock-top div.current:active span {
            color: #ccc;
        }

@media (max-width:767px) {
    div div#user_infoblock-top {
        float: none;
        padding: 0 20px 0 0;
    }

        div div#user_infoblock-top div.login-2 {
            margin: 0 15px 0 0;
        }

    .rtl div#user_infoblock-top {
        padding: 0 0 0 20px;
    }

        .rtl div#user_infoblock-top div.login-2 {
            margin: 0 0 0 15px;
        }

    .content-v4 div#user_infoblock-top {
        margin: 0;
    }

    .content-v4.rtl div#user_infoblock-top {
        float: right;
    }
}

@media (max-width:479px) {
    div div#user_infoblock-top {
        padding: 0;
    }

    .header-center {
        padding: 0px 0px;
    }

    .content-v1 #header_logo {
        margin-bottom: 0px;
    }

    div div#user_infoblock-top:before {
        display: none;
    }

    div div#user_infoblock-top div.login-2 {
        margin: 0;
    }

    .rtl div#user_infoblock-top div.login-2 {
        margin: 0;
    }

    .content-v3 div div#user_infoblock-top div.current {
        display: inline-block;
    }

    .content-v3 div div#user_infoblock-top div.login-2 {
        margin: 0 10px;
    }
}

#sdsblogCategory {
    margin-bottom: 0;
    overflow: hidden;
}

.sdsarticleCat {
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 10px;
    padding-bottom: 8px;
}

.sdsarticleHeader {
    margin: 6px 0 10px;
    padding-bottom: 5px;
}

    .sdsarticleHeader span, .sdsarticleHeader span a {
        font-size: 11px;
    }

        .sdsarticleHeader span a {
            text-decoration: none;
        }

            .sdsarticleHeader span a:hover {
                text-decoration: underline;
            }

.articleContent {
    overflow: hidden;
}

.articleContent {
}

    .articleContent img {
        max-width: 98%;
        padding: 5px;
    }

    .articleContent .sdsreadMore {
        margin-top: 5px;
        padding: 0 10px;
        text-align: right;
    }

        .articleContent .sdsreadMore span {
            margin-left: 10px;
        }

            .articleContent .sdsreadMore span.comment a {
                background: url("http://prestashop.magentech.com/sp_revo/modules/smartblog/css/../images/comment.png") no-repeat scroll 0 6px rgba(0,0,0,0);
                display: block;
                float: right;
                margin-right: 2px;
                padding: 2px 6px 2px 25px;
            }

            .articleContent .sdsreadMore span a {
                font-size: 12px;
                text-decoration: none;
            }

                .articleContent .sdsreadMore span a.r_more {
                    float: right;
                }

#sdsblogArticle .sdsarticleHeader h1, #sdsblogArticle .sdsarticleHeader h1 a {
    color: #222222;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin: 0;
    padding-bottom: 3px;
}

.sdstags-update .tags {
    float: left;
}

    .sdstags-update .tags a {
        background-color: #F3F3F3;
        border: 1px solid #E8E8E8;
        font-size: 12px;
        padding: 2px 5px;
    }

.sdsarticleBottom {
    display: block;
    margin-top: 20px;
    overflow: hidden;
}

    .sdsarticleBottom > div {
        margin-bottom: 25px;
        overflow: hidden;
    }

    .sdsarticleBottom h4, #sdsblogCategory h4 {
        clear: both;
        font-size: 16px;
        letter-spacing: 0;
        margin: 20px 0 10px;
    }

    .sdsarticleBottom ul, #sdsblogCategory ul {
        float: left;
        list-style: none outside none;
        padding: 0;
        width: 40%;
    }

    .sdsarticleBottom li, #sdsblogCategory li {
        background: url("http://prestashop.magentech.com/sp_revo/modules/smartblog/css/../images/message-news.png") no-repeat scroll 0 3px rgba(0,0,0,0);
        padding: 3px 0 3px 20px;
    }

#productRelated .box-product {
    margin: 0;
    overflow: hidden;
    width: 100%;
}

#productRelated .relProduct {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    display: inline-block;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
    width: 19%;
}

#sdsblogArticle .attention img {
    margin: 0 10px;
}

#articleComments {
    background-color: #FFFFFF;
    border-bottom: 4px solid #E1E1E1;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    clear: left;
    margin: 20px 0;
    padding: 10px 15px;
}

div.relProduct .cart {
    text-align: center;
    width: 100%;
}

div.relProduct .price {
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}

div.relProduct .price-old {
    color: #999999;
    font-size: 12px;
    text-decoration: line-through;
}

div.relProduct .price-new {
    font-size: 16px;
    font-weight: bold;
}

#articleComments h4 {
    font-size: 20px;
    letter-spacing: 0;
    margin: 0 0 10px;
}

    #articleComments h4 span {
        font-size: 14px;
        font-weight: normal;
    }

#articleComments #comments {
    overflow: hidden;
}

#comments .commentEmpty {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D8D8D8;
    margin-bottom: 10px;
    padding: 8px 10px;
}

#comments .commentList {
    list-style: none outside none;
    margin: 15px 0 0;
    padding: 0;
}

.commentList li {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin-bottom: 10px;
    min-height: 75px;
    padding: 8px 8px 8px 75px;
    position: relative;
}

.childComment li {
    border: 1px solid #FFFFFF;
}

.commentList li .avatar {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    left: 10px;
    padding: 2px;
    position: absolute;
    top: 10px;
}

.commentList li .badge {
    background: none repeat scroll 0 0 #222222;
    color: #FFFFFF;
    cursor: default;
    font-size: 10px;
    letter-spacing: 1px;
    margin-right: 4px;
    padding: 1px 4px;
    text-shadow: 1px 1px 0 #333333;
}

.commentList li .default {
    background: none repeat scroll 0 0 #0555C6;
}

.commentList li .top, .commentList li .admin {
    background: none repeat scroll 0 0 #FF0000;
}

.commentList li .name, .commentList li .name a {
    color: #333333;
    cursor: default;
    font-size: 15px;
    text-decoration: none;
}

    .commentList li .name a {
        cursor: pointer;
    }

        .commentList li .name a:hover {
            text-decoration: underline;
        }

.commentList li .created {
    color: #888888;
    font-size: 10px;
    margin: 2px 0 8px;
}

.commentList li .reply {
    height: 22px;
    margin-top: 10px;
    text-align: right;
}

    .commentList li .reply a {
        background: none repeat scroll 0 0 #666666;
        color: #FFFFFF;
        cursor: pointer;
        display: inline-block;
        font-size: 11px;
        padding: 3px 10px;
        text-decoration: none;
    }

        .commentList li .reply a:hover {
            background: none repeat scroll 0 0 #333333;
        }

.commentList .even {
    background: none repeat scroll 0 0 #FFFFFF;
}

.childComment .even {
    background: none repeat scroll 0 0 #F8F8F8;
}

.commentList .odd {
    background: none repeat scroll 0 0 #EEEEEE;
}

.childComment .odd {
    background: none repeat scroll 0 0 #E6E6E6;
}

#comments .pagination {
    border: medium none;
    color: #666666;
    font-size: 11px;
    padding: 0;
}

    #comments .pagination .links a, #comments .pagination .links b {
        font-size: 10px;
        padding: 2px 5px;
    }

    #comments .pagination .links a {
        background: none repeat scroll 0 0 #FFFFFF;
        color: #666666;
    }

    #comments .pagination .links b {
        background: none repeat scroll 0 0 #0481CF;
        color: #FFFFFF;
    }

#articleComments #respond {
    padding: 15px 0;
}

#respond h4 {
    font-size: 18px;
}

#respond #commentTitle {
}

#comments #commentTitle {
    display: none;
}

#respond #replyTitle {
    display: none;
}

#comments #respond {
    border-top: 1px solid #CCCCCC;
    margin-top: 15px;
}

#comments #replyTitle {
    display: block;
    margin-bottom: 10px;
}

#respond #cancelCommentReply {
    background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
    float: right;
    font-size: 11px;
    margin-top: -27px;
    padding: 3px 10px;
    text-decoration: none;
}

    #respond #cancelCommentReply:hover {
        background: none repeat scroll 0 0 #333333;
    }

#respond table {
    width: 100%;
}

#respond input[disabled] {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    border: medium none;
}

#respond input[type="text"] {
    width: 200px;
}

#respond .captcha input[type="text"] {
    width: 85px;
}

#respond td {
    padding: 3px 5px;
}

#respond .note {
    color: #888888;
    display: block;
    font-size: 10px;
    margin: 0 8px;
}

#respond td:first-child {
    padding-top: 6px;
    vertical-align: top;
    width: 125px;
}

#respond td.captcha {
    padding-top: 0;
}

    #respond td.captcha div {
        overflow: hidden;
    }

    #respond td.captcha span {
        float: right;
        min-width: 120px;
    }

        #respond td.captcha span.captchaImage {
            margin-right: 25px;
            padding-top: 9px;
        }

#respond .error {
    color: #DD0000;
    display: inline-block;
    font-size: 11px;
    margin: 0 8px;
}

#respond .right {
    padding: 15px 25px 10px;
    text-align: right;
}

.blogSearch {
    margin: 15px 0;
    overflow: hidden;
}

    .blogSearch ul {
        line-height: 20px;
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

    .blogSearch a {
        text-decoration: none;
    }

        .blogSearch a:hover {
            text-decoration: underline;
        }

    .blogSearch .title {
        font-size: 14px;
    }

    .blogSearch .info, .blogSearch .sdsreadMore {
        color: #888888;
        font-size: 11px;
        font-style: italic;
    }

    .blogSearch img {
        background: none repeat scroll 0 0 #F8F8F8;
        border: 1px solid #E8E8E8;
        padding: 3px;
    }

    .blogSearch p {
        margin: 0;
    }

    .blogSearch .plain {
        margin-bottom: 15px;
        padding-left: 20px;
    }

        .blogSearch .plain li {
            background: url("http://prestashop.magentech.com/sp_revo/modules/smartblog/css/../images/arrow.gif") no-repeat scroll 0 6px rgba(0,0,0,0);
            padding-left: 15px;
        }

        .blogSearch .plain .info {
            margin-left: 15px;
        }

    .blogSearch .compact li {
        float: left;
        height: 120px;
        padding: 0 1.5%;
        width: 47%;
    }

    .blogSearch .compact div {
        margin-left: 110px;
    }

    .blogSearch .compact .title {
        font-size: 18px;
    }

    .blogSearch .compact .info {
        display: block;
    }

    .blogSearch .compact img {
        float: left;
    }

    .blogSearch .grid > div {
        display: inline-block;
        margin-bottom: 25px;
        vertical-align: top;
    }

    .blogSearch .grid img {
        display: block;
        margin: 0 auto 8px;
    }

    .blogSearch .grid .info {
        display: block;
        font-size: 10px;
    }

#tab-related-article {
    overflow: hidden;
}

    #tab-related-article ul {
        line-height: 20px;
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

    #tab-related-article li {
        float: left;
        min-height: 160px;
        overflow: hidden;
        padding: 0 1%;
        width: 31%;
    }

    #tab-related-article a {
        text-decoration: none;
    }

        #tab-related-article a:hover {
            text-decoration: underline;
        }

    #tab-related-article .blogTitle {
        display: block;
        font-size: 14px;
    }

    #tab-related-article .blogImage {
        float: left;
        margin-right: 10px;
    }

    #tab-related-article .info {
        color: #888888;
        font-size: 11px;
        font-style: italic;
        margin-right: 8px;
    }

    #tab-related-article img {
        background: none repeat scroll 0 0 #F8F8F8;
        border: 1px solid #E8E8E8;
        padding: 3px;
    }

    #tab-related-article p {
        margin: 0;
    }

.blogCol2 .sdsarticleCat {
    float: left;
    margin: 0;
    padding: 1% 2%;
    width: 46%;
}

.blogCol3 .sdsarticleCat {
    float: left;
    padding: 0.5% 1%;
    width: 31%;
}

.blogCol4 .sdsarticleCat {
    float: left;
    margin: 0;
    padding: 0.5% 1%;
    width: 23%;
}

.blogCol4 .sdsarticleHeader {
    margin: 8px 0;
}

    .blogCol4 .sdsarticleHeader h3, .blogCol4 .sdsarticleHeader h3 a {
        font-size: 20px !important;
    }

    .blogCol4 .sdsarticleHeader span {
        display: none;
        visibility: hidden;
    }

.imageContent {
    background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #E4E4E4;
    margin: 0 10px 10px 0;
    padding: 4px;
}

.blogCol3 .sdsarticleHeader h2, .blogCol3 .sdsarticleHeader h2 a {
    font-size: 21px !important;
    line-height: 24px;
}

.blogCol4 .sdsarticleHeader h2, .blogCol4 .sdsarticleHeader h2 a {
    font-size: 16px !important;
    line-height: 19px;
}

.blogCol4 .comment, .blogCol4 .comment a {
    display: none;
}

#sdsblogCategory .imageFeatured {
    background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #E4E4E4;
    float: left;
    margin: 0 10px 10px 0;
    max-width: 98.5%;
    padding: 4px;
}

#sdsblogCategory p, #sdsblogArticle p {
    line-height: 18px;
    margin-bottom: 10px;
}

.sdsarticleHeader span {
    font-size: 12px;
    line-height: 18px;
}

.sdsarticle-des {
    margin: 10px 0;
}

    .sdsarticle-des p {
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 0;
    }

    .sdsarticle-des ol {
        list-style-type: none;
    }

.sdsreadMore .more a {
    float: right;
    padding: 0 10px;
    font-weight: bold;
}

.sdsreadMore .comment a {
    text-decoration: none;
}

fieldset.account_creation {
    background: none repeat scroll 0 0 #F8F8F8;
    padding: 0 0 15px;
}

.comment-reply-title {
    margin: 10px;
    font-size: 18px;
}

.account_creation p.text {
    margin: 10px;
    padding-bottom: 10px;
    color: #313131;
}

    .account_creation p.text input {
        border: 1px solid #CCCCCC;
        color: #666666;
        font-size: 12px;
        height: 22px;
        padding: 0 5px;
    }

.news_module_image_holder img {
    padding: 5px;
    max-width: 95%;
}

.post-page .results {
    float: right;
    margin-top: 30px;
}

.paddleftreleted {
    padding-left: 34px;
}

.sdsbox-content .fullwidthreleted {
    width: 100%;
}

.sdstitle_block {
    background: none repeat scroll 0 0 #F6F6F6;
    border-top: 5px solid #333333;
    color: #555454;
    margin-bottom: 20px;
    padding: 14px 5px 17px 20px;
    text-transform: uppercase;
}

    .sdstitle_block .all_news {
        float: right;
        font-size: 10px;
    }

.sdsblog-box-content {
    padding-top: 10px;
}

.sdsbox-content ul {
    list-style-type: none;
    margin-left: 5px;
    margin-bottom: 0;
}

    .sdsbox-content ul li {
        padding: 6px 0;
        border-bottom: 1px dotted #ccc;
    }

        .sdsbox-content ul li a {
            font-size: 12px;
        }

.sdsbox-content .recentComments li {
    padding: 6px 0;
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    width: 100%;
}

    .sdsbox-content .recentComments li a {
        font-size: 12px;
    }

        .sdsbox-content .recentComments li a img {
            float: left;
        }

.sdsbox-content .popularArticles li {
    padding: 6px 0;
    display: inline-block;
    border-bottom: 1px dotted #ccc !important;
    width: 100%;
}

    .sdsbox-content .popularArticles li a {
        font-size: 12px;
    }

    .sdsbox-content .popularArticles li .image {
        float: left;
        display: inline-flex;
        width: 65px;
        height: 45px;
        margin: 0 5px 5px;
    }

.sdsbox-content .recentArticles li {
    padding: 6px 0;
    border-bottom: 1px dotted #ccc !important;
    display: inline-block;
    width: 100%;
}

    .sdsbox-content .recentArticles li a {
        font-size: 12px;
    }

    .sdsbox-content .recentArticles li .image {
        float: left;
        display: inline-flex;
        width: 65px;
        height: 45px;
        margin: 5px 5px;
    }

.blogTags .sdsbox-content {
    margin-bottom: 10px;
}

    .blogTags .sdsbox-content a {
        line-height: 1.5em;
        margin: 0 0.1em;
        padding: 5px;
        font-weight: bold;
        font-size: 12px;
    }

.smartblock {
    margin-bottom: 20px;
}

.bloggrid {
    border: 1px solid #E3E3E3;
    float: left;
    margin: 5px;
    width: 46%;
}

#sds_blog_post .sds_post_title {
    background: none;
    border: none;
    font-size: 14px;
    padding: 0;
    content: none !important;
}

#sdssearch_block_top {
    padding-top: 0;
}

    #sdssearch_block_top #searchbox {
        float: left;
        width: 100%;
    }

    #sdssearch_block_top .btn.button-search {
        background: #333333;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        color: white;
        width: 50px;
        text-align: center;
        padding: 10px 0 11px 0;
    }

        #sdssearch_block_top .btn.button-search span {
            display: none;
        }

        #sdssearch_block_top .btn.button-search:before {
            content: "\f002";
            display: block;
            font-family: "FontAwesome";
            font-size: 17px;
            width: 100%;
            text-align: center;
        }

        #sdssearch_block_top .btn.button-search:hover {
            color: #6f6f6f;
        }

    #sdssearch_block_top #search_query_top {
        display: inline;
        padding: 0 13px;
        height: 45px;
        line-height: 45px;
        background: #fbfbfb;
        margin-right: 1px;
    }

.ac_results {
    background: white;
    border: 1px solid #d6d4d4;
    width: 271px;
    margin-top: -1px;
}

    .ac_results li {
        padding: 0 10px;
        font-weight: normal;
        color: #686666;
        font-size: 13px;
        line-height: 22px;
    }

        .ac_results li.ac_odd {
            background: white;
        }

        .ac_results li:hover, .ac_results li.ac_over {
            background: #fbfbfb;
        }

form#searchbox {
    position: relative;
}

    form#searchbox label {
        color: #333333;
    }

    form#searchbox input#search_query_block {
        margin-right: 10px;
        max-width: 222px;
        margin-bottom: 10px;
        display: inline-block;
        float: left;
    }

    form#searchbox .button.button-small {
        float: left;
    }

        form#searchbox .button.button-small i {
            margin-right: 0;
        }

.smartblogcomments .success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #3C763D;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.smartblogcomments .warning {
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #A94442;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

#categories_block_left {
    margin-bottom: 40px;
    border: 1px solid #ebebeb;
}

    #categories_block_left h3.title_block {
        margin-bottom: 0;
    }

    #categories_block_left ul li a {
        display: block;
        position: relative;
        padding: 11px 18px;
        border-top: 1px solid #ebebeb;
        font-size: 13px;
        color: #7d7d7d;
        font-weight: normal;
        transition: 0.3s all ease 0s;
    }

        #categories_block_left ul li a:hover:after, #categories_block_left ul li a.selected:after {
            opacity: 1;
        }

.sp-vermegamenu {
    min-height: 50px;
    margin-bottom: 0;
    background: transparent;
}

    .sp-vermegamenu .navbar-nav {
        width: 100%;
    }

        .sp-vermegamenu .navbar-nav > li {
            float: none;
        }

    .sp-vermegamenu .menu > li > .dropdown-menu .short_description {
        color: #737373;
        width: 100%;
        padding: 5px 10px;
    }

.sp-short .dropdown-menu .short_description {
    display: block;
    border-top: 1px solid #dfdfdf;
    float: right;
}

.sp-vermegamenu .menu > li.parent > a:after {
    display: none;
    display: line-block;
    content: "+";
    top: 0;
    position: relative;
    float: right;
    margin-left: 5px;
}

.sp-vermegamenu .menu > li:focus, .sp-vermegamenu .menu > li:hover a {
    color: #000;
}

.sp-vermegamenu .menu > li:focus, .sp-vermegamenu .menu > li:hover .dropdown-menu a {
    color: #737373;
}

.sp-vermegamenu .menu > li:hover > .dropdown-menu {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    filter: alpha(opacity=100);
    visibility: visible;
    margin: 0;
    left: 100%;
    top: 0;
}

.sp-vermegamenu a:focus {
    outline: none;
}

.sp-vermegamenu .menu > li:focus > a:focus, .sp-vermegamenu .menu > li:focus > a:hover, .sp-vermegamenu .menu > li:hover > a:focus, .sp-vermegamenu .menu > li:hover > a:hover {
    color: black;
}

.sp-vermegamenu .menu > li.active {
    background-color: #eee;
}

    .sp-vermegamenu .menu > li.active > a {
        background-color: transparent;
        color: white;
    }

        .sp-vermegamenu .menu > li.active > a:hover {
            background-color: transparent;
        }

.sp-vermegamenu .dropdown-menu {
    min-width: 185px;
    background: #fff;
    font-size: 13px;
    color: black;
}

    .sp-vermegamenu .dropdown-menu .menu-title {
        color: #202020;
        font-size: 15px;
    }

    .sp-vermegamenu .dropdown-menu ul {
        display: block;
    }

        .sp-vermegamenu .dropdown-menu ul li {
            display: block;
            position: relative;
        }

            .sp-vermegamenu .dropdown-menu ul li.parent:hover .dropdown-menu {
                display: block;
                left: 100%;
                top: 0;
            }

.sp-vermegamenu .sp-cat ul > li .dropdown-menu {
    display: block;
    background-color: transparent;
    border: medium none;
    box-shadow: none;
    position: relative;
    top: 0;
}

.sp-vermegamenu .sp-cat .dropdown-menu ul li.parent:hover .dropdown-menu {
    display: block;
    left: 0;
    top: 0;
}

.sp-vermegamenu .dropdown-menu ul li.parent > a:after {
    display: inline-block;
    content: "\f105";
    font-family: "FontAwesome";
    top: 0;
    position: relative;
    float: right;
    margin-left: 5px;
}

.sp-vermegamenu .sp-cat .dropdown-menu ul li.parent > a:after {
    display: none;
}

.sp-vermegamenu .dropdown-menu ul li.parent.group > a:after {
    display: none;
}

.sp-vermegamenu .dropdown-menu ul li.parent.group {
    float: left;
    box-sizing: border-content;
}

    .sp-vermegamenu .dropdown-menu ul li.parent.group > a {
        color: #444;
        font-weight: bold;
    }

    .sp-vermegamenu .dropdown-menu ul li.parent.group .dropdown-menu {
        display: block;
        position: static;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

        .sp-vermegamenu .dropdown-menu ul li.parent.group .dropdown-menu li {
            list-style-type: square;
            list-style-position: inside;
        }

.sp-vermegamenu .dropdown-menu ul li.html-menu {
    float: left;
}

    .sp-vermegamenu .dropdown-menu ul li.html-menu .menu-content {
        margin-top: 15px;
    }

.sp-vermegamenu .dropdown-menu ul li a {
    display: block;
    padding: 5px 10px;
    color: #656565;
}

    .sp-vermegamenu .dropdown-menu ul li a:hover {
        color: #eee;
    }

.sp-vermegamenu .dropdown-menu ul li > span.menu-title {
    color: #444;
    font-size: 14px;
    display: block;
    padding: 10px;
    width: 100%;
    font-weight: bold;
}

.sp-vermegamenu .dropdown-menu img {
    width: 100%;
    transition: all 0.3s ease 0s;
}

    .sp-vermegamenu .dropdown-menu img:hover {
        opacity: 0.8;
    }

.sp-vermegamenu .poduct-list {
    position: static;
}

.sp-vermegamenu .menu > li.align-left {
    position: relative;
}

    .sp-vermegamenu .menu > li.align-left > .dropdown-menu {
        right: 0 !important;
        width: 770px;
    }

.sp-vermegamenu {
    position: static;
    border-color: #e7e7e7;
}

@media (min-width:992px) {
    .sp-vermegamenu {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

@media (min-width:992px) {
    .sp-vermegamenu {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .sp-vermegamenu {
        font-size: 14px;
        line-height: 1.6;
        background-color: #ffffff;
        border: 1px solid #e7e7e7;
        border-radius: 4px;
        position: relative;
        min-height: 50px;
        margin-bottom: 0;
    }

        .sp-vermegamenu .width-50 {
            position: static !important;
        }

            .sp-vermegamenu .width-50 .dropdown-menu {
                width: 50%;
                left: inherit;
            }

        .sp-vermegamenu .style-large .dropdown-menu {
            min-width: 768px;
            left: inherit;
            left: 0;
        }

        .sp-vermegamenu .width-30 {
            position: static;
        }

            .sp-vermegamenu .width-30 .dropdown-menu {
                width: 35%;
                left: inherit;
            }

        .sp-vermegamenu .sp-cat .category-thumbnail {
            clear: both;
            width: 100%;
            float: right;
        }

            .sp-vermegamenu .sp-cat .category-thumbnail div {
                width: 100%;
                float: left;
            }

        .sp-vermegamenu .sp-cat ul > li {
            float: left;
            margin-bottom: -3px;
            width: 50%;
        }

        .sp-vermegamenu .sp-cat .dropdown-menu ul li.parent > a {
            color: #444;
            font-weight: bold;
        }

        .sp-vermegamenu .sp-cat ul > li li {
            float: none;
            width: 100%;
        }
}

@media (max-width:991px) {
    .sp-vermegamenu .dropdown-menu ul {
        display: inherit;
    }

    .item-2.col-md-4.ver-pro {
        margin-bottom: 20px;
    }

    div.sp-vermegamenu .menu > li > .dropdown-menu {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }

    .sp-vermegamenu .dropdown-menu ul li {
        display: inherit;
    }

    .spvermegamenu .navbar-toggle {
        display: block;
    }

    #sp-vermegamenu a i {
        vertical-align: middle;
    }

        #sp-vermegamenu a i::before {
            bottom: 8px !important;
        }

        .sp-vermegamenu .menu > li > a {
    padding: 5px 0px;
    display: block;
    color: white;
    text-align: left;
}

    .sp-vermegamenu {
        position: fixed;
        top: 0;
        left: 0;
        background: #211c54;
        bottom: 0;
        width: 280px;
        padding: 10px 0;
        z-index: 99999;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: hidden;
        -webkit-transform: translate3d(-280px,0,0);
        transform: translate3d(-280px,0,0);
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        height: 100%;
    }

    .navbar-default .navbar-toggle {
        margin: 8px 0;
    }

    .rtl .navbar-default .navbar-toggle {
        float: right;
    }

    .rtl .sp-vermegamenu .navbar-nav > li.parent span.grower {
        right: auto;
        left: 0;
    }

    .rtl .navbar #sp-megamenu .home span.grower {
        right: auto;
        left: 0;
    }

    #sp-vermegamenu li.parent .dropdown-menu {
        display: none;
        padding: 0;
        left: 0;
    }

    .sp-vermegamenu .navbar-nav {
        margin: 0;
    }

        .sp-vermegamenu .navbar-nav li {
            clear: both;
            position: relative !important;
        }

            .sp-vermegamenu .navbar-nav li .dropdown-menu {
                position: relative;
                display: none;
                width: 100%;
                filter: alpha(opacity=100);
                opacity: 1;
                visibility: inherit;
                margin-top: 0;
                float: none;
                box-shadow: none !important;
                border: none !important;
                boder-radius: none !important;
            }

        .sp-vermegamenu .navbar-nav > li.parent > a::before {
            display: none;
        }

    .sp-vermegamenu .dropdown-menu ul li.parent > a::after {
        display: none;
    }

    .sp-vermegamenu .navbar-nav > li.parent > a::after {
        display: none;
    }

    .sp-vermegamenu .navbar-nav > li.parent span.grower {
        display: block;
        background: #000;
        position: absolute;
        right: 0;
        left: auto;
        cursor: pointer;
        font-family: "FontAwesome";
        font-size: 14px;
        height: 50px;
        width: 50px;
        top: 0;
        text-align: center;
        line-height: 48px;
        font-weight: 300;
        opacity: 1;
        color: #fff;
    }

    .sp-vermegamenu .navbar-nav > li.parent .dropdown-menu span.grower {
        right: 15px;
    }

    .sp-vermegamenu .navbar-nav > li.parent span.grower.close:before {
        content: "\f067";
    }

    .sp-vermegamenu .navbar-nav > li.parent span.grower.open:before {
        content: "\f068";
    }

    .sp-vermegamenu .navbar-brand {
        color: #777;
        position: absolute;
        top: 0;
    }

    .sp-vermegamenu .navbar-nav > li > a {
        color: #fff;
        font-weight: 300;
        display: block;
        font-size: 13px;
        line-height: 30px;
        padding: 0 10px !important;
        border-bottom: 1px solid #D6D4D4;
        background-color: #dfdfdf;
    }

    .sp-vermegamenu .menu > li:focus > a:focus, .sp-vermegamenu .menu > li:focus > a:hover, .sp-vermegamenu .menu > li:hover > a:focus, .sp-vermegamenu .menu > li:hover > a:hover {
        background-color: #dfdfdf;
        color: #333;
    }

    .sp-vermegamenu .menu > li:focus, .sp-vermegamenu .menu > li:hover a {
        color: #333;
    }

    .sp-vermegamenu .dropdown-menu ul li a {
        min-width: auto;
        padding: auto;
    }

    div div.spverticalmenu #sp-vermegamenu .navbar-nav .ver-poduct-list .dropdown-menu ul li a {
        padding: 7px 0;
    }

    .sp-vermegamenu .dropdown-menu ul li.parent .dropdown-menu {
        margin-left: 15px;
    }

    .sp-vermegamenu .dropdown-menu ul li.parent:hover .dropdown-menu {
        display: none;
        top: inherit;
        left: 10px;
    }

    .sp-vermegamenu .sp-cat .dropdown-menu ul li.parent:hover .dropdown-menu {
        display: none;
        left: 10px;
        top: inherit;
    }

    .sp-vermegamenu .sp-cat ul > li {
        width: inherit;
    }

    .sp-vermegamenu .menu > li:focus, .sp-vermegamenu .menu > li:hover {
        background-color: transparent;
    }

    .sp-vermegamenu .sp-moto > .dropdown-menu {
        background-image: none !important;
    }
}

.sp-vermegamenu-active {
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.sp-vermegamenu #remove-vermegamenu {
    padding: 15px 20px;
    z-index: 10;
    cursor: pointer;
    display: none;
    background: #000;
    font-size: 22px;
    border-bottom: 1px solid rgba(68,73,78,0.95);
    color: #fff;
}

    .sp-vermegamenu #remove-vermegamenu:after {
        content: "\f00d";
        color: #fff;
        font-size: 14px;
        position: absolute;
        top: 10px;
        right: 10px;
        font-family: fontawesome;
        z-index: 10;
    }

.sp-vermegamenu-active #remove-vermegamenu {
    display: block;
}

    .sp-vermegamenu-active #remove-vermegamenu:hover:after {
        cursor: pointer;
        color: red;
    }

#sp-vermegamenu a i {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    position: relative;
}

    #sp-vermegamenu a i:before {
        position: absolute;
        bottom: 2px;
        display: inline-block;
    }

.sp-vermegamenu .sp-moto > .dropdown-menu {
    background-image: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spverticalmenu/css/../image/menu1-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 0;
}

.more-wrap {
    padding: 15px 20px 21px;
    clear: both;
    display: inline-block;
    width: 100%;
    font-weight: normal;
    cursor: pointer;
    color: #222;
}

    .more-wrap i {
        margin: 0 15px 0 5px;
        font-size: 18px;
        color: #616161;
    }

    .more-wrap .more-view {
        padding: 0;
        font-size: 14px;
        text-transform: capitalize;
        color: #222;
        font-weight: 600;
    }

#index div.spverticalmenu .vernavbar {
    display: block;
}

div.spverticalmenu {
    position: relative;
    z-index: 5;
}

    div.spverticalmenu h3 {
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        background: #1e3e8b;
        padding: 18px 20px 18px 44px;
        margin-bottom: 0;
        position: relative;
        margin-top: 0;
    }

        div.spverticalmenu h3:before {
            position: absolute;
            content: "";
            background: transparent url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spverticalmenu/css/../../../../img/icon/icon-ver.png) no-repeat scroll center center;
            height: 17px;
            top: 14px;
            left: 15px;
            right: auto;
            width: 19px;
        }

        div.spverticalmenu h3:after {
            position: absolute;
            content: "";
            background: transparent url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spverticalmenu/css/../../../../img/icon/icon-ver-2.png) no-repeat scroll center center;
            height: 17px;
            width: 17px;
            top: 12px;
            left: auto;
            right: 15px;
        }

    div.spverticalmenu .vernavbar {
        display: none;
        width: 100%;
        position: absolute;
        z-index: 4;
        border-top: none;
    }

    div.spverticalmenu:hover {
        cursor: pointer;
    }

        div.spverticalmenu:hover .vernavbar {
            display: block;
        }

    div.spverticalmenu #sp-vermegamenu {
          border-radius: 0;
    border: 1px solid #e8e8e8;
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.36);
    }


    /*.spmegamenu:before {
transform: skew(-36deg);
    position: absolute;
    content: "";
    height: 100%;
    width: 98%;
    left: -14px;
    top: 0%;
    background: #de000e14;
    transition: .35s all ease;
    border-bottom: 4px solid white;
    z-index: 0;
    margin: 0px 14px 0px 14px;
    
}*/



        div.spverticalmenu #sp-vermegamenu .navbar-nav > li > a {
                padding: 5px 0 5px;
    margin: 0 8px;
    border-bottom: 1px solid #efefef;
    color: #222;
    font-weight: 600;
    background: transparent;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 22px;
    -webkit-transition: all 300ms linear;
        }

            div.spverticalmenu #sp-vermegamenu .navbar-nav > li > a .fa-icon-1 {
                background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spverticalmenu/css/../../../../img/icon/icon-1.png") no-repeat center center;
            }

            div.spverticalmenu #sp-vermegamenu .navbar-nav > li > a .fa-icon-2 {
                background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spverticalmenu/css/../../../../img/icon/icon-2.png") no-repeat center center;
            }

            div.spverticalmenu #sp-vermegamenu .navbar-nav > li > a .fa-icon-3 {
                background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spverticalmenu/css/../../../../img/icon/icon-3.png") no-repeat center center;
            }

            div.spverticalmenu #sp-vermegamenu .navbar-nav > li > a .fa-icon-4 {
                background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spverticalmenu/css/../../../../img/icon/icon-4.png") no-repeat center center;
            }

            div.spverticalmenu #sp-vermegamenu .navbar-nav > li > a .fa-icon-5 {
                background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spverticalmenu/css/../../../../img/icon/icon-5.png") no-repeat center center;
            }

            div.spverticalmenu #sp-vermegamenu .navbar-nav > li > a .fa-icon-6 {
                background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spverticalmenu/css/../../../../img/icon/icon-6.png") no-repeat center center;
            }

            div.spverticalmenu #sp-vermegamenu .navbar-nav > li > a .fa-icon-7 {
                background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spverticalmenu/css/../../../../img/icon/icon-7.png") no-repeat center center;
            }

            div.spverticalmenu #sp-vermegamenu .navbar-nav > li > a .fa-icon-8 {
                background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spverticalmenu/css/../../../../img/icon/icon-8.png") no-repeat center center;
            }

            div.spverticalmenu #sp-vermegamenu .navbar-nav > li > a .fa-icon-9 {
                background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spverticalmenu/css/../../../../img/icon/icon-9.png") no-repeat center center;
            }

            div.spverticalmenu #sp-vermegamenu .navbar-nav > li > a .fa-icon-10 {
                background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spverticalmenu/css/../../../../img/icon/icon-10.png") no-repeat center center;
            }

        div.spverticalmenu #sp-vermegamenu .navbar-nav > li.item-1.parent a {
            position: relative;
        }

            div.spverticalmenu #sp-vermegamenu .navbar-nav > li.item-1.parent a:before {
                content: "\f105";
                font-family: fontawesome;
                font-size: 14px;
                font-weight: normal;
                color: #7d7d7d;
                position: absolute;
                right: 0;
                left: auto;
                line-height: 24px;
            }

        div.spverticalmenu #sp-vermegamenu .navbar-nav > li.item-1.parent ul li a:before {
            content: "";
        }

        div.spverticalmenu #sp-vermegamenu .navbar-nav .css_type .dropdown-menu {
            border-radius: 0;
        }

        div.spverticalmenu #sp-vermegamenu .navbar-nav .css_type > .dropdown-menu {
            padding: 15px 0;
            width: 220px;
        }

            div.spverticalmenu #sp-vermegamenu .navbar-nav .css_type > .dropdown-menu > ul > li > a {
                padding: 9px 0;
                margin: 0 30px;
                border-bottom: 1px solid #f0f0f0;
            }

                div.spverticalmenu #sp-vermegamenu .navbar-nav .css_type > .dropdown-menu > ul > li > a:after {
                    display: none;
                }

            div.spverticalmenu #sp-vermegamenu .navbar-nav .css_type > .dropdown-menu > ul > li:last-child > a {
                border-bottom: none;
            }

        div.spverticalmenu #sp-vermegamenu .navbar-nav .css_type ul li.item-2.parent > a {
            position: relative;
        }

            div.spverticalmenu #sp-vermegamenu .navbar-nav .css_type ul li.item-2.parent > a:before {
                content: "\f105";
                font-family: fontawesome;
                font-size: 13px;
                font-weight: normal;
                color: #616161;
                position: absolute;
                right: 0;
                left: auto;
                line-height: 21px;
            }

        div.spverticalmenu #sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu {
            padding: 22px 12px 15px;
            max-width: 880px;
        }

            div.spverticalmenu #sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child > a, div.spverticalmenu #sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child-2 > a {
                font-size: 16px;
                font-weight: bold;
                text-transform: uppercase;
                color: #222;
                padding: 0 0 10px;
                border-bottom: 1px solid #eaeaea;
                transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
                -ms-transition: all 0.3s ease 0s;
            }

                div.spverticalmenu #sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child > a:after, div.spverticalmenu #sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child-2 > a:after {
                    display: none;
                }

            div.spverticalmenu #sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child > .dropdown-menu, div.spverticalmenu #sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child-2 > .dropdown-menu {
                padding: 5px 0 10px;
                display: block;
                left: 0;
                top: auto;
                position: relative;
                box-shadow: none;
                border-radius: none;
                border: none;
                width: 100%;
            }

                div.spverticalmenu #sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child > .dropdown-menu ul li > a, div.spverticalmenu #sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child-2 > .dropdown-menu ul li > a {
                    font-weight: normal;
                    color: #7d7d7d;
                    padding: 8px 0;
                    font-size: 13px;
                }

            div.spverticalmenu #sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child-2 {
                width: 30%;
            }

            div.spverticalmenu #sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.ver-img-1 a {
                padding: 5px 0;
            }

                div.spverticalmenu #sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.ver-img-1 a .sp_megamenu_title {
                    display: none;
                }

            div.spverticalmenu #sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.ver-img {
                width: 40%;
            }

                div.spverticalmenu #sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.ver-img .sp_megamenu_title {
                    display: none;
                }

        div.spverticalmenu #sp-vermegamenu .label-image {
            margin-bottom: 25px;
        }

.sidebar-right div.spverticalmenu .menu > li > .dropdown-menu, .right-sidebar div.spverticalmenu .menu > li > .dropdown-menu {
    left: auto;
    right: 100%;
}

.rtl .right-sidebar div.spverticalmenu .menu > li > .dropdown-menu {
    left: 100%;
    right: auto;
}

#index.content-v2 div.spverticalmenu .vernavbar {
    display: none;
}

#index.content-v2 div.spverticalmenu:hover .vernavbar {
    display: inline-block;
}

.content-v2 div.spverticalmenu h3 {
    padding: 20px 20px 26px 44px;
}

    .content-v2 div.spverticalmenu h3:before {
        top: 17px;
    }

@media (max-width:1024px) {
    .sp-vermegamenu .dropdown-menu {
        min-width: 155px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    div.spverticalmenu #sp-vermegamenu .navbar-nav > li > a {
        padding: 7px 0 8px;
    }

    .more-wrap {
        padding: 9px 20px;
    }

    div.spverticalmenu #sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu {
        max-width: 700px;
    }
}

@media (min-width:992px) {
    .sp-vermegamenu .menu > li > .dropdown-menu, div.spverticalmenu #sp-vermegamenu .navbar-nav .css_type > .dropdown-menu {
        display: block;
        transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        -webkit-transform-origin: 0 0 0;
        top: 0;
        opacity: 0;
        position: absolute;
        border-top: 2px solid transparent;
        backface-visibility: hidden;
        transform: scale(0,1);
        -ms-transform: scale(0,1);
        -webkit-transform: scale(0,1);
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        z-index: 3;
        left: 100%;
        border-radius: 0;
    }

    .sp-vermegamenu .menu > li:hover > .dropdown-menu, div.spverticalmenu #sp-vermegamenu .navbar-nav .css_type:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        left: 100%;
        z-index: 999;
    }

    .rtl div.spverticalmenu .menu > li > .dropdown-menu, .rtl div.spverticalmenu #sp-vermegamenu .navbar-nav .css_type > .dropdown-menu {
        right: 100%;
        left: auto;
        transform-origin: right top 0;
        -webkit-transform-origin: right top 0;
        -ms-transform-origin: right top 0;
    }
}

@media (max-width:991px) {
    #vertical_menu {
            padding: 0 0 0 15px;
    background: #211c54;
    height: 40px;
    }

    div.spverticalmenu .vernavbar {
        left: 0;
        right: auto;
        top: 0;
        display: block;
    }

    div.spverticalmenu h3 {
        display: none;
    }

        div.spverticalmenu h3:before, div.spverticalmenu h3:after {
            display: none;
        }

    div.spverticalmenu .navbar-header {
        position: absolute;
        top: 0;
    }

        div.spverticalmenu .navbar-header .navbar-toggle {
            padding: 10px;
            border-radius: 0;
            margin: 0;
            border: none;
            display: block;
        }

            div.spverticalmenu .navbar-header .navbar-toggle .icon-bar {
                background-color: #fff;
                height: 4px;
                width: 26px;
            }

                div.spverticalmenu .navbar-header .navbar-toggle .icon-bar.bar1 {
                    width: 10px;
                }

                div.spverticalmenu .navbar-header .navbar-toggle .icon-bar.bar2 {
                    width: 18px;
                }

    div.spverticalmenu #sp-vermegamenu {
        border: none;
        padding: 0;
    }

        div.spverticalmenu #sp-vermegamenu .navbar-nav {
            background: #fff;
            overflow-y: auto;
            float: none;
            height: 295px;
        }

            div.spverticalmenu #sp-vermegamenu .navbar-nav > li {
                background: #fff;
                position: relative;
            }

                div.spverticalmenu #sp-vermegamenu .navbar-nav > li.item-1 {
                    background: #333;
                }

                div.spverticalmenu #sp-vermegamenu .navbar-nav > li > a {
                    padding: 20px 0;
                    margin: 0;
                    border-bottom: 1px solid rgba(68,73,78,0.95);
                    line-height: 50px;
                    color: #fff;
                }

                div.spverticalmenu #sp-vermegamenu .navbar-nav > li:hover {
                    background: #000;
                }

                div.spverticalmenu #sp-vermegamenu .navbar-nav > li > .dropdown-menu ul li .grower {
                    display: none !important;
                }

            div.spverticalmenu #sp-vermegamenu .navbar-nav li .dropdown-menu {
                width: 100% !important;
            }

            div.spverticalmenu #sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu {
                overflow: hidden;
            }

                div.spverticalmenu #sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child-2, div.spverticalmenu #sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.ver-img {
                    width: 100%;
                }

            div.spverticalmenu #sp-vermegamenu .navbar-nav .css_type ul li.item-2.parent > a:before {
                display: none;
            }

    div.spverticalmenu .more-wrap {
        padding: 13px 10px;
        border-bottom: 1px solid rgba(68,73,78,0.95);
    }

        div.spverticalmenu .more-wrap .fa-angle-down, div.spverticalmenu .more-wrap .fa-angle-up, div.spverticalmenu .more-wrap .more-view {
            color: #fff;
        }

    .rtl #vertical_menu {
        padding: 0 15px 0 0;
    }

    .rtl div.spverticalmenu .vernavbar {
        left: auto;
        right: 0;
    }

    .rtl .sp-vermegamenu #remove-vermegamenu:after {
        left: 10px;
        right: auto;
    }

    .rtl #sp-vermegamenu li.parent .dropdown-menu {
        right: 0;
        left: auto;
    }

    #index.content-v2 div.spverticalmenu .vernavbar {
        display: inline-block;
    }

    .content-v2 #vertical_menu {
        padding: 0 15px;
    }

    .content-v2 div.spverticalmenu:before {
        display: none;
    }
}

.blockcart {
    margin: 0;
    display: inline-block;
    float: right;
}

div.shopping_cart {
    position: relative;
    z-index: 999;
}

    div.shopping_cart .ajax_cart_empty, div.shopping_cart .text_shop, div.shopping_cart .ajax_cart_quantity_empty, div.shopping_cart .ajax_cart_quantity_text, div.shopping_cart .ajax_cart_total {
        display: none !important;
    }

.shopping_cart > a:first-child {
    display: block;
}

    .shopping_cart > a:first-child span.icon {
        width: 39px;
        width: 30px;
        line-height: 30px;
        display: inline-block;
        text-align: center;
        color: transparent;
        margin: 0 5px;
        background: #fff url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spblockcart/css/../../../../img/icon/icon-cart.png) no-repeat center center;
        border-radius: 50%;
        font-size: 0;
    }

        .shopping_cart > a:first-child span.icon:hover {
            background: #fff url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spblockcart/css/../../../../img/icon/icon-cart-2.png") no-repeat center center;
        }

    .shopping_cart > a:first-child span.ajax_cart_quantity {
        height: 20px;
        width: 20px;
        border-radius: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        padding: 0;
        color: #222;
        background: #fff;
        font-size: 14px;
        position: absolute;
        left: auto;
        top: -5px;
        bottom: auto;
        right: -5px;
    }

.shopping_cart .ajax_cart_no_product {
    padding: 0;
}

.shopping_cart .block_cart_collapse:after {
    content: "\f0d8";
    padding: 4px 0 2px 0;
}

.cart_block {
    border: none;
}

    .cart_block .block_content {
        padding-bottom: 0;
    }

    .cart_block .cart_block_list .remove_link {
        position: absolute;
        right: 0;
        top: 10px;
        padding: 0;
        font-size: 14px;
    }

    .cart_block .cart-images {
        float: left;
        display: block;
        margin-right: 20px;
        border: 1px solid #ebebeb;
        background: transparent;
        transition: 0.3s all ease 0s;
        -webkit-transition: 0.3s all ease 0s;
    }

    .cart_block .cart-info {
        position: relative;
        margin-top: -3px;
    }

        .cart_block .cart-info .product-name {
            padding-bottom: 7px;
            display: block;
            margin: 0 20px 0 0;
        }

            .cart_block .cart-info .product-name a {
                line-height: 18px;
                display: block;
                font-weight: 600;
                color: #222;
                text-transform: capitalize;
                font-size: 14px;
                padding: 0 0 2px;
            }

        .cart_block .cart-info .quantity-formated {
            display: inline-block;
            color: #000;
            margin: 0;
            font-size: 13px;
            font-weight: 300;
            text-align: center;
            width: auto;
        }

            .cart_block .cart-info .quantity-formated .quantity {
                border: 1px solid #ebebeb;
                display: inline-block;
                height: 40px;
                font-size: 16px;
                color: #717171;
                line-height: 38px;
                margin: 0 5px;
                width: 40px;
            }

        .cart_block .cart-info .comments_note {
            margin-bottom: 5px;
            min-height: 20px;
        }

            .cart_block .cart-info .comments_note .star_content {
                display: inline-block;
                vertical-align: middle;
            }

                .cart_block .cart-info .comments_note .star_content div.star:after, .cart_block .cart-info .comments_note .star_content div.star_on:after {
                    font-size: 11px;
                }

            .cart_block .cart-info .comments_note .nb-comments {
                font-size: 11px;
                color: #999;
                padding: 0 5px;
            }

        .cart_block .cart-info .price {
            font-size: 16px;
            display: block;
            font-weight: bold;
            padding-bottom: 10px;
        }

        .cart_block .cart-info #product_comments_block_extra {
            display: none;
        }

    .cart_block dt {
        font-weight: normal;
        overflow: hidden;
        position: relative;
        padding: 15px 0 30px;
        margin-bottom: 15px;
        border-bottom: 1px solid #f0f0ed;
    }

        .cart_block dt.last_item {
            margin-bottom: 5px;
        }

    .cart_block dd {
        position: relative;
    }

        .cart_block dd .cart_block_customizations {
            border-top: 1px dashed #333;
        }

            .cart_block dd .cart_block_customizations li {
                padding: 10px 20px;
            }

                .cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
                    position: absolute;
                    right: 10px;
                }

    .cart_block .cart_block_no_products {
        margin: 0;
        padding: 0 0 10px;
        color: #666;
        font-weight: normal;
    }

        .cart_block .cart_block_no_products.unvisible {
            display: none;
        }

    .cart_block .cart-prices {
        padding: 15px 0 0;
        margin: 0;
    }

        .cart_block .cart-prices .cart-prices-line {
            overflow: hidden;
            border-bottom: 1px solid #ddd;
            padding: 7px 20px;
            background: #fff;
        }

            .cart_block .cart-prices .cart-prices-line span {
                font-size: 16px;
                display: inline-block;
                text-transform: uppercase;
            }

    .cart_block .buttons {
        padding: 0;
        border: none;
        font-size: 0;
    }

        .cart_block .buttons a {
            font-size: 14px;
            text-transform: uppercase;
            display: inline-block;
            padding: 0;
            width: 44%;
            text-align: center;
            line-height: 45px;
            color: #222;
            font-weight: bold;
            background: transparent;
            border: 1px solid #e8e8e8;
            margin: 0;
        }

            .cart_block .buttons a#button_goto_cart {
                margin: 0 0 0 28px;
                color: #fff;
            }

    .cart_block .price-total {
        padding: 0 0 25px;
        overflow: hidden;
    }

        .cart_block .price-total span {
            font-size: 14px;
            display: inline-block;
            color: #222;
            float: none;
            font-weight: bold;
            text-transform: uppercase;
        }

            .cart_block .price-total span.price {
                font-size: 22px;
                float: right;
                font-weight: 600;
            }

    .cart_block .list-products {
        overflow: auto;
        max-height: 340px;
        margin: 0;
    }

        .cart_block .list-products dl.products {
            margin-bottom: 0;
        }

.shopping_cart .cart_block {
    text-align: left;
    position: absolute;
    top: 50px;
    right: 0;
    left: auto;
    margin: 0;
    z-index: -1;
    height: auto;
    background: #fff;
    width: 330px;
    padding: 15px 20px 40px;
    box-shadow: 1px 1px 2px #ebebeb;
    -ms-box-shadow: 1px 1px 2px #ebebeb;
    border: 1px solid #ebebeb;
    transition: 0.3s all ease 0s;
    -webkit-transition: 0.3s all ease 0s;
    display: block !important;
    opacity: 0;
    visibility: hidden;
}

.shopping_cart:hover .cart_block {
    z-index: 9;
    opacity: 1;
    visibility: visible;
}

.shopping_cart .cart_block:before {
    content: "";
    width: 100%;
    height: 21px;
    background: transparent;
    display: block;
    position: absolute;
    left: 0;
    top: -21px;
}

.shopping_cart .cart_block .block_content {
    padding: 0;
    border: none;
}

    .shopping_cart .cart_block .block_content .counts {
        height: 38px;
        border-bottom: solid 1px #ddd;
        text-align: center;
        padding-top: 10px;
        color: #666;
    }

        .shopping_cart .cart_block .block_content .counts p {
            color: #aaa;
            margin: 0;
        }

.shopping_cart .cart_block .cart_block_list .remove_link a, .shopping_cart .cart_block .cart_block_list .ajax_cart_block_remove_link {
    outline: none;
    color: #999;
    text-decoration: none;
}

.shopping_cart .cart_block .product-atributes {
    padding: 0;
    font-size: 13px;
}

    .shopping_cart .cart_block .product-atributes a {
        color: #666;
    }

.shopping_cart .block_content {
    margin-bottom: 0;
}

.cart_block #cart_block_summary, .cart_block .title_block span, .shopping_cart .cart_block h4, .shopping_cart .cart_block .title_block, .shopping_cart .cart_block h4 {
    display: none;
}

.cart_block .cart_block_shipping_cost, .cart_block .cart_block_tax_cost, .cart_block .cart_block_total, .cart_block .cart_block_wrapping_cost {
    float: right;
}

.cart_block table.vouchers {
    clear: both;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .cart_block table.vouchers tr td {
        padding: 2px;
    }

        .cart_block table.vouchers tr td.quantity {
            margin-right: 5px;
            min-width: 18px;
        }

        .cart_block table.vouchers tr td.delete {
            padding-left: 0;
            padding-right: 0;
            text-align: right;
            width: 15px;
        }

.shopping_cart .cart_block .block_content .recent_items, .shopping_cart .cart_block .block_content .cart_block_no_products {
    margin: 0;
    padding-bottom: 10px;
}

.cart_block_no_products {
    display: none;
}

.layer_cart_overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

* html .layer_cart_overlay {
    position: absolute;
    left: 0;
    margin-left: -160px;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

#layer_cart {
    background-color: #fff;
    position: absolute;
    display: none;
    z-index: 100;
    width: 28%;
    left: 36%;
    font-size: 13px;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
}

#pro_added_success {
    margin-bottom: 15px;
    font-size: 12px;
}

#layer_cart .layer_cart_img {
    display: block;
    text-align: center;
}

    #layer_cart .layer_cart_img img {
        display: inline-block;
        background: #f4f4f4;
    }

.layer_product_info {
    margin-bottom: 15px;
}

#layer_cart_product_title {
    margin: 10px 0 5px;
    font-weight: bold;
    font-size: 16px;
}

#layer_cart .layer_cart_product {
    padding: 10px 30px 30px 30px;
    overflow: hidden;
    position: static;
}

    #layer_cart .layer_cart_product h2 {
        font: 400 22px/29px "Arial",Helvetica,sans-serif;
        color: #46a74e;
        margin-bottom: 22px;
    }

        #layer_cart .layer_cart_product h2 i {
            font-size: 30px;
            line-height: 30px;
            float: left;
            padding-right: 8px;
        }

    #layer_cart .layer_cart_product .product-image-container {
        max-width: 178px;
        border: 1px solid #e6e6e6;
        padding: 5px;
        float: left;
        margin-right: 30px;
    }

    #layer_cart .layer_cart_product .layer_cart_product_info {
        padding: 0;
        font-size: 14px;
    }

        #layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
            display: block;
            padding-bottom: 8px;
            font-size: 16px;
        }

        #layer_cart .layer_cart_product .layer_cart_product_info > div {
            padding-bottom: 7px;
        }

            #layer_cart .layer_cart_product .layer_cart_product_info > div strong {
                padding-right: 3px;
            }

#layer_cart .layer_cart_cart {
    background: #fafafa;
    border-left: 1px solid #e6e6e6;
    padding: 10px 30px 212px 30px;
    border-radius: 0 4px 4px 0;
    position: relative;
}

    #layer_cart .layer_cart_cart h2 {
        font: 400 22px/29px "Arial",Helvetica,sans-serif;
        color: #333;
        margin-bottom: 50px;
    }

    #layer_cart .layer_cart_cart .layer_cart_row {
        padding: 0 0 7px 0;
        font-size: 14px;
    }

    #layer_cart .layer_cart_cart .button-container {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0 30px 20px 30px;
    }

        #layer_cart .layer_cart_cart .button-container .btn {
            margin-bottom: 10px;
        }

        #layer_cart .layer_cart_cart .button-container span.exclusive-medium {
            margin-right: 5px;
        }

            #layer_cart .layer_cart_cart .button-container span.exclusive-medium .fa {
                margin: 0 5px;
            }

#layer_cart .cross {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #333;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
}

    #layer_cart .cross:before {
        content: "\f057";
        display: block;
        font-family: "FontAwesome";
        font-size: 25px;
        line-height: 25px;
    }

    #layer_cart .cross:hover {
        color: #f3734f;
    }

#layer_cart .continue {
    cursor: pointer;
}

#layer_cart p {
    padding: 0;
}

#layer_cart .crossseling .crossseling-content {
    border-top: 1px solid #e6e6e6;
    padding: 26px 30px 40px 30px;
    position: relative;
}

#layer_cart .crossseling h2 {
    font: 400 23px/26px "Arial",Helvetica,sans-serif;
    color: #333;
    margin-bottom: 25px;
}

#layer_cart .crossseling #blockcart_list {
    max-width: 773px;
    width: 84%;
    margin: 0 auto;
    overflow: hidden;
}

    #layer_cart .crossseling #blockcart_list ul {
        display: block;
    }

        #layer_cart .crossseling #blockcart_list ul li {
            float: left;
            width: 178px;
            margin: 0 0 0 0;
        }

            #layer_cart .crossseling #blockcart_list ul li .product-image-container {
                border: 1px solid #e6e6e6;
                text-align: center;
                padding: 5px;
                margin-bottom: 15px;
            }

                #layer_cart .crossseling #blockcart_list ul li .product-image-container img {
                    width: 100%;
                }

            #layer_cart .crossseling #blockcart_list ul li .product-name {
                padding-bottom: 5px;
            }

                #layer_cart .crossseling #blockcart_list ul li .product-name a {
                    font-size: 15px;
                    line-height: 20px;
                }

    #layer_cart .crossseling #blockcart_list a.bx-prev, #layer_cart .crossseling #blockcart_list a.bx-next {
        display: block;
        font-family: "FontAwesome";
        font-size: 20px;
        line-height: 20px;
        width: 20px;
        height: 20px;
        color: #333;
        text-indent: -5000px;
        position: absolute;
        top: 45%;
        margin-top: -20px;
    }

        #layer_cart .crossseling #blockcart_list a.bx-prev:after, #layer_cart .crossseling #blockcart_list a.bx-next:after {
            display: block;
            text-indent: 0;
        }

        #layer_cart .crossseling #blockcart_list a.bx-prev:hover, #layer_cart .crossseling #blockcart_list a.bx-next:hover {
            color: #c0c0c0;
        }

        #layer_cart .crossseling #blockcart_list a.bx-prev.disabled, #layer_cart .crossseling #blockcart_list a.bx-next.disabled {
            display: none;
        }

    #layer_cart .crossseling #blockcart_list a.bx-prev {
        left: 5%;
    }

        #layer_cart .crossseling #blockcart_list a.bx-prev:after {
            content: "\f137";
        }

    #layer_cart .crossseling #blockcart_list a.bx-next {
        right: 5%;
    }

        #layer_cart .crossseling #blockcart_list a.bx-next:after {
            content: "\f138";
        }

    #layer_cart .crossseling #blockcart_list .bx-controls {
        overflow: hidden;
    }

.layer_details .button-container {
    margin-top: 15px;
}

.content-v2 .shopping_cart > a:first-child span.ajax_cart_quantity {
    color: #fff;
}

.content-v3 .shopping_cart > a:first-child span.ajax_cart_quantity {
    color: #fff;
    background: #222;
    right: 0;
    top: 0;
}

.content-v4 .shopping_cart > a:first-child span.ajax_cart_quantity {
    right: 0;
    top: 0;
}

.content-v4 .shopping_cart > a:first-child span.icon {
    background: transparent url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spblockcart/css/../../../../img/icon/icon-cart-3.png") no-repeat center center;
}

.content-v4 #layer_cart {
    margin-top: 30px;
}

@media (min-width:1400px) {
    #layer_cart {
        width: 30%;
        left: 35%;
    }
}

@media (min-width:1200px) {
    #layer_cart .layer_cart_img img {
        width: 55%;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #layer_cart {
        width: 33%;
        left: 33.5%;
        margin-top: -180px;
    }
}

@media (max-width:991px) {
    div.shopping_cart .cart_block {
        top: 45px;
    }

    div.shopping_cart:before, div.shopping_cart:after {
        height: 20px;
        top: 28px;
        display: none;
    }

    #layer_cart {
        margin-top: -180px;
    }
}

@media (min-width:767px) and (max-width:991px) {
    #layer_cart {
        width: 45%;
        left: 27.5%;
    }
}

@media (max-width:767px) {
    #layer_cart {
        width: 58%;
        left: 21%;
        margin-top: -100px;
    }
}

@media (max-width:480px) {
    #layer_cart {
        width: 92%;
        left: 4%;
    }

    div#layer_cart .button-container .button {
        display: block;
        float: none !important;
        margin-bottom: 10px;
    }

    .shopping_cart .cart_block {
        width: 290px;
    }

    .rtl .blockcart {
        right: auto;
        left: 0;
    }
}

@media (max-width:479px) {
    .header_v3 div.blockcart {
        float: none;
        vertical-align: top;
    }

        .header_v3 div.blockcart .cart_block {
            right: -70px;
        }

    .rtl .header_v3 div.blockcart {
        float: none;
    }

        .rtl .header_v3 div.blockcart .cart_block {
            left: -70px;
            right: auto;
        }
}

.bx-wrapper {
    position: relative;
    padding: 0;
    zoom: 1;
    margin: 0 !important;
    /* height:360px; */
    overflow:hidden;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
        overflow:hidden;
    }

.bx-viewport {
    direction: ltr !important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(http://prestashop.magentech.com/sp_revo/js/jquery/plugins/bxslider/images/bx_loader.gif) center center no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

    .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        display: inline-block;
        zoom: 1;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background: #000;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
            background: #000;
        }

.bx-wrapper .bx-controls-direction a {
    margin-top: 38px;
    height: 20px;
    width: 20px;
    line-height: 0;
    position: absolute;
    top: 40%;
    margin-top: -10px;
    font-size: 0;
    overflow: hidden;
    outline: none;
    text-decoration: none;
}

    .bx-wrapper .bx-controls-direction a:before {
        padding-left: 2px;
        color: #c0c0c0;
        font-family: "FontAwesome";
        font-size: 20px;
        line-height: 22px;
    }

    .bx-wrapper .bx-controls-direction a:hover:before {
        color: #333;
    }

.bx-next {
    right: 10px;
}

    .bx-next:before {
        content: "\f138";
    }

.bx-prev {
    left: 10px;
}

    .bx-prev:before {
        content: "\f137";
    }

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

    .bx-wrapper .bx-controls-auto .bx-start {
        display: block;
        text-indent: -9999px;
        width: 10px;
        height: 11px;
        outline: 0;
        background: url(http://prestashop.magentech.com/sp_revo/js/jquery/plugins/bxslider/images/controls.png) -86px -11px no-repeat;
        margin: 0 3px;
    }

        .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
            background-position: -86px 0;
        }

    .bx-wrapper .bx-controls-auto .bx-stop {
        display: block;
        text-indent: -9999px;
        width: 9px;
        height: 11px;
        outline: 0;
        background: url(http://prestashop.magentech.com/sp_revo/js/jquery/plugins/bxslider/images/controls.png) -86px -44px no-repeat;
        margin: 0 3px;
    }

        .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
            background-position: -86px -33px;
        }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 100%;
    position: absolute;
    z-index: 1;
    /* overflow: scroll; */
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80,80,80,0.75);
    width: 100%;
}

    .bx-wrapper .bx-caption span {
        color: #fff;
        font-family: Arial,Helvetica,sans-serif;
        display: block;
        font-size: .85em;
        padding: 10px;
    }

#header_search {
    margin: 7px 0;
}

.sp_searchpro {
    width: 45px;
    height: 35px;
    cursor: pointer;
    position: relative;
    float: none;
    width: 100%;
    text-align: left;
}

    .sp_searchpro .icon-search {
        display: none;
    }

        .sp_searchpro .icon-search .fa {
            display: inline-block;
            font-size: 14px;
            line-height: 40px;
            margin: 0;
            color: #fff;
        }

    .sp_searchpro .spr-container {
        width: 100%;
        padding: 0;
        overflow: hidden;
        z-index: 3;
        display: block;
        position: relative;
        width: 100%;
        font-size: 0;
        background: transparent;
        border: none;
        padding: 0;
    }

        .sp_searchpro .spr-container .spr-query {
            width: 100%;
            box-shadow: none;
            font-size: 13px;
            font-weight: normal;
            background: #fff;
            border-radius: 0;
            height: 32px;
            border: 1px solid transparent;
            padding: 0 20px;
        }

            .sp_searchpro .spr-container .spr-query:focus, .sp_searchpro .spr-container .spr-query:hover {
                box-shadow: none;
            }

        .sp_searchpro .spr-container input::-webkit-input-placeholder {
            color: #7d7d7d;
        }

        .sp_searchpro .spr-container input::-moz-placeholder {
            color: #7d7d7d;
        }

        .sp_searchpro .spr-container input:-moz-placeholder {
            color: #7d7d7d;
        }

        .sp_searchpro .spr-container input:-ms-input-placeholder {
            color: #7d7d7d;
        }

        .sp_searchpro .spr-container .spr_selector {
            background: #fff;
            position: relative;
            display: inline-block;
            border: 2px solid transparent;
            vertical-align: top;
            height: 32px;
            width: 22%;
            margin-right: 1px;
            font-size: 13px;
            color: #232f3e;
            border-radius: 45px 0 0 45px;
        }

            .sp_searchpro .spr-container .spr_selector label {
                position: absolute;
                margin: 0;
                top: 0;
                right: 0;
                font-size: 14px;
                text-align: center;
                z-index: 2;
                pointer-events: none;
                cursor: pointer;
                background: #fff;
                width: 30px;
                height: 100%;
                line-height: 38px;
                height: 41px;
            }

        .sp_searchpro .spr-container .spr_select {
            border: none;
            box-shadow: none;
            position: relative;
            z-index: 1;
            height: 100%;
            width: 100%;
            background: transparent;
            padding: 10px 15px;
            cursor: pointer;
            outline: none;
        }

            .sp_searchpro .spr-container .spr_select option {
                padding: 5px 20px;
            }

            .sp_searchpro .spr-container .spr_select:hover {
                box-shadow: none;
                border: none;
            }

        .sp_searchpro .spr-container .text-search {
            position: relative;
            background: transparent;
            display: inline-block;
            margin: 0;
            width: 66%;
        }

       .vss{ color: white;
    font-size: 14px;
    font-weight: 600;
        }

        .htt{
                color: white;
    font-size: 20px;
        }

        .sp_searchpro .spr-container .spr-search-button {
            font-size: 16px;
            border: none;
            display: inline-block;
            vertical-align: top;
            border-radius: 0;
            padding: 0;
            width: 11%;
            line-height: 33px;
            height: 33px;
            background: #211c54;
            border-radius: 0 45px 45px 0;
            color: #fff;
        }

            .sp_searchpro .spr-container .spr-search-button:hover, .sp_searchpro .spr-container .spr-search-button:focus {
                box-shadow: none;
                opacity: 1;
            }

.ac_results {
    z-index: 9;
    width: 250px !important;
}

.content-v4 .ac_results {
    margin-left: -16px;
}

.rtl .ac_results {
    text-align: right;
    direction: rtl;
}

.content-v2 .sp_searchpro .spr-container .spr_selector {
    margin: 0;
    border-right: none;
}

.content-v3 #header_search {
    margin: 0;
}

.content-v3 div.sp_searchpro .spr-container {
    text-align: right;
}

    .content-v3 div.sp_searchpro .spr-container .sprsearch-form:hover .text-search {
        width: 80%;
    }

    .content-v3 div.sp_searchpro .spr-container .spr_selector {
        display: none;
    }

    .content-v3 div.sp_searchpro .spr-container .text-search {
        transition: all 0.3s ease 0s;
        width: 35%;
    }

    .content-v3 div.sp_searchpro .spr-container .spr-search-button {
        border-radius: 0;
        width: 15%;
        background: transparent;
    }

    .content-v3 div.sp_searchpro .spr-container .spr-query {
        background: transparent;
        text-transform: uppercase;
        border: none !important;
    }

    .content-v3 div.sp_searchpro .spr-container input::-webkit-input-placeholder {
        color: rgba(255,255,255,0.5);
    }

    .content-v3 div.sp_searchpro .spr-container input::-moz-placeholder {
        color: rgba(255,255,255,0.5);
    }

    .content-v3 div.sp_searchpro .spr-container input:-moz-placeholder {
        color: rgba(255,255,255,0.5);
    }

    .content-v3 div.sp_searchpro .spr-container input:-ms-input-placeholder {
        color: rgba(255,255,255,0.5);
    }

.content-v4 #header_search {
    float: right;
    margin: 0;
    width: auto;
    padding: 0 20px;
    position: relative;
}

    .content-v4 #header_search:before, .content-v4 #header_search:after {
        content: "";
        position: absolute;
        background: rgba(255,255,255,0.2);
        top: -7px;
        bottom: auto;
        height: 55px;
        width: 1px;
    }

    .content-v4 #header_search:before {
        left: 0;
        right: auto;
    }

    .content-v4 #header_search:after {
        left: auto;
        right: 0;
    }

.content-v4 div.sp_searchpro .icon-search {
    display: block;
}

    .content-v4 div.sp_searchpro .icon-search span {
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        margin-right: 10px;
    }

    .content-v4 div.sp_searchpro .icon-search:hover span, .content-v4 div.sp_searchpro .icon-search:hover .fa {
        color: #ccc;
    }

.content-v4 div.sp_searchpro .spr-container {
    width: 250px;
    padding: 0;
    display: block;
    overflow: hidden;
    background: #fff;
    position: absolute;
    right: -20px;
    top: 100%;
    display: none;
    border: 1px solid #e1e1e1;
    padding: 0 15px;
    z-index: 3;
}

    .content-v4 div.sp_searchpro .spr-container .spr-query {
        width: 100%;
        height: 35px;
        box-shadow: none;
        border: none;
        font-size: 14px;
        font-weight: normal;
        padding: 0 25px 0 0;
        background: transparent;
        border-radius: 0;
    }

        .content-v4 div.sp_searchpro .spr-container .spr-query:focus, .content-v4 div.sp_searchpro .spr-container .spr-query:hover {
            box-shadow: none;
            border: none;
        }

    .content-v4 div.sp_searchpro .spr-container input::-webkit-input-placeholder {
        color: #fff;
    }

    .content-v4 div.sp_searchpro .spr-container input::-moz-placeholder {
        color: #fff;
    }

    .content-v4 div.sp_searchpro .spr-container input:-moz-placeholder {
        color: #fff;
    }

    .content-v4 div.sp_searchpro .spr-container input:-ms-input-placeholder {
        color: #fff;
    }

    .content-v4 div.sp_searchpro .spr-container .spr_selector {
        display: none;
    }

    .content-v4 div.sp_searchpro .spr-container .spr-search-button {
        background: transparent;
        color: #222;
        font-size: 13px;
        border: none;
        border-radius: 0;
        height: 35px;
        line-height: 35px;
        position: absolute;
        left: auto;
        right: 15px;
        padding: 0;
        width: 15px;
        top: 0;
    }

        .content-v4 div.sp_searchpro .spr-container .spr-search-button:hover, .content-v4 div.sp_searchpro .spr-container .spr-search-button:focus {
            box-shadow: none;
            opacity: 1;
        }

    .content-v4 div.sp_searchpro .spr-container .text-search {
        position: relative;
        width: 100%;
        background: transparent;
    }


    @media only screen and (max-width:768px) {
    .bx-wrapper {
    position: relative;
    padding: 0;
    zoom: 1;
    margin: 0 !important;
    height: 133px;
    overflow: hidden;
}
       }

@media (min-width:1199px) {
    .content-v1 .ac_results, .content-v2 .ac_results {
        width: 412px !important;
    }
}




@media (max-width:991px) {
    .content-v1 #header_search {
        position: absolute;
        top: 0;
        margin: 0;
    }

    .sp_searchpro .spr-container .spr_selector {
        display: none;
    }

    .sp_searchpro .spr-container .text-search {
        width: 89%;
    }

    .sp_searchpro .spr-container .spr-query {
        border-radius: 45px 0 0 45px;
    }

    .content-v2 #header_search {
        position: relative;
        top: auto;
    }

    .rtl .sp_searchpro .spr-container .spr-query {
        border-radius: 0 45px 45px 0;
    }
}

@media (max-width:767px) {
    .content-v4 div#header_search:before, .content-v4 div#header_search:after {
        display: none;
    }
}

@media (max-width:479px) {
    .sp_searchpro .spr-container .text-search {
        width: 80%;
    }

    .sp_searchpro .spr-container .spr-search-button {
        width: 20%;
    }

    .content-v3 div.sp_searchpro .spr-container .text-search {
        width: 50%;
    }
}

.sp-manu-slider .slider, .sp-manu-slider .preset01-6 .vpo-wrap, .sp-manu-slider .slider .vpo-wrap .vp, .sp-manu-slider .slider .vpo-wrap .vp .vpi-wrap {
    direction: ltr !important;
}

.sp-manu-slider .preset02-1 .vpo-wrap {
    width: 100%;
    margin: 0;
}

    .sp-manu-slider .preset02-1 .vpo-wrap .vp {
        margin-right: 0;
    }

        .sp-manu-slider .preset02-1 .vpo-wrap .vp .item {
            float: left;
            margin: 0;
            width: 100%;
        }

.sp-manu-slider .preset02-2 .vpo-wrap {
    width: 50%;
    margin: 0 -50% 0 0;
}

    .sp-manu-slider .preset02-2 .vpo-wrap .vp {
        margin-right: -100%;
    }

        .sp-manu-slider .preset02-2 .vpo-wrap .vp .item {
            float: left;
            margin: 0;
            width: 50%;
        }

.sp-manu-slider .preset02-3 .vpo-wrap {
    width: 33.3333%;
    margin: 0 -66.6666% 0 0;
}

    .sp-manu-slider .preset02-3 .vpo-wrap .vp {
        margin-right: -200%;
    }

        .sp-manu-slider .preset02-3 .vpo-wrap .vp .item {
            float: left;
            margin: 0;
            width: 33.3333%;
        }

.sp-manu-slider .preset02-4 .vpo-wrap {
    width: 25%;
    margin: 0 -75% 0 0;
}

    .sp-manu-slider .preset02-4 .vpo-wrap .vp {
        margin-right: -300%;
    }

        .sp-manu-slider .preset02-4 .vpo-wrap .vp .item {
            float: left;
            margin: 0;
            width: 25%;
        }

.sp-manu-slider .preset02-5 .vpo-wrap {
    width: 20%;
    margin: 0 -80% 0 0;
}

    .sp-manu-slider .preset02-5 .vpo-wrap .vp {
        margin-right: -400%;
    }

        .sp-manu-slider .preset02-5 .vpo-wrap .vp .item {
            float: left;
            margin: 0;
            width: 20%;
        }

.sp-manu-slider .preset02-6 .vpo-wrap {
    width: 16.6666%;
    margin: 0 -83.3333% 0 0;
}

    .sp-manu-slider .preset02-6 .vpo-wrap .vp {
        margin-right: -500%;
    }

        .sp-manu-slider .preset02-6 .vpo-wrap .vp .item {
            float: left;
            margin: 0;
            width: 16.6666%;
        }

@media all and (max-width:320px) {
    .sp-manu-slider .preset05-1 .vpo-wrap {
        width: 100%;
        margin: 0;
    }

        .sp-manu-slider .preset05-1 .vpo-wrap .vp {
            margin-right: 0;
        }

            .sp-manu-slider .preset05-1 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 100%;
            }

    .sp-manu-slider .preset05-2 .vpo-wrap {
        width: 50%;
        margin: 0 -50% 0 0;
    }

        .sp-manu-slider .preset05-2 .vpo-wrap .vp {
            margin-right: -100%;
        }

            .sp-manu-slider .preset05-2 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 50%;
            }

    .sp-manu-slider .preset05-3 .vpo-wrap {
        width: 33.3333%;
        margin: 0 -66.6666% 0 0;
    }

        .sp-manu-slider .preset05-3 .vpo-wrap .vp {
            margin-right: -200%;
        }

            .sp-manu-slider .preset05-3 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 33.3333%;
            }

    .sp-manu-slider .preset05-4 .vpo-wrap {
        width: 25%;
        margin: 0 -75% 0 0;
    }

        .sp-manu-slider .preset05-4 .vpo-wrap .vp {
            margin-right: -300%;
        }

            .sp-manu-slider .preset05-4 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 25%;
            }

    .sp-manu-slider .preset05-5 .vpo-wrap {
        width: 20%;
        margin: 0 -80% 0 0;
    }

        .sp-manu-slider .preset05-5 .vpo-wrap .vp {
            margin-right: -400%;
        }

            .sp-manu-slider .preset05-5 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 20%;
            }

    .sp-manu-slider .preset05-6 .vpo-wrap {
        width: 16.6666%;
        margin: 0 -83.3333% 0 0;
    }

        .sp-manu-slider .preset05-6 .vpo-wrap .vp {
            margin-right: -500%;
        }

            .sp-manu-slider .preset05-6 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 16.6666%;
            }
}

@media all and (max-width:479px) {
    .sp-manu-slider .preset04-1 .vpo-wrap {
        width: 100%;
        margin: 0;
    }

        .sp-manu-slider .preset04-1 .vpo-wrap .vp {
            margin-right: 0;
        }

            .sp-manu-slider .preset04-1 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 100%;
            }

    .sp-manu-slider .preset04-2 .vpo-wrap {
        width: 50%;
        margin: 0 -50% 0 0;
    }

        .sp-manu-slider .preset04-2 .vpo-wrap .vp {
            margin-right: -100%;
        }

            .sp-manu-slider .preset04-2 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 50%;
            }

    .sp-manu-slider .preset04-3 .vpo-wrap {
        width: 33.3333%;
        margin: 0 -66.6666% 0 0;
    }

        .sp-manu-slider .preset04-3 .vpo-wrap .vp {
            margin-right: -200%;
        }

            .sp-manu-slider .preset04-3 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 33.3333%;
            }

    .sp-manu-slider .preset04-4 .vpo-wrap {
        width: 25%;
        margin: 0 -75% 0 0;
    }

        .sp-manu-slider .preset04-4 .vpo-wrap .vp {
            margin-right: -300%;
        }

            .sp-manu-slider .preset04-4 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 25%;
            }

    .sp-manu-slider .preset04-5 .vpo-wrap {
        width: 20%;
        margin: 0 -80% 0 0;
    }

        .sp-manu-slider .preset04-5 .vpo-wrap .vp {
            margin-right: -400%;
        }

            .sp-manu-slider .preset04-5 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 20%;
            }

    .sp-manu-slider .preset04-6 .vpo-wrap {
        width: 16.6666%;
        margin: 0 -83.3333% 0 0;
    }

        .sp-manu-slider .preset04-6 .vpo-wrap .vp {
            margin-right: -500%;
        }

            .sp-manu-slider .preset04-6 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 16.6666%;
            }
}

@media all and (min-width:480px) and (max-width:767px) {
    .sp-manu-slider .preset03-1 .vpo-wrap {
        width: 100%;
        margin: 0;
    }

        .sp-manu-slider .preset03-1 .vpo-wrap .vp {
            margin-right: 0;
        }

            .sp-manu-slider .preset03-1 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 100%;
            }

    .sp-manu-slider .preset03-2 .vpo-wrap {
        width: 50%;
        margin: 0 -50% 0 0;
    }

        .sp-manu-slider .preset03-2 .vpo-wrap .vp {
            margin-right: -100%;
        }

            .sp-manu-slider .preset03-2 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 50%;
            }

    .sp-manu-slider .preset03-3 .vpo-wrap {
        width: 33.3333%;
        margin: 0 -66.6666% 0 0;
    }

        .sp-manu-slider .preset03-3 .vpo-wrap .vp {
            margin-right: -200%;
        }

            .sp-manu-slider .preset03-3 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 33.3333%;
            }

    .sp-manu-slider .preset03-4 .vpo-wrap {
        width: 25%;
        margin: 0 -75% 0 0;
    }

        .sp-manu-slider .preset03-4 .vpo-wrap .vp {
            margin-right: -300%;
        }

            .sp-manu-slider .preset03-4 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 25%;
            }

    .sp-manu-slider .preset03-5 .vpo-wrap {
        width: 20%;
        margin: 0 -80% 0 0;
    }

        .sp-manu-slider .preset03-5 .vpo-wrap .vp {
            margin-right: -400%;
        }

            .sp-manu-slider .preset03-5 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 20%;
            }

    .sp-manu-slider .preset03-6 .vpo-wrap {
        width: 16.6666%;
        margin: 0 -83.3333% 0 0;
    }

        .sp-manu-slider .preset03-6 .vpo-wrap .vp {
            margin-right: -500%;
        }

            .sp-manu-slider .preset03-6 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 16.6666%;
            }
}

@media all and (min-width:780px) and (max-width:1199px) {
    .sp-manu-slider .preset02-1 .vpo-wrap {
        width: 100%;
        margin: 0;
    }

        .sp-manu-slider .preset02-1 .vpo-wrap .vp {
            margin-right: 0;
        }

            .sp-manu-slider .preset02-1 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 100%;
            }

    .sp-manu-slider .preset02-2 .vpo-wrap {
        width: 50%;
        margin: 0 -50% 0 0;
    }

        .sp-manu-slider .preset02-2 .vpo-wrap .vp {
            margin-right: -100%;
        }

            .sp-manu-slider .preset02-2 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 50%;
            }

    .sp-manu-slider .preset02-3 .vpo-wrap {
        width: 33.3333%;
        margin: 0 -66.6666% 0 0;
    }

        .sp-manu-slider .preset02-3 .vpo-wrap .vp {
            margin-right: -200%;
        }

            .sp-manu-slider .preset02-3 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 33.3333%;
            }

    .sp-manu-slider .preset02-4 .vpo-wrap {
        width: 25%;
        margin: 0 -75% 0 0;
    }

        .sp-manu-slider .preset02-4 .vpo-wrap .vp {
            margin-right: -300%;
        }

            .sp-manu-slider .preset02-4 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 25%;
            }

    .sp-manu-slider .preset02-5 .vpo-wrap {
        width: 20%;
        margin: 0 -80% 0 0;
    }

        .sp-manu-slider .preset02-5 .vpo-wrap .vp {
            margin-right: -400%;
        }

            .sp-manu-slider .preset02-5 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 20%;
            }

    .sp-manu-slider .preset02-6 .vpo-wrap {
        width: 16.6666%;
        margin: 0 -83.3333% 0 0;
    }

        .sp-manu-slider .preset02-6 .vpo-wrap .vp {
            margin-right: -500%;
        }

            .sp-manu-slider .preset02-6 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 16.6666%;
            }
}

@media all and (min-width:1200px) {
    .sp-manu-slider .preset01-1 .vpo-wrap {
        width: 100%;
        margin: 0;
    }

        .sp-manu-slider .preset01-1 .vpo-wrap .vp {
            margin-right: 0;
        }

            .sp-manu-slider .preset01-1 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 100%;
            }

    .sp-manu-slider .preset01-2 .vpo-wrap {
        width: 50%;
        margin: 0 -50% 0 0;
    }

        .sp-manu-slider .preset01-2 .vpo-wrap .vp {
            margin-right: -100%;
        }

            .sp-manu-slider .preset01-2 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 50%;
            }

    .sp-manu-slider .preset01-3 .vpo-wrap {
        width: 33.3333%;
        margin: 0 -66.6666% 0 0;
    }

        .sp-manu-slider .preset01-3 .vpo-wrap .vp {
            margin-right: -200%;
        }

            .sp-manu-slider .preset01-3 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 33.3333%;
            }

    .sp-manu-slider .preset01-4 .vpo-wrap {
        width: 25%;
        margin: 0 -75% 0 0;
    }

        .sp-manu-slider .preset01-4 .vpo-wrap .vp {
            margin-right: -300%;
        }

            .sp-manu-slider .preset01-4 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 25%;
            }

    .sp-manu-slider .preset01-5 .vpo-wrap {
        width: 20%;
        margin: 0 -80% 0 0;
    }

        .sp-manu-slider .preset01-5 .vpo-wrap .vp {
            margin-right: -400%;
        }

            .sp-manu-slider .preset01-5 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 20%;
            }

    .sp-manu-slider .preset01-6 .vpo-wrap {
        width: 16.6666%;
        margin: 0 -83.3333% 0 0;
    }

        .sp-manu-slider .preset01-6 .vpo-wrap .vp {
            margin-right: -500%;
        }

            .sp-manu-slider .preset01-6 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 16.6666%;
            }
}

.sp-manu-slider {
    position: relative;
}

    .sp-manu-slider .new-box {
        left: -3px;
    }

    .sp-manu-slider.sp-preload {
        height: 300px;
        position: relative;
        overflow: hidden;
    }

        .sp-manu-slider.sp-preload .sp-loading {
            position: absolute;
            z-index: 10;
            background: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spmanufactureslider/views/css/../img/loading.gif) no-repeat scroll center center #FFF;
            top: 0;
            bottom: 0;
            width: 100%;
        }

    .sp-manu-slider .slider {
        overflow: hidden;
        position: relative;
        margin: 0;
        z-index: 8;
    }

        .sp-manu-slider .slider .item {
            background-size: 100% 100%;
        }

            .sp-manu-slider .slider .item img {
                width: 100%;
                vertical-align: middle;
            }

                .sp-manu-slider .slider .item img:hover {
                    cursor: pointer;
                }

        .sp-manu-slider .slider .vpo-wrap .vp {
            position: relative;
            overflow: hidden;
            height: auto;
        }

            .sp-manu-slider .slider .vpo-wrap .vp .vpi-wrap {
                white-space: nowrap;
                font-size: 0 !important;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

            .sp-manu-slider .slider .vpo-wrap .vp .item {
                margin-bottom: 2%;
                display: inline-block;
                font-size: medium;
                white-space: normal;
                vertical-align: top;
                float: none;
            }

        .sp-manu-slider .slider .vpo-wrap .vpi-wrap:after {
            display: block;
            height: 0;
            line-height: 0;
            content: '';
            clear: both;
        }

    .sp-manu-slider .not-js .vpo-wrap, .sp-manu-slider .not-js .vpo-wrap .vp, .sp-manu-slider .not-js .vpo-wrap .vp .vpi-wrap, .sp-manu-slider .not-js .vpo-wrap .vp .item {
        position: static;
    }

        .sp-manu-slider .not-js .vpo-wrap .vp .item {
            float: left;
        }

    .sp-manu-slider #to li a {
        outline: none;
    }

.page-title-manu {
    color: #2E2C2D;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    width: 75%;
    margin: 10px 0 8px 0;
    clear: both;
}

.sp-manu-slider .control-button {
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 0;
}

.sp-manu-slider .page-button.top, .sp-manu-slider .page-button.bottom {
    margin-right: 0;
}

    .sp-manu-slider .page-button.top .control-button .preview, .sp-manu-slider .page-button.top .control-button .next {
        bottom: 10px;
    }

    .sp-manu-slider .page-button.bottom .control-button .preview, .sp-manu-slider .page-button.bottom .control-button .next {
        top: 10px;
    }

.sp-manu-slider .page-button.style2 .control-button .preview {
    background-position: -180px 0;
    width: 22px;
    height: 20px;
    right: 21px;
    z-index: 9;
}

.sp-manu-slider .page-button.style2 .control-button .next {
    background-position: -210px 0;
    width: 22px;
    height: 20px;
    z-index: 9;
}

.sp-manu-slider .page-button.style3 .control-button .preview {
    background-position: -60px 0;
    width: 14px;
    height: 21px;
    right: 15px;
    z-index: 9;
}

.sp-manu-slider .page-button.style3 .control-button .next {
    background-position: -90px 0;
    width: 12px;
    height: 21px;
    z-index: 9;
}

.sp-manu-slider .page-button .control-button .preview:hover, .sp-manu-slider .page-button .control-button .next:hover, .sp-manu-slider .page-button.style2 .control-button .preview:hover, .sp-manu-slider .page-button.style2 .control-button .next:hover {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
}

.sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap {
    width: 100%;
    position: relative;
}

    .sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info {
        margin-top: 10px;
        font-size: 14px;
    }

        .sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-title {
            margin-bottom: 5px;
            text-transform: uppercase;
        }

        .sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content {
            margin: 0;
        }

            .sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-des {
                margin-bottom: 5px;
            }

            .sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-details {
                text-align: right;
            }

        .sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight {
            position: absolute;
            left: 0;
            bottom: 0;
            padding: 10px 0 10px 0;
            width: 100%;
        }

            .sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-inner {
                position: relative;
                padding: 8px 10px 0 10px;
                overflow: hidden;
                margin-right: 10px;
                margin-left: 10px;
            }

            .sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-content, .sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-content a, .sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-title a, .sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-title {
                position: relative;
                color: white;
                z-index: 2;
            }

            .sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-content {
                padding-bottom: 2px;
                height: 0;
                -webkit-transition: all 3s;
                -moz-transition: all 3s;
                -ms-transition: all 3s;
                -o-transition: all 3s;
                transition: all 3s;
                float: left;
            }

            .sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight:hover .item-content {
                height: auto;
            }

            .sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-bg {
                position: absolute;
                bottom: 0;
                left: 0;
                background: #000;
                opacity: 0.7;
                filter: alpha(opacity=70);
                height: 100%;
                width: 100%;
                z-index: 1;
            }

.sp-manu-slider .item-review {
    margin: 0 0 5px 0;
    line-height: 22px;
}

    .sp-manu-slider .item-review .ratings .rating-links, .sp-manu-slider .item-review .ratings {
        margin: 0 0 0 0;
    }

.sp-manu-slider .item-price {
    margin: 0 0 5px 0;
    line-height: 22px;
}

.sp-manu-slider .add-to-links {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.sp-manu-slider .ratings .rating-box {
    margin-right: 5px;
}

.sp-manu-slider .item-review {
    vertical-align: middle;
    overflow: hidden;
}

.sp-manu-slider .item-btn-addtocart {
    margin-bottom: 5px;
}

.pre-text {
    margin: 15px 0;
}

.post-text {
    margin: 15px 0;
}

.sp-manu-slider .control-button:after {
    clear: both;
}

.sp-manu-slider .control-button:before, .sp-manu-slider .control-button:after {
    content: "";
    display: table;
}

.ratings .rating-box {
    float: left;
    margin: 2px 10px 0 0;
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.sp-manu-slider .content_price {
    margin-bottom: 10px;
}

div.our_brands {
    padding: 0;
    border: 1px solid #ebebeb;
    margin: 0;
    border-radius: 5px;
    margin-bottom: 40px;
}

div.sp-manu-slider {
    overflow: hidden;
    direction: ltr;
    padding: 0 50px;
}

    div.sp-manu-slider h3.title_block {
        position: relative;
        margin: 0 0 40px;
        padding: 0;
        font-size: 26px;
        text-transform: uppercase;
        font-style: normal;
        font-weight: 600;
        color: #000;
        border-bottom: none;
    }

    div.sp-manu-slider .item {
        padding: 0;
        text-align: center;
    }

        div.sp-manu-slider .item .item-wrap .item-img {
            height: 95px;
        }

            div.sp-manu-slider .item .item-wrap .item-img .item-img-info {
                line-height: 95px;
            }

            div.sp-manu-slider .item .item-wrap .item-img a {
                display: inline-block;
            }

                div.sp-manu-slider .item .item-wrap .item-img a img {
                    width: auto;
                    max-width: none;
                    border: 1px solid transparent;
                    transition: all 0.3s ease 0s;
                    -ms-transition: all 0.3s ease 0s;
                }

    div.sp-manu-slider .owl-controls .owl-prev, div.sp-manu-slider .owl-controls .owl-next {
        font-size: 24px;
        width: 42px;
        height: 42px;
        border: 2px solid #e8e8e8;
        border-radius: 50%;
        color: #e8e8e8;
        text-align: center;
        line-height: 36px;
        margin: 0;
        cursor: pointer;
        display: inline-block;
        transition: 0.3s all ease 0s;
        position: absolute;
        z-index: 2;
        top: 30%;
        background: #fff;
    }

        div.sp-manu-slider .owl-controls .owl-prev:hover, div.sp-manu-slider .owl-controls .owl-next:hover {
            color: #c3c3c3;
            border-color: #c3c3c3;
        }

    div.sp-manu-slider .owl-controls .owl-prev {
        left: -40px;
        right: auto;
    }

    div.sp-manu-slider .owl-controls .owl-next {
        right: -40px;
        left: auto;
    }

    div.sp-manu-slider .owl-controls div.owl-dots .owl-dot span {
        background: #999;
    }

.content-v4 div.our_brands {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.spmegamenu {
    padding: 0;
}

.navbar {
    border: none;
    margin: 0;
    border-radius: 0;
    z-index: inherit;
    position: static;
}

.header-bottom .container {
    position: relative;
}

.sp-megamenu {
    padding: 0;
    min-height: inherit;
    text-align: right;
}

    .sp-megamenu .icon-menu {
        margin-bottom: 0;
        position: absolute;
        right: -10px;
        left: auto;
        top: -5px;
    }

    .sp-megamenu img {
        transition: all 0.3s ease 0s;
    }

        .sp-megamenu img:hover {
            opacity: 0.8;
            cursor: pointer;
        }

    .sp-megamenu .sp-megamenu-container {
        position: static;
    }

    .sp-megamenu .navbar-nav {
        float: none;
        display: inline-block;
    }

        .sp-megamenu .navbar-nav > li {
            display: inline-block;
            float: none;
        }

            .sp-megamenu .navbar-nav > li > a {
                color: #211c54;
    font-size: 14px;
    text-transform: uppercase;
    padding: 18px 11px 18px 11px;
    margin: 0 1px;
    font-weight: 600;
    transition: 0.3s all ease 0s;
    display: block;
    position: relative;
    /* background: #ff000026; */
    border-right: 1px solid #efefef;
            }

                .sp-megamenu .navbar-nav > li > a:hover, .sp-megamenu .navbar-nav > li > a:focus {
                    background: transparent;
                }

            .sp-megamenu .navbar-nav > li .dropdown-menu {
                z-index: 10;
                border: none;
                border-radius: 0;
                transition: all 0.3s ease 0s;
                display: block;
                visibility: hidden;
                top: 130%;
                font-size: 13px;
                opacity: 0;
                z-index: 9;
                min-width: inherit;
            }

                .sp-megamenu .navbar-nav > li .dropdown-menu:before {
                    content: "";
                    background: transparent;
                    top: -7px;
                    width: 100%;
                    height: 7px;
                    left: 0;
                    position: absolute;
                }

                .sp-megamenu .navbar-nav > li .dropdown-menu .dropdown-menu:before {
                    display: none;
                }

            .sp-megamenu .navbar-nav > li > .dropdown-menu {
                border: 1px solid #e1e1e1;
                box-shadow: 1px 1px 2px #ebebeb;
            }

            .sp-megamenu .navbar-nav > li:hover .dropdown-menu {
                visibility: visible;
                top: 100%;
                opacity: 1;
                z-index: 10;
            }

            .sp-megamenu .navbar-nav > li.mega_type1 {
                position: inherit;
            }

                .sp-megamenu .navbar-nav > li.mega_type1 > .dropdown-menu {
                    left: 0;
                    right: 0;
                    padding: 10px 15px 15px;
                }

                    .sp-megamenu .navbar-nav > li.mega_type1 > .dropdown-menu > ul li {
                        float: left;
                        padding: 15px;
                    }

                        .sp-megamenu .navbar-nav > li.mega_type1 > .dropdown-menu > ul li > a {
                            text-transform: uppercase;
                            font-weight: bold;
                            color: #222;
                            font-size: 14px;
                        }

                            .sp-megamenu .navbar-nav > li.mega_type1 > .dropdown-menu > ul li > a:after {
                                display: none;
                            }

                        .sp-megamenu .navbar-nav > li.mega_type1 > .dropdown-menu > ul li .dropdown-menu {
                            position: relative;
                            top: auto;
                            left: auto;
                            margin: 15px 0 0;
                            box-shadow: none;
                            border-top: 1px solid #e6e6e6;
                            right: auto;
                            bottom: auto;
                            padding: 0;
                            opacity: 1;
                            z-index: 9;
                        }

                            .sp-megamenu .navbar-nav > li.mega_type1 > .dropdown-menu > ul li .dropdown-menu ul li {
                                width: 100%;
                                padding: 10px 0 0;
                            }

                                .sp-megamenu .navbar-nav > li.mega_type1 > .dropdown-menu > ul li .dropdown-menu ul li a {
                                    font-size: 13px;
                                    font-weight: normal;
                                    text-transform: capitalize;
                                    padding: 0;
                                    font-style: normal;
                                    color: #7d7d7d;
                                }

            .sp-megamenu .navbar-nav > li.mega_type2 {
                position: inherit;
            }

                .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu {
                    left: 0;
                    right: 0;
                    padding: 10px 15px 15px;
                }

                    .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li {
                        float: left;
                        padding: 15px;
                    }

                        .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li .dropdown-menu {
                            position: relative;
                            top: auto;
                            left: auto;
                            margin: 0;
                            box-shadow: none;
                            right: auto;
                            bottom: auto;
                            padding: 0;
                            opacity: 1;
                            z-index: 9;
                        }

                        .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.box-cate {
                            padding: 15px 0;
                        }

                            .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.box-cate > a {
                                display: none;
                            }

                            .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.box-cate > .dropdown-menu > ul > li {
                                width: 100%;
                                padding: 0 15px 15px;
                            }

                                .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.box-cate > .dropdown-menu > ul > li > a {
                                    font-size: 14px;
                                    font-weight: 600;
                                    text-transform: uppercase;
                                    padding: 0 0 10px;
                                    margin-bottom: 15px;
                                    color: #222;
                                    display: block;
                                    border-bottom: 1px solid #ebebeb;
                                }

                                .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.box-cate > .dropdown-menu > ul > li > .dropdown-menu {
                                    display: block;
                                    width: 100%;
                                }

                                    .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.box-cate > .dropdown-menu > ul > li > .dropdown-menu ul li {
                                        padding: 0;
                                        margin-bottom: 11px;
                                        float: none;
                                    }

                        .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.featured-product {
                            overflow: hidden;
                            padding: 15px;
                            margin: 0;
                        }

                            .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.featured-product .menu-title {
                                text-transform: uppercase;
                                font-weight: bold;
                                font-size: 14px;
                                color: #222;
                                display: block;
                                width: 100%;
                                border-bottom: 1px solid #ebebeb;
                                padding-bottom: 10px;
                                margin-bottom: 20px;
                            }

                            .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.featured-product .block_content {
                                padding: 0;
                                margin: 0;
                                width: 100%;
                                border-top: none;
                            }

                            .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.featured-product .product_lists.grid {
                                overflow: hidden;
                                margin: 0;
                            }

                                .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.featured-product .product_lists.grid .product_block {
                                    padding: 0;
                                    overflow: hidden;
                                    width: auto;
                                }

                                    .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.featured-product .product_lists.grid .product_block .product-container {
                                        margin: 0;
                                    }

                            .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.featured-product .product_list h5.product-name a {
                                font-size: 18px;
                            }

                            .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.featured-product .product_list .product-container .product-image-container .product-image .img_0, .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.featured-product .product_list .product-container .product-image-container .product-image .img_1 {
                                transform-style: flat;
                            }

                            .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.featured-product .owl-nav .owl-prev, .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.featured-product .owl-nav .owl-next {
                                position: absolute;
                                background: #272625;
                                bottom: 50%;
                                border-radius: 50%;
                                height: 40px;
                                width: 40px;
                                font-size: 0;
                                text-indent: -9999;
                                color: transparent;
                                transition: 0.3s all ease 0s;
                                opacity: 0.5;
                            }

                                .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.featured-product .owl-nav .owl-prev:before, .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.featured-product .owl-nav .owl-next:before {
                                    font-family: Fontawesome;
                                    font-size: 16px;
                                    line-height: 40px;
                                    color: #fff;
                                    text-indent: 0;
                                    position: absolute;
                                    top: 0;
                                    width: 100%;
                                    text-align: center;
                                    height: 100%;
                                }

                                .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.featured-product .owl-nav .owl-prev:hover, .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.featured-product .owl-nav .owl-next:hover {
                                    opacity: 1;
                                }

                            .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.featured-product .owl-nav .owl-prev {
                                left: 0;
                            }

                                .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.featured-product .owl-nav .owl-prev:before {
                                    content: "\f053";
                                    left: -1px;
                                }

                            .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.featured-product .owl-nav .owl-next {
                                right: 0;
                            }

                                .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.featured-product .owl-nav .owl-next:before {
                                    content: "\f054";
                                    left: 1px;
                                }

                .sp-megamenu .navbar-nav > li.mega_type2 .owl-carousel .owl-dots {
                    display: none !important;
                }

            .sp-megamenu .navbar-nav > li.css_type {
                position: relative;
            }

                .sp-megamenu .navbar-nav > li.css_type:hover > .dropdown-menu {
                    top: 107%;
                }

                .sp-megamenu .navbar-nav > li.css_type .dropdown-menu {
                    left: -75px;
                    right: auto;
                    width: 220px;
                    padding: 5px 0;
                    z-index: 999999;
                }

                    .sp-megamenu .navbar-nav > li.css_type .dropdown-menu ul li {
                        padding: 0;
                        position: relative;
                        padding: 0 5px;
                    }

                        .sp-megamenu .navbar-nav > li.css_type .dropdown-menu ul li:last-child > a {
                            border: none;
                        }

                        .sp-megamenu .navbar-nav > li.css_type .dropdown-menu ul li.parent > a:before {
                            content: "\f105";
                            font-family: Fontawesome;
                            position: absolute;
                            right: 30px;
                            display: block;
                            font-size: 14px;
                            top: 12px;
                        }

                        .sp-megamenu .navbar-nav > li.css_type .dropdown-menu ul li a {
                            padding: 5px 0 5px;
                            display: block;
                            font-weight: 500;
                            text-transform: uppercase;
                            font-family: "Raleway";
                            color: #222;
                            font-size: 13px;
                            border-bottom: solid 1px #ebebeb;
                        }

                            .sp-megamenu .navbar-nav > li.css_type .dropdown-menu ul li a:after {
                                display: none;
                            }

                        .sp-megamenu .navbar-nav > li.css_type .dropdown-menu ul li .dropdown-menu {
                            left: 100%;
                            right: auto;
                            top: 120%;
                            margin: 0;
                            z-index: -1;
                            opacity: 0;
                            margin: 0;
                            border: 1px solid #e1e1e1;
                            box-shadow: none;
                        }

                            .sp-megamenu .navbar-nav > li.css_type .dropdown-menu ul li .dropdown-menu:before {
                                content: "";
                                display: block;
                                height: 100%;
                                width: 10px;
                                position: absolute;
                                top: 0;
                                left: -10px;
                                background: transparent;
                            }

                            .sp-megamenu .navbar-nav > li.css_type .dropdown-menu ul li .dropdown-menu:after {
                                display: none;
                            }

                        .sp-megamenu .navbar-nav > li.css_type .dropdown-menu ul li:hover .dropdown-menu {
                            z-index: 1;
                            opacity: 1;
                            top: 0;
                        }

    .sp-megamenu .home {
        display: inline-block;
        position: relative;
        vertical-align: top;
    }

        .sp-megamenu .home > a {
            color: #fff;
            display: block;
            font-size: 14px;
            font-weight: 600;
            padding: 14px 0;
            margin: 0 15px;
            position: relative;
            text-transform: uppercase;
            transition: all 0.3s ease 0s;
        }

        .sp-megamenu .home .dropdown-menu {
            left: -30px;
            right: auto;
            width: 220px;
            padding: 5px 0;
            display: none;
            z-index: 9;
            border-radius: 0;
            transition: 0.3s all ease 0s;
            top: 170%;
            margin-top: 0;
            z-index: -1;
            min-width: inherit;
        }

            .sp-megamenu .home .dropdown-menu:before {
                content: "";
                background: transparent;
                width: 100%;
                left: 0;
                position: absolute;
                height: 1px;
                top: -1px;
            }

            .sp-megamenu .home .dropdown-menu li {
                padding: 0;
                position: relative;
                padding: 0 20px;
            }

                .sp-megamenu .home .dropdown-menu li:last-child > a {
                    border: none;
                }

                .sp-megamenu .home .dropdown-menu li.parent > a:before {
                    content: "\f105";
                    font-family: Fontawesome;
                    position: absolute;
                    right: 30px;
                    display: block;
                    font-size: 14px;
                    top: 12px;
                }

                .sp-megamenu .home .dropdown-menu li a {
                    padding: 12px 0;
                    display: block;
                    text-transform: uppercase;
                    font-family: "Raleway";
                    color: #222;
                    font-weight: 700;
                    font-size: 13px;
                    border-bottom: solid 1px #ebebeb;
                }

                    .sp-megamenu .home .dropdown-menu li a:hover {
                        background: transparent;
                    }

        .sp-megamenu .home:hover .dropdown-menu {
            display: block;
            top: 100%;
            z-index: 9;
        }

#index .sp-megamenu .home > a:after {
    left: 0;
    right: 0;
}

#contact .sp-megamenu .navbar-nav > li.contact > a:after {
    left: 0;
    right: 0;
}

#module-smartblog-category .sp-megamenu .navbar-nav > li.blog > a:after {
    left: 0;
    right: 0;
}

.label-menu {
    display: none;
}

#remove-megamenu {
    display: none;
}

.content-v2 .sp-megamenu {
    text-align: left;
}

.content-v2 #header_menu {
    float: left;
}

.content-v3 .sp-megamenu .icon-menu {
    display: none;
}

.content-v3 .sp-megamenu .navbar-nav > li > a {
    color: #fff;
}

.content-v3 .sp-megamenu .home > a {
    padding: 12px 0;
    color: #fff;
}

.content-v3 .sp-megamenu .navbar-nav > li > a {
    padding: 12px 0 12px;
}

.content-v3 .navbar {
    min-height: 46px;
}

.content-v4 .spmegamenu {
    display: inline-block;
}

    .content-v4 .spmegamenu .icon-menu {
        display: none;
    }

.content-v4 .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.box-cate > a {
    display: block;
}

.content-v4 .navbar {
    min-height: auto;
}

    .content-v4 .navbar .navbar-button {
        height: auto;
    }

        .content-v4 .navbar .navbar-button .navbar-toggle {
            margin: 0;
            height: 38px;
            width: 38px;
            padding: 0;
            float: left;
            cursor: pointer;
            text-align: center;
            border-radius: 0;
            display: block;
            background: transparent url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spmegamenu/css/../../../../img/icon/icon-ver.png") no-repeat center center;
        }

            .content-v4 .navbar .navbar-button .navbar-toggle:hover {
                background-color: #ccc;
            }

            .content-v4 .navbar .navbar-button .navbar-toggle .icon-bar {
                display: none;
                height: 4px;
                width: 24px;
                margin: 0 0 4px;
                background: #fff;
                border-radius: 0;
            }

    .content-v4 .navbar #sp-megamenu {
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(68,73,78,0.95);
        bottom: 0;
        width: 280px;
        padding: 0;
        z-index: 999999;
        visibility: hidden;
        -webkit-transform: translate3d(-280px,0,0);
        transform: translate3d(-280px,0,0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        text-align: left;
    }

        .content-v4 .navbar #sp-megamenu.sp-megamenu-active {
            visibility: visible;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }

        .content-v4 .navbar #sp-megamenu .label-menu {
            padding: 20px;
            font-size: 24px;
            color: #fff;
            display: block;
            background: #000;
            margin-bottom: 1px;
        }

        .content-v4 .navbar #sp-megamenu #remove-megamenu {
            z-index: 10;
            cursor: pointer;
            color: #fff;
            position: absolute;
            top: 5px;
            right: 7px;
            display: block;
        }

            .content-v4 .navbar #sp-megamenu #remove-megamenu:hover {
                color: red;
            }

        .content-v4 .navbar #sp-megamenu .sp-megamenu-container {
            overflow-y: auto;
            overflow-x: hidden;
            margin: 0;
            height: 100%;
        }

        .content-v4 .navbar #sp-megamenu .navbar-nav {
            float: none;
            text-align: left;
            overflow: hidden;
            margin: 0;
            display: block;
        }

            .content-v4 .navbar #sp-megamenu .navbar-nav li {
                float: left;
                margin: 0;
                position: relative;
                width: 100%;
                margin: 0 0 1px;
            }

                .content-v4 .navbar #sp-megamenu .navbar-nav li a, .content-v4 .navbar #sp-megamenu .navbar-nav li span.menu-title {
                    color: #fff;
                    font-weight: normal;
                    text-transform: none;
                    padding: 15px 20px;
                    border: none;
                    margin: 0;
                    background: #333;
                    line-height: inherit;
                    font-size: 14px;
                }

                    .content-v4 .navbar #sp-megamenu .navbar-nav li a:after, .content-v4 .navbar #sp-megamenu .navbar-nav li span.menu-title:after {
                        display: none;
                    }

                .content-v4 .navbar #sp-megamenu .navbar-nav li:hover a, .content-v4 .navbar #sp-megamenu .navbar-nav li:hover span.menu-title {
                    background: #000;
                    color: #fff;
                }

                .content-v4 .navbar #sp-megamenu .navbar-nav li span.grower {
                    display: inline-block;
                    position: absolute;
                    right: 0;
                    cursor: pointer;
                    font-family: "FontAwesome";
                    font-size: 10px;
                    top: 0;
                    color: #fff;
                    opacity: 1;
                    text-shadow: none;
                    height: 100%;
                    text-align: center;
                    width: 50px;
                    line-height: 48px;
                    background: #000;
                }

                    .content-v4 .navbar #sp-megamenu .navbar-nav li span.grower.close:before {
                        content: "\f067";
                    }

                    .content-v4 .navbar #sp-megamenu .navbar-nav li span.grower.open:before {
                        content: "\f068";
                    }

                .content-v4 .navbar #sp-megamenu .navbar-nav li .dropdown-menu {
                    position: relative;
                    display: none;
                    width: 100% !important;
                    filter: alpha(opacity=100);
                    opacity: 1;
                    visibility: inherit;
                    margin: 0;
                    box-shadow: none;
                    top: auto;
                    left: auto;
                    right: auto;
                    bottom: auto;
                    border: none;
                    background: transparent;
                    transition: 0s all ease 0s;
                    background: #000;
                    z-index: 9;
                    padding: 15px 20px;
                }

                    .content-v4 .navbar #sp-megamenu .navbar-nav li .dropdown-menu:after {
                        display: none;
                    }

            .content-v4 .navbar #sp-megamenu .navbar-nav ul li {
                width: 100% !important;
                padding: 10px 0;
                border: none;
            }

                .content-v4 .navbar #sp-megamenu .navbar-nav ul li a {
                    font-size: 14px;
                    padding: 0;
                    background: transparent;
                }

                .content-v4 .navbar #sp-megamenu .navbar-nav ul li.category-thumbnail {
                    display: none;
                }

                .content-v4 .navbar #sp-megamenu .navbar-nav ul li.featured-product {
                    display: none;
                }

                .content-v4 .navbar #sp-megamenu .navbar-nav ul li .dropdown-menu {
                    padding: 5px 0;
                    border: none !important;
                }

                    .content-v4 .navbar #sp-megamenu .navbar-nav ul li .dropdown-menu ul li {
                        padding: 10px 15px;
                    }

        .content-v4 .navbar #sp-megamenu .home {
            display: block;
            overflow: hidden;
            margin-bottom: 1px;
        }

            .content-v4 .navbar #sp-megamenu .home > a {
                padding: 15px 20px;
                background: #222;
                color: #fff;
                font-size: 13px;
                font-weight: normal;
                line-height: inherit;
                margin: 0;
                text-transform: none;
            }

                .content-v4 .navbar #sp-megamenu .home > a:after {
                    display: none;
                }

                .content-v4 .navbar #sp-megamenu .home > a:hover {
                    background: #000;
                    color: #fff;
                }

            .content-v4 .navbar #sp-megamenu .home .dropdown-menu {
                position: relative;
                display: none;
                width: 100% !important;
                filter: alpha(opacity=100);
                opacity: 1;
                visibility: inherit;
                margin: 0;
                box-shadow: none;
                top: auto;
                left: auto;
                right: auto;
                bottom: auto;
                border: none;
                background: transparent;
                transition: 0s all ease 0s;
                background: #000;
                z-index: 9;
                padding: 15px 20px;
            }

                .content-v4 .navbar #sp-megamenu .home .dropdown-menu:after {
                    display: none;
                }

                .content-v4 .navbar #sp-megamenu .home .dropdown-menu li {
                    width: 100% !important;
                    padding: 10px 0;
                    border: none;
                }

                    .content-v4 .navbar #sp-megamenu .home .dropdown-menu li a {
                        font-size: 14px;
                        padding: 0;
                        background: transparent;
                        color: #fff;
                    }

            .content-v4 .navbar #sp-megamenu .home span.grower {
                display: inline-block;
                position: absolute;
                right: 0;
                cursor: pointer;
                font-family: "FontAwesome";
                font-size: 10px;
                top: 0;
                color: #fff;
                opacity: 1;
                text-shadow: none;
                height: 100%;
                text-align: center;
                width: 50px;
                line-height: 48px;
                background: #000;
            }

                .content-v4 .navbar #sp-megamenu .home span.grower.close:before {
                    content: "\f067";
                }

                .content-v4 .navbar #sp-megamenu .home span.grower.open:before {
                    content: "\f068";
                }

.content-v4.rtl .navbar #sp-megamenu {
    left: auto;
    right: 0;
    transform: translate3d(280px,0,0);
    text-align: right;
}

    .content-v4.rtl .navbar #sp-megamenu.sp-megamenu-active {
        transform: translate3d(0,0,0);
    }

    .content-v4.rtl .navbar #sp-megamenu #remove-megamenu {
        right: auto;
        left: 7px;
    }

    .content-v4.rtl .navbar #sp-megamenu .navbar-nav {
        text-align: right;
    }

        .content-v4.rtl .navbar #sp-megamenu .navbar-nav li span.grower {
            right: auto;
            left: 0;
        }

    .content-v4.rtl .navbar #sp-megamenu .home ul.dropdown-menu {
        left: auto;
        right: 0;
    }

    .content-v4.rtl .navbar #sp-megamenu .home span.grower {
        right: auto;
        left: 0;
    }

    .content-v4.rtl .navbar #sp-megamenu .home > a:before {
        left: 0;
        right: auto;
    }

.content-v4.rtl .navbar .navbar-button .navbar-toggle {
    float: right;
}

@media (min-width:992px) and (max-width:1199px) {
    .sp-megamenu {
        text-align: left;
    }

    .images_cat .img img {
        width: 96%;
        height: auto;
    }

    .rtl .sp-megamenu .navbar-nav > li.mega_type1 > .dropdown-menu, .rtl .sp-megamenu .navbar-nav > li.mega_type2 > .dropdown-menu {
        right: 0;
        left: auto;
    }

    .content-v2 .sp-megamenu .home > a {
        margin: 0 8px;
    }

    .content-v2 .sp-megamenu .navbar-nav > li > a {
        margin: 0 8px;
    }
}

@media (max-width:991px) {
    #header_menu {
        background: #fff;
    }

    .navbar #sp-megamenu .navbar-nav ul li.catimage {
        display: none;
    }

    .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li.box-cate > a {
        display: block;
    }

    div.sp-megamenu .icon-menu {
        display: none;
    }

    .navbar .navbar-button {
        height: 50px;
    }

        .navbar .navbar-button .navbar-toggle {
            margin: 0;
            height: 50px;
            width: 55px;
            float: left;
            padding: 15px;
            cursor: pointer;
            text-align: center;
            border-radius: 0;
            display: block;
        }

            .navbar .navbar-button .navbar-toggle .icon-bar {
                height: 4px;
                width: 24px;
                display: block;
                margin: 0 0 4px;
                background: #fff;
                border-radius: 0;
            }

    .navbar #sp-megamenu {
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(68,73,78,0.95);
        bottom: 0;
        width: 280px;
        padding: 0;
        z-index: 999999;
        visibility: hidden;
        -webkit-transform: translate3d(-280px,0,0);
        transform: translate3d(-280px,0,0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        text-align: left;
    }

        .navbar #sp-megamenu.sp-megamenu-active {
            visibility: visible;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }

        .navbar #sp-megamenu .label-menu {
            padding: 20px;
            font-size: 24px;
            color: #fff;
            display: block;
            background: #000;
            margin-bottom: 1px;
        }

        .navbar #sp-megamenu #remove-megamenu {
            z-index: 10;
            cursor: pointer;
            color: #fff;
            position: absolute;
            top: 5px;
            right: 7px;
            display: block;
        }

            .navbar #sp-megamenu #remove-megamenu:hover {
                color: red;
            }

        .navbar #sp-megamenu .sp-megamenu-container {
            overflow-y: auto;
            overflow-x: hidden;
            margin: 0;
            height: 295px;
        }

        .navbar #sp-megamenu .navbar-nav {
            float: none;
            text-align: left;
            overflow: hidden;
            margin: 0;
            display: block;
        }

            .navbar #sp-megamenu .navbar-nav li {
                float: left;
                margin: 0;
                position: relative;
                width: 100%;
                margin: 0 0 1px;
            }

                .navbar #sp-megamenu .navbar-nav li a, .navbar #sp-megamenu .navbar-nav li span.menu-title {
                    color: #fff;
                    font-weight: normal;
                    text-transform: none;
                    padding: 15px 20px;
                    border: none;
                    margin: 0;
                    background: #333;
                    line-height: inherit;
                    font-size: 14px;
                }

                    .navbar #sp-megamenu .navbar-nav li a:after, .navbar #sp-megamenu .navbar-nav li span.menu-title:after {
                        display: none;
                    }

                .navbar #sp-megamenu .navbar-nav li:hover a, .navbar #sp-megamenu .navbar-nav li:hover span.menu-title {
                    background: #000;
                    color: #fff;
                }

                .navbar #sp-megamenu .navbar-nav li span.grower {
                    display: inline-block;
                    position: absolute;
                    right: 0;
                    cursor: pointer;
                    font-family: "FontAwesome";
                    font-size: 10px;
                    top: 0;
                    color: #fff;
                    opacity: 1;
                    text-shadow: none;
                    height: 100%;
                    text-align: center;
                    width: 50px;
                    line-height: 48px;
                    background: #000;
                }

                    .navbar #sp-megamenu .navbar-nav li span.grower.close:before {
                        content: "\f067";
                    }

                    .navbar #sp-megamenu .navbar-nav li span.grower.open:before {
                        content: "\f068";
                    }

                .navbar #sp-megamenu .navbar-nav li .dropdown-menu {
                    position: relative;
                    display: none;
                    width: 100% !important;
                    filter: alpha(opacity=100);
                    opacity: 1;
                    visibility: inherit;
                    margin: 0;
                    box-shadow: none;
                    top: auto;
                    left: auto;
                    right: auto;
                    bottom: auto;
                    border: none;
                    background: transparent;
                    transition: 0s all ease 0s;
                    background: #000;
                    z-index: 9;
                    padding: 15px 20px;
                }

                    .navbar #sp-megamenu .navbar-nav li .dropdown-menu:after {
                        display: none;
                    }

            .navbar #sp-megamenu .navbar-nav ul li {
                width: 100% !important;
                padding: 10px 0;
                border: none;
            }

                .navbar #sp-megamenu .navbar-nav ul li a {
                    font-size: 12px;
                    padding: 0;
                    background: transparent;
                }

                .navbar #sp-megamenu .navbar-nav ul li.category-thumbnail {
                    display: none;
                }

                .navbar #sp-megamenu .navbar-nav ul li.featured-product {
                    display: none;
                }

                .navbar #sp-megamenu .navbar-nav ul li .dropdown-menu {
                    padding: 5px 0;
                    border: none !important;
                }

                    .navbar #sp-megamenu .navbar-nav ul li .dropdown-menu ul li {
                        padding: 10px 15px;
                    }

        .navbar #sp-megamenu .home {
            display: block;
            overflow: hidden;
            margin-bottom: 1px;
        }

            .navbar #sp-megamenu .home > a {
                padding: 15px 20px;
                background: #222;
                color: #fff;
                font-size: 13px;
                font-weight: normal;
                line-height: inherit;
                margin: 0;
                text-transform: none;
            }

                .navbar #sp-megamenu .home > a:after {
                    display: none;
                }

                .navbar #sp-megamenu .home > a:hover {
                    background: #000;
                    color: #fff;
                }

            .navbar #sp-megamenu .home .dropdown-menu {
                position: relative;
                display: none;
                width: 100% !important;
                filter: alpha(opacity=100);
                opacity: 1;
                visibility: inherit;
                margin: 0;
                box-shadow: none;
                top: auto;
                left: auto;
                right: auto;
                bottom: auto;
                border: none;
                background: transparent;
                transition: 0s all ease 0s;
                background: #000;
                z-index: 9;
                padding: 15px 20px;
            }

                .navbar #sp-megamenu .home .dropdown-menu:after {
                    display: none;
                }

                .navbar #sp-megamenu .home .dropdown-menu li {
                    width: 100% !important;
                    padding: 10px 0;
                    border: none;
                }

                    .navbar #sp-megamenu .home .dropdown-menu li a {
                        font-size: 14px;
                        padding: 0;
                        background: transparent;
                        color: #fff;
                    }

            .navbar #sp-megamenu .home span.grower {
                display: inline-block;
                position: absolute;
                right: 0;
                cursor: pointer;
                font-family: "FontAwesome";
                font-size: 10px;
                top: 0;
                color: #fff;
                opacity: 1;
                text-shadow: none;
                height: 100%;
                text-align: center;
                width: 50px;
                line-height: 48px;
                background: #000;
            }

                .navbar #sp-megamenu .home span.grower.close:before {
                    content: "\f067";
                }

                .navbar #sp-megamenu .home span.grower.open:before {
                    content: "\f068";
                }

    .header_v3 div.spmegamenu {
        padding: 0;
    }

    #index .header_v3 div.spmegamenu {
        padding: 0;
    }

    .rtl .navbar #sp-megamenu {
        left: auto;
        right: 0;
        transform: translate3d(280px,0,0);
        text-align: right;
    }

        .rtl .navbar #sp-megamenu.sp-megamenu-active {
            transform: translate3d(0,0,0);
        }

        .rtl .navbar #sp-megamenu #remove-megamenu {
            right: auto;
            left: 7px;
        }

        .rtl .navbar #sp-megamenu .navbar-nav {
            text-align: right;
        }

            .rtl .navbar #sp-megamenu .navbar-nav li span.grower {
                right: auto;
                left: 0;
            }

        .rtl .navbar #sp-megamenu .home ul.dropdown-menu {
            left: auto;
            right: 0;
        }

        .rtl .navbar #sp-megamenu .home > a:before {
            left: 0;
            right: auto;
        }

    .rtl .navbar .navbar-button .navbar-toggle {
        float: right;
    }
}

@media (max-width:768px) {
    .navbar #sp-megamenu .sp-megamenu-container, .content-v4 .navbar #sp-megamenu .sp-megamenu-container {
        height: 450px;
    }
}

@media (max-width:767px) {
    .navbar #sp-megamenu .sp-megamenu-container, .content-v4 .navbar #sp-megamenu .sp-megamenu-container {
        height: 230px;
    }
}

@media (max-width:479px) {
    .navbar #sp-megamenu .sp-megamenu-container, .content-v4 .navbar #sp-megamenu .sp-megamenu-container {
        height: 357px;
    }
}

.sp-deal .preset02-1 .vpo-wrap {
    width: 100%;
    margin: 0;
}

    .sp-deal .preset02-1 .vpo-wrap .vp {
        margin-right: 0;
    }

        .sp-deal .preset02-1 .vpo-wrap .vp .item {
            float: left;
            margin: 0;
            width: 100%;
        }

.sp-deal .preset02-2 .vpo-wrap {
    width: 50%;
    margin: 0 -50% 0 0;
}

    .sp-deal .preset02-2 .vpo-wrap .vp {
        margin-right: -100%;
    }

        .sp-deal .preset02-2 .vpo-wrap .vp .item {
            float: left;
            margin: 0;
            width: 50%;
        }

.sp-deal .preset02-3 .vpo-wrap {
    width: 33.3333%;
    margin: 0 -66.6666% 0 0;
}

    .sp-deal .preset02-3 .vpo-wrap .vp {
        margin-right: -200%;
    }

        .sp-deal .preset02-3 .vpo-wrap .vp .item {
            float: left;
            margin: 0;
            width: 33.3333%;
        }

.sp-deal .preset02-4 .vpo-wrap {
    width: 25%;
    margin: 0 -75% 0 0;
}

    .sp-deal .preset02-4 .vpo-wrap .vp {
        margin-right: -300%;
    }

        .sp-deal .preset02-4 .vpo-wrap .vp .item {
            float: left;
            margin: 0;
            width: 25%;
        }

.sp-deal .preset02-5 .vpo-wrap {
    width: 20%;
    margin: 0 -80% 0 0;
}

    .sp-deal .preset02-5 .vpo-wrap .vp {
        margin-right: -400%;
    }

        .sp-deal .preset02-5 .vpo-wrap .vp .item {
            float: left;
            margin: 0;
            width: 20%;
        }

.sp-deal .preset02-6 .vpo-wrap {
    width: 16.6666%;
    margin: 0 -83.3333% 0 0;
}

    .sp-deal .preset02-6 .vpo-wrap .vp {
        margin-right: -500%;
    }

        .sp-deal .preset02-6 .vpo-wrap .vp .item {
            float: left;
            margin: 0;
            width: 16.6666%;
        }

.sp-deal .quick-view-wrapper-mobile {
    display: none;
}

@media all and (max-width:320px) {
    .sp-deal .quick-view-wrapper-mobile {
        display: block;
    }

    .sp-deal .preset05-1 .vpo-wrap {
        width: 100%;
        margin: 0;
    }

        .sp-deal .preset05-1 .vpo-wrap .vp {
            margin-right: 0;
        }

            .sp-deal .preset05-1 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 100%;
            }

    .sp-deal .preset05-2 .vpo-wrap {
        width: 50%;
        margin: 0 -50% 0 0;
    }

        .sp-deal .preset05-2 .vpo-wrap .vp {
            margin-right: -100%;
        }

            .sp-deal .preset05-2 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 50%;
            }

    .sp-deal .preset05-3 .vpo-wrap {
        width: 33.3333%;
        margin: 0 -66.6666% 0 0;
    }

        .sp-deal .preset05-3 .vpo-wrap .vp {
            margin-right: -200%;
        }

            .sp-deal .preset05-3 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 33.3333%;
            }

    .sp-deal .preset05-4 .vpo-wrap {
        width: 25%;
        margin: 0 -75% 0 0;
    }

        .sp-deal .preset05-4 .vpo-wrap .vp {
            margin-right: -300%;
        }

            .sp-deal .preset05-4 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 25%;
            }

    .sp-deal .preset05-5 .vpo-wrap {
        width: 20%;
        margin: 0 -80% 0 0;
    }

        .sp-deal .preset05-5 .vpo-wrap .vp {
            margin-right: -400%;
        }

            .sp-deal .preset05-5 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 20%;
            }

    .sp-deal .preset05-6 .vpo-wrap {
        width: 16.6666%;
        margin: 0 -83.3333% 0 0;
    }

        .sp-deal .preset05-6 .vpo-wrap .vp {
            margin-right: -500%;
        }

            .sp-deal .preset05-6 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 16.6666%;
            }
}

@media all and (max-width:479px) {
    .sp-deal .quick-view-wrapper-mobile {
        display: block;
    }

    .sp-deal .preset04-1 .vpo-wrap {
        width: 100%;
        margin: 0;
    }

        .sp-deal .preset04-1 .vpo-wrap .vp {
            margin-right: 0;
        }

            .sp-deal .preset04-1 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 100%;
            }

    .sp-deal .preset04-2 .vpo-wrap {
        width: 50%;
        margin: 0 -50% 0 0;
    }

        .sp-deal .preset04-2 .vpo-wrap .vp {
            margin-right: -100%;
        }

            .sp-deal .preset04-2 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 50%;
            }

    .sp-deal .preset04-3 .vpo-wrap {
        width: 33.3333%;
        margin: 0 -66.6666% 0 0;
    }

        .sp-deal .preset04-3 .vpo-wrap .vp {
            margin-right: -200%;
        }

            .sp-deal .preset04-3 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 33.3333%;
            }

    .sp-deal .preset04-4 .vpo-wrap {
        width: 25%;
        margin: 0 -75% 0 0;
    }

        .sp-deal .preset04-4 .vpo-wrap .vp {
            margin-right: -300%;
        }

            .sp-deal .preset04-4 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 25%;
            }

    .sp-deal .preset04-5 .vpo-wrap {
        width: 20%;
        margin: 0 -80% 0 0;
    }

        .sp-deal .preset04-5 .vpo-wrap .vp {
            margin-right: -400%;
        }

            .sp-deal .preset04-5 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 20%;
            }

    .sp-deal .preset04-6 .vpo-wrap {
        width: 16.6666%;
        margin: 0 -83.3333% 0 0;
    }

        .sp-deal .preset04-6 .vpo-wrap .vp {
            margin-right: -500%;
        }

            .sp-deal .preset04-6 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 16.6666%;
            }
}

@media all and (min-width:480px) and (max-width:767px) {
    .sp-deal .quick-view-wrapper-mobile {
        display: block;
    }

    .sp-deal .preset03-1 .vpo-wrap {
        width: 100%;
        margin: 0;
    }

        .sp-deal .preset03-1 .vpo-wrap .vp {
            margin-right: 0;
        }

            .sp-deal .preset03-1 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 100%;
            }

    .sp-deal .preset03-2 .vpo-wrap {
        width: 50%;
        margin: 0 -50% 0 0;
    }

        .sp-deal .preset03-2 .vpo-wrap .vp {
            margin-right: -100%;
        }

            .sp-deal .preset03-2 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 50%;
            }

    .sp-deal .preset03-3 .vpo-wrap {
        width: 33.3333%;
        margin: 0 -66.6666% 0 0;
    }

        .sp-deal .preset03-3 .vpo-wrap .vp {
            margin-right: -200%;
        }

            .sp-deal .preset03-3 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 33.3333%;
            }

    .sp-deal .preset03-4 .vpo-wrap {
        width: 25%;
        margin: 0 -75% 0 0;
    }

        .sp-deal .preset03-4 .vpo-wrap .vp {
            margin-right: -300%;
        }

            .sp-deal .preset03-4 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 25%;
            }

    .sp-deal .preset03-5 .vpo-wrap {
        width: 20%;
        margin: 0 -80% 0 0;
    }

        .sp-deal .preset03-5 .vpo-wrap .vp {
            margin-right: -400%;
        }

            .sp-deal .preset03-5 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 20%;
            }

    .sp-deal .preset03-6 .vpo-wrap {
        width: 16.6666%;
        margin: 0 -83.3333% 0 0;
    }

        .sp-deal .preset03-6 .vpo-wrap .vp {
            margin-right: -500%;
        }

            .sp-deal .preset03-6 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 16.6666%;
            }
}

@media all and (min-width:780px) and (max-width:1199px) {
    .sp-deal .preset02-1 .vpo-wrap {
        width: 100%;
        margin: 0;
    }

        .sp-deal .preset02-1 .vpo-wrap .vp {
            margin-right: 0;
        }

            .sp-deal .preset02-1 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 100%;
            }

    .sp-deal .preset02-2 .vpo-wrap {
        width: 50%;
        margin: 0 -50% 0 0;
    }

        .sp-deal .preset02-2 .vpo-wrap .vp {
            margin-right: -100%;
        }

            .sp-deal .preset02-2 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 50%;
            }

    .sp-deal .preset02-3 .vpo-wrap {
        width: 33.3333%;
        margin: 0 -66.6666% 0 0;
    }

        .sp-deal .preset02-3 .vpo-wrap .vp {
            margin-right: -200%;
        }

            .sp-deal .preset02-3 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 33.3333%;
            }

    .sp-deal .preset02-4 .vpo-wrap {
        width: 25%;
        margin: 0 -75% 0 0;
    }

        .sp-deal .preset02-4 .vpo-wrap .vp {
            margin-right: -300%;
        }

            .sp-deal .preset02-4 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 25%;
            }

    .sp-deal .preset02-5 .vpo-wrap {
        width: 20%;
        margin: 0 -80% 0 0;
    }

        .sp-deal .preset02-5 .vpo-wrap .vp {
            margin-right: -400%;
        }

            .sp-deal .preset02-5 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 20%;
            }

    .sp-deal .preset02-6 .vpo-wrap {
        width: 16.6666%;
        margin: 0 -83.3333% 0 0;
    }

        .sp-deal .preset02-6 .vpo-wrap .vp {
            margin-right: -500%;
        }

            .sp-deal .preset02-6 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 16.6666%;
            }
}

@media all and (min-width:1200px) {
    .sp-deal .preset01-1 .vpo-wrap {
        width: 100%;
        margin: 0;
    }

        .sp-deal .preset01-1 .vpo-wrap .vp {
            margin-right: 0;
        }

            .sp-deal .preset01-1 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 100%;
            }

    .sp-deal .preset01-2 .vpo-wrap {
        width: 50%;
        margin: 0 -50% 0 0;
    }

        .sp-deal .preset01-2 .vpo-wrap .vp {
            margin-right: -100%;
        }

            .sp-deal .preset01-2 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 50%;
            }

    .sp-deal .preset01-3 .vpo-wrap {
        width: 33.3333%;
        margin: 0 -66.6666% 0 0;
    }

        .sp-deal .preset01-3 .vpo-wrap .vp {
            margin-right: -200%;
        }

            .sp-deal .preset01-3 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 33.3333%;
            }

    .sp-deal .preset01-4 .vpo-wrap {
        width: 25%;
        margin: 0 -75% 0 0;
    }

        .sp-deal .preset01-4 .vpo-wrap .vp {
            margin-right: -300%;
        }

            .sp-deal .preset01-4 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 25%;
            }

    .sp-deal .preset01-5 .vpo-wrap {
        width: 20%;
        margin: 0 -80% 0 0;
    }

        .sp-deal .preset01-5 .vpo-wrap .vp {
            margin-right: -400%;
        }

            .sp-deal .preset01-5 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 20%;
            }

    .sp-deal .preset01-6 .vpo-wrap {
        width: 16.6666%;
        margin: 0 -83.3333% 0 0;
    }

        .sp-deal .preset01-6 .vpo-wrap .vp {
            margin-right: -500%;
        }

            .sp-deal .preset01-6 .vpo-wrap .vp .item {
                float: left;
                margin: 0;
                width: 16.6666%;
            }
}

.sp-deal {
    position: relative;
}

    .sp-deal.sp-preload {
        height: 300px;
        position: relative;
        overflow: hidden;
    }

        .sp-deal.sp-preload .sp-loading {
            position: absolute;
            z-index: 10;
            background: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spdeal/views/css/../img/loading.gif) no-repeat scroll center center #FFF;
            top: 0;
            bottom: 0;
            width: 100%;
        }

    .sp-deal .slider {
        overflow: hidden;
        position: relative;
        margin: 0 -15px;
        z-index: 1;
    }

.rtl .sp-deal .slider {
    direction: ltr;
}

.sp-deal .slider .item {
    background-size: 100% 100%;
}

    .sp-deal .slider .item img {
        vertical-align: middle;
    }

        .sp-deal .slider .item img:hover {
            cursor: pointer;
        }

.sp-deal .slider .vpo-wrap .vp {
    position: relative;
    overflow: hidden;
    height: auto;
}

    .sp-deal .slider .vpo-wrap .vp .vpi-wrap {
        white-space: nowrap;
        font-size: 0 !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .sp-deal .slider .vpo-wrap .vp .item {
        margin: 0;
        display: inline-block;
        font-size: medium;
        white-space: normal;
        vertical-align: top;
        float: none;
        overflow: hidden;
        padding: 0 15px;
    }

.sp-deal .slider .vpo-wrap .vpi-wrap:after {
    display: block;
    height: 0;
    line-height: 0;
    content: '';
    clear: both;
}

.sp-deal .not-js .vpo-wrap, .sp-deal .not-js .vpo-wrap .vp, .sp-deal .not-js .vpo-wrap .vp .vpi-wrap, .sp-deal .not-js .vpo-wrap .vp .item {
    position: static;
}

    .sp-deal .not-js .vpo-wrap .vp .item {
        float: left;
    }

.sp-deal #to li a {
    outline: none;
}

.page-title-slider {
    color: #2E2C2D;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    width: 75%;
    margin: 10px 0 8px 0;
}

.sp-deal .control-button {
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 0;
}

.sp-deal .page-button .control-button {
    margin-bottom: 0;
    height: 100%;
}

.sp-deal .page-button.top, .sp-deal .page-button.bottom {
    margin-right: 0;
}

.sp-deal .page-button.style2 .control-button .preview {
    background-position: -180px 0;
    width: 22px;
    height: 20px;
    right: 21px;
    z-index: 9;
}

.sp-deal .page-button.style2 .control-button .next {
    background-position: -210px 0;
    width: 22px;
    height: 20px;
    z-index: 9;
}

.sp-deal .page-button.style3 .control-button .preview {
    background-position: -60px 0;
    width: 14px;
    height: 21px;
    right: 15px;
    z-index: 9;
}

.sp-deal .page-button.style3 .control-button .next {
    background-position: -90px 0;
    width: 12px;
    height: 21px;
    z-index: 9;
}

.sp-deal .page-button .control-button .preview:hover, .sp-deal .page-button .control-button .next:hover, .sp-deal .page-button.style2 .control-button .preview:hover, .sp-deal .page-button.style2 .control-button .next:hover {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
}

.sp-deal .slider .vpo-wrap .vp .item .item-wrap {
    width: 100%;
    position: relative;
}

    .sp-deal .slider .vpo-wrap .vp .item .item-wrap .item-img {
        border: 1px solid #DDDDDD;
        padding: 9px;
        position: relative;
    }

        .sp-deal .slider .vpo-wrap .vp .item .item-wrap .item-img:hover {
            -webkit-box-shadow: rgba(0,0,0,0.17) 0 0 13px;
            -moz-box-shadow: rgba(0,0,0,0.17) 0 0 13px;
            -o-box-shadow: rgba(0,0,0,0.17) 0 0 13px;
            box-shadow: rgba(0,0,0,0.17) 0 0 13px;
        }

    .sp-deal .slider .vpo-wrap .vp .item .item-wrap .item-info {
        margin-top: 10px;
        font-size: 14px;
    }

        .sp-deal .slider .vpo-wrap .vp .item .item-wrap .item-info .item-title {
            margin-bottom: 5px;
            text-transform: uppercase;
        }

        .sp-deal .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content {
            margin: 0;
        }

            .sp-deal .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-des {
                margin-bottom: 5px;
            }

            .sp-deal .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-details {
                text-align: right;
            }

        .sp-deal .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight {
            position: absolute;
            left: 0;
            bottom: 0;
            padding: 10px 0 10px 0;
            width: 100%;
        }

            .sp-deal .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-inner {
                position: relative;
                padding: 8px 10px 0 10px;
                overflow: hidden;
                margin-right: 10px;
                margin-left: 10px;
            }

            .sp-deal .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-content, .sp-deal .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-content a, .sp-deal .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-title a, .sp-deal .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-title {
                position: relative;
                color: white;
                z-index: 2;
            }

            .sp-deal .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-content {
                padding-bottom: 2px;
                height: 0;
                -webkit-transition: all 3s;
                -moz-transition: all 3s;
                -ms-transition: all 3s;
                -o-transition: all 3s;
                transition: all 3s;
            }

            .sp-deal .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight:hover .item-content {
                height: auto;
            }

            .sp-deal .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-bg {
                position: absolute;
                bottom: 0;
                left: 0;
                background: #000;
                opacity: 0.7;
                filter: alpha(opacity=70);
                height: 100%;
                width: 100%;
                z-index: 1;
            }

.sp-deal .item-review {
    margin: 0 0 5px 0;
    line-height: 22px;
}

    .sp-deal .item-review .ratings .rating-links, .sp-deal .item-review .ratings {
        margin: 0 0 0 0;
    }

.sp-deal .add-to-links {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.sp-deal .ratings .rating-box {
    margin-right: 5px;
}

.sp-deal .item-review {
    vertical-align: middle;
    overflow: hidden;
}

.sp-deal .item-btn-addtocart {
    margin-bottom: 5px;
}

.sp-deal .wishlist {
    margin: 10px 0;
}

.sp-deal .compare {
    margin-bottom: 10px;
}

.pretext-slider {
    margin: 10px 0 10px 0;
}

.postext-slider {
    margin: 10px 0 10px 0;
}

.sp-deal .control-button:after {
    clear: both;
}

.sp-deal .control-button:before, .sp-deal .control-button:after {
    content: "";
    display: table;
}

.sp-deal .compare, .sp-deal .wishlist {
    margin: 5px 0 5px 0;
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.sp-deal .item-info .content_price {
    margin-bottom: 10px;
}

.sp-deal .item-info.item-spotlight .price.product-price {
    line-height: 30px;
    color: #FFF;
}

.sp-deal .item-info.item-spotlight .old-price {
    color: #DDD;
}

.sp-deal a.quick-view:hover {
    cursor: pointer;
}

.sp-deal a.quick-view {
    z-index: 2;
}

.sp-deal .item-img:hover a.quick-view {
    cursor: pointer;
    display: block;
    text-align: center;
    background: none repeat scroll 0 0 rgba(255,255,255,0.82);
    box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    color: #777676;
    font: 700 13px/16px Arial,Helvetica,sans-serif;
    height: 43px;
    left: 50%;
    margin: -21px 0 0 -53px;
    padding: 13px 0 0;
    position: absolute;
    top: 50%;
    width: 107px;
    text-decoration: none;
}

.sp-deal .quick-view-wrapper-mobile {
    background-color: transparent;
    bottom: 0;
    height: 155px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 215px;
    z-index: 2;
}

    .sp-deal .quick-view-wrapper-mobile a {
        background-color: rgba(208,208,211,0.57);
        display: block;
        height: 130px;
        pointer-events: all;
        position: relative;
        right: -162px;
        top: 80px;
        transform: rotate(45deg);
        width: 85px;
    }

        .sp-deal .quick-view-wrapper-mobile a:hover {
            background-color: rgba(125,125,125,0.57);
        }

        .sp-deal .quick-view-wrapper-mobile a i {
            bottom: 0;
            color: black;
            display: inline-block;
            font-size: x-large;
            height: 22px;
            left: 9px;
            overflow: hidden;
            position: absolute;
            right: 10px;
            top: 46px;
            transform: rotate(-44deg);
            width: 30px;
            z-index: 2;
        }

.sp-deal .item .item-wrap:nth-child(2) {
    z-index: 1;
    visibility: hidden;
}

.sp-deal .tt-effect-active .item .item-wrap {
    pointer-events: none;
}

.tt-effect-fall.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
    -webkit-animation: fallDown 0.6s forwards;
    animation: fallDown 0.6s forwards;
}

.tt-effect-fall.tt-effect-active .item .item-wrap:nth-child(2), .tt-effect-fall.tt-effect-active .item.tt-empty .item-wrap {
    opacity: 0;
    -webkit-animation: scaleUpFadeIn 0.6s forwards;
    animation: scaleUpFadeIn 0.6s forwards;
}

.tt-effect-fallrotate.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
    z-index: 10;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: fallRotate 0.6s ease-in forwards;
    animation: fallRotate 0.6s ease-in forwards;
}

.tt-effect-fallrotate.tt-effect-active .item .item-wrap:nth-child(2), .tt-effect-fallrotate.tt-effect-active .item.tt-empty .item-wrap {
    visibility: visible;
}

.tt-effect-fallrotate.tt-effect-active .item.tt-empty .item-wrap {
    opacity: 0;
    -webkit-animation: fadeIn 0.6s forwards;
    animation: fadeIn 0.6s forwards;
}

.tt-effect-fallrotate .item:nth-child(4) {
    z-index: 1;
}

.tt-effect-fallrotate .item:nth-child(5) {
    z-index: 2;
}

.tt-effect-fallrotate .item:nth-child(6) {
    z-index: 3;
}

.tt-effect-fallrotate .item:first-child {
    z-index: 4;
}

.tt-effect-fallrotate .item:nth-child(2) {
    z-index: 5;
}

.tt-effect-fallrotate .item:nth-child(3) {
    z-index: 6;
}

.tt-effect-scalerotate.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
    -webkit-animation: scaleRotateOut 0.6s forwards;
    animation: scaleRotateOut 0.6s forwards;
}

.tt-effect-scalerotate.tt-effect-active .item .item-wrap:nth-child(2), .tt-effect-scalerotate.tt-effect-active .item.tt-empty .item-wrap {
    opacity: 0;
    -webkit-animation: scaleRotateIn 0.6s forwards;
    animation: scaleRotateIn 0.6s forwards;
}

.tt-effect-scalerotate.tt-effect-active .item:not(.tt-empty) .item-wrap:only-child {
    -webkit-animation: scaleRotateIn 0.6s forwards;
    animation: scaleRotateIn 0.6s forwards;
}

.tt-effect-scalerotate .item:nth-child(-n+3) {
    z-index: 2;
}

.tt-effect-scalerotate .item:nth-last-child(-n+3) {
    z-index: 1;
}

.tt-effect-stackback .item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .tt-effect-stackback .item .item-wrap {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.tt-effect-stackback.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
    -webkit-animation: moveLeft 0.8s forwards;
    animation: moveLeft 0.8s forwards;
}

.tt-effect-stackback.tt-effect-active .item .item-wrap:nth-child(2), .tt-effect-stackback.tt-effect-active .item.tt-empty .item-wrap {
    z-index: -1;
    -webkit-animation: popUp 0.8s ease-in forwards;
    animation: popUp 0.8s ease-in forwards;
}

.tt-effect-stackback.tt-effect-active .item:not(.tt-empty) .item-wrap:only-child {
    -webkit-animation: moveLeft 0.8s forwards;
    animation: moveLeft 0.8s forwards;
}

.tt-effect-stackback.tt-effect-active .item.tt-empty .item-wrap {
    opacity: 0;
    -webkit-animation: fadeIn 0.8s forwards;
    animation: fadeIn 0.8s forwards;
}

.tt-effect-3dflip .item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .tt-effect-3dflip .item .item-wrap {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.tt-effect-3dflip.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: rotateOutLeft 0.6s forwards;
    animation: rotateOutLeft 0.6s forwards;
}

.tt-effect-3dflip.tt-effect-active .item .item-wrap:nth-child(2), .tt-effect-3dflip.tt-effect-active .item.tt-empty .item-wrap {
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateInRight 0.6s ease-in forwards;
    animation: rotateInRight 0.6s ease-in forwards;
}

.tt-effect-bringback .item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .tt-effect-bringback .item .item-wrap {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.tt-effect-bringback.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
    -webkit-animation: hideLeft 0.8s forwards;
    animation: hideLeft 0.8s forwards;
}

.tt-effect-bringback.tt-effect-active .item .item-wrap:nth-child(2) {
    z-index: -1;
    -webkit-animation: showRight 0.8s forwards;
    animation: showRight 0.8s forwards;
}

.tt-effect-bringback.tt-effect-active .item:not(.tt-empty) .item-wrap:only-child {
    -webkit-animation: hideLeft 0.8s forwards;
    animation: hideLeft 0.8s forwards;
}

.tt-effect-bringback.tt-effect-active .item.tt-empty .item-wrap {
    opacity: 0;
    -webkit-animation: fadeIn 0.8s forwards;
    animation: fadeIn 0.8s forwards;
}

.tt-effect-superscale.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
    -webkit-animation: scaleDown 0.6s ease-in-out forwards;
    -o-animation: scaleDown 0.6s ease-in-out forwards;
    animation: scaleDown 0.6s ease-in-out forwards;
}

.tt-effect-superscale.tt-effect-active .item .item-wrap:nth-child(2), .tt-effect-superscale.tt-effect-active .item.tt-empty .item-wrap {
    opacity: 0;
    -webkit-animation: scaleIn 0.6s ease-in-out forwards;
    animation: scaleIn 0.6s ease-in-out forwards;
}

.tt-effect-flip .item {
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

    .tt-effect-flip .item .item-wrap {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.tt-effect-flip.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
    -webkit-animation: flipOut 0.8s ease-in forwards;
    animation: flipOut 0.8s ease-in forwards;
}

.tt-effect-flip.tt-effect-active .item .item-wrap:nth-child(2), .tt-effect-flip.tt-effect-active .item.tt-empty .item-wrap {
    opacity: 0;
    -webkit-animation: flipIn 0.8s ease-in forwards;
    animation: flipIn 0.8s ease-in forwards;
}

.tt-effect-frontrow .item {
    overflow: hidden;
}

.tt-effect-frontrow.tt-effect-active .item:not(.tt-empty) .item-wrap:first-child {
    -webkit-animation: moveToBack 0.8s forwards;
    animation: moveToBack 0.8s forwards;
}

.tt-effect-frontrow.tt-effect-active .item .item-wrap:nth-child(2), .tt-effect-frontrow.tt-effect-active .item.tt-empty .item-wrap {
    -webkit-animation: moveToFront 0.8s forwards;
    animation: moveToFront 0.8s forwards;
}

.tt-effect-frontrow.tt-effect-active .item.tt-empty .item-wrap {
    opacity: 0;
}

.tt-effect-frontrow.tt-effect-active .item:not(.tt-empty) .item-wrap:only-child {
    -webkit-animation: moveToFront 0.5s forwards;
    animation: moveToFront 0.5s forwards;
}

.sp-deal .tt-effect-delay.tt-effect-active .item:nth-child(2) .item-wrap {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sp-deal .tt-effect-delay.tt-effect-active .item:nth-child(3) .item-wrap {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sp-deal .tt-effect-delay.tt-effect-active .item:nth-child(4) .item-wrap {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sp-deal .tt-effect-delay.tt-effect-active .item:nth-child(5) .item-wrap {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sp-deal .tt-effect-delay.tt-effect-active .item:nth-child(6) .item-wrap {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.sp-deal .tt-effect-delay-reversed.tt-effect-active .item:nth-child(5) .item-wrap {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sp-deal .tt-effect-delay-reversed.tt-effect-active .item:nth-child(4) .item-wrap {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sp-deal .tt-effect-delay-reversed.tt-effect-active .item:nth-child(3) .item-wrap {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sp-deal .tt-effect-delay-reversed.tt-effect-active .item:nth-child(2) .item-wrap {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sp-deal .tt-effect-delay-reversed.tt-effect-active .item:nth-child(1) .item-wrap {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes fallDown {
    to {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
}

@keyframes fallDown {
    to {
        opacity: 0;
        transform: translateY(70%);
    }
}

@-webkit-keyframes scaleUpFadeIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }

    to {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes scaleUpFadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes slideOut {
    from {
        width: 100%;
    }

    to {
        width: 0;
    }
}

@keyframes slideOut {
    from {
        width: 100%;
    }

    to {
        width: 0;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fallRotate {
    0% {
        -webkit-transform: translateY(0%) rotate(0deg);
        -webkit-animation-timing-function: ease-in;
    }

    40% {
        -webkit-transform: translateY(0%) rotate(20deg);
        -webkit-animation-timing-function: ease-out;
    }

    60% {
        -webkit-transform: translateY(0%) rotate(15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(150%) rotate(17deg);
        opacity: 0;
    }
}

@keyframes fallRotate {
    0% {
        transform: translateY(0%) rotate(0deg);
        animation-timing-function: ease-in;
    }

    40% {
        transform: translateY(0%) rotate(20deg);
        animation-timing-function: ease-out;
    }

    60% {
        transform: translateY(0%) rotate(15deg);
        opacity: 1;
    }

    100% {
        transform: translateY(150%) rotate(17deg);
        opacity: 0;
    }
}

@-webkit-keyframes scaleRotateOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
    }
}

@keyframes scaleRotateOut {
    100% {
        opacity: 0;
        transform: scale(0);
    }
}

@-webkit-keyframes scaleRotateIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50%) translateY(100%) rotate(25deg);
    }

    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0%) translateY(0%) rotate(0deg);
    }
}

@keyframes scaleRotateIn {
    0% {
        opacity: 0;
        transform: translateX(50%) translateY(100%) rotate(25deg);
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translateX(0%) translateY(0%) rotate(0deg);
    }
}

@-webkit-keyframes moveLeft {
    50% {
        opacity: 1;
        -webkit-transform: translateX(-100%) rotateY(35deg) rotateX(10deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    }
}

@keyframes moveLeft {
    50% {
        opacity: 1;
        transform: translateX(-100%) rotateY(35deg) rotateX(10deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    }
}

@-webkit-keyframes popUp {
    0% {
        -webkit-transform: translateZ(-200px);
    }

    50% {
        z-index: -1;
    }

    51% {
        z-index: 1;
    }

    70% {
        z-index: 1;
        visibility: visible;
        -webkit-transform: translateZ(50px);
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        z-index: 1;
        visibility: visible;
        -webkit-transform: translateZ(0px);
    }
}

@keyframes popUp {
    0% {
        transform: translateZ(-200px);
    }

    50% {
        z-index: -1;
    }

    51% {
        z-index: 1;
    }

    70% {
        z-index: 1;
        visibility: visible;
        transform: translateZ(50px);
        animation-timing-function: ease-out;
    }

    100% {
        z-index: 1;
        visibility: visible;
        transform: translateZ(0px);
    }
}

@-webkit-keyframes rotateOutLeft {
    100% {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
    }
}

@keyframes rotateOutLeft {
    100% {
        opacity: 0;
        transform: rotateY(90deg);
    }
}

@-webkit-keyframes rotateInRight {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
    }

    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateY(0deg);
    }
}

@keyframes rotateInRight {
    0% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes hideLeft {
    0% {
        -webkit-transform: translateZ(0px);
    }

    40% {
        -webkit-transform: translate(-40%,0) scale(0.8) rotateY(20deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(-400px);
    }
}

@keyframes hideLeft {
    0% {
        transform: translateZ(0px);
    }

    40% {
        transform: translate(-40%,0) scale(0.8) rotateY(20deg);
    }

    100% {
        transform: translateZ(-400px);
    }
}

@-webkit-keyframes showRight {
    0% {
        -webkit-transform: translateZ(-400px);
    }

    40% {
        z-index: -1;
        -webkit-transform: translate(40%,0) scale(0.8) rotateY(-20deg);
    }

    41% {
        z-index: 1;
    }

    100% {
        z-index: 1;
        visibility: visible;
        -webkit-transform: translateZ(0px);
    }
}

@keyframes showRight {
    0% {
        transform: translateZ(-400px);
    }

    40% {
        z-index: -1;
        transform: translate(40%,0) scale(0.8) rotateY(-20deg);
    }

    41% {
        z-index: 1;
    }

    100% {
        z-index: 1;
        visibility: visible;
        transform: translateZ(0px);
    }
}

@-webkit-keyframes scaleDown {
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
    }
}

@keyframes scaleDown {
    100% {
        opacity: 0;
        transform: scale(0);
    }
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2);
    }

    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes flipOut {
    50% {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
    }
}

@keyframes flipOut {
    50% {
        opacity: 0;
        transform: rotateY(90deg);
    }

    100% {
        opacity: 0;
        transform: rotateY(90deg);
    }
}

@-webkit-keyframes flipIn {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
    }

    50% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
    }

    75% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateY(15deg);
        -webkit-animation-timing-function: ease-in;
    }

    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateY(0deg);
    }
}

@keyframes flipIn {
    0% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    50% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    75% {
        visibility: visible;
        opacity: 1;
        transform: rotateY(15deg);
        animation-timing-function: ease-in;
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes moveToBack {
    100% {
        -webkit-transform: translateX(-60%) scale(0.8);
    }
}

@keyframes moveToBack {
    100% {
        transform: translateX(-60%) scale(0.8);
    }
}

@-webkit-keyframes moveToBack {
    100% {
        -webkit-transform: translateX(-60%) scale(0.8);
    }
}

@-webkit-keyframes moveToFront {
    0% {
        -webkit-transform: translateX(100%) scale(0.8);
    }

    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0%) scale(1);
    }
}

@keyframes moveToFront {
    0% {
        transform: translateX(100%) scale(0.8);
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translateX(0%) scale(1);
    }
}

div.sp-deal .control-button .next, div.sp-deal .control-button .preview {
    font-size: 22px;
    width: 40px;
    height: 40px;
    border: 2px solid #e8e8e8;
    border-radius: 50%;
    color: #e8e8e8;
    text-align: center;
    line-height: 33px;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    transition: 0.3s all ease 0s;
    position: absolute;
    z-index: 2;
    top: 42%;
    background: #fff;
}

    div.sp-deal .control-button .next:hover, div.sp-deal .control-button .preview:hover {
        color: #c3c3c3;
        border-color: #c3c3c3;
    }

div.sp-deal .control-button .preview {
    left: 15px;
    right: auto;
}

    div.sp-deal .control-button .preview .fa:before {
        margin-right: 2px;
    }

div.sp-deal .control-button .next {
    right: 15px;
    left: auto;
}

    div.sp-deal .control-button .next .fa:before {
        margin-left: 3px;
    }

div.hot-deal {
    padding: 0;
    margin: 0;
    border: 1px solid #e1e1e1;
    position: relative;
}

    div.hot-deal h3 {
        font-size: 16px;
        color: #fff;
        border: none;
        display: inline-block;
        padding: 13px;
        z-index: 9;
        border-radius: 0 0 5px 5px;
        text-transform: uppercase;
        margin: 0;
        font-weight: 700;
        position: absolute;
        left: 15px;
        right: auto;
        top: -5px;
        bottom: auto;
    }

        div.hot-deal h3:before {
            border-left: 5px solid transparent;
            border-top: 5px solid transparent;
            bottom: auto;
            content: "";
            left: -5px;
            position: absolute;
            right: auto;
            top: -5px;
        }

        div.hot-deal h3:after {
            border-left: none;
            border-right: 5px solid transparent;
            border-top: 5px solid transparent;
            bottom: auto;
            content: "";
            right: -5px;
            position: absolute;
            left: auto;
            top: -5px;
        }

    div.hot-deal div.sp-deal .slider {
        margin: 0;
        padding: 0;
    }

        div.hot-deal div.sp-deal .slider .vpo-wrap .vp {
            overflow: visible;
        }

            div.hot-deal div.sp-deal .slider .vpo-wrap .vp .item {
                padding: 20px 98px 0 60px;
                overflow: visible;
            }

    div.hot-deal div.sp-deal .product_list .buttons {
        line-height: 200px;
    }

    div.hot-deal div.sp-deal .product_list.grid .product-container {
        margin: 0 0 20px;
        text-align: inherit;
        border: none;
    }

        div.hot-deal div.sp-deal .product_list.grid .product-container .product-image-container {
            padding-bottom: 35px;
        }

        div.hot-deal div.sp-deal .product_list.grid .product-container .left-block {
            position: relative;
            margin: 0;
            float: left;
            margin-right: 30px;
        }

            div.hot-deal div.sp-deal .product_list.grid .product-container .left-block:before {
                content: "";
                background: #fff;
                bottom: 0;
                left: auto;
                right: -30px;
                top: 0;
                height: 100%;
                width: 30px;
                position: absolute;
                z-index: 2;
            }

        div.hot-deal div.sp-deal .product_list.grid .product-container .comments_note {
            display: block;
            position: relative;
            padding: 0 0 10px;
            margin-bottom: 18px;
        }

            div.hot-deal div.sp-deal .product_list.grid .product-container .comments_note .nb-comments {
                display: inline-block;
            }

            div.hot-deal div.sp-deal .product_list.grid .product-container .comments_note:before {
                content: "";
                background: #e8e8e8;
                bottom: 0;
                left: auto;
                right: 0;
                top: auto;
                height: 1px;
                width: 100%;
                position: absolute;
            }

        div.hot-deal div.sp-deal .product_list.grid .product-container .product-desc, div.hot-deal div.sp-deal .product_list.grid .product-container p {
            margin: 0 0 13px;
            font-size: 13px;
            line-height: 22px;
        }

        div.hot-deal div.sp-deal .product_list.grid .product-container .right-block {
            padding: 0;
        }

            div.hot-deal div.sp-deal .product_list.grid .product-container .right-block .price-box {
                visibility: visible;
                opacity: 1;
                margin-bottom: 18px;
            }

                div.hot-deal div.sp-deal .product_list.grid .product-container .right-block .price-box .price {
                    font-size: 22px;
                }

                div.hot-deal div.sp-deal .product_list.grid .product-container .right-block .price-box .old-price {
                    font-size: 16px;
                }

            div.hot-deal div.sp-deal .product_list.grid .product-container .right-block h5.product-name {
                visibility: visible;
                opacity: 1;
            }

                div.hot-deal div.sp-deal .product_list.grid .product-container .right-block h5.product-name a {
                    font-size: 18px;
                    font-weight: bold;
                }

    div.hot-deal div.sp-deal .product_list .product-container .product-image-container .product-image, div.hot-deal div.sp-deal .product_lists .product-container .product-image-container .product-image {
        display: inline-block;
    }

    div.hot-deal div.sp-deal .item-time {
        padding: 0;
        font-size: 0;
        z-index: 2;
    }

        div.hot-deal div.sp-deal .item-time .time-item {
            display: inline-block;
            width: 70px;
            height: 42px;
            line-height: 40px;
            border-radius: 3px;
            background: #ebebeb;
            text-align: center;
            margin-right: 25px;
            position: relative;
        }

            div.hot-deal div.sp-deal .item-time .time-item:before {
                content: "\:";
                font-size: 30px;
                color: #222;
                position: absolute;
                top: -2px;
                left: auto;
                bottom: auto;
                right: -16px;
            }

            div.hot-deal div.sp-deal .item-time .time-item.time-sec {
                margin: 0;
            }

                div.hot-deal div.sp-deal .item-time .time-item.time-sec:before {
                    display: none;
                }

            div.hot-deal div.sp-deal .item-time .time-item .num-time {
                color: #7d7d7d;
                font-size: 13px;
                text-transform: uppercase;
                font-weight: normal;
            }

                div.hot-deal div.sp-deal .item-time .time-item .num-time span {
                    color: #222;
                    font-size: 30px;
                    display: block;
                    font-weight: normal;
                    margin-bottom: 0;
                }

    div.hot-deal div.sp-deal .buttons {
        margin-top: 25px;
        text-transform: uppercase;
    }

div.hot-deal-2 {
    padding: 20px 30px 5px;
    margin-bottom: 40px;
    border: 1px solid #e1e1e1;
    border-top: none;
}

    div.hot-deal-2 .sp-deal .slider .vpo-wrap .vp .item {
        padding: 0 5px;
    }

        div.hot-deal-2 .sp-deal .slider .vpo-wrap .vp .item .product-container {
            margin-bottom: 0;
            border: none;
        }

            div.hot-deal-2 .sp-deal .slider .vpo-wrap .vp .item .product-container .right-block {
                padding: 0;
            }

                div.hot-deal-2 .sp-deal .slider .vpo-wrap .vp .item .product-container .right-block .price-box {
                    display: none;
                }

                div.hot-deal-2 .sp-deal .slider .vpo-wrap .vp .item .product-container .right-block h5.product-name {
                    visibility: visible;
                    opacity: 1;
                }

                    div.hot-deal-2 .sp-deal .slider .vpo-wrap .vp .item .product-container .right-block h5.product-name a {
                        font-size: 13px;
                        color: #7d7d7d;
                    }

            div.hot-deal-2 .sp-deal .slider .vpo-wrap .vp .item .product-container .product-image-container {
                border: 1px solid #e1e1e1;
                border-radius: 5px;
            }

                div.hot-deal-2 .sp-deal .slider .vpo-wrap .vp .item .product-container .product-image-container img {
                    border-radius: 5px;
                }

            div.hot-deal-2 .sp-deal .slider .vpo-wrap .vp .item .product-container:hover .buttons {
                display: none;
            }

        div.hot-deal-2 .sp-deal .slider .vpo-wrap .vp .item .item-time {
            display: none;
        }

    div.hot-deal-2 .control-button .preview, div.hot-deal-2 .control-button .next {
        width: 30px;
        height: 30px;
        line-height: 24px;
        font-size: 18px;
        border-width: 2px;
        top: 30%;
    }

    div.hot-deal-2 .control-button .preview {
        left: -25px;
    }

    div.hot-deal-2 .control-button .next {
        right: -25px;
    }

@media (min-width:768px) and (max-width:1199px) {
    div div.hot-deal div.sp-deal .item-time .time-item {
        width: 50px;
    }

        div div.hot-deal div.sp-deal .item-time .time-item .num-time span {
            font-size: 24px;
        }

    div div.hot-deal div.sp-deal .slider .vpo-wrap .vp .item {
        padding: 20px 60px;
    }
}

@media (max-width:767px) {
    div div.hot-deal div.sp-deal .item-time .time-item {
        width: 38px;
    }

        div div.hot-deal div.sp-deal .item-time .time-item .num-time span {
            font-size: 16px;
        }

    div div.hot-deal div.sp-deal .product_list.grid .product-container .left-block {
        float: none;
        margin: 0 0 30px;
        text-align: center;
    }

    div div.hot-deal div.sp-deal .slider .vpo-wrap .vp .item {
        padding: 20px 30px;
    }

    div.hot-deal-2 .control-button .preview, div.hot-deal-2 .control-button .next {
        top: 25%;
    }
}

.sp-extraslider .owl-carousel .owl-item {
    opacity: 1 !important;
}

.sp-extraslider .owl-carousel .owl-stage-outer {
    overflow: hidden;
}

.sp-extraslider .extraslider-inner {
    direction: ltr;
}

    .sp-extraslider .extraslider-inner .item-wrap {
        overflow: hidden;
        padding: 10px 0;
    }

        .sp-extraslider .extraslider-inner .item-wrap:last-child {
            padding: 10px 0 0 0;
        }

        .sp-extraslider .extraslider-inner .item-wrap .item-wrap-inner {
            overflow: hidden;
            position: relative;
        }

        .sp-extraslider .extraslider-inner .item-wrap .item-image {
            float: left;
            margin-right: 18px;
            background: #f4f8fb;
            overflow: hidden;
            position: relative;
        }

        .sp-extraslider .extraslider-inner .item-wrap .item-title {
            overflow: hidden;
        }

            .sp-extraslider .extraslider-inner .item-wrap .item-title a {
                font-size: 16px;
                font-weight: 600;
                text-transform: uppercase;
                color: #222;
                transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
                -ms-transition: all 0.3s ease 0s;
            }

        .sp-extraslider .extraslider-inner .item-wrap .star_content {
            display: none;
        }

div.left-product, div.sp_extra_1 {
    margin-bottom: 40px;
    border: 1px solid #e1e1e1;
}

    div.left-product h3.title_block, div.sp_extra_1 h3.title_block {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 0;
        background: #f2f2f2;
    }

    div.left-product .extraslider-inner, div.sp_extra_1 .extraslider-inner {
    }

        div.left-product .extraslider-inner .item, div.sp_extra_1 .extraslider-inner .item {
            padding: 20px 10px 17px;
        }

        div.left-product .extraslider-inner .product-container, div.sp_extra_1 .extraslider-inner .product-container {
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
            min-height: 100px;
        }

            div.left-product .extraslider-inner .product-container:last-child, div.sp_extra_1 .extraslider-inner .product-container:last-child {
                margin-bottom: 0;
            }

            div.left-product .extraslider-inner .product-container .left-block, div.sp_extra_1 .extraslider-inner .product-container .left-block {
                float: left;
                margin-right: 10px;
                position: relative;
            }

            div.left-product .extraslider-inner .product-container .right-block, div.sp_extra_1 .extraslider-inner .product-container .right-block {
                text-align: left;
                padding: 16px 0 0;
            }

                div.left-product .extraslider-inner .product-container .right-block h5.product-name, div.sp_extra_1 .extraslider-inner .product-container .right-block h5.product-name {
                    font-size: 14px;
                    font-weight: 500;
                    margin: 0 0 5px;
                    position: relative;
                    text-transform: capitalize;
                    transition: all 0.3s ease 0s;
                }

                    div.left-product .extraslider-inner .product-container .right-block h5.product-name a, div.sp_extra_1 .extraslider-inner .product-container .right-block h5.product-name a {
                        color: #222;
                    }

                div.left-product .extraslider-inner .product-container .right-block .title_manufacture, div.sp_extra_1 .extraslider-inner .product-container .right-block .title_manufacture {
                    font-size: 13px;
                    color: #7d7d7d;
                    margin-bottom: 5px;
                }

                div.left-product .extraslider-inner .product-container .right-block .comments_note, div.sp_extra_1 .extraslider-inner .product-container .right-block .comments_note {
                    display: none;
                }

                div.left-product .extraslider-inner .product-container .right-block .price-box, div.sp_extra_1 .extraslider-inner .product-container .right-block .price-box {
                    background: transparent;
                    padding: 0;
                }

                    div.left-product .extraslider-inner .product-container .right-block .price-box .old-price, div.sp_extra_1 .extraslider-inner .product-container .right-block .price-box .old-price {
                        color: #7d7d7d;
                        font-size: 14px;
                        font-weight: 600;
                        margin: 0 10px;
                        padding: 0;
                        text-decoration: line-through;
                    }

                    div.left-product .extraslider-inner .product-container .right-block .price-box .price, div.sp_extra_1 .extraslider-inner .product-container .right-block .price-box .price {
                        font-size: 16px;
                        font-weight: 700;
                    }

            div.left-product .extraslider-inner .product-container:hover, div.sp_extra_1 .extraslider-inner .product-container:hover {
                cursor: pointer;
            }

                div.left-product .extraslider-inner .product-container:hover .buttons a.quick-view, div.sp_extra_1 .extraslider-inner .product-container:hover .buttons a.quick-view {
                    transform: scale(1);
                    -ms-transform: scale(1);
                    -webkit-transform: scale(1);
                    opacity: 1;
                }

                div.left-product .extraslider-inner .product-container:hover .button-container, div.sp_extra_1 .extraslider-inner .product-container:hover .button-container {
                    z-index: 4;
                    bottom: 0;
                }

                    div.left-product .extraslider-inner .product-container:hover .button-container .cart_button, div.left-product .extraslider-inner .product-container:hover .button-container .addToWishlist, div.left-product .extraslider-inner .product-container:hover .button-container .add_to_compare, div.left-product .extraslider-inner .product-container:hover .button-container .quick-view, div.sp_extra_1 .extraslider-inner .product-container:hover .button-container .cart_button, div.sp_extra_1 .extraslider-inner .product-container:hover .button-container .addToWishlist, div.sp_extra_1 .extraslider-inner .product-container:hover .button-container .add_to_compare, div.sp_extra_1 .extraslider-inner .product-container:hover .button-container .quick-view {
                        opacity: 1;
                    }

        div.left-product .extraslider-inner .buttons, div.sp_extra_1 .extraslider-inner .buttons {
            display: block;
            position: absolute;
            text-align: center;
            line-height: 85px;
            z-index: 3;
            width: 100%;
            height: 100%;
            top: 0;
        }

        div.left-product .extraslider-inner .button-container, div.sp_extra_1 .extraslider-inner .button-container {
            position: absolute;
            top: auto;
            bottom: -50px;
            right: 0;
            left: 95px;
            width: 100%;
            padding: 5px 0;
            z-index: -1;
            background: #fff;
        }

            div.left-product .extraslider-inner .button-container .cart_button, div.left-product .extraslider-inner .button-container .addToWishlist, div.left-product .extraslider-inner .button-container .add_to_compare, div.sp_extra_1 .extraslider-inner .button-container .cart_button, div.sp_extra_1 .extraslider-inner .button-container .addToWishlist, div.sp_extra_1 .extraslider-inner .button-container .add_to_compare {
                height: 33px;
                width: 33px;
                font-size: 12px;
                line-height: 30px;
                border-radius: 50%;
                text-align: center;
                opacity: 0;
                transition: 0.3s all ease 0s;
                position: relative;
                background: #fff;
                display: inline-block;
                vertical-align: middle;
                cursor: pointer;
            }

                div.left-product .extraslider-inner .button-container .cart_button span, div.left-product .extraslider-inner .button-container .addToWishlist span, div.left-product .extraslider-inner .button-container .add_to_compare span, div.sp_extra_1 .extraslider-inner .button-container .cart_button span, div.sp_extra_1 .extraslider-inner .button-container .addToWishlist span, div.sp_extra_1 .extraslider-inner .button-container .add_to_compare span {
                    color: #fff;
                    text-transform: capitalize;
                    font-size: 13px;
                    font-weight: 400;
                }

                div.left-product .extraslider-inner .button-container .cart_button:hover, div.left-product .extraslider-inner .button-container .addToWishlist:hover, div.left-product .extraslider-inner .button-container .add_to_compare:hover, div.sp_extra_1 .extraslider-inner .button-container .cart_button:hover, div.sp_extra_1 .extraslider-inner .button-container .addToWishlist:hover, div.sp_extra_1 .extraslider-inner .button-container .add_to_compare:hover {
                    color: #fff;
                }

            div.left-product .extraslider-inner .button-container .addToWishlist, div.sp_extra_1 .extraslider-inner .button-container .addToWishlist {
                margin: 0 3px;
            }

    div.left-product .owl-controls .owl-prev, div.left-product .owl-controls .owl-next, div.sp_extra_1 .owl-controls .owl-prev, div.sp_extra_1 .owl-controls .owl-next {
        font-size: 18px;
        width: 30px;
        height: 30px;
        border: 2px solid #e8e8e8;
        border-radius: 50%;
        color: #e8e8e8;
        text-align: center;
        line-height: 24px;
        margin: 0;
        cursor: pointer;
        display: inline-block;
        transition: 0.3s all ease 0s;
        position: absolute;
        z-index: 2;
        top: 8px;
        background: #fff;
    }

        div.left-product .owl-controls .owl-prev:hover, div.left-product .owl-controls .owl-next:hover, div.sp_extra_1 .owl-controls .owl-prev:hover, div.sp_extra_1 .owl-controls .owl-next:hover {
            color: #c3c3c3;
            border-color: #c3c3c3;
        }

    div.left-product .owl-controls .owl-prev, div.sp_extra_1 .owl-controls .owl-prev {
        left: auto;
        right: 65px;
    }

    div.left-product .owl-controls .owl-next, div.sp_extra_1 .owl-controls .owl-next {
        left: auto;
        right: 30px;
    }

div.sp_extra_2 .extraslider-inner .product-container .right-block h5.product-name a {
    font-weight: 600;
}

div.sp_extra_2 .html-image, div.sp_extra_2 .extraslider-inner {
    width: 100%;
    float: left;
}

div.sp_extra_2 .html-image {
    padding: 0;
}

@media (max-width:1199px) {
    .sp-extraslider .product-container .product-image-container .product-image {
        display: inline-block;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    div.sp_extra_1 .extraslider-inner .item {
        padding: 5px 5px 0;
    }

        div.sp_extra_1 .extraslider-inner .item .product-container {
            margin-bottom: 5px;
        }

            div.sp_extra_1 .extraslider-inner .item .product-container .right-block {
                padding-top: 9px;
            }
}

@media (min-width:768px) and (max-width:991px) {
    div.sp_extra_2 .html-image {
        width: 40%;
    }

    div.sp_extra_2 .extraslider-inner {
        width: 60%;
    }
}

@media (max-width:767px) {
    div div.sp_extra_2 .html-image {
        display: none;
    }

    div div.sp_extra_2 .extraslider-inner {
        width: 100%;
        float: none;
    }
}

#currencies-block-top {
    float: right;
    display: inline-block;
    position: relative;
    height: 38px;
    padding: 0 10px;
}

    #currencies-block-top div.current {
        cursor: pointer;
        line-height: 37px;
        margin: 0;
        transition: 0.3s all ease 0s;
        position: relative;
    }

        #currencies-block-top div.current span {
            padding: 0 15px 0 5px;
            color: #2d2d2d;
            font-size: 12px;
        }

        #currencies-block-top div.current img {
            margin-top: -2px;
        }

        #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
            color: #fff;
        }

        #currencies-block-top div.current:after {
            content: "\f107";
            font-family: FontAwesome;
            font-size: 12px;
            position: absolute;
            top: 0;
            right: 0;
            left: auto;
            color: #999;
        }

    #currencies-block-top ul {
        display: none;
        position: absolute;
        width: 80px;
        padding: 0;
        right: 0;
        left: auto;
        background: #fff;
        border-style: solid;
        border-color: #ebebeb;
        border-width: 1px;
        z-index: 11;
    }

        #currencies-block-top ul li {
            line-height: 35px;
        }

            #currencies-block-top ul li a, #currencies-block-top ul li > span {
                padding: 0 10px;
                display: block;
                transition: 0.3 all ease 0s;
            }

            #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
                background: #F1F1F1;
            }

            #currencies-block-top ul li:first-child {
                margin-bottom: 1px;
            }

.content-v3 #currencies-block-top {
    float: left;
}

.content-v4 #currencies-block-top {
    float: none;
    vertical-align: top;
}

    .content-v4 #currencies-block-top div.current span {
        color: #fff;
    }

    .content-v4 #currencies-block-top div.current.active span, .content-v4 #currencies-block-top div.current:hover span {
        color: #ccc;
    }

    .content-v4 #currencies-block-top div.current:after {
        color: #fff;
    }

@media (max-width:767px) {
    div#currencies-block-top {
        float: none;
    }

        div#currencies-block-top ul {
            text-align: left;
        }

    .rtl div#currencies-block-top {
        padding: 0 10px;
    }

        .rtl div#currencies-block-top ul {
            text-align: right;
        }

    .content-v1 div#currencies-block-top ul, .content-v2 div#currencies-block-top ul {
        left: 0;
        right: auto;
    }

    .content-v1.rtl div#currencies-block-top ul, .content-v2.rtl div#currencies-block-top ul {
        left: auto;
        right: 0;
    }

    .content-v3 div#currencies-block-top {
        float: none;
    }

    .content-v4 div#currencies-block-top {
        float: right;
    }

    .content-v4.rtl div#currencies-block-top {
        float: left;
    }
}

#languages-block-top {
    float: right;
    display: inline-block;
    position: relative;
    height: 38px;
    padding: 0 15px;
}

    #languages-block-top:before {
        content: "";
        position: absolute;
        top: 11px;
        height: 15px;
        width: 1px;
        left: auto;
        right: 0;
        bottom: auto;
        background: #ddd;
    }

    #languages-block-top div.current {
        line-height: 37px;
        cursor: pointer;
        margin: 0;
        color: #666;
        transition: 0.3s all ease 0s;
        position: relative;
    }

        #languages-block-top div.current span {
            padding: 0 15px 0 5px;
            color: #2d2d2d;
            font-size: 12px;
        }

        #languages-block-top div.current img {
            margin-top: -2px;
        }

        #languages-block-top div.current:hover, #languages-block-top div.current.active {
            color: #2d2d2d;
        }

        #languages-block-top div.current:after {
            content: "\f107";
            font-family: FontAwesome;
            font-size: 12px;
            position: absolute;
            top: 0;
            right: 0;
            left: auto;
            color: #999;
        }

    #languages-block-top ul {
        display: none;
        position: absolute;
        width: 100%;
        padding: 0;
        background: #fff;
        border-style: solid;
        border-color: #ebebeb;
        border-width: 1px;
        z-index: 11;
        left: 0;
        right: auto;
    }

        #languages-block-top ul li {
            line-height: 35px;
        }

            #languages-block-top ul li a, #languages-block-top ul li > span {
                padding: 0 12px;
                display: block;
                transition: 0.3 all ease 0s;
            }

                #languages-block-top ul li a img, #languages-block-top ul li > span img {
                    margin: -2px 7px 0;
                    display: none;
                }

            #languages-block-top ul li.selected, #languages-block-top ul li:hover a {
                background: #F1F1F1;
            }

            #languages-block-top ul li:first-child {
                margin-bottom: 1px;
            }

.content-v3 #languages-block-top {
    float: left;
    padding: 0 15px 0 0;
}

.content-v4 #languages-block-top {
    float: none;
    vertical-align: top;
}

    .content-v4 #languages-block-top div.current {
        color: #fff;
    }

        .content-v4 #languages-block-top div.current span {
            color: #fff;
        }

        .content-v4 #languages-block-top div.current:hover span, .content-v4 #languages-block-top div.current.active span {
            color: #ccc;
        }

        .content-v4 #languages-block-top div.current:after {
            color: #fff;
        }

@media (max-width:767px) {
    div#languages-block-top {
        float: none;
        padding: 0 14px;
    }

        div#languages-block-top:before {
            left: 0;
            right: auto;
        }

        div#languages-block-top ul {
            text-align: left;
            width: 100px;
        }

    .rtl #languages-block-top ul {
        text-align: right;
    }

    .rtl #languages-block-top:before {
        left: auto;
        right: 0;
    }

    .content-v3 div#languages-block-top {
        float: none;
        padding: 0;
    }

    .content-v4 div#languages-block-top {
        float: right;
    }

    .content-v4.rtl div#languages-block-top {
        float: left;
    }
}

#newsletter_block_home {
    margin: 0;
}

    #newsletter_block_home h3.title, #newsletter_block_home form {
        display: inline-block;
    }

    #newsletter_block_home h3.title {
        color: #222;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        margin: 0 20px 0 0;
    }

    #newsletter_block_home form {
        margin: 0;
        max-width: 530px;
        width: auto;
        border-radius: 50px;
        background: #fff;
    }

    #newsletter_block_home .form-group {
        margin: 0;
        height: 40px;
        padding: 0 115px 0 0;
        position: relative;
    }

        #newsletter_block_home .form-group .button {
            width: auto;
            padding: 0 20px;
            height: 100%;
            border-radius: 0 40px 40px 0;
            position: absolute;
            font-size: 14px;
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            right: 0;
            top: 0;
            text-align: center;
        }

            #newsletter_block_home .form-group .button .fa {
                font-size: 16px;
            }

        #newsletter_block_home .form-group .newsletter-input {
            height: 100%;
            border: none;
            background: transparent;
            color: #8c8c8c;
            font-size: 13px;
            width: 100%;
            font-weight: normal;
            padding: 0 35px;
        }

        #newsletter_block_home .form-group input::-webkit-input-placeholder {
            color: #8c8c8c;
        }

        #newsletter_block_home .form-group input::-moz-placeholder {
            color: #8c8c8c;
        }

        #newsletter_block_home .form-group input:-moz-placeholder {
            color: #8c8c8c;
        }

        #newsletter_block_home .form-group input:-ms-input-placeholder {
            color: #8c8c8c;
        }

#newsletter_block_popup {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

    #newsletter_block_popup:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #000;
        opacity: 0.67;
    }

    #newsletter_block_popup .close {
        display: block;
        height: 35px;
        width: 35px;
        line-height: 32px;
        border-radius: 50%;
        text-align: center;
        position: absolute;
        color: #fff;
        font-size: 14px;
        top: -15px;
        right: -18px;
        left: auto;
        bottom: auto;
        z-index: 12;
        opacity: 1;
        cursor: pointer;
    }

    #newsletter_block_popup .block_content {
        width: 57%;
        height: 400px;
        padding: 0;
        position: fixed;
        left: 21%;
        z-index: 11;
        top: 70px;
        background: #fff url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spblocknewsletter/img/bg_popup.jpg) no-repeat left center;
        background-size: 100% 100%;
    }

        #newsletter_block_popup .block_content .content-inner {
            padding: 0;
            height: 100%;
            width: 100%;
            padding: 7.5% 0 0 10%;
            display: block;
            position: relative;
        }

            #newsletter_block_popup .block_content .content-inner h2.title {
                font-size: 30px;
                color: #222;
                margin: 0 0 18px;
                font-weight: 700;
                text-transform: uppercase;
                position: relative;
            }

                #newsletter_block_popup .block_content .content-inner h2.title:before {
                    content: "\newletter";
                    position: absolute;
                    left: 0;
                    top: -23px;
                    right: auto;
                    bottom: auto;
                    font-size: 70px;
                    color: #f4f4f4;
                    font-weight: bold;
                    letter-spacing: 1px;
                    z-index: -1;
                }

            #newsletter_block_popup .block_content .content-inner h4 {
                font-size: 16px;
                color: #555;
                font-weight: 600;
                margin: 0 0 35px;
            }

            #newsletter_block_popup .block_content .content-inner form {
                margin: 0 0 8px;
                width: 400px;
            }

            #newsletter_block_popup .block_content .content-inner .form-group {
                margin: 0;
                height: 45px;
                padding: 0 50px 0 0;
                position: relative;
                background: #fff;
                border: 1px solid #ebebeb;
            }

                #newsletter_block_popup .block_content .content-inner .form-group .button {
                    width: 50px;
                    height: 100%;
                    position: absolute;
                    left: auto;
                    background: transparent;
                    right: 1px;
                    top: 0;
                    padding: 0;
                    font-weight: bold;
                    text-align: center;
                    font-size: 20px;
                }

                #newsletter_block_popup .block_content .content-inner .form-group .newsletter-input {
                    height: 100%;
                    border: none;
                    background: transparent;
                    font-size: 13px;
                    width: 100%;
                    color: #8c8c8c;
                    font-weight: normal;
                    padding: 0 10px;
                }

            #newsletter_block_popup .block_content .content-inner .msg {
                display: block;
                margin: 0;
                width: 100%;
            }

                #newsletter_block_popup .block_content .content-inner .msg .checker {
                    display: inline-block;
                }

                #newsletter_block_popup .block_content .content-inner .msg label {
                    display: inline-block;
                    font-weight: normal;
                    margin: 0 7px;
                }

            #newsletter_block_popup .block_content .content-inner div.checker input {
                vertical-align: top;
            }

            #newsletter_block_popup .block_content .content-inner .sharing-buttons {
                position: absolute;
                top: auto;
                bottom: 0;
                left: 0;
                right: 0;
                background: rgba(255,92,0,0.7);
                border: none;
                padding: 20px 0 23px;
                margin: 0;
                text-align: center;
                display: block;
            }

                #newsletter_block_popup .block_content .content-inner .sharing-buttons h3.title {
                    margin: 0 0 15px;
                    color: #fff;
                    text-transform: uppercase;
                    font-weight: bold;
                    font-size: 16px;
                }

                #newsletter_block_popup .block_content .content-inner .sharing-buttons a {
                    display: inline-block;
                    height: 35px;
                    width: 35px;
                    border-radius: 50%;
                    text-align: center;
                    margin: 0 3px;
                    line-height: 34px;
                    background: #fff;
                    color: #222;
                    font-size: 16px;
                    transition: all 0.3s ease 0s;
                }

.content-v3 #newsletter_block_home {
    width: 100%;
    padding: 0 15px;
}

div#newsletter_block_home.new-letter-2 {
    position: relative;
    padding: 0 45px;
}

    div#newsletter_block_home.new-letter-2:before, div#newsletter_block_home.new-letter-2:after {
        content: "";
        position: absolute;
        height: 95%;
        width: 1px;
        top: 0;
        bottom: auto;
    }

    div#newsletter_block_home.new-letter-2:before {
        left: 0;
        right: auto;
    }

    div#newsletter_block_home.new-letter-2:after {
        left: auto;
        right: 0;
    }

    div#newsletter_block_home.new-letter-2 h3.title {
        color: #fff;
        font-size: 16px;
        margin: 0 0 10px;
    }

    div#newsletter_block_home.new-letter-2 .fa {
        margin-right: 10px;
        line-height: 14px;
        vertical-align: top;
    }

    div#newsletter_block_home.new-letter-2 p {
        color: rgba(255,255,255,0.7);
        margin: 0 0 28px;
    }

    div#newsletter_block_home.new-letter-2 form {
        border-radius: 0;
    }

    div#newsletter_block_home.new-letter-2 .form-group {
        padding: 0 60px 0 0;
    }

        div#newsletter_block_home.new-letter-2 .form-group .button {
            border-radius: 0;
            background: #9e9e9e;
        }

            div#newsletter_block_home.new-letter-2 .form-group .button:hover {
                background: #b8b8b8;
            }

        div#newsletter_block_home.new-letter-2 .form-group .newsletter-input {
            padding: 0 15px;
        }

.rtl #newsletter_block_popup .close {
    left: -18px;
    right: auto;
}

.rtl #newsletter_block_popup .block_content {
    background: #fff url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spblocknewsletter/img/popup-letter-2.jpg") no-repeat scroll left center/100% 100%;
}

    .rtl #newsletter_block_popup .block_content .content-inner {
        padding: 7.5% 10% 0 0;
    }

        .rtl #newsletter_block_popup .block_content .content-inner h2.title:before {
            left: auto;
            right: 0;
        }

        .rtl #newsletter_block_popup .block_content .content-inner .form-group {
            padding: 0 0 0 50px;
        }

            .rtl #newsletter_block_popup .block_content .content-inner .form-group .button {
                right: auto;
                left: 1px;
            }

        .rtl #newsletter_block_popup .block_content .content-inner:before {
            left: auto;
            right: 0;
        }

@media (min-width:1400px) {
    #newsletter_block_popup .block_content {
        width: 40.5%;
        left: 30%;
        top: 200px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    div#newsletter_block_home h3.title, div#newsletter_block_home form {
        display: block;
    }

    div#newsletter_block_home h3.title {
        margin: 0 0 20px;
    }

    div#newsletter_block_popup .block_content {
        height: 400px;
        width: 80%;
        left: 10%;
    }

    .content-v3 div#newsletter_block_home form {
        display: inline-block;
    }

    div#newsletter_block_home.new-letter-2 {
        padding: 0 35px;
    }
}

@media (max-width:992px) {
    div#newsletter_block_home {
        text-align: center;
        margin-bottom: 20px;
    }

        div#newsletter_block_home h3.title {
            margin: 0 0 20px;
            display: block;
        }
}

@media (min-width:768px) and (max-width:992px) {
    #newsletter_block_popup .block_content {
        height: 360px;
        width: 86%;
        left: 7%;
        margin-top: 5%;
    }
}

@media (max-width:767px) {
    #newsletter_block_popup {
        display: none;
    }

    div#newsletter_block_home.new-letter-2 {
        padding: 0 15px;
        text-align: justify;
        margin-bottom: 40px;
    }

        div#newsletter_block_home.new-letter-2:before, div#newsletter_block_home.new-letter-2:after {
            display: none;
        }
}

@-moz-document url-prefix() {
    div .sp_listing_tab_1 .title-module-listingtab;

{
    padding: 15px;
}

}

.sp_listing_tab_1 {
    position: relative;
}

    .sp_listing_tab_1 .box-html {
        padding: 0;
    }

    .sp_listing_tab_1 .title-module-listingtab {
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        padding: 14px 15px;
        margin: -7px 0 0 -7px;
        border-radius: 0 10px 0 0;
        position: relative;
    }

        .sp_listing_tab_1 .title-module-listingtab:before {
            content: "";
            position: absolute;
            top: auto;
            bottom: -8px;
            left: 0;
            right: auto;
            border-bottom: 8px solid transparent;
            border-top: 8px solid transparent;
        }

    .sp_listing_tab_1 .img a {
        display: block;
        position: relative;
    }

        .sp_listing_tab_1 .img a:before {
            background-color: rgba(0,0,0,0.3);
            content: '';
            height: 100%;
            width: 100%;
            left: 0;
            position: absolute;
            top: 0;
            transition: all 0.2s ease-in-out 0s;
            -moz-transition: all 0.2s ease-in-out 0s;
            -webkit-transition: all 0.2s ease-in-out 0s;
            visibility: hidden;
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .sp_listing_tab_1 .img a:hover:before {
            visibility: visible;
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .sp_listing_tab_1.sp_listing_tab_2 .box-html, .sp_listing_tab_1.sp_listing_tab_2 .sp-listing-tabs {
        float: right;
    }

    .sp_listing_tab_1.sp_listing_tab_2 .title-module-listingtab {
        margin: -7px -7px 0 0;
        border-radius: 10px 0 0 0;
        text-align: right;
    }

        .sp_listing_tab_1.sp_listing_tab_2 .title-module-listingtab:before {
            content: "";
            position: absolute;
            top: auto;
            bottom: -8px;
            left: auto;
            right: 0;
            border-bottom: 8px solid transparent;
            border-top: 8px solid transparent;
        }

    .sp_listing_tab_1.sp_listing_tab_2 .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
        float: right;
    }

    .sp_listing_tab_1.sp_listing_tab_2 .sp-listing-tabs .ltabs-items .ltabs-item .item-inner .product-container {
        margin-bottom: 0;
        border-top: none;
        border-left: 1px solid #ebebeb;
        border-right: none;
    }

    .sp_listing_tab_1.sp_listing_tab_2 .sp-listing-tabs .ltabs-items-selected .owl-controls .owl-prev {
        left: 15px;
        right: auto;
    }

    .sp_listing_tab_1.sp_listing_tab_2 .sp-listing-tabs .ltabs-items-selected .owl-controls .owl-next {
        left: 50px;
        right: auto;
    }

div.sp-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
    margin-bottom: 15px;
}

    div.sp-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
        margin: 0;
    }

        div.sp-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .product-container {
            margin-bottom: 0;
            border-top: none;
            border-left: none;
            transition: all 0.3s ease 0s;
        }

            div.sp-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .product-container:hover {
                box-shadow: -1px 2px 6px #ddd;
                -ms-box-shadow: -1px 2px 6px #ddd;
                z-index: 3;
            }

div.sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-prev, div.sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-next {
    font-size: 16px;
    width: 30px;
    height: 30px;
    border: 2px solid #e8e8e8;
    border-radius: 50%;
    color: #e8e8e8;
    text-align: center;
    line-height: 25px;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    transition: 0.3s all ease 0s;
    position: absolute;
    z-index: 2;
    top: -36px;
    background: #fff;
}

    div.sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-prev:hover, div.sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-next:hover {
        color: #c3c3c3;
        border-color: #c3c3c3;
    }

div.sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-prev {
    left: auto;
    right: 50px;
}

    div.sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-prev .fa {
        margin-right: 2px;
    }

div.sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-next {
    left: auto;
    right: 15px;
}

    div.sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-next .fa {
        margin-left: 2px;
    }

div.sp-listing-tabs .product_list .buttons, div.sp-listing-tabs .product_lists .buttons {
    line-height: 195px;
}

div.sp-listing-tabs .ltabs-wrap .ltabs-items-container {
    overflow: visible;
}

div.sp-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    margin: 0;
}

    div.sp-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs {
        background: #f2f2f2;
    }

        div.sp-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li {
            margin: 0;
            padding: 2px 15px;
        }

div.sp_listing_tab_4 {
    margin: 0 0 30px;
}

    div.sp_listing_tab_4 .title-module-listingtab {
        text-align: center;
        padding: 0;
    }

        div.sp_listing_tab_4 .title-module-listingtab h3 {
            font-weight: 900;
            color: #222;
            letter-spacing: 2px;
            font-size: 24px;
            margin: 0;
        }

            div.sp_listing_tab_4 .title-module-listingtab h3 span {
                font-weight: 400;
                display: block;
                font-size: 14px;
                letter-spacing: 0;
                margin: 15px 0 39px;
                text-transform: none;
            }

    div.sp_listing_tab_4 .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs {
        font-size: 0;
        text-align: center;
        background: #fff;
        margin-bottom: 40px;
    }

        div.sp_listing_tab_4 .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
            float: none;
            display: inline-block;
            border: 1px solid #222;
            border-right: none;
            background: #fff;
            width: 160px;
            line-height: 40px;
            padding: 0;
            transition: all 0.3s ease 0s;
        }

            div.sp_listing_tab_4 .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li:last-child {
                border-right: 1px solid #222;
            }

            div.sp_listing_tab_4 .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel, div.sp_listing_tab_4 .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover {
                background: #222;
            }

                div.sp_listing_tab_4 .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel > span, div.sp_listing_tab_4 .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover > span {
                    color: #fff;
                }

    div.sp_listing_tab_4 div.sp-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .product-container {
        border: none;
    }

        div.sp_listing_tab_4 div.sp-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .product-container:hover {
            box-shadow: none;
        }

    div.sp_listing_tab_4 div.sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-next, div.sp_listing_tab_4 div.sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-prev {
        top: 35%;
        font-size: 22px;
        height: 42px;
        width: 42px;
        line-height: 40px;
        border: none;
        background: rgba(0,0,0,0.3);
        transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
    }

        div.sp_listing_tab_4 div.sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-next:hover, div.sp_listing_tab_4 div.sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-prev:hover {
            background: rgba(0,0,0,0.6);
        }

    div.sp_listing_tab_4 div.sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-next {
        left: auto;
        right: 15px;
    }

    div.sp_listing_tab_4 div.sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-prev {
        left: 15px;
        right: auto;
    }

    div.sp_listing_tab_4 div.sp-listing-tabs .ltabs-items-container:hover .ltabs-items-selected .owl-controls .owl-prev, div.sp_listing_tab_4 div.sp-listing-tabs .ltabs-items-container:hover .ltabs-items-selected .owl-controls .owl-next {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }

    div.sp_listing_tab_4 .product_list .price-box .price {
        color: #222;
    }

    div.sp_listing_tab_4 .product_list .buttons {
        line-height: 320px;
    }

@media (min-width:991px) and (max-width:1199px) {
    div.sp_listing_tab_1 .box-html {
        width: 20.3%;
    }

    div.sp_listing_tab_1 .sp-listing-tabs {
        width: 79.7%;
    }
}

@media (max-width:767px) {
    div.box-html {
        position: absolute;
    }

        div.box-html .img {
            display: none;
        }

    div.sp_listing_tab_1 .title-module-listingtab {
        color: #222;
        border-radius: 0;
        margin: 0;
        background: transparent;
        padding: 0;
    }

        div.sp_listing_tab_1 .title-module-listingtab:before {
            display: none;
        }

    div.sp_listing_tab_1.sp_listing_tab_2 div.sp-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .product-container {
        border: 1px solid #e8e8e8;
        border-top: none;
    }

    div.sp_listing_tab_1.sp_listing_tab_2 div.sp-listing-tabs .ltabs-items-selected .owl-controls .owl-prev {
        left: auto;
        right: 50px;
    }

    div.sp_listing_tab_1.sp_listing_tab_2 div.sp-listing-tabs .ltabs-items-selected .owl-controls .owl-next {
        left: auto;
        right: 15px;
    }

    div div.sp-listing-tabs div.ltabs-items-container .ltabs-items .ltabs-item .item-inner .product-container {
        border: 1px solid #e8e8e8;
        border-top: none;
    }

    div div.sp-listing-tabs .ltabs-wrap .ltabs-tabs-container {
        background: #f5f5f5;
        padding-top: 5px;
    }

    div.sp-listing-tabs {
        width: 100%;
        margin-top: 50px;
    }

        div.sp-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li {
            padding: 10px 20px;
        }

    .rtl div.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow {
        float: left;
        border-radius: 3px 0 0 3px;
        margin-right: -2px;
    }

    .rtl div.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
        text-align: right;
    }

    .rtl div.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
        border-left: medium none;
        border-right: 1px solid #ddd;
        float: right;
        text-align: right;
    }

    .rtl div.sp_listing_tab_1.sp_listing_tab_2 div.sp-listing-tabs .ltabs-items-selected .owl-controls .owl-prev {
        left: 15px;
        right: auto;
    }

    .rtl div.sp_listing_tab_1.sp_listing_tab_2 div.sp-listing-tabs .ltabs-items-selected .owl-controls .owl-next {
        left: 50px;
        right: auto;
    }

    div.sp_listing_tab_4 .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
        border: none;
        width: 100%;
    }
}

.title-module-listingtab {
    display: block;
    clear: both;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
}

.sp-listing-tabs {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.acd-btn-add {
    float: left;
}

.sp-listing-tabs .tab-all .ltabs-tab-img {
    height: 30px;
}

.sp-listing-tabs .ltabs-wrap {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .sp-listing-tabs .ltabs-wrap .ltabs-tabs-container {
        margin: 15px 10px;
        padding: 0;
    }

.sp-listing-tabs .item-price {
    margin-bottom: 5px;
}

    .sp-listing-tabs .item-price .price.product-price, .sp-listing-tabs .item-price .old-price.product-price {
        color: red;
    }

.sp-listing-tabs .button-container .button.lnk_view {
    margin-left: 10px;
    background: none;
}

.sp-listing-tabs .button-container .button.ajax_add_to_cart_button {
    background: none;
}

.sp-listing-tabs .item-price .old-price.product-price {
    margin-right: 3px;
    margin-left: 3px;
}

.sp-listing-tabs .item-desc {
    margin-bottom: 5px;
}

    .sp-listing-tabs .item-desc p {
        margin: 0;
        padding: 0;
    }

.sp-listing-tabs .functional-buttons {
    margin-top: 5px;
}

.sp-listing-tabs .wishlist {
    margin-bottom: 5px;
}

.sp-listing-tabs .compare {
    margin-bottom: 5px;
}

.page-title-listingtabs {
    color: #2E2C2D;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    width: 75%;
    margin: 10px 0 8px 10px;
}

.sp-listing-tabs .load-clear {
    clear: both;
}

.sp-listing-tabs .ltabs-tabs-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs {
    display: block;
}

    .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
        float: left;
        cursor: pointer;
        font-size: 12px;
    }

    .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all:hover .cat-all {
        margin-top: -48px;
    }

    .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover span {
        color: #fff;
    }

    .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all .cat-all {
        margin-top: 0;
    }

    .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-sel .cat-all {
        margin-top: -48px;
    }

    .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
        background-color: transparent;
    }

.sp-listing-tabs .ltabs-tab-img {
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.sp-listing-tabs .item-prices {
    float: left;
    border-top: 1px solid #e9e9e9;
    padding: 2% 0 2% 0;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    color: #909090;
    width: 40%;
}

.sp-listing-tabs .item-title {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab > span {
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 40px;
    vertical-align: middle;
}

.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-arrow, .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-selected {
    display: none;
}

.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox {
    position: relative;
    display: inline-block;
    text-align: left;
    line-height: 22px;
    clear: both;
    color: #888;
    cursor: pointer;
}

    .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
        width: 167px;
        text-indent: 20px;
        border: 1px solid #DDD;
        border-right: none;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        background: #FFF;
        overflow: hidden;
    }

    .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow {
        width: 30px;
        border: 1px solid #ddd;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        text-align: center;
        font-size: 12px;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
        background: #DDD;
    }

    .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow, .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
        position: relative;
        float: left;
        height: 30px;
        z-index: 1;
        display: inline-block;
    }

.sp-listing-tabs .add-loadmore {
    float: right;
    margin-left: 10px;
    margin-top: 2px;
    vertical-align: middle;
}

.sp-listing-tabs .loaded .add-loadmore {
    display: none;
}

.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs {
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
    background: #fff;
    display: none;
    z-index: 999;
}

    .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs.ltabs-open {
        display: block;
    }

    .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
        margin: 0;
        padding: 0;
        float: none;
    }

.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span {
    display: block;
    line-height: 20px;
    padding: 5px 10%;
}

.sp-listing-tabs .ltabs-wrap .ltabs-items-container {
    margin: 0;
    padding: 0;
}

.sp-listing-tabs .ltabs-items-container .ltabs-items {
    margin: 0;
    padding: 0;
    width: 100%;
    display: none;
}

.sp-listing-tabs .ltabs-items-container .ltabs-items-inner {
    margin: 0;
    padding: 0;
    width: 100%;
}

.sp-listing-tabs .ltabs-items-container .ltabs-items-selected {
    display: block;
}

.sp-listing-tabs .ltabs-items-container .ltabs-item-wrap {
    margin: 0;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .sp-listing-tabs .ltabs-items-container .ltabs-item-wrap img {
        width: 100%;
        max-width: 100%;
    }

.sp-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
    float: left;
    margin-bottom: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.sp-listing-tabs .ltabs-items-container.show-slider .ltabs-item .item-inner .item-image {
}

.sp-listing-tabs .ltabs-items-container.show-slider .ltabs-item {
    width: 100%;
}

.sp-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item {
    opacity: 1;
}

.sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-prev {
    position: absolute;
    z-index: 3;
    background: #acacac;
    color: #ffffff;
    display: block;
    font-size: 18px;
    height: 40px;
    left: 0;
    line-height: 36px;
    margin-top: -20px;
    overflow: hidden;
    text-align: center;
    top: 0;
    width: 40px;
    direction: ltr;
}

    .sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-prev:hover {
        cursor: pointer;
    }

.sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-next:hover {
    cursor: pointer;
}

.sp-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
    margin: 0 10px;
}

    .sp-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image {
        border: 1px solid #e9e9e9;
        margin-bottom: 10px;
        position: relative;
    }

        .sp-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image img {
            width: 99%;
        }

.sp-listing-tabs .ltabs-items .ltabs-loading {
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
    background: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/splistingtabs/views/css/../img/477.GIF) no-repeat scroll center center transparent;
    min-height: 300px;
    display: block;
    z-index: 0;
}

.sp-listing-tabs .ltabs-items-container .ltabs-loadmore {
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.sp-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
    padding: 8px 12px;
    display: inline-block;
    background-color: #0088cc;
    color: #FFF;
    cursor: pointer;
}

    .sp-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
        background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/splistingtabs/views/css/../img/301.GIF") no-repeat scroll center center transparent;
        width: 22px;
        height: 22px;
        display: none;
        margin-right: 10px;
        vertical-align: middle;
    }

    .sp-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn:after {
        content: attr(data-label);
    }

.sp-listing-tabs .ltabs-items.ltabs-process .ltabs-loadmore {
    display: none;
}

.sp-listing-tabs .new-box {
    left: 9px;
    top: -3px;
    z-index: 2;
}

.sp-listing-tabs .sale-box {
    right: 5px;
    top: -3px;
    z-index: 2;
}

.sp-listing-tabs a.quick-view:hover {
    cursor: pointer;
}

@media all and (max-width:479px) {
    .sp-listing-tabs .ltabs-item .item-prices {
        width: 100%;
        border-bottom: none;
        border-right: none;
    }

    .ltabs-tabs-container .ltabs-tabs li {
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
    }

    .sp-listing-tabs .ltabs-item .hits {
        width: 100%;
        padding-left: 0;
    }

    .sp-listing-tabs .ltabs-tab-img {
        display: none;
    }

    .sp-listing-tabs .ltabs04-6 .ltabs-item {
        width: 16.64%;
    }

    .sp-listing-tabs .ltabs04-5 .ltabs-item {
        width: 19.958%;
    }

    .sp-listing-tabs .ltabs04-4 .ltabs-item {
        width: 24.995%;
    }

    .sp-listing-tabs .ltabs04-3 .ltabs-item {
        width: 33.315%;
    }

    .sp-listing-tabs .ltabs04-2 .ltabs-item {
        width: 49.985%;
    }

    .sp-listing-tabs .ltabs04-1 .ltabs-item {
        width: 100%;
    }

    .sp-listing-tabs .ltabs04-1 .clr1, .sp-listing-tabs .ltabs04-2 .clr2, .sp-listing-tabs .ltabs04-3 .clr3, .sp-listing-tabs .ltabs04-4 .clr4, .sp-listing-tabs .ltabs04-5 .clr5, .sp-listing-tabs .ltabs04-6 .clr6 {
        clear: both;
    }

    .sp-listing-tabs .ltabs01-3 .ltabs-item .item-prices, .sp-listing-tabs .ltabs01-4 .ltabs-item .item-prices, .sp-listing-tabs .ltabs01-5 .ltabs-item .item-prices, .sp-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
        width: 100%;
        border-bottom: none;
        border-right: none;
    }

    .sp-listing-tabs .ltabs01-3 .ltabs-item .hits, .sp-listing-tabs .ltabs01-4 .ltabs-item .hits, .sp-listing-tabs .ltabs01-5 .ltabs-item .hits, .sp-listing-tabs .ltabs01-6 .ltabs-item .hits {
        width: 100%;
    }
}

@media all and (min-width:480px) and (max-width:767px) {
    .sp-listing-tabs .quick-view-wrapper-mobile {
        display: block;
    }

    .sp-listing-tabs .ltabs03-6 .ltabs-item {
        width: 16.64%;
    }

    .sp-listing-tabs .ltabs03-5 .ltabs-item {
        width: 19.958%;
    }

    .sp-listing-tabs .ltabs03-4 .ltabs-item {
        width: 24.995%;
    }

    .sp-listing-tabs .ltabs02-5 .ltabs-item .hits {
        width: 100%;
    }

    .sp-listing-tabs .ltabs02-5 .ltabs-item .item-prices {
        width: 100%;
        border-bottom: none;
        border-right: none;
    }

    .sp-listing-tabs .ltabs02-6 .ltabs-item .item-prices {
        width: 100%;
        border-bottom: none;
        border-right: none;
    }

    .sp-listing-tabs .ltabs03-3 .ltabs-item {
        width: 33.295%;
    }

    .sp-listing-tabs .ltabs03-2 .ltabs-item {
        width: 49.999%;
    }

    .sp-listing-tabs .ltabs03-1 .ltabs-item {
        width: 100%;
    }

    .sp-listing-tabs .ltabs03-1 .clr1, .sp-listing-tabs .ltabs03-2 .clr2, .sp-listing-tabs .ltabs03-3 .clr3, .sp-listing-tabs .ltabs03-4 .clr4, .sp-listing-tabs .ltabs03-5 .clr5, .sp-listing-tabs .ltabs03-6 .clr6 {
        clear: both;
    }

    .sp-listing-tabs .ltabs01-3 .ltabs-item .item-prices, .sp-listing-tabs .ltabs01-4 .ltabs-item .item-prices, .sp-listing-tabs .ltabs01-5 .ltabs-item .item-prices, .sp-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
        width: 100%;
        border-bottom: none;
        border-right: none;
    }

    .sp-listing-tabs .ltabs01-3 .ltabs-item .hits, .sp-listing-tabs .ltabs01-4 .ltabs-item .hits, .sp-listing-tabs .ltabs01-5 .ltabs-item .hits, .sp-listing-tabs .ltabs01-6 .ltabs-item .hits {
        width: 100%;
    }
}

@media all and (min-width:768px) and (max-width:1199px) {
    .sp-listing-tabs .quick-view-wrapper-mobile {
        display: none;
    }

    .sp-listing-tabs .ltabs01-3 .ltabs-item .item-prices, .sp-listing-tabs .ltabs01-4 .ltabs-item .item-prices, .sp-listing-tabs .ltabs01-5 .ltabs-item .item-prices, .sp-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
        width: 100%;
        border-bottom: none;
        border-right: none;
    }

    .sp-listing-tabs .ltabs01-3 .ltabs-item .hits, .sp-listing-tabs .ltabs01-4 .ltabs-item .hits, .sp-listing-tabs .ltabs01-5 .ltabs-item .hits, .sp-listing-tabs .ltabs01-6 .ltabs-item .hits {
        width: 100%;
        padding-left: 0;
    }

    .sp-listing-tabs .ltabs02-6 .ltabs-item {
        width: 16.64%;
    }

    .sp-listing-tabs .ltabs02-5 .ltabs-item {
        width: 19.958%;
    }

    .sp-listing-tabs .ltabs02-4 .ltabs-item {
        width: 24.995%;
    }

    .sp-listing-tabs .ltabs02-3 .ltabs-item {
        width: 33.315%;
    }

    .sp-listing-tabs .ltabs02-2 .ltabs-item {
        width: 49.999%;
    }

    .sp-listing-tabs .ltabs02-1 .ltabs-item {
        width: 100%;
    }

    .sp-listing-tabs .ltabs02-4 .ltabs-item .item-prices {
        width: 100%;
        border-bottom: none;
        border-right: none;
    }

    .sp-listing-tabs .ltabs02-4 .ltabs-item .hits, .sp-listing-tabs .ltabs02-5 .ltabs-item .hits, .sp-listing-tabs .ltabs02-6 .ltabs-item .hits {
        width: 100%;
        padding-left: 0;
    }

    .sp-listing-tabs .ltabs02-5 .ltabs-item .item-prices {
        width: 100%;
        border-bottom: none;
        border-right: none;
    }

    .sp-listing-tabs .ltabs02-6 .ltabs-item .item-prices {
        width: 100%;
        border-bottom: none;
        border-right: none;
    }

    .sp-listing-tabs .ltabs02-1 .clr1, .sp-listing-tabs .ltabs02-2 .clr2, .sp-listing-tabs .ltabs02-3 .clr3, .sp-listing-tabs .ltabs02-4 .clr4, .sp-listing-tabs .ltabs02-5 .clr5, .sp-listing-tabs .ltabs02-6 .clr6 {
        clear: both;
    }
}

@media all and (min-width:1200px) {
    .sp-listing-tabs .quick-view-wrapper-mobile {
        display: none;
    }

    .sp-listing-tabs .ltabs01-6 .ltabs-item {
        width: 16.64%;
    }

    .sp-listing-tabs .ltabs01-5 .ltabs-item {
        width: 20%;
    }

    .sp-listing-tabs .ltabs01-4 .ltabs-item {
        width: 25%;
    }

    .sp-listing-tabs .ltabs01-3 .ltabs-item {
        width: 33.315%;
    }

    .sp-listing-tabs .ltabs01-2 .ltabs-item {
        width: 49.999%;
    }

    .sp-listing-tabs .ltabs01-1 .ltabs-item {
        width: 100%;
    }

    .sp-listing-tabs .ltabs01-1 .clr1, .sp-listing-tabs .ltabs01-2 .clr2, .sp-listing-tabs .ltabs01-3 .clr3, .sp-listing-tabs .ltabs01-4 .clr4, .sp-listing-tabs .ltabs01-5 .clr5, .sp-listing-tabs .ltabs01-6 .clr6 {
        clear: both;
    }
}

.sp-listing-tabs.lt-ie9 .ltabs01-6 .ltabs-item {
    width: 16.64%;
}

.sp-listing-tabs.lt-ie9 .ltabs01-5 .ltabs-item {
    width: 20%;
}

.sp-listing-tabs.lt-ie9 .ltabs01-4 .ltabs-item {
    width: 25%;
}

.sp-listing-tabs.lt-ie9 .ltabs01-3 .ltabs-item {
    width: 33.315%;
}

.sp-listing-tabs.lt-ie9 .ltabs01-2 .ltabs-item {
    width: 49.999%;
}

.sp-listing-tabs.lt-ie9 .ltabs01-1 .ltabs-item {
    width: 100%;
}

.sp-listing-tabs.lt-ie9 .ltabs01-1 .clr1, .sp-listing-tabs.lt-ie9 .ltabs01-2 .clr2, .sp-listing-tabs.lt-ie9 .ltabs01-3 .clr3, .sp-listing-tabs.lt-ie9 .ltabs01-4 .clr4, .sp-listing-tabs.lt-ie9 .ltabs01-5 .clr5, .sp-listing-tabs.lt-ie9 .ltabs01-6 .clr6 {
    clear: both;
}

.sp-listing-tabs .ltabs-item .item-desc {
    overflow: hidden;
}

.sp-listing-tabs .ltabs-item .item-readmore {
    text-align: right;
}

.sp-listing-tabs .ltabs-item .item-desc + .item-readmore {
    margin-top: 10px;
}

.sp-listing-tabs .ltabs-item .item-btn-add {
    clear: both;
    display: block;
    padding-top: 10px;
    overflow: hidden;
}

    .sp-listing-tabs .ltabs-item .item-btn-add form {
        margin: 0;
    }

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.lang_ar .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    float: right;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        -webkit-transform: translate3d(0px,0px,0px);
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
    }

        .owl-carousel .owl-item img {
            -webkit-transform-style: preserve-3d; 
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    width: 200px;
    height: 200px;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spsupercategory/views/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3,1.3);
        -moz-transition: scale(1.3,1.3);
        -ms-transition: scale(1.3,1.3);
        -o-transition: scale(1.3,1.3);
        transition: scale(1.3,1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.title-module-super {
    display: block;
    clear: both;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
}

.page-title-super-category {
    color: #2E2C2D;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    width: 75%;
    margin: 10px 0 8px 10px;
}

.sp-sp-cat .load-clear {
    clear: both;
}

.sp-sp-cat {
    margin: 0;
    padding: 0;
}

    .sp-sp-cat .category-wrap-cat {
        margin: 0;
        padding: 0;
        background: #fff;
    }

        .sp-sp-cat .category-wrap-cat .sp-cat-title-parent {
            text-transform: uppercase;
            font-size: 153.85%;
            margin-bottom: 10px;
        }

        .sp-sp-cat .category-wrap-cat .title-imageslider a:hover {
            text-decoration: none;
            color: #41ADE2;
        }

        .sp-sp-cat .category-wrap-cat .title-imageslider a {
            color: #000000;
        }

        .sp-sp-cat .category-wrap-cat .sp-cat-slider .cat_slider_inner .item {
            float: left;
            text-align: center;
            cursor: pointer;
            width: 100%;
        }

        .sp-sp-cat .category-wrap-cat .sp-cat-slider .owl-wrapper .owl-item {
            float: left;
            display: block;
        }

        .sp-sp-cat .category-wrap-cat .sp-cat-slider .cat_slider_inner .item:hover {
            opacity: 0.5;
            filter: alpha(opacity=70);
        }

        .sp-sp-cat .category-wrap-cat .sp-cat-slider .cat_slider_inner .item .cat_slider_image {
            margin: 15px 0 13px;
        }

            .sp-sp-cat .category-wrap-cat .sp-cat-slider .cat_slider_inner .item .cat_slider_image a {
                display: block;
            }

        .sp-sp-cat .category-wrap-cat .sp-cat-slider .cat_slider_inner .item .cat_slider_title {
            margin-bottom: 15px;
        }

            .sp-sp-cat .category-wrap-cat .sp-cat-slider .cat_slider_inner .item .cat_slider_title a {
                color: #999;
                display: block;
            }

                .sp-sp-cat .category-wrap-cat .sp-cat-slider .cat_slider_inner .item .cat_slider_title a:hover {
                    color: #41ADE2;
                    text-decoration: none;
                }

        .sp-sp-cat .category-wrap-cat .sp-cat-slider {
            position: relative;
            margin: 10px 0;
            border: 1px solid #cccccc;
            bottom: -1px;
            border-bottom: transparent;
        }

            .sp-sp-cat .category-wrap-cat .sp-cat-slider .cat_slider_inner {
                border-bottom: 2px solid #41ADE2;
                overflow: hidden;
            }

    .sp-sp-cat .spcat-wrap {
        margin: 0;
    }

        .sp-sp-cat .spcat-wrap .spcat-tabs-container {
            margin: 0;
            padding: 0;
        }

    .sp-sp-cat .spcat-tabs-container ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sp-sp-cat .spcat-tabs-container .spcat-tabs {
        display: block;
    }

        .sp-sp-cat .spcat-tabs-container .spcat-tabs .tab-all:hover .cat-all {
            margin-top: -48px;
        }

        .sp-sp-cat .spcat-tabs-container .spcat-tabs .tab-all .cat-all {
            margin-top: 0;
        }

        .sp-sp-cat .spcat-tabs-container .spcat-tabs .tab-sel .cat-all {
            margin-top: -48px;
        }

    .sp-sp-cat .spcat-tab-img {
        float: left;
        height: 30px;
        margin-right: 10px;
        overflow: hidden;
    }

    .sp-sp-cat .item-hits {
        float: left;
        border-top: 1px solid #e9e9e9;
        padding: 2% 0 2% 0;
        border-bottom: 1px solid #e9e9e9;
        border-right: 1px solid #e9e9e9;
        color: #909090;
        width: 40%;
    }

    .sp-sp-cat .other-infor {
        margin-top: 15px;
    }

    .sp-sp-cat .item-title {
        margin-bottom: 10px;
    }

    .sp-sp-cat .item-price {
        margin-bottom: 10px;
    }

    .sp-sp-cat .item-des {
        margin-bottom: 10px;
    }

    .sp-sp-cat .functional-buttons {
        margin-top: 10px;
    }

        .sp-sp-cat .functional-buttons .wishlist {
            margin-bottom: 10px;
        }

    .sp-sp-cat .item-title a {
        color: #666666;
    }

        .sp-sp-cat .item-title a:hover {
            color: #41ADE2;
            text-decoration: none;
            outline: medium none;
        }

    .sp-sp-cat .item-introtext {
        margin-bottom: 10px;
        word-wrap: break-word;
    }

        .sp-sp-cat .item-introtext p {
            margin: 0;
            padding: 0;
        }

    .sp-sp-cat .item-review {
        margin-bottom: 10px;
    }

        .sp-sp-cat .item-review .stars_active {
            background-position: 0 -32px;
        }

    .sp-sp-cat .item-comment {
        margin-bottom: 10px;
    }

    .sp-sp-cat .item-date {
        margin-bottom: 5px;
        color: #909090;
    }

    .sp-sp-cat .item-readmore {
        text-align: right;
    }

        .sp-sp-cat .item-readmore a:hover {
            text-decoration: none;
        }

    .sp-sp-cat .spcat-tabs-container .spcat-tabs-wrap span.spcat-tab-arrow, .sp-sp-cat .spcat-tabs-container .spcat-tabs-wrap span.spcat-tab-selected {
        display: none;
    }

    .sp-sp-cat .spcat-tabs-container .spcat-tabs-wrap.spcat-selectbox {
        position: relative;
        display: inline-block;
        cursor: default;
        text-align: left;
        line-height: 30px;
        clear: both;
        color: #888;
        cursor: pointer;
    }

        .sp-sp-cat .spcat-tabs-container .spcat-tabs-wrap.spcat-selectbox span.spcat-tab-selected {
            width: 108px;
            text-indent: 20px;
            border: 1px solid #DDD;
            border-right: none;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            background: #FFF;
            overflow: hidden;
            text-align: center;
            font-weight: bold;
            color: #000;
        }

        .sp-sp-cat .spcat-tabs-container .spcat-tabs-wrap.spcat-selectbox span.spcat-tab-arrow {
            width: 30px;
            border: 1px solid #ddd;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            text-align: center;
            font-size: 12px;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -o-user-select: none;
            user-select: none;
            background: #DDD;
        }

        .sp-sp-cat .spcat-tabs-container .spcat-tabs-wrap.spcat-selectbox span.spcat-tab-arrow, .sp-sp-cat .spcat-tabs-container .spcat-tabs-wrap.spcat-selectbox span.spcat-tab-selected {
            position: relative;
            float: left;
            height: 30px;
            z-index: 1;
            display: inline-block;
        }

    .sp-sp-cat .add-loadmore {
        float: right;
        margin-left: 10px;
        vertical: middle;
        margin-top: 2px;
    }

    .sp-sp-cat .loaded .add-loadmore {
        display: none;
    }

    .sp-sp-cat .spcat-tabs-container .spcat-tabs-wrap.spcat-selectbox .spcat-tabs {
        position: absolute;
        top: 28px;
        left: 0;
        width: 100%;
        border: 1px solid #ddd;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        overflow: hidden;
        background: #fff;
        display: none;
        z-index: 9999;
    }

        .sp-sp-cat .spcat-tabs-container .spcat-tabs-wrap.spcat-selectbox .spcat-tabs.spcat-open {
            display: block;
        }

        .sp-sp-cat .spcat-tabs-container .spcat-tabs-wrap.spcat-selectbox .spcat-tabs li {
            margin: 0;
            padding: 0;
            float: none;
        }

    .sp-sp-cat .spcat-tabs-container .spcat-tabs-wrap.spcat-selectbox .spcat-tab span {
        display: block;
        line-height: 20px;
        padding: 5px 10%;
    }

    .sp-sp-cat .spcat-wrap .spcat-items-container {
        margin: 0;
        padding: 0;
    }

    .sp-sp-cat .spcat-items-container .spcat-items {
        margin: 0;
        padding: 0;
        width: 100%;
        display: none;
        position: relative;
    }

    .sp-sp-cat .spcat-items-container .spcat-items-inner {
        margin: 0;
        padding: 0;
    }

    .sp-sp-cat .spcat-items-container .spcat-items-selected {
        display: block;
    }

    .sp-sp-cat .sp-super-loading {
        width: 100%;
        max-width: 100%;
        padding: 0;
        position: relative;
        background: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spsupercategory/views/css/../img/477.gif) center center no-repeat transparent;
        min-height: 300px;
    }

    .sp-sp-cat .button.ajax_add_to_cart_button {
        margin-right: 5px;
    }

    .sp-sp-cat.sp-super-preload {
        min-height: 200px;
        overflow: hidden;
        height: 200px;
    }

    .sp-sp-cat .spcat-items-container .spcat-item-wrap {
        margin: 0;
        padding: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .sp-sp-cat .spcat-items-container .spcat-item-wrap img {
            width: 100%;
            max-width: 100%;
        }

    .sp-sp-cat .spcat-items-container .spcat-items .spcat-item {
        float: left;
        margin-bottom: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        padding: 0;
    }

    .sp-sp-cat .spcat-items-container.show-slider .spcat-items .spcat-item {
        opacity: 1;
    }

    .sp-sp-cat .spcat-wrap .spcat-items-container.show-slider {
        margin: 30px 0 0;
        overflow: hidden;
    }

    .sp-sp-cat .spcat-items-container.show-slider .spcat-items .spcat-item .item-inner {
        margin: 0;
    }

    .sp-sp-cat .spcat-wrap .spcat-items-container.show-slider .item-inner .item-image {
        width: 99.9%;
    }

    .sp-sp-cat .spcat-items-container.show-slider .sp-sp-cat .new-box {
        top: 1px;
    }

    .sp-sp-cat .spcat-items-container.show-slider .spcat-items .spcat-item .item-inner .item-image {
        overflow: hidden;
    }

    .sp-sp-cat .spcat-items-container.show-slider .spcat-item {
        width: 100%;
    }

    .sp-sp-cat .spcat-items-container .spcat-items .spcat-item .item-inner {
        margin: 0 10px;
    }

        .sp-sp-cat .spcat-items-container .spcat-items .spcat-item .item-inner .item-image {
            border: 1px solid #e9e9e9;
            margin-bottom: 10px;
            position: relative;
        }

            .sp-sp-cat .spcat-items-container .spcat-items .spcat-item .item-inner .item-image img {
                width: 100%;
            }

    .sp-sp-cat a.quick-view:hover {
        cursor: pointer;
    }

    .sp-sp-cat .spcat-items-container .spcat-items .spcat-item .item-inner .item-image img:hover {
        -webkit-box-shadow: rgba(0,0,0,0.17) 0 0 13px;
        -moz-box-shadow: rgba(0,0,0,0.17) 0 0 13px;
        -o-box-shadow: rgba(0,0,0,0.17) 0 0 13px;
        box-shadow: rgba(0,0,0,0.17) 0 0 13px;
    }

    .sp-sp-cat .spcat-items .spcat-loading {
        width: 100%;
        max-width: 100%;
        padding: 0;
        position: relative;
        background: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spsupercategory/views/css/../img/477.gif) no-repeat scroll center center transparent;
        min-height: 300px;
        display: block;
        z-index: 0;
    }

    .sp-sp-cat .spcat-items-container .spcat-loadmore {
        display: none;
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
    }

    .sp-sp-cat .spcat-items .spcat-loadmore .spcat-loadmore-btn {
        padding: 10px 35px;
        display: inline-block;
        background: url(http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spsupercategory/views/css/../img/add.png) no-repeat right center;
        color: #41ade2;
        cursor: pointer;
        font-size: 15px;
        text-transform: uppercase;
    }

        .sp-sp-cat .spcat-items .spcat-loadmore .spcat-loadmore-btn:hover {
            opacity: 0.7;
            filter: alpha(opacity=70);
        }

        .sp-sp-cat .spcat-items .spcat-loadmore .spcat-loadmore-btn .spcat-image-loading {
            background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spsupercategory/views/css/../img/301.GIF") no-repeat scroll center center transparent;
            width: 22px;
            height: 22px;
            display: none;
            margin-right: 10px;
            vertical-align: middle;
        }

        .sp-sp-cat .spcat-items .spcat-loadmore .spcat-loadmore-btn:after {
            content: attr(data-label);
        }

    .sp-sp-cat .spcat-items.spcat-process .spcat-loadmore {
        display: none;
    }

@media all and (max-width:479px) {
    .sp-sp-cat .spcat-tabs-container span.spcat-tab-selected img {
        display: none;
    }

    .sp-sp-cat .spcat-item .item-hits {
        width: 100%;
        border-bottom: none;
        border-right: none;
    }

    .spcat-tabs-container .spcat-tabs li {
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
    }

    .sp-sp-cat .spcat-tab-img {
        display: none;
    }

    .sp-sp-cat .spcat04-6 .spcat-item {
        width: 16.64%;
    }

    .sp-sp-cat .spcat04-5 .spcat-item {
        width: 19.958%;
    }

    .sp-sp-cat .spcat04-4 .spcat-item {
        width: 24.995%;
    }

    .sp-sp-cat .spcat04-3 .spcat-item {
        width: 33.315%;
    }

    .sp-sp-cat .spcat04-2 .spcat-item {
        width: 49.985%;
    }

    .sp-sp-cat .spcat04-1 .spcat-item {
        width: 100%;
    }

    .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat04-1 .clr1, .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat04-2 .clr2, .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat04-3 .clr3, .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat04-4 .clr4, .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat04-5 .clr5, .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat04-6 .clr6 {
        clear: both;
    }

    .sp-sp-cat .spcat01-3 .spcat-item .item-hits, .sp-sp-cat .spcat01-4 .spcat-item .item-hits, .sp-sp-cat .spcat01-5 .spcat-item .item-hits, .sp-sp-cat .spcat01-6 .spcat-item .item-hits {
        width: 100%;
        border-bottom: none;
        border-right: none;
    }

    .sp-sp-cat .spcat-tabs-container .spcat-tabs-wrap.spcat-selectbox {
        width: 100%;
    }

        .sp-sp-cat .spcat-tabs-container .spcat-tabs-wrap.spcat-selectbox span.spcat-tab-arrow {
            position: relative;
            float: left;
            height: 30px;
            z-index: 1;
            display: inline-block;
            width: 30%;
        }

        .sp-sp-cat .spcat-tabs-container .spcat-tabs-wrap.spcat-selectbox span.spcat-tab-selected {
            position: relative;
            float: left;
            height: 30px;
            z-index: 1;
            display: inline-block;
            width: 70%;
            text-align: left;
            padding-left: 10px;
        }

        .sp-sp-cat .spcat-tabs-container .spcat-tabs-wrap.spcat-selectbox .spcat-tabs {
            width: 100%;
        }

    .sp-sp-cat .spcat-tabs-container .spcat-tabs li {
        text-align: left;
    }
}

@media all and (min-width:480px) and (max-width:767px) {
    .sp-sp-cat .quick-view-wrapper-mobile a {
        display: block;
    }

    .sp-sp-cat .spcat03-6 .spcat-item {
        width: 16.64%;
    }

    .sp-sp-cat .spcat03-5 .spcat-item {
        width: 19.958%;
    }

    .sp-sp-cat .spcat03-4 .spcat-item {
        width: 24.995%;
    }

    .sp-sp-cat .spcat02-5 .spcat-item .item-hits {
        width: 100%;
        border-bottom: none;
        border-right: none;
    }

    .sp-sp-cat .spcat02-6 .spcat-item .item-hits {
        width: 100%;
        border-bottom: none;
        border-right: none;
    }

    .sp-sp-cat .spcat03-3 .spcat-item {
        width: 33.295%;
    }

    .sp-sp-cat .spcat03-2 .spcat-item {
        width: 49.999%;
    }

    .sp-sp-cat .spcat03-1 .spcat-item {
        width: 100%;
    }

    .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat03-1 .clr1, .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat03-2 .clr2, .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat03-3 .clr3, .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat03-4 .clr4, .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat03-5 .clr5, .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat03-6 .clr6 {
        clear: both;
    }

    .sp-sp-cat .spcat01-3 .spcat-item .item-hits, .sp-sp-cat .spcat01-4 .spcat-item .item-hits, .sp-sp-cat .spcat01-5 .spcat-item .item-hits, .sp-sp-cat .spcat01-6 .spcat-item .item-hits {
        width: 100%;
        border-bottom: none;
        border-right: none;
    }
}

@media all and (min-width:768px) and (max-width:1199px) {
    .sp-sp-cat .quick-view-wrapper-mobile a {
        display: none;
    }

    .sp-sp-cat .spcat01-3 .spcat-item .item-hits, .sp-sp-cat .spcat01-4 .spcat-item .item-hits, .sp-sp-cat .spcat01-5 .spcat-item .item-hits, .sp-sp-cat .spcat01-6 .spcat-item .item-hits {
        width: 100%;
        border-bottom: none;
        border-right: none;
    }

    .sp-sp-cat .spcat02-6 .spcat-item {
        width: 16.64%;
    }

    .sp-sp-cat .spcat02-5 .spcat-item {
        width: 19.958%;
    }

    .sp-sp-cat .spcat02-4 .spcat-item {
        width: 24.995%;
    }

    .sp-sp-cat .spcat02-3 .spcat-item {
        width: 33.315%;
    }

    .sp-sp-cat .spcat02-2 .spcat-item {
        width: 49.999%;
    }

    .sp-sp-cat .spcat02-1 .spcat-item {
        width: 100%;
    }

    .sp-sp-cat .spcat02-4 .spcat-item .item-hits {
        width: 100%;
        border-bottom: none;
        border-right: none;
    }

    .sp-sp-cat .spcat02-5 .spcat-item .item-hits {
        width: 100%;
        border-bottom: none;
        border-right: none;
    }

    .sp-sp-cat .spcat02-6 .spcat-item .item-hits {
        width: 100%;
        border-bottom: none;
        border-right: none;
    }

    .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat02-1 .clr1, .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat02-2 .clr2, .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat02-3 .clr3, .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat02-4 .clr4, .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat02-5 .clr5, .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat02-6 .clr6 {
        clear: both;
    }
}

@media all and (min-width:1200px) {
    .sp-sp-cat .quick-view-wrapper-mobile a {
        display: none;
    }

    .sp-sp-cat .spcat01-6 .spcat-item {
        width: 16.64%;
    }

    .sp-sp-cat .spcat01-5 .spcat-item {
        width: 20%;
    }

    .sp-sp-cat .spcat01-4 .spcat-item {
        width: 25%;
    }

        .sp-sp-cat .spcat01-3 .spcat-item .item-hits, .sp-sp-cat .spcat01-4 .spcat-item .item-hits, .sp-sp-cat .spcat01-5 .spcat-item .item-hits, .sp-sp-cat .spcat01-6 .spcat-item .item-hits {
            width: 100%;
            border-bottom: none;
            border-right: none;
        }

    .sp-sp-cat .spcat01-3 .spcat-item {
        width: 33.315%;
    }

    .sp-sp-cat .spcat01-2 .spcat-item {
        width: 49.999%;
    }

    .sp-sp-cat .spcat01-1 .spcat-item {
        width: 100%;
    }

    .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat01-1 .clr1, .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat01-2 .clr2, .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat01-3 .clr3, .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat01-4 .clr4, .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat01-5 .clr5, .sp-sp-cat .spcat-items-container .spcat-items-inner.spcat01-6 .clr6 {
        clear: both;
    }
}

.sp-sp-cat.lt-ie9 .spcat01-6 .spcat-item {
    width: 16.64%;
}

.sp-sp-cat.lt-ie9 .spcat01-5 .spcat-item {
    width: 20%;
}

.sp-sp-cat.lt-ie9 .spcat01-4 .spcat-item {
    width: 25%;
}

.sp-sp-cat.lt-ie9 .spcat01-3 .spcat-item {
    width: 33.315%;
}

.sp-sp-cat.lt-ie9 .spcat01-2 .spcat-item {
    width: 49.999%;
}

.sp-sp-cat.lt-ie9 .spcat01-1 .spcat-item {
    width: 100%;
}

.sp-sp-cat.lt-ie9 .spcat-items-inner .clr1, .sp-sp-cat.lt-ie9 .spcat-items-inner .clr2, .sp-sp-cat.lt-ie9 .spcat-items-inner .clr3, .sp-sp-cat.lt-ie9 .spcat-items-inner .clr4, .sp-sp-cat.lt-ie9 .spcat-items-inner .clr5, .sp-sp-cat.lt-ie9 .spcat-items-inner .clr6 {
    clear: both;
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.sp-sp-cat .spcat-items .fadeIn .spcat-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0%; {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.sp-sp-cat .spcat-items .flipInY .spcat-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-backface-visibility: visible;
    -moz-animation-play-state: running;
    -moz-backface-visibility: visible;
    -o-animation-play-state: running;
    -o-backface-visibility: visible;
    animation-play-state: running;
    backface-visibility: visible;
}

@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(80deg);
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }

    90% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg);
    }
}

@-moz-keyframes flipInY {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateY(80deg);
    }

    40% {
        -moz-transform: perspective(400px) rotateY(-20deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }

    90% {
        -moz-transform: perspective(400px) rotateY(-5deg);
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateY(0deg);
    }
}

@-o-keyframes flipInY {
    0%; {
        opacity: 0;
        -o-transform: perspective(400px) rotateY(80deg);
    }

    40% {
        -o-transform: perspective(400px) rotateY(-20deg);
    }

    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }

    90% {
        -o-transform: perspective(400px) rotateY(-5deg);
    }

    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateY(0deg);
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(80deg);
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }

    90% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg);
    }
}

.sp-sp-cat .spcat-items .flipInX .spcat-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-backface-visibility: visible;
    -moz-animation-play-state: running;
    -moz-backface-visibility: visible;
    -o-animation-play-state: running;
    -o-backface-visibility: visible;
    animation-play-state: running;
    backface-visibility: visible;
}

@-webkit-keyframes flipInX {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(85deg);
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(15deg);
    }

    90% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
}

@-moz-keyframes flipInX {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateX(85deg);
    }

    40% {
        -moz-transform: perspective(400px) rotateX(-20deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateX(15deg);
    }

    90% {
        -moz-transform: perspective(400px) rotateX(-5deg);
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateX(0deg);
    }
}

@-o-keyframes flipInX {
    0%; {
        opacity: 0;
        -o-transform: perspective(400px) rotateX(85deg);
    }

    40% {
        -o-transform: perspective(400px) rotateX(-20deg);
    }

    70% {
        -o-transform: perspective(400px) rotateX(15deg);
    }

    90% {
        -o-transform: perspective(400px) rotateX(-5deg);
    }

    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes flipInX {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(85deg);
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
    }

    70% {
        transform: perspective(400px) rotateX(15deg);
    }

    90% {
        transform: perspective(400px) rotateX(-5deg);
    }

    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
    }
}

.sp-sp-cat .spcat-items .flip .spcat-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-backface-visibility: visible;
    -moz-animation-play-state: running;
    -moz-backface-visibility: visible;
    -o-animation-play-state: running;
    -o-backface-visibility: visible;
    animation-play-state: running;
    backface-visibility: visible;
}

@-webkit-keyframes flip {
    0% {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(500px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(500px) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(500px) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
}

@-moz-keyframes flip {
    0% {
        opacity: 0;
        -moz-transform: perspective(500px) rotateY(0);
        -moz-animation-timing-function: ease-out;
    }

    40% {
        -moz-transform: perspective(500px) translateZ(150px) rotateY(170deg);
        -moz-animation-timing-function: ease-out;
    }

    50% {
        -moz-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        -moz-animation-timing-function: ease-in;
    }

    80% {
        -moz-transform: perspective(500px) rotateY(360deg) scale(0.95);
        -moz-animation-timing-function: ease-in;
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(500px) scale(1);
        -moz-animation-timing-function: ease-in;
    }
}

@-o-keyframes flip {
    0%; {
        opacity: 0;
        -o-transform: perspective(500px) rotateY(0);
        -o-animation-timing-function: ease-out;
    }

    40% {
        -o-transform: perspective(500px) translateZ(150px) rotateY(170deg);
        -o-animation-timing-function: ease-out;
    }

    50% {
        -o-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        -o-animation-timing-function: ease-in;
    }

    80% {
        -o-transform: perspective(500px) rotateY(360deg) scale(0.95);
        -o-animation-timing-function: ease-in;
    }

    100% {
        opacity: 1;
        -o-transform: perspective(500px) scale(1);
        -o-animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        opacity: 0;
        transform: perspective(500px) rotateY(0);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(500px) translateZ(150px) rotateY(170deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(500px) rotateY(360deg) scale(0.95);
        animation-timing-function: ease-in;
    }

    100% {
        opacity: 1;
        transform: perspective(500px) scale(1);
        animation-timing-function: ease-in;
    }
}

.sp-sp-cat .spcat-items .starwars .spcat-item {
    opacity: 0;
    position: relative;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-play-state: running;
    -moz-transform-origin: 50% 50%;
    -moz-animation-play-state: running;
    -o-transform-origin: 50% 50%;
    -o-animation-play-state: running;
    transform-origin: 50% 50%;
    animation-play-state: running;
}

@-webkit-keyframes starwars {
    0% {
        opacity: 0;
        -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }

    80% {
        opacity: 1;
        -webkit-transform: perspective(200px) scale(1) rotateX(60deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(200px) scale(1) rotateX(0deg);
    }
}

@-moz-keyframes starwars {
    0% {
        opacity: 0;
        -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }

    80% {
        opacity: 1;
        -moz-transform: perspective(200px) scale(1) rotateX(60deg);
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(200px) scale(1) rotateX(0deg);
    }
}

@-o-keyframes starwars {
    0%; {
        opacity: 0;
        -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }

    80% {
        opacity: 1;
        -o-transform: perspective(200px) scale(1) rotateX(60deg);
    }

    100% {
        opacity: 1;
        -o-transform: perspective(200px) scale(1) rotateX(0deg);
    }
}

@keyframes starwars {
    0% {
        opacity: 0;
        transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }

    80% {
        opacity: 1;
        transform: perspective(200px) scale(1) rotateX(60deg);
    }

    100% {
        opacity: 1;
        transform: perspective(200px) scale(1) rotateX(0deg);
    }
}

.sp-sp-cat .spcat-items .slideRight .spcat-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@-moz-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@-o-keyframes slideRight {
    0%; {
        opacity: 0;
        left: 30px;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

.sp-sp-cat .spcat-items .bounceIn .spcat-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }

    50% {
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }

    50% {
        -moz-transform: scale(1.05);
    }

    70% {
        -moz-transform: scale(0.9);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0%; {
        opacity: 0;
        -o-transform: scale(0.3);
    }

    50% {
        -o-transform: scale(1.05);
    }

    70% {
        -o-transform: scale(0.9);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    50% {
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.sp-sp-cat .spcat-items .zoomIn .spcat-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes zoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale(1.8);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes zoomIn {
    0%; {
        opacity: 0;
        -o-transform: scale(1.8);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(1.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.sp-sp-cat .spcat-items .pageTop .spcat-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-transform-origin: 50% 0;
    -moz-animation-play-state: running;
    -moz-transform-origin: 50% 0;
    -o-animation-play-state: running;
    -o-transform-origin: 50% 0;
    animation-play-state: running;
    transform-origin: 50% 0;
}

@-webkit-keyframes pageTop {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
}

@-moz-keyframes pageTop {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateX(90deg);
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateX(0deg);
    }
}

@-o-keyframes pageTop {
    0%; {
        opacity: 0;
        -o-transform: perspective(400px) rotateX(90deg);
    }

    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes pageTop {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }

    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
    }
}

.sp-sp-cat .spcat-items .zoomOut .spcat-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation: zoomOut 600ms ease both;
    -moz-animation-play-state: paused;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.6);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes zoomOut {
    0% {
        opacity: 0;
        -moz-transform: scale(0.6);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes zoomOut {
    0%; {
        opacity: 0;
        -o-transform: scale(0.6);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.sp-sp-cat .spcat-items .hatch .spcat-item {
    animation-name: hatch;
    -webkit-animation-name: hatch;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    visibility: visible !important;
}

@keyframes hatch {
    0% {
        transform: rotate(0deg) scaleY(0.6);
    }

    20% {
        transform: rotate(-2deg) scaleY(1.05);
    }

    35% {
        transform: rotate(2deg) scaleY(1);
    }

    50% {
        transform: rotate(-2deg);
    }

    65% {
        transform: rotate(1deg);
    }

    80% {
        transform: rotate(-1deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes hatch {
    0% {
        -webkit-transform: rotate(0deg) scaleY(0.6);
    }

    20% {
        -webkit-transform: rotate(-2deg) scaleY(1.05);
    }

    35% {
        -webkit-transform: rotate(2deg) scaleY(1);
    }

    50% {
        -webkit-transform: rotate(-2deg);
    }

    65% {
        -webkit-transform: rotate(1deg);
    }

    80% {
        -webkit-transform: rotate(-1deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

.play .spcat-item {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

.sp-sp-cat .spcat-items .bounce .spcat-item {
    animation-name: bounce;
    -webkit-animation-name: bounce;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
}

@keyframes bounce {
    0% {
        transform: translateY(0%) scaleY(0.6);
    }

    60% {
        transform: translateY(-100%) scaleY(1.1);
    }

    70% {
        transform: translateY(0%) scaleY(0.95) scaleX(1.05);
    }

    80% {
        transform: translateY(0%) scaleY(1.05) scaleX(1);
    }

    90% {
        transform: translateY(0%) scaleY(0.95) scaleX(1);
    }

    100% {
        transform: translateY(0%) scaleY(1) scaleX(1);
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0%) scaleY(0.6);
    }

    60% {
        -webkit-transform: translateY(-100%) scaleY(1.1);
    }

    70% {
        -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
    }

    80% {
        -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
    }

    90% {
        -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
    }

    100% {
        -webkit-transform: translateY(0%) scaleY(1) scaleX(1);
    }
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

div.sp_supercategory {
    margin: 0;
}

@-moz-document url-prefix() {
    div .sp-sp-cat div.category-wrap-cat .sp-catchild;

{
    min-height: 493px;
}

}

div.sp-sp-cat .category-wrap-cat {
    display: block;
}

    div.sp-sp-cat .category-wrap-cat .sp-cat-title-parent {
        padding: 0;
        margin: -2px 0 0 -8px;
        position: relative;
        box-shadow: 1px 3px 5px 0 rgba(0,0,0,0.24);
        -ms-box-shadow: 1px 3px 5px 0 rgba(0,0,0,0.24);
        -moz-box-shadow: 1px 3px 5px 0 rgba(0,0,0,0.24);
        -webkit-box-shadow: 1px 3px 5px 0 rgba(0,0,0,0.24);
    }

        div.sp-sp-cat .category-wrap-cat .sp-cat-title-parent:before {
            content: "";
            position: absolute;
            top: auto;
            bottom: -8px;
            left: 0;
            right: auto;
            border-bottom: 8px solid transparent;
            border-top: 8px solid transparent;
        }

        div.sp-sp-cat .category-wrap-cat .sp-cat-title-parent a {
            text-transform: uppercase;
            color: #fff;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 0;
            padding: 15px 20px;
            display: block;
        }

    div.sp-sp-cat .category-wrap-cat .sp-catchild {
        background: #f5f5f5;
        padding: 15px;
        min-height: 490px;
        border: 1px solid #ddd;
        border-top: none;
    }

        div.sp-sp-cat .category-wrap-cat .sp-catchild .item {
            padding: 9px 0 7px;
        }

            div.sp-sp-cat .category-wrap-cat .sp-catchild .item a {
                -ms-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                display: block;
                color: #222;
                font-weight: 600;
            }

div.sp-sp-cat .spcat-wrap .spcat-items-container.show-slider {
    margin: 0;
    padding: 0;
}

div.sp-sp-cat .spcat-items-container .spcat-items .spcat-item {
    padding: 0 0 1px;
    width: 100%;
}

div.sp-sp-cat .spcat-tabs-container {
    display: none;
}

    div.sp-sp-cat .spcat-tabs-container .spcat-tabs .spcat-tab {
        display: inline-block;
    }

        div.sp-sp-cat .spcat-tabs-container .spcat-tabs .spcat-tab span {
            position: relative;
            color: #999999;
            font-size: 20px;
            font-weight: bold;
            text-transform: uppercase;
            padding: 0 25px 15px 0;
            cursor: pointer;
            display: block;
        }

            div.sp-sp-cat .spcat-tabs-container .spcat-tabs .spcat-tab span:before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 30px;
                height: 2px;
            }

        div.sp-sp-cat .spcat-tabs-container .spcat-tabs .spcat-tab:first-child {
            border-left: none;
        }

        div.sp-sp-cat .spcat-tabs-container .spcat-tabs .spcat-tab.tab-sel span, div.sp-sp-cat .spcat-tabs-container .spcat-tabs .spcat-tab:hover span {
            color: #444;
        }

div.sp-sp-cat .owl-nav .owl-prev, div.sp-sp-cat .owl-nav .owl-next {
    font-size: 24px;
    position: absolute;
    height: 35px;
    width: 35px;
    line-height: 33px;
    text-align: center;
    text-indent: -9999;
    transition: 0.3s all ease 0s;
    background-color: #fff !important;
    z-index: 2;
    cursor: pointer;
    top: 40%;
    border: 1px solid #ddd;
}

div.sp-sp-cat .owl-nav .owl-next {
    right: 0;
    left: auto;
}

div.sp-sp-cat .owl-nav .owl-prev {
    left: 0;
    right: auto;
}

div.sp-sp-cat .product_list.grid .product-container, div.sp-sp-cat .product_lists.grid .product-container {
    border: 1px solid #e1e1e1;
    border-left: none;
    border-top: none;
    margin-bottom: 0;
}

#sp_super_category_1 .spcat-inner {
    border-top: 2px solid #ff5c00;
}

#sp_super_category_1.sp-sp-cat .category-wrap-cat .sp-cat-title-parent:before {
    border-right: 8px solid #ff5c00;
}

#sp_super_category_1.sp-sp-cat .category-wrap-cat .sp-cat-title-parent a {
    background: #ff5c00;
}

#sp_super_category_2 .spcat-inner {
    border-top: 2px solid #2bafa4;
}

#sp_super_category_2.sp-sp-cat .category-wrap-cat .sp-cat-title-parent a {
    background: #2bafa4;
}

#sp_super_category_2.sp-sp-cat .category-wrap-cat .sp-cat-title-parent:before {
    border-right: 8px solid #2bafa4;
}

#sp_super_category_3 {
    margin-bottom: 40px;
}

    #sp_super_category_3 .spcat-inner {
        border-top: 2px solid #f24f5a;
    }

    #sp_super_category_3.sp-sp-cat .category-wrap-cat .sp-cat-title-parent a {
        background: #f24f5a;
    }

    #sp_super_category_3.sp-sp-cat .category-wrap-cat .sp-cat-title-parent:before {
        border-right: 8px solid #f24f5a;
    }

#sp_super_category_4.sp-sp-cat .category-wrap-cat {
    border-top: 2px solid #6170bc;
}

    #sp_super_category_4.sp-sp-cat .category-wrap-cat .sp-catchild .item:hover a {
        color: #6170bc;
    }

    #sp_super_category_4.sp-sp-cat .category-wrap-cat:before {
        border-right: 8px solid #6170bc;
    }

    #sp_super_category_4.sp-sp-cat .category-wrap-cat .sp-cat-title-parent a {
        background: #6170bc;
    }

#sp_super_category_5.sp-sp-cat .category-wrap-cat {
    border-top: 2px solid #ff3366;
}

    #sp_super_category_5.sp-sp-cat .category-wrap-cat .sp-catchild .item:hover a {
        color: #ff3366;
    }

    #sp_super_category_5.sp-sp-cat .category-wrap-cat:before {
        border-right: 8px solid #ff3366;
    }

    #sp_super_category_5.sp-sp-cat .category-wrap-cat .sp-cat-title-parent a {
        background: #ff3366;
    }

#sp_super_category_4, #sp_super_category_5 {
    margin-bottom: 40px;
}

    #sp_super_category_4.sp-sp-cat .category-wrap-cat, #sp_super_category_5.sp-sp-cat .category-wrap-cat {
        box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.24);
        -ms-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.24);
        -moz-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.24);
        -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.24);
        margin: 0 0 0 -8px;
        position: relative;
        background: #f5f5f5;
    }

        #sp_super_category_4.sp-sp-cat .category-wrap-cat:before, #sp_super_category_5.sp-sp-cat .category-wrap-cat:before {
            content: "";
            position: absolute;
            top: auto;
            bottom: -8px;
            left: 0;
            right: auto;
            border-bottom: 8px solid transparent;
            border-top: 8px solid transparent;
        }

        #sp_super_category_4.sp-sp-cat .category-wrap-cat .sp-cat-title-parent, #sp_super_category_5.sp-sp-cat .category-wrap-cat .sp-cat-title-parent {
            float: left;
            width: 30%;
            margin: 0;
        }

            #sp_super_category_4.sp-sp-cat .category-wrap-cat .sp-cat-title-parent a, #sp_super_category_5.sp-sp-cat .category-wrap-cat .sp-cat-title-parent a {
                padding: 12px 20px 13px;
            }

        #sp_super_category_4.sp-sp-cat .category-wrap-cat .sp-catchild, #sp_super_category_5.sp-sp-cat .category-wrap-cat .sp-catchild {
            float: left;
            width: 57%;
            min-height: auto;
            padding: 12px 5px;
            border: none;
        }

            #sp_super_category_4.sp-sp-cat .category-wrap-cat .sp-catchild .item, #sp_super_category_5.sp-sp-cat .category-wrap-cat .sp-catchild .item {
                display: inline-block;
                padding: 0 11px;
            }

                #sp_super_category_4.sp-sp-cat .category-wrap-cat .sp-catchild .item a, #sp_super_category_5.sp-sp-cat .category-wrap-cat .sp-catchild .item a {
                    font-size: 13px;
                    color: #222;
                    padding: 0;
                }

        #sp_super_category_4.sp-sp-cat .category-wrap-cat h5.more, #sp_super_category_5.sp-sp-cat .category-wrap-cat h5.more {
            float: left;
            width: 13%;
            display: inline-block;
            text-align: center;
            padding-top: 16px;
            font-size: 13px;
            font-weight: 600;
            margin: 0;
        }

    #sp_super_category_4 .item-time, #sp_super_category_5 .item-time {
        padding: 0;
        font-size: 0;
        z-index: 2;
        position: absolute;
        top: 12px;
        left: 0;
        right: 0;
        width: 100%;
    }

        #sp_super_category_4 .item-time .time-item, #sp_super_category_5 .item-time .time-item {
            display: inline-block;
            width: 45px;
            height: 27px;
            line-height: 25px;
            border-radius: 3px;
            background: #ebebeb;
            text-align: center;
            margin-right: 18px;
            position: relative;
        }

            #sp_super_category_4 .item-time .time-item:before, #sp_super_category_5 .item-time .time-item:before {
                content: "\:";
                font-size: 20px;
                color: #222;
                position: absolute;
                top: -2px;
                left: auto;
                bottom: auto;
                right: -10px;
            }

            #sp_super_category_4 .item-time .time-item.time-sec, #sp_super_category_5 .item-time .time-item.time-sec {
                margin: 0;
            }

                #sp_super_category_4 .item-time .time-item.time-sec:before, #sp_super_category_5 .item-time .time-item.time-sec:before {
                    display: none;
                }

            #sp_super_category_4 .item-time .time-item .num-time, #sp_super_category_5 .item-time .time-item .num-time {
                color: transparent;
                font-size: 0;
            }

                #sp_super_category_4 .item-time .time-item .num-time span, #sp_super_category_5 .item-time .time-item .num-time span {
                    color: #222;
                    font-size: 18px;
                    font-weight: normal;
                    margin-bottom: 0;
                    display: block;
                }

    #sp_super_category_4.sp-sp-cat, #sp_super_category_5.sp-sp-cat {
        border: 1px solid #e1e1e1;
        border-top: none;
    }

        #sp_super_category_4.sp-sp-cat .product_list.grid .product-container, #sp_super_category_5.sp-sp-cat .product_list.grid .product-container {
            border: none;
        }

    #sp_super_category_4 .spcat-wrap .spcat-items-container .spcat-items .item-first, #sp_super_category_5 .spcat-wrap .spcat-items-container .spcat-items .item-first {
        float: left;
        width: 48%;
        padding-top: 10px;
    }

    #sp_super_category_4 .spcat-wrap .spcat-items-container .spcat-items .spcat-items-inner, #sp_super_category_5 .spcat-wrap .spcat-items-container .spcat-items .spcat-items-inner {
        width: 52%;
        float: left;
        padding-top: 20px;
        padding-left: 30px;
        border-left: 1px solid #e1e1e1;
    }

        #sp_super_category_4 .spcat-wrap .spcat-items-container .spcat-items .spcat-items-inner .spcat-item, #sp_super_category_5 .spcat-wrap .spcat-items-container .spcat-items .spcat-items-inner .spcat-item {
            float: none;
            width: 100%;
            margin-bottom: 10px;
        }

            #sp_super_category_4 .spcat-wrap .spcat-items-container .spcat-items .spcat-items-inner .spcat-item:last-child, #sp_super_category_5 .spcat-wrap .spcat-items-container .spcat-items .spcat-items-inner .spcat-item:last-child {
                margin-bottom: 0;
            }

            #sp_super_category_4 .spcat-wrap .spcat-items-container .spcat-items .spcat-items-inner .spcat-item .product-container .left-block, #sp_super_category_5 .spcat-wrap .spcat-items-container .spcat-items .spcat-items-inner .spcat-item .product-container .left-block {
                float: left;
                width: 100px;
                margin-right: 10px;
            }

            #sp_super_category_4 .spcat-wrap .spcat-items-container .spcat-items .spcat-items-inner .spcat-item .product-container .right-block, #sp_super_category_5 .spcat-wrap .spcat-items-container .spcat-items .spcat-items-inner .spcat-item .product-container .right-block {
                text-align: left;
            }

            #sp_super_category_4 .spcat-wrap .spcat-items-container .spcat-items .spcat-items-inner .spcat-item .product-container h5.product-name, #sp_super_category_5 .spcat-wrap .spcat-items-container .spcat-items .spcat-items-inner .spcat-item .product-container h5.product-name {
                margin: 10px 0 5px;
            }

                #sp_super_category_4 .spcat-wrap .spcat-items-container .spcat-items .spcat-items-inner .spcat-item .product-container h5.product-name a, #sp_super_category_5 .spcat-wrap .spcat-items-container .spcat-items .spcat-items-inner .spcat-item .product-container h5.product-name a {
                    font-weight: 600;
                }

            #sp_super_category_4 .spcat-wrap .spcat-items-container .spcat-items .spcat-items-inner .spcat-item .product-container .title_manufacture, #sp_super_category_5 .spcat-wrap .spcat-items-container .spcat-items .spcat-items-inner .spcat-item .product-container .title_manufacture {
                font-size: 13px;
                color: #7d7d7d;
                margin-bottom: 5px;
            }

            #sp_super_category_4 .spcat-wrap .spcat-items-container .spcat-items .spcat-items-inner .spcat-item .product-container:hover .comments_note, #sp_super_category_4 .spcat-wrap .spcat-items-container .spcat-items .spcat-items-inner .spcat-item .product-container:hover .price-box, #sp_super_category_4 .spcat-wrap .spcat-items-container .spcat-items .spcat-items-inner .spcat-item .product-container:hover h5.product-name, #sp_super_category_5 .spcat-wrap .spcat-items-container .spcat-items .spcat-items-inner .spcat-item .product-container:hover .comments_note, #sp_super_category_5 .spcat-wrap .spcat-items-container .spcat-items .spcat-items-inner .spcat-item .product-container:hover .price-box, #sp_super_category_5 .spcat-wrap .spcat-items-container .spcat-items .spcat-items-inner .spcat-item .product-container:hover h5.product-name {
                visibility: visible;
                opacity: 1;
            }

@media (max-width:1199px) {
    div#sp_super_category_4.sp-sp-cat div.spcat-wrap div.spcat-items-container .spcat-items .spcat-items-inner, div#sp_super_category_5.sp-sp-cat div.spcat-wrap div.spcat-items-container .spcat-items .spcat-items-inner {
        padding: 20px 0 0 0;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    div.sp_supercategory div.sp-sp-cat .spcat-wrap .spcat-items-container .spcat-items.spcatitem01-3 .item-first {
        width: 33%;
    }

    div.sp_supercategory div.sp-sp-cat .spcat-wrap .spcat-items-container .spcat-items.spcatitem01-3 .spcat-items-inner {
        width: 67%;
    }

    div.sp-sp-cat .category-wrap-cat div.sp-catchild {
        min-height: 575px;
    }

    div#sp_super_category_4.sp-sp-cat div.category-wrap-cat div.sp-catchild, div#sp_super_category_5.sp-sp-cat div.category-wrap-cat div.sp-catchild {
        min-height: 0;
    }

    #sp_super_category_4.sp-sp-cat .category-wrap-cat .sp-catchild .item a, #sp_super_category_5.sp-sp-cat .category-wrap-cat .sp-catchild .item a {
        display: none;
    }

    #sp_super_category_4 .item-time .time-item, #sp_super_category_5 .item-time .time-item {
        width: 40px;
    }

        #sp_super_category_4 .item-time .time-item .num-time span, #sp_super_category_5 .item-time .time-item .num-time span {
            font-size: 16px;
        }
}

@media (max-width:991px) {
    div.sp-sp-cat .category-wrap-cat .sp-catchild {
        min-height: 0;
    }

    div.sp-sp-cat .product_list.grid .product-container {
        border-left: 1px solid #e1e1e1;
    }

    .rtl div.sp-sp-cat .product_list.grid .product-container {
        border-right: 1px solid #e1e1e1;
    }
}

@media (min-width:767px) and (max-width:991px) {
    div.sp_supercategory div.sp-sp-cat .spcat-wrap .spcat-items-container .item-first h3 {
        font-size: 16px;
    }

    div.sp_supercategory div.sp-sp-cat .spcat-wrap .spcat-items-container .spcat-items.spcatitem02-2 .item-first {
        width: 33%;
    }

    div.sp_supercategory div.sp-sp-cat .spcat-wrap .spcat-items-container .spcat-items.spcatitem02-2 .spcat-items-inner {
        width: 67%;
    }

    .rtl div.sp_supercategory div.sp-sp-cat .spcat-wrap .category-wrap-cat {
        float: none;
    }

    .rtl div.sp_supercategory div.sp-sp-cat .spcat-wrap .spcat-items-container {
        float: none;
        padding: 0;
    }
}

@media (max-width:767px) {
    #sp_super_category_4.sp-sp-cat .category-wrap-cat .sp-cat-title-parent, #sp_super_category_5.sp-sp-cat .category-wrap-cat .sp-cat-title-parent {
        width: 30%;
    }

    #sp_super_category_4.sp-sp-cat .category-wrap-cat .sp-catchild, #sp_super_category_5.sp-sp-cat .category-wrap-cat .sp-catchild {
        width: 45%;
        min-height: 0;
    }

        #sp_super_category_4.sp-sp-cat .category-wrap-cat .sp-catchild .item a, #sp_super_category_5.sp-sp-cat .category-wrap-cat .sp-catchild .item a {
            display: none;
        }

    #sp_super_category_4.sp-sp-cat .category-wrap-cat h5.more, #sp_super_category_5.sp-sp-cat .category-wrap-cat h5.more {
        width: 25%;
    }

    #sp_super_category_4.sp-sp-cat .item-time .time-item, #sp_super_category_5.sp-sp-cat .item-time .time-item {
        width: 40px;
    }

        #sp_super_category_4.sp-sp-cat .item-time .time-item .num-time span, #sp_super_category_5.sp-sp-cat .item-time .time-item .num-time span {
            font-size: 16px;
        }

    .rtl div.sp_supercategory div.sp-sp-cat .spcat-wrap .spcat-items-container {
        border: none;
        padding: 0;
    }
}

@media (max-width:480px) {
    .sp-sp-cat .spcat-wrap .spcat-items-container.show-slider {
        margin: 50px 0 0;
    }

    div.sp-sp-cat .owl-nav .owl-prev, div.sp-sp-cat .owl-nav .owl-next {
        top: -46px;
    }

    div.sp-sp-cat .spcat-tabs-container .spcat-tabs .spcat-tab span:before {
        display: none;
    }

    div.sp-sp-cat .spcat-wrap .spcat-tabs-container {
        margin: 0 0 30px;
    }

    div.sp-sp-cat .spcat-tabs-container .spcat-tabs .spcat-tab {
        display: block;
    }

    .sp-sp-cat .spcat-tabs-container .spcat-tabs-wrap.spcat-selectbox {
        line-height: 38px;
    }

        .sp-sp-cat .spcat-tabs-container .spcat-tabs-wrap.spcat-selectbox span.spcat-tab-selected {
            height: 40px;
            border-radius: 0;
            width: 85%;
            text-transform: uppercase;
            padding: 0;
        }

        .sp-sp-cat .spcat-tabs-container .spcat-tabs-wrap.spcat-selectbox span.spcat-tab-arrow {
            height: 40px;
            border-radius: 0;
            width: 15%;
        }

        .sp-sp-cat .spcat-tabs-container .spcat-tabs-wrap.spcat-selectbox .spcat-tabs {
            top: 40px;
        }

        .sp-sp-cat .spcat-tabs-container .spcat-tabs-wrap.spcat-selectbox .spcat-tab span {
            line-height: 20px;
            padding: 5px 20px;
            font-size: 13px;
        }

    div.sp_supercategory div.sp-sp-cat .spcat-wrap .spcat-items-container .spcat-items.spcatitem04-1 .item-first {
        width: 100%;
    }

    div.sp_supercategory div.sp-sp-cat .spcat-wrap .spcat-items-container .spcat-items.spcatitem04-1 .spcat-items-inner {
        width: 100%;
        border-left: none;
        border-top: solid 1px #e5e5e5;
    }

    .rtl div.sp_supercategory div.sp-sp-cat .spcat-wrap .spcat-items-container .spcat-items-inner {
        border-right: none;
    }
}

@media (max-width:479px) {
    div#sp_super_category_4.sp-sp-cat .category-wrap-cat .sp-cat-title-parent, div#sp_super_category_5.sp-sp-cat .category-wrap-cat .sp-cat-title-parent {
        width: 45%;
    }

    div#sp_super_category_4.sp-sp-cat .category-wrap-cat .sp-catchild, div#sp_super_category_5.sp-sp-cat .category-wrap-cat .sp-catchild {
        width: 30%;
    }

    div#sp_super_category_4.sp-sp-cat .category-wrap-cat h5.more, div#sp_super_category_5.sp-sp-cat .category-wrap-cat h5.more {
        width: 25%;
    }

    div#sp_super_category_4.sp-sp-cat div.spcat-wrap .spcat-items-container .spcat-items .item-first, div#sp_super_category_5.sp-sp-cat div.spcat-wrap .spcat-items-container .spcat-items .item-first {
        float: none;
        width: 100%;
    }

    div#sp_super_category_4.sp-sp-cat div.spcat-wrap .spcat-items-container .spcat-items div.spcat-items-inner, div#sp_super_category_5.sp-sp-cat div.spcat-wrap .spcat-items-container .spcat-items div.spcat-items-inner {
        float: none;
        width: 100%;
        overflow: hidden;
        padding: 20px 0 0 0;
        border-left: none;
        border-right: none;
    }
}

div.instargram {
    margin: 0 0 10px;
}

    div.instargram h3.title {
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        text-transform: uppercase;
        margin: 0 0 55px;
        position: relative;
    }

        div.instargram h3.title:before, div.instargram h3.title:after {
            content: "";
            background: #393939;
            position: absolute;
            right: auto;
            width: 22px;
            height: 1px;
        }

        div.instargram h3.title:before {
            left: 0;
            bottom: -20px;
        }

        div.instargram h3.title:after {
            left: 10px;
            bottom: -23px;
        }

    div.instargram .spinstagramgallery-carousel .spinstagramgallery-item {
        position: relative;
    }

        div.instargram .spinstagramgallery-carousel .spinstagramgallery-item:after {
            content: "\f16d";
            font-family: fontawesome;
            font-size: 24px;
            color: #fff;
            position: absolute;
            left: auto;
            right: 15px;
            top: 15px;
            bottom: auto;
        }

        div.instargram .spinstagramgallery-carousel .spinstagramgallery-item img {
            padding: 0;
            transition: all 0.3s ease 0s;
        }

        div.instargram .spinstagramgallery-carousel .spinstagramgallery-item:hover img {
            opacity: 0.8;
        }

.content-v4 div.instargram {
    margin: 0 0 70px;
}

.sp-instagram-gallery {
    width: 100%;
    display: block;
    overflow: hidden;
    padding-top: 5px;
    direction: ltr;
}

    .sp-instagram-gallery .ig-wrap {
        width: 100%;
        display: block;
        overflow: hidden;
    }

        .sp-instagram-gallery .ig-wrap .ig-items {
            width: 100%;
            display: block;
            overflow: hidden;
        }

            .sp-instagram-gallery .ig-wrap .ig-items ul {
                width: 100%;
                display: block;
                overflow: hidden;
            }

                .sp-instagram-gallery .ig-wrap .ig-items ul li {
                    float: left;
                    overflow: hidden;
                    padding: 5px;
                    list-style-type: none;
                }

                    .sp-instagram-gallery .ig-wrap .ig-items ul li img {
                        width: 100%;
                    }

                        .sp-instagram-gallery .ig-wrap .ig-items ul li img:hover {
                            opacity: 0.7;
                            filter: alpha(opacity=70);
                        }

.lang_ar .sp-instagram-gallery .ig-wrap .ig-items ul li {
    float: right;
}

.sp-instagram-gallery .owl-controls .owl-nav div {
    bottom: auto;
    position: absolute;
    font-size: 1em;
    bottom: 45%;
    left: 10px;
    outline: 0;
    width: 52px;
    height: 52px;
    text-indent: -9999px;
    z-index: 9999;
    border: 2px solid #DDDDDD;
    cursor: pointer;
    line-height: 18px;
}

    .sp-instagram-gallery .owl-controls .owl-nav div:before {
        height: 48px;
        width: 48px;
        display: block;
        background: #fff;
        content: ".";
        opacity: 0.14;
        text-indent: -9999px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .sp-instagram-gallery .owl-controls .owl-nav div:after {
        display: block;
        width: 48px;
        height: 48px;
        color: #DDDDDD;
        text-indent: 0;
        text-align: center;
        font-size: 21px;
        font-family: "FontAwesome";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        padding: 16px 0 0 0;
    }

    .sp-instagram-gallery .owl-controls .owl-nav div:hover:before {
        background: #333;
        opacity: 0.83;
    }

    .sp-instagram-gallery .owl-controls .owl-nav div.owl-next {
        right: 10px;
        left: auto;
    }

.sp-instagram-gallery .owl-controls .owl-prev:after {
    content: "\f053";
}

.sp-instagram-gallery .owl-controls .owl-next:after {
    content: "\f054";
}

#left_column .sp-instagram-gallery .owl-controls .owl-nav div, #right_column .sp-instagram-gallery .owl-controls .owl-nav div {
    width: 30px;
    height: 30px;
    bottom: 25%;
    border: none;
}

    #left_column .sp-instagram-gallery .owl-controls .owl-nav div:before, #right_column .sp-instagram-gallery .owl-controls .owl-nav div:before {
        height: 28px;
        width: 28px;
    }

    #left_column .sp-instagram-gallery .owl-controls .owl-nav div:after, #right_column .sp-instagram-gallery .owl-controls .owl-nav div:after {
        height: 28px;
        width: 28px;
        padding: 5px 0 0 0;
    }

@media all and (max-width:479px) {
    .sp-instagram-gallery .ig-wrap .ig04-6 ul li {
        width: 16.64%;
    }

    .sp-instagram-gallery .ig-wrap .ig04-5 ul li {
        width: 19.958%;
    }

    .sp-instagram-gallery .ig-wrap .ig04-4 ul li {
        width: 24.995%;
    }

    .sp-instagram-gallery .ig-wrap .ig04-3 ul li {
        width: 33.315%;
    }

    .sp-instagram-gallery .ig-wrap .ig04-2 ul li {
        width: 49.985%;
    }

    .sp-instagram-gallery .ig-wrap .ig04-1 ul li {
        width: 100%;
    }
}

@media all and (min-width:480px) and (max-width:767px) {
    .sp-instagram-gallery .ig-wrap .ig03-6 ul li {
        width: 16.64%;
    }

    .sp-instagram-gallery .ig-wrap .ig03-5 ul li {
        width: 19.958%;
    }

    .sp-instagram-gallery .ig-wrap .ig03-4 ul li {
        width: 24.995%;
    }

    .sp-instagram-gallery .ig-wrap .ig03-3 ul li {
        width: 33.295%;
    }

    .sp-instagram-gallery .ig-wrap .ig03-2 ul li {
        width: 49.999%;
    }

    .sp-instagram-gallery .ig-wrap .ig03-1 ul li {
        width: 100%;
    }
}

@media all and (min-width:768px) and (max-width:1199px) {
    .sp-instagram-gallery .ig-wrap .ig02-6 ul li {
        width: 16.64%;
    }

    .sp-instagram-gallery .ig-wrap .ig02-5 ul li {
        width: 19.958%;
    }

    .sp-instagram-gallery .ig-wrap .ig02-4 ul li {
        width: 24.995%;
    }

    .sp-instagram-gallery .ig-wrap .ig02-3 ul li {
        width: 33.315%;
    }

    .sp-instagram-gallery .ig-wrap .ig02-2 ul li {
        width: 49.999%;
    }

    .sp-instagram-gallery .ig-wrap .ig02-1 ul li {
        width: 100%;
    }
}

@media all and (min-width:1200px) {
    .sp-instagram-gallery .ig-wrap .ig01-6 ul li {
        width: 16.64%;
    }

    .sp-instagram-gallery .ig-wrap .ig01-5 ul li {
        width: 20%;
    }

    .sp-instagram-gallery .ig-wrap .ig01-4 ul li {
        width: 25%;
    }

    .sp-instagram-gallery .ig-wrap .ig01-3 ul li {
        width: 33.315%;
    }

    .sp-instagram-gallery .ig-wrap .ig01-2 ul li {
        width: 49.999%;
    }

    .sp-instagram-gallery .ig-wrap .ig01-1 ul li {
        width: 100%;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.bounceIn, .animated.bounceOut {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

    .animated.flipOutX, .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

@-webkit-keyframes bounce {
    from,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    from,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from,50%,to {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    from,50%,to {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    30% {
        -webkit-transform: scale3d(1.25,0.75,1);
        transform: scale3d(1.25,0.75,1);
    }

    40% {
        -webkit-transform: scale3d(0.75,1.25,1);
        transform: scale3d(0.75,1.25,1);
    }

    50% {
        -webkit-transform: scale3d(1.15,0.85,1);
        transform: scale3d(1.15,0.85,1);
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1);
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1);
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    30% {
        -webkit-transform: scale3d(1.25,0.75,1);
        transform: scale3d(1.25,0.75,1);
    }

    40% {
        -webkit-transform: scale3d(0.75,1.25,1);
        transform: scale3d(0.75,1.25,1);
    }

    50% {
        -webkit-transform: scale3d(1.15,0.85,1);
        transform: scale3d(1.15,0.85,1);
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1);
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1);
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
}

@keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg);
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg);
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg);
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg);
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg);
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg);
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from,11.1%,to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from,11.1%,to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0);
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0);
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes bounceInUp {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.spinstagramgallery-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinstagramgallery-carousel .spinstagramgallery-animated-in {
    z-index: 0;
}

.spinstagramgallery-carousel .spinstagramgallery-animated-out {
    z-index: 1;
}

.spinstagramgallery-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.spinstagramgallery-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.spinstagramgallery-carousel {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .spinstagramgallery-carousel .spinstagramgallery-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .spinstagramgallery-carousel .spinstagramgallery-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .spinstagramgallery-carousel .spinstagramgallery-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px,0px,0px);
    }

    .spinstagramgallery-carousel .spinstagramgallery-controls .spinstagramgallery-nav .spinstagramgallery-prev, .spinstagramgallery-carousel .spinstagramgallery-controls .spinstagramgallery-nav .spinstagramgallery-next, .spinstagramgallery-carousel .spinstagramgallery-controls .spinstagramgallery-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .spinstagramgallery-carousel.spinstagramgallery-loaded {
        display: block;
    }

    .spinstagramgallery-carousel.spinstagramgallery-loading {
        opacity: 0;
        display: block;
    }

    .spinstagramgallery-carousel.spinstagramgallery-hidden {
        opacity: 0;
    }

    .spinstagramgallery-carousel .spinstagramgallery-refresh .spinstagramgallery-item {
    }

    .spinstagramgallery-carousel .spinstagramgallery-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .spinstagramgallery-carousel .spinstagramgallery-item img {
            display: block;
            width: 100%;
            padding: 2px;
        }

    .spinstagramgallery-carousel.spinstagramgallery-text-select-on .spinstagramgallery-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .spinstagramgallery-carousel .spinstagramgallery-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .spinstagramgallery-carousel.spinstagramgallery-rtl {
        direction: rtl;
    }

        .spinstagramgallery-carousel.spinstagramgallery-rtl .spinstagramgallery-item {
            float: right;
        }

.no-js .spinstagramgallery-carousel {
    display: block;
}

.spinstagramgallery-carousel .spinstagramgallery-item .spinstagramgallery-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.spinstagramgallery-carousel .spinstagramgallery-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.spinstagramgallery-carousel .spinstagramgallery-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("http://prestashop.magentech.com/sp_revo/modules/spinstagramgallery/views/css/spinstagramgallery.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

    .spinstagramgallery-carousel .spinstagramgallery-video-play-icon:hover {
        -webkit-transition: scale(1.3,1.3);
        -moz-transition: scale(1.3,1.3);
        -ms-transition: scale(1.3,1.3);
        -o-transition: scale(1.3,1.3);
        transition: scale(1.3,1.3);
    }

.spinstagramgallery-carousel .spinstagramgallery-video-playing .spinstagramgallery-video-tn, .spinstagramgallery-carousel .spinstagramgallery-video-playing .spinstagramgallery-video-play-icon {
}

.spinstagramgallery-carousel .spinstagramgallery-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.spinstagramgallery-carousel .spinstagramgallery-video-frame {
    position: relative;
    z-index: 1;
}

@-moz-document url-prefix() {
    .header-v1 .sphomepage-slider;

{
    margin-bottom: -1px;
}

}

.sphomepage-slider .owl-nav .owl-prev, .sphomepage-slider .owl-nav .owl-next {
    position: absolute;
    background: #9a9b9b;
    top: 40%;
    bottom: auto;
    height: 60px;
    width: 60px;
    font-size: 0;
    text-indent: -9999;
    color: transparent;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
}

    .sphomepage-slider .owl-nav .owl-prev:before, .sphomepage-slider .owl-nav .owl-next:before {
        font-family: Fontawesome;
        font-size: 24px;
        line-height: 58px;
        color: #c2c3c3;
        text-indent: 0;
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        height: 100%;
    }

.sphomepage-slider .owl-nav .owl-prev {
    left: 15px;
    right: auto;
}

    .sphomepage-slider .owl-nav .owl-prev:before {
        content: "\f104";
        left: -2px;
    }

.sphomepage-slider .owl-nav .owl-next {
    right: 15px;
    left: auto;
}

    .sphomepage-slider .owl-nav .owl-next:before {
        content: "\f105";
        left: 2px;
    }

.sphomepage-slider:hover .owl-nav .owl-prev, .sphomepage-slider:hover .owl-nav .owl-next {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}

.sphomepage-slider .owl-item .sphomeslider-description {
    position: absolute;
    display: inline-block;
    padding: 0;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

    .sphomepage-slider .owl-item .sphomeslider-description .item-info {
        padding-top: 15%;
        text-align: center;
    }

        .sphomepage-slider .owl-item .sphomeslider-description .item-info h3 {
            font-size: 20px;
            text-transform: uppercase;
            font-weight: 300;
            color: #222;
            margin: 0 0 10px;
            letter-spacing: 2px;
        }

        .sphomepage-slider .owl-item .sphomeslider-description .item-info h2 {
            font-size: 48px;
            text-transform: uppercase;
            color: #222;
            font-weight: 800;
            margin: 0 0 10px;
            letter-spacing: 4px;
        }

        .sphomepage-slider .owl-item .sphomeslider-description .item-info p {
            letter-spacing: 1px;
            font-size: 16px;
            margin: 0 0 10px;
            color: #222;
        }

        .sphomepage-slider .owl-item .sphomeslider-description .item-info h5 {
            display: inline-block;
            font-size: 13px;
            margin: 15px 5px 0;
            color: #222;
        }

            .sphomepage-slider .owl-item .sphomeslider-description .item-info h5 a {
                width: 43px;
                line-height: 43px;
                color: #222;
                width: 190px;
                text-align: center;
                display: inline-block;
                text-transform: uppercase;
                background: rgba(255,255,255,0.6);
                transition: all 0.3s ease 0s;
            }

                .sphomepage-slider .owl-item .sphomeslider-description .item-info h5 a:hover {
                    background: #222;
                    color: #fff;
                }

        .sphomepage-slider .owl-item .sphomeslider-description .item-info.group-2 h2, .sphomepage-slider .owl-item .sphomeslider-description .item-info.group-2 h3, .sphomepage-slider .owl-item .sphomeslider-description .item-info.group-3 h2, .sphomepage-slider .owl-item .sphomeslider-description .item-info.group-3 h3 {
            color: #fff;
        }

        .sphomepage-slider .owl-item .sphomeslider-description .item-info.group-4 h3 {
            margin-bottom: 3px;
            font-size: 18px;
        }

        .sphomepage-slider .owl-item .sphomeslider-description .item-info.group-4 h2 {
            letter-spacing: 3px;
            line-height: 100%;
            font-weight: 700;
        }

.sphomepage-slider .owl-carousel .owl-dots {
    display: block !important;
    position: absolute;
    bottom: 25px;
    left: auto;
    width: 100%;
    padding: 0 30px;
}

    .sphomepage-slider .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }

        .sphomepage-slider .owl-carousel .owl-dots .owl-dot span {
            width: 8px;
            height: 8px;
            margin: 5px 3px;
            opacity: 1;
            border: none;
            display: block;
            -webkit-backface-visibility: visible;
            -webkit-transition: opacity 300ms ease;
            -moz-transition: opacity 300ms ease;
            -ms-transition: opacity 300ms ease;
            -o-transition: opacity 300ms ease;
            transition: opacity 300ms ease;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        .sphomepage-slider .owl-carousel .owl-dots .owl-dot.active span, .sphomepage-slider .owl-carousel .owl-dots .owl-dot:hover span {
            opacity: 1;
            width: 25px;
            border-radius: 8px;
        }

.content-v2 .sphomepage-slider .owl-carousel .owl-dots {
    padding: 0 20%;
}

.content-v3 .sphomepage-slider {
    margin: 0 auto;
    max-width: 1170px;
    overflow: visible;
}

    .content-v3 .sphomepage-slider .owl-carousel .owl-stage-outer {
        overflow: visible;
    }

    .content-v3 .sphomepage-slider .owl-carousel .owl-dots {
        text-align: center;
    }

.content-v4 .sphomepage-slider .owl-carousel .owl-dots {
    text-align: center;
}

.rtl .sphomepage-slider {
    direction: ltr;
}

@media (max-width:767px) {
    div.sphomepage-slider .owl-item .sphomeslider-description .item-info {
        display: none;
    }
}

.image-left, div.banner {
    text-align: center;
}

.banner-home {
    float: right;
    width: 21.4%;
}

    .banner-home ul.content-content {
        margin-bottom: 0;
    }

.featured {
    margin-bottom: 42px;
}

    .featured h3.title {
        font-size: 18px;
        font-weight: bold;
        color: #222;
        text-transform: uppercase;
        position: relative;
        padding: 0 0 15px;
        margin: 0 15px 30px;
        border-bottom: 1px solid #e8e8e8;
    }

        .featured h3.title:before {
            content: "";
            position: absolute;
            left: 0;
            top: auto;
            right: auto;
            bottom: -1px;
            height: 2px;
            width: 100px;
        }

    .featured .item {
        float: left;
        padding: 0 15px;
        width: 20%;
    }

        .featured .item .content {
            box-shadow: 0 2px 2px #ddd;
            -ms-box-shadow: 0 2px 2px #ddd;
        }

        .featured .item .image img {
            transition: all 0.3s ease 0s;
        }

        .featured .item .text, .featured .item .image {
            display: block;
            text-align: center;
        }

            .featured .item .text h4 {
                margin: 0;
            }

                .featured .item .text h4 a {
                    display: block;
                    padding: 20px 0;
                    font-size: 16px;
                    font-weight: bold;
                    color: #222;
                    background: transparent;
                    text-transform: uppercase;
                    transition: all 0.3s ease 0s;
                }

        .featured .item:hover .image img {
            opacity: 0.8;
        }

        .featured .item:hover .text h4 a {
            background: #222;
            color: #fff;
        }

.contact-html {
    margin-top: 13px;
}

    .contact-html div.icon, .contact-html div.text {
        display: inline-block;
        vertical-align: top;
    }

        .contact-html div.text p {
            margin-bottom: 0;
            line-height: 20px;
        }

            .contact-html div.text p.phone strong {
                color: #2d2d2d;
            }

            .contact-html div.text p.email {
                color: #2d2d2d;
            }

.banner-1 {
    margin-bottom: 45px;
}

.banner-2, .banner-3 {
    margin-bottom: 40px;
}

    .banner-home a, .banner-1 a, .banner-2 a, .banner-3 a, .banner-4 a, .banner-6 a, .banner-7 a {
        display: block;
        position: relative;
    }

        .banner-home a:before, .banner-1 a:before, .banner-2 a:before, .banner-3 a:before, .banner-4 a:before, .banner-6 a:before, .banner-7 a:before {
            background-color: rgba(0,0,0,0.2);
            content: '';
            height: 100%;
            width: 100%;
            left: 0;
            position: absolute;
            top: 0;
            transition: all 0.2s ease-in-out 0s;
            -moz-transition: all 0.2s ease-in-out 0s;
            -webkit-transition: all 0.2s ease-in-out 0s;
            visibility: hidden;
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .banner-home a:hover:before, .banner-1 a:hover:before, .banner-2 a:hover:before, .banner-3 a:hover:before, .banner-4 a:hover:before, .banner-6 a:hover:before, .banner-7 a:hover:before {
            visibility: visible;
            opacity: 1;
            filter: alpha(opacity=100);
        }

.banner-4 {
    margin-bottom: 37px;
}

div.bonus-menu ul li {
    display: inline-block;
    padding: 0 51px;
}

    div.bonus-menu ul li.free {
        padding-left: 15px;
    }

    div.bonus-menu ul li.contact {
        border-right: none;
    }

    div.bonus-menu ul li .icon, div.bonus-menu ul li .text {
        display: inline-block;
        vertical-align: middle;
    }

    div.bonus-menu ul li.free .icon {
        width: 56px;
        height: 33px;
        background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spcustomhtml/views/css/../../../../../img/icon/icon-guide-1.png") no-repeat center center;
    }

    div.bonus-menu ul li.cash .icon {
        width: 56px;
        height: 33px;
        background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spcustomhtml/views/css/../../../../../img/icon/icon-guide-2.png") no-repeat center center;
    }

    div.bonus-menu ul li.rewarded .icon {
        width: 37px;
        height: 33px;
        background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spcustomhtml/views/css/../../../../../img/icon/icon-guide-3.png") no-repeat center center;
    }

    div.bonus-menu ul li.gift .icon {
        width: 39px;
        height: 34px;
        background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spcustomhtml/views/css/../../../../../img/icon/icon-guide-4.png") no-repeat center center;
    }

    div.bonus-menu ul li.secured .icon {
        width: 39px;
        height: 33px;
        background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spcustomhtml/views/css/../../../../../img/icon/icon-guide-5.png") no-repeat center center;
    }

    div.bonus-menu ul li.contact .icon {
        width: 38px;
        height: 32px;
        background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spcustomhtml/views/css/../../../../../img/icon/icon-guide-6.png") no-repeat center center;
    }

    div.bonus-menu ul li .icon {
        margin-right: 7px;
    }

    div.bonus-menu ul li .text h5 {
        margin: 0 0 2px;
    }

        div.bonus-menu ul li .text h5 a {
            color: #fff;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 600;
            transition: all 0.3s ease 0s;
        }

    div.bonus-menu ul li .text p {
        font-size: 13px;
        font-weight: normal;
        text-transform: capitalize;
        margin: 0;
        line-height: 16px;
    }

    div.bonus-menu ul li .text:hover h5 a {
        color: #222;
    }

.footer-links h3.title {
    color: #222;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.footer-links ul li a {
    color: #7d7d7d;
    font-size: 13px;
    font-weight: normal;
    display: block;
    padding: 6px 13px;
    position: relative;
}

    .footer-links ul li a:before {
        content: "\f105";
        font-family: fontawesome;
        display: block;
        position: absolute;
        top: 6px;
        left: 0;
        font-size: 13px;
        color: #7d7d7d;
    }

div.menu-bottom {
    text-align: center;
    margin-bottom: 15px;
}

    div.menu-bottom ul li {
        display: inline-block;
        padding: 0 15px;
    }

        div.menu-bottom ul li a {
              font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s ease 0s;
        }

div.text-html {
    text-align: center;
}

    div.text-html p {
        line-height: 28px;
    }

.content-v2 div.bonus-menu {
    margin-bottom: 40px;
}

    .content-v2 div.bonus-menu ul {
        border: 1px solid #ebebeb;
        border-radius: 5px;
        padding: 30px 0;
    }

        .content-v2 div.bonus-menu ul li {
            border-right-color: #e1e1e1;
            padding: 0 26px;
        }

            .content-v2 div.bonus-menu ul li.free .icon {
                background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spcustomhtml/views/css/../../../../../img/icon/icon-guide-1-v2.png") no-repeat center center;
            }

            .content-v2 div.bonus-menu ul li.cash .icon {
                background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spcustomhtml/views/css/../../../../../img/icon/icon-guide-2-v2.png") no-repeat center center;
            }

            .content-v2 div.bonus-menu ul li.rewarded .icon {
                background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spcustomhtml/views/css/../../../../../img/icon/icon-guide-3-v2.png") no-repeat center center;
            }

            .content-v2 div.bonus-menu ul li.gift .icon {
                background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spcustomhtml/views/css/../../../../../img/icon/icon-guide-4-v2.png") no-repeat center center;
            }

            .content-v2 div.bonus-menu ul li.secured .icon {
                background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spcustomhtml/views/css/../../../../../img/icon/icon-guide-5-v2.png") no-repeat center center;
            }

            .content-v2 div.bonus-menu ul li.contact .icon {
                background: url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spcustomhtml/views/css/../../../../../img/icon/icon-guide-6-v2.png") no-repeat center center;
            }

            .content-v2 div.bonus-menu ul li .text h5 a {
                color: #222;
                font-weight: 600;
            }

            .content-v2 div.bonus-menu ul li .text p {
                color: #7d7d7d;
            }

.content-v3 div.menu-bottom ul li a:hover {
    opacity: 0.8;
}

.free-delivery {
    font-size: 13px;
    color: #222;
    height: 38px;
    line-height: 36px;
    font-style: italic;
    font-weight: normal;
}

.contact-html-2 {
    float: right;
    color: #222;
    font-weight: 400;
    font-size: 13px;
    height: 38px;
    line-height: 36px;
}

    .contact-html-2 p {
        margin: 0;
    }

    .contact-html-2 strong {
        color: #222;
        font-weight: 700;
        margin: 0;
    }

.banner-5 {
    margin: 0;
}

    .banner-5 ul li.item {
        text-align: center;
        margin-bottom: 63px;
    }

        .banner-5 ul li.item div.item-image {
            position: relative;
            margin-bottom: 28px;
        }

            .banner-5 ul li.item div.item-image:before {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                bottom: 0;
                right: 0;
                opacity: 0;
                background: rgba(0,0,0,0.49804);
                transition: opacity 0.35s;
            }

        .banner-5 ul li.item img {
            width: 100%;
        }

        .banner-5 ul li.item h3 {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            height: 100%;
            width: 100%;
            margin: 0;
            padding: 30% 0 0;
            transition: all 0.3s ease 0s;
        }

            .banner-5 ul li.item h3 a {
                font-weight: 500;
                font-size: 13px;
                color: #222;
                padding: 15px 30px;
                text-transform: uppercase;
                background: rgba(255,255,255,0.8);
                transform: scale(0);
                -ms-transform: scale(0);
                -webkit-transform: scale(0);
                transition: all 0.3s ease 0s;
                opacity: 0;
            }

        .banner-5 ul li.item:hover {
            cursor: pointer;
        }

            .banner-5 ul li.item:hover div.item-image:before {
                opacity: 1;
            }

            .banner-5 ul li.item:hover h3 a {
                transform: scale3d(1,1,1);
                opacity: 1;
            }

        .banner-5 ul li.item h5 {
            color: #7d7d7d;
            font-size: 14px;
            margin: 0 0 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .banner-5 ul li.item h4 {
            color: #222;
            font-size: 18px;
            font-weight: bold;
            margin: 0;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

.banner-6 {
    margin-bottom: 65px;
}

    .banner-6 .title {
        text-align: center;
        margin-bottom: 40px;
    }

        .banner-6 .title h3 {
            font-weight: 800;
            color: #222;
            font-size: 24px;
            margin: 0 0 10px;
            padding: 0;
            letter-spacing: 3px;
            text-transform: uppercase;
        }

        .banner-6 .title h5 {
            font-size: 14px;
            color: #222;
            font-weight: normal;
        }

    .banner-6 .content div.item-1, .banner-6 .content div.item-3 {
        padding: 0;
        position: relative;
    }

        .banner-6 .content div.item-1 ul, .banner-6 .content div.item-3 ul {
            width: 100%;
            text-align: center;
            position: absolute;
            top: 47%;
            transform: translateY(-47%);
        }

            .banner-6 .content div.item-1 ul li, .banner-6 .content div.item-3 ul li {
                display: block;
            }

                .banner-6 .content div.item-1 ul li a, .banner-6 .content div.item-3 ul li a {
                    background-color: rgba(255,255,255,0.8);
                    display: inline-block;
                    height: 43px;
                    line-height: 43px;
                    margin-bottom: 10px;
                    text-align: center;
                    text-transform: uppercase;
                    transition: all 0.2s ease-in-out 0s;
                    width: 190px;
                    font-weight: 500;
                }

                    .banner-6 .content div.item-1 ul li a:hover, .banner-6 .content div.item-3 ul li a:hover {
                        background-color: #222;
                        color: #fff;
                    }

.text-html-2 ul li {
    margin: 12px 0;
}

    .text-html-2 ul li .fa {
        margin: 0 5px 0 0;
        color: #222;
        line-height: 22px;
    }

    .text-html-2 ul li span {
        font-size: 14px;
        color: #222;
        margin: 0;
    }

    .text-html-2 ul li:nth-child(2) {
        text-align: center;
    }

    .text-html-2 ul li:nth-child(3) {
        text-align: right;
    }

div.static-infos .info {
    margin-bottom: 65px;
}

    div.static-infos .info .content {
        background: #f2f2f2;
        text-align: center;
        padding: 15px 0;
        border-left: 1px solid trasparent;
        border-top: 1px solid transparent;
    }

    div.static-infos .info h4 {
        margin: 0;
        font-weight: 700;
        font-size: 32px;
        text-transform: uppercase;
    }

    div.static-infos .info h5 {
        margin: 0;
        font-weight: 600;
        color: #222;
        font-size: 18px;
        text-transform: uppercase;
    }

div.featured.featured-2 {
    margin-bottom: 70px;
}

    div.featured.featured-2 h3, div.featured.featured-2 h5 {
        text-align: center;
    }

    div.featured.featured-2 h3 {
        font-size: 24px;
        color: #222;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin: 0 0 8px;
    }

    div.featured.featured-2 h5 {
        margin: 0 0 35px;
        color: #222;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 1px;
    }

    div.featured.featured-2 .item:hover h4 a {
        color: #fff;
    }

.find-your h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 11px;
}

.find-your .fa {
    font-size: 22px;
    margin-right: 5px;
}

.find-your .block-content {
    padding-right: 80px;
}

    .find-your .block-content p {
        color: rgba(255,255,255,0.7);
        margin-bottom: 52px;
        line-height: 24px;
    }

    .find-your .block-content h6 {
        display: inline-block;
        margin: 0;
    }

    .find-your .block-content a {
        text-transform: uppercase;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
    }

        .find-your .block-content a.active {
            padding: 11px 20px;
            background: #fff;
            margin: 0 10px;
        }

            .find-your .block-content a.active:hover {
                background: #ccc;
            }

.video .title {
    text-align: center;
}

    .video .title h3 {
        color: #222;
        font-weight: 900;
        letter-spacing: 2px;
        font-size: 24px;
        margin: 0 0 8px;
        text-transform: uppercase;
    }

    .video .title h6 {
        color: #222;
        font-size: 14px;
        margin: 0 0 38px;
    }

.banner-video {
    margin-bottom: 65px;
    position: relative;
}

    .banner-video #thumnail {
        position: relative;
        z-index: 9;
    }

        .banner-video #thumnail .image-thumnail {
            height: 600px;
        }

            .banner-video #thumnail .image-thumnail img {
                height: 100%;
            }

        .banner-video #thumnail #des {
            height: 100%;
            padding: 0;
            position: absolute;
            text-align: center;
            top: 0;
            width: 100%;
            z-index: 9;
        }

            .banner-video #thumnail #des .button-video {
                transition: 0.3s all ease 0s;
                display: inline-block;
                position: absolute;
                left: 47%;
                top: 45%;
                right: auto;
                bottom: auto;
            }

                .banner-video #thumnail #des .button-video:before {
                    content: "\f0da";
                    font-family: fontawesome;
                    display: inline-block;
                    font-size: 46px;
                    color: #c4c3c1;
                    height: 50px;
                    width: 70px;
                    border-radius: 12px;
                    background: #cc181e;
                    text-align: center;
                    line-height: 50px;
                    cursor: pointer;
                    padding-left: 5px;
                }

        .banner-video #thumnail.close-thumnail {
            transform: scale(0);
            -ms-transform: scale(0);
            -webkit-transform: scale(0);
            transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
            -ms-transition: all 0.5s ease 0s;
        }

    .banner-video #video {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
    }

.banner-7 ul li.item {
    text-align: center;
    margin-bottom: 63px;
    padding: 0;
}

    .banner-7 ul li.item div.item-image {
        margin-bottom: 28px;
    }

    .banner-7 ul li.item img {
        width: 100%;
    }

    .banner-7 ul li.item h5 {
        color: #7d7d7d;
        font-size: 14px;
        margin: 0 0 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .banner-7 ul li.item h4 {
        color: #222;
        font-size: 18px;
        font-weight: bold;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

div.app-store {
    display: block;
    float: none;
    margin-top: 5px;
    text-align: center;
}

    div.app-store a {
        margin: 0 3px;
        font-size: 0;
        text-indent: -99999999px;
        color: transparent;
        display: inline-block;
        height: 40px;
        width: 125px;
    }

        div.app-store a.first {
            background: transparent url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spcustomhtml/views/css/../../../../../img/icon/app-store-1.png") no-repeat top center;
        }

        div.app-store a.last {
            background: transparent url("http://prestashop.magentech.com/sp_revo/themes/sp_revo/css/modules/spcustomhtml/views/css/../../../../../img/icon/app-store-2.png") no-repeat top center;
        }

@media (min-width:1500px) {
    .banner-7, div.video {
        margin: 0 -115px;
    }
}

@media (min-width:1200px) {
    div.group-link-1 .spcustom_html, div.group-link-2 .spcustom_html {
        width: 17.5%;
    }
}

@media (max-width:1199px) {
    div.bonus-menu ul {
        direction: ltr;
    }

        div.bonus-menu ul .owl-item {
            text-align: center;
        }

        div.bonus-menu ul li {
            border: none;
            padding: 0;
        }

    div.find-your div.block-content {
        padding: 0;
    }

    .banner-video #thumnail .image-thumnail {
        height: 500px;
    }

    .banner-video iframe {
        height: 450px;
    }

    .rtl div.bonus-menu ul li {
        border: none;
    }
}

@media (min-width:991px) and (max-width:1199px) {
    .banner-home {
        width: 21.5%;
    }

    .text-html-2 ul li span {
        font-size: 12px;
    }
}

@media (min-width:480px) and (max-width:991px) {
    div.banner-home {
        width: 27.7%;
    }
}

@media (min-width:480px) and (max-width:767px) {
    div.banner-6 .content div.item-1 ul, div.banner-6 .content div.item-3 ul {
        display: none;
    }
}

@media (max-width:991px) {
    div.text-html-2 ul li {
        text-align: center;
    }

        div.text-html-2 ul li:nth-child(3) {
            text-align: center;
        }
}

@media (min-width:768px) and (max-width:991px) {
    .featured .main {
        padding: 0 10px;
    }

    .featured .item {
        padding: 0 5px;
    }

        .featured .item .text h4 a {
            font-size: 13px;
        }

    div div.menu-bottom ul li {
        padding: 0 10px;
    }

    div.group-link-1, div.group-link-2 {
        overflow: hidden;
    }

    .footer-links {
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {
    .featured {
        margin-bottom: 0;
    }

        .featured .item {
            width: 50%;
            margin-bottom: 30px;
        }

            .featured .item:hover .text h4 a {
                background: transparent;
            }

            .featured .item.item-5 {
                display: none;
            }

    .banner-1 .item-1 {
        margin-bottom: 40px;
    }

    div.menu-bottom ul li {
        margin-bottom: 5px;
    }

    div.group-link-1, div.group-link-2 {
        overflow: hidden;
    }

    .footer-links {
        margin-bottom: 30px;
    }

    .free-delivery {
        text-align: center;
    }

    div.contact-html-2 {
        float: none;
        display: inline-block;
        padding: 0 10px;
    }

    .text-html-2 ul li span {
        font-size: 13px;
    }

    .find-your {
        float: none;
        margin-bottom: 40px;
    }

        .find-your .block-content p {
            margin-bottom: 30px;
        }

    .banner-video #thumnail {
        height: 400px;
        opacity: 0;
        pointer-events: none;
    }

        .banner-video #thumnail .image-thumnail, .banner-video #thumnail #des {
            display: none;
        }

    .banner-video iframe {
        height: 400px;
    }
}

@media (max-width:479px) {
    div.banner-home {
        display: none;
    }

    .featured .item {
        width: 100%;
    }

    .banner-3 ul li {
        width: 100%;
        margin-bottom: 40px;
    }

        .banner-3 ul li.item-3 {
            margin-bottom: 0;
        }

    div.banner-6 .content div.item {
        width: 100%;
    }

    div.banner-6 .content div.item-1, div.banner-6 .content div.item-3 {
        padding: 0 15px;
    }

    div.contact-html-2 {
        display: none;
    }
}





.feature-sec {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin-top: -165px
}

@media only screen and (max-width: 1366px) {
    .feature-sec {
        margin-top: -135px;
        position: relative;
        z-index: 99;
    }
}

@media only screen and (max-width: 1024px) {
    .feature-sec {
        margin-top: -105px
    }
}

@media only screen and (max-width: 992px) {
    .feature-sec {
        margin-top: -30px
    }
}

@media only screen and (max-width: 568px) {
    .feature-sec {
        box-shadow: none
    }
}

@media only screen and (max-width: 480px) {
    .feature-sec {
        margin-top: 0px
    }
}

.feature-sec .feature {
    background: #fff;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #d6d6d6
}

@media only screen and (max-width: 568px) {
    .feature-sec .feature {
        border-width: 0 0 1px 0
    }
}

.feature-sec .feature:hover .icon-dev {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.feature-sec .feature:last-child {
    border-width: 0
}

.feature-sec .feature .icon-dev {
    width: 48px;
    height: 54px;
    margin: 0 auto
}

.feature-sec .feature .icon-dev span {
    background-image: url("../../../images/banner-icon.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%;
}

.feature-sec .feature .icon-dev span.serv-1 {
    background-position: 0 0
}

.feature-sec .feature .icon-dev span.serv-2 {
    background-position: 0 -395px
}

.feature-sec .feature .icon-dev span.serv-3 {
    background-position: 0 -262px
}

.feature-sec .feature .icon-dev span.serv-4 {
    background-position: 0 -131px
}

.feature-sec .feature h3 {
    font-size: 2rem;
    line-height: 22px;
    color: #0076bc;
    font-weight: bold;
}

.feature-sec .feature.banner-active {
    background-color: #0076bc
}

.feature-sec .feature.banner-active p,
.feature-sec .feature.banner-active h3 {
    color: #fff
}

.feature-sec .feature.banner-active .icon-dev span.serv-1 {
    background-position: 0 -65px
}

.feature-sec .feature.banner-active .icon-dev span.serv-2 {
    background-position: 0 -456px
}

.feature-sec .feature.banner-active .icon-dev span.serv-3 {
    background-position: 0 -326px
}

.feature-sec .feature.banner-active .icon-dev span.serv-4 {
    background-position: 0 -196px
}

.latest_news-sec {
    background-image: url(../images/latest-news-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}
.pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
}
 
.pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
}


.card-text {font-size: 15px;color: black;}
.welcome-sec{padding:60px 0}

.top-head h2 {
    font-size: 35px;
    line-height: 28px;
    color: #0076bc;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .top-head h2 {
        font-size: 1.7rem;
        line-height: 23px
    }
}

@media only screen and (max-width: 480px) {
    .top-head h2 {
        font-size: 1.5rem;
        line-height: 19px
    }
}

.top-head hr {
    height: 5px;
    width: 80px;
    background-color: #0076bc;
}

@media only screen and (max-width: 767px) {
    .top-head hr {
        height: 4px
    }
}

.sub-head h3 {
    font-size: 1.92rem;
    color: #15bdcc;
    margin: 0 0 1rem 0
}

@media only screen and (max-width: 767px) {
    .sub-head h3 {
        font-size: 1.5rem;
        line-height: 21px
    }
}

@media only screen and (max-width: 480px) {
    .sub-head h3 {
        font-size: 1.2rem;
        line-height: 17px
    }
}

.inner-sub-head h5 {
    font-size: 1.07rem;
    font-weight: 600;
    color: #0076bc;
    margin: 0
}

@media only screen and (max-width: 767px) {
    .inner-sub-head {
        font-size: 1rem
    }
}




.excellence {
    background-image: url(../../../images/states-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.excellence .excellence-slider {
    display: block
}

.excellence .excellence-slider .item {
    width: 100%;
    float: left;
}

@media only screen and (max-width: 767px) {
    .excellence .excellence-slider .item {
        width: 100%
    }
}

.excellence .excellence-slider .item:hover .icon-dev {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.excellence h3 {
    font-size: 2.375rem;
    color: #fff;
    font-weight: bold
}

.excellence h3 span {
    color: #ebd22c
}

@media only screen and (max-width: 375px) {
    .excellence h3 {
        font-size: 2rem
    }
}

.excellence h4 {
    color: #ebd22c
}

.excellence h4 span {
    font-size: 3.125rem;
    text-transform: uppercase;
}

.excellence h4 span.counter {
    font-size: 4rem;
    font-weight: 600
}

.excellence .card {
    background-color: transparent
}

.excellence .icon-dev {
    width: 48px;
    height: 48px
}

.excellence .icon-dev span {
    background-image: url("../../../images/statistics.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%;
}

.excellence .icon-dev span.exc-ic-1 {
    background-position: -1px 4px
}

.excellence .icon-dev span.exc-ic-2 {
    background-position: 0 -62px
}

.excellence .icon-dev span.exc-ic-3 {
    background-position: 0 -127px
}

.excellence .icon-dev span.exc-ic-4 {
    background-position: 3px -164px;
    background-size: 85%
}

.excellence p {
    color: #fff;
    font-size: 19px;
}
.excellence .icon-dev {
    display: block;
    margin: 0 auto;
}
.excellence .icon-dev {
    width: 48px;
    height: 48px;
}

.pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
}
 
.pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
}

.copyright a{
    color:white
}


.latest_news-sec {
    background-image: url(../../../images/latest-news-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.latest_news-sec .card {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}






.sub-menu-block a{
	
color:black;
	
border-bottom: 1px solid silver;
	
width: 100%;
	
display: flex;
	
padding: 3px 0;
}













@media only screen and (max-width: 767px) {
    .latest_news-sec .card {
        display: block
    }
    .latest_news-sec .card img {
        width: 100%
    }
}

.latest_news-sec .card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.latest_news-sec .card .card-body {
    flex-direction: column
}

.latest_news-sec .card .date {
    font-size: 0.875rem;
    color: #3b3b3b
}

.latest_news-sec .card p {
    font-size: 1rem;
    color: #0f3661;
    line-height: 24px;
    font-weight: 500
}
.text-content h5 a{

font-size: 25px;

color: #0378be;

font-weight: 600;
}
.text-content p{

font-size: 14px;

line-height: 22px;
}