/**
 * Komotto theme
 * author ThemeDron http://themedron.com
 * Commercial license
 */

.font-b {
    font-family: 'Raleway', sans-serif;
    font-size: 800
}

.font {
    font-family: 'Raleway', sans-serif;
    font-size: 500
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 500;
    font-size: 16px;
    color: #2c2c2c
}

.comp-header {
    display: inline-block;
    font-weight: 800;
    line-height: 1.286;
    letter-spacing: .02em
}

.comp-header>span {
    display: block;
    font-weight: 500
}

.comp-header.st-1 {
    font-size: .75em;
    line-height: 1.167
}

.comp-header.st-4 {
    font-size: .875em
}

.comp-header.st-8 {
    font-size: 1.125em;
    line-height: 1.167
}

.comp-header.st-12 {
    font-size: 1.5em;
    line-height: 1
}

.comp-header.st-16 {
    font-size: 2.25em;
    line-height: 1
}

.comp-header.st-18 {
    font-size: 3em;
    line-height: 1.125;
    letter-spacing: 0
}

@media(max-width:991px) {
    .comp-header.st-18 {
        font-size: 2.25em
    }
}

.comp-header.st-20 {
    font-size: 4.5em;
    line-height: .667;
    margin-bottom: 83px
}

@media(max-width:991px) {
    .comp-header.st-20 {
        font-size: 3em
    }
}

.comp-header.st-20 small {
    font-weight: 500;
    font-size: 66%
}

.text-header {
    font-weight: 800;
    letter-spacing: .036em
}

.text-header.w-4 {
    font-size: 1.5em
}

.text-header.w-8 {
    font-size: 1.125em
}

.block-header .header {
    line-height: 1.286;
    letter-spacing: .036em;
    font-weight: 800;
    font-size: 3em
}

p {
    font-size: .875em;
    line-height: 1.286
}

a,
a:focus {
    color: #000;
    text-decoration: underline
}

a:hover,
a:active {
    color: #00a0ea;
}

.item-badge {
    color: #fff;
    font-size: .875em;
    font-weight: 700;
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 50%;
    text-align: center;
    padding-top: 27px
}

.sdw-wrap {
    display: inline-block;
    position: relative
}

.sdw-wrap>.sdw {
    position: absolute;
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.2);
    top: 5px;
    bottom: 0;
    left: 5px;
    right: 5px;
    z-index: 1;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.sdw-wrap>* {
    position: relative;
    z-index: 2
}

.sdw-wrap .sdw-hover:hover+.sdw {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2)
}

.sdw-wrap.hover>.sdw {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2)
}

.sdw-wrap.hover .sdw-hover:hover+.sdw {
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.2)
}

.list-group .list-group-item {
    font-size: .875em;
    letter-spacing: .02em;
    padding: 15px 24px;
    border-color: #e4e4e4;
    border-left: 0 none;
    border-right: 0 none;
    background-color: transparent
}

.list-group .list-group-item:nth-child(1),
.list-group .list-group-item:nth-last-child(1) {
    border-radius: 0
}

.list-group .list-group-item .badge {
    padding: 4px 7px;
    font-size: .875em;
    font-weight: 500
}

.list-group .list-group-item .icon {
    margin-left: -7px;
    margin-right: -33px;
    display: inline-block;
    position: absolute;
    top: 19px
}

.list-group .list-group-item .icon+.body {
    display: block;
    padding-left: 20px
}

.list-group .list-group-item.active {
    border-color: #e4e4e4;
    background-color: transparent;
    color: inherit;
    padding-right: 40px
}

.list-group .list-group-item.active::after {
    content: '\eb33';
    font-family: 'icofont';
    position: absolute;
    right: 13px;
    top: 15px;
    font-size: 1.125em
}

.list-group .list-group-item-heading {
    font-weight: 800;
    font-size: inherit
}

.list-group.dotted .list-group-item {
    border-top: 1px dotted;
    border-bottom: 1px dotted;
    border-color: #e4e4e4
}

.list-group.dashed .list-group-item {
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    border-color: #e4e4e4
}

ul {
    padding: 0
}

ul li {
    list-style: none
}

.dl-horizontal {
    font-size: .875em;
    letter-spacing: .02em;
    display: inline-block;
    width: 100%
}

.dl-horizontal dt {
    text-align: left;
    margin-right: -185px;
    padding-right: 185px;
    width: 100%
}

.dl-horizontal dd {
    margin-left: 0;
    float: left;
    width: 175px;
    padding-left: 10px
}

.dl-horizontal.terms dt {
    margin-bottom: 12px
}

.dl-horizontal.terms dt::after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 2px dotted #e4e4e4;
    position: relative;
    z-index: 1;
    bottom: -13px
}

.dl-horizontal.terms dt .body {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 2;
    padding-right: 10px;
    background-color: #fff;
    color: #565656
}

.horizontal-icons {
    border-color: #b1b1b1;
    display: inline-block
}

.horizontal-icons li {
    float: left;
    width: 33.3333%
}

.horizontal-icons .icon {
    font-size: 3em;
    color: #565656;
    margin-bottom: 17px;
    display: block
}

.horizontal-icons .body {
    display: block;
    font-size: 1.125em;
    padding-right: 30px;
    line-height: 1
}

.rate .stars {
    font-size: 1.125em
}

.rate .stars li {
    float: left;
    margin-right: 4px;
    color: #979797
}

.rate .stars li.active {
    color: #aca71e
}

.rate .rate-info {
    font-size: .625em;
    display: block;
    color: #979797;
    display: inline-block;
    margin-bottom: -5px;
    width: 100%
}

.rate .rate-info span {
    display: block;
    font-weight: 800;
    font-size: 1.3em;
    margin-top: -4px
}

.rate.inline .stars {
    display: inline-block
}

.rate.inline .rate-info {
    display: block;
    width: auto;
    float: right;
    font-size: .75em;
    letter-spacing: .02em;
    padding-top: 5px
}

.tags {
    width: 100%;
    display: inline-block;
    margin-left: -6px
}

.tags li {
    float: left;
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 5px
}

.tags li a {
    display: inline-block;
    font-size: .875em;
    text-decoration: none;
    padding: 7px 12px;
    border-radius: 3px
}

.tags li a,
.tags li a:focus {
    color: #fff;
    background-color: #00a0ea
}

.tags li a:hover,
.tags li a:active {
    color: #fff;
    background-color: rgba(0, 160, 234, 0.7)
}

.list-icon {
    padding-top: 18px
}

.list-icon li {
    font-size: .875em;
    font-weight: 500;
    line-height: 1.286;
    padding-left: 34px;
    position: relative;
    margin-bottom: 30px
}

.list-icon li i.icon {
    position: absolute;
    left: 0;
    top: 4px
}

.list-icon.white li {
    color: #fff
}

.list-icon.white li a {
    color: #fff
}

.list-icon.white li a:hover,
.list-icon.white li a:active {
    color: rgb(0, 140, 255)
}

.list-icon.white.opc li {
    color: rgba(255, 255, 255, 0.6)
}

.list-icon.white.opc li a {
    color: rgba(255, 255, 255, 0.6)
}

.list-icon.white.opc li a:hover,
.list-icon.white.opc li a:active {
    color: rgb(0, 140, 255)
}

.social li {
    float: left
}

.social li a {
    background-color: rgba(255, 255, 255, 0.7);
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    margin-right: 19px;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 19px
}

.features-list li {
    color: #565656;
    margin-bottom: 30px
}

.features-list li i {
    font-size: 3em
}

.features-list li span {
    display: block;
    font-size: 1.125em;
    color: #2c2c2c
}

.media-list {
    font-size: 1em
}

.media-list a {
    text-decoration: none
}

.media-list a,
.media-list a:active {
    color: #2c2c2c
}

.media-list a:hover,
.media-list a:focus {
    color: #00a0ea
}

.media-list .media {
    font-size: 16px
}

.media-list .media-object {
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.media-list .media-heading {
    font-size: 1.3em;
    font-weight: 800;
    color: #2c2c2c;
    margin-bottom: 11px;
    margin-top: 4px
}

.media-list .media-body {
    font-size: .875em;
    line-height: 1.286;
    color: #565656
}

.media-list .media-info {
    color: #2c2c2c;
    display: block;
    padding-top: 14px;
    margin-bottom: 35px
}

.media-list .media-info a {
    margin-left: 28px
}

.media-list .media-left {
    padding-right: 30px
}

.pagination {
    border-radius: 0
}

.pagination li a {
    border: 0 none;
    font-size: 1.125em;
    padding-top: 7px
}

.pagination li a,
.pagination li a:active {
    background-color: transparent;
    color: #8e8e8e
}

.pagination li a:hover,
.pagination li a:focus {
    color: #00a0ea;
    background-color: transparent
}

.pagination li:nth-child(1) a,
.pagination li:nth-last-child(1) a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 1.875em;
    color: #8e8e8e;
    padding: 0
}

.pagination li:nth-child(1) a,
.pagination li:nth-last-child(1) a,
.pagination li:nth-child(1) a:active,
.pagination li:nth-last-child(1) a:active {
    color: #8e8e8e
}

.pagination li:nth-child(1) a:hover,
.pagination li:nth-last-child(1) a:hover,
.pagination li:nth-child(1) a:focus,
.pagination li:nth-last-child(1) a:focus {
    color: #00a0ea
}

.pagination li:nth-child(1) a {
    padding-right: 14px
}

.pagination li:nth-last-child(1) a {
    padding-left: 14px
}

.pagination li.active,
.pagination li.active:active {
    background-color: transparent;
    color: #8e8e8e
}

.pagination li.active:hover,
.pagination li.active:focus {
    background-color: transparent
}

.pagination li.active a,
.pagination li.active a:active {
    background-color: transparent;
    color: #00a0ea
}

.pagination li.active a:hover,
.pagination li.active a:focus {
    color: #00a0ea;
    background-color: transparent
}

.steps li {
    color: #8e8e8e;
    text-transform: uppercase;
    font-size: .875em;
    line-height: 1.286;
    position: relative
}

.steps li span {
    display: block;
    font-weight: 800;
    font-size: 1.3em;
    margin-top: 4px
}

.steps li .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 2em;
    padding-top: 3px;
    text-align: center;
    color: #fff;
    float: left;
    margin-right: 16px
}

.steps li .icon.number {
    font-size: 1.3em;
    padding-top: 12px
}

.steps li .dir-icon {
    font-size: 3em;
    position: absolute;
    right: 0;
    top: -5px
}

.list-2 li {
    font-size: .875em;
    border-bottom: 1px solid #eaeaea;
    padding: 17px 26px
}

.list-2 li .head {
    font-weight: 800;
    color: #565656
}

.list-2 li .sub {
    float: right;
    color: #8e8e8e
}

.asside-btn {
    padding-top: 18px;
    padding-bottom: 10px
}

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

.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-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%;
    -webkit-transform-style: preserve-3d
}

