

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #999
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    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
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn {
    float: left
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative
}

.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:after, .btn-toolbar:before {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-group > .btn-group, .btn-toolbar .btn-group {
    float: left
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group-sm > .btn, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-sm > .btn {
    padding: 5px 10px
}

.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    display: block;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after {
    clear: both
}

.btn-group-vertical > .btn-group > .btn, .nav-tabs.nav-justified > li {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified, .input-group {
    display: table;
    border-collapse: separate
}

.btn-group-justified {
    width: 100%;
    table-layout: fixed
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.input-group {
    position: relative
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.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
}

.input-group-addon {
    white-space: nowrap
}

.input-group-addon, .input-group-btn {
    width: 1%;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=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 > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .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 {
    position: relative;
    white-space: nowrap
}

.input-group-btn:first-child > .btn {
    margin-right: -1px
}

.input-group-btn:last-child > .btn {
    margin-left: -1px
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -4px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:hover {
    z-index: 2
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav:after, .nav:before {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav > li, .nav > li > a {
    position: relative;
    display: block
}

.nav > li > a {
    padding: 10px 15px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #999
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #428bca
}

.nav-justified > li, .nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.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:after, .navbar:before {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:after, .navbar-header:before {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after, .navbar-collapse:before {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .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
    }
}

@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;
    margin: 8px -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block
    }

    .navbar-form select.form-control {
        width: auto
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        float: none;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }

    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.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: #ccc
}

.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 {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a: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, a.list-group-item .list-group-item-heading {
    color: #333
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .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: #080808
}

.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 {
    color: #fff;
    background-color: #080808
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999
    }

    .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: #080808
    }

    .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
    }
}

.breadcrumb > .active, .navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li, .pagination {
    display: inline-block
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pager li, .pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #eee
}

.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;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager:after, .pager:before {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.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: #999;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label[href]:focus, .label[href]:hover, a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #999
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: gray
}

.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;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.nav-pills > .active > a > .badge, a.list-group-item.active > .badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1, .jumbotron h1 {
    line-height: 1;
    color: inherit
}

.jumbotron p {
    line-height: 1.4
}

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail a > img, .thumbnail > img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #428bca
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar, .progress-striped .progress-bar-danger, .progress-striped .progress-bar-info, .progress-striped .progress-bar-success, .progress-striped .progress-bar-warning {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-bar-danger {
    background-color: #d9534f
}

.media, .media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media > .pull-left {
    margin-right: 10px
}

.media > .pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item:focus, a.list-group-item:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

a.list-group-item.active .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading {
    color: inherit
}

a.list-group-item.active .list-group-item-text, a.list-group-item.active:focus .list-group-item-text, a.list-group-item.active:hover .list-group-item-text {
    color: #e1edf7
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item {
    border-width: 1px 0
}

.panel > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel > .list-group .list-group-item:last-child {
    border-bottom: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel-group .panel-heading + .panel-collapse .panel-body, .panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child td, .panel > .table > tbody: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-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:last-child > td, .panel > .table-bordered > thead > tr:last-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:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle, .panel-title, .panel-title > a {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default, .well blockquote {
    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-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #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-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.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-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-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1
}

.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-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    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
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after, .modal-footer:before {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-clip: padding-box
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow {
    border-width: 11px
}

.popover .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
    content: " "
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0;
    content: " "
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    border-top-width: 0
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0;
    content: " "
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
    border-right-width: 0
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #fff;
    border-right-width: 0;
    content: " "
}

.carousel, .carousel-inner {
    position: relative
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active, .carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-control, .carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .active.left, .carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    opacity: .5;
    filter: alpha(opacity=50)
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs, td.visible-xs, th.visible-xs, tr.visible-xs {
    display: none !important
}

@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
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
        display: block !important
    }

    table.visible-xs.visible-sm {
        display: table
    }

    tr.visible-xs.visible-sm {
        display: table-row !important
    }

    td.visible-xs.visible-sm, th.visible-xs.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
        display: block !important
    }

    table.visible-xs.visible-md {
        display: table
    }

    tr.visible-xs.visible-md {
        display: table-row !important
    }

    td.visible-xs.visible-md, th.visible-xs.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display: block !important
    }

    table.visible-xs.visible-lg {
        display: table
    }

    tr.visible-xs.visible-lg {
        display: table-row !important
    }

    td.visible-xs.visible-lg, th.visible-xs.visible-lg {
        display: table-cell !important
    }
}

.visible-sm, td.visible-sm, th.visible-sm, tr.visible-sm {
    display: none !important
}

@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block !important
    }

    table.visible-sm.visible-xs {
        display: table
    }

    tr.visible-sm.visible-xs {
        display: table-row !important
    }

    td.visible-sm.visible-xs, th.visible-sm.visible-xs {
        display: table-cell !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
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
        display: block !important
    }

    table.visible-sm.visible-md {
        display: table
    }

    tr.visible-sm.visible-md {
        display: table-row !important
    }

    td.visible-sm.visible-md, th.visible-sm.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important
    }

    table.visible-sm.visible-lg {
        display: table
    }

    tr.visible-sm.visible-lg {
        display: table-row !important
    }

    td.visible-sm.visible-lg, th.visible-sm.visible-lg {
        display: table-cell !important
    }
}

.visible-md, td.visible-md, th.visible-md, tr.visible-md {
    display: none !important
}

@media (max-width: 767px) {
    .visible-md.visible-xs {
        display: block !important
    }

    table.visible-md.visible-xs {
        display: table
    }

    tr.visible-md.visible-xs {
        display: table-row !important
    }

    td.visible-md.visible-xs, th.visible-md.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
        display: block !important
    }

    table.visible-md.visible-sm {
        display: table
    }

    tr.visible-md.visible-sm {
        display: table-row !important
    }

    td.visible-md.visible-sm, th.visible-md.visible-sm {
        display: table-cell !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
    }
}

@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important
    }

    table.visible-md.visible-lg {
        display: table
    }

    tr.visible-md.visible-lg {
        display: table-row !important
    }

    td.visible-md.visible-lg, th.visible-md.visible-lg {
        display: table-cell !important
    }
}

.visible-lg, td.visible-lg, th.visible-lg, tr.visible-lg {
    display: none !important
}

@media (max-width: 767px) {
    .visible-lg.visible-xs {
        display: block !important
    }

    table.visible-lg.visible-xs {
        display: table
    }

    tr.visible-lg.visible-xs {
        display: table-row !important
    }

    td.visible-lg.visible-xs, th.visible-lg.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
        display: block !important
    }

    table.visible-lg.visible-sm {
        display: table
    }

    tr.visible-lg.visible-sm {
        display: table-row !important
    }

    td.visible-lg.visible-sm, th.visible-lg.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
        display: block !important
    }

    table.visible-lg.visible-md {
        display: table
    }

    tr.visible-lg.visible-md {
        display: table-row !important
    }

    td.visible-lg.visible-md, th.visible-lg.visible-md {
        display: table-cell !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
    }
}

.hidden-xs {
    display: block !important
}

table.hidden-lg, table.hidden-md, table.hidden-sm, table.hidden-xs {
    display: table
}

tr.hidden-xs {
    display: table-row !important
}

td.hidden-xs, th.hidden-xs {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-xs, td.hidden-xs, th.hidden-xs, tr.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm, td.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md, td.hidden-xs.hidden-md, th.hidden-xs.hidden-md, tr.hidden-xs.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xs.hidden-lg, td.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg {
        display: none !important
    }
}

.hidden-sm {
    display: block !important
}

tr.hidden-sm {
    display: table-row !important
}

td.hidden-sm, th.hidden-sm {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-sm.hidden-xs, td.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm, td.hidden-sm, th.hidden-sm, tr.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md, td.hidden-sm.hidden-md, th.hidden-sm.hidden-md, tr.hidden-sm.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-sm.hidden-lg, td.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg {
        display: none !important
    }
}

.hidden-md {
    display: block !important
}

tr.hidden-md {
    display: table-row !important
}

td.hidden-md, th.hidden-md {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-md.hidden-xs, td.hidden-md.hidden-xs, th.hidden-md.hidden-xs, tr.hidden-md.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm, td.hidden-md.hidden-sm, th.hidden-md.hidden-sm, tr.hidden-md.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md, td.hidden-md, th.hidden-md, tr.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-md.hidden-lg, td.hidden-md.hidden-lg, th.hidden-md.hidden-lg, tr.hidden-md.hidden-lg {
        display: none !important
    }
}

.hidden-lg {
    display: block !important
}

tr.hidden-lg {
    display: table-row !important
}

td.hidden-lg, th.hidden-lg {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-lg.hidden-xs, td.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm, td.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md, td.hidden-lg.hidden-md, th.hidden-lg.hidden-md, tr.hidden-lg.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg, td.hidden-lg, th.hidden-lg, tr.hidden-lg {
        display: none !important
    }
}

.visible-print, td.visible-print, th.visible-print, tr.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
    }

    .hidden-print, td.hidden-print, th.hidden-print, tr.hidden-print {
        display: none !important
    }
}

/*!
* Bootstrap v3.0.1 by @fat and @mdo
* Copyright 2013 Twitter, Inc.
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @mdo and @fat.
*/
@-webkit-keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@-webkit-keyframes shake {
    0%, to {
        -webkit-transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px)
    }
}

@keyframes shake {
    0%, to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, to {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, to {
        -webkit-transform-origin: top center
    }
    20% {
        -webkit-transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes wobble {
    0%, to {
        -webkit-transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg)
    }
}

@keyframes wobble {
    0%, to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
}

@-webkit-keyframes pulse {
    0%, to {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1)
    }
}

@keyframes pulse {
    0%, to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
        transform: perspective(400px) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scale(1);
        transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg)
    }
    to {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    to {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg)
    }
    to {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    to {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px)
    }
    to {
        -webkit-transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px)
    }
    to {
        -webkit-transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px)
    }
    to {
        -webkit-transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px)
    }
    to {
        -webkit-transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    to {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    to {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    to {
        -webkit-transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    to {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg)
    }
    10% {
        -webkit-transform: skewX(-8deg)
    }
    20% {
        -webkit-transform: skewX(7deg)
    }
    30% {
        -webkit-transform: skewX(-6deg)
    }
    40% {
        -webkit-transform: skewX(5deg)
    }
    50% {
        -webkit-transform: skewX(-4deg)
    }
    60% {
        -webkit-transform: skewX(3deg)
    }
    70% {
        -webkit-transform: skewX(-2deg)
    }
    80% {
        -webkit-transform: skewX(1deg)
    }
    90%, to {
        -webkit-transform: skewX(0deg)
    }
}

@keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg);
        transform: skewX(9deg)
    }
    10% {
        -webkit-transform: skewX(-8deg);
        transform: skewX(-8deg)
    }
    20% {
        -webkit-transform: skewX(7deg);
        transform: skewX(7deg)
    }
    30% {
        -webkit-transform: skewX(-6deg);
        transform: skewX(-6deg)
    }
    40% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }
    50% {
        -webkit-transform: skewX(-4deg);
        transform: skewX(-4deg)
    }
    60% {
        -webkit-transform: skewX(3deg);
        transform: skewX(3deg)
    }
    70% {
        -webkit-transform: skewX(-2deg);
        transform: skewX(-2deg)
    }
    80% {
        -webkit-transform: skewX(1deg);
        transform: skewX(1deg)
    }
    90%, to {
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg)
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg)
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5
    }
    to {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
}

@-webkit-keyframes MenuAnimOut2 {
    to {
        -webkit-transform: translateX(-100%);
        opacity: 0
    }
}

@-webkit-keyframes MenuAnimOut3 {
    to {
        -webkit-transform: translateZ(300px);
        opacity: 0
    }
}

@-webkit-keyframes MenuAnimOut4 {
    to {
        -webkit-transform: translateZ(-300px);
        opacity: 0
    }
}

@-webkit-keyframes MenuAnimOut5 {
    to {
        -webkit-transform: translateY(40%);
        opacity: 0
    }
}

@keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg)
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5
    }
    to {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
}

@keyframes MenuAnimOut2 {
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes MenuAnimOut3 {
    to {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0
    }
}

@keyframes MenuAnimOut4 {
    to {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0
    }
}

@keyframes MenuAnimOut5 {
    to {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0
    }
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        opacity: .5
    }
    to {
        -webkit-transform: translateZ(0) rotateY(0deg);
        opacity: 1
    }
}

@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
        opacity: .5
    }
    to {
        -webkit-transform: translateZ(0) rotateY(0deg);
        transform: translateZ(0) rotateY(0deg);
        opacity: 1
    }
}

@keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(50%);
        opacity: 0
    }
}

@-webkit-keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(100%);
        opacity: 0
    }
}

@-webkit-keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateZ(-300px);
        opacity: 0
    }
}

@-webkit-keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateZ(300px);
        opacity: 0
    }
}

@-webkit-keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateZ(-200px);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.btn {
    font-size: 14px;
    padding: .5em 1em;
    border: 0;
    border-radius: 2px;
    position: relative;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1)
}

.btn-danger:hover, .btn-default:hover, .btn-info:hover, .btn-primary:hover, .btn-success:hover, .btn-warning:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2), inset 0 -2px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2), inset 0 -2px 3px rgba(0, 0, 0, .15)
}

.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-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active {
    -webkit-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, .15);
    box-shadow: inset 0 -2px 3px rgba(0, 0, 0, .15);
    top: 1px
}

.btn-default {
    background: #1f1f1f;
    color: #fff
}

.btn-default:focus, .btn-default:hover {
    background: #000;
    color: #fff
}

.btn-default.active, .btn-default:active {
    background: #000;
    color: #fff
}

.btn-primary {
    background: #E1A827
}

.btn-primary:focus, .btn-primary:hover {
    background: #f9654c
}

#sub-cart .product-medialist .item:hover, .btn-primary.active, .btn-primary:active {
    background: #f9654c
}

.btn-success {
    background: #5cb85c
}

.btn-success:focus, .btn-success:hover {
    background-color: #419641
}

.btn-success.active, .btn-success:active {
    background-color: #419641
}

.btn-warning {
    background: #f0ad4e
}

.btn-warning:focus, .btn-warning:hover {
    background-color: #eb9316
}

.btn-warning.active, .btn-warning:active {
    background-color: #eb9316
}

.btn-danger {
    background: #d9534f
}

.btn-danger:focus, .btn-danger:hover {
    background-color: #c12e2a
}

.btn-danger.active, .btn-danger:active {
    background-color: #c12e2a
}

.btn-info {
    background: #5bc0de
}

.btn-info:focus, .btn-info:hover {
    background-color: #2aabd2
}

.btn-info.active, .btn-info:active {
    background-color: #2aabd2
}

.alert a, .btn-link {
    color: #E1A827
}

.btn-link:focus, .btn-link:hover {
    color: #b31f05;
    text-decoration: none
}

.btn-link.active, .btn-link:active {
    color: #b31f05
}

.btn-lg {
    font-size: 1.25em;
    padding: 10px 16px;
    line-height: 1.33
}

.btn-sm {
    font-size: 14px;
    padding: 5px 10px
}

.btn-xs {
    font-size: 12px;
    padding: 1px 5px
}

.btn-round {
    border-radius: 1.25em
}

.img-thumbnail, .thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #e8e8e8
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #E1A827
}

.navbar-default {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8)) repeat-x;
    background: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%) repeat-x;
    background: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%) repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075)
}

.navbar-default .navbar-nav > .active > a {
    background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f3f3f3)) repeat-x;
    background: -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%) repeat-x;
    background: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%) repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075)
}

.navbar-brand, .navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25)
}

