.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-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: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    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
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

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:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-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;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    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:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.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%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    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-figure figure {
    margin: 0
}

.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 {
    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;
        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);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.bootstrap-datetimepicker-widget {
    top: 0;
    left: 0;
    width: 250px;
    padding: 4px;
    margin-top: 1px;
    z-index: 99999 !important;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 600px
}

.bootstrap-datetimepicker-widget.bottom:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.bottom:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.top:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.top:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget .dow {
    width: 14.2857%
}

.bootstrap-datetimepicker-widget.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget>ul {
    list-style-type: none;
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
    width: 4px;
    padding: 0;
    margin: 0
}

.bootstrap-datetimepicker-widget .datepicker>div {
    display: none
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
    text-align: center;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget td {
    height: 54px;
    line-height: 54px;
    width: 54px
}

.bootstrap-datetimepicker-widget td.cw {
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    color: #777
}

.bootstrap-datetimepicker-widget td.day {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
    background: #eee;
    cursor: pointer
}

.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
    color: #777
}

.bootstrap-datetimepicker-widget td.today {
    position: relative
}

.bootstrap-datetimepicker-widget td.today:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #428bca;
    border-top-color: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background-color: #428bca;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget td span:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget td span.active {
    background-color: #428bca;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget td span.old {
    color: #777
}

.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget th {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
    font-size: 21px
}

.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: #eee
}

.input-group.date .input-group-addon span {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.bootstrap-datetimepicker-widget.left-oriented:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.left-oriented:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td {
    padding: 0 !important
}

@media screen and (max-width:767px) {
    .bootstrap-datetimepicker-widget.timepicker-sbs {
        width: 283px
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../../../fonts/fontawesome-webfont93e3.eot?v=4.4.0');
    src: url('../../../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../../../fonts/fontawesome-webfont93e3.woff2?v=4.4.0') format('woff2'), url('../../../fonts/fontawesome-webfont93e3.woff?v=4.4.0') format('woff'), url('../../../fonts/fontawesome-webfont93e3.ttf?v=4.4.0') format('truetype'), url('../../../fonts/fontawesome-webfont93e3.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-outer,
.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../../../catalog/view/theme/default/javascript/fancybox/fancybox_sprite.png')
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../../../catalog/view/theme/default/javascript/fancybox/fancybox_loading.gif') center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 10%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../../../catalog/view/theme/default/javascript/fancybox/blank.gif');
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../../../catalog/view/theme/default/javascript/fancybox/fancybox_overlay.png')
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('../../../catalog/view/theme/default/javascript/fancybox/fancybox_sprite%402x.png');
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url('../../../catalog/view/theme/default/javascript/fancybox/fancybox_loading%402x.gif');
        background-size: 24px 24px
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU1RTM0MEU5QzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU1RTM0MEVBQzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTVFMzQwRTdDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTVFMzQwRThDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6n647gAAAP5klEQVR42uxcCVRU1xl+82aGQWAQEcVAFI2gWCMqxDWYYOPCSQPxpNianLjHGJtdY2ubGI0naeBU20ZjTBQxotGKB6IhatVoIkQSRR1EQNFRBlllGZDNGRDof4f/6eP63jDMjqf3nCvOW+7yvX+//72S9vZ25v/F/CIj/0gkErMbMPcDNDU1+SkUilB4fwr0/wTUwVD7Q/Uw3l17dWtraxXUfJ1OlwntpGk0mtzJkyfXtJsxGEvmbnif9GkvAO/evfsM/JkilUrnQp+PWZMSWlpacuvr67dptdq0oKCgbLjUZgqglgLIWMrC5H1jVa/Xj4LJvd/W1lbUbqfS3NycU1lZ+U5CQkI/GCJrbHwWF1sBCKBFAMVta3dggf4rqqqqYk+fPj0UhirlOM6aAFqdhQG4MSzLvgVsutDYeyC/tDU1NWqQX5dycnLysrOzS86cOVOVmZlZT5oVeqdXr17sjBkzvEJCQvqGhYUNGTZs2OMDBgwY7enpGQD9uYn1BdRfW11d/eW0adM+hn7uwJjbnFIGwkDXAnhrjCiOCgDs159//jlt3759eSdPnqwgWGLVE/yhtpKmjI2ZsCUqQDlUxYoVKwIjIyPHjxw58pn+/fuHiYEJ4uQayMjNfn5+X5K+CJBOIQOB6iYDeL+KsVJFRcXFlJSUTyZNmjQTXgmFOgzqo1D7QlUS4kIwBNmMYjkOQPKsC1QCVm+o/aEGrFq1aoZKpfqisbGxWGw8wNbfzJw50xvbcCyAYE6sFBvorVu3VFu3bv0LPDYJ6igyQQTNHQFju1JCplQElYChwA/iO2vWrDEgDmKB6kuExgYi5HphYeFSfId1CIAAXqLQ4BoaGoqTkpI+hkcmQ30cqa03N1hrgGYCmISq+86bN29sfn5+PIz1jtBYCwoKPsIPytoNQHhHCSybKjSg3Nzcb8PDw5+Dx8YgxfVGVpPYEjgRMDkgfXbu3Pk8KK3zQmMuLS2NR8qV2hzAO3fuBAB4P9CDgOtVO3bsWA2PTEQZ5wPV1dYU1w0g3ceOHRtw9erVL4nyEJDTSfixpTYDEJ7tD+D9RHcOJkLe/PnzX0QFMYj7mo4GToC1idztk56e/idQfPX0PMrLy/d1G0RTAYTnZADefwXI/8yECROeRSXhi1QncSbwBKjR48CBA1HANaX0fIqKiuK7BaKpAAJ4KXRn169fP+Hv7/9buP0b1K5yZwaPosZeiYmJ4QCihp6XWq2OQy5irQIgaLA4uhMwAdI9PDyehtvBhC2IYevswAmAqABrIRx851v0/C5cuLCcUGqXIHYFIPiTiwXsu6zg4OAZcHsEgiftSeBRILqAR/QszPM2f45giGtCQ0MD0fQyD0BUGrcoG68IfMrn4fZIqN49jfLEKBEobh78buXPtaSk5ACKJqlZAALr7uQ3CL/1sbGxb6KN16+ng8ebu0EmAmCf0dyWlZVFTDNPUVYWAxBI+hW6sR9//HEL3BoH1R+NY+YhAdAAYlhYWO+6urrT/DkTVxA4bgRaF6YDCKybxW+orKzsHFx+Eupj6MBLLAEQPlCMKcEDOwJoMHGOHj0aBpzWyJ87cQVFWVkIQGhgBRWY1L/77rsLUe558cnZgsGTr5sEA34cQ1MSJwCQFDkoyVia+77++uto9JklRgGE33Kgvnz+yyqVKglZ9xG09RhrAIgfp7q4uPj96OhopSPcPqF449q1a310Ot1Vigp3wb0B3EKcKIBAfa/zX9Tr9bXTp08n6AcJfQFLAeSZDefz8vKetXfgQaRINRrNIlqBxsXFTX8AA7oRoL5s/ouZmZkE+TDUutLuLiqZCiA3TvCrdyQnJz9mL9tSrMydO9cdqDCH4sTPMXArFQQQHOxp/Bfgd+OcOXOIsA9ExcHYGECO6kuAAl63RzTHSGFBcb5BcUkJXB+KITJBAD+ifN3jcPmJB1C3MYBcqa+vPwUG7lO29LGNlT179viCjO7kSIDX8jf0vlihRaFO0YktW7asQF/X4wHtYwcASYEx6SoqKj7bvHnzAFuwdReFBbswnj8erVabjSE7RScAwaEeT5FraWBgYASG4+XmLqxbCiBvDeMalLk4cImdAGSKiooi6QCsu7v7KIzW3LfnJBLJFP6LN2/ePK9Wq2+T1UjimDg6iUehUMD3DEy8fft2cnp6eiiMVyaxeE2y63Lq1KkM0MDF/GsLFy4cwomVe18BHlLxUd67dy/xAYej2mYcTYGUYV8HAn7dggULvCxVMqasnYPBv4/fP3zA9WgTSrmG3KgB6ubPn/975HUXZwOQ56dmge04yxLb0ZRSU1PzJhWRuoEurauhEZB/Y/gP1NbW3vD09JxgTPs6A4CcngHBvic1NTXYHJfQlFJSUjIZOLSW32lUVFQ4idKwCMII/gsA4E3QPiTdormLNAtnKJI+ffq8GBkZmQZy+21CFSAaWWt2AHK3ALhSw782depUYg+6cB0N598Eb6AIwbsrlujjdJmiMlm/gQMHrgfr4QewHacCiHJrKZk1a9ZUAAV2AnDo0KEDiSJhUQMP4d+srKws4SX69Kji5uY2ecyYMUdgDp/v3r3bH+Zmcf7L/v37W8EeLeRf8/X1fYQPYD+KAmuQ+tqYHlgI9fn4+Lw6e/bs0zdu3FgIv12tQI1l/B+gI0h8UMaxsCfF8w1IfT06A93FxWXQkCFDtoFLeCAjI2OcJbYjcUL4v11dXQ1rxxyACip9g1MebcxDUDw8PGZOnDgxHVzCf5BAgDlKhriUneJdUqkLH0CWeritp1OfQHJlHbCzDiPqsu6+z7JsM/XbYDJxwHVSFnK5QTY+FACSGGNOTs6BWbNmvQJU+B9z50XkKkVkBvdWhp3c4d9UKpWuYtGXnlRAGebu2LFj68qVK88QhwJrvTm+Pb1/paWl5Q4fwFr+TS8vLyUC2CNBBM+qFvzVPTExMfvAKdAicCQwQpIszTLNgGV9+L/B3iTttbFIjuX8m/369fPhlhx7Gnhqtfr44sWLl06bNi0BwCMOAYmkVJI5mwseUuCj/N9VVVWkzVYZkmMBqOV7N8GG8kcA2Z4CHJheN8Dg3bZkyZKfiDcKVYvsqudvazBTjsrBlRvEv1ZaWlp2D0Ag+Xz+TW9v70EY73J6AGFiTefOndu/aNGi3ZcvX65AdiUAEhnVas7+ObrodDo/sCk7bU3Lysq6afDWSPvFxcXDqGh0WUhISCgXdXXWaExRUdHp5cuXL8B1G+Lce3c3Ym1KAQ59BsRcpyT14ODgCENMkDSyceNGBbUO0frpp5/OxgFJnA3AhoaGUtwFQLZPjMDgpps5ayYm2pAf8Puvqam5ynQkGvS9l+IFbHyW/1BaWlocI7QS70AAW1tbmy9evLg/IiKC2wUwCN1Qs1NDTKTAY/xxfP/99yQiPcrQN9dIZWXlEir3+RRcHsKIZSXZGUCyaWfdunWvQZfjmY4sCavsAjBBRPkCR9bwxzJlypTfwa3BBnHBNZKXlxdELarXzZs3L7wrOWhrAMmmxCNHjvxTJpORzDCS3OSH6zRSe6zKgZKawx8PaHsNfsT+BiXLa0QKbHyF//CJEyfWMiIpHXYAsC0/P//w7NmzSWZEKH5xL8bKi+wmAJhKLax/AZdD7kWw+FmaWq32r9SmvAtMx24jhT0BBBcsHxQbWdSfgNFy8rV7MTZI8+jCfAkE9m3ij2316tWLUOO70gAy8MVHU9q4LT4+/iWmY9+EzTMTyOYXUF5b/f39p6KQfhRFiM3yB7tQHhso7XsNP+p95Uo1IgWVfZZKtD6OckduSwALCwtPLVu27GW06YjRSvJPbJ7qJlaampr8gX60/DEeOnRoA37Y+wRF5wmXl5cvoaiwZdu2bTFICRJrAwhCuTAxMfFDnk3nizadXZItxQqYTJ9QyoOsiTz5gEgTaEQBvH+B2oiXIUaFFgy++cqVKwmhoaGR0Mxoa9h01gIQN1TWUAp1E46zTycXV6ARkhe3TCBD/22coFUyVDUazQtMx67OIKYjgVvBOGZLrBD1fUNTn1KpnIKWgOsDFCRQFCAwU6jtrGVLly4dTTdgwcAVaJZ4MA7c6SRgtkTTxHP8+PGNSH3eDwRYRABks7OznxbYmXkI7UKZFQDkdpY7zTYH9DqK6N2oTMfO+wBBr8yIIJXDy3+nQVSpVGsY3s6dh2WjDfxfIrQLPy4u7g1GYHuHKQASCnGvq6v7ic5WB9dqDmpKycMCIMzrAWJJT0+PR7dN1IzrMtH64MGDIdB4A3W0UuWuXbsiGCffXG0qgDC/1wTs0jQ0W4YyQhtsTATQsPBUUFDwjsAZCTe3b98+iXHQgRLWqqA05pKUSDpggLvwg9FoZo1GU7paT2E6djJuFABRk5yc/GRPBRHAI5tpWih3smn9+vVvo9b16XIR3sSgIvkCSjCo9wqclFYOsiKqp7Gz2IFBKSkpsRht9mO6yM7tDoAciJ4AYrJApLhRrVb/2Z4umAXVE8a7XQi8w4cP/wuDBQEY/ZFYE0AG7bbe5HgQkTOpkjZs2DCQcdIjAIBbnqC38XJLBd999x1JPJqIUXjTTzIyY9XPACJoqa+EQAS5eC03N/cPjnLNRKoLgLSKrEcZOTBoPLpq3TsGysxlUwKiJ3grH5B1WSEga2trk8+ePTuOceBeYFQUzwHVZYqts2AIjUS8B3IiqLur7uauNxsUy6ZNmyKqq6vPiqyiNYJJsBuAnmRnIFkA7nmoJ8Wi3pcuXUqG8YSjl3HvwCBz0hYsWbRnUdgOACWy1dh+N/BoDoIp9MekpCRvWykaYMfBIOfeAuDOGtlbUgGe1AaMPwZheEpudh6QFTIfJEhdXqmpqS+BIjltbL0DJlgIYH4FfvYLWVlZ/haCKdPpdMOgzUUAWgp8qNvG+iZUhwbyWNS05p3Yxp+8tY4AxbRZQo29MzMzXx0+fPhLSqUyqIu02VqY+BWouVCzwYgl+SZkx2gtUFMDy7J6aKNdLpe7gThQSqVSQr1+8DcQ+hsNf0fCM0FMF4fjXLt27Sho2UPvvffeGV7iEckDt3wfjDWOABU4IY24PwEZGRkfggy83O6AQpYigOK+jY2NfR01LFkueISOP1ojBdZqAPIGxSJVEPkSkJCQ8LJKpfoK2K3S1sCRNLdjx479OyYm5gVcoBqOwCmF1pQtll/WYmGRpEQWB+2KJoI72FxPjRo1alxwcHCku7v7YGukuGm12qu//PJL6tGjR1VgFagxta0e2ZRs19WLpbr1iKPgcW+GlAcmkZVu0dHRflFRUcHDoPj5+QWBvPN1dXXtS2SeTCZzw0x4YsvpyRmoer2+HmQjWE3VJQUFBerz58+rd+3aVaDRaJoQtEYEjH+sstEj4R0OoJlamwPTBascWV7O3D8OmcXKDa4dBX4rJom3YG3mVe6a3bZpOAJAIVuSO1ib5eVmCyW5t1NActVh+1r+J8AAu6ig4K2spqcAAAAASUVORK5CYII=) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.sphinxsearch {
    display: none;
    width: 100%;
    position: absolute;
    top: 40px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    z-index: 10
}

.sphinxsearch a {
    cursor: pointer
}

.sphinxsearch .categories span,
.sphinxsearch .products span {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    background: #eee
}

.sphinxsearch a {
    display: block;
    padding: 5px;
    color: initial;
    line-height: 40px;
    border-bottom: 1px solid #e9e9e9
}

.sphinxsearch .categories a {
    text-transform: uppercase;
    text-indent: 10px
}

.sphinxsearch a:hover {
    color: #2196c2
}

.sphinxsearch a img {
    float: left;
    margin: 0 10px 0 0
}

.sphinx-viewall {
    font-weight: 700;
    text-align: center
}

@charset "UTF-8";

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/FontAwesome.eot");
    src: url("../fonts/FontAwesome.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome.woff") format("woff"), url("../fonts/FontAwesome.ttf") format("truetype"), url("../fonts/FontAwesome.svg#glyphicons_halflingsregular") format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.625;
    color: #141414;
    background-color: #fff;
    font-weight: 400;
    overflow-x: hidden
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #666;
    text-decoration: none;
    cursor: pointer
}

a:hover,
a:focus {
    color: #141414;
    text-decoration: none
}

a:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.625;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #e1e1e1
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #141414
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #8b8b8b
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 11px;
    margin-bottom: 11px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 19px
}

h5,
.h5 {
    font-size: 12px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 11px
}

.lead {
    margin-bottom: 22px;
    font-size: 51px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #fff
}

.text-primary {
    color: #e85529
}

a.text-primary:hover {
    color: #c83f16
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #e85529
}

a.bg-primary:hover {
    background-color: #c83f16
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #999
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 11px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 22px
}

dt,
dd {
    line-height: 1.625
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #8b8b8b
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 13px 26px 13px 70px;
    margin: 0 0 22px;
    font-size: 17.5px;
    border-left: 3px solid #999
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    font-size: 12px;
    line-height: 1.625;
    color: #141414;
    font-weight: 800;
    text-transform: uppercase;
    font-style: normal
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 3px solid #999;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.625
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 3px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 13px;
    line-height: 1.625;
    word-break: break-all;
    word-wrap: break-word;
    color: #474747;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 780px
    }
}