.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 {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

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

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

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

.owl-height {
    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 {
    -webkit-transform-style: preserve-3d;
    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("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -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%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

button {
    outline: inherit
}

.btn {
    background-color: #ccc;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: .75em;
    min-height: 50px;
    padding: 18px 24px 15px;
    outline: 0;
    text-decoration: none
}

.btn.btn-text-white,
.btn.btn-text-white:focus {
    color: #fff
}

.btn.btn-text-white:active,
.btn.btn-text-white:hover {
    color: rgba(255, 255, 255, 0.7)
}

.btn .icon+.body {
    padding-left: 24px
}

.btn .body+.icon {
    margin-left: 24px
}

.btn,
.btn:focus {
    background-color: transparent;
    border: 0 none;
    color: #565656
}

.btn:active,
.btn:hover {
    background-color: transparent;
    box-shadow: none;
    border: 0 none;
    color: #2c2c2c
}

.btn.btn-default {
    background-color: #e4e4e4;
    font-weight: 800
}

.btn.btn-primary {
    font-weight: 800
}

.btn.btn-primary,
.btn.btn-primary:focus {
    background-color: #00a0ea;
    color: #fff
}

.btn.btn-primary:active,
.btn.btn-primary:hover {
    background-color: #008fd1;
    color: #fff
}

.btn.btn-success {
    font-weight: 800
}

.btn.btn-success,
.btn.btn-success:focus {
    background-color: #3ab522;
    color: #fff
}

.btn.btn-success:active,
.btn.btn-success:hover {
    background-color: #33a01e;
    color: #fff
}

.btn.btn-info {
    font-weight: 800
}

.btn.btn-info,
.btn.btn-info:focus {
    background-color: #aca71e;
    color: #fff
}

.btn.btn-info:active,
.btn.btn-info:hover {
    background-color: #96921a;
    color: #fff
}

.btn.btn-warning {
    font-weight: 800
}

.btn.btn-warning,
.btn.btn-warning:focus {
    background-color: #deac00;
    color: #fff
}

.btn.btn-warning:active,
.btn.btn-warning:hover {
    background-color: #c59800;
    color: #fff
}

.btn.btn-danger {
    font-weight: 800
}

.btn.btn-danger,
.btn.btn-danger:focus {
    background-color: #9f0101;
    color: #fff
}

.btn.btn-danger:active,
.btn.btn-danger:hover {
    background-color: #860101;
    color: #fff
}

.btn.btn-yellow {
    font-weight: 800
}

.btn.btn-yellow,
.btn.btn-yellow:focus {
    background-color: #e5de1c;
    color: #2c2c2c
}

.btn.btn-yellow:active,
.btn.btn-yellow:hover {
    background-color: #d0c918;
    color: #2c2c2c
}

.btn.btn-lg {
    font-weight: 500;
    font-size: 1.125em;
    padding: 20px 27px 19px
}

.btn.btn-lg .icon+.body {
    padding-left: 24px
}

.btn.btn-lg .body+.icon {
    margin-left: 24px
}


/*!
* Author: Antonio Dal Sie
* Name: ng-ripple
* Description: Material ripple effects for angularjs
*/

.ripple-cont {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.ripple-cont.r-round {
    min-width: 56px;
    min-height: 56px;
    line-height: 56px
}

.ripple-cont.r-card {
    padding: 0;
    width: 100%
}

.ripple-cont.r-full {
    width: 100%
}

.ripple-cont.r-icon {
    padding: 8px;
    line-height: 1;
    min-height: 15px;
    min-width: 15px;
    background-color: transparent
}

.ripple-cont.r-icon:hover {
    background-color: transparent
}

.ripple-cont.r-icon:active {
    background-color: transparent
}

.ripple-cont.r-raised {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26)
}

.ripple-cont.r-raised:not(.disabled):active {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4)
}

.ripple-cont.r-round,
.ripple-cont.r-round .ripple-cont {
    border-radius: 50%;
    overflow: hidden
}

.ripple-cont.r-round .ink-content {
    border-radius: 50%
}

.ripple-cont.disabled {
    color: rgba(0, 0, 0, 0.26)!important;
    cursor: default;
    background-color: transparent;
    box-shadow: none
}

.ripple-cont.disabled:hover {
    background-color: transparent
}

.ripple-cont.disabled:active {
    background-color: transparent
}

.ripple-cont.r-raised.disabled {
    background-color: rgba(0, 0, 0, 0.12)!important;
    box-shadow: none
}

.ripple-cont .ripple-content {
    position: relative;
    z-index: 2;
    display: inline-block;
    max-width: 100%;
    vertical-align: top
}

.ripple-cont .ink-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    background-clip: padding-box;
    background-color: transparent;
    -moz-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
    -o-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
    -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
    mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
    pointer-events: none;
    transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1) 0
}

.ripple-cont.r-overink>.ink-content {
    display: none;
    z-index: 3;
    transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1) 0, z-index 1ms linear 0
}

.ink-content .ink,
.ink-content .ink>i {
    display: block;
    position: absolute;
    border-radius: 100%;
    z-index: 10
}

.ink-content .ink {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    will-change: transform, height, width
}

.ink-content .ink>i {
    background: #000;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    will-change: transform, opacity
}

.ripple-cont.r-icon .ink {
    top: 50%;
    left: 50%
}

.ink-content .ink.animate,
.ink-content .ink.animate>i {
    -webkit-transition: margin .9s cubic-bezier(0.25, 0.8, 0.25, 1), border .9s cubic-bezier(0.25, 0.8, 0.25, 1), width .9s cubic-bezier(0.25, 0.8, 0.25, 1), height .9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity .9s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform .9s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: margin .9s cubic-bezier(0.25, 0.8, 0.25, 1), border .9s cubic-bezier(0.25, 0.8, 0.25, 1), width .9s cubic-bezier(0.25, 0.8, 0.25, 1), height .9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity .9s cubic-bezier(0.25, 0.8, 0.25, 1), -moz-transform .9s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: margin .9s cubic-bezier(0.25, 0.8, 0.25, 1), border .9s cubic-bezier(0.25, 0.8, 0.25, 1), width .9s cubic-bezier(0.25, 0.8, 0.25, 1), height .9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity .9s cubic-bezier(0.25, 0.8, 0.25, 1), transform .9s cubic-bezier(0.25, 0.8, 0.25, 1)
}

.ink-content .ink.animate {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ink-content .ink.animate>i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.slideshow .live-anim {
    opacity: 0
}

.slideshow .header {
    font-weight: 800;
    font-size: 4.5em;
    letter-spacing: .035em;
    margin-bottom: 28px;
    line-height: .8;
    margin-top: 150px
}

@media(max-width:767px) {
    .slideshow .header {
        font-size: 3em;
        margin-top: 50px
    }
}

.slideshow p {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
    color: #8e8e8e
}

.slideshow .btn-panel {
    margin-top: 74px;
    display: inline-block
}

@media(max-width:767px) {
    .slideshow .btn-panel {
        margin-top: 24px
    }
}

.slideshow .sale-badge {
    position: absolute;
    top: 50px;
    left: 0;
    display: inline-block;
    width: 152px;
    height: 152px;
    border-radius: 50%;
    text-align: center;
    font-size: 1.875em;
    color: #fff;
    font-weight: 800;
    padding-top: 56px
}

@media(max-width:767px) {
    .slideshow .sale-badge {
        width: 72px;
        height: 72px;
        top: 0;
        left: 0;
        margin-top: 24px;
        padding-top: 28px;
        font-size: .875em
    }
}

.slideshow .price {
    display: inline-block;
    position: relative;
    bottom: 70px;
    left: 50%;
    transform: translate(-50%, 0)
}

@media(max-width:767px) {
    .slideshow .price {
        bottom: 30px
    }
}

.slideshow .price::before {
    content: '';
    position: absolute;
    box-shadow: 10px 17px 40px 0 rgba(0, 0, 0, 0.3);
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 0;
    z-index: 1
}

.slideshow .price .wrap {
    background: #fff;
    border-radius: 3px;
    position: relative;
    z-index: 2;
    font-size: 4.477em;
    font-weight: 800;
    padding: 24px 50px
}

.slideshow .price .wrap small {
    font-size: 50%
}

@media(max-width:767px) {
    .slideshow .price .wrap {
        font-size: 2.477em
    }
}

.slideshow .item {
    padding-bottom: 60px
}

@media(max-width:1199px) {
    .slideshow .item {
        padding-bottom: 100px
    }
}

@media(max-width:767px) {
    .slideshow .item {
        padding-bottom: 15px
    }
}

.slideshow .owl-nav {
    margin: auto;
    font-size: 5.625em;
    bottom: 44px;
    display: block;
    width: 1164px
}

@media(min-width:768px) {
    .slideshow .owl-nav {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0)
    }
}

@media(max-width:1199px) {
    .slideshow .owl-nav {
        width: 970px;
        bottom: -30px
    }
}

.slideshow .owl-nav .owl-prev {
    display: inline-block
}

.slideshow .owl-nav .owl-next,
.slideshow .owl-nav .owl-prev {
    float: left;
    color: #00a0ea;
    opacity: .6
}

.slideshow .owl-nav .owl-next:hover,
.slideshow .owl-nav .owl-prev:hover {
    opacity: 1
}

@media(max-width:992px) {
    .slideshow .owl-nav {
        width: 100%
    }
    .slideshow .owl-nav .owl-next {
        float: right
    }
}

@media(max-width:767px) {
    .slideshow .owl-nav {
        height: 0;
        float: left
    }
    .slideshow .owl-nav .owl-next,
    .slideshow .owl-nav .owl-prev {
        position: absolute;
        bottom: 50%;
        transform: translate(0, 50%);
        color: #00a0ea
    }
    .slideshow .owl-nav .owl-next {
        right: 0
    }
    .slideshow .owl-nav .owl-prev {
        left: 0
    }
}

.slideshow .owl-dots {
    position: absolute;
    bottom: 97px;
    width: 760px;
    left: 50%;
    transform: translate(-50%, 0)
}

@media(max-width:992px) {
    .slideshow .owl-dots {
        width: auto;
        bottom: 25px
    }
}

@media(max-width:1199px) {
    .slideshow .owl-dots {
        width: 580px;
        bottom: 25px
    }
}

.slideshow .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ccc;
    float: left;
    margin-right: 28px;
    background-color: #e4e4e4
}

.slideshow .owl-dots .owl-dot.active {
    background-color: #00a0ea
}

.hor-divider {
    display: inline-block;
    width: 12px
}

@media(max-width:767px) {
    .hor-divider {
        display: block;
        height: 12px
    }
}

.block {
    padding-top: 71px;
    padding-bottom: 63px
}