.navbar-inverse {
    background: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222)) repeat-x;
    background: -o-linear-gradient(top, #3c3c3c 0%, #222 100%) repeat-x;
    background: linear-gradient(to bottom, #3c3c3c 0%, #222 100%) repeat-x
}

.navbar-inverse .navbar-nav > .active > a {
    background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#282828)) repeat-x;
    background: -o-linear-gradient(top, #222 0%, #282828 100%) repeat-x;
    background: linear-gradient(to bottom, #222 0%, #282828 100%) repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25)
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
    border-radius: 0
}

.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05)
}

.alert-success {
    background: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc)) repeat-x;
    background: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%) repeat-x;
    background: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%) repeat-x;
    border-color: #b2dba1
}

.alert-info {
    color: #919191;
    background-color: #f2f2f2;
    border-color: transparent
}

.alert {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    margin-bottom: 10px
}

.alert-warning {
    background: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0)) repeat-x;
    background: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%) repeat-x;
    background: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%) repeat-x;
    border-color: #f5e79e
}

.alert-danger {
    background: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3)) repeat-x;
    background: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%) repeat-x;
    background: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%) repeat-x;
    border-color: #dca7a7
}

.progress {
    background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5)) repeat-x;
    background: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%) repeat-x;
    background: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%) repeat-x
}

.progress-bar {
    background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9)) repeat-x;
    background: -o-linear-gradient(top, #428bca 0%, #3071a9 100%) repeat-x;
    background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%) repeat-x
}

.progress-bar-success {
    background: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44)) repeat-x;
    background: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%) repeat-x;
    background: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%) repeat-x
}

.progress-bar-info {
    background: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5)) repeat-x;
    background: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%) repeat-x;
    background: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%) repeat-x
}

.progress-bar-warning {
    background: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f)) repeat-x;
    background: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%) repeat-x;
    background: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%) repeat-x
}

.progress-bar-danger {
    background: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c)) repeat-x;
    background: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%) repeat-x;
    background: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%) repeat-x
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    text-shadow: 0 -1px 0 #3071a9;
    background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3278b3)) repeat-x;
    background: -o-linear-gradient(top, #428bca 0%, #3278b3 100%) repeat-x;
    background: linear-gradient(to bottom, #428bca 0%, #3278b3 100%) repeat-x;
    border-color: #3278b3
}

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

.panel-default > .panel-heading {
    color: #919191;
    background: #f2f2f2
}

.panel-primary > .panel-heading {
    background: #E1A827
}

.panel-success > .panel-heading {
    background: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6)) repeat-x;
    background: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%) repeat-x;
    background: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%) repeat-x
}

.panel-info > .panel-heading {
    background: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3)) repeat-x;
    background: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%) repeat-x;
    background: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%) repeat-x
}

.panel-warning > .panel-heading {
    background: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc)) repeat-x;
    background: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%) repeat-x;
    background: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%) repeat-x
}

.panel-danger > .panel-heading {
    background: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc)) repeat-x;
    background: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%) repeat-x;
    background: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%) repeat-x
}

.well {
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5)) repeat-x;
    background: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%) repeat-x;
    background: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%) repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1)
}

.input-group {
    font-size: 16px
}

.form-control:focus {
    border-color: #bebebe;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .1)
}

.paginator li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px
}

.paginator li a {
    display: block;
    text-decoration: none;
    height: 32px;
    min-width: 20px;
    line-height: 32px;
    vertical-align: middle
}

.paginator li.active a, .panel-default .panel-title > a:hover {
    color: #E1A827
}

.paginator li.first a, .paginator li.last a, .paginator li.next a, .paginator li.prev a {
    min-width: 32px;
    border-radius: 16px;
    border: 2px solid #919191
}

.mfp-align-top .mfp-container:before, .paginator .disabled {
    display: none
}

.nav-tabs {
    border: 0
}

.nav-tabs > li {
    margin-bottom: 0
}

