/**
 *  Responsive layout
 *  Autor: Pecina Ondřej <pecina.ondrej@gmail.com>
 */

@media all and (min-width:1px) {


    .aright {
        text-align:  right!important;
    }


    /* DEFAULT TAGS */
    body {
        margin: 0;
        padding: 0;
        background: #e9e9e9;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 20px;
        color: #434343;
        overflow-x: hidden;
    }

    a img {
        border: 0;
    }

    a {
        outline: 0;
    }

    a.underline:hover,
    a {
        color: #1b79c3;
        text-decoration: none;
    }

    a.underline,
    a:hover {
        text-decoration: underline;
        color: #289cec;        
    }

    .bottom10 {
        margin-bottom: 10px!important;
        margin-right: 10px!important;
    }

    .cBrown {
        color:#34221c!important;
    }

    .cOrangeDark {
        color: #81382a;
    }

    .cGray a,
    .cGray {
       color: #494c4f;
    }


    .cGrayDark {
        color: #434343;
    }

    p {
        font-size: 12px;
        line-height: 20px;
        color: #434343;
    }

    .sub-header,
    h1, h2, h3, h4,h5 {
        font-family: "Open Sans",Arial,Geneva,Helvetica,sans-serif;
        font-weight: 700;
        color: #2c2321;
        text-transform: uppercase;
    }

    h1 {
        font-size: 20px;
        margin: 0 0 20px 0;
    }

    .main-header {
        text-align: center;
        margin:0 0 40px 0;
        background: url('../gfx/layout/separator.png') center no-repeat;
    }
    .main-header span {
        padding: 0 25px;
        background: #E9E9E9;
    }

    .simpleHeader {
        height: 50px;
        background: url('../gfx/layout/separator.png') bottom no-repeat;
    }

    .sub-header,
    h2 {
        margin: 0 0 20px 0;
        padding: 0;
        font-size: 17px;
    }

    h3 {
        margin: 0 0 15px 0;
        font-size: 16px;
    }

    h4 {
        margin: 0 0 15px 0;
        font-size: 14px;
    }

    h5 {
        margin: 0 0 15px 0;
        font-size: 12px;
    }

    h2, h3, h4,h5 {
        margin: 0 0 15px 0;
    }

    form table {
        width: 100%;
    }

    form table th {
        text-align: left;
    }

    .formbox form label {
        color: #392e2c;
        text-align: left;
        line-height: 18px;
        font-size: 13px;
        font-weight: normal;
    }

    .formbox form textarea {
        width: 60%;
        height: 150px;
        max-width: 600px;
        margin-bottom: 10px;;
    }

    .formbox form table th {
        padding-right: 15%;;
        vertical-align: top;
    }
    .formbox form table th label {
        white-space: nowrap;
    }

    .formbox input[type=text] {
        width: 60%;
    }

    .formbox form textarea.invalid,
    .formbox form input[type=text].invalid {
        border: 1px solid #0097d7;
        color: #0097d7;

    }

    .formbox form textarea,
    .formbox form input[type=text] {
        border: 1px solid #c8c8c8;
        color: #434343;
        font-family: Arial, Verdana, sans-serif;
        font-size: 13px;
        line-height: 13px;
        padding: 5px 8px;
        -webkit-box-shadow: 0px 1px 0px #FFFFFF;
        box-shadow: 0px 1px 0px #FFFFFF;
    }

    .contactForm.formbox table {
        border-top: 1px solid #d3d3d3;
        padding-top: 20px;
    }

    .contactForm.formbox table td.button {
        border-top: 1px solid #d3d3d3;
        padding: 20px 0 0 0;
        text-align: right;
    }

    .formbox form input[type=submit] {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
        border: none;
        color: #fff;
        cursor: pointer;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 13px;
        line-height: 18px;
        padding: 6px 10px;
        width: auto;
        font-weight: bold;
        text-shadow:none;
        background: transparent url('../gfx/layout/bg-submit-button.png') repeat-x;
        background: #28a1f0; /* Old browsers */
        background: -moz-linear-gradient(top, #28a1f0 0%, #1989d2 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28a1f0), color-stop(100%,#1989d2)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #28a1f0 0%,#1989d2 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #28a1f0 0%,#1989d2 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #28a1f0 0%,#1989d2 100%); /* IE10+ */
        background: linear-gradient(to bottom, #28a1f0 0%,#1989d2 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28a1f0', endColorstr='#1989d2',GradientType=0 ); /* IE6-9 */
    }

    .formbox form input[type=submit]:hover {
         background: transparent url('../gfx/layout/bg-submit-button.png') repeat-x;
        background: #1989d2; /* Old browsers */
        background: -moz-linear-gradient(top, #1989d2 0%, #28a1f0 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1989d2), color-stop(100%,#28a1f0)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #1989d2 0%,#28a1f0 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #1989d2 0%,#28a1f0 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #1989d2 0%,#28a1f0 100%); /* IE10+ */
        background: linear-gradient(to bottom, #1989d2 0%,#28a1f0 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1989d2', endColorstr='#28a1f0',GradientType=0 ); /* IE6-9 */
    }

    /* DEFAULT STYLES*/

    .placeholder
    {
        color: #aaa;
    }


    div.contactForm {
        padding: 3%;
        width: 94%;
        background: #e2e0e2;
        margin-top: 30px;
    }

    .width48p {
        width: 48%;
    }
    .margin2p {
        margin-right: 2%;
    }

    ul.square {
        margin: 0;
        padding: 0;
    }

    ul.square li {
        margin: 0;
        padding: 0;
        padding-left: 17px;
        list-style-type: none;
        background: url('../gfx/layout/square.png') 5px 6px no-repeat;
        line-height: 14px;
        margin-bottom: 20px;
    }

    .smallSep {
        margin: 20px 0;
        height: 1px;
        border: 1px;
        width: 100;
        border-top: 1px solid #d8d8d8;
    }

    .newsright .desc {
        width: 130px;
    }

    .hp.newsright .desc {
        width: 190px;
    }

    .newsright .desc a {
        font-weight: bold;
        color: #1b79c3;
    }

    .newsright .desc p {
        margin:  0;
        padding: 0;
    }

    .newsright {
        margin:  0;
        padding: 0;
    }


    .submenucontrol {
        margin: 0;
        padding: 0;
    }

    .submenucontrol li {
        font-size: 13px;
        margin: 0;
        padding: 6px 0;
        list-style-type: none;
        border-bottom: 1px solid #d8d8d8;
    }


        .submenucontrol li li {
            border-bottom: 0;
            padding-left: 15px;
            font-size: 12px;
        }


    .newsright li {
        padding: 0 0 12px 0;
        list-style-type: none;
        border-bottom: 1px solid #d8d8d8;
        margin: 12px 0;
    }

    .newsright .imageBox {
        margin-bottom: 0!important;
    }

    .imageBox.fLeft {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .imageBox.fRight {
        margin-left: 15px;
        margin-bottom: 15px;
    }

    .imageBox {
        position: relative;
        display: inline-block;
        padding: 0; margin: 0;
        padding: 8px 8px 2px;
        background: white;
        -webkit-box-shadow: 1px 1px 2px 1px #cdcdcd;
        box-shadow: 1px 1px 2px 1px #cccccc;
    }

    .imageBox.tiny {
        padding: 5px 5px 0px;

    }

    .imageBox.fLeft.tiny {
        margin-bottom: 10px;
        margin-right: 10px;
    }


    .imageBox span.zoomer {
        padding: 0;
        margin: 0;
        display: block;
        width: 100%;
        height: 100%;
        opacity:0.7;
        background: white url("../gfx/layout/zoom.png") center no-repeat;
        filter:alpha(opacity=70);
        position: absolute;
        left: 0;
        top: 0;
    }

    .mapBox {
        position: relative;
        display: inline-block;
        padding: 0; margin: 0;
        padding: 8px 8px 8px;
        background: white;
        -webkit-box-shadow: 1px 1px 2px 1px #cdcdcd;
        box-shadow: 1px 1px 2px 1px #cccccc;
    }    
    
    .content {
        max-width: 940px;
        width: 100%;
        margin: 0 auto;
        min-width: 420px;
    }

    .fullWidth img {
        max-width: 100%;
    }

    .right5p {
        margin-right: 5%;
    }

    .left5p {
        margin-left: 5%!important;
    }

    .topBack30 {
        margin-top: -30px;
    }

    .top20 {
        margin-top: 20px!important;
    }

    .top30 {
        margin-top: 30px;
    }

    .top50 {
        margin-top: 50px;
    }

    .clear {
        display: block;
        clear: both;
        height: 1px\9;
    }

    .separator {
        display: block;
        width: 100%;
        height: 10px;
        background: url('../gfx/layout/separator.png') left top no-repeat;
        margin: 40px auto;
    }

    ul.nodecoration {
        margin: 0;
        padding: 0;
    }

    ul.nodecoration li {
        list-style-type: none;
        margin: 0;
        padding: 0;
        margin-bottom: 5px;
    }


    ul.nodecoration.bordered li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #cecece;
    }

    .sans {
        font-family: "Open Sans",Arial,Geneva,Helvetica,sans-serif;
    }

    .f11 { font-size: 11px; }
    .f12 { font-size: 12px; }
    .f13 { font-size: 13px; }
    .f14 { font-size: 14px; }
    .f18 { font-size: 18px!important; }
    .f25 { font-size: 25px; }
    .f20 { font-size: 20px; }

    .brandtext {
        color: #666666!important;
        font: 14px/22px Arial, Sans-serif!important;
    }

    .bold {
        font-weight: bold;
    }

    .fRight {
        float: right;
    }

    .fLeft {
        float: left;
    }
    .reset p,
    .reset {
        margin: 0;
        padding: 0;
    }

    .bBottom {
        border-bottom: 1px solid #B9B7B9;
        padding-bottom: 15px;;
    }

    .shopbottom .bBottom {
        border-bottom: 1px solid #d3d3d3;
    }

    .shopbottom .imageBox {
        margin: 0!important;
    }

    .shopbottom .imageBox img {
        max-width: 200px;
        width: 100%;
    }


    .fRight .bBottom {
        border-bottom: 1px solid #D8D8D8;
        margin-bottom: 0;
    }

    .product-boxed {
        -webkit-box-shadow: 1px 1px 2px 1px #cccccc;
        box-shadow: 1px 1px 2px 1px #cccccc;
        width: 200px;
        background: white;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 8px;
        float: left;
    }

    .product-boxed .actionBox {
        position: absolute;
        bottom: 25px;
        left: 0;
        font-family: "Open Sans",Arial,Geneva,Helvetica,sans-serif;
        font-weight: 600;
        background: #c3386d;
        width: 120px;
        padding: 10px 0;

        color: white;
    }

    .product-boxed .actionBox .f25 {
        line-height: 27px;
    }

    .product-boxed h2 {
        padding: 15px;
        margin: 0;
        display: block;

        color: #392e2c!important;
        font-family: "Open Sans",Arial,Geneva,Helvetica,sans-serif;
        font-weight: 600;
        font-size: 14px!important;
    }

    .product-boxed h2 a {
        color: #392e2c!important;
        font-size: 14px!important;

    }

    .product-boxed .imageBox{
        padding: 0;
        background: #e6e6e6;
        min-height: 180px;
        min-width: 170px;
        margin: 15px;
    }

    /*  PAGE COLUMNS */


    .pageColumn.column49 {
        width: 49%;
    }

    .pageColumn.column74 {
        width: 74%;
    }

    .pageColumn.column21 {
        width: 21%;
    }

    /* PAGE HEADER */
    div.mainHeader {
        background: #1167b2 url("../gfx/layout/topbg.png") no-repeat center top;
    }

    div.mainHeader .inlay {
        /*background: transparent url("../gfx/layout/topinlay.jpg") no-repeat center top;*/
        min-height: 170px;
    }

    div.mainHeader .headerTop {
        height: 170px;
        position: relative;
    }

    div.mainHeader .headerTop .logo {
        display: block;
        position: absolute;
    }

    .akce {
        display: block;
        height: 89px;
        width: 193px;
        float: right;
        margin-top: -35px;
    }
    
    .akce_pics {
        background: url("/uploaded/images/hp/akcnislevy.png") no-repeat center top;
        display: block;
        height: 89px;
        width: 193px;
    }
    
    .slevy {
        display: block;
        height: 315px;
        width: 315px;
        float: right;
        margin:20px 20px 0 0;
    }
    
    .slevy_pics {
        background: url("/uploaded/images/hp/sleva.png") no-repeat right top;
        display: block;
        height: 315px;
        width: 315px;
    }
    
    
    /*     .slevy {
        display: block;
        height: 89px;
        width: 193px;
        float: right;
        margin-top: -35px;
    }
    
    .slevy_pics {
        background: url("/uploaded/images/hp/akcnislevy2.png") no-repeat center top;
        display: block;
        height: 89px;
        width: 193px;
    } */
    
    
    /* MAIN NAVIGATION */

    div.mainHeader ul#menu {
        position: absolute;
        right: 0;
        top: 70px;
        font-size: 12px;
        height: 60px;
        box-shadow: 0 4px 2px -2px #0765a6;
        -moz-box-shadow: 0 4px 2px -2px #0765a6;
        -webkit-box-shadow: 0 4px 2px -2px #0765a6;
        margin: 0;
        padding: 0;
        font-family: "Open Sans",Arial,Geneva,Helvetica,sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        background:  url('../gfx/layout/menubg.png') repeat-x top;

    }

    div.mainHeader ul#menu li {
        list-style-type: none;
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
    }

    div.mainHeader ul#menu li a {
        color: white;
        height: 60px;
        text-decoration: none;
        line-height: 60px;
        display: block;
        padding: 0 15px;
        background:  url('../gfx/layout/menubg.png') repeat-x top;
    }

    div.mainHeader ul#menu > li > a:hover {
        background: #4b4b4b;
    }

    div.mainHeader ul#menu li ul {
        position: absolute;
        left: 0;
        padding: 0;
        margin: 0;
        top: 60;
        display: none;
        min-width: 170px;
        z-index: 9999;
    }

    div.mainHeader ul#menu li:hover ul {
        display: block;
    }

    div.mainHeader ul#menu li ul li {
        padding: 0;
        height: auto;
        margin: 0;
        display: block;
        width: 100%;
    }
    div.mainHeader ul#menu li ul li a {
        padding: 9px 15px;
        height: auto;
        line-height: normal;
        margin: 0;
        display: block;
        border-bottom: 1px solid #2a8fce;
        width: 100%;
        background: #1484ca;
    }

    div.mainHeader ul#menu li ul li a:hover {
        background: #4b4b4b;
    }

    div.mainHeader ul#menu li.home a {
        text-indent: -9999px;
        font-size: 0;
        padding: 0;
        margin: 0 78px 0 17px;
        width: 34px;
        height: 34px;
        background: transparent url('../gfx/layout/home-ico.png') no-repeat center top;
        margin: 13px 0;
    }

    div.mainHeader ul#menu li.home a span {
        width: 34px;
        height: 34px;
        display: block;
        text-indent: -9999px;
        font-size: 0;
        background: transparent url('../gfx/layout/home-ico.png') no-repeat bottom;
    }

    div.mainHeader .select-menu {
        width: 100%;
        clear: both;
        font-family: "Open Sans",Arial,Geneva,Helvetica,sans-serif;
        font-weight: 700;
        color: #333;
        background: white;
    }

    div.mainHeader .infoBox {
        right: 50px; /*95*/
        top: 21px;
        width: 430px;
        text-align: right;
        position: absolute;
        color: white;
        line-height: 14px;
        text-transform: uppercase;
        font-family: "Open Sans",Arial,Geneva,Helvetica,sans-serif;
        font-weight: 600;
    }

    div.mainHeader .infoBox a{
        color: white;
    }

    div.mainHeader .infoBox a:hover {
        text-decoration: underline;
        color: #ddeefa;        
    }    
    
    
    /* SEARCH BOX */
    div.mainHeader #search {
        right: 45px;
        position: absolute;
    }

    #flags {
        position: absolute;
        right: 0px;
        padding: 15px 0 0 0;
    }

    #flags img {
        opacity: 0.7;
    }

    #flags img:hover {
        opacity: 1;
    }


    div.mainHeader #search .button-search {
        position: absolute;
        right: 0;
        top: 15px;
        width: 40px;
        height: 40px;
        display: block;
        background: transparent url('../gfx/layout/search_button.png') left top;
    }

    div.mainHeader #search .button-search span {
        width: 40px;
        height: 40px;
        display: block;
        background: transparent url('../gfx/layout/search_button.png') left bottom;
    }

    div.mainHeader #search .search-box {
        position: absolute;
        right: 45px;
        top: 15px;
        width: 475px;
        height: 40px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -khtml-border-radius: 20px;
        border-radius: 20px;
        background: #6DDEE2;
        overflow: hidden;
        background: url(../gfx/layout/trans.png);
        display: none;
    }

    div.mainHeader #flags .languages-box {
        position: absolute;
        left: -91px;
        top: 15px;
        width: 88px;
        height: 40px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -khtml-border-radius: 20px;
        border-radius: 20px;
        background: #6DDEE2;
        overflow: hidden;
        background: url(../gfx/layout/trans.png);
        display: none;
    }


    div.mainHeader #search input[type=text] {
        background: white;
        margin: 5px 0 0 5px;
        padding: 0 15px;
        width: 435px;
        height: 30px;
        border: none;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -khtml-border-radius: 20px;
        border-radius: 20px;
        outline: 0;
    }


    div.mainHeader .search-close {
        position: absolute;
        top: 13px;
        right: 13px;
        width: 15px;
        height: 15px;
        background: url(../gfx/layout/sprites.png) no-repeat -80px -10px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -khtml-border-radius: 15px;
        border-radius: 15px;
        cursor: pointer;
    }


    /*  SLIDE SHOW */

    .slider,
    #slideshow {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    #slideshow .oneSlide img {
        width: 100%;
        height: auto;
    }

    #slideshow .oneSlide {
        position: relative;
    }

    #slideshow .oneSlide .text {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 100;
    }

    #slideshow .oneSlide .text .content {
        padding-top: 35px;

        z-index: 101;
        color: white;
        font-family: "Open Sans",Arial,Geneva,Helvetica,sans-serif;
        font-weight: 300;
        text-transform: uppercase;

        filter: dropshadow(color=#969696, offx=1, offy=1);
        text-shadow: 1px 1px 1px #969696;
    }
    /* SLIDER NAV */
    .slider .nivo-controlNav {
        position: absolute;
        bottom: 0;
        left: 25%;
        z-index: 9999;

    }

    .slider .nivo-controlNav a {
        text-decoration: none;
        color: white;
        font-weight: bold;

        margin-right: 1px;
        padding: 6px 0 0;
        text-indent: 0;
        display: block;
        float: left;
        vertical-align: top;
        text-align: center;
        height: 21px;
        width: 28px;
        text-shadow: 1px 1px 1px #969696;
        filter: dropshadow(color=#969696, offx=1, offy=1);
        background: url("../gfx/layout/slider-bg-nav-def.png") repeat scroll 0 0 transparent;
    }

    .slider .nivo-controlNav a.active, #nav a:hover {
        text-decoration: none;
        background: url("../gfx/layout/slider-bg-nav.png") repeat-x scroll left bottom transparent !important;
    }




    .slider .nivo-directionNav a {
        display: block;
        width: 30px;
        height: 30px;
        background: url('../gfx/layout/arrows.png') no-repeat;
        text-indent: -9999px;
        border: 0;
    }

    .slider .nivo-directionNav a:hover {
        opacity:0.8;
        filter:alpha(opacity=80);
    }

    .slider .nivo-directionNav a.nivo-nextNav {
        background-position: right;
        right: 15px;
    }

    .slider .nivo-directionNav a.nivo-prevNav {
        background-position: left;
        left: 15px;
    }

    /* BANNERS */

    .banners {
        width: 100%;
    }

    .banners .banner {
        float: left;
        background: white;
        -webkit-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.15);
        -moz-box-shadow:    1px 0px 5px rgba(0, 0, 0, 0.15);
        box-shadow:         1px 0px 5px rgba(0, 0, 0, 0.15);
    }

    .banners .banner.last-child {
        margin: 0;
    }

    .banners .banner a {
        text-decoration: none;
        border: 0;
    }

    .banners .banner .title {
        display: block;
        width: 100%;
        text-align: center;
        padding: 5% 0;
        color: #2c2321;
        text-transform: uppercase;
        font-family: "Open Sans",Arial,Geneva,Helvetica,sans-serif;
        font-weight: 600;
    }



    .banners .banner img {
        max-width: 100%;
        padding: 0% 2%;
        padding-top: 0;
        height: auto;
    }


    /* PRODUCTS */
    .products {
        width: 100%;
        max-width: 940px;
        position: relative;
        height: auto;
    }

    .sliderImages .navigation,
    .products .navigation {
        position: absolute;
        top: 47.4%;
        display: block;
        z-index: 450;
        width: 29px;
        height: 29px;
        text-indent: -99999px;
        font-size: 0;
    }

    .sliderImages .navigation span,
    .products .navigation span {
        width: 29px;
        height: 29px;
        display: block;
        background-position: bottom!important;
    }



    .sliderImages .navigation.prev span,
    .sliderImages .navigation.prev,
    .products .navigation.prev span,
    .products .navigation.prev {
        left: -14px;
        background: url("../gfx/layout/arrow_left.png") no-repeat top;
    }

    .sliderImages .navigation.next span,
    .sliderImages .navigation.next,
    .products .navigation.next span,
    .products .navigation.next {
        right: -14px;
        background: url("../gfx/layout/arrow_right.png") no-repeat top;
    }

    .products .navigation.hover {
        background-position: bottom!important;
    }

    .products .items > div {
        width: 100%;
        max-width: 940px;
    }

    .products .product {
        width: 25%;
        float: left;
        background: white;
        position: relative;
    }

    .products .product a {
        padding: 8px 8px 2px 8px;
        display: block;
        border: 1px solid #c1c1c1;
        border-right: 0;
    }

    .products .product.last-child a {
        border-right: 1px solid #c1c1c1;
    }

    .products .product a img {
        width: 100%;
        height: auto;
    }

    .products .product .info {
        height: 50%;
        position: absolute;
        width: 98%;
        left: 1.3%;
        bottom: 0.7%;
        background: #e3e3e3 url('../gfx/layout/product-info-bg.png') repeat-x top;
        -webkit-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.3);
        -moz-box-shadow:    0px -1px 5px rgba(0, 0, 0, 0.3);
        box-shadow:         0px -1px 5px rgba(0, 0, 0, 0.3);
        color: #2c2321;
        font-size: 18px;
    }

    .products .product .info .body {
        padding: 20px;
    }

    .products .product .info .body p{
        margin: 0px;
        font-size: 13px;        
    }    
    
    /* BOTOM BOX*/

    .bottomBox {
        width: 100%;
    }

    .bottomBox .column .border {
        border-left: 1px solid #cecece;
        border-right: 1px solid #cecece;
        padding: 0 9%;
    }

    .bottomBox .column.first div {
        padding-right: 9%;
    }

    .bottomBox .column {
        float: left;
        width: 33.333%;

    }

    .bottomBox .column.last div {
        padding-left: 9%;
    }

    /* NEWS */

    ul.news li span {
        display: block;
    }

    ul.news li span.date {
        font-size: 11px;
        color:#747474;
    }


    /* BRANDS */
    .brands .items {
        border-right: 1px solid #cecece;
    }
    .brands .items,
    .brands {
        width: 100%;
        max-width: 940px;
    }


    .brands .items > div div  {
        text-align: center;
        vertical-align: middle;
        width: 20%;
        display: inline-block;
        float: left;
        border-top: 1px solid #cecece;
        border-bottom: 1px solid #cecece;
    }

    .brands .items > div div span {
        border-left: 1px solid #cecece;
        display: block;
        padding: 4%;
        border-right: 0;
    }

    .brands .items > div .obrand.last-child span {
        border-right: 1px solid #cecece;
    }


    .brands .items > div div img {
        max-width: 100%;
        width: auto!important;
        height: auto;
    }


    /* FIVE BOX*/

    .fivebox .column {
        width: 17.553%;
        margin-right: 3%;
        float: left;
    }

    .fivebox .column.last {
        margin: 0;
    }

    .fivebox ul.nodecoration {
        width: 100%;
        border-top: 1px solid #b9b7b9;
        padding-top: 15px;
    }

    .fivebox ul.nodecoration li {
        line-height: 12px;
        height: 12px;
        padding-bottom: 10px;
    }

    .fivebox ul.contacts {
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        font-weight: bold;
        color: #1d1d1d;
        font-family: "Open Sans",Arial,Geneva,Helvetica,sans-serif;
        font-weight: 600;
    }

    .fivebox ul.contacts li {
        padding: 0;
        margin: 0;
        list-style-type: none;
        height: 40px;
        padding-left: 50px;
        margin-bottom: 10px;
    }

    .fivebox ul.contacts li.phone {
        background: transparent url('../gfx/layout/icophone.png') no-repeat left;
    }

    .fivebox ul.contacts li.mobile {
        background: transparent url('../gfx/layout/icomobile.png') no-repeat left;
    }

    .fivebox ul.contacts li.email {
        background: transparent url('../gfx/layout/icomail.png') no-repeat left;
    }

    .fivebox ul.contacts a {
        color: #1d1d1d;
    }

    .fivebox h3 {
        line-height: 14px;
    }

    /* FOOTER */

    .footer {
        margin-top: 30px;
        background: #dad8da;
        height: 94px;
        line-height: 94px;
        border-bottom: 1px solid #c7c5c7;
        border-top: 1px solid #c7c5c7;
    }

    .copyright {
        margin: 20px auto;
    }


    /* SOCIAL ICONS */

    .social {
        display: block;
        float: left;
        width: 56px;
        height: 56px;
        background-position: top;
        background-color: transparent;
        background-repeat: no-repeat;
        margin: 20px 20px  0 0;

    }

    .social span {
        background-position: bottom;
        display: block;
        width: 56px;
        height: 56px;
        text-indent: -9999px;
        font-size: 0;
    }

    .social.facebook span,
    .social.facebook {
        background-image: url(../gfx/layout/social/facebook.png);
    }

    .social.gplus span,
    .social.gplus {
        background-image: url(../gfx/layout/social/gplus.png);
    }

    .social.youtube span,
    .social.youtube {
        background-image: url(../gfx/layout/social/youtube.png);
    }

    .social.twitter span,
    .social.twitter {
        background-image: url(../gfx/layout/social/twitter.png);
    }

    .social.mail span,
    .social.mail {
        background-image: url(../gfx/layout/social/mail.png);
    }
    .social.plus span,
    .social.plus {
        background-image: url(../gfx/layout/social/plus.png);
    }

    /* MOBILE MENU */
    .sbHolder{
        border: solid 1px #2a8fce;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: normal;
        height: 30px;
        position: relative;
        width: 200px;
    }
    .sbHolder:focus .sbSelector{

    }
    .sbSelector{
        display: block;
        height: 30px;
        left: 0;
        line-height: 30px;
        outline: none;
        overflow: hidden;
        position: absolute;
        text-indent: 10px;
        top: 0;
        width: 100%;
    }
    .sbSelector:link, .sbSelector:visited, .sbSelector:hover{
        color: white;
        outline: none;
        text-decoration: none;
    }
    .sbToggle{
        background: url(../gfx/layout/select-icons.png) 0 -116px no-repeat;
        display: block;
        height: 30px;
        outline: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
    }
    .sbToggle:hover{
        background: url(../gfx/layout/select-icons.png) 0 -167px no-repeat;
    }
    .sbToggleOpen{
        background: url(../gfx/layout/select-icons.png) 0 -16px no-repeat;
    }
    .sbToggleOpen:hover{
        background: url(../gfx/layout/select-icons.png) 0 -66px no-repeat;
    }
    .sbHolderDisabled{
        background-color: #1484ca;
        border: solid 1px #2a8fce;
    }
    .sbHolderDisabled .sbHolder{

    }
    .sbHolderDisabled .sbToggle{

    }
    .sbOptions{
        background-color: #1484ca;
        border: solid 1px #2a8fce;
        list-style: none;
        left: -1px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 30px;
        width: 200px;
        z-index: 99999;
        overflow-y: auto;
        width: 100%;
    }
    .sbOptions li{
        padding: 0 7px;
    }
    .sbOptions a{
        border-bottom: dotted 1px #2a8fce;
        display: block;
        outline: none;
        padding: 7px 0 7px 3px;
    }
    .sbOptions a:link, .sbOptions a:visited{
        color: white;
        text-decoration: none;
    }
    .sbOptions a:hover,
    .sbOptions a:focus,
    .sbOptions a.sbFocus{
        color: white;
    }
    .sbOptions li.last a{
        border-bottom: none;
    }
    .sbOptions .sbDisabled{
        border-bottom: dotted 1px #2a8fce;
        color: white;
        display: block;
        padding: 7px 0 7px 3px;
    }
    .sbOptions .sbGroup{
        border-bottom: dotted 1px #2a8fce;
        color: white;
        display: block;
        font-weight: bold;
        padding: 7px 0 7px 3px;
    }
    .sbOptions .sbSub{
        padding-left: 17px;
    }

    table.open {
        color: #434343;
        width: 80%;
        margin: 0;
        font-size: 12px;
        border-collapse: collapse;
    }

    table.open th {
        text-align: left;
        font-weight: normal;
    }

    table.open td {
        text-align: center;


    }
    .shop {
        color: #434343;
    }
    .shop h3 {
        color: #434343;
    }

    .shop ul li {
        margin: 0;
        padding: 0;
    }

    table.open th, table.open td {
        border: 0;
        padding: 2px;
    }

    .line-sep-whole {
        border-top: 1px solid #d8d8d8;
    }



    .sliderImages {
        margin-top: 0px;
        position: relative;
        background: #3c88cc url('../gfx/shopslide.png') repeat-x left top;
        float: left;
        width: 88%;
        padding-left: 12%;
        position: relative;


    }

    .sliderImages .text {
        position: absolute;
        left: 0;
        top: 45px;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        -moz-transform: rotate(270deg);
        -moz-transform-origin: 50% 50%;
        -webkit-transform: rotate(270deg);
        -webkit-transform-origin: 50% 50%;
    }


    .sliderImages a.navigation {
        top: 40%;
    }

    .sliderImages a.prev.navigation {
        left: 11%;
    }
    .shopbottom {
        background: #e2e0e2;
        margin-top: 20px;
        padding: 3%;
    }
    .shopbottom .photo p {
        margin: 0; padding: 0;
    }

    .shopbottom .desc p,
    .shopbottom .box p {
        margin: 0 0 15px 0 !important;
        padding: 0!important;
    }

    .shopbottom .desc h3,
    .shopbottom .desc h4,
    .shopbottom .box h3 {
        margin-bottom: 0;
        padding-bottom: 2px;
    }

    .shopbottom .box {
        float: left;
        margin-right: 1%;
        width: 40%;
    }


    .shopbottom .box.second {
        width: 28%;
    }

    .shopbottom .box.third {
        width: 28%;
    }

    .shopbottom .photo {
        width: 35.1%;
        float: left;
    }

    .shopbottom .desc {
        width: 52.2%;
        float: left;
        margin-left: 8%;
    }

    .sliderImages .items > div .itemGal {
        width: 18%;
        padding: 1%;
        float: left;
        height: 100%;
    }

    .sliderImages .items > div .itemGal.last {
        margin: 0;

    }

    .sliderImages .items > div .itemGal img {
        width: 100%;
        height: auto;
    }

    #sliderMaster {
        max-width: 678px;
    }

    .shopsList {
        margin-top: 20px;
    }

    .shopsList ul {
        list-style-type: none;
        padding-left: 0px;
    }

    .shopsList ul li {
        float: left;
        background: white;
        font-weight: bold;
        padding: 2px 10px 2px 7px;
        border-bottom: #C2C2C2;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        box-shadow: 2px 2px 3px;
        -webkit-box-shadow: #d1d1d1 2px 2px 3px;
        -moz-box-shadow: #d1d1d1 2px 2px 3px;
        margin: 0px 10px 10px 0px;

    }

    .shopsList ul li span {
        background: url(/gfx/dot.png) left center no-repeat;
        padding: 2px 7px 2px 5px;
    }

    .brandInfo {
        background: #DBD8DB;
        padding: 20px 30px;
        margin-top: 50px;
    }

    .brandInfo h3{
        padding-bottom: 15px;
        border-bottom: 2px solid #c9c9c9;
    }

    .brandInfo h4{
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .brandInfo p{
        margin-top: 0px;
    }

    .brandInfo img {
        float: left;
        margin: 0px 30px 10px 0px;
    }


    .brands-shop {
        border-top: 1px solid #d8d8d8;
        margin-top: 25px;
        padding-top: 15px;
    }

    .brands-shop h3 {
        margin: 0;
        padding: 0 0 4px 0;
    }

    .brands-shop ul {
        padding: 0;
        margin: 0;
    }

    .brands-shop ul li {
        float: left;
        margin: 0 10px 0 0;
        list-style-type: none;
        background:  white;
        display: inline-block;

        font: bold 12px/12px Arial, 'sans-serif';
        color: #666666;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        box-shadow: 1px 1px 2px 1px #cccccc;
        -webkit-box-shadow: 1px 1px 2px 1px #cdcdcd;
        -moz-box-shadow: 1px 1px 2px 1px #cccccc;
    }

    .brands-shop ul li a {
        color: #666666;
        text-decoration:  none;
        display: block;
        padding: 5px 5px 6px 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-image: url('../gfx/tags.png');
        background-repeat: no-repeat;
        background-position: 5px 10px;
    }

    .brands-shop ul li a:hover {
        color: white;
        background-color: #4d5355;
    }

    .brands-shop img {
        border: 1px solid #d8d8d8;
        margin: -2px 1px;
        background: none repeat scroll 0 0 #E2E0E2;
    }



}