@media(max-width:767px) {
    .block {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.block.none-padding-top {
    padding-top: 0
}

.space-top {
    padding-top: 99px
}

@media(max-width:767px) {
    .space-top {
        padding-top: 50px
    }
}

.space-top-shift {
    margin-bottom: -99px;
    position: relative;
    z-index: 10
}

.space-bottom {
    padding-bottom: 75px
}

@media(max-width:767px) {
    .space-bottom {
        padding-bottom: 35px
    }
}

.space-bottom-shift {
    margin-bottom: -75px;
    position: relative;
    z-index: 10
}

.bnr-frame-top {
    border-top: 50px solid #565656;
    position: relative;
    float: left;
    opacity: .6;
    z-index: -10;
    top: -99px;
    width: 30%;
    margin-left: 17%;
    margin-bottom: -50px;
    height: 205px
}

@media(max-width:991px) {
    .bnr-frame-top {
        width: 40%
    }
}

@media(max-width:767px) {
    .bnr-frame-top {
        width: 80%
    }
}

@media(max-width:767px) {
    .bnr-frame-top {
        border-top: 30px solid #565656;
        margin-bottom: -33px;
        height: 90px;
        top: -50px
    }
}

.bnr-frame-top::before {
    content: '';
    width: 50px;
    background-color: #565656;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

@media(max-width:767px) {
    .bnr-frame-top::before {
        width: 30px
    }
}

.bnr-frame-top::after {
    content: '';
    width: 50px;
    background-color: #565656;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 57px
}

@media(max-width:767px) {
    .bnr-frame-top::after {
        width: 30px
    }
}

.bnr-frame-bottom {
    border-bottom: 50px solid #565656;
    position: relative;
    float: left;
    opacity: .6;
    z-index: -10;
    margin-top: -188px;
    bottom: -75px;
    width: 30%;
    margin-left: 17%;
    height: 281px
}

@media(max-width:991px) {
    .bnr-frame-bottom {
        width: 40%
    }
}

@media(max-width:767px) {
    .bnr-frame-bottom {
        width: 80%;
        margin-left: 5%;
        margin-right: 17%
    }
}

@media(max-width:767px) {
    .bnr-frame-bottom {
        border-bottom: 30px solid #565656;
        margin-top: -97px;
        bottom: -42px;
        height: 95px
    }
}

.bnr-frame-bottom::before {
    content: '';
    width: 50px;
    background-color: #565656;
    position: absolute;
    left: 0;
    top: 103px;
    bottom: 0
}

@media(max-width:767px) {
    .bnr-frame-bottom::before {
        width: 30px;
        top: 37px
    }
}

.bnr-frame-bottom::after {
    content: '';
    width: 50px;
    background-color: #565656;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}

@media(max-width:767px) {
    .bnr-frame-bottom::after {
        width: 30px
    }
}

.inblock {
    border-radius: 3px;
    margin-bottom: 45px;
    position: relative
}

.inblock.sdw::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 0;
    box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.4);
    border-radius: 3px
}

.inblock>.wrap {
    position: relative;
    z-index: 2;
    border-radius: 3px;
    padding: 15px 20px 20px
}

.inblock .header {
    font-size: 1.125em;
    font-weight: 800
}

.inblock .divider {
    height: 22px
}

.inblock.padding-none>.wrap {
    padding: 0
}

.inblock .tags {
    padding-top: 16px
}

.price-slider,
.sizer {
    padding-top: 13px;
    padding-bottom: 18px
}

.price-slider .ui-widget.ui-widget-content,
.sizer .ui-widget.ui-widget-content {
    border: 0 none
}

.price-slider .ui-slider,
.sizer .ui-slider {
    height: 2px;
    border: 0 none;
    background-color: #b1b1b1
}

.price-slider .ui-slider .ui-slider-range,
.sizer .ui-slider .ui-slider-range {
    left: 15%;
    width: 45%;
    background-color: #00a0ea;
    height: 2px
}

.price-slider .ui-slider .ui-slider-handle,
.sizer .ui-slider .ui-slider-handle {
    left: 15%;
    border: 0 none;
    background-color: #00a0ea;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    top: -4px;
    outline: 0;
    transform: translate(0, 0);
    cursor: pointer
}

.price-slider .ui-slider .ui-slider-handle.ui-state-hover,
.sizer .ui-slider .ui-slider-handle.ui-state-hover,
.price-slider .ui-slider .ui-slider-handle.ui-state-active,
.sizer .ui-slider .ui-slider-handle.ui-state-active {
    height: 18px;
    width: 18px;
    top: -8px;
    transform: translate(-25%, 0)
}

.price-slider .amoutn,
.sizer .amoutn {
    width: 100%;
    margin-top: 6px
}

.price-slider .amoutn input,
.sizer .amoutn input,
.price-slider .amoutn span,
.sizer .amoutn span {
    width: 50%;
    float: left;
    border: 0 none;
    font-size: .875em;
    color: #8e8e8e
}

.price-slider .amoutn input.last,
.sizer .amoutn input.last,
.price-slider .amoutn span.last,
.sizer .amoutn span.last {
    text-align: right
}

.price-slider .header,
.sizer .header {
    display: block;
    float: left
}

.price-slider .selecter,
.sizer .selecter {
    display: inline-block;
    margin-top: 22px;
    padding-left: 5px
}

.price-slider .selecter li,
.sizer .selecter li {
    float: left;
    font-size: .75em;
    color: #8e8e8e;
    margin-left: 5px;
    cursor: pointer
}

.price-slider .selecter li:hover,
.sizer .selecter li:hover,
.price-slider .selecter li.active,
.sizer .selecter li.active {
    color: #00a0ea;
    text-decoration: underline
}

.price-slider .selecter li:hover,
.sizer .selecter li:hover {
    text-decoration: underline
}

.sizer .ui-slider .ui-slider-range {
    display: none
}

.color-selecting {
    margin-top: 13px;
    padding-bottom: 18px
}

.color-selecting .selecter {
    display: inline-block
}

.color-selecting .selecter li {
    background: #ccc;
    float: left;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    margin-right: 15px;
    margin-top: 4px;
    cursor: pointer
}

.color-selecting .selecter li.active {
    width: 19px;
    height: 19px;
    margin-left: -4px;
    margin-right: 11px;
    margin-top: 0
}

.color-selecting .selecter .gray {
    background-color: #e8e8e8
}

.color-selecting .selecter .black {
    background-color: #000
}

.color-selecting .selecter .red {
    background-color: #da0000
}

.color-selecting .selecter .purp {
    background-color: #9e00ac
}

.color-selecting .selecter .blue {
    background-color: #1500da
}

.color-selecting .selecter .aqua {
    background-color: #009aac
}

.color-selecting .selecter .green {
    background-color: #00da3e
}

.color-selecting .selecter .yellow {
    background-color: #e2df00
}

.pagination-block .wrap {
    border-radius: 3px;
    margin-bottom: 30px;
    background-color: #e4e4e4;
    width: 100%;
    float: left
}

.pagination-block.bottom {
    margin-top: 19px
}

.pagination-block .pagination {
    border-radius: 0;
    margin: 0;
    float: left;
    margin-left: 15px
}

@media(max-width:767px) {
    .pagination-block .pagination {
        margin-left: 0
    }
}

.pagination-block .pagination li {
    display: block;
    float: left;
    padding: 0 11px
}

@media(max-width:767px) {
    .pagination-block .pagination li {
        padding: 0 6px
    }
}

.pagination-block .pagination li a {
    border: 0 none;
    color: #8e8e8e;
    font-size: 1.125em;
    padding: 0;
    padding-top: 27px;
    padding-bottom: 24px;
    background-color: transparent
}

.pagination-block .pagination li a:active,
.pagination-block .pagination li a:hover {
    color: #565656
}

.pagination-block .pagination li.active a {
    background-color: transparent;
    border-bottom: 4px solid #9f0101;
    color: #565656
}

.pagination-block .swither {
    display: inline-block;
    float: right;
    margin-top: 31px;
    margin-right: 27px
}

@media(max-width:1200px) {
    .pagination-block .swither {
        display: none
    }
}

.pagination-block .swither li {
    display: block;
    float: left;
    margin-left: 19px;
    cursor: pointer
}

.pagination-block .swither li span {
    display: block;
    position: relative;
    background-color: #b1b1b1;
    height: 4px;
    margin-bottom: 2px;
    width: 16px;
    border-radius: 1px
}

.pagination-block .swither li span::before,
.pagination-block .swither li span::after {
    background-color: #b1b1b1
}

.pagination-block .swither li.active span {
    background-color: #8e8e8e
}

.pagination-block .swither li.active span::before,
.pagination-block .swither li.active span::after {
    background-color: #8e8e8e
}

.pagination-block .swither .cols span {
    width: 4px;
    margin-left: 6px;
    margin-right: 6px
}

.pagination-block .swither .cols span::before,
.pagination-block .swither .cols span::after {
    content: '';
    position: absolute;
    top: 0;
    height: 4px;
    margin-bottom: 2px;
    width: 4px;
    border-radius: 1px
}

.pagination-block .swither .cols span::before {
    left: -6px
}

.pagination-block .swither .cols span::after {
    right: -6px
}

.img-item img {
    width: 100%
}

.img-item .wrap {
    margin-right: 60px
}

.img-on-bg {
    position: relative
}

.img-on-bg img {
    position: absolute;
    left: -80px
}

@media(max-width:767px) {
    .item-wrapper {
        margin-right: -8px;
        margin-left: -8px
    }
}

.sdw-block {
    position: relative
}

.sdw-block::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 0;
    box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.4);
    border-radius: 3px
}

.sdw-block .wrap {
    position: relative;
    z-index: 2;
    border-radius: 3px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 40px;
    padding-bottom: 40px
}

.float-block .wrap {
    padding-top: 15px
}

.substrate-wrap {
    position: relative;
    z-index: -30
}

.substrate-wrap .substrate {
    position: absolute;
    width: 100%
}

.substrate-wrap .text {
    overflow: hidden;
    font-weight: 800;
    font-size: 21em;
    white-space: nowrap;
    line-height: .8;
    margin-left: 10%;
    opacity: .2
}

@media(max-width:1600px) {
    .substrate-wrap .text {
        margin-left: 5%
    }
}

@media(max-width:1400px) {
    .substrate-wrap .text {
        margin-left: 30px
    }
}

@media(max-width:1200px) {
    .substrate-wrap .text {
        margin-left: 0
    }
}

@media(max-width:1200px) {
    .substrate-wrap .text {
        font-size: 18em
    }
}

@media(max-width:991px) {
    .substrate-wrap .text {
        font-size: 12em
    }
}

@media(max-width:767px) {
    .substrate-wrap .text {
        font-size: 6em
    }
}

.substrate-wrap .opc-3 {
    opacity: .3
}

.substrate-wrap .opc-4 {
    opacity: .4
}

.substrate-wrap .opc-5 {
    opacity: .5
}

.shop-item {
    padding: 15px;
    padding-bottom: 25px;
    position: relative
}

@media(max-width:767px) {
    .shop-item {
        padding: 7px
    }
}

.shop-item::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 25px;
    box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.4)
}

@media(max-width:767px) {
    .shop-item::before {
        box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.4)
    }
}

.shop-item .wrap {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 3px
}

.shop-item .wrap>* {
    z-index: 2
}

.shop-item .body {
    position: relative
}

.shop-item .image {
    position: relative;
    margin-left: 20px;
    margin-right: 20px
}

@media(max-width:767px) {
    .shop-item .image {
        margin-left: 15px;
        margin-right: 15px
    }
}

.shop-item .image img {
    width: 100%;
    border-radius: 3px 3px 0 0
}

.shop-item .image .hover {
    position: absolute;
    z-index: 2;
    bottom: 0;
    opacity: 0
}

.shop-item .image::before {
    content: '';
    position: absolute;
    opacity: 0;
    bottom: -100px;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0.23) 54%, #fff 98%, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0.23) 54%, #fff 98%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0.23) 54%, #fff 98%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    -webkit-transition: all .15s cubic-bezier(0.8, 0.21, 0.2, 0.71);
    transition: all .15s cubic-bezier(0.8, 0.21, 0.2, 0.71)
}

.shop-item .comp-header {
    position: relative;
    padding-top: 31px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    float: left
}

.shop-item .comp-header .rate-info {
    font-weight: 500;
    text-transform: none
}

@media(max-width:767px) {
    .shop-item .comp-header {
        font-size: .75em;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 21px
    }
    .shop-item .comp-header .rate {
        font-size: .875em;
        padding-top: 0;
        margin-top: -7px
    }
    .shop-item .comp-header .rate-info {
        display: none
    }
}

.shop-item .item-badge {
    position: absolute;
    top: 30px;
    right: 20px
}

.shop-item .caption {
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 20px
}

.shop-item .caption .rate {
    margin-bottom: 13px;
    position: relative;
    bottom: -40px;
    opacity: 0;
    display: none
}

@media(max-width:991px) {
    .shop-item .caption .rate {
        display: none
    }
}

.shop-item .caption .timer-body {
    display: none;
    font-size: .864em;
    margin-bottom: 15px
}

.shop-item .caption .timer-body .sale {
    display: none
}

.shop-item .info {
    padding-left: 20px;
    padding-right: 20px
}

@media(max-width:767px) {
    .shop-item .info {
        padding-left: 15px;
        padding-right: 15px
    }
}

.shop-item .btn-price {
    background: #00a0ea;
    display: block;
    min-height: 60px;
    padding-left: 40px;
    border-radius: 3px;
    margin-bottom: 17px;
    color: #fff
}

@media(max-width:767px) {
    .shop-item .btn-price {
        font-size: .65em;
        padding-left: 0;
        text-align: center;
        min-height: 40px;
        margin-bottom: 5px
    }
}

.shop-item .btn-price .sale {
    display: block;
    font-size: .75em;
    margin-bottom: -21px;
    margin-top: 3px
}

@media(max-width:767px) {
    .shop-item .btn-price .sale {
        display: none
    }
}

.shop-item .btn-price .sale span {
    display: inline-block;
    position: relative
}

.shop-item .btn-price .sale span::after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 11px;
    background-color: #9f0101
}

.shop-item .btn-price .price {
    display: block
}

.shop-item .btn-price .price .price {
    font-size: 1.5em;
    padding-top: 12px
}

@media(max-width:767px) {
    .shop-item .btn-price .price .price {
        padding-top: 9px
    }
}

.shop-item .btn-price .curr,
.shop-item .btn-price .icon-card {
    display: block;
    position: absolute
}

.shop-item .btn-price .icon-card {
    right: 0;
    top: 17px;
    bottom: 5px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 19px;
    padding-right: 23px;
    font-size: 1.125em
}