.nav-tabs > li > a {
    border: 0;
    border-radius: 0;
    margin-right: 2px;
    background: #e9e9e9;
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    padding: 1em 2em
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover {
    border: 0;
    color: #7c7c7c;
    background: #f2f2f2
}

.tab-content {
    padding: 2em 1.5em;
    background: #f2f2f2;
    color: #919191;
    font-size: 12px;
    line-height: 1.75
}

.nav-stacked > li + li {
    margin-top: 4px
}

.nav.nav-stacked > li > a {
    background: #f2f2f2;
    color: #919191;
    text-transform: uppercase
}

.nav.nav-stacked > li.active > a, .nav.nav-stacked > li.active > a:focus, .nav.nav-stacked > li.active > a:hover, .nav.nav-stacked > li > a:hover {
    background: #e9e9e9;
    color: #1f1f1f
}

.panel-group .panel {
    border-radius: 1px
}

.panel-primary {
    border: 0
}

.panel-primary .panel-title > a {
    color: #fff
}

.panel-title {
    font-size: 14px;
    text-transform: uppercase
}

.panel-title > a {
    display: block
}

.panel-heading {
    border-radius: 1px 1px 0 0;
    padding: .5em 1em
}

.panel-default .panel-title > a {
    color: #919191
}

.stylish-input input[type=email], .stylish-input input[type=password], .stylish-input input[type=tel], .stylish-input input[type=text], .stylish-input select {
    height: 32px;
    font-size: 12px
}

.stylish-input textarea {
    font-size: 12px;
    height: 100px
}

.stylish-input select {
    padding-top: 3px;
    padding-bottom: 3px
}

.stylish-input .control-label {
    padding-top: 4px
}

.form-group > label {
    margin-bottom: 5px
}


.noIE .animated {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noIE .animated.animation-done {
    opacity: 1
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.flip, .flipInX, .flipInY, .flipOutX, .flipOutY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flip;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flip;
    -o-backface-visibility: visible !important;
    -o-animation-name: flip;
    backface-visibility: visible !important;
    animation-name: flip
}

.flipInX, .flipInY, .flipOutX, .flipOutY {
    -webkit-animation-name: flipInX;
    -moz-animation-name: flipInX;
    -o-animation-name: flipInX;
    animation-name: flipInX
}

.flipInY, .flipOutX, .flipOutY {
    -webkit-animation-name: flipOutX;
    -moz-animation-name: flipOutX;
    -o-animation-name: flipOutX;
    animation-name: flipOutX
}

.flipInY, .flipOutY {
    -webkit-animation-name: flipInY;
    -moz-animation-name: flipInY;
    -o-animation-name: flipInY;
    animation-name: flipInY
}

.flipOutY {
    -webkit-animation-name: flipOutY;
    -moz-animation-name: flipOutY;
    -o-animation-name: flipOutY;
    animation-name: flipOutY
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.animated.lightSpeedIn {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.lightSpeedOut, .wiggle {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.animated.lightSpeedOut {
    -webkit-animation-duration: .25s;
    animation-duration: .25s
}

.wiggle {
    -webkit-animation-name: wiggle;
    animation-name: wiggle
}

.animated.wiggle {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.blink {
    -webkit-animation: blink .4s linear 4;
    animation: blink .4s linear 4
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-bg, .mfp-container, .mfp-wrap {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
    position: fixed
}

.mfp-container {
    text-align: center;
    position: absolute;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before, .mfp-content {
    display: inline-block;
    vertical-align: middle
}

.mfp-container:before {
    content: '';
    height: 100%
}

.mfp-content {
    position: relative;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure, .mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow .mfp-b {
    top: 0
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow .mfp-a, .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b, .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.mfp-figure:after, img.mfp-img {
    display: block;
    width: auto;
    height: auto
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content, img.mfp-img {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus {
    outline: 0
}

.slides {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider {
    margin: 0;
    padding: 0;
    position: relative;
    zoom: 1
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative;
    overflow: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides > li:first-child {
    display: block
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

#home-slider .flexslider {
    max-height: 503px
}

.flex-caption {
    position: absolute;
    top: 0;
    left: 0
}

.flex-direction-nav {
    padding: 0
}

.flex-control-nav, .flex-direction-nav {
    margin: 0;
    list-style: none
}

.flex-direction-nav a {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50%;
    background: #fff !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 20 !important
}

.flex-direction-nav a:hover {
    background: #333 !important;
    color: #fff
}

.flex-direction-nav a > i {
    display: block;
    padding: 10px 0
}

.flex-prev {
    left: 10px
}

.flex-next {
    right: 10px
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 20px
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 20px
}

.flex-control-nav {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 6px 10px;
    background: #1f1f1f;
    background: rgba(0, 0, 0, .3);
    border-radius: 12px;
    line-height: 1
}

.flex-control-nav > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px
}

.flex-control-nav a {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    text-indent: -999em;
    cursor: pointer;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

.flex-control-nav .flex-active {
    width: 12px;
    height: 12px;
    border: 3px solid #E1A827;
    background: trasnparent
}

.flex-caption.gfc {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.75;
    margin: 0;
    border: 0;
    white-space: nowrap;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5)
}

.gfc a, .gfc a:hover {
    color: #fff
}

.gfc .btn {
    margin: 15px 0
}

.gfc.h6 {
    font-size: 18px
}

.gfc.h5 {
    font-size: 24px
}

.gfc.h4 {
    font-size: 32px
}

.gfc.h3 {
    font-size: 36px
}

.gfc.h1 {
    font-size: 48px
}

.gfc.herotext {
    font-size: 72px
}

.gfc.super-giant {
    font-size: 160px;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: 1;
    text-shadow: none
}

.gfc.round {
    padding: 20px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    width: 280px;
    height: 280px;
    font-size: 50px
}

.gfc.round span {
    display: block;
    line-height: 1.25;
    color: #E1A827;
    text-shadow: none
}

@media only screen and (max-width: 767px) {
    .gfc {
        zoom: .5
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gfc {
        zoom: .65
    }
}

.gfc.bg-dark {
    background: #333;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    padding: 15px;
    line-height: 1
}

.social-likes, .social-likes__widget {
    vertical-align: middle !important;
    word-spacing: 0 !important;
    text-indent: 0 !important;
    list-style: none !important
}

.social-likes__widget {
    padding: 0
}

.social-likes {
    display: block;
    opacity: 0;
    padding: 15px 0 0;
    text-align: center
}

.product-single .social-likes {
    text-align: right
}

.social-likes_visible {
    opacity: 1;
    -webkit-transition: opacity .1s ease-in;
    -o-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in
}

.social-likes > * {
    display: inline-block;
    visibility: hidden
}

.social-likes_vertical > * {
    display: block
}

.social-likes_visible > * {
    visibility: inherit
}

.social-likes__widget {
    white-space: nowrap;
    cursor: pointer;
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px !important;
    text-align: center;
    border: 0;
    background-color: #919191;
    color: #ececec;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px
}

.social-likes__widget:hover {
    color: #fff
}

.social-likes__widget:after, .social-likes__widget:before {
    display: none !important
}

.social-likes_vertical .social-likes__widget {
    float: left;
    clear: left
}

.social-likes__button, .social-likes__counter, .social-likes__icon {
    text-decoration: none;
    text-rendering: optimizeLegibility
}

.social-likes__button {
    display: inline-block;
    margin: 0;
    outline: 0
}

.social-likes__counter {
    margin: 0;
    outline: 0
}

.social-likes__button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.social-likes__icon {
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.social-likes__icon_facebook:before {
    content: '\e691'
}

.social-likes__icon_plusone:before {
    content: '\e6bc'
}

.social-likes__icon_twitter:before {
    content: '\e690'
}

.social-likes__icon_vkontakte:before {
    content: '\e765'
}

.social-likes__counter {
    display: none;
    position: relative
}

.social-likes__counter_single, .social-likes_ready .social-likes__counter {
    display: inline-block
}

.social-likes_ready .social-likes__counter_empty {
    display: none
}

.social-likes_vertical .social-likes__widget {
    display: block
}

.social-likes_notext .social-likes__button {
    padding-left: 0
}

.social-likes_single-w {
    position: relative;
    display: inline-block
}

.social-likes_single {
    position: absolute;
    text-align: left;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .11s, opacity .1s ease-in;
    -o-transition: visibility 0s .11s, opacity .1s ease-in;
    transition: visibility 0s .11s, opacity .1s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.social-likes_single.social-likes_opened {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out
}

.social-likes__button_single {
    position: relative
}

.social-likes__widget_facebook:active, .social-likes__widget_facebook:focus, .social-likes__widget_facebook:hover {
    background: #425497;
    border-color: #425497
}

.social-likes__widget_twitter:active, .social-likes__widget_twitter:focus, .social-likes__widget_twitter:hover {
    background: #00b7ec;
    border-color: #00b7ec
}

.social-likes__widget_plusone:active, .social-likes__widget_plusone:focus, .social-likes__widget_plusone:hover {
    background: #dd4241;
    border-color: #dd4241
}

.social-likes__widget_vkontakte:active, .social-likes__widget_vkontakte:focus, .social-likes__widget_vkontakte:hover {
    background: #526e8f;
    border-color: #526e8f
}

.m-animation {
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.m-loading {
    -webkit-transform: scale(.95, .95);
    -ms-transform: scale(.95, .95);
    transform: scale(.95, .95);
    opacity: 0
}

.m-css-loader {
    width: 50px;
    height: 50px;
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.m-css-loader:after, .m-expand {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.m-css-loader:after {
    content: '';
    border: 6px solid #f3f3f3;
    border-top: 6px solid #666;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute
}

.m-expand {
    position: fixed;
    background: rgba(0, 0, 0, .7);
    z-index: 10000;
    text-align: center
}

.m-expand-close, .m-expand-left, .m-expand-right {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    cursor: pointer;
    z-index: 1000
}

.m-expand-close {
    right: 10px;
    background: 0 0;
    top: 10px
}

.m-expand-close:hover, .m-expand-left:hover, .m-expand-right:hover {
    border: 1px solid #fff
}

.m-expand-close:after, .m-expand-close:before {
    width: 1px;
    height: 40px;
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    top: 5px;
    left: 50%
}

.m-expand-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.m-expand-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.m-expand-left, .m-expand-right {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.m-expand-right {
    right: 10px
}

.m-expand-left {
    left: 10px
}

.m-expand-right:after, .m-expand-right:before {
    width: 20px;
    height: 1px;
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 10px
}

.m-expand-right:after {
    -webkit-transform: rotate(45deg) translateY(-10px);
    -ms-transform: rotate(45deg) translateY(-10px);
    transform: rotate(45deg) translateY(-10px)
}

.m-expand-right:before {
    -webkit-transform: rotate(-45deg) translateY(10px);
    -ms-transform: rotate(-45deg) translateY(10px);
    transform: rotate(-45deg) translateY(10px)
}

.m-expand-left:after, .m-expand-left:before {
    width: 20px;
    height: 1px;
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 20px
}

.m-expand-left:after {
    -webkit-transform: rotate(45deg) translateY(10px);
    -ms-transform: rotate(45deg) translateY(10px);
    transform: rotate(45deg) translateY(10px)
}

.m-expand-left:before {
    -webkit-transform: rotate(-45deg) translateY(-10px);
    -ms-transform: rotate(-45deg) translateY(-10px);
    transform: rotate(-45deg) translateY(-10px)
}

.m-expand-title {
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    height: 45px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.m-expand-view-container {
    text-align: center;
    height: 100%;
    padding-bottom: 110px;
    padding-top: 5px;
    position: relative
}

.m-expand-view-container:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0;
    line-height: 100%;
    width: 0
}

.m-expand-view {
    display: block;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 10px;
    bottom: 110px;
    left: 0;
    right: 0;
    -webkit-transition: bottom 400ms ease;
    -o-transition: bottom 400ms ease;
    transition: bottom 400ms ease
}

.m-expand-view img {
    height: auto;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.m-expand-view.m-gallery-video {
    width: auto;
    height: auto;
    display: block
}

.m-expand-view img, .m-expand-view.m-gallery-video video, .m-gallery-view .m-gallery-video video {
    width: auto;
    max-height: 100%;
    max-width: 100%
}

.m-expand-view.m-gallery-image {
    display: inline-block
}

.m-gallery-image > img {
    display: block
}

.m-expand-thumbs {
    text-align: center;
    position: absolute;
    vertical-align: top;
    bottom: 15px;
    width: 100%;
    padding: 0
}

.m-expand-thumbs-item {
    max-width: 30px;
    display: inline-block;
    overflow: hidden;
    margin: 0 5px;
    border: 1px solid transparent;
    vertical-align: middle
}

.m-expand-thumbs-item.m-thumb-selected {
    opacity: .5
}

.m-expand-thumbs-item img {
    max-width: 100%;
    height: auto
}

.m-expand-view.m-expand-zoom {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.m-expand-view.m-expand-zoom img {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important;
    left: -2000px;
    margin: auto;
    right: -2000px;
    bottom: -2000px;
    top: -2000px
}

.m-gallery-view, .m-gallery-view a {
    position: relative;
    overflow: hidden;
    vertical-align: top
}

.m-gallery-view .m-gallery-video {
    height: 100%
}

.m-gallery-view .m-gallery-image {
    line-height: normal
}

.m-gallery-view a {
    display: inline-block;
    vertical-align: middle
}

#page-wrapper, .m-gallery {
    overflow: hidden
}

.m-gallery-controls {
    position: absolute;
    line-height: normal;
    bottom: 0;
    padding-bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.m-gallery-control-item {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 2px solid #737273;
    border-radius: 50%;
    margin: 0 4px;
    background: 0 0;
    cursor: pointer
}

.m-gallery-control-item.m-control-selected {
    background: #E1A827
}

.m-gallery-left, .m-gallery-right {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    cursor: pointer;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.m-gallery-right {
    right: 10px
}

.m-gallery-left:hover, .m-gallery-right:hover {
    border: 1px solid #fff
}

.m-gallery-left {
    left: 10px
}

.m-gallery-right:after, .m-gallery-right:before {
    width: 15px;
    height: 1px;
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 7px;
    -webkit-box-shadow: -1px 1px 1px #aaa;
    box-shadow: -1px 1px 1px #aaa
}

.m-gallery-right:after {
    -webkit-transform: rotate(45deg) translateY(-7px);
    -ms-transform: rotate(45deg) translateY(-7px);
    transform: rotate(45deg) translateY(-7px)
}

.m-gallery-right:before {
    -webkit-transform: rotate(-45deg) translateY(8px);
    -ms-transform: rotate(-45deg) translateY(8px);
    transform: rotate(-45deg) translateY(8px)
}

.m-gallery-left:after, .m-gallery-left:before {
    width: 15px;
    height: 1px;
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-box-shadow: 1px 1px 1px #aaa;
    box-shadow: 1px 1px 1px #aaa
}

.m-gallery-left:after {
    -webkit-transform: rotate(45deg) translateY(7px);
    -ms-transform: rotate(45deg) translateY(7px);
    transform: rotate(45deg) translateY(7px)
}

.m-gallery-left:before {
    -webkit-transform: rotate(-45deg) translateY(-7px);
    -ms-transform: rotate(-45deg) translateY(-7px);
    transform: rotate(-45deg) translateY(-7px)
}

.m-zoom-icon {
    position: absolute;
    top: 17px;
    left: 20px;
    width: 32px;
    height: 32px;
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAeFBMVEUAAACXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eP/nDiAAAAJ3RSTlMAnuMECLTzwI8R+erPMoQa18i4mGk+KNqigFdNRSGmlHNvDaxgdnS8yPz+AAABM0lEQVQ4y62T2ZqDIAyFFVRkcbcube0+c97/Dacqglq+b+ZicgGJ+T2GGLx/teDQPxm73BLqTPNUAjJvI6C9O5CjRPka6FunqRXywz6fQiU2OhG8tvkY8Ub1UaJexzXinSINcbbRgNAk6KLRksAAFZrFZZWpA/fFzXA1LAmNy4hW4zUSF3CEPus5JNQFZEhn50aY5wKofOoeRJfpBX+0iFTvdW5KzjQgunFrotGA9yLyCVDFDPRylg1GI+W0z58rdbVF7qyBL6cfUmQu4ICj9hLcXIAvuO3Z4xNoUBn2jHRxE/NXQgyeVcPJ29k3vtbjWuyJO9pgHWcKPbUh7wD425HvQGqu6T4SyhC2UgVRdPH1ooAy8XxL2M7EhRRCsnQcj5n4uB+Uc/OsWmm4zf8T4f1G/AD/qhUtccrQpgAAAABJRU5ErkJggg==);
    z-index: 1000
}

.m-expand-view-container .m-zoom-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAn1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Kd3m4AAAANHRSTlMAneO1CfPZkBEEn/z46NLLwZiFaSgbB6aib1dBMyHFvbiCPTAN7OXgrpR+c2BPSkcWi3Z0gX1SkwAAAUBJREFUOMutktd2gzAQRAUY0Tum2bi3uCeZ//+2BBDIsnWOXzwPaPfsZbSSlnxUo9UxD+f5aSovm7EHbCnVAVpmr/XKw+JcW4RkaRKArp7rMfwH58sOZ7FuwBDyjYbkMU9YncvSMOFZDY08a0P3oyGJkPbhPOqjK8o+HONrYFXuFaoWu4AEaxlQ9V3cNJXIgDHiLjjt51LA8g7sDvS8/UFppKuRotjf7e5+yAC3aJZUbwTn/+PSrAVmHXD0OttRI3XRrsJ21YxKezAddvp6ibEMWKFi0RSlDFDc+3Bnu80rkCIa2AniPpwOr3JAzVuzcSFP+sXP47gGuIr1ElSYy3uApcVTswBgiyNfQE1M9kpL3Q0AKKLpzYc7Kwwj9x0s1kThHvwwRrB1HC+M113j3IMrM02LDyIn5LLfEgoA8o74A4mgG3JKi8CsAAAAAElFTkSuQmCC)
}

.m-zoom-icon.on-zoom {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAeFBMVEUAAACXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eP/nDiAAAAJ3RSTlMACJz0n4T65di0kg9oQOrBo1gbFNHMx7uqjXRvKCHwTkcw4Nt+ODJEedQPAAABH0lEQVQ4y62T2ZaDIBBE1QiCuMd9N8mk/v8PZ0ZJFOHMvKRfbKh72joFWB8tO3zUcZW0T7N8JR4QMTYC987W9TRClQ4/gt0HBdjXWSfID3uTh0DVG/jKWnCVCNCcDXOE+2oA1zyJ+2136qDXXU/oXm22GtAq9mwZQIDFBKQvFzP3jMllIFvT3ipztlEtM7isTea6jiy3Wf/O4g3wL8nvp7+8i7IVyMsNeER8y2avzb7HpduSGS0I6sscCTITECKV3ROdCXDpdc9M6HoP5zCM6ADHcJiG6ay3aI+nX2JW9Q7MVm5sAXLYEAkAV71BCbxAus7ISAuNsOYctEx8v86BarEcnbBCvxgpjWKybMYBR39cQrytOBqhRfk3IWdY/xHfrZEUAbTrjYIAAAAASUVORK5CYII=)
}

.m-zoom-block, .m-zoom-img {
    position: absolute !important;
    pointer-events: none !important
}

.m-zoom-block {
    overflow: hidden !important
}

.m-zoom-img {
    width: auto;
    height: auto;
    margin: auto !important;
    left: -2000px;
    top: -2000px;
    bottom: -2000px;
    right: -2000px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}


img {
    margin: 0;
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

textarea {
    resize: vertical
}

b, strong {
    font-weight: 700
}

body {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    background: #ececec;
    -webkit-font-smoothing: antialiased
}

[class*=space] {
    width: 100%;
    float: left
}

.space10 {
    height: 10px
}

.space20 {
    height: 20px
}

.space30 {
    height: 30px
}

.space40 {
    height: 40px
}

.space50 {
    height: 50px
}

.space60 {
    height: 60px
}

.relative {
    position: relative
}

.unstyled {
    list-style: none;
    padding: 0;
    margin: 0
}

ol, ul {
    padding-left: 1.25em
}

.text-uppercase {
    text-transform: uppercase
}

input[type=color], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
    margin: 0;
    font-size: 12px;
    padding: .5em 1em
}

select {
    padding: 0
}

.full-width {
    width: 100%
}

.input-iconed {
    position: relative
}

.input-iconed.prepend > input, .input-iconed > input {
    padding-left: 40px
}

.input-iconed.append > input {
    padding-right: 40px
}

.input-iconed > .input-icon {
    position: absolute;
    top: 3px;
    padding: 0;
    width: 28px;
    height: 28px;
    text-align: center;
    border: 0;
    background: 0 0;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: inline-block;
    left: 8px
}

.input-iconed.prepend > .input-icon {
    left: 8px
}

.input-iconed.append > .input-icon {
    right: 8px
}

.round-icon {
    vertical-align: middle;
    font-size: 16px;
    width: 2em;
    height: 2em;
    line-height: 1.8em !important;
    text-align: center;
    border: 2px solid #919191;
    border-radius: 50% !important;
    -webkit-transition: color .2s ease-out, border-color .2s ease-out;
    -o-transition: color .2s ease-out, border-color .2s ease-out;
    transition: color .2s ease-out, border-color .2s ease-out;
    display: inline-block
}

.round-icon.active {
    color: #fff;
    background-color: #E1A827
}

.round-icon.active, a.round-icon:hover, a:hover > .round-icon {
    border-color: #E1A827
}

.round-input {
    border-radius: 16px;
    border: 2px solid #919191
}

.vmid {
    display: table;
    width: 100%;
    height: 100%
}

.vmid > * {
    display: table-cell !important;
    vertical-align: middle !important
}

.accent-color, .inverse-background .inverse-color {
    color: #E1A827
}

.accent-background {
    background-color: #E1A827
}

.inverse-background {
    background: #1f1f1f
}

.accent-background .accent-color, .inverse-color {
    color: #1f1f1f
}

.light-color {
    color: #919191
}

.padder {
    padding-right: 20px !important;
    padding-left: 20px !important
}

.np {
    padding: 0 !important
}

.npb {
    padding-bottom: 0 !important
}

.npt {
    padding-top: 0 !important
}

.nm {
    margin: 0 !important
}

.nmb {
    margin-bottom: 0 !important
}

.nmt {
    margin-top: 0 !important
}

.cart-block .cart-product-image .entry-thumbnail img, .inline-middle, .with-icon > * {
    display: inline-block;
    vertical-align: middle
}

.with-icon > * {
    line-height: 1
}

.prepend-icon > i {
    margin-right: 5px
}

.img-portrait {
    width: 100%;
    height: auto
}

.img-landscape {
    width: auto;
    max-height: 100% !important;
    height: 100%
}

.iconed-list, .iconed-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

.iconed-list > li {
    margin-top: 15px
}

.iconed-list > li:first-child, .iconed-menu > li:first-child, .li-m-t > li:first-child {
    margin-top: 0
}

.iconed-list .list-content {
    overflow: hidden;
    zoom: 1
}

.iconed-list .list-icon {
    float: left;
    margin-right: 10px
}

.iconed-menu > li {
    margin-top: 8px
}

.ads, .iconed-menu > li > a {
    display: block;
    position: relative
}

.iconed-menu > li > a:hover, .mega-menu ul > li > a:hover {
    left: 5px
}

.iconed-menu .menu-icon {
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block
}

.ads {
    display: inline-block
}

.ads .ads-caption, .styled-dd:after {
    position: absolute
}

.ads .ads-caption.bottom-right {
    bottom: 20px;
    right: 20px
}

.ads .ads-caption.top-right {
    top: 20px;
    right: 20px
}

.ads .ads-caption.top-left {
    top: 20px;
    left: 20px
}

.ads .ads-caption.bottom-left {
    bottom: 20px;
    left: 20px
}

.ff2 .ads, .gecko .ads {
    display: block
}

.btn > .round-icon, .btn > [class*=iconfont-] {
    margin-right: 10px
}

.btn-favorite-add > [class*=iconfont-], .btn-favorite-delete > [class*=iconfont-] {
    margin: 0
}

.btn-xs > .round-icon, .btn-xs > [class*=iconfont-] {
    margin-right: 2px
}

.m {
    margin: 15px
}

#page-description p, .m-n, .page-footer .widget .widget-content p {
    margin: 0
}

.m-l {
    margin-left: 15px
}

.m-l-none {
    margin-left: 0
}

.m-l-xs {
    margin-left: 5px
}

.m-l-sm {
    margin-left: 10px
}

.m-l-lg {
    margin-left: 20px
}

.m-l-n {
    margin-left: -15px
}

.m-l-n-xxs {
    margin-left: -1px
}

.m-l-n-xs {
    margin-left: -5px
}

.m-l-n-sm {
    margin-left: -10px
}

.m-l-n-lg {
    margin-left: -20px
}

.m-t {
    margin-top: 15px
}

.m-t-none {
    margin-top: 0
}

.m-t-xxs {
    margin-top: 1px
}

.m-t-xs {
    margin-top: 5px
}

.m-t-sm, .page-footer .widget-subscription form {
    margin-top: 10px
}

.m-t-lg {
    margin-top: 30px
}

.m-t-n {
    margin-top: -15px !important
}

.m-t-n-xxs {
    margin-top: -1px
}

.m-t-n-xs {
    margin-top: -5px
}

.m-t-n-sm {
    margin-top: -10px
}

.m-t-n-lg {
    margin-top: -20px
}

.m-r {
    margin-right: 15px
}

.m-r-none {
    margin-right: 0
}

.m-r-xs {
    margin-right: 5px
}

.m-r-sm {
    margin-right: 10px
}

.m-r-lg {
    margin-right: 20px
}

.m-r-n {
    margin-right: -15px
}

.m-r-n-xxs {
    margin-right: -1px
}

.m-r-n-xs {
    margin-right: -5px
}

.m-r-n-sm {
    margin-right: -10px
}

.m-r-n-lg {
    margin-right: -20px
}

.m-b {
    margin-bottom: 20px
}

.m-b-none {
    margin-bottom: 0
}

.m-b-xs {
    margin-bottom: 5px
}

.m-b-sm {
    margin-bottom: 10px
}

.m-b-lg {
    margin-bottom: 40px
}

.m-b-n {
    margin-bottom: -15px
}

.m-b-n-xxs {
    margin-bottom: -1px
}

.m-b-n-xs {
    margin-bottom: -5px
}

.m-b-n-sm {
    margin-bottom: -10px
}

.m-b-n-lg {
    margin-bottom: -20px
}

.m-t-b {
    margin: 0px 0
}

.m-t-b-xs {
    margin: 10px 0
}

.m-t-b-sm {
    margin: 20px 0
}

.m-t-b-lg {
    margin: 70px 0
}

.inline-li > li {
    display: inline-block
}

.li-m > li {
    margin: 0 5px 6px
}

.li-m-lg > li {
    margin: 0 10px 10px
}

.li-m-sm > li {
    margin: 0 2px 6px
}

.li-m-r-l > li {
    margin: 0 5px
}

.li-m-r-l-sm > li {
    margin: 0 2px
}

.li-m-t > li {
    margin: 20px 0 0
}

.li-m-t-sm > li {
    margin: 10px 0 0
}

.li-m-t-xs > li {
    margin: 5px 0 0
}

.styled-dd, .styled-in {
    position: relative;
    width: 85px;
    color: #919191;
    overflow: hidden;
    border: 2px solid #919191;
    border-radius: 1.5em
}

.styled-dd select, .styled-in input {
    background: 0 0;
    width: 130px;
    -webkit-appearance: none;
    font-size: 16px;
    padding: .125em 1em;
    color: #919191;
    border: 0
}

.styled-dd select {
    cursor: pointer
}

.styled-dd:after {
    content: '\e6be';
    right: 1em;
    top: 50%;
    margin-top: -6px;
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: default
}

.required label.control-label:after {
    content: ' *';
    color: #ff5757;
    font-size: 10px;
    position: relative;
    top: -5px
}

.videoplayer {
    border: 0
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.video-container .videoplayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.top-fixed-alert {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100
}

.notice-container {
    position: fixed;
    left: 50%;
    top: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px;
    z-index: 9000
}

.notice-container .alert {
    position: relative
}

.notice-container .alert button.close {
    float: none;
    position: absolute;
    top: -2px;
    right: 1px;
    outline: 0;
    cursor: pointer
}

small {
    font-size: 14px
}

.text-light {
    font-weight: 300
}

.text-regular {
    font-weight: 400
}

.text-semibold {
    font-weight: 600
}

.text-bold {
    font-weight: 700
}

.text-xs {
    font-size: .875em
}

.text-sm {
    font-size: .935em
}

.text-sm, .text-xs {
    line-height: 1.75
}

.uppercase, .vmenu > li > .prettycheckbox label {
    text-transform: uppercase
}

p {
    margin: 0 0 10px
}

p:last-child {
    margin-bottom: 0
}

pre.code {
    font-size: 12px;
    color: #919191;
    padding: 20px;
    line-height: 1.75
}

.products-view h1 {
    font-size: 24px;
    line-height: normal;
    margin: 0
}

.products-view .paginator {
    padding: 0
}

.products-header .dropdown {
    margin-right: 10px
}

.products-header .round-icon {
    background-color: transparent;
    color: #919191
}

.products-header .round-icon:hover {
    color: #E1A827;
    border-color: #E1A827
}

a {
    color: #666;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-decoration: none
}

a:active, a:focus, a:hover {
    text-decoration: none
}

.article main .section a, .news main .section a, a:hover {
    color: #E1A827
}

#site-header {
    position: relative;
    z-index: 21
}

.sticky-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0
}

.header-top {
    height: 44px;
    background: #f2f2f2;
    width: 100%;
    z-index: 2;
    -webkit-transition: left .3s ease-out 0s;
    -o-transition: left .3s ease-out 0s;
    transition: left .3s ease-out 0s;
    border-bottom: 1px solid #e9e9e9
}

.header-top .actions, .header-top .contact-info {
    padding: .375em 0;
    color: #5a5a5a
}

.header-top .contact-info {
    font-size: 12px
}

.header-top .actions > li, .header-top .contact-info .delivery, .header-top .contact-info .dropdown-info {
    vertical-align: middle;
    display: inline-block
}

.header-top .contact-info .dropdown-info, .main-header {
    position: relative
}

.header-top .contact-info .main-phone {
    font-size: 18px;
    font-weight: 700;
    margin: 0 10px;
    vertical-align: middle;
    display: inline-block
}

.header-top .contact-info .main-phone:after {
    content: "";
    border: 5px solid transparent;
    border-top-color: #3b3b3b;
    position: relative;
    top: 16px;
    left: 6px
}

.header-top .contact-info .delivery {
    margin-left: 5px
}

.header-top .actions {
    float: right
}

.header-top .actions > li {
    margin: 0 2px;
    position: relative
}

.header-top .cart-notification {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 480px;
    background: #1f1f1f;
    font-size: 12px;
    color: #f2f2f2;
    line-height: 1.5
}

.header-top .cart-notification ul {
    -webkit-box-shadow: -1px 2px 3px rgba(0, 0, 0, .1);
    box-shadow: -1px 2px 3px rgba(0, 0, 0, .1)
}

.header-top .cart-notification li {
    padding: 20px;
    border-top: 1px solid #000
}

#sub-phones {
    padding: 15px;
    margin-top: 7px
}

.cart-notification strong {
    color: #fff;
    font-weight: 600
}

.main-header {
    height: 100px;
    margin-top: 10px
}

.main-header .logo-wrapper {
    display: block;
    position: absolute;
    top: 15px;
    left: 40px
}

.main-header .logo {
    display: block;
    vertical-align: middle
}

.main-header .actions {
    position: absolute;
    top: 0;
    right: 0
}

.main-header .option-list {
    margin-right: 15px;
    float: right
}

.main-header .option-list:first-child {
    margin-right: 0
}

.main-header .option-list > li {
    float: left;
    margin: 0 1px
}

.main-header .option-list > li > a {
    display: block;
    width: 18px;
    height: 18px;
    line-height: 19px;
    font-size: 10px;
    text-align: center;
    background: #eee;
    color: #777;
    text-transform: uppercase
}

.main-header .option-list > li > a:hover {
    background: #E1A827;
    color: #fff
}

.main-header .option-list > li.active > a {
    background: #2d2c2a;
    color: #fff
}

.main-header .user-menu {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    float: right
}

.main-header .user-menu > li {
    float: left;
    margin: 0 5px
}

.main-header .user-menu > li:last-child {
    margin-right: 0
}

.main-header .user-menu > li:last-child > a {
    padding-right: 0
}

.main-header .user-menu > li > a {
    display: block;
    padding: 5px 2px;
    font-size: 10px;
    color: #777;
    text-transform: uppercase
}

#responsive-search.active, #total-cart, .header-top .search-box .input-icon:hover, .main-header .user-menu > li > a:hover {
    color: #E1A827
}

.header-top .search-box {
    position: relative;
    width: 225px;
    margin: 0 auto
}

.header-top .search-box .input-icon {
    color: #919191
}

#responsive-cart > i, #responsive-search.active i, #total-cart > i {
    border-color: #E1A827 !important
}

#responsive-cart {
    color: #E1A827;
    display: none;
    float: right
}

#responsive-search {
    display: none;
    float: left;
    margin-left: 5px
}

#responsive-search.active:focus, #responsive-search:focus:hover {
    color: #E1A827
}

#responsive-search:focus {
    color: #919191
}

.sub-header {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 6px;
    background: #E1A827;
    color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    z-index: 1
}

.sub-header:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0;
    border-color: #f2f2f2 transparent transparent;
    -webkit-transform: rotate(360deg)
}

.page a.btn-default, .page a.btn-default:hover, .sub-header a {
    color: #fff
}

#sub-cart {
    width: 250px
}

#sub-cart a:hover {
    text-decoration: underline
}

#sub-cart .cart-header {
    font-size: 12px;
    text-align: center;
    padding: 1em 0;
    border-bottom: 1px solid #f2f2f2;
    margin: 0 0 1em
}

#sub-cart .cart-header > * {
    vertical-align: middle;
    margin: 0 2px;
    display: inline-block
}

#sub-cart .product-medialist .item {
    padding: 10px 15px
}

#sub-cart .cart-footer {
    padding: 5px 15px 15px
}

#sub-cart .cart-footer .cart-total {
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 1em;
    color: #1f1f1f
}

#sub-cart .cart-footer .view-cart {
    margin-top: 15px
}

#sub-social {
    min-width: 190px;
    padding: 15px
}

#sub-social .social-list .round-icon {
    border-color: #fff
}