.sliderImages .items > div .itemGal {

}


.article {
    padding-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 40px;
}

.article .box {
    width: 10.4%;
    float: left;
}

.article .image {
    width: 42.8%;
    float: left;
    border: 1px solid #dadada;
}

.article .image img {
    max-width: 100%;
}

.article .desc {
    width: 46.4%;
    float: left;
}
.article .desc h2 {
    border-bottom: 1px solid #d8d8d8;
    padding-left: 20px;
    padding-bottom: 12px;
}
.article .desc p {
    padding-left: 20px;
    color: #545454;
}

.article .desc h2 a {
    color: #34221c;
}

.article .box .date.gray {
    background: #dbdadb;
    padding: 33% 0;
    color: #554440;
}
.article .box .date {
    background: #1b82d8;
    color: white;
    width: 100%;
    padding: 18% 0;
    display: block;
    text-align: center;
    margin-right: -1px;
}







/*******************/
/* RESIZE VIEWPORT */
/*******************/
@media all and (min-width:320px) {
    #slideshow .oneSlide .text .content {
        font-size: 30px;
        line-height: 30px;
    }

    div.mainHeader .headerTop .logo {
        left: 0;
        top: 0;
    }

    .slider .nivo-controlNav a {
        padding: 4px;
        width: 16px;
        height: 15px;
    }

    .sliderImages .text  {
        display: none;
    }

    .slider .nivo-controlNav {
        font-size: 11px;
    }

    .slider .nivo-controlNav {
        left: 0;
    }

    .banners .banner {
        width: 96%;
        margin: 2%;
    }

    .banners .banner.last-child {
        margin: 2%;
    }

    .slider .nivo-directionNav {
        display: none;
    }

    .products .product {
        margin-left: 2%;
        width: 47%;
        margin-right: 1%;
        margin-bottom: 1%;
    }

    .products .product a {
        border-right: 1px solid #C1C1C1;
    }

    .sliderImages .navigation.prev span,
    .sliderImages .navigation.prev,
    .products .navigation.prev span,
    .products .navigation.prev {
        left: -7px;
    }


    .sliderImages .navigation.next span,
    .sliderImages .navigation.next,
    .products .navigation.next span,
    .products .navigation.next {
        right: -7px;
    }

    .content
    {
        width: 94%;
        margin-left:3%;
    }

    .bottomBox .column .border {
        padding: 0;
    }

    .bottomBox .column {
        width: 100%;
        clear: both;
    }

    .bottomBox .column .border {
        border: 0;
    }

    .bottomBox .column.last {
        margin-top: 15px;
        width: 100%;
    }

    .bottomBox .column.last div {
        padding: 0;
    }

    .fivebox h3 {
        font-size: 12px;
    }

    .fivebox .column {
        width: 32%;
        margin-right: 1%;
    }

    .fivebox .column.shops {
        width: 100%;
        margin-top: 10px;
    }
    .fivebox .column.last {
        width: 100%;
        margin-top: 10px;
    }

    .fivebox .column ul {
        border-top: 1px solid #B9B7B9;
    }

    .fivebox .column.last ul.contacts li {
        font-size: 10px;
        padding-left: 40px;
    }

    .fivebox .column.last ul.contacts li,
    .fivebox .column.shops ul li {
        float: left;
        margin-right: 5px;
        padding-top: 10px;
    }

    .fivebox .column.brands {
        margin-right: 0;
        width: 33%;
    }

    .fivebox .column h3 {
        font-size: 12px;
    }

    .footer {
        text-align: center;
    }

    ul#menu {
        display: none;
    }

    .sbHolder {
        top: 100px;
        width: 100%;
        border: 1px solid #076db3;
        background: #1f92dd;
        color: white;
        font-family: "Open Sans",Arial,Geneva,Helvetica,sans-serif;
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
    }

    .sbSelector,
    .sbHolder a {
        color: white;
    }

    div.mainHeader .headerTop {
        height: 150px;
    }

    .pageColumn {
        width: 100%!important;
        margin-bottom: 20px;
    }

    .product-boxed {
        margin-right: 20px;
    }

    .product-boxed h2 a {
        font-size: 12px!important;
    }

    .mobRight20 {
        margin-right: 20px;
    }

    .shopbottom .imageBox img {
        max-width: 100%;
    }

    .shopbottom .box {
        width: 100%;
        margin-bottom: 20px;;
    }
    .shopbottom .box.third,
    .shopbottom .box.second {
        width: 48%;
    }



    .shopbottom .photo {
        width: 100%;
        float: none;
    }

    .shopbottom .desc {
        width: 100%;
        float: none;
        margin: 20px 0 0 0;
    }

    .article .desc {
        padding: 30px 0 0 0;
        width: 100%;
        float: none;
        clear: both;;
    }

    article .box  {
        width: 20%!important;
    }
    .article .image {
        width: 70%;
    }
}

