.mm-menu, .mm-panels, .mm-panels>.mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    box-sizing: border-box
}

.mm-btn, .mm-menu {
    box-sizing: border-box
}

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
    text-decoration: none
}

.mm-hidden {
    display: none !important
}

.mm-menu, .mm-panels>.mm-panel:not(.mm-hidden) {
    display: block
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    padding: 0;
    position: absolute
}

.mm-panels, .mm-panels>.mm-panel {
    background: inherit;
    border-color: inherit;
    position: absolute
}

.mm-btn, .mm-panel.mm-highest {
    z-index: 1
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-panel.mm-opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

.mm-listview .mm-divider, .mm-listview>li>a, .mm-listview>li>span, .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-panels>.mm-panel:after, .mm-panels>.mm-panel:before {
    content: '';
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel, li.mm-vertical.mm-opened>.mm-panel {
    display: block
}

.mm-listview>li.mm-vertical>.mm-next, .mm-vertical .mm-listview>li>.mm-next {
    height: 40px;
    bottom: auto
}

.mm-listview>li.mm-vertical>.mm-next:after, .mm-vertical .mm-listview>li>.mm-next:after {
    top: 16px;
    bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after, .mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 19px
}

.mm-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0
}

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before, .mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}

.mm-clear:after, .mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

.mm-arrow:after, .mm-next:after, .mm-prev:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 23px
}

.mm-arrow:after, .mm-next:after {
    border-top: none;
    border-left: none;
    right: 23px
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar>* {
    display: block;
    padding: 10px 0
}

.mm-navbar .mm-btn:first-child {
    padding-left: 20px;
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    padding-right: 20px;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block
}

.mm-listview, .mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

.mm-listview>li {
    position: relative
}

.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after {
    border-color: inherit
}

.mm-listview>li>a, .mm-listview>li>span {
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}

.mm-listview>li>a.mm-arrow, .mm-listview>li>span.mm-arrow {
    padding-right: 50px
}

.mm-listview>li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 20px
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.mm-listview .mm-next+a, .mm-listview .mm-next+span {
    margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a, .mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 50px;
    margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
    margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child, .mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: -20px
}

.mm-listview .mm-inset {
    list-style: disc inside;
    padding: 0 10px 15px 40px;
    margin: 0
}

.mm-listview .mm-inset>li {
    padding: 5px 0
}

.mm-listview .mm-divider {
    font-size: 10px;

    text-indent: 20px;
    line-height: 25px
}

.mm-listview .mm-spacer {
    padding-top: 40px
}

.mm-listview .mm-spacer>.mm-next {
    top: 40px
}

.mm-listview .mm-spacer.mm-divider {
    padding-top: 25px
}

.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .7)
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
    tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, .5)
}

.mm-menu .mm-divider, .mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .05)
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking, html.mm-blocking body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}

.mm-menu.mm-offcanvas.mm-current {
    display: block
}

.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-menu.mm-autoheight.mm-bottom, .mm-menu.mm-autoheight.mm-top {
    max-height: 80%
}

.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen, .mm-menu.mm-autoheight.mm-top.mm-fullscreen {
    max-height: 100%
}

.mm-menu.mm-measureheight .mm-panel {
    display: block !important
}

.mm-menu.mm-measureheight>.mm-panels>.mm-panel {
    bottom: auto !important;
    height: auto !important
}

.mm-menu.mm-columns {
    -webkit-transition-property: width, max-width, -webkit-transform;
    transition-property: width, max-width, -webkit-transform;
    transition-property: transform, width, max-width;
    transition-property: transform, width, max-width, -webkit-transform
}

.mm-menu.mm-columns .mm-panels>.mm-panel {
    width: 100%;
    right: auto;
    display: none;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened {
    border-right: 1px solid;
    border-color: inherit;
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 2
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-0 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-0 {
    display: block;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-columns-0 {
    width: 80%;
    min-width: 140px;
    max-width: 0
}

html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:0px) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-1 {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-1 {
    display: block;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}

.mm-menu.mm-columns-1 {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-menu.mm-columns-1 .mm-panels>.mm-panel {
    width: 100%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-2 {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-2 {
    display: block;
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}

.mm-menu.mm-columns-2 {
    width: 80%;
    min-width: 140px;
    max-width: 880px
}

html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:1100px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate3d(880px, 0, 0);
        transform: translate3d(880px, 0, 0)
    }
}

.mm-menu.mm-columns-2 .mm-panels>.mm-panel {
    width: 50%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-3 {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-3 {
    display: block;
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}

.mm-menu.mm-columns-3 {
    width: 80%;
    min-width: 140px;
    max-width: 1320px
}

html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:1650px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate3d(1320px, 0, 0);
        transform: translate3d(1320px, 0, 0)
    }
}

.mm-menu.mm-columns-3 .mm-panels>.mm-panel {
    width: 33.34%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-4 {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-4 {
    display: block;
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0)
}

.mm-menu.mm-columns-4 {
    width: 80%;
    min-width: 140px;
    max-width: 1760px
}

html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:2200px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate3d(1760px, 0, 0);
        transform: translate3d(1760px, 0, 0)
    }
}

.mm-menu.mm-columns-4 .mm-panels>.mm-panel {
    width: 25%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-5 {
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-5 {
    display: block;
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0)
}

.mm-menu.mm-columns-5 {
    width: 80%;
    min-width: 140px;
    max-width: 2200px
}

html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:2750px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate3d(2200px, 0, 0);
        transform: translate3d(2200px, 0, 0)
    }
}

.mm-menu.mm-columns-5 .mm-panels>.mm-panel {
    width: 20%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-6 {
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-6 {
    display: block;
    -webkit-transform: translate3d(700%, 0, 0);
    transform: translate3d(700%, 0, 0)
}

.mm-menu.mm-columns-6 {
    width: 80%;
    min-width: 140px;
    max-width: 2640px
}

html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:3300px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate3d(2640px, 0, 0);
        transform: translate3d(2640px, 0, 0)
    }
}

.mm-menu.mm-columns-6 .mm-panels>.mm-panel {
    width: 16.67%
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%
}

em.mm-counter+a.mm-next {
    width: 90px
}

em.mm-counter+a.mm-next+a, em.mm-counter+a.mm-next+span {
    margin-right: 90px
}

em.mm-counter+a.mm-fullsubopen {
    padding-left: 0
}

.mm-vertical>.mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-vertical.mm-spacer>.mm-counter {
    margin-top: 40px
}

.mm-nosubresults>.mm-counter {
    display: none
}

.mm-menu em.mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-divider>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px
}

.mm-divider.mm-opened a.mm-next:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-collapsed:not(.mm-uncollapsed) {
    display: none
}

.mm-fixeddivider {
    background: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-fixeddivider:after {
    content: none !important;
    display: none !important
}

.mm-hasdividers .mm-fixeddivider {
    display: block
}

.mm-menu .mm-fixeddivider span {
    background: rgba(0, 0, 0, .05)
}

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.mm-menu.mm-dropdown {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%
}

html.mm-dropdown .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-dropdown #mm-blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1
}

html.mm-dropdown .mm-menu {
    z-index: 2
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
    display: none
}

.mm-menu.mm-tip:before {
    content: '';
    background: inherit;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-menu.mm-tipleft:before {
    left: 22px
}

.mm-menu.mm-tipright:before {
    right: 22px
}

.mm-menu.mm-tiptop:before {
    top: -8px
}

.mm-menu.mm-tipbottom:before {
    bottom: -8px
}

.mm-iconpanel .mm-panel {
    -webkit-transition-property: left, -webkit-transform;
    transition-property: left, -webkit-transform;
    transition-property: transform, left;
    transition-property: transform, left, -webkit-transform
}

.mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit
}

.mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
    left: 0
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
    left: 40px
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
    left: 80px
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
    left: 120px
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
    left: 160px
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
    left: 200px
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
    left: 240px
}

.mm-subblocker {
    background: inherit;
    opacity: 0;
    display: block;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.mm-subopened .mm-subblocker {
    opacity: .6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -100000px;
    left: 0;
    z-index: 3
}

.mm-navbar-bottom, .mm-navbar-top~.mm-navbar-top {
    border-bottom: none
}

.mm-menu>.mm-navbar {
    background: inherit;
    padding: 0;
    z-index: 3;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-navbar-bottom {
    border-top-width: 1px;
    border-top-style: solid;
    top: auto;
    bottom: 0
}

.mm-navbar-bottom~.mm-navbar-bottom {
    border-top: none
}

.mm-navbar.mm-hasbtns {
    padding: 0 40px
}

.mm-navbar[class*=mm-navbar-content-]>* {
    box-sizing: border-box;
    display: block;
    float: left
}

.mm-navbar .mm-breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 17px
}

.mm-navbar .mm-breadcrumbs>* {
    display: inline-block;
    padding: 10px 3px
}

.mm-navbar .mm-breadcrumbs>a {
    text-decoration: underline
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
    margin-left: -40px
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs {
    margin-left: 0;
    padding-left: 0
}

.mm-navbar-top-1 {
    top: 0
}

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
    top: 40px
}

.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
    top: 80px
}

.mm-hasnavbar-top-3 .mm-panels, .mm-navbar-top-4 {
    top: 120px
}

.mm-hasnavbar-top-4 .mm-panels {
    top: 160px
}

.mm-navbar-bottom-1 {
    bottom: 0
}

.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2 {
    bottom: 40px
}

.mm-hasnavbar-bottom-2 .mm-panels, .mm-navbar-bottom-3 {
    bottom: 80px
}

.mm-hasnavbar-bottom-3 .mm-panels, .mm-navbar-bottom-4 {
    bottom: 120px
}

.mm-hasnavbar-bottom-4 .mm-panels {
    bottom: 160px
}

.mm-navbar-size-2 {
    height: 80px
}

.mm-navbar-size-3 {
    height: 120px
}

.mm-navbar-size-4 {
    height: 160px
}

.mm-navbar-content-2>* {
    width: 50%
}

.mm-navbar-content-3>* {
    width: 33.33%
}

.mm-navbar-content-4>* {
    width: 25%
}

.mm-navbar-content-5>* {
    width: 20%
}

.mm-navbar-content-6>* {
    width: 16.67%
}

.mm-sronly {
    text-indent: 10px;
    overflow: hidden;
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -1
}

.mm-search, .mm-search input {
    box-sizing: border-box
}

.mm-search {
    height: 40px;
    padding: 7px 10px 0;
    position: relative
}

.mm-search input {
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    display: block;
    width: 100%;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    margin: 0;
    padding: 0 10px
}

.mm-search input::-ms-clear {
    display: none
}

.mm-search .mm-clear, .mm-search .mm-next {
    right: 0
}

.mm-panel>.mm-search {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.mm-panel.mm-hassearch {
    padding-top: 40px
}

.mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
    top: 40px
}

.mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    padding: 40px 0
}

.mm-noresults .mm-indexer {
    display: none !important
}

li.mm-nosubresults>a.mm-next {
    display: none
}

li.mm-nosubresults>a.mm-next+a, li.mm-nosubresults>a.mm-next+span {
    padding-right: 10px
}

.mm-panels>.mm-resultspanel:not(.mm-opened) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu .mm-search input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .7)
}

.mm-menu .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-indexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100px;
    z-index: 3;
    -webkit-transition: right .4s ease;
    transition: right .4s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%
}

.mm-indexer~.mm-panel.mm-hasindexer {
    padding-right: 40px
}

.mm-hasindexer .mm-indexer {
    right: 0
}

.mm-hasindexer .mm-fixeddivider {
    right: 20px
}

.mm-menu .mm-indexer a {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a, .mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span, .mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a, .mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span, .mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen) {
    -webkit-transition: background .4s ease;
    transition: background .4s ease
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span, .mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a, .mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span, .mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255, 255, 255, .5)
}

input.mm-check, input.mm-toggle {
    position: absolute;
    left: -10000px
}

label.mm-check, label.mm-toggle {
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    right: 20px
}

label.mm-check:before, label.mm-toggle:before {
    content: '';
    display: block
}

label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-top: -15px
}

label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px
}

input.mm-toggle:checked~label.mm-toggle:before {
    float: right
}

label.mm-check {
    width: 30px;
    height: 30px;
    margin-top: -15px
}

label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: .1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

input.mm-check:checked~label.mm-check:before {
    opacity: 1
}

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
    bottom: auto;
    margin-top: 0;
    top: 5px
}

label.mm-toggle+a, label.mm-toggle+span {
    padding-right: 80px
}

label.mm-check+a, label.mm-check+span {
    padding-right: 60px
}