#sub-social .social-list a:hover > .round-icon {
    border-color: #444;
    background: #444
}

.page-footer .social-list {
    text-align: left
}

.social-list > li {
    margin: 0 2px 6px 0;
    display: inline-block
}

.page .social-list {
    padding-left: 0
}

.page p.text-center {
    text-align: center
}

#site-menu {
    position: absolute;
    right: 0;
    bottom: 0
}

.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right
}

.main-menu > li {
    float: left
}

.main-menu > li:first-child > a {
    margin-left: 0
}

.main-menu > li:last-child > a {
    margin-right: 0
}

.main-menu > li > a {
    color: #E1A827;
    font-size: 16px;
    font-weight: 600;
    padding: .75em 1.25em;
    border-radius: 2px;
    margin: .25em .25em .75em
}

.main-menu > li.active > a, .main-menu > li.hover > a, .main-menu > li > a:hover, .mega-menu {
    background: #E1A827;
    color: #fff
}

.main-menu > li > ul {
    left: 4px
}

.dl-menuwrapper li, .main-menu li {
    position: relative
}

.main-menu li > ul {
    background: #E1A827;
    min-width: 160px;
    padding-left: 0
}

.main-menu li > ul ul {
    top: 0;
    left: 100%
}

.main-menu li > ul > li > a {
    padding: 1.25em 1em;
    color: #fff
}

.main-menu li > ul > li.hover > a, .main-menu li > ul > li > a:hover {
    padding-left: 1.5em;
    background: #f9654c
}

.main-menu a {
    display: block;
    line-height: 1
}

.main-menu > .has-child.hover > a {
    margin-bottom: 0;
    padding-bottom: 1.5em;
    border-radius: 2px 2px 0 0
}

.main-menu ul {
    list-style: none
}

.main-menu .mega-menu, .main-menu li > ul {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 100;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2)
}

.main-menu ul, .main-menu > li > ul {
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    color: #fff
}

.main-menu .noclick {
    cursor: default
}

.mega-menu a, .mega-menu p {
    font-size: 12px;
    color: #fff
}

.footer-links li, .mega-menu a {
    display: inline-block
}

.dl-menu.dl-subview li.dl-subview, .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li, .mega-menu .mega-sub a {
    display: block
}

.mega-menu {
    width: 100%;
    left: 0;
    visibility: hidden;
    padding: 30px
}

.mega-menu .menu-title, .mega-menu .menu-title a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase
}

.mega-menu .menu-title {
    margin: 0 0 .6em
}

.mega-menu .mega-sub + .menu-title, .mega-menu .menu-title + .menu-title {
    margin-top: 1em
}

.dl-menuwrapper li a, .mega-menu ul > li > a {
    position: relative;
    color: #fff;
    padding: .3em 0
}

.mega-menu ul > li > a:before {
    font-family: 'fontawesome';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e6f0";
    font-size: 5px;
    margin-right: 12px;
    position: relative;
    bottom: 2px
}

.dl-menuwrapper {
    width: 100%;
    float: right;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    margin: 0 0 1em
}

.dl-menuwrapper button {
    background: 0 0;
    border: 0;
    color: #7e7e7e;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0
}

.dl-menuwrapper button > .round-icon {
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.dl-menuwrapper button.dl-active > .round-icon, .dl-menuwrapper button:hover > .round-icon {
    border-color: #E1A827;
    background: #E1A827;
    color: #fff
}

.dl-menuwrapper button.dl-active > i:before {
    content: "\e60d"
}

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 9999
}

.dl-menuwrapper li a {
    display: block;
    font-size: 12px;
    padding: 1.25em;
    font-weight: 400;
    outline: 0;
    min-width: 250px;
    background: #E1A827
}

.dl-menuwrapper li.user a {
    background: #fb9989
}

.dl-menuwrapper li.dl-back > a {
    padding-left: 30px;
    background: #f2f2f2;
    color: #919191;
    text-transform: uppercase;
    font-weight: 600
}

.dl-menuwrapper li.dl-back > a :hover {
    background: #ddd
}

.dl-menuwrapper li.dl-back:after {
    font-size: 12px;
    line-height: 3.125em;
    left: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after {
    position: absolute;
    top: 0;
    line-height: 3.875em;
    font-family: 'fontawesome';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e6c1"
}

.dl-menuwrapper li > a:after {
    right: 10px;
    color: rgba(0, 0, 0, .35)
}

.dl-menuwrapper li .dl-submenu {
    display: none
}

.dl-menuwrapper .dl-menu {
    position: absolute;
    right: 0;
    top: 2.375em;
    width: 250px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    top: 3em;
    opacity: 1;
    pointer-events: auto;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.no-touchevents .dl-menuwrapper li a:hover {
    background: #f9654c
}

.dl-menu.dl-subview li, .dl-menu.dl-subview li.dl-subview > a, .dl-menu.dl-subview li.dl-subviewopen > a, .no-js .dl-menuwrapper li.dl-back {
    display: none
}

.dl-menuwrapper > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 3em;
    left: -220px;
    margin: 0
}

.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 .4s;
    animation: MenuAnimOut1 .4s
}

.dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 .3s ease-in-out;
    animation: MenuAnimOut2 .3s ease-in-out
}

.dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 .4s ease;
    animation: MenuAnimOut3 .4s ease
}

.dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 .4s ease;
    animation: MenuAnimOut4 .4s ease
}

.dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 .4s ease;
    animation: MenuAnimOut5 .4s ease
}

.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 .3s;
    animation: MenuAnimIn1 .3s
}

.dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 .3s ease-in-out;
    animation: MenuAnimIn2 .3s ease-in-out
}

.dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 .4s ease;
    animation: MenuAnimIn3 .4s ease
}

.dl-menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 .4s ease;
    animation: MenuAnimIn4 .4s ease
}

.dl-menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 .4s ease;
    animation: MenuAnimIn5 .4s ease
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 .4s ease;
    animation: SubMenuAnimIn1 .4s ease
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 .3s ease-in-out;
    animation: SubMenuAnimIn2 .3s ease-in-out
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 .4s ease;
    animation: SubMenuAnimIn3 .4s ease
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 .4s ease;
    animation: SubMenuAnimIn4 .4s ease
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 .4s ease;
    animation: SubMenuAnimIn5 .4s ease
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 .4s ease;
    animation: SubMenuAnimOut1 .4s ease
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 .3s ease-in-out;
    animation: SubMenuAnimOut2 .3s ease-in-out
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 .4s ease;
    animation: SubMenuAnimOut3 .4s ease
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 .4s ease;
    animation: SubMenuAnimOut4 .4s ease
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 .4s ease;
    animation: SubMenuAnimOut5 .4s ease
}

.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.no-js .dl-menuwrapper li .dl-submenu {
    display: block
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
    background: rgba(0, 0, 0, .1)
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
    content: ''
}

#home-slider {
    max-height: 503px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    border-radius: 1px
}

#main-content {
    line-height: 1.5
}

#main-content .section {
    padding: 20px 0
}

#main-content .section + .section {
    border-top: 6px solid #d9d9d9
}

#main-content .section-header {
    text-align: center;
    margin-bottom: 30px
}

#main-content .section-header .section-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #1f1f1f;
    margin-bottom: 10px
}

#main-content .section-header .section-teaser {
    font-size: 12px
}

#main-content .alert-info + .section {
    padding-top: 0
}

#main-content .alert-info {
    background-color: #e9e9e9
}

#main-content .notices .section:first-child {
    padding-top: 0
}

.home #main-content .section.promos {
    padding: 30px 0 50px
}

.home .page-footer {
    margin-top: 30px
}

.big-promo .promo {
    margin-top: 21px
}

.promos > .row > :nth-child(3n+1) {
    clear: both
}

.promos.nav-tabs {
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 20px
}

.promo, .promo > .inner {
    display: block;
    width: 100%
}

.promo {
    position: relative;
    border: 1px solid #dedede;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    max-width: 370px;
    max-height: 239px;
    margin: 30px auto 0;
    color: #fff;
    border-radius: 1px
}

.promo .timer {
    position: absolute;
    top: 10px;
    right: 10px
}

.promo > .inner {
    padding-top: 66%;
    height: 100%
}

.promo > .inner > :last-child {
    margin-bottom: 0
}

.promo .ribbon, .promo a {
    background: #fff;
    position: absolute;
    left: 0;
    width: 100%
}

.promo a {
    text-indent: -10000px;
    height: 100%;
    display: block;
    color: #fff;
    top: 0;
    opacity: 0
}

.promo img {
    max-width: 100%;
    max-height: 100%
}

.promo .ribbon {
    opacity: .8;
    color: #1f1f1f;
    padding: 10px;
    top: 66%
}

.promo .ribbon h5 {
    font-size: 12px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center
}

.product-preview .thumbs .viewport a.active, .product-preview .thumbs .viewport a:hover, .promo:hover, ul.filter-size li a:hover {
    border-color: #E1A827
}

.product-preview .thumbs .viewport a.active, .product-preview .thumbs .viewport a:hover, .promo:hover, ul.filter-size li button:hover {
    border-color: #E1A827
}
.promo:hover .ribbon {
    color: #E1A827
}

.one-column-layout .promo .ribbon h5 {
    font-size: 16px;
    white-space: normal
}

.flexslider .ribbon a, .promo .ribbon a {
    color: #1f1f1f
}

.flexslider .ribbon a:hover, .promo .ribbon a:hover {
    color: #919191
}

.flexslider .ribbon {
    position: absolute;
    left: 0;
    bottom: 33px;
    width: 100%;
    background: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
    color: #1f1f1f;
    padding: 10px 20px
}