@media all and (min-width:480px) {



    #slideshow .oneSlide .text .content {
        font-size: 35px;
        line-height: 37px;
    }

    div.mainHeader ul#menu {
        top: 100px;
        right: 0;
        left: 0;

    }

    div.mainHeader ul#menu li a {
        padding: 0 3px;
    }

    div.mainHeader ul#menu {
        font-size: 11px;
    }
    div.mainHeader ul#menu li.home a {
        margin-right: 5px;
        margin-left: 5px;
    }

    .bottomBox .column {
        width: 50%;
        clear: none;
    }

    .bottomBox .column .border {
        padding: 0 4%;
    }

    .bottomBox .column.first div {
        padding-right: 4%;
    }
}

@media all and (min-width:600px) {
    #slideshow .oneSlide .text .content {
        font-size: 40px;
        line-height: 43px;
    }

    .select-menu {
        display: none;
    }

    div.mainHeader ul#menu li a {
        padding: 0 8px;
    }
    div.mainHeader ul#menu li.home a {
        margin-left: 17px;
    }

    .banners .banner a:hover {
        opacity:0.8;
        filter:alpha(opacity=80);
    }

    .banners .banner .title {
        font-size: 11px;
    }
    .banners .banner {
        width: 30.7%;
        float: left;
        background: white;
        margin: 0 3.9% 0 0;
        *margin: 0 1% 0 0;
    }

    .banners .banner.last-child {
        margin: 0;
    }

    .fivebox .column.last ul.contacts li {
        font-size: 12px;
    }

    .fivebox h3 {
        font-size: 14px;
    }

    .products .product {
        margin: 0;
        width: 25%;
    }

    .products .product a {
        border-right: 0px;
    }


    .fivebox .column.last ul.contacts li {
        padding-left: 50px;
    }

    ul#menu {
        display: block;
    }

    .sbHolder {
        display: none;
    }

    div.mainHeader .headerTop {
        height: 170px;
    }

    .pageColumn {
        margin-bottom: 0;
    }

    .pageColumn.column21 {
        width: 21%!important;
        margin-bottom: 0;
    }

    .pageColumn.column74 {
        width: 74%!important;
    }

    .pageColumn.column49 {
        width: 49%!important;
    }

    .product-boxed {
        margin-right: 0px;
    }

    .product-boxed h2 a {
        font-size: 16px!important;
    }

    .mobRight20 {
        margin-right: 0px;
    }

    .pc-top20 {
        margin-top: 20px;
    }
}