@media (min-width:992px) {
    .container {
        width: 1000px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 15px 10px;
    padding-bottom: 15px 10px;
    color: #fff;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 10px 5px;
    line-height: 1.625;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 1px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 16px;
    line-height: inherit;
    color: #141414;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.625;
    color: #8899a6
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 9px 15px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 1.625;
    color: #8899a6;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
    border-color: #e5e5e5;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #999;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 36px
    }

    input[type="date"].input-sm,
    .input-group-sm>input.form-control[type="date"],
    .input-group-sm>input.input-group-addon[type="date"],
    .input-group-sm>.input-group-btn>input.btn[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input.form-control[type="time"],
    .input-group-sm>input.input-group-addon[type="time"],
    .input-group-sm>.input-group-btn>input.btn[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input.form-control[type="datetime-local"],
    .input-group-sm>input.input-group-addon[type="datetime-local"],
    .input-group-sm>.input-group-btn>input.btn[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input.form-control[type="month"],
    .input-group-sm>input.input-group-addon[type="month"],
    .input-group-sm>.input-group-btn>input.btn[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg,
    .input-group-lg>input.form-control[type="date"],
    .input-group-lg>input.input-group-addon[type="date"],
    .input-group-lg>.input-group-btn>input.btn[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input.form-control[type="time"],
    .input-group-lg>input.input-group-addon[type="time"],
    .input-group-lg>.input-group-btn>input.btn[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input.form-control[type="datetime-local"],
    .input-group-lg>input.input-group-addon[type="datetime-local"],
    .input-group-lg>.input-group-btn>input.btn[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input.form-control[type="month"],
    .input-group-lg>input.input-group-addon[type="month"],
    .input-group-lg>.input-group-btn>input.btn[type="month"] {
        line-height: 50px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin: 8px 0;
    font-size: 12px;
    font-weight: 500;
    color: #666;
    text-transform: uppercase
}

.radio label,
.checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn,
.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
.form-group-sm .form-control,
select[multiple].input-sm,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>.input-group-btn>select.btn[multiple],
.form-group-sm .form-control {
    height: auto
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.form-group-lg .form-control {
    height: 50px;
    padding: 13px 28px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn,
.form-group-lg .form-control {
    height: 50px;
    line-height: 50px
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
.form-group-lg .form-control,
select[multiple].input-lg,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>.input-group-btn>select.btn[multiple],
.form-group-lg .form-control {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 45px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback {
    width: 50px;
    height: 50px;
    line-height: 50px
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 27px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #545454
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 32px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        margin-bottom: 0;
        padding-top: 10px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 18.29px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0 15px;
    font-size: 12px;
    line-height: 36px;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    height: 36px
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #141414;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #fff;
    background-color: #414141;
    border-color: #414141
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #fff;
    background-color: #282828;
    border-color: #222
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #414141;
    border-color: #414141
}

.btn-default .badge {
    color: #414141;
    background-color: #fff
}

.btn-primary {
    color: #fff;
    background-color: #e85529;
    border-color: #e85529
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c83f16;
    border-color: #bf3c15
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #e85529;
    border-color: #e85529
}

.btn-primary .badge {
    color: #e85529;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #6eae34;
    border-color: transparent
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #558728;
    border-color: rgba(0, 0, 0, 0)
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #6eae34;
    border-color: transparent
}

.btn-success .badge {
    color: #6eae34;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #03a9f4;
    border-color: #0398db
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0286c2;
    border-color: #026e9e
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #03a9f4;
    border-color: #0398db
}

.btn-info .badge {
    color: #03a9f4;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #efc73a;
    border-color: #edc022
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e4b512;
    border-color: #c39b10
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #efc73a;
    border-color: #edc022
}

.btn-warning .badge {
    color: #efc73a;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #f6821f;
    border-color: #f2750a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d96909;
    border-color: #b75807
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #f6821f;
    border-color: #f2750a
}

.btn-danger .badge {
    color: #f6821f;
    background-color: #fff
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link:hover,
.btn-link:focus {
    color: #666;
    text-decoration: none;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #8b8b8b;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    height: 46px;
    padding: 18px 33px;
    font-size: 13px;
    line-height: 10px;
    border-radius: 0
}

.btn-md {
    height: 42px;
    padding: 12px 25px;
    font-size: 13px;
    line-height: 1.33;
    border-radius: 0
}

.btn-sm,
.btn-group-sm>.btn {
    height: 40px;
    padding: 0 25px;
    font-size: 12px;
    line-height: 40px;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
    height: 32px;
    padding: 0 20px;
    font-size: 13px;
    line-height: 31px;
    border-radius: 3px;
    font-weight: 500
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none;
    visibility: hidden
}

.collapse.in {
    display: block;
    visibility: visible
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 400px;
    padding: 10px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border-radius: 3px;
    -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;
    color: #141414
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    color: #141414;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #e85529
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #8b8b8b
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.625;
    color: #8b8b8b;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .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,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 9px 28px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #8899a6;
    text-align: center;
    background-color: #999;
    border: 1px solid #e5e5e5;
    border-radius: 3px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 20px;
    font-size: 12px;
    border-radius: 0
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 13px 28px;
    font-size: 18px;
    border-radius: 0
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before,
.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 25px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none
}

.nav>li.disabled>a {
    color: #8b8b8b
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #8b8b8b;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #999;
    border-color: #666
}

.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs>li {
    float: left;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.nav-tabs>li>a {
    line-height: 1.625;
    color: #fff;
    padding: 20px
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    cursor: default
}

.tab-content {
    border: 1px solid transparent;
    padding: 20px
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 3px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #141414;
    background-color: transparent;
    border-bottom: 2px solid #6eae34
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 3px
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 3px 3px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none;
    visibility: hidden
}

.tab-content>.active {
    display: block;
    visibility: visible
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 22px;
    border: 1px solid transparent
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width:768px) {
    .navbar {
        border-radius: 3px
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 9px 15px;
    font-size: 18px;
    line-height: 22px;
    height: 40px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 4.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 22px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 9px;
        padding-bottom: 9px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 2px;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 2px;
    margin-bottom: 2px
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
    margin-top: 5px;
    margin-bottom: 5px
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
    margin-top: 9px;
    margin-bottom: 9px
}

.navbar-text {
    margin-top: 9px;
    margin-bottom: 9px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #b1b1b1
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #b1b1b1
}

.navbar-inverse .navbar-nav>li>a {
    color: #b1b1b1
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #b1b1b1
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #b1b1b1
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #b1b1b1
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #141414
}

.breadcrumb>.active {
    font-weight: 600
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 3px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    margin-right: 8px;
    line-height: 32px;
    width: 40px;
    height: 34px;
    text-decoration: none;
    text-align: center;
    color: #141414;
    font-size: 14px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    color: #e85529;
    text-decoration: underline
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    color: #fff;
    text-decoration: underline;
    background-color: #e85529;
    border-color: transparent;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #8b8b8b;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 13px 28px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 20px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pager {
    padding-left: 0;
    margin: 22px 0;
    list-style: none;
    text-align: center
}

.pager:before,
.pager:after {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #999
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #8b8b8b;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline-block;
    font-size: 100%;
    font-weight: 400;
    line-height: 64px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 100%;
    width: 64px;
    height: 64px
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #8b8b8b
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #727272
}

.label-primary {
    background-color: #e85529
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #c83f16
}

.label-success {
    background-color: #6eae34
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #558728
}

.label-info {
    background-color: #03a9f4
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #0286c2
}

.label-warning {
    background-color: #efc73a
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #e4b512
}

.label-danger {
    background-color: #f6821f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #d96909
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #8b8b8b;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #666;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #999
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: gray
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 0
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.625;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #141414
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #666
}

.alert {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid transparent;
    border-radius: 5px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 30px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 22px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-radius: 3px;
    -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: 22px;
    color: #fff;
    text-align: center;
    background-color: #e85529;
    -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 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #6eae34
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #03a9f4
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #efc73a
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #f6821f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px
}

.list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.list-group-item a {
    color: #555
}

.list-group-item a .list-group-item-heading {
    color: #333
}

.list-group-item a:hover,
.list-group-item a:focus {
    text-decoration: none;
    color: #141414;
    background-color: transparent
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #999;
    color: #8b8b8b;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #8b8b8b
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #e85529;
    border-color: #e85529
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #fce7e1
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 30px;
    background-color: #fff
}

.panel-body {
    padding: 20px
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 20px;
    color: #000
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 20px;
    padding-right: 20px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 2px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 2px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 2px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 2px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 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-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 {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 22px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #474747
}

.panel-default .panel-heading {
    color: #474747;
    background-color: transparent;
    border-color: #474747;
    position: relative
}

.panel-default .panel-heading .badge {
    color: transparent;
    background-color: #474747
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #474747
}

.panel-primary {
    border-color: #e85529
}

.panel-primary .panel-heading {
    color: #e85529;
    background-color: transparent;
    border-color: #e85529;
    position: relative
}

.panel-primary .panel-heading .badge {
    color: transparent;
    background-color: #e85529
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #e85529
}

.panel-success {
    border-color: transparent
}

.panel-success .panel-heading {
    color: #1fb257;
    background-color: transparent;
    border-color: transparent;
    position: relative
}

.panel-success .panel-heading .badge {
    color: transparent;
    background-color: #1fb257
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: transparent
}

.panel-info {
    border-color: transparent
}

.panel-info .panel-heading {
    color: #03a9f4;
    background-color: transparent;
    border-color: transparent;
    position: relative
}

.panel-info .panel-heading .badge {
    color: transparent;
    background-color: #03a9f4
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: transparent
}

.panel-warning {
    border-color: #ffe033
}

.panel-warning .panel-heading {
    color: #ffe033;
    background-color: #fff;
    border-color: #ffe033;
    position: relative
}

.panel-warning .panel-heading .badge {
    color: #fff;
    background-color: #ffe033
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ffe033
}

.panel-danger {
    border-color: transparent
}

.panel-danger .panel-heading {
    color: #f83c42;
    background-color: transparent;
    border-color: transparent;
    position: relative
}

.panel-danger .panel-heading .badge {
    color: transparent;
    background-color: #f83c42
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: transparent
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 0
}

.well-sm {
    padding: 9px;
    border-radius: 0
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #141414;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #141414;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 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;
    outline: 0
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #141414
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.625px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.625
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #141414;
    border-radius: 3px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #141414
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #141414
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #141414
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #141414
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #141414
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #141414
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #141414
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #141414
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1px -1px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000
    }

    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 54px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: 0 0 0 2px #999 inset;
    box-shadow: 0 0 0 2px #999 inset;
    font-size: 18px;
    font-weight: 700;
    color: #999;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
    margin: auto;
    line-height: 54px
}

.carousel-control.right {
    left: auto;
    right: 0
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    -webkit-box-shadow: 0 0 0 30px #999 inset;
    box-shadow: 0 0 0 30px #999 inset;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 100%;
    height: 100%
}

.carousel-control .icon-prev:before {
    content: '\f104';
    font-family: "FontAwesome"
}

.carousel-control .icon-next:before {
    content: '\f105';
    font-family: "FontAwesome"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #141414;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.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,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

ul.links {
    padding: 0;
    position: relative;
    margin: 0
}

ul.links li {
    display: inline;
    line-height: normal;
    position: relative
}

ul.links li a {
    padding-left: 10px;
    color: #141414
}

ul.links li a i {
    margin-right: 5px
}

ul.links li a:hover {
    color: #e85529
}

ul.list {
    padding: 0;
    position: relative;
    margin: 0
}

ul.list li {
    list-style: none;
    line-height: 30px
}

ul.list li a {
    color: #141414
}

ul.list li a:hover {
    color: #e85529
}

.tree-menu {
    padding: 0
}

.tree-menu ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.tree-menu ul li {
    padding: 12px 20px;
    border-top: 1px solid #ebebeb
}

.tree-menu ul li:hover {
    background-color: #e85529;
    color: #FFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    position: relative
}

.tree-menu ul li:hover a {
    color: #FFF
}

.tree-menu ul li:hover .accordion-heading .fa {
    color: #FFF
}

.tree-menu ul li:first-child {
    border-top: none
}

.tree-menu ul li .accordion-heading {
    cursor: pointer
}

.tree-menu ul li .accordion-heading .fa {
    font-size: 9px;
    color: #101010
}

.tree-menu ul li.open a,
.tree-menu ul li a {
    color: #141414;
    text-transform: capitalize;
    font-size: 16px
}

.tree-menu ul ul {
    padding-left: 20px
}

.tree-menu ul ul li {
    list-style: none;
    border: none;
    padding: 8px 0
}

.tree-menu ul ul li:hover:after,
.tree-menu ul ul li:hover:before {
    content: none
}

.tree-menu ul ul li a {
    color: #141414;
    font-weight: 400
}

.tree-menu .vertical .dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.tree-menu .vertical .dropdown-menu {
    top: 0;
    left: 100%;
    width: 100%
}

.list-group-item ul {
    padding-left: 20px
}

.list-group-item ul li {
    list-style: none;
    padding: 8px 0
}

.list-group-item ul li a {
    color: #bbb
}

div.required .control-label:before {
    color: red;
    content: "* ";
    font-weight: 700
}

.noborder .box {
    border: none !important
}

.white {
    color: #FFF
}

.red {
    color: #f44336;
    line-height: 20px
}

.table-responsive .btn-primary {
    padding: 0 14px
}

.table.shopping-cart-table>tbody>tr>td {
    color: #141414
}

@font-face {
    font-family: 'Open Sans';
    src: url("/fonts/opensans/subset-OpenSans-Regular.eot");
    src: url("/fonts/opensans/subset-OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans/subset-OpenSans-Regular.woff2") format("woff2"), url("/fonts/opensans/subset-OpenSans-Regular.woff") format("woff"), url("/fonts/opensans/subset-OpenSans-Regular.ttf") format("truetype"), url("/fonts/opensans/subset-OpenSans-Regular.svg#OpenSans-Regular") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url("/fonts/opensans/subset-OpenSans-SemiBold.eot");
    src: url("/fonts/opensans/subset-OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans/subset-OpenSans-SemiBold.woff2") format("woff2"), url("/fonts/opensans/subset-OpenSans-SemiBold.woff") format("woff"), url("/fonts/opensans/subset-OpenSans-SemiBold.ttf") format("truetype"), url("/fonts/opensans/subset-OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url("/fonts/opensans/subset-OpenSans-Light.eot");
    src: url("/fonts/opensans/subset-OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans/subset-OpenSans-Light.woff2") format("woff2"), url("/fonts/opensans/subset-OpenSans-Light.woff") format("woff"), url("/fonts/opensans/subset-OpenSans-Light.ttf") format("truetype"), url("/fonts/opensans/subset-OpenSans-Light.svg#OpenSans-Light") format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url("/fonts/opensans/subset-OpenSans-Bold.eot");
    src: url("/fonts/opensans/subset-OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans/subset-OpenSans-Bold.woff2") format("woff2"), url("/fonts/opensans/subset-OpenSans-Bold.woff") format("woff"), url("/fonts/opensans/subset-OpenSans-Bold.ttf") format("truetype"), url("/fonts/opensans/subset-OpenSans-Bold.svg#OpenSans-Bold") format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url("/fonts/opensans/subset-OpenSans-ExtraBold.eot");
    src: url("/fonts/opensans/subset-OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans/subset-OpenSans-ExtraBold.woff2") format("woff2"), url("/fonts/opensans/subset-OpenSans-ExtraBold.woff") format("woff"), url("/fonts/opensans/subset-OpenSans-ExtraBold.ttf") format("truetype"), url("/fonts/opensans/subset-OpenSans-ExtraBold.svg#OpenSans-ExtraBold") format("svg");
    font-weight: 800;
    font-style: normal
}

.font-size-7 {
    font-size: 7px
}

.font-size-10 {
    font-size: 10px
}

.font-size-12 {
    font-size: 12px
}

.font-size-14 {
    font-size: 14px
}

.font-size-16 {
    font-size: 16px
}

.font-size-18 {
    font-size: 18px
}

.font-size-20 {
    font-size: 20px
}

.font-size-22 {
    font-size: 22px
}

.font-size-24 {
    font-size: 24px
}

.font-size-26 {
    font-size: 26px
}

.font-size-28 {
    font-size: 28px
}

.font-size-30 {
    font-size: 30px
}

.center-block {
    margin: 0 auto;
    text-align: center
}

hr.divider-30 {
    margin: 30px 0
}

hr.divider-40 {
    margin: 40px 0
}

hr.divider-50 {
    margin: 50px 0
}

hr.divider-60 {
    margin: 60px 0
}

hr.divider-70 {
    margin: 70px 0
}

hr.divider-snow {
    margin: 50px 0;
    border-color: #ddd
}

.fweight-200 {
    font-weight: 200 !important
}

.fweight-300 {
    font-weight: 300 !important
}

.fweight-400 {
    font-weight: 400 !important
}

.fweight-500 {
    font-weight: 500 !important
}

.fweight-600 {
    font-weight: 600 !important
}

.fweight-700 {
    font-weight: 700 !important
}

.letter-spacing-0 {
    letter-spacing: 0
}

.letter-spacing-1 {
    letter-spacing: 1px
}

.letter-spacing-2 {
    letter-spacing: 2px
}

.space-padding-0 {
    padding: 0 !important
}

.space-padding-10 {
    padding: 10px !important
}

.space-padding-20 {
    padding: 20px !important
}

.space-padding-30 {
    padding: 30px !important
}

.space-padding-40 {
    padding: 40px !important
}

.space-padding-50 {
    padding: 50px !important
}

.space-padding-60 {
    padding: 60px !important
}

.space-padding-70 {
    padding: 70px !important
}

.space-padding-80 {
    padding: 80px !important
}

.space-padding-90 {
    padding: 90px !important
}

.space-padding-100 {
    padding: 100px !important
}

.space-padding-tb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.space-padding-tb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.space-padding-tb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.space-padding-tb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.space-padding-tb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.space-padding-tb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.space-padding-tb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.space-padding-tb-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important
}

.space-padding-tb-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.space-padding-tb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.space-padding-lr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.space-padding-lr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.space-padding-lr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.space-padding-lr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.space-padding-lr-40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.space-padding-lr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.space-padding-lr-60 {
    padding-left: 60px !important;
    padding-right: 60px !important
}

.space-padding-lr-70 {
    padding-left: 70px !important;
    padding-right: 70px !important
}

.space-padding-lr-80 {
    padding-left: 80px !important;
    padding-right: 80px !important
}

.space-padding-lr-90 {
    padding-left: 90px !important;
    padding-right: 90px !important
}

.space-padding-lr-100 {
    padding-left: 100px !important;
    padding-right: 100px !important
}

.space-padding-t5 {
    padding-top: 5px !important
}

.space-padding-t10 {
    padding-top: 10px !important
}

.space-padding-t15 {
    padding-top: 15px !important
}

.space-padding-t20 {
    padding-top: 20px !important
}

.space-padding-t25 {
    padding-top: 25px !important
}

.space-padding-t30 {
    padding-top: 30px !important
}

.space-padding-b5 {
    padding-bottom: 5px !important
}

.space-padding-b10 {
    padding-bottom: 10px !important
}

.space-padding-b15 {
    padding-bottom: 15px !important
}

.space-padding-b20 {
    padding-bottom: 20px !important
}

.space-padding-b25 {
    padding-bottom: 25px !important
}

.space-padding-b30 {
    padding-bottom: 30px !important
}

.space-padding-l5 {
    padding-left: 5px !important
}

.space-padding-l10 {
    padding-left: 10px !important
}

.space-padding-l15 {
    padding-left: 15px !important
}

.space-padding-l20 {
    padding-left: 20px !important
}

.space-padding-l25 {
    padding-left: 25px !important
}

.space-padding-l30 {
    padding-left: 30px !important
}

.space-padding-r5 {
    padding-right: 5px !important
}

.space-padding-r10 {
    padding-right: 10px !important
}

.space-padding-r15 {
    padding-right: 15px !important
}

.space-padding-r20 {
    padding-right: 20px !important
}

.space-padding-r25 {
    padding-right: 25px !important
}

.space-padding-r30 {
    padding-right: 30px !important
}

.space-top-5 {
    margin-top: 5px !important
}

.space-top-10 {
    margin-top: 10px !important
}

.space-top-15 {
    margin-top: 15px !important
}

.space-top-20 {
    margin-top: 20px !important
}

.space-top-25 {
    margin-top: 25px !important
}

.space-top-30 {
    margin-top: 30px !important
}

.space-top-35 {
    margin-top: 35px !important
}

.space-top-40 {
    margin-top: 40px !important
}

.space-top-45 {
    margin-top: 45px !important
}

.space-top-50 {
    margin-top: 50px !important
}

.space-5 {
    margin-bottom: 5px !important
}

.space-10 {
    margin-bottom: 10px !important
}

.space-15 {
    margin-bottom: 15px !important
}

.space-20 {
    margin-bottom: 20px !important
}

.space-25 {
    margin-bottom: 25px !important
}

.space-30 {
    margin-bottom: 30px !important
}

.space-35 {
    margin-bottom: 35px !important
}

.space-40 {
    margin-bottom: 40px !important
}

.space-45 {
    margin-bottom: 45px !important
}

.space-50 {
    margin-bottom: 50px !important
}

.space-55 {
    margin-bottom: 55px !important
}

.space-60 {
    margin-bottom: 60px !important
}

.space-65 {
    margin-bottom: 65px !important
}

.space-70 {
    margin-bottom: 70px !important
}

.space-75 {
    margin-bottom: 75px !important
}

.space-80 {
    margin-bottom: 80px !important
}

.space-85 {
    margin-bottom: 85px !important
}

.space-90 {
    margin-bottom: 90px !important
}

.space-95 {
    margin-bottom: 95px !important
}

.space-100 {
    margin-bottom: 100px !important
}

.space-left-5 {
    margin-left: 5px !important
}

.space-left-10 {
    margin-left: 10px !important
}

.space-left-15 {
    margin-left: 15px !important
}

.space-left-20 {
    margin-left: 20px !important
}

.space-left-25 {
    margin-left: 25px !important
}

.space-left-30 {
    margin-left: 30px !important
}

.space-right-5 {
    margin-right: 5px !important
}

.space-right-10 {
    margin-right: 10px !important
}

.space-right-15 {
    margin-right: 15px !important
}

.space-right-20 {
    margin-right: 20px !important
}

.space-right-25 {
    margin-right: 25px !important
}

.space-right-30 {
    margin-right: 30px
}

.space-margin-tb-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.space-top-0 {
    margin-top: 0 !important;
    padding-top: 0 !important
}

.space-bottom-0 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

.no-space-row .row {
    margin: 0
}

.no-space-row [class^="col-"],
.no-space-row [class*="col-"] {
    padding: 0
}

.ul-space-5 li {
    margin-bottom: 5px !important
}

.ul-space-10 li {
    margin-bottom: 10px !important
}

.ul-space-15 li {
    margin-bottom: 15px !important
}

.ul-space-20 li {
    margin-bottom: 20px !important
}

.ul-space-25 li {
    margin-bottom: 25px !important
}

.ul-space-30 li {
    margin-bottom: 30px !important
}

.ul-space-35 li {
    margin-bottom: 35px !important
}

.ul-space-40 li {
    margin-bottom: 40px !important
}

.ul-space-45 li {
    margin-bottom: 45px !important
}

.ul-space-50 li {
    margin-bottom: 50px !important
}

.height-10 {
    height: 10px
}

.height-20 {
    height: 20px
}

.height-30 {
    height: 30px
}

.height-40 {
    height: 40px
}

.height-50 {
    height: 50px
}

.height-60 {
    height: 60px
}

.height-70 {
    height: 70px
}

.height-80 {
    height: 80px
}

.height-90 {
    height: 90px
}

.height-100 {
    height: 100px
}

.width-10 {
    width: 10%;
    margin: 0 auto
}

.width-20 {
    width: 20%;
    margin: 0 auto
}

.width-30 {
    width: 30%;
    margin: 0 auto
}

.width-40 {
    width: 40%;
    margin: 0 auto
}

.width-50 {
    width: 50%;
    margin: 0 auto
}

.radius-0 {
    border-radius: 0 !important
}

.radius-x {
    border-radius: 50% !important
}

.radius-1x {
    border-radius: 10px !important
}

.radius-2x {
    border-radius: 20px !important
}

.radius-3x {
    border-radius: 30px !important
}

.radius-4x {
    border-radius: 40px !important
}

.radius-5x {
    border-radius: 5px !important
}

.radius-6x {
    border-radius: 3px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.border-top {
    border-top: 1px solid #ebebeb
}

.border-right {
    border-right: 1px solid #ebebeb
}

.border-bottom {
    border-bottom: 1px solid #ebebeb
}

.border-after {
    position: relative
}

.border-after:after {
    background: #ebebeb;
    content: "";
    margin-top: -50px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 50%
}

.radius-left-5x {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important
}

.radius-right-5x {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important
}

.radius-top-5xxs {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important
}

.radius-bottom-5xxs {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important
}

.radius-left-5xxs {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important
}

.radius-right-5xxs {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important
}

.text-default {
    color: #222 !important
}

.text-primary {
    color: #e85529 !important
}

.text-info {
    color: #03a9f4 !important
}

.text-danger {
    color: #f6821f !important
}

.text-warning {
    color: #efc73a !important
}

.text-success {
    color: #6eae34 !important
}

.text-white {
    color: #fff !important
}

.text-purple {
    color: #c8d1e6 !important
}

.text-red {
    color: #c32322 !important
}

.text-orange {
    color: #f66000 !important
}

.text-yellow {
    color: #e2d951 !important
}

.text-darker {
    color: #333 !important
}

.bg-primary {
    background-color: #e85529 !important
}

.bg-info {
    background: #03a9f4 !important
}

.bg-danger {
    background: #f6821f !important
}

.bg-warning {
    background: #efc73a !important
}

.bg-success {
    background: #6eae34 !important
}

.bg-white {
    background: #fff
}

.bg-purple {
    background: #c8d1e6 !important
}

.bg-red {
    background: #c32322 !important
}

.bg-orange {
    background: #fca311
}

.bg-yellow {
    background: #ffd540
}

.bg-default {
    background: #343434
}

.bg-darker {
    background: #474747 !important
}

.bg-lighten {
    background: white !important
}

.bg-blue-lighter {
    background: #607d8b !important
}

.overflow-h {
    overflow: hidden
}

.overflow-a {
    overflow: auto
}

.background-img {
    background: #222
}

.background-img-v1 {
    background: url(../image/icon-1.png) no-repeat left 25px
}

.parallax {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    background-image: url("http://venusdemo.com/wpopal/mix/mobile/wp-content/uploads/2014/11/bg-footer-cd.jpg")
}

.parallax:after {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    content: " ";
    height: 100%;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, .3)
}

.progress-3 {
    height: 3px
}

.progress-4 {
    height: 4px
}

.progress-5 {
    height: 5px
}

.progress-6 {
    height: 6px
}

.progress-7 {
    height: 7px
}

.progress-8 {
    height: 8px
}

.progress-9 {
    height: 9px
}

.progress-10 {
    height: 10px
}

.progress-11 {
    height: 11px
}

.progress-12 {
    height: 12px
}

.progress-13 {
    height: 13px
}

.progress-14 {
    height: 14px
}

.progress-15 {
    height: 15px
}

.fa.fa-2 {
    font-size: 2em
}

.fa.fa-3 {
    font-size: 4em
}

.fa.fa-4 {
    font-size: 7em
}

.fa.fa-5 {
    font-size: 12em
}

.fa.fa-6 {
    font-size: 20em
}

.carousel-controls .carousel-control {
    z-index: 99
}

.carousel-controls-small {
    width: 65px;
    position: relative;
    display: inline-block
}

.carousel-controls-small .carousel-control-small {
    width: 28px;
    height: 28px;
    line-height: 26px
}

.accordion .panel {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .05);
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 rgba(0, 0, 0, .05)
}

.accordion .panel-heading {
    padding: 15px;
    position: relative
}

.accordion .panel-heading a {
    text-decoration: none;
    font-weight: 700
}

.accordion .panel-heading a:before {
    content: "-";
    font-size: 22px;
    font-weight: 600;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 16px;
    display: inline-block;
    color: #e85529
}

.accordion .panel-heading a.collapsed:before {
    content: "+";
    font-size: 18px;
    line-height: 20px
}

.accordion .panel-body {
    border-top-color: transparent !important
}

.accordion.collapse-right .panel-heading a:before {
    position: absolute;
    right: 20px
}

.accordion.collapse-color .panel-heading a:before {
    color: #fff;
    background: #e85529
}

.accordion.noborder .panel-heading {
    padding-left: 0;
    padding-right: 0
}

.accordion.noborder .panel,
.accordion.noborder .panel-heading,
.accordion.noborder .panel-body {
    background-color: transparent;
    border: none
}

.accordion.nobackground .panel,
.accordion.nobackground .panel-heading,
.accordion.nobackground .panel-body {
    background-color: transparent
}

.accordion-v1 .panel-heading a:before {
    left: -10px;
    position: absolute
}

.accordion-v1 .panel,
.accordion-v1 .panel-heading,
.accordion-v1 .panel-body {
    border: none
}

.accordion-v2 .panel,
.accordion-v2 .panel-heading,
.accordion-v2 .panel-body {
    border: none
}

.accordion-v3 .panel .panel-heading {
    border-bottom: solid 1px #eee
}

.accordion-v4 .panel-collapse {
    position: relative
}

.accordion-v4 .panel-collapse.in:before {
    position: absolute;
    content: "";
    background-color: #e85529;
    top: -51px;
    left: -1px;
    height: 3px;
    width: 100.5%
}

.breadcrumbs {
    padding: 22px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: #f3f3f3;
    border-radius: 3px
}

.breadcrumbs .breadcrumb {
    margin: 0;
    padding: 0
}

.breadcrumbs h2 {
    margin: 0;
    float: left;
    font-weight: 400;
    position: relative
}

.breadcrumbs .breadcrumb-links {
    margin: 0;
    position: relative;
    padding: 0 0 10px;
    border-bottom: 1px solid #e5e5e5
}

.breadcrumbs .breadcrumb-links>li {
    display: inline-block
}

.breadcrumbs .breadcrumb-links>li a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px
}

.breadcrumbs .breadcrumb-links>li+li:before {
    color: #757575;
    content: "\f105";
    font-family: FontAwesome;
    padding: 0 15px;
    font-size: 14px
}

.breadcrumbs .breadcrumb-links>li:last-child a {
    color: #141414
}

.breadcrumbs .breadcrumb-links>.active {
    color: #141414
}

.breadcrumbs.light-style {
    color: #fff;
    border: 0
}

.breadcrumbs.light-style h2 {
    color: #fff
}

.breadcrumbs.light-style .breadcrumb-links>li a {
    color: #FFF
}

.breadcrumbs.light-style .breadcrumb-links>li+li:before {
    color: #fff
}

.breadcrumbs.light-style .breadcrumb-links>.active span {
    color: #fff;
    text-decoration: underline
}

.breadcrumbs-center {
    text-align: center;
    padding: 50px
}

.breadcrumbs-center h2 {
    float: none
}

.breadcrumbs-center .breadcrumb-links {
    text-align: center
}

.breadcrumbs-left h2 {
    float: none;
    text-align: left
}

.breadcrumbs-left .breadcrumb-links {
    text-align: left
}

.breadcrumbs-right h2 {
    float: none;
    text-align: right
}

.breadcrumbs-right .breadcrumb-links {
    text-align: right
}

.btn-outline-light {
    color: #bbb;
    background-color: transparent;
    border-color: #ebebeb
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active {
    color: #e85529;
    background-color: #FFF;
    border-color: #e85529
}

.open .btn-outline-light.dropdown-toggle {
    color: #e85529;
    background-color: #FFF;
    border-color: #e85529
}

.btn-outline-light:active,
.btn-outline-light.active {
    background-image: none
}

.open .btn-outline-light.dropdown-toggle {
    background-image: none
}

.btn-outline-light.disabled,
.btn-outline-light.disabled:hover,
.btn-outline-light.disabled:focus,
.btn-outline-light.disabled:active,
.btn-outline-light.disabled.active,
.btn-outline-light[disabled],
.btn-outline-light[disabled]:hover,
.btn-outline-light[disabled]:focus,
.btn-outline-light[disabled]:active,
.btn-outline-light[disabled].active,
fieldset[disabled] .btn-outline-light,
fieldset[disabled] .btn-outline-light:hover,
fieldset[disabled] .btn-outline-light:focus,
fieldset[disabled] .btn-outline-light:active,
fieldset[disabled] .btn-outline-light.active {
    background-color: transparent;
    border-color: #ebebeb
}

.btn-outline-light .badge {
    color: transparent;
    background-color: #bbb
}

.btn-inverse-light {
    color: #e85529;
    background-color: #FFF;
    border-color: #e85529
}

.btn-inverse-light:hover,
.btn-inverse-light:focus,
.btn-inverse-light:active,
.btn-inverse-light.active {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF
}

.open .btn-inverse-light.dropdown-toggle {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF
}

.btn-inverse-light:active,
.btn-inverse-light.active {
    background-image: none
}

.open .btn-inverse-light.dropdown-toggle {
    background-image: none
}

.btn-inverse-light.disabled,
.btn-inverse-light.disabled:hover,
.btn-inverse-light.disabled:focus,
.btn-inverse-light.disabled:active,
.btn-inverse-light.disabled.active,
.btn-inverse-light[disabled],
.btn-inverse-light[disabled]:hover,
.btn-inverse-light[disabled]:focus,
.btn-inverse-light[disabled]:active,
.btn-inverse-light[disabled].active,
fieldset[disabled] .btn-inverse-light,
fieldset[disabled] .btn-inverse-light:hover,
fieldset[disabled] .btn-inverse-light:focus,
fieldset[disabled] .btn-inverse-light:active,
fieldset[disabled] .btn-inverse-light.active {
    background-color: #FFF;
    border-color: #e85529
}

.btn-inverse-light .badge {
    color: #FFF;
    background-color: #e85529
}

.btn-outline {
    background: transparent;
    background: transparent;
    background: transparent;
    background: transparent;
    background: transparent;
    background: transparent
}

.btn-outline.btn-default {
    color: #000
}

.btn-outline.btn-default:hover {
    color: #FFF
}

.btn-outline.btn-primary {
    color: #e85529
}

.btn-outline.btn-primary:hover {
    color: #FFF
}

.btn-outline.btn-success {
    color: #6eae34
}

.btn-outline.btn-success:hover {
    color: #FFF
}

.btn-outline.btn-info {
    color: #03a9f4
}

.btn-outline.btn-info:hover {
    color: #FFF
}

.btn-outline.btn-danger {
    color: #f6821f
}

.btn-outline.btn-danger:hover {
    color: #FFF
}

.btn-outline.btn-warning {
    color: #efc73a
}

.btn-outline.btn-warning:hover {
    color: #FFF
}

.btn-inverse.btn-default:hover {
    color: #000;
    background: transparent
}

.btn-inverse.btn-primary:hover {
    color: #e85529;
    background: transparent
}

.btn-inverse.btn-success:hover {
    color: #6eae34;
    background: transparent
}

.btn-inverse.btn-info:hover {
    color: #03a9f4;
    background: transparent
}

.btn-inverse.btn-danger:hover {
    color: #f6821f;
    background: transparent
}

.btn-inverse.btn-warning:hover {
    color: #efc73a;
    background: transparent
}

.btn-3d {
    border: 0;
    border: 0;
    box-shadow: 0 -5px rgba(0, 0, 0, .15) inset;
    -o-box-shadow: 0 -5px rgba(0, 0, 0, .15) inset;
    -moz-box-shadow: 0 -5px rgba(0, 0, 0, .15) inset;
    -webkit-box-shadow: 0 -5px rgba(0, 0, 0, .15) inset;
    -ms-box-shadow: 0 -5px rgba(0, 0, 0, .15) inset;
    border: 0;
    border: 0
}

.btn-3d.btn-lg,
.btn-group-lg>.btn-3d.btn {
    box-shadow: 0 -5px rgba(0, 0, 0, .15) inset;
    -o-box-shadow: 0 -5px rgba(0, 0, 0, .15) inset;
    -moz-box-shadow: 0 -5px rgba(0, 0, 0, .15) inset;
    -webkit-box-shadow: 0 -5px rgba(0, 0, 0, .15) inset;
    -ms-box-shadow: 0 -5px rgba(0, 0, 0, .15) inset
}

.btn-3d.btn-sm,
.btn-group-sm>.btn-3d.btn {
    box-shadow: 0 -4px rgba(0, 0, 0, .15) inset;
    -o-box-shadow: 0 -4px rgba(0, 0, 0, .15) inset;
    -moz-box-shadow: 0 -4px rgba(0, 0, 0, .15) inset;
    -webkit-box-shadow: 0 -4px rgba(0, 0, 0, .15) inset;
    -ms-box-shadow: 0 -4px rgba(0, 0, 0, .15) inset
}

.btn-3d.btn-xs,
.btn-group-xs>.btn-3d.btn {
    box-shadow: 0 -2px rgba(0, 0, 0, .15) inset;
    -o-box-shadow: 0 -2px rgba(0, 0, 0, .15) inset;
    -moz-box-shadow: 0 -2px rgba(0, 0, 0, .15) inset;
    -webkit-box-shadow: 0 -2px rgba(0, 0, 0, .15) inset;
    -ms-box-shadow: 0 -2px rgba(0, 0, 0, .15) inset
}

.call-to-action {
    padding: 50px 80px;
    z-index: 1;
    text-align: center;
    width: 100%
}

.call-to-action.light-style {
    color: #FFF
}

.call-to-action.light-style h1,
.call-to-action.light-style h2,
.call-to-action.light-style h3,
.call-to-action.light-style h4,
.call-to-action.light-style h5,
.call-to-action.light-style h6 {
    color: #fff
}

.call-to-action.light-style .btn {
    border-color: #fff;
    color: #fff
}

.call-to-action .action-button .btn {
    margin-top: 30px;
    min-width: 150px;
    margin-left: 8px;
    margin-right: 8px
}

.call-to-action-v1 {
    display: table;
    text-align: left
}

.call-to-action-v1 .call-to-action-inner {
    display: table-cell;
    vertical-align: middle
}

.call-to-action-v1 .action-button {
    min-width: 25%;
    text-align: right
}

.call-to-action-v1 .action-button .btn {
    margin-top: 0
}

.call-to-action-v2 {
    display: table;
    text-align: right
}

.call-to-action-v2 .call-to-action-inner {
    display: table-cell;
    vertical-align: middle
}

.call-to-action-v2 .action-button {
    min-width: 40%;
    text-align: left;
    padding-left: 50px
}

.call-to-action-v2 .action-button .btn {
    margin-top: 0
}

.call-to-action-v3 .call-to-action-inner h1,
.call-to-action-v3 .call-to-action-inner h2,
.call-to-action-v3 .call-to-action-inner h3,
.call-to-action-v3 .call-to-action-inner h4,
.call-to-action-v3 .call-to-action-inner h5,
.call-to-action-v3 .call-to-action-inner h6 {
    border: 1px solid #222;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    display: inline-block;
    padding: 15px 10%
}

.call-to-action-v3.light-style .call-to-action-inner h1,
.call-to-action-v3.light-style .call-to-action-inner h2,
.call-to-action-v3.light-style .call-to-action-inner h3,
.call-to-action-v3.light-style .call-to-action-inner h4,
.call-to-action-v3.light-style .call-to-action-inner h5,
.call-to-action-v3.light-style .call-to-action-inner h6 {
    border: 1px solid #fff
}

.call-to-action-v4 {
    padding-left: 18%;
    padding-right: 18%
}

.call-to-action-v4 .fa {
    width: 90px;
    height: 90px;
    line-height: 90px;
    background-color: #e85529;
    text-align: center;
    color: #fff
}

.call-to-action-v6 {
    outline: 1px solid #999;
    outline-offset: -30px;
    padding: 95px;
    overflow: hidden
}

.call-to-action-v6 .heading-title {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-family: "Open Sans", sans-serif
}

.call-to-action-v6 .call-to-action-inner {
    color: #bbb;
    font-size: 24px;
    float: left
}

.call-to-action-v6 .action-button {
    float: right
}

.carousel-controls {
    left: auto;
    position: absolute;
    right: 25px;
    top: 0;
    height: 30px;
    display: inline-block;
    margin-top: -48px
}

.carousel-controls.carousel-style {
    position: relative;
    min-height: 80px;
    margin: 0 20px
}

.carousel-controls.carousel-center {
    text-align: center
}

.carousel-controls.carousel-center .carousel-control {
    margin: 0;
    position: static;
    display: inline-block
}

.carousel-control {
    z-index: 99
}

.carousel-md {
    width: 40px;
    height: 32px;
    line-height: 32px
}

.carousel-sm {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 19px
}

.carousel-xs {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px
}

.carousel-controls-v1 {
    position: absolute;
    right: 0;
    top: 16px
}

.carousel-controls-v1 .carousel-control {
    box-shadow: none;
    color: #bbb;
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.carousel-controls-v1 .carousel-control.left {
    left: -88px
}

.carousel-controls-v1 .carousel-control:hover .icon-angle.left {
    background-position: 13px -17px
}

.carousel-controls-v1 .carousel-control:hover .icon-angle.right {
    background-position: -15px -17px
}

.carousel-controls-v1 .carousel-control .icon-angle {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI4QTY3Nzg3NTM3NDExRTVCREYzQzREMUFCMEFFMUY0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI4QTY3Nzg4NTM3NDExRTVCREYzQzREMUFCMEFFMUY0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjhBNjc3ODU1Mzc0MTFFNUJERjNDNEQxQUIwQUUxRjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjhBNjc3ODY1Mzc0MTFFNUJERjNDNEQxQUIwQUUxRjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5pt3c/AAABD0lEQVR42mL8//8/w2AGLCBi+vTpBBVmZmZS1WJi7WRiGOQAnwNFgXgFHdywAmoXSQ4MBOJdQGxDBwfaQO0KJMaBsFDzA2IHIL5PBwfeh9oFsnM1emgyYQm1BUCcCMQf6ZjUPkLtnIsemsgOZBtEeYMNpZiBgpVAvA+IZ0J9UExHB/EAcS80et2A+DWuNAiSCALi3UC8F4gV6eA4Rahd+6B2v8YoqLGANUB8EBqatAangDgd3WGEHIgcmrQGQQSrOmpXY9QEjIO9sTCk6+JRB446cNSBow4cdeCoA0cdSKeRhat+sQQVam9aTFWLibVzdGRhdGRhdGRhdGRhdGRhdGSBCiML1K7GRtTIAkCAAQCb8lTeeVeo4AAAAABJRU5ErkJggg==) no-repeat 13px 9px;
    height: 30px;
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    display: block
}

.carousel-controls-v1 .carousel-control .icon-angle.right {
    background-position: -15px 9px
}

.carousel-controls-v2 .carousel-control {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
    color: #999;
    font-size: 28px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s
}

.carousel-controls-v2 .carousel-control:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
    color: #595959
}

.carousel-controls-v3 .carousel-control {
    box-shadow: none;
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    color: #bbb
}

.carousel-controls-v3 .carousel-control:hover {
    color: #fff
}

.carousel-controls-v3 .carousel-control:hover.left {
    color: #141414
}

.carousel-controls-v3 .carousel-control:hover.right {
    color: #141414
}

.carousel-controls-v3 .carousel-control.left {
    left: -52px
}

.carousel-controls-v4 .carousel-control {
    box-shadow: none;
    color: #bbb;
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    top: 50px
}

.carousel-controls-v4 .carousel-control.left {
    left: -88px
}

.carousel-controls-v4 .carousel-control:hover .icon-angle.left {
    background-position: 0 -50px
}

.carousel-controls-v4 .carousel-control:hover .icon-angle.right {
    background-position: -50px -50px
}

.carousel-controls-v4 .carousel-control .icon-angle {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFsAAAAmCAYAAACriueGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlFN0ZFM0Y5NjAxQTExRTU4MjA1QzMxMDI0MzMxQkIzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlFN0ZFM0ZBNjAxQTExRTU4MjA1QzMxMDI0MzMxQkIzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUU3RkUzRjc2MDFBMTFFNTgyMDVDMzEwMjQzMzFCQjMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUU3RkUzRjg2MDFBMTFFNTgyMDVDMzEwMjQzMzFCQjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz64q5wgAAADU0lEQVR42uxbUWQcURSd3QgVlgglSn5KhChl7U8oUSqxRGuJpUKIEGWpUiI/IVSIUipUq0Qp/VlLZYVIhf0p+YlWqRJliRKl7M+ywspu7+M8Xl9murOTt/PevJ3L+ZgZ8mbPu/eee++8JNrtthNbOJaMKYjJjsmOLfpkDxIKhKleLdBqtTheE0aFa6UwnewMYY/wlHAthPVmCYeEpX7y7BRhk1AkjIe89hBhnVAmTNpO9hyhQnioOapuEXYJa9gAq8geI7wnbBNGDNGsAcIK4RPhrg1kMwF8RDgg3BHu1whVTSSfE46E6xuEHcIrwmhUyU4jN65KAliCJ33XRHaTsABhrgn3s3CKxSiRzQRwA6ROCPd/EvIgv25AGvmITS+5vHtZencjyc6ivFqUwvY5xPHYsF6jjs3PwxlEAd1TKaAqyR4T8t514f5nbMAbhK+pdgxneAnnEAV0X4WAqiDb64X+EB7Dw08j0lE3US1l4SSdHClUsr1CjZV49/AsinYKJ3ET0MOgAhqU7CEPETkhzONZ3Ym+cQEt+hD/npDttrsNwhZy3hfHLqsjcmUBTSNyV/3OdbohmxX+b10Kf0b8DJ5dOPYaF9AXkoDyhm1aJdls94Y9dv7c6Q9r4vc2XbhJqSS7ilBak/JxDt49bznRk9CoDYnYD36LgSA5uwjREP/4MJoWtvBNy0jmI9ldVF9yMbDutxgIWo3UUEMvE34J96ewCezZoAVE82JgCflZ7oa7KgauWmdX8EKiOLL89QSkZyJKstcUkP3eWXTDXRcDKjpIXvY9cP6d4o0j5Wz5EQ9DzGu+zbrhgkska5uN/IBYbmIDuOXhEXOGE53u0A3vmzAbEe0C4TcDgrmNYObwDnMGk4x/Dy25dMM5ld1wr+bZZwi5AkKQ2zQagBVBcHRazrn8PVTshr+pXCwRwlm/FFraBen+CZT9Nq6XpWhQZsKZjqpQUXx1Lp9VqaCUOwvkucmkdrK5ZRCuXkcXwiRbtt+EZ1fNy53IDvPruttw3gRTJoC6cvb/ZgvbIP1IM8mseroPAWyEsaCuE1FV5HAdH34bSGdyX2At2dz4kYZySOvxcfCOo2EcnDDoPw8GekWAnxOmSjzXoGqk7y0+DB+Tbaf9FWAAd5kgl2F5MYoAAAAASUVORK5CYII=) no-repeat 0 -2px;
    width: 40px;
    height: 42px;
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    display: block
}

.carousel-controls-v4 .carousel-control .icon-angle.right {
    background-position: -50px -2px
}

[class*="carousel-indicators-"] li {
    cursor: pointer;
    position: relative;
    border: none
}

[class*="carousel-indicators-"] li a {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    outline: medium none;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    transform-style: preserve-3d;
    -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s
}

[class*="carousel-indicators-"] li.active {
    background-color: transparent
}

.carousel-indicators-v1 li a:before,
.carousel-indicators-v1 li a:after {
    backface-visibility: hidden;
    background-color: #ddd;
    border-radius: 50%;
    content: "";
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.carousel-indicators-v1 li a:after {
    background-color: #e85529;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.carousel-indicators-v1 li a:hover,
.carousel-indicators-v1 li a:focus {
    opacity: .8
}

.carousel-indicators-v1 li.active a {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.carousel-indicators-v2 li {
    margin: 0 3px
}

.carousel-indicators-v2 li a {
    -webkit-transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
    transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
    background-color: #fff
}

.carousel-indicators-v2 li a:hover,
.carousel-indicators-v2 li a:focus {
    background-color: #d5d5d5
}

.carousel-indicators-v2 li.active {
    margin: 0 3px
}

.carousel-indicators-v2 li.active a {
    background-color: #e85529
}

.carousel-indicators-v3 li {
    width: 14px;
    height: 14px
}

.carousel-indicators-v3 li a {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 1px #e85529 inset;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.carousel-indicators-v3 li a:after {
    background-color: #e85529;
    border-radius: 50%;
    content: "";
    left: 0;
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transform-origin: 50% 50% 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    height: 100%
}

.carousel-indicators-v3 li a:hover,
.carousel-indicators-v3 li a:focus {
    opacity: .8
}

.carousel-indicators-v3 li.active {
    width: 14px;
    height: 14px
}

.carousel-indicators-v3 li.active a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.carousel-indicators-v4 li {
    margin: 0 3px;
    width: 14px;
    height: 14px
}

.carousel-indicators-v4 li a {
    box-shadow: 0 0 0 8px #e85529 inset;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s
}

.carousel-indicators-v4 li a:hover,
.carousel-indicators-v4 li a:focus {
    box-shadow: 0 0 0 8px #e85529 inset
}

.carousel-indicators-v4 li.active {
    width: 14px;
    height: 14px;
    margin: 0 3px
}

.carousel-indicators-v4 li.active a {
    box-shadow: 0 0 0 2px #e85529 inset
}

.carousel-indicators-v5 li {
    margin: 0 3px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 14px;
    height: 14px
}

.carousel-indicators-v5 li a {
    background-color: rgba(0, 0, 0, .2);
    -webkit-transition: background-color 0.3s ease 0s, transform 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, transform 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, transform 0.3s ease 0s
}

.carousel-indicators-v5 li a:hover,
.carousel-indicators-v5 li a:focus {
    background-color: #e85529
}

.carousel-indicators-v5 li.active {
    width: 14px;
    height: 14px;
    margin: 0 3px;
    box-shadow: 0 0 0 2px #e85529
}

.carousel-indicators-v5 li.active a {
    background-color: #e85529;
    -webkit-transform: scale(.4);
    -ms-transform: scale(.4);
    -o-transform: scale(.4);
    transform: scale(.4)
}

.carousel-indicators-v6 li {
    width: 14px;
    height: 14px
}

.carousel-indicators-v6 li a {
    border: 2px solid #ddd;
    -webkit-transition: border-color 0.3s ease 0s;
    -o-transition: border-color 0.3s ease 0s;
    transition: border-color 0.3s ease 0s
}

.carousel-indicators-v6 li a:after {
    background: none repeat scroll 0 0 #e85529;
    border-radius: 50%;
    box-shadow: 0 0 1px #e85529;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
    -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, visibility 0s ease 0.3s;
    -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, visibility 0s ease 0.3s;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, visibility 0s ease 0.3s;
    visibility: hidden
}

.carousel-indicators-v6 li a:hover,
.carousel-indicators-v6 li a:focus {
    border-color: #e85529
}

.carousel-indicators-v6 li.active {
    width: 14px;
    height: 14px
}

.carousel-indicators-v6 li.active a {
    border-color: #e85529
}

.carousel-indicators-v6 li.active a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    visibility: visible
}

.counters {
    text-align: center
}

.counters .counter-wrap {
    font-size: 36px;
    color: #e85529;
    font-weight: 800
}

.counters .counter-wrap .fa {
    font-size: 46px
}

.counters h5 {
    font-weight: 700;
    margin: 5px 0 30px;
    text-transform: uppercase
}

[class*="hr-"] {
    min-height: 1px
}

.hr-dashed {
    border-top: 1px dashed #e1e1e1
}

.hr-dotted {
    border-top: 1px dotted #e1e1e1
}

.hr-double {
    border-top: 3px double #e1e1e1
}

.hr-double-dashed {
    border-top: 1px dashed #e1e1e1;
    position: relative
}

.hr-double-dashed:before {
    border-top: 1px dashed #e1e1e1;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 1px
}

.hr-double-dotted {
    border-top: 1px dotted #e1e1e1;
    position: relative
}

.hr-double-dotted:before {
    border-top: 1px dotted #e1e1e1;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 1px
}

.heading {
    z-index: 1;
    position: relative;
    text-align: center
}

.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6 {
    text-transform: uppercase
}

.heading p,
.heading small {
    margin-bottom: 15px;
    display: inline-block
}

.heading.heading-light {
    color: #eee
}

.heading.heading-light h1,
.heading.heading-light h2,
.heading.heading-light h3,
.heading.heading-light h4,
.heading.heading-light h5,
.heading.heading-light h6 {
    color: #fff
}

.heading.heading-light p,
.heading.heading-light small {
    color: #eee
}

.heading.heading-after {
    position: relative
}

.heading.heading-after:after {
    left: 50%;
    width: 30px;
    height: 2px;
    margin-left: -15px;
    content: " ";
    top: 0;
    background: #e85529;
    position: absolute
}

.heading.heading-v1 {
    position: relative;
    padding-bottom: 35px
}

.heading.heading-v1:before,
.heading.heading-v1:after {
    left: 50%;
    width: 80px;
    height: 5px;
    content: "";
    bottom: 30px;
    position: absolute
}

.heading.heading-v1:before {
    margin-left: -80px;
    background: #e85529
}

.heading.heading-v1:after {
    background: #444
}

.heading.heading-v1.heading-light:after {
    background: #fff
}

.heading.heading-v2 {
    padding-bottom: 35px
}

.heading.heading-v2:after {
    left: 50%;
    width: 200px;
    height: 1px;
    z-index: 1;
    content: " ";
    bottom: 30px;
    background: #e85529;
    text-align: center;
    position: absolute;
    margin-left: -100px
}

.heading.heading-v2:before {
    left: 50%;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    content: " ";
    bottom: 25px;
    text-align: center;
    position: absolute;
    background: #fff;
    border: 1px solid #e85529
}

.heading.heading-v2.heading-light:after {
    background: #fff
}

.heading.heading-v2.heading-light:before {
    background: #e85529;
    border: 1px solid #fff
}

.heading.heading-v3 {
    padding-bottom: 35px
}

.heading.heading-v3:after {
    left: 50%;
    width: 100px;
    height: 2px;
    margin-left: -50px;
    content: " ";
    bottom: 30px;
    background: #e85529;
    position: absolute
}

.heading.heading-v3 span {
    display: block;
    margin-bottom: 20px
}

.heading.heading-v3.heading-light:after {
    background: #e85529
}

.heading.heading-v4 {
    z-index: 1;
    text-align: center;
    padding-top: 70px;
    position: relative
}

.heading.heading-v4:before {
    left: 50%;
    z-index: -1;
    width: 50px;
    height: 50px;
    content: "";
    top: 11px;
    text-align: center;
    position: absolute;
    background-color: #e85529;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -25px
}

.heading.heading-v4:after {
    left: 50%;
    z-index: -1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    content: "\f109";
    font-family: FontAwesome;
    top: 11px;
    text-align: center;
    position: absolute;
    color: #fff;
    margin-left: -25px;
    font-size: 20px
}

.heading.heading-v4.heading-light:before {
    background: #fff
}

.heading.heading-v5 {
    padding-bottom: 20px
}

.heading.heading-v5 h1,
.heading.heading-v5 h2,
.heading.heading-v5 h3,
.heading.heading-v5 h4,
.heading.heading-v5 h5,
.heading.heading-v5 h6 {
    padding: 0 30px;
    position: relative;
    display: inline-block
}

.heading.heading-v6 h1,
.heading.heading-v6 h2,
.heading.heading-v6 h3,
.heading.heading-v6 h4,
.heading.heading-v6 h5,
.heading.heading-v6 h6 {
    position: relative;
    margin-bottom: 35px
}

.heading.heading-v6 h1:after,
.heading.heading-v6 h2:after,
.heading.heading-v6 h3:after,
.heading.heading-v6 h4:after,
.heading.heading-v6 h5:after,
.heading.heading-v6 h6:after {
    left: 50%;
    width: 80px;
    height: 2px;
    margin-left: -40px;
    content: " ";
    bottom: -18px;
    background: #444;
    position: absolute
}

.heading.heading-v6.heading-light h1:after,
.heading.heading-v6.heading-light h2:after,
.heading.heading-v6.heading-light h3:after,
.heading.heading-v6.heading-light h4:after,
.heading.heading-v6.heading-light h5:after,
.heading.heading-v6.heading-light h6:after {
    background: #fff
}

.heading.heading-v7 {
    padding-bottom: 40px
}

.heading.heading-v7:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 18px solid #e85529;
    bottom: 20px;
    content: "";
    width: 18px;
    height: 14px;
    left: 50%;
    margin-left: -18px;
    position: absolute
}

.heading.heading-v7:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #fff;
    bottom: 24px;
    content: "";
    left: 50%;
    margin-left: -14px;
    position: absolute;
    width: 10px;
    height: 8px
}

.heading.heading-v7.heading-light:before {
    border-top: 18px solid #fff
}

.heading.heading-v7.heading-light:after {
    border-top: 12px solid #e85529
}

.heading.heading-v8 h1,
.heading.heading-v8 h2,
.heading.heading-v8 h3,
.heading.heading-v8 h4,
.heading.heading-v8 h5,
.heading.heading-v8 h6 {
    position: relative;
    padding: 20px 0 25px
}

.heading.heading-v8 h1:before,
.heading.heading-v8 h1:after,
.heading.heading-v8 h2:before,
.heading.heading-v8 h2:after,
.heading.heading-v8 h3:before,
.heading.heading-v8 h3:after,
.heading.heading-v8 h4:before,
.heading.heading-v8 h4:after,
.heading.heading-v8 h5:before,
.heading.heading-v8 h5:after,
.heading.heading-v8 h6:before,
.heading.heading-v8 h6:after {
    content: ".";
    font-size: 22px;
    left: 50%;
    position: absolute;
    color: #c1c1c1;
    text-shadow: 10px 0 #ddd, -10px 0 #ddd
}

.heading.heading-v8 h1:before,
.heading.heading-v8 h2:before,
.heading.heading-v8 h3:before,
.heading.heading-v8 h4:before,
.heading.heading-v8 h5:before,
.heading.heading-v8 h6:before {
    top: -15px
}

.heading.heading-v8 h1:after,
.heading.heading-v8 h2:after,
.heading.heading-v8 h3:after,
.heading.heading-v8 h4:after,
.heading.heading-v8 h5:after,
.heading.heading-v8 h6:after {
    bottom: 0
}

.heading.heading-v9 {
    text-align: left
}

.heading.heading-v9 h1,
.heading.heading-v9 h2,
.heading.heading-v9 h3,
.heading.heading-v9 h4,
.heading.heading-v9 h5,
.heading.heading-v9 h6 {
    position: relative;
    margin-bottom: 30px
}

.heading.heading-v9 h1:after,
.heading.heading-v9 h2:after,
.heading.heading-v9 h3:after,
.heading.heading-v9 h4:after,
.heading.heading-v9 h5:after,
.heading.heading-v9 h6:after {
    left: 0;
    width: 30px;
    height: 2px;
    content: " ";
    top: -20px;
    right: inherit;
    background-color: #e85529;
    position: absolute
}

.heading.heading-v9.heading-light h1:after,
.heading.heading-v9.heading-light h2:after,
.heading.heading-v9.heading-light h3:after,
.heading.heading-v9.heading-light h4:after,
.heading.heading-v9.heading-light h5:after,
.heading.heading-v9.heading-light h6:after {
    background-color: #fff
}

@-webkit-keyframes hover-imagecategory {
    0% {
        transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
    }

    100% {
        transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0)
    }
}

@-moz-keyframes hover-imagecategory {
    0% {
        transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
    }

    100% {
        transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0)
    }
}

@-o-keyframes hover-imagecategory {
    0% {
        transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
    }

    100% {
        transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0)
    }
}

@keyframes hover-imagecategory {
    0% {
        transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
    }

    100% {
        transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0)
    }
}

.feature-box .fbox-icon {
    float: left;
    margin: 10px 20px 0 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.feature-box .fbox-body {
    overflow: hidden
}

.feature-box .fbox-body .fbox-icon {
    margin-top: 0
}

.feature-box small {
    font-size: 13px;
    margin-bottom: 15px;
    display: inline-block
}

.feature-box h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0
}

.feature-box .fbox-title {
    margin: 10px 0;
    font-weight: 600;
    text-transform: none
}

.feature-box.light-style {
    color: #dfdfdf
}

.feature-box.light-style a {
    color: #fff
}

.feature-box.light-style a:hover {
    color: #000
}

.feature-box.light-style .fbox-title,
.feature-box.light-style h4 {
    color: #fff
}

.feature-box.feature-box-right {
    text-align: right
}

.feature-box.feature-box-right .fbox-icon {
    float: right;
    margin: 10px 0 0 20px
}

.feature-box.feature-box-center {
    text-align: center;
    padding: 0 16px
}

.feature-box.feature-box-center .fbox-icon {
    float: none
}

.feature-box:hover .fbox-icon {
    -webkit-animation: hover-imagecategory 0.6s cubic-bezier(.25, .46, .45, .94) 1;
    -moz-animation: hover-imagecategory 0.6s cubic-bezier(.25, .46, .45, .94) 1;
    -o-animation: hover-imagecategory 0.6s cubic-bezier(.25, .46, .45, .94) 1;
    animation: hover-imagecategory 0.6s cubic-bezier(.25, .46, .45, .94) 1
}

[class*="feature-box-"] .fbox-icon {
    float: none;
    margin: 0
}

[class*="feature-box-"] h4 {
    padding: 5px 0;
    position: relative
}

.feature-box-v1 {
    color: #ccd6dd;
    font-size: 16px;
    padding: 12px 30px
}

.feature-box-v1 .fbox-icon {
    float: left;
    margin-right: 15px
}

.feature-box-v1 .fbox-icon .icon {
    width: 45px;
    height: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHsAAAAeCAYAAAAM/mGWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIyN0E2NEQxNTM4MjExRTVCOTZGRkQyRUQyRjMyM0I2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIyN0E2NEQyNTM4MjExRTVCOTZGRkQyRUQyRjMyM0I2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjI3QTY0Q0Y1MzgyMTFFNUI5NkZGRDJFRDJGMzIzQjYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjI3QTY0RDA1MzgyMTFFNUI5NkZGRDJFRDJGMzIzQjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6tkHgoAAAGBUlEQVR42uyaAUhVZxTHrz0RBCEQgkAwHC/ajBcOx6TRaDg2CsfGolEojUZSNIzEkSjKZGIkG4rDKBrFQkmUjYmjWGxMNpKFoTSStUbiY4Egiz0QZIHwcOfQ78K329P37nv32t7rHvjz7rs+73e/75zzP//z3Zu3srJiBfZs2IZgCQJnBxY4O7DA2dltBYIGwZzgT0F1rk40zxZo07/PZcUNV77wnJeX2y84IwgLlgUhwaJgqyCWa87Oz/D/h1mo9bBuwddexYzgnOBlvut1WwVNguOCLsGHgbP/a+WCyDrd6yaPrlMs+ElQJLglOMGnWrvggOCoYEgwkelgT5MxnSyY79F1Dwpmfbrnw9RUr6wER+v9Vjn+FsPhmvVtgr0ejRnxeA7JLAZT+eLsu4IZn278DY+vNwPUAXsE142/Ka0f8mEOpbDFetmDdJ2ti3IR8eK0sJWd1in4iuy1nb0Letd53hTU+zCulotLPs6rUNCXbs3WOjkmKMsxrTIq+AMHa6s1LtiJo7VW1/k07pLgMsrf8olB+tLpswuI/jKEyksJMJulzo6j7tVa+LzG+T2IOD9MA+u2T718rWAq3U2VfsFu+H+fCssEeJTF2T0oiKIJdqM7BnF0m4/jagfzo+CKYLNHgvMq19uUjrNPIiiUdt4SPIQi/hasQH/ZbprFHRz3QeEdUGyDT6XrV4MNNRPv09uH0rye7gncE9Tw/Vu3ztZI7+G4DuUaInKKrdyyITK6gv5aWayXEtblw3g61g4E4jItYA/U7iaBtglu0CIWkYzKvu+7cXaYOh1CutuR8kmOZHOi7G7m+FOcfJrFq/Vpzo9gkB0IQ7vjUecNJKHiECXGDA4Vm9v5tNw4W/eKN/KP3YaoaLFy166BEih1yQiAiwSAH6bdwOtk40POHYLaGxJQewVO7qLFisG8+4z/d+Vssx+0bZwWLc/ARI45vJEsb0ObXKb/3uYTnTuFoj54GeH7RsTxFJs86tgzfI8Y2fw8ZShlCx5xPjYVTZ9R/y5w7hhZrtle6ehlvbZixxh2Jk+S6S2OTI+mms2BsxNbB9SqffZhxFozi/yloZ71mfcdy7sHM+rUX9BLs2Rsq9HWlvB5nfNxAvCK2xKTzNmFqEW75bpDXffKVAH/xrX/QiQVPiVnqzquZzF7WOTzlKwIixsmqyJr7VS53GS5Qb+tpfNVAq4b0aVaYpHavJfz7xEIGnzfwUaeOHuMKCpmgAhq/YAHEz1iPX4eXs61NVNOcS4dC0OFlY6AqeCc+Si2yPit2U+rY88y337OvcM5ra1VqOh5D9S66awfEGsLDqrWPY4tjto8iuNjjmBJavlr7MocoeeOciNRnDxMBs4ai1ruklJChvA5iDgp48bfRpXeddBYMtsF3dqU3MlxixGcVWRQnEAuwXFbDdps5x7e5T7UySccYzWT6f1c0+1ed5OxlzEIo6x2jcUE534WvEaw2LX9TUewpJzZDbQdFlQW5XiExSpFHdpPvYb5niomDeoaMSL5c44HjN+m+hx40AiQU8YGUDvOtVC1dq972ggmc4wlg87PocgTbcZMs9BuH8H2GY7upfVK58GIbna9wpxLqfs73WT2ApOwoNVShxAJGZQxnQGFhViozRzHHUo3aj35Dlgy9RnHsd9AjS1koDKQPlY8Cu3ZT7kukWFhfnseR9vtZiebScOO7A1zvtK411Rtv8GAjUZwp2sPqPNXcfTYWj9e64VDndQ9FvEs9ayBxZpgkExskj5ynIVWGj6O87cjVJ6wFF44nMIRSyjbebL3PmXnJhlhb2IMJKB+OyC/Z75fEDgfswYFLHRjsp0r1rUGh9hC8AO3PXIKQnqY8mMHwRbnWm1I0nu2M7EmMqaaDDvmwQ3WU4+qEX0nGatxNUenaK2GCLN3/uYJKIsMqDHoeCYB9dtMUcd8lRXmWActAR9R50fTuL8C6v2Kh/jHcLRrgWZbN5lQi4CaZvPBi9dsZ8i8Jig9CrXeyvC6qmxfJDOXHX30kKMkxFG2q6nZBVqdC5SzXmp9Vr5m/Ky/N+67/Z/eLv1XgAEAtYmh5nPJUmYAAAAASUVORK5CYII=) no-repeat 0 0;
    display: block;
    color: #fff
}

.feature-box-v1 .fbox-icon .icon.icons-v2 {
    background-position: -43px 0
}

.feature-box-v1 .fbox-icon .icon.icons-v3 {
    background-position: -81px 0
}

.feature-box-v1 .fbox-body {
    line-height: 30px
}

.feature-box-v1 .fbox-body p {
    margin: 0;
    padding: 0
}

.feature-box-v1 .fbox-body a {
    color: #ccd6dd
}

.feature-box-v1 .fbox-body.white {
    font-size: 18px;
    font-weight: 200
}

.feature-box-v1 .fbox-body.white strong {
    font-size: 24px;
    font-weight: 700
}

.feature-box-v2 .fbox-icon {
    float: left;
    margin-right: 15px
}

.feature-box-v2 .fbox-icon .icons {
    width: 45px;
    height: 45px;
    color: #fff
}

.feature-box-v2 .fbox-body {
    font-weight: 300
}

.feature-box-v2 .fbox-body h4 {
    color: #101010;
    font-size: 17px;
    font-weight: 500
}

.feature-box-v2 .fbox-body p {
    margin: 0;
    padding: 0
}

.feature-box-v3 .fbox-icon .icons {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px
}

.feature-box-v3 .fbox-icon .icons.icons-plain {
    width: auto;
    height: auto;
    line-height: 100%
}

.feature-box-v3.feature-box-right .fbox-icon {
    float: none;
    margin: 0
}

.feature-box-v3.feature-box-right h4:before {
    left: inherit;
    right: 0
}

.feature-box-v4 {
    position: relative;
    border: 1px solid #333;
    padding: 35px 30px 20px;
    text-align: center
}

.feature-box-v4 .fbox-icon {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -36px;
    margin: 0 auto
}

.feature-box-v4 .fbox-icon .icons {
    font-size: 24px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #fff;
    border: 1px solid #333;
    color: #333
}

.feature-box-v4 .fbox-icon.fbox-bg .icons {
    background-color: #e85529;
    border: 1px solid #e85529;
    color: #fff
}

.feature-box-v4 h4 {
    padding: 10px 0 20px
}

.feature-box-v4 h4:before {
    width: 0;
    height: 0;
    background-color: transparent
}

.feature-box-v4[class*="bg-"] {
    border: none
}

.feature-box-v5 {
    padding: 20px 30px;
    border: 1px solid #ddd;
    border-bottom: 3px solid #e85529
}

.feature-box-v5 .fbox-icon .icons {
    font-size: 40px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #333
}

.light-style {
    color: #fff
}

.light-style h1,
.light-style h2,
.light-style h3,
.light-style h4,
.light-style h5,
.light-style h6 {
    color: #fff
}

.interactive-banner {
    color: #fff;
    position: relative;
    overflow: hidden
}

.interactive-banner .interactive-banner-profile {
    position: absolute;
    z-index: 2;
    margin: auto;
    content: ""
}

.interactive-banner .interactive-banner-profile h2 {
    text-transform: uppercase;
    margin: 10px 0 15px
}

.interactive-banner .interactive-banner-profile small {
    text-transform: uppercase
}

.interactive-banner .mask-link {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1
}

.interactive-banner .banner-title h2,
.interactive-banner .banner-title h3,
.interactive-banner .banner-title h4,
.interactive-banner .banner-title h5,
.interactive-banner .banner-title h6 {
    color: #fff
}

.interactive-banner .action .icons:hover {
    background-color: #6eae34 !important;
    border: #6eae34 !important
}

.interactive-banner.left .interactive-banner-profile {
    left: 20px
}

.interactive-banner.right .interactive-banner-profile {
    right: 20px
}

.interactive-banner.center .interactive-banner-profile {
    right: 0;
    left: 0
}

.interactive-banner-v1 .interactive-banner-profile {
    width: 55%;
    height: 120px;
    bottom: 0;
    top: 0
}

.interactive-banner-v2 .interactive-banner-profile {
    top: 40px;
    width: 55%;
    height: 120px
}

.interactive-banner-v2 .interactive-banner-profile .action {
    padding: 5px 15px;
    margin-bottom: 3px;
    background-color: #fff;
    color: #333
}

.interactive-banner-v2.left .interactive-banner-profile {
    left: 60px
}

.interactive-banner-v2.right .interactive-banner-profile {
    right: 60px
}

.interactive-banner-v2.center .interactive-banner-profile {
    right: 0;
    left: 0
}

.interactive-banner-v3 .interactive-banner-profile {
    padding: 40px 60px;
    width: 100%;
    height: 100%;
    top: 0
}

.interactive-banner-v3 .interactive-banner-profile .action {
    bottom: 60px;
    left: 60px;
    right: 60px;
    content: "";
    position: absolute
}

.interactive-banner-v3 .interactive-banner-profile .action:after {
    content: "";
    position: absolute;
    border: 5px solid #fff;
    bottom: -30px;
    left: -30px;
    right: -30px;
    height: calc(100% + 60px);
    width: calc(100% + 60px);
    z-index: -1
}

.interactive-banner-v4 .interactive-banner-profile {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 30px;
    position: absolute;
    content: "";
    transform: translate3d(0, 60px, 0);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s
}

.interactive-banner-v4 .interactive-banner-profile .action {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
    position: relative;
    background-color: #6eae34;
    margin: 0 -30px;
    padding: 20px 30px
}

.interactive-banner-v4 .interactive-banner-profile img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s
}

.interactive-banner-v4:hover .interactive-banner-profile {
    transform: translate3d(0, 0, 0)
}

.interactive-banner-v4:hover .interactive-banner-profile .action {
    opacity: 1;
    filter: alpha(opacity=100)
}

.interactive-banner-v4:hover .interactive-banner-profile img {
    opacity: .5;
    filter: alpha(opacity=50)
}

.interactive-banner-v5 .interactive-banner-profile {
    width: 55%;
    height: 120px;
    bottom: 0;
    top: 0
}

.interactive-banner-v5 a.links {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transform: translate3d(0, -60px, 0)
}

.interactive-banner-v5:hover a.links {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate3d(0, 0, 0)
}

.list-unstyled {
    list-style: none;
    padding-left: 0
}

.lists li {
    margin-bottom: 10px;
    list-style: none
}

.lists li a {
    color: #666
}

.lists li a:hover {
    color: #e85529;
    text-decoration: none
}

.lists li i {
    color: #666;
    margin-right: 10px;
    position: relative;
    top: 2px
}

.lists.lists-light li,
.lists.lists-light li a,
.lists.lists-light li i {
    color: #FFF
}

.lists.lists-light li a:hover {
    color: #e85529
}

.lists.list-style-circle,
.lists.list-style-disc {
    list-style: none;
    padding-left: 20px
}

.lists.list-style-circle li,
.lists.list-style-disc li {
    position: relative
}

.lists.list-style-circle li:before,
.lists.list-style-disc li:before {
    color: #666;
    font-family: 'FontAwesome';
    font-size: 10px;
    left: -20px;
    position: absolute;
    top: 4px
}

.lists.list-style-circle.lists-light li:before,
.lists.list-style-disc.lists-light li:before {
    color: #FFF
}

.lists.list-style-circle li:before {
    content: "\f10c"
}

.lists.list-style-disc li:before {
    content: "\f111"
}

.lists.list-style-square {
    list-style: none;
    padding-left: 20px
}

.lists.list-style-square li {
    position: relative
}

.lists.list-style-square li:before {
    content: "";
    top: 10px;
    left: -15px;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #666
}

.lists.list-style-square.lists-light li:before {
    background-color: #FFF
}

.lists.list-style-number {
    counter-reset: li;
    list-style: outside none decimal;
    padding-left: 20px
}

.lists.list-style-number li {
    display: block;
    padding-left: 5px
}

.lists.list-style-number li:before {
    color: #666;
    content: counter(li, decimal);
    counter-increment: li;
    left: 20px;
    position: absolute
}

.lists.list-style-number.lists-light li:before {
    color: #FFF
}

.media-image-v1 {
    border: 10px solid #f5f5f5;
    box-shadow: 0 4px 3px -2px rgba(0, 0, 0, .1)
}

.media-image-v2 {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1)
}

.media-image-v3 {
    border: 10px solid #f5f5f5;
    position: relative
}

.media-image-v3:before,
.media-image-v3:after {
    width: 22%;
    height: 15px;
    bottom: 2px;
    box-shadow: 0 9px 20px 4px rgba(0, 0, 0, .1);
    content: "";
    position: absolute;
    z-index: -1
}

.media-image-v3:before {
    left: 5px
}

.media-image-v3:after {
    right: 5px
}

.alert-box-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-box-success hr {
    border-top-color: #c9e2b3
}

.alert-box-success .alert-link {
    color: #2b542c
}

.alert-box-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-box-info hr {
    border-top-color: #a6e1ec
}

.alert-box-info .alert-link {
    color: #245269
}

.alert-box-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-box-warning hr {
    border-top-color: #f7e1b5
}

.alert-box-warning .alert-link {
    color: #66512c
}

.alert-box-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-box-error hr {
    border-top-color: #e4b9c0
}

.alert-box-error .alert-link {
    color: #843534
}

.mockup {
    font-size: 16px;
    line-height: 32px
}

.mockup .heading h1,
.mockup .heading h2,
.mockup .heading h3,
.mockup .heading h4,
.mockup .heading h5 {
    margin-top: 0
}

.panel-blue {
    border-color: #607d8b
}

.panel-blue .panel-heading {
    color: #607d8b;
    background-color: #fff;
    border-color: #607d8b;
    position: relative
}

.panel-blue .panel-heading .badge {
    color: #fff;
    background-color: #607d8b
}

.panel-blue>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #607d8b
}

.panel-orange {
    border-color: #ff9800
}

.panel-orange .panel-heading {
    color: #ff9800;
    background-color: #fff;
    border-color: #ff9800;
    position: relative
}

.panel-orange .panel-heading .badge {
    color: #fff;
    background-color: #ff9800
}

.panel-orange>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ff9800
}

.panel-pink {
    border-color: transparent
}

.panel-pink .panel-heading {
    color: #e34d86;
    background-color: transparent;
    border-color: transparent;
    position: relative
}

.panel-pink .panel-heading .badge {
    color: transparent;
    background-color: #e34d86
}

.panel-pink>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: transparent
}

.panel-cyan {
    border-color: transparent
}

.panel-cyan .panel-heading {
    color: #00b8c4;
    background-color: transparent;
    border-color: transparent;
    position: relative
}

.panel-cyan .panel-heading .badge {
    color: transparent;
    background-color: #00b8c4
}

.panel-cyan>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: transparent
}

.panel-red {
    border-color: transparent
}

.panel-red .panel-heading {
    color: #fd5c6d;
    background-color: transparent;
    border-color: transparent;
    position: relative
}

.panel-red .panel-heading .badge {
    color: transparent;
    background-color: #fd5c6d
}

.panel-red>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: transparent
}

.panel-green {
    border-color: #00bfa5
}

.panel-green .panel-heading {
    color: #00bfa5;
    background-color: transparent;
    border-color: #00bfa5;
    position: relative
}

.panel-green .panel-heading .badge {
    color: transparent;
    background-color: #00bfa5
}

.panel-green>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #00bfa5
}

.panel-v1 {
    background-color: transparent;
    position: relative
}

.panel-v1>.panel-heading {
    margin-bottom: 25px;
    padding: 0
}

.panel-v1>.panel-heading .panel-title {
    position: relative;
    font-size: 24px;
    color: #101010;
    text-transform: capitalize;
    font-weight: 700;
    padding: 10px
}

.panel-v1>.panel-heading .panel-title:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-top: 1px solid #e85529;
    border-left: 1px solid #e85529;
    left: 0;
    top: 0;
    z-index: 2
}

.panel-v1>.panel-heading .panel-title:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-bottom: 1px solid #e85529;
    border-right: 1px solid #e85529;
    bottom: 0;
    right: 0;
    z-index: 2
}