.flexslider .ribbon h5 {
    font-size: 26px
}

.product {
    position: relative;
    border: 1px solid #dedede;
    border-radius: 1px;
    overflow: hidden;
    left: 0
}

.product.notExist {
    opacity: .4
}

.product .entry-media {
    position: relative;
    background: #ccc;
    min-height: 150px;
    text-align: center
}

.product .entry-media.product-no-min-image {
    background: url(/img/no_image.svg) center no-repeat;
    background-size: 100% auto
}

.product .entry-media .entry-url {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #fff;
    opacity: 0
}

.product .entry-media .hover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.product .entry-media:hover .icons, .product .entry-media:hover .icons .circle {
    left: 15px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}

.product .entry-media:hover .icons .circle {
    left: 0
}

.product .entry-media:hover .rate-bar {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 15px
}

.product .entry-media .hover, .product .entry-media .icons, .product .entry-media .rate-bar {
    position: absolute;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.product .entry-media .icons {
    margin: 0;
    padding: 0;
    top: 10px;
    left: 15px
}

.product .entry-media .icons > li {
    margin: 0 0 7px
}

.product .entry-media .icons .circle {
    display: inline-block;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 99;
    left: -100px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0)
}

.product .entry-media .icons .circle.ribbon {
    left: 0;
    opacity: 1;
    visibility: visible
}

.product .entry-media .icons .status-icon {
    font-size: 12px;
    border: 2px solid transparent;
    text-transform: uppercase;
    background: #fff;
    line-height: 44px;
    cursor: default
}

.product .entry-media .icons .status-icon.status-new {
    border-color: #389695;
    color: #389695
}

.product .entry-media .icons .action-icon {
    display: inline-block;
    background: #E1A827;
    color: #fff;
    font-size: 24px;
    line-height: 46px;
    vertical-align: middle;
    cursor: pointer
}

.product .entry-media .icons .action-icon i {
    vertical-align: middle
}

.product .entry-media .icons .action-icon:hover {
    background: #1f1f1f
}

.product .entry-media .rate-bar {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: -15px;
    right: 15px
}

.product .entry-main {
    background: #fff;
    text-align: center;
    color: #1f1f1f;
    padding: 1em
}

.product .entry-main a:not(.btn) {
    color: #1f1f1f
}

.product .entry-main a:hover {
    color: #E1A827
}

.product .entry-title {
    margin: 0 0 .1em;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.product .entry-description {
    font-size: 12px;
    color: #919191;
    margin: 0 0 1.5em;
    line-height: 1.75
}

.product .entry-price {
    margin-bottom: 1.25em
}

.product .entry-price > * {
    vertical-align: middle;
    margin: 0 .5em;
    display: inline-block
}

.product .entry-price strong {
    font-size: 16px;
    font-weight: 700
}

.product .entry-links {
    font-size: 12px;
    margin-bottom: .5em
}

.product .entry-sizes {
    position: absolute;
    left: 10px;
    bottom: 7px;
    font-size: 12px;
    display: block
}

.product .entry-sizes p {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 240px
}

.product .product-color-thumbs_wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: #fff;
    height: 100%;
    width: 58px;
    padding: 5px 0
}

.product .next_color, .product .prev_color {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 20px
}

.product .prev_color {
    top: 4px
}

.product .next_color.disabled, .product .prev_color.disabled {
    opacity: .3;
    cursor: auto
}

.ads-caption a, .cart-block .cart-product-description .title a.entry-title:hover, .page-footer a, .product .next_color.disabled:hover, .product .prev_color.disabled:hover {
    color: #666
}

.product .next_color {
    bottom: 4px
}

.product .list-color-thumbs {
    -webkit-transition: top .2s ease-out;
    -o-transition: top .2s ease-out;
    transition: top .2s ease-out
}

.product .list-color-thumbs a {
    height: 66px;
    display: block;
    text-align: center;
    padding: 3px 0
}

.product .list-color-thumbs a img {
    border: 1px solid transparent
}

.product .list-color-thumbs a.active-item div, .product .list-color-thumbs a.active-item img {
    border: 1px solid #E1A827
}

.product .list-color-thumbs .property-color-thumb {
    width: 39px;
    display: inline-block;
    height: 100%;
    border: 1px solid #000
}

.product .list-color-thumbs .property-color-thumb span {
    display: block;
    width: 100%
}

.touchevents .product .entry-media .icons .circle:not(.ribbon) {
    left: 0;
    visibility: visible;
    opacity: 1
}

.product.hover-active {
    position: relative;
    width: 320.5px;
    padding-left: 58px;
    right: 58px;
    left: auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.product.hover-active .product-color-thumbs {
    overflow: hidden;
    position: relative
}

.product.hover-active .entry-sizes {
    left: 68px
}

.product.hover-active .product-color-thumbs_wrapper {
    visibility: visible;
    opacity: 1;
    text-align: center;
    -webkit-transition: opacity .5s ease-out, visibility 1s ease-out;
    -o-transition: opacity .5s ease-out, visibility 1s ease-out;
    transition: opacity .5s ease-out, visibility 1s ease-out
}

.right-block {
    float: right;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.entry-discount {
    vertical-align: middle;
    font-size: 14px;
    color: #919191;
    margin-top: 3px;
    display: inline-block
}

.article .product .entry-media, .news .product .entry-media, .page-view .product .entry-media, .product-history .product .entry-media, .products-view .product .entry-media {
    min-height: 346px
}

.article table, .news table {
    table-layout: fixed
}

.article .desc .loaded-product-container, .news .desc .loaded-product-container {
    margin-bottom: 15px
}

.rateit, .rateit .rateit-range {
    position: relative;
    display: inline-block
}

.rateit {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.rateit .rateit-range {
    background: url(/img/star.png);
    height: 12px;
    outline: 0
}

.rateit .rateit-range * {
    display: block
}

* html .rateit, * html .rateit .rateit-range, * + html .rateit, * + html .rateit .rateit-range {
    display: inline
}

.rateit .rateit-hover, .rateit .rateit-selected {
    position: absolute;
    left: 0
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
    left: auto;
    right: 0
}

.rateit .rateit-hover {
    background: url(/img/star.png) left -24px
}

.rateit .rateit-hover-rtl {
    background-position: right -24px
}

.rateit .rateit-selected {
    background: url(/img/star.png) left -12px
}

.rateit .rateit-selected-rtl {
    background-position: right -12px
}

.rateit .rateit-preset, .rateit .rateit-preset-rtl {
    background: url(/img/star.png) left -36px
}

.page-footer {
    color: #666;
    line-height: 2
}

.page-footer .widgets .section {
    background: #f2f2f2;
    border-top: 1px solid #e9e9e9;
    padding: 40px 0 0
}

.page-footer .widgets .widget {
    margin: 0 0 40px
}

.page-footer .widget .widget-title {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 5px
}

.footer-sub, .page-footer .widget .widget-content {
    font-size: 12px
}

.ads-caption a:hover, .page-footer a:hover {
    color: #E1A827
}

.widget .iconed-menu .iconfont-circle-blank {
    font-size: 6px
}

.footer-sub {
    padding: 20px 0
}

.footer-sub .copyright {
    color: #919191
}

.footer-links > ul {
    float: left;
    text-align: center
}

.footer-links li:before {
    content: '/'
}

.bc > li:first-child:before, .footer-links li:first-child:before {
    content: none
}

.footer-links li, .footer-links li:before {
    margin-right: 15px
}

.widget-subscription .iconfont-remove {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.widget-subscription .iconfont-remove:hover {
    color: #E1A827
}

.widget-subscription.popup-subscription .iconfont-remove {
    display: block
}

.page-footer .widgets .widget.popup-subscription, .sidebar .side-section h3 {
    margin-bottom: 0
}

.popup-subscription {
    position: fixed;
    display: block;
    bottom: 20px;
    right: 100px;
    width: 320px;
    background: #f2f2f2;
    z-index: 200;
    padding: 20px;
    -webkit-box-shadow: 0 0 3px 0 #888;
    box-shadow: 0 0 3px 0 #888
}

.popup-bottom-banner {
    display: none;
    position: fixed;
    bottom: -400px;
    left: 0;
    outline: 0;
    -webkit-transition: bottom .3s ease-in-out .2s;
    -o-transition: bottom .3s ease-in-out .2s;
    transition: bottom .3s ease-in-out .2s;
    z-index: 10000000000
}

.popup-bottom-banner.show-banner {
    bottom: 0
}

.popup-bottom-banner-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #fff;
    opacity: 0
}

.product-medialist .item .close {
    background: #1f1f1f;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    width: 16px;
    height: 16px;
    font-size: 14px;
    text-align: center;
    margin: 0 0 4px 4px;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

.product-medialist .item .close :hover {
    color: #E1A827
}

.product-medialist .item .entry-title {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 1em;
    margin-right: 20px
}

.product-medialist .item .entry-thumbnail {
    width: 55px;
    height: 66px;
    background: #f2f2f2;
    margin-right: 10px;
    float: left
}

.product-medialist .item .entry-price {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    display: inline-block
}

.prettycheckbox, .prettyradio {
    padding: 0;
    margin: 0;
    display: inline-block
}

.prettycheckbox a {
    width: 14px;
    height: 14px
}

.prettycheckbox a, .prettyradio a {
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 .25em 0 0;
    display: inline-block
}

.prettycheckbox a:focus, .prettyradio a:focus {
    outline: 0
}

.prettycheckbox label, .prettyradio label {
    vertical-align: middle;
    cursor: pointer;
    display: inline-block
}

.prettycheckbox a.disabled, .prettycheckbox label.disabled, .prettyradio a.disabled, .prettyradio label.disabled {
    cursor: not-allowed
}

.prettycheckbox a:before {
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e68d'
}

.prettycheckbox a.checked:before, .vmenu .checked a:before {
    content: '\e642'
}

.prettycheckbox a.checked:before, .vmenu .checked button:before {
    content: '\e642'
}
.prettycheckbox a.checked:focus {
    background-position: -90px 0
}

.prettycheckbox a.checked.disabled, .prettycheckbox a.disabled {
    opacity: .7;
    filter: alpha(opacity=70)
}

.prettycheckbox.hover a {
    color: #E1A827
}

.radio.has-pretty-child {
    padding: 0
}

.prettyradio a {
    width: 15px;
    height: 15px;
    position: relative;
    border-radius: 50%;
    background: #f6f6f6;
    border: 1px solid #e0e0e0
}

.prettyradio a:focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.prettyradio .checked:after {
    content: ' ';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #E1A827
}

.hover.prettyradio a, .prettyradio a:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.gmap {
    height: 200px
}

.gmap img {
    max-width: none
}

.page table {
    margin: auto
}

.page p {
    text-align: justify;
    margin-bottom: .5em
}

.page ol, .page ul {
    margin: .5em 0;
    padding-left: 2.5em
}

#toTop:hover, .page a {
    color: #E1A827
}

.page a:hover {
    color: #b31f05
}

.page a.btn-success {
    color: #fff
}

.page-property {
    display: inline-block;
    width: 262px;
    vertical-align: top;
    font-size: 13px;
    text-align: center
}

.page-property:not(:last-of-type) {
    margin-right: 5px
}

.page-properties {
    text-align: center
}

.page-properties h5 {
    font-size: 14px;
    font-weight: 700;
    color: #373737;
    margin-bottom: 10px;
    text-align: center
}

#main-content .section.products-description + .m-t-b {
    margin-top: 0
}

table.des {
    border-left: 4px solid #d9d9d9;
    border-top: 4px solid #d9d9d9;
    background-color: #f2f2f2
}

table.des td, table.des th {
    border-right: 4px solid #d9d9d9;
    border-bottom: 4px solid #d9d9d9;
    padding: 5px
}

table.des th {
    text-align: left;
    background-color: #e9e9e9;
    color: #1f1f1f
}

.notices .new, .product-info-block .info-block h5, table.des th {
    font-weight: 700
}

.notices .thumb {
    float: right;
    margin-left: 10px
}

.product-single .value .color-box {
    width: 30px;
    height: 12px;
    margin-left: 5px;
    border: 1px solid #000;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block
}

#content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

#page-description {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: .95em;
    overflow: hidden;
    width: 100%
}

#page-description h3, #page-description h4, #page-description h5, #page-description h6 {
    margin: 5px 0 0;
    font-weight: 700;
    font-size: 1.1em;
    clear: both
}

#page-description h4 {
    font-size: 1em
}

#page-description ul {
    margin: 11px 0;
    padding-left: 40px
}

#page-description img {
    float: right;
    margin: 0 0 10px 10px
}

.panel-collapse ol, .panel-collapse ul {
    margin-bottom: 10px
}

.more-description h3, .more-description h4 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px
}

.more-description p {
    margin-bottom: 5px
}

#toTop {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 45px;
    padding: 5px;
    cursor: pointer;
    color: #666;
    font-size: 40px;
    text-decoration: none
}

.container > .promos {
    margin: -120px 0 40px
}

.error-404 .container > .promos {
    margin-top: 20px
}

.error-404 .error {
    margin-bottom: 100px
}

.articles-grid {
    clear: both;
    padding: 10px 0
}

#sidebar-controller, #toTop {
    display: none
}

#additional_sum_by_delivery {
    color: #ff5757;
    font-weight: 700
}

.subscriptions .section.disable {
    opacity: .5
}

.embedded-lookbooks a.more, .embedded-lookbooks a.more:hover {
    color: #fff !important
}

.product-subscript .subscript-section + .subscript-section {
    margin-top: 20px
}

.product-subscript .subscript-section .subscript-title {
    font-weight: 700;
    padding: 0;
    margin: 0 0 10px;
    border-bottom: 2px solid #d9d9d9
}

.product-subscript .subscript-section button.size {
    margin: 0 6px 6px 0;
    padding: 5px 10px
}

.bottom-fixed-buttons {
    display: block;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9999
}

.bottom-fixed-buttons .button-item {
    -webkit-transition: width 500ms;
    -o-transition: width 500ms;
    transition: width 500ms;
    width: 48px;
    height: 48px;
    background-color: #E1A827;
    margin-right: 16px;
    position: relative;
    display: none;
    overflow: hidden;
    border-radius: 24px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .24);
    vertical-align: top;
    padding-left: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #fff
}

.bottom-fixed-buttons .button-item i {
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 25px
}

.bottom-fixed-buttons .button-item .button-item-text {
    opacity: 0;
    -webkit-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms
}

.bottom-fixed-buttons .button-item:hover {
    width: 210px
}

.bottom-fixed-buttons .button-item:hover .button-item-text {
    opacity: 1;
    -webkit-transition: opacity 100ms ease 300ms;
    -o-transition: opacity 100ms ease 300ms;
    transition: opacity 100ms ease 300ms
}

#jvlabelWrap {
    display: none
}

.__jivoMobileButton {
    display: none !important
}

.breadcrumb-container {
    padding: 20px 0;
    background: #f2f2f2
}

.products-view .breadcrumb-container {
    height: 100px
}

.bc {
    font-size: 12px
}

.bc.push-up {
    position: absolute;
    top: 0;
    left: 0
}

.bc > li {
    float: left;
    margin-left: 1em;
    color: #919191
}

.bc > li:before {
    content: '/';
    margin-right: 1em
}

.bc > li:first-child {
    margin-left: 0
}

.bc a {
    color: #919191
}

.bc a:hover {
    color: #E1A827
}

.bc .active {
    color: #1f1f1f
}

.side-section.bg-white {
    background: #fff
}

.products-wrapper, .sidebar.push-up {
    position: relative;
    top: 0px
}

.products-wrapper .search-box {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 30px
}

.sidebar:not(.push-up) .side-section:first-child {
    margin-top: 20px
}

.sidebar .side-section {
    position: relative;
    margin: 0 0 30px
}

.sidebar .side-section-header {
    padding: 7px 15px;
    background: #E1A827;
    text-align: center
}

.sidebar .side-section-title {
    color: #fff;
    margin: 0;
    text-transform: uppercase
}