@media all and (min-width:768px) {


    .article .box {
        width: 10.4%!important;
        float: left;
    }

    .article .image {
        width: 42.8%;
        float: left;
        border: 1px solid #dadada;
    }

    .article .image img {
        max-width: 100%;
    }

    .article .desc {
        width: 46.4%;
        float: left;
        clear: none;
        padding: 0;
    }

    .article.tips .image {
        width: 45%;
        float: left;
        border: 1px solid #dadada;
    }

    .article.tips .desc {
        width: 53.5%;
        float: left;
        clear: none;
        padding: 0;
    }



    .shopbottom .photo {
        width: 37%;
        float: left;
    }

    .shopbottom .desc {
        width: 56.2%;
        float: left;
        margin:  0 0 0 4%;
    }

    #slideshow .oneSlide .text .content {
        font-size: 50px;
        line-height: 55px;
    }
    div.mainHeader ul#menu li a {
        padding: 0 15px;
    }

    .slider .nivo-controlNav {
        font-size: 12px;
    }

    div.mainHeader ul#menu li a {
        padding: 0 10px;
    }

    .slider .nivo-directionNav {
        display: block;
    }

    .bottomBox .column {
        float: left;
        width: 32%;
    }

    .bottomBox .column .border {
        border-left: 1px solid #cecece;
        border-right: 1px solid #cecece;
        padding: 0 9%;
    }

    .bottomBox .column.last {
        margin-top: 0px;
        width: 33.333%;
    }

    .bottomBox .column.last div {
        padding-left: 9%;
    }

    .bottomBox .column.first div {
        padding-right: 9%;
    }



    .fivebox .column.shops,
    .fivebox .column {
        width: 23%;
        margin: 0 2% 0 0 !important;
        clear: none;
        float: left;
    }

    .fivebox .column.brands,
    .fivebox .column.shops {
        width: 23%!important;
    }

    .fivebox .column.shops {
        margin: 0!important;
    }

    .fivebox .column.last
     {
        margin: 15px 0 0 0!important;;
        clear: both;
        width: 100%;
        margin-top: 0px;
    }

    .fivebox .column.last ul {
        padding-top: 10px;
    }

    .fivebox .column.last ul.contacts li {
        margin-right: 20px;
    }

    .footer {
        text-align: left;
    }
}