@media(max-width:991px) {
    .shop-item .btn-price .icon-card {
        display: none
    }
}

.shop-item .btn-price .curr {
    font-size: .875em;
    left: -21px;
    top: 21px
}

@media(max-width:767px) {
    .shop-item .btn-price .curr {
        display: none
    }
}

.shop-item .btn-price .ripple-cont,
.shop-item .btn-price .ripple-content {
    width: 100%
}

.shop-item .favorite-link {
    font-size: .875em;
    display: inline-block;
    margin-bottom: 24px
}

.shop-item .favorite-link i {
    color: #979797;
    font-size: 1.125em
}

.shop-item .favorite-link.active i {
    color: #aca71e
}

@media(max-width:991px) {
    .shop-item .favorite-link {
        display: none
    }
}

.shop-item .more-link {
    font-size: .875em;
    text-transform: uppercase;
    margin-bottom: 24px
}

@media(max-width:991px) {
    .shop-item .more-link {
        display: inline-block;
        width: 100%;
        text-align: center
    }
}

@media(min-width:992px) {
    .shop-item .more-link {
        display: block;
        float: right
    }
}

@media(max-width:767px) {
    .shop-item .more-link {
        font-size: .75em;
        margin-bottom: 17px
    }
}

.shop-item .favorite-link,
.shop-item .more-link {
    text-decoration: none
}

.shop-item .favorite-link,
.shop-item .more-link,
.shop-item .favorite-link:focus,
.shop-item .more-link:focus {
    color: #2c2c2c
}

.shop-item .favorite-link:hover,
.shop-item .more-link:hover,
.shop-item .favorite-link:active,
.shop-item .more-link:active {
    color: #00a0ea
}

.shop-item .qnt-select,
.shop-item .text,
.shop-item .features {
    display: none
}

.shop-item.timer .sale-badge,
.shop-item.timer .timer-body {
    display: none
}

.shop-item.timer.tdtimer-init .sale-badge,
.shop-item.timer.tdtimer-init .timer-body {
    display: block
}

@media(max-width:767px) {
    .shop-item.timer.tdtimer-init .sale-badge,
    .shop-item.timer.tdtimer-init .timer-body {
        display: none
    }
}

.shop-item.timer .timer-body {
    display: block
}

@media(max-width:767px) {
    .shop-item .sale-badge {
        display: none
    }
}

.shop-item:hover .image {
    position: relative
}

.shop-item:hover .image img {
    width: 100%;
    border-radius: 3px 3px 0 0
}

.shop-item:hover .image .hover {
    opacity: 1
}

@media(min-width:768px) {
    .shop-item:hover.timer .image::before {
        content: '';
        position: absolute;
        opacity: 1;
        z-index: 3;
        top: 220px;
        left: 0;
        right: 0;
        bottom: 0;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0.23) 54%, #fff 98%, #fff 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0.23) 54%, #fff 98%, #fff 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0.23) 54%, #fff 98%, #fff 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
        -webkit-transition: all .15s cubic-bezier(0.8, 0.21, 0.2, 0.71);
        transition: all .15s cubic-bezier(0.8, 0.21, 0.2, 0.71)
    }
}

.shop-item:hover .caption .rate {
    bottom: 0;
    opacity: 1
}

@media(min-width:768px) {
    .shop-item:hover::before {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4)
    }
}

@media(min-width:1199px) {
    .shop-items-full .shop-item {
        width: 100%
    }
    .shop-items-full .shop-item .wrap {
        float: left
    }
    .shop-items-full .shop-item .image {
        position: relative;
        float: left;
        margin: 0
    }
    .shop-items-full .shop-item .image img {
        width: auto;
        height: 100%;
        border-radius: 3px 0 0 3px
    }
    .shop-items-full .shop-item .image .hover {
        display: none
    }
    .shop-items-full .shop-item .image::before {
        display: none
    }
    .shop-items-full .shop-item .comp-header {
        position: absolute;
        top: 30px;
        left: 20px;
        z-index: 3;
        width: 52%;
        padding: 0;
        padding-left: 279px
    }
    .shop-items-full .shop-item .comp-header .item-badge {
        position: absolute;
        left: 0;
        top: 0
    }
    .shop-items-full .shop-item .comp-header .rate {
        display: none
    }
    .shop-items-full .shop-item .caption {
        position: relative;
        z-index: 2;
        bottom: auto;
        left: auto;
        width: 100%;
        padding-left: 300px;
        float: left;
        margin-left: -270px
    }
    .shop-items-full .shop-item .caption .rate {
        padding-left: 190px;
        bottom: auto;
        margin-top: 24px;
        float: left;
        opacity: 1;
        margin-bottom: 37px;
        display: block
    }
    .shop-items-full .shop-item .caption .timer-body {
        padding-left: 24px;
        margin-top: 27px;
        float: left
    }
    .shop-items-full .shop-item .caption ul.features {
        display: inline-block;
        width: 100%;
        margin: auto;
        margin-bottom: 23px
    }
    .shop-items-full .shop-item .caption ul.features li {
        float: left;
        width: 31%;
        padding-right: 20px
    }
    .shop-items-full .shop-item .caption ul.features li i {
        font-size: 1.5em;
        float: left
    }
    .shop-items-full .shop-item .caption ul.features li span {
        font-size: .75em;
        line-height: 1;
        display: inline-block;
        width: 100%;
        margin-left: -25px;
        padding-left: 43px;
        margin-top: 2px;
        letter-spacing: .024em
    }
    .shop-items-full .shop-item .caption .text {
        color: #8e8e8e;
        font-size: .875em;
        font-weight: 500;
        line-height: 1
    }
    .shop-items-full .shop-item .caption .timer-body .sale {
        display: block;
        text-transform: uppercase;
        font-weight: 800
    }
    .shop-items-full .shop-item .info {
        height: auto;
        position: absolute;
        bottom: 0;
        right: 7px;
        left: 280px
    }
    .shop-items-full .shop-item .btn-price .price {
        display: inline-block
    }
    .shop-items-full .shop-item .btn-price .qnt-select {
        position: relative;
        top: -3px;
        padding-top: 3px;
        padding-bottom: 2px;
        margin-left: 52px;
        border-left: 1px solid rgba(255, 255, 255, 0.4);
        display: inline-block;
        padding-left: 15px
    }
    .shop-items-full .shop-item .btn-price .qnt-select .plus,
    .shop-items-full .shop-item .btn-price .qnt-select .minus {
        font-size: .7em;
        margin-left: 10px;
        margin-right: 10px
    }
    .shop-items-full .shop-item .qnt-select,
    .shop-items-full .shop-item .text,
    .shop-items-full .shop-item .features {
        display: inline-block
    }
}

.blog-item {
    padding: 15px;
    padding-bottom: 25px;
    position: relative
}

@media(max-width:767px) {
    .blog-item {
        padding: 7px
    }
}

.blog-item::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 25px;
    box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.4)
}

.blog-item .wrap {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 3px
}

.blog-item .wrap>* {
    z-index: 2
}

.blog-item .image img {
    width: 100%;
    border-radius: 3px 3px 0 0
}

.blog-item .caption {
    padding-right: 28px;
    padding-left: 28px;
    padding-bottom: 30px
}

@media(max-width:767px) {
    .blog-item .caption {
        padding-right: 15px;
        padding-left: 15px
    }
}

.blog-item .text {
    font-size: .813em;
    line-height: 1.385;
    color: #8e8e8e;
    margin-bottom: 15px
}

.blog-item .header {
    font-size: 1.125em;
    font-weight: 800;
    margin-top: 38px;
    margin-bottom: 20px
}

@media(max-width:767px) {
    .blog-item .header {
        font-size: .875em;
        margin-top: 20px
    }
}

.blog-item .header .date {
    display: block;
    font-weight: 500;
    font-size: .64em;
    margin-bottom: 5px;
    color: #979797
}

.blog-item .more-info {
    font-size: .875em;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 17px;
    display: block
}

@media(max-width:767px) {
    .blog-item .more-info {
        font-size: .75em
    }
}

.blog-item .more-info,
.blog-item .more-info:active {
    color: #2c2c2c
}

.blog-item .more-info:hover,
.blog-item .more-info:focus {
    color: #00a0ea
}

@media(max-width:767px) {
    .blog-item .rate {
        font-size: .875em
    }
    .blog-item .rate .rate-info {
        display: none
    }
}

.features {
    margin-top: 8px;
    margin-bottom: 45px
}

.owl-default {
    margin-left: -15px;
    margin-right: -15px;
    width: auto
}

@media(max-width:767px) {
    .owl-default {
        margin-right: -8px;
        margin-left: -8px
    }
}

.owl-default .owl-stage-outer {
    padding-top: 15px;
    padding-bottom: 15px
}

.owl-default .owl-nav {
    font-size: 2.6em;
    display: inline-block
}

.owl-default .owl-nav .owl-prev {
    display: inline-block
}

.owl-default .owl-nav .owl-next,
.owl-default .owl-nav .owl-prev {
    float: left;
    color: #565656
}

@media(max-width:767px) {
    .owl-default .owl-nav .owl-next.disabled,
    .owl-default .owl-nav .owl-prev.disabled {
        opacity: 0
    }
}

@media(max-width:992px) {
    .owl-default .owl-nav {
        width: 100%
    }
    .owl-default .owl-nav .owl-next {
        float: right
    }
}

@media(max-width:767px) {
    .owl-default .owl-nav {
        float: left;
        height: 0;
        overflow: hidden
    }
    .owl-default .owl-nav .owl-next,
    .owl-default .owl-nav .owl-prev {
        position: absolute;
        bottom: 50%;
        transform: translate(0, 50%);
        color: #00a0ea
    }
    .owl-default .owl-nav .owl-next {
        right: -7px
    }
    .owl-default .owl-nav .owl-prev {
        left: -7px
    }
}

.owl-default .owl-dots .owl-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ccc;
    float: left;
    margin-right: 35px;
    background-color: #565656
}

.owl-default .owl-dots .owl-dot.active {
    background-color: #00a0ea
}

@media(min-width:768px) {
    .owl-default.nav-top-left .owl-dots {
        position: absolute;
        transform: translate(-50%, 0)
    }
    .owl-default.nav-top-left .owl-nav {
        position: absolute;
        right: 0;
        top: -66px
    }
    .owl-default.nav-top-left .owl-next:hover,
    .owl-default.nav-top-left .owl-prev:hover {
        color: #00a0ea
    }
    .owl-default.nav-top-left .owl-dots {
        position: absolute;
        right: 30px;
        top: -41px
    }
    .owl-default.nav-bottom-right .owl-nav {
        float: left;
        margin-right: 30px
    }
    .owl-default.nav-bottom-right .owl-dots {
        margin-top: 25px
    }
}

.owl-default.nav-white .owl-nav {
    opacity: .9
}

.owl-default.nav-white .owl-nav .owl-next,
.owl-default.nav-white .owl-nav .owl-prev {
    color: #fff
}

.owl-default.nav-white .owl-nav .owl-next:hover,
.owl-default.nav-white .owl-nav .owl-prev:hover {
    color: #00a0ea
}

.owl-default.nav-white .owl-dots .owl-dot {
    background-color: #fff;
    opacity: .9
}

.owl-default.nav-white .owl-dots .owl-dot.active {
    background-color: #00a0ea
}

.item-gallery .owl-nav {
    font-size: 2.6em;
    display: inline-block;
    margin-top: -15px
}

.item-gallery .owl-nav .owl-prev {
    display: inline-block
}

.item-gallery .owl-nav .owl-next,
.item-gallery .owl-nav .owl-prev {
    float: left;
    color: #565656
}

@media(max-width:767px) {
    .item-gallery .owl-nav .owl-next.disabled,
    .item-gallery .owl-nav .owl-prev.disabled {
        opacity: 0
    }
}

@media(max-width:992px) {
    .item-gallery .owl-nav {
        width: 100%
    }
    .item-gallery .owl-nav .owl-next {
        float: right
    }
}