.sidebar .side-section-content {
    padding: 30px 24px
}

.sidebar .side-section-footer {
    padding: 0 24px 30px
}

.sidebar .side-section-footer .btn {
    border-radius: 1.25em
}

.sidebar .side-section-subheader {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600
}

.text-block .more .btn {
    padding: .1em .6em
}

.text-block .desc h4 {
    margin: 0 10px 0 0;
    font-weight: 700
}

.vmenu .fakeInput {
    display: block;
    position: relative
}

.vmenu > li > .prettycheckbox {
    font-size: 14px
}

.vmenu li {
    margin-top: .25em
}

.vmenu li:first-child {
    margin-top: 0
}

.vmenu ul {
    font-size: 12px;
    list-style: none;
    margin: 10px 0 15px 24px
}

.vmenu, .vmenu a {
    color: #919191
}

.vmenu, .vmenu button {
    color: #919191
}

.vmenu .checked, .vmenu .checked a {
    color: #1f1f1f
}

.vmenu .checked, .vmenu .checked button {
    color: #1f1f1f
}
.vmenu a:hover, a.bright {
    color: #E1A827
}

.vmenu button:hover, button.bright {
    color: #E1A827
}

#filter-by-c .color-box small, .filter-checkbox {
    display: none
}

#filter-by-c .color-box {
    border-color: transparent;
    opacity: .4
}

#filter-by-c .color-box.active, #filter-by-c .color-box:hover {
    opacity: 1
}

ul.filter-size {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}

ul.filter-size li {
    display: inline-block;
    margin: 5px
}

ul.filter-size li a {
    vertical-align: middle;
    font-size: 16px;
    width: auto;
    min-width: 30px;
    line-height: 24px;
    border: 1px solid #919191;
    border-radius: 3px;
    display: inline-block;
    padding: 0 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ul.filter-size li a.active {
    border-color: #E1A827;
    color: #fff;
    background-color: #E1A827
}

ul.filter-size li span.active {
    border-color: #E1A827;
    color: #fff;
    background-color: #E1A827
}

ul.filter-size li button {
    vertical-align: middle;
    font-size: 16px;
    width: auto;
    min-width: 30px;
    line-height: 24px;
    border: 1px solid #919191;
    border-radius: 3px;
    display: inline-block;
    padding: 0 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ul.filter-size li button.active {
    border-color: #E1A827;
    color: #fff;
    background-color: #E1A827
}
.products-header .round-icon {
    padding: 2px
}

.mix-item.loading .product .entry-media {
    min-height: 150px;
    background: #ccc url(/img/AjaxLoader2.gif) no-repeat center center
}

.products-layout {
    margin-left: -15px;
    margin-right: -15px
}

.products-layout .mix-item {
    padding: 15px;
    float: left;
    width: 33.334%;
    position: relative
}

.products-layout.list .mix-item {
    width: 100% !important
}

.products-layout.list .product {
    background: #fff;
    text-align: justify
}

.products-layout.list .entry-media {
    width: 25%
}

.products-layout.list .entry-main {
    width: 75%;
    margin-left: -5px;
    padding: 1.5em 2em;
    text-align: left
}

.products-layout.list .entry-main > * {
    margin-right: 175px
}

.products-layout.list .entry-main, .products-layout.list .entry-media {
    display: inline-block;
    vertical-align: top
}

.products-layout.list .hover {
    background: 0 0 !important
}

.products-layout.list .hover .icons .circle:not(.ribbon), .products-layout.list .hover .rate-bar {
    display: none
}

.products-layout.list .entry-title {
    text-align: left
}

.products-layout.list .entry-links {
    float: left
}

.products-layout.list .visible-list {
    display: block
}

.products-layout.list .entry-price {
    position: absolute;
    top: 0;
    right: -150px;
    width: 150px;
    height: 100%;
    text-align: center;
    line-height: 2;
    padding: 25px 0 25px 25px;
    margin-left: 25px;
    border-left: 1px solid #ddd
}

.products-layout.list .add-to-cart {
    margin-top: 20px
}

.products-layout.grid .visible-grid {
    display: block
}

.one-column-layout .main-content {
    min-height: 300px
}

.one-column-layout .products-layout .mix-item {
    width: 25%;
    padding: 10px
}

.one-column-layout .products-layout .mix-item .product.hover-active {
    width: 338px
}

.easy-slider-next.disabled, .easy-slider-prev.disabled, .product .visible-grid, .product .visible-list {
    display: none
}

.easy-slider-next, .easy-slider-prev {
    position: absolute;
    top: 45%;
    font-size: 16px;
    width: 2em;
    height: 2em;
    margin: 0 5px;
    text-align: center;
    border: 2px solid #E1A827;
    line-height: 1.89em;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: color .2s ease-out, border-color .2s ease-out;
    -o-transition: color .2s ease-out, border-color .2s ease-out;
    transition: color .2s ease-out, border-color .2s ease-out;
    z-index: 10;
    background: #E1A827;
    color: #fff
}

.easy-slider-next:hover, .easy-slider-prev:hover {
    border-color: #444;
    background: #444
}

.easy-slider-next {
    right: -16px
}

.easy-slider-prev {
    left: -16px
}

.easy-slider-viewport {
    vertical-align: middle;
    overflow: hidden;
    position: relative
}

.easy-slider-slide {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 800ms ease 0s;
    -o-transition: all 800ms ease 0s;
    transition: all 800ms ease 0s;
    white-space: nowrap
}

.loaded-product-container {
    overflow: hidden;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.loaded-product-container.initialized {
    overflow: visible
}

.products-line {
    clear: both;
    position: relative;
    text-align: center
}

.products-line h3 {
    text-align: left;
    font-size: 24px;
    color: #1f1f1f;
    margin: 20px 0 10px;
    line-height: 1
}

.products-line-container {
    overflow: hidden;
    width: 100%;
    vertical-align: middle;
    padding: 12px 0;
    position: relative;
    height: 263px;
    background-image: -o-repeating-linear-gradient(left, #f2f2f2 6px, #f2f2f2 140px, transparent 140px, transparent 152px);
    background-image: repeating-linear-gradient(to right, #f2f2f2 6px, #f2f2f2 140px, transparent 140px, transparent 152px)
}

.products-line-container.slider-initialized {
    min-height: 0;
    height: auto;
    background-image: none
}

.products-line-container .mix-item {
    width: 134px;
    float: left;
    margin: 0 6px 6px
}

.products-line-container .product .entry-title {
    font-size: 10px;
    margin-bottom: 0
}

.products-line-container .product .entry-discount, .products-line-container .product .entry-price, .shopcart-total form {
    margin-bottom: 0
}

.products-line-container .product .entry-discount .entry-discount, .products-line-container .product .entry-discount .price, .products-line-container .product .entry-price .entry-discount, .products-line-container .product .entry-price .price {
    font-size: 10px
}

.products-line-container .product .entry-main {
    padding: .3em .1em
}

.products-line-container .product .entry-sizes {
    font-size: 9px
}

.products-line-container .product .entry-media {
    min-height: 198px !important
}

.products-line-container .product .entry-media .icons {
    top: 5px;
    left: 5px
}

.products-line-container .product .entry-media .icons > li {
    margin: 0;
    width: 30px;
    height: 34px
}

.products-line-container .product .entry-media.product-no-min-image {
    height: 198px;
    background: url(/img/no_image.svg);
    background-size: 100% auto
}

.products-line-container .product .entry-media .icons .circle {
    width: 30px !important;
    height: 30px !important;
    font-size: 9px !important;
    line-height: 28px !important;
    font-weight: 700
}

.product-preview {
    position: relative;
    zoom: 1
}

.product-preview .big-image {
    overflow: hidden;
    zoom: 1;
    float: right
}

.product-preview .thumbs {
    width: 86px;
    position: relative;
    text-align: center;
    float: left
}

.product-preview .thumbs .viewport a {
    display: block;
    width: 84px;
    height: 84px;
    border: 1px solid #919191;
    overflow: hidden;
    margin-bottom: 5px
}

.product-preview .thumbs .viewport a:first-child {
    display: block
}

.product-preview .thumbs .viewport a.video img {
    width: 100%;
    padding: 5px
}

.vmenu a:before {
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none
}

.vmenu button:before {
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none
}

.active-promotion-timer {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #E1A827;
    background: #f2f2f2;
    vertical-align: top
}

.active-promotion-timer .discount-percentage, .active-promotion-timer .timer, .active-promotion-timer .timer-description {
    display: inline-block;
    line-height: 2em;
    vertical-align: top
}

.active-promotion-timer .discount-percentage {
    color: #fff;
    font-weight: 700;
    padding: 0 5px;
    background: #E1A827
}

.active-promotion-timer .timer-description {
    padding: 0;
    margin-left: 3px
}

.active-promotion-timer .timer {
    border-radius: 0 3px 3px 0;
    padding: 0 5px 0 0;
    margin-right: 3px
}

a.bright:hover {
    color: #970c0d
}

.comments-list, .qty-btn-group button:hover {
    color: #1f1f1f
}

.qty-btn-group {
    color: #919191;
    border: 2px solid #919191;
    border-radius: 1.5em;
    min-width: 95px
}

.panel-title .step, .qty-btn-group > * {
    display: inline-block
}

.qty-btn-group button, .qty-btn-group input {
    border: 0;
    margin: 0;
    text-align: center;
    background: 0 0;
    color: #919191
}

.qty-btn-group button {
    height: 28px;
    width: 28px
}

.qty-btn-group input {
    padding: 0;
    width: 25px;
    font-size: 16px
}

.qty-btn-group input[disabled] {
    -webkit-text-fill-color: #919191;
    -webkit-opacity: 1;
    color: #919191
}

.empty-cart-message {
    margin-bottom: 100px
}

.panel-title .step {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #e3e3e3;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
    text-align: center;
    margin-right: .5em;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.panel-title > a:hover > .step {
    background: #1f1f1f;
    color: #fff
}

.cart-block {
    margin-bottom: 7px;
    background: #f2f2f2
}

.cart-block .row, .order-item p, .products-list .items .item p {
    margin: 0
}

.cart-block .cart-row {
    border-bottom: 6px solid #ededed;
    position: relative
}

.cart-block .cart-row.danger {
    background: #f2dede
}

.cart-block .cart-product-image {
    text-align: center;
    padding: 7px 0 7px 7px
}

.cart-block .cart-product-image .entry-thumbnail {
    display: inline-block;
    cursor: pointer
}

.cart-block .cart-product-description .title {
    padding: 1rem;
    position: static
}

.cart-block .cart-product-details, .m-gallery .m-gallery-view a {
    position: relative
}

.cart-block .product-property {
    color: #7e7e7e
}

.cart-block .cart-property {
    padding: 0;
    margin-bottom: 7px;
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    margin-right: 1rem;
    color: #7e7e7e
}

.cart-block .product-property-row {
    margin-bottom: 7px
}

.cart-block .product-property {
    width: 90px;
    display: inline-block;
    margin-right: 1rem
}

.cart-block .product-property-value {
    display: inline-block
}

.cart-block .cart-property-value {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 7px;
    font-size: 14px
}

.cart-block .quantity-btn-group {
    display: inline-block;
    padding: 0
}

.cart-block .quantity-btn-group form, .cart-block .quantity-btn-group > input {
    float: left;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

.cart-block .quantity-btn-group button {
    width: 20px;
    height: 20px;
    border: 0;
    margin: 0;
    padding: 0;
    line-height: normal;
    background-color: transparent
}

.cart-block .quantity-btn-group > input {
    height: auto;
    font-size: 14px;
    border: 0;
    text-align: center;
    line-height: 1.6;
    background-color: transparent;
    font-weight: 700
}

.cart-block .delete-product-form {
    display: block;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px
}

.cart-block .remove-product-from-cart {
    vertical-align: middle;
    border: 0;
    padding: 0;
    margin: 0;
    float: none;
    background: #d9534f;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    width: 16px;
    height: 16px;
    font-size: 14px;
    text-align: center;
    line-height: 1
}

.cart-block .remove-product-from-cart:focus, .cart-block .remove-product-from-cart:hover {
    background-color: #c12e2a
}

.cart-block .btn-favorite-add {
    padding: 0;
    margin: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 10px
}

.cart-block .btn-favorite-add .icon-24, .product-details .subscribe-form .subscribe-show i {
    vertical-align: middle
}

.cart-block .active-promotion-price {
    margin-right: 16px;
    text-align: center;
    float: right
}

.cart-block .active-promotion-price span {
    padding: 0 3px
}

.cart-block .active-promotion-price .discount-percentage {
    display: block;
    font-size: 12px;
    line-height: 1.2em
}

.cart-block .active-promotion-price .entry-discount {
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 3px;
    color: #666
}

.cart-block .active-promotion-price .unit-price {
    display: block;
    color: #E1A827;
    font-weight: 700;
    font-size: 15px;
    line-height: 1em;
    margin-top: 8px;
    padding: 0 5px;
    white-space: nowrap
}

.cart-block .active-promotion-price .timer {
    font-size: 9px;
    display: block;
    line-height: 1em;
    vertical-align: top;
    color: #666;
    padding: 0 5px;
    margin: 7px 0 3px
}

.shopcart-total {
    width: 100%;
    padding: 1.5em;
    background-color: #f2f2f2;
    margin-bottom: 20px
}

.shopcart-total button.button-success {
    width: 100%;
    padding: 0
}

@media only screen and (min-width: 768px) {
    .cart-block .cart-property {
        width: auto;
        margin-right: 0
    }

    .cart-block .cart-property, .cart-block .cart-property-value {
        display: block;
        padding: 0 1rem
    }

    .cart-block .product-property {
        width: 80px;
        margin-right: 0
    }

    .cart-block .quantity-btn-group {
        display: block;
        padding: 0 1rem
    }
}

@media only screen and (min-width: 480px) {
    .cart-block .cart-product-image {
        float: left
    }

    .cart-block .cart-product-image .entry-thumbnail img {
        width: 94px
    }

    .cart-block .cart-product-description {
        margin-left: 114px
    }

    .cart-block .cart-product-description .title {
        position: relative;
        padding: 14px 35px 30px 0
    }

    .cart-block .cart-product-details {
        padding-left: 0
    }

    .shopcart-total {
        width: 290px;
        float: right
    }
}

.checkout .stylish-input input[type=email], .checkout .stylish-input input[type=password], .checkout .stylish-input input[type=tel], .checkout .stylish-input input[type=text], .checkout .stylish-input select {
    height: 26px
}

.checkout .panel-body {
    padding: 20px;
    border: 1px solid #f2f2f2;
    border-top: 0 !important;
    background: #ececec;
    font-size: 12px;
    color: #1f1f1f
}

.checkout .panel-body .alert {
    font-size: 14px
}

.checkout legend {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px
}

.checkout fieldset > .inner {
    padding: 15px
}

.form-horizontal .checkout .form-group {
    margin: 0 0 15px
}

.paymethod label, .store-list dt {
    font-weight: 600
}

.order-create .panel-group .panel {
    overflow: visible
}

.order-create p.help-block {
    margin-top: 5px
}

.order-create .help-block {
    clear: both
}

.order-create .order-check-prom-code {
    float: right;
    padding: .5em 1em;
    margin-right: 15px;
    font-size: 11px;
    text-transform: uppercase
}

.dropdown-tips {
    background: 0 0 #fff;
    border: 1px solid #aaa;
    cursor: pointer;
    display: none;
    list-style: none outside none;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    position: absolute;
    top: 26px;
    z-index: 20;
    width: auto;
    min-width: 150px
}

.dropdown-tips li {
    background: #fff;
    padding: 0 10px 0 5px;
    width: 100%
}

.dropdown-tips li:hover {
    background: #e8e8e8
}

#no_whs {
    color: #8b0000
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

.shop-summary td, .shop-summary th {
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 600
}

.shop-summary th {
    text-align: right
}

.shop-summary td {
    padding-left: 60px
}

.shop-summary .total td, .shop-summary .total th {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 15px
}

.products-list .items .item .price strong, .shop-summary .total td {
    color: #ff5757
}

.coupon {
    max-width: 290px
}

#store-locator-gmap {
    height: 400px
}

.store-list {
    font-size: 12px;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto
}

.store-list dt {
    float: left;
    margin-right: 10px;
    color: #1f1f1f
}

.store-list dt.phone {
    float: none;
    display: block
}

.store-list dd {
    overflow: hidden;
    zoom: 1;
    color: #919191
}

.store-list .entry-title {
    font-size: 14px;
    font-weight: 600
}

.store-list > li {
    padding: 15px;
    border-bottom: 4px solid #d9d9d9;
    border-top: 4px solid #d9d9d9;
    background: #f2f2f2;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.store-list > li + li {
    border-top: 0
}

.store-list > li:hover {
    background: #d1d1d1
}

.shop-summary th, .vmenu > li > a {
    text-transform: uppercase
}

.shop-summary th, .vmenu > li > button {
    text-transform: uppercase
}

.vmenu a:before {
    width: 14px;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 .25em 0 0;
    content: '\e68d'
}

.vmenu button:before {
    width: 14px;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 .25em 0 0;
    content: '\e68d'
}

.reset-filters .vmenu .checked a:before {
    content: '\e60d'
}

.reset-filters .vmenu .checked button:before {
    content: '\e60d'
}

#vk_groups, #vk_groups iframe, .fb-comments, .fb-comments iframe[style] {
    width: 100% !important
}

.fb-like-box, .fb-like-box iframe span[style], .fb-like-box iframe[style], .fb-like-box span {
    min-width: 50px;
    width: 100% !important
}

.fb-comments iframe span[style], .fb-comments span {
    width: 100% !important
}

.-cx-PRIVATE-pluginBoxContainer__border {
    border: 0
}

#authMessage {
    margin-bottom: 10px;
    color: #a94442;
    text-align: center
}

.order-item .products {
    margin: 5px 0
}

.order-view #main-content .order-item {
    padding-top: 0
}

.section .embedded-products {
    margin-bottom: 20px
}

.section .embedded-products a.more {
    color: #fff
}

.products-list .items, .products-list .items .item {
    margin-bottom: 10px
}

.products-list .summary .delivery, .products-list .summary .sum {
    color: #ff5757
}

.products-list .summary .title {
    font-size: 16px;
    margin: 0 0 10px;
    text-align: left;
    font-weight: 700;
    border-bottom: 1px dashed #c8c8c8
}

.css-loader {
    width: 50px;
    height: 50px;
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.css-loader .loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #666;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.popup {
    background: #ececec;
    padding: 0;
    display: block;
    position: fixed;
    overflow: hidden;
    z-index: 10001;
    left: 50%;
    top: 0;
    width: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0
}

.popup.initialized {
    opacity: 1;
    top: 50px
}

@media only screen and (max-width: 1200px) {
    .popup {
        width: 60%
    }
}

@media only screen and (max-width: 768px) {
    .popup {
        width: 80%
    }
}

@media only screen and (max-width: 480px) {
    .popup {
        width: 90%
    }
}

.popup-background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 9999
}

.popup__container {
    padding: 15px
}

.popup__close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 21px;
    text-align: center;
    z-index: 100
}

.popup__container h2 {
    font-weight: 700
}

.popup-login-form .separator-word {
    display: inline-block;
    padding-left: 1em;
    line-height: 1.428571429;
    vertical-align: middle
}

.popup-login-form.popup {
    overflow: hidden
}

.popup__buttons {
    margin-top: 10px;
    text-align: right
}

.popup__cancel-button, .popup__save-button {
    margin-right: 20px
}

.m-gallery .thumbs-up {
    margin-bottom: 5px;
    cursor: pointer
}

.m-gallery .thumbs-down {
    margin-top: 5px;
    cursor: pointer
}

.m-gallery .m-gallery-thumbs {
    display: inline-block;
    width: 234px;
    position: relative;
    text-align: left;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: 58px
}

.m-gallery .m-gallery-thumbs .m-gallery-thumbs-item img, .m-gallery-thumbs-item img {
    width: 100%
}

.m-gallery .m-gallery-thumbs .thumbs-down, .m-gallery .m-gallery-thumbs .thumbs-up {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    width: 2em;
    height: 2em;
    margin: 0;
    text-align: center;
    border: 2px solid #E1A827;
    line-height: 1.89em;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: color .2s ease-out, border-color .2s ease-out;
    -o-transition: color .2s ease-out, border-color .2s ease-out;
    transition: color .2s ease-out, border-color .2s ease-out;
    z-index: 10;
    background: #E1A827;
    color: #fff
}

.m-gallery .m-gallery-thumbs .thumbs-down.disabled, .m-gallery .m-gallery-thumbs .thumbs-up.disabled {
    display: none
}

.m-gallery .m-gallery-thumbs .thumbs-down:hover, .m-gallery .m-gallery-thumbs .thumbs-up:hover {
    border-color: #444;
    background: #444
}

.m-gallery .m-gallery-thumbs .thumbs-up {
    top: -16px
}

.m-gallery .m-gallery-thumbs .thumbs-down {
    bottom: -16px
}

.m-gallery .m-gallery-thumbs .thumbs-slide {
    -webkit-transition: -webkit-transform 400ms ease;
    -o-transition: transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease
}

.m-gallery .m-gallery-thumbs .thumbs-slide a {
    display: inline-block;
    width: 110px;
    height: 164px;
    border: 1px solid transparent;
    overflow: hidden;
    vertical-align: top
}

.m-gallery .m-gallery-thumbs .thumbs-slide a.m-thumb-selected, .m-gallery .m-gallery-thumbs .thumbs-slide a:hover {
    border-color: #E1A827
}

.m-gallery .video-item {
    position: relative
}

.m-gallery .video-item:before {
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 9px solid #737273;
    top: 3px;
    left: 5px;
    position: absolute
}

.product-main-info {
    padding-bottom: 25px
}

.product-media-block {
    width: 64%;
    display: inline-block;
    vertical-align: top;
    min-height: 10px;
    margin-right: 30px
}

.m-gallery-view, .thumbs-slide {
    display: inline-block
}

.thumbs-slide {
    max-width: 100%;
    text-align: left;
    line-height: 0
}

.m-gallery-thumbs-item {
    width: 108px;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 12px
}

.m-gallery-thumbs-item:nth-of-type(2n) {
    margin-right: 0
}

.product-details {
    text-align: right;
    width: 33%;
    display: inline-block;
    vertical-align: top;
    min-height: 10px
}

.product-details .btn-link:hover, .product-details a:not(.btn):hover {
    color: #E1A827
}

.product-details .panel-default > .panel-heading {
    text-align: left
}

.product-details .product-labels {
    text-align: right;
    list-style: none
}

.product-details .product-labels li {
    display: inline-block;
    margin-left: 8px
}

.product-details .product-labels .label-new, .product-details .product-labels .label-sale {
    display: inline-block;
    border: 1px solid #389695;
    color: #389695;
    background-color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 8px;
    font-weight: 700;
    padding: 1px 4px;
    vertical-align: text-bottom;
    margin-bottom: 1px
}

.product-details .product-labels .label-sale {
    border-color: #E1A827;
    color: #E1A827
}

.product-details .product-labels .product-brand {
    color: #979797;
    text-transform: uppercase
}

.product-details .favorite-actions i:hover, .product-details .product-labels .product-brand:hover {
    color: #E1A827
}

.product-details h1 {
    font-size: 17px;
    line-height: 18px;
    color: #1f1f1f;
    font-style: normal;
    margin: 0 0 19px
}

.product-details .product-price {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 13px
}

.product-details.product-hidden .product-price {
    margin-bottom: 25px
}

.product-details .entry-price {
    font-size: 2em;
    font-weight: 700;
    color: #E1A827
}

.product-details .entry-currency {
    color: #E1A827;
    font-weight: 700
}

.product-details .discount-percentage:after, .product-details .entry-currency:after {
    display: block;
    content: ''
}

.product-details .discount-percentage {
    color: #1f1f1f;
    margin-top: 0
}

.product-details .entry-discount {
    color: #919191;
    margin-top: 0;
    vertical-align: baseline;
    display: inline-block
}

.product-details .active-promotion-timer {
    display: inline-block;
    border-radius: 0;
    border: 0;
    background: 0 0;
    vertical-align: middle;
    color: #1f1f1f;
    margin-bottom: 5px
}

.product-details .active-promotion-timer .timer-description {
    padding: 0;
    margin-left: 0;
    display: inline-block;
    line-height: 14px;
    vertical-align: middle;
    font-size: 14px
}

.product-details .active-promotion-timer .timer {
    border-radius: 0;
    padding: 0;
    margin-right: 0;
    display: inline-block;
    line-height: 14px;
    vertical-align: middle
}

.product-details .product-status {
    margin-bottom: 13px
}

.product-details.product-away .product-status {
    position: relative;
    margin-bottom: 27px
}

.product-details.product-away .product-status:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #bbb;
    position: absolute;
    bottom: -27px;
    left: 0
}