a.mm-next+label.mm-check, a.mm-next+label.mm-toggle {
    right: 60px
}

a.mm-next+label.mm-check+a, a.mm-next+label.mm-check+span, a.mm-next+label.mm-toggle+a, a.mm-next+label.mm-toggle+span {
    margin-right: 50px
}

a.mm-next+label.mm-toggle+a, a.mm-next+label.mm-toggle+span {
    padding-right: 70px
}

a.mm-next+label.mm-check+a, a.mm-next+label.mm-check+span {
    padding-right: 50px
}

em.mm-counter+a.mm-next+label.mm-check, em.mm-counter+a.mm-next+label.mm-toggle {
    right: 100px
}

em.mm-counter+a.mm-next+label.mm-check+a, em.mm-counter+a.mm-next+label.mm-check+span, em.mm-counter+a.mm-next+label.mm-toggle+a, em.mm-counter+a.mm-next+label.mm-toggle+span {
    margin-right: 90px
}

.mm-menu label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}

.mm-menu label.mm-toggle:before {
    background: #f3f3f3
}

.mm-menu input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu label.mm-check:before {
    border-color: rgba(0, 0, 0, .7)
}

.mm-listview.mm-border-none>li:after, .mm-menu.mm-border-none .mm-listview>li:after {
    content: none
}

.mm-listview.mm-border-full>li:after, .mm-menu.mm-border-full .mm-listview>li:after {
    left: 0 !important
}

.mm-listview.mm-border-offset>li:after, .mm-menu.mm-border-offset .mm-listview>li:after {
    right: 20px
}

.mm-menu.mm-effect-menu-zoom {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
    transform: scale(.7, .7) translate3d(30%, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-effect-menu-slide {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-menu-fade {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
    opacity: 1
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
    -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0)
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li {
    -webkit-transition: none .4s ease;
    transition: none .4s ease
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11) {
    -webkit-transition-delay: 550ms;
    transition-delay: 550ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13) {
    -webkit-transition-delay: 650ms;
    transition-delay: 650ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15) {
    -webkit-transition-delay: 750ms;
    transition-delay: 750ms
}

.mm-menu.mm-effect-listitems-slide .mm-listview>li {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.mm-menu.mm-effect-listitems-fade .mm-listview>li {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li {
    opacity: 1
}

.mm-menu.mm-effect-listitems-drop .mm-listview>li {
    -webkit-transition-property: opacity, top;
    transition-property: opacity, top;
    opacity: 0;
    top: -25%
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li {
    opacity: 1;
    top: 0
}

.mm-menu.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px
}

html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

@media all and (max-width:140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(10000px, 0, 0);
        transform: translate3d(10000px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

@media all and (max-width:140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(-10000px, 0, 0);
        transform: translate3d(-10000px, 0, 0)
    }
}

.mm-menu.mm-fullscreen.mm-bottom, .mm-menu.mm-fullscreen.mm-top {
    height: 100%;
    min-height: 140px;
    max-height: 10000px
}

html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview:after, .mm-menu .mm-panels>.mm-panel.mm-justified-listview:before, .mm-menu.mm-justified-listview .mm-panels>.mm-panel:after, .mm-menu.mm-justified-listview .mm-panels>.mm-panel:before {
    content: none;
    display: none
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview, .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider), .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next), .mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span, .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next), .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span {
    box-sizing: border-box;
    height: 100%
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before, .mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span:before, .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before, .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    width: 0
}

.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a, .mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span, .mm-menu.mm-multiline .mm-listview>li>a, .mm-menu.mm-multiline .mm-listview>li>span {
    text-overflow: clip;
    white-space: normal
}

html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker {
    opacity: 0
}

html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
    opacity: .3;
    -webkit-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s
}

html.mm-pagedim #mm-blocker {
    background: inherit
}

html.mm-pagedim-white #mm-blocker {
    background: #fff
}

html.mm-pagedim-black #mm-blocker {
    background: #000
}

.mm-menu.mm-pageshadow:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu.mm-pageshadow.mm-right:after {
    left: auto;
    right: 100%
}

.mm-menu.mm-pageshadow.mm-front:after, .mm-menu.mm-pageshadow.mm-next:after {
    content: none;
    display: none
}

.mm-menu.mm-popup {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
    opacity: 1
}

html.mm-popup .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-popup #mm-blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1
}

html.mm-popup .mm-menu {
    z-index: 2
}

.mm-menu.mm-bottom, .mm-menu.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80%;
    min-height: 140px;
    max-height: 880px
}

.mm-menu.mm-right {
    left: auto;
    right: 0
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0)
    }
}

html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-front #mm-blocker {
    z-index: 1
}

html.mm-front .mm-menu {
    z-index: 2
}

.mm-menu.mm-front, .mm-menu.mm-next {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-top {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.mm-menu.mm-bottom {
    top: auto;
    bottom: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-theme-dark {
    background: #333;
    border-color: rgba(0, 0, 0, .15);
    color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar>*, .mm-menu.mm-theme-dark em.mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after, .mm-menu.mm-theme-dark .mm-listview>li .mm-next:after {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
    tap-highlight-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(255, 255, 255, .05)
}

.mm-menu.mm-theme-dark label.mm-check:before {
    border-color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333
}

.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-white {
    background: #fff;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar>*, .mm-menu.mm-theme-white em.mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after, .mm-menu.mm-theme-white .mm-listview>li .mm-next:after {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .05);
    tap-highlight-color: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .03)
}

.mm-menu.mm-theme-white label.mm-check:before {
    border-color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white label.mm-toggle:before {
    background: #fff
}

.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-black {
    background: #000;
    border-color: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar>*, .mm-menu.mm-theme-black em.mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after, .mm-menu.mm-theme-black .mm-listview>li .mm-next:after {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .3);
    tap-highlight-color: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-check:before {
    border-color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-pageshadow.mm-theme-black:after {
    content: none;
    display: none
}

.mm-menu.mm-theme-black .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-toggle:before {
    background: #000
}

.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
    content: '';
    display: block;
    clear: both
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next:after, .mm-menu .mm-tileview.mm-listview>li>.mm-next:before, .mm-menu.mm-tileview .mm-listview>li>.mm-next:after, .mm-menu.mm-tileview .mm-listview>li>.mm-next:before, .mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none
}

.mm-menu .mm-tileview.mm-listview>li, .mm-menu.mm-tileview .mm-listview>li {
    width: 50%;
    height: 0;
    padding: 50% 0 0;
    float: left;
    position: relative
}

.mm-menu .mm-tileview.mm-listview>li:after, .mm-menu.mm-tileview .mm-listview>li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview>li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-s, .mm-menu.mm-tileview .mm-listview>li.mm-tile-s {
    width: 25%;
    padding-top: 25%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-l, .mm-menu.mm-tileview .mm-listview>li.mm-tile-l {
    width: 75%;
    padding-top: 75%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview>li.mm-tile-xl {
    width: 100%;
    padding-top: 100%
}

.mm-menu .mm-tileview.mm-listview>li>a, .mm-menu .mm-tileview.mm-listview>li>span, .mm-menu.mm-tileview .mm-listview>li>a, .mm-menu.mm-tileview .mm-listview>li>span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next, .mm-menu.mm-tileview .mm-listview>li>.mm-next {
    width: auto
}

.mm-menu.mm-tileview .mm-panel {
    padding-left: 0;
    padding-right: 0
}

.mm-menu.mm-tileview .mm-listview {
    margin: 0
}

.datepicker--cells {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.datepicker--cell.-focus- {
    background: #f0f0f0
}

.datepicker--cell.-current- {
    color: #4eb5e6
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
    color: #4eb5e6
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, .1);
    color: #4a4a4a;
    border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 0 4px 4px 0
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected- {
    border: none
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced
}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--days-names {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name {
    color: #ff9a19;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;

    font-size: .8em
}

.-only-timepicker- .datepicker--content, .datepicker--body, .datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--cells-years, .datepicker--years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0
}

@media print {
    .datepickers-container {
        display: none
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    -webkit-transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
    z-index: 100
}

.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px)
}

.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px)
}

.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    -webkit-transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.datepicker--content {
    box-sizing: content-box;
    padding: 4px
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1
}

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
    background: #f0f0f0
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: -webkit-calc(100% - 4px);
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
    right: -webkit-calc(100% - 4px);
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: -webkit-calc(100% - 4px);
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
    left: -webkit-calc(100% - 4px);
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
    left: 10px
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
    right: 10px
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
    left: -webkit-calc(50% - 10px / 2);
    left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: -webkit-calc(50% - 10px / 2);
    top: calc(50% - 10px / 2)
}

.datepicker--body.active {
    display: block
}

.datepicker--nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-action, .datepicker--nav-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker--nav-action.-disabled- {
    visibility: hidden
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px
}

.datepicker--buttons, .datepicker--time {
    border-top: 1px solid #efefef;
    padding: 4px
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: 0 0
}

.datepicker--buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 4px;
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 32px
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0
}

.datepicker--time {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
    -ms-flex: 0 1 138px;
    -webkit-box-flex: 0;
    flex: 0 1 138px;
    max-width: 138px
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    -webkit-flex: 0 1 153px;
    -ms-flex: 0 1 153px;
    -webkit-box-flex: 0;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    position: relative;
    z-index: 1
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepicker--time-current-ampm {

    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: -webkit-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
    background: 0 0;
    cursor: pointer;
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
    outline: 0
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
    margin-top: -6px
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
    background: 0 0
}

.datepicker--time-row span {
    padding: 0 12px
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: -webkit-calc(50% - 1px);
    left: calc(50% - 1px);
    top: -webkit-calc(50% + 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: -webkit-calc(50% + 1px);
    top: calc(50% + 1px);
    left: -webkit-calc(50% - 1px);
    left: calc(50% - 1px)
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}

.pgwSlideshow {
    width: 100%;
    background: #333;
    display: none
}

.pgwSlideshow a {
    color: #fff
}

.pgwSlideshow .ps-current {
    text-align: center;
    position: relative;
    min-height: 150px;
    overflow: hidden
}

.pgwSlideshow .ps-current>ul>li {
    text-align: center;
    width: 100%;
    z-index: 1;
    opacity: 0;
    display: block
}

.pgwSlideshow .ps-caption {
    background: rgba(0, 0, 0, .5);
    text-align: left;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    display: none
}

.pgwSlideshow .ps-caption span {
    padding: 7px;
    display: inline-block
}

.pgwSlideshow .ps-list {
    border-top: 1px solid #555;
    box-shadow: 0 10px 10px -5px #333 inset;
    background: #555;
    overflow: hidden;
    position: relative
}

.pgwSlideshow .ps-list ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    left: 0
}

.pgwSlideshow .ps-list li {
    float: left
}

.pgwSlideshow .ps-list li .ps-item {
    display: block;
    margin: 15px 8px;
    opacity: .6
}

.pgwSlideshow .ps-list li img {
    display: block;
    border: 1px solid #777;
    width: 80px;
    height: 80px
}

.pgwSlideshow .ps-list li .ps-item.ps-selected {
    float: left;
    opacity: 1;
    border: 4px solid #fff;
    overflow: hidden
}

.pgwSlideshow .ps-list li .ps-item.ps-selected img {
    margin: -4px
}

.pgwSlideshow .ps-prevIcon {
    border-color: transparent #fff transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    display: block
}

.pgwSlideshow .ps-nextIcon {
    border-color: transparent #fff transparent;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    display: block
}

.pgwSlideshow .ps-current .ps-prev {
    background: rgba(0, 0, 0, .5);
    border: 1px solid #777;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    position: absolute;
    padding: 20px 20px 20px 15px;
    left: 0;
    top: 45%;
    cursor: pointer
}

.pgwSlideshow .ps-current .ps-next {
    background: rgba(0, 0, 0, .5);
    border: 1px solid #777;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    position: absolute;
    padding: 20px 15px 20px 20px;
    right: 0;
    top: 45%;
    cursor: pointer
}

.pgwSlideshow .ps-list .ps-prev {
    background: rgba(0, 0, 0, .5);
    border: 1px solid #777;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    padding: 20px 15px 20px 12px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 1000;
    display: none
}

.pgwSlideshow .ps-list .ps-next {
    background: rgba(0, 0, 0, .5);
    border: 1px solid #777;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    padding: 20px 12px 20px 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 1000;
    display: none
}

.pgwSlideshow.narrow .ps-list li img {
    width: 60px;
    height: 60px
}

.pgwSlideshow.narrow .ps-current .ps-prev {
    padding: 15px 15px 15px 12px;
    top: 40%
}

.pgwSlideshow.narrow .ps-current .ps-next {
    padding: 15px 12px 15px 15px;
    top: 40%
}

.pgwSlideshow.narrow .ps-list .ps-prev {
    padding: 15px 12px 15px 10px;
    top: 20px
}

.pgwSlideshow.narrow .ps-list .ps-next {
    padding: 15px 10px 15px 12px;
    top: 20px
}

.pgwSlideshow.narrow .ps-caption {
    font-size: .8rem;
    padding: 8px
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

button, input, select, textarea {
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;

}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

/*
.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-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-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: -webkit-grab;
    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: 1s;
    animation-duration: 1s;
    -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 {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s 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 .1s ease;
    -webkit-transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s 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-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
*/
.jspContainer {
    overflow: hidden;
    position: relative
}

.jspPane {
    position: absolute
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: red
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red
}

.jspCap {
    display: none
}

.jspHorizontalBar .jspCap {
    float: left
}

.jspTrack {
    background: #dde;
    position: relative
}

.jspDrag {
    background: #bbd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer
}

.jspHorizontalBar .jspDrag, .jspHorizontalBar .jspTrack {
    float: left;
    height: 100%
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d
}

.jspVerticalBar .jspArrow {
    height: 16px
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%
}

.jspVerticalBar .jspArrow:focus {
    outline: 0
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%
}

* html .jspCorner {
    margin: 0 -3px 0 0
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

::-webkit-input-placeholder {
    color: #c5b2cd;
    opacity: 1;

}

:-moz-placeholder {
    color: #c5b2cd;
    opacity: 1;

}

::-moz-placeholder {
    color: #c5b2cd;
    opacity: 1;

}

:-ms-input-placeholder {
    color: #c5b2cd;
    opacity: 1;

}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #666
}

body input:required:valid, body textarea:required:valid {
    color: #666
}

body {
    font-size: 14px;
    min-width: 320px;
    position: relative;
    line-height: 1.42;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

main {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 100%
}

h1, h2 {
    font-size: 30px;
    color: #6f3f82;
    line-height: 1
}

h1, h2, h3 {
    padding: 0;
    margin: 0;

    margin-bottom: 20px
}

p {
    font-size: 16px;
    line-height: 1.2;
    color: #414141;
    margin-top: 0
}

b {
    font-weight: 700
}

h3, h4, h5, h6 {
    line-height: 1;
    color: #6f3f82;

    margin-top: 0;
    font-size: 18px;
    margin-bottom: 15px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 16px;
    font-weight: 700;
    color: #6f3f82;
    margin-bottom: 0
}

textarea {
    width: 100%;
    border: 1px solid #6f3f82;
    padding: 5px;
    color: #393939;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 16px
}

.ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px
}

.ul li {
    position: relative;
    padding-left: 10px;
    line-height: 1.2;
    margin-bottom: 3px;
    color: #414141
}

.ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #afca0b
}

.c_pink {
    color: #afca0b
}

.link_pink {
    display: block;
    color: #afca0b;
    text-decoration: underline
}

.link_pink:hover {
    text-decoration: none
}

.img_left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 225px
}

.btn_center {
    text-align: center;
    margin-bottom: 30px
}


.accordeon_custom_item.active .accordeon_custom_trigger span {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.accordeon_custom_trigger {
    position: relative;
    display: block;
    color: #6f3f82;
    background: #e8e2ec;
    padding: 9px 40px;
    line-height: 1;
    font-size: 16px;
    border-bottom: 1px solid #b39fc0
}

.accordeon_custom_trigger::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 100%;
    background: #afca0b;
    z-index: 1
}

.accordeon_custom_trigger span {
    position: absolute;
    right: 8px;
    top: 50%;
    display: block;
    width: 16px;
    height: 8px;
    margin-top: -4px;
    z-index: 11;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .25s;
    transition: all .25s;
    background: url(../img/arrow_down_white.png) no-repeat
}

.accordeon_custom_inner {
    display: none;
    padding: 10px 0
}

.accordeon_custom_inner .ul {
    margin-left: 0
}

.c_blue_bold {
    color: #6f3f82;
    font-weight: 700
}

.c_pink_bold {
    color: #afca0b;
    font-weight: 700
}

.table-container, .table-container-min {
    width: 100%;
    overflow-y: auto;
    margin: 0 0 1em
}

.table-container-min::-webkit-scrollbar, .table-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px
}

.table-container-min::-webkit-scrollbar-thumb, .table-container::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3)
}