.panel-v1>.panel-heading .panel-title:after {
    left: 55px
}

.panel-v1 .panel-body {
    border: 1px solid #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFF
}

.panel-v2>.panel-heading .panel-title {
    font-weight: 600
}

.panel-v4 {
    margin: 0
}

.panel-v4>.panel-heading {
    padding-left: 40px
}

.panel-v4>.panel-heading .panel-title {
    font-size: 27px;
    text-transform: capitalize;
    font-weight: 600
}

.panel-v4 .panel-body {
    padding: 0;
    border-top: 1px solid #ebebeb
}

.panel-v5 {
    border-top-width: 3px;
    border-top-style: solid
}

.panel-v5 .panel-heading {
    padding-left: 35px
}

.panel-v5 .panel-heading .panel-title {
    font-size: 29px;
    text-transform: capitalize;
    font-weight: 600
}

.panel-v5 .panel-body {
    padding: 25px;
    border-top: 1px solid #ebebeb
}

.panel-v6 {
    border-bottom-width: 3px;
    border-bottom-style: solid
}

.panel-v6 .panel-heading {
    padding-left: 35px
}

.panel-v6 .panel-heading .panel-title {
    font-size: 27px;
    text-transform: capitalize
}

.panel-v6 .panel-body {
    padding: 25px;
    border-top: 1px solid #ebebeb
}