.product-details .product-sizes {
    border-bottom: 1px solid #bbb;
    text-align: center;
    padding-bottom: 13px;
    padding-top: 12px;
    margin-bottom: 13px
}

.product-details .product-sizes .subscribe-form {
    display: none;
    border-bottom: none
}

.product-details .product-color-list .product-color-list-item a, .product-details .product-sizes .subscribe-form.show {
    display: block
}

.product-details .product-sizes #size_notice p {
    display: none;
    margin: 0;
    padding: 0
}

.product-details .product-size {
    color: #1f1f1f;
    border: 1px solid #1f1f1f;
    font-size: 14px;
    width: auto;
    line-height: 30px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 0 4px;
    min-width: 32px;
    cursor: pointer
}

.product-details .product-size:hover {
    border: 1px solid #E1A827;
    color: #E1A827
}

.product-details .product-size.no-exist {
    border: 1px solid #bbb;
    color: #bbb
}

.product-details .product-size.selected {
    border: 1px solid #E1A827;
    background: #E1A827;
    color: #fff
}

.product-details .product-size.selected:hover {
    color: #fff
}

.product-details .product-size:last-of-type {
    margin-right: 0
}

.product-details .product-size-grid {
    text-align: center;
    font-size: 12px;
    margin: 0 0 13px
}

.product-details .product-size-grid a {
    color: #1f1f1f
}

.product-details .subscribe-form {
    padding-bottom: 13px;
    padding-top: 12px;
    border-bottom: 1px solid #bbb;
    text-align: center
}

.product-details .subscribe-form .subscribe-show {
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 12px;
    padding: .6em 1em
}

.product-details .subscribe-form-message {
    margin-bottom: 25px
}

.product-details .subscribe-size {
    border-radius: 5px;
    text-transform: uppercase
}

.product-details .product-notices {
    text-align: center;
    margin: 12px 0 13px;
    list-style: none
}

.product-details .product-notices .warning {
    color: #a94442
}

.product-details .add-to-cart {
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.4;
    margin-top: 13px
}

.product-details .add-to-cart i {
    vertical-align: middle;
    font-size: 19px;
    margin-right: 5px
}

.product-details .add-to-cart[disabled] {
    background: #bbb;
    opacity: 1
}

.product-details .btn-row {
    position: relative;
    text-align: center;
    margin-bottom: 10px
}

.product-details .favorite-actions {
    display: block;
    position: absolute;
    left: 76%;
    top: -48px;
    line-height: 32px;
    vertical-align: middle
}

.product-details .favorite-actions i {
    font-size: 28px;
    color: #979797
}

.product-details .favorite-actions a, .product-details .favorite-actions i {
    vertical-align: middle;
    display: inline-block
}

.product-details .favorite-actions .favorite-subscribers-quantity {
    display: inline-block;
    margin-left: 5px
}

.product-details .one-click {
    border-radius: 8px;
    line-height: 1.4;
    font-size: 12px;
    color: #1f1f1f;
    border: 1px solid #1f1f1f
}

.product-details .one-click i {
    margin-right: 5px;
    vertical-align: middle
}

.product-details .one-click:hover {
    border-color: #E1A827
}

.product-details .group-color {
    text-align: left;
    padding-top: 12px
}

.product-details .product-color-list-title {
    font-size: 12px;
    color: #1f1f1f
}

.product-details .product-color-list {
    padding: 0;
    list-style: none
}

.product-details .product-color-list .product-color-list-item {
    display: inline-block;
    border: 1px solid transparent;
    margin-right: 7px;
    margin-bottom: 7px;
    vertical-align: top;
    overflow: hidden
}

.product-details .product-color-list .product-color-list-item img {
    height: 120px;
    width: auto
}

.product-details .product-color-list .product-color-list-item.selected-item {
    border: 1px solid #E1A827
}

.product-details .product-color-list.small-thumbs .product-color-list-item img {
    height: 70px
}

.product-details .product-color-list.small-thumbs .product-color-list-item .select-property-color-thumb {
    width: 47px;
    height: 70px
}

.product-details .product-color-list.cut-thumbs .product-color-list-item {
    height: 40px
}

.product-details .select-property-color-thumb {
    width: 80px;
    height: 120px
}

.product-details .subscript-section button.size {
    margin-right: 5px
}

.product-info-block {
    padding: 25px 0
}

.product-info-block .product-info-title {
    font-size: 24px;
    color: #1f1f1f;
    margin: 0;
    line-height: 1
}

.product-info-block .product-info-title.collapse-init {
    cursor: pointer
}

.product-info-block .active-promotions a, .product-info-block a.read-more:hover {
    color: #E1A827
}

.product-info-block .info-block {
    overflow: hidden;
    padding-top: 10px;
    font-size: 14px;
    color: #1f1f1f
}

.product-info-block .info-block .info-column-image {
    display: inline-block;
    padding-right: 5px;
    vertical-align: top;
    padding-top: 5px
}

.product-info-block .info-block .info-column-content {
    display: inline-block;
    width: 70%;
    vertical-align: top
}

.product-info-block .info-block ul {
    list-style-type: disc;
    padding-left: 1.25em
}

.product-info-block .info-block h2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px
}

.product-info-block .info-block .info-column {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding-right: 10px
}

.product-info-block .info-block .info-column:last-of-type {
    padding-right: 0
}

.product-info-block .info-block .info-column:nth-of-type(2):last-child {
    width: 66%
}

.product-info-block a.read-more {
    color: #727272;
    font-size: 12px
}

.product-description {
    border-top: 1px solid #bbb
}

.product-description .info-block ul {
    margin-bottom: 15px
}

.product-delivery-and-payment, .product-description {
    width: 100%;
    border-bottom: 1px solid #bbb
}

@media only screen and (max-width: 1200px) {
    .product-media-block {
        margin-right: 15px;
        width: 65%
    }

    .m-gallery .m-gallery-thumbs {
        width: 165px;
        margin-right: 10px
    }

    .m-gallery .m-gallery-thumbs .thumbs-slide a {
        width: 74px;
        height: 111px;
        margin-right: 6px
    }

    .m-gallery .m-gallery-view {
        width: 71%
    }

    .m-gallery .m-gallery-thumbs-item {
        margin-right: 6px;
        margin-bottom: 6px
    }

    .product-details .favorite-actions {
        left: 78%
    }

    .product-details .product-color-list .product-color-list-item img {
        width: auto;
        height: 106.5px
    }

    .product-details .product-color-list .select-property-color-thumb {
        width: 71px;
        height: 106.5px
    }
}