.table {
    width: 100%;
    color: #414141;
    margin-bottom: 20px
}

.table thead tr th {
    line-height: 1;
    padding: 10px 5px;
    color: #fff;
    background: #afca0b;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #3e3f5b
}

.table tbody tr td {
    line-height: 1;
    padding: 10px 5px;
    text-align: center;
    border: 1px solid #3e3f5b;
    vertical-align: top
}

.table tbody tr td.rowspan_cust {
    vertical-align: middle;
    font-size: 16px
}

.select_custom {
    position: relative;
    font-size: 16px;
    color: #6f3f82
}

.select_custom_current {
    display: inline-block;
    position: relative;
    line-height: 1;
    padding-right: 20px;
    cursor: pointer;

    color: #6f3f82
}

.select_custom_current::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    height: 1px;
    width: 8px;
    background: #6f3f82;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.select_custom_current::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    width: 8px;
    background: #6f3f82;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.select_custom_list {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    padding-bottom: 3px
}

.select_custom_list_item {
    font-size: 14px;
    color: #b49bbe;
    line-height: 1;
    padding: 2px 0;
    padding-right: 5px;

    cursor: pointer;
    -webkit-transition: all .15s;
    transition: all .15s
}

.select_custom_list_item:hover {
    color: #7e6d85
}

.select_custom_currency form {
    display: inline-block
}

.select_custom_currency select {
    display: inline-block;
    border: none;
    outline: 0;
    color: #6f3f82;
    padding-right: 15px;
    padding-left: 0;
    text-indent: .01px;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent url(../img/arrow_down.png) right center no-repeat;
    cursor: pointer
}

.select_custom_currency select::-ms-expand {
    display: none
}

.select_custom_currency select option {
    border: none
}

.select {
    display: inline-block;
    border: 1px solid #c5b2cd;
    outline: 0;
    height: 30px;
    padding: 0 7px;
    padding-right: 35px;
    color: #6f3f82;
    text-indent: .01px;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent url(../img/arrow_down_input.png) right 10px center no-repeat;
    cursor: pointer
}

.select::-ms-expand {
    display: none
}

.checkbox_style {
    display: none
}

.checkbox_style+label.checkbox_style_label {
    position: relative;
    display: inline-block;
    line-height: 1;
    min-height: 15px;
    padding-left: 22px;
    background-image: url(../img/checkbox.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-transform: capitalize;
    color: #6f3f82;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 5px;
    -webkit-transition: all .25s;
    transition: all .25s
}

.checkbox_style:checked+label.checkbox_style_label {
    background-position: 0 -40px
}

.btn_blue_large {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;

    background: #6f3f82;
    color: #fff;
    line-height: 1;
    outline: 0;
    border: none;
    padding: 11px 29px;
    -webkit-transition: all .15s;
    transition: all .15s
}

.btn_blue_large:hover {
    background: #643975
}

.btn_pink_large {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;

    background: #afca0b;
    color: #fff;
    line-height: 1;
    outline: 0;
    border: none;
    padding: 11px 25px;
    -webkit-transition: all .15s;
    transition: all .15s
}

.btn_pink_large:hover {
    background: #cc006f
}

.btn_printing {
    background-image: url(../img/printing_ico.png);
    background-repeat: no-repeat;
    background-position: left 35px center;
    padding-left: 65px;
    padding-right: 40px;
    font-size: 18px
}

.btn_printing:hover {
    background-image: url(../img/printing_ico.png);
    background-position: left 35px center;
    background-repeat: no-repeat
}

.btn_pink_large_x2 {
    padding: 15px 43px;
    font-size: 18px
}

.form_style {
    width: 100%
}

.input_style_item {
    display: block;
    margin-bottom: 9px
}

.input_style_item::after {
    clear: both;
    content: "";
    display: table
}

.input_style_item_2 {
    float: left;
    width: 45%
}

.input_style_item_2:first-child {
    margin-right: 10%
}

.input_style_item_3 {
    float: left;
    width: 29%;
    margin-right: 6.5%
}

.input_style_item_3:last-child {
    margin-right: 0
}

label {
    display: block;
    color: #6f3f82;
    font-size: 14px;

    line-height: 1;
    margin-bottom: 5px
}

.input_style {
    display: inline-block;
    border: 1px solid #c5b2cd;
    background: #fff;
    padding: 0 7px;
    height: 30px;
    width: 100%;
    color: #6f3f82;
    -webkit-transition: all .25s;
    transition: all .25s
}

.input_style:focus {
    outline: 0;
    border: 1px solid #9e8ea4
}

.date_input {
    background: url(../img/cald_ico.png) right 5px center no-repeat
}

.datepickers-container {
    z-index: 1111
}

.datepicker--days-names {
    display: none
}

.datepicker--cell-day {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #6f3f82;
    margin: 2.5px;
    color: #fff;
    width: 35px;
    height: 35px
}

.datepicker--cell-day:active, .datepicker--cell-day:hover {
    color: #fff;
    background: #5cc4ef
}

.datepicker--cell-day.-other-month- {
    background: #afcb08;
    color: #fff
}

.datepicker--cell-day.-other-month-:hover {
    color: #fff;
    background: #5cc4ef
}

.datepicker--nav-title {
    color: #6f3f82
}

.datepicker--nav-title i {
    color: #6f3f82
}

.datepicker--nav-action path {
    color: #6f3f82
}

.jspVerticalBar {
    border-left: 1px solid #e6ddea
}

.jspTrack {
    background: #f2eef4
}

.jspDrag {
    background: #9e7eab
}

.jspArrow {
    position: relative;
    background: #fff
}

.jspArrow.jspDisabled {
    background: #fff;
    opacity: .7px
}

.jspArrow.jspArrowUp {
    border-bottom: 1px solid #e6ddea
}

.jspArrow.jspArrowUp::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 3px;
    width: 6px;
    height: 1px;
    background: #6f3f82;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.jspArrow.jspArrowUp::before {
    content: "";
    position: absolute;
    top: 7px;
    right: 3px;
    width: 6px;
    height: 1px;
    background: #6f3f82;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.jspArrow.jspArrowDown {
    border-top: 1px solid #e6ddea
}

.jspArrow.jspArrowDown::after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 3px;
    width: 6px;
    height: 1px;
    background: #6f3f82;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.jspArrow.jspArrowDown::before {
    content: "";
    position: absolute;
    bottom: 7px;
    right: 3px;
    width: 6px;
    height: 1px;
    background: #6f3f82;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.link_style {
    display: inline-block;
    color: #6f3f82;

}

.link_style:hover {
    text-decoration: underline
}

.header_info {
    position: relative;
    padding: 10px 0 0
}

.header_info_logo {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    height: 75px;
    margin-top: 3px;
    margin-bottom: 10px
}

.header_info_logo img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.currency {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    margin-right: 16px;
    margin-bottom: 10px
}

.exchange_rates {
    margin-bottom: 8px
}

.exchange_rates::after {
    clear: both;
    content: "";
    display: table
}

.exchange_rates .exchange_rates_item {
    float: left;
    width: 50%
}

.exchange_rates .exchange_rates_item::after {
    clear: both;
    content: "";
    display: table
}

.exchange_rates .exchange_rates_item_numb, .exchange_rates .exchange_rates_item_text {
    display: inline-block;
    font-size: 0;
    line-height: 1
}

.exchange_rates .exchange_rates_item_text {
    font-size: 16px;

    color: #6f3f82
}

.exchange_rates .exchange_rates_item_numb {
    font-size: 16px;
    color: #afca0b
}

.select_country {
    display: inline-block;
    vertical-align: top
}

.select_country .select_custom_current {
    max-width: 115px;
    overflow: hidden;
    text-overflow: ellipsis
}

.select_country .select_custom {
    width: 105px
}

.header_info_promo {
    float: right;
    display: inline-block
}

.header_info_contacts {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 5px
}

.header_info_contacts::after {
    clear: both;
    content: "";
    display: table
}

.header_info_contacts_singl {
    display: none
}

.header_info_contacts_singl.active {
    display: block
}

.header_info_contacts_item {
    position: relative;
    display: table;
    float: left;
    width: 50%;
    height: 28px;
    font-size: 16px;
    color: #6f3f82;
    padding-left: 35px;
    margin-bottom: 5px
}