.parallax {
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center
}

.parallax .parallax-heading h1,
.parallax .parallax-heading h2,
.parallax .parallax-heading h3,
.parallax .parallax-heading h4,
.parallax .parallax-heading h5,
.parallax .parallax-heading h6 {
    text-transform: uppercase
}

.parallax-v1 .parallax-heading h2 {
    margin: 0
}

.parallax-light h1,
.parallax-light h2,
.parallax-light h3,
.parallax-light h4,
.parallax-light h5,
.parallax-light h6,
.parallax-light p {
    color: #FFF
}

.icon-combs {
    position: relative
}

.icon-combs .icon-combs-panel i {
    float: left;
    margin: 10px 15px 0 0
}

.icon-combs .icon-combs-panel.icon-combs-right i {
    float: right;
    margin: 10px 0 0 15px
}

.icon-combs .icon-combs-desc {
    overflow: hidden
}

.icon-combs>li {
    float: left;
    padding-right: 20px;
    position: relative;
    text-align: right;
    width: 50%
}

.icon-combs>li.icon-combs-inverted {
    clear: right;
    float: right;
    padding: 0 0 0 20px
}

.icon-combs.icon-combs-light:before {
    background: #fff
}

.icon-combs.icon-combs-light .icon-combs-desc h3,
.icon-combs.icon-combs-light .icon-combs-desc p {
    color: #fff
}

.icon-combs:before {
    background: #777;
    bottom: 0;
    content: "";
    left: 50%;
    margin-left: -1.5px;
    position: absolute;
    top: 0;
    width: 2px
}

.icon-wrap-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: #e85529
}

.icon-wrap-icon .fa {
    font-size: 25px;
    margin: 18px 15px;
    color: #fff
}

.social-icons {
    text-align: center;
    width: 60px;
    height: 60px;
    font-size: 25px;
    padding: 17px;
    border: 1px solid transparent
}

.social-icons.icons-light-brd {
    color: #fff;
    border-color: #fff
}

.social-icons.icons-brd {
    color: #444;
    border-color: #444
}

.icons {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    display: inline-block;
    background-color: #3d3d3d;
    color: #979797;
    border: 1px solid transparent
}

.icons.icons-lg {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 26px
}

.icons.icons-sm {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px
}

.icons.icons-xs {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px
}

.icons:hover {
    color: #fff;
    background-color: #303030
}

.icons.icons-bodered {
    border: 1px solid #e85529;
    background-color: transparent;
    color: #e85529
}

.icons.icons-bodered:hover {
    border: 1px solid #c83f16;
    background-color: transparent;
    color: #c83f16
}

.icons.icons-darker {
    background-color: #000 !important;
    color: #fff !important
}

.icons.icons-darker:hover {
    background-color: #595959 !important;
    color: #fff !important
}

.icons.icons-light {
    background-color: #f0f0f0 !important;
    color: #000 !important
}

.icons.icons-light:hover {
    background-color: #d7d7d7 !important;
    color: #fff !important
}

.icons.icons-plain {
    background-color: transparent;
    color: #e85529;
    font-size: 28px !important;
    width: auto;
    height: auto
}

.icons.icons-plain.icons-lg {
    font-size: 36px !important;
    width: auto;
    height: auto
}

.icons.icons-plain.icons-sm {
    font-size: 20px !important;
    width: auto;
    height: auto
}

.icons.icons-plain.icons-xs {
    font-size: 14px !important;
    width: auto;
    height: auto
}

.icons.icons-plain:hover {
    background-color: transparent;
    color: #000
}

.icons-outline {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, .2)
}

.icons-outline:hover,
.icons-outline:focus,
.icons-outline:active,
.icons-outline.active {
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
    border-color: rgba(242, 242, 242, .2)
}

.open .icons-outline.dropdown-toggle {
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
    border-color: rgba(242, 242, 242, .2)
}

.icons-outline:active,
.icons-outline.active {
    background-image: none
}

.open .icons-outline.dropdown-toggle {
    background-image: none
}

.icons-outline.disabled,
.icons-outline.disabled:hover,
.icons-outline.disabled:focus,
.icons-outline.disabled:active,
.icons-outline.disabled.active,
.icons-outline[disabled],
.icons-outline[disabled]:hover,
.icons-outline[disabled]:focus,
.icons-outline[disabled]:active,
.icons-outline[disabled].active,
fieldset[disabled] .icons-outline,
fieldset[disabled] .icons-outline:hover,
fieldset[disabled] .icons-outline:focus,
fieldset[disabled] .icons-outline:active,
fieldset[disabled] .icons-outline.active {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .2)
}

.icons-outline .badge {
    color: transparent;
    background-color: #fff
}

.icons-outline.icons-primary {
    background: transparent;
    color: #e85529
}

.icons-outline.icons-primary:hover {
    color: #FFF
}

.icons-outline.icons-success {
    background: transparent;
    color: #6eae34
}

.icons-outline.icons-success:hover {
    color: #FFF
}

.icons-outline.icons-info {
    background: transparent;
    color: #03a9f4
}

.icons-outline.icons-info:hover {
    color: #FFF
}

.icons-outline.icons-danger {
    background: transparent;
    color: #f6821f
}

.icons-outline.icons-danger:hover {
    color: #FFF
}

.icons-outline.icons-warning {
    background: transparent;
    color: #efc73a
}

.icons-outline.icons-warning:hover {
    color: #FFF
}

.icons-inverse {
    color: #fff;
    background-color: #d1d646;
    border-color: #ccd131
}

.icons-inverse:hover,
.icons-inverse:focus,
.icons-inverse:active,
.icons-inverse.active {
    color: #d1d646;
    background-color: transparent;
    border-color: #d1d646
}

.open .icons-inverse.dropdown-toggle {
    color: #d1d646;
    background-color: transparent;
    border-color: #d1d646
}

.icons-inverse:active,
.icons-inverse.active {
    background-image: none
}

.open .icons-inverse.dropdown-toggle {
    background-image: none
}

.icons-inverse.disabled,
.icons-inverse.disabled:hover,
.icons-inverse.disabled:focus,
.icons-inverse.disabled:active,
.icons-inverse.disabled.active,
.icons-inverse[disabled],
.icons-inverse[disabled]:hover,
.icons-inverse[disabled]:focus,
.icons-inverse[disabled]:active,
.icons-inverse[disabled].active,
fieldset[disabled] .icons-inverse,
fieldset[disabled] .icons-inverse:hover,
fieldset[disabled] .icons-inverse:focus,
fieldset[disabled] .icons-inverse:active,
fieldset[disabled] .icons-inverse.active {
    background-color: #d1d646;
    border-color: #ccd131
}

.icons-inverse .badge {
    color: #d1d646;
    background-color: #fff
}

.icons-inverse.icons-primary:hover {
    color: #e85529;
    background: transparent
}

.icons-inverse.icons-success:hover {
    color: #6eae34;
    background: transparent
}

.icons-inverse.icons-info:hover {
    color: #03a9f4;
    background: transparent
}

.icons-inverse.icons-danger:hover {
    color: #f6821f;
    background: transparent
}

.icons-inverse.icons-warning:hover {
    color: #efc73a;
    background: transparent
}

.light-style .icons {
    background-color: #fff;
    color: #e85529
}

.light-style .icons:hover {
    color: #e85529;
    background-color: #f2f2f2
}

.light-style .icons-bodered {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent
}

.light-style .icons-bodered:hover {
    border: 1px solid #f2f2f2;
    color: #f2f2f2;
    background-color: transparent
}

.light-style .icons-plain {
    background-color: transparent;
    color: #fff
}

.light-style .icons-plain:hover {
    background-color: transparent;
    color: #e85529
}

.icons-default {
    color: #fff;
    background-color: #414141;
    border-color: #414141
}

.icons-default:hover,
.icons-default:focus,
.icons-default.focus,
.icons-default:active,
.icons-default.active,
.open>.icons-default.dropdown-toggle {
    color: #fff;
    background-color: #282828;
    border-color: #222
}

.icons-default:active,
.icons-default.active,
.open>.icons-default.dropdown-toggle {
    background-image: none
}

.icons-default.disabled,
.icons-default.disabled:hover,
.icons-default.disabled:focus,
.icons-default.disabled.focus,
.icons-default.disabled:active,
.icons-default.disabled.active,
.icons-default[disabled],
.icons-default[disabled]:hover,
.icons-default[disabled]:focus,
.icons-default[disabled].focus,
.icons-default[disabled]:active,
.icons-default[disabled].active,
fieldset[disabled] .icons-default,
fieldset[disabled] .icons-default:hover,
fieldset[disabled] .icons-default:focus,
fieldset[disabled] .icons-default.focus,
fieldset[disabled] .icons-default:active,
fieldset[disabled] .icons-default.active {
    background-color: #414141;
    border-color: #414141
}

.icons-default .badge {
    color: #414141;
    background-color: #fff
}

.icons-primary {
    color: #fff;
    background-color: #e85529;
    border-color: #e85529
}

.icons-primary:hover,
.icons-primary:focus,
.icons-primary.focus,
.icons-primary:active,
.icons-primary.active,
.open>.icons-primary.dropdown-toggle {
    color: #fff;
    background-color: #c83f16;
    border-color: #bf3c15
}

.icons-primary:active,
.icons-primary.active,
.open>.icons-primary.dropdown-toggle {
    background-image: none
}

.icons-primary.disabled,
.icons-primary.disabled:hover,
.icons-primary.disabled:focus,
.icons-primary.disabled.focus,
.icons-primary.disabled:active,
.icons-primary.disabled.active,
.icons-primary[disabled],
.icons-primary[disabled]:hover,
.icons-primary[disabled]:focus,
.icons-primary[disabled].focus,
.icons-primary[disabled]:active,
.icons-primary[disabled].active,
fieldset[disabled] .icons-primary,
fieldset[disabled] .icons-primary:hover,
fieldset[disabled] .icons-primary:focus,
fieldset[disabled] .icons-primary.focus,
fieldset[disabled] .icons-primary:active,
fieldset[disabled] .icons-primary.active {
    background-color: #e85529;
    border-color: #e85529
}

.icons-primary .badge {
    color: #e85529;
    background-color: #fff
}

.icons-success {
    color: #fff;
    background-color: #6eae34;
    border-color: transparent
}

.icons-success:hover,
.icons-success:focus,
.icons-success.focus,
.icons-success:active,
.icons-success.active,
.open>.icons-success.dropdown-toggle {
    color: #fff;
    background-color: #558728;
    border-color: rgba(0, 0, 0, 0)
}

.icons-success:active,
.icons-success.active,
.open>.icons-success.dropdown-toggle {
    background-image: none
}

.icons-success.disabled,
.icons-success.disabled:hover,
.icons-success.disabled:focus,
.icons-success.disabled.focus,
.icons-success.disabled:active,
.icons-success.disabled.active,
.icons-success[disabled],
.icons-success[disabled]:hover,
.icons-success[disabled]:focus,
.icons-success[disabled].focus,
.icons-success[disabled]:active,
.icons-success[disabled].active,
fieldset[disabled] .icons-success,
fieldset[disabled] .icons-success:hover,
fieldset[disabled] .icons-success:focus,
fieldset[disabled] .icons-success.focus,
fieldset[disabled] .icons-success:active,
fieldset[disabled] .icons-success.active {
    background-color: #6eae34;
    border-color: transparent
}

.icons-success .badge {
    color: #6eae34;
    background-color: #fff
}

.icons-info {
    color: #fff;
    background-color: #03a9f4;
    border-color: #0398db
}

.icons-info:hover,
.icons-info:focus,
.icons-info.focus,
.icons-info:active,
.icons-info.active,
.open>.icons-info.dropdown-toggle {
    color: #fff;
    background-color: #0286c2;
    border-color: #026e9e
}

.icons-info:active,
.icons-info.active,
.open>.icons-info.dropdown-toggle {
    background-image: none
}

.icons-info.disabled,
.icons-info.disabled:hover,
.icons-info.disabled:focus,
.icons-info.disabled.focus,
.icons-info.disabled:active,
.icons-info.disabled.active,
.icons-info[disabled],
.icons-info[disabled]:hover,
.icons-info[disabled]:focus,
.icons-info[disabled].focus,
.icons-info[disabled]:active,
.icons-info[disabled].active,
fieldset[disabled] .icons-info,
fieldset[disabled] .icons-info:hover,
fieldset[disabled] .icons-info:focus,
fieldset[disabled] .icons-info.focus,
fieldset[disabled] .icons-info:active,
fieldset[disabled] .icons-info.active {
    background-color: #03a9f4;
    border-color: #0398db
}

.icons-info .badge {
    color: #03a9f4;
    background-color: #fff
}

.icons-warning {
    color: #fff;
    background-color: #efc73a;
    border-color: #edc022
}

.icons-warning:hover,
.icons-warning:focus,
.icons-warning.focus,
.icons-warning:active,
.icons-warning.active,
.open>.icons-warning.dropdown-toggle {
    color: #fff;
    background-color: #e4b512;
    border-color: #c39b10
}

.icons-warning:active,
.icons-warning.active,
.open>.icons-warning.dropdown-toggle {
    background-image: none
}

.icons-warning.disabled,
.icons-warning.disabled:hover,
.icons-warning.disabled:focus,
.icons-warning.disabled.focus,
.icons-warning.disabled:active,
.icons-warning.disabled.active,
.icons-warning[disabled],
.icons-warning[disabled]:hover,
.icons-warning[disabled]:focus,
.icons-warning[disabled].focus,
.icons-warning[disabled]:active,
.icons-warning[disabled].active,
fieldset[disabled] .icons-warning,
fieldset[disabled] .icons-warning:hover,
fieldset[disabled] .icons-warning:focus,
fieldset[disabled] .icons-warning.focus,
fieldset[disabled] .icons-warning:active,
fieldset[disabled] .icons-warning.active {
    background-color: #efc73a;
    border-color: #edc022
}

.icons-warning .badge {
    color: #efc73a;
    background-color: #fff
}

.icons-danger {
    color: #fff;
    background-color: #f6821f;
    border-color: #f2750a
}

.icons-danger:hover,
.icons-danger:focus,
.icons-danger.focus,
.icons-danger:active,
.icons-danger.active,
.open>.icons-danger.dropdown-toggle {
    color: #fff;
    background-color: #d96909;
    border-color: #b75807
}

.icons-danger:active,
.icons-danger.active,
.open>.icons-danger.dropdown-toggle {
    background-image: none
}

.icons-danger.disabled,
.icons-danger.disabled:hover,
.icons-danger.disabled:focus,
.icons-danger.disabled.focus,
.icons-danger.disabled:active,
.icons-danger.disabled.active,
.icons-danger[disabled],
.icons-danger[disabled]:hover,
.icons-danger[disabled]:focus,
.icons-danger[disabled].focus,
.icons-danger[disabled]:active,
.icons-danger[disabled].active,
fieldset[disabled] .icons-danger,
fieldset[disabled] .icons-danger:hover,
fieldset[disabled] .icons-danger:focus,
fieldset[disabled] .icons-danger.focus,
fieldset[disabled] .icons-danger:active,
fieldset[disabled] .icons-danger.active {
    background-color: #f6821f;
    border-color: #f2750a
}

.icons-danger .badge {
    color: #f6821f;
    background-color: #fff
}

.icons-color {
    background-color: #03a9f4;
    color: #fff
}

.icons-color:hover {
    background-color: #0392d3;
    color: #fff
}

.icons-color.icon-twitter {
    background-color: #00bdec
}

.icons-color.icon-twitter:hover {
    background-color: #00a2cb
}

.icons-color.icon-facebook {
    background-color: #3b5998
}

.icons-color.icon-facebook:hover {
    background-color: #324b80
}

.icons-color.icon-linkedin {
    background-color: #ce3d99
}

.icons-color.icon-linkedin:hover {
    background-color: #bb2f88
}

.icons-color.icon-files-o {
    background-color: #ccca3e
}

.icons-color.icon-files-o:hover {
    background-color: #b8b631
}

.icons-color.icon-google-plus {
    background-color: #ce3d3d
}

.icons-color.icon-google-plus:hover {
    background-color: #bb2f2f
}

.icons-color.icon-dribbble {
    background-color: #3ebacc
}

.icons-color.icon-dribbble:hover {
    background-color: #31a7b8
}

.icons-color.icon-behance {
    background-color: #d2230c
}

.icons-color.icon-behance:hover {
    background-color: #b31e0a
}

.icons-color.icon-deviantart {
    background-color: #cc3eb3
}

.icons-color.icon-deviantart:hover {
    background-color: #b831a0
}

.icons-color.icon-tumblr {
    background-color: #c5fb45
}

.icons-color.icon-tumblr:hover {
    background-color: #bbfa25
}

.icons-color.icon-rss {
    background-color: #cc873e
}

.icons-color.icon-rss:hover {
    background-color: #b87631
}

.icons-color.icon-apple {
    background-color: #3ecc6d
}

.icons-color.icon-apple:hover {
    background-color: #31b85e
}

.icons-color.icon-linux {
    background-color: #5c3ecc
}

.icons-color.icon-linux:hover {
    background-color: #4d31b8
}

.icons-color.icon-vk {
    background-color: #f7cc06
}

.icons-color.icon-vk:hover {
    background-color: #d7b105
}

.icons-color.icon-github {
    background-color: #f9af50
}

.icons-color.icon-github:hover {
    background-color: #f8a030
}

.icons-color.icon-html5 {
    background-color: #f95060
}

.icons-color.icon-html5:hover {
    background-color: #f83043
}

.icons-color.icon-yahoo {
    background-color: #f950b7
}

.icons-color.icon-yahoo:hover {
    background-color: #f830aa
}

.icons-color.icon-youtube {
    background-color: #fc2736
}

.icons-color.icon-youtube:hover {
    background-color: #fc0618
}

.icons-color.icon-flickr {
    background-color: #276dfc
}

.icons-color.icon-flickr:hover {
    background-color: #0657fc
}

.table {
    margin-bottom: 0
}

.table>thead>tr>th {
    border-width: 1px;
    color: #444;
    font-weight: 600
}

.table>tbody>tr>td {
    color: #969696;
    vertical-align: middle
}

.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: medium none
}

.table-v1 {
    border: 1px solid #ebebeb
}

.table-v1>thead>tr>th,
.table-v1>thead>tr td,
.table-v1>tbody>tr>th,
.table-v1>tbody>tr td,
.table-v1>tfoot>tr>th,
.table-v1>tfoot>tr td {
    text-align: center
}

.table-v2 {
    border: 1px solid #ebebeb
}

.table-v2>thead,
.table-v2>th {
    border-bottom: 2px solid #ebebeb;
    background: #fdfdfd
}

.table-v2>tbody>tr>th,
.table-v2>tbody>tr td,
.table-v2>tfoot>tr>th,
.table-v2>tfoot>tr td {
    border: 1px solid #ebebeb
}

.table-v3 {
    border: 0
}

.table-v3>thead,
.table-v3>th {
    border: 0;
    background: #fdfdfd
}

.table-v3>tbody>tr>th,
.table-v3>tbody>tr td,
.table-v3>tfoot>tr>th,
.table-v3>tfoot>tr td {
    border: 0
}

.table-v3>tbody tr:nth-child(even),
.table-v3>tfoot tr:nth-child(even) {
    background: #f9f9f9
}

.table-v3>tbody tr:nth-child(odd),
.table-v3>tfoot tr:nth-child(odd) {
    background: #FFF
}

.table-v4>thead,
.table-v4>th {
    border-bottom: 2px solid #ebebeb
}

.table-v4>tbody>tr>th,
.table-v4>tbody>tr td,
.table-v4>tfoot>tr>th,
.table-v4>tfoot>tr td {
    border-top: 1px solid #ebebeb
}

.table-striped.table-striped-v1 thead {
    background: none repeat scroll 0 0 #ddd
}

.table-striped.table-striped-v1>thead>tr>th {
    border-bottom: medium none
}

.table-striped.table-striped-v1>tbody>tr:nth-child(2n+1)>td,
.table-striped.table-striped-v1>tbody>tr:nth-child(2n+1)>th {
    background: inherit
}

.table-striped.table-striped-v1>tbody>tr:nth-child(2n+2)>td,
.table-striped.table-striped-v1>tbody>tr:nth-child(2n+2)>th {
    background: none repeat scroll 0 0 #f6f6f6
}

.table-striped.table-striped-v2 {
    border: 1px solid #ddd
}

.table-striped.table-striped-v2>thead>tr>th,
.table-striped.table-striped-v2>thead>tr td,
.table-striped.table-striped-v2>tbody>tr>th,
.table-striped.table-striped-v2>tbody>tr td,
.table-striped.table-striped-v2>tfoot>tr>th,
.table-striped.table-striped-v2>tfoot>tr td {
    border-top: 1px solid #ddd
}

.table-striped.table-striped-v2>tbody>tr:nth-child(2n+1)>td,
.table-striped.table-striped-v2>tbody>tr:nth-child(2n+1)>th {
    background: inherit
}

.tab-v1 .nav-tabs {
    margin-right: 130px;
    margin-top: 15px
}

.tab-v1 .nav-tabs>li>a {
    color: #666;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0 15px;
    background: transparent
}

.tab-v1 .nav-tabs>li.active>a {
    color: #fff;
    border: none;
    background: #e85529
}

.tab-v1 .tab-content {
    padding: 0
}

.tab-v2 .tab-content {
    overflow: hidden;
    padding: 15px 20px;
    background: #f6f6f6
}

.tab-v2>.nav-tabs {
    border-bottom: none
}

.tab-v2>.nav-tabs>li {
    float: none
}

.tab-v2>.nav-tabs>li>a {
    color: #999;
    border: none;
    min-width: 75px;
    border-radius: 0;
    margin: 0 0 2px 0;
    padding: 10px 20px;
    background: #fff
}

.tab-v2>.nav-tabs>li.active>a {
    color: #fff;
    border: none;
    background: #f6f6f6
}

.tab-v2.tabs-left>.nav-tabs {
    float: left
}

.tab-v2.tabs-right>.nav-tabs {
    float: right
}

.tab-v3 .tab-content {
    padding: 0
}

.tab-v3 .nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #acacac
}

.tab-v3 .nav-tabs>li {
    top: 1px;
    border: none;
    float: none
}

.tab-v3 .nav-tabs>li>a {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
    background: transparent;
    text-transform: uppercase;
    line-height: 1.1;
    color: #acacac;
    border: 1px #acacac solid;
    border-right: none
}

.tab-v3 .nav-tabs>li:last-child {
    border-right: 1px #acacac solid
}

.tab-v3 .nav-tabs>li.active>a {
    color: #e85529;
    position: relative;
    border-top-color: #fff;
    border-bottom: 1px solid #e85529
}

.tab-v4 .nav-tabs {
    border-bottom: 1px solid #ebebeb
}

.tab-v4 .nav-tabs>li {
    border: 1px solid #ebebeb;
    border-bottom: none;
    border-left: none
}

.tab-v4 .nav-tabs>li:first-child {
    border-left: 1px solid #ebebeb
}

.tab-v4 .nav-tabs>li>a {
    color: #999;
    padding: 16px;
    font-size: 14px;
    background: #fff;
    font-family: "Open Sans", sans-serif
}

.tab-v4 .nav-tabs>li>a:hover {
    background: inherit;
    color: #e85529
}

.tab-v4 .nav-tabs>li.active>a {
    color: #fff;
    background: #363636;
    border: none
}

.tab-v4 .nav-tabs>li.active>a:hover,
.tab-v4 .nav-tabs>li.active>a:focus {
    color: #fff
}

.tab-v4 .tab-content {
    padding: 20px 0;
    border: none
}

.tab-v5 .nav-tabs {
    display: inline-block
}

.tab-v5 .nav-tabs>li>a {
    color: #999;
    border: none;
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
    padding: 15px 30px;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    letter-spacing: 2px
}

.tab-v5 .nav-tabs>li>a:hover {
    background: inherit;
    color: #e85529
}

.tab-v5 .nav-tabs>li.active>a {
    color: #fff;
    background: inherit;
    border: none
}

.tab-v5 .nav-tabs>li.active>a:hover,
.tab-v5 .nav-tabs>li.active>a:focus {
    color: #fff
}

.tab-v5 .nav-tabs>li.active a:after,
.tab-v5 .nav-tabs>li a:hover:after,
.tab-v5 .nav-tabs>li a:focus:after {
    right: 0;
    left: 0;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    content: " ";
    top: 0;
    background: #e85529;
    position: absolute
}

.tab-v5 .tab-content {
    padding: 0
}

.tab-blue .nav-tabs>li>a:hover,
.tab-blue .nav-tabs>li>a:focus {
    color: #607d8b
}

.tab-blue .nav-tabs>li.active>a {
    color: #607d8b
}

.tab-blue .tab-heading {
    border-top-color: #607d8b !important
}

.tab-v6 .tab-heading {
    border-top: 3px solid #e85529;
    border-bottom: 1px solid #e5e5e5
}

.tab-v6 h2.category {
    margin: 0;
    float: left;
    text-transform: uppercase
}

.tab-v6 .nav-tabs>li.active {
    background-color: #e85529;
    position: relative
}

.tab-v6 .nav-tabs>li.active:before {
    position: absolute;
    left: 50%;
    bottom: -12px;
    margin-left: -10px;
    border: 6px solid transparent;
    border-top: 6px solid #e85529;
    content: "";
    z-index: 99
}

.tab-v6 .nav-tabs>li.active a {
    color: #FFF
}

.tab-v6 .nav-tabs>li:first-child {
    border-left: none
}

.tab-v6 .nav-tabs>li>a {
    color: #101010;
    padding-right: 25px;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 500
}

.tab-v6 .tab-content {
    border-top: none;
    border-color: #e5e5e5
}

.tab-v7 .nav-tabs {
    position: relative
}

.tab-v7 .nav-tabs:after {
    position: absolute;
    left: 0;
    top: -3px;
    width: 100%;
    height: 3px;
    content: "";
    z-index: 99;
    background-color: #e85529
}

.tab-v7 .nav-tabs>li {
    position: relative
}

.tab-v7 .nav-tabs>li:after {
    position: absolute;
    left: 0;
    top: -3px;
    width: 101%;
    height: 3px;
    content: "";
    z-index: 999
}

.tab-v7 .nav-tabs>li:nth-child(1) a:after {
    background-position: 0 0
}

.tab-v7 .nav-tabs>li:nth-child(2):after {
    background-color: #1fb257
}

.tab-v7 .nav-tabs>li:nth-child(2) a:after {
    background-position: -32px 0
}

.tab-v7 .nav-tabs>li:nth-child(3):after {
    background-color: #f97f22
}

.tab-v7 .nav-tabs>li:nth-child(3) a:after {
    background-position: -60px 0
}

.tab-v7 .nav-tabs>li:nth-child(4):after {
    background-color: #03b9c5
}

.tab-v7 .nav-tabs>li:nth-child(4) a:after {
    background-position: -85px 0
}

.tab-v7 .nav-tabs>li:nth-child(5):after {
    background-color: #fd5c6d
}

.tab-v7 .nav-tabs>li:nth-child(5) a:after {
    background-position: -110px 0
}

.tab-v7 .nav-tabs>li.active {
    background-color: #e85529;
    position: relative
}

.tab-v7 .nav-tabs>li.active:before {
    position: absolute;
    bottom: -12px;
    margin-left: -10px;
    border: 6px solid transparent;
    border-top: 6px solid #e85529;
    content: "";
    z-index: 99;
    left: 50%
}

.tab-v7 .nav-tabs>li.active a {
    color: #FFF
}

.tab-v7 .nav-tabs>li.active:nth-child(1) a:after {
    background-position: 0 -26px
}

.tab-v7 .nav-tabs>li.active:nth-child(2) a:after {
    background-position: -32px -26px
}

.tab-v7 .nav-tabs>li.active:nth-child(3) a:after {
    background-position: -60px -27px
}

.tab-v7 .nav-tabs>li.active:nth-child(4) a:after {
    background-position: -85px -26px
}

.tab-v7 .nav-tabs>li.active:nth-child(5) a:after {
    background-position: -110px -26px
}

.tab-v7 .nav-tabs>li:first-child {
    border-left: none
}

.tab-v7 .nav-tabs>li>a {
    color: #141414;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    line-height: 21px;
    padding-left: 40px
}

.tab-v7 .nav-tabs>li>a:before {
    position: absolute;
    left: 0;
    top: -3px;
    width: 1px;
    height: 106%;
    content: "";
    z-index: 999;
    background-color: #ebebeb
}

.tab-v7 .nav-tabs>li>a:after {
    background: url(../image/icon-tab.png) no-repeat 0 0;
    content: "";
    position: absolute;
    left: 10px;
    top: 20px;
    width: 25px;
    height: 20px;
    content: "";
    z-index: 999
}

.tab-v7 .tab-content {
    padding: 0
}

.timeline {
    position: relative;
    padding: 40px 0;
    overflow: hidden
}

.timeline:before {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    height: 100%;
    margin: auto;
    width: 2px;
    position: absolute;
    background: #ebebeb
}

.timeline-icon {
    margin: 0 auto;
    padding: 8px;
    z-index: 1;
    position: relative;
    background: #FFF;
    float: left;
    color: #FFF;
    width: 140px;
    height: 140px;
    border: 2px solid #ebebeb
}

.timeline-icon-inner {
    margin: auto;
    display: table;
    text-align: center;
    background: #e85529;
    width: 120px;
    height: 120px
}

.timeline-icon i {
    display: table-cell;
    vertical-align: middle
}