@media all and (min-width:940px) {
    #slideshow .oneSlide .text .content {
        font-size: 60px;
        line-height: 70px;
    }

    .sliderImages .text  {
        display: block;
    }



    .fivebox .column.last ul {
        /*padding-top: 0;*/
    }

    .fivebox .column h3 {
        font-size: 14px;
    }

    .fivebox .column {
        width: 17.553%!important;
        margin-right: 3%!important;
        clear: none;
    }

    .fivebox .column.brands,
    .fivebox .column.last,
    .fivebox .column.shops {
        width: 17.553%!important;
        margin: 0 3% 0 0!important;
        clear: none;
        float: left;
    }

    .fivebox .column.last {
        margin: 0!important;
    }

    .fivebox .column.last h3 {
        /*display: none;*/
    }

    .fivebox .column.last ul.contacts li,
    .fivebox .column.shops ul li {
        float: none;
        margin-right: 0px;
        margin-top: 0;
        padding-top: 0px;
    }

    .fivebox .column.last ul {
    }

    .fivebox .column.last {
        margin-right: 0!important;
    }


    .bottomBox .column {
        float: left;
        width: 33.333%;
    }

    div.mainHeader .headerTop .logo {
        left: -30px;
        top: 35px;
    }

    div.mainHeader ul#menu li a {
        padding: 0 15px;
    }

    div.mainHeader ul#menu {
        left: auto;
        right: 0;
        top: 70px;
        font-size: 12px;
    }

    div.mainHeader ul#menu li.home a {
        margin-right: 78px;
    }

    .slider .nivo-controlNav a {
        padding: 6px 0px 0px;
        height: 21px;
        width: 28px;
        font-size: 12px;
    }

    .slider .nivo-controlNav {
        left: 25%;
		z-index: 110;
    }

    .banners .banner .title {
        font-size: 14px;
    }

    .brands table,
    .fivebox,
    .bottomBox {
        width: 100%;
        margin: 0;
    }

    .copyright {
        padding-left: 0px;
    }

    .content {
        margin-left:auto;
        width: 100%;
    }

    .separator {
        width: 100%;
        max-width: 940px;
        margin: 40px auto;
    }

    .separator.asline {
        background: transparent!important;
        padding: 40px 0 0 0;
        margin: 0 auto 40px auto;
        border-bottom: 1px solid #CECECE;
    }


    .clear,
    .footer,
    .bottomBox {
        width: 100%;
        margin-left:0;
    }


}