@media(max-width:767px) {
    .item-gallery .owl-nav {
        float: left;
        height: 0;
        overflow: hidden
    }
    .item-gallery .owl-nav .owl-next,
    .item-gallery .owl-nav .owl-prev {
        position: absolute;
        bottom: 50%;
        transform: translate(0, 50%);
        color: #00a0ea
    }
    .item-gallery .owl-nav .owl-next {
        right: -7px
    }
    .item-gallery .owl-nav .owl-prev {
        left: -7px
    }
}

.item-gallery .owl-dots .owl-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ccc;
    float: left;
    margin-right: 35px;
    background-color: #565656
}

.item-gallery .owl-dots .owl-dot.active {
    background-color: #00a0ea
}

@media(min-width:768px) {
    .item-gallery.nav-top-left .owl-dots {
        position: absolute;
        transform: translate(-50%, 0)
    }
    .item-gallery.nav-top-left .owl-nav {
        position: absolute;
        right: 0;
        top: -66px
    }
    .item-gallery.nav-top-left .owl-next:hover,
    .item-gallery.nav-top-left .owl-prev:hover {
        color: #00a0ea
    }
    .item-gallery.nav-top-left .owl-dots {
        position: absolute;
        right: 30px;
        top: -41px
    }
    .item-gallery.nav-bottom-right .owl-nav {
        float: left;
        margin-right: 30px
    }
    .item-gallery.nav-bottom-right .owl-dots {
        margin-top: 25px
    }
}

.parallax-wrap {
    position: relative
}

.parallax-wrap .parallax {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -20
}

.parallax-wrap .parallax::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: inherit
}

.parallax-wrap .parallax.opc-3::after {
    opacity: .3
}

.parallax-wrap .parallax.opc-5::after {
    opacity: .5
}

.parallax-wrap .parallax.opc-7::after {
    opacity: .7
}