.timeline-box {
    float: left;
    margin-left: 30px;
    padding: 30px;
    background: transparent;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.timeline-box:hover {
    background: #F7F7F7
}

.timeline-name {
    text-transform: uppercase
}

.dropcap {
    color: #000;
    float: left;
    font-weight: 800;
    line-height: 48px;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    padding: 3px 10px 2px;
    text-transform: uppercase;
    text-align: center;
    font-size: 48px
}

.dropcap.dropcap-v2 {
    color: #fff;
    background: #e85529
}

.dropcap.dropcap-info {
    background: #03a9f4
}

.dropcap.dropcap-danger {
    background: #f6821f
}

.dropcap.dropcap-success {
    background: #6eae34
}

.dropcap.dropcap-warning {
    background: #efc73a
}

.blockquote {
    position: relative;
    font-weight: 300;
    font-style: italic
}

.blockquote i.blockquote-icon {
    top: 50%;
    color: #FFF;
    width: 34px;
    height: 34px;
    padding: 7px;
    font-size: 14px;
    line-height: 22px;
    margin-top: -15px;
    text-align: center;
    position: absolute;
    background: #e85529;
    display: inline-block
}

.blockquote.blockquote-left i {
    left: 17px;
    margin-right: 10px
}

.blockquote.blockquote-right {
    border-left: none;
    padding-left: 30px;
    padding-right: 20px
}

.blockquote.blockquote-right i {
    right: 17px;
    margin-left: 10px
}

.blockquote.blockquote-right .blockquote-in {
    margin-right: 45px
}

.blockquote.blockquote-brd {
    padding: 15px;
    border: 1px solid #999
}

.blockquote.blockquote-brd i {
    color: #000;
    top: 30px;
    left: 25px;
    position: absolute
}

.blockquote.blockquote-brd .blockquote-in {
    margin-left: 45px
}

.blockquote.blockquote-info {
    border-left-color: #03a9f4
}

.blockquote.blockquote-danger {
    border-left-color: #f6821f
}

.blockquote.blockquote-success {
    border-left-color: #6eae34
}

.blockquote.blockquote-warning {
    border-left-color: #efc73a
}

.success {
    display: none;
    width: 600px;
    margin-left: -300px;
    background: white;
    border: 1px solid #E4E3E3;
    padding: 50px;
    left: 50%;
    top: 22%;
    font-size: 16px;
    color: #333333 !important;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    z-index: 15000;
    position: fixed
}

.success a {
    text-decoration: none !important;
    font-size: 16px
}

.success a:hover {
    color: #EC1B24;
    text-decoration: underline
}

.success .close {
    opacity: 1;
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.success .success_button {
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    background: #e85529;
    border: none;
    display: inline-block;
    cursor: pointer;
    color: white !important;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 24px;
    text-decoration: none
}

.success .success_button:hover {
    text-decoration: none !important;
    background: #141414
}

.success .success_button:active {
    position: relative;
    top: 1px
}

.buttons {
    padding: 20px 0
}

.buttons:before,
.buttons:after {
    content: " ";
    display: table
}

.buttons:after {
    clear: both
}

.buttons .left {
    float: left
}

.buttons .right {
    float: right
}

.checkbox,
.radio {
    padding-left: 20px
}

.btn-outline-inverse {
    color: #474747;
    background-color: #FFF;
    border-color: #f2f2f2;
    border: none;
    border-right: 1px solid #f2f2f2
}

.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active,
.btn-outline-inverse.active {
    color: #FFF;
    background-color: #6eae34;
    border-color: #f2f2f2
}

.open .btn-outline-inverse.dropdown-toggle {
    color: #FFF;
    background-color: #6eae34;
    border-color: #f2f2f2
}

.btn-outline-inverse:active,
.btn-outline-inverse.active {
    background-image: none
}

.open .btn-outline-inverse.dropdown-toggle {
    background-image: none
}

.btn-outline-inverse.disabled,
.btn-outline-inverse.disabled:hover,
.btn-outline-inverse.disabled:focus,
.btn-outline-inverse.disabled:active,
.btn-outline-inverse.disabled.active,
.btn-outline-inverse[disabled],
.btn-outline-inverse[disabled]:hover,
.btn-outline-inverse[disabled]:focus,
.btn-outline-inverse[disabled]:active,
.btn-outline-inverse[disabled].active,
fieldset[disabled] .btn-outline-inverse,
fieldset[disabled] .btn-outline-inverse:hover,
fieldset[disabled] .btn-outline-inverse:focus,
fieldset[disabled] .btn-outline-inverse:active,
fieldset[disabled] .btn-outline-inverse.active {
    background-color: #FFF;
    border-color: #f2f2f2
}

.btn-outline-inverse .badge {
    color: #FFF;
    background-color: #474747
}

.btn-outline-inverse.last {
    border-right: none
}

.btn-dark {
    color: #141414;
    background-color: #FFF;
    border-color: #ebebeb;
    width: 40px;
    height: 34px;
    font-size: 14px;
    padding: 0 10px;
    line-height: 34px
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
    color: #FFF;
    background-color: #607d8b;
    border-color: #607d8b
}

.open .btn-dark.dropdown-toggle {
    color: #FFF;
    background-color: #607d8b;
    border-color: #607d8b
}

.btn-dark:active,
.btn-dark.active {
    background-image: none
}

.open .btn-dark.dropdown-toggle {
    background-image: none
}

.btn-dark.disabled,
.btn-dark.disabled:hover,
.btn-dark.disabled:focus,
.btn-dark.disabled:active,
.btn-dark.disabled.active,
.btn-dark[disabled],
.btn-dark[disabled]:hover,
.btn-dark[disabled]:focus,
.btn-dark[disabled]:active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-dark:hover,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark.active {
    background-color: #FFF;
    border-color: #ebebeb
}

.btn-dark .badge {
    color: #FFF;
    background-color: #141414
}

.btn-red {
    color: #FFF;
    background-color: #e85529;
    border-color: #e85529;
    border-radius: 0;
    padding: 0;
    -webkit-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
    color: #FFF;
    background-color: #141414;
    border-color: #607d8b
}

.open .btn-red.dropdown-toggle {
    color: #FFF;
    background-color: #141414;
    border-color: #607d8b
}

.btn-red:active,
.btn-red.active {
    background-image: none
}

.open .btn-red.dropdown-toggle {
    background-image: none
}

.btn-red.disabled,
.btn-red.disabled:hover,
.btn-red.disabled:focus,
.btn-red.disabled:active,
.btn-red.disabled.active,
.btn-red[disabled],
.btn-red[disabled]:hover,
.btn-red[disabled]:focus,
.btn-red[disabled]:active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red,
fieldset[disabled] .btn-red:hover,
fieldset[disabled] .btn-red:focus,
fieldset[disabled] .btn-red:active,
fieldset[disabled] .btn-red.active {
    background-color: #e85529;
    border-color: #e85529
}

.btn-red .badge {
    color: #e85529;
    background-color: #FFF
}

.btn-outline-success {
    padding: 15px 25px;
    line-height: 13px
}

.btn-link {
    font-size: 12px;
    text-transform: lowercase;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 2px
}

html {
    overflow-x: hidden
}

body.layout-boxed-lg #page {
    max-width: 1220px;
    -webkit-box-shadow: 0 0 5px #e6e6e6;
    -moz-box-shadow: 0 0 5px #e6e6e6;
    -o-box-shadow: 0 0 5px #e6e6e6;
    box-shadow: 0 0 5px #e6e6e6;
    margin: 0 auto;
    background: #FFF
}

body[class*="-home"] .header-1 .pav-verticalmenu {
    display: none !important;
    border: 1px solid #000
}

body[class*="-home"] .header-1 .dropdown:hover .pav-verticalmenu {
    display: block
}

body[class*="page-"] #content {
    padding: 20px 15px
}

body[class*="page-category"] #content {
    padding: 0
}

body[class*="page-category"] #content h1 {
    margin-top: 0
}

body[class*="-account"] #content h1,
body[class*="-account"] #content h2 {
    font-size: 19px
}

body[class*="page-product"] #content {
    overflow: visible;
    padding: 0
}

body[class*="page-product"] #content .owl-carousel .owl-wrapper-outer {
    overflow: visible
}

body[class*="page-product"] #content .owl-carousel {
    margin-bottom: 35px
}

#sys-notification {
    position: fixed;
    top: 10px;
    width: 100%;
    z-index: 9999;
    right: 0
}

#topbar {
    background: #101010;
    font-size: 13px;
    color: #141414;
    height: 40px;
    line-height: 25px;
    padding: 8px 0
}

#topbar .topbar-left {
    position: relative
}

#topbar .custom-top:nth-child(1) {
    margin-right: 20px
}

#topbar .custom-top i {
    padding-right: 5px
}

#topbar .container .inside {
    background: #e9ecf5;
    padding: 10px 10px 10px 20px
}

.header-top {
    background-color: #FFF;
    color: #141414;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.header-top>.container {
    display: flex
}

.header-top .btn-group {
    margin-right: 20px
}

.header-top .btn-group button {
    background-color: transparent;
    border: none;
    padding: 0
}

.header-top .topcontacts {
    flex: 0 1 400px;
    align-self: center;
    display: flex
}

.header-top .topcontacts .media-title {
    font-size: 20px;
    padding: 0 10px
}

.header-top .topcontacts .media-body span {
    margin-right: 20px;
    display: inline-block;
    vertical-align: -4px
}

.header-top .topcontacts .media-body span a {
    color: #141414 !important
}

.header-top .topcontacts.phone {
    padding-left: 5px
}

.header-top .headercart {
    flex: 1 0 200px
}

.header-bottom {
    background: #141414
}

.header-bottom>.container {
    display: flex
}

.header-bottom .logo-container {
    flex: none
}

.header-bottom .main-menu {
    flex: 1 0 auto;
    align-self: center
}

.header-bottom .nav-search {
    flex: 0 1 200px;
    align-self: center;
    margin-right: 20px
}

.shopping-cart-table {
    background: #FFF
}

.shopping-cart-table tbody .column-image {
    position: relative
}

.shopping-cart-table tbody .column-image img {
    border: none
}

.shopping-cart-table tbody .column-image .product-label {
    top: 5px;
    left: 5px;
    padding: 0 5px;
    background: #e85529
}

.shopping-cart-table>thead:first-child>tr:first-child>td {
    border-top: 1px solid #ddd
}

.shopping-cart-table.table tr td {
    border: 1px #ddd solid
}

.tp-bullets .counter {
    display: none !important
}

.search-focus {
    color: #bbb;
    cursor: pointer;
    border-right: 1px solid #ebebeb;
    padding-right: 15px;
    line-height: 32px;
    height: 27px
}

.nav-search.open {
    height: 44px;
    top: 0;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}

.logo-store {
    position: relative
}

.logo-store a {
    vertical-align: middle
}

#logo-theme a {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAAlCAYAAADSkHKPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExOERCQjhGNzExQzI0RkZBQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNkRFRkYxNDUyQUUxMUU1QTk3Q0FDRTc4NUEzRUZFOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNkRFRkYxMzUyQUUxMUU1QTk3Q0FDRTc4NUEzRUZFOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MjcwMkRFNEJBMzlFNTExQjc5NkI1Q0VDRTFFODNGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExOERCQjhGNzExQzI0RkZBQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiwsEH0AAAoYSURBVHja7FwPZJ1XFP+6NyGE8AjhETKvQiY8HplOJpRMJzNCKZ1OKJlHWYVUJtPJZDqZVqaT2rQ6nU5qk2p1Vo1WJ9FqbRKNVKOxaSUWi1Yj0Wqlsnv5fevd2Tn3z5d2beY7HHnvvvvdP+eee/5/2bC6uhqtAeoUtitsUlhUWK5wUeEM8FuFP0YppLBG2LAGRt0LzDj6fafwPYWPU3KnkBReSvjcoMJewqRfKHxN4dek73aF21JSp7AWeDnBM5rxSqRtROFufJ5QuFVh1vi9KiV1Cv+lRNUSdB/T/qXx+ZHC68b32wpPPMM99CjU9suN/8F51Cpcwn42peyZXKK2KKxh2sfI98tg1utwqO4+o/U3wk7WcHWdn0WZwmMKK2DPTwQ+rxm7VWEzzkjjvMI5he/CudVzPFiX1NHOVAAOrv4bbgSO8bSwQeGfxjo+eE7reBpYrnDI2MsvAc82KhxdleEM+nUovKOwB/OtKxqFPvAbQ4ijz2HhWxXeJ+vYtE6ZtFrhFbKXrzyf7Va4YmHShwrzCisUzhLhUlhPdHo5wHZqwl8KlQo7jO9abR0RxtFqabPCBsOEmIfaPqlw0rEOvYZuqDjODGggDt7vDlWpTZl6hXm0LWAtPwaYElqdvqOwAKexAW3TCpdhBv2AzxFxMDvhmFY6aKrt/LMWv0GCA1D52q/IGe06/j2q8C3GbDPPqs4y9pjhi1Qr3AU65kH3n8EHLlNDP9sG+hXR9jv44sjfJpCDk3uJevUBTm1tQbsLvleYTSA5OCgKe2pWeMnjea0ycxbalCnsUviHx1hLULn6ufoENB0gc38FSanXcFN45g4kaR6SVepTI+zvomNN76DfDuyPg/MW+uWwj4eOeY7pfboY9dpqOAwaz1cKG9YEOqfwFvPbNTxnruNK4Bq0WZBh7MCfmL73sBbOrNFMUCXQ5jjpOwvG1ZeyE+NS2K5wZwKathvzbie2Z6vwTAm/f+8Ye5ShlcY+hYeFfaziwrV6CJC8IHhMBv0DQrGPMek09IbYCeeZAa5Y+mcFKdpJmOcU0+ewMGZBIMY2x9orBIejzzikMuLQxDDMjLeXkZj0QDZ72PPjgVKogkjwVrTTvY1jX02eF2GHZc4S038FEvEeGKsba+EuO7WF+xnBZGrRHmaM33yZNCOI9wELQblD6Gb61giE4FRSh0DoWoeK5pi0X1gLJyEayHh3PJiZY8RecklXPNcV4y7SdwpnUyBjNaF93JNRxy1zcjTX8x6EVGwx+m5jLrAZYdif8IKv+DpTdYjvUfhV6L8PxrEJ2lH6nOl7G3HWLHEQ2pCWpQ4QhXmH07QXThid8yNhLdNwsExoMxy9WrLWiPluOhwxHU4r/Iw4f5wjdNmylw7yvR5th5C6LiG5Mgan7mqAU5hDzDVi5uAcyA7sZ8Rop3PtNpyprXAeI5J2nyFt5cx8c74StV24iXVCfHPFYnxzeIPpf5DpN+WpmmOsFYz1dsszo4JBH/+eF2jRKcQ42wTt0CWMUy2sq8riEGWhiu8INmEVnEsbSk6V5HjehHaJiE9yCU5SC9Gws0zojLP/Bzi/Zy2B/nueTkZMzIxlfM6pGmKIwF2AnsB133cEvDm7+pyHGbSKQ2r2pOkwZ4tZ+jd7OLB5i4e95FD/pwST777Qf2eAf9NjSUSYWM8IFs1nOd9cfyPTxqmULNQkhRORvcyv0nMNIaqyHAU0FE46YnucGn/sGSfWpslFhZcEmiWhqamabSZBgVGjT1RnFH3qofopFARVPI/UuG99yC6mndYp61j0eZgVZt2ILhGd82HUchJItxG1RdjYiGX8KoFRFzwO9rHlcJuEcUccwfsaj7V87EhOaIa9gtx9ucAUuUD71MUM/Y4+Xwo2qLl3CkWh7zdgIt8ahGqmfRHMWQKtTpF+muZvwrb3qp5qEDbxa8DGbJKiILRPezDqJJPxMRk1CnAA471mPNaiifx65H57YQckbNbDKXQx6qJHwVCr5XdNpz2B40ta4duAS9QitB8Hcw6SeZZxqTYiu+VdPdUYQNQ6QRrNJRj/Z4/DvepI+1J4QEoQk64lJujbkAr7BO/YrPDa7ZjnkUNKT0b/Lkrn6M9dnhIiGt/hM3eJZzwFz6SDhj5RAzrvIgTIBax/OUmZX1GweeY97bsFx/hbhMWbh5aP+OLry4G25qLDVm4V7DHbPKdBXC09ewXToYRw2LKFUScctvNthHPKPc8rZvwKrGsO9QIfIs/vuvSSyXc20CypEuZ6LWQQH9UfIskeBKqsnDD+IU+TwqbGubXcdTA2p6aOEOauRzxwC7GVtd32qiD1ysihFxPap9pp+sUTY0eyB8xSwPNjkKxUmv/A0DwjxIZD7WdOe0RPk1ErjcoiH0ZdCKzu6WJ+n2MOu0FwpKYtY4euZTtji2sJeMD43qdwSuF+QRPo/u9DhVGIEyY1QvJk0uO8DkV+L0nGXn6eBNn7cCH3EPX6DUOvYgI7WloLhWpPBs/4Mqp0qyRG5arSayzStMS072ZslJwgqW03c0KYMyMwUTfTvseQwpsgnVwHKUUWbjvCTMsehzfNaBsOYjNjgFy+LITDXPTk9SHd7xNPe33Gw5TzYey8h+16MDJDnR6FuVwevlLoXyNkgpqZ4P14QBH2MWEdVUwmyMzGcEHuNqaqatQj49XOzC8F2I8yhRfxb5uEAHoXk+ErE94GmHLk7TPIDPkUU28V9nDTkaELKQznzuEnYX8VRtKoy7fCfzjBqyf9QmZqG4onWoTywSFL9qpHIPoUNjOIdd0nNaTdQm3oDqxls1BCeIbJXjUK1WNZj2qjVpIlkmpWB1C4cspSxBNncKTyO5+ClDNGilmqfOMg6es+HwjjXUPRSzPKF/vJvgq+jDqb4NWTMhDCF+5ZDsQlqTkpWEFSgEMBa1kCo2QCUrJLmHeIKXNbEQ7Xhz6zYLrIUvJIU8/HLZclpOJMksaNa3idZCCwBrfT952pakdBrgvbhBy+ecD7LGYExVbLeNcYlU7fMLjhKLQeEN4uoNjp2FesXoct7yVVCUXcMV32e9Ila5hFD8F8WaYMkRaTuOoRegQala3x3ac2j9LDM9wFtf1LH23IDjPtrwYGfIsIvtfCkbkLp2AsCv83P/H7STk4QAvRP9/dcUHBWEs5np/BGKEhk0Yjq9aAPcX/02DC0zmKx8gZsekLns/SqIh2Tk4g01MSkhZHEJpy0b2GiX+6EhIhUIc5arHu69GT98vYkk0bo/bDQzRBD/JKlMKLDPW4hMXoyT+sm07A/C8U2DJTzWvM8abwfOC6RzJk3YEkUbVYvsXE+TYKqdMUUnim8JIlVUfhQMqkKbxIElUb+OdJmk9not5I4HCkkMJTs1Hjkq8M0oR7o39W6Ghb5+2USVN43hJVS8/NzG8PoO4/W+8eYwr/D4kaM6WWojr8pMMZI/DwU5s0hRcC/hJgAEJ65gQgBJb0AAAAAElFTkSuQmCC) no-repeat;
    display: inline-block;
    width: 170px;
    height: 37px
}

#logo-theme a span {
    display: none
}

#pav-masshead .inner {
    background: #FFF;
    color: #e85529
}

#pav-masshead .inner a:hover {
    color: #ea6740
}

.breadcrumbs .container {
    background: transparent
}

#pav-mainnav .inner {
    background-color: #505050
}

#pavo-showcase .inner {
    background-color: #FFF
}

#breadcrumb {
    padding-left: 0;
    padding-right: 0
}

#footer ul,
#footer ol {
    margin: 0
}

#footer ul li,
#footer ol li {
    line-height: 20px
}

#footer ul li a,
#footer ol li a {
    font-size: 12px;
    color: #ccd6dd;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

#footer ul li a:hover,
#footer ol li a:hover {
    color: #FFF
}

#footer ul li span,
#footer ol li span {
    color: #ccd6dd
}

.footer-top {
    background: transparent;
    margin-bottom: -97px
}

.footer-center {
    background: #141414;
    padding: 30px 0;
    color: #FFF
}

.footer-center .box .box-heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px
}

.footer-center .panel {
    background: transparent;
    margin-bottom: 0
}

.footer-center .panel .panel-heading {
    padding: 0
}

.footer-center .panel .panel-body {
    padding: 20px 0 0
}

.footer-center .panel .panel-title {
    color: #FFF
}

.footer-center .footer-name {
    text-align: center;
    font-size: 12px
}

.footer-center .main-footer {
    display: flex;
    justify-content: space-between;
    margin-left: 50px
}

.footer-bottom {
    background: #607d8b
}

.footer-bottom .inside {
    background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QNtaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjAtYzA2MCA2MS4xMzQ3NzcsIDIwMTAvMDIvMTItMTc6MzI6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MDE4MDExNzQwNzIwNjgxMThEQkI4RjcxMUMyNEZGQUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjM2QUNDNDg1MzlCMTFFNUIxQUU5RDU1MjUxQjdCRjkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjM2QUNDNDc1MzlCMTFFNUIxQUU5RDU1MjUxQjdCRjkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTI3MDJERTRCQTM5RTUxMUI3OTZCNUNFQ0UxRTgzRjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDE4MDExNzQwNzIwNjgxMThEQkI4RjcxMUMyNEZGQUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAgICAgICAgICAgIDAwMDAwMDAwMDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAADAAMDAREAAhEBAxEB/8QAWgABAAAAAAAAAAAAAAAAAAAACAEBAAAAAAAAAAAAAAAAAAAABxAAAQIHAQAAAAAAAAAAAAAAEhMVAGKDkxQkRWURAAAHAAAAAAAAAAAAAAAAAAARITFBUWH/2gAMAwEAAhEDEQA/AATs5POFu8kzabiKlNOSE9ThsoCyFL7Y/9k=) repeat 0 0;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.footer-bottom .inside:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    left: 0;
    top: 0;
    z-index: 2
}

.footer-bottom .inside:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    bottom: 0;
    right: 0;
    z-index: 2
}

.footer-bottom .inside .bg-blue {
    background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QNtaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjAtYzA2MCA2MS4xMzQ3NzcsIDIwMTAvMDIvMTItMTc6MzI6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MDE4MDExNzQwNzIwNjgxMThEQkI4RjcxMUMyNEZGQUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUQwRkUyMDQ1MzlEMTFFNTk2NEY4NkRFMDg0OEMzRUIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUQwRkUyMDM1MzlEMTFFNTk2NEY4NkRFMDg0OEMzRUIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTI3MDJERTRCQTM5RTUxMUI3OTZCNUNFQ0UxRTgzRjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDE4MDExNzQwNzIwNjgxMThEQkI4RjcxMUMyNEZGQUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAgICAgICAgICAgIDAwMDAwMDAwMDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAADAAMDAREAAhEBAxEB/8QAZgABAAAAAAAAAAAAAAAAAAAACAEBAQAAAAAAAAAAAAAAAAAACAoQAAEBCQAAAAAAAAAAAAAAABMVABJjg5MUJEVlEQAAAwQLAAAAAAAAAAAAAAAAERLwUWETkfEiMkJigkNjFCT/2gAMAwEAAhEDEQA/ADbl3erdS+KQiLVAWWOGyqtKw3YOaoTG+fr75z+YinUKLUrOP//Z) repeat 0 0
}

#powered {
    background: #141414
}

#powered a {
    font-size: 12px;
    color: #ccd6dd;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%
}

#powered a:hover {
    color: #FFF
}

#powered .copyright {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

#powered ul.links {
    line-height: 16px;
    padding-left: 20px
}

#powered ul.links li {
    padding: 0 10px
}

#powered .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

#powered .inner .oferta p {
    margin-bottom: 10px;
    line-height: 4px;
    font-size: 12px;
    color: #FFF
}

#powered .payment-img {
    display: block;
    text-align: right
}

#powered .payment-img img {
    max-height: 50px
}

.for-send-error-press {
    font-style: italic;
    margin: 15px 0
}

.panel-highlighted {
    border: solid 1px red
}

.panel-highlighted .panel-heading {
    background: red;
    color: #FFF
}

.nopadding .panel-body {
    padding: 0
}

.sidebar .panel {
    margin-bottom: 32px
}

.nostylingboxs .panel-heading {
    padding: 0;
    margin-bottom: 30px
}

.nostylingboxs .panel-body {
    padding: 0
}

.owl-carousel-play .owl-carousel {
    margin: 0;
    border: none
}

.products-block .owl-carousel {
    margin: 0
}

.price {
    font-family: "Open Sans", sans-serif;
    font-weight: 700
}

.price .price-new {
    color: #141414;
    font-size: 24px
}

.price .price-old {
    text-decoration: line-through;
    color: #666
}

.price.detail .price-new {
    font-size: 40px
}

.price.detail .price-old {
    font-size: 26px
}

.price.detail ul {
    margin: 0
}

.cheap_invoice a {
    font-size: 16px;
    margin-bottom: 5px;
    text-decoration: underline dotted;
    -webkit-text-decoration: underline dotted;
    display: block;
    color: #444
}

.cheap_invoice a:hover {
    color: #141414
}

.product-v1 .products-row .product-col {
    border-left: 1px solid #ebebeb
}

.product-v1 .products-row .product-col:first-child {
    border-left-color: transparent
}

.product-v1 .product-block .bottom {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    bottom: 60px;
    left: 20px;
    width: 100%;
    position: absolute;
    z-index: 999
}

.product-v1 .product-block:hover .product-meta .bottom {
    bottom: 120px;
    opacity: 1;
    filter: alpha(opacity=100)
}

.product-v3 .product-block .description {
    display: block;
    padding: 10px 0 0
}

.product-v3 .product-block .action {
    display: none
}

.product-v3 .product-block .price-new {
    font-size: 19px
}

.product-v3 .product-block .price-old {
    font-size: 15px
}

.product-v4 {
    padding: 0
}

.product-v4 .products-row .border {
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb
}

.product-v4 .products-row.last .border {
    border-bottom: transparent
}

.product-v4 .product-block:hover {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important
}

.product-v4 .product-block .block-img {
    float: left;
    margin-right: 10px
}

.product-v4 .product-block .name {
    margin: 5px 0
}

.product-v4 .product-block .product-meta {
    padding: 20px 20px 0 0
}

.product-v4 .product-block .bottom {
    display: none
}

.product-block {
    position: relative;
    background-color: #FFF;
    border-top: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.product-block .description {
    display: none
}

.product-block .product-meta {
    line-height: 25px;
    padding: 0
}

.product-block .bottom {
    display: block
}

.product-block .name {
    margin: 20px 0 10px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    text-transform: inherit;
    height: 45px;
    overflow: hidden;
    font-weight: 400
}

.product-block .name a {
    color: #141414
}

.product-block .name a:hover {
    color: #e85529
}

.product-block .image {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding: 5px 20px 0
}

.product-block .top {
    position: relative;
    padding: 10px 20px
}

.cart {
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding-bottom: 15px
}

.cart .icon-cart {
    background: url(../image/icon-shopping.png) no-repeat scroll center center;
    display: block;
    width: 16px;
    height: 17px
}

.product-label {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    text-transform: uppercase
}

.product-label.ribbon {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px
}

.product-label.ribbon:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 40px solid #474747;
    border-left: 40px solid transparent
}

.product-label.ribbon .product-label-special {
    display: block;
    text-align: center;
    height: 100%;
    padding-top: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product-label.ribbon2 {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 10px
}

.product-label.ribbon2 .product-label-special {
    display: block;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    padding: 6px 0;
    left: -2px;
    top: 12px;
    width: 120px;
    background-color: #efc73a;
    color: #141414;
    -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0 3px rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0 3px rgba(255, 255, 255, .3);
    box-shadow: 0 0 3px rgba(255, 255, 255, .3)
}

.product-label.ribbon1 {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 10px
}

.product-label.ribbon1 .product-label-special {
    display: block;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    padding: 6px 0;
    left: -32px;
    top: 15px;
    width: 120px;
    background-color: #efc73a;
    color: #141414;
    -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0 3px rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0 3px rgba(255, 255, 255, .3);
    box-shadow: 0 0 3px rgba(255, 255, 255, .3)
}

.product-label.bts {
    text-align: center;
    display: block;
    text-transform: uppercase;
    width: 46px;
    height: 20px;
    position: absolute;
    top: 10px;
    background-color: #e85529;
    right: 10px;
    border-radius: 2px;
    line-height: 20px
}

.product-label.bts .product-label-special {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.product-label.sale {
    text-align: center;
    position: absolute;
    top: 15px;
    background-color: #e85529;
    left: 15px;
    line-height: 17px;
    padding: 5px 15px
}

.product-label.sale-border {
    text-align: center;
    display: block;
    text-transform: uppercase;
    width: 40px;
    height: 20px;
    position: absolute;
    top: 15px;
    border: 2px solid #d95e41;
    right: 10px;
    color: #474747
}

.product-label.flag {
    text-align: center;
    display: block;
    text-transform: uppercase;
    width: 60px;
    height: 30px;
    position: absolute;
    top: 15px;
    background-color: #6eae34;
    left: 0;
    line-height: 30px
}

.product-label.flag:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -15px;
    top: 0;
    border-top: 15px solid #6eae34;
    border-right: 15px solid transparent
}

.product-label.flag:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -15px;
    bottom: 0;
    border-bottom: 15px solid #6eae34;
    border-right: 15px solid transparent
}

.cart.pull-left {
    float: none !important;
    margin-bottom: 5px
}

.product-info .tab-content {
    border: none;
    padding: 0;
    margin-bottom: 30px
}

.product-info .tab-content .desc-header-wrapper {
    border: 1px #ddd solid;
    margin-top: 30px;
    margin-bottom: 15px
}

.product-info .tab-content .desc-header-wrapper .desc-header {
    padding: 15px;
    border-bottom: 3px solid #e85529;
    color: #777;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    top: 1px;
    display: inline-block
}

.product-info .tab-content #tab-description {
    padding: 0 15px
}

.product-info .tab-content #tab-specification td {
    padding: 10px 15px !important;
    color: #141414 !important
}

.product-info .tab-content #tab-cert img {
    max-width: 50%
}

.cheap_invoice {
    margin-bottom: 15px
}

.storage_widget {
    border-top-color: #ddd
}

.storage_widget>span:nth-child(2) {
    color: #e85529 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.storage_widget table tr td:last-child span {
    background: #e85529 !important;
    border-radius: 0 !important
}

.storage_widget table tr td:last-child span:hover {
    background: #141414 !important
}

.banner-wrapper-margin .banner-wrapper {
    margin-bottom: 20px
}

.image-item-margin .image-item {
    margin-bottom: 20px
}

.nomargin .box {
    margin-bottom: 0
}

.layerslider-wrapper {
    overflow: hidden
}

.layerslider-wrapper:hover .tp-rightarrow {
    right: 20px !important
}

.layerslider-wrapper:hover .tp-leftarrow {
    left: 20px !important
}

.tparrows {
    position: absolute;
    top: 50% !important;
    z-index: 9999;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-size: 0
}

.tparrows:before {
    content: "";
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 12;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFsAAAAmCAYAAACriueGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlFN0ZFM0Y5NjAxQTExRTU4MjA1QzMxMDI0MzMxQkIzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlFN0ZFM0ZBNjAxQTExRTU4MjA1QzMxMDI0MzMxQkIzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUU3RkUzRjc2MDFBMTFFNTgyMDVDMzEwMjQzMzFCQjMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUU3RkUzRjg2MDFBMTFFNTgyMDVDMzEwMjQzMzFCQjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz64q5wgAAADU0lEQVR42uxbUWQcURSd3QgVlgglSn5KhChl7U8oUSqxRGuJpUKIEGWpUiI/IVSIUipUq0Qp/VlLZYVIhf0p+YlWqRJliRKl7M+ywspu7+M8Xl9murOTt/PevJ3L+ZgZ8mbPu/eee++8JNrtthNbOJaMKYjJjsmOLfpkDxIKhKleLdBqtTheE0aFa6UwnewMYY/wlHAthPVmCYeEpX7y7BRhk1AkjIe89hBhnVAmTNpO9hyhQnioOapuEXYJa9gAq8geI7wnbBNGDNGsAcIK4RPhrg1kMwF8RDgg3BHu1whVTSSfE46E6xuEHcIrwmhUyU4jN65KAliCJ33XRHaTsABhrgn3s3CKxSiRzQRwA6ROCPd/EvIgv25AGvmITS+5vHtZencjyc6ivFqUwvY5xPHYsF6jjs3PwxlEAd1TKaAqyR4T8t514f5nbMAbhK+pdgxneAnnEAV0X4WAqiDb64X+EB7Dw08j0lE3US1l4SSdHClUsr1CjZV49/AsinYKJ3ET0MOgAhqU7CEPETkhzONZ3Ym+cQEt+hD/npDttrsNwhZy3hfHLqsjcmUBTSNyV/3OdbohmxX+b10Kf0b8DJ5dOPYaF9AXkoDyhm1aJdls94Y9dv7c6Q9r4vc2XbhJqSS7ilBak/JxDt49bznRk9CoDYnYD36LgSA5uwjREP/4MJoWtvBNy0jmI9ldVF9yMbDutxgIWo3UUEMvE34J96ewCezZoAVE82JgCflZ7oa7KgauWmdX8EKiOLL89QSkZyJKstcUkP3eWXTDXRcDKjpIXvY9cP6d4o0j5Wz5EQ9DzGu+zbrhgkska5uN/IBYbmIDuOXhEXOGE53u0A3vmzAbEe0C4TcDgrmNYObwDnMGk4x/Dy25dMM5ld1wr+bZZwi5AkKQ2zQagBVBcHRazrn8PVTshr+pXCwRwlm/FFraBen+CZT9Nq6XpWhQZsKZjqpQUXx1Lp9VqaCUOwvkucmkdrK5ZRCuXkcXwiRbtt+EZ1fNy53IDvPruttw3gRTJoC6cvb/ZgvbIP1IM8mseroPAWyEsaCuE1FV5HAdH34bSGdyX2At2dz4kYZySOvxcfCOo2EcnDDoPw8GekWAnxOmSjzXoGqk7y0+DB+Tbaf9FWAAd5kgl2F5MYoAAAAASUVORK5CYII=) no-repeat 0 -2px;
    width: 40px;
    height: 35px;
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    display: block
}

