﻿.linkhead {
    font-weight: 700;
    color: #31ACD6;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.bothead {
    font-weight: 700;
    color: #333;
    display: block;
    font-size: 15px;
   
}

.newshead {
    font-family: Arial;
    font-weight: bold;
    font-size: 46px;
    color: #fff;
    margin-left: 25%;
    margin-top: 4px !important;
    margin-bottom: 0px !important;
}
.newsheada {
    font-family: Arial;
    font-weight: bold;
    font-size: 46px;
    color: #fff;
    margin-left: 25%;
    margin-top: 4px !important;
    margin-bottom: 0px !important;
}
.newshead1 {
    font-family: Arial;
    font-size: 13px;
    color: #fff;
    margin-left: 25%;
    margin-top: 3px !important;
    margin-bottom: 0px !important;
}


.classhead {
    font-family: Arial;
    font-weight: bold;
    font-size: 42px;
    color: #fff;
    margin-left: 25%;
    margin-top: 4px !important;
    margin-bottom: 0px !important;
}
.classheada {
    font-family: Arial;
    font-weight: bold;
    font-size: 42px;
    color: #fff;
    margin-left: 25%;
    margin-top: 6px !important;
    margin-bottom: 0px !important;
}

.classhead1 {
    font-family: Arial;
    font-size: 17px;
    color: #fff;
    margin-left: 26%;
    margin-top: 3px !important;
    margin-bottom: 0px !important;
}
.jobshead {
    font-family: Arial;
    font-weight: bold;
    font-size: 46px;
    color: #fff;
    margin-left: 25%;
    margin-top: 4px !important;
    margin-bottom: 0px !important;
}
.jobsheada {
    font-family: Arial;
    font-weight: bold;
    font-size: 42px;
    color: #fff;
    margin-left: 24%;
    margin-top: 6px !important;
    margin-bottom: 0px !important;
}
.jobshead1 {
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    margin-left: 24.5%;
    margin-top: 3px !important;
    margin-bottom: 0px !important;
}
.comhead {
    font-family: Arial;
    font-weight: bold;
    font-size: 42px;
    color: #fff;
    margin-left: 25%;
    margin-top: 4px !important;
    margin-bottom: 0px !important;
}
.comhead1 {
    font-family: Arial;
    font-size: 17px;
    color: #fff;
    margin-left: 26%;
    margin-top: 3px !important;
    margin-bottom: 0px !important;
}
.realhead {
    font-family: Arial;
    font-weight: bold;
    font-size: 42px;
    color: #fff;
    margin-left: 25%;
    margin-top: 4px !important;
    margin-bottom: 0px !important;
}
.realheada {
    font-family: Arial;
    font-weight: bold;
    font-size: 46px;
    color: #fff;
    margin-left: 25%;
    margin-top: 6px !important;
    margin-bottom: 0px !important;
}

.realhead1 {
    font-family: Arial;
    font-size: 14px;
    color: #fff;
    margin-left: 25.5%;
    margin-top: 3px !important;
    margin-bottom: 0px !important;
}

