.lg-sub-html,.lg-toolbar {
    background-color: rgba(0,0,0,.45)
}

#lg-counter,.lg-outer .lg-video-cont {
    vertical-align: middle;
    display: inline-block
}

@font-face {
    font-family: lg;
    src: url(../fonts/lg.eot?n1z373);
    src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(../fonts/lg.woff?n1z373) format("woff"),url(../fonts/lg.ttf?n1z373) format("truetype"),url(../fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,.lg-actions .lg-prev {
    background-color: rgb(175, 0, 144);
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 30px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080
}

.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover {
    color: #FFF
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {
    0%,100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-moz-keyframes lg-right-end {
    0%,100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-ms-keyframes lg-right-end {
    0%,100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@keyframes lg-right-end {
    0%,100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {
    0%,100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-moz-keyframes lg-left-end {
    0%,100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-ms-keyframes lg-left-end {
    0%,100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@keyframes lg-left-end {
    0%,100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lg-toolbar .lg-icon {
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 30px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none!important;
    outline: 0;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #FFF
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #ffaa00;
    font-size: 20px;
    padding-left: 20px;
    padding-top: 12px
}

.lg-next,.lg-prev,.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
    -moz-transition: -moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
    transition: transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5,.5,.5);
    transform: scale3d(.5,.5,.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
    -o-transition: -o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
    transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0,0,.25,1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0,0,.25,1) 0s;
    transition: transform .25s cubic-bezier(0,0,.25,1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s!important;
    transition-duration: 0s!important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition:border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-video-cont {
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../img/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../img/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
    -moz-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
    -o-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
    transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
    -moz-transition: -moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
    -o-transition: -o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
    transition: transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s,-moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s,-o-transform .15s ease 0s;
    transition: opacity .15s ease 0s,transform .15s ease 0s;
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255,255,255,.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0,0,0,.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s,opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s,opacity .18s linear 0s;
    transition: visibility 0s linear .18s,opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
    visibility: visible
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0,5px,0);
    -o-transform: translate3d(0,5px,0);
    -ms-transform: translate3d(0,5px,0);
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
    -webkit-transition: -webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
    -moz-transition: -moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
    transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0,0,0,.07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer,.lg-outer .lg,.lg-outer .lg-inner {
    width: 100%;
    height: 100%
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.group:after,.group:before {
    display: table;
    content: "";
    line-height: 0
}

.group:after {
    clear: both
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s!important;
    transition-duration: 0s!important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(../img/loading.gif) center center no-repeat;
    display: none!important
}

.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block!important
}

.lg-outer .lg-img-wrap,.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto!important;
    height: auto!important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000000c7;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s!important;
    -moz-transition: none 0s ease 0s!important;
    -o-transition: none 0s ease 0s!important;
    transition: none 0s ease 0s!important
}

.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

/*! *Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome *License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
/* FONT PATH * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screenreaders do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158";
}

.fa-won:before,.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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;
}

* {
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

input {
    padding: 5px;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    outline: none;
}

textarea {
    padding: 5px;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    resize: none;
    outline: none;
}

.custom-select select {
    width: 100%;
    padding: 5px;
    background-color: #fffffe;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    outline: none;
}

a {
    text-decoration: none;
}

.cursor-pointer {
    cursor: pointer;
}

.position-relative {
    position: relative;
}

.position-sticky-top {
    position: sticky;
    top: 0;
}

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

.d-table {
    display: table;
}

.d-table .d-table-row {
    display: table-row;
}

.d-table .d-table-row .d-table-cell {
    display: table-cell;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-none {
    display: none !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

.w-auto {
    width: auto !important;
}

.h-auto {
    height: auto !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.w-50 {
    width: 50% !important;
}

.lh-10 {
    line-height: 10px !important;
}

.lh-20 {
    line-height: 20px !important;
}

.lh-40 {
    line-height: 40px !important;
}

.lh-auto {
    line-height: normal !important;
}

.dropdown {
    position: relative;
}

.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    display: none;
    min-width: 150px;
    padding: 3px;
    color: #555;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    z-index: 1;
}

.dropdown .dropdown-menu.show {
    display: block;
}

.dropdown .dropdown-menu.open-to-left {
    right: 0;
}

.dropdown .dropdown-menu.open-to-right {
    left: 0;
}

.alert {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #c1c1c1;
    color: #606060;
    border-radius: 3px;
}

.alert .closebtn {
    margin-left: 15px;
    color: #fff;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.alert.red {
    color: #fff;
    background-color: #f44336 !important;
}

.alert.green {
    color: #fff;
    background-color: #6abc6d !important;
}

.alert.yellow {
    color: #77601e;
    background-color: #fbefc8 !important;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 11;
}

.modal.show {
    display: block !important;
}

.modal .modal-content {
    max-width: 500px;
    width: 100%;
    margin: 30px auto 0 auto;
    background: #fff;
    border-radius: 3px;
}

.modal .modal-header {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
}

.modal .modal-header .close-modal {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    color: #a6a6a6;
    font-size: 30px;
    cursor: pointer;
}

.modal .modal-body {
    padding: 10px;
    overflow: auto;
}

.modal .modal-footer {
    padding: 10px;
    border-top: 1px solid #dee2e6;
}

.container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 10px;
}

.row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.row.justify-center {
    justify-content: center !important;
}

.row.justify-right {
    justify-content: right !important;
}

.row.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.col-5ths {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col-1 {
    -ms-flex: 0 0 8.33%;
    flex: 0 0 8.333%;
    max-width: 8.333%;
}

.col-2 {
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.col-5 {
    -ms-flex: 0 0 41.67%;
    flex: 0 0 41.67%;
    max-width: 41.67%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.33%;
    flex: 0 0 58.33%;
    max-width: 58.33%;
}

.col-8 {
    -ms-flex: 0 0 66.67%;
    flex: 0 0 66.67%;
    max-width: 66.67%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.33%;
    flex: 0 0 83.33%;
    max-width: 83.33%;
}

.col-11 {
    -ms-flex: 0 0 91.67%;
    flex: 0 0 91.67%;
    max-width: 91.67%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.m-auto {
    margin: auto;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 5px !important;
}

.m-2 {
    margin: 10px !important;
}

.m-3 {
    margin: 20px !important;
}

.ml-0 {
    margin-left: 0;
}

.ml-1 {
    margin-left: 5px;
}

.ml-2 {
    margin-left: 10px;
}

.ml-3 {
    margin-left: 20px;
}

.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 5px;
}

.mr-2 {
    margin-right: 10px;
}

.mr-3 {
    margin-right: 20px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 5px !important;
}

.mt-2 {
    margin-top: 10px !important;
}

.mt-3 {
    margin-top: 20px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 5px !important;
}

.mb-2 {
    margin-bottom: 10px !important;
}

.mb-3 {
    margin-bottom: 20px !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mx-1 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.mx-2 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mx-3 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.my-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.my-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.my-3 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 5px !important;
}

.p-2 {
    padding: 10px !important;
}

.p-3 {
    padding: 20px !important;
}

.pl-0 {
    padding-left: 0;
}

.pl-1 {
    padding-left: 5px;
}

.pl-2 {
    padding-left: 10px;
}

.pl-3 {
    padding-left: 20px;
}

.pr-0 {
    padding-right: 0;
}

.pr-1 {
    padding-right: 5px;
}

.pr-2 {
    padding-right: 10px;
}

.pr-3 {
    padding-right: 20px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 5px !important;
}

.pt-2 {
    padding-top: 10px !important;
}

.pt-3 {
    padding-top: 20px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 5px !important;
}

.pb-2 {
    padding-bottom: 10px !important;
}

.pb-3 {
    padding-bottom: 20px !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-1 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.px-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.px-3 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.py-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-3 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.form-group {
}

.form-group .row {
    width: 100%;
    margin-bottom: 10px;
}

.form-group .row .row-title {
    font-size: 12px;
    font-weight: bold;
}

.form-group .row input {
    width: 100%;
}

.form-group input[type="checkbox"], input[type="radio"] {
    width: auto !important;
}

.border-0 {
    border: none !important;
}

.rounded {
    border-radius: 3px;
}

.rounded-circle {
    border-radius: 50%;
}

.rounded-none {
    border-radius: 0 !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #555;
    text-align: center;
    vertical-align: middle;
    background-color: #f4f4f4;
    border: 1px solid #d2d2d2;
    padding: 5.25px 10.5px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-sm {
    padding: 2px 5px !important;
    font-size: 0.9rem !important;
}

.btn-default {
    color: #fff;
    background: #d0008f;
    border: 1px solid #d0008f;
}

.btn-default:hover {
    background: #aa0276;
}

.btn-green {
    color: #fff;
    background: #3b7202;
    border: 1px solid #3b7202;
}

.btn-green:hover {
    background: #2f5b01;
}

.btn-light-yellow {
    color: #555;
    background: #f7f77a;
    border: 1px solid #cccc2d;
}

.btn-light-yellow:hover {
    background: #f7f77a;
}

.btn-red {
    color: #fff;
    background: #e00707;
    border: 1px solid #e00707;
}

.btn-red:hover {
    background: #d50000;
}

.btn-orange {
    color: #fff;
    background: #ff9400;
    border: 1px solid #ff9400;
}

.btn-orange:hover {
    background: #f28d00;
}

.btn-blue {
    color: #fff;
    background: #0081c1;
    border: 1px solid #0081c1;
}

.btn-blue:hover {
    background: #048acc;
}

.btn-purple {
    color: #fff;
    background: #8b06b7;
    border: 1px solid #8b06b7;
}

.btn-purple:hover {
    background: #8b06b7;
}

.btn-dark {
    color: #fff;
    background: #555;
    border: 1px solid #555;
}

.btn-dark:hover {
    background: #666;
}

.btn-mute {
    color: #7b7b7b;
    background: #e3e3e3;
    border: none;
}

.btn-mute:hover {
    background: #e3e3e3;
}

.v-align-middle {
    vertical-align: middle;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.align-middle {
    vertical-align: middle !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.font-weight-normal {
    font-weight: normal !important;
}

.font-size-0 {
    font-size: 0 !important;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.small {
    font-size: 80%;
    font-weight: 400;
}

.text-default {
    color: #cf008e !important;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.text-dark {
    color: #555 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-red {
    color: #e00707 !important;
}

.text-green {
    color: #3b7202 !important;
}

.text-light-green {
    color: #f7f77a !important;
}

.text-blue {
    color: #0081c1 !important;
}

.text-muted {
    color: #6c757d !important;
}

.bg-default {
    background-color: #cf008e;
}

.bg-red {
    background-color: #e00707;
}

.bg-green {
    background-color: #299605;
}

.bg-white {
    background-color: #fff;
}

.bg-light {
    background-color: #f4f4f4;
}

.bg-pink {
    background-color: #ffd9e6;
}

.bg-dark {
    background-color: #555;
}

.border {
    border-width: 1px;
    border-style: solid;
    border-color: #cbcbcb;
}

.border-bottom {
    border-width: 1px;
    border-bottom-style: solid;
    border-color: #cbcbcb;
}

.border-top {
    border-width: 1px;
    border-top-style: solid;
    border-color: #cbcbcb;
}

.border-left {
    border-width: 1px;
    border-left-style: solid;
    border-color: #cbcbcb;
}

.border-right {
    border-width: 1px;
    border-right-style: solid;
    border-color: #cbcbcb;
}

.border-default {
    border-color: #781a0f!important;
}

.border-white {
    border-color: #fff !important;
}

.border-black {
    border-color: #000 !important;
}

.border-dark {
    border-color: #555 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-red {
    border-color: #e00707 !important;
}

.border-green {
    border-color: #3b7202 !important;
}

.border-blue {
    border-color: #0081c1 !important;
}

.border-yellow {
    border-color: #ffeb3b !important;
}

.border-muted {
    border-color: #6c757d !important;
}

.badge {
    display: inline-block;
    padding: 10px 6px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #000;
    background: #fff;
    border-radius: .25rem;
    margin-bottom: 8px;
}

.badge.badge-default {
    color: #ffffff;
    background: #d0008f;
}

.badge.badge-green {
    color: #ffffff;
    background: #299605;
}

.badge.badge-red {
    color: #fff;
    background: #e00707;
}

.badge.badge-orange {
    color: #000;
    background: #d6e400;
}

.badge.badge-blue {
    color: #fff;
    background: #0081c1;
}

.badge.badge-dark {
    color: #fff;
    background: #555;
}

.badge.badge-ping {
    color: #fff;
    background: #ffd9e6;
}

.badge.badge-warning {
    color: #fff;
    background: #ffc107;
}

.badge.badge-yellow {
    color: #5f5f5f;
    background: #ffeb3b;
}

.badge.badge-light {
    color: #5f5f5f;
    background: #f4f4f4;
}

.badge.badge-purple {
    color: #fff;
    background: #8b06b7;
}

.badge.badge-muted {
    color: #fff;
    background: #6c757d;
}

.text-shadow {
    text-shadow: #000 1px 1px 0;
}

.box-shadow {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.disabled, *:disabled, *[disabled] {
    opacity: 0.4;
    cursor: wait;
}

@media (min-width: 460px) {
    .d-xs-table {
        display: table;
    }

    .d-xs-table .d-table-row {
        display: table-row;
    }

    .d-xs-table .d-table-row .d-table-cell {
        display: table-cell;
    }

    .d-xs-inline {
        display: inline !important;
    }

    .d-xs-inline-block {
        display: inline-block !important;
    }

    .d-xs-flex {
        display: flex !important;
    }

    .d-xs-inline-flex {
        display: inline-flex !important;
    }

    .d-xs-block {
        display: block !important;
    }

    .d-xs-none {
        display: none !important;
    }

    .float-xs-left {
        float: left;
    }

    .float-xs-right {
        float: right;
    }

    .float-xs-none {
        float: none;
    }

    .w-xs-auto {
        width: auto !important;
    }

    .h-xs-auto {
        height: auto !important;
    }

    .w-xs-100 {
        width: 100% !important;
    }

    .h-xs-100 {
        height: 100% !important;
    }

    .mw-xs-100 {
        max-width: 100% !important;
    }

    .mh-xs-100 {
        max-height: 100% !important;
    }

    .w-xs-50 {
        width: 50% !important;
    }

    .text-xs-center {
        text-align: center !important;
    }

    .text-xs-left {
        text-align: left !important;
    }

    .text-xs-right {
        text-align: right !important;
    }

    .col-xs-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xs-1 {
        -ms-flex: 0 0 8.33%;
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }

    .col-xs-2 {
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.666%;
        max-width: 16.66%;
    }

    .col-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xs-4 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .col-xs-5 {
        -ms-flex: 0 0 41.67%;
        flex: 0 0 41.67%;
        max-width: 41.67%;
    }

    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xs-7 {
        -ms-flex: 0 0 58.33%;
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }

    .col-xs-8 {
        -ms-flex: 0 0 66.67%;
        flex: 0 0 66.67%;
        max-width: 66.67%;
    }

    .col-xs-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xs-10 {
        -ms-flex: 0 0 83.33%;
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }

    .col-xs-11 {
        -ms-flex: 0 0 91.67%;
        flex: 0 0 91.67%;
        max-width: 91.67%;
    }

    .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .m-xs-auto {
        margin: auto;
    }

    .m-xs-0 {
        margin: 0 !important;
    }

    .m-xs-1 {
        margin: 5px !important;
    }

    .m-xs-2 {
        margin: 10px !important;
    }

    .m-xs-3 {
        margin: 20px !important;
    }

    .ml-xs-0 {
        margin-left: 0;
    }

    .ml-xs-1 {
        margin-left: 5px;
    }

    .ml-xs-2 {
        margin-left: 10px;
    }

    .ml-xs-3 {
        margin-left: 20px;
    }

    .mr-xs-0 {
        margin-right: 0;
    }

    .mr-xs-1 {
        margin-right: 5px;
    }

    .mr-xs-2 {
        margin-right: 10px;
    }

    .mr-xs-3 {
        margin-right: 20px;
    }

    .mt-xs-0 {
        margin-top: 0 !important;
    }

    .mt-xs-1 {
        margin-top: 5px !important;
    }

    .mt-xs-2 {
        margin-top: 10px !important;
    }

    .mt-xs-3 {
        margin-top: 20px !important;
    }

    .mb-xs-0 {
        margin-bottom: 0 !important;
    }

    .mb-xs-1 {
        margin-bottom: 5px !important;
    }

    .mb-xs-2 {
        margin-bottom: 10px !important;
    }

    .mb-xs-3 {
        margin-bottom: 20px !important;
    }

    .mx-xs-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .mx-xs-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mx-xs-1 {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .mx-xs-2 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .mx-xs-3 {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .my-xs-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .my-xs-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xs-1 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .my-xs-2 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .my-xs-3 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .p-xs-0 {
        padding: 0 !important;
    }

    .p-xs-1 {
        padding: 5px !important;
    }

    .p-xs-2 {
        padding: 10px !important;
    }

    .p-xs-3 {
        padding: 20px !important;
    }

    .pl-xs-0 {
        padding-left: 0;
    }

    .pl-xs-1 {
        padding-left: 5px;
    }

    .pl-xs-2 {
        padding-left: 10px;
    }

    .pl-xs-3 {
        padding-left: 20px;
    }

    .pr-xs-0 {
        padding-right: 0;
    }

    .pr-xs-1 {
        padding-right: 5px;
    }

    .pr-xs-2 {
        padding-right: 10px;
    }

    .pr-xs-3 {
        padding-right: 20px;
    }

    .pt-xs-0 {
        padding-top: 0 !important;
    }

    .pt-xs-1 {
        padding-top: 5px !important;
    }

    .pt-xs-2 {
        padding-top: 10px !important;
    }

    .pt-xs-3 {
        padding-top: 20px !important;
    }

    .pb-xs-0 {
        padding-bottom: 0 !important;
    }

    .pb-xs-1 {
        padding-bottom: 5px !important;
    }

    .pb-xs-2 {
        padding-bottom: 10px !important;
    }

    .pb-xs-3 {
        padding-bottom: 20px !important;
    }

    .px-xs-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-xs-1 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .px-xs-2 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .px-xs-3 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .py-xs-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xs-1 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .py-xs-2 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .py-xs-3 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .border-xs-0 {
        border: none !important;
    }

    .font-size-xs-10 {
        font-size: 10px !important;
    }

    .font-size-xs-12 {
        font-size: 12px !important;
    }

    .font-size-xs-14 {
        font-size: 14px !important;
    }

    .font-size-xs-16 {
        font-size: 16px !important;
    }

    .font-size-xs-18 {
        font-size: 18px !important;
    }

    .font-size-xs-20 {
        font-size: 20px !important;
    }
}

@media (min-width: 576px) {
    .d-sm-table {
        display: table;
    }

    .d-sm-table .d-table-row {
        display: table-row;
    }

    .d-sm-table .d-table-row .d-table-cell {
        display: table-cell;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .float-sm-left {
        float: left;
    }

    .float-sm-right {
        float: right;
    }

    .float-sm-none {
        float: none;
    }

    .w-sm-auto {
        width: auto !important;
    }

    .h-sm-auto {
        height: auto !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .mw-sm-100 {
        max-width: 100% !important;
    }

    .mh-sm-100 {
        max-height: 100% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .col-sm-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33%;
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.333%;
        max-width: 33.33%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.67%;
        flex: 0 0 41.67%;
        max-width: 41.67%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33%;
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.67%;
        flex: 0 0 66.67%;
        max-width: 66.67%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33%;
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.67%;
        flex: 0 0 91.67%;
        max-width: 91.67%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .m-sm-auto {
        margin: auto;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 5px !important;
    }

    .m-sm-2 {
        margin: 10px !important;
    }

    .m-sm-3 {
        margin: 20px !important;
    }

    .ml-sm-0 {
        margin-left: 0;
    }

    .ml-sm-1 {
        margin-left: 5px;
    }

    .ml-sm-2 {
        margin-left: 10px;
    }

    .ml-sm-3 {
        margin-left: 20px;
    }

    .mr-sm-0 {
        margin-right: 0;
    }

    .mr-sm-1 {
        margin-right: 5px;
    }

    .mr-sm-2 {
        margin-right: 10px;
    }

    .mr-sm-3 {
        margin-right: 20px;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 5px !important;
    }

    .mt-sm-2 {
        margin-top: 10px !important;
    }

    .mt-sm-3 {
        margin-top: 20px !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 5px !important;
    }

    .mb-sm-2 {
        margin-bottom: 10px !important;
    }

    .mb-sm-3 {
        margin-bottom: 20px !important;
    }

    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mx-sm-1 {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .mx-sm-2 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .mx-sm-3 {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .my-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .my-sm-2 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .my-sm-3 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 5px !important;
    }

    .p-sm-2 {
        padding: 10px !important;
    }

    .p-sm-3 {
        padding: 20px !important;
    }

    .pl-sm-0 {
        padding-left: 0;
    }

    .pl-sm-1 {
        padding-left: 5px;
    }

    .pl-sm-2 {
        padding-left: 10px;
    }

    .pl-sm-3 {
        padding-left: 20px;
    }

    .pr-sm-0 {
        padding-right: 0;
    }

    .pr-sm-1 {
        padding-right: 5px;
    }

    .pr-sm-2 {
        padding-right: 10px;
    }

    .pr-sm-3 {
        padding-right: 20px;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: 5px !important;
    }

    .pt-sm-2 {
        padding-top: 10px !important;
    }

    .pt-sm-3 {
        padding-top: 20px !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 5px !important;
    }

    .pb-sm-2 {
        padding-bottom: 10px !important;
    }

    .pb-sm-3 {
        padding-bottom: 20px !important;
    }

    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-sm-1 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .px-sm-2 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .px-sm-3 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .py-sm-2 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .py-sm-3 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .border-sm-0 {
        border: none !important;
    }

    .font-size-sm-10 {
        font-size: 10px !important;
    }

    .font-size-sm-12 {
        font-size: 12px !important;
    }

    .font-size-sm-14 {
        font-size: 14px !important;
    }

    .font-size-sm-16 {
        font-size: 16px !important;
    }

    .font-size-sm-18 {
        font-size: 18px !important;
    }

    .font-size-sm-20 {
        font-size: 20px !important;
    }
}

@media (min-width: 768px) {
    .d-md-table {
        display: table;
    }

    .d-md-table .d-table-row {
        display: table-row;
    }

    .d-md-table .d-table-row .d-table-cell {
        display: table-cell;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-none {
        display: none !important;
    }

    .float-md-left {
        float: left;
    }

    .float-md-right {
        float: right;
    }

    .float-md-none {
        float: none;
    }

    .w-md-auto {
        width: auto !important;
    }

    .h-md-auto {
        height: auto !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .mw-md-100 {
        max-width: 100% !important;
    }

    .mh-md-100 {
        max-height: 100% !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .col-md-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.33%;
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.67%;
        flex: 0 0 41.67%;
        max-width: 41.67%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33%;
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.67%;
        flex: 0 0 66.67%;
        max-width: 66.67%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33%;
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.67%;
        flex: 0 0 91.67%;
        max-width: 91.67%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .m-md-auto {
        margin: auto;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 5px !important;
    }

    .m-md-2 {
        margin: 10px !important;
    }

    .m-md-3 {
        margin: 20px !important;
    }

    .ml-md-0 {
        margin-left: 0;
    }

    .ml-md-1 {
        margin-left: 5px;
    }

    .ml-md-2 {
        margin-left: 10px;
    }

    .ml-md-3 {
        margin-left: 20px;
    }

    .mr-md-0 {
        margin-right: 0;
    }

    .mr-md-1 {
        margin-right: 5px;
    }

    .mr-md-2 {
        margin-right: 10px;
    }

    .mr-md-3 {
        margin-right: 20px;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 5px !important;
    }

    .mt-md-2 {
        margin-top: 10px !important;
    }

    .mt-md-3 {
        margin-top: 20px !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 5px !important;
    }

    .mb-md-2 {
        margin-bottom: 10px !important;
    }

    .mb-md-3 {
        margin-bottom: 20px !important;
    }

    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mx-md-1 {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .mx-md-2 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .mx-md-3 {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .my-md-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .my-md-2 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .my-md-3 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 5px !important;
    }

    .p-md-2 {
        padding: 10px !important;
    }

    .p-md-3 {
        padding: 20px !important;
    }

    .pl-md-0 {
        padding-left: 0;
    }

    .pl-md-1 {
        padding-left: 5px;
    }

    .pl-md-2 {
        padding-left: 10px;
    }

    .pl-md-3 {
        padding-left: 20px;
    }

    .pr-md-0 {
        padding-right: 0;
    }

    .pr-md-1 {
        padding-right: 5px;
    }

    .pr-md-2 {
        padding-right: 10px;
    }

    .pr-md-3 {
        padding-right: 20px;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: 5px !important;
    }

    .pt-md-2 {
        padding-top: 10px !important;
    }

    .pt-md-3 {
        padding-top: 20px !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 5px !important;
    }

    .pb-md-2 {
        padding-bottom: 10px !important;
    }

    .pb-md-3 {
        padding-bottom: 20px !important;
    }

    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-md-1 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .px-md-2 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .px-md-3 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .py-md-2 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .py-md-3 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .border-md-0 {
        border: none !important;
    }

    .font-size-md-10 {
        font-size: 10px !important;
    }

    .font-size-md-12 {
        font-size: 12px !important;
    }

    .font-size-md-14 {
        font-size: 14px !important;
    }

    .font-size-md-16 {
        font-size: 16px !important;
    }

    .font-size-md-18 {
        font-size: 18px !important;
    }

    .font-size-md-20 {
        font-size: 20px !important;
    }
}

@media (min-width: 992px) {
    .d-lg-table {
        display: table;
    }

    .d-lg-table .d-table-row {
        display: table-row;
    }

    .d-lg-table .d-table-row .d-table-cell {
        display: table-cell;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .float-lg-left {
        float: left;
    }

    .float-lg-right {
        float: right;
    }

    .float-lg-none {
        float: none;
    }

    .w-lg-auto {
        width: auto !important;
    }

    .h-lg-auto {
        height: auto !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .mw-lg-100 {
        max-width: 100% !important;
    }

    .mh-lg-100 {
        max-height: 100% !important;
    }

    .text-lg-center {
        text-align: center !important;
    }

    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .col-lg-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.33%;
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.67%;
        flex: 0 0 41.67%;
        max-width: 41.67%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33%;
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.67%;
        flex: 0 0 66.67%;
        max-width: 66.67%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33%;
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.67%;
        flex: 0 0 91.67%;
        max-width: 91.67%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .m-lg-auto {
        margin: auto;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 5px !important;
    }

    .m-lg-2 {
        margin: 10px !important;
    }

    .m-lg-3 {
        margin: 20px !important;
    }

    .ml-lg-0 {
        margin-left: 0;
    }

    .ml-lg-1 {
        margin-left: 5px;
    }

    .ml-lg-2 {
        margin-left: 10px;
    }

    .ml-lg-3 {
        margin-left: 20px;
    }

    .mr-lg-0 {
        margin-right: 0;
    }

    .mr-lg-1 {
        margin-right: 5px;
    }

    .mr-lg-2 {
        margin-right: 10px;
    }

    .mr-lg-3 {
        margin-right: 20px;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 5px !important;
    }

    .mt-lg-2 {
        margin-top: 10px !important;
    }

    .mt-lg-3 {
        margin-top: 20px !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 5px !important;
    }

    .mb-lg-2 {
        margin-bottom: 10px !important;
    }

    .mb-lg-3 {
        margin-bottom: 20px !important;
    }

    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mx-lg-1 {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .mx-lg-2 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .mx-lg-3 {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .my-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .my-lg-2 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .my-lg-3 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 5px !important;
    }

    .p-lg-2 {
        padding: 10px !important;
    }

    .p-lg-3 {
        padding: 20px !important;
    }

    .pl-lg-0 {
        padding-left: 0;
    }

    .pl-lg-1 {
        padding-left: 5px;
    }

    .pl-lg-2 {
        padding-left: 10px;
    }

    .pl-lg-3 {
        padding-left: 20px;
    }

    .pr-lg-0 {
        padding-right: 0;
    }

    .pr-lg-1 {
        padding-right: 5px;
    }

    .pr-lg-2 {
        padding-right: 10px;
    }

    .pr-lg-3 {
        padding-right: 20px;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: 5px !important;
    }

    .pt-lg-2 {
        padding-top: 10px !important;
    }

    .pt-lg-3 {
        padding-top: 20px !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: 5px !important;
    }

    .pb-lg-2 {
        padding-bottom: 10px !important;
    }

    .pb-lg-3 {
        padding-bottom: 20px !important;
    }

    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-lg-1 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .px-lg-2 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .px-lg-3 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .py-lg-2 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .py-lg-3 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .border-lg-0 {
        border: none !important;
    }

    .font-size-lg-10 {
        font-size: 10px !important;
    }

    .font-size-lg-12 {
        font-size: 12px !important;
    }

    .font-size-lg-14 {
        font-size: 14px !important;
    }

    .font-size-lg-16 {
        font-size: 16px !important;
    }

    .font-size-lg-18 {
        font-size: 18px !important;
    }

    .font-size-lg-20 {
        font-size: 20px !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-table {
        display: table;
    }

    .d-xl-table .d-table-row {
        display: table-row;
    }

    .d-xl-table .d-table-row .d-table-cell {
        display: table-cell;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .float-xl-left {
        float: left;
    }

    .float-xl-right {
        float: right;
    }

    .float-xl-none {
        float: none;
    }

    .w-xl-auto {
        width: auto !important;
    }

    .h-xl-auto {
        height: auto !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .mw-xl-100 {
        max-width: 100% !important;
    }

    .mh-xl-100 {
        max-height: 100% !important;
    }

    .text-xl-center {
        text-align: center !important;
    }

    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .col-xl-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.33%;
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.67%;
        flex: 0 0 41.67%;
        max-width: 41.67%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.33%;
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.67%;
        flex: 0 0 66.67%;
        max-width: 66.67%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33%;
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.67%;
        flex: 0 0 91.67%;
        max-width: 91.67%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .m-xl-auto {
        margin: auto;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 5px !important;
    }

    .m-xl-2 {
        margin: 10px !important;
    }

    .m-xl-3 {
        margin: 20px !important;
    }

    .ml-xl-0 {
        margin-left: 0;
    }

    .ml-xl-1 {
        margin-left: 5px;
    }

    .ml-xl-2 {
        margin-left: 10px;
    }

    .ml-xl-3 {
        margin-left: 20px;
    }

    .mr-xl-0 {
        margin-right: 0;
    }

    .mr-xl-1 {
        margin-right: 5px;
    }

    .mr-xl-2 {
        margin-right: 10px;
    }

    .mr-xl-3 {
        margin-right: 20px;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 5px !important;
    }

    .mt-xl-2 {
        margin-top: 10px !important;
    }

    .mt-xl-3 {
        margin-top: 20px !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 5px !important;
    }

    .mb-xl-2 {
        margin-bottom: 10px !important;
    }

    .mb-xl-3 {
        margin-bottom: 20px !important;
    }

    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mx-xl-1 {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .mx-xl-2 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .mx-xl-3 {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .my-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .my-xl-2 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .my-xl-3 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 5px !important;
    }

    .p-xl-2 {
        padding: 10px !important;
    }

    .p-xl-3 {
        padding: 20px !important;
    }

    .pl-xl-0 {
        padding-left: 0;
    }

    .pl-xl-1 {
        padding-left: 5px;
    }

    .pl-xl-2 {
        padding-left: 10px;
    }

    .pl-xl-3 {
        padding-left: 20px;
    }

    .pr-xl-0 {
        padding-right: 0;
    }

    .pr-xl-1 {
        padding-right: 5px;
    }

    .pr-xl-2 {
        padding-right: 10px;
    }

    .pr-xl-3 {
        padding-right: 20px;
    }

    .pt-xl-1 {
        padding-top: 5px !important;
    }

    .pt-xl-2 {
        padding-top: 10px !important;
    }

    .pt-xl-3 {
        padding-top: 20px !important;
    }

    .pb-xl-1 {
        padding-bottom: 5px !important;
    }

    .pb-xl-2 {
        padding-bottom: 10px !important;
    }

    .pb-xl-3 {
        padding-bottom: 20px !important;
    }

    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-xl-1 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .px-xl-2 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .px-xl-3 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .py-xl-2 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .py-xl-3 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .border-xl-0 {
        border: none !important;
    }

    .font-size-xl-10 {
        font-size: 10px !important;
    }

    .font-size-xl-12 {
        font-size: 12px !important;
    }

    .font-size-xl-14 {
        font-size: 14px !important;
    }

    .font-size-xl-16 {
        font-size: 16px !important;
    }

    .font-size-xl-18 {
        font-size: 18px !important;
    }

    .font-size-xl-20 {
        font-size: 20px !important;
    }
}

.btn-1 {
    color: #fff;
    background: #3b7202;
    border: 1px solid #3b7202;
}

.btn-1:hover {
    background: #2f5b01;
}

.bg-1 {
    color: #fff;
    background: #fff;
    border: 1px solid #e8e9ea;
}

.color-1 {
    color: #fff;
}

html {
    background-color: #EAEBEF;
}

html, body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 14px;
}

body {
    margin-top: 100px;
}

img {
    border: none;
}

a {
    color: #cf008e;
}

hr {
    border: none;
    border-bottom: 1px solid #d2d2d2;
}

.clear::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.hidden {
    display: none;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.online-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: green;
    border-radius: 50%;
}

.offline-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 50%;
}

.blur-effect {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.notFound {
    width: 100%;
    padding: 10px;
    background: #fff;
}

.online {
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    padding: 3px 6px;
    color: #000000;
    background: linear-gradient(191deg, #f3ff00 30%, #c3ec00 90%);
    box-shadow: 0 8px 8px -9px #2c1969;
    border-radius: 50px;
}

#popup {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#popup>.body {
    width: 310px;
    min-height: 400px;
    margin: 50px auto;
    padding: 10px;
    background: #e9e9e9;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

#popup>.body .close {
    float: right;
    padding: 5px 8px;
    background: #ededed;
    border-radius: 10px;
    cursor: pointer;
}

.over18 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7) url(images/shemaleukuk.jpg) no-repeat center center fixed;
    background-size: cover;
    z-index: 10;
}

.over18>.over18Box {
    position: relative;
    display: table;
    min-height: 270px;
    margin: 50px auto 0 auto;
    background: rgba(255,0,255,0.3) url(images/loginshemaleuk.png);
    border-radius: 5px;
}

.over18>.over18Box>.over18_body {
    min-width: 250px;
    max-width: 600px;
    min-height: 250px;
    text-align: center;
    padding: 20px;
    color: #555;
}

.over18>.over18Box>.over18_body>.line1 {
    padding: 10px;
    background: #cf008e;
    color: #fff;
    font-size: 14px;
}

.over18>.over18Box>.over18_body>.line2 {
    margin: 20px;
    font-size: 12px;
}

.over18>.over18Box>.over18_body>.link1 {
    margin: 0 10px;
    padding: 5px 10px;
    color: #fff;
    background: #66B541;
    border-radius: 5px;
}

.over18>.over18Box>.over18_body>.link2 {
    margin: 0 10px;
    padding: 5px 10px;
    color: #555;
    background: #d2d2d2;
    border-radius: 5px;
}

#login {
    background-image: url('/images/login_bg.png');
    background-size: cover;
}

#login .modal-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95)
}

.selectBox {
    position: relative;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #fff url(/images/dropdown-arrow.png) no-repeat center right 10px;
    border: 1px solid #d2d2d2;
    border-radius: 1px;
}

.selectBox div {
    position: absolute;
    display: block;
    padding: 0 10px;
}

.selectBox select {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.selectBox.multiple {
    overflow: visible;
    cursor: default;
    z-index: 2;
}

.selectBox.multiple div {
    position: static;
    display: block;
}

.selectBox.multiple .options {
    display: none;
    height: 150px;
    padding: 0;
    overflow: auto;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.selectBox.multiple label {
    position: static;
    display: block;
    float: none;
    padding: 0 10px;
    cursor: pointer;
}

.selectBox.multiple label:hover {
    background: #fafafa;
}

.selectBox.multiple label input {
    float: left;
    width: auto;
    margin: 0 10px 0 0;
}

.selectBox.multiple .options a {
    display: block;
    margin: 5px;
    padding: 0 5px;
    height: 24px;
    line-height: 24px;
    color: #555;
}

.selectBox.multiple .options a:hover {
    background: #ededed;
}

.selectBox.multiple .options a>img {
    float: left;
    margin: 0 10px 0 0;
}

.pagination {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.currentPage {
    padding: 15px 15px;
    color: #ffffff;
    background: #4f8318;
    border: 1px solid #ffffff;
    border-radius: 50px;
}

.page {
    display: inline-block;
    padding: 15px 15px;
    color: #000000;
    background: #ffffff;
    border: 1px solid #eaebef;
    cursor: pointer;
    border-radius: 50px;
}

.page:hover {
    background: #cf008e;
    border: 1px solid #9f389b;
    color: #fff;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    line-height: 50px;
    background: linear-gradient(90deg, #cf008e 50%, #5b3862 50%);
}

.header .logo {
    float: left;
    height: 50px;
}

.header .logo a {
    display: block;
    height: 50px;
}

.header .logo img {
    height: 30px;
    margin: 10px 0 0 0;
}

.header .logo:hover img {
    transform: rotate(360deg);
    transition: transform .5s ease-in-out;
}

.header nav ul li {
    display: inline;
    line-height: 50px;
}

.header nav ul li a:hover {
    text-decoration: underline;
}

.header .profile {
    height: 50px;
    line-height: 50px;
    background: #5b3862;
}

.header .profile>a>img {
    float: left;
    width: 35px;
    height: 35px;
    margin: 8px 0 0 0;
    border-radius: 50%;
    box-shadow: 0px 1px 0px 1px #13283c;
}

.header .alert_notify {
    position: relative;
    top: 0 !important;
    float: left;
    width: 35px;
    height: 35px;
    margin: 8px 0 0 10px;
    text-align: center;
}

.header .alert_notify.online {
    animation: rotation 8s infinite linear;
}

.header .alert_notify > i {
    padding: 10px 0;
    color: #fff;
    background: radial-gradient( 100% 100% at 100% 0%, #ff00af 0%, #cf008e 100% );
    cursor: pointer;
    border-radius: 50%;
}

.header .alert_notify > span.new {
    position: absolute;
    top: -3px;
    right: -7px;
    padding: 1px 3px;
    font-size: 10px;
    line-height: normal;
    color: #000;
    background-color: #ffeb3b;
}

.header .profile a.online {
    display: none !important;
}

.header .profile a.online i {
    color: #000000;
    background: linear-gradient(271deg, #e8ff00 30%, #bbcf03 90%);
    box-shadow: 0 8px 8px -9px #2c1969;
    border-radius: 50%;
}

.header .alert_notify .alert_show_messages, .alert_show_activity {
    position: absolute;
    top: 38px;
    left: -100px;
    width: 280px;
    padding: 0 0 7px 0;
    background: #fff;
    border: 1px solid #ffe1f6;
    border-radius: 1px;
    z-index: 6;
    cursor: default;
}

.header .alert_notify .alert_show_messages .messanger-chats, .alert_show_activity .activity-list {
    max-height: calc(100vh - 250px);
    overflow: auto;
    line-height: normal;
}

.header .alert_notify .alert_show_messages .bottom-bar, .alert_show_activity .bottom-bar {
    line-height: normal;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.header .alert_notify .alert_show_activity .activity-list .chat_user {
    overflow: hidden;
    clear: both;
}

.header .alert_notify .alert_show_activity .activity-list .chat_img {
    float: left;
    width: 11%;
}

.header .alert_notify .alert_show_activity .activity-list .chat_img img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.header .alert_notify .alert_show_activity .activity-list .chat_ib p {
    height: 36px;
    overflow: hidden;
    line-height: 18px;
    text-align: left;
    font-size: 12px;
    color: #989898;
    margin: auto
}

.header .alert_notify .alert_show_activity .activity-list .chat_ib {
    float: left;
    padding: 0 0 0 30px;
    width: 88%;
}

.header .alert_notify .alert_show_messages .messanger-chats .chat_user {
    overflow: hidden;
    clear: both;
}

.header .alert_notify .alert_show_messages .messanger-chats .chat_img {
    float: left;
    width: 11%;
}

.header .alert_notify .alert_show_messages .messanger-chats .chat_img img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.header .alert_notify .alert_show_messages .messanger-chats .chat_ib p {
    height: 36px;
    overflow: hidden;
    line-height: 18px;
    text-align: left;
    font-size: 12px;
    color: #989898;
    margin: auto
}

.header .alert_notify .alert_show_messages .messanger-chats .chat_ib {
    float: left;
    padding: 0 0 0 30px;
    width: 88%;
}

.header .menu {
    float: right;
    height: 50px;
    line-height: 50px;
    padding-top: 5px;
}

.header .menu>a>img {
    display: none;
    float: left;
    width: 43px;
    height: 43px;
    margin: 20px 10px 0 0;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 1px #8e8e8e;
}

.header .menu i {
    margin: 0 10px 0 0;
    padding: 5px 10px;
    font-size: 30px;
    color: #fff;
    /* background: linear-gradient(191deg, #ff00af 30%, #ef05a6 90%); */
    box-shadow: 0 8px 8px -9px #2c1969;
    cursor: pointer;
    border-radius: 3px;
}

.header .menu ul {
    position: absolute;
    right: 0;
    top: 50px;
    min-width: 240px;
    line-height: 21px;
    margin: 0 10px 0 0;
    padding: 0px 0;
    background: linear-gradient(191deg, #ffffff 30%, #fffef5 90%);
    border: 1px solid #d2d2d2;
    list-style-type: none;
    border-radius: 2px;
    box-shadow: 0 16px 12px rgba(0, 0, 0, 0.176);
    z-index: 2222;
}

.header .menu ul li a {
    display: block;
    padding: 10px;
    color: #cf008e;
}

.header .menu ul li a:hover {
    background: #fdd2e8;
}

.header .menu ul li i {
    float: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: none;
    color: #cf008e;
}

.headButtons {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
}

.headButtons a {
    position: relative;
    display: inline-block;
    padding: 3px 6px;
    color: #fff;
    margin: 10px 1px 0 1px;
    line-height: 1.32857143;
    border-radius: 3px;
    box-shadow: 0px 1px 4px 0px #858585;
}

.headButtons a>div {
    position: absolute;
    top: -7px;
    right: -5px;
    font-size: 10px;
    padding: 0 5px;
    background: #ff2aaa;
    box-shadow: 0px 1px 4px 0px #666262;
    border-radius: 50%;
}

.site-search {
    background: radial-gradient(100% 100% at 100% 0%, #ffffff 0%, #ffd8d8 100%);
    background-size: cover;
    box-shadow: 0px 1px 3px rgb(171 171 171), 0px 1px 0px 0px #e5d8ff, inset 0px 1px 20px #fbbcda;
}

.site-search input[type="text"] {
    width: 100%;
    height: 50px;
    margin: 0 auto 10px auto;
    padding: 0 30px 0 5px;
    font-size: 14px;
    color: #555;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

.site-search .selectBox {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 10px auto;
    border-radius: 5px;
}

.vipBox {
    padding: 5px;
    height: 83px;
    overflow: hidden;
    text-align: center;
    background: radial-gradient(100% 100% at 100% 0%, #ffe3f0 0%, #ffdbdb 100%);
    background-size: cover;
    box-shadow: 0px 1px 3px rgb(210 167 255), 0px 1px 0px 0px rgb(229 216 255), inset 0px 1px 20px rgb(245 192 194);
}

.vipBox a {
    position: relative;
    display: inline-block;
    margin: 0 3px 10px 3px;
}

.vipBox a img {
    width: 70px;
    height: 70px;
    box-shadow: 0px 5px 1px 0px #e91e63;
}

.vipBox a:hover img {
    transform: rotate(360deg);
    transition: transform 1.0s ease-in-out;
}

.leaderBox {
    padding: 5px;
    height: 83px;
    overflow: hidden;
    text-align: center;
    background: radial-gradient( 100% 100% at 100% 0%, #fff5fa 0%, #ffecc6 100% );
    background-size: cover;
    box-shadow: 0px 1px 3px rgb(237 203 157), 0px 1px 0px 0px rgb(232 198 167), inset 0px 1px 20px rgb(243 210 156);
}

.leaderBox a {
    position: relative;
    display: inline-block;
    margin: 0 3px 10px 3px;
}

.leaderBox a img {
    width: 70px;
    height: 70px;
    box-shadow: 0px 5px 1px 0px #6cc310
}

.articleBox {
    width: 100%;
}

.articleBox article {
    position: relative;
    margin: 0 0 20px 0;
    padding: 5px;
    background: linear-gradient(to bottom,#f9f9f9 0%,#f6f6f6 100%);
    box-shadow: 0 3px 3px 0 rgb(219 219 219);
}





.articleBox article .real {
    position: absolute;
    top: 1px;
    left: 5px;
}

.articleBox article .real img {
    width: 25px;
    height: 175px;
    border-radius: 0px 20px 0 0;
    box-shadow: 0px 1px 4px 0px #151515;
}

.articleBox article .cpics {
    position: absolute;
    top: 184px;
    left: 5px;
    width: 110px;
    padding: 2px 5px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom,#404040 0%,#282828 100%);
    border-radius: 1px;
}

.articleBox article .cvids {
    position: absolute;
    top: 184px;
    left: 115px;
    width: 90px;
    padding: 2px 5px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom,#ff0c1b 0%,#e91e63 100%);
    border-radius: 1px;
}

.articleBox article img {
    float: left;
    width: 200px;
    height: 200px;
    border-radius: 0px 20px 0 0;
    box-shadow: 0 3px 3px 0 rgb(219 219 219);
}

.articleBox article .listingInfo {
    margin: 0 0 0 205px;
line-height: normal;

}





.articleBox article .listingInfo h2 {
    height: 21px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 17px;
}

.articleBox article .listingInfo .descr {
    height: 82px;
    color: #555;
    overflow: hidden;
}

@media (min-width: 1030px) {

    .articleBox article .listingInfo .descr {
        height: 65px;
        color: #555;
        overflow: hidden;
        padding:3px 30px;
    }

    .articleBox article .listingInfo h2{
height: 21px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 17px;
    padding:30px 30px;
}


.articleBox article.leader{

    background-position: bottom 20px right 50px!important;
    box-shadow:0 4px 8px rgba(0, 0, 0, 0.1) ;

}
    
}

@media (min-width: 250px) and (max-width: 500px){
    .articleBox article h2{
padding-top: 10px!important;
padding-bottom: 20px!important;
padding-left:3px!important ;

    }

    .articleBox article .listingInfo .descr{
        padding-top: 5px!important;
        padding-left:3px!important ;
        
            }

            .articleBox article .listingInfo .descr {
                height: 103px;
                color: #555;
                overflow: hidden;
            }

            .articleBox article.leader {
                
                background-position: bottom 12px right 8px!important;
                box-shadow: 0px 1px 0px rgb(204 204 204), 0px 1px 0px 0px #e8dffb, inset 0px 1px 20px #fbd9e9;
            }

.articleBox article .listingInfo .regionAndCategory span {
    margin: 0 1px 0 0;
    padding: 3.3px;
    font-size: 11px;
    color: #cf008e;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 5px;
    box-shadow: 1px 3px 6px 0px #b4b4b4;
}

}








.articleBox article .listingInfo .regionAndCategory {
    margin-top: 8px;
    bottom: 35px;
    text-align: center;
}

.articleBox article .listingInfo .regionAndCategory span {
    margin: 0 1px 0 0;
    padding: 5px;
    font-size: 12px;
    color: #cf008e;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 5px;
    box-shadow: 1px 3px 6px 0px #b4b4b4;
}

.articleBox article .listingInfo .regionAndCategory span:first-child {
    display: none;
}

.articleBox article .listingInfo .regionAndCategory .leaderPhone {
    display: none;
}

.articleBox article.leader {
    background: #ffe8e8 url(https://www.thespaline.com/images/featuredvip.png) no-repeat;
    background-position: bottom 4px right 5px;
    box-shadow: 0px 1px 0px rgb(204 204 204), 0px 1px 0px 0px #e8dffb, inset 0px 1px 20px #fbd9e9;
}

.chart {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 2;
}

.chart .close {
    position: absolute;
    top: 110px;
    right: 10px;
}

ul.breadcrumb {
    padding: 10px 10px;
    list-style: none;
    text-align: center;
    background-color: #f6f6f6;
}

ul.breadcrumb li {
    display: inline;
}

ul.breadcrumb li a {
    position: relative;
    display: inline-block;
    padding: 7px;
    color: #fff;
    font-size: 13px;
    margin: 10px 2px 0 2px;
    font-weight: 400;
    line-height: 1.32857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 3px;
    border: 0px solid #EAEBEF;
    box-shadow: 0px 1px 4px 0px #151515;
}

@media (min-width: 385px) {
    .header .profile a.online {
        display: inline-flex !important;
    }
}

@media (min-width: 480px) {
    .header .alert_notify .alert_show_messages, .alert_show_activity {
        width: 350px;
    }

    nav .selectBox {
        width: 180px;
        height: 30px;
        line-height: 30px;
        margin: 0 10px 0 0;
    }

    nav .search {
        display: inline;
        width: auto;
        margin: 0;
        padding: 5px;
        font-size: 14px;
    }

    .articleBox article .listingInfo .regionAndCategory span:first-child {
        display: inline;
    }



}

@media (min-width: 540px) {
    nav input {
        height: 50px;
        font-size: 14px;
    }

    nav .selectBox {
        width: 180px;
        height: 50px;
        line-height: 50px;
        margin: 0 10px 0 0;
    }

    nav .search {
        line-height: 36px;
        padding: 0 10px;
    }
}

@media (min-width: 550px) {
    .conteiner>.buttons a {
        width: 32%;
        margin: 0.60%;
    }
}

@media (min-width: 640px) {
    .conteiner>.buttons a {
        width: 32%;
        margin: 0.60%;
    }

    .articleBox article .listingInfo .regionAndCategory .leaderPhone {
        display: inline;
    }
}

@media (min-width: 768px) {
    .conteiner {
        padding: 0 0 20px 0;
    }

    .conteiner {
        float: left;
        width: 500px;
    }

    .conteiner>.buttons a {
        font-size: 12px;
    }

    nav .selectBox {
        width: 180px;
        height: 50px;
        line-height: 50px;
        margin: 0 10px 0 0;
    }

    nav .search {
        line-height: 36px;
        padding: 0 10px;
    }
}

@media (min-width: 992px) {
    body {
        margin-top: 60px;
    }

    .header .alert_message .alert_show_messages {
        left: -165px;
    }

    .header .profile a.online {
        display: none !important;
    }

    .chart .close {
        position: absolute;
        top: 80px;
        right: 30px;
    }

    .conteiner {
        width: 730px;
    }

    .conteiner>.buttons a {
        font-size: 14px;
        width: 115px;
        height: 80px;
        text-align: center;
        padding: 10px !important;
        border-right: 0px !important;
        margin: 2px 2px;
        font-size: 16px;
    }
}

@media (min-width: 1030px) {
    .header .profile a.online {
        display: inline-flex !important;
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.index-cat a div img {
    width: 32px;
    border-radius: 1%;
}

.index-cat a:hover img {
    transform: rotate(360deg);
    transition: transform .5s ease-in-out;
}

.queenBox {
    margin: 2px 0;
    padding: 6px;
    height: 80px;
    overflow: hidden;
    text-align: center;
}

.queenBox a {
    position: relative;
    display: inline-block;
    margin: 5px;
}

.queenBox a img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 3px solid #fe8500;
}

.queenBox a span {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #fe0099;
    border-radius: 50%;
    box-shadow: -1px 1px 6px 1px #000000;
}

.queenBox a .crown {
    display: none
}

.queenBox a:first-child .crown {
    display: inline;
    position: absolute;
    top: -12px;
    left: -12px;
    background: none;
    box-shadow: none;
}

.queenBox a:first-child .crown img {
    width: auto;
    height: auto;
    border: none;
    transform: rotate(-45deg);
}

.articleBox .randomVip {
    background: linear-gradient(to bottom,#ffffff 0%,#ffffff 100%);
    box-shadow: 0px 1px 4px 0px rgb(210 210 210);
}

.articleBox .randomVip a .available {
    height: 23px;
    line-height: 21px;
    margin: 0;
    padding: 0 5px;
    overflow: hidden;
    font-size: 15px;
    color: #fff;
    border-radius: 0px 3px 0 0;
    background: linear-gradient(to bottom,#fc5ab4 0%,#fc44aa 100%);
}

.articleBox .randomVip a span.vip {
    position: absolute;
    bottom: 20px;
    right: 15px;
    padding: 2px 5px;
    color: #000;
    background: #f3ff01;
    border-radius: 50px;
}

.articleBox .tl-last-promo {
    background: #e5dbff;
    box-shadow: 0 3px 3px 0 rgb(219 219 219);
    border-radius: 10px;
}

.articleBox .tl-last-promo .user-info {
    background: none;
}

.articleBox .tl-last-promo .user-info img {
    width: 100px;
    box-shadow: 0 8px 8px -9px #2c1969;
    border-radius: 5px;
}

.articleBox .tl-last-promo .badge-vip {
    position: absolute;
    left: 5px;
    top: -10px;
    padding: 1px 6px;
    background: #6741d9;
    color: #fff;
    border-radius: 10px;
    z-index: 1;
}

.articleBox .tl-last-promo .share {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 1px 6px;
    background: #6741d9;
    color: #fff;
    border-radius: 10px;
    z-index: 1;
}

.articleBox .tl-last-promo .dropdown {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    z-index: 2;
}

.lastLogin {
    height: 175px;
    line-height: 20px;
    overflow: hidden;
    margin: 10px 0;
    text-align: center;
}

.lastLogin img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #3ccc37;
}

/* -------------------------- TOOLTIP -------------------------- */
.tipsy {
    font-size: 12px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
}

.tipsy-inner {
    background-color: #000;
    color: #FFF;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center;
}

/* Rounded corners */
.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
    border-bottom-color: #000;
}

.tipsy-arrow-s {
    border-top-color: #000;
}

.tipsy-arrow-e {
    border-left-color: #000;
}

.tipsy-arrow-w {
    border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.sponsored article img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

.sponsored article .listingInfo h2 {
    height: 1px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 13px;
}

.sponsored article .listingInfo .city {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

footer {
    width: 100%;
    font-family: Verdana, Tahoma;
    background: #000000 url('/images/footer.png') repeat-x top center;
}

footer .body {
    margin: 0 auto;
    padding: 50px 20px 20px 20px;
}

footer .body fieldset {
    margin: 0;
    border: 0;
}

footer .body fieldset legend {
    width: 100%;
    padding: 20px 0;
    font-weight: bold;
    color: #ffc90d;
    text-transform: uppercase;
    border-bottom: 1px solid #ffc90d;
text-align: center;

}



footer .body ul {
    margin: 0 0 0 10px;
    padding: 0;
    list-style-type: none;
}

footer .body ul li a {
    line-height: 34px;
    font-size: 16px;
    color: #fff;
}

footer .body ul li a i {
    margin: 0 10px 0 0;
    font-size: 16px;
}

footer .body div {
    text-align: center;
}

footer .body div .copyright {
    margin: 0 20px 0 0;
    font-size: 14px;
    color: #cf008e;
}

.alert_new_promote {
    position: fixed;
    bottom: 20px;
    left: 10px;
    display: none;
    width: 300px;
    border: 2px solid #2196f3;
    box-shadow: 0 3px 3px 0 rgb(219 219 219);
}

.alert_new_promote .image {
    float: left;
    width: 80px;
    height: 80px;
}

.alert_new_promote .image img {
    width: 100%;
}

.alert_new_promote .close {
    font-size: 22px;
}

.alert_new_promote .bottom {
    position: absolute;
    bottom: 3px;
    left: 95px;
}

@media (min-width: 480px) {
    footer .body fieldset {
        float: left;
        width: 50%;
    }
}

@media (min-width: 768px) {
    footer .body fieldset {
        float: left;
        width: 25%;
    }
}

@media (min-width: 1000px) {
    footer .body {
        width: 1000px;
    }
}





    
.regionAndCategory {
    margin-top: 32px;
    bottom: 35px;
    text-align: left;
}



.articleBox article .listingInfo .regionAndCategory span:first-child {
    display: inline;
}


.articleBox article img {
    float: left;
    width: 167px;
    height: 198px;
    border-radius: 0px 20px 0 0;
    box-shadow: 0 3px 3px 0 rgb(219 219 219);
}




.articleBox article .cpics {
    position: absolute;
    top: 184px;
    left: 5px;
    width: 94px;
    padding: 2px 5px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom, #404040 0%, #282828 100%);
    border-radius: 1px;
}


.articleBox article .cvids {
    position: absolute;
    top: 184px;
    left: 82px;
    width: 90px;
    padding: 2px 5px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom, #ff0c1b 0%, #e91e63 100%);
    border-radius: 1px;
}



			.regionAndCategory span {
    margin: -1px -1px 0px 25px!important;
    padding: 4px 4px;
    font-size: 14px;
    color: #cf008e;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 5px;
    box-shadow: 1px 3px 6px 0px #b4b4b4;
    text-transform: capitalize;
}


@media (min-width: 250px) and (max-width: 500px) {
    .articleBox article.leader {
        background-position: bottom 14px right 3px !important;}}

        

.articleBox article .listingInfo .regionAndCategory {
    margin-top: 8px;
    bottom: 35px;
    text-align: left;}


.articleBox article .listingInfo {
    margin: 0px 0 0 167px;
}

.articleBox article .listingInfo .regionAndCategory {
    margin-top: 39px;
    bottom: 35px;
    text-align: left;
}


.articleBox article .listingInfo h2 {
    height: 33px;}


@media (max-width: 480px) {
    .regionAndCategory span:first-child {
         display: inline; 
         
    }


.articleBox article .listingInfo .regionAndCategory {
    margin-top: 26px;
    bottom: 35px;
    text-align: left;
}



.regionAndCategory span {
    margin: 2px 0px 0px 5px !important;
    font-size: 12px;
}

   .articleBox article .listingInfo {
    margin:9px 5px 1px 170px;
}



.artBox img{
    float: left;
    height: 150px!important;
    border-radius: 0px 20px 0 0;
    box-shadow: 0 3px 3px 0 rgb(219 219 219);
    }



 .listingInfo p {
     line-height: 18.5px;
}


 .articleBox article .listingInfo .regionAndCategory span {
    margin: 0 1px 0 0;
    padding: 5px 1px !important;
    font-size: 12px!important;
    color: #cf008e;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 5px;
    box-shadow: 1px 3px 6px 0px #b4b4b4;
}

}

 .listingInfo p {
    color: #555!important;
    overflow: hidden;
    padding: 0px 30px 0px 30px;
}




@media only screen and (max-width: 900px) {
   .listingInfo p  {
        font-size: 14px !important;
        margin-bottom: 0px;
        margin-top: 3px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5!important;
        -webkit-box-orient: vertical;
        padding: 0px 5px 0px 5px;
    }
}


.listingInfo p  {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


			.articleBox{
			    overflow-x:hidden!important;
			}	
				
 .listingInfo p {
    color: #555!important;
    overflow: hidden;
    padding: 0px 30px 0px 30px;
}




@media only screen and (max-width: 900px) {
   .listingInfo p  {
        font-size: 14px !important;
        margin-bottom: 0px;
        margin-top: 3px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5!important;
        -webkit-box-orient: vertical;
        
            padding: 0px 5px 0px 5px;
            
    }
}


.listingInfo p  {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 3px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



	  
.age-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}






@media only screen and (max-width: 560px) {
    .nenrei {
        background: rgba(255, 255, 255, .8);
        max-width: 350px!important;
        min-height: 450px!important;
    }
}

@media only screen and (max-width: 560px) {
    .ageCheck {
        height: 450px;
    }
}

.nenrei  {
    background: rgba(255, 255, 255, .8);
    border-radius: 15px;
    max-width: 500px;
    min-height: 400px;
    
  

}





	  
.grid_enter {
    display: grid;
    width: 90%;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin: 40px auto 30px !important;
}
	  
	 
.grid_enter_box {
    position: relative;
} 
	  
	  
	  
	  
	  
	  
.nenrei h2 {
    font-size: 40px !important;
    margin: 30px auto 10px;
    
    margin-top:80px;
    
    text-align: center;
    color: #cf008e;
    font-family: 'Inter', sans-serif !important;
    padding-top:30px;
}

.nenrei span {
    color: #cf008e;
}


.nenrei p {
    color: #000;
    font-size: 16px !important;
    padding: 0 25px 30px;
    margin-bottom: 30px;
    text-align:left;
    font-family:'Inter', sans-serif !important;
 font-weight: bold;
   line-height: 1.5;
}


.btn-enter {
    position: absolute;
    bottom: 0;
    display: block;
    padding: 11px 10px 11px;
    width: 90% !important;
    margin: 0px auto 3px;
    border-radius: 0px;
    color: #fff !important;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    text-shadow: #f5f5f5 1px 0 10px;
    background: #cf008e;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border:none!important;
}


.btn-exit {
    position: absolute;
    bottom: 0;
    display: block;
    padding: 11px 10px 11px;
    width: 90% !important;
    margin: 0px auto 3px;
    border-radius: 0px;
    color: #fff !important;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    text-shadow: none !important;
    background-image: linear-gradient(#222 0%, #222 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}




    
.legend {
    width: 100%!important;
    padding: 20px 0;
    font-weight: bold;
    color: #ffc90d;
    text-transform: uppercase;
    border-bottom: 1px solid #ffc90d;
    text-align: center;
}

  .btn {
        margin-top:13px;
        margin-left:5px;
        padding: 8px 9px;
        font-size: 16px;
        
    }    
        
     

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-camera:before {
    content: "\f030";
}

.fa-video-camera:before {
    content: "\f03d";
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

h1 {
    margin: 0 0 10px 0;
    font-size: 20px;
}

h3 {
    margin: 0 0 10px 0;
    font-size: 14px;
}

.position-relative {
    position: relative;
}

.flexible {
    flex: 1;
}

.w-100 {
    width: 100% !important;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
}

.row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.row.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.col-4 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.m-0 {
    margin: 0 !important;
}

.mt-2 {
    margin-top: 10px !important;
}

.mb-2 {
    margin-bottom: 10px !important;
}

.p-1 {
    padding: 5px !important;
}

.pl-2 {
    padding-left: 10px;
}

.rounded {
    border-radius: 3px;
}

.font-size-14 {
    font-size: 14px !important;
}

.bg-white {
    background-color: #fff;
}

*:disabled {
    opacity: 0.4;
    cursor: wait;
}

@media (min-width: 576px) {

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 992px) {

    .col-lg-2 {
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
}

html {
    background-color: #EAEBEF;
}

html, body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 14px;
}

body {
    margin-top: 100px;
}

img {
    border: none;
}

a {
    color: #cf008e;
}

.clear::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.artBox {
    width: 100%;
}

.artBox article {
    position: relative;
    margin: 0 0 10px 0;
    padding: 5px;
    background: linear-gradient(to bottom,#f9f9f9 0%,#f6f6f6 100%);
    box-shadow: 0 3px 3px 0 rgb(219 219 219);
}

.artBox article .real {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.artBox article .real img {
    width: 20px;
    height: 100%;
    border-radius: 0px 20px 0 0;
}

.artBox article .cpics {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    padding: 2px 5px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom, #234157 0%, #234157 100%);
    border-radius: 1px;
}

.artBox article .cvids {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 50px;
    padding: 2px 5px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom, #cf008e 0%, #cf008e 100%);
    border-radius: 1px;
}

.artBox article .listingInfo .descr {
    height: 42px;
    font-size: 12px;
    color: #717b92;
    overflow: hidden;
}

.artBox article .listingInfo .regionAndCategory {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.artBox article .listingInfo .regionAndCategory span {
    margin: 0 1px 0 0;
    padding: 2px 4px;
    font-size: 12px;
    color: #cf008e;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 5px;
    box-shadow: 1px 3px 6px 0px #b4b4b4;
}

.artBox article .listingInfo .regionAndCategory span:first-child {
}

.artBox article.leader {
    background: #ffe8e8 url(https://thespaline.com/images/featuredvip.png) no-repeat;
    background-position: bottom 4px right 5px;
    box-shadow: 0px 1px 0px rgb(204 204 204), 0px 1px 0px 0px #e8dffb, inset 0px 1px 20px #fbd9e9;
}

.artBox {
    width: 100%;
}

@media (min-width: 480px) {

    .artBox article .listingInfo .regionAndCategory span:first-child {
        display: inline;
    }
}

@media (min-width: 992px) {
    body {
        margin-top: 60px;
    }
}

/* -------------------------- TOOLTIP -------------------------- */

/* Rounded corners */

/* Rules to colour arrows */

@media (max-width: 480px) {
    .artBox img {
        float: left;
        height: 125px !important;
        border-radius: 0px 20px 0 0;
        box-shadow: 0 3px 3px 0 rgb(219 219 219);
      
    }
}

@media (min-width: 500px) and (max-width: 2480px) { 

.listingInfo  h3{
	padding-top:40px;
	    font-size: 18px;
        padding-left:10px;
}
.artBox article .listingInfo .descr{
    height: 53px;
    font-size: 15px;
}
	
.artBox article.leader {
    background: #ffe8e8 url(https://thespaline.com/images/featuredvip.png) no-repeat;
    background-position: bottom 4px right 21px;
}

.leader img {
    float: left;
    width: 167px;
    height: 198px;
    border-radius: 0px 20px 0 0;
    box-shadow: 0 3px 3px 0 rgb(219 219 219);
    object-fit: cover;
}

.listingInfo p {
padding-left:10px!important;
line-height:18px;

}
.regionAndCategory span {
    margin:10px !important;}
}



@media (max-width: 992px) {
    .listingInfo h3 {
        margin-bottom: 0px;
        margin-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
    }

        .listingInfo p {
            padding-left:0px!important;
}

.artBox article .listingInfo .regionAndCategory span {
    margin: 0 1px 0 0;
    padding: 2px 5px;
    font-size: 12px;
    color: #cf008e;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 5px;
    box-shadow: 1px 3px 6px 0px #b4b4b4;
}

.artBox article .listingInfo .regionAndCategory {
    position: absolute;
    bottom: 7px;
    left: 10px;
}}


p{
    font-size: 15px;

    line-height: 1.6;

}

h2{
    margin: 6px 0px!important;
}