@media only screen and (max-width: 991px) {
    .product-main-info {
        padding-bottom: 15px
    }

    .product-info-block {
        padding: 15px 0
    }

    .product-info-block .info-block {
        padding: 12px 0 0
    }

    .product-info-block .info-block .info-column {
        width: 100%;
        padding-bottom: 15px;
        padding-right: 0
    }

    .product-info-block .info-block .info-column:nth-of-type(2):last-child {
        width: 100%
    }

    .product-info-block .info-block .info-column:last-child {
        padding-bottom: 0
    }

    .product-info-block .info-block .info-column ul:last-child {
        margin-bottom: 0
    }

    .product-info-block .info-block .product-info-title {
        text-transform: uppercase
    }

    .product-media-block {
        width: 59%
    }

    .product-details {
        width: 38%;
        display: inline-block
    }

    .product-details .favorite-actions {
        left: 80%
    }

    .product-details .product-color-list .product-color-list-item img {
        width: auto;
        height: 96px
    }

    .product-details .product-color-list .select-property-color-thumb {
        width: 64px;
        height: 96px
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .product-color-list .product-color-list-item:nth-of-type(4n) {
        margin-right: 0
    }
}

@media only screen and (min-width: 769px) {
    .csspositionsticky .product-single #page-wrapper {
        overflow: visible
    }

    .csspositionsticky .product-single #page-wrapper .product-details {
        position: -webkit-sticky;
        position: sticky;
        top: 10px
    }
}

@media only screen and (min-width: 992px) {
    .csspositionsticky .product-single #page-wrapper .m-gallery {
        overflow: visible
    }

    .csspositionsticky .product-single #page-wrapper .m-gallery .m-gallery-thumbs {
        position: -webkit-sticky;
        position: sticky;
        top: 10px
    }
}

@media only screen and (max-width: 768px) {
    .product-main-info {
        padding-bottom: 0
    }

    .product-media-block {
        width: 100%;
        margin-right: 0
    }

    .product-details {
        width: 100%;
        float: none;
        padding: 10px;
        text-align: center
    }

    .product-details .one-click {
        padding: 8px 20px
    }

    .product-details .favorite-actions {
        display: inline-block;
        position: static;
        top: auto;
        left: auto;
        margin-left: 30px
    }

    .product-details .add-to-cart {
        width: 100%
    }

    .product-details .discount-percentage:after, .product-details .entry-currency:after {
        display: none
    }

    .product-details .discount-percentage:before {
        display: block;
        content: ''
    }

    .product-details .product-price, .product-details .product-sizes {
        border-bottom: none;
        padding-bottom: 15px;
        margin-bottom: 0
    }

    .product-details.product-away .product-status, .product-details.product-hidden .product-price {
        margin-bottom: 15px
    }

    .product-details.product-away .product-status:after {
        content: none
    }

    .product-details .subscribe-form {
        border-bottom: none
    }

    .product-details .product-size {
        margin-bottom: 10px;
        margin-right: 10px
    }

    .product-info-block, .products-line {
        margin-left: 10px;
        margin-right: 10px;
        width: auto
    }

    .product-info-block .product-info-title {
        text-align: center;
        text-transform: uppercase;
        font-size: 20px
    }

    .products-line h3 {
        font-size: 20px
    }
}

@media only screen and (max-width: 480px) {
    .header-top .actions > li:first-child {
        width: 100%
    }

    .header-top .actions > li:last-child, .header-top .actions > li:nth-child(2) {
        display: none
    }
}

@media (max-width: 1200px) {
    .main-header .logo-wrapper {
        left: 16px
    }
}

@media (max-width: 991px) {
    .header-top .contact-info .delivery {
        display: none
    }

    .header-top {
        position: relative
    }

    .main-header .logo-wrapper {
        top: 36px;
        left: 16px
    }

    .buy-actions .size-help {
        padding-left: 0;
        margin-top: 15px
    }
}

@media only screen and (max-width: 768px) {
    .container > .promos {
        margin-top: -40px
    }

    .center-xs {
        display: table;
        width: auto;
        margin: 0 auto;
        float: none;
        position: static;
        text-align: center
    }

    .header-top {
        height: auto
    }

    .header-top .actions {
        display: table;
        margin: 0 auto;
        padding: 5px 0;
        float: none;
        text-align: center
    }

    .header-top .contact-info {
        display: none
    }

    .main-header {
        height: auto;
        margin: 0;
        padding: 1.0714em 0;
        text-align: center
    }

    .main-header .actions {
        display: inline-block;
        position: static
    }

    .main-header .logo-wrapper {
        width: 20%;
        left: 0;
        top: 25%;
        display: block
    }

    .main-header .logo-wrapper img {
        width: 100%;
        height: auto
    }

    #site-menu {
        top: 30%;
        bottom: auto
    }

    .dl-menuwrapper {
        margin: 0
    }

    .dl-menuwrapper .dl-menu.dl-menuopen, .dl-menuwrapper > .dl-submenu {
        top: 5em
    }

    .products-layout.list .entry-main, .products-layout.list .entry-media {
        display: block;
        width: auto
    }

    .products-layout.list .entry-media {
        max-width: 280px;
        margin: 0 auto
    }

    .products-layout.list .entry-main > * {
        margin-right: auto
    }

    .products-layout.list .entry-price {
        position: static;
        margin: 20px auto;
        padding: 0;
        border: 0
    }

    .products-layout.list .entry-links {
        display: table;
        margin: 10px auto;
        float: none
    }

    .products-view h1 {
        margin: 0 0 0 50px
    }

    .nav-tabs > li {
        float: none;
        margin-bottom: 3px
    }

    .size_grid .page {
        overflow-x: scroll
    }
}

@media only screen and (max-width: 480px) {
    #main-content .section {
        padding: 5px 0
    }

    #site-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: .5em
    }

    .header-top {
        position: absolute;
        left: -100%;
        top: 50px;
        z-index: 2
    }

    .header-top.open {
        left: 0
    }

    #site-menu {
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        position: static;
        float: left
    }

    .main-header {
        padding: .7em 0;
        height: 3.8em
    }

    .dl-menuwrapper {
        margin: 0
    }

    .main-header .actions {
        display: none
    }

    .main-header .logo-wrapper {
        width: 85px;
        top: .7em;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        height: auto
    }

    .main-header .logo {
        display: inline-block
    }

    .header-top .actions {
        margin: 0;
        width: 100%
    }

    .header-top .search-box {
        width: 100%
    }

    #responsive-cart, #responsive-search {
        display: block
    }

    .dl-menuwrapper .dl-menu {
        left: 0;
        right: auto
    }

    .dl-menuwrapper > .dl-submenu {
        left: 0
    }

    .bc > li {
        margin-left: .2em
    }

    .bc > li:before {
        margin-right: .2em
    }

    .products-layout.m-t-b {
        margin: 20px 0
    }

    .breadcrumb-container {
        padding: 5px 0;
        background: #f2f2f2
    }

    .breadcrumb-container .container {
        padding-left: 5px;
        padding-right: 5px
    }

    .products-view h1 {
        font-size: 18px;
        margin: 0 0 0 40px;
        min-width: 200px;
        text-align: left
    }

    .products-title > ul {
        margin-left: 5px
    }

    .news h1 {
        margin-bottom: 0
    }

    #main-content .section-header .section-title {
        font-size: 14px;
        font-weight: 400
    }

    .form-horizontal .form-group.select-color-container, .form-horizontal .form-group.select-size-container {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (max-width: 320px) {
    .main-header .logo-wrapper {
        width: 75px
    }

    #site-menu {
        top: 8%;
        right: -10px
    }
}

@media only screen and (max-width: 991px) {
    .order-create .order-check-prom-code {
        position: absolute;
        margin-right: 0;
        z-index: 10;
        right: 0;
        top: 0
    }
}

@media only screen and (max-width: 767px) {
    .order-create .order-check-prom-code {
        top: 21px;
        right: 15px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-menu > li > a {
        padding: 25px 10px
    }

    .one-column-layout .promo .ribbon h5 {
        font-size: 14px
    }
}

@media only screen and (max-width: 991px) {
    .promo.first-child {
        margin-top: 0
    }

    .promo .ribbon h5 {
        font-size: 16px;
        white-space: normal
    }
}

@media only screen and (min-width: 992px) {
    .promo.first-row {
        margin-top: 0
    }
}

@media only screen and (min-width: 768px) {
    #frm-contact-us {
        margin-right: 80px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .products-layout .product {
        height: 377px
    }

    .products-layout .product.hover-active {
        width: 270.5px
    }

    .one-column-layout .products-layout .mix-item .product {
        height: 400px
    }

    .one-column-layout .products-layout .mix-item .product.hover-active {
        width: 288px
    }
}

@media (max-width: 1199px) {
    .article .product .entry-media, .news .product .entry-media, .page-view .product .entry-media, .product-history .product .entry-media, .products-view .product .entry-media {
        min-height: 279px
    }

    .product .entry-media .icons, .product .entry-media:hover .icons {
        top: 5px;
        left: 5px
    }

    .product .entry-media .icons > li {
        margin: 0 0 5px
    }

    .product .entry-media .icons .circle {
        width: 40px !important;
        height: 40px !important
    }

    .product .entry-media .icons .status-icon {
        line-height: 36px;
        font-size: 11px
    }

    .product .entry-media .icons .action-icon {
        font-size: 22px;
        line-height: 38px
    }

    .touchevents .product .entry-main .entry-sizes {
        color: #919191;
        bottom: 4px
    }
}

@media (max-width: 991px) {
    .products-layout .mix-item {
        width: 50%
    }

    .one-column-layout .products-layout .mix-item {
        width: 33.3334%
    }

    .article .product .entry-media, .news .product .entry-media, .page-view .product .entry-media, .product-history .product .entry-media, .products-view .product .entry-media {
        min-height: 290px
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .products-layout .product.hover-active {
        width: 278.5px
    }

    .one-column-layout .products-layout .mix-item .product.hover-active {
        width: 288px
    }
}

@media (max-width: 768px) {
    .one-column-layout .products-layout .mix-item {
        width: 50%
    }

    .article .product .entry-media, .news .product .entry-media, .page-view .product .entry-media, .product-history .product .entry-media, .products-view .product .entry-media {
        min-height: 336px;
        overflow: hidden;
        padding-top: 133%
    }

    .article .product .entry-media img, .news .product .entry-media img, .page-view .product .entry-media img, .product-history .product .entry-media img, .products-view .product .entry-media img {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0
    }
}

@media (max-width: 600px) {
    .sh_btn_left .sh_title_text, .sh_btn_right .sh_title_text {
        display: none
    }

    #sh_button {
        min-height: 36px;
        z-index: 99
    }

    .article .product .entry-media, .news .product .entry-media, .page-view .product .entry-media, .product-history .product .entry-media, .products-view .product .entry-media {
        min-height: 230px
    }

    .article .product .entry-media.product-no-min-image, .news .product .entry-media.product-no-min-image, .page-view .product .entry-media.product-no-min-image, .product-history .product .entry-media.product-no-min-image, .products-view .product .entry-media.product-no-min-image {
        padding-top: 133.3%
    }
}

@media only screen and (max-width: 480px) {
    .flexslider .ribbon h5 {
        font-size: 18px;
        white-space: nowrap
    }

    .flexslider .ribbon .with-icon {
        display: none
    }

    .product .entry-media {
        min-height: 90px
    }
}

@media only screen and (max-width: 480px) and (min-width: 361px) {
    .article .product .entry-media, .news .product .entry-media, .page-view .product .entry-media, .product-history .product .entry-media, .products-view .product .entry-media {
        min-height: 156px
    }

    .products-layout .mix-item {
        padding: 5px
    }

    .product .entry-main {
        padding: .5em .2em
    }

    .product .entry-main h5 {
        font-size: 13px
    }

    .product .entry-main .entry-title {
        margin: 0
    }

    .product .entry-main .entry-price strong {
        font-size: 14px;
        line-height: 1em
    }

    .product .entry-main .entry-discount {
        font-size: 12px;
        line-height: 1em
    }
}

@media only screen and (max-width: 360px) {
    .one-column-layout .products-layout .mix-item, .products-layout .mix-item {
        width: 100%
    }

    .flexslider .ribbon h5, .promo .ribbon h5 {
        font-size: 12px
    }
}

@media only screen and (min-width: 992px) {
    .products-view .products-header .sort-dropdown, .products-view .products-header h1 {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline
    }

    .products-view .products-header .products-title {
        white-space: nowrap
    }
}

@media only screen and (max-width: 767px) {
    #main-content {
        position: relative
    }

    #main-content aside + section {
        padding-left: 2.2em
    }

    #sidebar-block {
        background: #f2f2f2;
        float: none;
        width: 293px;
        position: absolute;
        z-index: 10;
        left: -297px;
        border: 1px solid #b5b5b5;
        top: 0;
        border-radius: 3px
    }

    #sidebar-block.open {
        left: 0
    }

    #sidebar-block .sidebar {
        top: 0
    }

    #sidebar-controller {
        background: #E1A827;
        cursor: pointer;
        position: absolute;
        right: -25px;
        top: 0;
        width: 1.7em;
        display: block;
        height: 100%;
        border: 1px solid #fff;
        border-left: none;
        text-align: center;
        border-radius: 0 4px 4px 0;
        padding-top: 5px
    }

    #sidebar-controller .open-icon {
        display: block;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-right-color: #f2f2f2
    }

    #sidebar-controller .hidden-icon {
        display: block;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-left-color: #f2f2f2;
        margin-left: 9px
    }

    .open #sidebar-controller {
        border: 1px solid #b5b5b5;
        border-left: none
    }

    .products-view #sidebar-block {
        top: -50px;
        padding-top: 15px
    }
}

@media only screen and (max-width: 991px) {
    .m-gallery .m-gallery-view {
        width: 100%;
        float: none;
        text-align: center
    }

    .m-gallery .m-gallery-thumbs {
        display: none
    }
}

@media only screen and (max-width: 480px) {
    .add-to-cart {
        width: 100%;
        margin-bottom: 10px
    }

    .page-footer .social-list {
        margin-top: 0;
        float: right;
        width: 112px;
        text-align: right;
        margin-bottom: 5px
    }

    .page-footer .contacts {
        float: left
    }
}

@media only screen and (max-width: 767px) {
    .page-footer .separator-hr {
        border-top: 1px solid #ddd
    }

    .page-footer .widgets .section {
        border-top: none;
        padding: 0
    }

    .page-footer .widgets .widget {
        margin-bottom: 0
    }

    .page-footer .widgets .widget .section-closed {
        height: 0;
        overflow: hidden
    }

    .page-footer .widgets .widget .widget-title {
        margin: 5px 0;
        cursor: pointer
    }

    .page-footer .widgets .widget .widget-content {
        margin-bottom: 15px
    }

    .collapse-content.closed {
        display: none
    }
}

@media only screen and (max-width: 1200px) {
    .page-property {
        width: 24%
    }
}

@media only screen and (max-width: 768px) {
    .page-property {
        width: 32%
    }
}

@media only screen and (max-width: 480px) {
    .page-property {
        width: 100%;
        margin-bottom: 10px
    }
}

a:link {
     color: grey;
}

input[type=checkbox] { display: none; }

.pseudocheckbox {
    text-transform: uppercase;
    font-weight: 500;
}
.size_span-ch{
    font-weight: 500;
    vertical-align: middle;
    font-size: 16px;
    width: auto;
    min-width: 30px;
    line-height: 24px;
    border: 1px solid #919191;
    border-radius: 3px;
    display: inline-block;
    padding: 0 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 3px 3px;
}
.size_span-ch:hover{
    cursor: pointer;
    color: #E1A827;
    border-color: #E1A827;

}
.color_span-ch{
    margin: 0 5px 5px;
}
.pseudocheckbox:hover{
    cursor: pointer;
    color: #E1A827;
}
.color_span-ch:hover{
    cursor: pointer;
}
.pseudocheckbox::before {
    content: "\00A0";
    display: inline-block;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    background-color: white;
    border: 2px solid #B0B0B0;
    border-radius: 2px;
    margin-right: 6px;
    vertical-align: baseline;

    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #808080;
}

input[type=checkbox]:checked + .pseudocheckbox::before { content: "\2713"; }
/*# sourceMappingURL=main.min.css.map */

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background-color: #414142;
    border-color: #414142;
}

.pagination>li>a, .pagination>li>span{
    color: #414142;
}