.header_info_contacts_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 31px;
    background-image: url(../img/sprite_header_info.png);
    background-repeat: no-repeat;
    background-position: 0 0
}

.header_info_contacts_item.header_info_contacts_item_phone {
    width: 180px;
    margin-right: 10px
}

.header_info_contacts_item.header_info_contacts_item_phone::before {
    background-position: 0 0
}

.header_info_contacts_item.header_info_contacts_item_email::before {
    background-position: 0 -75px
}

.header_info_contacts_item.header_info_contacts_item_skype::before {
    background-position: 0 -149px
}

.header_info_contacts_item.header_info_contacts_item_email, .header_info_contacts_item.header_info_contacts_item_skype {
    width: 265px
}

.header_info_contacts_item a {
    color: #6f3f82;
    font-size: 16px;
    display: table-cell;
    height: 30px;
    vertical-align: middle;
    -webkit-transition: all .15s;
    transition: all .15s;
    line-height: 1
}

.header_info_contacts_item a:hover {
    color: #afca0b
}

.header_info_sign_in {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px
}

.header_info_sign_in_link {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 12px;

    color: #6f3f82;
    outline: 0;
    height: 32px;
    padding-right: 40px;
    margin-top: 10px
}

.header_info_sign_in_link:hover span {
    text-decoration: underline
}

.header_info_sign_in_link span {
    position: relative
}

.header_info_sign_in_link span::after {
    content: "";
    position: absolute;
    right: -40px;
    top: -9px;
    width: 32px;
    height: 32px;
    background: url(../img/sign_in_ico.png) no-repeat
}

.wrapp_main_mnu {
    background: #3e3f5b
}

.main_mnu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.main_mnu ul li a {}

.main_mnu>ul {
    text-align: center;
    margin-left: 5px
}

.main_mnu>ul>li {
    display: inline-block;
    position: relative;
    margin-left: -5px
}

.main_mnu>ul>li.main_mnu_list_has_child>a {
    position: relative;
    padding-right: 35px
}

.main_mnu>ul>li.main_mnu_list_has_child>a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    height: 1px;
    width: 8px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.main_mnu>ul>li.main_mnu_list_has_child>a::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    height: 1px;
    width: 8px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.main_mnu>ul>li>a {
    display: block;
    padding: 15px 20px;
    line-height: 1;

    color: #fff;
    font-size: 14px
}

.main_mnu>ul>li:last-child {
    background: #afca0b;
    color: #fff;
    text-decoration: underline
}

.main_mnu>ul>li:last-child:hover {
    text-decoration: none
}

.main_mnu>ul>li:last-child:hover>a {
    background: #cc006f;
    color: #fff
}

.main_mnu>ul>li.active>a {
    background: #afcb08;
    color: #3e3f5b
}

.main_mnu>ul>li:hover>a {
    background: #afcb08;
    color: #3e3f5b
}

.main_mnu>ul>li:hover>ul {
    display: block
}

.main_mnu>ul>li:hover>ul>li:hover>a {
    color: #3e3f5b
}

.main_mnu>ul>li:hover>ul>li:hover>ul {
    display: block
}

.main_mnu>ul>li>ul>li>ul {
    top: -1px;
    left: 100%;
    padding: 1px 0
}

.main_mnu>ul>li>ul>li>ul ul {
    display: none
}

.main_mnu>ul>li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1111;
    width: 175px;
    text-align: left;
    background: #f4eff6;
    border-left: 1px solid #dacddf
}

.main_mnu>ul>li ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #dacddf
}

.main_mnu>ul>li ul li:last-child {
    border-bottom: none
}

.main_mnu>ul>li ul li a {
    display: block;
    color: #5d5f89;
    font-size: 14px;
    -webkit-transition: all .15s;
    transition: all .15s;
    line-height: 1;
    padding: 10px 5px
}

.main_mnu>ul>li ul li a:hover {
    color: #3e3f5b
}

.mobile_menu {
    display: none;
    width: 28px;
    height: 28px;
    margin-top: 10px;
    margin-bottom: 3px
}

.mobile_menu span:after, .mobile_menu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px
}

.mobile_menu span:after {
    top: 18px
}

.mobile_menu span {
    position: relative;
    display: block
}

.mobile_menu span, .mobile_menu span:after, .mobile_menu span:before {
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.mobile_menu.on span {
    background-color: transparent
}

.mobile_menu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0);
    -ms-transform: rotate(45deg) translate(-1px, 0);
    transform: rotate(45deg) translate(-1px, 0)
}

.mobile_menu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    -ms-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px)
}

.slider, .slider_hotel {
    display: block;
    position: relative;
    height: 525px;
    overflow: hidden
}

.slider_hotel_item, .slider_item {
    height: 525px;
    background-repeat: no-repeat;
    background-size: cover
}

.slider1 {
    background-image: url(../img/slide1.png)
}

.slider2 {
    background-image: url(../img/slide2.png)
}

.slider_hotel .owl-next, .slider_hotel .owl-prev {
    position: absolute;
    top: 0;
    width: 25px;
    height: 100%
}

.slider_hotel .owl-next::after, .slider_hotel .owl-next::before, .slider_hotel .owl-prev::after, .slider_hotel .owl-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 6px;
    margin-right: -3px;
    width: 25px;
    background: #fff;
    -webkit-transition: all .25s;
    transition: all .25s
}

.slider_hotel .owl-next:hover::after, .slider_hotel .owl-next:hover::before, .slider_hotel .owl-prev:hover::after, .slider_hotel .owl-prev:hover::before {
    background: #afcb08
}

.slider_hotel .owl-prev {
    left: 5%
}

.slider_hotel .owl-prev::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px)
}

.slider_hotel .owl-prev::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -webkit-calc(50% + 7px);
    top: calc(50% + 7px)
}

.slider_hotel .owl-next {
    right: 5%
}

.slider_hotel .owl-next::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px)
}

.slider_hotel .owl-next::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -webkit-calc(50% + 7px);
    top: calc(50% + 7px)
}

.slider_block {
    position: relative;
    padding-bottom: 100px
}

.slider_block_inner {
    position: relative
}

.slider_block_tab {
    position: absolute;
    top: -275px;
    width: 100%;
    padding-right: 30px;
    z-index: 10
}

.slider_block_tab_list {
    margin: 0;
    padding: 0;
    list-style: none
}

.slider_block_tab_list li {
    display: inline-block
}

.slider_block_tab_list li a {
    display: block;
    font-size: 18px;
    font-weight: 700;

    background: #6f3f82;
    color: #fff;
    line-height: 1;
    padding: 11px 30px;
    -webkit-transition: all .15s;
    transition: all .15s
}

.slider_block_tab_list li a:hover {
    background: #643975
}

.slider_block_tab_list li.active a {
    background: #fff;
    color: #6f3f82
}

.slider_block_tab_item {
    display: none;
    padding: 10px 25px;
    padding-bottom: 0;
    margin-bottom: 15px;
    background: #fff;
    min-height: 235px
}

.slider_block_tab_item.active {
    display: block
}

.search_block {
    position: relative
}

.slider_block_content, .tour_item_contents {
    position: relative;
    height: 235px;
    z-index: 1
}

.slider_block_content img, .tour_item_contents img {
    display: block;
    width: 100%;
    height: 100%
}

.search_block_list {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    opacity: 0;
    width: 100%;
    z-index: -1;
    height: 174px;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #e6ddea;
    border-top: none;
    overflow-y: hidden;
    -webkit-transition: all .15s;
    transition: all .15s
}

.search_block_list.active {
    z-index: 100;
    opacity: 1
}

.search_block_list .search_block_list_item {
    display: block;
    cursor: pointer;
    padding: 7px;
    padding-right: 20px;
    line-height: 1;
    color: #6f3f82;
    border-bottom: 1px solid #dacddf;
    background: #f4eff6;
    -webkit-transition: all .15s;
    transition: all .15s
}

.search_block_list .search_block_list_item:hover {
    background: #eae5ec
}

.slider_block_footer {
    position: relative;
    min-height: 72px
}

.slider_block_footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff;
    z-index: 10
}

.tour_item_footer {
    position: absolute;
    bottom: 0;
    width: 100%
}

.tour_item_footer::after {
    content: none
}

.slider_block_footer_search_block {
    padding: 5px 0 15px
}

.search_block_brn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.search_block_btn_search {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;

    background: #6f3f82;
    color: #fff;
    line-height: 1;
    outline: 0;
    border: none;
    padding: 11px 29px;
    -webkit-transition: all .15s;
    transition: all .15s
}

.search_block_btn_search:hover {
    background: #643975
}

.slider_block_item {
    display: block;
    position: absolute;
    top: -235px;
    z-index: 100;
    width: 100%;
    padding-right: 30px;
    overflow: hidden;
    margin-bottom: 20px;
    color: #6f3f82
}

.slider_block_item .slider_block_footer {
    border-bottom: 4px solid #6f3f82;
    padding: 10px 0 3px 0
}

.slider_block_item .slider_block_footer::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 10;
    height: 4px;
    width: 40px;
    background: #afca0b
}

.slider_block_item_hotel:hover .slider_block_item_hotel_desc {
    opacity: 1;
    background: rgba(255, 255, 255, .8)
}

.slider_block_item_hotel:hover .slider_block_item_hotel_desc span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider_block_item_hotel_img {
    display: block;
    width: 100%;
    height: 100%
}

.hotel_item_desc, .slider_block_item_hotel_desc {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all .25s;
    transition: all .25s
}

.hotel_item_desc span, .slider_block_item_hotel_desc span {
    position: absolute;
    top: 0;
    left: 0;
    color: #3e3f5b;
    font-size: 15px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .25s;
    transition: all .25s
}

.slider_block_item_tour_img {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.slider_block_item_tour_img1, .tour_item_img1 {
    background-image: url(../img/slide_block_item_img2.png)
}

.slider_block_item_tour_bg, .tour_item_bg {
    background: rgba(0, 0, 0, .4);
    -webkit-transition: all .25s;
    transition: all .25s
}

.tour_item_img {
    height: 100%
}

.tour_item_bg {
    height: 100%
}

.hotel_item_info, .slider_block_footer_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px
}

.hotel_item_info_l, .slider_block_footer_info_l {
    width: 65%
}

.hotel_item_info_r, .slider_block_footer_info_r {
    width: 35%;
    text-align: right
}

.hotel_item_info_title, .slider_block_footer_info_title {
    font-size: 16px;
    font-weight: 700;

    color: #6f3f82;
    line-height: 1;
    margin-bottom: 5px
}

.hotel_item_info_list_item, .slider_block_footer_info_list_item {
    font-size: 13px;
    line-height: 1;
    color: #9274a0
}

.hotel_item_info_price, .slider_block_footer_info_price {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #22a273;
    line-height: 1;
    padding-bottom: 18px
}

.hotel_item_info_day_or_night, .slider_block_footer_info_day_or_night {
    position: absolute;
    right: 0;
    bottom: 4px;
    font-size: 13px;
    font-weight: 700;
    color: #cdc1d3
}

.social_link_list {
    position: relative;
    z-index: 11;
    line-height: 1;
    margin-bottom: 1px;
    text-align: right
}

.social_link_item {
    display: inline-block;
    vertical-align: top;
    width: 19px;
    height: 15px;
    background-image: url(../img/sprite_social.png);
    background-repeat: no-repeat
}

.social_link_item:hover {
    opacity: .7
}

.social_link_g-plus {
    background-position: 0 0
}

.social_link_fb {
    background-position: -20px 0
}

.social_link_inst {
    background-position: -40px 0
}

.social_link_vk {
    background-position: -65px 0
}

.slider_block_item_tour .slider_block_footer_info_day_or_night, .slider_block_item_tour .slider_block_footer_info_list_item, .slider_block_item_tour .slider_block_footer_info_price, .slider_block_item_tour .slider_block_footer_info_title, .tour_item .slider_block_footer_info_day_or_night, .tour_item .slider_block_footer_info_list_item, .tour_item .slider_block_footer_info_price, .tour_item .slider_block_footer_info_title {
    color: #fff
}

.slider_block_item_tour .social_link_g-plus, .tour_item .social_link_g-plus {
    background-position: 0 -37px
}

.slider_block_item_tour .social_link_fb, .tour_item .social_link_fb {
    background-position: -20px -37px
}

.slider_block_item_tour .social_link_inst, .tour_item .social_link_inst {
    background-position: -40px -37px
}

.slider_block_item_tour .social_link_vk, .tour_item .social_link_vk {
    background-position: -65px -37px
}