.tparrows.tp-rightarrow:before {
    background-position: -50px -2px
}

.tp-leftarrow {
    left: -50px !important
}

.tp-rightarrow {
    right: -50px !important
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    background-color: #e85529
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
    background-color: #e85529
}

.effect-carousel-v2 .carousel-controls-v1 {
    position: absolute;
    right: 0
}

.effect-carousel-v2 .carousel-controls-v1 .carousel-control {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    top: -20px
}

.effect-carousel-v2 .carousel-controls-v1 .carousel-control.left {
    left: -63px
}

.effect-carousel-v2:hover .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 2px
}

.effect-carousel .carousel-control {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s
}

.effect-carousel .carousel-control.left {
    left: -45px
}

.effect-carousel .carousel-control.right {
    right: -45px
}

.effect-carousel:hover .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100)
}

.effect-carousel:hover .carousel-control.left {
    left: 0
}

.effect-carousel:hover .carousel-control.right {
    right: 0
}

.tablist-v1 .product-grid .products-row .product-col:last-child {
    border-right: 1px solid #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.featured-category .panel-body {
    overflow: hidden;
    padding: 0
}

.featured-category ul {
    margin: 0
}

.featured-category ul li {
    display: inline-block;
    width: 33%;
    position: relative
}

.featured-category ul li:before {
    position: absolute;
    right: 0;
    background: #ebebeb;
    content: "";
    width: 1px;
    height: 200%;
    top: -20px
}

.featured-category ul li:after {
    position: absolute;
    left: 25px;
    background: #ebebeb;
    content: "";
    width: 87%;
    height: 1px;
    top: 0
}

.featured-category ul li:nth-child(1):after,
.featured-category ul li:nth-child(2):after,
.featured-category ul li:nth-child(3):after {
    content: none
}

.featured-category ul li:nth-child(3n):before {
    content: none
}

.featured-category ul li .image {
    margin: 5px 0 5px 25px
}

.featured-category ul li .caption {
    overflow: hidden;
    padding: 30px 20px
}

.featured-category ul li .caption h6 {
    font-weight: 400;
    font-size: 16px
}

.featured-category ul li .caption h6 a {
    color: #141414
}

.badges.new,
.badges.hot {
    color: #FFF;
    font-size: 11px;
    height: 15px;
    line-height: 16px;
    padding: 0 5px;
    position: absolute;
    left: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    text-transform: uppercase;
    top: -5px;
    transform: translateZ(0);
    font-family: "Open Sans", sans-serif;
    font-weight: 500
}

.badges.new:before,
.badges.hot:before {
    border-style: solid;
    border-width: 2px;
    bottom: -5px;
    content: "";
    left: 4px;
    position: absolute
}

.badges.new {
    background-color: #03a9f4
}

.badges.new:before {
    border-color: #03a9f4 transparent transparent
}

.badges.hot {
    background-color: #ff9800
}

.badges.hot:before {
    border-color: #ff9800 transparent transparent
}

.red .menu-title {
    color: #fd5c6d
}

.pav-megamenu .navbar {
    margin: 0;
    border: 0
}

.pav-megamenu .navbar-collapse {
    padding: 0
}

.pav-megamenu .navbar-nav>li {
    height: 60px
}

.pav-megamenu .navbar-nav>li.aligned-fullwidth {
    position: static
}

.pav-megamenu .navbar-nav>li.aligned-fullwidth>.dropdown-menu {
    left: 0
}

.pav-megamenu .navbar-nav>li.aligned-fullwidth .dropdown-submenu .dropdown-menu {
    margin-left: 0
}

.pav-megamenu .navbar-nav>li.aligned-right .dropdown-menu {
    left: auto;
    right: 0
}

.pav-megamenu .navbar-nav>li.aligned-right .dropdown-submenu .dropdown-menu {
    margin-right: 100%
}

.pav-megamenu .navbar-nav>li.aligned-left .dropdown-menu {
    left: 0;
    right: auto
}

.pav-megamenu .navbar-nav>li.aligned-left .dropdown-submenu .dropdown-menu {
    left: 100%
}

.pav-megamenu .navbar-nav>li.aligned-center .dropdown-menu {
    left: 50%;
    transform: translate(-50%)
}

.pav-megamenu .navbar-nav>li.aligned-center .dropdown-submenu .dropdown-menu {
    margin-left: 100%
}

.pav-megamenu .navbar-nav>li>.dropdown-menu {
    top: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s cubic-bezier(.25, .46, .45, .94) 0s;
    -o-transition: all 0.3s cubic-bezier(.25, .46, .45, .94) 0s;
    transition: all 0.3s cubic-bezier(.25, .46, .45, .94) 0s;
    display: block;
    position: absolute;
    visibility: hidden
}

.pav-megamenu .navbar-nav>li:hover>.dropdown-menu,
.pav-megamenu .navbar-nav>li:focus>.dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    display: block;
    top: 100%
}

.pav-megamenu .navbar-nav>li>a {
    padding: 19px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #acacac;
    background-color: transparent !important;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    line-height: 22px
}

.pav-megamenu .navbar-nav>li>a:hover,
.pav-megamenu .navbar-nav>li>a:focus,
.pav-megamenu .navbar-nav>li>a:active {
    color: #FFF
}

.pav-megamenu .navbar-nav>li>a:hover .caret:before,
.pav-megamenu .navbar-nav>li>a:focus .caret:before,
.pav-megamenu .navbar-nav>li>a:active .caret:before {
    color: #FFFFFF !important
}

.pav-megamenu .navbar-nav>li>a .caret {
    border: 0;
    position: relative
}

.pav-megamenu .navbar-nav>li>a .caret:before {
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: -10px;
    top: -12px;
    font-size: 13px;
    font-weight: 100;
    color: #acacac
}

.pav-megamenu .navbar-nav>li.full-width {
    position: static
}

.pav-megamenu .dropdown-menu {
    top: 100%;
    left: -9999px;
    height: auto;
    color: #141414;
    border-top: none;
    min-width: 185px;
    padding: 0;
    background-color: #FFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
    z-index: 9999
}

.pav-megamenu .dropdown-menu ul,
.pav-megamenu .dropdown-menu ol {
    padding: 0
}

.pav-megamenu .dropdown-menu li {
    padding: 0;
    line-height: 20px;
    list-style: none;
    position: relative
}

.pav-megamenu .dropdown-menu li a {
    padding: 12px 20px;
    display: inline-block;
    width: 100%;
    color: #141414;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500
}

.pav-megamenu .dropdown-menu li a:hover {
    background-color: transparent
}

.pav-megamenu .dropdown-menu li.haschildren:after {
    position: absolute;
    content: '';
    background: url(/image/i/ra.png) transparent no-repeat center 0;
    width: 10px;
    height: 17px;
    right: 5px;
    top: 13px
}

.pav-megamenu .dropdown-menu li.haschildren:hover:after {
    background-position: center -17px
}

.pav-megamenu .dropdown-menu li>ul.children {
    top: 5px;
    left: 285px;
    right: -250px;
    position: absolute;
    background: #FFF;
    display: none;
    z-index: 99;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.pav-megamenu .dropdown-menu li>ul.children>li a {
    padding: 8px 12px;
    color: #141414;
    border-bottom: 1px #ebebeb solid
}

.pav-megamenu .dropdown-menu li>ul.children>li:hover {
    background: #e85529
}

.pav-megamenu .dropdown-menu li>ul.children>li:hover a {
    color: #FFF
}

.pav-megamenu .dropdown-menu li>ul.children>li:last-child {
    border: none
}

.pav-megamenu .dropdown-menu li:hover>ul.children {
    left: 100%;
    display: block;
    top: 0
}

.pav-megamenu .dropdown:hover>.dropdown-menu {
    display: block;
    left: 0
}

.pav-megamenu .dropdown:hover>a .fa {
    color: #141414
}

.pav-megamenu .mega-group>.dropdown-toggle {
    border: 0;
    display: block;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    color: #FFF
}

.pav-megamenu .mega-group>.dropdown-toggle .fa {
    color: #FFF
}

.pav-megamenu .widget-heading {
    font-size: 16px;
    margin: 0 0 20px
}

.pav-megamenu .widget-images {
    margin-bottom: 20px;
    padding-top: 5px
}

.pav-megamenu .megamenu .cols1 {
    min-width: 200px
}

.pav-megamenu .megamenu .cols2 {
    min-width: 500px
}

.pav-megamenu .megamenu .cols3 {
    min-width: 740px
}

.pav-megamenu .sidebar .product-block {
    padding: 5px 0;
    border-bottom: none
}

.pav-megamenu .sidebar .product-block .image {
    padding: 0
}

.product-block .block-img {
    position: relative;
    overflow: hidden
}

.product-block .action {
    text-align: center
}

.product-block .action>div {
    display: inline-block;
    position: relative;
    margin-bottom: 5px
}

.product-block .action>div span {
    display: none
}

.grayscale-gray,
.pavcarousel .item-inner img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale")
}

.grayscale-color,
.pavcarousel .item-inner:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale")
}

.effect-v1 {
    background-color: #000;
    overflow: hidden;
    position: relative
}

.effect-v1:before {
    border: 1px solid #fff;
    bottom: 20px;
    content: "";
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1
}

.effect-v1 img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s
}

.effect-v1 .action {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s
}

.effect-v1:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.effect-v1:hover img {
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.effect-v1:hover .action {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100)
}

.effect-v2 {
    background-color: #000;
    overflow: hidden;
    position: relative
}

.effect-v2:before {
    border: 1px solid #fff;
    bottom: 20px;
    content: "";
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1
}

.effect-v2 img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s
}

.effect-v2 .action {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s
}

.effect-v2:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.effect-v2:hover img {
    opacity: .7;
    filter: alpha(opacity=70);
    -webkit-transform: scale(1.2, 1);
    -ms-transform: scale(1.2, 1);
    -o-transform: scale(1.2, 1);
    transform: scale(1.2, 1)
}

.effect-v2:hover .action {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100)
}

.effect-v3 {
    background-color: #000;
    overflow: hidden;
    position: relative
}

.effect-v3:before,
.effect-v3:after {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1
}

.effect-v3:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1)
}

.effect-v3:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0)
}

.effect-v3 img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s
}

.effect-v3 .banner-title {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s
}

.effect-v3 .action {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s
}

.effect-v3:hover:before,
.effect-v3:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.effect-v3:hover img {
    opacity: .5;
    filter: alpha(opacity=50)
}

.effect-v3:hover .banner-title,
.effect-v3:hover .action {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.effect-v4 {
    background-color: #000;
    overflow: hidden;
    position: relative
}

.effect-v4:before {
    border: 1px solid #fff;
    bottom: 20px;
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0 0 0 30px rgba(255, 255, 255, .2);
    -o-box-shadow: 0 0 0 30px rgba(255, 255, 255, .2);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, .2);
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1
}

.effect-v4 img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s
}

.effect-v4 .banner-title {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s
}

.effect-v4 .action {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s
}

.effect-v4:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.effect-v4:hover img {
    opacity: .5;
    filter: alpha(opacity=50)
}

.effect-v4:hover .banner-title {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95)
}

.effect-v4:hover .action {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.effect-v5 {
    background-color: #FFF;
    overflow: hidden;
    position: relative;
    text-align: center
}

.effect-v5 img {
    backface-visibility: hidden;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s
}

.effect-v5 .action {
    transform: translate3d(-150%, 0, 0);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s
}

.effect-v5 .action:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.effect-v5 .action:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.effect-v5 .action:nth-of-type(3) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s
}

.effect-v5:hover img {
    opacity: .8;
    filter: alpha(opacity=80);
    transform: scale3d(1.1, 1.1, 1)
}

.effect-v5:hover .action {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale3d(1.1, 1.1, 1);
    transform: translate3d(0, 0, 0)
}

.effect-v5:hover .action:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.effect-v5:hover .action:nth-of-type(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s
}

.effect-v5:hover .action:nth-of-type(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.effect-v6 {
    background-color: #000;
    overflow: hidden;
    position: relative
}

.effect-v6 img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s
}

.effect-v6 .action {
    transform: translate3d(0, -100px, 0);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    opacity: 0;
    margin-top: 20px
}

.effect-v6:hover img {
    opacity: .5;
    filter: alpha(opacity=50)
}

.effect-v6:hover .action {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.effect-v7 {
    overflow: hidden;
    position: relative
}

.effect-v7:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s cubic-bezier(.94, .85, .1, .62) 0s;
    -o-transition: all 0.4s cubic-bezier(.94, .85, .1, .62) 0s;
    transition: all 0.4s cubic-bezier(.94, .85, .1, .62) 0s;
    z-index: 1;
    border: 200px double rgba(0, 0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.effect-v7:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0 double rgba(255, 255, 255, .7);
    visibility: hidden
}

.effect-v8 {
    overflow: hidden;
    position: relative
}

.effect-v8:before {
    border-bottom: 50px solid rgba(255, 255, 255, .4);
    border-top: 50px solid rgba(255, 255, 255, .4);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transform-origin: 50% 50% 0;
    width: 100%
}

.effect-v8:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1)
}

.effect-v9 {
    overflow: hidden;
    position: relative
}

.effect-v9:before {
    border: 50px solid rgba(0, 0, 0, 0);
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    content: "";
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100px;
    height: 100px;
    -webkit-transform: scale(7);
    -ms-transform: scale(7);
    -o-transform: scale(7);
    transform: scale(7);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    z-index: 1
}

.effect-v9:hover:before {
    border: 0 solid rgba(0, 0, 0, .7);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden
}

.effect-v10 {
    overflow: hidden;
    position: relative
}

.effect-v10:before {
    background-color: rgba(255, 255, 255, .2);
    display: block;
    width: 100%;
    height: 100%;
    left: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: "";
    z-index: 1
}

.effect-v10:hover:before {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100)
}

.effect-v11 {
    overflow: hidden;
    position: relative
}

.effect-v11 img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s
}

.effect-v11 .action {
    transform: translate3d(0, -100px, 0);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    opacity: 0
}

.effect-v11 li:hover img {
    opacity: .8;
    filter: alpha(opacity=80)
}

.effect-v11 li:hover .action {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.icon-effect-v1 img {
    transform: scale(1);
    transition: transform 0.2s ease 0s
}

.icon-effect-v1 li:hover img {
    transform: scale(.8)
}

body .owl-carousel {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.filter .panel-body {
    padding: 0
}

.filter h6 {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    margin: 0
}

.filter .list-group-item {
    position: relative;
    padding: 25px
}

.filter .list-group-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ebebeb
}

.filter .list-group-item:first-child:before {
    content: none
}

.filter .list-group-item .icon-v3 {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAABtCAYAAAClUZE5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExOERCQjhGNzExQzI0RkZBQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QUIyNjFDMDU1MDgxMUU1QTc2OENDOURGMEY0MzA0QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QUIyNjFCRjU1MDgxMUU1QTc2OENDOURGMEY0MzA0QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1OTJDQjNBNTUzMzdFNTExOTdDMUZGMDlDOUE2QTg2MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExOERCQjhGNzExQzI0RkZBQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl1EYHEAAARESURBVHja7JoPZFVRHMffu5uxxFJeRiylbC1LlLEsZZSllFLK0kSUEjGWaMqyNGJKacqI0pRNKZtGSmlKaYxZmf4xxjTSYzzGs36/+tw5Tvf17tu7S+r++Hp355zf957z+/3On9+5i755+zGSQuYKdguqBQsEKynvF4wIegR3BF+9lKMexPmCY4IT/P0IJIz6DUClWXDRqP8hjkVaKHgqqBc0COYL9tLLfNBP2Xza1KNTaBLlGs863BeCUcFyQZ7gCuaYbfV4HDOcEXQK7gteCdZgpqkeK8ldSNcLKgWDgirBEcEcwSwwh7Iq2lSiMwpHnklcJ1gi2IGzOgTtghWCm4K4YBFt4pStoE0HOjuor3OJC7DTGV5yS3BWcIghu9IkuGD8PU6bZnQicChXgRJvFiQFrSgPCU4bBNqL94Ia2g7Se1ca0GmCQ7lqHJzzQJDDcwuVrhxmVC8Fr3k+atQn0dkNh3JVK3ExCuV4vNsjrj8IPgvGcNw9q0037crhWuUQf6OE25jHTNJhVuCgMkzTZ7X5iu4CuGJOJL3orNqEgso5Y1amkolcFArpWYw1wux1JbHZj32HaWevKzEmh5p2xIGwnOElGLIp2wXXiYQYvwmrTTVlrq+GHKbkVu0+z3V415VWRlCBkhJcM+pz0OkkQpSrxyE8dKgHiclSQaOhqBGxlFnWzfOQUd+ITgMcytWeyxRtpoG+tZZp6ga/ORFyLBPopDgp2MWIG+GKu+txHitbkgVFZ9gNenaensYhK6C+HkfVMurnvHitmssNN33bNuJQ19ZeQQmR0Cb4ZqGNuhLaPkd3m+tYM45HWE8jrAdbWWTmUX4crKHsEG0G0Zlai3+3NdUx1CR72zNroV9HiOVgqhY7BKNpNtOaNJtpeyabaSASnZycnBFiJzJDEhKHxCFxSBwSh8R/GfFUAtn37lMghKuWLf6zpigSTPrAF3KR9KawZA/nYi+5QPrwkPPaWCbEbwUDKerinE61x10cexNBRYXm0k9IHW57HMinTTxBUj7AUfZSUMQ7BY+5x3DT4iI/Nv6dXLZI9Ih7yq/zXCkjwZwwwmsMTGCKsukQd5EFDfNsipYtzDSOXTEVo0EuQl04SifEGwMnfC9CKWQAe8atq4ThbInbDeddM25U+rMl9nJenCuyrIi3GD1ebfQ4EoSNp/aCae0glpS6N34+ZEkmxLcD2/OMMIpGApAZ2/PClDckDolD4pA4JP5vMtOgMtJU278eTvZnyaVHsQc2sd67X82SuNcktm28lgNLpmj2cl4p6Wu2spLTvn4jyXc4sfcFQDwOzz5BdS7E+h1Jv4MWe+XFPqSQpF4/uui303z7UNiWpfN+Cbdx48SejSl+IU76sPMBsv10oqGb8JtLV2AmP07Wj7fdfonn8rv6313d/BJXWb+BER+wfsOtKST++d8gvm5W/F4ruLKRBajHL/F3AQYAbBolHGvn8B0AAAAASUVORK5CYII=) no-repeat;
    margin-right: 5px
}

.filter .list-group-item:nth-child(2) .icon-v3 {
    background-position: 0 -43px
}

.filter .list-group-item:nth-child(3) .icon-v3 {
    background-position: 0 -85px
}

#searchtop {
    border-bottom: 1px #acacac solid
}

#searchtop input.form-control {
    border-radius: 0;
    border: none;
    background: #FFF;
    color: #141414
}

#searchtop input.form-control::-moz-placeholder {
    color: #acacac;
    opacity: 1
}

#searchtop input.form-control:-ms-input-placeholder {
    color: #acacac
}

#searchtop input.form-control::-webkit-input-placeholder {
    color: #acacac
}

#searchtop .btn-search {
    display: block;
    background: transparent;
    font-size: 18px !important;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #acacac
}

#searchtop .btn-search:hover {
    color: #141414
}

@media (max-width:570px) {
    #searchtop input.srch+.input-group-btn>.btn-search {
        color: #141414
    }

    #searchtop .btn-search:hover {
        color: #acacac
    }
}

.form-control::-moz-placeholder {
    color: #666
}

#cart.open .dropdown-toggle {
    box-shadow: none
}

#cart a {
    display: inline-block;
    position: relative
}

#cart .icon-cart {
    background: transparent;
    width: 55px;
    height: 47px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    text-align: center
}

#cart .icon-cart i {
    font-size: 30px;
    padding: 8px
}

#cart .wrap-cart {
    display: inline-block;
    color: #141414
}

#cart .wrap-cart span {
    position: relative;
    top: 13px
}

#cart .wrap-cart .cart-total {
    font-weight: 700;
    text-transform: capitalize
}

#cart .wrap-cart .badge {
    position: absolute !important;
    top: 5px !important;
    right: 15px;
    padding: 3px;
    min-width: 17px;
    line-height: 11px;
    z-index: 99;
    background: #e85529
}

#cart .price-cart {
    color: #e85529
}

#cart .cart-inner {
    text-align: right
}

.bestseller.panel-warning .products-block {
    border: 2px solid #efc73a;
    border-top: none
}

.pagination li span,
.pagination li a {
    border: 1px solid #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.owl-carousel {
    display: block !important
}

.category-info {
    padding: 0
}

.category-info .image {
    padding: 0;
    margin-bottom: 19px
}

.filter-right>div {
    display: flex;
    align-items: center
}

.filter-right .sort {
    margin-left: 15px
}

.filter-right label {
    line-height: 14px
}

.refine-search {
    margin-top: 15px
}

.refine-search ul,
.refine-search ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.refine-search ul li,
.refine-search ol li {
    padding: 5px 0;
    padding-left: 10px;
    margin-right: 10px;
    margin-left: 10px;
    line-height: normal;
    position: relative;
    width: calc(25% - 20px)
}

.refine-search ul li a,
.refine-search ol li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #141414;
    align-items: center
}

.refine-search ul li a img,
.refine-search ol li a img {
    max-width: calc(100% - 45px)
}

.refine-search ul li a span,
.refine-search ol li a span {
    padding-top: 10px;
    display: inline-block;
    text-align: center;
    font-weight: 600
}

@media (max-width:767px) {

    .refine-search ul li,
    .refine-search ol li {
        width: calc((100% / 3) - 20px)
    }
}

@media (max-width:500px) {

    .refine-search ul li,
    .refine-search ol li {
        width: calc((100% / 2) - 20px)
    }
}

@media (max-width:400px) {

    .refine-search ul li,
    .refine-search ol li {
        font-size: 12px
    }
}

.refine-search h3 {
    color: #474747;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.col-md-12 .refine-search ul li,
.col-md-12 .refine-search ol li {
    width: calc(20% - 20px)
}

.style-panel .panel {
    margin: 15px 0;
    border: 1px solid #ddd
}

.sidebar .products-block {
    border: 1px solid #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.sidebar .product-label {
    display: none
}

.sidebar .product-col {
    width: 100%;
    clear: both
}

.sidebar .products-row:last-child .product-block {
    border-bottom: none
}

.sidebar .price .price-old {
    font-size: 13px
}

.sidebar .price .price-new {
    font-size: 14px
}

.sidebar .product-block {
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid #ebebeb
}

.sidebar .product-block .image {
    padding: 0
}

.sidebar .product-block .block-img {
    float: left;
    margin-right: 10px
}

.sidebar .product-block .top {
    padding: 0
}

.sidebar .product-block .product-meta {
    overflow: hidden;
    text-align: left;
    padding: 0
}

.sidebar .product-block .name {
    padding-top: 0;
    margin-bottom: 0
}

.sidebar .bottom {
    display: none
}

.sidebar .product-grid .product-block {
    padding: 15px
}

.sidebar .product-grid .product-block:hover .cart,
.sidebar .product-grid .product-block:hover .top {
    margin: 0
}

.sidebar .product-grid .product-block:hover .image {
    opacity: 1;
    filter: alpha(opacity=100)
}

.product-info .product-meta .btn-sm,
.product-info .product-meta .btn-group-sm>.btn,
.product-info .product-meta .btn-group-sm>.btn {
    padding: 0 15px
}

.subcategories {
    margin-bottom: -1px;
    background-color: #474747
}

.product-filter {
    color: #101010;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500
}

.product-filter span {
    margin-right: 5px
}

.product-filter .filter-right>div {
    padding-left: 5px
}

.product-filter .display {
    float: left
}

.product-filter .form-control {
    display: inline-block;
    padding: 0 20px;
    margin: 0 5px;
    width: auto;
    height: 36px;
    text-transform: capitalize
}

.product-filter .btn-switch {
    display: inline-block;
    margin-right: 5px;
    color: #969696;
    background: transparent;
    padding: 0;
    line-height: 35px;
    font-weight: 500;
    font-size: 24px;
    -webkit-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s
}

.product-filter .btn-switch i {
    padding: 0 5px
}

.product-filter .btn-switch:hover,
.product-filter .btn-switch.active {
    color: #e85529;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.product-list .description {
    display: block
}

.product-list .product-meta {
    padding-left: 0
}

.product-list .product-block {
    display: flex;
    border: 1px solid #eee;
    margin: 10px 0;
    border-radius: 0
}

.product-list .product-block .name {
    font-weight: 600;
    font-size: 18px
}

.product-list .product-block .block-img {
    width: 30%
}

.product-list .product-block .bottom {
    padding: 0 20px
}

.product-list .product-block .bottom .action {
    display: inline-block;
    padding: 4px 0;
    margin-left: 15px
}

.product-list .product-block .bottom .cart {
    display: inline-block
}

.product-list .product-block .bottom .cart button {
    padding: 0 30px
}

.product-grid.product-related .products-block,
.products-owl-carousel.product-related .products-block {
    padding: 15px 0
}

.product-grid.product-related .product-block,
.products-owl-carousel.product-related .product-block {
    width: calc(100% / 4 - 33px)
}

.product-grid .product-block,
.products-owl-carousel .product-block {
    display: inline-block;
    margin: 15px;
    width: calc(100% / 3 - 33px);
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out
}

.product-grid .product-block .cart,
.products-owl-carousel .product-block .cart {
    padding: 0
}

.product-grid .product-block .cart .btn,
.products-owl-carousel .product-block .cart .btn {
    width: 100%
}

.product-grid .product-block .bottom,
.products-owl-carousel .product-block .bottom {
    -webkit-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #FFF;
    text-align: center;
    padding: 0
}

.product-grid .product-block:hover,
.products-owl-carousel .product-block:hover {
    -webkit-box-shadow: 0 0 50px rgba(222, 222, 222, .8);
    -moz-box-shadow: 0 0 50px rgba(222, 222, 222, .8);
    -o-box-shadow: 0 0 50px rgba(222, 222, 222, .8);
    box-shadow: 0 0 50px rgba(222, 222, 222, .8);
    z-index: 1
}

.product-grid .product-block .image .action,
.products-owl-carousel .product-block .image .action {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px
}

.product-grid .product-block .image .action button,
.product-grid .product-block .image .action a,
.products-owl-carousel .product-block .image .action button,
.products-owl-carousel .product-block .image .action a {
    border: 0;
    background: rgba(255, 255, 255, .5);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.product-grid .product-block .image .action button:hover,
.product-grid .product-block .image .action a:hover,
.products-owl-carousel .product-block .image .action button:hover,
.products-owl-carousel .product-block .image .action a:hover {
    background: rgba(255, 255, 255, .2);
    color: #e85529
}

.product-grid .product-block .image .action button:focus,
.product-grid .product-block .image .action a:focus,
.products-owl-carousel .product-block .image .action button:focus,
.products-owl-carousel .product-block .image .action a:focus {
    background: rgba(255, 255, 255, .5);
    color: #141414
}

.products-owl-carousel .owl-stage-outer {
    padding: 15px 0
}

.products-owl-carousel .product-block {
    width: auto
}

.productdeals .widget-inner .carousel {
    position: static
}

.product-info .box-product-infomation {
    margin-top: 20px
}

.product-info .title-product {
    font-size: 30px;
    margin-top: 0;
    font-weight: 600
}

.product-info .image-additional {
    overflow: hidden
}

.product-info .image-additional .owl-carousel {
    margin-bottom: 0 !important
}

.product-info .image-additional .item {
    border: 1px solid #ebebeb;
    text-align: center;
    margin: 0 2px;
    background-color: #FFF;
    position: relative
}

.product-info .image-additional .item a.active:before {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #e85529;
    content: "";
    left: 0;
    z-index: 1;
    top: -1px
}

.product-info .image-additional .item a.active:after {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    border: 6px solid transparent;
    border-bottom: 6px solid #e85529;
    content: "";
    z-index: 1;
    top: -12px
}

.product-info .thumbs-preview {
    margin-top: 20px
}

.product-info .thumbs-preview a+a {
    margin-left: 10px
}

.product-info .vertical.image-additional .carousel-control {
    display: none
}

.product-info .vertical:hover .carousel-control {
    display: block
}

.product-info .vertical .center {
    left: 0;
    right: 0;
    margin: 0 auto
}

.product-info .vertical .top {
    top: 0;
    bottom: auto
}

.product-info .vertical .bottom {
    top: auto;
    bottom: 0
}

.product-info .horical {
    display: block;
    width: 100%;
    text-align: center;
    position: relative
}

.product-info .horical:hover .carousel-control {
    display: block
}

.product-info .check-box {
    padding-right: 5px;
    font-size: 10px
}

.product-info .image {
    position: relative;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ebebeb
}

.product-info .share {
    padding: 20px 0;
    display: none
}

.product-info .share:before,
.product-info .share:after {
    content: " ";
    display: table
}

.product-info .share:after {
    clear: both
}

.product-info .wrap-qty {
    border: 1px solid #ebebeb;
    height: 32px;
    background-color: #FFF;
    padding: 3px
}

.product-info .wrap-qty>div {
    display: table-cell;
    float: left
}

.product-info .quantity-adder {
    display: block;
    position: relative;
    background-color: #FFF;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.product-info .quantity-adder+.btn-sm,
.product-info .btn-group-sm>.quantity-adder+.btn {
    padding: 0 18px
}

.product-info .quantity-adder .add-action {
    width: 40px;
    height: 39px;
    color: #141414;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 8px;
    line-height: 39px;
    text-align: center
}

.product-info .quantity-adder .add-action:hover,
.product-info .quantity-adder .add-action:focus {
    color: #e85529
}

.product-info .quantity-adder .quantity-number input {
    width: 40px;
    height: 35px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    border: none;
    color: #141414
}

.product-info .quantity-adder .minimum {
    line-height: 38px;
    font-size: 11px;
    margin-left: 10px
}

.product-info .product-meta a {
    margin-left: 16px;
    color: #ccd6dd;
    font-weight: 500
}

.product-info .product-meta a a.btn-sm,
.product-info .product-meta a .btn-group-sm>a.btn {
    padding: 0 19px
}

.product-info .product-meta .cart {
    padding-bottom: 0
}

.product-info .product-meta .btn-compare {
    color: #141414;
    font-size: 24px;
    padding: 2px 5px;
    height: 41px
}

.product-info .product-meta .btn-compare:hover {
    color: #e85529
}

.zoomWindowContainer .zoomWindow {
    left: 500px
}

.h1_container {
    font-size: 26px;
    background: #f3f3f3
}

.h1_container h1 {
    margin: 0 auto;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 15px 42px 15px
}

.horital {
    position: relative
}

.owl-carousel .owl-wrapper-outer {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.related .owl-item .product-col {
    border-left: 1px solid #ebebeb
}

.related .owl-item:first-child .product-col {
    border-left: 1px solid transparent
}

#input-captcha,
#input-payment-captcha {
    margin-bottom: 10px
}

#form-review-container .set-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 6px;
    margin-bottom: 2px;
    height: 16px;
    width: max-content
}

#form-review-container .set-rating i {
    margin: 0;
    display: block;
    float: left;
    padding: 0 4px 0 0;
    font-size: 20px;
    cursor: pointer;
    color: #acacac
}

#form-review-container .set-rating i.selected {
    color: #e85529
}