@media all and (min-width:980px) {

    .shopbottom .box {
        width: 40%;
        float: left;
    }
    .shopbottom .box.third,
    .shopbottom .box.second {
        width: 28%;
    }

    .shopbottom .imageBox img {
        max-width: 200px;
    }


    .sliderImages .navigation.prev span,
    .sliderImages .navigation.prev,
    .products .navigation.prev span,
    .products .navigation.prev {
        left: -14px;
    }


    .sliderImages .navigation.next span,
    .sliderImages .navigation.next,
    .products .navigation.next span,
    .products .navigation.next {
        right: -14px;
    }
}

.infoBox {
    font-weight: bold;
}

.infoBox span {
    font-size: 80%;
    font-weight: normal;
}


.clear { clear: both }

/* Style Default
----------------------------------------------------------------------------------------------------*/

.lightbox-wrap,
.lightbox-skin,
.lightbox-outer,
.lightbox-inner,
.lightbox-image,
.lightbox-wrap iframe,
.lightbox-wrap object,
.lightbox-nav,
.lightbox-nav span,
.lightbox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.lightbox-utility {
    width: 100%;
    padding-top: 10px;
    position: relative;
}

.lightbox-utility > div {
    display: inline-block;
    width: 100%;
}

.lightbox-gallery .lightbox-utility { }