.slider_block_item_tour:hover .slider_block_item_tour_bg, .tour_item:hover .slider_block_item_tour_bg {
    background: rgba(0, 0, 0, .5)
}

.tour_item {
    position: relative;
    height: 300px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover
}

.slider_block_item_link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

.tour_item {
    border-bottom: 4px solid #6f3f82
}

.tour_item:hover .tour_item_bg {
    background: rgba(0, 0, 0, .5)
}

.tour_item::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 4px;
    width: 40px;
    background: #afca0b;
    z-index: 2
}

.tour_item_footer {
    color: #fff
}

.tour_item_footer_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 20px 5px
}

.tour_item_footer_info_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px
}

.tour_item_footer_info_list {
    margin-bottom: 10px
}

.tour_item_footer_info_list_item {
    font-size: 13px;
    line-height: 1
}

.tour_item_footer_info_price {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: right
}

.main_title {
    position: relative;
    text-align: center;
    color: #afcb08;

    line-height: 1
}

.main_title h1, .main_title h2, .main_title h3, .main_title h4, .main_title h5, .main_title h6 {
    position: relative;
    font-weight: 400;
    font-size: 44px;
    padding-bottom: 10px;
    line-height: 1;
    color: #afcb08
}

.main_title h1::after, .main_title h2::after, .main_title h3::after, .main_title h4::after, .main_title h5::after, .main_title h6::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -150px;
    width: 290px;
    height: 1px;
    background: #000
}

.main_title h1::before, .main_title h2::before, .main_title h3::before, .main_title h4::before, .main_title h5::before, .main_title h6::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    background: #afca0b;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1
}

.main_title_breen_bg {
    background: #afcb08;
    padding-top: 10px;
    margin-bottom: 30px
}

.main_title_breen_bg h1, .main_title_breen_bg h2, .main_title_breen_bg h3, .main_title_breen_bg h4, .main_title_breen_bg h5, .main_title_breen_bg h6 {
    color: #fff
}

.main_title_breen_bg .main_title {
    color: #fff
}

.hotel_list {
    position: relative
}

.hotel_item {
    position: relative;
    margin-bottom: 40px
}

.hotel_item_img {
    position: relative;
    display: block;
    width: 100%;
    height: 233px;
    overflow: hidden
}

.hotel_item_img img {
    display: block;
    width: 100%;
    height: 100%
}

.hotel_item_info {
    position: relative;
    padding: 10px 20px 4px 20px;
    min-height: 70px;
    border-bottom: 4px solid #6f3f82
}

.hotel_item_info::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 10;
    height: 4px;
    width: 40px;
    background: #afca0b
}

.hotel_item:hover .hotel_item_desc {
    opacity: 1;
    background: rgba(255, 255, 255, .8)
}

.hotel_item:hover .hotel_item_desc span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hotel_item_discount, .tour_item_discount {
    position: absolute;
    left: -12px;
    top: -12px;
    height: 57px;
    width: 75px;
    background: url(../img/hotel_item_discount.png) no-repeat;
    background-size: contain;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    z-index: 111
}

.hotel_item_discount span, .tour_item_discount span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1
}

.hotel_item_link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

.news {
    position: relative;
    margin-bottom: 30px
}

.news_item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.news_item:hover .news_item_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.news_item_img {
    display: block;
    width: 33%;
    height: 180px;
    padding-bottom: 5px;
    border-bottom: 4px solid #afca0b
}

.news_item_img img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s
}

.news_item_img_inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.news_item_shares {
    position: absolute;
    left: -47px;
    top: 16px;
    display: block;
    color: #fff;

    font-size: 14px;
    width: 150px;
    text-align: center;
    padding: 2px 0;
    z-index: 1;
    background: #afca0b;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.news_item_info {
    width: 67%;
    padding-left: 7px;
    border-bottom: 4px solid #6f3f82
}

.news_item_info .news_item_title {
    display: block;
    font-size: 20px;

    line-height: 1.1;
    color: #6f3f82;
    margin-bottom: 5px;
    -webkit-transition: all .25s;
    transition: all .25s;
    max-height: 43px;
    overflow: hidden
}

.news_item_info .news_item_title:hover {
    color: #3e3f5b
}

.news_item_info .news_item_desc {
    font-size: 14px;
    color: #414141;
    line-height: 1.2;
    margin-bottom: 10px;
    max-height: 96px;
    overflow: hidden
}

.news_item_info .news_item_desc p {
    margin: 0
}

.news_item_info_footer {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.news_item_info_footer .social_link_list {
    margin-right: 10px
}

.read_more {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;

    color: #fff;
    background: #6f3f82;
    padding: 7px 7px 3px 7px;
    border-bottom: 4px solid #6f3f82;
    -webkit-transition: all .15s;
    transition: all .15s
}

.read_more:hover {
    border-bottom: 4px solid #afca0b
}

.link_see_more {
    display: block;
    text-align: center;
    font-size: 14px;

    color: #6f3f82;
    text-decoration: underline
}

.link_see_more:hover {
    text-decoration: none
}

.new_single {
    position: relative;
    margin-bottom: 30px
}

.new_single img {
    display: block;
    max-width: 100%;
    margin-bottom: 10px
}

.news_container_img {
    margin-bottom: 10px
}

.news_container_img img {
    display: block;
    max-width: 100%;
    margin-bottom: 0
}

.content {
    margin-bottom: 40px
}

/*
.hotel_list_seach {
    position: relative;
    z-index: 111;
    top: -130px;
    padding: 0 30px 13px;
    margin-bottom: 26px;
    border-bottom: 1px solid #6d3779;
    margin-bottom: -96px
}

.hotel_list_seach_title {
    font-size: 30px;
    font-weight: 700;

    line-height: 1;
    color: #fff
}

.hotel_list_seach_title h1 {
    font-size: 30px;
    margin-bottom: 5px;
    color: #fff
}

.hotel_list_seach_inner {
    background: #fff;
    padding: 10px 35px
}

.hotel_list_seach_item {
    position: relative;
    margin-bottom: 10px
}

.hotel_list_seach_item label {

    line-height: 1;
    color: #6f3f82;
    margin-bottom: 5px
}

.hotel_list_seach_item select {
    width: 100%
}
*/
.input_dropdown {
    position: relative
}

.input_dropdown input {
    background: url(../img/arrow_down_input.png) right 10px center no-repeat
}
/*
.hotel_list_seach_item_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hotel_list_seach_item_count_str {
    width: 30%
}

.hotel_list_seach_item_rating_rvw {
    width: 62%
}

.hotel_list_seach_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hotel_list_seach_footer_checkbox {
    margin-left: -40px;
    margin-bottom: 10px
}

.hotel_list_seach_footer_checkbox_item {
    display: inline-block;
    margin-left: 40px
}

.hotel_list_seach_footer_btn .btn_blue_large {
    padding: 12px 50px;
    margin-bottom: 5px
}
*/
.singl_hotel_header, .singl_tour_header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px
}

.singl_hotel_header_info, .singl_tour_header_info {
    margin-bottom: 8px;
    margin-right: 10px
}

.singl_hotel_header_overall_rating, .singl_tour_header_overall_rating {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-right: 3px;
    padding: 12px 5px;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    background: #6f3f82;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.singl_hotel_header_name, .singl_tour_header_name {
    display: inline-block;
    vertical-align: middle
}

.singl_hotel_header_name h1, .singl_tour_header_name h1 {
    margin-bottom: 0
}

.singl_hotel_header_promo .social_link_list {
    margin-right: 15px
}

.singl_tour_header_promo {
    margin-right: 20px
}

.singl_hotel_header_price, .singl_tour_header_price {
    text-align: right;
    margin-bottom: 10px
}

.singl_hotel_header_price_new, .singl_tour_header_price_new {
    line-height: 1;
    font-size: 30px;
    font-weight: 700;
    color: #22a273
}

.singl_hotel_header_price_old, .singl_tour_header_price_old {
    position: relative;
    display: inline-block;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    color: #afca0b
}

.singl_hotel_header_price_old::before, .singl_tour_header_price_old::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 100%;
    margin-top: -1px;
    background: #afca0b
}

.slideshow .hotel_item_discount, .slideshow .tour_item_discount {
    left: -10px;
    top: -19px
}

.slideshow ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.pgwSlideshow {
    background: 0 0
}

.pgwSlideshow .ps-current .ps-next, .pgwSlideshow .ps-current .ps-prev {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, .5);
    top: 8px;
    width: 30px;
    height: 100%
}

.pgwSlideshow .ps-current .ps-next .ps-nextIcon, .pgwSlideshow .ps-current .ps-next .ps-prevIcon, .pgwSlideshow .ps-current .ps-prev .ps-nextIcon, .pgwSlideshow .ps-current .ps-prev .ps-prevIcon {
    display: none
}

.pgwSlideshow .ps-current .ps-next::after, .pgwSlideshow .ps-current .ps-next::before, .pgwSlideshow .ps-current .ps-prev::after, .pgwSlideshow .ps-current .ps-prev::before {
    content: "";
    position: absolute;
    height: 4px;
    width: 20px;
    background: #fff
}

.pgwSlideshow .ps-current .ps-prev {
    position: absolute;
    left: 0;
    top: 0
}