#form-review-container .set-rating:hover i {
    color: #acacac
}

#form-review-container .set-rating>i:hover,
#form-review-container .set-rating>i:hover~i {
    color: #e85529
}

#form-review-container .recaptcha_container .control-label {
    display: none
}

#review .review-item {
    margin-bottom: 15px
}

#review .review-item .review-header {
    display: flex;
    border-bottom: 2px solid #e85529
}

#review .review-item .review-header .review-left-header {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase
}

#review .review-item .review-header .review-left-header>div {
    margin: 10px 15px
}

#review .review-item .review-header .review-left-header>div.rating {
    display: flex;
    align-items: center;
    color: #e85529
}

#review .review-item .review-header .review-right-header {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 10px
}

#review .review-item .review-main .review-title {
    margin: 20px 10px 5px 15px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #e85529
}

#review .review-item .review-main .review-text {
    margin: 0 15px
}

#review .review-item .review-main .review-text:last-child {
    margin-bottom: 10px
}

.prod_rating {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center
}

.prod_rating .stars {
    color: #e85529;
    font-size: 16px;
    margin-right: 15px
}

.prod_rating #scr_revs,
.prod_rating #scr_newrev {
    border-bottom: 1px dotted;
    line-height: 20px;
    font-size: 16px;
    margin-right: 15px
}

.prod_rating #scr_revs:hover,
.prod_rating #scr_newrev:hover {
    cursor: pointer;
    color: #e85529
}

.prod_rating #scr_newrev {
    margin: 0 0 0 15px
}

.product-block .rating {
    color: #e85529;
    font-size: 14px
}

.product-grid .rating {
    position: absolute;
    top: 5px;
    left: 0;
    text-align: center;
    width: 100%
}

@media screen and (max-width:992px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out
    }

    .row-offcanvas-right {
        right: 0
    }

    .row-offcanvas-left {
        left: 0
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -70%
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -70%
    }

    .row-offcanvas-right.active {
        right: 70%
    }

    .row-offcanvas-left.active {
        left: 70%
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 70%
    }

    .sidebar-offcanvas ul,
    .sidebar-offcanvas ol {
        padding: 0
    }

    .sidebar-offcanvas ul li,
    .sidebar-offcanvas ol li {
        list-style: none
    }

    .bottom-offcanvas {
        border-top: 1px solid #e5e5e5;
        padding: 10px 0
    }
}

#offcanvasmenu .nav .caret {
    border-bottom-color: #FFF;
    border-top-color: #FFF;
    margin-left: 5px;
    display: none !important
}

#offcanvasmenu .pavo-widget .widget-heading {
    margin-top: 15px
}

#offcanvasmenu .navbar-nav {
    float: none;
    margin: 0
}

#offcanvasmenu .navbar-nav>li {
    float: none;
    background-color: #FFF;
    border-right: none
}

#offcanvasmenu .navbar-nav>li:hover:after {
    display: none
}

#offcanvasmenu .navbar-nav>li .click-canavs-menu {
    cursor: pointer;
    display: inline-block;
    padding: 14px 20px;
    position: absolute;
    right: 0;
    z-index: 1
}

#offcanvasmenu .navbar-nav>li li.dropdown-submenu .click-canavs-menu {
    padding: 10px 25px
}

#offcanvasmenu .navbar-nav>li li.dropdown-submenu li.dropdown-submenu>.click-canavs-menu {
    padding: 10px 15px
}

#offcanvasmenu .navbar-nav>li>a {
    display: block;
    -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 -1px rgba(0, 0, 0, .2);
    -o-box-shadow: inset 0 -1px rgba(0, 0, 0, .2);
    box-shadow: inset 0 -1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    color: #141414
}

#offcanvasmenu .dropdown-menu {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    float: none;
    margin: 0;
    padding: 0 10px;
    position: static;
    visibility: visible;
    width: auto !important;
    min-width: 160px;
    opacity: 1;
    filter: alpha(opacity=100)
}

#offcanvasmenu .dropdown-menu a {
    font-size: 13px;
    padding: 5px 0;
    display: block;
    color: #141414
}

#offcanvasmenu .dropdown-menu a:hover {
    color: #e85529
}

#offcanvasmenu .w-product {
    padding: 0
}

#offcanvasmenu .product-block {
    border: none;
    padding: 0
}

#offcanvasmenu .product-block .image {
    float: none;
    margin: 0
}

.canvas-menu {
    margin: 0;
    background: transparent;
    color: #e85529;
    font-size: 28px;
    padding: 0 10px;
    border: none
}

.col-nopadding .row {
    margin-left: 0;
    margin-right: 0
}

.col-nopadding .row [class*="col-"] {
    padding-left: 0;
    padding-right: 0
}

.no-padding {
    padding: 0
}

.no-margin {
    margin: 0
}

.nopadding [class*="col-"],
.nopadding [class^="col-"] {
    padding-right: 0;
    padding-left: 0
}

.arrow {
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #343434;
    font-size: 19px;
    background: #FFF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

.address li span,
.address li a {
    overflow: hidden;
    display: block
}

.address li .icon {
    width: 16px;
    height: 20px;
    background: url(../image/icon-address.png) 0 0 no-repeat;
    margin-right: 10px
}

.address li .icon.icon-phone {
    background-position: 0 -19px
}

.address li .icon.icon-mail {
    background-position: 0 -43px
}

.over-hidden {
    overflow: hidden
}

.over-hidden .col-inner {
    overflow: hidden
}

.over-hidden .owl-carousel .owl-wrapper-outer {
    overflow: visible
}

.scrollup {
    background: #e85529 !important;
    bottom: 82px;
    position: fixed;
    right: 10px;
    z-index: 9999
}

.vertical .carousel-inner {
    height: 100%
}

.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top
}

.carousel.vertical .active {
    top: 0
}

.carousel.vertical .next {
    top: 400px
}

.carousel.vertical .prev {
    top: -400px
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
    top: 0
}

.carousel.vertical .active.left {
    top: -400px
}

.carousel.vertical .active.right {
    top: 400px
}

.carousel.vertical .item {
    left: 0
}

body .home2 .verticalmenu .navbar-nav>li .dropdown-menu {
    left: auto;
    right: 110%
}

body .home2 .verticalmenu .navbar-nav>li a .caret {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

body .home2 .verticalmenu .navbar-nav>li:hover>.dropdown-menu {
    right: 100%;
    left: auto
}

.arrow {
    width: 20px;
    height: 20px;
    line-height: 20px !important;
    color: #343434;
    font-size: 17px;
    text-align: center;
    background: #FFF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

.pav-verticalmenu {
    font-weight: 400;
    padding: 0;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #ebebeb;
    border-top: 0;
    display: block
}

.pav-verticalmenu .panel-body {
    background: #fff;
    padding: 30px
}

.pav-verticalmenu .navbar-default {
    background: transparent;
    border: none;
    margin: 0
}

.verticalmenu .navbar-collapse {
    margin: 0;
    padding: 0;
    border: none
}

.verticalmenu .navbar-nav {
    position: static;
    float: none;
    width: 100%;
    padding: 0
}

.verticalmenu .navbar-nav>li {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 15px;
    border-bottom: 1px solid #ebebeb
}

.verticalmenu .navbar-nav>li:last-child {
    border-bottom: none;
    padding-bottom: 20px
}

.verticalmenu .navbar-nav>li:first-child {
    padding-top: 20px
}

.verticalmenu .navbar-nav>li>a {
    display: block;
    color: #101010;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500
}

.verticalmenu .navbar-nav>li>a:hover {
    color: #FFF
}

.verticalmenu .navbar-nav>li>a .menu-title {
    margin-left: 15px
}

.verticalmenu .navbar-nav>li>a .menu-icon {
    display: block;
    line-height: 30px;
    min-height: 30px
}

.verticalmenu .navbar-nav>li>a .fa {
    text-align: center;
    line-height: 30px;
    color: #ccd6dd;
    font-size: 20px;
    width: 30px
}

.verticalmenu .navbar-nav>li>a .caret {
    float: right;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: 15px
}

.verticalmenu .navbar-nav>li:hover {
    background: #e85529;
    color: #FFF;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.verticalmenu .navbar-nav>li:hover:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-top: 1px solid #141414;
    border-left: 1px solid #141414;
    left: 0;
    top: 0;
    z-index: 2
}

.verticalmenu .navbar-nav>li:hover:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-bottom: 1px solid #141414;
    border-right: 1px solid #141414;
    bottom: 0;
    right: 0;
    z-index: 2
}

.verticalmenu .navbar-nav>li:hover>a {
    color: #FFF
}

.verticalmenu .navbar-nav>li:hover .fa {
    color: #FFF
}

.verticalmenu .navbar-nav>li:hover>.dropdown-menu {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    display: block;
    left: 100%;
    border: none;
    margin-left: -1px
}

.verticalmenu .navbar-nav>li .parent {
    position: relative
}

.verticalmenu .navbar-nav>li .parent:hover>.dropdown-menu {
    right: 100%;
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100)
}

.verticalmenu .navbar-nav>li .parent.dropdown-submenu:hover .dropdown-menu {
    right: 115%;
    display: block;
    top: 0;
    visibility: visible
}

.verticalmenu .dropdown-menu {
    right: auto;
    left: 110%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s cubic-bezier(.25, .46, .45, .94) 0s;
    -o-transition: all 0.4s cubic-bezier(.25, .46, .45, .94) 0s;
    transition: all 0.4s cubic-bezier(.25, .46, .45, .94) 0s;
    top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 999;
    display: block;
    min-width: 215px;
    padding: 25px
}

.verticalmenu .dropdown-menu.level1 {
    margin-top: -1px
}

.verticalmenu .dropdown-menu.level1 .fa {
    display: none
}

.verticalmenu .dropdown-menu.level2 .fa {
    display: none
}

.verticalmenu .dropdown-menu.level3 .fa {
    display: none
}

.verticalmenu .dropdown-menu ul {
    list-style-type: none;
    padding-left: 0
}

.verticalmenu .dropdown-menu ul>li>a {
    font-family: "Open Sans", sans-serif;
    color: #8899a6;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500
}

.verticalmenu .dropdown-menu ul>li>a:hover {
    color: #e85529
}

.verticalmenu .dropdown-menu .sidebar {
    box-shadow: none;
    padding: 0
}

.verticalmenu .widget-heading {
    font-size: 16px;
    margin: 0 0 20px
}

.verticalmenu .w-product .product-block {
    text-align: center
}

.verticalmenu .w-product .product-block .image {
    border: 1px solid #ebebeb
}

.verticalmenu .w-product .product-block .name {
    min-height: auto;
    margin-bottom: 0
}

.verticalmenu .w-product .media-body {
    display: inline-block;
    text-align: center
}

.verticalmenu .bg2 div.dropdown-menu {
    background-image: url("../image/bg2.jpg");
    background-position: right bottom;
    background-repeat: no-repeat
}

.verticalmenu .bg2 div.dropdown-menu ul.list-unstyled {
    margin-bottom: 20px
}

body>.rd-mobilepanel .search_block {
    width: calc(100% - 230px)
}

.autosearch-wrapper.input-group {
    margin-top: 17px
}

#search .input-group-btn {
    position: absolute;
    right: 10px;
    top: 0
}

#search .input-group-btn button {
    height: 35px;
    background: transparent;
    right: 15px;
    position: relative;
    outline: none
}

#search .input-group-btn button span {
    color: #3d5f8c
}

#search .input-group-btn button span i {
    display: block
}

.sphinxsearch {
    width: 350px;
    left: auto;
    right: 0;
    position: absolute;
    top: calc(100% - 2px);
    margin-top: 1px;
    border: 1px solid #ebebeb;
    z-index: 99999
}

.sphinxsearch>a {
    cursor: pointer;
    display: block;
    padding: 5px;
    color: initial;
    line-height: 17px;
    min-height: 85px;
    position: relative
}

.sphinxsearch>a:first-child {
    border-top: none
}

.sphinxsearch>a:last-child {
    border-bottom: none
}

.sphinxsearch>a img {
    float: left;
    margin: 0 10px 0 0;
    padding: 5px
}

.sphinxsearch .categories span,
.sphinxsearch .products span {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    background: #eee
}

.sphinxsearch .categories a {
    text-transform: uppercase;
    text-indent: 10px
}

.product_sp {
    height: 60%;
    color: #666;
    text-align: left;
    font-size: 13px;
    margin-left: 75px
}

.price_sp {
    width: calc(100% - 89px);
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    bottom: 10px;
    left: 89px
}

.price_sp .price {
    font-weight: 600
}

.price_sp .old {
    text-decoration: line-through;
    margin-right: 5px;
    font-size: 13px;
    color: #0264af
}

.sphinx-viewall {
    font-weight: 700;
    text-align: center;
    padding: 15px 0
}

.sphinx-viewall:hover {
    background: #FFF
}

.sphinx-viewall #view-all {
    padding: 0 25px;
    display: inline-block;
    font-size: 12px;
    height: 36px;
    text-transform: uppercase;
    font-weight: 600;
    background: #e85529;
    line-height: 36px;
    color: #FFF
}

.sphinx-viewall #view-all:hover {
    background: #141414
}

.sphinx-viewall-no-res {
    font-weight: 700;
    text-align: center;
    height: 30px;
    color: #141414;
    width: 100%;
    line-height: 30px
}

#input-search+.sphinxsearch {
    right: auto;
    margin-top: -1px;
    left: auto;
    width: calc(100% - 30px);
    max-width: 500px
}

.fa {
    margin-right: 3px
}

@media (max-width:767px) {
    .sphinxsearch {
        width: 350px
    }

    #input-search+.sphinxsearch {
        max-width: none
    }
}

@media (max-width:570px) {
    .sphinxsearch {
        width: calc(100vw - 50px);
        margin-left: 0;
        right: 0;
        left: auto;
        top: calc(100% + 6px)
    }

    #input-search+.sphinxsearch {
        margin-left: 0
    }
}

.button-credit {
    padding: 0 16px !important;
    margin-right: 12px;
    font-size: 12px
}

button:active,
button:focus {
    outline: none !important
}

#page {
    min-height: 100vh
}

#page>.container {
    min-height: calc(100vh - 448px)
}

.main-title {
    position: absolute;
    left: -9999rem;
    top: -9999rem
}

.page-themecontrol-product #page {
    min-height: 1px
}

.page-product-compare #content .comparetable {
    overflow-x: scroll !important
}

#button-cart {
    padding: 0 37px;
    margin-left: 12px;
    font-size: 16px
}

.product-meta>div {
    display: flex
}

.product-info {
    margin-top: 24px
}

#tab-description img {
    height: auto
}

#tab-downloads ul li {
    list-style: none
}

.btn {
    border-radius: 0;
    border: 0
}

.btn-primary {
    background-color: #e85529;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all
}

.btn-primary:hover {
    background: #141414
}

#mainmenutop .nav.navbar {
    height: 60px
}

#mainmenutop .panel-v4 .panel-body {
    border: none !important
}

.modal-dialog .reserve_button,
.modal-dialog .callback_button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: #e85529;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif
}

.modal-dialog .reserve_button:hover,
.modal-dialog .callback_button:hover {
    background: #141414
}

.contact-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e85529;
    top: 0;
    position: absolute
}

.contact-icon i.fa {
    color: #FFF;
    font-size: 30px;
    padding: 11px 10px 10px 10px;
    width: 50px;
    height: 50px;
    text-align: center
}

.contact-text {
    display: inline-block;
    padding-left: 60px;
    min-height: 60px;
    margin-bottom: 10px;
    line-height: 24px
}

.contact-text div.contact-text-b-days div {
    display: inline-block
}

.contact-text div.contact-text-b-days div:first-child {
    width: 170px
}

.search_block {
    overflow: visible
}

.search_block form {
    margin: 0
}

.search_block form button {
    border: none
}

.search_block form button:focus,
.search_block form button:active {
    outline: none !important
}

.search_block .dropdown-menu.autosearch {
    margin: 0;
    width: 350px;
    min-width: 0;
    padding: 0;
    right: 0;
    left: auto;
    display: none;
    border-radius: 0;
    top: calc(100% - 1px)
}

.search_block .dropdown-menu.autosearch li {
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    cursor: pointer;
    line-height: 1;
    position: relative;
    border-bottom: 1px #ebebeb solid
}

.search_block .dropdown-menu.autosearch li:nth-last-child(-n+2) {
    border: none
}

.search_block .dropdown-menu.autosearch li>div {
    line-height: 1.5;
    display: inline-block
}

.search_block .dropdown-menu.autosearch li a {
    white-space: normal;
    padding: 3px 5px
}

.search_block .dropdown-menu.autosearch li .as-image {
    float: left;
    padding: 5px;
    width: 80px;
    margin-right: 10px
}

.search_block .dropdown-menu.autosearch li .as-image img {
    height: auto;
    width: 100%
}

.search_block .dropdown-menu.autosearch li .as-title {
    width: 100%;
    font-size: 16px;
    margin: 10px 0
}

.search_block .dropdown-menu.autosearch li .as-title a {
    color: #141414
}

.search_block .dropdown-menu.autosearch li .as-price {
    width: calc(100% - 95px);
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    bottom: 10px;
    left: 95px
}

.search_block .dropdown-menu.autosearch li .as-price .price-old {
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 7px;
    color: #777
}

.search_block .dropdown-menu.autosearch li #showall {
    padding: 0 25px;
    display: inline-block
}

@media (max-width:1199px) {
    .search_block .dropdown-menu.autosearch {
        width: 300px
    }

    .search_block .dropdown-menu.autosearch li .as-image {
        width: 80px
    }

    .search_block .dropdown-menu.autosearch li .as-title {
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px
    }

    .search_block .dropdown-menu.autosearch li .as-price {
        width: calc(100% - 120px);
        left: 95px
    }
}

@media (max-width:767px) {
    .search_block .dropdown-menu.autosearch {
        width: 260px;
        right: -15px;
        left: auto
    }
}

@media (max-width:421px) {
    .search_block .dropdown-menu.autosearch {
        top: calc(100% + 2px);
        width: calc(100vw - 30px);
        left: auto
    }
}

.producttabs {
    margin-top: 30px;
    margin-bottom: 0
}

#checkout-form #shipping_methods .radio,
#checkout-form #payment_methods .radio {
    margin-left: 0 !important
}

.radio_custom .list_of_points {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #141414;
    font-weight: 500;
    padding-left: 22px
}

.radio_custom a {
    padding-left: 10px;
    font-size: 18px;
    color: #e85529
}

.radio_custom .input-control {
    cursor: pointer;
    display: inline-block;
    padding-left: 22px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #141414;
    margin: 1px 0
}

.radio_custom .input-control input {
    position: absolute;
    width: auto !important;
    z-index: 1;
    opacity: 0
}

.radio_custom .input-control__indicator {
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    user-select: none;
    width: 15px;
    height: 15px;
    text-align: center;
    background-color: #e85529;
    border: 1px solid #e85529
}

.radio_custom .input-control.radio input~.input-control__indicator:after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(.95);
    transform-origin: center center;
    width: 100%;
    background: #e85529;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.1s opacity linear;
    -o-transition: 0.1s opacity linear;
    transition: 0.1s opacity linear;
    border: 3px #FFF solid
}

.radio_custom .input-control.radio input:checked~.input-control__indicator:after {
    opacity: 1;
    filter: alpha(opacity=100)
}

@media (max-width:767px) {

    .radio_custom .input-control,
    .radio_custom .list_of_points {
        font-size: 14px
    }
}

.checkbox_custom a {
    padding-left: 10px;
    font-size: 14px;
    color: #e85529
}

.checkbox_custom a.agree b {
    font-weight: 500;
    padding: 0;
    font-size: 12px
}

.checkbox_custom .input-control {
    cursor: pointer;
    display: inline-block;
    padding-left: 25px;
    line-height: 16px;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    color: #141414;
    margin: 5px 10px 5px 14px;
    text-align: left
}

.checkbox_custom .input-control input {
    position: absolute;
    width: auto !important;
    z-index: 1;
    opacity: 0
}

.checkbox_custom .input-control__indicator {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
    width: 16px;
    height: 16px;
    text-align: center;
    background-color: #FFF;
    border: 2px #e85529 solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.checkbox_custom .input-control.checkbox input~.input-control__indicator:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    transform-origin: center center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.1s opacity linear;
    -o-transition: 0.1s opacity linear;
    transition: 0.1s opacity linear;
    -webkit-transform: translateZ(1px) rotate(45deg);
    -moz-transform: translateZ(1px) rotate(45deg);
    -ms-transform: translateZ(1px) rotate(45deg);
    -o-transform: translateZ(1px) rotate(45deg);
    border-bottom: #e85529 2px solid;
    width: 5px;
    height: 10px;
    border-right: #e85529 2px solid
}

.checkbox_custom .input-control.checkbox input:checked~.input-control__indicator:after {
    opacity: 1;
    filter: alpha(opacity=100)
}

#button-order {
    margin-top: 15px
}

.category_widget a .type1 {
    height: 500px;
    background: transparent center no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    position: relative
}

.category_widget a .type1 h2 {
    margin: 0;
    position: absolute;
    height: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    font-size: 20px;
    padding: 23px 0;
    display: inline-block
}

#totop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #e85529;
    text-indent: -9999px;
    z-index: 999;
    border: 1px #FFF solid;
    -webkit-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out
}

#totop span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff
}

#totop:hover {
    background-color: #141414
}

#coupon_form h4 {
    font-size: 16px
}

#coupon_form #button-coupon {
    padding: 0 16px
}

.maintenance {
    min-height: calc(100vh - 381px)
}

.widget-products .product-grid .product-block {
    margin: 5px;
    width: auto
}

h1 {
    padding: 15px 0;
    text-transform: none
}

.comparetable {
    padding: 15px
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 40px;
    padding: 10px;
    width: 30px;
    height: 40px;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    font-family: "FontAwesome";
    font-size: 40px;
    color: #e85529;
    line-height: 1
}

.owl-prev:hover,
.owl-next:hover {
    color: #141414
}

.owl-prev {
    left: 0
}

.owl-prev:before {
    content: '\f104'
}

.owl-next {
    right: 0
}

.owl-next:before {
    content: '\f105'
}

.mfilter-box .box-heading {
    display: none
}

.mfilter-box .box-content {
    border: none
}

.mfilter-box .box-content .mfilter-heading {
    background: transparent;
    border: none
}

.mfilter-box .box-content .mfilter-heading .mfilter-heading-content {
    padding: 20px 0 6px 0
}

.mfilter-box .box-content .mfilter-heading .mfilter-head-icon {
    width: 25px;
    height: 20px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background: url(/image/i/mfminus.png) no-repeat transparent center
}

.mfilter-box .box-content .mfilter-heading.mfilter-collapsed .mfilter-head-icon {
    background-image: url(/image/i/mfplus.png)
}

.mfilter-box .box-content .mfilter-heading-text {
    width: calc(100% - 27px);
    margin-left: 0
}

.mfilter-box .box-content .mfilter-heading-text>span {
    padding-left: 0;
    font-size: 14px;
    text-transform: uppercase
}

.mfilter-box .box-content .mfilter-col-input {
    padding-right: 8px
}

.mfilter-box .box-content .mfilter-opts-container {
    border-top: 1px solid #acacac;
    padding: 9px 0 5px 0
}

.mfilter-box .box-content .mfilter-opts-container label {
    font-weight: 400
}

.mfilter-box .box-content .mfilter-opts-container .mfilter-counter {
    border-radius: 0;
    background: #acacac
}

.mfilter-box .box-content .mfilter-opts-container .mfilter-counter:after {
    content: none
}

.mfilter-box .box-content .mfilter-opts-container .mfilter-counter.mfilter-close {
    background: url(/catalog/view/theme/default/stylesheet/mf/images/icons.png?v7) no-repeat 0 0
}

.mfilter-box .box-content .mfilter-opts-container input[type="text"] {
    border-radius: 0;
    height: 45px
}

.mfilter-box .box-content .mfilter-opts-container .form-control[disabled],
.mfilter-box .box-content .mfilter-opts-container .form-control[readonly],
.mfilter-box .box-content .mfilter-opts-container fieldset[disabled] .form-control {
    background: #FFF
}

.mfilter-box .box-content .mfilter-opts-container .mfilter-slider-slider,
.mfilter-box .box-content .mfilter-opts-container #mfilter-price-slider {
    border: #acacac 1px solid;
    background: #FFF;
    margin: 15px 2px 0 5px !important
}

.mfilter-box .box-content .mfilter-opts-container .mfilter-slider-slider .ui-slider-range,
.mfilter-box .box-content .mfilter-opts-container #mfilter-price-slider .ui-slider-range {
    background: #acacac !important
}

.mfilter-box .box-content .mfilter-opts-container .mfilter-slider-slider .ui-slider-handle,
.mfilter-box .box-content .mfilter-opts-container #mfilter-price-slider .ui-slider-handle {
    background: #FFFFFF !important;
    height: 18px !important;
    border: 1px #acacac solid !important;
    border-radius: 0
}

.mfilter-box .mfilter-tb-as-td {
    vertical-align: bottom;
    font-size: 12px
}

.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border: 1px solid #acacac;
    border-radius: 0;
    background: #FFF;
    position: relative;
    overflow: hidden
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: visible;
    width: calc(100% - 35px);
    text-overflow: ellipsis;
    margin: 0 25px 0 10px;
    padding: 8px 0;
    font-size: 14px;
    color: #141414;
    height: 30px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    line-height: 38px;
    background-color: #FFF;
    color: #141414;
    text-align: center
}

.selectric .button:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #141414;
    border-right: 1px solid #141414;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    right: 10px;
    top: 10px
}

.selectric-focus .selectric {
    border-color: #aaa
}

.selectric-hover .selectric .button {
    color: #a2a2a2
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric .button::after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform-origin: 4px 5px
}

.selectric-open .selectric-items {
    display: block
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 31px;
    left: 0;
    background: #FFF;
    border: 1px solid #acacac;
    z-index: -1;
    box-shadow: 0 0 10px -6px
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-items ul,
.selectric-items .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #141414;
    cursor: pointer;
    line-height: 16px;
    white-space: nowrap
}

.selectric-items li.selected,
.selectric-items li.highlighted,
.selectric-items li:hover {
    color: #e85529
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: 700;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.product-compare .comparetable .table>tr>td:last-child {
    word-break: break-word
}

.product-compare .compare_actions .btn {
    width: 100px
}

.product-compare-header {
    position: absolute;
    top: 185px;
    right: 0;
    background: #e85529;
    border: none;
    padding: 10px;
    z-index: 999;
    text-align: center;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    width: 90px
}

.product-compare-header:hover {
    background: #141414
}

.product-compare-header a {
    color: #FFF
}

.product-compare-header p {
    margin: 0
}

.product-compare-header p#compare-total {
    font-weight: 700;
    line-height: 14px;
    font-size: 12px
}

.product-compare-header i {
    font-size: 28px
}

.product-compare-header .badge {
    color: #FFF;
    position: absolute !important;
    top: 5px !important;
    right: 10px;
    padding: 3px;
    min-width: 17px;
    line-height: 11px;
    z-index: 99;
    background: #e85529
}

.container-inside {
    margin-right: 10px
}

.widget-products .owl-stage {
    padding: 35px 0
}

.widget-products .owl-item:hover {
    z-index: 400
}

.widget-products .owl-next,
.widget-products .owl-prev {
    top: calc(40% - 40px)
}

#request-on-order-form .btn-buy-product {
    background: #e85529 !important;
    padding: 0 37px !important;
    color: #FFFFFF !important;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all
}

#request-on-order-form .btn-buy-product:hover {
    background: #141414 !important
}

.page-information h1,
.checkout-buy h1 {
    margin-top: 0
}

.pagescarousel {
    margin: 30px 0
}

.pagescarousel .item {
    padding: 0 47px
}

.pagescarousel h3 {
    margin: 0 0 15px 0
}

.pagescarousel .owl-next,
.pagescarousel .owl-prev {
    top: calc(50% - 20px)
}

.pagescarousel .owl-prev {
    left: 0
}

.pagescarousel .owl-stage {
    display: flex;
    align-items: stretch
}

.pagescarousel .owl-item {
    position: relative
}

.pagescarousel .pc_wrapper {
    display: flex
}

.pagescarousel .pc_wrapper>div.pc_image,
.pagescarousel .pc_wrapper>div.pc_text {
    flex: 0 0 50%
}

.pagescarousel .pc_wrapper>div.pc_text {
    padding-right: 15px
}

.pagescarousel .pc_wrapper>div.pc_text p {
    text-align: justify;
    padding-bottom: 46px
}

.pagescarousel .pc_wrapper>div.pc_text .btn {
    position: absolute;
    bottom: 0
}

.pagescarousel .pc_wrapper>div.pc_image {
    padding-left: 15px
}

.holiday_works {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    border: none !important;
    margin-left: auto !important;
    display: block
}

#is_ip .radio_custom .input-control {
    margin-right: 15px
}

@media (min-width:992px) {
    i.click-allcat {
        display: none
    }

    .owl-prev {
        left: -10px
    }

    .owl-prev,
    .owl-next {
        font-size: 65px
    }
}

@media (max-width:1199px) {

    .mfilter-content #mfilter-opts-price-min,
    .mfilter-content #mfilter-opts-price-max {
        width: 75px;
        min-width: 75px;
        padding: 9px 7px
    }

    .footer-center .main-footer {
        margin-left: 0
    }

    .pav-megamenu .navbar-nav>li>a {
        padding: 16px 10px;
        font-size: 14px
    }

    .producttabs .btn-dark {
        width: 30px;
        height: 30px;
        font-size: 11px;
        line-height: 30px
    }

    .feature-box-v1 {
        padding: 12px 20px
    }

    .feature-box-v1 .fbox-body.white strong {
        font-size: 18px
    }

    .home3 .featured-category ul li .caption {
        padding: 20px 5px
    }

    .home3 .featured-category .image {
        margin: 5px 0 5px 10px
    }

    .product-info .product-meta .btn-sm,
    .product-info .product-meta .btn-group-sm>.btn,
    .product-info .product-meta .btn-group-sm>.btn {
        padding: 0 5px
    }

    .header-top .topcontacts.phone {
        flex: 0 1 350px
    }

    .mfilter-free-container {
        top: 174px
    }

    .header-bottom .logo-container {
        flex: 0 0 170px
    }

    .header-bottom .nav-search {
        margin-bottom: 7px
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .logo-store img {
        margin-top: 4px
    }

    .home3 .widget-blogs .carousel-controls-v1 {
        top: 45px
    }

    .home3 .widget-blogs .carousel-controls-v1 .carousel-control.left {
        left: -65px
    }

    .home3 .widget-blogs .carousel-controls-v1 .carousel-control {
        border: none
    }
}

@media (min-width:992px) {
    .product-compare .comparetable .img-thumbnail {
        border: none
    }

    .product-compare .comparetable .table>thead>tr>td,
    .product-compare .comparetable .table>tbody>tr>td,
    .product-compare .comparetable .table>tfoot>tr>td {
        width: 500px
    }

    .product-compare .compare_actions .btn {
        width: 100px
    }
}