.lightbox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
    border: 5px solid rgba(0,0,0,0.1);
}

.lightbox-skin {
    position: relative;
    background: #fff;
    color: #444;
    text-shadow: none;
}

.lightbox-opened { z-index: 8030 }

.lightbox-opened .lightbox-skin { }

.lightbox-outer,
.lightbox-inner {
    background: #B9C3CC;
    position: relative;
}

.lightbox-inner { overflow: hidden }

.lightbox-type-iframe .lightbox-inner { -webkit-overflow-scrolling: touch }

.lightbox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.lightbox-image,
.lightbox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.lightbox-image {
    max-width: 100%;
    max-height: 100%;
}

#lightbox-loading {
    background: rgba(0,0,0,0.7);
    padding: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    cursor: pointer;
    z-index: 8060;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#lightbox-loading div {
    width: 18px;
    height: 18px;
    background: url(images/lightbox_loading.gif) center center no-repeat;
}

.lightbox-close {
    background: url(images/skin-default/lightbox_close.png) no-repeat scroll right top #FFFFFF;
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 11px;
    top: 11px;
    width: 18px;
    z-index: 8040;
    -moz-border-radius: 0 0 0 2px;
    -webkit-border-radius: 0 0 0 2px;
    border-radius: 0 0 0 2px;
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
}