.pgwSlideshow .ps-current .ps-prev::after {
    top: 50%;
    left: 6px;
    margin-top: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pgwSlideshow .ps-current .ps-prev::before {
    bottom: 50%;
    margin-bottom: 4px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pgwSlideshow .ps-current .ps-next {
    position: absolute;
    right: 0;
    top: 0
}

.pgwSlideshow .ps-current .ps-next::after {
    top: 50%;
    margin-top: 4px;
    right: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pgwSlideshow .ps-current .ps-next::before {
    bottom: 50%;
    margin-bottom: 4px;
    right: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pgwSlideshow .ps-list {
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pgwSlideshow .ps-list .ps-next, .pgwSlideshow .ps-list .ps-prev {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, .5);
    top: 8px;
    width: 30px;
    height: 70px
}

.pgwSlideshow .ps-list .ps-next .ps-nextIcon, .pgwSlideshow .ps-list .ps-next .ps-prevIcon, .pgwSlideshow .ps-list .ps-prev .ps-nextIcon, .pgwSlideshow .ps-list .ps-prev .ps-prevIcon {
    display: none
}

.pgwSlideshow .ps-list .ps-next::after, .pgwSlideshow .ps-list .ps-next::before, .pgwSlideshow .ps-list .ps-prev::after, .pgwSlideshow .ps-list .ps-prev::before {
    content: "";
    position: absolute;
    height: 4px;
    width: 20px;
    background: #fff
}

.pgwSlideshow .ps-list .ps-prev::after {
    top: 27px;
    left: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pgwSlideshow .ps-list .ps-prev::before {
    bottom: 27px;
    left: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pgwSlideshow .ps-list .ps-next::after {
    top: 27px;
    right: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pgwSlideshow .ps-list .ps-next::before {
    bottom: 27px;
    right: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pgwSlideshow .ps-list li img {
    border: none;
    width: 100px;
    height: 70px
}

.pgwSlideshow .ps-list li .ps-item {
    margin: 8px 3px;
    opacity: .8
}

.pgwSlideshow .ps-list li .ps-item.ps-selected {
    border: none;
    height: 100%
}

.pgwSlideshow .ps-list li .ps-item.ps-selected img {
    margin: 0
}

.singl_hotel_tabs, .singl_tour_tabs {
    margin-bottom: 20px
}

.singl_hotel_tabs_list, .singl_tour_tabs_list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 18px
}

.singl_hotel_tabs_list::after, .singl_tour_tabs_list::after {
    clear: both;
    content: "";
    display: table
}

.singl_hotel_tabs_list_item, .singl_tour_tabs_list_item {
    position: relative;
    float: left;
    width: 25%
}

.singl_hotel_tabs_list_item.active a, .singl_tour_tabs_list_item.active a {
    background: #afca0b
}

.singl_hotel_tabs_list_item.active a:hover, .singl_tour_tabs_list_item.active a:hover {
    background: #afca0b
}

.singl_hotel_tabs_list_item::after, .singl_tour_tabs_list_item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff
}

.singl_hotel_tabs_list_item:last-child::after, .singl_tour_tabs_list_item:last-child::after {
    content: none
}

.singl_hotel_tabs_list_item a, .singl_tour_tabs_list_item a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;

    text-align: center;
    background: #6f3f82;
    padding: 5px 0;
    -webkit-transition: all .15s;
    transition: all .15s
}

.singl_hotel_tabs_list_item a:hover, .singl_tour_tabs_list_item a:hover {
    background: #643975
}

.singl_tour_tabs_list_item {
    width: 33.3333333333%
}

.singl_hotel_tab_item, .singl_tour_tab_item {
    display: none
}

.singl_hotel_tab_item.active, .singl_tour_tab_item.active {
    display: block
}

.singl_hotel_desc_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.singl_hotel_other_list_item_title {
    display: block;
    font-size: 18px;
    height: 18px;
    font-weight: 700;
    color: #6f3f82;
    line-height: 1;
    margin-bottom: 4px;
    overflow: hidden;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-overflow: ellipsis
}

.singl_hotel_other_list_item_title:hover {
    color: #643975
}

.singl_hotel_other_list_item_desc {
    line-height: 1.1;
    font-size: 13px;
    color: #414141;
    max-height: 150px;
    overflow: hidden
}

.singl_hotel_other_list_item_desc p {
    font-size: 13px;
    margin: 0
}

.singl_hotel_other_list_item_price_new {
    font-size: 22px;
    line-height: 1;
    color: #22a273;
    margin-bottom: 10px;
    text-align: center
}

.singl_hotel_other_list_item_promo {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.singl_hotel_tab_item_map {
    position: relative;
    border-bottom: 4px solid #6f3f82;
    height: 300px
}

.singl_hotel_tab_item_map iframe {
    display: block;
    width: 100%;
    height: 100%
}

.singl_hotel_additinally_info_item p {
    margin-bottom: 0
}

.singl_hotel_additinally_info_item h3, .singl_hotel_additinally_info_item h4, .singl_hotel_additinally_info_item h5 {
    margin-bottom: 10px
}

.singl_hotel_reviews_header, .singl_tour_reviews_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.singl_hotel_reviews_header_col, .singl_tour_reviews_header_col {
    width: 50%
}

.singl_hotel_reviews_overall, .singl_tour_reviews_overall {
    display: block;
    width: 186px;
    margin: 0 auto 15px;
    text-align: center
}

.singl_hotel_reviews_overall .btn_pink_large, .singl_tour_reviews_overall .btn_pink_large {
    display: block;
    font-size: 18px;
    text-transform: none;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.singl_hotel_reviews_overall_rating, .singl_tour_reviews_overall_rating {
    display: inline-block;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: #6f3f82;
    padding: 21px 9px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    margin-bottom: 10px
}

.singl_hotel_reviews_overall_text, .singl_tour_reviews_overall_text {
    font-size: 16px;
    line-height: 1;
    color: #6f3f82;
    margin-bottom: 5px
}

.singl_hotel_reviews_detailed_overall_row, .singl_tour_reviews_detailed_overall_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px
}

.singl_hotel_reviews_detailed_overall_label, .singl_tour_reviews_detailed_overall_label, .wrapp_singl_hotel_reviews_detailed_overall_list, .wrapp_singl_tour_reviews_detailed_overall_list {
    width: 50%
}

.singl_hotel_reviews_detailed_overall_label, .singl_tour_reviews_detailed_overall_label {
    text-align: right;
    font-size: 16px;
    color: #393939;
    padding-right: 10px
}

.reviews_detailed_overall {
    margin-bottom: 10px
}

.wrapp_singl_hotel_reviews_detailed_overall_list, .wrapp_singl_tour_reviews_detailed_overall_list {
    position: relative
}

.singl_hotel_reviews_detailed_overall_list, .singl_tour_reviews_detailed_overall_list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 23px;
    border: 1px solid #6f3f82
}

.singl_hotel_reviews_detailed_overall_list::after, .singl_tour_reviews_detailed_overall_list::after {
    clear: both;
    content: "";
    display: table
}

.singl_hotel_reviews_detailed_overall_list li, .singl_tour_reviews_detailed_overall_list li {
    float: left;
    width: 20%;
    height: 100%;
    background: #6f3f82;
    text-align: center
}

.singl_hotel_reviews_detailed_overall_list li:last-child, .singl_tour_reviews_detailed_overall_list li:last-child {
    position: relative
}

.singl_hotel_reviews_detailed_overall_list li:last-child::after, .singl_tour_reviews_detailed_overall_list li:last-child::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #6f3f82
}

.singl_hotel_reviews_detailed_overall_list_text, .singl_tour_reviews_detailed_overall_list_text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #afcb08;
    z-index: 11
}

.list_reviews_item {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 6px;
    border-bottom: 4px solid #6f3f82
}

.list_reviews_item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 4px;
    width: 40px;
    background: #afca0b
}

.list_reviews_item_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.list_reviews_item_header_overall {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    background: #6f3f82;
    padding: 5px 5px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin-right: 10px
}

.list_reviews_item_header_info_author {
    display: block;
    line-height: 1;
    color: #6f3f82;
    font-size: 18px;
    font-weight: 700
}

.list_reviews_item_header_info_date {
    color: #6f3f82;
    font-size: 14px
}

.list_reviews_item_desc {
    font-size: 16px;
    color: #393939;
    line-height: 1.2
}

.list_reviews_item_desc p {
    font-size: 16px;
    margin-bottom: 0
}

.contact_header {
    margin-bottom: 25px
}

.contact_header_row select {
    width: 100%;

}

.contact_header_row p {
    margin-bottom: 0
}

.contact_header_tabs_item {
    display: none
}

.contact_header_tabs_item.active {
    display: block
}

.contact_map {
    position: relative;
    height: 300px;
    border-bottom: 4px solid #6f3f82
}

.contact_map::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 4px;
    width: 40px;
    background: #afca0b
}

.contact_map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none
}

.contact_map_item {
    display: none;
    height: 100%;
    width: 100%
}

.contact_map_item.active {
    display: block
}

.staff_item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.staff_img {
    position: relative;
    display: block;
    width: 98px;
    height: 98px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #afca0b;
    background: #fff;
    z-index: 11
}

.staff_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 100%;
    max-height: 100%
}

.staff_info {
    text-align: right;
    color: #414141;
    max-width: 262px
}

.staff_info_top {
    margin-top: 10px;
    margin-bottom: 15px;
    min-height: 34px
}

.staff_info_top::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 4px;
    background: #6f3f82
}

.staff_info_name {
    font-size: 16px;
    line-height: 1;

    margin-bottom: 2px
}

.staff_info_deprt {
    font-size: 16px;
    line-height: 1
}

.staff_info_contact {
    font-size: 16px;
    line-height: 1
}

.online_search img {
    max-width: 100%
}

.table_tour {
    font-size: 14px;
    margin-bottom: 25px
}

.table_tour p {
    font-size: 14px;
    margin-bottom: 0
}

.table_tour thead tr th {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    background-image: url(../img/Arrow_table.png);
    background-position: right 5px bottom 5px;
    background-repeat: no-repeat
}

.table_tour tbody tr td {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px
}

.table_tour tbody tr td:first-child {
    max-width: 250px
}

.table_tour_title {
    font-weight: 700;
    color: #3e3f5b
}

.table_tour_flag {
    display: block;
    width: 30px;
    height: 20px;
    margin: 5px auto 0
}

.table_tour_commission {
    font-weight: 700;
    color: #22a273
}

.schedule_charter_list {
    position: relative;
    margin-bottom: 30px
}

.schedule_charter_item .custom_title {
    margin-bottom: 0
}

.schedule_charter_item .accordeon_custom .accordeon_custom_trigger {
    text-decoration: underline
}

.schedule_charter_item .accordeon_custom .accordeon_custom_inner {
    font-size: 16px
}

.schedule_charter_item .accordeon_custom .accordeon_custom_inner .btn_center {
    margin-top: 30px;
    margin-bottom: 0
}

.schedule_charter_item_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.schedule_charter_item_info {
    width: 40%;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px
}


.schedule_charter_item_map_del {
    background: url(../img/map_1.png) no-repeat;
    background-size: cover
}

.schedule_charter_item_info_top {
    font-size: 16px;
    color: #414141;
    line-height: 1.1;
    min-height: 150px
}

.schedule_charter_item_info_top p {
    line-height: 1.1
}


.schedule_charter_item_info_price_agent_text {
    font-size: 14px;
    line-height: 1
}

.wrapp_pagination {
    position: relative;
    margin-bottom: 30px;
    text-align: center
}

.pagination {
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

.pagination::after, .pagination::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 82px;
    height: 1px;
    background: #6f3f82
}

.pagination::after {
    left: -90px
}

.pagination::before {
    right: -90px
}

.pagination li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 1px;
    text-align: center;
    color: #6f3f82;
    font-weight: 700;
    font-size: 22px
}

.pagination li:last-child {
    margin-right: 0
}

.pagination li:last-child.active a::after, .pagination li:last-child.active a::before {
    content: none
}

.pagination li:first-child a::after, .pagination li:first-child a::before, .pagination li:last-child a::after, .pagination li:last-child a::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 14px;
    background: #fff
}

.pagination li:first-child.active a::after, .pagination li:first-child.active a::before {
    content: none
}

.pagination li:first-child a::after {
    top: 17px;
    left: 14px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pagination li:first-child a::before {
    bottom: 17px;
    left: 14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pagination li:last-child a::after {
    top: 17px;
    right: 14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pagination li:last-child a::before {
    bottom: 17px;
    right: 14px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pagination li a {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 2;
    font-size: 22px;
    font-weight: 700;
    -webkit-transition: all .15s;
    transition: all .15s
}

.pagination li.etc {
    position: relative;
    top: 10px;
    padding: 0 10px
}

.sidebar_title h3, .sidebar_title h4, .sidebar_title h5 {}

.sidebar_item {
    margin-bottom: 30px;
}

.sidebar_input_row {
    margin-bottom: 10px
}

.sidebar_input_row select {
    width: 100%
}

.sidebar_btn {
    margin-top: 20px
}

.sidebar_row {
    margin-bottom: 20px
}

.sidebar_row select {
    width: 100%;

}

.sidebar_nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.sidebar_nav ul li {
    display: block;
    border-bottom: 1px solid #6f3f82
}

.sidebar_nav ul li:first-child {
    border-top: 1px solid #6f3f82
}

.sidebar_nav ul li:last-child {
    border-bottom: none
}

.sidebar_nav ul li.active a, .sidebar_nav ul li:hover a {
    background: #afca0b;
    color: #fff
}

.sidebar_nav ul li a {
    display: block;
    line-height: 1;
    padding: 10px 20px;
    color: #626262;

    -webkit-transition: all .15s;
    transition: all .15s;
    font-size: 16px
}

.datepicker_price {
    height: 270px
}

.datepicker_price .-other-month- {
    display: none
}

.datepicker_price .datepicker {
    border: none;
    margin: 0 auto
}

.datepicker_price .datepicker--nav {
    border: none
}

.datepicker_price_cell {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-size: 11px;
    line-height: 1
}

.datepicker--cell-new {
    position: relative;
    top: -5px
}

.sidebar_item_help_img {
    width: 168px;
    margin: 0 auto 10px
}

.sidebar_item_help_contact {
    margin-bottom: 10px;
    font-size: 0
}

.sidebar_item_help_contact a {
    display: inline-block;
    font-size: 14px;
    width: 55%
}

.sidebar_item_help_contact a.footer_contacts_item_singl_phone {
    width: 148px
}


.consulate_header, .country_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.consulate_header h1, .country_header h1 {
    margin-bottom: 2px
}

.consulate_header_flag, .country_header_flag {
    max-width: 150px;
    margin-right: 15px;
    margin-bottom: 10px
}

.consulate_header_flag img, .country_header_flag img {
    display: block;
    max-width: 100%;
    height: auto
}

.consulate_header_info_text, .country_header_info {

    font-size: 16px;
    font-weight: 700;
    color: #afca0b;
    line-height: 1.2;
    max-width: 370px;
    margin-bottom: 10px
}

.download_doc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    margin-bottom: 20px
}

.download_doc_item {
    display: block;
    width: 107px;
    margin-bottom: 10px;
    padding-top: 55px;
    min-height: 80px;
    background: url(../img/doc-ico.png) center top no-repeat;
    line-height: 1.1;
    color: #afca0b;
    font-size: 16px
}

.download_doc_item:hover {
    text-decoration: underline
}

.p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.2
}

.title_with_brd h1 {
    margin-bottom: 5px
}

.sidebar_tour_item {
    position: relative;
    margin-bottom: 15px
}

.sidebar_tour_item:last-child {
    margin-bottom: 0
}

.sidebar_tour_item p {
    margin-bottom: 0
}

.sidebar_tour_item ul {
    margin: 0
}

.sidebar_tour_item ul li {
    margin: 0
}

.sidebar_tour_item ul a {
    display: block;
    color: #6f3f82;
    text-decoration: underline;
    font-size: 16px
}

.sidebar_tour_item ul a:hover {
    text-decoration: none
}

.footer_main_title {
    position: relative;
    color: #6f3f82;

    line-height: 1;
    margin-bottom: 20px;
    width: 100%
}

.footer_main_title h1, .footer_main_title h2, .footer_main_title h3, .footer_main_title h4, .footer_main_title h5, .footer_main_title h6 {
    position: relative;
    display: block;
    font-weight: 400;
    width: 100%;
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 5px;
    line-height: 1
}

.footer_main_title_left_line h1::after, .footer_main_title_left_line h2::after, .footer_main_title_left_line h3::after, .footer_main_title_left_line h4::after, .footer_main_title_left_line h5::after, .footer_main_title_left_line h6::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -15px;
    height: 2px;
    width: 2000px;
    background: #6f3f82
}

.footer_main_title_right_line h1::after, .footer_main_title_right_line h2::after, .footer_main_title_right_line h3::after, .footer_main_title_right_line h4::after, .footer_main_title_right_line h5::after, .footer_main_title_right_line h6::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -15px;
    height: 2px;
    width: 2000px;
    background: #afcb08
}