/*! jQuery UI - v1.12.1 - 2017-02-09
* http://jqueryui.com
* Includes: core.css, datepicker.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default!important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold
}

.ui-widget-header a {
    color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: alpha(opacity=70);
    font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: alpha(opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png")
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png")
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png")
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png")
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png")
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: alpha(opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

.asside-nav {
    border-radius: 3px;
    padding-bottom: 20px;
    margin-bottom: 45px
}

.asside-nav .header {
    font-size: 1.125em;
    font-weight: 800;
    padding: 24px 24px 22px;
    letter-spacing: .024em;
    border-radius: 3px 3px 0 0
}

.asside-nav .sub-nav {
    background-color: #fcfcfc
}

.asside-nav .sub-nav li {
    font-size: 1em
}

.asside-nav .sub-nav li a {
    padding-left: 45px
}

.asside-nav .sub-nav .sub-nav a {
    padding-left: 70px
}

.asside-nav.no-bg .sub-nav {
    background-color: transparent
}

.nav-vrt .sub-nav {
    overflow: hidden;
    height: 0
}

.nav-vrt li {
    font-size: .875em;
    font-weight: 500;
    color: #2c2c2c;
    display: block;
    letter-spacing: .02em;
    min-height: 53px
}

.nav-vrt li a {
    display: block;
    padding: 17px 17px 15px 25px;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
    color: #2c2c2c;
    text-decoration: none
}

.nav-vrt li a:hover,
.nav-vrt li a:active {
    color: #00a0ea
}

.nav-vrt li a i.nav-icon-close,
.nav-vrt li a i.nav-icon-open {
    float: right;
    font-size: .625em;
    margin-top: 6px;
    color: #8e8e8e
}

.nav-vrt li a i.nav-icon-open {
    display: none
}

.nav-vrt li a .ripple-content {
    width: 100%
}

.nav-vrt li.active>.sub-nav {
    height: auto
}

.nav-vrt li.active i.nav-icon-close {
    display: none
}

.nav-vrt li.active i.nav-icon-open {
    display: inline-block
}

.nav-vrt.white li {
    color: #fff
}

.nav-vrt.white li a {
    border-bottom: 1px solid #eaeaea;
    color: #fff
}

.nav-vrt.white li a:hover,
.nav-vrt.white li a:active {
    color: #fff
}

.nav-vrt.white.opc li {
    color: #fff
}

.nav-vrt.white.opc li a {
    border-bottom: 1px solid rgba(234, 234, 234, 0.3);
    color: rgba(255, 255, 255, 0.6)
}

.nav-vrt.white.opc li a:hover,
.nav-vrt.white.opc li a:active {
    color: #fff
}

.nav-vrt li:nth-last-child(1) a {
    border-bottom: 0 none!important
}

.nav-vrt.none-padding li a {
    display: block;
    padding: 17px 0 15px 0
}

.nav-vrt.border li:nth-child(1) a {
    border-top: 1px solid #eaeaea!important
}

.nav-vrt.border li:nth-last-child(1) a {
    border-bottom: 1px solid #eaeaea!important
}

.list-btn-group li {
    display: inline-block;
    float: left;
    font-size: .75em;
    text-transform: uppercase;
    letter-spacing: .02em;
    position: relative
}

.list-btn-group li::before {
    content: '';
    position: absolute;
    height: 17px;
    width: 2px;
    background-color: #fff;
    left: 0;
    top: 8px
}

.list-btn-group li b {
    font-weight: 800
}

.list-btn-group li a {
    text-decoration: none;
    display: block;
    padding: 10px 15px 7px 17px;
    background-color: #00a0ea
}

.list-btn-group li a,
.list-btn-group li a:active {
    color: #fff
}

.list-btn-group li a:hover,
.list-btn-group li a:focus {
    color: rgba(255, 255, 255, 0.7)
}

.list-btn-group li:nth-child(1)::before {
    display: none
}

.list-btn-group li:nth-child(1) a {
    padding-right: 14px;
    border-radius: 3px 0 0 3px
}

.list-btn-group li:nth-last-child(1) a {
    padding-left: 14px;
    border-radius: 0 3px 3px 0
}

.nav-tabs {
    border: 0 none;
    background-color: #00a0ea;
    padding-left: 20px
}

.nav-tabs li a {
    border-radius: 0;
    border: 0 none;
    color: #fff;
    font-weight: 800;
    font-size: 1.125em;
    text-decoration: none;
    padding: 21px
}

.nav-tabs li a,
.nav-tabs li a:hover,
.nav-tabs li a:active,
.nav-tabs li a:focus {
    background-color: transparent
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:active,
.nav-tabs li.active a:focus {
    border-radius: 0;
    border: 0 none
}

.subscribe {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 17px
}

@media(max-width:991px) {
    .subscribe {
        margin-left: 0;
        margin-right: 0
    }
}

.subscribe.sdw::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 65px;
    right: 65px;
    bottom: 0;
    box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.4);
    border-radius: 35px
}

.subscribe .wrap {
    background-color: #fff;
    padding: 7px;
    float: left;
    width: 100%;
    border-radius: 35px;
    position: relative;
    z-index: 2;
    padding-right: 70px
}

.subscribe input {
    border: 0 none;
    background-color: transparent;
    font-size: 1.125em;
    height: 56px;
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
    outline: 0
}

@media(max-width:991px) {
    .subscribe input {
        padding-left: 10px;
        padding-right: 10px
    }
}

.subscribe .fields {
    float: left;
    width: 100%;
    position: relative
}

.subscribe .name,
.subscribe .email {
    width: 50%;
    float: left;
    padding: 0 10px
}

.subscribe .divider {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px
}

.subscribe .divider::before,
.subscribe .divider::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 2px;
    background-color: #b1b1b1
}

.subscribe .divider::after {
    top: auto;
    bottom: 0
}

.subscribe .divider span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 8px
}

.subscribe .divider span::before,
.subscribe .divider span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 2px;
    background-color: #b1b1b1
}

.subscribe .divider span::after {
    top: auto;
    bottom: 0
}

.subscribe .send-btn {
    width: 56px;
    height: 56px;
    position: absolute;
    right: 7px;
    top: 7px
}

.subscribe .send-btn button {
    border: 0 none;
    background: #000;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #00a0ea;
    font-size: 1.875em;
    color: #fff;
    outline: 0
}

.subscribe .send-btn button:hover {
    background-color: rgba(0, 160, 234, 0.8)
}

.counter {
    margin-bottom: 30px
}

@media(max-width:767px) {
    .counter {
        text-align: center
    }
}

.counter .wrap {
    font-size: 3em;
    font-weight: 800;
    letter-spacing: .02em
}

.counter .wrap span {
    display: block;
    font-size: .4em;
    letter-spacing: -0.016em;
    margin-top: -9px
}

.navbar-default {
    border-radius: 0;
    border: 0 none;
    border-top: 64px solid #fafafa;
    background-color: #00a0ea;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.3)
}

@media(max-width:991px) {
    .navbar-default {
        border-top: 50px solid #fafafa
    }
}

@media(max-width:767px) {
    .navbar-default {
        border-top: 0 none
    }
}

.navbar-default .navbar-collapse {
    position: relative
}

@media(max-width:991px) {
    .navbar-default .container {
        width: 100%
    }
}

@media(max-width:767px) {
    .navbar-default .navbar-collapse {
        border: 0 none;
        border-top: 1px solid rgba(255, 255, 255, 0.3)
    }
}

.navbar-default .navbar-toggle {
    border: 0 none
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
    background-color: transparent
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-nav li {
    font-size: 1em;
    line-height: 1.5
}

.navbar-default .navbar-nav li a {
    text-decoration: none;
    padding: 44px 0 36px;
    margin: 0 21px 0
}

@media(max-width:991px) {
    .navbar-default .navbar-nav li a {
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 0 14px 0
    }
}

.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:focus {
    color: #fff
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:active {
    color: rgba(255, 255, 255, 0.7)
}

.navbar-default .navbar-nav li.active a {
    background-color: transparent;
    color: #fff
}

.navbar-default .navbar-nav li.active a,
.navbar-default .navbar-nav li.active a:hover,
.navbar-default .navbar-nav li.active a:focus,
.navbar-default .navbar-nav li.active a:active {
    background-color: transparent
}

.navbar-default .navbar-nav li.active a,
.navbar-default .navbar-nav li.active a:focus {
    color: #fff
}

.navbar-default .navbar-nav li.active a:hover,
.navbar-default .navbar-nav li.active a:active {
    color: rgba(255, 255, 255, 0.7)
}

.navbar-default .navbar-nav li.active a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    height: 4px;
    width: 100%;
    border-radius: 3px 3px 0 0;
    opacity: .5
}

@media(max-width:767px) {
    .navbar-default .navbar-nav li.active a::after {
        display: none
    }
}

.navbar-default .navbar-nav li.open a,
.navbar-default .navbar-nav li.open a:focus,
.navbar-default .navbar-nav li.open a:hover,
.navbar-default .navbar-nav li.open a:active {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7)
}

.navbar-default .navbar-nav ul.dropdown-menu {
    min-width: 265px;
    border: 0 none;
    border-radius: 0 0 3px 3px;
    padding: 0;
    padding-bottom: 20px
}

.navbar-default .navbar-nav ul.dropdown-menu li {
    border-bottom: 1px solid #e4e4e4
}

.navbar-default .navbar-nav ul.dropdown-menu li a {
    color: #2c2c2c!important;
    margin: 0;
    padding: 15px 22px 15px
}

.navbar-default .navbar-nav ul.dropdown-menu li a::after {
    display: none
}

.navbar-default .navbar-nav ul.dropdown-menu li a:hover,
.navbar-default .navbar-nav ul.dropdown-menu li a:active {
    color: #00a0ea!important
}

@media(max-width:767px) {
    .navbar-default .navbar-nav ul.dropdown-menu li {
        border-bottom: 1px solid rgba(228, 228, 228, 0.3);
        margin: 0 15px
    }
    .navbar-default .navbar-nav ul.dropdown-menu li a {
        color: #fff!important
    }
    .navbar-default .navbar-nav ul.dropdown-menu li a:hover,
    .navbar-default .navbar-nav ul.dropdown-menu li a:active {
        color: #fff!important;
        opacity: .7
    }
}

.navbar-default .navbar-nav .profile {
    margin-top: 28px
}

@media(max-width:991px) {
    .navbar-default .navbar-nav .profile {
        margin-top: 0;
        margin-right: 15px
    }
}

@media(max-width:767px) {
    .navbar-default .navbar-nav .profile {
        margin-left: 15px;
        margin-top: 20px;
        margin-bottom: 5px
    }
}

.navbar-default .navbar-nav .profile .badge {
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 10;
    padding: 1px 6px 5px;
    color: #fff;
    font-size: .75em;
    font-weight: 500
}

.navbar-default .navbar-nav .profile .image {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    float: left;
    margin-right: -60px
}

@media(max-width:991px) {
    .navbar-default .navbar-nav .profile .image {
        margin-right: 0;
        width: 40px;
        height: 40px;
        overflow: hidden;
        margin-top: 10px
    }
}

@media(max-width:767px) {
    .navbar-default .navbar-nav .profile .image {
        margin-top: 0
    }
}

.navbar-default .navbar-nav .profile .image .icon {
    font-size: 2.941em;
    line-height: 1.4;
    position: absolute;
    z-index: 2;
    display: block;
    transform: translate(-50%, 0);
    top: -4px;
    left: 50%
}

.navbar-default .navbar-nav .profile .image .image-wrap {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%
}

.navbar-default .navbar-nav .profile .info {
    display: block;
    white-space: nowrap;
    padding-left: 68px
}

@media(max-width:991px) and (min-width:768px) {
    .navbar-default .navbar-nav .profile .info {
        display: none
    }
}

.navbar-default .navbar-nav .profile .info .name {
    display: block;
    font-size: .875em;
    font-weight: 800;
    color: #fff;
    margin-top: 5px;
    letter-spacing: .01em
}

.navbar-default .navbar-nav .profile .info a {
    padding: 0;
    margin: 0;
    font-size: .75em;
    margin-top: -3px;
    display: block;
    letter-spacing: .02em
}

@media(max-width:767px) {
    .navbar-default .navbar-nav .cart.open a {
        background-color: transparent
    }
}

.navbar-default .navbar-nav .cart a .badge {
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 10;
    padding: 1px 6px 5px;
    color: #fff;
    font-size: .65em;
    font-weight: 500
}

.navbar-default .navbar-nav .cart .cart-icon {
    font-size: 1.125em;
    background-color: rgba(255, 255, 255, 0.6);
    color: #2c2c2c;
    padding: 0;
    margin: 0;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    text-align: center;
    padding-top: 11px;
    margin-left: 44px;
    margin-top: 31px;
    margin-bottom: 30px
}

@media(max-width:991px) {
    .navbar-default .navbar-nav .cart .cart-icon {
        margin: 0;
        margin-top: 10px;
        margin-right: 15px;
        margin-bottom: 10px
    }
}

.navbar-default .navbar-nav .cart .dropdown-menu {
    font-size: 1em;
    background-color: #fafafa;
    padding-top: 17px
}

.navbar-default .navbar-nav .cart .dropdown-menu li {
    font-size: 1em;
    margin-left: 27px;
    margin-right: 27px;
    min-width: 266px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 0 none;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative
}

.navbar-default .navbar-nav .cart .dropdown-menu li:nth-child(1) {
    border-top: 0 none
}

.navbar-default .navbar-nav .cart .dropdown-menu li .image {
    float: left;
    margin-right: 20px
}

.navbar-default .navbar-nav .cart .dropdown-menu li .image img {
    width: 50px;
    border-radius: 3px
}

.navbar-default .navbar-nav .cart .dropdown-menu li .caption {
    white-space: nowrap
}

.navbar-default .navbar-nav .cart .dropdown-menu li .price {
    display: block;
    font-weight: 800
}

.navbar-default .navbar-nav .cart .dropdown-menu li .price span,
.navbar-default .navbar-nav .cart .dropdown-menu li .price small {
    font-weight: 500
}

.navbar-default .navbar-nav .cart .dropdown-menu li .remove-btn {
    position: absolute;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    right: 0;
    transform: translate(0, -50%);
    top: 50%;
    padding-top: 7px;
    text-align: center;
    font-size: .875em;
    color: #fff
}

.navbar-default .navbar-nav .cart .dropdown-menu .more-btn {
    border: 0 none;
    margin-top: 7px;
    margin-bottom: -13px
}

.navbar-default .navbar-nav .cart .dropdown-menu .more-btn a {
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75em;
    min-height: 50px;
    padding: 18px 24px 15px
}

.navbar-default .navbar-nav .cart .dropdown-menu .more-btn a,
.navbar-default .navbar-nav .cart .dropdown-menu .more-btn a:focus {
    background-color: #00a0ea;
    color: #fff!important
}

.navbar-default .navbar-nav .cart .dropdown-menu .more-btn a:active,
.navbar-default .navbar-nav .cart .dropdown-menu .more-btn a:hover {
    background-color: #008fd1;
    color: #fff!important
}

.navbar-default .navbar-nav .cart .dropdown-menu .more-btn a i {
    margin-left: 20px
}

@media(max-width:767px) {
    .navbar-default .navbar-nav.info-panel {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        margin-bottom: 20px;
        margin-top: 25px
    }
}

.navbar-default .navbar-brand {
    padding: 0;
    padding-top: 22px;
    padding-right: 23px
}

@media(max-width:991px) {
    .navbar-default .navbar-brand {
        margin-left: 15px!important;
        padding-top: 10px
    }
    .navbar-default .navbar-brand img {
        height: 40px
    }
}

@media(max-width:767px) {
    .navbar-default .navbar-brand {
        padding-top: 5px
    }
}

.navbar-default .top-panel {
    position: absolute;
    top: -64px;
    left: 0;
    right: 0
}

@media(max-width:991px) {
    .navbar-default .top-panel {
        top: -50px
    }
}

@media(max-width:767px) {
    .navbar-default .top-panel {
        top: auto;
        left: auto;
        right: auto;
        position: relative;
        width: 100%;
        display: inline-block
    }
}

.navbar-default .top-panel .phone {
    font-size: 1.125em;
    padding-top: 21px;
    float: left;
    width: 300px
}

.navbar-default .top-panel .phone i {
    font-size: 1.3em;
    margin-right: 9px
}

@media(max-width:991px) {
    .navbar-default .top-panel .phone {
        font-size: .825em;
        width: 200px;
        padding-top: 15px
    }
}

@media(max-width:767px) {
    .navbar-default .top-panel .phone {
        width: auto;
        float: none;
        color: #fff;
        padding-top: 20px;
        margin-bottom: 20px
    }
}

.navbar-default .top-panel .btn-cols {
    float: right
}

@media(max-width:767px) {
    .navbar-default .top-panel .btn-cols {
        width: auto;
        float: none
    }
}

.navbar-default .top-panel .search-form {
    border: 0 none;
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
    outline: 0;
    background-color: transparent;
    font-size: .875em;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out
}

.navbar-default .top-panel .search {
    float: left;
    height: 64px;
    width: 473px;
    position: relative;
    letter-spacing: .02em;
    color: transparent
}

@media(max-width:991px) {
    .navbar-default .top-panel .search {
        height: 50px;
        width: 320px
    }
}

@media(max-width:767px) {
    .navbar-default .top-panel .search {
        width: auto;
        float: none;
        display: block
    }
}

.navbar-default .top-panel .search label {
    position: absolute;
    font-size: .875em;
    color: #565656;
    font-weight: 500;
    top: 23px;
    left: 25px;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out
}

@media(max-width:991px) {
    .navbar-default .top-panel .search label {
        top: 15px
    }
}

.navbar-default .top-panel .search .search-form:active,
.navbar-default .top-panel .search .search-form:focus,
.navbar-default .top-panel .search .search-form:hover {
    color: #565656
}

.navbar-default .top-panel .search .search-form:active+label,
.navbar-default .top-panel .search .search-form:focus+label,
.navbar-default .top-panel .search .search-form:hover+label {
    top: 6px;
    font-size: .675em;
    opacity: .8
}

@media(max-width:991px) {
    .navbar-default .top-panel .search .search-form:active+label,
    .navbar-default .top-panel .search .search-form:focus+label,
    .navbar-default .top-panel .search .search-form:hover+label {
        top: 3px
    }
}

.navbar-default .top-panel .ripple-content {
    width: 100%;
    height: 100%
}

.navbar-default .top-panel .list-btn-group {
    margin-top: 15px
}

@media(max-width:991px) {
    .navbar-default .top-panel .list-btn-group {
        margin-top: 8px
    }
}

.footer {
    padding-top: 66px;
    padding-bottom: 39px
}

.footer .header {
    font-size: 1.125em;
    line-height: 1.333;
    font-weight: 800;
    margin-bottom: 27px
}

.footer .nav-vrt,
.footer .list-icon {
    margin-right: 30px
}

.footer .footer-brand {
    margin-top: 10px;
    margin-bottom: 54px
}

.footer .comp-header {
    margin-bottom: 24px
}

.footer p {
    font-size: .75em;
    opacity: .6
}

.footer ul.social {
    padding-top: 25px
}

.copiright .copy {
    color: #fff;
    font-size: .875em;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 20px;
    display: block
}

.copiright .vrt-icons {
    margin-bottom: 0
}

.copiright .vrt-icons li {
    float: left;
    font-size: 3.75em;
    margin-right: 20px
}

@media(max-width:767px) {
    .copiright .vrt-icons li {
        font-size: 2.75em
    }
}

.mobile-category {
    border-radius: 3px
}

.mobile-category .head {
    font-size: .85em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .024em;
    color: #fff;
    padding: 21px 25px 17px;
    display: inline-block
}

.mobile-category .header {
    border-radius: 3px
}

.mobile-category .btn-swither {
    float: right;
    margin-right: 24px;
    margin-top: 19px
}

.mobile-category .btn-swither span {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #fff;
    margin: 4px 2px
}

.mobile-category ul {
    font-size: .875em;
    overflow: hidden
}

.mobile-category ul li {
    min-height: 44px
}

.mobile-category ul li a {
    padding: 14px 17px 13px 25px
}

.mobile-category ul .sub-nav ul {
    font-size: 1em
}

.mobile-category.nav-close ul {
    height: 0
}

.item-gallery {
    position: relative
}

.item-gallery .image {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    width: auto
}

.item-gallery .image .item {
    position: relative
}

.item-gallery .image .item img {
    position: relative;
    z-index: 2;
    border-radius: 3px
}

.item-gallery .image .item::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 0;
    box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.4);
    border-radius: 3px
}

.item-gallery .image .owl-stage {
    margin-top: 15px;
    margin-bottom: 30px
}

.item-gallery .image .owl-stage-outer {
    z-index: 2
}

.item-gallery .image .owl-nav {
    position: absolute
}

.item-gallery .image .owl-item {
    padding: 0 15px
}

.item-gallery .image-nav {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    width: auto
}

.item-gallery .image-nav .owl-item {
    padding-left: 10px;
    padding-right: 10px
}

.item-gallery .image-nav .item {
    position: relative
}

.item-gallery .image-nav .item img {
    position: relative;
    z-index: 2;
    border-radius: 3px
}

.item-gallery .image-nav .item::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 0;
    box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.4);
    border-radius: 3px
}

.item-gallery .image-nav .owl-stage {
    margin-top: 15px;
    margin-bottom: 30px
}

.item-gallery .image-nav .owl-stage-outer {
    z-index: 2
}

.shop-item-page {
    margin-bottom: 50px
}

.shop-item-page .item-header .comp-header span {
    font-size: .75em;
    padding-top: 5px
}

.shop-item-page .item-header .sale-info {
    text-align: right
}

@media(max-width:767px) {
    .shop-item-page .item-header .sale-info {
        text-align: left
    }
}

.shop-item-page .item-header .sale-info .sale-info {
    font-size: 1.5em;
    font-weight: 800;
    text-transform: uppercase
}

.shop-item-page .item-header .sale-info .timer-body {
    font-size: .875em
}

.shop-item-page .divider-dotted {
    border-top: 2px dotted #afafaf;
    margin-top: 17px;
    margin-bottom: 20px
}

.shop-item-page .price-pan {
    position: relative;
    margin-bottom: 30px
}

.shop-item-page .price-pan .head {
    font-weight: 800;
    font-size: 1.125em;
    color: #565656;
    position: absolute;
    padding-top: 15px
}

@media(max-width:767px) {
    .shop-item-page .price-pan .head {
        display: block;
        position: relative;
        padding-bottom: 10px
    }
}

.shop-item-page .price-pan .price {
    padding-left: 75px
}

@media(max-width:767px) {
    .shop-item-page .price-pan .price {
        padding-left: 0
    }
}

.shop-item-page .price-pan .price .price {
    font-size: 3em;
    font-weight: 800;
    padding-left: 0;
    margin-top: -18px
}

@media(max-width:767px) {
    .shop-item-page .price-pan .price .price {
        margin-bottom: 30px
    }
}

.shop-item-page .price-pan .price .curr {
    font-size: .4em;
    top: -10px;
    position: relative
}

.shop-item-page .price-pan .price .curr,
.shop-item-page .price-pan .price small {
    color: #8e8e8e;
    font-size: .5em
}

.shop-item-page .price-pan .price small {
    font-size: .5em
}

.shop-item-page .price-pan .rate {
    font-size: 1.65em;
    margin-top: -20px
}

.shop-item-page .price-pan .rate .head {
    position: relative;
    display: inline-block
}

.shop-item-page .price-pan .rate .post-head {
    display: inline-block;
    font-size: .75em;
    font-weight: 500;
    padding-left: 13px
}

.shop-item-page .price-pan .rate .stars {
    font-size: .7em
}

.shop-item-page .price-pan .sale {
    display: inline-block
}

.shop-item-page .price-pan .price {
    display: block
}

.shop-item-page .price-pan .item-badge {
    position: absolute;
    right: 28px;
    top: -58px
}

.shop-item-page .price-pan .favorite {
    float: right;
    border: 0 none;
    font-size: .875em;
    text-transform: uppercase;
    letter-spacing: .036em;
    color: #979797;
    outline: 0;
    border-radius: 3px;
    margin-top: -30px;
    background-color: #e4e4e4
}

.shop-item-page .price-pan .favorite .ripple-content {
    padding: 13px 15px 12px
}

.shop-item-page .price-pan .favorite i {
    color: #fff;
    font-size: 1.125em;
    padding-right: 9px
}

.shop-item-page .price-pan .favorite.active {
    background-color: #e5de1c;
    color: #565656
}

@media(max-width:767px) {
    .shop-item-page .price-pan .favorite {
        float: left;
        margin-top: 20px
    }
}

.shop-item-page .set-panel .size-panel {
    margin-top: 10px;
    padding-bottom: 16px
}

.shop-item-page .set-panel .size-panel li {
    display: inline-block;
    background-color: #00a0ea;
    font-size: .625em;
    color: #fff;
    padding: 9px 11px 7px;
    border-radius: 3px;
    margin-right: 1px;
    cursor: pointer
}

.shop-item-page .set-panel .size-panel li.active {
    background-color: #e4e4e4;
    color: #00a0ea
}

.shop-item-page .buy-btn-panel {
    padding: 18px 18px 18px 100px;
    position: relative;
    border-radius: 3px;
    margin-top: 28px
}

.shop-item-page .buy-btn-panel .cart-icon {
    font-size: 1.875em;
    color: #fff;
    position: absolute;
    left: 35px;
    top: 21px
}

.shop-item-page .buy-btn-panel .btns-wrap {
    display: block;
    border-radius: 3px
}

.shop-item-page .buy-btn-panel .btns-wrap .ripple-content {
    display: block
}

.shop-item-page .buy-btn-panel .btns-wrap a {
    font-size: 1.125em;
    text-transform: uppercase;
    font-weight: 800;
    padding-left: 41px;
    display: inline-block;
    padding-top: 13px;
    padding-bottom: 12px;
    color: #8e8e8e;
    text-decoration: none
}

.shop-item-page .buy-btn-panel .btns-wrap a:nth-child(2) {
    padding-left: 0;
    float: right;
    padding-right: 41px;
    color: #00a0ea
}

@media(max-width:767px) {
    .shop-item-page .buy-btn-panel .btns-wrap a {
        padding-left: 30px
    }
    .shop-item-page .buy-btn-panel .btns-wrap a:nth-child(2) {
        padding-right: 0;
        padding-left: 30px;
        text-align: left;
        float: left
    }
}

.shop-item-page .description p {
    font-size: .875em;
    line-height: 1.286;
    color: #8e8e8e
}

.shop-item-page .description .header {
    font-weight: 800;
    font-size: 1.125em;
    letter-spacing: .03em;
    color: #565656;
    margin-top: 56px;
    margin-bottom: 17px
}

.shop-item-page .description .dl-horizontal .terms {
    margin-top: 10px
}

@media(max-width:767px) {
    .shop-item-page .description .dl-horizontal dt {
        margin: 0;
        padding: 0;
        width: 40%
    }
    .shop-item-page .description .dl-horizontal dt::after {
        display: none
    }
    .shop-item-page .description .dl-horizontal dd {
        float: right;
        width: 60%
    }
}

.shop-item-page .features-pan {
    margin-top: 32px
}

.shop-item-info {
    margin-bottom: 50px
}

.shop-item-info .header {
    font-size: 1.5em;
    color: #2c2c2c;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 70px;
    margin-bottom: 60px
}

.tab-content .description {
    margin-top: 30px
}

@media(max-width:767px) {
    .tab-content .description {
        display: block!important
    }
}

.tab-content .description p {
    color: #8e8e8e;
    font-size: .875em;
    font-weight: 500;
    line-height: 1.714
}

@media(max-width:767px) {
    .tab-content .comments {
        display: block!important
    }
}

.product-list {
    position: relative
}

.product-list::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 0;
    box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.4);
    border-radius: 3px
}

.product-list .wrap {
    position: relative;
    z-index: 2;
    border-radius: 3px
}

.product-list .list-header .checkbox {
    position: relative;
    top: 3px
}

.product-list .check,
.product-list .product,
.product-list .price,
.product-list .qnt,
.product-list .total,
.product-list .rmv {
    display: inline-block;
    padding: 15px
}

.product-list .check {
    width: 6%
}

@media(max-width:991px) {
    .product-list .check {
        width: 7%
    }
}

.product-list .product {
    width: 36%
}

@media(max-width:991px) {
    .product-list .product {
        width: 50%;
        padding-bottom: 0
    }
}

@media(max-width:767px) {
    .product-list .product {
        width: 100%
    }
    .product-list .product .comp-header {
        padding-left: 20px;
        font-size: .8em
    }
}

.product-list .price {
    width: 16%
}

@media(max-width:991px) {
    .product-list .price {
        width: 41%;
        padding-bottom: 0
    }
}

@media(max-width:767px) {
    .product-list .price {
        margin-left: 0;
        width: 75%
    }
}

.product-list .qnt {
    width: 16%
}

@media(max-width:991px) {
    .product-list .qnt {
        margin-left: 46px;
        width: 21%
    }
}

@media(max-width:767px) {
    .product-list .qnt {
        margin-left: 35%;
        margin-top: -16px;
        margin-bottom: -16px;
        width: 70%
    }
}

.product-list .total {
    width: 13%
}

@media(max-width:991px) {
    .product-list .total {
        width: 77%
    }
}

.product-list .list-body .item:nth-child(odd) {
    background-color: #fafafa
}

.product-list .list-body .product img {
    width: 70px;
    padding-bottom: 4px
}

.product-list .list-body .product .comp-header {
    padding-left: 30px;
    position: relative;
    top: 5px
}

.product-list .item .price .disclam {
    color: #9f0101;
    font-size: .75em;
    text-transform: uppercase;
    font-weight: 800;
    display: block
}

.product-list .item .price .price,
.product-list .item .price .old {
    display: block;
    width: 100%;
    padding: 0
}

.product-list .item .price .price i,
.product-list .item .price .old i {
    color: #8e8e8e;
    font-size: .875em
}

.product-list .item .price .price span,
.product-list .item .price .old span {
    font-size: 1.3em;
    color: #2c2c2c;
    font-weight: 800
}

.product-list .item .price .price span small,
.product-list .item .price .old span small {
    font-weight: 500;
    font-size: .65em;
    color: #8e8e8e
}

.product-list .item .price .old {
    display: inline-block;
    font-size: .85em
}

.product-list .item .price .old span {
    color: #8e8e8e;
    display: inline-block;
    position: relative
}

.product-list .item .price .old span::after {
    content: '';
    height: 1px;
    background-color: #9f0101;
    position: absolute;
    top: 15px;
    left: -4px;
    right: -4px
}

.product-list .item .qnt input {
    background-color: transparent;
    border: 0 none;
    text-align: center;
    width: 50px
}

.product-list .item .qnt .plus,
.product-list .item .qnt .minus {
    cursor: pointer
}

.product-list .item .qnt .plus:hover,
.product-list .item .qnt .minus:hover {
    color: #00a0ea
}

.product-list .remove-btn {
    font-size: 1.1em;
    border-radius: 50%;
    background-color: #00a0ea;
    border: 0 none;
    width: 32px;
    height: 32px;
    color: #fff
}

.product-list .list-footer {
    border-radius: 0 0 3px 3px;
    padding: 15px
}

.head-block {
    padding-bottom: 40px
}

.head-block .header {
    font-size: 1.5em;
    line-height: 1.25;
    font-weight: 800;
    color: #565656;
    margin-bottom: 43px
}

.head-block .header span {
    font-weight: 500;
    color: #8e8e8e;
    display: block
}

p.text {
    color: #8e8e8e;
    font-size: .875em;
    font-weight: 500;
    line-height: 1.286;
    margin-bottom: 60px
}

.blog-item-page {
    margin-bottom: 60px
}

.blog-item-page .image {
    position: relative;
    margin-bottom: 30px
}

.blog-item-page .image img {
    position: relative;
    z-index: 2;
    width: 100%;
    border-radius: 3px
}

.blog-item-page .image::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 0;
    box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.4);
    border-radius: 3px
}

.blog-item-page .info-panel {
    padding-top: 7px;
    margin-bottom: 0
}

.blog-item-page .info-panel ul {
    display: inline-block;
    width: 100%
}

.blog-item-page .info-panel li {
    float: left;
    font-size: .875em;
    letter-spacing: .026em;
    color: #8e8e8e
}

.blog-item-page .info-panel li::before {
    content: "|";
    padding: 0 7px
}

.blog-item-page .info-panel li:nth-child(1)::before {
    display: none
}

.blog-item-page .info-panel li a {
    text-decoration: none
}

.blog-item-page .info-panel li a:hover,
.blog-item-page .info-panel li a:focus {
    color: #00a0ea
}

.blog-item-page .info-panel li a,
.blog-item-page .info-panel li a:active {
    color: #8e8e8e
}

.blog-item-page .header h1 {
    font-size: 1.875em;
    color: #2c2c2c;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 30px
}

.blog-item-page .item-body p {
    font-size: .875em;
    font-weight: 500;
    line-height: 1.714;
    color: #8e8e8e;
    margin: 0 0 16px
}

.blog-item-page .item-body .inter {
    font-size: 1.2em;
    margin: 0 0 30px
}

.blog-item-page .item-body h2,
.blog-item-page .item-body h3,
.blog-item-page .item-body h4,
.blog-item-page .item-body h5,
.blog-item-page .item-body h6 {
    font-weight: 800;
    font-size: 1.5em;
    margin-top: 40px
}

.item-info-panel {
    background-color: #fafafa;
    border-radius: 3px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 50px;
    margin-bottom: 20px
}

.item-info-panel .item-tags {
    display: inline-block;
    margin-top: 22px;
    margin-bottom: 16px
}

.item-info-panel .item-tags li {
    float: left;
    font-size: .875em;
    padding: 0 6px
}

.item-info-panel .item-tags li.head {
    font-weight: 800
}

.item-info-panel .item-tags li a {
    text-decoration: none
}

.item-info-panel .item-tags li a,
.item-info-panel .item-tags li a:active {
    color: #2c2c2c
}

.item-info-panel .item-tags li a:hover,
.item-info-panel .item-tags li a:focus {
    color: #00a0ea
}

.item-info-panel .item-tags li a::after {
    content: ','
}

.item-info-panel .item-tags li:nth-last-child(1) a::after {
    display: none
}

.item-info-panel .social {
    float: right;
    margin-top: 17px
}

.item-info-panel .social li {
    font-size: .875em
}

.item-info-panel .social li a {
    border: 1px solid #00a0ea;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    margin-right: 13px;
    margin-bottom: 13px
}

.comments {
    margin-bottom: 60px
}

.comments .header {
    font-size: 1.5em;
    color: #2c2c2c;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 59px
}

.breadcrumb {
    border-radius: 3px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 45px;
    padding: 27px 69px 26px
}

@media(max-width:767px) {
    .breadcrumb {
        margin-top: 10px;
        margin-bottom: 15px;
        padding: 27px 20px 11px
    }
}

.breadcrumb li+li:before {
    color: #fff;
    padding: 0 8px
}

.breadcrumb li {
    font-size: .75em;
    color: #fff;
    letter-spacing: .04em
}

@media(max-width:767px) {
    .breadcrumb li {
        display: block;
        margin-bottom: 15px
    }
    .breadcrumb li::before {
        display: none
    }
}

.breadcrumb li.active {
    color: #fff
}

.breadcrumb li::before {
    color: #fff
}

.breadcrumb li a {
    text-decoration: none
}

.breadcrumb li a,
.breadcrumb li a:active {
    color: #2c2c2c;
    color: rgba(255, 255, 255, 0.7)
}

.breadcrumb li a:hover,
.breadcrumb li a:focus {
    color: #fff
}

.breadcrumb li:nth-child(1) {
    font-size: .85em;
    font-weight: 800
}

@media(max-width:767px) {
    .fix-height {
        height: auto!important
    }
}

.preloader {
    position: fixed;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    height: 100%
}

.preloader img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .3;
    width: 148px
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible!important;
    background: #f2f2f2!important;
    background: rgba(0, 0, 0, 0.06)!important;
    border: 0 none!important;
    -webkit-box-shadow: inset 0 0 12px 4px #fff;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px!important
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px!important
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #0073bb;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05)
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #00578d
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: 0
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #aaa
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 28px;
    top: 6px;
    font-size: 23px
}

.selectize-control {
    position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.selectize-control.multi .selectize-input.has-items {
    padding: 5px 8px 2px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default!important
}

.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15)
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #1da7ee;
    color: #fff;
    border: 1px solid #0073bb
}

.selectize-control.multi .selectize-input>div.active {
    background: #92c836;
    color: #fff;
    border: 1px solid #00578d
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #fff;
    background: #d2d2d2;
    border: 1px solid #aaa
}

.selectize-input>input {
    display: inline-block!important;
    padding: 0!important;
    min-height: 0!important;
    max-height: none!important;
    max-width: 100%!important;
    margin: 0 1px!important;
    text-indent: 0!important;
    border: 0 none!important;
    background: none!important;
    line-height: inherit!important;
    -webkit-user-select: auto!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: none!important
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
    padding: 5px 8px
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px!important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa
}

.selectize-control.multi .selectize-input.has-items {
    padding-left: 5px;
    padding-right: 5px
}

.selectize-control.multi .selectize-input.disabled [data-value] {
    color: #999;
    text-shadow: none;
    background: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
    border-color: #e6e6e6
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
    background: 0
}

.selectize-control.multi .selectize-input [data-value] {
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #1b9dec;
    background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
    background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
    background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
    background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03)
}

.selectize-control.multi .selectize-input [data-value].active {
    background-color: #0085d4;
    background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
    background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
    background-image: -o-linear-gradient(top, #008fd8, #0075cf);
    background-image: linear-gradient(to bottom, #008fd8, #0075cf);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0)
}

.selectize-control.single .selectize-input {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0)
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
    border-color: #b8b8b8
}

.selectize-dropdown .optgroup-header {
    padding-top: 7px;
    font-weight: bold;
    font-size: .85em
}

.selectize-dropdown .optgroup {
    border-top: 1px solid #f0f0f0
}

.selectize-dropdown .optgroup:first-child {
    border-top: 0 none
}

.selectize-control.single .selectize-input {
    border: 0;
    background-color: rgba(250, 250, 250, 0.4);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    border: 0 none;
    padding: 17px 13px 15px;
    margin-bottom: 15px;
    background-image: none;
    font-size: .875em;
    color: #979797
}

.selectize-control.single .selectize-dropdown.single {
    border: 0 none;
    margin-top: -15px
}

.selectize-control.single .selectize-dropdown-content .title {
    display: block;
    font-weight: 800
}

.form-group label {
    font-size: .875em;
    color: #565656;
    font-weight: 800;
    margin-bottom: 9px;
    margin-top: 5px
}

.form-group label.pd-none {
    margin-top: 0;
    padding-top: 0
}

.form-group label.text-darkness {
    color: #565656
}

.form-group .text {
    display: block;
    margin-bottom: 12px;
    color: #8e8e8e;
    font-size: .875em;
    font-weight: 500;
    line-height: 1.286
}

.form-group.pd-none {
    margin-bottom: 0
}

.form-group.pd-bottom {
    margin-bottom: 60px
}

.form-group.pd-sm .checkbox {
    margin-top: 29px;
    margin-bottom: 17px
}

.form-group.padding label {
    margin-top: 29px
}

.form-group.padding .text {
    margin-top: 30px;
    margin-bottom: 41px
}

.form-control {
    background-color: rgba(250, 250, 250, 0.4);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    border: 0 none;
    padding: 26px 13px 25px;
    margin-bottom: 15px
}

.form-control:focus {
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2)
}

textarea.form-control {
    padding: 15px 13px 16px;
    line-height: 1.7
}

.form-horizontal .control-label {
    font-size: .875em;
    padding-top: 14px;
    text-align: left;
    color: #b1b1b1
}

.form-horizontal .checkbox {
    padding-top: 0;
    margin-top: -8px;
    margin-bottom: 16px
}

.checkbox input {
    display: none
}

.checkbox.padding {
    margin-top: 39px;
    margin-bottom: 36px
}

.checkbox label {
    padding-left: 0;
    color: #b1b1b1;
    font-size: .75em;
    font-weight: 500
}

.checkbox label .checkbox-input {
    text-transform: uppercase;
    background-color: #00a0ea;
    width: 49px;
    height: 22px;
    border-radius: 11px;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
    top: -4px
}

.checkbox label .checkbox-input .on,
.checkbox label .checkbox-input .off {
    padding-top: 6px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    float: left;
    position: absolute;
    font-size: .75em
}

.checkbox label .checkbox-input .on {
    right: 0;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.checkbox label .checkbox-input .off {
    opacity: 1;
    left: 7px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.checkbox label .checkbox-input::before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 4px;
    left: 31px;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out
}

.checkbox input:checked+label .checkbox-input .on {
    right: 11px;
    opacity: 1
}

.checkbox input:checked+label .checkbox-input .off {
    left: 0;
    opacity: 0
}

.checkbox input:checked+label .checkbox-input::before {
    content: '';
    left: 4px
}

.checkbox.vers-2 label {
    background-color: #00a0ea;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    color: #fafafa;
    font-size: 1.125em;
    position: relative;
    min-height: 17px
}

.checkbox.vers-2 label i {
    position: absolute;
    opacity: 0;
    -webkit-transition: all .05s ease-out;
    transition: all .05s ease-out
}

.checkbox.vers-2 input:checked+label i {
    opacity: 1
}

.checkbox .text-icon {
    color: #8e8e8e;
    font-size: 3em;
    margin-left: 30px;
    position: relative;
    top: -16px
}

.checkbox.pd-none {
    margin-bottom: 0
}

.auth-form {
    padding-bottom: 80px
}

.auth-form .header {
    font-size: 1.5em;
    line-height: 1.25;
    font-weight: 800;
    color: #565656;
    margin-bottom: 43px
}

.auth-form .header span {
    font-weight: 500;
    color: #8e8e8e;
    display: block
}

.auth-form .text {
    font-size: .875em;
    font-weight: 500;
    color: #8e8e8e;
    line-height: 1.286;
    display: block;
    margin-bottom: 52px
}

.addon-login-btn {
    display: inline-block;
    margin-bottom: -2px;
    padding-left: 12px
}

.addon-login-btn li {
    float: left;
    font-size: .875em;
    padding-left: 8px
}

.addon-login-btn li a,
.addon-login-btn li a:active {
    color: #565656
}

.addon-login-btn li a:hover,
.addon-login-btn li a:focus {
    color: #00a0ea
}

.panel-group .panel-heading {
    background-color: #00a0ea;
    min-height: 56px;
    border-radius: 3px;
    font-size: .875em;
    font-weight: 800;
    color: #fff;
    padding: 0
}

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

.panel-group .panel-title {
    font-size: inherit;
    font-weight: inherit
}

.panel-group .panel-title a {
    display: block;
    text-decoration: none;
    padding-top: 23px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 18px
}

.panel-group .panel-title a,
.panel-group .panel-title a:active,
.panel-group .panel-title a:focus {
    color: #fff
}

.panel-group .panel-title a:hover {
    color: rgba(255, 255, 255, 0.85)
}

.panel-group .panel-title a .panel-indicator {
    display: block;
    float: left;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin-right: 24px;
    position: relative
}

.panel-group .panel-title a .panel-indicator::after {
    content: '';
    background-color: #00a0ea;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px
}

.panel-group .panel-title a.collapsed .panel-indicator::after {
    display: none
}

.panel-group .panel {
    border: 0 none;
    box-shadow: none
}

.panel-group .panel-body {
    padding: 40px 0 25px 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0 none
}

.modal-backdrop {
    background-color: #fff
}

.modal-backdrop.in {
    opacity: 1
}

.modal .modal-header {
    border-bottom: 0 none;
    padding-left: 0;
    padding-right: 0
}

.modal .modal-header .close {
    color: #2c2c2c;
    opacity: 1;
    font-size: 3em
}

.modal .modal-title {
    color: #2c2c2c;
    font-size: 1.875em;
    text-decoration: none;
    text-transform: uppercase
}

.modal .modal-title span {
    font-weight: 800;
    display: block
}

.modal .modal-content {
    box-shadow: none!important;
    border: 0 none
}

.modal .modal-body {
    padding: 0
}

.modal .auth-form .form-fields {
    margin-top: -40px
}

.modal .auth-form .nav-vrt {
    margin-bottom: 40px;
    margin-top: 40px
}

.text-darkness {
    color: #2c2c2c
}

.text-dark {
    color: #565656
}

.text-grey-darkness {
    color: #8e8e8e
}

.text-grey-dark {
    color: #979797
}

.text-grey {
    color: #b1b1b1
}

.text-grey-light {
    color: #e4e4e4
}

.text-grey-light {
    color: #e4e4e4
}

.text-grey-lightness {
    color: #fafafa
}

.text-white {
    color: #fff
}

.text-blue {
    color: #00a0ea
}

.text-gold {
    color: #aca71e
}

.text-yellow {
    color: #e5de1c
}

.text-green {
    color: #3ab522
}

.text-red {
    color: #9f0101
}

.text-orange {
    color: #deac00
}

.bg-darkness {
    background-color: #2c2c2c
}

.bg-dark {
    background-color: #565656
}

.bg-grey-darkness {
    background-color: #8e8e8e
}

.bg-grey-dark {
    background-color: #979797
}

.bg-grey {
    background-color: #b1b1b1
}

.bg-grey-light {
    background-color: #e4e4e4
}

.bg-grey-light {
    background-color: #e4e4e4
}

.bg-grey-lightness {
    background-color: #fafafa
}

.bg-white {
    background-color: #fff
}

.bg-blue {
    background-color: #000000
}

.bg-gold {
    background-color: #aca71e
}

.bg-yellow {
    background-color: #e5de1c
}

.bg-green {
    background-color: #3ab522
}

.bg-red {
    background-color: #9f0101
}

.bg-orange {
    background-color: #deac00
}