.lightbox-nav {
    cursor: pointer;
    height: 22px;
    margin-top: -10px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    width: 20px;
    z-index: 8040;
}

.lightbox-prev {
    background: url(images/skin-default/lightbox_left.png) no-repeat center center #fff;
    left: 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.lightbox-next {
    background: url(images/skin-default/lightbox_right.png) center center no-repeat #fff;
    right: 0;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
}

.lightbox-nav span { }

.lightbox-prev span { }

.lightbox-next span { }

.lightbox-nav:hover span { }

.lightbox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

/* Overlay */

.lightbox-lock { overflow: hidden }

.lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(images/lightbox_overlay.png);
}

.lightbox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.lightbox-lock .lightbox-overlay { }

/* Title */

.lightbox-title {
    font: bold 12px/20px Arial,Helvetica,sans-serif;
    visibility: hidden;
    color: #777;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.lightbox-opened .lightbox-title { visibility: visible }

.lightbox-title-inside-wrap { padding: 5px 0 }

.lightbox-gallery .lightbox-title-inside-wrap { margin-right: 105px }

#lightbox-buttons {
    width: 91px;
    z-index: 8050;
    float: right;
}

#lightbox-buttons.top { }

#lightbox-buttons ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

#lightbox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#lightbox-buttons a {
    display: block;
    width: 31px;
    height: 30px;
    margin: 0 2px;
}

#lightbox-buttons a.btnPrev {
    background: url(images/skin-default/button_prev.png) center center no-repeat;
    width: 24px;
}

#lightbox-buttons a.btnPrev:hover { background: url(images/skin-default/button_prev_hover.png) center center no-repeat }

#lightbox-buttons a.btnNext {
    background: url(images/skin-default/button_next.png) center center no-repeat;
    width: 24px;
}

#lightbox-buttons a.btnNext:hover { background: url(images/skin-default/button_next_hover.png) center center no-repeat }

#lightbox-buttons a.btnPlay { background: url(images/skin-default/button_play.png) center center no-repeat }

#lightbox-buttons a.btnPlay:hover { background: url(images/skin-default/button_play_hover.png) center center no-repeat }

#lightbox-buttons a.btnPlayOn { background: url(images/skin-default/button_pause.png) center center no-repeat }

#lightbox-buttons a.btnPlayOn:hover { background: url(images/skin-default/button_pause_hover.png) center center no-repeat }

@media (max-width: 767px) { 
    #lightbox-buttons {
        background: #fff;
        border-radius: 3px 3px 0 0;
        float: none;
        left: 50%;
        margin-left: -50px;
        padding: 3px 5px;
        position: absolute;
        top: -36px;
        width: 91px;
        z-index: 8050;
        box-shadow: 1px -1px 1px rgba(0,0,0,0.15);
    }

    .lightbox-gallery .lightbox-title-inside-wrap { margin-right: 0 }
}

/* Style Alt
----------------------------------------------------------------------------------------------------*/

.alt { border-radius: 8px }

.alt .lightbox-skin { border-radius: 5px }

.alt .lightbox-close {
    background: url(images/skin-alt/lightbox_close.png) no-repeat right top transparent;
    height: 28px;
    right: 11px;
    bottom: 8px;
    top: auto;
    width: 28px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}

.alt .lightbox-prev {
    background-image: url(images/skin-alt/lightbox_left.png);
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.alt .lightbox-next {
    background-image: url(images/skin-alt/lightbox_right.png);
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

/* Title */

.alt .lightbox-title { font: bold 12px/20px Arial, Helvetica, sans-serif }

.alt .lightbox-title-inside-wrap {
    padding: 0 0 0 10px;
    margin: 4px 38px 4px 0;
    border-left: 1px solid #ccc;
}

.alt.lightbox-gallery .lightbox-title-inside-wrap { margin: 4px 38px 4px 85px }

/* Button */

.alt #lightbox-buttons {
    float: left;
    width: 75px;
}

.alt #lightbox-buttons a {
    width: 29px;
    height: 28px;
    margin: 0 1px;
}

.alt #lightbox-buttons a:hover { opacity: 0.8 }

.alt #lightbox-buttons a.btnPrev,
.alt #lightbox-buttons a.btnPrev:hover {
    background-image: url(images/skin-alt/button_prev.png);
    width: 20px;
}

.alt #lightbox-buttons a.btnNext,
.alt #lightbox-buttons a.btnNext:hover {
    background-image: url(images/skin-alt/button_next.png);
    width: 20px;
}

.alt #lightbox-buttons a.btnPlay,
.alt #lightbox-buttons a.btnPlay:hover { background-image: url(images/skin-alt/button_play.png) }

.alt #lightbox-buttons a.btnPlayOn,
.alt #lightbox-buttons a.btnPlayOn:hover { background-image: url(images/skin-alt/button_pause.png) }

@media (max-width: 767px) { 
    .alt .lightbox-close { display: none }

    .alt #lightbox-buttons {
        background: #fff;
        margin-left: -42px;
        padding: 3px 5px;
        top: -34px;
    }

    .alt .lightbox-title-inside-wrap {
        margin: 4px 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }
}