.footer_tour_list {
    margin-bottom: 5px
}

.footer_tour_item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px
}

.footer_tour_item:hover .footer_tour_item_img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.footer_tour_item:hover .footer_tour_item_title {
    text-decoration: underline
}

.footer_tour_item_img {
    width: 30%;
    height: 70px;
    overflow: hidden
}

.footer_tour_item_img img {
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s
}

.footer_tour_item_info {
    width: 70%;
    padding-left: 5px
}

.footer_tour_item_title {
    display: block;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    font-size: 14px;
    color: #6f3f82;
    margin-bottom: 2px
}

.footer_tour_item_desc {
    font-size: 14px;
    color: #414141;
    line-height: 1.2;
    height: 32px;
    overflow: hidden
}

.footer_tour_item_desc p {
    margin: 0;
    font-size: 14px;
    line-height: 1.2
}

.footer_tour_item_price_old {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    color: #d44c69;

    line-height: 1
}

.footer_tour_item_price_old::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 100%;
    margin-top: -1px;
    background: #d44c69
}

.footer_tour_item_price_new {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    color: #22a273
}

.link_absolute_all {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.footer_tour_item_discount {
    position: absolute;
    left: 0;
    top: 0;
    height: 42px;
    width: 55px;
    background: url(../img/hotel_item_discount.png) no-repeat;
    background-size: contain;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1
}

.footer_tour_item_discount span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1
}

.hotel_item_min_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 115
}

.news_list_p {
    margin-bottom: 40px
}

.singl_tour_desc_table {
    margin-bottom: 15px
}

.singl_tour_desc_table .select, .singl_tour_desc_table input {
    width: 280px
}

.singl_tour_desc_table table {
    width: 100%;
    font-size: 16px;
    color: #414141
}

.singl_tour_desc_table table tr {
    border-bottom: 1px solid #6f3f82
}

.singl_tour_desc_table table tr td {
    padding: 10px 0;
    line-height: 1
}

.old_price_tour {
    color: #22a273;

}

.new_price_tour {
    color: #afca0b;
    text-decoration: line-through;

}

.day_item {
    position: relative;
    margin-bottom: 15px;
    color: #414141
}

.day_item h5 {
    margin-bottom: 7px
}

.day_item p {
    margin-bottom: 7px;
    line-height: 1.1
}


.singl_tour_desc_btn_wight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    text-align: center;
    margin-bottom: 20px
}

.singl_tour_desc_btn_wight a {
    position: relative;
    display: block;
    width: 50%;
    color: #fff;
    background: #6f3f82;
    line-height: 1;

    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    -webkit-transition: all .15s;
    transition: all .15s
}

.singl_tour_desc_btn_wight a:hover {
    background: #643975
}

.singl_tour_desc_btn_wight a:first-child::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
    width: 1px;
    height: 100%;
    background: #fff
}

.singl_tour_desc_footer_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.singl_tour_desc_footer_btn .btn_blue_large {
    margin-right: 7px
}

.singl_tour_desc_footer_btn .btn_blue_large, .singl_tour_desc_footer_btn .btn_pink_large {
    margin-bottom: 5px
}

.footer_contacts {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer_contacts_item {
    width: 30%;
    margin-bottom: 20px
}

.footer_contacts_item_title {
    display: block;
    font-size: 14px;
    font-weight: 700;

    color: #6f3f82;
    line-height: 1;
    margin-bottom: 5px
}

.footer_contacts_item_singl {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 14px;
    color: #6f3f82;
    line-height: 1;
    margin-bottom: 5px;
    -webkit-transition: all .25s;
    transition: all .25s
}

.footer_contacts_item_singl:hover {
    color: #afca0b
}

.footer_contacts_item_singl::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 14px;
    margin-right: 3px;
    background-repeat: no-repeat;
    background-image: url(../img/sprite_contacts_ico.png)
}

.footer_contacts_item_singl_phone::before {
    background-position: 0 0
}

.footer_contacts_item_singl_email::before {
    background-position: 0 -17px
}

.footer_contacts_item_singl_skype::before {
    background-position: 0 -33px
}

.footer_contacts_item_singl_address::before {
    background-position: 0 -51px
}

.footer_title {
    display: block;
    font-size: 14px;
    font-weight: 700;

    color: #6f3f82;
    margin-bottom: 10px
}

.footer_title h1, .footer_title h2, .footer_title h3, .footer_title h4, .footer_title h5, .footer_title h6 {
    position: relative;
    display: block;
    font-weight: 700;
    width: 100%;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 10px;
    line-height: 1
}

.footer_title_right_line h1::after, .footer_title_right_line h2::after, .footer_title_right_line h3::after, .footer_title_right_line h4::after, .footer_title_right_line h5::after, .footer_title_right_line h6::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -15px;
    height: 2px;
    width: 2000px;
    background: #afcb08
}

.subscription {
    position: relative;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.subscription_social {
    position: relative;
    margin-bottom: 5px;
    margin-right: 5px
}

.subscription_social_item {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../img/subscription_social_item_ico.png);
    background-repeat: no-repeat;
    -webkit-transition: all .25s;
    transition: all .25s;
    margin-right: 5px
}

.subscription_social_item:hover {
    opacity: .7
}

.subscription_social_item_g-plus {
    background-position: 0 0
}

.subscription_social_item_fb {
    background-position: -42px 0
}

.subscription_social_item_inst {
    background-position: -84px 0
}

.subscription_social_item_vk {
    background-position: -126px 0
}

.input_subscription_width {
    position: relative;
    height: 32px;
    border: 1px solid #afca0b;
    overflow: hidden
}

.input_subscription_setter {
    margin-left: 10px;
    margin-right: 165px;
    height: 100%
}

.subscription_style {
    display: block;
    height: 100%;
    width: 100%;
    border: none;
    outline: 0;
    font-size: 18px;
    color: #f27fbe;
    font-weight: 700
}

.subscription_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 155px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    outline: 0;
    border: none;
    background: #afca0b;
    -webkit-transition: all .25s;
    transition: all .25s
}

.subscription_btn:hover {
    background: #cc006f
}

.subscription_style::-webkit-input-placeholder {
    color: #f27fbe;
    opacity: 1;
    font-weight: 700;

}

.subscription_style:-moz-placeholder {
    color: #f27fbe;
    opacity: 1;
    font-weight: 700;

}

.subscription_style::-moz-placeholder {
    color: #f27fbe;
    opacity: 1;
    font-weight: 700;

}

.subscription_style:-ms-input-placeholder {
    color: #f27fbe;
    opacity: 1;
    font-weight: 700;

}

.footer_scroll_top {
    position: relative;
    text-align: center
}

.footer_scroll_top_link {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #e6e8eb;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .25s;
    transition: all .25s
}

.footer_scroll_top_link:hover {
    background: #dbdcdf
}

.footer_scroll_top_link::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 18px;
    width: 16px;
    height: 5px;
    background: #8f8f90;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.footer_scroll_top_link::after {
    content: "";
    position: absolute;
    right: 9px;
    top: 18px;
    width: 16px;
    height: 5px;
    background: #8f8f90;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.footer_bottom {
    padding: 15px 0;
    background: #673f82
}

.footer_copyright {
    font-size: 12px;
    color: #fff;
    line-height: 1.1;

}

.footer_mnu {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 1.1
}

.footer_mnu>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer_mnu>ul>li {
    display: inline-block
}

.footer_mnu>ul>li:hover a {
    text-decoration: underline
}

.footer_mnu>ul>li>a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 0 5px
}

.footer_mnu>ul>li ul {
    display: none
}

.popup_style {
    position: relative;
    display: block;
    background: #fff;
    width: auto;
    max-width: 440px;
    padding: 50px 60px 25px;
    margin: 20px auto;
    z-index: 1
}

.popup_style .mfp-close {
    opacity: 1;
    top: 7px;
    right: 10px;
    color: transparent;
    width: 25px;
    height: 25px
}

.popup_style .mfp-close:hover::after, .popup_style .mfp-close:hover::before {
    background: #854c9c
}

.popup_style .mfp-close::after {
    content: "";
    position: absolute;
    left: -2px;
    top: 10px;
    height: 3px;
    width: 25px;
    background: #6f3f82;
    z-index: 111;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .2s;
    transition: all .2s
}

.popup_style .mfp-close::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 10px;
    height: 3px;
    width: 25px;
    background: #6f3f82;
    z-index: 111;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s;
    transition: all .2s
}

.popup_style p a {
    color: #afca0b;
    text-decoration: underline
}

.popup_style p a:hover {
    text-decoration: none
}

.popup_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #6f3f82;

    margin-bottom: 15px
}

.reviews_detailed_overall_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.reviews_detailed_overall_label {
    width: 50%;
    text-align: right;
    margin-right: 10px;
    color: #393939
}

.wrapp_detailed_overall_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%
}

.detailed_overall_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 110px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 5px
}

.detailed_overall_list li {
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid #6f3f82;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 10px
}

.detailed_overall_list li.active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #afca0b;
    margin-top: -5px;
    margin-left: -5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 111
}

.reviews_detailed_overall_text {
    color: #6f3f82;
    font-size: 16px;
    line-height: 1.1
}

.popup_btn {
    text-align: center;
    margin-bottom: 5px
}

#bus_scheme_popup {
    max-width: 737px
}

.bus_scheme_cities {
    margin-top: 5px;
    font-size: 16px;
    color: #414141;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 20px
}

.bus_scheme_search {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px
}

.bus_scheme_search_w2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bus_scheme_search_w2 .bus_scheme_search_item {
    width: 48%
}

.bus_scheme_search_item {
    width: 100%;
    margin-bottom: 10px
}

.bus_scheme_search_item .checkbox_custom {
    display: inline-block;
    margin-right: 25px
}

.bus_scheme_search_item .checkbox_custom:last-child {
    margin-right: 0
}

.bus_scheme_seats_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bus_scheme_seats_info_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    font-size: 16px;
    margin-bottom: 10px
}

.bus_scheme_seats_info_item_block {
    width: 35px;
    height: 35px;
    margin-right: 7px
}

.bus_scheme_seats_info_item_block_free {
    background: #6f3f82
}

.bus_scheme_seats_info_item_block_busy {
    background: #afca0b
}

.bus_scheme_seats_info_item_block_selected {
    background: #afcb08
}

.wrapp_bus_scheme_single {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 20px
}

.wrapp_bus_scheme_single::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px
}

.wrapp_bus_scheme_single::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3)
}

.bus_scheme_single {
    border: 1px solid #6f3f82;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding-left: 5px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 612px
}

.bus_scheme_item {
    width: 35px;
    height: 35px;
    background: #6f3f82;
    color: #fff;
    font-size: 16px
}

.bus_scheme_item:hover {
    background: #afcb08
}

.bus_scheme_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.bus_scheme_busy_place_row {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.bus_scheme_single_doors {
    font-size: 16px;
    color: #6f3f82;
    margin-top: 12px;
    line-height: 1;
    margin-left: 5px;
    margin-right: 8px
}

.bus_scheme_col {
    margin-right: 5px
}

.bus_scheme_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer
}

.bus_scheme_item.active {
    background: #afcb08
}

.bus_scheme_item_clear {
    margin: 0
}

.bus_scheme_busy_place {
    background: #afca0b
}

.bus_scheme_busy_place:hover {
    background: #afca0b
}

.popup_style .subscription_social {
    margin-bottom: 10px
}

.form_popup_input_item_wrapp {
    margin-bottom: 15px
}

.form_popup_input_item {
    margin-bottom: 10px
}