@media (max-width:991px) {
    .widget-images {
        margin-bottom: 30px
    }

    .home3 .layerslider-wrapper {
        margin-bottom: 30px
    }

    .header-top .btn-group {
        margin-right: 10px
    }

    .panel-v1>.panel-heading .panel-title {
        font-size: 18px
    }

    .productdeals-v1 .product-block .product-meta {
        text-align: center
    }

    .tab-v1 .nav-tabs>li>a {
        padding: 0 10px
    }

    .footer-center .panel {
        margin-bottom: 15px
    }

    #pavo-footer-center .container {
        padding-right: 25px
    }

    #pavo-footer-center .container .footer-left {
        float: none;
        margin: 0 auto 30px auto
    }

    .featured-category ul li .caption {
        padding: 20px 5px
    }

    .featured-category .image {
        margin: 5px 0 5px 10px
    }

    .zoomContainer {
        display: none
    }

    .product-grid .product-block {
        width: calc(100% / 3 - 33px)
    }

    .product-grid .product-block .action>div {
        padding-right: 2px
    }

    .header-top .topcontacts,
    .header-top .topcontacts.phone {
        flex: 0 0 250px;
        padding-left: 0
    }

    .header-top .topcontacts a,
    .header-top .topcontacts.phone a {
        color: #141414 !important
    }

    .header-top .topcontacts .media-title,
    .header-top .topcontacts.phone .media-title {
        padding: 7px 10px
    }

    .header-top .topcontacts .media-body span,
    .header-top .topcontacts.phone .media-body span {
        line-height: 12px;
        vertical-align: baseline;
        font-size: 12px;
        color: #141414 !important
    }

    .header-top .topcontacts.worktime {
        margin-left: 30px
    }

    .header-bottom .main-menu {
        order: 1
    }

    .header-bottom .main-menu .pav-megamenu .btn-primary {
        padding: 0 13px
    }

    .header-bottom .main-menu .pav-megamenu .btn-primary:hover {
        background: #e85529
    }

    .header-bottom .main-menu .pav-megamenu .btn-primary span {
        font-size: 18px;
        vertical-align: text-bottom
    }

    .header-bottom .nav-search {
        order: 3
    }

    .header-bottom .logo-container {
        order: 2;
        flex: 1 1 auto;
        text-align: center
    }

    body .mfilter-free-container {
        top: 163px !important;
        padding: 0 !important;
        margin-right: -222px;
        margin-left: auto;
        right: 0;
        left: auto
    }

    body .mfilter-free-container.mfilter-direction-rtl {
        margin-right: -222px
    }

    body .mfilter-free-container #mfilter-free-container-0 {
        padding: 0 5px !important;
        overflow: auto !important
    }

    body .mfilter-free-container .mfilter-free-button {
        background: #e85529;
        margin: 0 220px 0 -45px;
        border-color: #e85529
    }

    body .mfilter-free-container .mfilter-free-button:before {
        content: '\f0b0';
        font-family: 'Fontawesome';
        color: #FFF;
        font-size: 24px;
        line-height: 23px;
        padding: 3px
    }

    body .mfilter-free-container #mfilter-opts-price-min,
    body .mfilter-free-container #mfilter-opts-price-max {
        width: 75px;
        min-width: 75px;
        padding: 9px 7px
    }

    .pagination>li>a,
    .pagination>li>span {
        margin-bottom: 8px
    }

    .tree-menu ul li:hover {
        background-color: #FFF
    }

    .tree-menu ul li:hover a {
        color: #141414
    }

    .breadcrumbs {
        padding: 15px 15px
    }

    .h1_container h1 {
        padding: 0 15px 21px 15px
    }

    .product-compare-header {
        width: 60px;
        position: absolute;
        top: 0;
        right: calc(((100vw - 780px) / 2) + 80px);
        background: transparent
    }

    .product-compare-header:hover {
        background: transparent
    }

    .product-compare-header a {
        color: #141414
    }

    .cat_all>li {
        position: relative
    }

    .cat_all>li .click-allcat {
        cursor: pointer;
        display: inline-block;
        padding: 10px;
        top: 8px;
        position: absolute;
        right: 0;
        z-index: 1;
        color: #141414
    }

    .cat_all>li.haschildren ul {
        display: none
    }

    .cat_all>li.haschildren>a {
        width: calc(100% - 40px);
        display: inline-block
    }

    .cat_all>li.haschildren.opened ul {
        display: block
    }

    .category_widget .type1 {
        height: 300px
    }

    .category_widget .type1 h2 a {
        font-size: 15px;
        padding: 27px 0
    }

    .pagescarousel .pc_wrapper {
        flex-wrap: wrap
    }

    .pagescarousel .pc_wrapper>div.pc_image,
    .pagescarousel .pc_wrapper>div.pc_text {
        flex: 0 0 100%
    }

    .pagescarousel .pc_wrapper>div.pc_image {
        order: 1;
        padding: 0
    }

    .pagescarousel .pc_wrapper>div.pc_text {
        order: 2
    }

    .col-md-12 .refine-search ul li,
    .col-md-12 .refine-search ol li {
        width: calc(25% - 20px)
    }

    .product-compare .comparetable {
        padding: 0 !important;
        overflow-x: auto
    }

    .product-compare table {
        font-size: 12px;
        width: 100%;
        max-width: 100%
    }
}

@media (max-width:768px) {
    .alert {
        margin: 10px 15px
    }

    .quickview,
    .zoom {
        display: none !important
    }
}

@media (max-width:767px) {
    .product-compare-header {
        right: 75px
    }

    .product-grid .product-block {
        width: calc(100% / 2 - 32px)
    }

    .logo-container {
        width: 140px
    }

    .topcontacts {
        width: calc(100% - 140px)
    }

    .featured-category ul li {
        width: 100%
    }

    #powered ul.links {
        margin-bottom: 40px
    }

    .producttabs {
        margin-top: 15px
    }

    .widget-products .owl-stage {
        padding: 15px 0
    }

    .tab-v3 .nav-tabs {
        flex-wrap: wrap;
        border: none
    }

    .tab-v3 .nav-tabs>li {
        width: 100%;
        text-align: center;
        border: none
    }

    .tab-v3 .nav-tabs>li:last-child {
        border: none
    }

    .tab-v3 .nav-tabs>li.active a {
        border: none
    }

    .tab-v3 .nav-tabs>li>a {
        border: none;
        padding: 10px 15px;
        font-size: 18px
    }

    .table-responsive .input-group .form-control {
        margin-right: 30px;
        padding: 5px
    }

    .cart.pull-left {
        float: none !important;
        margin-bottom: 5px
    }

    .checkout-cart table,
    .shopping-cart-table {
        background: #fff
    }

    .shopping-cart-table>thead {
        display: none
    }

    .shopping-cart-table .shopping-cart-table__product-image img {
        max-width: 160px
    }

    .shopping-cart-table td.image-col {
        width: 100%;
        text-align: center !important
    }

    .shopping-cart-table,
    .shopping-cart-table tbody,
    .shopping-cart-table td,
    .shopping-cart-table.tr {
        display: block;
        border: 0;
        width: 100%
    }

    .shopping-cart-table td {
        position: relative;
        padding-left: 43% !important;
        text-align: left !important;
        white-space: normal !important
    }

    .shopping-cart-table td:first-child {
        border-top: 0
    }

    .shopping-cart-table td div.th-title {
        display: block;
        position: absolute;
        left: 10px;
        width: 38%;
        padding-right: 10px;
        text-align: right;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        font-weight: 700;
        text-transform: uppercase
    }

    .shopping-cart-table td.no-title {
        padding-left: 20px !important;
        text-align: center !important
    }

    .shopping-cart-table .input-group-qty {
        display: inline-block;
        padding-right: 10px
    }

    .total-table .text-right {
        padding-left: 60% !important
    }

    .total-table td div.th-title {
        width: 53% !important
    }

    .shopping-cart-btns {
        text-align: center
    }

    .shopping-cart-btns .btn.pull-left,
    .shopping-cart-btns .btn.pull-right {
        float: none !important;
        margin: 0 !important
    }

    .header-top .headercart {
        flex: 1 1 200px
    }

    .header-top .topcontacts,
    .header-top .topcontacts.phone {
        flex: 1 1 235px
    }

    .header-bottom .main-menu {
        flex: 0 0 auto
    }

    #powered .inner {
        flex-wrap: wrap
    }

    #powered .inner .copyright {
        order: 2;
        margin-bottom: 15px
    }

    #powered .inner .payment {
        order: 1
    }

    .footer-center .footer-left ul {
        margin: 0 auto
    }

    .footer-center .footer-left ul li {
        max-width: 220px;
        margin: 0 auto
    }

    .footer-center .main-footer {
        flex-wrap: wrap
    }

    .footer-center .main-footer .box {
        width: 100%
    }

    .fancybox-opened {
        width: 90% !important;
        position: fixed !important;
        left: 5% !important;
        z-index: 999999 !important;
        top: 35% !important
    }

    .fancybox-opened .fancybox-skin {
        padding: 15px 0 !important
    }

    .fancybox-inner {
        width: 100% !important;
        height: auto !important
    }

    .holiday_table {
        width: 100% !important
    }

    .holiday_table td {
        font-size: 15px !important
    }
}

@media (max-width:637px) {
    .success {
        width: 300px;
        margin-left: -150px;
        padding: 30px 15px 15px 15px
    }

    .success .success_button {
        padding: 6px;
        font-size: 13px
    }

    .col-md-12 .refine-search ul li,
    .col-md-12 .refine-search ol li {
        width: calc(33.3% - 20px)
    }
}

@media (max-width:570px) {
    #powered>.container {
        padding: 0
    }

    .header-top .topcontacts.worktime {
        display: none
    }

    .header-top .topcontacts.phone {
        flex: 0 0 155px
    }

    .header-bottom .nav-search {
        flex: 0 1 30px;
        margin-right: 15px
    }

    #searchtop {
        border: 0
    }

    #searchtop input.form-control {
        opacity: 0;
        visibility: hidden;
        border: 1px #acacac solid;
        width: 40px;
        position: absolute;
        right: 0;
        background: #FFF;
        padding: 5px 10px;
        -webkit-transition: 0.2s all;
        -o-transition: 0.2s all;
        transition: 0.2s all
    }

    #searchtop input.form-control.srch {
        width: 215px;
        opacity: 1;
        visibility: visible
    }

    .common-home #searchtop input.form-control {
        top: -4px
    }

    .col-md-12 .refine-search ul li,
    .col-md-12 .refine-search ol li {
        width: calc(50% - 20px)
    }
}

@media (width:480px) {
    #searchtop input.form-control.srch {
        top: 0
    }
}

@media (max-width:480px) {
    .product-filter .filter-right>div {
        margin-bottom: 5px
    }

    .product-filter .filter-right>div.limit {
        display: none
    }

    .product-list .product-col .block-img {
        float: none;
        width: 100%
    }

    .product-list .product-meta {
        padding: 20px
    }

    .tab-v6 .nav-tabs>li>a {
        padding: 15px 10px;
        font-size: 13px
    }

    .tab-v7 .nav-tabs>li.active::before {
        content: none
    }

    .pav-blogs .blog-body {
        overflow: visible
    }

    #searchtop input.form-control.srch {
        width: 72vw
    }
}

@media (max-width:360px) {
    .category_widget .type1 h2 a {
        font-size: 13px;
        padding: 28px 0
    }

    .col-md-12 .refine-search ul li,
    .col-md-12 .refine-search ol li {
        width: calc(50% - 20px)
    }
}

@media (max-width:480px) {
    .product-grid .product-block {
        width: 100%;
        margin: 0
    }
}

table.total-item strong {
    font-weight: 700
}

@media (max-width:767px) {
    .img-wrap {
        display: flex !important
    }

    .img-wrap>.text {
        margin-left: 20px
    }

    .img-wrap>.img {
        width: 60px
    }

    .img-wrap>.img>img {
        max-width: none
    }

    .radio_custom label {
        max-width: 75vw
    }
}

.well {
    padding: 0px !important;
    color: #303032;
    font-size: 16px
}

#payment p {
    font-size: 18px
}

#payment h2 {
    font-size: 24px;
    text-transform: none
}

#content .well>h1 {
    margin-top: 50px;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
    display: block;
    padding-left: 30px
}

#content .well>h1:after {
    width: 30px;
    height: 2px;
    background: #e85529;
    content: '';
    position: absolute;
    bottom: 0;
    left: 34px
}

@media (max-width:991px) {
    #payment .payment-name {
        font-size: 18px
    }

    .well {
        font-size: 14px
    }
}

@media (max-width:767px) {
    #payment .payment-name {
        margin-top: 20px
    }
}

#payment .cash_left {
    padding: 0;
    padding-left: 30px
}

#payment .cash_right {
    padding: 0
}

#payment .cash {
    margin: 0;
    padding: 0;
    padding-right: 0
}

@media (min-width:768px) and (max-width:991px) {
    #payment .cash_left {
        padding: 0 30px
    }
}

#payment .no-cash_left {
    padding: 0;
    padding-left: 30px;
    padding-bottom: 40px
}

#payment .no-cash_right {
    padding: 0
}

#payment .no-cash {
    margin: 0;
    padding: 0;
    border-top: none;
    border-bottom: none;
    padding-right: 0;
    margin-top: 70px
}

#payment .gr {
    display: block !important
}

#payment .payment_grid {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    height: 100%;
    font-size: 12px;
    overflow: hidden
}

#payment .no-cash_right .payment_grid .gr {
    width: 20%;
    padding: 10px;
    border-left: none;
    position: relative;
    background: #fff;
    top: 0
}

#payment .no-cash_right .payment_grid .gr .gr-inner {
    border: 1px solid #ededed;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    width: 100%;
    align-content: baseline
}

#payment.apple .no-cash_right .payment_grid .gr {
    width: calc(100% - 1px)
}

#feature1 {
    z-index: 50;
    left: -20%
}

#feature2 {
    z-index: 40;
    left: -40%
}

#feature3 {
    z-index: 30;
    left: -60%
}

#feature4 {
    z-index: 20;
    left: -80%
}

#feature5 {
    z-index: 20;
    left: -100%
}

#payment .payment_grid .gr:first-child,
#payment .payment_grid .gr:last-child {
    border-left: none !important
}

#payment .payment_grid .gr:last-child {
    border-right: none !important
}

#payment .payment_grid .gr img {
    margin: 0 0 10px 0;
    max-width: 65px;
    align-self: center
}

#payment .payment_grid .gr p {
    margin: 0;
    clear: both;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    width: 100%
}

@media (max-width:991px) {
    #payment .cash_right img {
        margin-top: 30px
    }

    #payment .no-cash_left {
        padding: 0 30px;
        padding-bottom: 40px
    }

    #payment .no-cash_right .payment_grid .gr {
        width: 100%;
        display: flex !important;
        align-items: center;
        border-right: none;
        border-left: none
    }

    #payment.apple .payment_grid .gr {
        width: calc(100% - 1px)
    }

    #payment .payment_grid .gr:nth-child(-n+2) {
        border-bottom: none
    }

    #payment .payment_grid .gr:nth-child(3),
    #payment .payment_grid .gr:nth-child(4) {
        border-bottom: none
    }

    #feature1,
    #feature2,
    #feature3,
    #feature4 {
        left: -100%
    }

    #payment .payment_grid .gr p {
        display: inline
    }

    #payment .payment_grid .gr img {
        flex-shrink: 0
    }
}

@media (max-width:767px) {

    #payment .cash_left,
    #payment .no-cash_left {
        padding: 0
    }

    #payment .no-cash {
        margin-top: 20px
    }

    #payment .payment_grid .gr {
        width: 100%
    }

    #payment .no-cash_left {
        padding-bottom: 20px
    }
}

@media (max-width:600px) {
    #payment .no-cash_right .payment_grid .gr {
        width: 100%
    }

    #feature1,
    #feature2,
    #feature3,
    #feature4 {
        left: -100%
    }
}

@media (max-width:500px) {
    .payment_grid .gr {
        width: 100%
    }
}

#payment .bank-card_left {
    padding: 0;
    padding-left: 30px
}

#payment .bank-card_right {
    padding: 0;
    padding-right: 70px;
    padding-left: 70px
}

#payment .bank-card {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ededed;
    padding-right: 0;
    padding-bottom: 50px;
    margin-top: 20px
}

#payment .bank-card_right__ul li,
#payment .webmoney_left__ul li {
    list-style-type: none;
    margin: 1px 0;
    padding: 0 0 14px 0
}

#payment .bank-card_right__ul li:last-child,
#payment .webmoney_left__ul li:last-child {
    border-left: 2px solid #fff
}

#payment .bank-card_right__ul {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 65px;
    font-size: 14px
}

@media (max-width:991px) {
    #payment .bank-card_left {
        padding: 0 30px
    }
}

@media (max-width:767px) {

    #payment .bank-card_left,
    #payment .bank-card_right {
        padding: 0
    }

    #payment .bank-card {
        padding-bottom: 20px
    }

    #payment .bank-card_right__ul {
        margin-bottom: 20px;
        font-size: 13px
    }
}

#payment .terminals {
    background: url("/image/data/payment/terminal-background.png") no-repeat 0 3.2em;
    background-size: 100%
}

#payment .terminals .terminals-1_right .terminals-1_right__image img,
#payment .terminals .terminals-2_left .terminals-2_left__image img,
#payment .terminals .terminals-3_right .terminals-3_right__image img,
#payment .terminals .terminals-5_right .terminals-5_right__image img {
    display: inline-block
}

#payment .terminals .terminals-3_right::before {
    content: '';
    position: absolute;
    right: 8px;
    top: -55px;
    border: 245px solid transparent;
    border-right: 400px solid #e85529;
    z-index: 1
}

#payment .terminals .terminals-1_left,
#payment .terminals .terminals-3_left,
#payment .terminals .terminals-4_right,
#payment .terminals .terminals-5_left {
    padding: 0;
    padding-left: 30px
}

#payment .terminals .terminals-1_right,
#payment .terminals .terminals-2_left,
#payment .terminals .terminals-3_right,
#payment .terminals .terminals-4_left,
#payment .terminals .terminals-5_right {
    padding: 0
}

#payment .terminals .terminals-1_right .terminals-1_right__image {
    text-align: right
}

#payment .terminals .terminals-2 {
    padding-top: 60px
}

#payment .terminals .terminals-2_left .terminals-2_left__image,
#payment .terminals .terminals-3_right .terminals-3_right__image,
#payment .terminals .terminals-5_right .terminals-5_right__image {
    text-align: center
}

#payment .terminals .terminals-2_right {
    padding: 0;
    padding-right: 70px;
    padding-top: 115px
}

#payment .terminals .terminals-3_left {
    padding-right: 40px;
    padding-top: 170px
}

#payment .terminals .terminals-4_left {
    padding-left: 35px
}

#payment .terminals .terminals-4_right {
    padding-right: 40px;
    padding-top: 175px
}

#payment .terminals .terminals-5 {
    padding-top: 40px;
    padding-bottom: 40px
}

#payment .terminals .terminals-5_left {
    padding-right: 140px;
    padding-top: 210px
}

#payment .terminals .terminals-2_right__header,
#payment .terminals .terminals-3_left__header,
#payment .terminals .terminals-4_right__header,
#payment .terminals .terminals-5_left__header {
    font-size: 14px
}

#payment .terminals .terminals-5_left__header span,
#payment .bank-card_left span,
#payment .yandex-money_right__warning span {
    color: #e85529
}

#payment .terminals .terminals-2_right__description,
#payment .terminals .terminals-3_left__description,
#payment .terminals .terminals-4_right__description,
#payment .terminals .terminals-5_left__description {
    font-size: 14px
}

#payment .terminals .terminals-1_left__description {
    padding-left: 60px;
    padding-top: 50px
}

#payment .terminals .terminals-2_right__header {
    padding-left: 45px
}

#payment .terminals .terminals-2_right__description {
    padding-left: 45px;
    padding-top: 10px
}

#payment .terminals .terminals-3_left__header {
    padding-left: 65px
}

#payment .terminals .terminals-3_left__description {
    padding-left: 65px;
    padding-top: 10px
}

#payment .terminals .terminals-4_right__header {
    padding-left: 115px
}

#payment .terminals .terminals-4_right__description {
    padding-left: 115px;
    padding-top: 10px
}

#payment .terminals .terminals-5_left__header {
    padding-left: 65px
}

#payment .terminals .terminals-5_left__description {
    padding-left: 65px;
    padding-top: 10px
}

@media (min-width:992px) and (max-width:1199px) {
    #payment .terminals .terminals-1_left__description {
        padding-left: 50px;
        padding-top: 10px
    }

    #payment .terminals .terminals-2_right {
        padding-top: 90px;
        padding-right: 60px
    }

    #payment .terminals .terminals-3_left {
        padding-top: 140px
    }

    #payment .terminals .terminals-3_left__header {
        padding-left: 50px
    }

    #payment .terminals .terminals-3_left__description {
        padding-left: 50px
    }

    #payment .terminals .terminals-4_right {
        padding-top: 140px
    }

    #payment .terminals .terminals-4_right__header {
        padding-left: 90px
    }

    #payment .terminals .terminals-4_right__description {
        padding-left: 90px
    }

    #payment .terminals .terminals-5_left {
        padding-top: 170px;
        padding-right: 70px
    }

    #payment .terminals .terminals-5_left__header {
        padding-left: 50px
    }

    #payment .terminals .terminals-5_left__description {
        padding-left: 50px
    }

    #payment .terminals .terminals-3_right::before {
        content: '';
        position: absolute;
        right: 8px;
        top: -55px;
        border: 175px solid transparent;
        border-right: 315px solid #e85529;
        z-index: 1
    }
}

@media (min-width:768px) and (max-width:991px) {
    #payment .terminals {
        background: none
    }

    #payment .terminals .terminals-3_right::before {
        border: none;
        display: none
    }

    #payment .terminals .terminals-1_left__description {
        padding-left: 30px;
        padding-top: 0
    }

    #payment .terminals .terminals-2 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    #payment .terminals .terminals-2_right {
        padding: 0;
        padding-right: 25px;
        padding-top: 90px
    }

    #payment .terminals .terminals-2_right__header {
        padding-left: 30px
    }

    #payment .terminals .terminals-2_right__description {
        padding-left: 30px
    }

    #payment .terminals .terminals-3_left {
        padding-top: 60px;
        padding-right: 10px
    }

    #payment .terminals .terminals-3_left__header {
        padding-left: 30px
    }

    #payment .terminals .terminals-3_left__description {
        padding-left: 30px
    }

    #payment .terminals .terminals-4_right {
        padding-top: 55px
    }

    #payment .terminals .terminals-4_right__header {
        padding-left: 60px
    }

    #payment .terminals .terminals-4_right__description {
        padding-left: 60px
    }

    #payment .terminals .terminals-5_left {
        padding-top: 70px;
        padding-right: 10px
    }

    #payment .terminals .terminals-5_left__header {
        padding-left: 30px
    }

    #payment .terminals .terminals-5_left__description {
        padding-left: 30px
    }
}

@media (max-width:767px) {
    #payment .terminals {
        background: none
    }

    #payment .terminals .terminals-3_right::before {
        border: none;
        display: none
    }

    #payment .terminals .terminals-1_left,
    #payment .terminals .terminals-3_left,
    #payment .terminals .terminals-4_right,
    #payment .terminals .terminals-5_left,
    #payment .terminals .terminals-3_right {
        padding: 0
    }

    #payment .terminals .terminals-1_left__description {
        padding-left: 0;
        padding-top: 0
    }

    #payment .terminals .terminals-2 {
        padding-top: 30px
    }

    #payment .terminals .terminals-2_right {
        padding: 30px 30px 10px 30px
    }

    #payment .terminals .terminals-2_right__header,
    #payment .terminals .terminals-2_right__description,
    #payment .terminals .terminals-3_left__header,
    #payment .terminals .terminals-3_left__description,
    #payment .terminals .terminals-4_right__header,
    #payment .terminals .terminals-4_right__description,
    #payment .terminals .terminals-5_left__header,
    #payment .terminals .terminals-5_left__description {
        padding-left: 0
    }

    #payment .terminals .terminals-3_right {
        padding-top: 10px;
        padding-bottom: 25px
    }

    #payment .terminals .terminals-4_left {
        padding: 10px 30px
    }

    #payment .terminals .terminals-5 {
        padding-top: 20px
    }
}

#payment .yandex-money_left {
    padding: 0;
    padding-left: 30px
}

#payment .yandex-money_left .yandex-money_left__lastRow__boldText {
    font-size: 15px
}

#payment .yandex-money_right {
    padding: 0
}

#payment .yandex-money {
    margin: 0;
    padding: 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding-right: 0;
    padding-bottom: 50px
}

#payment .yandex-money .yandex-money_right__blueBackground {
    padding: 34px 85px 35px 90px;
    color: #fff;
    background-color: #e85529;
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 12%
}

#payment .yandex-money .yandex-money_right__logo {
    text-align: center;
    padding-top: 90px
}

#payment .yandex-money .yandex-money_left__mockup {
    text-align: right;
    padding-top: 30px
}

#payment .yandex-money .yandex-money_right__logo img,
#payment .yandex-money .yandex-money_left__mockup img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

#payment .yandex-money .yandex-money_left__lastRow {
    padding-right: 35px;
    padding-top: 20px
}

#payment .yandex-money .yandex-money_left__lastRow__grayText {
    font-size: 14px;
    color: #b4b4b4
}

#payment .yandex-money .yandex-money_right__screen {
    padding-right: 10px
}

#payment .yandex-money .yandex-money_right__warning {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    padding-left: 12%;
    padding-top: 30px
}

#payment .yandex-money .yandex-money_right__warning__icon {
    border-radius: 50px;
    background-color: #e85529;
    padding: 10px 17px;
    color: #fff;
    margin-right: 30px
}

@media (min-width:992px) and (max-width:1199px) {
    #payment .yandex-money .yandex-money_right__blueBackground {
        padding: 23px 35px 29px 30px
    }

    #payment .yandex-money .yandex-money_right__warning {
        padding-left: 0
    }

    #payment .yandex-money .yandex-money_left__lastRow {
        padding-right: 5px
    }
}

@media (max-width:991px) {
    #payment .yandex-money_left {
        padding: 0 30px
    }

    #payment .yandex-money .yandex-money_right__logo {
        padding-top: 10px
    }

    #payment .yandex-money .yandex-money_left__mockup {
        text-align: center
    }

    #payment .yandex-money .yandex-money_right__blueBackground {
        padding: 15px 30px 15px 25px;
        margin-top: 0
    }

    #payment .yandex-money .yandex-money_right__warning {
        padding-left: 17%;
        padding-top: 10px;
        padding-right: 10px
    }

    #payment .yandex-money .yandex-money_left__lastRow {
        padding-top: 0;
        padding-bottom: 20px
    }

    #payment .yandex-money_left .yandex-money_left__lastRow__boldText {
        font-size: 13px
    }

    #payment .yandex-money .yandex-money_right__warning__icon {
        padding: 10px 18px;
        color: #fff
    }
}

@media (max-width:767px) {
    #payment .yandex-money .yandex-money_right__blueBackground {
        font-size: 14px
    }

    #payment .yandex-money .yandex-money_right__warning {
        padding-left: 15px
    }

    #payment .yandex-money .yandex-money_right__warning__icon {
        margin-right: 0
    }

    #payment .yandex-money .yandex-money_right__warning .pull-left p {
        padding-left: 35px;
        font-size: 12px !important
    }

    #payment .yandex-money .yandex-money_right__screen {
        padding-right: 0
    }

    #payment .yandex-money_left,
    #payment .yandex-money_right {
        padding: 0
    }
}

#payment .webmoney_left {
    padding: 0;
    padding-left: 30px
}

#payment .webmoney_right {
    padding: 0;
    padding-right: 70px;
    padding-left: 70px;
    padding-top: 50px
}

#payment .webmoney {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e85529;
    padding-right: 0;
    padding-bottom: 50px
}

#payment .webmoney_left__ul {
    padding-left: 50px;
    margin-top: 110px;
    margin-bottom: 65px;
    font-size: 14px
}

@media (min-width:992px) and (max-width:1199px) {
    #payment .webmoney_left__ul {
        padding-left: 0
    }
}

@media (max-width:991px) {
    #payment .webmoney_left {
        padding: 0 30px
    }

    #payment .webmoney_left__ul {
        margin-top: 0;
        margin-bottom: 10px
    }

    #payment .webmoney_right {
        padding-top: 10px
    }
}

@media (max-width:767px) {
    #payment .webmoney_right {
        padding-right: 30px;
        padding-left: 30px
    }

    #payment .webmoney_left__ul {
        padding-left: 0;
        font-size: 13px
    }

    #payment .webmoney {
        padding-bottom: 10px
    }

    #payment .webmoney_left,
    #payment .webmoney_right {
        padding: 0
    }
}

#payment .credit .credit_center {
    padding: 0;
    padding-left: 30px;
    padding-right: 30px
}

@media (max-width:767px) {
    #payment .credit .credit_center div img {
        width: 100% !important
    }
}

#payment h2 {
    color: #000
}

#payment p {
    font-size: 16px
}

#payment .bank-card_right__ul li,
#payment .webmoney_left__ul li {
    height: inherit;
    display: flex;
    border-left: 2px dotted #e85529
}

#payment #oplata_points {
    height: inherit;
    position: relative;
    right: 12px
}

#payment #oplata_circle_point {
    width: 22px;
    height: 22px;
    border: 1px solid #e85529;
    border-radius: 11px;
    color: #fff;
    background-color: #e85529;
    text-align: center;
    font-weight: 700;
    margin-right: 10px
}

#payment .bank-card_right__ul li span,
#payment .webmoney_left__ul li span {
    position: relative;
    height: auto
}

@media (max-width:900px) {
    .page-information #page img {
        width: 100% !important;
        height: auto !important
    }
}

@media (max-width:991px) {
    .pagescarousel h3 {
        padding-bottom: 30px
    }

    .pagescarousel .pc_wrapper>div.pc_text p {
        display: none
    }

    .category_widget a .type1 {
        height: 250px
    }
}

.ocwall {
    background: rgba(82, 76, 68, .85);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out
}

@media (max-width:991px) {
    .row-offcanvas.active .ocwall {
        opacity: 1;
        visibility: visible;
        z-index: 9999
    }

    .offcanvas-inner.panel-offcanvas {
        position: fixed;
        width: 70%
    }

    .offcanvas-body {
        padding: 0 0 130px 0;
        overflow-y: scroll;
        overflow-x: hidden;
        height: calc(100vh - 45px)
    }

    .disabled-page-area {
        overflow: hidden
    }

    .active .disabled-page-area {
        position: fixed
    }
}

.checkout-buy .shopping-cart-table a {
    color: #e85529
}

@media (max-width:767px) {
    .table.shopping-cart-table>tbody>tr {
        display: block
    }

    h1,
    h2 {
        font-size: 21px !important
    }

    h3 {
        font-size: 20px !important
    }

    .footer-center .box .box-heading {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .storage_widget table>tbody>tr>td:nth-child(2) {
        width: 50%
    }

    .common-home .pagescarousel h3 {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .pagescarousel .pc_wrapper>div.pc_text .btn.btn-primary {
        opacity: 0;
        position: absolute;
        height: 100%;
        width: calc(100% - 94px)
    }
}

@media (min-width:571px) {
    #searchtop span.input-group-btn {
        background-color: #fff
    }
}

@media (max-width:767px) {
    .page-product .product-info .title-product {
        font-size: 20px
    }

    .page-product .price.detail .price-new {
        font-size: 30px
    }

    .page-product .thumbnail {
        margin-bottom: 0
    }

    .page-product h1 {
        margin-bottom: -5px
    }

    .page-product .space-top-20 {
        margin-top: 0px !important
    }

    .page-product .product-info .tab-content .desc-header-wrapper {
        margin-top: 0
    }

    .page-product .panel-heading {
        padding: 0 20px
    }

    .page-product .panel-heading .btn.scroll-close.scroll-button {
        margin-top: 10px !important
    }

    .page-product .main-columns.container.space-20 {
        margin-bottom: 5px !important
    }

    .page-product .products-owl-carousel .owl-stage-outer {
        padding: 0
    }

    body[class*="page-product"] #content .owl-carousel {
        margin-bottom: 0
    }
}

.page-product table tr>td:last-child {
    word-break: break-word
}

.btn.btn-sm.button-credit,
.btn-group-sm>.btn.button-credit {
    background-color: #ddd
}