@media screen and (max-width: 600px) {

    .newshead, .newsheada, .classhead, .classheada, .jobshead, .jobsheada, .comhead, .realhead, .realheada {
        font-size: 28px !important;
        text-align: center;
        margin-left: auto;
        margin-top: -3px !important;
    }
   
    .newshead1 {
        font-size: 12px !important;
        text-align: center;
        margin-left: auto;
        padding-top: 0px;
    }
    .classhead1 {
        font-size: 12px !important;
        text-align: center;
        margin-left: auto;
        padding-top: 0px;
    }
    .jobshead1 {
        font-size: 12px !important;
        text-align: center;
        margin-left: auto;
        padding-top: 0px;
    }
    .comhead1 {
        font-size: 12px !important;
        text-align: center;
        margin-left: auto;
        padding-top: 0px;
    }
    .realhead1 {
        font-size: 11px !important;
        text-align: center;
        margin-left: auto;
        padding-top: 0px;
    }
      



    #header_logo img {
        max-width: 60%;
        margin-top: -12px;
        text-align: center;
    }
}
.topnav {
    overflow: hidden;
    margin-left: 400px;
}

    .topnav a {
        font: 400 13px/18px "Roboto",sans-serif;
        display: inline-block;
        color: #fff;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
      
    }



        .topnav .icon {
            display: none;
        }


        .topnav a:hover .dropbtnhover, .dropdown {
            color: white;
        }



    @media screen and (max-width: 700px) {
        .topnav a, .dropdown .dropbtn {
            display: none;
        }
        .topnav {
            margin-left: -15px;
            margin-top:2px;
            text-align: left;
            z-index: 999;
        }
            .topnav a.icon {
                float: left;
                display: block;
               padding-left:25px;
               font-size: 25px !important;
                z-index: 9999 !important;
            }
    }

    @media screen and (max-width: 700px) {
        .topnav.responsive {
            position: relative;
        }

            .topnav.responsive .icon {
                position: absolute;
                right: 0px;
                top: 0px;
                float:left;
            }

            .topnav.responsive a {
                float: none;
                display: block;
                text-align: left;
            }
    }


    hr, img {
        border: 0
    }

    pre, textarea {
        overflow: auto
    }

    .img-thumbnail, .thumbnail {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable {
        max-height: 340px
    }

    .breadcrumb, .dropdown-menu, .media-list, .nav, .pager, ol, ul {
        list-style: none
    }

    ?@charset "UTF-8";html, a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
        margin: 0;
        padding: 0;
        border: 0;
        font: inherit;
        font-size: 13px;
        vertical-align: baseline
    }

    caption, img, td, th {
        vertical-align: middle
    }

    html {
        line-height: 1;
        font-family: sans-serif;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%
    }

    caption, td, th {
        font-weight: 400
    }

    blockquote, q {
        quotes: none
    }

        blockquote:after, blockquote:before, q:after, q:before {
            content: "";
            content: none
        }

    a img {
        border: none
    }

    article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
        display: block
    }

    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;
        color: #31ACD6;
        text-decoration: none
    }

        a:active, a:hover {
            outline: 0
        }

    b, optgroup, strong {
        font-weight: 700
    }

    dfn {
        font-style: italic
    }

    h1 {
        margin: .67em 0
    }

    mark {
        background: #ff0;
        color: #000
    }

    .img-thumbnail, body {
        background-color: #fff
    }

    .btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-warning.active, .btn-warning:active, .btn.active, .btn:active, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover, .navbar-toggle, .open > .btn-danger.dropdown-toggle, .open > .btn-default.dropdown-toggle, .open > .btn-info.dropdown-toggle, .open > .btn-primary.dropdown-toggle, .open > .btn-warning.dropdown-toggle {
        background-image: none
    }

    sub, sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline
    }

    sup {
        top: -.5em
    }

    sub {
        bottom: -.25em
    }

    svg:not(:root) {
        overflow: hidden
    }

    hr {
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        height: 0
    }

    .img-responsive, .img-thumbnail {
        height: auto;
        max-width: 100%
    }

    code, kbd, pre, samp {
        font-size: 1em
    }

    button, input, optgroup, select, textarea {
        color: inherit;
        font: inherit;
        margin: 0
    }

    address, cite {
        font-style: normal
    }

    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 {
            border: 0;
            padding: 0
        }

    input[type=checkbox], input[type=radio] {
        display: inline
    }

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

    textarea {
        resize: none
    }

    td, th {
        padding: 4px
    }

    *, :after, :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    html {
        font-size: 10px;
        -webkit-tap-highlight-color: transparent
    }

    body {
        margin: 0;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
    }

    button, input, select, textarea {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit
    }

    a:focus, a:hover {
        color: #c00
    }

    a:focus {
        outline-offset: -2px
    }

    figure {
        margin: 0
    }

    .img-rounded {
        border-radius: 0
    }

    .img-thumbnail {
        padding: 4px;
        line-height: 1.42857;
        border: 1px solid #ddd;
        border-radius: 0;
        transition: all .2s ease-in-out;
        display: inline-block;
        width: 100%\9
    }

    .img-circle {
        border-radius: 50%
    }

    hr {
        margin-top: 20px;
        margin-bottom: 20px;
        border-top: 1px solid #eee
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0
    }

    select[multiple], select[size], textarea.form-control {
        height: auto
    }

    .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, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
            font-weight: 400;
            line-height: 1;
            color: #777
        }

    .h1, .h2, .h3, h1, h2, 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, .h5, .h6, h4, h5, 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: 33px
    }

    .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
    }

    .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%
    }

    .mark, mark {
        background-color: #fcf8e3;
        padding: .2em
    }

    .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: red
    }

    a.text-warning:hover {
        color: #c00
    }

    .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
    }

    pre code, table {
        background-color: transparent
    }

    .page-header {
        padding-bottom: 9px;
        margin: 40px 0 20px;
        border-bottom: 1px solid #eee
    }

    dl, ol, ul {
        margin-top: 0
    }

        blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
            margin-bottom: 0
        }

    address, dl {
        margin-bottom: 20px
    }

    ol, ul {
        margin-bottom: 10px
    }

    .list-inline, .list-unstyled {
        padding-left: 0;
        list-style: none
    }

    .list-inline {
        margin-left: -5px
    }

        .list-inline > li {
            display: inline-block;
            padding-left: 5px;
            padding-right: 5px
        }

    dd, dt {
        line-height: 1.42857
    }

    dt {
        font-weight: 700
    }

    dd {
        margin-left: 0
    }

    .dl-horizontal dd:after, .dl-horizontal dd:before {
        content: " ";
        display: table
    }

    .dl-horizontal dd:after {
        clear: both
    }

    @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
        }

        .container {
            width: 750px
        }
    }

    .btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .content_sortPagiBar .sortPagiBar, .dropdown-menu > li > a, .form-horizontal .form-group:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
        clear: both
    }

    abbr[data-original-title], abbr[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 .small, blockquote footer, blockquote small {
            display: block;
            font-size: 80%;
            line-height: 1.42857;
            color: #777
        }

    legend, pre {
        color: #333
    }

    blockquote .small:before, blockquote footer:before, blockquote small:before {
        content: '\2014 \00A0'
    }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right
    }

    code, kbd {
        padding: 2px 4px;
        font-size: 90%;
        border-radius: 0
    }

    .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
        content: ''
    }

    .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
        content: '\00A0 \2014'
    }

    blockquote:after, blockquote:before {
        content: ""
    }

    address {
        line-height: 1.42857
    }

    code, kbd, pre, samp {
        font-family: Menlo,Monaco,Consolas,"Courier New",monospace
    }

    code {
        color: #c7254e;
        background-color: #f9f2f4
    }

    kbd {
        color: #fff;
        background-color: #333;
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
    }

        kbd kbd {
            padding: 0;
            font-size: 100%;
            box-shadow: none
        }

    pre {
        display: block;
        padding: 9.5px;
        margin: 0 0 10px;
        font-size: 13px;
        line-height: 1.42857;
        word-break: break-all;
        word-wrap: break-word;
        background-color: #f5f5f5;
        border: 1px solid #ccc;
        border-radius: 0
    }

    .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
        display: table;
        content: " "
    }

    .container, .container-fluid {
        margin-right: auto;
        margin-left: auto
    }

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        border-radius: 0
    }

    .container, .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }

    .pre-scrollable {
        overflow-y: scroll
    }

    @media (min-width:992px) {
        .container {
            width: 970px
        }
    }

    @media (min-width:1200px) {
        .container {
            width: 1170px
        }
    }

    .row {
        margin-left: -15px;
        margin-right: -15px
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, header .row #header_logo {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

    .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        float: left
    }

    .col-xs-1 {
        width: 8.33333%
    }

    .col-xs-2 {
        width: 16.66667%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-4 {
        width: 33.33333%
    }

    .col-xs-5 {
        width: 41.66667%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-7 {
        width: 58.33333%
    }

    .col-xs-8 {
        width: 66.66667%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-10 {
        width: 83.33333%
    }

    .col-xs-11 {
        width: 91.66667%
    }

    .col-xs-12 {
        width: 100%
    }

    .col-xs-pull-0 {
        right: auto
    }

    .col-xs-pull-1 {
        right: 8.33333%
    }

    .col-xs-pull-2 {
        right: 16.66667%
    }

    .col-xs-pull-3 {
        right: 25%
    }

    .col-xs-pull-4 {
        right: 33.33333%
    }

    .col-xs-pull-5 {
        right: 41.66667%
    }

    .col-xs-pull-6 {
        right: 50%
    }

    .col-xs-pull-7 {
        right: 58.33333%
    }

    .col-xs-pull-8 {
        right: 66.66667%
    }

    .col-xs-pull-9 {
        right: 75%
    }

    .col-xs-pull-10 {
        right: 83.33333%
    }

    .col-xs-pull-11 {
        right: 91.66667%
    }

    .col-xs-pull-12 {
        right: 100%
    }

    .col-xs-push-0 {
        left: auto
    }

    .col-xs-push-1 {
        left: 8.33333%
    }

    .col-xs-push-2 {
        left: 16.66667%
    }

    .col-xs-push-3 {
        left: 25%
    }

    .col-xs-push-4 {
        left: 33.33333%
    }

    .col-xs-push-5 {
        left: 41.66667%
    }

    .col-xs-push-6 {
        left: 50%
    }

    .col-xs-push-7 {
        left: 58.33333%
    }

    .col-xs-push-8 {
        left: 66.66667%
    }

    .col-xs-push-9 {
        left: 75%
    }

    .col-xs-push-10 {
        left: 83.33333%
    }

    .col-xs-push-11 {
        left: 91.66667%
    }

    .col-xs-push-12 {
        left: 100%
    }

    .col-xs-offset-0 {
        margin-left: 0
    }

    .col-xs-offset-1 {
        margin-left: 8.33333%
    }

    .col-xs-offset-2 {
        margin-left: 16.66667%
    }

    .col-xs-offset-3 {
        margin-left: 25%
    }

    .col-xs-offset-4 {
        margin-left: 33.33333%
    }

    .col-xs-offset-5 {
        margin-left: 41.66667%
    }

    .col-xs-offset-6 {
        margin-left: 50%
    }

    .col-xs-offset-7 {
        margin-left: 58.33333%
    }

    .col-xs-offset-8 {
        margin-left: 66.66667%
    }

    .col-xs-offset-9 {
        margin-left: 75%
    }

    .col-xs-offset-10 {
        margin-left: 83.33333%
    }

    .col-xs-offset-11 {
        margin-left: 91.66667%
    }

    .col-xs-offset-12 {
        margin-left: 100%
    }

    @media (min-width:768px) {
        .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, header .row #header_logo {
            float: left
        }

        .col-sm-1 {
            width: 8.33333%
        }

        .col-sm-2 {
            width: 16.66667%
        }

        .col-sm-3 {
            width: 25%
        }

        .col-sm-4, header .row #header_logo {
            width: 33.33333%
        }

        .col-sm-5 {
            width: 41.66667%
        }

        .col-sm-6 {
            width: 50%
        }

        .col-sm-7 {
            width: 58.33333%
        }

        .col-sm-8 {
            width: 66.66667%
        }

        .col-sm-9 {
            width: 75%
        }

        .col-sm-10 {
            width: 83.33333%
        }

        .col-sm-11 {
            width: 91.66667%
        }

        .col-sm-12 {
            width: 100%
        }

        .col-sm-pull-0 {
            right: auto
        }

        .col-sm-pull-1 {
            right: 8.33333%
        }

        .col-sm-pull-2 {
            right: 16.66667%
        }

        .col-sm-pull-3 {
            right: 25%
        }

        .col-sm-pull-4 {
            right: 33.33333%
        }

        .col-sm-pull-5 {
            right: 41.66667%
        }

        .col-sm-pull-6 {
            right: 50%
        }

        .col-sm-pull-7 {
            right: 58.33333%
        }

        .col-sm-pull-8 {
            right: 66.66667%
        }

        .col-sm-pull-9 {
            right: 75%
        }

        .col-sm-pull-10 {
            right: 83.33333%
        }

        .col-sm-pull-11 {
            right: 91.66667%
        }

        .col-sm-pull-12 {
            right: 100%
        }

        .col-sm-push-0 {
            left: auto
        }

        .col-sm-push-1 {
            left: 8.33333%
        }

        .col-sm-push-2 {
            left: 16.66667%
        }

        .col-sm-push-3 {
            left: 25%
        }

        .col-sm-push-4 {
            left: 33.33333%
        }

        .col-sm-push-5 {
            left: 41.66667%
        }

        .col-sm-push-6 {
            left: 50%
        }

        .col-sm-push-7 {
            left: 58.33333%
        }

        .col-sm-push-8 {
            left: 66.66667%
        }

        .col-sm-push-9 {
            left: 75%
        }

        .col-sm-push-10 {
            left: 83.33333%
        }

        .col-sm-push-11 {
            left: 91.66667%
        }

        .col-sm-push-12 {
            left: 100%
        }

        .col-sm-offset-0 {
            margin-left: 0
        }

        .col-sm-offset-1 {
            margin-left: 8.33333%
        }

        .col-sm-offset-2 {
            margin-left: 16.66667%
        }

        .col-sm-offset-3 {
            margin-left: 25%
        }

        .col-sm-offset-4 {
            margin-left: 33.33333%
        }

        .col-sm-offset-5 {
            margin-left: 41.66667%
        }

        .col-sm-offset-6 {
            margin-left: 50%
        }

        .col-sm-offset-7 {
            margin-left: 58.33333%
        }

        .col-sm-offset-8 {
            margin-left: 66.66667%
        }

        .col-sm-offset-9 {
            margin-left: 75%
        }

        .col-sm-offset-10 {
            margin-left: 83.33333%
        }

        .col-sm-offset-11 {
            margin-left: 91.66667%
        }

        .col-sm-offset-12 {
            margin-left: 100%
        }
    }

    @media (min-width:992px) {
        .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
            float: left
        }

        .col-md-1 {
            width: 8.33333%
        }

        .col-md-2 {
            width: 16.66667%
        }

        .col-md-3 {
            width: 25%
        }

        .col-md-4 {
            width: 33.33333%
        }

        .col-md-5 {
            width: 41.66667%
        }

        .col-md-6 {
            width: 50%
        }

        .col-md-7 {
            width: 58.33333%
        }

        .col-md-8 {
            width: 66.66667%
        }

        .col-md-9 {
            width: 75%
        }

        .col-md-10 {
            width: 83.33333%
        }

        .col-md-11 {
            width: 91.66667%
        }

        .col-md-12 {
            width: 100%
        }

        .col-md-pull-0 {
            right: auto
        }

        .col-md-pull-1 {
            right: 8.33333%
        }

        .col-md-pull-2 {
            right: 16.66667%
        }

        .col-md-pull-3 {
            right: 25%
        }

        .col-md-pull-4 {
            right: 33.33333%
        }

        .col-md-pull-5 {
            right: 41.66667%
        }

        .col-md-pull-6 {
            right: 50%
        }

        .col-md-pull-7 {
            right: 58.33333%
        }

        .col-md-pull-8 {
            right: 66.66667%
        }

        .col-md-pull-9 {
            right: 75%
        }

        .col-md-pull-10 {
            right: 83.33333%
        }

        .col-md-pull-11 {
            right: 91.66667%
        }

        .col-md-pull-12 {
            right: 100%
        }

        .col-md-push-0 {
            left: auto
        }

        .col-md-push-1 {
            left: 8.33333%
        }

        .col-md-push-2 {
            left: 16.66667%
        }

        .col-md-push-3 {
            left: 25%
        }

        .col-md-push-4 {
            left: 33.33333%
        }

        .col-md-push-5 {
            left: 41.66667%
        }

        .col-md-push-6 {
            left: 50%
        }

        .col-md-push-7 {
            left: 58.33333%
        }

        .col-md-push-8 {
            left: 66.66667%
        }

        .col-md-push-9 {
            left: 75%
        }

        .col-md-push-10 {
            left: 83.33333%
        }

        .col-md-push-11 {
            left: 91.66667%
        }

        .col-md-push-12 {
            left: 100%
        }

        .col-md-offset-0 {
            margin-left: 0
        }

        .col-md-offset-1 {
            margin-left: 8.33333%
        }

        .col-md-offset-2 {
            margin-left: 16.66667%
        }

        .col-md-offset-3 {
            margin-left: 25%
        }

        .col-md-offset-4 {
            margin-left: 33.33333%
        }

        .col-md-offset-5 {
            margin-left: 41.66667%
        }

        .col-md-offset-6 {
            margin-left: 50%
        }

        .col-md-offset-7 {
            margin-left: 58.33333%
        }

        .col-md-offset-8 {
            margin-left: 66.66667%
        }

        .col-md-offset-9 {
            margin-left: 75%
        }

        .col-md-offset-10 {
            margin-left: 83.33333%
        }

        .col-md-offset-11 {
            margin-left: 91.66667%
        }

        .col-md-offset-12 {
            margin-left: 100%
        }
    }

    @media (min-width:1200px) {
        .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
            float: left
        }

        .col-lg-1 {
            width: 8.33333%
        }

        .col-lg-2 {
            width: 16.66667%
        }

        .col-lg-3 {
            width: 25%
        }

        .col-lg-4 {
            width: 33.33333%
        }

        .col-lg-5 {
            width: 41.66667%
        }

        .col-lg-6 {
            width: 50%
        }

        .col-lg-7 {
            width: 58.33333%
        }

        .col-lg-8 {
            width: 66.66667%
        }

        .col-lg-9 {
            width: 75%
        }

        .col-lg-10 {
            width: 83.33333%
        }

        .col-lg-11 {
            width: 91.66667%
        }

        .col-lg-12 {
            width: 100%
        }

        .col-lg-pull-0 {
            right: auto
        }

        .col-lg-pull-1 {
            right: 8.33333%
        }

        .col-lg-pull-2 {
            right: 16.66667%
        }

        .col-lg-pull-3 {
            right: 25%
        }

        .col-lg-pull-4 {
            right: 33.33333%
        }

        .col-lg-pull-5 {
            right: 41.66667%
        }

        .col-lg-pull-6 {
            right: 50%
        }

        .col-lg-pull-7 {
            right: 58.33333%
        }

        .col-lg-pull-8 {
            right: 66.66667%
        }

        .col-lg-pull-9 {
            right: 75%
        }

        .col-lg-pull-10 {
            right: 83.33333%
        }

        .col-lg-pull-11 {
            right: 91.66667%
        }

        .col-lg-pull-12 {
            right: 100%
        }

        .col-lg-push-0 {
            left: auto
        }

        .col-lg-push-1 {
            left: 8.33333%
        }

        .col-lg-push-2 {
            left: 16.66667%
        }

        .col-lg-push-3 {
            left: 25%
        }

        .col-lg-push-4 {
            left: 33.33333%
        }

        .col-lg-push-5 {
            left: 41.66667%
        }

        .col-lg-push-6 {
            left: 50%
        }

        .col-lg-push-7 {
            left: 58.33333%
        }

        .col-lg-push-8 {
            left: 66.66667%
        }

        .col-lg-push-9 {
            left: 75%
        }

        .col-lg-push-10 {
            left: 83.33333%
        }

        .col-lg-push-11 {
            left: 91.66667%
        }

        .col-lg-push-12 {
            left: 100%
        }

        .col-lg-offset-0 {
            margin-left: 0
        }

        .col-lg-offset-1 {
            margin-left: 8.33333%
        }

        .col-lg-offset-2 {
            margin-left: 16.66667%
        }

        .col-lg-offset-3 {
            margin-left: 25%
        }

        .col-lg-offset-4 {
            margin-left: 33.33333%
        }

        .col-lg-offset-5 {
            margin-left: 41.66667%
        }

        .col-lg-offset-6 {
            margin-left: 50%
        }

        .col-lg-offset-7 {
            margin-left: 58.33333%
        }

        .col-lg-offset-8 {
            margin-left: 66.66667%
        }

        .col-lg-offset-9 {
            margin-left: 75%
        }

        .col-lg-offset-10 {
            margin-left: 83.33333%
        }

        .col-lg-offset-11 {
            margin-left: 91.66667%
        }

        .col-lg-offset-12 {
            margin-left: 100%
        }
    }

    table {
        border-collapse: collapse;
        border-spacing: 0
    }

    th {
        text-align: left
    }

    .table {
        width: 100%;
        max-width: 100%
    }

        .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
            padding: 8px;
            line-height: 1.42857;
            vertical-align: top;
            border-top: 1px solid #ddd
        }

        .table > thead > tr > th {
            border-bottom: 2px solid #ddd
        }

        .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
            border-top: 0
        }

        .table > tbody + tbody {
            border-top: 2px solid #ddd
        }

        .table .table {
            background-color: #fff
        }

    .table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
        padding: 5px
    }

    .table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #ddd
    }

        .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
            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, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
        background-color: #f5f5f5
    }

    table col[class*=col-] {
        position: static;
        float: none;
        display: table-column
    }

    table td[class*=col-], table th[class*=col-] {
        position: static;
        float: none;
        display: table-cell
    }

    .collapsing, .dropdown {
        position: relative
    }

    .form-control, input[type=file], legend {
        display: block
    }

    .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
        background-color: #e8e8e8
    }

    .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
        background-color: #dff0d8
    }

    .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
        background-color: #d0e9c6
    }

    .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
        background-color: #d9edf7
    }

    .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
        background-color: #c4e3f3
    }

    .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
        background-color: #fcf8e3
    }

    .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
        background-color: #faf2cc
    }

    .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
        background-color: #f2dede
    }

    .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
        background-color: #ebcccc
    }

    @media screen and (max-width:767px) {
        .table-responsive {
            width: 100%;
            margin-bottom: 15px;
            overflow-y: hidden;
            overflow-x: auto;
            -ms-overflow-style: -ms-autohiding-scrollbar;
            border: 1px solid #ddd;
            -webkit-overflow-scrolling: touch
        }

            .table-responsive > .table {
                margin-bottom: 0
            }

                .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                    white-space: nowrap
                }

            .table-responsive > .table-bordered {
                border: 0
            }

                .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                    border-left: 0
                }

                .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                    border-right: 0
                }

                .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                    border-bottom: 0
                }
    }

    fieldset, legend {
        padding: 0;
        border: 0
    }

    fieldset {
        margin: 0
    }

    legend {
        width: 100%;
        margin-bottom: 20px;
        font-size: 21px;
        line-height: inherit;
        border-bottom: 1px solid #e5e5e5
    }

    input[type=checkbox], input[type=radio] {
        vertical-align: middle;
        position: relative;
        bottom: 1px
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    select optgroup {
        font-size: inherit;
        font-style: inherit;
        font-family: inherit
    }

    input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    .form-control::-moz-placeholder {
        color: #777;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #777
    }

    .form-control::-webkit-input-placeholder {
        color: #777
    }

    .form-control {
        width: 100%;
        font-size: 14px;
        line-height: 1.42857;
        color: #555;
        vertical-align: middle;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 0;
        -webkit-transition: border-color ease-in-out .15s,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
    }

    .has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline {
        color: red
    }

    .form-control:focus {
        outline: 0
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee
    }

    .form-group {
        margin-bottom: 16px;
        padding-bottom: 16px
    }

    .checkbox, .radio {
        display: block;
        min-height: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 20px;
        vertical-align: middle
    }

        .checkbox label, .radio label {
            display: inline;
            margin-bottom: 0;
            font-weight: 400;
            cursor: pointer
        }

        .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
            float: left;
            margin-left: -20px
        }

        .checkbox + .checkbox, .radio + .radio {
            margin-top: -5px
        }

    .checkbox-inline, .radio-inline {
        display: inline-block;
        padding-left: 20px;
        margin-bottom: 0;
        vertical-align: middle;
        font-weight: 400;
        cursor: pointer
    }

        .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
            margin-top: 0;
            margin-left: 10px
        }

        .checkbox-inline[disabled], .checkbox[disabled], .radio-inline[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=radio][disabled] {
            cursor: not-allowed
        }

    .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
        height: 30px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 0
    }

    .input-group-sm > .input-group-btn > select.btn, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, select.input-sm {
        height: 30px;
        line-height: 30px
    }

    .input-group-sm > .input-group-btn > select[multiple].btn, .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, select[multiple].input-sm, textarea.input-sm {
        height: auto
    }

    .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-lg {
        height: 46px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 0
    }

    .input-group-lg > .input-group-btn > select.btn, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, select.input-lg {
        height: 46px;
        line-height: 46px
    }

    .input-group-lg > .input-group-btn > select[multiple].btn, .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg {
        height: auto
    }

    .has-warning .form-control {
        border-color: red;
        -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: #c00;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f66;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f66
        }

    .has-warning .input-group-addon {
        color: red;
        border-color: red;
        background-color: #fcf8e3
    }

    .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-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;
        border-color: #a94442;
        background-color: #f2dede
    }

    .has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-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;
        border-color: #3c763d;
        background-color: #dff0d8
    }

    .form-control-static {
        margin-bottom: 0;
        padding-top: 7px
    }

    .help-block {
        display: block;
        margin-top: 5px;
        margin-bottom: 10px;
        color: #737373
    }

    @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 .checkbox, .form-inline .radio, .navbar-form .checkbox, .navbar-form .radio {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 0;
            padding-left: 0
        }

            .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio], .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
                float: none;
                margin-left: 0
            }

        .form-horizontal .control-label {
            text-align: right
        }
    }

    .form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .radio-inline {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 7px
    }

    .form-horizontal .form-group {
        margin-left: -15px;
        margin-right: -15px
    }

        .form-horizontal .form-group:after, .form-horizontal .form-group:before {
            content: " ";
            display: table
        }

    .btn {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857;
        border-radius: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .btn.active:focus, .btn:active:focus, .btn:focus {
            outline: dotted thin;
            outline: -webkit-focus-ring-color auto 5px;
            outline-offset: -2px
        }

        .btn:focus, .btn:hover {
            color: #333;
            text-decoration: none
        }

        .btn.active, .btn:active {
            -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 {
            cursor: not-allowed;
            pointer-events: none;
            opacity: .65;
            filter: alpha(opacity=65);
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc
    }

        .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .btn-default.dropdown-toggle {
            color: #333;
            background-color: #e6e6e6;
            border-color: #adadad
        }

        .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
            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.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .btn-primary.dropdown-toggle {
            color: #fff;
            background-color: #3071a9;
            border-color: #285e8e
        }

        .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
            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.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .btn-success.dropdown-toggle {
            color: #fff;
            background-color: #449d44;
            border-color: #398439
        }

        .btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
            background-image: none
        }

        .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
            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.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .btn-info.dropdown-toggle {
            color: #fff;
            background-color: #31b0d5;
            border-color: #269abc
        }

        .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
            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.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .btn-warning.dropdown-toggle {
            color: #fff;
            background-color: #ec971f;
            border-color: #d58512
        }

        .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
            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.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .btn-danger.dropdown-toggle {
            color: #fff;
            background-color: #c9302c;
            border-color: #ac2925
        }

        .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
            background-color: #d9534f;
            border-color: #d43f3a
        }

        .btn-danger .badge {
            color: #d9534f;
            background-color: #fff
        }

    .btn-link {
        color: #888;
        font-weight: 400;
        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:active, .btn-link:focus, .btn-link:hover {
                border-color: transparent
            }

                .btn-link:focus, .btn-link:hover {
                    color: #000;
                    text-decoration: underline;
                    background-color: transparent
                }

                .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                    color: #777;
                    text-decoration: none
                }

    .btn-group-lg > .btn, .btn-lg {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 0
    }

    .btn-group-sm > .btn, .btn-sm {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 0
    }

    .btn-group-xs > .btn, .btn-xs {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 0
    }

    .btn-block {
        display: block;
        width: 100%
    }

        .btn-block + .btn-block {
            margin-top: 5px
        }

    input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].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 {
        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-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;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        background-clip: padding-box
    }

        .dropdown-menu-right, .dropdown-menu.pull-right {
            left: auto;
            right: 0
        }

        .dropdown-header, .dropdown-menu > li > a {
            display: block;
            padding: 3px 20px;
            line-height: 1.42857;
            white-space: nowrap
        }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        font-weight: 400;
        color: #333
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            background-color: transparent;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed
        }

    .open > .dropdown-menu {
        display: block
    }

    .open > a {
        outline: 0
    }

    .dropdown-menu-left {
        left: 0;
        right: auto
    }

    .dropdown-header {
        font-size: 12px;
        color: #777
    }

    .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;
        border-bottom: 4px solid;
        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
        }

        .navbar-right .dropdown-menu-left {
            left: 0;
            right: auto
        }
    }

    .btn-group, .btn-group-vertical {
        position: relative;
        display: inline-block;
        vertical-align: middle
    }

        .btn-group-vertical > .btn, .btn-group > .btn {
            position: relative;
            float: left
        }

            .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
                z-index: 2
            }

            .btn-group-vertical > .btn:focus, .btn-group > .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:after, .btn-toolbar:before {
            content: " ";
            display: table
        }

        .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 .caret, .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: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-lg.btn-group > .btn + .dropdown-toggle, .btn-group > .btn-lg + .dropdown-toggle {
        padding-left: 12px;
        padding-right: 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-group-lg > .btn .caret, .btn-lg .caret {
        border-width: 5px 5px 0
    }

    .dropup .btn-group-lg > .btn .caret, .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:after, .btn-group-vertical > .btn-group:before {
            content: " ";
            display: table
        }

        .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
        }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group, .input-group-btn > .btn + .btn {
        margin-left: -1px
    }

    .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: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-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, .btn-group-justified > .btn-group {
            float: none;
            display: table-cell;
            width: 1%
        }

            .btn-group-justified > .btn-group .btn, .nav-justified, .nav-tabs.nav-justified {
                width: 100%
            }

            .btn-group-justified > .btn-group .dropdown-menu {
                left: auto
            }

    [data-toggle=buttons] > .btn > input[type=checkbox], [data-toggle=buttons] > .btn > input[type=radio] {
        position: absolute;
        z-index: -1;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .input-group, .input-group-btn, .input-group-btn > .btn {
        position: relative
    }

    .input-group {
        display: table;
        border-collapse: separate
    }

        .input-group[class*=col-] {
            float: none;
            padding-left: 0;
            padding-right: 0
        }

        .input-group .form-control {
            position: relative;
            z-index: 2;
            float: left;
            width: 100%;
            margin-bottom: 0
        }

        .input-group .form-control, .input-group-addon, .input-group-btn {
            display: table-cell
        }

    .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: 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: 0
        }

        .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: 18px;
            border-radius: 0
        }

        .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
            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-group:not(:last-child) > .btn, .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:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0
        }

        .input-group-addon:last-child {
            border-left: 0
        }

    .input-group-btn {
        font-size: 0;
        white-space: nowrap
    }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2
        }

        .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
            margin-right: -1px
        }

    .nav {
        margin-bottom: 0;
        padding-left: 0
    }

        .nav:after, .nav:before {
            content: " ";
            display: table
        }

        .nav > li, .nav > li > a {
            display: block;
            position: relative
        }

        .nav:after {
            clear: both
        }

        .nav > li > a {
            padding: 10px 15px
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee;
                color: #fff !important
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

        .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
            background-color: #eee;
            border-color: #888
        }

        .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.42857;
                border: 1px solid transparent;
                border-radius: 0
            }

                .nav-tabs > li > a:hover {
                    border-color: #eee #eee #ddd
                }

            .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
                color: #555;
                background-color: #fff;
                border: 1px solid #ddd;
                border-bottom-color: transparent;
                cursor: default
            }

    .nav-pills > li {
        float: left
    }

    .nav-justified > li, .nav-stacked > li, .nav-tabs.nav-justified > li {
        float: none
    }

    .nav-pills > li > a {
        border-radius: 0
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #428bca
    }

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        text-align: center;
        margin-bottom: 5px
    }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

    .nav-tabs-justified, .nav-tabs.nav-justified {
        border-bottom: 0
    }

        .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-right: 0;
            border-radius: 0
        }

        .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
            border: 1px solid #ddd
        }

    @media (min-width:768px) {
        .nav-justified > li, .nav-tabs.nav-justified > li {
            display: table-cell;
            width: 1%
        }

            .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
                margin-bottom: 0
            }

            .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
                border-bottom: 1px solid #ddd;
                border-radius: 0
            }

        .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
            border-bottom-color: #fff
        }
    }

    .tab-content > .tab-pane {
        display: none
    }

    .tab-content > .active {
        display: block
    }

    .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before {
        content: " ";
        display: table
    }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

    .navbar {
        position: relative;
        min-height: 50px;
        margin-bottom: 20px;
        border: 1px solid transparent
    }

    .navbar-collapse {
        overflow-x: visible;
        padding-right: 15px;
        padding-left: 15px;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        -webkit-overflow-scrolling: touch
    }

        .navbar-collapse.in {
            overflow-y: auto
        }

    @media (min-width:768px) {
        .navbar {
            border-radius: 0
        }

        .navbar-header {
            float: left
        }

        .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-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
            padding-left: 0;
            padding-right: 0
        }
    }

    #home-page-tabs, #page, .block .products-block li .product-content, .embed-responsive, .media, .media-body, .page-heading, .progress, ul.step {
        overflow: hidden
    }

    @media (max-width:480px) and (orientation:landscape) {
        .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
            max-height: 200px
        }
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: -15px;
        margin-left: -15px
    }

    .navbar-static-top {
        z-index: 1000;
        border-width: 0 0 1px
    }

    .navbar-fixed-bottom, .navbar-fixed-top {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,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;
        padding: 15px;
        font-size: 18px;
        line-height: 20px;
        height: 50px
    }

        .navbar-brand:focus, .navbar-brand:hover {
            text-decoration: none
        }

    @media (min-width:768px) {
        .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
            margin-right: 0;
            margin-left: 0
        }

        .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
            border-radius: 0
        }

        .navbar > .container .navbar-brand, .navbar > .container-fluid .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: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
        }
    }

    .breadcrumb > li, .pagination {
        display: inline-block
    }

    .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;
            box-shadow: none
        }

            .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
                padding: 5px 15px 5px 25px
            }

            .navbar-nav .open .dropdown-menu > li > a {
                line-height: 20px
            }

                .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                    background-image: none
                }
    }

    .progress-bar-striped, .progress-striped .progress-bar, .progress-striped .progress-bar-success {
        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)
    }

    @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
            }

        .navbar-left {
            float: left !important
        }

        .navbar-right {
            float: right !important
        }
    }

    .navbar-form {
        padding: 10px 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);
        margin: 8px -15px
    }

    @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-form.navbar-right:last-child {
                margin-right: -15px
            }

        .navbar-text {
            float: left;
            margin-left: 15px;
            margin-right: 15px
        }

            .navbar-text.navbar-right:last-child {
                margin-right: 0
            }
    }

    .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-btn {
        margin-top: 8px;
        margin-bottom: 8px
    }

        .btn-group-sm > .navbar-btn.btn, .navbar-btn.btn-sm {
            margin-top: 10px;
            margin-bottom: 10px
        }

        .btn-group-xs > .navbar-btn.btn, .navbar-btn.btn-xs {
            margin-top: 14px;
            margin-bottom: 14px
        }

    .navbar-text {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .navbar-default {
        background-color: #f8f8f8;
        border-color: #e7e7e7
    }

        .navbar-default .navbar-brand {
            color: #777
        }

            .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
                color: #5e5e5e;
                background-color: transparent
            }

        .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
            color: #777
        }

            .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
                color: #333;
                background-color: transparent
            }

        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
            color: #555;
            background-color: #e7e7e7
        }

        .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
            color: #ccc;
            background-color: transparent
        }

        .navbar-default .navbar-toggle {
            border-color: #ddd
        }

            .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
                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:focus, .navbar-default .navbar-nav > .open > a:hover {
            background-color: #e7e7e7;
            color: #555
        }

    @media (max-width:767px) {
        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #777
        }

            .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
                color: #333;
                background-color: transparent
            }

        .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
            color: #555;
            background-color: #e7e7e7
        }

        .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
            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:focus, .navbar-default .btn-link:hover {
            color: #333
        }

        .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
            color: #ccc
        }

    .navbar-inverse {
        background-color: #222;
        border-color: #090909
    }

        .navbar-inverse .navbar-brand {
            color: #777
        }

            .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
                color: #fff;
                background-color: transparent
            }

        .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
            color: #777
        }

            .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
                color: #fff;
                background-color: transparent
            }

        .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
            color: #fff;
            background-color: #090909
        }

        .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
            color: #444;
            background-color: transparent
        }

        .navbar-inverse .navbar-toggle {
            border-color: #333
        }

            .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
                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:focus, .navbar-inverse .navbar-nav > .open > a:hover {
            background-color: #090909;
            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 .divider {
            background-color: #090909
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
            color: #777
        }

            .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
                color: #fff;
                background-color: transparent
            }

        .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
            color: #fff;
            background-color: #090909
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
            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:focus, .navbar-inverse .btn-link:hover {
            color: #fff
        }

        .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
            color: #444
        }

    .breadcrumb {
        background-color: #f5f5f5;
        border-radius: 0
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #ccc
        }

        .breadcrumb > .active {
            color: #777
        }

    .pagination {
        padding-left: 0;
        margin: 20px 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;
                color: #333;
                background-color: #fff;
                border: 1px solid #ccc;
                margin-left: -1px
            }

    .badge, .label {
        line-height: 1;
        vertical-align: baseline;
        font-weight: 700
    }

    .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span, .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span, .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .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 > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        color: #333;
        background-color: #ccc;
        border-color: #ddd
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        background-color: #ccc;
        border-color: #bfbfbf;
        cursor: default
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed
    }

    .pagination-lg > li > a, .pagination-lg > li > span {
        padding: 10px 16px;
        font-size: 18px
    }

    .pagination-sm > li > a, .pagination-sm > li > span {
        padding: 5px 10px;
        font-size: 12px
    }

    .pager {
        padding-left: 0;
        margin: 20px 0;
        text-align: center
    }

    .alert, .thumbnail {
        margin-bottom: 20px
    }

    .pager:after, .pager:before {
        content: " ";
        display: table
    }

    .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:focus, .pager li > a:hover {
                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:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        background-color: #fff;
        cursor: not-allowed
    }

    .label {
        font-size: 75%;
        color: #fff;
        text-align: center;
        border-radius: .25em
    }

    .badge, .progress-bar {
        font-size: 12px;
        text-align: center
    }

    .label:empty {
        display: none
    }

    .btn .label {
        position: relative;
        top: -1px
    }

    a.label:focus, a.label:hover {
        color: #fff;
        text-decoration: none;
        cursor: pointer
    }

    .label-default {
        background-color: #777
    }

        .label-default[href]:focus, .label-default[href]:hover {
            background-color: #5e5e5e
        }

    .label-primary {
        background-color: #428bca
    }

        .label-primary[href]:focus, .label-primary[href]:hover {
            background-color: #3071a9
        }

    .label-success {
        background-color: #5cb85c
    }

        .label-success[href]:focus, .label-success[href]:hover {
            background-color: #449d44
        }

    .label-info {
        background-color: #5bc0de
    }

        .label-info[href]:focus, .label-info[href]:hover {
            background-color: #31b0d5
        }

    .label-warning {
        background-color: #f0ad4e
    }

        .label-warning[href]:focus, .label-warning[href]:hover {
            background-color: #ec971f
        }

    .label-danger {
        background-color: #d9534f
    }

        .label-danger[href]:focus, .label-danger[href]:hover {
            background-color: #c9302c
        }

    .badge {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        color: #fff;
        white-space: nowrap;
        background-color: #777;
        border-radius: 10px
    }

    .btn.btn-default, .label, .popover {
        white-space: normal
    }

    .badge:empty {
        display: none
    }

    .list-group-item, .media-object, .thumbnail {
        display: block
    }

    .btn .badge {
        position: relative;
        top: -1px
    }

    .btn-group-xs > .btn .badge, .btn-xs .badge {
        top: 0;
        padding: 1px 5px
    }

    .nav-pills > .active > a > .badge, a.list-group-item.active > .badge {
        color: #428bca;
        background-color: #fff
    }

    .nav-pills > li > a > .badge {
        margin-left: 3px
    }

    a.badge:focus, a.badge:hover {
        color: #fff;
        text-decoration: none;
        cursor: pointer
    }

    .thumbnail {
        padding: 4px;
        line-height: 1.42857;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 0;
        transition: all .2s ease-in-out
    }

        .thumbnail a > img, .thumbnail > img {
            display: block;
            width: 100%\9;
            max-width: 100%;
            height: auto;
            margin-left: auto;
            margin-right: auto
        }

        .thumbnail .caption {
            padding: 9px;
            color: #333
        }

    a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
        border-color: #888
    }

    .alert {
        padding: 15px;
        border: 1px solid transparent;
        border-radius: 0
    }

        .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 {
        background-color: #dff0d8;
        border-color: #d6e9c6;
        color: #3c763d
    }

        .alert-success hr {
            border-top-color: #c9e2b3
        }

        .alert-success .alert-link {
            color: #2b542c
        }

    .alert-info {
        background-color: #d9edf7;
        border-color: #bce8f1;
        color: #31708f
    }

        .alert-info hr {
            border-top-color: #a6e1ec
        }

        .alert-info .alert-link {
            color: #245269
        }

    .alert-warning {
        background-color: #fcf8e3;
        border-color: #faebcc;
        color: #8a6d3b
    }

        .alert-warning hr {
            border-top-color: #f7e1b5
        }

        .alert-warning .alert-link {
            color: #66512c
        }

    .alert-danger {
        background-color: #f2dede;
        border-color: #ebccd1;
        color: #a94442
    }

        .alert-danger hr {
            border-top-color: #e4b9c0
        }

        .alert-danger .alert-link {
            color: #843534
        }

    .progress {
        height: 20px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border-radius: 0;
        -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%;
        line-height: 20px;
        color: #fff;
        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
    }

    .close, .list-group-item > .badge {
        float: right
    }

    .progress-bar-striped, .progress-striped .progress-bar {
        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: linear-gradient(45deg,rgba(255,255,255,.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
        background-size: 40px 40px
    }

    .progress-bar.active, .progress.active .progress-bar {
        -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"] {
        color: #777;
        min-width: 30px;
        background-color: transparent;
        background-image: 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: linear-gradient(45deg,rgba(255,255,255,.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0))
    }

    .progress-striped .progress-bar-info, .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)
    }

    .progress-bar-info {
        background-color: #5bc0de
    }

    .progress-striped .progress-bar-info {
        background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0))
    }

    .progress-bar-warning {
        background-color: #f0ad4e
    }

    .progress-striped .progress-bar-warning {
        background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0))
    }

    .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%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0))
    }

    .media, .media-body {
        zoom: 1
    }

        .media, .media .media {
            margin-top: 15px
        }

            .media:first-child {
                margin-top: 0
            }

    .media-heading {
        margin: 0 0 5px
    }

    .media > .pull-right, .popover.right {
        margin-left: 10px
    }

    .media > .pull-left {
        margin-right: 10px
    }

    .media-list {
        padding-left: 0
    }

    .list-group {
        margin-bottom: 20px;
        padding-left: 0
    }

    .list-group-item {
        position: relative;
        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 + .badge {
            margin-right: 5px
        }

    a.list-group-item {
        color: #555
    }

        a.list-group-item .list-group-item-heading {
            color: #333
        }

        a.list-group-item:focus, a.list-group-item:hover {
            text-decoration: none;
            color: #555;
            background-color: #f5f5f5
        }

    .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
        background-color: #eee;
        color: #777
    }

        .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
            color: inherit
        }

        .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
            color: #777
        }

    .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca
    }

        .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
            color: inherit
        }

        .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .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:focus, a.list-group-item-success:hover {
            color: #3c763d;
            background-color: #d0e9c6
        }

        a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
            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:focus, a.list-group-item-info:hover {
            color: #31708f;
            background-color: #c4e3f3
        }

        a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
            color: #fff;
            background-color: #31708f;
            border-color: #31708f
        }

    .list-group-item-warning {
        color: red;
        background-color: #fcf8e3
    }

    a.list-group-item-warning {
        color: red
    }

        a.list-group-item-warning .list-group-item-heading {
            color: inherit
        }

        a.list-group-item-warning:focus, a.list-group-item-warning:hover {
            color: red;
            background-color: #faf2cc
        }

        a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
            color: #fff;
            background-color: red;
            border-color: red
        }

    .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:focus, a.list-group-item-danger:hover {
            color: #a94442;
            background-color: #ebcccc
        }

        a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
            color: #fff;
            background-color: #a94442;
            border-color: #a94442
        }

    .panel-heading > .dropdown .dropdown-toggle, .panel-title, .panel-title > a {
        color: inherit
    }

    .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: 0;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
        box-shadow: 0 1px 1px rgba(0,0,0,.05)
    }

        .panel-title, .panel > .list-group, .panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
            margin-bottom: 0
        }

    .panel-body {
        padding: 15px
    }

        .panel-body:after, .panel-body:before {
            content: " ";
            display: table
        }

    .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;
        font-size: 16px
    }

    .panel-footer {
        padding: 10px 15px;
        background-color: #f5f5f5;
        border-top: 1px solid #ddd;
        border-bottom-right-radius: -1px;
        border-bottom-left-radius: -1px
    }

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel-group .panel-heading, .panel > .list-group:last-child .list-group-item:last-child, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-left-radius: -1px;
        border-bottom-right-radius: -1px
    }

    .panel > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: -1px;
        border-top-left-radius: -1px
    }

    .list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
        border-top-width: 0
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-right-radius: -1px;
        border-top-left-radius: -1px
    }

        .panel > .table-responsive:first-child > .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 th:first-child, .panel > .table-responsive:first-child > .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 th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
            border-top-left-radius: -1px
        }

        .panel > .table-responsive:first-child > .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 th:last-child, .panel > .table-responsive:first-child > .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 th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
            border-top-right-radius: -1px
        }

    .panel > .table-responsive:last-child > .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 th:first-child, .panel > .table-responsive:last-child > .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 th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
        border-bottom-left-radius: -1px
    }

    .panel > .table-responsive:last-child > .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 th:last-child, .panel > .table-responsive:last-child > .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 th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
        border-bottom-right-radius: -1px
    }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0
    }

    .panel > .table-bordered, .panel > .table-responsive > .table-bordered {
        border: 0
    }

        .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
            border-left: 0
        }

        .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
            border-right: 0
        }

    .panel > .table-responsive {
        border: 0;
        margin-bottom: 0
    }

    .panel-group {
        margin-bottom: 20px
    }

        .panel-group .panel {
            margin-bottom: 0;
            border-radius: 0
        }

            .panel-group .panel + .panel {
                margin-top: 5px
            }

        .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
    }

        .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            height: 100%;
            width: 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: 0;
        -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: 0
    }

    .well-sm {
        padding: 9px;
        border-radius: 0
    }

    .close {
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20)
    }

        .close:focus, .close:hover {
            color: #000;
            text-decoration: none;
            cursor: pointer;
            opacity: .5;
            filter: alpha(opacity=50)
        }

    button.close {
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
        -webkit-appearance: none
    }

    .popover {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1060;
        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,.2);
        border-radius: 0;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2)
    }

    .fa-fw, .fa-li {
        text-align: center
    }

    .popover.top {
        margin-top: -10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

    .popover-title {
        margin: 0;
        padding: 8px 14px;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        background-color: #f7f7f7;
        border-bottom: 1px solid #ebebeb;
        border-radius: -1px -1px 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,.25);
        bottom: -11px
    }

        .popover.top > .arrow:after {
            content: " ";
            bottom: 1px;
            margin-left: -10px;
            border-bottom-width: 0;
            border-top-color: #fff
        }

    .popover.left > .arrow:after, .popover.right > .arrow:after {
        bottom: -10px;
        content: " "
    }

    .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,.25)
    }

        .popover.right > .arrow:after {
            left: 1px;
            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,.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,.25)
    }

        .popover.left > .arrow:after {
            right: 1px;
            border-right-width: 0;
            border-left-color: #fff
        }

    .ie8 .sale-label, .sale-box, .sale-label {
        right: 0
    }

    .clearfix:after, .clearfix:before {
        content: " ";
        display: table
    }

    .center-block {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .pull-right {
        float: right !important
    }

    .pull-left {
        float: left !important
    }

    .hide {
        display: none !important
    }

    .show {
        display: block !important
    }

    .hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
        display: none !important
    }

    .invisible {
        visibility: hidden
    }

    .text-hide {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0
    }

    .alert.alert-danger, .alert.alert-success {
        text-shadow: 1px 1px rgba(0,0,0,.1)
    }

    .hidden {
        visibility: hidden !important
    }

    .affix {
        position: fixed;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    @-ms-viewport {
        width: device-width
    }

    @media (max-width:767px) {
        .visible-xs {
            display: block !important
        }

        table.visible-xs {
            display: table
        }

        tr.visible-xs {
            display: table-row !important
        }

        td.visible-xs, th.visible-xs {
            display: table-cell !important
        }

        .visible-xs-block {
            display: block !important
        }

        .visible-xs-inline {
            display: inline !important
        }

        .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
        }

        td.visible-sm, th.visible-sm {
            display: table-cell !important
        }

        .visible-sm-block {
            display: block !important
        }

        .visible-sm-inline {
            display: inline !important
        }

        .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
        }

        td.visible-md, th.visible-md {
            display: table-cell !important
        }

        .visible-md-block {
            display: block !important
        }

        .visible-md-inline {
            display: inline !important
        }

        .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
        }

        td.visible-lg, th.visible-lg {
            display: table-cell !important
        }

        .visible-lg-block {
            display: block !important
        }

        .visible-lg-inline {
            display: inline !important
        }

        .visible-lg-inline-block {
            display: inline-block !important
        }

        .hidden-lg {
            display: none !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
        }
    }

    .visible-print {
        display: none !important
    }

    @media print {
        .visible-print {
            display: block !important
        }

        table.visible-print {
            display: table
        }

        tr.visible-print {
            display: table-row !important
        }

        td.visible-print, th.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
        }

        .hidden-print {
            display: none !important
        }
    }

    .fa, .fa-stack, .label {
        display: inline-block
    }

    @font-face {
        font-family: FontAwesome;
        src: url(../fonts/fontawesome-webfont.eot?v=4.1.0);
        src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff?v=4.1.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.1.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format("svg");
        font-weight: 400;
        font-style: normal
    }

    .fa {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .fa-lg {
        font-size: 1.33333em;
        line-height: .75em;
        vertical-align: -15%
    }

    .fa-2x {
        font-size: 2em
    }

    .fa-3x {
        font-size: 3em
    }

    .fa-4x {
        font-size: 4em
    }

    .fa-5x {
        font-size: 5em
    }

    .fa-fw {
        width: 1.28571em
    }

    .fa-ul {
        padding-left: 0;
        margin-left: 2.14286em;
        list-style-type: none
    }

        .fa-ul > li {
            position: relative
        }

    .fa-li {
        position: absolute;
        left: -2.14286em;
        width: 2.14286em;
        top: .14286em
    }

        .fa-li.fa-lg {
            left: -1.85714em
        }

    .fa-border {
        padding: .2em .25em .15em;
        border: .08em solid #eee;
        border-radius: .1em
    }

    .fa.pull-left {
        margin-right: .3em
    }

    .fa.pull-right {
        margin-left: .3em
    }

    .fa-spin {
        -webkit-animation: spin 2s infinite linear;
        -moz-animation: spin 2s infinite linear;
        -o-animation: spin 2s infinite linear;
        animation: spin 2s infinite linear
    }

    .fa-rotate-90 {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .fa-rotate-180 {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .fa-rotate-270 {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    .fa-flip-horizontal {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
        -webkit-transform: scale(-1,1);
        -moz-transform: scale(-1,1);
        -ms-transform: scale(-1,1);
        -o-transform: scale(-1,1);
        transform: scale(-1,1)
    }

    .fa-flip-vertical {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
        -webkit-transform: scale(1,-1);
        -moz-transform: scale(1,-1);
        -ms-transform: scale(1,-1);
        -o-transform: scale(1,-1);
        transform: scale(1,-1)
    }

    .fa-stack {
        position: relative;
        width: 2em;
        height: 2em;
        line-height: 2em;
        vertical-align: middle
    }

    .fa-stack-1x, .fa-stack-2x {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center
    }

    .fa-stack-1x {
        line-height: inherit
    }

    .fa-stack-2x {
        font-size: 2em
    }

    .fa-inverse {
        color: #fff
    }

    .fa-glass:before {
        content: "\f000"
    }

    .fa-music:before {
        content: "\f001"
    }

    .fa-search:before {
        content: "\f002"
    }

    .fa-envelope-o:before {
        content: "\f003"
    }

    .fa-heart:before {
        content: "\f004"
    }

    .fa-star:before {
        content: "\f005"
    }

    .fa-star-o:before {
        content: "\f006"
    }

    .fa-user:before {
        content: "\f007"
    }

    .fa-film:before {
        content: "\f008"
    }

    .fa-th-large:before {
        content: "\f009"
    }

    .fa-th:before {
        content: "\f00a"
    }

    .fa-th-list:before {
        content: "\f00b"
    }

    .fa-check:before {
        content: "\f00c"
    }

    .fa-times:before {
        content: "\f00d"
    }

    .fa-search-plus:before {
        content: "\f00e"
    }

    .fa-search-minus:before {
        content: "\f010"
    }

    .fa-power-off:before {
        content: "\f011"
    }

    .fa-signal:before {
        content: "\f012"
    }

    .fa-cog:before, .fa-gear:before {
        content: "\f013"
    }

    .fa-trash-o:before {
        content: "\f014"
    }

    .fa-home:before {
        content: "\f015"
    }

    .fa-file-o:before {
        content: "\f016"
    }

    .fa-clock-o:before {
        content: "\f017"
    }

    .fa-road:before {
        content: "\f018"
    }

    .fa-download:before {
        content: "\f019"
    }

    .fa-arrow-circle-o-down:before {
        content: "\f01a"
    }

    .fa-arrow-circle-o-up:before {
        content: "\f01b"
    }

    .fa-inbox:before {
        content: "\f01c"
    }

    .fa-play-circle-o:before {
        content: "\f01d"
    }

    .fa-repeat:before, .fa-rotate-right:before {
        content: "\f01e"
    }

    .fa-refresh:before {
        content: "\f021"
    }

    .fa-list-alt:before {
        content: "\f022"
    }

    .fa-lock:before {
        content: "\f023"
    }

    .fa-flag:before {
        content: "\f024"
    }

    .fa-headphones:before {
        content: "\f025"
    }

    .fa-volume-off:before {
        content: "\f026"
    }

    .fa-volume-down:before {
        content: "\f027"
    }

    .fa-volume-up:before {
        content: "\f028"
    }

    .fa-qrcode:before {
        content: "\f029"
    }

    .fa-barcode:before {
        content: "\f02a"
    }

    .fa-tag:before {
        content: "\f02b"
    }

    .fa-tags:before {
        content: "\f02c"
    }

    .fa-book:before {
        content: "\f02d"
    }

    .fa-bookmark:before {
        content: "\f02e"
    }

    .fa-print:before {
        content: "\f02f"
    }

    .fa-camera:before {
        content: "\f030"
    }

    .fa-font:before {
        content: "\f031"
    }

    .fa-bold:before {
        content: "\f032"
    }

    .fa-italic:before {
        content: "\f033"
    }

    .fa-text-height:before {
        content: "\f034"
    }

    .fa-text-width:before {
        content: "\f035"
    }

    .fa-align-left:before {
        content: "\f036"
    }

    .fa-align-center:before {
        content: "\f037"
    }

    .fa-align-right:before {
        content: "\f038"
    }

    .fa-align-justify:before {
        content: "\f039"
    }

    .fa-list:before {
        content: "\f03a"
    }

    .fa-dedent:before, .fa-outdent:before {
        content: "\f03b"
    }

    .fa-indent:before {
        content: "\f03c"
    }

    .fa-video-camera:before {
        content: "\f03d"
    }

    .fa-image:before, .fa-photo:before, .fa-picture-o:before {
        content: "\f03e"
    }

    .fa-pencil:before {
        content: "\f040"
    }

    .fa-map-marker:before {
        content: "\f041"
    }

    .fa-adjust:before {
        content: "\f042"
    }

    .fa-tint:before {
        content: "\f043"
    }

    .fa-edit:before, .fa-pencil-square-o:before {
        content: "\f044"
    }

    .fa-share-square-o:before {
        content: "\f045"
    }

    .fa-check-square-o:before {
        content: "\f046"
    }

    .fa-arrows:before {
        content: "\f047"
    }

    .fa-step-backward:before {
        content: "\f048"
    }

    .fa-fast-backward:before {
        content: "\f049"
    }

    .fa-backward:before {
        content: "\f04a"
    }

    .fa-play:before {
        content: "\f04b"
    }

    .fa-pause:before {
        content: "\f04c"
    }

    .fa-stop:before {
        content: "\f04d"
    }

    .fa-forward:before {
        content: "\f04e"
    }

    .fa-fast-forward:before {
        content: "\f050"
    }

    .fa-step-forward:before {
        content: "\f051"
    }

    .fa-eject:before {
        content: "\f052"
    }

    .fa-chevron-left:before {
        content: "\f053"
    }

    .fa-chevron-right:before {
        content: "\f054"
    }

    .fa-plus-circle:before {
        content: "\f055"
    }

    .fa-minus-circle:before {
        content: "\f056"
    }

    .fa-times-circle:before {
        content: "\f057"
    }

    .fa-check-circle:before {
        content: "\f058"
    }

    .fa-question-circle:before {
        content: "\f059"
    }

    .fa-info-circle:before {
        content: "\f05a"
    }

    .fa-crosshairs:before {
        content: "\f05b"
    }

    .fa-times-circle-o:before {
        content: "\f05c"
    }

    .fa-check-circle-o:before {
        content: "\f05d"
    }

    .fa-ban:before {
        content: "\f05e"
    }

    .fa-arrow-left:before {
        content: "\f060"
    }

    .fa-arrow-right:before {
        content: "\f061"
    }

    .fa-arrow-up:before {
        content: "\f062"
    }

    .fa-arrow-down:before {
        content: "\f063"
    }

    .fa-mail-forward:before, .fa-share:before {
        content: "\f064"
    }

    .fa-expand:before {
        content: "\f065"
    }

    .fa-compress:before {
        content: "\f066"
    }

    .fa-plus:before {
        content: "\f067"
    }

    .fa-minus:before {
        content: "\f068"
    }

    .fa-asterisk:before {
        content: "\f069"
    }

    .fa-exclamation-circle:before {
        content: "\f06a"
    }

    .fa-gift:before {
        content: "\f06b"
    }

    .fa-leaf:before {
        content: "\f06c"
    }

    .fa-fire:before {
        content: "\f06d"
    }

    .fa-eye:before {
        content: "\f06e"
    }

    .fa-eye-slash:before {
        content: "\f070"
    }

    .fa-exclamation-triangle:before, .fa-warning:before {
        content: "\f071"
    }

    .fa-plane:before {
        content: "\f072"
    }

    .fa-calendar:before {
        content: "\f073"
    }

    .fa-random:before {
        content: "\f074"
    }

    .fa-comment:before {
        content: "\f075"
    }

    .fa-magnet:before {
        content: "\f076"
    }

    .fa-chevron-up:before {
        content: "\f077"
    }

    .fa-chevron-down:before {
        content: "\f078"
    }

    .fa-retweet:before {
        content: "\f079"
    }

    .fa-shopping-cart:before {
        content: "\f07a"
    }

    .fa-folder:before {
        content: "\f07b"
    }

    .fa-folder-open:before {
        content: "\f07c"
    }

    .fa-arrows-v:before {
        content: "\f07d"
    }

    .fa-arrows-h:before {
        content: "\f07e"
    }

    .fa-bar-chart-o:before {
        content: "\f080"
    }

    .fa-twitter-square:before {
        content: "\f081"
    }

    .fa-facebook-square:before {
        content: "\f082"
    }

    .fa-camera-retro:before {
        content: "\f083"
    }

    .fa-key:before {
        content: "\f084"
    }

    .fa-cogs:before, .fa-gears:before {
        content: "\f085"
    }

    .fa-comments:before {
        content: "\f086"
    }

    .fa-thumbs-o-up:before {
        content: "\f087"
    }

    .fa-thumbs-o-down:before {
        content: "\f088"
    }

    .fa-star-half:before {
        content: "\f089"
    }

    .fa-heart-o:before {
        content: "\f08a"
    }

    .fa-sign-out:before {
        content: "\f08b"
    }

    .fa-linkedin-square:before {
        content: "\f08c"
    }

    .fa-thumb-tack:before {
        content: "\f08d"
    }

    .fa-external-link:before {
        content: "\f08e"
    }

    .fa-sign-in:before {
        content: "\f090"
    }

    .fa-trophy:before {
        content: "\f091"
    }

    .fa-github-square:before {
        content: "\f092"
    }

    .fa-upload:before {
        content: "\f093"
    }

    .fa-lemon-o:before {
        content: "\f094"
    }

    .fa-phone:before {
        content: "\f095"
    }

    .fa-square-o:before {
        content: "\f096"
    }

    .fa-bookmark-o:before {
        content: "\f097"
    }

    .fa-phone-square:before {
        content: "\f098"
    }

    .fa-twitter:before {
        content: "\f099"
    }

    .fa-facebook:before {
        content: "\f09a"
    }

    .fa-github:before {
        content: "\f09b"
    }

    .fa-unlock:before {
        content: "\f09c"
    }

    .fa-credit-card:before {
        content: "\f09d"
    }

    .fa-rss:before {
        content: "\f09e"
    }

    .fa-hdd-o:before {
        content: "\f0a0"
    }

    .fa-bullhorn:before {
        content: "\f0a1"
    }

    .fa-bell:before {
        content: "\f0f3"
    }

    .fa-certificate:before {
        content: "\f0a3"
    }

    .fa-hand-o-right:before {
        content: "\f0a4"
    }

    .fa-hand-o-left:before {
        content: "\f0a5"
    }

    .fa-hand-o-up:before {
        content: "\f0a6"
    }

    .fa-hand-o-down:before {
        content: "\f0a7"
    }

    .fa-arrow-circle-left:before {
        content: "\f0a8"
    }

    .fa-arrow-circle-right:before {
        content: "\f0a9"
    }

    .fa-arrow-circle-up:before {
        content: "\f0aa"
    }

    .fa-arrow-circle-down:before {
        content: "\f0ab"
    }

    .fa-globe:before {
        content: "\f0ac"
    }

    .fa-wrench:before {
        content: "\f0ad"
    }

    .fa-tasks:before {
        content: "\f0ae"
    }

    .fa-filter:before {
        content: "\f0b0"
    }

    .fa-briefcase:before {
        content: "\f0b1"
    }

    .fa-arrows-alt:before {
        content: "\f0b2"
    }

    .fa-group:before, .fa-users:before {
        content: "\f0c0"
    }

    .fa-chain:before, .fa-link:before {
        content: "\f0c1"
    }

    .fa-cloud:before {
        content: "\f0c2"
    }

    .fa-flask:before {
        content: "\f0c3"
    }

    .fa-cut:before, .fa-scissors:before {
        content: "\f0c4"
    }

    .fa-copy:before, .fa-files-o:before {
        content: "\f0c5"
    }

    .fa-paperclip:before {
        content: "\f0c6"
    }

    .fa-floppy-o:before, .fa-save:before {
        content: "\f0c7"
    }

    .fa-square:before {
        content: "\f0c8"
    }

    .fa-bars:before, .fa-navicon:before, .fa-reorder:before {
        content: "\f0c9"
    }

    .fa-list-ul:before {
        content: "\f0ca"
    }

    .fa-list-ol:before {
        content: "\f0cb"
    }

    .fa-strikethrough:before {
        content: "\f0cc"
    }

    .fa-underline:before {
        content: "\f0cd"
    }

    .fa-table:before {
        content: "\f0ce"
    }

    .fa-magic:before {
        content: "\f0d0"
    }

    .fa-truck:before {
        content: "\f0d1"
    }

    .fa-pinterest:before {
        content: "\f0d2"
    }

    .fa-pinterest-square:before {
        content: "\f0d3"
    }

    .fa-google-plus-square:before {
        content: "\f0d4"
    }

    .fa-google-plus:before {
        content: "\f0d5"
    }

    .fa-money:before {
        content: "\f0d6"
    }

    .fa-caret-down:before {
        content: "\f0d7"
    }

    .fa-caret-up:before {
        content: "\f0d8"
    }

    .fa-caret-left:before {
        content: "\f0d9"
    }

    .fa-caret-right:before {
        content: "\f0da"
    }

    .fa-columns:before {
        content: "\f0db"
    }

    .fa-sort:before, .fa-unsorted:before {
        content: "\f0dc"
    }

    .fa-sort-desc:before, .fa-sort-down:before {
        content: "\f0dd"
    }

    .fa-sort-asc:before, .fa-sort-up:before {
        content: "\f0de"
    }

    .fa-envelope:before {
        content: "\f0e0"
    }

    .fa-linkedin:before {
        content: "\f0e1"
    }

    .fa-rotate-left:before, .fa-undo:before {
        content: "\f0e2"
    }

    .fa-gavel:before, .fa-legal:before {
        content: "\f0e3"
    }

    .fa-dashboard:before, .fa-tachometer:before {
        content: "\f0e4"
    }

    .fa-comment-o:before {
        content: "\f0e5"
    }

    .fa-comments-o:before {
        content: "\f0e6"
    }

    .fa-bolt:before, .fa-flash:before {
        content: "\f0e7"
    }

    .fa-sitemap:before {
        content: "\f0e8"
    }

    .fa-umbrella:before {
        content: "\f0e9"
    }

    .fa-clipboard:before, .fa-paste:before {
        content: "\f0ea"
    }

    .fa-lightbulb-o:before {
        content: "\f0eb"
    }

    .fa-exchange:before {
        content: "\f0ec"
    }

    .fa-cloud-download:before {
        content: "\f0ed"
    }

    .fa-cloud-upload:before {
        content: "\f0ee"
    }

    .fa-user-md:before {
        content: "\f0f0"
    }

    .fa-stethoscope:before {
        content: "\f0f1"
    }

    .fa-suitcase:before {
        content: "\f0f2"
    }

    .fa-bell-o:before {
        content: "\f0a2"
    }

    .fa-coffee:before {
        content: "\f0f4"
    }

    .fa-cutlery:before {
        content: "\f0f5"
    }

    .fa-file-text-o:before {
        content: "\f0f6"
    }

    .fa-building-o:before {
        content: "\f0f7"
    }

    .fa-hospital-o:before {
        content: "\f0f8"
    }

    .fa-ambulance:before {
        content: "\f0f9"
    }

    .fa-medkit:before {
        content: "\f0fa"
    }

    .fa-fighter-jet:before {
        content: "\f0fb"
    }

    .fa-beer:before {
        content: "\f0fc"
    }

    .fa-h-square:before {
        content: "\f0fd"
    }

    .fa-plus-square:before {
        content: "\f0fe"
    }

    .fa-angle-double-left:before {
        content: "\f100"
    }

    .fa-angle-double-right:before {
        content: "\f101"
    }

    .fa-angle-double-up:before {
        content: "\f102"
    }

    .fa-angle-double-down:before {
        content: "\f103"
    }

    .fa-angle-left:before {
        content: "\f104"
    }

    .fa-angle-right:before {
        content: "\f105"
    }

    .fa-angle-up:before {
        content: "\f106"
    }

    .fa-angle-down:before {
        content: "\f107"
    }

    .fa-desktop:before {
        content: "\f108"
    }

    .fa-laptop:before {
        content: "\f109"
    }

    .fa-tablet:before {
        content: "\f10a"
    }

    .fa-mobile-phone:before, .fa-mobile:before {
        content: "\f10b"
    }

    .fa-circle-o:before {
        content: "\f10c"
    }

    .fa-quote-left:before {
        content: "\f10d"
    }

    .fa-quote-right:before {
        content: "\f10e"
    }

    .fa-spinner:before {
        content: "\f110"
    }

    .fa-circle:before {
        content: "\f111"
    }

    .fa-mail-reply:before, .fa-reply:before {
        content: "\f112"
    }

    .fa-github-alt:before {
        content: "\f113"
    }

    .fa-folder-o:before {
        content: "\f114"
    }

    .fa-folder-open-o:before {
        content: "\f115"
    }

    .fa-smile-o:before {
        content: "\f118"
    }

    .fa-frown-o:before {
        content: "\f119"
    }

    .fa-meh-o:before {
        content: "\f11a"
    }

    .fa-gamepad:before {
        content: "\f11b"
    }

    .fa-keyboard-o:before {
        content: "\f11c"
    }

    .fa-flag-o:before {
        content: "\f11d"
    }

    .fa-flag-checkered:before {
        content: "\f11e"
    }

    .fa-terminal:before {
        content: "\f120"
    }

    .fa-code:before {
        content: "\f121"
    }

    .fa-mail-reply-all:before, .fa-reply-all:before {
        content: "\f122"
    }

    .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
        content: "\f123"
    }

    .fa-location-arrow:before {
        content: "\f124"
    }

    .fa-crop:before {
        content: "\f125"
    }

    .fa-code-fork:before {
        content: "\f126"
    }

    .fa-chain-broken:before, .fa-unlink:before {
        content: "\f127"
    }

    .fa-question:before {
        content: "\f128"
    }

    .fa-info:before {
        content: "\f129"
    }

    .fa-exclamation:before {
        content: "\f12a"
    }

    .fa-superscript:before {
        content: "\f12b"
    }

    .fa-subscript:before {
        content: "\f12c"
    }

    .fa-eraser:before {
        content: "\f12d"
    }

    .fa-puzzle-piece:before {
        content: "\f12e"
    }

    .fa-microphone:before {
        content: "\f130"
    }

    .fa-microphone-slash:before {
        content: "\f131"
    }

    .fa-shield:before {
        content: "\f132"
    }

    .fa-calendar-o:before {
        content: "\f133"
    }

    .fa-fire-extinguisher:before {
        content: "\f134"
    }

    .fa-rocket:before {
        content: "\f135"
    }

    .fa-maxcdn:before {
        content: "\f136"
    }

    .fa-chevron-circle-left:before {
        content: "\f137"
    }

    .fa-chevron-circle-right:before {
        content: "\f138"
    }

    .fa-chevron-circle-up:before {
        content: "\f139"
    }

    .fa-chevron-circle-down:before {
        content: "\f13a"
    }

    .fa-html5:before {
        content: "\f13b"
    }

    .fa-css3:before {
        content: "\f13c"
    }

    .fa-anchor:before {
        content: "\f13d"
    }

    .fa-unlock-alt:before {
        content: "\f13e"
    }

    .fa-bullseye:before {
        content: "\f140"
    }

    .fa-ellipsis-h:before {
        content: "\f141"
    }

    .fa-ellipsis-v:before {
        content: "\f142"
    }

    .fa-rss-square:before {
        content: "\f143"
    }

    .fa-play-circle:before {
        content: "\f144"
    }

    .fa-ticket:before {
        content: "\f145"
    }

    .fa-minus-square:before {
        content: "\f146"
    }

    .fa-minus-square-o:before {
        content: "\f147"
    }

    .fa-level-up:before {
        content: "\f148"
    }

    .fa-level-down:before {
        content: "\f149"
    }

    .fa-check-square:before {
        content: "\f14a"
    }

    .fa-pencil-square:before {
        content: "\f14b"
    }

    .fa-external-link-square:before {
        content: "\f14c"
    }

    .fa-share-square:before {
        content: "\f14d"
    }

    .fa-compass:before {
        content: "\f14e"
    }

    .fa-caret-square-o-down:before, .fa-toggle-down:before {
        content: "\f150"
    }

    .fa-caret-square-o-up:before, .fa-toggle-up:before {
        content: "\f151"
    }

    .fa-caret-square-o-right:before, .fa-toggle-right:before {
        content: "\f152"
    }

    .fa-eur:before, .fa-euro:before {
        content: "\f153"
    }

    .fa-gbp:before {
        content: "\f154"
    }

    .fa-dollar:before, .fa-usd:before {
        content: "\f155"
    }

    .fa-inr:before, .fa-rupee:before {
        content: "\f156"
    }

    .fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
        content: "\f157"
    }

    .fa-rouble:before, .fa-rub:before, .fa-ruble:before {
        content: "\f158"
    }

    .fa-krw:before, .fa-won:before {
        content: "\f159"
    }

    .fa-bitcoin:before, .fa-btc:before {
        content: "\f15a"
    }

    .fa-file:before {
        content: "\f15b"
    }

    .fa-file-text:before {
        content: "\f15c"
    }

    .fa-sort-alpha-asc:before {
        content: "\f15d"
    }

    .fa-sort-alpha-desc:before {
        content: "\f15e"
    }

    .fa-sort-amount-asc:before {
        content: "\f160"
    }

    .fa-sort-amount-desc:before {
        content: "\f161"
    }

    .fa-sort-numeric-asc:before {
        content: "\f162"
    }

    .fa-sort-numeric-desc:before {
        content: "\f163"
    }

    .fa-thumbs-up:before {
        content: "\f164"
    }

    .fa-thumbs-down:before {
        content: "\f165"
    }

    .fa-youtube-square:before {
        content: "\f166"
    }

    .fa-youtube:before {
        content: "\f167"
    }

    .fa-xing:before {
        content: "\f168"
    }

    .fa-xing-square:before {
        content: "\f169"
    }

    .fa-youtube-play:before {
        content: "\f16a"
    }

    .fa-dropbox:before {
        content: "\f16b"
    }

    .fa-stack-overflow:before {
        content: "\f16c"
    }

    .fa-instagram:before {
        content: "\f16d"
    }

    .fa-flickr:before {
        content: "\f16e"
    }

    .fa-adn:before {
        content: "\f170"
    }

    .fa-bitbucket:before {
        content: "\f171"
    }

    .fa-bitbucket-square:before {
        content: "\f172"
    }

    .fa-tumblr:before {
        content: "\f173"
    }

    .fa-tumblr-square:before {
        content: "\f174"
    }

    .fa-long-arrow-down:before {
        content: "\f175"
    }

    .fa-long-arrow-up:before {
        content: "\f176"
    }

    .fa-long-arrow-left:before {
        content: "\f177"
    }

    .fa-long-arrow-right:before {
        content: "\f178"
    }

    .fa-apple:before {
        content: "\f179"
    }

    .fa-windows:before {
        content: "\f17a"
    }

    .fa-android:before {
        content: "\f17b"
    }

    .fa-linux:before {
        content: "\f17c"
    }

    .fa-dribbble:before {
        content: "\f17d"
    }

    .fa-skype:before {
        content: "\f17e"
    }

    .fa-foursquare:before {
        content: "\f180"
    }

    .fa-trello:before {
        content: "\f181"
    }

    .fa-female:before {
        content: "\f182"
    }

    .fa-male:before {
        content: "\f183"
    }

    .fa-gittip:before {
        content: "\f184"
    }

    .fa-sun-o:before {
        content: "\f185"
    }

    .fa-moon-o:before {
        content: "\f186"
    }

    .fa-archive:before {
        content: "\f187"
    }

    .fa-bug:before {
        content: "\f188"
    }

    .fa-vk:before {
        content: "\f189"
    }

    .fa-weibo:before {
        content: "\f18a"
    }

    .fa-renren:before {
        content: "\f18b"
    }

    .fa-pagelines:before {
        content: "\f18c"
    }

    .fa-stack-exchange:before {
        content: "\f18d"
    }

    .fa-arrow-circle-o-right:before {
        content: "\f18e"
    }

    .fa-arrow-circle-o-left:before {
        content: "\f190"
    }

    .fa-caret-square-o-left:before, .fa-toggle-left:before {
        content: "\f191"
    }

    .fa-dot-circle-o:before {
        content: "\f192"
    }

    .fa-wheelchair:before {
        content: "\f193"
    }

    .fa-vimeo-square:before {
        content: "\f194"
    }

    .fa-try:before, .fa-turkish-lira:before {
        content: "\f195"
    }

    .fa-plus-square-o:before {
        content: "\f196"
    }

    .fa-space-shuttle:before {
        content: "\f197"
    }

    .fa-slack:before {
        content: "\f198"
    }

    .fa-envelope-square:before {
        content: "\f199"
    }

    .fa-wordpress:before {
        content: "\f19a"
    }

    .fa-openid:before {
        content: "\f19b"
    }

    .fa-bank:before, .fa-institution:before, .fa-university:before {
        content: "\f19c"
    }

    .fa-graduation-cap:before, .fa-mortar-board:before {
        content: "\f19d"
    }

    .fa-yahoo:before {
        content: "\f19e"
    }

    .fa-google:before {
        content: "\f1a0"
    }

    .fa-reddit:before {
        content: "\f1a1"
    }

    .fa-reddit-square:before {
        content: "\f1a2"
    }

    .fa-stumbleupon-circle:before {
        content: "\f1a3"
    }

    .fa-stumbleupon:before {
        content: "\f1a4"
    }

    .fa-delicious:before {
        content: "\f1a5"
    }

    .fa-digg:before {
        content: "\f1a6"
    }

    .fa-pied-piper-square:before, .fa-pied-piper:before {
        content: "\f1a7"
    }

    .fa-pied-piper-alt:before {
        content: "\f1a8"
    }

    .fa-drupal:before {
        content: "\f1a9"
    }

    .fa-joomla:before {
        content: "\f1aa"
    }

    .fa-language:before {
        content: "\f1ab"
    }

    .fa-fax:before {
        content: "\f1ac"
    }

    .fa-building:before {
        content: "\f1ad"
    }

    .fa-child:before {
        content: "\f1ae"
    }

    .fa-paw:before {
        content: "\f1b0"
    }

    .fa-spoon:before {
        content: "\f1b1"
    }

    .fa-cube:before {
        content: "\f1b2"
    }

    .fa-cubes:before {
        content: "\f1b3"
    }

    .fa-behance:before {
        content: "\f1b4"
    }

    .fa-behance-square:before {
        content: "\f1b5"
    }

    .fa-steam:before {
        content: "\f1b6"
    }

    .fa-steam-square:before {
        content: "\f1b7"
    }

    .fa-recycle:before {
        content: "\f1b8"
    }

    .fa-automobile:before, .fa-car:before {
        content: "\f1b9"
    }

    .fa-cab:before, .fa-taxi:before {
        content: "\f1ba"
    }

    .fa-tree:before {
        content: "\f1bb"
    }

    .fa-spotify:before {
        content: "\f1bc"
    }

    .fa-deviantart:before {
        content: "\f1bd"
    }

    .fa-soundcloud:before {
        content: "\f1be"
    }

    .fa-database:before {
        content: "\f1c0"
    }

    .fa-file-pdf-o:before {
        content: "\f1c1"
    }

    .fa-file-word-o:before {
        content: "\f1c2"
    }

    .fa-file-excel-o:before {
        content: "\f1c3"
    }

    .fa-file-powerpoint-o:before {
        content: "\f1c4"
    }

    .fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
        content: "\f1c5"
    }

    .fa-file-archive-o:before, .fa-file-zip-o:before {
        content: "\f1c6"
    }

    .fa-file-audio-o:before, .fa-file-sound-o:before {
        content: "\f1c7"
    }

    .fa-file-movie-o:before, .fa-file-video-o:before {
        content: "\f1c8"
    }

    .fa-file-code-o:before {
        content: "\f1c9"
    }

    .fa-vine:before {
        content: "\f1ca"
    }

    .fa-codepen:before {
        content: "\f1cb"
    }

    .fa-jsfiddle:before {
        content: "\f1cc"
    }

    .fa-life-bouy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
        content: "\f1cd"
    }

    .fa-circle-o-notch:before {
        content: "\f1ce"
    }

    .fa-ra:before, .fa-rebel:before {
        content: "\f1d0"
    }

    .fa-empire:before, .fa-ge:before {
        content: "\f1d1"
    }

    .fa-git-square:before {
        content: "\f1d2"
    }

    .fa-git:before {
        content: "\f1d3"
    }

    .fa-hacker-news:before {
        content: "\f1d4"
    }

    .fa-tencent-weibo:before {
        content: "\f1d5"
    }

    .fa-qq:before {
        content: "\f1d6"
    }

    .fa-wechat:before, .fa-weixin:before {
        content: "\f1d7"
    }

    .fa-paper-plane:before, .fa-send:before {
        content: "\f1d8"
    }

    .fa-paper-plane-o:before, .fa-send-o:before {
        content: "\f1d9"
    }

    .fa-history:before {
        content: "\f1da"
    }

    .fa-circle-thin:before {
        content: "\f1db"
    }

    .fa-header:before {
        content: "\f1dc"
    }

    .fa-paragraph:before {
        content: "\f1dd"
    }

    .fa-sliders:before {
        content: "\f1de"
    }

    .fa-share-alt:before {
        content: "\f1e0"
    }

    .fa-share-alt-square:before {
        content: "\f1e1"
    }

    .fa-bomb:before {
        content: "\f1e2"
    }

    @media only screen and (min-width:1200px) {
        .container {
            padding-left: 0;
            padding-right: 0
        }
    }

    body {
        min-width: 320px;
        height: 100%;
        line-height: 18px;
        font-size: 13px;
        color: #333
    }

        body.content_only {
            background: 0 0
        }

    a {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

        a:active, a:focus, a:hover {
            outline: 0;
            text-decoration: none
        }

    @media (min-width:1200px) {
        a:after {
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }
    }

    .btn.active, .btn:active, .btn:focus {
        outline: 0
    }

    .required, sup {
        color: red
    }

    .dark, label, p.info-title {
        color: #333
    }

    .checkbox label, .radio label {
        padding-left: 0
    }

    #header {
        z-index: 5003
    }

    #columns {
        position: relative;
        padding-bottom: 20px;
        padding-top: 5px
    }

    #page {
        background-color: #F2F2F2
    }

    header {
        z-index: 1;
        position: relative;
        background: #fff
    }

        header .banner {
            background: #000;
            max-height: 100%
        }

            header .banner .row, header .nav .row {
                margin: 0
            }

        header .nav nav {
            width: 100%
        }

        header .row, header .row > .container {
            position: relative
        }

            header .row #header_logo {
                 margin-top: -24px
            }

    @media (max-width:991px) {
        header .row #header_logo {
            padding-top: 15px
        }
    }

    @media (max-width:767px) {
        header .row #header_logo {
            /*  padding-top: 30px;*/
            text-align: center
        }

            header .row #header_logo a {
                display: inline-block
            }

            header .row #header_logo img {
                /* margin: 0 auto*/
            }
    }

    @media (min-width:767px) {
        header .col-sm-4 + .col-sm-4 + .col-sm-4, header .row #header_logo + #header_logo + #header_logo, header .row #header_logo + #header_logo + .col-sm-4, header .row #header_logo + .col-sm-4 + #header_logo, header .row #header_logo + .col-sm-4 + .col-sm-4, header .row .col-sm-4 + #header_logo + #header_logo, header .row .col-sm-4 + #header_logo + .col-sm-4, header .row .col-sm-4 + .col-sm-4 + #header_logo {
            float: right
        }
    }

    #index .tab-content {
        margin-top: 0
    }

    #index #columns {
        padding-top: 30px
    }

    .ie8 #header #header_logo {
        width: 350px
    }

    #center_column .page_product_box h3 {
        color: #333;
        text-transform: uppercase;
        font-family: "Open Sans",sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        padding: 14px 0 0;
        margin: 0 0 20px;
        position: relative
    }

    .alert, p.info-title {
        font-weight: 700
    }

        .alert.alert-danger:before, .alert.alert-success:before {
            font-family: FontAwesome;
            font-size: 20px;
            vertical-align: -2px;
            padding-right: 7px
        }

    @media only screen and (min-width:767px) {
        #center_column {
            float: right
        }
    }

    p.info-title {
        margin-bottom: 25px
    }

    p.info-account {
        margin: -4px 0 24px
    }

    .main-page-indent {
        margin-bottom: 30px
    }

    .alert ol, .alert ul {
        padding-left: 15px;
        margin-left: 27px
    }

        .alert ol li, .alert ul li {
            list-style-type: decimal;
            font-weight: 400
        }

    .alert.alert-success:before {
        content: "\f058"
    }

    .alert.alert-danger:before {
        content: "\f057";
        float: left
    }

    .label {
        padding: 6px 10px
    }

    label.required:before {
        content: "*";
        color: red;
        font-size: 14px;
        position: relative;
        line-height: 12px
    }

    .unvisible {
        display: none
    }

    .checkbox {
        line-height: 16px
    }

    .btn.btn-default.icon-left span:before, .btn.btn-default.icon-right span:after {
        font-family: FontAwesome;
        top: 50%;
        height: 30px;
        line-height: 30px;
        margin-top: -14px;
        vertical-align: middle
    }

    .checkbox label {
        color: #777
    }

    .close, .close:hover {
        opacity: 1
    }

    .button, .button_disabled, .button_large, .button_large_disabled, .button_mini, .button_mini_disabled, .button_small, .button_small_disabled, .exclusive, .exclusive_disabled, .exclusive_large, .exclusive_large_disabled, .exclusive_mini, .exclusive_mini_disabled, .exclusive_small, .exclusive_small_disabled {
        position: relative;
        display: inline-block;
        padding: 5px 7px;
        border: 1px solid #c90;
        font-weight: 700;
        color: #000;
        background: url(../img/bg_bt.gif) repeat-x #f4b61b;
        cursor: pointer;
        white-space: normal;
        text-align: left
    }

        .button:hover, .button_large:hover, .button_mini:hover, .button_small:hover, .exclusive:hover, .exclusive_large:hover, .exclusive_mini:hover, .exclusive_small:hover {
            text-decoration: none;
            background-position: left -50px
        }

        .button:active, .button_large:active, .button_mini:active, .button_small:active, .exclusive:active, .exclusive_large:active, .exclusive_mini:active, .exclusive_small:active {
            background-position: left -100px
        }

    input.button_disabled, input.exclusive_disabled, span.exclusive {
        border: 1px solid #ccc;
        color: #999;
        background: url(../img/bg_bt_2.gif) repeat-x #ccc;
        cursor: default
    }

    .btn.disabled, .btn[disabled]:hover {
        opacity: .3
    }

    .btn.btn-default {
        font-weight: 500;
        font-size: "Roboto",sans-serif;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        text-align: left;
        background: #0c0c0c;
        border: none;
        color: #fff;
        -webkit-box-shadow: inset 0 0 0 1px #000;
        box-shadow: inset 0 0 0 1px #000;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px
    }

        .btn.btn-default.icon-right span {
            display: block;
            padding-right: 15px;
            position: relative
        }

            .btn.btn-default.icon-right span:after {
                content: "\f054";
                position: absolute;
                right: 0
            }

        .btn.btn-default.icon-left span {
            display: block;
            padding-left: 15px;
            position: relative
        }

            .btn.btn-default.icon-left span:before {
                content: "\f053";
                position: absolute;
                left: 0
            }

        .btn.btn-default span i.left {
            vertical-align: 0;
            margin: 0 5px 0 0;
            display: inline-block
        }

        .btn.btn-default span i.right {
            margin-right: 0;
            margin-left: 5px
        }

        .btn.btn-default:active, .btn.btn-default:active:focus, .btn.btn-default:focus, .btn.btn-default:hover {
            outline: 0;
            background: #f2f2f2;
            -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
            box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
            color: #333
        }

    .btn.ajax_add_to_cart_button, .btn.ajax_add_to_cart_product_button {
        text-align: center;
        font: 700 14px/18px Roboto,sans-serif;
        padding: 7px 12px 10px;
        border: none;
        border-bottom: 1px solid #0d0d0d;
        position: relative;
        background: #0d0d0d;
        z-index: 0;
        overflow: hidden;
        box-shadow: none;
        margin-right: 10px
    }

    @media (min-width:1200px) {
        .btn.ajax_add_to_cart_button, .btn.ajax_add_to_cart_product_button {
            background: #e8e8e8;
            background-image: -moz-linear-gradient(#f4f4f4,#e8e8e8,#dedede);
            background-image: -webkit-linear-gradient(#f4f4f4,#e8e8e8,#dedede);
            background-image: linear-gradient(#f4f4f4,#e8e8e8,#dedede)
        }

            .btn.ajax_add_to_cart_button:after, .btn.ajax_add_to_cart_product_button:after {
                -webkit-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
                content: "";
                background: #0d0d0d;
                width: 100%;
                height: 100%;
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: -1
            }
    }

    @media (max-width:1199px) {
        .btn.ajax_add_to_cart_button, .btn.ajax_add_to_cart_product_button {
            font-size: 13px
        }
    }

    .btn.ajax_add_to_cart_button:before, .btn.ajax_add_to_cart_product_button:before {
        content: "\f07a";
        font-family: FontAwesome;
        display: inline-block;
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        padding-right: 5px;
        vertical-align: -1px
    }

    .btn.ajax_add_to_cart_button:active, .btn.ajax_add_to_cart_button:active:focus, .btn.ajax_add_to_cart_button:focus, .btn.ajax_add_to_cart_button:hover, .btn.ajax_add_to_cart_product_button:active, .btn.ajax_add_to_cart_product_button:active:focus, .btn.ajax_add_to_cart_product_button:focus, .btn.ajax_add_to_cart_product_button:hover {
        -webkit-box-shadow: none;
        outline: 0;
        background: #e7e7e7;
        background-image: -moz-linear-gradient(#f4f4f4,#e8e8e8,#dedede);
        background-image: -webkit-linear-gradient(#f4f4f4,#e8e8e8,#dedede);
        background-image: linear-gradient(#f4f4f4,#e8e8e8,#dedede);
        border: none;
        border-bottom: 1px solid #c1c1c1;
        box-shadow: none
    }

        .btn.ajax_add_to_cart_button:active:after, .btn.ajax_add_to_cart_button:active:focus:after, .btn.ajax_add_to_cart_button:focus:after, .btn.ajax_add_to_cart_button:hover:after, .btn.ajax_add_to_cart_product_button:active:after, .btn.ajax_add_to_cart_product_button:active:focus:after, .btn.ajax_add_to_cart_product_button:focus:after, .btn.ajax_add_to_cart_product_button:hover:after {
            height: 0
        }

    @media (max-width:1199px) {
        .btn.ajax_add_to_cart_button:before, .btn.ajax_add_to_cart_product_button:before {
            font-size: 21px;
            line-height: 23px;
            vertical-align: -1px
        }

        .btn.ajax_add_to_cart_button:active, .btn.ajax_add_to_cart_button:active:focus, .btn.ajax_add_to_cart_button:focus, .btn.ajax_add_to_cart_button:hover, .btn.ajax_add_to_cart_product_button:active, .btn.ajax_add_to_cart_product_button:active:focus, .btn.ajax_add_to_cart_product_button:focus, .btn.ajax_add_to_cart_product_button:hover {
            background: #e8e8e8
        }
    }

    @media (max-width:991px) {
        .lang_es .btn.ajax_add_to_cart_button, .lang_es .btn.ajax_add_to_cart_product_button, .lang_fr .btn.ajax_add_to_cart_button, .lang_fr .btn.ajax_add_to_cart_product_button {
            font-size: 12px;
            padding: 10px 13px 11px
        }

            .lang_es .btn.ajax_add_to_cart_button:before, .lang_es .btn.ajax_add_to_cart_product_button:before, .lang_fr .btn.ajax_add_to_cart_button:before, .lang_fr .btn.ajax_add_to_cart_product_button:before {
                display: none
            }
    }

    .btn.lnk_view {
        font: 700 14px/18px Roboto,sans-serif;
        padding: 10px 13px 12px;
        background: #bbb;
        text-align: center;
        color: #fff;
        box-shadow: none
    }

    @media (max-width:1199px) {
        .btn.lnk_view {
            font-size: 13px
        }
    }

    .btn.lnk_view i.left {
        padding-right: 8px;
        color: #777
    }

    .btn.lnk_view:active, .btn.lnk_view:focus, .btn.lnk_view:hover {
        color: #fff;
        background: #848282;
        box-shadow: none
    }

    .btn-group-sm > .btn span i, .btn.btn-sm span i {
        vertical-align: 0;
        margin-right: 5px
    }

        .btn-group-sm > .btn span i.right, .btn.btn-sm span i.right {
            margin-right: 0;
            margin-left: 5px
        }

    .link-button {
        font-weight: 700
    }

        .link-button i {
            margin-right: 5px
        }

            .link-button i.large {
                font-size: 26px;
                line-height: 26px;
                vertical-align: -3px;
                color: silver
            }

    .btn.button-minus, .btn.button-plus {
        font-size: 14px;
        line-height: 14px;
        color: silver;
        text-shadow: 1px -1px rgba(0,0,0,.05);
        padding: 0;
        border: 1px solid #777;
        border-color: #dedcdc #c1bfbf #b5b4b4 #dad8d8;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }

        .btn.button-minus span, .btn.button-plus span {
            display: block;
            width: 25px;
            height: 25px;
            text-align: center;
            vertical-align: middle;
            padding: 4px 0 0;
            background: #fff;
            background: -moz-linear-gradient(top,#fff 0,#fbfbfb 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#fbfbfb));
            background: -webkit-linear-gradient(top,#fff 0,#fbfbfb 100%);
            background: -o-linear-gradient(top,#fff 0,#fbfbfb 100%);
            background: -ms-linear-gradient(top,#fff 0,#fbfbfb 100%);
            background: linear-gradient(to bottom,#fff 0,#fbfbfb 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fbfbfb', GradientType=0)
        }

        .btn.button-minus:active, .btn.button-minus:focus, .btn.button-minus:hover, .btn.button-plus:active, .btn.button-plus:focus, .btn.button-plus:hover {
            color: #555 !important;
            border: 1px solid #555 !important
        }

            .btn.button-minus:active span, .btn.button-minus:focus span, .btn.button-minus:hover span, .btn.button-plus:active span, .btn.button-plus:focus span, .btn.button-plus:hover span {
                filter: none
            }

    .form-control {
        padding: 3px 5px;
        height: 27px;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .form-control:active, .form-control:focus {
            -webkit-box-shadow: transparent 0 0;
            box-shadow: transparent 0 0;
            border-color: #8b8686
        }

    table.std, table.table_block {
        margin-bottom: 20px;
        width: 100%;
        border: 1px solid #999;
        border-bottom: none;
        background: #fff;
        border-collapse: inherit
    }

        table.std th, table.table_block th {
            padding: 14px 12px;
            font-size: 12px;
            color: #fff;
            font-weight: 700;
            text-transform: uppercase;
            text-shadow: 0 1px 0 #000;
            background: #999
        }

        table.std tr.alternate_item, table.table_block tr.alternate_item {
            background-color: #f3f3f3
        }

    .table tfoot tr, .table > thead > tr > th {
        background: #f4f4f4
    }

    table.std td, table.table_block td {
        padding: 12px;
        border-right: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
        font-size: 12px;
        vertical-align: top
    }

    .table {
        margin-bottom: 30px
    }

        .table > thead > tr > th {
            border-bottom-width: 1px;
            color: #333;
            vertical-align: middle
        }

    @media only screen and (max-width:767px) {
        .table > thead > tr > th {
            padding-left: 8px
        }

        .table td {
            padding-left: 8px !important
        }
    }

    .table td a.color-myaccount {
        color: #888;
        text-decoration: underline
    }

    .product-name, .product-name a {
        font: 700 13px/22px Roboto,sans-serif;
        color: #333
    }

    .table td a.color-myaccount:hover {
        text-decoration: none
    }

    .product-name {
        margin-bottom: 0
    }

        .product-name a:hover, a.product-name:hover {
            color: #ed425a
        }

    .price {
        color: #999;
        white-space: nowrap
    }

        .price.product-price {
            color: #444
        }

    .old-price {
        font: 400 16px/20px Roboto,sans-serif;
        color: #ed425a;
        text-decoration: line-through
    }

    .special-price {
        color: #333
    }

    .price-percent-reduction {
        background: #555;
        border: none;
        font: 400 14px/18px Roboto,sans-serif;
        color: #fff;
        padding: 1px 5px 3px;
        display: inline-block;
        vertical-align: 3px
    }

        .price-percent-reduction.small {
            font: 700 14px/17px Arial,Helvetica,sans-serif;
            padding: 1px 6px
        }

    .new-box, .sale-box {
        position: absolute;
        top: 0;
        z-index: 0
    }

    .new-label, .sale-label {
        color: #fff;
        text-align: center;
        display: block;
        position: absolute;
        top: 0;
        z-index: 1
    }

    .new-box {
        left: 0
    }

    .new-label {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        font: 400 12px/19px Roboto,sans-serif;
        background: #3a80e9;
        padding: 0 6px 1px;
        left: 0
    }

    @media (max-width:1199px) {
        .new-label {
            font-size: 11px;
            padding: 1px 8px 4px
        }
    }

    .sale-label {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        font: 400 12px/19px Roboto,sans-serif;
        background: #ed425a;
        padding: 0 5px 1px
    }

    .ie8 .new-label:after, .ie8 .new-label:before, .ie8 .sale-label:after, .ie8 .sale-label:before {
        display: none
    }

    @media (max-width:1199px) {
        .sale-label {
            font-size: 11px;
            padding: 1px 8px 4px
        }
    }

    .ie8 .new-label, .ie8 .sale-label {
        top: 0;
        padding: 5px 15px;
        width: auto
    }

    .ie8 .new-label {
        left: 0
    }

    .ie8 .new-box {
        top: -1px;
        left: -1px
    }

    .ie8 .sale-box {
        right: -1px;
        top: -1px
    }

    .box {
        background: #f4f4f4;
        border: 1px solid #d6d4d4;
        padding: 14px 18px 13px;
        margin: 0 0 30px;
        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
    }

    .product-box {
        width: 178px;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .product-box .product-image {
            border: 1px solid #d6d4d4;
            position: relative;
            background: #fff;
            padding: 5px;
            display: block;
            margin-bottom: 11px
        }

            .product-box .product-image img {
                max-width: 100%;
                width: 100%;
                height: auto
            }

        .product-box .btn.ajax_add_to_cart_button, .product-box .btn.ajax_add_to_cart_product_button {
            font-size: 12px;
            padding: 7px 12px 8px
        }

    @media (max-width:1199px) {
        .product-box .btn.ajax_add_to_cart_button, .product-box .btn.ajax_add_to_cart_product_button {
            font-size: 11px;
            padding: 7px 8px;
            display: block;
            width: 100%
        }
    }

    .product-box .btn.ajax_add_to_cart_button:before, .product-box .btn.ajax_add_to_cart_product_button:before {
        display: none
    }

    #home-page-tabs {
        border: none;
        background: #f4f4f4;
        margin: 0 0 50px;
        text-transform: capitalize;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        text-align: left;
        padding-left: 3px
    }

        #home-page-tabs > li {
            float: none;
            display: inline-block;
            margin: 0;
            border-right: 1px solid #c9c7c7
        }

    @media (max-width:767px) {
        #home-page-tabs {
            border-bottom: 0
        }

            #home-page-tabs > li {
                width: 100%;
                margin: 0;
                border-right: 0;
                border-top: 1px solid #c9c7c7
            }

                #home-page-tabs > li:first-child {
                    border-top: 0
                }

        .block {
            margin-bottom: 0
        }
    }

    #home-page-tabs > li a {
        font: 500 16px/22px Roboto,sans-serif;
        color: #333;
        border: none;
        outline: 0;
        margin: 0;
        padding: 12px 19px 14px
    }

    .block .list-block li, .block .products-block li, .page-heading {
        border-bottom: 1px solid #d6d4d4
    }

    #home-page-tabs > li a:hover, #home-page-tabs > li.active a {
        background: 0 0;
        color: #ed425a
    }

    @media (min-width:1200px) {
        #home-page-tabs > li a:hover span, #home-page-tabs > li.active a span {
            display: inline-block;
            -webkit-animation: .4s ease-in 0s normal none 1 bounceIn;
            -o-animation: .4s ease-in 0s normal none 1 bounceIn;
            animation: .4s ease-in 0s normal none 1 bounceIn
        }
    }

    .block .block_content > ul {
        margin-bottom: 0
    }

    @media (max-width:767px) {
        .block .block_content {
            margin-bottom: 20px
        }
    }

    .block .title_block, .block h4 {
        font: 400 20px Roboto,sans-serif;
        color: #333;
        background: #CDCDCD;
        padding: 8px 10px 10px 18px;
        margin: 0 0 10px;
        text-transform: capitalize;
        border-radius: 4px
    }

    @media (min-width:768px) and (max-width:991px) {
        .block .title_block, .block h4 {
            font-size: 14px;
            line-height: 20px
        }
    }

    .block .title_block a, .block h4 a {
        color: #027CD5
    }

        .block .title_block a:hover, .block h4 a:hover {
            color: #ed425a
        }

    .block .list-block {
        margin-top: -8px
    }

    @media (max-width:767px) {
        .block .title_block, .block h4 {
            position: relative;
            padding-right: 40px
        }

            .block .title_block:after, .block h4:after {
                display: block;
                content: "\f067";
                font-family: FontAwesome;
                position: absolute;
                right: 0;
                top: 10px;
                height: 36px;
                width: 36px;
                font-size: 26px;
                font-weight: 400;
                cursor: pointer
            }

            .block .title_block.active:after, .block h4.active:after {
                content: "\f068";
                cursor: pointer
            }

        .block .list-block {
            margin-top: 0
        }
    }

    .block .list-block li {
        padding: 5px 0 6px 20px
    }

        .block .list-block li a i {
            display: none
        }

        .block .list-block li a:hover {
            color: #000
        }

        .block .list-block li:first-child {
            border-top: none
        }

    .block .list-block .form-group {
        padding-top: 20px;
        border-top: 1px solid #d6d4d4;
        margin-bottom: 0
    }

        .block .list-block .form-group select {
            max-width: 157px;
            width: 157px
        }

    .block .list-block .btn {
        margin-top: 12px
    }

    .block .products-block li {
        padding: 0 0 20px;
        margin-bottom: 20px
    }

        .block .products-block li .products-block-image {
            border: 1px solid #d6d4d4;
            float: left;
            margin-right: 19px
        }

    @media (min-width:768px) and (max-width:991px) {
        .block .products-block li .products-block-image {
            float: none;
            display: inline-block;
            margin: 0 auto 10px;
            text-align: center
        }
    }

    .block .products-block li .product-content h5 {
        margin: 0 0 5px
    }

    .block .products-block .product-name {
        font-size: 15px;
        line-height: 18px
    }

    .block .products-block .product-description {
        margin-bottom: 14px
    }

    .block .products-block .price-percent-reduction {
        font: 700 14px/17px Arial,Helvetica,sans-serif;
        padding: 1px 6px
    }

    #left_column .block .title_block, #left_column .block h4 {
        margin-bottom: 2px
    }

    .category-block .title_block:after {
        display: none
    }

    .page-heading {
        font: 600 18px/22px "Open Sans",sans-serif;
        color: #333;
        text-transform: uppercase;
        padding: 0 0 17px;
        margin: 0 0 30px
    }

        .page-heading span.heading-counter {
            font: 700 13px/22px Arial,Helvetica,sans-serif;
            float: right;
            color: #333;
            text-transform: none;
            margin-bottom: 10px
        }

    @media (max-width:480px) {
        .page-heading span.heading-counter {
            float: none;
            display: block;
            padding-top: 5px
        }
    }

    .page-heading span.lighter {
        color: #9c9c9c
    }

    .page-subheading, h3.page-product-heading {
        color: #333;
        font-family: "Open Sans",sans-serif;
        font-weight: 600;
        font-size: 18px;
        text-transform: uppercase
    }

    .page-heading.bottom-indent {
        margin-bottom: 16px
    }

    .page-heading.product-listing {
        border-bottom: none;
        margin-bottom: 0
    }

    .page-subheading {
        padding: 0 0 15px;
        line-height: normal;
        margin: 0 0 12px;
        border-bottom: 1px solid #d6d4d4
    }

    h3.page-product-heading {
        line-height: 20px;
        padding: 14px 0 0;
        margin: 0 0 20px;
        position: relative
    }

    .content_sortPagiBar .sortPagiBar .nbrItemPage, ul.footer_links li {
        margin-bottom: 10px;
        float: left
    }

    ul.footer_links {
        padding: 20px 0 0;
        border-top: 1px solid #d6d4d4;
        height: 65px
    }

        ul.footer_links li + li {
            margin-left: 10px
        }

    .content_sortPagiBar .sortPagiBar {
        border-bottom: 1px solid #d6d4d4
    }

        .content_sortPagiBar .sortPagiBar #productsSortForm {
            float: left;
            margin-right: 20px;
            margin-bottom: 10px
        }

            .content_sortPagiBar .sortPagiBar #productsSortForm select {
                max-width: 192px;
                float: left
            }

    @media (max-width:991px) {
        .content_sortPagiBar .sortPagiBar #productsSortForm select {
            max-width: 160px
        }
    }

    .content_sortPagiBar .sortPagiBar #productsSortForm .selector {
        float: left
    }

    .content_sortPagiBar .sortPagiBar .nbrItemPage select {
        max-width: 59px;
        width: 59px;
        float: left
    }

    .content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix > span {
        padding: 3px 0 0 12px;
        display: inline-block;
        float: left
    }

    .content_sortPagiBar .sortPagiBar .nbrItemPage #uniform-nb_item, .content_sortPagiBar .sortPagiBar label, .content_sortPagiBar .sortPagiBar select {
        float: left
    }

    .content_sortPagiBar .sortPagiBar label {
        padding: 3px 6px 0 0
    }

    .content_sortPagiBar .sortPagiBar.instant_search #productsSortForm {
        display: none
    }

    .content_sortPagiBar .display, .content_sortPagiBar .display_m {
        float: right;
        margin-top: -4px
    }

        .content_sortPagiBar .display li, .content_sortPagiBar .display_m li {
            float: left;
            padding-left: 12px;
            text-align: center
        }

            .content_sortPagiBar .display li a, .content_sortPagiBar .display_m li a {
                color: gray;
                font-size: 11px;
                line-height: 14px;
                cursor: pointer
            }

                .content_sortPagiBar .display li a i, .content_sortPagiBar .display_m li a i {
                    display: block;
                    font-size: 24px;
                    height: 24px;
                    line-height: 24px;
                    margin-bottom: -3px;
                    color: #e1e0e0
                }

                .content_sortPagiBar .display li a:hover i, .content_sortPagiBar .display_m li a:hover i {
                    color: gray
                }

            .content_sortPagiBar .display li.selected a, .content_sortPagiBar .display_m li.selected a {
                cursor: default
            }

    #account-creation_form fieldset.customerprivacy label, .cancel, .rating, .star, fieldset.customerprivacy label {
        cursor: pointer
    }

    .content_sortPagiBar .display li.selected i, .content_sortPagiBar .display_m li.selected i {
        color: #333
    }

    .content_sortPagiBar .display li.display-title, .content_sortPagiBar .display_m li.display-title {
        font-weight: 700;
        color: #333;
        padding: 7px 6px 0 0
    }

    .bottom-pagination-content, .top-pagination-content {
        text-align: center;
        padding: 12px 0;
        position: relative
    }

        .bottom-pagination-content div.pagination, .top-pagination-content div.pagination {
            margin: 0
        }

    @media (max-width:767px) {
        .bottom-pagination-content div.pagination, .top-pagination-content div.pagination {
            float: left
        }
    }

    .bottom-pagination-content div.pagination .showall, .top-pagination-content div.pagination .showall {
        float: right;
        margin: 0 53px 8px 14px
    }

    @media (min-width:992px) and (max-width:1199px) {
        .bottom-pagination-content div.pagination .showall, .top-pagination-content div.pagination .showall {
            margin-right: 11px
        }
    }

    @media (max-width:991px) {
        .bottom-pagination-content div.pagination .showall, .top-pagination-content div.pagination .showall {
            margin-right: 0
        }
    }

    .bottom-pagination-content ul.pagination, .top-pagination-content ul.pagination {
        margin: 0 0 8px;
        float: right
    }

        .bottom-pagination-content ul.pagination li.pagination_next, .bottom-pagination-content ul.pagination li.pagination_previous, .top-pagination-content ul.pagination li.pagination_next, .top-pagination-content ul.pagination li.pagination_previous {
            color: #777;
            font-weight: 700
        }

            .bottom-pagination-content ul.pagination li.pagination_next > a:hover, .bottom-pagination-content ul.pagination li.pagination_previous > a:hover, .top-pagination-content ul.pagination li.pagination_next > a:hover, .top-pagination-content ul.pagination li.pagination_previous > a:hover {
                color: #777
            }

            .bottom-pagination-content ul.pagination li.pagination_next > a, .bottom-pagination-content ul.pagination li.pagination_next > span, .bottom-pagination-content ul.pagination li.pagination_previous > a, .bottom-pagination-content ul.pagination li.pagination_previous > span, .top-pagination-content ul.pagination li.pagination_next > a, .top-pagination-content ul.pagination li.pagination_next > span, .top-pagination-content ul.pagination li.pagination_previous > a, .top-pagination-content ul.pagination li.pagination_previous > span {
                border: none;
                background: 0 0;
                display: block
            }

                .bottom-pagination-content ul.pagination li.pagination_next > a span, .bottom-pagination-content ul.pagination li.pagination_next > span span, .bottom-pagination-content ul.pagination li.pagination_previous > a span, .bottom-pagination-content ul.pagination li.pagination_previous > span span, .top-pagination-content ul.pagination li.pagination_next > a span, .top-pagination-content ul.pagination li.pagination_next > span span, .top-pagination-content ul.pagination li.pagination_previous > a span, .top-pagination-content ul.pagination li.pagination_previous > span span {
                    border: none;
                    padding: 0;
                    background: 0 0
                }

                    .bottom-pagination-content ul.pagination li.pagination_next > a span b, .bottom-pagination-content ul.pagination li.pagination_next > span span b, .bottom-pagination-content ul.pagination li.pagination_previous > a span b, .bottom-pagination-content ul.pagination li.pagination_previous > span span b, .top-pagination-content ul.pagination li.pagination_next > a span b, .top-pagination-content ul.pagination li.pagination_next > span span b, .top-pagination-content ul.pagination li.pagination_previous > a span b, .top-pagination-content ul.pagination li.pagination_previous > span span b {
                        font-weight: 700
                    }

    .bottom-pagination-content .compare-form, .top-pagination-content .compare-form {
        float: right;
        margin-left: 5px;
        margin-bottom: 10px
    }

    @media (max-width:479px) {
        .bottom-pagination-content .compare-form, .top-pagination-content .compare-form {
            float: left;
            width: 100%;
            text-align: left;
            padding-bottom: 10px;
            clear: both
        }
    }

    .bottom-pagination-content .product-count, .top-pagination-content .product-count {
        padding: 5px 0;
        float: left
    }

    @media (max-width:991px) {
        .bottom-pagination-content .product-count, .top-pagination-content .product-count {
            clear: left
        }
    }

    .bottom-pagination-content {
        border-top: 1px solid #d6d4d4
    }

    ul.step {
        margin-bottom: 30px
    }

    @media (min-width:480px) {
        ul.step {
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0
        }
    }

    ul.step li {
        float: left;
        width: 20%;
        text-align: left;
        border: 1px solid;
        border-top-color: #c7c7c7;
        border-bottom-color: #c7c7c7;
        border-right-color: #c7c7c7;
        border-left-width: 0
    }

    @media (max-width:767px) {
        .bottom-pagination-content ul.pagination li.pagination_next > a b, .bottom-pagination-content ul.pagination li.pagination_next > span b, .bottom-pagination-content ul.pagination li.pagination_previous > a b, .bottom-pagination-content ul.pagination li.pagination_previous > span b, .top-pagination-content ul.pagination li.pagination_next > a b, .top-pagination-content ul.pagination li.pagination_next > span b, .top-pagination-content ul.pagination li.pagination_previous > a b, .top-pagination-content ul.pagination li.pagination_previous > span b {
            display: none
        }

        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: 700;
        text-shadow: 1px 1px #fff;
        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: 6px;
            right: -18px;
            z-index: 0;
            text-indent: -5000px;
            display: block;
            width: 36px;
            height: 36px;
            margin-top: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg)
        }
    }

    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: 0
    }

    ul.step li.first {
        border-left-width: 1px;
        border-left-color: #b7b7b7
    }

        ul.step li.first a, ul.step li.first span {
            z-index: 5;
            padding-left: 13px !important
        }

    ul.step li.second a, ul.step li.second span {
        z-index: 4
    }

    ul.step li.third a, ul.step li.third span {
        z-index: 3
    }

    ul.step li.four a, ul.step li.four span {
        z-index: 2
    }

    ul.step li.last span {
        z-index: 1
    }

    @media (min-width:480px) {
        ul.step li.first, ul.step li.first a, ul.step li.first span {
            -moz-border-radius-topleft: 0;
            -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
            -moz-border-radius-bottomleft: 0;
            -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0
        }

        ul.step li.last, ul.step li.last span {
            -moz-border-radius-topright: 0;
            -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
            -moz-border-radius-bottomright: 0;
            -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0
        }
    }

    ul.step li.step_current {
        font-weight: 700;
        border-color: #2d7839
    }

        ul.step li.step_current span {
            color: #fff;
            text-shadow: 1px 1px #208931;
            position: relative
        }

    @media (min-width:992px) {
        ul.step li.step_current span {
            padding-left: 38px
        }

            ul.step li.step_current span:after {
                background: #42b054;
                border-top: 1px solid #2d7839;
                border-right: 1px solid #2d7839
            }

        ul.step li.step_todo span {
            padding-left: 38px
        }

            ul.step li.step_todo span:after {
                background: #ededed;
                border-top: 1px solid #c7c7c7;
                border-right: 1px solid #c7c7c7
            }
    }

    ul.step li.step_current_end {
        font-weight: 700
    }

    ul.step li.step_todo {
        background: #ededed
    }

        ul.step li.step_todo span {
            display: block;
            color: #333;
            position: relative
        }

    ul.step li.step_done {
        border-color: #454545;
        background: #6b6b6b
    }

        ul.step li.step_done a {
            color: #fff;
            text-shadow: 1px 1px rgba(0,0,0,.3)
        }

    @media (min-width:992px) {
        ul.step li.step_done a {
            padding-left: 38px
        }

            ul.step li.step_done a:after, ul.step li.step_done.step_done_last a:after {
                background: #6b6b6b;
                border-top: 1px solid #454545;
                border-right: 1px solid #454545
            }

        ul.step li#step_end span:after {
            display: none
        }
    }

    ul.step li em {
        font-style: normal
    }

    @media (min-width:480px) and (max-width:767px) {
        ul.step li em {
            display: none
        }
    }

    ul.step a:hover {
        background: #454545;
        border-color: #1f1f1f
    }

        ul.step a:hover:after {
            border-top-color: #1f1f1f !important;
            border-right-color: #1f1f1f !important;
            background: #454545 !important
        }

    .one-column ul.step li em {
        display: inline
    }

    .ie8 ul.step li a:after, .ie8 ul.step li span:after, .ie8 ul.step li.step_current span:after, .ie8 ul.step li.step_current_end span:after, .three-columns ul.step li a:after, .three-columns ul.step li em, .three-columns ul.step li span:after, .three-columns ul.step li.step_current span:after, .three-columns ul.step li.step_current_end span:after, .two-columns ul.step li em {
        display: none
    }

    .one-column ul.step li a, .one-column ul.step li span, .one-column ul.step li.step_current span, .one-column ul.step li.step_current_end span {
        font-size: 17px;
        line-height: 21px;
        padding-top: 13px;
        padding-bottom: 14px
    }

        .one-column ul.step li a:after, .one-column ul.step li span:after, .one-column ul.step li.step_current span:after, .one-column ul.step li.step_current_end span:after {
            height: 36px;
            right: -18px;
            top: 6px;
            width: 36px
        }

    @media (max-width:1199px) {
        .one-column ul.step li em {
            display: none
        }

        .one-column ul.step li a, .one-column ul.step li span, .one-column ul.step li.step_current span, .one-column ul.step li.step_current_end span {
            padding-left: 15px;
            font-size: 14px
        }

            .one-column ul.step li a:after, .one-column ul.step li span:after, .one-column ul.step li.step_current span:after, .one-column ul.step li.step_current_end span:after {
                display: none
            }
    }

    .two-columns ul.step li a, .two-columns ul.step li span, .two-columns ul.step li.step_current span, .two-columns ul.step li.step_current_end span {
        font-size: 12px;
        line-height: 17px;
        padding-top: 13px;
        padding-bottom: 14px
    }

        .two-columns ul.step li a:after, .two-columns ul.step li span:after, .two-columns ul.step li.step_current span:after, .two-columns ul.step li.step_current_end span:after {
            height: 32px;
            right: -17px;
            top: 6px;
            width: 32px
        }

    @media only screen and (max-width:991px) {
        .two-columns #order-detail-content.table-responsive {
            overflow-x: scroll
        }
    }

    .breadcrumb, .cancel, .star {
        overflow: hidden
    }

    .three-columns ul.step li {
        width: 100%;
        border-top-width: 0
    }

        .three-columns ul.step li:first-child {
            border-top-width: 1px
        }

        .three-columns ul.step li a, .three-columns ul.step li span, .three-columns ul.step li.step_current span, .three-columns ul.step li.step_current_end span {
            font-size: 13px;
            line-height: 17px;
            padding-top: 13px;
            padding-bottom: 14px;
            padding-left: 15px
        }

    .rating {
        clear: both;
        display: block;
        margin: 2em
    }

        .rating:after {
            content: ".";
            display: block;
            height: 0;
            width: 0;
            clear: both;
            visibility: hidden
        }

    .cancel, .star {
        float: left;
        margin: 0 1px 0 0;
        width: 16px;
        height: 16px
    }

        .cancel, .cancel a {
            background: url(../../../modules/productcomments/img/delete.gif) 0 -16px no-repeat !important
        }

            .cancel a, .star a {
                display: block;
                width: 100%;
                height: 100%;
                background-position: 0 0
            }

    div.star_on a {
        background-position: 0 -16px
    }

    div.star a:hover, div.star_hover a {
        background-position: 0 -32px
    }

    .pack_content {
        margin: 10px 0
    }

    .confirmation {
        margin: 0 0 10px;
        padding: 10px;
        border: 1px solid #e6db55;
        font-size: 13px;
        background: #ffffe0
    }

    #page .rte {
        background: 0 0
    }

    .listcomment {
        list-style-type: none;
        margin: 0 0 20px !important
    }

        .listcomment li {
            padding: 10px 0;
            border-bottom: 1px dotted #d6d4d4;
            color: #666
        }

        .listcomment .titlecomment {
            display: block;
            font-weight: 700;
            font-size: 12px;
            color: #333
        }

        .listcomment .txtcomment {
            display: block;
            padding: 5px 0;
            color: #333
        }

    .breadcrumb, .breadcrumb a {
        color: #555;
        position: relative
    }

    .header-container {
        background: #fff
    }

    .breadcrumb {
        display: block;
        padding: 4px 0;
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 35px;
        background: 0 0;
        z-index: 1;
        font-weight: 700;
        float: none;
        border-bottom: 1px solid #d6d4d4
    }

        .breadcrumb .navigation-pipe {
            display: none !important;
            float: left;
            font-weight: 400
        }

        .breadcrumb .navigation_page {
            display: inline-block
        }

        .breadcrumb > span:last-child.navigation-pipe {
            padding-right: 16px;
            display: block !important
        }

        .breadcrumb > .navigation_page > span {
            display: inline-block;
            float: none
        }

            .breadcrumb > .navigation_page > span:last-child {
                margin-right: 5px;
                display: inline-block !important;
                text-indent: -5555px
            }

        .breadcrumb a {
            display: inline-block;
            float: none;
            padding: 0 1em;
            text-decoration: none;
            font-weight: 400
        }

            .breadcrumb a:hover {
                color: #ed425a
            }

            .breadcrumb a:after, .breadcrumb a:before {
                bottom: 0;
                content: "";
                position: absolute;
                top: 0
            }

            .breadcrumb a.home {
                float: left;
                display: block;
                font-size: 24px;
                padding: 0 .5em
            }

    .ie8 .breadcrumb {
        min-height: 1px
    }

        .ie8 .breadcrumb a:after {
            display: none
        }

        .ie8 .breadcrumb .navigation-pipe {
            width: 20px
        }

    .footer-container {
        background: #027CD5;
        position: relative;
        z-index: 0
    }

        .footer-container .container {
            padding-bottom: 100px
        }

        .footer-container #footer {
            color: #888
        }

            .footer-container #footer .footer-block {
                margin-top: 40px
            }

    @media (max-width:767px) {
        .footer-container {
            padding-top: 45px
        }

            .footer-container #footer .footer-block {
                margin-top: 2px
            }
    }

    .footer-container #footer a {
        font: 400 13px/24px Roboto,sans-serif;
        color: #fff;
        display: inline-block
    }

        .footer-container #footer a:hover {
            color: #333 !important
        }

    @media (max-width:1199px) and (min-width:768px) {
        .footer-container #footer a {
            font-size: 13px;
            line-height: 19px;
            margin-bottom: 12px
        }
    }

    .footer-container #footer h4 {
        font: 500 16px/24px Roboto,sans-serif;
        color: #333;
        margin: 0 0 18px
    }

    @media (max-width:767px) {
        .footer-container #footer h4 {
            position: relative;
            padding-bottom: 10px;
            padding-right: 30px
        }

            .footer-container #footer h4:after {
                display: block;
                content: "\f055";
                font-family: FontAwesome;
                position: absolute;
                right: 0;
                top: 1px
            }

            .footer-container #footer h4.active:after {
                content: "\f056"
            }
    }

    .footer-container #footer h4 a {
        font: inherit;
        color: inherit
    }

        .footer-container #footer h4 a:hover {
            color: #ed425a
        }

    .footer-container #footer ul {
        margin-bottom: 0;
        margin-left: -32px
    }

    @media (max-width:767px) {
        .footer-container #footer ul {
            margin-bottom: 30px
        }
    }

    .footer-container #footer #block_contact_infos {
        margin-bottom: 21px;
        margin-top: 36px
    }

        .footer-container #footer #block_contact_infos h4 {
            display: none
        }

        .footer-container #footer #block_contact_infos > div ul {
            display: block !important
        }

    @media (max-width:767px) {
        .footer-container #footer #block_contact_infos {
            margin-top: 2px;
            margin-bottom: 0
        }

            .footer-container #footer #block_contact_infos > div ul {
                margin-bottom: 20px
            }
    }

    .footer-container #footer #block_contact_infos > div ul li {
        padding: 0 0 4px;
        font: 400 13px/22px Roboto,sans-serif;
        color: #fff
    }

        .footer-container #footer #block_contact_infos > div ul li span {
            font: 700 43px/1.16em Lato,sans-serif;
            color: #fff;
            text-transform: uppercase;
            display: block
        }

    @media (max-width:1199px) {
        .footer-container #footer #block_contact_infos > div ul li span {
            font-size: 30px
        }
    }

    @media (max-width:991px) {
        .footer-container #footer #block_contact_infos > div ul li span {
            font-size: 25px
        }
    }

    .footer-container #footer #block_contact_infos > div ul li + li span {
        font: 700 22px/1.72em Roboto,sans-serif
    }

    @media (max-width:1199px) {
        .footer-container #footer #block_contact_infos > div ul li + li span {
            font-size: 18px
        }
    }

    .footer-container #footer #social_block ul {
        float: left;
        margin-bottom: 0
    }

        .footer-container #footer #social_block ul li {
            float: left;
            width: 34px
        }

    @media (min-width:768px) and (max-width:991px) {
        .footer-container #footer #social_block ul li {
            width: 30px
        }
    }

    .footer-container #footer #social_block ul li a {
        display: inline-block;
        color: #333;
        font-size: 17px;
        font-weight: 400;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        opacity: .3
    }

        .footer-container #footer #social_block ul li a span {
            display: none
        }

        .footer-container #footer #social_block ul li a:before {
            display: inline-block;
            font-family: FontAwesome;
            vertical-align: -5px
        }

    .block_hidden_only_for_screen, .footer-container #footer #social_block h4 {
        display: none
    }

    .table tbody > tr > td, .table tfoot > tr > td {
        vertical-align: middle
    }

    .footer-container #footer #social_block ul li a:hover {
        opacity: 1
    }

    @media (min-width:1199px) {
        .footer-container #footer #social_block ul li a:hover {
            font-size: 23px
        }
    }

    .footer-container #footer #social_block ul li.facebook a:before {
        content: "\f09a"
    }

    .footer-container #footer #social_block ul li.twitter a:before {
        content: "\f099"
    }

    .footer-container #footer #social_block ul li.linkedin a:before {
        content: "\f0e1"
    }

    .footer-container #footer #social_block ul li.rss a:before {
        content: "\f09e"
    }

    .footer-container #footer #social_block ul li.youtube a:before {
        content: "\f167"
    }

    .footer-container #footer #social_block ul li.google-plus a:before {
        content: "\f0d5"
    }

    .footer-container #footer #social_block ul li.pinterest a:before {
        content: "\f0d2"
    }

    .footer-container #footer #social_block ul li.vimeo a:before {
        content: "\f194"
    }

    .footer-container #footer #social_block ul li.instagram a:before {
        content: "\f16d"
    }

    .footer-container #footer .bottom-footer {
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #CDCDCD;
        text-transform: none
    }

        .footer-container #footer .bottom-footer div {
            font: 400 13px/20px Roboto,sans-serif;
            padding: 8px 0 10px;
            color: #444
        }

    @media (max-width:1199px) {
        .footer-container #footer .bottom-footer div {
            padding: 8px 15px 10px
        }
    }

    .footer-container #footer .bottom-footer div a {
        font: inherit;
        text-transform: none;
        color: inherit
    }

        .footer-container #footer .bottom-footer div a:hover {
            color: #333
        }

    #reinsurance_block {
        clear: both !important
    }

    #short_description_content dl, #short_description_content ol, #short_description_content ul, #tinymce dl, #tinymce ol, #tinymce ul {
        margin-left: 20px
    }

    .rte ul {
        list-style-type: disc
    }

    .rte ol {
        list-style-type: decimal
    }

    .cart_navigation {
        margin: 20px 0
    }

        .cart_navigation .btn-md {
            float: right
        }

        .cart_navigation .btn {
            margin-bottom: 13px
        }

    @media (max-width:479px) {
        .cart_navigation .btn {
            float: none;
            width: 100%
        }

        .cart_navigation > span {
            display: block;
            width: 100%;
            padding-bottom: 15px
        }
    }

    .cart_last_product {
        display: none
    }

    .cart_gift_quantity .cart_quantity_input, .cart_quantity .cart_quantity_input {
        height: 27px;
        line-height: 27px;
        padding: 0;
        text-align: center;
        width: 57px
    }

    .table tbody > tr > td.cart_quantity {
        padding-left: 14px;
        width: 88px
    }

        .table tbody > tr > td.cart_quantity .cart_quantity_button {
            margin-top: 3px;
            display: block !important
        }

            .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
    }

    .cart_delete a.cart_quantity_delete, a.price_discount_delete {
        font-size: 23px;
        color: #333
    }

        .cart_delete a.cart_quantity_delete:hover, a.price_discount_delete:hover {
            color: silver
        }

    #cart_summary {
        border-left: none;
        border-bottom: none
    }

        #cart_summary tbody td.cart_product {
            padding: 19px;
            width: 137px
        }

            #cart_summary tbody td.cart_product img {
                border: 1px solid #d6d4d4
            }

        #cart_summary tbody td.cart_unit .price span {
            display: 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 {
            width: 480px
        }

            #cart_summary tbody td.cart_description small {
                display: block;
                padding: 5px 0 0
            }

        #cart_summary tfoot tr {
            border-bottom: none
        }

        #cart_summary tfoot td.text-right {
            font-weight: 700;
            color: #333
        }

        #cart_summary tfoot td.total_price_container span, .cart_voucher h4 {
            font: 600 18px/22px "Open Sans",sans-serif;
            text-transform: uppercase
        }

        #cart_summary tfoot td.price {
            text-align: right
        }

        #cart_summary tfoot td.total_price_container span {
            color: #555454
        }

        #cart_summary tfoot td#total_price_container {
            font: 600 21px/25px "Open Sans",sans-serif;
            color: #999;
            background: #fff
        }

    @media (max-width:767px) {
        #order-detail-content #cart_summary table, #order-detail-content #cart_summary tbody, #order-detail-content #cart_summary td, #order-detail-content #cart_summary th, #order-detail-content #cart_summary thead, #order-detail-content #cart_summary tr {
            display: block
        }

            #order-detail-content #cart_summary thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px
            }

        #order-detail-content #cart_summary tr {
            border-bottom: 1px solid #ccc;
            overflow: hidden
        }

        #order-detail-content #cart_summary td {
            border: none;
            position: relative;
            width: 50%;
            float: left;
            white-space: normal
        }

            #order-detail-content #cart_summary td.cart_avail {
                clear: both
            }

            #order-detail-content #cart_summary td.cart_quantity {
                clear: both;
                padding: 9px 8px 11px 18px
            }

            #order-detail-content #cart_summary td.cart_delete {
                width: 100%;
                clear: both;
                text-align: right
            }

                #order-detail-content #cart_summary td.cart_delete:before {
                    display: inline-block;
                    padding-right: .5em;
                    position: relative;
                    top: -3px
                }

            #order-detail-content #cart_summary td div, #order-detail-content #cart_summary tfoot td:before {
                display: inline
            }

            #order-detail-content #cart_summary td:before {
                content: attr(data-title);
                display: block
            }

        #order-detail-content #cart_summary tfoot td {
            float: none;
            width: 100%
        }

        #order-detail-content #cart_summary tfoot tr .price, #order-detail-content #cart_summary tfoot tr .text-right {
            display: block;
            float: left;
            width: 50%
        }
    }

    @media (max-width:768px) {
        #order-detail-content #cart_summary tbody td .price {
            text-align: left
        }
    }

    #manufacturers_list.grid li, #manufacturers_list.list li .left-side, #pagenotfound .pagenotfound, #suppliers_list.grid li, #suppliers_list.list li .left-side, .multishipping_close_container {
        text-align: center
    }

    .cart_voucher {
        vertical-align: top !important;
        padding: 0 !important;
        background: #fff;
        border-left: none !important;
        border-bottom: none !important
    }

        .cart_voucher #voucher {
            padding: 10px
        }

        .cart_voucher h4 {
            color: #333;
            padding: 7px 0 10px
        }

        .cart_voucher .title-offers {
            color: #333;
            font-weight: 700;
            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: 700;
            cursor: pointer;
            color: #888
        }

            .cart_voucher #display_cart_vouchers span:hover {
                color: #000
            }

        .cart_voucher #voucher #discount_name {
            height: 30px
        }

    .enable-multishipping {
        margin: -13px 0 17px
    }

        .enable-multishipping label {
            font-weight: 400
        }

    #HOOK_SHOPPING_CART #loyalty i {
        font-size: 26px;
        line-height: 26px;
        color: #cfcccc
    }

    #order_carrier {
        clear: both;
        margin-top: 20px;
        border: 1px solid #999;
        background: #fff
    }

        #order_carrier .title_block {
            padding: 0 15px;
            height: 29px;
            line-height: 29px;
            color: #fff;
            font-weight: 700;
            text-transform: uppercase;
            background: url(../img/bg_table_th.png) 0 -10px repeat-x #999
        }

        #order_carrier span {
            display: block;
            padding: 15px;
            font-weight: 700
        }

    table#cart_summary .gift-icon {
        color: #fff;
        background: #08c;
        line-height: 20px;
        padding: 2px 5px;
        border-radius: 5px
    }

    #multishipping_mode_box {
        padding-top: 12px;
        padding-bottom: 19px
    }

        #multishipping_mode_box .title {
            font-weight: 700;
            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 a:hover, #multishipping_mode_box .description_off a:hover {
                background: #f3f3f3;
                border: 1px solid #ccc
            }

        #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_delivery.form-control, #id_address_invoice.form-control {
        width: 269px
    }

    .addresses .addresses .address_select, .addresses .select label, .addresses .selector {
        clear: both;
        float: left
    }

    .addresses .waitimage {
        display: none;
        float: left;
        width: 24px;
        height: 24px;
        background-image: url(../../../img/loader.gif);
        background-repeat: no-repeat;
        position: relative;
        bottom: -2px;
        left: 10px
    }

    .addresses .checkbox.addressesAreEquals {
        clear: both;
        float: left;
        margin: 15px 0 25px
    }

    #order .delivery_option > div, #order-opc .delivery_option > div {
        display: block;
        margin-bottom: 20px;
        font-weight: 400
    }

        #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%;
                    background: #d9edf7;
                    color: #31708f;
                    border: 1px solid #bce8f1;
                    font-weight: 700
                }

                    #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
                    }

                        #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
    }

    #carrierTable th, .order-confirmation.box {
        line-height: 29px
    }

    .order_carrier_content .carrier_title {
        font-weight: 700;
        color: #333
    }

    .order_carrier_content .checkbox input {
        margin-top: 2px
    }

    .order_carrier_content .delivery_options_address .carrier_title {
        margin-bottom: 17px
    }

    #gift_div, p.checkbox.gift, p.payment_module {
        margin-bottom: 10px
    }

    .order_carrier_content + div {
        padding-bottom: 15px
    }

    #carrierTable {
        border: 1px solid #999;
        border-bottom: none;
        background: #fff
    }

        #carrierTable tbody {
            border-bottom: 1px solid #999
        }

        #carrierTable th {
            padding: 0 15px;
            height: 29px;
            font-weight: 700;
            color: #fff;
            text-transform: uppercase;
            background: url(../img/bg_table_th.png) 0 -10px repeat-x #999
        }

        #carrierTable td {
            padding: 15px;
            font-weight: 700;
            border-right: 1px solid #e9e9e9
        }

            #carrierTable td.carrier_price {
                border: none
            }

    #gift_div {
        display: none;
        margin-top: 5px
    }

    a.iframe {
        color: #333;
        text-decoration: underline
    }

        a.iframe:hover {
            text-decoration: none
        }

    p.payment_module a {
        display: block;
        border: 1px solid #ddd;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-size: 17px;
        line-height: 23px;
        color: #333;
        font-weight: 700;
        padding: 33px 40px 34px 99px;
        letter-spacing: -1px;
        position: relative
    }

        p.payment_module a.bankwire {
            background: url(../img/bankwire.png) 15px 12px no-repeat #f4f4f4
        }

        p.payment_module a.cheque {
            background: url(../img/cheque.png) 15px 15px no-repeat #f4f4f4
        }

        p.payment_module a.cash {
            background: url(../img/cash.png) 15px 15px no-repeat #f4f4f4
        }

            p.payment_module a.bankwire:after, p.payment_module a.cash:after, p.payment_module a.cheque: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: #888
            }

        p.payment_module a:hover {
            background-color: #f6f6f6
        }

        p.payment_module a span {
            font-weight: 700;
            color: #777
        }

    .payment_module.box {
        margin-top: 20px
    }

    p.cheque-indent {
        margin-bottom: 9px
    }

    .cheque-box .form-group .form-control {
        width: 250px
    }

    .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
    }

    .delivery_option_carrier.not-displayable {
        display: none
    }

    #account-creation_form #center_column p.required, #address #center_column p.required, #authentication #center_column p.required, #identity #center_column p.required, #new_account_form #center_column p.required, #opc_account_form #center_column p.required {
        color: #f13340;
        margin: 9px 0 16px
    }

    #account-creation_form #center_column p.inline-infos, #address #center_column p.inline-infos, #authentication #center_column p.inline-infos, #identity #center_column p.inline-infos, #new_account_form #center_column p.inline-infos, #opc_account_form #center_column p.inline-infos {
        color: red
    }

    #account-creation_form #center_column .form-group, #address #center_column .form-group, #authentication #center_column .form-group, #identity #center_column .form-group, #new_account_form #center_column .form-group, #opc_account_form #center_column .form-group {
        margin-bottom: 4px
    }

        #account-creation_form #center_column .form-group .form-control, #address #center_column .form-group .form-control, #authentication #center_column .form-group .form-control, #identity #center_column .form-group .form-control, #new_account_form #center_column .form-group .form-control, #opc_account_form #center_column .form-group .form-control {
            max-width: 271px
        }

            #account-creation_form #center_column .form-group .form-control#adress_alias, #address #center_column .form-group .form-control#adress_alias, #authentication #center_column .form-group .form-control#adress_alias, #identity #center_column .form-group .form-control#adress_alias, #new_account_form #center_column .form-group .form-control#adress_alias, #opc_account_form #center_column .form-group .form-control#adress_alias {
                margin-bottom: 20px
            }

    @media (min-width:1200px) {
        #account-creation_form #center_column .form-group.phone-number, #address #center_column .form-group.phone-number, #authentication #center_column .form-group.phone-number, #identity #center_column .form-group.phone-number, #new_account_form #center_column .form-group.phone-number, #opc_account_form #center_column .form-group.phone-number {
            float: left;
            width: 270px;
            margin-right: 13px
        }

            #account-creation_form #center_column .form-group.phone-number + p, #address #center_column .form-group.phone-number + p, #authentication #center_column .form-group.phone-number + p, #identity #center_column .form-group.phone-number + p, #new_account_form #center_column .form-group.phone-number + p, #opc_account_form #center_column .form-group.phone-number + p {
                padding: 23px 0 0;
                margin-bottom: 0
            }
    }

    #account-creation_form #center_column .gender-line, #address #center_column .gender-line, #authentication #center_column .gender-line, #identity #center_column .gender-line, #new_account_form #center_column .gender-line, #opc_account_form #center_column .gender-line {
        margin-bottom: 4px;
        padding-top: 4px
    }

        #account-creation_form #center_column .gender-line > label, #address #center_column .gender-line > label, #authentication #center_column .gender-line > label, #identity #center_column .gender-line > label, #new_account_form #center_column .gender-line > label, #opc_account_form #center_column .gender-line > label {
            margin-right: 10px;
            margin-bottom: 0
        }

        #account-creation_form #center_column .gender-line .radio-inline label, #address #center_column .gender-line .radio-inline label, #authentication #center_column .gender-line .radio-inline label, #identity #center_column .gender-line .radio-inline label, #new_account_form #center_column .gender-line .radio-inline label, #opc_account_form #center_column .gender-line .radio-inline label {
            font-weight: 400;
            color: #777
        }

    #authentication #center_column form.std .row, #identity #center_column form.std .row, #order-opc #center_column form.std .row {
        margin-left: -5px;
        margin-right: -5px
    }

        #authentication #center_column form.std .row .col-xs-4, #identity #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
        }

            #authentication #center_column form.std .row .col-xs-4 .form-control, #identity #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
            }

    #authentication #center_column .footer_links, #identity #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
        }

    #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;
        color: #888
    }

    @media (max-width:479px) {
        #instant_search_results a.close {
            display: block;
            float: none;
            margin-top: 10px
        }
    }

    #instant_search_results a.close:hover {
        color: #000
    }

    #manufacturer .bottom-pagination-content div.pagination .showall, #manufacturer .top-pagination-content div.pagination .showall, #supplier .bottom-pagination-content div.pagination .showall, #supplier .top-pagination-content div.pagination .showall {
        margin-right: 0
    }

    #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: 700
    }

    #manufacturers_list.list li .mansup-container, #suppliers_list.list li .mansup-container {
        border-top: 1px solid #d6d4d4;
        padding: 31px 0 30px
    }

    @media only screen and (max-width:767px) {
        #manufacturers_list.list li .logo, #suppliers_list.list li .logo {
            margin-bottom: 10px
        }
    }

    #manufacturers_list.list li:first-child .mansup-container, #suppliers_list.list li:first-child .mansup-container {
        border-top: 0
    }

    #manufacturers_list.list li h3, #suppliers_list.list li h3 {
        margin: 0;
        padding-bottom: 8px
    }

    #manufacturers_list.list li .lnk_img img, #manufacturers_list.list li .logo img, #suppliers_list.list li .lnk_img img, #suppliers_list.list li .logo img {
        display: inline-block
    }

    #manufacturers_list.list li .middle-side, #suppliers_list.list li .middle-side {
        padding-left: 0
    }

    @media (max-width:767px) {
        #manufacturers_list.list li .mansup-container, #suppliers_list.list li .mansup-container {
            text-align: center
        }

        #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.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 .top-pagination-content.bottom-line, #pagenotfound .pagenotfound p, #supplier .top-pagination-content.bottom-line {
        border-bottom: 1px solid #d6d4d4
    }

    #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
    }

    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: 271px
    }

    @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%
        }
    }

    #pagenotfound .pagenotfound {
        max-width: 824px;
        margin: 0 auto
    }

        #pagenotfound .pagenotfound .img-404 {
            padding: 8px 0 27px
        }

            #pagenotfound .pagenotfound .img-404 img {
                max-width: 100%
            }

        #pagenotfound .pagenotfound h1 {
            font: 600 28px/34px "Open Sans",sans-serif;
            color: #333;
            text-transform: uppercase;
            margin-bottom: 7px
        }

        #pagenotfound .pagenotfound p {
            font: 600 16px/20px "Open Sans",sans-serif;
            color: #555454;
            text-transform: uppercase;
            padding-bottom: 19px;
            margin-bottom: 20px
        }

        #pagenotfound .pagenotfound h3 {
            font-weight: 700;
            color: #333;
            font-size: 13px;
            line-height: normal;
            margin-bottom: 18px
        }

        #pagenotfound .pagenotfound label {
            font-weight: 400
        }

    @media (max-width:767px) {
        #pagenotfound .pagenotfound label {
            display: block
        }
    }

    #pagenotfound .pagenotfound .form-control {
        max-width: 293px;
        display: inline-block;
        margin-right: 5px
    }

    @media (max-width:767px) {
        #pagenotfound .pagenotfound .form-control {
            margin: 0 auto 15px;
            display: block
        }
    }

    #pagenotfound .pagenotfound .buttons {
        padding: 48px 0 20px
    }

        #pagenotfound .pagenotfound .buttons .btn-md i.left {
            font-size: 17px
        }

    #account-creation_form fieldset.reversoform {
        padding: 10px !important
    }

        #account-creation_form fieldset.reversoform .text label {
            display: block;
            padding: 0 0 10px;
            width: 100%;
            text-align: left
        }

        #account-creation_form fieldset.reversoform .infos-sup {
            padding: 0 !important;
            font-size: 10px;
            font-style: italic;
            text-align: right
        }

    .tab-content {
        margin-top: 20px
    }

        .tab-content > ul {
            margin-bottom: 0
        }

    form#sendComment fieldset {
        padding: 10px;
        border: 1px solid #ccc;
        background: #eee
    }

    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: 700;
        font-size: 12px
    }

    #sendComment p.text input {
        padding: 0 5px;
        height: 28px;
        width: 498px;
        border: 1px solid #ccc;
        background: url(../img/bg_input.png) repeat-x #fff
    }

    #sendComment p.textarea textarea {
        height: 80px;
        width: 508px;
        border: 1px solid #ccc
    }

    #sendComment p.submit {
        padding: 0;
        text-align: right
    }

    #sendComment p.closeform {
        float: right;
        padding: 0;
        height: 12px;
        width: 12px;
        text-indent: -5000px;
        background: url(../img/icon/delete.gif) no-repeat
    }

    .checkbox .checker, .radio-inline .checker, .star {
        float: left
    }

    .star {
        position: relative;
        top: -1px;
        width: 14px;
        font-size: 14px;
        font-weight: 400;
        display: block
    }

        .star a {
            display: block;
            position: absolute;
            text-indent: -5000px
        }

    div.star:after {
        content: "\f006";
        font-family: FontAwesome;
        display: inline-block;
        color: #b5b5b5
    }

    div.star.star_on {
        display: block
    }

        div.star.star_hover:after, div.star.star_on:after {
            content: "\f005";
            font-family: FontAwesome;
            display: inline-block;
            color: #b5b5b5
        }

    .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(../img/icon/form-error.png) 98% 5px no-repeat #fff1f2
    }

    .form-group.form-ok input, .form-group.form-ok textarea {
        border: 1px solid #46a74e;
        color: #35b33f;
        background: url(../img/icon/form-ok.png) 98% 5px no-repeat #ddf9e1
    }

    .form-group.form-error .form-control, .form-group.form-ok .form-control {
        padding-right: 30px
    }

    .checkbox, .radio-inline {
        padding-left: 0
    }

        .checkbox .checker span, .radio-inline .checker span {
            top: 0
        }

        .checkbox div.radio, .radio-inline div.radio {
            display: inline-block
        }

            .checkbox div.radio span, .radio-inline div.radio span {
                float: left;
                top: 0
            }

        .checkbox .checker input[type=checkbox], .checkbox-inline .checker input[type=checkbox] {
            float: none
        }

    .fancybox-skin {
        background: #fff !important
    }

        .fancybox-skin .fancybox-close {
            width: 28px;
            height: 28px;
            font-size: 28px;
            line-height: 28px;
            color: #333;
            text-align: center;
            background: #fff;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px
        }

            .fancybox-skin .fancybox-close:hover {
                color: #000
            }

            .fancybox-skin .fancybox-close:after {
                content: "\f057";
                font-family: FontAwesome
            }

    #cmsinfo_block, #facebook_block {
        overflow: hidden;
        background: #f2f2f2;
        min-height: 344px;
        padding-right: 29px;
        padding-left: 29px
    }

    @media (max-width:991px) {
        #cmsinfo_block, #facebook_block {
            min-height: 348px;
            padding-left: 13px;
            padding-right: 13px
        }
    }

    #facebook_block h4 {
        padding: 35px 0 0;
        margin: 0 0 12px;
        font: 300 21px/25px "Open Sans",sans-serif;
        color: #4d4d4d
    }

    @media (max-width:991px) {
        #facebook_block h4 {
            font-size: 18px
        }
    }

    @media (max-width:767px) {
        #cmsinfo_block, #facebook_block {
            width: 100%;
            min-height: 1px
        }

            #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 #aaa;
        padding-bottom: 10px
    }

    @media only screen and (min-width:992px) and (max-width:1199px) {
        #facebook_block {
            min-height: 357px
        }
    }

    .fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
        max-width: 100%
    }

    @media (max-width:1199px) {
        .facebook-fanbox .fb-like-box iframe {
            overflow-y: scroll
        }
    }

    #cmsinfo_block {
        border-left: 1px solid #d9d9d9
    }

        #cmsinfo_block > div {
            padding: 35px 10px 0 0
        }

    @media (max-width:767px) {
        #cmsinfo_block {
            border: none;
            margin-top: 10px
        }

            #cmsinfo_block > div {
                padding-top: 20px
            }
    }

    #cmsinfo_block > div + div {
        border-left: 1px solid #d9d9d9;
        min-height: 344px;
        padding-left: 29px
    }

    @media (max-width:479px) {
        #cmsinfo_block > div {
            width: 100%;
            border-top: 1px solid #d9d9d9
        }

            #cmsinfo_block > div + div {
                border-left: none;
                padding-left: 10px;
                min-height: 1px;
                padding-bottom: 15px
            }
    }

    @media only screen and (min-width:992px) and (max-width:1199px) {
        #cmsinfo_block > div + div {
            min-height: 357px
        }
    }

    #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: #4d4d4d;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        border-radius: 100px
    }

    @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;
        font: 300 21px/25px "Open Sans",sans-serif;
        color: #4d4d4d
    }

    #cmsinfo_block ul li {
        padding-bottom: 22px
    }

    @media (max-width:1199px) {
        #cmsinfo_block h3 {
            font-size: 18px
        }

        #cmsinfo_block ul li {
            padding-bottom: 10px
        }

        .zoomdiv {
            display: none !important
        }
    }

    @media (max-width:991px) {
        #cmsinfo_block ul li {
            padding-bottom: 0
        }
    }

    #cmsinfo_block p em {
        background: 0 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin: 0;
        font-size: 13px;
        color: #333;
        float: none;
        height: inherit;
        line-height: inherit;
        text-align: left;
        font-style: italic
    }

    #crossselling_list .bx-wrapper .bx-controls-auto, #product_comparison #social-share-compare .socialsharing_product button, #productscategory_list .bx-wrapper .bx-controls-auto, .accessories-block .block_content .bx-wrapper .bx-controls-auto {
        text-align: center
    }

    .ie8 #cmsinfo_block, .ie8 #facebook_block {
        height: 344px
    }

    #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-google-plus:hover, .btn-pinterest:hover, .btn-twitter:hover {
        border-color: #fff
    }

    .btn-facebook i {
        color: #435f9f
    }

    .btn-facebook:hover {
        color: #fff;
        background-color: #435f9f
    }

        .btn-facebook:hover i {
            color: #fff
        }

    .btn-twitter i {
        color: #00aaf0
    }

    .btn-twitter:hover {
        color: #fff;
        background-color: #00aaf0
    }

        .btn-twitter:hover i {
            color: #fff
        }

    .btn-google-plus i {
        color: #e04b34
    }

    .btn-google-plus:hover {
        color: #fff;
        background-color: #e04b34
    }

        .btn-google-plus:hover i {
            color: #fff
        }

    .btn-pinterest i {
        color: #ce1f21
    }

    .btn-pinterest:hover {
        color: #fff;
        background-color: #ce1f21
    }

        .btn-pinterest:hover i {
            color: #fff
        }

    #crossselling_list .bx-wrapper, #productscategory_list .bx-wrapper, .accessories-block .block_content .bx-wrapper {
        position: relative;
        padding: 0;
        margin: 0 auto !important
    }

    @media only screen and (min-width:991px) {
        #crossselling_list .bx-wrapper, #productscategory_list .bx-wrapper, .accessories-block .block_content .bx-wrapper {
            margin: 0 !important
        }
    }

    #crossselling_list .bx-wrapper img, #productscategory_list .bx-wrapper img, .accessories-block .block_content .bx-wrapper img {
        max-width: 100%;
        display: block
    }

    #crossselling_list .bx-wrapper .bx-controls-auto, #crossselling_list .bx-wrapper .bx-pager, #productscategory_list .bx-wrapper .bx-controls-auto, #productscategory_list .bx-wrapper .bx-pager, .accessories-block .block_content .bx-wrapper .bx-controls-auto, .accessories-block .block_content .bx-wrapper .bx-pager {
        position: absolute;
        bottom: -30px;
        width: 100%
    }

    #crossselling_list .bx-wrapper .bx-loading, #productscategory_list .bx-wrapper .bx-loading, .accessories-block .block_content .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(images/bx_loader.gif) center center no-repeat;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
        display: none
    }

    #crossselling_list .bx-wrapper .bx-pager, #productscategory_list .bx-wrapper .bx-pager, .accessories-block .block_content .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial,Helvetica,sans-serif;
        font-weight: 700;
        color: #666;
        padding-top: 20px
    }

        #crossselling_list .bx-wrapper .bx-controls-auto .bx-controls-auto-item, #crossselling_list .bx-wrapper .bx-pager .bx-pager-item, #productscategory_list .bx-wrapper .bx-controls-auto .bx-controls-auto-item, #productscategory_list .bx-wrapper .bx-pager .bx-pager-item, .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-controls-auto-item, .accessories-block .block_content .bx-wrapper .bx-pager .bx-pager-item {
            display: inline-block
        }

        #crossselling_list .bx-wrapper .bx-pager.bx-default-pager a, #productscategory_list .bx-wrapper .bx-pager.bx-default-pager a, .accessories-block .block_content .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
        }

            #crossselling_list .bx-wrapper .bx-pager.bx-default-pager a.active, #crossselling_list .bx-wrapper .bx-pager.bx-default-pager a:hover, #productscategory_list .bx-wrapper .bx-pager.bx-default-pager a.active, #productscategory_list .bx-wrapper .bx-pager.bx-default-pager a:hover, .accessories-block .block_content .bx-wrapper .bx-pager.bx-default-pager a.active, .accessories-block .block_content .bx-wrapper .bx-pager.bx-default-pager a:hover {
                background: #000
            }

    #crossselling_list .bx-wrapper .bx-controls-direction a, #productscategory_list .bx-wrapper .bx-controls-direction a, .accessories-block .block_content .bx-wrapper .bx-controls-direction a {
        height: 20px;
        width: 20px;
        line-height: 0;
        position: absolute;
        top: 40%;
        margin-top: -10px;
        font-size: 0;
        overflow: hidden
    }

        #crossselling_list .bx-wrapper .bx-controls-direction a:before, #productscategory_list .bx-wrapper .bx-controls-direction a:before, .accessories-block .block_content .bx-wrapper .bx-controls-direction a:before {
            padding-left: 2px;
            color: silver;
            font-family: FontAwesome;
            font-size: 20px;
            line-height: 22px
        }

        #crossselling_list .bx-wrapper .bx-controls-direction a:hover:before, #productscategory_list .bx-wrapper .bx-controls-direction a:hover:before, .accessories-block .block_content .bx-wrapper .bx-controls-direction a:hover:before {
            color: #333
        }

    #crossselling_list .bx-next, #productscategory_list .bx-next, .accessories-block .block_content .bx-next {
        right: 10px
    }

        #crossselling_list .bx-next:before, #productscategory_list .bx-next:before, .accessories-block .block_content .bx-next:before {
            content: "\f138"
        }

    #crossselling_list .bx-prev, #productscategory_list .bx-prev, .accessories-block .block_content .bx-prev {
        left: 10px
    }

        #crossselling_list .bx-prev:before, #productscategory_list .bx-prev:before, .accessories-block .block_content .bx-prev:before {
            content: "\f137"
        }

    #crossselling_list .bx-wrapper .bx-controls-direction a.disabled, #productscategory_list .bx-wrapper .bx-controls-direction a.disabled, .accessories-block .block_content .bx-wrapper .bx-controls-direction a.disabled {
        display: none
    }

    #crossselling_list .bx-wrapper .bx-controls-auto .bx-start, #productscategory_list .bx-wrapper .bx-controls-auto .bx-start, .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-start {
        display: block;
        text-indent: -9999px;
        width: 10px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -11px no-repeat;
        margin: 0 3px
    }

        #crossselling_list .bx-wrapper .bx-controls-auto .bx-start.active, #crossselling_list .bx-wrapper .bx-controls-auto .bx-start:hover, #productscategory_list .bx-wrapper .bx-controls-auto .bx-start.active, #productscategory_list .bx-wrapper .bx-controls-auto .bx-start:hover, .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-start.active, .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-start:hover {
            background-position: -86px 0
        }

    #crossselling_list .bx-wrapper .bx-controls-auto .bx-stop, #productscategory_list .bx-wrapper .bx-controls-auto .bx-stop, .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-stop {
        display: block;
        text-indent: -9999px;
        width: 9px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -44px no-repeat;
        margin: 0 3px
    }

        #crossselling_list .bx-wrapper .bx-controls-auto .bx-stop.active, #crossselling_list .bx-wrapper .bx-controls-auto .bx-stop:hover, #productscategory_list .bx-wrapper .bx-controls-auto .bx-stop.active, #productscategory_list .bx-wrapper .bx-controls-auto .bx-stop:hover, .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-stop.active, .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-stop:hover {
            background-position: -86px -33px
        }

    #crossselling_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager, #productscategory_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager, .accessories-block .block_content .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%
    }

    #crossselling_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto, #productscategory_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto, .accessories-block .block_content .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px
    }

    #crossselling_list .bx-wrapper .bx-caption, #productscategory_list .bx-wrapper .bx-caption, .accessories-block .block_content .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666\9;
        background: rgba(80,80,80,.75);
        width: 100%
    }

        #crossselling_list .bx-wrapper .bx-caption span, #productscategory_list .bx-wrapper .bx-caption span, .accessories-block .block_content .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial,Helvetica,sans-serif;
            display: block;
            font-size: .85em;
            padding: 10px
        }

    ul.step li.step_current, ul.step li.step_current span:after {
        background: #ed425a
    }

    #habla_window_div, .fancybox-overlay-fixed {
        -webkit-transform: translateZ(0)
    }

    .fancybox-inner .fancybox-error {
        white-space: normal
    }

    .sortPagiBar.instant_search {
        display: none
    }

    #product_payment_logos img {
        width: auto
    }

    #habla_window_div #habla_topbar_div {
        background: #3a80e9 !important
    }

    .revealOnScroll {
        opacity: 0
    }

        .revealOnScroll.animated, .zoomIn {
            opacity: 1
        }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    .zoomIn {
        -webkit-animation-name: zoomIn;
        animation-name: zoomIn
    }

    @media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2) {
        .replace-2x {
            font-size: 1px
        }

        .example {
            background-image: url(../images/example2x.png);
            -webkit-background-size: 13px 13px;
            -moz-background-size: 13px 13px;
            -o-background-size: 13px 13px;
            background-size: 13px 13px
        }
    }

    table th {
        font-weight: 700
    }

    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
            }
    }

    div.selector, div.selector span, div.uploader, div.uploader span.action, div.button, div.button span {
        background-image: url(../../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(../../../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 {
        line-height: 27px;
        height: 27px;
        padding: 0 0 0 10px;
        position: relative;
        overflow: hidden;
        border: 1px solid #d6d4d4;
        background: #fff
    }

        div.selector span {
            text-overflow: ellipsis;
            display: block;
            overflow: hidden;
            white-space: nowrap;
            background: none;
            height: 25px;
            line-height: 25px;
            padding-right: 30px;
            cursor: pointer;
            width: 100%;
            display: block
        }

            div.selector span:after {
                content: '\f0d7';
                font-family: "FontAwesome";
                position: absolute;
                right: 1px;
                top: 1px;
                border: 1px solid #d6d4d4;
                text-align: center;
                height: 23px;
                width: 23px;
                font-size: 19px;
                line-height: 21px;
                color: #AFAEAE;
                background: #fafafa
            }

        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:after {
            color: #6f6e6e;
            top: 1px
        }

        div.selector.hover span:after, div.selector.focus span:after {
            color: #6f6e6e;
            top: 1px
        }

        div.selector.hover.active span:after, div.selector.focus.active span:after {
            color: #6f6e6e;
            top: 1px
        }

        div.selector.disabled span:after, div.selector.disabled.active span:after {
            color: #6f6e6e;
            top: 1px
        }

    div.radio {
        position: relative;
        display: inline
    }

        div.radio, div.radio span, div.radio input {
            width: 13px;
            height: 13px
        }

            div.radio span {
                width: 14px;
                height: 14px
            }

            div.radio span {
                display: -moz-inline-box;
                display: inline-block;
                *display: inline;
                zoom: 1;
                text-align: center;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
                border: 1px solid #d6d4d4
            }

                div.radio span.checked:before {
                    width: 8px;
                    height: 8px;
                    -webkit-border-radius: 100%;
                    -moz-border-radius: 100%;
                    border-radius: 100%;
                    background: #727272;
                    position: absolute;
                    z-index: 1;
                    left: 2px;
                    top: 2px;
                    display: block;
                    text-indent: -5000px;
                    content: '*'
                }

            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.hover span, div.radio.focus span {
                background-color: #f7f7f7
            }

    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: .01;
            filter: alpha(opacity=1);
            -moz-opacity: .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: 400;
        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 {
            border-color: #cbcaca
        }

    div.button span {
        font-weight: 700;
        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
        }

    .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.radio {
        margin-right: 3px
    }

        div.radio span {
            position: relative
        }

    div.uploader span.action {
        text-shadow: rgba(0,0,0,.1) 0 1px 0;
        font-size: 13px;
        font-weight: 700;
        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,.5);
            -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
            box-shadow: 0 10px 25px rgba(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(fancybox_sprite.png)
    }

    #fancybox-loading {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -22px;
        margin-left: -22px;
        background-position: 0 -108px;
        opacity: .8;
        cursor: pointer;
        z-index: 8060
    }

        #fancybox-loading div {
            width: 44px;
            height: 44px;
            background: url(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(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(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,.8);
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            text-shadow: 0 1px 2px #222;
            color: #FFF;
            font-weight: 700;
            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(fancybox_sprite@2x.png);
            background-size: 44px 152px
        }

            #fancybox-loading div {
                background-image: url(fancybox_loading@2x.gif);
                background-size: 24px 24px
            }
    }

    .bx-wrapper {
        position: relative;
        padding: 0;
        zoom: 1;
        margin: 0 !important
    }

        .bx-wrapper img {
            max-width: 100%;
            display: block
        }

    .bx-viewport {
        direction: ltr !important
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%
    }

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(/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: 700;
        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: silver;
            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(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(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: 80%
    }

    .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,.75);
        width: 100%
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial,Helvetica,sans-serif;
            display: block;
            font-size: .85em;
            padding: 10px
        }

    #categories_block_top {
        clear: both;
        position: relative;
        top: 30px
    }

        #categories_block_top .sf-menu {
            position: relative
        }

            #categories_block_top .sf-menu > li {
                position: static
            }

                #categories_block_top .sf-menu > li > ul {
                    width: 100%;
                    top: 60px;
                    margin: 0 20px
                }

                    #categories_block_top .sf-menu > li > ul > li {
                        display: block;
                        float: left;
                        width: 20%;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        padding: 0 10px
                    }

                    #categories_block_top .sf-menu > li > ul > .category_thumb {
                        display: block;
                        clear: both;
                        overflow: hidden;
                        width: 100%
                    }

                        #categories_block_top .sf-menu > li > ul > .category_thumb img {
                            display: inline-block;
                            width: 33%
                        }

                #categories_block_top .sf-menu > li h4 a {
                    font-size: 1.1em
                }

                    #categories_block_top .sf-menu > li h4 a:before {
                        display: none
                    }

                #categories_block_top .sf-menu > li .main-level-submenus {
                    position: relative;
                    display: block !important;
                    visibility: visible !important;
                    top: 0;
                    background: 0 0;
                    box-shadow: none;
                    padding: 0;
                    left: 0
                }

            #categories_block_top .sf-menu .category_thumb {
                display: none
            }

    #categories_block_left .block_content > ul {
        margin-left: -45px
    }

    #categories_block_left li {
        position: relative
    }

        #categories_block_left li a {
            font-weight: 700;
            color: #31ACD6;
            display: block;
            font-size: 13px;
            line-height: 20px;
            padding: 5px 0px 5px 4px;
            border-bottom: 1px solid #d6d4d4
        }

            #categories_block_left li a:hover {
                color: #c00
            }

        #categories_block_left li span.grower {
            display: block;
            background: #f6f6f6;
            position: absolute;
            right: 0;
            top: 0;
            cursor: pointer;
            font-family: FontAwesome;
            font-size: 14px
        }

            #categories_block_left li span.grower.CLOSE:before, #categories_block_left li span.grower.OPEN:before {
                content: "\f068";
                display: block;
                vertical-align: middle;
                width: 30px;
                height: 30px;
                color: #333;
                line-height: 30px;
                text-align: center
            }

            #categories_block_left li span.grower.CLOSE:before {
                content: "\f067";
                color: silver
            }

            #categories_block_left li a.selected, #categories_block_left li a:hover, #categories_block_left li span.grower:hover + a {
                background: #f6f6f6
            }

        #categories_block_left li li {
            margin-left: -40px
        }

            #categories_block_left li li a {
                font-weight: 400;
                color: #777
            }

                #categories_block_left li li a:before {
                    content: "\f105";
                    font-family: FontAwesome;
                    line-height: 19px;
                    padding-right: 8px
                }

    #currencies-block-top {
        float: right;
        position: relative;
        margin-left: 13px;
        margin-top: 28px;
        z-index: 3
    }

        #currencies-block-top span.firstWord {
            display: none
        }

        #currencies-block-top div.current {
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            font: 400 13px/24px "Roboto",sans-serif;
            padding: 0;
            cursor: pointer;
            color: #333
        }

            #currencies-block-top div.current span {
                display: none
            }

            #currencies-block-top div.current strong {
                font-weight: 400
            }

            #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
                color: #ed425a
            }

            #currencies-block-top div.current:after {
                content: "\f107";
                font-family: "FontAwesome";
                font-size: 14px;
                line-height: 14px;
                vertical-align: 0;
                padding-left: 3px
            }

            #currencies-block-top div.current.active:after {
                content: "\f106"
            }

    @media (max-width:479px) {
        #currencies-block-top div.current .cur-label {
            display: none
        }
    }

    #currencies-block-top ul {
        display: none;
        position: absolute;
        top: 28px;
        right: 0;
        width: 157px;
        background: #333;
        z-index: 2;
        padding: 0;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        overflow: hidden
    }

        #currencies-block-top ul li {
            line-height: 35px;
            font-size: 13px
        }

            #currencies-block-top ul li a, #currencies-block-top ul li > span {
                font: 400 13px/20px "Roboto",sans-serif;
                padding: 6px 10px 8px 15px;
                display: block;
                color: white
            }

            #currencies-block-top ul li.selected a, #currencies-block-top ul li:hover a {
                background: #575757
            }

    #languages-block-top {
        float: right;
        position: relative;
        margin-top: 9px;
        z-index: 3;
        font: 600 14px/24px "Roboto",sans-serif !important;
        color: #333 !important
    }

        #languages-block-top a:hover {
            color: #333 !important
        }

        #languages-block-top span.firstWord {
            display: none
        }

        #languages-block-top div.current {
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            font: 400 13px/24px "Roboto",sans-serif;
            padding: 0;
            cursor: pointer;
            color: #fff;
            text-transform: capitalize
        }

            #languages-block-top div.current span {
                display: none
            }

            #languages-block-top div.current strong {
                font-weight: 500
            }

            #languages-block-top div.current:hover, #languages-block-top div.current.active {
                color: #ed425a
            }

    @media (max-width:479px) {
        #languages-block-top div.current .cur-label {
            display: none
        }
    }

    #languages-block-top ul {
        display: none;
        position: absolute;
        top: 28px;
        right: 0;
        width: 157px;
        background: #333;
        z-index: 2;
        padding: 0;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        overflow: hidden
    }

        #languages-block-top ul li {
            line-height: 35px;
            font-size: 13px
        }

            #languages-block-top ul li a, #languages-block-top ul li > span {
                font: 400 13px/20px "Roboto",sans-serif;
                padding: 6px 10px 8px 15px;
                display: block;
                color: white
            }

            #languages-block-top ul li.selected span, #languages-block-top ul li:hover a {
                background: #575757
            }

    #columns #newsletter_block_left .form-group {
        margin-bottom: 0
    }

        #columns #newsletter_block_left .form-group .form-control {
            max-width: 222px;
            display: inline-block;
            margin-right: 6px
        }

    @media (min-width:768px) and (max-width:1199px) {
        #columns #newsletter_block_left .form-group .form-control {
            margin-bottom: 10px;
            margin-right: 0
        }
    }

    #columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
        text-align: left;
        padding: 1px 0 0 0;
        margin-bottom: -19px
    }

    #columns #newsletter_block_left .success_inline {
        color: #418B19
    }

    #columns #newsletter_block_left .warning_inline {
        color: #f13340
    }

    #footer #newsletter_block_left {
        overflow: hidden;
        width: 50%;
        float: left;
        padding: 13px 15px 7px 15px;
        margin-bottom: 0
    }

    @media (max-width:767px) {
        #footer #newsletter_block_left {
            width: 100%
        }
    }

    #footer #newsletter_block_left h4 {
        background: none;
        float: left;
        padding: 7px 16px 5px 0;
        text-transform: none;
        font-size: 21px;
        line-height: 25px;
        border: none
    }

        #footer #newsletter_block_left h4:after {
            display: none
        }

    #footer #newsletter_block_left .block_content {
        overflow: hidden
    }

    #footer #newsletter_block_left .form-group {
        margin-bottom: 0
    }

        #footer #newsletter_block_left .form-group .form-control {
            height: 45px;
            line-height: 30px;
            max-width: 267px;
            background: #3c3c3c;
            border-color: #515151;
            color: white;
            padding: 5px 43px 5px 12px;
            display: inline-block;
            float: left
        }

            #footer #newsletter_block_left .form-group .form-control:focus {
                -moz-box-shadow: black 0 0 0;
                -webkit-box-shadow: black 0 0 0;
                box-shadow: black 0 0 0
            }

        #footer #newsletter_block_left .form-group .btn-sm {
            margin-left: -43px;
            border: none;
            background: none;
            text-align: center;
            color: #908f8f;
            padding: 8px
        }

            #footer #newsletter_block_left .form-group .btn-sm:before {
                content: "\f138";
                font-family: "FontAwesome";
                font-size: 28px;
                line-height: 28px
            }

            #footer #newsletter_block_left .form-group .btn-sm:hover {
                color: white !important
            }

            #footer #newsletter_block_left .form-group .btn-sm span {
                display: none
            }

    #footer #newsletter_block_left .warning_inline {
        display: block;
        color: #f13340;
        font-size: 13px;
        line-height: 26px;
        clear: both
    }

    @media (min-width:1200px) {
        #footer #newsletter_block_left .warning_inline {
            display: inline-block;
            position: relative;
            top: -35px;
            margin-bottom: -35px;
            left: 15px;
            clear: none
        }
    }

    #footer #newsletter_block_left .newsletter-input {
        max-width: 300px !important
    }

    .tags_block .block_content {
        overflow: hidden
    }

        .tags_block .block_content a {
            display: inline-block;
            font-size: 13px;
            line-height: 16px;
            font-weight: 700;
            padding: 4px 9px 5px 9px;
            border: 1px solid #d6d4d4;
            float: left;
            margin: 0 3px 3px 0
        }

            .tags_block .block_content a:hover {
                color: #333;
                background: #f6f6f6
            }

    #viewed-products_block_left li.last_item {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none
    }

    #htmlcontent_top {
        padding-top: 31px
    }

        #htmlcontent_top ul {
            margin-bottom: 0;
            margin-left: -50px
        }

            #htmlcontent_top ul li {
                margin-bottom: 30px
            }

    @media (max-width:767px) {
        #htmlcontent_top ul li {
            width: 50%
        }
    }

    @media (max-width:479px) {
        #htmlcontent_top ul li {
            width: 100%
        }
    }

    #htmlcontent_top ul li a {
        position: relative;
        font-size: 43px;
        display: block;
        overflow: hidden;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px
    }

        #htmlcontent_top ul li a .item-html {
            position: absolute;
            top: 8%;
            left: 7.2%;
            width: 56%
        }

        #htmlcontent_top ul li a h2 {
            color: #333;
            margin: 0 0 9%;
            padding: 0;
            text-transform: uppercase;
            -moz-transition: all .25s ease;
            -o-transition: all .25s ease;
            -webkit-transition: all .25s ease;
            transition: all .25s ease
        }

        #htmlcontent_top ul li a p {
            -moz-transition: color .3s ease;
            -o-transition: color .3s ease;
            -webkit-transition: color .3s ease;
            transition: color .3s ease;
            font: 400 12px/22px Roboto,sans-serif;
            margin: 0 0 0 4px
        }

    @media (max-width:1199px) {
        #htmlcontent_top ul li a h2 {
            margin-bottom: 5%
        }

        #htmlcontent_top ul li a p {
            font-size: 11px;
            line-height: 19px
        }
    }

    @media (min-width:992px) {
        #htmlcontent_top ul li a:hover h2 {
            -moz-animation: .4s linear 0s normal none 1 Scale;
            -webkit-animation: .4s linear 0s normal none 1 Scale;
            animation: .4s linear 0s normal none 1 Scale;
            font-weight: 600;
            -moz-transition: all 0s ease;
            -o-transition: all 0s ease;
            -webkit-transition: all 0s ease;
            transition: all 0s ease
        }

        #htmlcontent_home.active_hover:hover h2 {
            -moz-animation: .5s ease 0s normal none 1 Left;
            -webkit-animation: .5s ease 0s normal none 1 Left;
            animation: .5s ease 0s normal none 1 Left
        }

        #htmlcontent_home.active_hover:hover h3 {
            -moz-animation: .5s ease 0s normal none 1 Right;
            -webkit-animation: .5s ease 0s normal none 1 Right;
            animation: .5s ease 0s normal none 1 Right
        }
    }

    @media (min-width:992px) and (min-width:1200px) {
        #htmlcontent_top ul li a:hover img {
            -moz-transform: scale(1.1,1.1);
            -ms-transform: scale(1.1,1.1);
            -webkit-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1)
        }
    }

    #htmlcontent_top ul li img {
        -moz-transition: all .35s ease;
        -o-transition: all .35s ease;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        max-width: 100%;
        height: auto
    }

    @keyframes Scale {
        0% {
            opacity: 0;
            -moz-transform: scale(0,0);
            -ms-transform: scale(0,0);
            -webkit-transform: scale(0,0);
            transform: scale(0,0)
        }

        100% {
            opacity: 1;
            -moz-transform: scale(1,1);
            -ms-transform: scale(1,1);
            -webkit-transform: scale(1,1);
            transform: scale(1,1)
        }
    }

    @-webkit-keyframes Scale {
        0% {
            -moz-transform: scale(0,0);
            -ms-transform: scale(0,0);
            -webkit-transform: scale(0,0);
            transform: scale(0,0)
        }

        100% {
            -moz-transform: scale(1,1);
            -ms-transform: scale(1,1);
            -webkit-transform: scale(1,1);
            transform: scale(1,1)
        }
    }

    #htmlcontent_home {
        text-align: center;
        overflow: hidden;
        padding: 6.65% 0 5.5%
    }

        #htmlcontent_home li {
            font-size: 43px;
            text-transform: uppercase;
            color: #333
        }

            #htmlcontent_home li h2 {
                font-family: Lato,sans-serif;
                font-size: 100%;
                color: inherit;
                font-weight: 400;
                line-height: 1em;
                margin: 0 0 .8%
            }

    @media (max-width:991px) {
        #htmlcontent_top ul li a .item-html {
            top: 22%
        }

        #htmlcontent_top ul li a h2 {
            margin-bottom: 15%
        }

        #htmlcontent_top ul li a p {
            display: none
        }

        #htmlcontent_home li h2 {
            font-size: 120%
        }
    }

    @media (max-width:767px) {
        #htmlcontent_home {
            padding: 6.65% 10% 5.5%
        }

            #htmlcontent_home li h2 {
                font-size: 140%
            }
    }

    #htmlcontent_home li h3 {
        font-size: 55.82%;
        color: inherit;
        line-height: 1em;
        margin: 0 0 1.3%
    }

    @media (max-width:991px) {
        #htmlcontent_home li h3 {
            font-size: 70%
        }

        #htmlcontent_home li p {
            display: none
        }
    }

    @media (max-width:767px) {
        #htmlcontent_home li h3 {
            font-size: 15px;
            font-size: 90%
        }
    }

    #htmlcontent_home li p {
        font: 400 12px/22px Roboto,sans-serif;
        margin: 0 0 0 4px;
        color: inherit;
        text-transform: none;
        padding: 0 5%
    }

    @media (max-width:1199px) {
        #htmlcontent_home li p {
            font-size: 11px;
            line-height: 19px
        }
    }

    @keyframes Left {
        0% {
            opacity: 0;
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%)
        }

        100% {
            opacity: 1;
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    @-webkit-keyframes Left {
        0% {
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%)
        }

        100% {
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    @keyframes Right {
        0% {
            opacity: 0;
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -webkit-transform: translateX(100%);
            transform: translateX(100%)
        }

        100% {
            opacity: 1;
            right: 0
        }
    }

    @-webkit-keyframes Right {
        0% {
            opacity: 0;
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -webkit-transform: translateX(100%);
            transform: translateX(100%)
        }

        100% {
            opacity: 1;
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    .btn.btn-default {
        background: #f21539;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:active:focus, .btn.btn-default:focus {
            background: #3e0811;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: white
        }

    .btn.ajax_add_to_cart_button, .btn.ajax_add_to_cart_product_button {
        background: #f21539;
        border: none
    }

    @media (min-width:1200px) {
        .btn.ajax_add_to_cart_button, .btn.ajax_add_to_cart_product_button {
            background: #35060e;
            background-image: -moz-linear-gradient(#3d0811,#35060e,#27030a);
            background-image: -webkit-linear-gradient(#3d0811,#35060e,#27030a);
            background-image: linear-gradient(#3d0811,#35060e,#27030a);
            padding: 8px 12px 11px
        }

            .btn.ajax_add_to_cart_button:after, .btn.ajax_add_to_cart_product_button:after {
                background: #f21539
            }
    }

    .btn.ajax_add_to_cart_button:hover, .btn.ajax_add_to_cart_button:active, .btn.ajax_add_to_cart_button:active:focus, .btn.ajax_add_to_cart_button:focus, .btn.ajax_add_to_cart_product_button:hover, .btn.ajax_add_to_cart_product_button:active, .btn.ajax_add_to_cart_product_button:active:focus, .btn.ajax_add_to_cart_product_button:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        border: none
    }

        .btn.ajax_add_to_cart_button:hover:after, .btn.ajax_add_to_cart_button:active:after, .btn.ajax_add_to_cart_button:active:focus:after, .btn.ajax_add_to_cart_button:focus:after, .btn.ajax_add_to_cart_product_button:hover:after, .btn.ajax_add_to_cart_product_button:active:after, .btn.ajax_add_to_cart_product_button:active:focus:after, .btn.ajax_add_to_cart_product_button:focus:after {
            height: 0
        }

    @media (max-width:1199px) {
        .btn.ajax_add_to_cart_button:hover, .btn.ajax_add_to_cart_button:active, .btn.ajax_add_to_cart_button:active:focus, .btn.ajax_add_to_cart_button:focus, .btn.ajax_add_to_cart_product_button:hover, .btn.ajax_add_to_cart_product_button:active, .btn.ajax_add_to_cart_product_button:active:focus, .btn.ajax_add_to_cart_product_button:focus {
            background: #3e0811
        }
    }

    header #languages-block-top div.current:hover, header #languages-block-top div.current.active, header #currencies-block-top div.current:hover, header #currencies-block-top div.current.active, header ul#header_links li a:hover, header ul#header_links li a.active, header #header-login .header_user_info a:hover {
        color: #f21539
    }

    header #tmsearch .btn.button-search {
        background: #f21539
    }

        header #tmsearch .btn.button-search:hover {
            background: #f54562
        }

    header .top_menu .stickUpHolder > ul > li > a:before {
        background: #f21539
    }

    @media (max-width:1199px) and (min-width:767px) {
        header .top_menu .stickUpHolder > ul > li > a:hover {
            background: #f21539
        }
    }

    @media (max-width:1199px) and (min-width:767px) {
        header .top_menu > ul > li.sfHover > a, header .top_menu > ul > li.sfHoverForce > a, header .top_menu .stickUpHolder > ul > li.sfHover > a, header .top_menu .stickUpHolder > ul > li.sfHoverForce > a {
            background: #f21539
        }
    }

    header .top_menu .stickUpHolder .new_badge .menu_badge {
        background: #1462c3
    }

    header .top_menu .stickUpHolder .sale_badge .menu_badge {
        background: #b0b209
    }

    header .top_menu .is-megamenu ul.content > li > a:hover, header .top_menu .stickUpHolder .is-megamenu ul.content > li > a:hover {
        color: #f21539
    }

    header .top_menu .is-megamenu ul.content ul li a:hover, header .top_menu .stickUpHolder .is-megamenu ul.content ul li a:hover {
        color: #f21539
    }

    header .shopping_cart > a:first-child {
        background: #f21539
    }

        header .shopping_cart > a:first-child:hover {
            background: #f54562
        }

    #home-page-tabs > li.active a, #home-page-tabs > li a:hover {
        color: #f21539
    }

    .new-label {
        background: #1462c3
    }

    .sale-label {
        background: #b0b209
    }

    .block .title_block a:hover, .block h4 a:hover {
        color: #f21539
    }

    .product-name a:hover {
        color: #f21539
    }

    a.product-name:hover {
        color: #f21539
    }

    .old-price {
        color: #f21539
    }

    .breadcrumb a:hover {
        color: #f21539
    }

    #cart_summary tfoot td#total_price_container {
        color: #f21539
    }

    #productscategory_list .product-name a:hover, .accessories-block .product-name a:hover {
        color: #f21539
    }

    #page #homepage-blog li h5 .product-name:hover {
        color: #f21539
    }

    #page #homepage-blog li .date-added {
        color: #f21539
    }

    #page #homepage-blog .btn.btn-default {
        border: none;
        background: #35060e;
        color: white;
        padding: 8px 26px 12px
    }

    @media (min-width:1200px) {
        #page #homepage-blog .btn.btn-default {
            background: #35060e;
            background-image: -moz-linear-gradient(#3d0811,#35060e,#27030a);
            background-image: -webkit-linear-gradient(#3d0811,#35060e,#27030a);
            background-image: linear-gradient(#3d0811,#35060e,#27030a)
        }

            #page #homepage-blog .btn.btn-default:after {
                background: #f21539
            }
    }

    #page #homepage-blog .btn.btn-default:hover {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        color: white
    }

        #page #homepage-blog .btn.btn-default:hover:after {
            height: 100%
        }

    @media (max-width:1199px) {
        #page #homepage-blog .btn.btn-default:hover {
            background: #f21539
        }
    }

    #page .block .title_block a:hover, #page .block h4 a:hover, #page .title_block_exclusive a:hover {
        color: #f21539
    }

    #productscategory_list .product-name a:hover, .accessories-block .product-name a:hover {
        color: #f21539
    }

    ul.product_list .product-image-container .quick-view {
        color: white;
        background: #f21539;
        border: none
    }

        ul.product_list .product-image-container .quick-view:hover {
            background: #d70c2d;
            border: none
        }

    @media (max-width:767px) {
        ul.product_list .product-image-container .quick-view {
            display: none
        }
    }

    .footer-container #footer h4 a:hover {
        color: #f21539
    }

    .footer-container #footer a:hover {
        color: #f21539
    }

    ul.step li.step_current {
        background: #f21539
    }

        ul.step li.step_current span:after {
            background: #f21539
        }

    #habla_window_div #habla_topbar_div {
        background: #f21539 !important
    }

    #wishlist_button, #wishlist_button_nopop {
        font-weight: 400;
        cursor: pointer
    }

        #wishlist_button:before, #wishlist_button_nopop:before {
            content: "\f004";
            font-family: "FontAwesome";
            text-align: center;
            display: inline-block;
            margin: 0 5px 0 0
        }

    #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 #d6d4d4
            }

                #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 #d6d4d4
            }

                #wishlist_block #wishlist_block_list dl.products dt {
                    padding: 10px 20px 10px 0;
                    border-top: 1px solid #d6d4d4;
                    position: relative
                }

                #wishlist_block #wishlist_block_list dl.products dd .wsl_attr {
                    display: block;
                    padding: 0 0 20px 0
                }

                #wishlist_block #wishlist_block_list dl.products dt.first_item {
                    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: 157px
        }

    @media (max-width:767px) {
        #wishlist_block .lnk .form-group select {
            width: 157px
        }
    }

    #wishlist_block .lnk .form-group #uniform-wishlists {
        float: none
    }

    #wishlist_block .ajax_cart_block_remove_link {
        font-size: 14px;
        line-height: 14px;
        color: #d3d2d2;
        width: 14px;
        height: 14px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -7px;
        display: inline-block
    }

        #wishlist_block .ajax_cart_block_remove_link:hover {
            color: black
        }

    #wishlist_block .cart_block_product_name {
        display: inline-block;
        font-weight: 700
    }

    #wishlist_block .quantity-formated {
        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 #d6d4d4;
        margin-bottom: 20px
    }

        #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a {
            display: inline-block;
            color: #333;
            margin: 10px 10px 10px 0;
            font-weight: 700
        }

            #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a:hover {
                color: black
            }

    #module-blockwishlist-mywishlist .wishlistLinkTop li {
        float: left
    }

    #module-blockwishlist-mywishlist .wishlistLinkTop #hideSendWishlist {
        float: right
    }

    #module-blockwishlist-mywishlist .wishlistLinkTop #showBoughtProducts, #module-blockwishlist-mywishlist .wishlistLinkTop #hideBoughtProductsInfos {
        display: none
    }

    .wishlist_default {
        color: #093
    }

    ul.wlp_bought_list li {
        margin: 0 0 30px 0
    }

        ul.wlp_bought_list li .product_image {
            border: 1px solid #d6d4d4;
            padding: 9px;
            position: relative;
            background: white;
            margin: 0 0 20px 0;
            max-width: 270px
        }

        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 .btn_action .btn {
            margin: 0 0 10px 0
        }

    @media (min-width:992px) {
        ul.wlp_bought_list li {
        }

            ul.wlp_bought_list li.first-in-line {
                clear: left
            }
    }

    @media (min-width:768px) and (max-width:991px) {
        ul.wlp_bought_list li {
        }

            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%
    }

    [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: #ccc;
                cursor: pointer
            }

    @media (max-width:479px) {
        #mywishlist .table > thead > tr > th, #mywishlist .table > thead > tr > td, #mywishlist .table > tbody > tr > th, #mywishlist .table > tbody > tr > td, #mywishlist .table > tfoot > tr > th, #mywishlist .table > tfoot > tr > td {
            font-size: 11px;
            font-weight: 400;
            padding: 6px !important
        }
    }

    @media (min-width:768px) and (max-width:1199px) {
        #mywishlist #block-history .td_none {
            display: none
        }
    }

    @media (max-width:479px) {
        #mywishlist #block-history .td_none {
            display: none
        }
    }

    #product_comments_block_extra {
        font-weight: 400;
        overflow: hidden;
        margin: 10px 0 10px
    }

        #product_comments_block_extra .comments_note {
            float: left;
            margin-bottom: 5px;
            margin-right: 15px;
            border-right: 1px solid #d6d4d4;
            padding: 1px 15px 1px 0
        }

            #product_comments_block_extra .comments_note span, #product_comments_block_extra .star_content {
                float: left;
                color: #333
            }

    .comments_advices {
        margin: 0 0 0 0
    }

        .comments_advices li {
            display: inline-block;
            border-left: 1px solid #d6d4d4;
            padding: 0 10px;
            margin-bottom: 5px
        }

            .comments_advices li:first-child {
                border: none;
                padding-left: 0
            }

        .comments_advices a {
            text-decoration: none;
            position: relative;
            margin-right: 0;
            padding: 0;
            display: inline-block
        }

    #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: white;
            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: 700
            }

            #new_comment_form ul.grade_content .cancel {
                margin-right: 5px
            }

        #new_comment_form .product {
            padding: 15px
        }

            #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: #f8f8f8
        }

    @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: 700;
        font-size: 12px
    }

    #new_comment_form label {
        display: block;
        margin: 12px 0 4px 0;
        font-weight: 700;
        font-size: 12px
    }

    #new_comment_form input, #new_comment_form textarea {
        padding: 0 5px;
        height: 28px;
        width: 100%;
        border: 1px solid #ccc;
        background: white
    }

    #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 {
        border-bottom: 1px solid #CCC;
        padding-bottom: 15px;
        list-style-type: none
    }

        #new_comment_form #criterions_list li {
            margin-bottom: 10px
        }

        #new_comment_form #criterions_list label {
            display: inline;
            float: left;
            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
    }

    #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;
                line-height: 18px
            }

                #product_comments_block_tab div.comment .comment_author span {
                    font-weight: 700;
                    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;
                border-left: 1px solid #d6d4d4
            }

    @media (max-width:991px) {
        #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: 700
    }

    #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
    }

    ul.product_list .availability span {
        display: inline-block;
        color: #fff;
        font-weight: 700;
        padding: 3px 8px 4px;
        margin-bottom: 20px
    }

        ul.product_list .availability span.available-now {
            background: #46a74e;
            border: 1px solid #36943e
        }

        ul.product_list .availability span.out-of-stock {
            background: #ff7430;
            border: 1px solid #ea5e1a
        }

    ul.product_list .color-list-container {
        margin-bottom: 12px
    }

        ul.product_list .color-list-container ul li {
            display: inline-block;
            border: 1px solid #d6d4d4
        }

            ul.product_list .color-list-container ul li a {
                display: block;
                width: 23px;
                height: 23px;
                margin: 1px
            }

    ul.product_list .product-image-container {
        text-align: center;
        position: relative;
        padding: 5px
    }

        ul.product_list .product-image-container img {
            margin: 0 auto
        }

        ul.product_list .product-image-container .quick-view {
            -moz-transition: background .25s ease,-moz-transform .3s ease .24s;
            -o-transition: background .25s ease,-o-transform .3s ease .24s;
            -webkit-transition: background .25s ease,-webkit-transform .3s ease;
            -webkit-transition-delay: 0s,.24s;
            transition: background .25s ease,transform .3s ease .24s;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            font: 700 14px/17px Roboto,sans-serif;
            color: #333;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -21px 0 0 -63px;
            padding: 12px 5px;
            width: 117px;
            text-align: center;
            background: #e7e7e7;
            background-image: -moz-linear-gradient(#f4f4f4,#e8e8e8,#dedede);
            background-image: -webkit-linear-gradient(#f4f4f4,#e8e8e8,#dedede);
            background-image: linear-gradient(#f4f4f4,#e8e8e8,#dedede);
            border-bottom: 1px solid #c1c1c1;
            -moz-transform: scale(0,0);
            -ms-transform: scale(0,0);
            -webkit-transform: scale(0,0);
            transform: scale(0,0);
            display: block
        }

            ul.product_list .product-image-container .quick-view:hover {
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                -webkit-transition: all .2s ease;
                transition: all .2s ease;
                background: #333;
                color: #fff;
                border-bottom: 1px solid #333
            }

    @media (max-width:767px) {
        ul.product_list .product-image-container .quick-view {
            display: none
        }
    }

    ul.product_list .comments_note {
        overflow: hidden;
        padding-bottom: 10px;
        line-height: 17px
    }

        ul.product_list .comments_note .nb-comments {
            overflow: hidden;
            font-style: italic;
            display: inline-block
        }

    ul.product_list .functional-buttons div a, ul.product_list .functional-buttons div label {
        font-weight: 700;
        color: #777676;
        cursor: pointer
    }

        ul.product_list .functional-buttons div a:hover, ul.product_list .functional-buttons div label:hover {
            color: #000
        }

    ul.product_list .functional-buttons div.wishlist a:before {
        display: inline-block;
        font-family: FontAwesome;
        content: "\f08a";
        text-align: left
    }

    ul.product_list .functional-buttons div.wishlist a.checked:before {
        content: "\f004"
    }

    ul.product_list .functional-buttons div.compare a:before {
        content: "\f067";
        display: inline-block;
        font-family: FontAwesome;
        text-align: left
    }

    ul.product_list .functional-buttons div.compare a.checked:before {
        content: "\f068"
    }

    ul.product_list.grid > li {
        padding-bottom: 20px
    }

    @media (min-width:480px) and (max-width:767px) {
        ul.product_list.grid > li {
            width: 50%;
            float: left
        }
    }

    ul.product_list.grid > li .product-container {
        background: #fff;
        padding: 10px
    }

        ul.product_list.grid > li .product-container .product-image-container .product_img_link {
            display: block
        }

        ul.product_list.grid > li .product-container h5 {
            margin: 0 0 2px;
            height: 40px !important;
            line-height: 18px !important;
            margin-left: 10px !important
        }

            ul.product_list.grid > li .product-container h5 a span.list-name {
                display: none
            }

        ul.product_list.grid > li .product-container .comments_note .star_content {
            display: inline-block;
            margin: 0
        }

        ul.product_list.grid > li .product-container .btn.lnk_view {
            background: 0 0;
            padding: 0;
            margin: 3px 0 4px;
            text-align: left;
            color: #bbb
        }

            ul.product_list.grid > li .product-container .btn.lnk_view span {
                display: none
            }

            ul.product_list.grid > li .product-container .btn.lnk_view:before {
                -moz-transition: all .4s ease;
                -o-transition: all .4s ease;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
                content: "\f05a";
                font-family: FontAwesome;
                display: inline-block;
                font-size: 20px;
                line-height: 20px;
                font-weight: 400
            }

            ul.product_list.grid > li .product-container .btn.lnk_view:hover {
                color: #444
            }

    @media (min-width:1199px) {
        ul.product_list.grid > li .product-container .btn.lnk_view {
            width: 35px
        }

            ul.product_list.grid > li .product-container .btn.lnk_view:hover:before {
                -moz-transform: rotateY(180deg) translate(-10%,15%);
                -ms-transform: rotateY(180deg) translate(-10%,15%);
                -webkit-transform: rotateY(180deg) translate(-10%,15%);
                transform: rotateY(180deg) translate(-10%,15%);
                font-size: 38px
            }
    }

    ul.product_list.grid > li .product-container .product-desc, ul.product_list.grid > li .product-container .product-desc span.list-desc {
        display: none
    }

    ul.product_list.grid > li .product-container .content_price {
        padding-bottom: 8px;
        line-height: 21px
    }

    ul.product_list.grid > li .product-container .old-price, ul.product_list.grid > li .product-container .price, ul.product_list.grid > li .product-container .price-percent-reduction {
        display: inline-block
    }

    ul.product_list.grid > li .product-container .product-flags {
        display: none
    }

    ul.product_list.grid > li .product-container .old-price {
        margin-right: 5px
    }

    ul.product_list.grid > li .product-container .button-container {
        margin-bottom: 14px
    }

    ul.product_list.grid > li .product-container .functional-buttons div {
        text-align: left;
        float: left
    }

    @media (min-width:480px) and (max-width:991px) {
        ul.product_list.grid > li.first-item-of-tablet-line {
            clear: left
        }
    }

    ul.product_list.list > li .product-container {
        border-top: 1px solid #d6d4d4;
        padding: 10px
    }

    ul.product_list.list > li .product-image-container .product_img_link {
        display: block
    }

    ul.product_list.list > li .product-image-container .content_price {
        display: none !important
    }

    ul.product_list.list > li .product-desc span.grid-desc, ul.product_list.list > li h5 a span.grid-name {
        display: none
    }

    ul.product_list.list > li .product-flags {
        color: #333;
        margin: 5px 0 10px
    }

    @media (min-width:480px) {
        ul.product_list.list > li .product-flags {
            margin-top: -5px
        }
    }

    ul.product_list.list > li .product-flags .discount {
        color: #f13340
    }

    ul.product_list.list > li h5 {
        padding-bottom: 8px
    }

    ul.product_list.list > li .product-desc {
        margin-bottom: 15px
    }

    ul.product_list.list > li .center-block .comments_note {
        margin-bottom: 12px
    }

    @media only screen and (min-width:480px) {
        ul.product_list.list > li .center-block .comments_note {
            text-align: left
        }
    }

    ul.product_list.list > li .center-block .comments_note .star_content {
        display: inline-block
    }

    @media (min-width:992px) {
        ul.product_list.grid > li.first-in-line {
            clear: left
        }

        ul.product_list.list > li .right-block .right-block-content {
            margin: 0;
            padding-left: 15px;
            padding-bottom: 16px
        }

            ul.product_list.list > li .right-block .right-block-content .button-container .btn {
                float: left;
                clear: both
            }
    }

    @media (max-width:991px) {
        ul.product_list.list > li .right-block .right-block-content {
            padding-top: 20px
        }
    }

    @media (max-width:479px) {
        ul.product_list.list > li .center-block, ul.product_list.list > li .left-block {
            width: 100%
        }

        ul.product_list.list > li .right-block .right-block-content {
            padding-top: 5px
        }
    }

    ul.product_list.list > li .right-block .right-block-content .content_price {
        padding-bottom: 10px
    }

    @media (max-width:991px) {
        ul.product_list.list > li .right-block .right-block-content .content_price {
            padding-top: 13px;
            padding-bottom: 0
        }
    }

    ul.product_list.list > li .right-block .right-block-content .content_price span {
        display: inline-block;
        margin-top: -4px;
        margin-bottom: 14px
    }

        ul.product_list.list > li .right-block .right-block-content .content_price span.old-price {
            margin-right: 8px
        }

    ul.product_list.list > li .right-block .right-block-content .button-container {
        overflow: hidden;
        padding-bottom: 20px
    }

    @media (max-width:479px) {
        ul.product_list.list > li .right-block .right-block-content .content_price {
            padding-top: 0;
            width: 100%
        }

        ul.product_list.list > li .right-block .right-block-content .button-container {
            width: 100%
        }
    }

    ul.product_list.list > li .right-block .right-block-content .button-container .btn {
        margin-bottom: 10px
    }

    ul.product_list.list > li .right-block .right-block-content .functional-buttons {
        overflow: hidden
    }

    @media (max-width:991px) {
        ul.product_list.list > li .right-block .right-block-content .functional-buttons {
            clear: both
        }

            ul.product_list.list > li .right-block .right-block-content .functional-buttons > div {
                float: left;
                padding-top: 0 !important
            }
    }

    @media (max-width:479px) {
        ul.product_list.list > li .right-block .right-block-content .functional-buttons {
            float: none
        }
    }

    ul.product_list.list > li .right-block .right-block-content .functional-buttons a {
        cursor: pointer
    }

    @media (min-width:1200px) {
        ul.product_list.grid > li.hovered .product-container .product-image-container .quick-view, ul.product_list.list > li:hover .product-image-container .quick-view {
            -moz-transform: scale(1,1);
            -ms-transform: scale(1,1);
            -webkit-transform: scale(1,1);
            transform: scale(1,1)
        }
    }

    #index ul.product_list.tab-pane > li {
        padding-bottom: 10px;
        margin-bottom: 10px
    }

        #index ul.product_list.tab-pane > li .availability {
            display: none
        }

    @media (min-width:480px) and (max-width:767px) {
        #index ul.product_list.tab-pane > li.first-item-of-tablet-line {
            clear: none
        }

        #index ul.product_list.tab-pane > li.first-item-of-mobile-line {
            clear: left
        }
    }

    .ie8 .quick-view {
        background: #fff;
        border: 1px solid #d6d4d4
    }

    ul#header_links {
        list-style-type: none;
        margin: 9px 100px 0 0;
        overflow: hidden;
        float: right
    }

        ul#header_links li {
            text-transform: capitalize;
            float: left;
            padding: 0 10px;
            border-right: 1px solid #ccc
        }

            ul#header_links li a {
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                font: 400 13px/18px "Roboto",sans-serif;
                text-decoration: none;
                color: #fff
            }

                ul#header_links li a:hover, ul#header_links li a.active {
                    color: #333 !important
                }

    #permanent_links div {
        border-bottom: 1px dotted #eee
    }

        #permanent_links div a {
            display: block;
            padding: 7px 11px 5px 22px;
            color: #333;
            background: url(img/arrow_right_2.png) no-repeat 10px 10px
        }

    ul#footer_links {
        clear: both;
        text-align: center;
        padding-bottom: 6px
    }

        ul#footer_links li {
            display: inline;
            padding: 0 10px
        }

    .sdsarticleCat .title_block:after, #sdsblogArticle .title_block:after, #articleComments .title_block:after {
        display: none
    }

    #latestComments ul li.last_item, #blogPopular ul li.last_item, #recent_article_smart_blog_block_left ul li.last_item {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0
    }

    #blogPopular .info, #recent_article_smart_blog_block_left .info {
        display: block;
        font-style: italic
    }

    #latestComments .products-block-image {
        border: none
    }

    .title_block_exclusive {
        padding: 0 0 0 0;
        margin: 0 0 20px 0;
        font: 400 20px/1.2em "Roboto",sans-serif;
        color: #555459;
        text-transform: uppercase
    }

        .title_block_exclusive a {
            color: #333
        }

            .title_block_exclusive a:hover {
                color: #ed425a
            }

    #sdsblogCategory {
        margin-bottom: 30px
    }

        #sdsblogCategory .imageFeatured {
            float: left;
            margin: 0 20px 10px 0
        }

    #smartblogcat {
        margin-bottom: 0
    }

    .sdsarticleCat {
        margin-bottom: 30px
    }

        .sdsarticleCat .articleContent .post-image {
            display: block;
            margin-bottom: 30px
        }

            .sdsarticleCat .articleContent .post-image img {
                width: 100%
            }

        .sdsarticleCat .articleContent .sdsarticle-des {
            margin-bottom: 30px
        }

    .articleHeader {
        overflow: hidden;
        margin-bottom: 30px
    }

        .articleHeader .postInfo > span {
            padding-left: 10px
        }

        .articleHeader .postInfo a {
            text-decoration: underline
        }

            .articleHeader .postInfo a:hover {
                text-decoration: none
            }

    a.read-more {
        text-decoration: underline
    }

        a.read-more:hover {
            text-decoration: none
        }

    .post-count {
        float: left;
        padding: 5px 0 0 0
    }

    #sdsblogArticle .post-image {
        display: block;
        margin-bottom: 30px
    }

        #sdsblogArticle .post-image img {
            width: 100%
        }

    #sdsblogArticle .sdsarticle-des {
        margin-bottom: 30px
    }

    #sdsblogArticle .sdstags-update {
        margin-bottom: 30px
    }

    #sdsblogArticle .block-addthis {
        margin-bottom: 30px
    }

    @media (max-width:479px) {
        #sdsblogArticle .addthis_default_style .addthis_counter {
            clear: left
        }

        #sdsblogArticle .at-share-tbx-element a.at300b, #sdsblogArticle .at-share-tbx-element a.at300b {
            clear: left;
            display: block;
            margin-bottom: 10px;
            width: auto
        }
    }

    #sdsblogArticle .attention img {
        margin: 0 10px
    }

    #comments #commentTitle {
        display: none
    }

    #comments img.avatar {
        float: left;
        margin-right: 15px;
        margin-bottom: 5px;
        border: 1px solid #d6d4d4
    }

    #comments li li .well {
        margin-top: 20px
    }

    #respond {
        background: #fff
    }

        #respond #commentInput {
            background: #fff;
            padding: 0 10px 10px 10px
        }

        #respond #replyTitle {
            display: none
        }

        #respond table {
            width: 100%
        }

        #respond .smartblogcaptcha {
            width: 100px
        }

        #respond td {
            padding: 3px 5px
        }

        #respond .note {
            color: #888;
            display: block;
            font-size: 10px
        }

        #respond td:first-child {
            padding-top: 6px;
            vertical-align: top
        }

        #respond .text-right {
            padding: 10px 5px 0
        }

    #sdssearch_block_top {
        padding-top: 0
    }

        #sdssearch_block_top #searchbox {
            float: left;
            width: 100%
        }

        #sdssearch_block_top .btn.button-search {
            background: #333;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            border: none;
            color: white;
            width: 50px;
            text-align: center;
            padding: 10px 0 11px 0;
            font-weight: 400
        }

            #sdssearch_block_top .btn.button-search:hover {
                background: #000
            }

            #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: #999
            }

        #sdssearch_block_top #search_query_top {
            display: inline;
            padding: 0 13px;
            height: 45px;
            line-height: 45px;
            background: #fbfbfb;
            margin-right: 1px
        }

    form#searchbox {
        position: relative
    }

        form#searchbox label {
            color: #333
        }

        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
            }

    ul.commentList ul {
        padding-left: 70px
    }

    .commentList .well {
        background: #fff;
        -moz-box-shadow: transparent 0 0 0;
        -webkit-box-shadow: transparent 0 0 0;
        box-shadow: transparent 0 0 0
    }

    @media (max-width:767px) {
        .commentList .well {
            position: relative;
            padding-bottom: 50px
        }
    }

    .commentList .created, .commentList .name {
        margin-bottom: 8px
    }

    .commentList .comment-reply-link.btn {
        font-size: 12px;
        line-height: 15px
    }

    @media (max-width:767px) {
        .commentList .pull-right {
            position: absolute;
            right: 5px;
            bottom: 5px
        }

            .commentList .pull-right .comment-reply-link.btn {
                font-size: 11px;
                line-height: 14px;
                padding: 5px 10px
            }
    }

    #articleRelated {
        margin-bottom: 15px
    }

        #articleRelated li {
            padding-bottom: 15px
        }

    @media only screen and (min-width:992px) {
        #articleRelated li.first-in-line {
            clear: left
        }
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        #articleRelated li.first-item-of-tablet-line {
            clear: left
        }
    }

    @media only screen and (min-width:480px) and (max-width:767px) {
        #articleRelated li {
            width: 50%;
            float: left;
            text-align: center
        }

            #articleRelated li.first-item-of-mobile-line {
                clear: left
            }
    }

    @media only screen and (max-width:767px) {
        #articleRelated li .img-responsive {
            width: 100%
        }
    }

    #articleRelated .products-block-image {
        margin-bottom: 10px;
        display: block
    }

    #articleRelated .post-name {
        font-weight: 700
    }

    .blog-image {
        margin-bottom: 21px
    }

        .blog-image a {
            display: block
        }

            .blog-image a img {
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease
            }

            .blog-image a:hover img {
                -moz-box-shadow: 8px 8px 5px -7px rgba(0,0,0,.5);
                -webkit-box-shadow: 8px 8px 5px -7px rgba(0,0,0,.5);
                box-shadow: 8px 8px 5px -7px rgba(0,0,0,.5)
            }

    #homepage-blog {
        margin-bottom: 23px
    }

        #homepage-blog .title_block {
            margin-bottom: 13px
        }

            #homepage-blog .title_block:after {
                display: none
            }

        #homepage-blog li {
            margin-bottom: 10px
        }

    @media (max-width:479px) {
        #homepage-blog li {
            margin-bottom: 40px;
            width: 100%
        }
    }

    #homepage-blog li h5 {
        margin: 0 0 6px
    }

    @media (max-width:991px) {
        #homepage-blog li h5 {
            margin-bottom: 10px
        }
    }

    #homepage-blog li h5 .product-name {
        font: 400 15px "Lato",sans-serif;
        color: #333
    }

    @media (max-width:1199px) {
        #homepage-blog li h5 .product-name {
            font-size: 15px;
            line-height: 25px
        }
    }

    @media (max-width:767px) and (min-width:480px) {
        #homepage-blog li h5 .product-name {
            font-size: 14px;
            line-height: 22px;
            text-transform: none
        }
    }

    #homepage-blog li h5 .product-name:hover {
        color: #ed425a
    }

    #homepage-blog li .post-descr {
        font: 400 12px/22px "Roboto",sans-serif;
        margin-bottom: 21px
    }

    @media (max-width:767px) and (min-width:480px) {
        #homepage-blog li .post-descr {
            font-size: 11px;
            line-height: 20px
        }
    }

    #homepage-blog li .date-added {
        font: 400 14px/18px "Roboto",sans-serif;
        color: #ed425a;
        margin-bottom: 23px;
        text-transform: uppercase
    }

    @media (max-width:767px) and (min-width:480px) {
        #homepage-blog li .date-added {
            font-size: 12px;
            line-height: 16px;
            text-transform: none
        }
    }

    #homepage-blog li .btn.btn-default {
        text-align: center;
        font: 700 14px/18px "Roboto",sans-serif;
        padding: 9px 26px 10px;
        border: none;
        border-bottom: 1px solid #c1c1c1;
        position: relative;
        background: #e8e8e8;
        z-index: 0;
        overflow: hidden;
        box-shadow: none;
        color: #333
    }

    @media (min-width:1200px) {
        #homepage-blog li .btn.btn-default {
            background: #e8e8e8;
            background-image: -moz-linear-gradient(#f4f4f4,#e8e8e8,#dedede);
            background-image: -webkit-linear-gradient(#f4f4f4,#e8e8e8,#dedede);
            background-image: linear-gradient(#f4f4f4,#e8e8e8,#dedede)
        }

            #homepage-blog li .btn.btn-default:after {
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                content: "";
                background: #0d0d0d;
                width: 100%;
                height: 0;
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1
            }
    }

    @media (max-width:767px) {
        #homepage-blog li .btn.btn-default {
            padding: 9px 15px 10px;
            font-size: 13px
        }
    }

    #homepage-blog li .btn.btn-default:hover {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        background: #e7e7e7;
        background-image: -moz-linear-gradient(#f4f4f4,#e8e8e8,#dedede);
        background-image: -webkit-linear-gradient(#f4f4f4,#e8e8e8,#dedede);
        background-image: linear-gradient(#f4f4f4,#e8e8e8,#dedede);
        border: none;
        border-bottom: 1px solid #0d0d0d;
        box-shadow: none;
        color: white
    }

        #homepage-blog li .btn.btn-default:hover:after {
            height: 100%
        }

    @media (max-width:1199px) {
        #homepage-blog li .btn.btn-default:hover {
            background: #0d0d0d
        }
    }

    @media (min-width:992px) {
        #homepage-blog li.first-in-line {
            clear: left
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        #homepage-blog li.first-item-of-tablet-line {
            clear: left
        }
    }

    @media only screen and (max-width:767px) {
        #homepage-blog li.first-item-of-mobile-line {
            clear: left
        }
    }

    #tags_blog_block_left .block_content a {
        border: 1px solid #d6d4d4;
        display: inline-block;
        float: left;
        font-size: 13px;
        font-weight: 700;
        line-height: 16px;
        margin: 0 3px 3px 0;
        padding: 4px 9px 5px
    }

    .videowrapper {
        float: none;
        clear: both;
        width: 100%;
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0
    }

        .videowrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

    .embed-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        height: auto
    }

        .embed-container iframe, .embed-container object, .embed-container embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

    ul.product_list .product-image-container .product_img_link {
        position: relative;
        z-index: 0
    }

        ul.product_list .product-image-container .product_img_link img {
            position: relative;
            z-index: 1
        }

            ul.product_list .product-image-container .product_img_link img + img {
                position: absolute;
                left: 0;
                top: 0;
                z-index: 0;
                opacity: 0
            }

    #header-login {
        position: relative;
        float: right;
        margin-top: 9px;
        clear: right;
        z-index: 9999
    }

        #header-login .header_user_info {
            float: right
        }

            #header-login .header_user_info a {
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                font: 400 13px/18px "Roboto",sans-serif;
                padding: 0;
                color: #fff
            }

            #header-login .header_user_info.current a:after {
                content: "\f078";
                font-family: "FontAwesome";
                font-size: 14px;
                line-height: 14px;
                vertical-align: -1px;
                padding-left: 6px
            }

            #header-login .header_user_info.current.active a:after {
                content: "\f078"
            }

            #header-login .header_user_info.active a, #header-login .header_user_info:hover a {
                color: #ed425a
            }

        #header-login p {
            display: inline-block
        }

        #header-login .logout {
            overflow: hidden;
            margin-bottom: 0
        }

    #header-login-content {
        display: none;
        width: 230px;
        padding: 20px;
        margin: 0;
        position: absolute;
        right: -50px;
        top: 28px;
        z-index: 1;
        background: #333;
        color: #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px
    }

        #header-login-content label {
            display: none
        }

        #header-login-content .form-control {
            border: none;
            padding: 4px 12px 5px;
            height: 32px
        }

        #header-login-content .btn.btn-default, #header-login-content a.create {
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            font: 700 15px/19px "Roboto",sans-serif;
            display: inline-block;
            background: #202020;
            text-align: center;
            color: white;
            opacity: .7;
            border: 1px solid white;
            padding: 11px 5px 10px;
            width: 110px;
            vertical-align: middle;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px
        }

            #header-login-content .btn.btn-default i, #header-login-content a.create i {
                display: none
            }

            #header-login-content .btn.btn-default span, #header-login-content a.create span {
                display: none
            }

            #header-login-content .btn.btn-default.btn-login-facebook, #header-login-content a.create.btn-login-facebook {
                background: #3952a2;
                margin-bottom: 10px;
                display: block;
                width: 100%;
                opacity: .85
            }

                #header-login-content .btn.btn-default.btn-login-facebook:hover, #header-login-content a.create.btn-login-facebook:hover {
                    background: #304588
                }

            #header-login-content .btn.btn-default.btn-login-google, #header-login-content a.create.btn-login-google {
                background: #d94141;
                margin-bottom: 0;
                display: block;
                width: 100%;
                opacity: .85
            }

                #header-login-content .btn.btn-default.btn-login-google:hover, #header-login-content a.create.btn-login-google:hover {
                    background: #bc2626
                }

            #header-login-content .btn.btn-default:hover, #header-login-content a.create:hover {
                background: #000;
                opacity: 1
            }

        #header-login-content #HeaderSubmitLogin {
            margin-right: 6px
        }

            #header-login-content #HeaderSubmitLogin:before {
                font-weight: 400;
                font-size: 20px;
                line-height: 20px;
                content: '\f023';
                font-family: "FontAwesome"
            }

        #header-login-content a.create:before {
            font-weight: 400;
            font-size: 20px;
            line-height: 20px;
            content: '\f007';
            font-family: "FontAwesome"
        }

        #header-login-content .logout {
            display: block
        }

            #header-login-content .logout .pull-right {
                border-width: 2px;
                width: 100%;
                margin: 0
            }

                #header-login-content .logout .pull-right:before {
                    font-weight: 400;
                    font-size: 20px;
                    line-height: 20px;
                    content: '\f09c';
                    font-family: "FontAwesome";
                    margin-left: -7px
                }

                #header-login-content .logout .pull-right span {
                    display: inline-block;
                    padding-left: 7px;
                    vertical-align: 2px
                }

        #header-login-content li {
            margin: 0;
            padding: 0
        }

            #header-login-content li ul {
                margin: 0 0 15px 0
            }

                #header-login-content li ul li {
                    display: block;
                    border-top: 1px solid #666
                }

                    #header-login-content li ul li:first-child {
                        border: none
                    }

                    #header-login-content li ul li a {
                        font: 400 13px/27px "Roboto",sans-serif;
                        color: #fff;
                        padding: 0 10px 4px;
                        display: block
                    }

                        #header-login-content li ul li a:hover {
                            background: #666
                        }

                        #header-login-content li ul li a i {
                            display: none
                        }

    #create_header_account_error {
        padding: 8px
    }

    .wrap_tmsearch {
        padding: 15px 5px 0;
        float: right
    }

    @media (max-width:991px) {
        .wrap_tmsearch {
            width: 240px
        }
    }

    @media (max-width:767px) {
        .wrap_tmsearch {
            width: 50%;
            padding: 30px 8px 0 15px
        }
    }

    @media (max-width:479px) {
        .wrap_tmsearch {
            padding: 22px 15px 0;
            width: 100%
        }
    }

    #tmsearch {
        padding: 5px;
        background: #efefef;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        overflow: hidden
    }

        #tmsearch #tmsearchbox {
            float: left;
            width: 100%;
            position: relative;
            padding-right: 52px
        }

        #tmsearch .btn.button-search {
            background: #171717;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            border: none;
            color: white;
            width: 47px;
            height: 38px;
            text-align: center;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px
        }

            #tmsearch .btn.button-search span {
                display: none
            }

            #tmsearch .btn.button-search:before {
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                content: "\f002";
                display: block;
                font-family: "FontAwesome";
                font-size: 15px;
                width: 100%;
                text-align: center;
                margin-top: -2px
            }

            #tmsearch .btn.button-search:hover {
                background: #3a3a3a
            }

    @media (min-width:1200px) {
        #tmsearch .btn.button-search:hover {
            -moz-border-radius: 12px;
            -webkit-border-radius: 12px;
            border-radius: 12px
        }

            #tmsearch .btn.button-search:hover:before {
                font-size: 18px
            }
    }

    #tmsearch #tm_search_query {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #fff;
        border: 1px solid #c1c1c1;
        display: inline-block;
        padding: 4px 11px 4px 13px;
        height: 38px
    }

    body .ac_results {
        background: white;
        border: 1px solid #d6d6d6;
        width: 269px !important;
        margin-left: -5px;
        margin-top: 6px;
        padding: 10px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px
    }

    @media (max-width:991px) {
        body .ac_results {
            width: 230px !important
        }
    }

    @media (max-width:767px) {
        body .ac_results {
            width: 290px !important
        }
    }

    body .ac_results li {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 10px;
        font-weight: 400;
        color: #686666;
        font-size: 13px;
        line-height: 22px;
        cursor: pointer
    }

        body .ac_results li.ac_odd {
            background: white
        }

        body .ac_results li:hover, body .ac_results li.ac_over {
            background: #f5f5f5
        }

    body .ac_results .pull-left {
        margin-right: 10px
    }

    @media (max-width:479px) {
        body .ac_results .pull-left {
            float: none !important;
            margin-bottom: 10px
        }
    }

    body .ac_results .content {
        overflow: hidden
    }

    body .ac_results span.reference, body .ac_results span.manufacturer {
        display: block;
        margin: 0 0 5px;
        font-size: 12px;
        color: #3a3939;
        line-height: 15px;
        font-style: italic
    }

    body .ac_results span.product-name {
        font-size: 13px;
        line-height: 19px;
        display: inline-block;
        font-weight: 600
    }

    body .ac_results strong {
        color: red
    }

    body .ac_results .description {
        font-size: 11px;
        line-height: 15px
    }

    body .ac_results .product-price {
        font-size: 17px;
        line-height: 22px;
        padding-right: 5px
    }

    body .ac_results .old-price {
        font-size: 14px;
        line-height: 18px
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        body .ac_results .content {
            float: left;
            clear: both
        }
    }

    form#tmsearchbox {
        position: relative
    }

        form#tmsearchbox label {
            color: #333
        }

        form#tmsearchbox input#search_query_block {
            margin-right: 10px;
            max-width: 222px;
            margin-bottom: 10px;
            display: inline-block;
            float: left
        }

        form#tmsearchbox .btn.btn-sm {
            float: left
        }

            form#tmsearchbox .btn.btn-sm i {
                margin-right: 0
            }

    .ac_results {
        text-align: left;
        padding: 0px;
        border: 1px solid black;
        background-color: white;
        overflow: hidden;
        z-index: 99999
    }

        .ac_results ul {
            width: 100%;
            list-style-position: outside;
            list-style: none;
            padding: 0;
            margin: 0
        }

        .ac_results li {
            margin: 0px;
            padding: 2px 5px;
            cursor: default;
            display: block;
            font: menu;
            font-size: 12px;
            line-height: 16px;
            overflow: hidden
        }

    .ac_odd {
        background-color: #eee
    }

    .ac_over {
        background-color: #0A246A;
        color: white
    }

    .sociallogininfo .social-avatar {
        float: left;
        max-width: 150px;
        margin: 10px 15px 15px 0
    }

    .btn.btn-login-facebook, .btn.btn-login-google {
        display: inline-block;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        border-radius: 4px;
        padding: 10px 20px;
        margin-bottom: 10px;
        margin-right: 10px
    }

        .btn.btn-login-facebook:before, .btn.btn-login-google:before {
            font-family: 'FontAwesome';
            padding-right: 5px;
            font-size: 15px;
            vertical-align: middle
        }

        .btn.btn-login-facebook:before {
            content: '\f09a'
        }

    .btn.btn-login-facebook {
        background: #3b5998;
        border-color: #3b5998
    }

        .btn.btn-login-facebook:hover {
            background: #fff;
            color: #3b5998;
            border-color: #3b5998
        }

    .btn.btn-login-google:before {
        content: '\f1a0'
    }

    .btn.btn-login-google {
        background: #df4a32;
        border-color: #df4a32
    }

        .btn.btn-login-google:hover {
            background: #fff;
            color: #df4a32;
            border-color: #df4a32
        }

    .newsletter-overlay {
        background: rgba(232,232,232,.8);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 9999;
        overflow: hidden
    }

    .newsletter-box {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 9999;
        overflow: hidden
    }

    .tmnewsletter-content {
        padding: 5px 0
    }

        .tmnewsletter-content .description {
            font: 400 12px/21px "Roboto",sans-serif;
            color: #777;
            margin-bottom: 30px;
            padding: 8px 0;
            width: 44%
        }

    @media (max-width:767px) {
        .tmnewsletter-content .description {
            display: none
        }
    }

    .tmnewsletter-content .form-group {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #efefef;
        display: inline-block;
        padding: 5px 6px 5px 5px;
        display: inline-block
    }

    @media (max-width:479px) {
        .tmnewsletter-content .form-group {
            width: 100%
        }
    }

    .tmnewsletter-content .form-group label {
        display: none
    }

    .tmnewsletter-content .form-group .form-control {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        display: inline-block;
        width: auto;
        border: none;
        background: white;
        font: 400 13px/16px "Roboto",sans-serif;
        color: #777;
        margin-right: 5px;
        height: 37px;
        border: 1px solid #c1c1c1;
        padding: 3px 25px 6px 18px
    }

    @media (max-width:479px) {
        .tmnewsletter-content .form-group .form-control {
            width: 60%
        }
    }

    .tmnewsletter-content .tmnewsletter-submit {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font: 400 14px/18px "Roboto",sans-serif;
        border: none;
        color: white;
        padding: 7px 20px 11px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-align: center;
        float: right
    }

    @media (max-width:479px) {
        .tmnewsletter-content .tmnewsletter-submit {
            font-size: 11px;
            width: 37%;
            padding: 7px 10px 11px
        }
    }

    .tmnewsletter-content .checkbox {
        color: #333
    }

        .tmnewsletter-content .checkbox .checker {
            display: inline-block;
            margin-right: 10px;
            margin-top: -2px;
            float: none !important;
            color: #000
        }

    #newsletter_popup {
        background: #fff;
        max-width: 950px;
        min-width: 290px;
        position: relative;
        margin: 100px auto 50px
    }

    @media (max-width:991px) {
        #newsletter_popup {
            max-width: 750px
        }
    }

    @media (max-width:767px) {
        #newsletter_popup {
            margin: 20px 15px 50px
        }
    }

    .tmnewsletter-inner {
        position: relative;
        background: url(../../../../../img/bg_newsletter.jpg) 0 bottom no-repeat;
        padding: 18% 0 38px 60px;
        background-size: cover;
        -moz-box-shadow: 0 0 19px -4px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 19px -4px rgba(0,0,0,.1);
        box-shadow: 0 0 19px -4px rgba(0,0,0,.1)
    }

        .tmnewsletter-inner:before {
            background: url(../../../../../img/logo-news.png) 0 0 no-repeat;
            content: "";
            position: absolute;
            top: 56px;
            left: 57px;
            width: 297px;
            height: 66px
        }

    @media (max-width:991px) {
        .tmnewsletter-inner {
            padding-top: 5%
        }

            .tmnewsletter-inner:before {
                display: none
            }
    }

    @media (max-width:767px) {
        .tmnewsletter-inner {
            padding: 9% 30px 11%;
            background: #ccc;
            border: 1px solid #999
        }
    }

    @media (max-width:479px) {
        .tmnewsletter-inner {
            padding: 9% 20px 11%
        }
    }

    .tmnewsletter-header h4 {
        font: 500 26px/30px "Roboto",sans-serif;
        color: #333;
        margin: 0 0 9px
    }

    .icon.tmnewsletter-close {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        color: white;
        font-size: 18px;
        line-height: 33px;
        text-align: center;
        background: #000;
        width: 35px;
        height: 35px;
        padding-left: 1px
    }

        .icon.tmnewsletter-close:hover {
            background: #777
        }

        .icon.tmnewsletter-close:before {
            content: '\f00d';
            font-family: "FontAwesome"
        }

    .top_menu {
        padding: 9px 15px 0;
        clear: both
    }

    @media (max-width:767px) {
        .top_menu {
            padding-top: 25px
        }
    }

    .stickUpTop {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 1
    }

        .stickUpTop.isStuck li a {
            padding-top: 11px !important;
            padding-bottom: 13px !important
        }

            .stickUpTop.isStuck li a.sf-with-ul:after {
                top: 29px !important
            }

    @media (max-width:991px) {
        .stickUpTop.isStuck li a.sf-with-ul:after {
            top: 27px !important
        }
    }

    .stickUpTop.isStuck span.menu_badge {
        font-size: 9px;
        text-transform: none;
        padding: 0 4px 1px;
        top: -2px !important;
        right: 2% !important
    }

    .stickUpTop.isStuck .stickUpHolder .is-megamenu {
        top: 45px
    }

    .stickUpHolder {
        padding: 0;
        max-width: 100%
    }

    @media only screen and (max-width:1199px) {
        .isStuck .container {
            padding-left: 15px;
            padding-right: 15px
        }
    }

    .top_menu .stickUpHolder > ul, .top_menu > ul {
        padding: 0
    }

        .top_menu .stickUpHolder > ul > li, .top_menu > ul > li {
            float: left
        }

    @media (min-width:1200px) {
        .top_menu .stickUpHolder > ul > li:first-child > a:before, .top_menu > ul > li:first-child > a:before {
            -moz-border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px 0 0 4px
        }
    }

    @media (max-width:1199px) and (min-width:768px) {
        .top_menu .stickUpHolder > ul > li:first-child > a, .top_menu > ul > li:first-child > a {
            -moz-border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px 0 0 4px
        }
    }

    .top_menu .stickUpHolder > ul > li > a, .top_menu > ul > li > a {
        font: 500 16px/20px Roboto,sans-serif;
        display: block;
        border-right: 1px solid #c1c1c1;
        color: #333;
        padding: 18px 19px 22px;
        position: relative;
        z-index: 0
    }

    @media (min-width:1200px) {
        .top_menu .stickUpHolder > ul > li > a:before, .top_menu > ul > li > a:before {
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: #0c0c0c;
            -moz-transform: rotateX(90deg);
            -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
            position: absolute;
            content: "";
            -moz-transition: all .45s ease;
            -o-transition: all .45s ease;
            -webkit-transition: all .45s ease;
            transition: all .45s ease;
            opacity: 0;
            z-index: -1
        }
    }

    @media (max-width:1199px) {
        .top_menu .stickUpHolder > ul > li > a, .top_menu > ul > li > a {
            font-size: 15px;
            line-height: 19px;
            padding: 18px 15px 22px
        }

            .top_menu .stickUpHolder > ul > li.sfHover > a, .top_menu .stickUpHolder > ul > li.sfHoverForce > a, .top_menu .stickUpHolder > ul > li:hover > a, .top_menu .stickUpHolder > ul > li > a:hover, .top_menu > ul > li.sfHover > a, .top_menu > ul > li.sfHoverForce > a, .top_menu > ul > li:hover > a, .top_menu > ul > li > a:hover {
                background-color: #00bfff !important
            }
    }

    @media (max-width:991px) {
        .top_menu .stickUpHolder > ul > li > a, .top_menu > ul > li > a {
            font-size: 13px;
            line-height: 17px;
            font-weight: 400;
            padding: 13px 10px 14px
        }
    }

    @media (max-width:767px) {
        .top_menu .stickUpHolder > ul > li > a, .top_menu > ul > li > a {
            text-align: left;
            padding: 14px 25px;
            color: #333;
            font: 500 16px/20px Roboto,sans-serif;
            border-top: 1px solid #bababa;
            margin: 0
        }

            .top_menu .stickUpHolder > ul > li.sfHover > a, .top_menu .stickUpHolder > ul > li.sfHoverForce > a, .top_menu .stickUpHolder > ul > li:hover > a, .top_menu .stickUpHolder > ul > li > a:hover, .top_menu > ul > li.sfHover > a, .top_menu > ul > li.sfHoverForce > a, .top_menu > ul > li:hover > a, .top_menu > ul > li > a:hover {
                width: 100%
            }
    }

    .top_menu .stickUpHolder > ul > li.sfHover > a, .top_menu .stickUpHolder > ul > li.sfHoverForce > a, .top_menu .stickUpHolder > ul > li:hover > a, .top_menu .stickUpHolder > ul > li:hover > span.menu-mobile-grover:before, .top_menu .stickUpHolder > ul > li > a:hover, .top_menu > ul > li.sfHover > a, .top_menu > ul > li.sfHoverForce > a, .top_menu > ul > li:hover > a, .top_menu > ul > li:hover > span.menu-mobile-grover:before, .top_menu > ul > li > a:hover {
        color: #fff
    }

    .top_menu .stickUpHolder > ul > li > a.sf-with-ul:after, .top_menu > ul > li > a.sf-with-ul:after {
        position: absolute;
        top: 39px;
        left: 48%;
        content: "\f078";
        font-family: FontAwesome;
        font-size: 10px;
        font-weight: lighter;
        line-height: 13px
    }

    @media (max-width:991px) {
        .top_menu .stickUpHolder > ul > li > a.sf-with-ul:after, .top_menu > ul > li > a.sf-with-ul:after {
            top: 28px
        }
    }

    .top_menu .stickUpHolder > ul > li.sfHover > a:before, .top_menu .stickUpHolder > ul > li.sfHoverForce > a:before, .top_menu .stickUpHolder > ul > li:hover > a:before, .top_menu .stickUpHolder > ul > li > a:hover:before, .top_menu > ul > li.sfHover > a:before, .top_menu > ul > li.sfHoverForce > a:before, .top_menu > ul > li:hover > a:before, .top_menu > ul > li > a:hover:before {
        -moz-transform: rotateX(1deg);
        -webkit-transform: rotateX(1deg);
        transform: rotateX(1deg);
        opacity: 1
    }

    @media only screen and (min-width:768px) {
        .top_menu .stickUpHolder > ul > li ul.is-simplemenu, .top_menu .stickUpHolder > ul > li ul.is-simplemenu ul, .top_menu > ul > li ul.is-simplemenu, .top_menu > ul > li ul.is-simplemenu ul {
            display: none;
            width: 200px;
            top: -1px;
            right: -200px;
            position: absolute;
            z-index: 99;
            border: 1px solid #ccc;
            background: #fff
        }
    }

    .top_menu .stickUpHolder > ul > li > ul.is-simplemenu, .top_menu > ul > li > ul.is-simplemenu {
        right: auto;
        left: 0;
        top: 59px
    }

    @media only screen and (max-width:767px) {
        .top_menu .stickUpHolder > ul > li ul.is-simplemenu, .top_menu .stickUpHolder > ul > li ul.is-simplemenu ul, .top_menu > ul > li ul.is-simplemenu, .top_menu > ul > li ul.is-simplemenu ul {
            background: #fff
        }

        .top_menu .stickUpHolder > ul > li, .top_menu > ul > li {
            width: 100%;
            float: none;
            position: relative
        }

            .top_menu .stickUpHolder > ul > li > a, .top_menu > ul > li > a {
                border-right: none
            }

        .top_menu .stickUpHolder ul.menu, .top_menu ul.menu {
            display: none
        }
    }

    .top_menu .stickUpHolder ul.menu, .top_menu ul.menu {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border-bottom: 1px solid #cdcdcd;
        position: relative;
        background: #303f9f;
        background-image: -moz-linear-gradient(#f6f6f6,#ededed,#e4e4e4);
        background-image: -webkit-linear-gradient(#f6f6f6,#ededed,#e4e4e4);
        background-image: linear-gradient(#f6f6f6,#ededed,#e4e4e4)
    }

    @media (max-width:767px) {
        .top_menu .stickUpHolder ul.menu, .top_menu ul.menu {
            background: #e8e8e8;
            border: 1px solid #d3d3d3;
            border-top: none;
            overflow: hidden
        }
    }

    .top_menu .stickUpHolder li a, .top_menu .stickUpHolder li li, .top_menu .stickUpHolder li.simple, .top_menu li a, .top_menu li li, .top_menu li.simple {
        position: relative
    }

    .stickUpHolder li li {
        margin-left: -40px
    }

    .top_menu .stickUpHolder li li a, .top_menu li li a {
        display: block;
        padding: 5px 10px
    }

    .top_menu .stickUpHolder li li.sfHover > a, .top_menu .stickUpHolder li li.sfHoverForce > a, .top_menu .stickUpHolder li li:hover > a, .top_menu li li.sfHover > a, .top_menu li li.sfHoverForce > a, .top_menu li li:hover > a {
        color: red
    }

    .top_menu .menu_badge, .top_menu .stickUpHolder .menu_badge {
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        position: absolute;
        top: -10px;
        right: 13%;
        z-index: 0;
        font: 400 12px/15px Roboto,sans-serif;
        display: inline-block;
        background: #676b78;
        color: #fff;
        padding: 2px 5px 3px;
        text-transform: none;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px
    }

    .top_menu .new_badge .menu_badge, .top_menu .stickUpHolder .new_badge .menu_badge {
        background: #3a80e9
    }

    .top_menu .sale_badge .menu_badge, .top_menu .stickUpHolder .sale_badge .menu_badge {
        background: #ed425a
    }

    .top_menu .is-megamenu, .top_menu .stickUpHolder .is-megamenu {
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        padding: 8px 9px 12px;
        display: none;
        text-align: left;
        background: #e5e5e5;
        background-image: -moz-linear-gradient(#f4f4f4,#e9e9e9,#ddd);
        background-image: -webkit-linear-gradient(#f4f4f4,#e9e9e9,#ddd);
        background-image: linear-gradient(#f4f4f4,#e9e9e9,#ddd);
        border-bottom: 1px solid #c1c1c1;
        -moz-border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0;
        border-radius: 0 0 4px 4px
    }

    @media only screen and (min-width:768px) {
        .top_menu .is-megamenu, .top_menu .stickUpHolder .is-megamenu {
            position: absolute
        }
    }

    @media (max-width:767px) {
        .top_menu .menu_badge, .top_menu .stickUpHolder .menu_badge {
            display: none
        }

        .top_menu .is-megamenu, .top_menu .stickUpHolder .is-megamenu {
            -moz-transition: all 0s ease;
            -o-transition: all 0s ease;
            -webkit-transition: all 0s ease;
            transition: all 0s ease
        }

            .top_menu .is-megamenu ul.content, .top_menu .stickUpHolder .is-megamenu ul.content {
                margin-bottom: 15px
            }

            .top_menu .is-megamenu .megamenu-row .megamenu-col, .top_menu .stickUpHolder .is-megamenu .megamenu-row .megamenu-col {
                width: 50%;
                float: left
            }
    }

    .top_menu .is-megamenu ul.content > li > a, .top_menu .stickUpHolder .is-megamenu ul.content > li > a {
        font: 500 16px/25px Roboto,sans-serif;
        color: #333;
        position: relative;
        margin-bottom: 11px;
        display: inline-block;
        padding: 0 !important;
        overflow: hidden
    }

    @media (max-width:991px) {
        .top_menu .is-megamenu, .top_menu .stickUpHolder .is-megamenu {
            top: 47px
        }

            .top_menu .is-megamenu ul.content > li > a, .top_menu .stickUpHolder .is-megamenu ul.content > li > a {
                font-size: 14px;
                line-height: 18px;
                margin-bottom: 15px
            }
    }

    .top_menu .is-megamenu ul.content > li > a:hover, .top_menu .stickUpHolder .is-megamenu ul.content > li > a:hover {
        color: #ed425a
    }

        .top_menu .is-megamenu ul.content > li > a:hover img, .top_menu .stickUpHolder .is-megamenu ul.content > li > a:hover img {
            -moz-transform: scale(1.03,1.03);
            -ms-transform: scale(1.03,1.03);
            -webkit-transform: scale(1.03,1.03);
            transform: scale(1.03,1.03)
        }

    .top_menu .is-megamenu ul.content ul, .top_menu .stickUpHolder .is-megamenu ul.content ul {
        opacity: 1 !important;
        display: block !important
    }

        .top_menu .is-megamenu ul.content ul li a, .top_menu .stickUpHolder .is-megamenu ul.content ul li a {
            font: 400 13px/24px Roboto,sans-serif;
            color: #333;
            display: inline-block;
            padding: 0 !important
        }

            .top_menu .is-megamenu ul.content ul li a:hover, .top_menu .stickUpHolder .is-megamenu ul.content ul li a:hover {
                color: #ed425a
            }

    .top_menu .is-megamenu .megamenu-row, .top_menu .stickUpHolder .is-megamenu .megamenu-row {
        padding: 19px 0 0
    }

        .top_menu .is-megamenu .megamenu-row + .megamenu-row, .top_menu .stickUpHolder .is-megamenu .megamenu-row + .megamenu-row {
            padding: 0 0 40px
        }

    @media (max-width:479px) {
        .top_menu .is-megamenu .megamenu-row .megamenu-col, .top_menu .stickUpHolder .is-megamenu .megamenu-row .megamenu-col {
            width: 100%
        }
    }

    .top_menu .is-megamenu .megamenu-row img, .top_menu .stickUpHolder .is-megamenu .megamenu-row img {
        width: 100%;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .top_menu .is-megamenu .megamenu-row .baner3_3, .top_menu .stickUpHolder .is-megamenu .megamenu-row .baner3_3 {
        float: right
    }

        .top_menu .is-megamenu .megamenu-row .baner3_3 li, .top_menu .stickUpHolder .is-megamenu .megamenu-row .baner3_3 li {
            margin-top: 3px;
            float: right
        }

    .top_menu .is-megamenu .megamenu-row .baner3_1, .top_menu .stickUpHolder .is-megamenu .megamenu-row .baner3_1 {
        clear: left
    }

    .top_menu .is-megamenu .megamenu-row .baner3_1, .top_menu .is-megamenu .megamenu-row .baner3_2, .top_menu .stickUpHolder .is-megamenu .megamenu-row .baner3_1, .top_menu .stickUpHolder .is-megamenu .megamenu-row .baner3_2 {
        margin-top: 34px
    }

    @media (max-width:991px) {
        .top_menu .is-megamenu ul.content ul li a, .top_menu .stickUpHolder .is-megamenu ul.content ul li a {
            font-size: 13px;
            line-height: 16px;
            margin-bottom: 10px
        }

        .top_menu .is-megamenu .megamenu-row .baner3_1, .top_menu .is-megamenu .megamenu-row .baner3_2, .top_menu .stickUpHolder .is-megamenu .megamenu-row .baner3_1, .top_menu .stickUpHolder .is-megamenu .megamenu-row .baner3_2 {
            margin-top: 20px
        }
    }

    .top_menu .is-megamenu .megamenu-row-2, .top_menu .stickUpHolder .is-megamenu .megamenu-row-2 {
        margin: 0
    }

        .top_menu .is-megamenu .megamenu-row-2 .megamenu-col, .top_menu .stickUpHolder .is-megamenu .megamenu-row-2 .megamenu-col {
            padding: 0 10px
        }

        .top_menu .is-megamenu .megamenu-row-2 img, .top_menu .stickUpHolder .is-megamenu .megamenu-row-2 img {
            width: 100%;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease
        }

        .top_menu .is-megamenu .megamenu-row-2 a, .top_menu .stickUpHolder .is-megamenu .megamenu-row-2 a {
            background: #000;
            padding: 0;
            margin: 0 !important
        }

            .top_menu .is-megamenu .megamenu-row-2 a:after, .top_menu .stickUpHolder .is-megamenu .megamenu-row-2 a:after {
                display: none
            }

            .top_menu .is-megamenu .megamenu-row-2 a:hover img, .top_menu .stickUpHolder .is-megamenu .megamenu-row-2 a:hover img {
                opacity: .95
            }

    @media (max-width:767px) {
        .top_menu .is-megamenu .megamenu-row .baner3_1, .top_menu .is-megamenu .megamenu-row .baner3_2, .top_menu .is-megamenu .megamenu-row .baner3_3, .top_menu .is-megamenu .megamenu-row-2, .top_menu .stickUpHolder .is-megamenu .megamenu-row .baner3_1, .top_menu .stickUpHolder .is-megamenu .megamenu-row .baner3_2, .top_menu .stickUpHolder .is-megamenu .megamenu-row .baner3_3, .top_menu .stickUpHolder .is-megamenu .megamenu-row-2 {
            display: none
        }
    }

    .top_menu .menu-title, .top_menu .stickUpHolder .menu-title {
        position: relative;
        background: #333;
        padding: 15px 21px;
        font: 500 20px/24px Roboto,sans-serif;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer
    }

        .top_menu .menu-title:hover, .top_menu .stickUpHolder .menu-title:hover {
            background: #4a4a4a
        }

        .top_menu .menu-title:after, .top_menu .stickUpHolder .menu-title:after {
            position: absolute;
            content: "\f067";
            font-family: FontAwesome;
            height: 30px;
            width: 30px;
            font-size: 26px;
            top: 16px;
            right: 13px;
            cursor: pointer;
            z-index: 1
        }

        .top_menu .menu-title.active:after, .top_menu .stickUpHolder .menu-title.active:after {
            content: "\f068"
        }

    .top_menu .menu-mobile-grover:before, .top_menu .stickUpHolder .menu-mobile-grover:before {
        position: absolute;
        content: "\f067";
        font-family: FontAwesome;
        height: 30px;
        width: 30px;
        font-size: 25px;
        top: 16px;
        right: 13px;
        cursor: pointer;
        z-index: 1;
        color: #444
    }

    @media only screen and (min-width:768px) {
        .top_menu .menu-mobile-grover:before, .top_menu .menu-title, .top_menu .stickUpHolder .menu-mobile-grover:before, .top_menu .stickUpHolder .menu-title {
            display: none
        }
    }

    .top_menu .menu-mobile-grover.active:before, .top_menu .stickUpHolder .menu-mobile-grover.active:before {
        content: "\f068"
    }

    @media only screen and (max-width:767px) {
        .top_menu .is-simplemenu li, .top_menu .stickUpHolder .is-simplemenu li {
            border-top: 1px solid #ccc
        }

            .top_menu .is-simplemenu li .menu-mobile-grover:before, .top_menu .stickUpHolder .is-simplemenu li .menu-mobile-grover:before {
                top: 8px;
                right: 0;
                font-size: 18px
            }

            .top_menu .is-simplemenu li a, .top_menu .stickUpHolder .is-simplemenu li a {
                display: block;
                font-size: 14px;
                padding: 8px 10px
            }

            .top_menu .is-simplemenu li li a, .top_menu .stickUpHolder .is-simplemenu li li a {
                padding-left: 20px
            }

            .top_menu .is-simplemenu li li li a, .top_menu .stickUpHolder .is-simplemenu li li li a {
                padding-left: 30px
            }

            .top_menu .is-simplemenu li li li li a, .top_menu .stickUpHolder .is-simplemenu li li li li a {
                padding-left: 40px
            }

        .top_menu .stickUpHolder li.simple ul, .top_menu li.simple ul {
            display: none
        }

        .top_menu .megamenu-col.col-sm-3, .top_menu .stickUpHolder .megamenu-col.col-sm-3 {
            float: left;
            width: 50%
        }

            .top_menu .megamenu-col.col-sm-3.first-in-line-sm, .top_menu .stickUpHolder .megamenu-col.col-sm-3.first-in-line-sm {
                clear: left
            }
    }

    @media only screen and (max-width:480px) {
        .top_menu .megamenu-col.col-sm-3, .top_menu .stickUpHolder .megamenu-col.col-sm-3 {
            width: 100%
        }
    }

    .red {
        background: red
    }

    .left_column_menu .block_content li, .right_column_menu .block_content li {
        position: relative
    }

        .left_column_menu .block_content li.simple ul, .right_column_menu .block_content li.simple ul {
            display: none
        }

    @media only screen and (min-width:768px) {
        .left_column_menu .block_content li.simple ul, .right_column_menu .block_content li.simple ul {
            position: absolute;
            top: -1px;
            width: 200px;
            border: 1px solid #ccc;
            background: #fff;
            z-index: 999
        }
    }

    @media only screen and (max-width:767px) {
        .left_column_menu .block_content li.simple ul li, .right_column_menu .block_content li.simple ul li {
            border-top: 1px solid #ccc;
            position: relative
        }

            .left_column_menu .block_content li.simple ul li a, .right_column_menu .block_content li.simple ul li a {
                display: block;
                padding: 10px 0 10px 15px;
                position: relative
            }

            .left_column_menu .block_content li.simple ul li li a, .right_column_menu .block_content li.simple ul li li a {
                padding-left: 25px
            }
    }

    .left_column_menu .block_content > ul > li, .right_column_menu .block_content > ul > li {
        border-top: 1px solid #ccc;
        position: relative
    }

        .left_column_menu .block_content > ul > li > a, .right_column_menu .block_content > ul > li > a {
            display: block;
            padding: 10px 0;
            position: relative
        }

        .left_column_menu .block_content > ul > li:first-child, .right_column_menu .block_content > ul > li:first-child {
            border: none
        }

    .left_column_menu .block_content span.menu_badge, .right_column_menu .block_content span.menu_badge {
        font-size: 10px;
        display: inline-block;
        background: red;
        color: #fff;
        padding: 1px 5px 2px;
        line-height: 12px;
        border-radius: 3px;
        margin-left: 10px
    }

    .left_column_menu .block_content li.simple li a, .right_column_menu .block_content li.simple li a {
        padding: 4px 5px;
        display: block
    }

    .left_column_menu .block_content div.is-megamenu, .right_column_menu .block_content div.is-megamenu {
        display: none
    }

        .left_column_menu .block_content div.is-megamenu ul, .right_column_menu .block_content div.is-megamenu ul {
            display: block !important;
            opacity: 1 !important
        }

            .left_column_menu .block_content div.is-megamenu ul.content > li > a, .right_column_menu .block_content div.is-megamenu ul.content > li > a {
                font-weight: 700;
                text-transform: uppercase
            }

            .left_column_menu .block_content div.is-megamenu ul.content > li li, .right_column_menu .block_content div.is-megamenu ul.content > li li {
                padding-left: 5px
            }

    @media only screen and (min-width:768px) {
        .left_column_menu .block_content div.is-megamenu, .right_column_menu .block_content div.is-megamenu {
            position: absolute;
            top: 0;
            width: 600px;
            padding: 15px;
            background: #fff;
            border: 1px solid #ccc;
            z-index: 999
        }
    }

    @media only screen and (min-width:481px) and (max-width:767px) {
        .left_column_menu .block_content div.is-megamenu .megamenu-col.col-sm-3, .right_column_menu .block_content div.is-megamenu .megamenu-col.col-sm-3 {
            width: 50%;
            float: left
        }

            .left_column_menu .block_content div.is-megamenu .megamenu-col.col-sm-3.first-in-line-sm, .right_column_menu .block_content div.is-megamenu .megamenu-col.col-sm-3.first-in-line-sm {
                clear: left
            }
    }

    .left_column_menu .block_content .menu-mobile-grover:after, .right_column_menu .block_content .menu-mobile-grover:after {
        position: absolute;
        right: 0;
        top: 12px;
        height: 15px;
        width: 15px;
        line-height: 15px;
        font-size: 15px;
        content: "\f067";
        font-family: FontAwesome;
        z-index: 1;
        cursor: pointer
    }

    .left_column_menu .block_content .menu-mobile-grover.active:after, .right_column_menu .block_content .menu-mobile-grover.active:after {
        content: "\f068"
    }

    .left_column_menu li.simple ul {
        right: -200px
    }

    .right_column_menu li.simple ul {
        left: -200px
    }

    .left_column_menu div.is-megamenu {
        right: -600px
    }

    .right_column_menu div.is-megamenu {
        left: -600px
    }

    .category-block ul.product_list.grid > li.first-in-line, .category-block ul.product_list.grid > li.first-item-of-mobile-line, .category-block ul.product_list.grid > li.first-item-of-tablet-line {
        clear: none !important
    }

    .category-block {
        margin-bottom: 20px
    }

    @media (max-width:430px) {
        .category-block .bx-wrapper {
            margin: 0 auto !important
        }
    }

    .category-block li {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 15px !important;
        margin-right: 15px !important
    }

    .category-block .bx-wrapper .bx-controls-direction a:before {
        font-family: 'FontAwesome'
    }

    .category-block .bx-wrapper .bx-controls-direction .bx-pager-item {
        float: left;
        text-align: center;
        margin-right: 3px
    }

    .bx-pager .bx-pager-item a {
        display: block;
        width: 20px;
        height: 20px
    }

    .bx-controls-auto .bx-controls-auto-item {
        float: left;
        margin-right: 3px;
        text-align: center
    }

    .category-block .bx-wrapper .bx-controls-direction a {
        display: block;
        width: 20px;
        height: 20px
    }

        .category-block .bx-wrapper .bx-controls-direction a.bx-start:before {
            content: '\f04b'
        }

    .tab-content .bx-controls-auto .bx-controls-auto-item a.bx-stop:before {
        content: '\f04c'
    }

    .category-block .bx-wrapper .bx-controls-direction {
        float: left;
        overflow: hidden
    }

        .category-block .bx-wrapper .bx-controls-direction a {
            display: block;
            width: 30px;
            height: 30px;
            float: left;
            margin-right: 3px;
            text-align: center;
            top: -78px;
            overflow: visible;
            z-index: 222;
            background: none
        }

            .category-block .bx-wrapper .bx-controls-direction a.bx-prev {
                right: 34px !important;
                left: inherit !important
            }

            .category-block .bx-wrapper .bx-controls-direction a.bx-next {
                right: 5px
            }

            .category-block .bx-wrapper .bx-controls-direction a:before {
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                font-size: 25px;
                line-height: 25px;
                color: #333;
                opacity: .25
            }

            .category-block .bx-wrapper .bx-controls-direction a:hover {
                background: none
            }

                .category-block .bx-wrapper .bx-controls-direction a:hover:before {
                    opacity: 1
                }

            .category-block .bx-wrapper .bx-controls-direction a.bx-prev:before {
                content: '\f104'
            }

            .category-block .bx-wrapper .bx-controls-direction a.bx-next:before {
                content: '\f105'
            }

    .parallax_section {
        position: relative;
        width: 100%;
        overflow: hidden;
        z-index: 0;
        background: #B3ADA2
    }

        .parallax_section .parallax_inner {
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            background: #B3ADA2
        }

            .parallax_section .parallax_inner:before {
                position: absolute;
                display: block;
                width: 100%;
                height: 100%;
                z-index: 1;
                content: ""
            }

            .parallax_section .parallax_inner .parallax_media {
                position: absolute
            }

            .parallax_section .parallax_inner video {
                max-width: inherit
            }

            .parallax_section .parallax_inner img {
                max-width: inherit !important
            }

        .parallax_section .info_alert {
            position: absolute;
            top: 20px;
            background: #fff
        }

            .parallax_section .info_alert span {
                color: #000;
                display: block
            }

        .parallax_section.mobileState .parallax_inner {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center
        }

    .fixed_parallax_section {
        width: 100%;
        min-height: 200px;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%
    }

    .tab-content > ul {
        display: none !important
    }

    .tab-content .bx-wrapper {
        z-index: 1;
        margin: 0 !important;
        position: relative
    }

    @media (max-width:479px) {
        .tab-content .bx-wrapper {
            margin: 0 auto !important
        }
    }

    #homepage-carousel {
        margin: 0
    }

        #homepage-carousel li {
            padding-left: 0 !important;
            padding-right: 0 !important;
            clear: none !important
        }

    .tab-content .bx-controls a {
        background: none
    }

        .tab-content .bx-controls a:hover, .tab-content .bx-controls a.active {
            background: #000;
            color: #fff
        }

    @media (min-width:480px) {
        .tab-content .bx-wrapper .bx-viewport {
            overflow: visible !important
        }
    }

    @media (min-width:1199px) {
        .tab-content .bx-wrapper .bx-viewport.hovered_par:before {
            right: 102%
        }

        .tab-content .bx-wrapper .bx-viewport.hovered_par:after {
            left: 102%
        }
    }

    @media (min-width:480px) {
        .tab-content .bx-wrapper .bx-viewport:before {
            content: " ";
            display: block;
            position: absolute;
            right: 100%;
            top: 0;
            width: 10000px;
            height: 100%;
            background: #fff;
            z-index: 111;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease
        }

        .tab-content .bx-wrapper .bx-viewport:after {
            content: " ";
            display: block;
            position: absolute;
            left: 100%;
            top: 0;
            width: 10000px;
            height: 100%;
            background: #fff;
            z-index: 111;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease
        }
    }

    .tab-content .bx-controls a:before {
        font-family: 'FontAwesome'
    }

    .tab-content .bx-pager .bx-pager-item {
        float: left;
        text-align: center;
        margin-right: 3px
    }

        .tab-content .bx-pager .bx-pager-item a {
            display: block;
            width: 20px;
            height: 20px
        }

    .tab-content .bx-controls-auto .bx-controls-auto-item {
        float: left;
        margin-right: 3px;
        text-align: center
    }

        .tab-content .bx-controls-auto .bx-controls-auto-item a {
            display: block;
            width: 20px;
            height: 20px
        }

            .tab-content .bx-controls-auto .bx-controls-auto-item a.bx-start:before {
                content: '\f04b'
            }

            .tab-content .bx-controls-auto .bx-controls-auto-item a.bx-stop:before {
                content: '\f04c'
            }

    .tab-content .bx-controls-direction {
        float: left;
        overflow: hidden
    }

        .tab-content .bx-controls-direction a {
            display: block;
            width: 30px;
            height: 30px;
            float: left;
            margin-right: 3px;
            text-align: center;
            top: -78px;
            overflow: visible;
            z-index: 222;
            background: none
        }

            .tab-content .bx-controls-direction a.bx-prev {
                right: 34px !important;
                left: inherit !important
            }

            .tab-content .bx-controls-direction a.bx-next {
                right: 5px
            }

            .tab-content .bx-controls-direction a:before {
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                font-size: 25px;
                line-height: 25px;
                color: #333;
                opacity: .25
            }

            .tab-content .bx-controls-direction a:hover {
                background: none
            }

                .tab-content .bx-controls-direction a:hover:before {
                    opacity: 1
                }

            .tab-content .bx-controls-direction a.bx-prev:before {
                content: '\f104'
            }

            .tab-content .bx-controls-direction a.bx-next:before {
                content: '\f105'
            }

    .btn.btn-default {
        background: #25addf;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:active:focus, .btn.btn-default:focus {
            background: #0f3b4b;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: white
        }

    .btn.ajax_add_to_cart_button, .btn.ajax_add_to_cart_product_button {
        background: #25addf;
        border: none
    }

    @media (min-width:1200px) {
        .btn.ajax_add_to_cart_button, .btn.ajax_add_to_cart_product_button {
            background: #0e3a4a;
            background-image: -moz-linear-gradient(#144659,#0e3a4a,#09303e);
            background-image: -webkit-linear-gradient(#144659,#0e3a4a,#09303e);
            background-image: linear-gradient(#144659,#0e3a4a,#09303e);
            padding: 8px 12px 11px
        }

            .btn.ajax_add_to_cart_button:after, .btn.ajax_add_to_cart_product_button:after {
                background: #25addf
            }
    }

    .btn.ajax_add_to_cart_button:hover, .btn.ajax_add_to_cart_button:active, .btn.ajax_add_to_cart_button:active:focus, .btn.ajax_add_to_cart_button:focus, .btn.ajax_add_to_cart_product_button:hover, .btn.ajax_add_to_cart_product_button:active, .btn.ajax_add_to_cart_product_button:active:focus, .btn.ajax_add_to_cart_product_button:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        border: none
    }

        .btn.ajax_add_to_cart_button:hover:after, .btn.ajax_add_to_cart_button:active:after, .btn.ajax_add_to_cart_button:active:focus:after, .btn.ajax_add_to_cart_button:focus:after, .btn.ajax_add_to_cart_product_button:hover:after, .btn.ajax_add_to_cart_product_button:active:after, .btn.ajax_add_to_cart_product_button:active:focus:after, .btn.ajax_add_to_cart_product_button:focus:after {
            height: 0
        }

    @media (max-width:1199px) {
        .btn.ajax_add_to_cart_button:hover, .btn.ajax_add_to_cart_button:active, .btn.ajax_add_to_cart_button:active:focus, .btn.ajax_add_to_cart_button:focus, .btn.ajax_add_to_cart_product_button:hover, .btn.ajax_add_to_cart_product_button:active, .btn.ajax_add_to_cart_product_button:active:focus, .btn.ajax_add_to_cart_product_button:focus {
            background: #0f3b4b
        }
    }

    header #languages-block-top div.current:hover, header #languages-block-top div.current.active, header #currencies-block-top div.current:hover, header #currencies-block-top div.current.active, header ul#header_links li a:hover, header ul#header_links li a.active, header #header-login .header_user_info a:hover {
        color: #25addf
    }

    header #tmsearch .btn.button-search {
        background: #25addf
    }

        header #tmsearch .btn.button-search:hover {
            background: #51bee6
        }

    header .top_menu .stickUpHolder > ul > li > a:before {
        background: #25addf
    }

    @media (max-width:1199px) and (min-width:767px) {
        header .top_menu .stickUpHolder > ul > li > a:hover {
            background: #25addf
        }
    }

    @media (max-width:1199px) and (min-width:767px) {
        header .top_menu > ul > li.sfHover > a, header .top_menu > ul > li.sfHoverForce > a, header .top_menu .stickUpHolder > ul > li.sfHover > a, header .top_menu .stickUpHolder > ul > li.sfHoverForce > a {
            background: #25addf
        }
    }

    header .top_menu .stickUpHolder .new_badge .menu_badge {
        background: #f1bf15
    }

    header .top_menu .stickUpHolder .sale_badge .menu_badge {
        background: #36d89d
    }

    header .top_menu .is-megamenu ul.content > li > a:hover, header .top_menu .stickUpHolder .is-megamenu ul.content > li > a:hover {
        color: #25addf
    }

    header .top_menu .is-megamenu ul.content ul li a:hover, header .top_menu .stickUpHolder .is-megamenu ul.content ul li a:hover {
        color: #25addf
    }

    header .shopping_cart > a:first-child {
        background: #25addf
    }

        header .shopping_cart > a:first-child:hover {
            background: #51bee6
        }

    #home-page-tabs > li.active a, #home-page-tabs > li a:hover {
        color: #25addf
    }

    .new-label {
        background: #f1bf15
    }

    .sale-label {
        background: #36d89d
    }

    .block .title_block a:hover, .block h4 a:hover {
        color: #25addf
    }

    .product-name a:hover {
        color: #25addf
    }

    a.product-name:hover {
        color: #25addf
    }

    .old-price {
        color: #25addf
    }

    .breadcrumb a:hover {
        color: #25addf
    }

    #cart_summary tfoot td#total_price_container {
        color: #25addf
    }

    #productscategory_list .product-name a:hover, .accessories-block .product-name a:hover {
        color: #25addf
    }

    #page #homepage-blog li h5 .product-name:hover {
        color: #25addf
    }

    #page #homepage-blog li .date-added {
        color: #25addf
    }

    #page #homepage-blog .btn.btn-default {
        border: none;
        background: #0e3a4a;
        color: white;
        padding: 8px 26px 12px
    }

    @media (min-width:1200px) {
        #page #homepage-blog .btn.btn-default {
            background: #0e3a4a;
            background-image: -moz-linear-gradient(#144659,#0e3a4a,#09303e);
            background-image: -webkit-linear-gradient(#144659,#0e3a4a,#09303e);
            background-image: linear-gradient(#144659,#0e3a4a,#09303e)
        }

            #page #homepage-blog .btn.btn-default:after {
                background: #25addf
            }
    }

    #page #homepage-blog .btn.btn-default:hover {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        color: white
    }

        #page #homepage-blog .btn.btn-default:hover:after {
            height: 100%
        }

    @media (max-width:1199px) {
        #page #homepage-blog .btn.btn-default:hover {
            background: #25addf
        }
    }

    #page .block .title_block a:hover, #page .block h4 a:hover, #page .title_block_exclusive a:hover {
        color: #25addf
    }

    #productscategory_list .product-name a:hover, .accessories-block .product-name a:hover {
        color: #25addf
    }

    ul.product_list .product-image-container .quick-view {
        color: white;
        background: #25addf;
        border: none
    }

        ul.product_list .product-image-container .quick-view:hover {
            background: #1d97c4;
            border: none
        }

    @media (max-width:767px) {
        ul.product_list .product-image-container .quick-view {
            display: none
        }
    }

    .footer-container #footer h4 a:hover {
        color: #25addf
    }

    .footer-container #footer a:hover {
        color: #25addf
    }

    ul.step li.step_current {
        background: #25addf
    }

        ul.step li.step_current span:after {
            background: #25addf
        }

    #habla_window_div #habla_topbar_div {
        background: #25addf !important
    }

    #gear-right {
        background: #333;
        display: block;
        height: 50px;
        left: 0;
        position: fixed;
        top: 150px;
        width: 50px;
        z-index: 10000;
        cursor: pointer;
        -webkit-transform: translateZ(0)
    }

    .icon-2x {
        font-size: 2em
    }

    #gear-right i {
        display: block;
        padding-top: 10px;
        text-align: center
    }

    #tool_customization {
        position: fixed;
        left: -215px;
        top: 150px;
        z-index: 10000;
        height: auto;
        width: 215px;
        background: #333;
        -webkit-transform: translateZ(0)
    }

        #tool_customization p {
            padding: 15px;
            color: #fff;
            font-size: 13px
        }

            #tool_customization p span {
                color: #8d8c8c;
                font-size: 11px
            }

        #tool_customization .list-tools {
            background: #484848;
            border: 1px solid #595959;
            border-left: none;
            border-right: none;
            height: 50px
        }

            #tool_customization .list-tools p {
                font-size: 1em;
                text-transform: uppercase
            }

            #tool_customization .list-tools i {
                font-size: 1.4em;
                position: relative;
                top: -4px
            }

        #tool_customization #color-box {
            margin: 0;
            padding: 15px 0 0 15px
        }

            #tool_customization #color-box li {
                display: inline-block;
                border: 2px solid black;
                height: 30px;
                width: 30px;
                margin: 0 15px 15px 0
            }

                #tool_customization #color-box li:hover {
                    border: 2px solid white
                }

            #tool_customization #color-box .color-theme1 {
                display: block;
                width: 0;
                height: 0;
                border-left-color: transparent !important;
                border-top-color: transparent !important;
                position: relative;
                z-index: 1
            }

            #tool_customization #color-box .color-theme2 {
                display: block;
                width: 26px;
                height: 26px;
                position: relative;
                top: -26px
            }

            #tool_customization #color-box li.theme1 {
                display: none
            }

            #tool_customization #color-box li {
                cursor: pointer
            }

            #tool_customization #color-box .theme1 .color1 {
                border: 13px solid #fff
            }

            #tool_customization #color-box .theme1 .color2 {
                background: #484848
            }

            #tool_customization #color-box .theme2 .color1 {
                border: 13px solid #0f3b4b
            }

            #tool_customization #color-box .theme2 .color2 {
                background: #25addf
            }

            #tool_customization #color-box .theme3 .color1 {
                border: 13px solid #3e0811
            }

            #tool_customization #color-box .theme3 .color2 {
                background: #f21539
            }

            #tool_customization #color-box .theme4 .color1 {
                border: 13px solid #162b07
            }

            #tool_customization #color-box .theme4 .color2 {
                background: #71c336
            }

            #tool_customization #color-box .theme5 .color1 {
                border: 13px solid #281903
            }

            #tool_customization #color-box .theme5 .color2 {
                background: #fb990c
            }

            #tool_customization #color-box .theme6, #tool_customization #color-box .theme7, #tool_customization #color-box .theme8, #tool_customization #color-box .theme9 {
                display: none
            }

        #tool_customization #font-box {
            padding: 0 15px 15px
        }

            #tool_customization #font-box p {
                padding: 0;
                margin: 15px 0 5px;
                color: #9c9b9b
            }

            #tool_customization #font-box .font-list {
                height: 30px;
                width: 180px
            }

        #tool_customization .btn-tools {
            background: #484848;
            border: 1px solid #595959;
            border-left: none;
            border-right: none;
            height: 56px;
            padding: 10px 15px
        }

        #tool_customization .btn {
            width: 47%;
            padding: 8px 5px;
            float: left;
            display: block;
            overflow: hidden
        }

        #tool_customization .btn-1 {
            background: #727171;
            color: white;
            margin: 0 4% 0 0
        }

        #tool_customization .btn-2 {
            background: white;
            color: #3a3939;
            font-weight: 700
        }

        #tool_customization .btn-1:hover {
            background-color: #959394
        }

        #tool_customization .btn-2:hover {
            background-color: #64D3FF
        }

        #tool_customization #block-advertisement {
            display: none !important
        }

        #tool_customization #block-advertisement, #tool_customization #block-advertisement2 {
            padding: 20px
        }

    #tool_customization {
        background: #f1f1f1;
        font-size: 15px;
        color: #5e5652;
        width: 280px
    }

        #tool_customization > p {
            color: #5e5652;
            padding: 26px 55px 0 30px;
            font-size: 15px;
            line-height: 22px
        }

    #gear-right {
        background: #f1f1f1;
        color: #5e5652;
        border-radius: 0 2px 2px 0
    }

    #tool_customization #block-advertisement, #tool_customization #block-advertisement2 {
        padding: 0
    }

    #tool_customization .list-tools p {
        color: #5e5652
    }

    form #tool_customization #color-box {
        overflow: hidden
    }

    form #tool_customization #color-box {
        padding: 0
    }

        form #tool_customization #color-box li {
            width: 40px;
            height: 40px;
            border-width: 1px;
            border-color: #fff;
            float: left;
            margin-right: 20px;
            margin-bottom: 12px
        }

            form #tool_customization #color-box li:hover {
                border-width: 4px
            }

        form #tool_customization #color-box .color1 {
            border-width: 19px !important
        }

        form #tool_customization #color-box li:hover .color1 {
            border-width: 16px !important
        }

        form #tool_customization #color-box .color2 {
            height: 38px;
            top: -38px;
            width: 38px
        }

        form #tool_customization #color-box li:hover .color2 {
            height: 32px;
            top: -32px;
            width: 32px
        }

    form #tool_customization .list-tools {
        background: none;
        border: none;
        height: auto
    }

        form #tool_customization .list-tools p {
            font-size: 16px;
            color: #5e5652;
            padding: 13px 0 17px 30px;
            height: auto;
            margin-bottom: 0
        }

    form #tool_customization #color-box {
        padding-left: 30px
    }

    form #tool_customization .buttons-box {
        padding: 0 30px 15px
    }

        form #tool_customization .buttons-box button {
            width: 100%;
            display: block;
            height: 41px;
            border: 1px solid #d8d8d8;
            background: #fff;
            border-radius: 2px;
            overflow: hidden;
            padding: 2px;
            font-size: 14px;
            font-weight: 700;
            position: relative;
            color: #fff
        }

            form #tool_customization .buttons-box button span {
                width: 50%;
                height: 100%;
                display: block;
                float: left;
                border-radius: 2px;
                height: 35px;
                line-height: 35px;
                position: relative;
                z-index: 1
            }

                form #tool_customization .buttons-box button span.bg {
                    position: absolute;
                    right: 0;
                    top: 0;
                    margin: 2px;
                    background: #de4a4a;
                    z-index: 0;
                    transition: all 0.3s ease-out 0s;
                    -webkit-transition: all 0.3s ease-out 0s
                }

            form #tool_customization .buttons-box button.disable span.bg {
                position: absolute;
                right: 48%;
                background: #1c64a1;
                z-index: 0
            }

    form #tool_customization .btn-tools {
        background: none;
        border-top-color: #d8d8d8;
        border-bottom: none;
        text-align: center;
        padding: 30px;
        height: 101px;
        margin-top: 15px
    }

        form #tool_customization .btn-tools .btn {
            float: none;
            width: 100%;
            display: block;
            margin: 0;
            padding: 8px 5px 9px;
            font-size: 15px;
            font-weight: 700;
            background: #5e5652
        }

            form #tool_customization .btn-tools .btn:hover {
                background: #46403d
            }

    .pax {
        width: 118% !important;
        margin-left: -16px;
        text-align: justify
    }

    .ad, .ad img {
        text-align: center
    }

    .padle {
        margin-left: -55px !important
    }

    #primary_nav_wrap ul, #primary_nav_wrap ul li {
        position: relative;
        float: left;
        margin: 0;
        padding: 0
    }

    .notes li {
        list-style: disc
    }

    .title {
        font-size: 21px !important;
        color: #222 !important
    }

    #primary_nav_wrap ul {
        list-style: none;
        z-index: 99
    }

        #primary_nav_wrap ul a {
            display: block;
            color: #333;
            text-decoration: none;
            font-size: 12px;
            padding: 0 5px
        }

        #primary_nav_wrap ul li.current-menu-item {
            background: #ddd
        }

        #primary_nav_wrap ul li:hover {
            background: #f6f6f6
        }

        #primary_nav_wrap ul ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: #fff;
            padding: 0
        }

    .lnkActive, .lnkInactive {
        margin: 0;
        padding: 5px 10px;
        border-radius: 6px 6px 0 0;
        color: #FFF
    }

    #primary_nav_wrap ul ul li {
        float: none;
        width: 150px
    }

    #primary_nav_wrap ul ul a {
        line-height: 25px
    }

    #primary_nav_wrap ul ul ul {
        top: 0;
        left: 100%
    }

    #primary_nav_wrap ul li:hover > ul {
        display: block
    }

    .hedin, .lnkActive, .lnkInactive {
        display: inline-block
    }

    .lnkActive {
        font-weight: 700;
        background: #88C354;
        text-decoration: none
    }

    .LableHeader, .headers {
        text-decoration: underline;
        font-weight: 700
    }

    .lnkInactive {
        font-weight: 700;
        background: #9D9777
    }

    .advr {
        margin-left: -14px;
        margin-right: -14px
    }

    .ad {
        margin-left: auto;
        margin-right: auto
    }

    .Labletext {
        color: #414040;
        font-style: italic
    }

    .LableHeader {
        color: #414040
    }

    .headers {
        font-size: 14px;
        height: 30px
    }

    .hedin {
        position: relative;
        min-height: 35px;
        max-height: 35px;
        overflow: hidden;
        font-weight: 700;
        color: #21AEF3 !important;
        line-height: 18px !important;
        vertical-align: bottom
    }

    .errormessage {
        color: red
    }

    .mGrid {
        font-size: 13px;
        width: 100%;
        background-color: #fff;
        margin: 5px 0 10px;
        border: 1px solid #525252;
        border-collapse: collapse
    }

        .mGrid .pgr table, .rwd-table .pgr table {
            margin: 5px 0
        }

        .mGrid td {
            padding: 5px;
            border-bottom: solid 1px #c1c1c1;
            color: #717171
        }

        .mGrid th {
            padding: 4px 2px;
            color: #fff;
            background: url(grd_head.png) top repeat-x #424242;
            border-left: solid 1px #525252;
            font-size: .9em
        }

        .mGrid .alt {
            background: url(grd_alt.png) top repeat-x #F2F2F2
        }

        .mGrid .pgr {
            background: url(grd_pgr.png) top repeat-x #424242
        }

            .mGrid .pgr td {
                border-width: 0;
                padding: 0 6px;
                border-left: solid 1px #666;
                font-weight: 700;
                color: #fff;
                line-height: 12px
            }

    .job, .rwd-table {
        border: 1px solid #31ACD0
    }

    .mGrid .pgr a {
        color: #666;
        text-decoration: none
    }

        .mGrid .pgr a:hover {
            color: #000;
            text-decoration: none
        }

    .rwd-table {
        font-size: 13px;
        width: 100%;
        background-color: #fff;
        border-radius: 5px
    }

        .rwd-table th {
            display: none
        }

        .rwd-table td {
            display: block;
            background: #F2F2F2
        }

        .rwd-table table td {
            display: inline-table;
            padding: 0 !important
        }

        .rwd-table .pgr td:before {
            content: attr(data-th);
            font-weight: 700;
            width: .3em;
            display: block !important
        }

        .rwd-table td, .rwd-table th {
            text-align: left
        }

    @media (min-width:768px) {
        .rwd-table td:before {
            display: none
        }

        .rwd-table td, .rwd-table th {
            display: table-cell;
            padding: .25em .5em
        }

        .rwd-table th {
            color: #fff;
            font-weight: 700
        }

            .rwd-table td:first-child, .rwd-table th:first-child {
                padding-left: 0
            }

            .rwd-table td:last-child, .rwd-table th:last-child {
                padding-right: 0
            }
    }

    .ads, .ads .lnk, .ads .lnk1 {
        position: relative;
        display: inline-block
    }

    .rwd-table tr {
        border: 1px solid #ddd;
        color: #333
    }

        .rwd-table tr a {
            color: #31ACDF
        }

    .rwd-table a, .rwd-table th a {
        color: #fff
    }

    .rwd-table th {
        padding: 4px 2px;
        color: #fff;
        background: #31ACDF;
        font-size: .9em
    }

    @media (min-width:768px) {
        .rwd-table td, .rwd-table th {
            padding: 1em !important
        }
    }

    .rwd-table .pgr {
        background: url(grd_pgr.png) top repeat-x #424242
    }

        .rwd-table .pgr tr {
            border: none !important;
            margin: 0 !important;
            padding: 0 !important
        }

        .rwd-table .pgr td {
            padding-bottom: 0 !important;
            padding-top: 0 !important;
            width: 20px
        }

        .rwd-table .pgr a {
            font-weight: 700;
            color: #222;
            text-decoration: none
        }

            .rwd-table .pgr a:hover {
                color: #c00;
                text-decoration: underline
            }

    .newsdetail a {
        color: #027CD5;
        font-size: 12px
    }

        .newsdetail a:hover {
            color: #c00
        }

    .newscontent, .newsdetail {
        color: #333 !important
    }

    .newscontent {
        margin-left: -42px;
        background-color: #f2f2f2
    }

        .newscontent a {
            color: #027CD5;
            font-size: 14px;
            font-weight: 700
        }

            .newscontent a:hover {
                color: #c00
            }

        .newscontent i {
            font-size: 19px;
            padding-right: 10px;
            line-height: 25px
        }

    .clear {
        clear: both;
        margin-bottom: 5px
    }

    .ads {
        margin: 0 0 30px;
        width: 100%;
        padding: 10px 10px 16px;
        background-color: #fff;
        border: 1px solid #C1C1C1;
        border-radius: 5px
    }

        .ads ul {
            border-top: 1px solid #ccc;
            line-height: 24px
        }

    .category h4 {
        color: #222
    }

    .ads i, .right-block i {
        font-size: 14px !important;
        margin-left: 20px;
        padding: 2px;
        color: #21AEF3
    }

    .center-block a, .right-block a {
        font-size: 14px !important;
        font-weight: 700
    }

    .ads a {
        font-size: 14px
    }

    .ads .lnk {
        min-height: 60px;
        max-height: 60px;
        overflow: hidden;
        font-weight: 700
    }

    .ads .lnk1 {
        min-height: 70px;
        max-height: 70px !important;
        overflow: hidden !important
    }

    .imgclass, .imimg, .imimg3 {
        overflow: hidden;
        display: block;
        margin: auto;
        position: relative
    }

    .ads .lnk1 a {
        font-weight: 400;
        font-size: 12px !important
    }

    .product-image-container img {
        height: 165px !important
    }

    .imimg {
        min-height: 200px;
        max-height: 200px
    }

        .imimg img {
            display: block;
            margin: auto
        }

    .imgclass {
        min-height: 150px;
        max-height: 150px
    }

        .imgclass img {
            display: block;
            margin: auto;
            height: 115px !important
        }

    .imimg3 {
        min-height: 165px;
        max-height: 165px
    }

        .imimg3 img {
            display: block;
            margin: auto
        }

    .recent-post-title {
        margin: 0 0 15px;
        padding: 0;
        position: relative;
        border-bottom: 2px solid #21AEF3;
        background: url(/content/images/title_pat.png)
    }

        .recent-post-title h1, .recent-post-title h2 {
            margin: 0;
            padding: 5px 10px;
            background: #21AEF3;
            border-radius: 0 5px 0 0
        }

        .recent-post-title h1 {
            font: 500 26px Roboto,sans-serif;
            color: #F2F2F2;
            display: inline-block
        }

        .recent-post-title h2 {
            font: 700 17px/22px Arial,sans-serif;
            height: 28px;
            color: #FFF;
            display: inline-block
        }

    .vid1, .vid2 {
        font: 700 17px/22px Arial,sans-serif;
        height: 28px;
        margin: 0;
        padding: 5px 10px;
        border-radius: 5px 5px 0 0;
        color: #FFF;
        display: inline-block
    }

    .vid1 {
        background: #CDCDCD
    }

    .vid2 {
        background: #21AEF3
    }

    .recent-post-title h2 a {
        color: #FFF
    }

    .job {
        display: inline-block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #31ACDF;
        padding: 10px 0;
        border-radius: 5px 5px 0 0;
        position: relative;
        color: #fff;
        font: 400 16px/20px Roboto,sans-serif
    }

    .jobcontent {
        border: 1px solid #31ACD0;
        border-radius: 5px 5px 0 0
    }

        .jobcontent li {
            padding: 7px 0;
            border-bottom: 1px solid #ddd;
            margin-left: -42px
        }

            .jobcontent li a {
                font-weight: 700;
                color: #31ACDF
            }

                .jobcontent li a:hover {
                    color: #CD4237
                }

    .video1 {
        margin: 0 0 30px;
        width: 100%;
        padding: 10px 10px 16px;
        position: relative;
        background-color: #fff;
        display: inline-block;
        border: 1px solid #C1C1C1;
        border-radius: 5px
    }

        .video1 ul {
            border-top: 1px solid #ccc;
            line-height: 24px
        }

        .video1 h4 {
            color: #222
        }

        .video1 i {
            color: #21AEF3;
            font-size: 18px;
            padding: 4px
        }

        .video1 a {
            font-size: 14px;
            color: #333
        }

            .video1 a:hover {
                color: #c00
            }

    .content_price {
        padding-left: 10px !important
    }

    .hed {
        height: 40px !important;
        line-height: 18px !important;
        margin-left: 10px !important
    }

    .heda {
        font-size: 14px !important;
        font-weight: 700;
        padding-top: 10px !important
    }

    .MyCalendar .ajax__calendar_container {
        background-color: #FFFACD;
        color: red;
        -webkit-box-shadow: 0 0 15px red;
        -moz-box-shadow: 0 0 15px red;
        box-shadow: 0 0 15px red;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        z-index: 1000
    }

    .MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year {
        color: #000
    }

    .MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year {
        color: red;
        font-weight: 700
    }

    .MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year {
        color: #000;
        font-weight: 700
    }

    .contact-title {
        margin: -5px 0 27px 0;
        line-height: 23px
    }

        .contact-title i {
            font-size: 23px;
            color: silver;
            padding: 0 8px 0 0
        }

    .contact-form-box {
        padding: 23px 0 0 0;
        margin: 0 0 30px 0;
        background: url(../images/contact-form.png) repeat-x white;
        -moz-box-shadow: rgba(0,0,0,.17) 0 5px 13px;
        -webkit-box-shadow: rgba(0,0,0,.17) 0 5px 13px;
        box-shadow: rgba(0,0,0,.17) 0 5px 13px
    }

        .contact-form-box fieldset {
            padding: 0 19px 21px 19px;
            background: url(../images/form-contact-shadow.png) center bottom no-repeat;
            background-size: contain
        }

        .contact-form-box label {
            margin: 0 0 6px 0
        }

        .contact-form-box .page-subheading {
            padding-left: 0;
            border: none;
            margin-bottom: 0
        }

        .contact-form-box .col-md-3 {
            padding-left: 0
        }

    @media (max-width:991px) {
        .contact-form-box .col-md-3 {
            padding-right: 0
        }
    }

    .contact-form-box .col-md-9 {
        padding-right: 0
    }

    @media (max-width:991px) {
        .contact-form-box .col-md-9 {
            padding-left: 0
        }
    }

    .contact-form-box #desc_contact0 {
        display: none
    }

    .contact-form-box .form-group {
        margin: 7px
    }

    .contact-form-box textarea {
        height: 257px
    }

    .contact-form-box .submit {
        margin-top: 13px
    }

    .contact-form-box select.form-control {
        max-width: 270px;
        width: 100%
    }

    .contact-form-box input.form-control {
        max-width: 270px
    }

    #contact.hide-right-column div.uploader span.filename, #contact.hide-left-column div.uploader span.filename {
        width: 97px
    }

    @media (min-width:992px) and (max-width:1199px) {
        #contact.hide-right-column div.uploader span.filename, #contact.hide-left-column div.uploader span.filename {
            width: 53px
        }
    }

    #contact.hide-right-column.hide-left-column div.uploader span.filename {
        width: 172px
    }

    @media (min-width:992px) and (max-width:1199px) {
        #contact.hide-right-column.hide-left-column div.uploader span.filename {
            width: 114px
        }
    }

    @media (min-width:320px) and (max-width:340px) {
        #contact.hide-right-column.hide-left-column div.uploader span.filename {
            width: 155px
        }
    }