.form_popup_input_item .input_style {
    border: 1px solid #6f3f82
}

.link_blue_btn {
    display: block;
    font-size: 16px;
    color: #6f3f82;
    margin-top: 5px;
    text-decoration: underline
}

.link_blue_btn:hover {
    text-decoration: none
}

.page_404 {
    position: relative;
    text-align: center;
    padding: 60px 0 20px
}

.page_404 p {
    font-size: 16px
}

.page_404_text {
    font-size: 221px;
    color: #6f3f82;
    line-height: 1
}

.page_404_link {
    font-size: 16px;
    color: #afca0b;
    text-decoration: underline
}

.page_404_link:hover {
    text-decoration: none
}

@media only screen and (max-width:1199px) {
    .header_info_sign_in_link {
        margin-top: 0
    }

    .select_country {
        margin-right: 20px
    }

    .main_mnu>ul>li>a {
        padding: 15px
    }

    .main_mnu>ul>li.main_mnu_list_has_child>a {
        position: relative;
        padding-right: 32px
    }

    .hotel_item_info, .slider_block_footer_info {
        padding-left: 10px;
        padding-right: 10px
    }

    .hotel_item_info_price, .slider_block_footer_info_price {
        font-size: 18px
    }

    .main_title h1, .main_title h2, .main_title h3, .main_title h4, .main_title h5, .main_title h6 {
        font-size: 40px
    }

    .hotel_list_seach_footer_checkbox {
        margin-left: -25px
    }

    .hotel_list_seach_footer_checkbox_item {
        display: inline-block;
        margin-left: 25px
    }

    .hotel_list_seach_footer_btn .btn_blue_large {
        padding: 12px 40px
    }

    .singl_hotel_other_list_item_btn .btn_pink_large {
        padding: 11px 22px
    }

    .sidebar_item {
        padding-right: 0
    }

    .sidebar_item_help_contact a {
        width: 100%
    }

    .sidebar_item_help_contact a.footer_contacts_item_singl_phone {
        width: 100%
    }
}

@media only screen and (max-width:991px) {
    .main_mnu ul {
        display: none
    }

    .mobile_menu {
        display: block
    }

    #mobile-menu {
        z-index: 11111
    }

    #mobile-menu .mm-listview a {

        color: #3e3f5b
    }

    #mobile-menu .mm-title {}

    html.mm-blocking body {
        background: rgba(0, 0, 0, .3)
    }

    .slider, .slider_hotel, .slider_hotel_item, .slider_item {
        height: 300px
    }

    .slider_block_item {
        position: relative;
        top: 0;
        padding: 0
    }

    .slider_block {
        padding-bottom: 0
    }

    .slider_block_tab {
        position: relative;
        top: 0
    }

    .slider_block_tab {
        padding-right: 0
    }

    .slider_block_tab_item {
        padding-left: 0;
        padding-right: 0
    }

    .main_title h1, .main_title h2, .main_title h3, .main_title h4, .main_title h5, .main_title h6 {
        font-size: 33px
    }

    .footer_tour_list {
        margin-bottom: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer_tour_item {
        width: 50%
    }

    .footer_copyright {
        margin-bottom: 10px
    }

    .footer_mnu {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer_mnu>ul>li>a {
        padding: 2px 5px;
        margin-top: 3px;
        margin-bottom: 3px
    }

    .header_info_contacts {
        width: 100%
    }

    .header_info_contacts_item.header_info_contacts_item_phone {
        width: 50%;
        margin-right: 0
    }

    .header_info_contacts_item.header_info_contacts_item_email, .header_info_contacts_item.header_info_contacts_item_skype {
        width: 50%
    }

    .hotel_list_seach {
        padding-left: 0;
        padding-right: 0
    }

    .hotel_list_seach_inner {
        padding-left: 25px;
        padding-right: 25px
    }

    h1, h2 {
        font-size: 27px
    }

    .singl_hotel_header_price_new {
        font-size: 27px
    }

    .singl_hotel_header_price_old {
        font-size: 18px
    }

    .sidebar_item_help_contact a {
        width: 49%
    }

    .sidebar_item_help_contact a.footer_contacts_item_singl_phone {
        width: 49%
    }

    .staff_info {
        max-width: 245px
    }

    .page_404_text {
        font-size: 200px
    }
}

@media only screen and (max-width:767px) {
    .slider_block_tab {
        position: relative;
        top: 0;
        width: auto
    }

    .slider_block_item {
        top: 0
    }

    .slider, .slider_hotel, .slider_hotel_item, .slider_item {
        height: 250px
    }

    .slider_block_item {
        padding: 0;
        max-width: 480px
    }

    .slider_block_tab {
        max-width: 480px
    }

    .slider_block_item_hotel_desc span {
        padding-left: 5px;
        padding-right: 5px
    }

    .slider_block_footer_info {
        padding-left: 5px;
        padding-right: 5px
    }

    .hotel_list {
        max-width: 510px
    }

    .main_title h1, .main_title h2, .main_title h3, .main_title h4, .main_title h5, .main_title h6 {
        font-size: 25px
    }

    .footer_tour_item {
        width: 100%
    }

    .subscription_btn {
        width: 120px;
        font-size: 16px
    }

    .subscription_style {
        font-size: 16px
    }

    .footer_main_title h1, .footer_main_title h2, .footer_main_title h3, .footer_main_title h4, .footer_main_title h5, .footer_main_title h6 {
        font-size: 20px
    }
/*
    .hotel_list_seach {
        top: 0;
        margin-top: 5px;
        margin-bottom: 26px
    }

    .hotel_list_seach_title {
        color: #6f3f82
    }

    .hotel_list_seach_title h1 {
        color: #6f3f82;
        font-size: 24px
    }

    .hotel_list_seach_inner {
        padding-left: 15px;
        padding-right: 15px
    }
*/
    h1, h2 {
        font-size: 22px
    }

    .singl_hotel_header_overall_rating, .singl_tour_header_overall_rating {
        font-size: 20px;
        padding: 9px 5px
    }

    .singl_hotel_header_price_new, .singl_tour_header_price_new {
        font-size: 22px
    }

    .singl_hotel_header_price_old, .singl_tour_header_price_old {
        font-size: 16px
    }

    .singl_hotel_header_price, .singl_tour_header_price {
        margin-bottom: 5px
    }

    .singl_hotel_header_promo .social_link_list, .singl_tour_header_promo .social_link_list {
        margin-right: 0
    }

    .download_doc {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .tour_item {
        max-width: 520px
    }

    .staff_info {
        max-width: 350px
    }

    .table {
        min-width: 680px
    }

    .table-container-min .table {
        min-width: inherit
    }

    .page_404_text {
        font-size: 180px
    }

    .bus_scheme_search {
        margin-left: 0;
        margin-right: 0
    }

    .bus_scheme_btn {
        font-size: 16px
    }
}

@media only screen and (max-width:599px) {
    .header_info_promo {
        float: none
    }

    .footer_contacts_item {
        width: 47%;
        margin-bottom: 10px
    }

    .header_info_contacts_item.header_info_contacts_item_email, .header_info_contacts_item.header_info_contacts_item_phone, .header_info_contacts_item.header_info_contacts_item_skype {
        width: 100%
    }

    .pgwSlideshow.narrow .ps-list li img {
        height: 60px;
        width: 80px
    }

    .pgwSlideshow .ps-list .ps-next, .pgwSlideshow .ps-list .ps-prev {
        top: 8px !important;
        height: 60px
    }

    .pgwSlideshow .ps-list .ps-prev::before {
        bottom: 23px
    }

    .pgwSlideshow .ps-list .ps-prev::after {
        top: 22px
    }

    .pgwSlideshow .ps-list .ps-next::before {
        bottom: 23px
    }

    .pgwSlideshow .ps-list .ps-next::after {
        top: 22px
    }

    .singl_hotel_tabs_list_item a {
        font-size: 14px;
        font-weight: 400
    }

    .singl_hotel_tabs_list {
        margin-bottom: 10px
    }

    .singl_hotel_reviews_header_col, .singl_tour_reviews_header_col {
        width: 100%
    }

    .popup_style {
        padding: 50px 40px 25px
    }

    .schedule_charter_item_inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .schedule_charter_item_info {
        width: 100%;
        padding-right: 0
    }

    .schedule_charter_item_info_top {
        min-height: inherit;
        margin-bottom: 15px
    }

    .table-container-min .table {
        min-width: 480px
    }
}

@media only screen and (max-width:479px) {
    .header_info_sign_in {
        position: absolute;
        right: 15px;
        top: 20px
    }

    .header_info_contacts_item .header_info_contacts_item_email, .header_info_contacts_item .header_info_contacts_item_phone, .header_info_contacts_item .header_info_contacts_item_skype {
        width: 100%
    }

    .hotel_item_discount, .tour_item_discount {
        position: absolute;
        left: -9px;
        top: -9px;
        height: 42px;
        width: 55px;
        font-size: 17px
    }

    .news_item_img {
        border-bottom: none;
        width: auto;
        height: 180px;
        width: auto;
        max-width: 100%
    }

    .news_item_info {
        width: 100%;
        padding-left: 0;
        padding-bottom: 20px
    }

    .footer_contacts_item {
        width: 100%
    }

    .checkbox_style_label {
        display: block;
        margin-right: 0
    }

    .pagination li.etc {
        top: 5px
    }

    .pagination li a {
        width: 35px;
        height: 35px;
        font-size: 18px
    }

    .pagination li:first-child a::after {
        top: 12px;
        left: 10px
    }

    .pagination li:first-child a::before {
        bottom: 12px;
        left: 10px
    }

    .pagination li:last-child a::after {
        top: 12px;
        right: 10px
    }

    .pagination li:last-child a::before {
        bottom: 12px;
        right: 10px
    }

    .singl_hotel_tabs_list_item {
        width: 50%
    }

    .singl_hotel_tabs_list_item:nth-child(2)::after {
        content: none
    }

    .singl_hotel_tabs_list_item::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #fff
    }


    .singl_hotel_other_list_item_promo {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .singl_hotel_other_list_item_price_new {
        text-align: left
    }

    .popup_style {
        padding: 50px 15px 25px
    }

    .sidebar_item_help_contact a {
        width: 100%
    }

    .sidebar_item_help_contact a.footer_contacts_item_singl_phone {
        width: 100%
    }

    .sidebar_item_help_img {
        margin: inherit;
        margin-bottom: 10px
    }

    .singl_tour_tabs_list_item a {
        font-size: 14px;
        font-weight: 400
    }

    .singl_tour_desc_table table, .singl_tour_desc_table tbody, .singl_tour_desc_table td, .singl_tour_desc_table tr {
        display: block
    }

    .singl_tour_desc_table table tbody tr {
        padding: 10px 0
    }

    .singl_tour_desc_table table tbody tr td {
        padding: 0
    }

    .singl_tour_desc_table table tbody tr td:first-child {
        color: #6f3f82;
        padding-bottom: 3px
    }

    .day_item .day_img {
        height: auto
    }

    .day_item .day_img img {
        height: 140px;
        width: 100%;
        margin-bottom: 5px
    }

    .singl_tour_desc_btn_wight a {
        width: 100%
    }

    .singl_tour_desc_btn_wight a:first-child::before {
        width: 100%;
        height: 1px;
        right: inherit;
        top: inherit;
        bottom: 0;
        left: 0
    }

    .ul {
        padding-left: 10px
    }

    .bread_crumds {
        display: none
    }

    .consulate_header_info_text {
        font-size: 14px
    }

    .accordeon_custom_trigger {
        padding-left: 10px
    }

    .tour_item_footer_info_price {
        font-size: 18px;
        margin-bottom: 15px
    }

    .title_with_brd {
        margin-bottom: 10px
    }

    .staff_info {
        max-width: 100%;
        width: 100%;
        text-align: center
    }

    .staff_info_top::after {
        content: none
    }

    .staff_img {
        margin: 0 auto
    }

    .staff_item {
        border-bottom: 4px solid #6f3f82;
        padding-bottom: 10px
    }

    .staff_item::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 40px;
        height: 4px;
        background: #afca0b;
        z-index: 11
    }

    .bus_scheme_search_w2 .bus_scheme_search_item {
        width: 100%
    }
}

@media only screen and (min-width:992px) {
    .slider, .slider_item {
        height: -webkit-calc(100vh - 182px) !important;
        height: calc(100vh - 182px) !important
    }
}

@media only screen and (min-width:1200px) {
    .slider, .slider_item {
        height: -webkit-calc(100vh - 142px) !important;
        height: calc(100vh - 142px) !important
    }
}
