@import url(//fonts.googleapis.com/css?family=Fjalla+One);
@import url(//fonts.googleapis.com/css?family=Lato);
@import url(//fonts.googleapis.com/css?family=Roboto|Roboto+Slab);
@import url(//fonts.googleapis.com/css?family=Oswald);

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    -webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    -webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -webkit-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    -webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

@charset "UTF-8";

@font-face {
    font-family: 'helveticaneuecyrblack';
    src: url(../fonts/helveticaneuecyrblack-f4258208585057d5a23231278418748e.eot);
    src: url(../fonts/helveticaneuecyrblack-f4258208585057d5a23231278418748e.eot) format("embedded-opentype"), url(../fonts/helveticaneuecyrblack.woff) format("woff2"), url(../fonts/helveticaneuecyrblack-328e0de06d4c32877e0488c3428c7ede.woff) format("woff"), url(../fonts/helveticaneuecyrblack-301cbcd14e07f87e9ef79238e7f16895.ttf) format("truetype"), url(../fonts/helveticaneuecyrblack-589d00633873e6f970a7e79967fe9cb2.svg) format("svg");
}

@font-face {
    font-family: '6890';
    src: url(../fonts/6890-d2dd3795e80b8ab4458068f1c8acbbd4.eot);
    src: url(../fonts/6890-d2dd3795e80b8ab4458068f1c8acbbd4.eot) format("embedded-opentype"), url(../fonts/6890.woff) format("woff2"), url(../fonts/6890-5d27e35a2f4a7d144d4f3426a1e3b6ba.woff) format("woff"), url(../fonts/6890-5042c35b56894be2c17e8a834f7659a8.ttf) format("truetype"), url(../fonts/6890-0735cd19cb00c0e207379791ad70280e.svg) format("svg");
}

@font-face {
    font-family: 'HelveticaNeueCyrLight';
    src: url(../fonts/HelveticaNeueCyrLight-65aa73758cdd80246b575fa89f8cf977.eot);
    src: url(../fonts/HelveticaNeueCyrLight-65aa73758cdd80246b575fa89f8cf977.eot) format("embedded-opentype"), url(../fonts/HelveticaNeueCyrLight.woff) format("woff2"), url(../fonts/HelveticaNeueCyrLight-93b0ca1dafc1c309fad0249b69ad13db.woff) format("woff"), url(../fonts/HelveticaNeueCyrLight-450d0362d0aa67cec72074ce77bdd6cf.ttf) format("truetype"), url(../fonts/HelveticaNeueCyrLight-2e211dcd5354640f9e75b6902a76614f.svg) format("svg");
}

@font-face {
    font-family: 'HelveticaNeueCyrMedium';
    src: url(../fonts/HelveticaNeueCyrMedium-dfb22ae6667c45f6850f1103aed6658d.eot);
    src: url(../fonts/HelveticaNeueCyrMedium-dfb22ae6667c45f6850f1103aed6658d.eot) format("embedded-opentype"), url(../fonts/HelveticaNeueCyrMedium.woff) format("woff2"), url(../fonts/HelveticaNeueCyrMedium-c7393c1ee500d6eba06b4153615d9cab.woff) format("woff"), url(../fonts/HelveticaNeueCyrMedium-826b2454f3684ecbb1dd58853b440d5e.ttf) format("truetype"), url(../fonts/HelveticaNeueCyrMedium-254bacc8ddc222cba4e19acbfb4cf654.svg) format("svg");
}

@font-face {
    font-family: 'helveticaneuecyrbold';
    src: url(../fonts/helveticaneuecyrbold-2672832c2f3101e8c89772092e7cfeff.eot);
    src: url(../fonts/helveticaneuecyrbold-2672832c2f3101e8c89772092e7cfeff.eot) format("embedded-opentype"), url(../fonts/helveticaneuecyrbold.woff) format("woff2"), url(../fonts/helveticaneuecyrbold-8b205ff37b607980db1e10d987a81b5e.woff) format("woff"), url(../fonts/helveticaneuecyrbold-52dfb6027bb9e6b5b8f72302b2129d65.ttf) format("truetype"), url(../fonts/helveticaneuecyrbold-022644c1b61839c584c3d10fe8ffdb6d.svg) format("svg");
}

@font-face {
    font-family: "TimesNewRomanRegular";
    src: url(../fonts/TimesNewRomanRegular-988edf653c65eedafb5928597540a127.eot);
    src: url(../fonts/TimesNewRomanRegular-988edf653c65eedafb5928597540a127.eot) format("embedded-opentype"), url(../fonts/TimesNewRomanRegular-088ef4b2f44deae8f2673b46a15e4615.woff) format("woff"), url(../fonts/TimesNewRomanRegular-86d0941b7d16e6d2d99250a9f451c42c.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "TimesNewRomanBold";
    src: url(../fonts/TimesNewRomanBold-b057ded8a4de3bdd23ab8490c5f97c43.eot);
    src: url(../fonts/TimesNewRomanBold-b057ded8a4de3bdd23ab8490c5f97c43.eot) format("embedded-opentype"), url(../fonts/TimesNewRomanBold-d399065cbb4e67d743e616fcc7af02f1.woff) format("woff"), url(../fonts/TimesNewRomanBold-43a1861fb747438005fa1615b70798a4.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'CooperHewittBold';
    src: url(../fonts/CooperHewittBold-5a0113b9a2b8c2950cbd7dea023bf844.eot);
    src: url(../fonts/CooperHewittBold-5a0113b9a2b8c2950cbd7dea023bf844.eot) format("embedded-opentype"), url(../fonts/CooperHewittBold.woff) format("woff2"), url(../fonts/CooperHewittBold-b1a92f21dafac8e794412fd0ef58e5e8.woff) format("woff"), url(../fonts/CooperHewittBold-d75dd26ab741e19eb9b38dc5be4f6eb2.ttf) format("truetype"), url(../fonts/CooperHewittBold-e15709de41d719c7a6314a2c9a189503.svg) format("svg");
}

@font-face {
    font-family: 'CooperHewittBook';
    src: url(../fonts/CooperHewittBook-68547b36d34ec7673bd8ea417b863481.eot);
    src: url(../fonts/CooperHewittBook-68547b36d34ec7673bd8ea417b863481.eot) format("embedded-opentype"), url(../fonts/CooperHewittBook.woff) format("woff2"), url(../fonts/CooperHewittBook-3a798b769305a1437ad7df0656b31f7d.woff) format("woff"), url(../fonts/CooperHewittBook-83a59d6f69d1478d41b968b8a6b9b544.ttf) format("truetype"), url(../fonts/CooperHewittBook-87a3f0b30962fc6407a87808b97a0da1.svg) format("svg");
}

@font-face {
    font-family: 'icomoon';
    src: url(../fonts/icomoon-62e8e643a361816666f32eb29a640766.eot);
    src: url(../fonts/icomoon-62e8e643a361816666f32eb29a640766.eot) format("embedded-opentype"), url(../fonts/icomoon-0a438d079dcea184728054af578a2d16.ttf) format("truetype"), url(../fonts/icomoon-7424501e05e52765da4a49ba8b7e8939.woff) format("woff"), url(../fonts/icomoon-b128f4b15e7df3311e2a802066239801.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-open:before {
    content: "\E900";
}

.icon-close:before {
    content: "\E901";
}

.icon-play:before {
    content: "\E90A";
}

.icon-check-mark:before {
    content: "\E90B";
}

.icon-dollar:before {
    content: "\E90D";
}

.icon-user:before {
    content: "\E90E";
}

.icon-side-arrow:before {
    content: "\E90F";
}

.icon-faq:before {
    content: "\E910";
}

.icon-arrow:before {
    content: "\E911";
}

.icon-grafic:before {
    content: "\E912";
}

.icon-video:before {
    content: "\E913";
}

.icon-message:before {
    content: "\E914";
}

.icon-close-modal:before {
    content: "\E915";
}

.start-promoting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    background: #78ab2f;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.start-promoting:hover {
    text-decoration: none;
    background: #3c521b;
    color: #fff;
}

.text-message {
    text-align: center;
    background: #fff;
    max-width: 450px !important;
    width: 100%;
    display: block;
}

.text-message p {
    margin-top: 20px !important;
    margin-bottom: 24px !important;
    font-size: 22px !important;
    color: #000 !important;
}

.text-message .footer {
    font-size: 10px;
    text-align: center;
    margin-bottom: 24px;
    color: lightgrey;
}

.text-message .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    background: #232423;
    width: 100%;
}

.text-message .header p {
    font-size: 24px !important;
}

/*!
 * Bootstrap-select v1.13.0-beta (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2018 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

.bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #999;
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}

.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
    border-color: #28a745;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
    float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.form-inline .bootstrap-select .form-control {
    width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
    cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060;
}

.bootstrap-select .dropdown-toggle:before {
    content: '';
    display: inline-block;
    width: 100%;
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: inherit;
    padding-right: inherit;
    padding-left: inherit;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
    overflow: hidden;
    padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
    position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
    color: #fff;
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle:before {
    display: none;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option:after {
    content: ' ';
    display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}


/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular-f4769f9bdb7466be65088239c12046d1.eot);
    src: url(../fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular-f4769f9bdb7466be65088239c12046d1.eot?#iefix) format("embedded-opentype"), url(../fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff) format("woff2"), url(../fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular-fa2772327f55d8198301fdb8bcfc8158.woff) format("woff"), url(../fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular-e18bbf611f2a2e43afc071aa2f4e1512.ttf) format("truetype"), url(../fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular-89889688147bd7575d6327160d64e760-glyphicons_halflingsregular.svg) format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "*";
}

.glyphicon-plus:before {
    content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20AC";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270F";
}

.glyphicon-glass:before {
    content: "\E001";
}

.glyphicon-music:before {
    content: "\E002";
}

.glyphicon-search:before {
    content: "\E003";
}

.glyphicon-heart:before {
    content: "\E005";
}

.glyphicon-star:before {
    content: "\E006";
}

.glyphicon-star-empty:before {
    content: "\E007";
}

.glyphicon-user:before {
    content: "\E008";
}

.glyphicon-film:before {
    content: "\E009";
}

.glyphicon-th-large:before {
    content: "\E010";
}

.glyphicon-th:before {
    content: "\E011";
}

.glyphicon-th-list:before {
    content: "\E012";
}

.glyphicon-ok:before {
    content: "\E013";
}

.glyphicon-remove:before {
    content: "\E014";
}

.glyphicon-zoom-in:before {
    content: "\E015";
}

.glyphicon-zoom-out:before {
    content: "\E016";
}

.glyphicon-off:before {
    content: "\E017";
}

.glyphicon-signal:before {
    content: "\E018";
}

.glyphicon-cog:before {
    content: "\E019";
}

.glyphicon-trash:before {
    content: "\E020";
}

.glyphicon-home:before {
    content: "\E021";
}

.glyphicon-file:before {
    content: "\E022";
}

.glyphicon-time:before {
    content: "\E023";
}

.glyphicon-road:before {
    content: "\E024";
}

.glyphicon-download-alt:before {
    content: "\E025";
}

.glyphicon-download:before {
    content: "\E026";
}

.glyphicon-upload:before {
    content: "\E027";
}

.glyphicon-inbox:before {
    content: "\E028";
}

.glyphicon-play-circle:before {
    content: "\E029";
}

.glyphicon-repeat:before {
    content: "\E030";
}

.glyphicon-refresh:before {
    content: "\E031";
}

.glyphicon-list-alt:before {
    content: "\E032";
}

.glyphicon-lock:before {
    content: "\E033";
}

.glyphicon-flag:before {
    content: "\E034";
}

.glyphicon-headphones:before {
    content: "\E035";
}

.glyphicon-volume-off:before {
    content: "\E036";
}

.glyphicon-volume-down:before {
    content: "\E037";
}

.glyphicon-volume-up:before {
    content: "\E038";
}

.glyphicon-qrcode:before {
    content: "\E039";
}

.glyphicon-barcode:before {
    content: "\E040";
}

.glyphicon-tag:before {
    content: "\E041";
}

.glyphicon-tags:before {
    content: "\E042";
}

.glyphicon-book:before {
    content: "\E043";
}

.glyphicon-bookmark:before {
    content: "\E044";
}

.glyphicon-print:before {
    content: "\E045";
}

.glyphicon-camera:before {
    content: "\E046";
}

.glyphicon-font:before {
    content: "\E047";
}

.glyphicon-bold:before {
    content: "\E048";
}

.glyphicon-italic:before {
    content: "\E049";
}

.glyphicon-text-height:before {
    content: "\E050";
}

.glyphicon-text-width:before {
    content: "\E051";
}

.glyphicon-align-left:before {
    content: "\E052";
}

.glyphicon-align-center:before {
    content: "\E053";
}

.glyphicon-align-right:before {
    content: "\E054";
}

.glyphicon-align-justify:before {
    content: "\E055";
}

.glyphicon-list:before {
    content: "\E056";
}

.glyphicon-indent-left:before {
    content: "\E057";
}

.glyphicon-indent-right:before {
    content: "\E058";
}

.glyphicon-facetime-video:before {
    content: "\E059";
}

.glyphicon-picture:before {
    content: "\E060";
}

.glyphicon-map-marker:before {
    content: "\E062";
}

.glyphicon-adjust:before {
    content: "\E063";
}

.glyphicon-tint:before {
    content: "\E064";
}

.glyphicon-edit:before {
    content: "\E065";
}

.glyphicon-share:before {
    content: "\E066";
}

.glyphicon-check:before {
    content: "\E067";
}

.glyphicon-move:before {
    content: "\E068";
}

.glyphicon-step-backward:before {
    content: "\E069";
}

.glyphicon-fast-backward:before {
    content: "\E070";
}

.glyphicon-backward:before {
    content: "\E071";
}

.glyphicon-play:before {
    content: "\E072";
}

.glyphicon-pause:before {
    content: "\E073";
}

.glyphicon-stop:before {
    content: "\E074";
}

.glyphicon-forward:before {
    content: "\E075";
}

.glyphicon-fast-forward:before {
    content: "\E076";
}

.glyphicon-step-forward:before {
    content: "\E077";
}

.glyphicon-eject:before {
    content: "\E078";
}

.glyphicon-chevron-left:before {
    content: "\E079";
}

.glyphicon-chevron-right:before {
    content: "\E080";
}

.glyphicon-plus-sign:before {
    content: "\E081";
}

.glyphicon-minus-sign:before {
    content: "\E082";
}

.glyphicon-remove-sign:before {
    content: "\E083";
}

.glyphicon-ok-sign:before {
    content: "\E084";
}

.glyphicon-question-sign:before {
    content: "\E085";
}

.glyphicon-info-sign:before {
    content: "\E086";
}

.glyphicon-screenshot:before {
    content: "\E087";
}

.glyphicon-remove-circle:before {
    content: "\E088";
}

.glyphicon-ok-circle:before {
    content: "\E089";
}

.glyphicon-ban-circle:before {
    content: "\E090";
}

.glyphicon-arrow-left:before {
    content: "\E091";
}

.glyphicon-arrow-right:before {
    content: "\E092";
}

.glyphicon-arrow-up:before {
    content: "\E093";
}

.glyphicon-arrow-down:before {
    content: "\E094";
}

.glyphicon-share-alt:before {
    content: "\E095";
}

.glyphicon-resize-full:before {
    content: "\E096";
}

.glyphicon-resize-small:before {
    content: "\E097";
}

.glyphicon-exclamation-sign:before {
    content: "\E101";
}

.glyphicon-gift:before {
    content: "\E102";
}

.glyphicon-leaf:before {
    content: "\E103";
}

.glyphicon-fire:before {
    content: "\E104";
}

.glyphicon-eye-open:before {
    content: "\E105";
}

.glyphicon-eye-close:before {
    content: "\E106";
}

.glyphicon-warning-sign:before {
    content: "\E107";
}

.glyphicon-plane:before {
    content: "\E108";
}

.glyphicon-calendar:before {
    content: "\E109";
}

.glyphicon-random:before {
    content: "\E110";
}

.glyphicon-comment:before {
    content: "\E111";
}

.glyphicon-magnet:before {
    content: "\E112";
}

.glyphicon-chevron-up:before {
    content: "\E113";
}

.glyphicon-chevron-down:before {
    content: "\E114";
}

.glyphicon-retweet:before {
    content: "\E115";
}

.glyphicon-shopping-cart:before {
    content: "\E116";
}

.glyphicon-folder-close:before {
    content: "\E117";
}

.glyphicon-folder-open:before {
    content: "\E118";
}

.glyphicon-resize-vertical:before {
    content: "\E119";
}

.glyphicon-resize-horizontal:before {
    content: "\E120";
}

.glyphicon-hdd:before {
    content: "\E121";
}

.glyphicon-bullhorn:before {
    content: "\E122";
}

.glyphicon-bell:before {
    content: "\E123";
}

.glyphicon-certificate:before {
    content: "\E124";
}

.glyphicon-thumbs-up:before {
    content: "\E125";
}

.glyphicon-thumbs-down:before {
    content: "\E126";
}

.glyphicon-hand-right:before {
    content: "\E127";
}

.glyphicon-hand-left:before {
    content: "\E128";
}

.glyphicon-hand-up:before {
    content: "\E129";
}

.glyphicon-hand-down:before {
    content: "\E130";
}

.glyphicon-circle-arrow-right:before {
    content: "\E131";
}

.glyphicon-circle-arrow-left:before {
    content: "\E132";
}

.glyphicon-circle-arrow-up:before {
    content: "\E133";
}

.glyphicon-circle-arrow-down:before {
    content: "\E134";
}

.glyphicon-globe:before {
    content: "\E135";
}

.glyphicon-wrench:before {
    content: "\E136";
}

.glyphicon-tasks:before {
    content: "\E137";
}

.glyphicon-filter:before {
    content: "\E138";
}

.glyphicon-briefcase:before {
    content: "\E139";
}

.glyphicon-fullscreen:before {
    content: "\E140";
}

.glyphicon-dashboard:before {
    content: "\E141";
}

.glyphicon-paperclip:before {
    content: "\E142";
}

.glyphicon-heart-empty:before {
    content: "\E143";
}

.glyphicon-link:before {
    content: "\E144";
}

.glyphicon-phone:before {
    content: "\E145";
}

.glyphicon-pushpin:before {
    content: "\E146";
}

.glyphicon-usd:before {
    content: "\E148";
}

.glyphicon-gbp:before {
    content: "\E149";
}

.glyphicon-sort:before {
    content: "\E150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\E151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\E152";
}

.glyphicon-sort-by-order:before {
    content: "\E153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\E154";
}

.glyphicon-sort-by-attributes:before {
    content: "\E155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\E156";
}

.glyphicon-unchecked:before {
    content: "\E157";
}

.glyphicon-expand:before {
    content: "\E158";
}

.glyphicon-collapse-down:before {
    content: "\E159";
}

.glyphicon-collapse-up:before {
    content: "\E160";
}

.glyphicon-log-in:before {
    content: "\E161";
}

.glyphicon-flash:before {
    content: "\E162";
}

.glyphicon-log-out:before {
    content: "\E163";
}

.glyphicon-new-window:before {
    content: "\E164";
}

.glyphicon-record:before {
    content: "\E165";
}

.glyphicon-save:before {
    content: "\E166";
}

.glyphicon-open:before {
    content: "\E167";
}

.glyphicon-saved:before {
    content: "\E168";
}

.glyphicon-import:before {
    content: "\E169";
}

.glyphicon-export:before {
    content: "\E170";
}

.glyphicon-send:before {
    content: "\E171";
}

.glyphicon-floppy-disk:before {
    content: "\E172";
}

.glyphicon-floppy-saved:before {
    content: "\E173";
}

.glyphicon-floppy-remove:before {
    content: "\E174";
}

.glyphicon-floppy-save:before {
    content: "\E175";
}

.glyphicon-floppy-open:before {
    content: "\E176";
}

.glyphicon-credit-card:before {
    content: "\E177";
}

.glyphicon-transfer:before {
    content: "\E178";
}

.glyphicon-cutlery:before {
    content: "\E179";
}

.glyphicon-header:before {
    content: "\E180";
}

.glyphicon-compressed:before {
    content: "\E181";
}

.glyphicon-earphone:before {
    content: "\E182";
}

.glyphicon-phone-alt:before {
    content: "\E183";
}

.glyphicon-tower:before {
    content: "\E184";
}

.glyphicon-stats:before {
    content: "\E185";
}

.glyphicon-sd-video:before {
    content: "\E186";
}

.glyphicon-hd-video:before {
    content: "\E187";
}

.glyphicon-subtitles:before {
    content: "\E188";
}

.glyphicon-sound-stereo:before {
    content: "\E189";
}

.glyphicon-sound-dolby:before {
    content: "\E190";
}

.glyphicon-sound-5-1:before {
    content: "\E191";
}

.glyphicon-sound-6-1:before {
    content: "\E192";
}

.glyphicon-sound-7-1:before {
    content: "\E193";
}

.glyphicon-copyright-mark:before {
    content: "\E194";
}

.glyphicon-registration-mark:before {
    content: "\E195";
}

.glyphicon-cloud-download:before {
    content: "\E197";
}

.glyphicon-cloud-upload:before {
    content: "\E198";
}

.glyphicon-tree-conifer:before {
    content: "\E199";
}

.glyphicon-tree-deciduous:before {
    content: "\E200";
}

.glyphicon-cd:before {
    content: "\E201";
}

.glyphicon-save-file:before {
    content: "\E202";
}

.glyphicon-open-file:before {
    content: "\E203";
}

.glyphicon-level-up:before {
    content: "\E204";
}

.glyphicon-copy:before {
    content: "\E205";
}

.glyphicon-paste:before {
    content: "\E206";
}

.glyphicon-alert:before {
    content: "\E209";
}

.glyphicon-equalizer:before {
    content: "\E210";
}

.glyphicon-king:before {
    content: "\E211";
}

.glyphicon-queen:before {
    content: "\E212";
}

.glyphicon-pawn:before {
    content: "\E213";
}

.glyphicon-bishop:before {
    content: "\E214";
}

.glyphicon-knight:before {
    content: "\E215";
}

.glyphicon-baby-formula:before {
    content: "\E216";
}

.glyphicon-tent:before {
    content: "\26FA";
}

.glyphicon-blackboard:before {
    content: "\E218";
}

.glyphicon-bed:before {
    content: "\E219";
}

.glyphicon-apple:before {
    content: "\F8FF";
}

.glyphicon-erase:before {
    content: "\E221";
}

.glyphicon-hourglass:before {
    content: "\231B";
}

.glyphicon-lamp:before {
    content: "\E223";
}

.glyphicon-duplicate:before {
    content: "\E224";
}

.glyphicon-piggy-bank:before {
    content: "\E225";
}

.glyphicon-scissors:before {
    content: "\E226";
}

.glyphicon-bitcoin:before {
    content: "\E227";
}

.glyphicon-btc:before {
    content: "\E227";
}

.glyphicon-xbt:before {
    content: "\E227";
}

.glyphicon-yen:before {
    content: "\A5";
}

.glyphicon-jpy:before {
    content: "\A5";
}

.glyphicon-ruble:before {
    content: "\20BD";
}

.glyphicon-rub:before {
    content: "\20BD";
}

.glyphicon-scale:before {
    content: "\E230";
}

.glyphicon-ice-lolly:before {
    content: "\E231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\E232";
}

.glyphicon-education:before {
    content: "\E233";
}

.glyphicon-option-horizontal:before {
    content: "\E234";
}

.glyphicon-option-vertical:before {
    content: "\E235";
}

.glyphicon-menu-hamburger:before {
    content: "\E236";
}

.glyphicon-modal-window:before {
    content: "\E237";
}

.glyphicon-oil:before {
    content: "\E238";
}

.glyphicon-grain:before {
    content: "\E239";
}

.glyphicon-sunglasses:before {
    content: "\E240";
}

.glyphicon-text-size:before {
    content: "\E241";
}

.glyphicon-text-color:before {
    content: "\E242";
}

.glyphicon-text-background:before {
    content: "\E243";
}

.glyphicon-object-align-top:before {
    content: "\E244";
}

.glyphicon-object-align-bottom:before {
    content: "\E245";
}

.glyphicon-object-align-horizontal:before {
    content: "\E246";
}

.glyphicon-object-align-left:before {
    content: "\E247";
}

.glyphicon-object-align-vertical:before {
    content: "\E248";
}

.glyphicon-object-align-right:before {
    content: "\E249";
}

.glyphicon-triangle-right:before {
    content: "\E250";
}

.glyphicon-triangle-left:before {
    content: "\E251";
}

.glyphicon-triangle-bottom:before {
    content: "\E252";
}

.glyphicon-triangle-top:before {
    content: "\E253";
}

.glyphicon-console:before {
    content: "\E254";
}

.glyphicon-superscript:before {
    content: "\E255";
}

.glyphicon-subscript:before {
    content: "\E256";
}

.glyphicon-menu-left:before {
    content: "\E257";
}

.glyphicon-menu-right:before {
    content: "\E258";
}

.glyphicon-menu-down:before {
    content: "\E259";
}

.glyphicon-menu-up:before {
    content: "\E260";
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #636b6f;
    background-color: #f5f8fa;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #3097D1;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #216a94;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.6;
    background-color: #f5f8fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 11px;
}

.lead {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #3097D1;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #2579a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #3097D1;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #2579a9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 11px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

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

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 22px;
}

dt,
dd {
    line-height: 1.6;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.6;
    color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014   \A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\A0   \2014';
}

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.6;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 13px;
    line-height: 1.6;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

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

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

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

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #f5f8fa;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

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

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccd0d2;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #98cbe8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(152, 203, 232, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(152, 203, 232, 0.6);
}

.form-control::-moz-placeholder {
    color: #b1b7ba;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #b1b7ba;
}

.form-control::-webkit-input-placeholder {
    color: #b1b7ba;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 36px;
    }

    input[type="date"].input-sm,
    .input-group-sm > input.form-control[type="date"],
    .input-group-sm > input.input-group-addon[type="date"],
    .input-group-sm > .input-group-btn > input.btn[type="date"],
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input.form-control[type="time"],
    .input-group-sm > input.input-group-addon[type="time"],
    .input-group-sm > .input-group-btn > input.btn[type="time"],
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input.form-control[type="datetime-local"],
    .input-group-sm > input.input-group-addon[type="datetime-local"],
    .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input.form-control[type="month"],
    .input-group-sm > input.input-group-addon[type="month"],
    .input-group-sm > .input-group-btn > input.btn[type="month"],
    .input-group-sm
    input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    .input-group-lg > input.form-control[type="date"],
    .input-group-lg > input.input-group-addon[type="date"],
    .input-group-lg > .input-group-btn > input.btn[type="date"],
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input.form-control[type="time"],
    .input-group-lg > input.input-group-addon[type="time"],
    .input-group-lg > .input-group-btn > input.btn[type="time"],
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input.form-control[type="datetime-local"],
    .input-group-lg > input.input-group-addon[type="datetime-local"],
    .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input.form-control[type="month"],
    .input-group-lg > input.input-group-addon[type="month"],
    .input-group-lg > .input-group-btn > input.btn[type="month"],
    .input-group-lg
    input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 36px;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

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

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

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
    height: auto;
}

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

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 34px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

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

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

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 40px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 45px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none;
}

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 27px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a4aaae;
}

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

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 29px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #636b6f;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    /*opacity: 0.65;*/
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #636b6f;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #636b6f;
    background-color: #e6e5e5;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #636b6f;
    background-color: #e6e5e5;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #636b6f;
    background-color: #e6e5e5;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
    color: #636b6f;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #636b6f;
}

.btn-primary {
    color: #fff;
    background-color: #3097D1;
    border-color: #2a88bd;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #2579a9;
    border-color: #133d55;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2579a9;
    border-color: #1f648b;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2579a9;
    border-color: #1f648b;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #1f648b;
    border-color: #133d55;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    /*background-color: #3097D1;*/
    border-color: #2a88bd;
}

.btn-primary .badge {
    color: #3097D1;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #2ab27b;
    border-color: #259d6d;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #20895e;
    border-color: #0d3625;
}

.btn-success:hover {
    color: #fff;
    background-color: #20895e;
    border-color: #196c4b;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #20895e;
    border-color: #196c4b;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #196c4b;
    border-color: #0d3625;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #2ab27b;
    border-color: #259d6d;
}

.btn-success .badge {
    color: #2ab27b;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #8eb4cb;
    border-color: #7da8c3;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #6b9dbb;
    border-color: #3d6983;
}

.btn-info:hover {
    color: #fff;
    background-color: #6b9dbb;
    border-color: #538db0;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #6b9dbb;
    border-color: #538db0;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #538db0;
    border-color: #3d6983;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #8eb4cb;
    border-color: #7da8c3;
}

.btn-info .badge {
    color: #8eb4cb;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #cbb956;
    border-color: #c5b143;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #b6a338;
    border-color: #685d20;
}

.btn-warning:hover {
    color: #fff;
    background-color: #b6a338;
    border-color: #9b8a30;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #b6a338;
    border-color: #9b8a30;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #9b8a30;
    border-color: #685d20;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #cbb956;
    border-color: #c5b143;
}

.btn-warning .badge {
    color: #cbb956;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #bf5329;
    border-color: #aa4a24;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #954120;
    border-color: #411c0e;
}

.btn-danger:hover {
    color: #fff;
    background-color: #954120;
    border-color: #78341a;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #954120;
    border-color: #78341a;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #78341a;
    border-color: #411c0e;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #bf5329;
    border-color: #aa4a24;
}

.btn-danger .badge {
    color: #bf5329;
    background-color: #fff;
}

.btn-link {
    color: #3097D1;
    font-weight: normal;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #216a94;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

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

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

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

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

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

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

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

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

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

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

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

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

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

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

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

.open > a {
    outline: 0;
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.6;
    color: #777777;
    white-space: nowrap;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

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

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

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

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

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

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

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

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

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

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

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

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

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

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

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

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

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

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

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

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

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

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

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

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

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccd0d2;
    border-radius: 4px;
}

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

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

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

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

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

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

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

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

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

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

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

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

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

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

.nav:after {
    clear: both;
}

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

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

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

.nav > li.disabled > a {
    color: #777777;
}

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

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #3097D1;
}

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

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

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

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

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

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

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

.nav-pills > li {
    float: left;
}

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

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

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

.nav-stacked > li {
    float: none;
}

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

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent;
}

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

.navbar:after {
    clear: both;
}

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

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

.navbar-header:after {
    clear: both;
}

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

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

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

.navbar-collapse:after {
    clear: both;
}

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

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

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

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

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

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

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

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

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

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

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

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

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

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

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

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

.navbar-brand > img {
    display: block;
}

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

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

.navbar-toggle:focus {
    outline: 0;
}

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

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

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

.navbar-nav {
    margin: 7px -15px;
}

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

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

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 7px;
    margin-bottom: 7px;
}

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

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

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

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

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

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

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

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

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

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

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

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

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

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

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

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #fff;
    border-color: #d3e0e9;
}

.navbar-default .navbar-brand {
    color: #777;
}

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

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #eeeeee;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

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

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #d3e0e9;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #eeeeee;
    color: #555;
}

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

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #eeeeee;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

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

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

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

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff;
}

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

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

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

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

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

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

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

.breadcrumb > li {
    display: inline-block;
}

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

.breadcrumb > .active {
    color: #777777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

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

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

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

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #216a94;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #3097D1;
    border-color: #3097D1;
    cursor: default;
}

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

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

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

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

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

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

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

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

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

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

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

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}

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

.label:empty {
    display: none;
}

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

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

.label-default {
    background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #3097D1;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #2579a9;
}

.label-success {
    background-color: #2ab27b;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #20895e;
}

.label-info {
    background-color: #8eb4cb;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #6b9dbb;
}

.label-warning {
    background-color: #cbb956;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #b6a338;
}

.label-danger {
    background-color: #bf5329;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #954120;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

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

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

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

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

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

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

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

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

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

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

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

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

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.6;
    background-color: #f5f8fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

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

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

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #3097D1;
}

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

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

.alert .alert-link {
    font-weight: bold;
}

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

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

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

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #3097D1;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

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

.progress-bar-success {
    background-color: #2ab27b;
}

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

.progress-bar-info {
    background-color: #8eb4cb;
}

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

.progress-bar-warning {
    background-color: #cbb956;
}

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

.progress-bar-danger {
    background-color: #bf5329;
}

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

.media {
    margin-top: 15px;
}

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

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

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

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

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

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

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

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

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

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

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}

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

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #d7ebf6;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

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

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

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

.panel-body {
    padding: 15px;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

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

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

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

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}

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

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

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

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

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

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

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

.list-group + .panel-footer {
    border-top-width: 0;
}

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

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

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

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

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

.panel-group {
    margin-bottom: 22px;
}

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

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

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

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #d3e0e9;
}

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

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

.panel-default {
    border-color: #d3e0e9;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #fff;
    border-color: #d3e0e9;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d3e0e9;
}

.panel-default > .panel-heading .badge {
    color: #fff;
    background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d3e0e9;
}

.panel-primary {
    border-color: #3097D1;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #3097D1;
    border-color: #3097D1;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #3097D1;
}

.panel-primary > .panel-heading .badge {
    color: #3097D1;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #3097D1;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

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

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

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

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

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

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

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

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

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

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

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

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

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

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

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

.modal-header:after {
    clear: both;
}

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

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

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

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

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

.modal-footer:after {
    clear: both;
}

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

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

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

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

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

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

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
    position: relative;
}

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

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

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

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

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

.carousel-inner > .active {
    left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

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

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

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

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

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

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

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

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

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

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

    .carousel-indicators {
        bottom: 20px;
    }
}

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

.clearfix:after {
    clear: both;
}

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

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

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

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

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

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

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

    table.visible-xs {
        display: table !important;
    }

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

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

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

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

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

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

    table.visible-sm {
        display: table !important;
    }

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

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

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

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

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

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

    table.visible-md {
        display: table !important;
    }

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

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

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

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

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

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

    table.visible-lg {
        display: table !important;
    }

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

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

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

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

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

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

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

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

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    min-height: 100%;
    height: auto !important;
    position: relative;
    padding-bottom: 110px;
    background: #fff;
}

.body-auth {
    padding-bottom: 80px;
}

.new-lend-page {
    position: relative;
}

.new-lend-page div.arrow {
    width: 100px;
    height: 100px;
    color: red !important;
    margin-top: -250px;
    text-align: center;
    position: absolute;
    bottom: 200px;
    display: none;
    font-size: 40px;
    -webkit-animation: mymove 5s infinite;
    /* Safari 4.0 - 8.0 */
    animation: mymove 5s infinite;
}

.new-lend-page div.arrow.pull-right {
    right: 100px;
}

.new-lend-page div.arrow.pull-left {
    left: 100px;
}

.new-lend-page div.arrow:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes mymove {
    from {
        bottom: 200px;
    }

    to {
        bottom: 0px;
    }
}

@keyframes mymove {
    from {
        bottom: 200px;
    }

    to {
        bottom: 0px;
    }
}

div#link-timer {
    position: relative !important;
    opacity: 1 !important;
    padding-bottom: 0px !important;
}

div#link-timer .lover-content .submit-btn {
    color: #00453c !important;
}

#link-timer .modal-dialog {
    width: 100% !important;
    margin-top: 0px !important;
    margin-bottom: 0px;
    -webkit-transform: translate(0, 0%) !important;
    transform: translate(0, 0%) !important;
}

#link-timer .modal-dialog .modal-content {
    border-radius: 0px;
    border: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #000 !important;
}

#link-timer .modal-dialog {
    width: 100% !important;
}

#link-timer * {
    color: #fff !important;
}

.mt40 {
    margin-top: 40px;
    margin-bottom: 25px;
}

.mb40 {
    margin-bottom: 40px;
}

.faq-page .under-line {
    display: inline-block;
}

.pos-prom-left {
    position: absolute;
    left: 80%;
    z-index: 10;
    top: 50%;
    margin-top: -24px;
}

.training .table-info table th {
    position: relative;
}

.table-info table th {
    position: relative;
}

.members-block .link-block span + b {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 46px;
    color: red;
}

.basic .members-block .link-block span {
    text-decoration: none !important;
}

header.inner-header.advanced-page + .container + .members-block .link-block span {
    text-decoration: line-through;
}

header.inner-header.basic-page + .container + .members-block .link-block span {
    text-decoration: none !important;
}

header.inner-header.advanced-page + .container + .members-block .link-block span + b + span {
    text-decoration: none;
}

.pos-prom-right {
    position: absolute;
    right: 90%;
    z-index: 10;
    top: 50%;
    margin-top: -24px;
}

.pos-prom-right span.red-sp-prom {
    max-width: 30px;
}

span.red-sp-prom {
    font-size: 10px;
    color: red;
    line-height: 12px;
    display: block;
    min-width: 65px;
}

span.under-line {
    text-decoration: line-through;
    display: block;
}

.anons-hide {
    display: none;
}

.anons-hide.anons {
    position: relative;
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    width: 100%;
}

.anons-hide.anons button {
    display: block;
    width: 100%;
    background: #ff0000;
    color: #fff;
    font-size: 24px;
    text-align: center;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0px;
    border-radius: 0px;
    font-weight: 600;
    position: relative;
}

.anons-hide.anons span {
    display: none;
    position: absolute;
    right: 15px;
    font-size: 20px;
    color: #fff;
    top: 0%;
    margin-top: 9px;
    z-index: 1000;
    cursor: pointer;
}

.anons-hide.anons .hide-messages {
    display: none;
    background: #fff;
}

.anons-hide.anons .hide-messages p {
    font-size: 18px;
    color: #000;
    margin-top: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

.login-img {
    text-align: center;
}

.login-img a {
    text-decoration: none;
    outline: none;
}

header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-bottom: 0px;
    background: #323232;
}

.profile a:before {
    display: none !important;
}

.navbar-static-top {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
}

.navbar-static-top .login {
    background: rgba(0, 0, 0, 0) !important;
}

.navbar-static-top .login a {
    color: #fff;
    height: 51px;
    padding: 12px 50px;
    border: 2px solid #fff;
    border-radius: 4px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.navbar-static-top .login a:hover {
    background: #fff !important;
    color: #323232 !important;
}

.navbar-static-top .login .icon-user:before {
    margin-right: 10px;
}

.navbar-static-top .navbar-brand {
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'helveticaneuecyrblack';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.navbar-static-top .navbar-brand:hover {
    text-decoration: none;
    color: #fff !important;
}

.navbar-static-top .navbar-nav {
    background: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    margin: 0px !important;
}

.navbar-static-top .navbar-nav li a {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.navbar-static-top .navbar-nav li a:hover {
    color: #ffa200;
}

.navbar-static-top .navbar-nav li a:hover::before {
    color: #ffa200 !important;
}

.navbar-static-top .navbar-nav li a:active {
    color: #ffa200;
}

.navbar-static-top .navbar-nav li a:active::before {
    color: #ffa200 !important;
}

.navbar-static-top .navbar-nav li a:focus {
    color: #ffa200;
}

.navbar-static-top .navbar-nav li a:focus::before {
    color: #ffa200 !important;
}

.nav-bar-top {
    margin-top: 60px;
}

h1 {
    font-size: 42px;
    line-height: 66px;
    margin-top: 60px;
    font-weight: 700;
}

h1 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

h1 span {
    text-transform: capitalize;
}

.video-block {
    width: 100%;
    margin-top: -304px;
    -webkit-box-shadow: 0px 0px 61px 24px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 61px 24px rgba(0, 0, 0, 0.35);
    height: 614px;
    margin-bottom: 10px;
}

.members-block {
    margin-top: 70px;
    background: #eeeeee;
    padding-bottom: 70px;
    padding-top: 70px;
}

.members-block h2 {
    font-family: 'helveticaneuecyrbold';
    font-size: 40px;
    line-height: 40px;
    color: #3a3a3a;
    margin-top: 70px;
    position: relative;
    margin-bottom: 40px;
}

.members-block h2 .before {
    width: 156px;
    height: 2px;
    background: green;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -78px;
    z-index: 100;
    display: block;
    margin-top: 20px;
}

.members-block p {
    line-height: 28px;
    color: #3a3a3a;
    margin-bottom: 40px;
}

.members-block .div-lincks {
    max-width: 850px;
    width: 100%;
    display: block;
    margin: 0px auto;
    clear: both;
}

.members-block .or {
    display: inline-block;
    text-transform: uppercase;
    font-size: 25px;
    color: #3a3a3a;
    font-family: 'helveticaneuecyrbold';
    margin-top: 180px;
}

.members-block .link-block {
    max-width: 341px;
    display: block;
    width: 100%;
    padding: 32px;
    -webkit-box-shadow: 2px 2px 60px 4px rgba(224, 220, 220, 0.75);
    box-shadow: 2px 2px 60px 4px rgba(224, 220, 220, 0.75);
    background: #fff;
}

.members-block .link-block h3 {
    position: relative;
    color: #3a3a3a;
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 56px;
}

.members-block .link-block h3 .before {
    width: 84px;
    height: 2px;
    background: green;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -42px;
    z-index: 100;
    display: block;
    margin-top: 16px;
}

.members-block .link-block span {
    font-size: 65px;
    color: #3a3a3a;
    font-weight: 600;
    line-height: 60px;
}

.members-block .link-block span sup {
    font-size: 50%;
    top: -1.1em;
    margin-right: 10px;
}

.members-block .link-block p {
    color: #b1b1b1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 54px;
    margin-top: 17px;
}

.members-block .link-block a {
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: #ffa200;
    color: #964a00;
    font-size: 26px;
    padding-top: 10px;
    font-family: 'helveticaneuecyrbold';
    text-transform: capitalize;
    border-radius: 6px;
    text-shadow: 0px 0px 5px rgba(247, 245, 188, 0.17);
    -webkit-box-shadow: 1px 1px 7px 1px rgba(158, 158, 158, 0.59);
    box-shadow: 1px 1px 7px 1px rgba(158, 158, 158, 0.59);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.members-block .link-block a:hover {
    background: #f59c02;
    text-decoration: none;
}

.table-info {
    margin-top: 70px;
    margin-bottom: 80px;
    clear: both;
    width: 100%;
}

.table-info table {
    width: 100%;
}

.table-info table th {
    text-align: left;
    padding: 15px 11px;
    background: #323232;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.table-info table tbody {
    border: 1px solid #c7c7c7;
    border-top: 0px;
    border-right: 0px;
}

.table-info table tbody tr {
    background: #fff;
    border-bottom: 1px solid #c7c7c7;
}

.table-info table tbody tr td:first-child {
    text-align: left;
}

.table-info table tbody tr td:nth-child(2n) span:before {
    margin-right: 20px;
}

.table-info table tbody tr td:nth-child(3n) span:before {
    display: block;
    text-align: center;
}

.table-info table tbody tr:nth-child(1) {
    background: #fff;
}

.table-info table tbody tr:nth-child(2n) {
    background: #eeeeee;
}

.table-info table tbody td {
    padding: 22px 60px;
    border-right: 1px solid #c7c7c7;
}

.table-info table tbody td .icon-check-mark:before {
    color: #6f9f2a;
}

.table-info table tbody td .icon-close:before {
    color: #ff4a01;
}

.table-info table tbody td .icon-dollar:before {
    color: #6f9f2a;
    font-size: 20px;
    float: left;
    margin-top: 0px;
}

.table-info table tbody td span {
    font-weight: 600;
    color: #2a2a2a;
}

.table-info table tbody td span span {
    font-weight: 700;
}

footer {
    min-height: 61px;
    background: #2a2a2a;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 1;
    color: #fff;
}

footer .footer-links {
    margin-top: -30px;
}

footer span {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

footer a {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 0px;
}

footer a:hover {
    color: #fff;
}

.nav-brand {
    display: none;
}

.inner-header {
    min-height: 90px;
}

.inner-header .nav-bar-top {
    margin-top: 30px;
}

.inner-header .nav-brand {
    display: inline-block;
    float: left;
    margin-right: 0px;
    margin-top: -10px;
    margin-bottom: 20px;
}

.inner-header .nav-brand img {
    width: 211px;
}

.inner-header .dropdown-menu > li > a {
    color: #3a3a3a;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 20px;
}

.inner-header .navbar-default .navbar-nav > .open > a,
.inner-header .navbar-default .navbar-nav > .open > a:hover,
.inner-header .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #ffa200 !important;
    border-bottom: 2px solid #ab7307;
}

.inner-header .dropdown-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0px;
    border-radius: 0px;
    left: auto;
    right: 18px;
    margin-top: 10px !important;
}

.inner-header .dropdown-menu > li > a:hover,
.inner-header .dropdown-menu > li > a:focus {
    background-color: #ebebea;
}

.inner-header .navbar-nav > li > a {
    padding: 6px 0px 0px;
    margin-right: 30px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    font-size: 13px;
}

.inner-header .navbar-nav > li .train-mr {
    margin-right: 18px;
}

.inner-header .navbar-nav > li .faq-mr {
    margin-right: 63px;
}

.inner-header .navbar-nav > li .agreement-button {
    padding: 6px 15px;
    text-align: center;
    margin-right: 14px;
    text-transform: none;
    color: #fff !important;
    background: red !important;
    color: #fff !important;
    border-color: red !important;
    border: 1px solid red !important;
    width: 170px;
    height: 40px;
    margin-top: -2px;
    border-radius: 5px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
}

.inner-header .navbar-nav > li > a:hover {
    color: #ffa200 !important;
    border-bottom: 2px solid #ab7307;
}

.inner-header .navbar-nav > li > a.agreement-button:hover {
    background: #b90b0b !important;
    border: 1px solid #b90b0b !important;
    color: #fff !important;
}

.inner-header .navbar-nav > li > a.active {
    color: #ffa200 !important;
    border-bottom: 2px solid #ab7307;
}

.inner-header .navbar-nav > li > a.active.agreement-button {
    color: #fff !important;
    border-color: red !important;
    border: 1px solid red !important;
}

.inner-header .navbar-nav > li > a.activeT {
    color: #ffa200 !important;
    border-bottom: 2px solid #ab7307;
}

.inner-header .navbar-nav > li.profile a {
    padding: 6px 25px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    margin-right: 14px;
    text-transform: none;
}

.inner-header .navbar-nav > li.profile .last-a {
    margin-right: 0px;
}

.inner-header .navbar-nav > li.profile a:hover {
    background: #fff !important;
    color: #323232 !important;
}

.inner-header .navbar-nav > li.profile a.active {
    background: #fff !important;
    color: #323232 !important;
}

.inner-header .navbar-nav > li.profile a.active:before {
    color: #323232 !important;
}

.inner-header .navbar-nav > li.profile a:hover:before {
    color: #323232 !important;
}

.inner-header .navbar-nav > li.profile .icon-user:before {
    margin-right: 10px;
    display: inline-block !important;
}

.auth-user-home .nav-brand {
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-top: 29px;
    margin-bottom: 85px;
}

.auth-user-home .nav-brand img {
    width: 211px;
}

.agreement {
    padding-top: 40px;
}

.agreement .video-block {
    margin-top: 0px;
    margin-bottom: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.agreement h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
}

.tabs-affiliate .nav-tabs {
    border: 0px;
}

.tabs-affiliate .nav > li {
    margin: 0px;
    margin-top: 41px;
    margin-bottom: 41px;
    width: 25%;
}

.tabs-affiliate .nav > li a {
    font-weight: 700;
    color: #3a3a3a;
    font-size: 18px;
    background: #f6f6f6;
    padding: 18px 8px;
    text-transform: uppercase;
    position: relative;
    margin-right: 6px;
    min-height: 134px;
}

.tabs-affiliate .nav > li a span {
    display: block;
    font-weight: 400;
    text-transform: none;
    margin-top: 10px;
}

.tabs-affiliate .nav > li a.last {
    margin-right: 0px;
}

.tabs-affiliate .nav > li .icon-side-arrow:before {
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -7px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 14px;
}

.tabs-affiliate .nav > li.active a {
    background: #323232;
    color: #fff;
}

.tabs-affiliate .nav > li.active .icon-side-arrow:before {
    position: absolute;
    right: 32px;
    top: 50%;
    margin-top: -7px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.tabs-affiliate h2 {
    font-size: 24px;
    color: #2a2a2a;
    font-weight: 600;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
}

/*.tabs-affiliate p {
    color: #3a3a3a;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
}*/

.tabs-affiliate .outer-block {
    max-width: 720px;
    width: 100%;
    display: block;
    clear: both;
}

.tabs-affiliate .outer-block .inp-check {
    position: relative;
    padding-left: 24px;
    max-width: 330px;
    width: 100%;
}

.tabs-affiliate .outer-block .inp-check a {
    color: #FF9800;
    text-decoration: underline;
}

.tabs-affiliate .outer-block .inp-check a:hover {
    text-decoration: none;
    color: #FF9800;
}

.tabs-affiliate .outer-block .inp-check span {
    color: #3a3a3a;
    font-size: 16px;
    line-height: 28px;
}

.tabs-affiliate .outer-block .inp-check input {
    position: absolute;
    width: 21px;
    height: 100%;
    display: block;
    z-index: 1;
    opacity: 0;
    margin: 0px;
    left: 0px;
    top: 0px;
}

.tabs-affiliate .outer-block .inp-check .check-box-styled:before {
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.tabs-affiliate .outer-block .inp-check input:checked + .check-box-styled:before {
    content: "\E90B";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    color: #6f9f2a;
    font-size: 8px;
    opacity: 1;
    margin-top: 4px;
    line-height: 8px;
}

.tabs-affiliate .outer-block .inp-check .check-box-styled {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #c1d6a4;
    text-align: center;
    position: absolute;
    top: 7px;
    left: 0px;
}

.tabs-affiliate .outer-block .submit-btn {
    width: 300px;
    height: 60px;
    background: #323232;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.tabs-affiliate .outer-block .submit-btn:hover {
    background: #3a5414;
}

#tab2 .tabs-affiliate h2,
#tab3 .tabs-affiliate h2,
#tab4 .tabs-affiliate h2 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    color: #3a3a3a;
}

#tab2 .tabs-affiliate h2 span,
#tab3 .tabs-affiliate h2 span,
#tab4 .tabs-affiliate h2 span {
    font-weight: 700;
    display: block;
}

#tab2 .tabs-affiliate .video-block,
#tab3 .tabs-affiliate .video-block,
#tab4 .tabs-affiliate .video-block {
    margin-top: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#tab2 .tabs-affiliate .bottom-link,
#tab3 .tabs-affiliate .bottom-link,
#tab4 .tabs-affiliate .bottom-link {
    text-decoration: none;
    color: #00c3d4;
    font-size: 20px;
    display: inline-block;
    font-weight: 600;
    margin-top: 54px;
    margin-bottom: 70px;
    border-bottom: 1px solid #00c3d4;
}

#tab2 .tabs-affiliate .bottom-link:hover,
#tab3 .tabs-affiliate .bottom-link:hover,
#tab4 .tabs-affiliate .bottom-link:hover {
    text-decoration: none;
    border-bottom: 0px;
}

#tab2 .tabs-2,
#tab3 .tabs-2,
#tab4 .tabs-2 {
    background: #eeeeee;
}

#tab2 .tabs-2 h2,
#tab3 .tabs-2 h2,
#tab4 .tabs-2 h2 {
    margin-top: 45px;
}

#tab2 .tabs-2 input[type="text"],
#tab2 .tabs-2 input[type="email"],
#tab3 .tabs-2 input[type="text"],
#tab3 .tabs-2 input[type="email"],
#tab4 .tabs-2 input[type="text"],
#tab4 .tabs-2 input[type="email"] {
    width: 100%;
    background: #fff;
    float: left;
    display: block;
    font-size: 16px;
    color: #8a8a8a;
    font-weight: 600;
    margin-right: 0px;
    height: 60px;
    padding-left: 17px;
    border: 0px;
    outline: none;
    margin-bottom: 15px;
}

#tab2 .tabs-2 input[type="submit"],
#tab3 .tabs-2 input[type="submit"],
#tab4 .tabs-2 input[type="submit"] {
    width: 100%;
    background: #323232;
    float: left;
    display: block;
    font-size: 20px;
    color: #fff;
    height: 60px;
    font-weight: 600;
    outline: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#tab2 .tabs-2 input[type="submit"]:hover,
#tab3 .tabs-2 input[type="submit"]:hover,
#tab4 .tabs-2 input[type="submit"]:hover {
    background: #3a5414;
}

#tab2 .tabs-2 form,
#tab3 .tabs-2 form,
#tab4 .tabs-2 form {
    width: 710px;
    margin: 0px auto;
    display: block;
    margin-bottom: 60px;
}

#tab2 .tabs-4,
#tab3 .tabs-4,
#tab4 .tabs-4 {
    margin-top: 60px;
}

#tab2 .tabs-4 h2,
#tab3 .tabs-4 h2,
#tab4 .tabs-4 h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}

#tab2 .tabs-4 h2 .before,
#tab3 .tabs-4 h2 .before,
#tab4 .tabs-4 h2 .before {
    width: 156px;
    height: 2px;
    background: #323232;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -78px;
    z-index: 100;
    display: block;
    margin-top: 14px;
}

#tab2 .tabs-4 p,
#tab3 .tabs-4 p,
#tab4 .tabs-4 p {
    color: #3a3a3a;
}

#tab2 .tabs-4 .two-forms,
#tab3 .tabs-4 .two-forms,
#tab4 .tabs-4 .two-forms {
    max-width: 1070px;
    margin: 0px auto;
    display: block;
}

#tab2 .tabs-4 form,
#tab3 .tabs-4 form,
#tab4 .tabs-4 form {
    width: 470px;
}

#tab2 .tabs-4 form textarea,
#tab3 .tabs-4 form textarea,
#tab4 .tabs-4 form textarea {
    width: 100%;
    height: 208px;
    border: 0px;
    resize: none;
    margin-bottom: 15px;
    outline: none;
    padding-left: 15px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #8a8a8a;
}

#tab2 .tabs-4 form input[type="text"],
#tab3 .tabs-4 form input[type="text"],
#tab4 .tabs-4 form input[type="text"] {
    width: 100%;
    margin-top: 15px;
}

#tab2 .tabs-4 form h3,
#tab3 .tabs-4 form h3,
#tab4 .tabs-4 form h3 {
    font-size: 24px;
    font-weight: 600;
    color: #3a3a3a;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}

.tabs-home h2 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    color: #3a3a3a;
    margin-top: 38px;
    margin-bottom: 0px;
}

.tabs-home h2 span {
    font-weight: 700;
    display: block;
}

.tabs-home .mt {
    margin-top: 48px;
}

.tabs-home .video-block {
    margin-top: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tabs-home .bottom-link {
    text-decoration: underline;
    color: #00c3d4;
    font-size: 20px;
    display: inline-block;
    font-weight: 600;
    margin-top: 54px;
    margin-bottom: 70px;
    text-decoration: none;
    border-bottom: 1px solid #00c3d4;
}

.tabs-home .bottom-link:hover {
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.tabs-home .tabs-2 {
    background: #eeeeee;
}

.tabs-home .tabs-2 h2 {
    margin-top: 45px;
}

.tabs-home .tabs-2 input[type="text"] {
    width: 525px;
    background: #fff;
    float: left;
    display: block;
    font-size: 16px;
    color: #8a8a8a;
    font-weight: 600;
    margin-right: 10px;
    height: 60px;
    padding-left: 17px;
    border: 0px;
    outline: none;
}

.tabs-home .tabs-2 input[type="submit"] {
    width: 165px;
    background: #323232;
    float: left;
    display: block;
    font-size: 20px;
    color: #fff;
    height: 60px;
    font-weight: 600;
    outline: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.tabs-home .tabs-2 input[type="submit"]:hover {
    background: #3a5414;
}

.tabs-home .tabs-2 form {
    width: 710px;
    margin: 0px auto;
    display: block;
    margin-bottom: 60px;
}

.tabs-home .submit-btn {
    padding-left: 66px;
    padding-right: 66px;
    height: 60px;
    background: #323232;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: none;
    margin: 0px auto;
    margin-bottom: 80px;
    margin-top: 50px;
    display: inline-block;
    clear: both;
    width: 300px;
}

.tabs-home .submit-btn:hover {
    background: #3a5414;
}

.tabs-home .biger-size {
    font-size: 40px;
}

.recaptcha {
    margin-bottom: 20px;
}

.recaptcha * {
    width: 100% !important;
}

.training .free-training {
    margin-bottom: 20px;
}

.training .table-info {
    margin-top: 15px;
    margin-bottom: 80px;
    clear: both;
    width: 100%;
}

.training .table-info table th {
    text-align: center;
    padding: 10px 10px;
    background: #323232;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.training .table-info table tbody td {
    padding: 10px 20px;
    border-right: 1px solid #c7c7c7;
}

.training .table-info table tbody td span {
    font-size: 14px;
}

.training h2 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    color: #3a3a3a;
    margin-top: 38px;
    margin-bottom: 20px;
}

.training h2 span {
    font-weight: 700;
    display: block;
}

.training .mt {
    margin-top: 48px;
}

.training .video-block {
    margin-top: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.training .bottom-link {
    color: #323232;
    font-size: 20px;
    display: inline-block;
    font-weight: 600;
    margin-top: 54px;
    margin-bottom: 70px;
    text-decoration: none;
    position: relative;
}

.training .bottom-link:after {
    content: "";
    left: 0px;
    right: 31px;
    top: 100%;
    height: 1px;
    background: #323232;
    display: block;
    position: absolute;
}

.training .icon-side-arrow:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    float: right;
    font-size: 10px;
    margin-left: 15px;
    margin-top: 11px;
}

.training .bottom-link:hover {
    text-decoration: none;
}

.training .bottom-link:hover:after {
    display: none;
}

.training .tabs-2 {
    background: #eeeeee;
    margin-top: 60px;
}

.training .tabs-2 h2 {
    margin-top: 45px;
}

.training .tabs-2 input[type="text"] {
    width: 525px;
    background: #fff;
    float: left;
    display: block;
    font-size: 16px;
    color: #8a8a8a;
    font-weight: 600;
    margin-right: 10px;
    height: 60px;
    padding-left: 17px;
    border: 0px;
    outline: none;
}

.training .tabs-2 input[type="submit"] {
    width: 165px;
    background: #323232;
    float: left;
    display: block;
    font-size: 20px;
    color: #fff;
    height: 60px;
    font-weight: 600;
    outline: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.training .tabs-2 input[type="submit"]:hover {
    background: #3a5414;
}

.training .tabs-2 form {
    width: 710px;
    margin: 0px auto;
    display: block;
    margin-bottom: 60px;
}

.leads-table h2 {
    font-weight: 700;
    font-size: 35px;
    color: #3a3a3a;
    margin-top: 34px;
    margin-bottom: 21px;
}

.leads-table .dropdown {
    margin-top: 35px;
}

.leads-table .dropdown a {
    font-weight: 700;
    color: #323232;
    padding: 8px 20px;
    padding-right: 0px;
}

.leads-table .dropdown .dropdown-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(106, 106, 106, 0.4);
    box-shadow: 0px 0px 6px 0px rgba(106, 106, 106, 0.4);
    border-radius: 0px;
    left: auto;
    right: 0px;
    margin-top: 10px !important;
}

.leads-table .dropdown .dropdown-menu li a {
    font-size: 13px;
    color: #3a3a3a;
    font-weight: 600;
}

.leads-table .table-info table th:last-child {
    min-width: 220px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.leads-table .table-info table td:last-child {
    min-width: 220px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: center;
}

.leads-table .table-info table th {
    font-size: 18px;
}

.leads-table .table-info table td {
    vertical-align: middle;
    padding: 22px 30px;
}

.leads-table .table-info table td span {
    font-size: 15px;
    font-weight: 400;
}

.login {
    padding-bottom: 0px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100% !important;
}

.login header,
.login footer {
    display: none;
}

.login .reset-password .submit-btn {
    margin-bottom: 0px !important;
}

.login .login-block {
    width: 510px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.1);
}

.login .login-block .panel-default {
    padding-left: 60px;
    padding-right: 60px;
    background: #fff;
    background-color: #fff;
    margin-bottom: 0px;
}

.login .login-img {
    margin-top: 60px;
    margin-bottom: 40px;
}

.login .panel-heading {
    font-size: 22px;
    color: #3a3a3a;
    font-weight: 700;
    padding: 0px;
    border: 0px;
    margin-bottom: 30px;
}

.login .panel-body {
    padding: 0px;
}

.login .panel-body input[type="email"],
.login .panel-body input[type="password"],
.login .panel-body input[type="text"] {
    height: 47px;
    border: 1px solid #c3c3c3;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    outline: none;
    padding-left: 11px;
    font-size: 15px;
    font-weight: 700;
    color: #8b8b8b;
}

.login .panel-body .form-group {
    margin-bottom: 20px;
}

.login .panel-body .last {
    margin-bottom: 0px;
}

.login .panel-body .submit-btn {
    width: 100%;
    height: 60px;
    background: #323232;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.login .panel-body .submit-btn:hover {
    background: #8a8a8a;
}

.login .panel-body a {
    font-size: 15px;
    font-weight: 600;
    color: #323232;
    display: inline-block;
    text-decoration: underline;
    padding: 0px;
    margin-bottom: 10px;
}

.login .panel-body a + a {
    margin-bottom: 30px;
}

.login .panel-body .inp-check {
    position: relative;
    padding-left: 24px;
    max-width: 330px;
    width: 100%;
    margin-top: -25px;
    text-align: left !important;
}

.login .panel-body .inp-check span {
    color: #3a3a3a;
    font-size: 16px;
    line-height: 28px;
}

.login .panel-body .inp-check input {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    opacity: 0;
    margin: 0px;
    left: 0px;
    top: 0px;
}

.login .panel-body .inp-check .check-box-styled:before {
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.login .panel-body .inp-check input:checked + .check-box-styled:before {
    content: "\E90B";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    color: #6f9f2a;
    font-size: 8px;
    opacity: 1;
    margin-top: 4px;
    line-height: 8px;
}

.login .panel-body .inp-check .check-box-styled {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #c1d6a4;
    text-align: center;
    position: absolute;
    top: 7px;
    left: 0px;
}

.auth-user-home {
    min-height: 791px;
}

.auth-user-home .nav-bar-top {
    margin-top: 30px;
}

.auth-user-home .login-img {
    display: none;
}

.faq-page .h-descpr {
    border-bottom: 4px solid #323232;
    padding-bottom: 15px;
}

.faq-page h2 {
    color: #3a3a3a;
    font-size: 35px;
    font-weight: 700;
    margin-top: 34px;
    margin-bottom: 20px;
}

.faq-page a {
    color: #e4af0a;
}

.faq-page .ask-question {
    height: 30px;
    background: #323232;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    float: none;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
}

.faq-page .ask-question:hover {
    background: #8a8a8a;
    text-decoration: none;
}

.faq-page .ask-question:active {
    background: #8a8a8a;
    text-decoration: none;
}

.faq-page .ask-question:focus {
    background: #8a8a8a;
    text-decoration: none;
}

.faq-page .clear-messages {
    clear: both;
    color: #3a3a3a;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}

.faq-page ul {
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    margin-bottom: 14px;
}

.faq-page ul li {
    width: 100%;
    float: left;
    list-style: none;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    margin-bottom: 26px;
}

.faq-page ul li .vid {
    display: none;
}

.faq-page ul li .vid p {
    display: block;
    margin-bottom: 10px;
}

.faq-page ul li h3 {
    color: #2a2a2a;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: 0ex;
    cursor: pointer;
}

.faq-page ul li h3:hover {
    opacity: 0.8;
}

.faq-page ul li p {
    color: #3a3a3a;
    line-height: 28px;
    margin-bottom: 0px;
    display: none;
}

.faq-page ul .icon-faq:before {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #323232;
    font-size: 34px;
    display: none;
}

.pagination {
    border-radius: 0px;
    margin-top: 18px;
    min-width: 320px;
}

.pagination li a {
    border: 0px;
    font-size: 15px;
    color: #2a2a2a;
    padding: 8px 15px;
}

.pagination li a:hover {
    color: #fff;
    background: #8a8a8a;
    background-color: #343796;
}

.pagination li span {
    border: 0px;
    padding: 8px 15px;
}

.pagination li [rel="next"] {
    background: #323232;
    border-radius: 0px !important;
}

.pagination li [rel="prev"] {
    background: #323232;
    border-radius: 0px !important;
}

.pagination li [rel="next"]:before {
    content: 'Next';
    color: #fff;
    font-size: 15px;
}

.pagination li [rel="prev"]:after {
    content: 'Back';
    color: #fff;
    font-size: 15px;
}

.pagination li [rel="next"]:after {
    content: "\E90F";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 8px;
    float: right;
    margin-left: 5px;
    margin-top: 8px;
}

.pagination li [rel="prev"]:before {
    content: "\E90F";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    color: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 8px;
    float: left;
    margin-right: 5px;
    margin-top: 8px;
}

.pagination li.active span {
    color: #fff;
    font-size: 15px;
    background-color: #323232;
    padding: 8px 15px;
    border: 0px;
}

.pagination li.active span:hover {
    color: #fff;
    font-size: 15px;
    background-color: #8a8a8a;
    padding: 8px 15px;
    border: 0px;
}

.pagination li.disabled span {
    color: #fff;
    font-size: 15px;
    background-color: grey;
    padding: 8px 15px;
    border: 0px;
    border-radius: 0px;
}

.pagination li.disabled span:hover {
    color: #fff;
    font-size: 15px;
    background-color: grey;
    padding: 8px 15px;
    border: 0px;
    border-radius: 0px;
}

.pagination li.disabled:first-child span {
    color: #fff;
    font-size: 15px;
    background-color: grey;
    padding: 8px 15px;
    border: 0px;
}

.pagination li.disabled:first-child span:after {
    content: 'Back';
    color: #fff;
    font-size: 15px;
}

.pagination li.disabled:last-child span:before {
    content: 'Next';
    color: #fff;
    font-size: 15px;
}

.pagination li.disabled:first-child span:before {
    content: "\E90F";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    color: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 8px;
    float: left;
    margin-right: 5px;
    margin-top: 8px;
}

.pagination li.disabled:last-child span:after {
    content: "\E90F";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 8px;
    float: right;
    margin-left: 6px;
    margin-top: 8px;
}

.register ul {
    display: none;
}

.register-page .form-horizontal .form-group {
    margin: 0px 0px 20px !important;
}

.register-page .form-control {
    height: 47px;
}

.register-page input {
    height: 47px;
    border-radius: 0px;
    border: 1px solid #c3c3c3;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.register-page select {
    height: 47px;
    border-radius: 0px;
    border: 1px solid #c3c3c3;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.register-page label {
    font-size: 15px;
    font-weight: 400;
    color: #2a2a2a;
}

.register-page h3 {
    font-size: 24px;
    color: #3a3a3a;
    font-weight: 600;
}

.register-page h2 {
    font-size: 35px;
    font-weight: 700;
    color: #3a3a3a;
    margin-top: 32px;
}

.register-page ul {
    list-style: none;
    padding: 0px;
}

.register-page ul li {
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
}

.register-page ul li span {
    color: #3a3a3a;
    line-height: 28px;
}

.register-page ul li:before {
    color: #6f9f2a;
    font-size: 13px;
    position: absolute;
    left: 0px;
    top: 8px;
}

.register-page .col-md-5 h3 {
    margin-bottom: 30px;
}

.register-page .video-block {
    margin-top: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.register-page .security {
    padding-left: 123px;
    background: url(../images/security-856b7163427093a711a010197c9691f9.png);
    background-repeat: no-repeat;
    background-position: left 5px;
}

.register-page .security h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2a2a2a;
    margin-top: 0px;
}

.register-page .security p {
    font-size: 15px;
    color: #3a3a3a;
    line-height: 25px;
    margin-bottom: 0px;
}

.register-page .info-registr-teble {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #eeeeee;
}

.register-page .info-registr-teble span {
    padding: 0px 12px;
    font-size: 15px;
    font-weight: 700;
    color: #2a2a2a;
    text-transform: uppercase;
}

.register-page .info-registr-teble p {
    padding: 0px 12px;
    font-size: 15px;
    margin-bottom: 0px;
}

.register-page .info-registr-teble .last-span {
    text-transform: none;
    margin-bottom: 46px;
}

.register-page .submit-btn {
    width: 300px;
    height: 60px;
    background: #323232;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    float: right;
    margin-top: 30px;
    margin-bottom: 60px;
}

.register-page .submit-btn:hover {
    background: #3a5414;
}

.profile-page .col-md-5 h3 {
    margin-bottom: 19px;
}

.profile-page p {
    color: #3a3a3a;
    font-size: 16px;
    line-height: 28px;
}

.profile-page .submit-btn {
    margin-top: 27px;
}

.profile-page .learn-link {
    font-size: 12px;
    line-height: 19px;
}

.profile-page .learn-link a {
    color: #00c3d4;
    text-decoration: underline;
}

.my-links .submit-btn {
    width: 100%;
    height: 60px;
    background: #323232;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.my-links .submit-btn:hover {
    background: #3a5414;
    color: #fff !important;
}

.my-links h2 {
    font-size: 35px;
    font-weight: 700;
    color: #3a3a3a;
    margin-top: 30px;
    margin-bottom: 34px;
}

.my-links h3 {
    font-size: 24px;
    font-weight: 700;
    color: #3a3a3a;
    margin-top: 0px;
    margin-bottom: 15px;
}

.my-links .vivamus {
    margin-top: 23px;
}

.my-links .custom-block a + a {
    width: 100%;
    height: 60px;
    background: #323232;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.my-links .custom-block a + a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
}

.my-links .custom-block a {
    display: inline-block;
    outline: none;
    width: 100%;
    border: 3px solid #323232;
}

.my-links .custom-block a span {
    font-size: 20px;
    text-decoration: none;
    color: #00c3d4;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 25px;
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #00c3d4;
}

.my-links .custom-block a h3 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #3a3a3a;
    text-decoration: none;
    outline: none !important;
    border: 0px !important;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 24px;
    font-size: 13px;
}

.my-links .custom-block a:hover {
    text-decoration: none;
    outline: none !important;
}

.my-links .custom-block a:hover span,
.my-links .custom-block a:hover h3 {
    text-decoration: none !important;
    outline: none !important;
    border: 0px !important;
}

.my-links .custom-block a:hover span {
    border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
}

.my-links .custom-block a:hover img {
    text-decoration: none;
    outline: none !important;
    border: 0px !important;
}

.my-links .custom-block a:hover .img:before {
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.my-links .custom-block img {
    outline: 5px solid #f6f6f6;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.my-links .custom-block .img {
    position: relative;
    max-height: 311px;
    overflow: hidden;
}

.my-links .custom-block .img:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    background: rgba(0, 0, 0, 0);
}

.my-links .custom-block-min {
    width: 20%;
    padding-left: 0px;
    padding-right: 15px;
    float: left;
}

.my-links .custom-block-min {
    padding-left: 15px;
    padding-right: 15px;
}

.my-links .mb7 {
    margin-bottom: 50px;
}

.clr {
    clear: both;
}

.advanced-page {
    border-color: #323232;
    min-height: 791px;
    background: url(../images/advanced-ed9ef258d1e7baa2555157e7d9a437b9.jpg);
    text-align: center;
}

.advanced-page nav.navbar.navbar-default.navbar-static-top {
    display: none;
}

.advanced-page .login-img {
    margin-top: 90px;
}

.advanced .block-1 {
    background: #eeeeee;
    margin-top: 60px;
}

.advanced .block-1 p {
    color: #4f4f4f;
}

.advanced .block-1 h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    margin-top: 45px;
}

.advanced .block-1 h2 .before {
    width: 156px;
    height: 2px;
    background: green;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -78px;
    z-index: 100;
    display: block;
    margin-top: 14px;
}

.advanced .block-1 .white-block {
    border-bottom: 5px solid #323232;
    background: #fff;
    padding-top: 87px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 70px;
    -webkit-box-shadow: 2px 2px 18px 4px rgba(224, 220, 220, 0.75);
    box-shadow: 2px 2px 18px 4px rgba(224, 220, 220, 0.75);
}

.advanced .block-1 .white-block h3 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
}

.advanced .block-1 .white-block p {
    color: #4f4f4f;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 75px;
}

.advanced .block-1 .white-block span {
    font-size: 60px;
    color: #2a2a2a;
    margin-bottom: 23px;
    display: inline-block;
    line-height: 60px;
}

.advanced .block-1 .white-block.last {
    padding-left: 23px;
    padding-right: 23px;
}

.advanced .block-2 {
    background: #fff;
}

.advanced .block-2 p {
    color: #4f4f4f;
}

.advanced .block-2 h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    margin-top: 45px;
}

.advanced .block-2 h2 .before {
    width: 156px;
    height: 2px;
    background: green;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -78px;
    z-index: 100;
    display: block;
    margin-top: 14px;
}

.advanced .block-2 button {
    height: 60px;
    max-width: 430px;
    width: 100%;
    display: block;
    margin: 0px auto;
    margin-bottom: 70px;
    text-transform: uppercase;
    padding-left: 38px;
    padding-right: 38px;
    background: #ffa200;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 1px 1px 7px 1px rgba(158, 158, 158, 0.59);
    box-shadow: 1px 1px 7px 1px rgba(158, 158, 158, 0.59);
    border-radius: 6px;
    outline: none;
}

.advanced .block-2 button span {
    text-transform: uppercase;
    color: #964a00;
    font-weight: 700;
    text-align: center;
    display: block;
    text-shadow: 0px 0px 5px rgba(247, 245, 188, 0.17);
    font-size: 18px;
}

.advanced .block-2 button span:before {
    float: right;
    margin-left: 0px;
    margin-top: 4px;
}

.advanced .block-2 button:hover {
    background: #f59c02;
}

.bootstrap-select .dropdown-toggle .filter-option {
    padding-top: 12px;
}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    height: 47px;
    border-radius: 0px;
}

.dropdown-menu li {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background: #00c3d4;
    background: #00c3d4;
}

.dropdown-menu > .active > a span,
.dropdown-menu > .active > a:hover span,
.dropdown-menu > .active > a:focus span {
    color: #fff;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    background: #fff;
}

.btn-default:hover {
    color: #555555;
    background-color: #fff;
    border-color: #c3c3c3;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
    color: #555;
    background-color: #fff;
    border-color: #c3c3c3;
}

.link-popup p {
    margin-bottom: 5px;
}

.link-popup .copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px !important;
    background: #ffa200 !important;
    width: 100%;
    color: #fff;
    margin-bottom: 25px;
}

.link-popup .copy:hover {
    background: #de8f06 !important;
}

.link-popup .modal-body {
    padding: 40px 70px;
}

.link-popup .modal-content {
    border-radius: 0px;
}

.link-popup input {
    height: 47px;
    border-radius: 0px;
    border: 1px solid #c3c3c3;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
}

.link-popup p {
    color: #3a3a3a;
    line-height: 28px;
    margin-bottom: 5px;
}

.link-popup .icon-close-modal {
    position: absolute;
    right: -45px;
    top: -45px;
    border: 0px;
    background: rgba(0, 0, 0, 0) !important;
    font-size: 30px;
    color: #fff;
    outline: none;
}

.link-popup .modal-dialog {
    margin-top: 125px;
}

.link-popup-upload .icon-close-modal {
    position: absolute;
    right: -45px;
    top: -45px;
    border: 0px;
    background: rgba(0, 0, 0, 0) !important;
    font-size: 30px;
    color: #fff;
    outline: none;
}

.link-popup-upload .modal-content {
    border-radius: 0px;
}

.link-popup-upload .modal-body {
    padding: 0px;
}

.link-popup-upload .modal-dialog {
    width: 814px;
    margin-top: 125px;
}

.link-popup-upload .login-img {
    margin-top: 120px;
    margin-bottom: 40px;
}

.link-popup-upload .login-img img {
    width: 118px;
}

.link-popup-upload .img-fon {
    background: url(../images/lending-link-custom-facee13a547fa8d649f3966e0a6b15e6.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-shadow: inset 0px 0px 100px 1000px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0px 0px 100px 1000px rgba(13, 43, 13, 0.8);
    height: 100%;
    position: absolute;
}

.link-popup-upload .img-fon .text {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 190px;
}

.link-popup-upload .img-fon .text a {
    color: #fff;
    font-size: 25px;
    text-decoration: underline;
    font-weight: 700;
}

.link-popup-upload .border {
    border: 4px dashed #e1e1e1;
    text-align: center;
    min-height: 100px;
}

.link-popup-upload .border p {
    font-weight: 600;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 5px;
}

.link-popup-upload .border a {
    font-weight: 600;
    color: #ffa200;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 25px;
}

.link-popup-upload .border a:hover {
    text-decoration: none;
}

.link-popup-upload .avatar {
    display: block;
    margin: 0px auto;
    margin-top: 50px;
    margin-bottom: 20px;
    background-color: #607D8B;
    width: 118px;
    height: 118px;
    border-radius: 100%;
    background-image: url(../images/avatar-modal-12868d60e3373745016bb52124b00e3b.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.link-popup-upload .avatar .icon-check-mark {
    color: green;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.link-popup-upload .avatar .icon-check-mark:before {
    margin-right: 10px;
}

.link-popup-upload .avatar input {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    top: 0px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
}

.link-popup-upload .avatar .span {
    display: block;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -50px;
    text-align: center;
    cursor: pointer;
    font-size: 12px !important;
}

.link-popup-upload .avatar .span + input {
    height: calc(100% + 50px);
}

.link-popup-upload .avatar:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    background-image: url(../images/avatar-modal-12868d60e3373745016bb52124b00e3b.png);
    background-position: center center;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-color: lightgrey;
}

.link-popup-upload input {
    height: 47px;
    border-radius: 0px;
    border: 1px solid #c3c3c3;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.link-popup-upload textarea {
    border: 1px solid #c3c3c3;
    border-radius: 0px;
    resize: none;
    height: 140px;
    margin-bottom: 20px;
}

.link-popup-upload .copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px !important;
    background: #ffa200 !important;
    color: #fff !important;
    border: 0px !important;
}

.link-popup-upload .copy:hover {
    background: #de8f06 !important;
}

.link-popup-upload .wht-block {
    padding-left: 30px;
    padding-right: 30px;
}

.link-popup-upload .wht-block p {
    font-size: 14px;
    color: #3a3a3a;
    line-height: 26px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.link-popup-upload .submit-btn {
    width: 100%;
    height: 60px;
    background: #323232;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.link-popup-upload .submit-btn:hover {
    background: #3a5414;
}

.landing-page {
    padding-bottom: 0px;
}

.landing-page header {
    min-height: 675px;
    border-color: #4aa150;
    background: url(../images/fon-lending-bb89f898815dce76df15d64c418d73cf.jpg);
    background-repeat: no-repeat;
    display: none;
}

.landing-page nav.navbar.navbar-default.navbar-static-top {
    display: none;
}

.landing-page .video-block {
    margin-bottom: 65px;
}

.landing-page p {
    color: #262626;
    line-height: 28px;
    margin-bottom: 40px;
}

.landing-page .submit-btn {
    padding-left: 160px;
    padding-right: 160px;
    height: 60px;
    background: #323232;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    margin-bottom: 80px;
    display: inline-block;
}

.landing-page .submit-btn:hover {
    background: #3a5414;
}

.landing-page h1 {
    margin-top: 145px;
}

.landing-page footer {
    display: none;
}

.landing-page .new-lend-page {
    min-height: 100vh;
    height: auto;
    background: #000;
    padding-bottom: 100px;
    background-color: #000;
}

.landing-page .new-lend-page .col-md-8.col-md-offset-2.text-center {
    clear: both;
}

.landing-page .new-lend-page h2 {
    color: #fff;
    text-align: center;
    font-family: '6890';
    display: block;
    font-size: 48px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 60px;
}

.landing-page .new-lend-page .mw-cover {
    background: url(../images/mw-cover-ec56d809186ec6ab50067312aa657f30.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding-bottom: 1px;
    margin-bottom: 20px;
}

.landing-page .new-lend-page .mw-cover .block-cover {
    display: block;
    margin: 0px auto;
    max-width: 820px;
    width: 100%;
}

.landing-page .new-lend-page .l1-p .block-cover {
    max-width: 570px;
}

.landing-page .new-lend-page .l1-p .block-cover p {
    margin-bottom: 60px;
}

.landing-page .new-lend-page .l1-p .block-cover .login-img {
    margin-left: 42px;
    margin-bottom: 15px;
}

.landing-page .new-lend-page .l2-p .block-cover {
    max-width: 820px;
}

.landing-page .new-lend-page .l2-p .block-cover .login-img {
    margin-left: 132px;
    margin-bottom: 25px;
}

.landing-page .new-lend-page .l3-p .block-cover {
    max-width: 630px;
}

.landing-page .new-lend-page .l3-p .block-cover .login-img {
    margin-left: 37px;
    margin-bottom: 15px;
}

.landing-page .new-lend-page .color-white {
    color: #fff;
    font-family: '6890';
    font-size: 34px;
    line-height: 36px;
    font-weight: 400;
}

.landing-page .new-lend-page .color-white span {
    color: #00dc1f;
    font-style: italic;
}

.landing-page .new-lend-page .color-white-2 {
    margin-bottom: 10px;
}

.landing-page .new-lend-page .red-cover {
    margin: 0px auto;
    max-width: 515px;
    min-height: 140px;
    background: url(../images/lend-red-cover-acdea0001f85421ad0df943a29169d0e.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
}

.landing-page .new-lend-page .red-cover span {
    font-size: 60px;
    display: block;
    color: #fff;
    font-family: '6890';
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.landing-page .new-lend-page .red-cover .yellow {
    font-size: 24px;
    color: #eaff00;
    font-family: '6890';
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
}

.landing-page .new-lend-page .green-cover {
    background: url(../images/lend-green-cover-826fac0617299f0c9ee81d2d8d52237a.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.landing-page .new-lend-page .green-cover span {
    font-size: 60px;
    display: block;
    color: #eaff00;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 5px;
    font-family: '6890';
}

.landing-page .new-lend-page .green-cover .yellow {
    font-size: 24px;
    color: #eaff00;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: '6890';
}

.landing-page .new-lend-page .login-img {
    margin-top: 60px;
    margin-bottom: 50px;
    margin-left: 0px;
    float: left;
}

.landing-page .new-lend-page .login-img img {
    width: 110px;
}

.landing-page .new-lend-page h1 {
    margin-top: 0px;
    font-size: 40px;
    color: yellow;
    font-family: '6890';
    line-height: 52px;
    margin-bottom: 10px;
    font-weight: 400;
}

.landing-page .new-lend-page h1.l3 {
    color: #fff;
}

.landing-page .new-lend-page h1.l3 .color-grey {
    color: #f1e6e6;
}

.landing-page .new-lend-page h1.l3 .green-color {
    color: #0a9c07;
}

.landing-page .new-lend-page .green-cover-page {
    color: #f1e5e5;
}

.landing-page .new-lend-page .green-cover-page span {
    color: #0a9c03;
    font-weight: 700;
}

.landing-page .new-lend-page span.v-title {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.landing-page .new-lend-page .video-block {
    margin-bottom: 65px;
    margin-top: 0px;
    height: 395px;
    border: 5px solid rgba(69, 58, 58, 0.5);
}

.landing-page .new-lend-page .links {
    display: inline-block;
    position: relative;
}

.landing-page .new-lend-page .submit-btn {
    margin-bottom: 0px;
    width: auto;
    margin: 0px;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 32px;
    color: #00453c !important;
    padding-left: 70px;
    padding-right: 70px;
    font-family: 'helveticaneuecyrblack';
    background: #ffcc00 !important;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), color-stop(34%, #ffcc00), color-stop(100%, #ff9c00), to(#ff9c00)) !important;
    background: linear-gradient(to bottom, #ffcc00 0%, #ffcc00 34%, #ff9c00 100%, #ff9c00 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#ff9c00', GradientType=0) !important;
    /* IE6-9 */
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 6px !important;
    position: relative;
    border: 0px !important;
}

.landing-page .new-lend-page .submit-btn:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcc00+0,ff9c00+85,ff9c00+100 */
    background: #ffcc00;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), color-stop(85%, #ff9c00), to(#ff9c00));
    background: linear-gradient(to bottom, #ffcc00 0%, #ff9c00 85%, #ff9c00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#ff9c00', GradientType=0);
    /* IE6-9 */
    color: #00453c;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.landing-page .new-lend-page .links:before {
    content: "";
    width: 100%;
    height: calc(100% + 50px);
    position: absolute;
    top: -25px;
    left: 0px;
    z-index: 0;
    background: url(../images/buttons-0f45e5740a948f4edbab2be521dd8f9a.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 327px 115px;
}

.custom-catching-page-editor + .modal .modal-body .inp-1 + a + p {
    display: none;
}

.custom-catching-page-editor + .modal .modal-body .inp-2 {
    display: none;
}

.custom-catching-page-editor + .modal .modal-body .inp-2 + a {
    display: none;
}

.custom-landing-page-editor + .modal .modal-body p {
    display: none;
}

.custom-landing-page-editor + .modal .modal-body .inp-1 + a + p {
    display: block;
}

.custom-landing-page-editor + .modal .modal-body .inp-2 {
    display: block;
}

.custom-landing-page-editor + .modal .modal-body .inp-2 + a {
    display: block;
}

.custom-landing-page-editor + .modal .modal-body .inp-1 {
    display: none;
}

.custom-landing-page-editor + .modal .modal-body .inp-1 + a {
    display: none;
}

.landing-page-custom {
    padding-bottom: 0px;
}

.landing-page-custom header {
    min-height: 420px;
    border-color: #ffa200;
    background: url(../images/landing-page-custom-301f87971e0877004c73729573968c4c.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0px;
}

.landing-page-custom nav.navbar.navbar-default.navbar-static-top {
    display: none;
}

.landing-page-custom .login-img {
    margin-top: 60px;
    margin-bottom: 0px;
}

.landing-page-custom .login-img img {
    width: 106px;
}

.landing-page-custom footer {
    display: none;
}

.landing-page-custom footer .login-img {
    margin-top: 12px;
    margin-bottom: 0px;
}

.landing-page-custom footer .login-img img {
    width: 211px;
}

.landing-page-custom h1 {
    margin-top: 0px;
    font-size: 40px;
    line-height: 80px;
    font-family: "TimesNewRomanRegular";
    color: #fff;
    text-transform: uppercase;
}

.landing-page-custom h3 {
    font-size: 24px;
    font-weight: 600;
    color: #3a3a3a;
    margin-top: 0px;
}

.landing-page-custom .info-text {
    margin-top: 80px;
}

.landing-page-custom p {
    color: #3a3a3a;
    line-height: 28px;
}

.landing-page-custom .avatar {
    display: block;
    margin: 0px auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: rgba(0, 0, 0, 0);
    width: 200px;
    height: 200px;
    border-radius: 0%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.landing-page-custom .avatar:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    background-image: url(../images/avatar-modal-12868d60e3373745016bb52124b00e3b.png);
    background-position: center center;
    border-radius: 0%;
    background-repeat: no-repeat;
    background-color: lightgrey;
}

.landing-page-custom .submit-btn {
    width: auto;
    padding-left: 108px;
    padding-right: 108px;
    margin-bottom: 70px;
}

.landing-page-custom .pre-footer-custom-block {
    padding-top: 45px;
    background: #eeeeee;
}

.landing-page-custom .pre-footer-custom-block p {
    margin-bottom: 25px;
}

.landing-page-custom .pre-footer-custom-block p.last {
    margin-bottom: 35px;
}

.landing-page-custom h2 {
    font-family: "TimesNewRomanBold";
    color: #2a2a2a;
    line-height: 28px;
    font-size: 36px;
    margin-bottom: 40px;
    margin-top: 75px;
}

.landing-page-custom .video-block {
    margin-top: 0px;
    height: 614px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 68px;
}

.landing-page-custom .video-block iframe {
    width: 100% !important;
    height: 550px !important;
}

.landing-page-custom .new-vid-ll iframe {
    height: 314px !important;
}

.landing-page-custom .lover-content {
    text-align: center;
}

.landing-page-custom .lover-content .video-block-second h3 {
    margin-bottom: 40px;
}

.landing-page-custom .lover-content .video-block-second .links + h3 {
    margin-bottom: 20px;
}

.landing-page-custom .lover-content .video-block-second .video-block {
    height: 435px;
    margin-bottom: 75px;
}

.landing-page-custom .lover-content .video-block-second .video-block iframe {
    height: 435px !important;
}

.landing-page-custom .lover-content .video-block-second h4 {
    font-family: "TimesNewRomanRegular";
    margin-bottom: 84px;
}

.landing-page-custom .lover-content .video-block-second .links {
    margin-bottom: 70px;
}

.landing-page-custom .lover-content .video-block-second p {
    margin-bottom: 67px;
}

.landing-page-custom .lover-content .video-block-second p span {
    font-family: "TimesNewRomanBold";
}

.landing-page-custom .lover-content h3 {
    font-size: 30px;
    font-family: "TimesNewRomanBold";
    color: #2a2a2a;
    margin-top: 0px;
    margin-bottom: 20px;
}

.landing-page-custom .lover-content ul {
    padding: 0px;
    margin: 0px;
}

.landing-page-custom .lover-content ul li {
    font-family: "TimesNewRomanRegular";
    font-size: 17px;
    color: #2a2a2a;
    list-style: none;
    margin-bottom: 6px;
    line-height: 36px;
}

.landing-page-custom .lover-content ul .last {
    font-family: "TimesNewRomanBold";
    margin-top: 64px;
}

.landing-page-custom .lover-content h4 {
    font-size: 24px;
    font-family: "TimesNewRomanBold";
    color: #2a2a2a;
    margin-top: 0px;
    margin-bottom: 20px;
}

.landing-page-custom .lover-content p {
    font-family: "TimesNewRomanRegular";
    font-size: 18px;
    line-height: 34px;
    color: #2a2a2a;
    margin-bottom: 35px;
}

.landing-page-custom .lover-content .second-block {
    margin-bottom: 57px;
}

.landing-page-custom .lover-content .second-block ul li {
    font-family: "TimesNewRomanBold";
    line-height: 34px;
}

.landing-page-custom .lover-content .second-block ul li span {
    float: right;
}

.landing-page-custom .lover-content .links {
    display: inline-block;
    position: relative;
    margin-bottom: 95px;
}

.landing-page-custom .lover-content .submit-btn {
    margin-bottom: 0px;
    width: auto;
    margin: 0px;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 32px;
    color: #00453c;
    padding-left: 70px;
    padding-right: 70px;
    font-family: 'helveticaneuecyrblack';
    background: #ffcc00;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), color-stop(34%, #ffcc00), color-stop(100%, #ff9c00), to(#ff9c00));
    background: linear-gradient(to bottom, #ffcc00 0%, #ffcc00 34%, #ff9c00 100%, #ff9c00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#ff9c00', GradientType=0);
    /* IE6-9 */
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 6px;
    position: relative;
    -webkit-box-shadow: 0px 5px 6px 1px rgba(72, 72, 72, 0.73);
    box-shadow: 0px 5px 6px 1px rgba(72, 72, 72, 0.73);
    text-transform: uppercase;
}

.landing-page-custom .lover-content .submit-btn:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcc00+0,ff9c00+85,ff9c00+100 */
    background: #ffcc00;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), color-stop(85%, #ff9c00), to(#ff9c00));
    background: linear-gradient(to bottom, #ffcc00 0%, #ff9c00 85%, #ff9c00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#ff9c00', GradientType=0);
    /* IE6-9 */
    color: #00453c;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.landing-page-custom .lover-content .links:before {
    content: "";
    width: 100%;
    height: calc(100% + 50px);
    position: absolute;
    top: -25px;
    left: 0px;
    z-index: 0;
    background: url(../images/buttons-0f45e5740a948f4edbab2be521dd8f9a.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 327px 115px;
}

.img-fon-2 header {
    background: url(../images/bossbabe-7ee70e327b4ca62407e830cedd1049e1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: 0px 0px 10000px 10000px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px 0px 10000px 10000px rgba(0, 0, 0, 0.3) inset;
}

.img-fon-3 header {
    background: url(../images/sunrise-cabo-a434fff25c966091890480baabc0e2fa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: 0px 0px 10000px 10000px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px 0px 10000px 10000px rgba(0, 0, 0, 0.3) inset;
}

span.label-sig {
    margin-top: 15px;
    display: block;
}

.signature {
    display: none;
    color: #a94442;
    margin-top: 0px;
}

.signature-pad {
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 100%;
    height: 100px;
    margin: 10px 0 0;
}

.link-support h2 {
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: center;
}

.link-support input {
    height: 47px;
    border-radius: 0px;
    border: 1px solid #c3c3c3;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.link-support textarea {
    border: 1px solid #c3c3c3;
    border-radius: 0px;
    resize: none;
    height: 140px;
    margin-bottom: 20px;
}

.link-support .submit-btn {
    padding-left: 160px;
    padding-right: 160px;
    height: 60px;
    background: #323232;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.link-support .submit-btn:hover {
    background: #3a5414;
}

.link-support label span {
    color: red;
}

.link-support .attach {
    position: relative;
    margin-bottom: 20px;
}

.link-support .attach input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    bottom: 0px;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    height: 100%;
}

.link-support .attach div {
    width: 100%;
    height: 47px;
    background: lightgrey;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catching-page {
    padding-bottom: 0px !important;
}

.catching-page header,
.catching-page footer {
    display: none;
}

.catching-page .form-horizontal .form-group {
    margin: 0px auto;
}

.catching-page .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.catching-page .content .catching-block {
    display: inline-block;
    max-width: 595px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.catching-page .catch-1 {
    background: url(../images/catching-page-1-acc525247209aa4a8b526c3d17b26534.jpg);
    text-align: center;
}

.catching-page .catch-1 .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #4aa150;
    min-height: 78px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
}

.catching-page .catch-1 .header span {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.catching-page .catch-1 h1 {
    font-size: 30px;
    color: #262626;
    margin-top: 54px;
    line-height: 0.8em;
    margin-bottom: 22px;
    line-height: 1em;
    font-family: 'helveticaneuecyrbold';
}

.catching-page .catch-1 p {
    margin-top: 0px;
    line-height: 28px;
    margin-bottom: 39px;
}

.catching-page .catch-1 input {
    height: 60px;
    border: 1px solid #c3c3c3;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    outline: none;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 700;
    color: #8b8b8b;
    margin-bottom: 20px;
}

.catching-page .catch-1 form {
    max-width: 400px;
    width: 100%;
    margin: 0px auto;
    display: block;
}

.catching-page .catch-1 .submit-btn {
    width: 100%;
    height: 60px;
    background: #4aa150 !important;
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    margin-bottom: 52px;
}

.catching-page .catch-1 .submit-btn:hover {
    background: #3a5414;
}

.catching-page .catch-1 .footer {
    display: inline-block;
    color: #777777;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 42px;
}

.catching-page .catch-2 {
    background: url(../images/catching-page-2-8e984948e950344a27d2b413f04c2b41.jpg);
    text-align: center;
    padding-top: 80px;
    padding-bottom: 60px;
    height: auto;
}

.catching-page .catch-2 h1 {
    font-size: 24px;
    margin-top: 70px;
    line-height: 36px;
    font-family: 'helveticaneuecyrbold';
    color: #fff;
    margin-bottom: 60px;
}

.catching-page .catch-2 h1 span {
    color: #ffc600;
}

.catching-page .catch-2 p {
    font-size: 18px;
    color: #a4a4a4;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 33px;
}

.catching-page .catch-2 .catching-block {
    border-radius: 0px;
    background: rgba(11, 11, 11, 0.7);
    -webkit-box-shadow: 2px 2px 60px 4px rgba(224, 220, 220, 0.1);
    box-shadow: 2px 2px 60px 4px rgba(224, 220, 220, 0.1);
    max-width: 534px;
}

.catching-page .catch-2 form {
    max-width: 410px;
    width: 100%;
    margin: 0px auto;
    display: block;
}

.catching-page .catch-2 form input[type="text"] {
    height: 52px;
    border: 2px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    outline: none;
    padding-left: 11px;
    font-size: 15px;
    font-weight: 700;
    color: #bbbbbb;
    margin-bottom: 25px;
    /*background: rgba(0, 0, 0, 0);*/
    background: white;
}

.catching-page .catch-2 form .submit-btn {
    width: 100%;
    height: 56px;
    background: #ffc600 !important;
    color: #964a00 !important;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    margin-bottom: 52px;
    font-family: 'helveticaneuecyrbold';
    border-radius: 56px;
}

.catching-page .catch-2 form .submit-btn span {
    margin-left: 12px;
    font-size: 24px;
    width: 24px;
    position: relative;
}

.catching-page .catch-2 form .submit-btn span:before {
    position: absolute;
    top: 2px;
    left: 0px;
}

.catching-page .catch-2 form .submit-btn:hover {
    background: #ffd43e;
}

.catching-page .catch-2 .footer {
    display: inline-block;
    color: #a4a4a4;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 64px;
}

.catching-page .catch-3 {
    background: url(../images/catching-page-3-3585d6938058cc9ce9e97c86a3959a6a.jpg);
    text-align: center;
    -webkit-box-shadow: 0px 0px 10000px 1000000px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 0px 10000px 1000000px rgba(0, 0, 0, 0.2) inset;
}

.catching-page .catch-3 h1 {
    font-family: 400;
    font-size: 26px;
    line-height: 50px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: normal;
    color: #000;
}

.catching-page .catch-3 h1 span {
    font-family: 'HelveticaNeueCyrMedium';
}

.catching-page .catch-3 p {
    font-weight: 600;
    font-size: 18px;
    color: #545454;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 35px;
}

.catching-page .catch-3 form {
    max-width: 380px;
    width: 100%;
    margin: 0px auto;
    display: block;
}

.catching-page .catch-3 form input[type="text"] {
    height: 52px;
    border: 1px solid #919191;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    outline: none;
    padding-left: 11px;
    font-size: 15px;
    font-weight: 700;
    color: #bbbbbb;
    margin-bottom: 25px;
    background: rgba(0, 0, 0, 0);
}

.catching-page .catch-3 form .submit-btn {
    width: 100%;
    height: 56px;
    background: #1c4cd2 !important;
    color: #fff !important;
    font-size: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    margin-bottom: 52px;
    font-family: 'HelveticaNeueCyrLight';
    border-radius: 56px;
}

.catching-page .catch-3 form .submit-btn:hover {
    background: #133eb8;
}

.catching-page .catch-3 .catching-block {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px;
}

.catching-page .catch-3 .catching-block .inner-catching {
    background: rgba(0, 0, 0, 0);
}

.catching-page .catch-3 .footer {
    display: inline-block;
    color: #545454;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 64px;
}

.catching-page .catch-4 {
    background: url(../images/catching-page-4-be5e9786651dc44f22b5f2c2c71fb521.jpg);
    text-align: center;
}

.catching-page .catch-4 .catching-block {
    background: #262626;
    border-radius: 0px;
}

.catching-page .catch-4 .catching-block .header {
    background: #121212;
}

.catching-page .catch-4 .catching-block .header span {
    color: #ffa200;
}

.catching-page .catch-4 .catching-block h1 {
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.3em;
}

.catching-page .catch-4 .catching-block p {
    color: #fff;
}

.catching-page .catch-4 .catching-block form {
    /* Firefox 19+ */
    /* Firefox 18- */
}

.catching-page .catch-4 .catching-block form input {
    font-weight: 400;
    color: #3a3a3a;
}

.catching-page .catch-4 .catching-block form .submit-btn {
    width: 100%;
    height: 56px;
    background: #ffa200 !important;
    color: #964a00 !important;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    margin-bottom: 52px;
    font-family: 'helveticaneuecyrbold';
    border-radius: 5px;
}

.catching-page .catch-4 .catching-block form .submit-btn span {
    margin-left: 12px;
    font-size: 24px;
    width: 24px;
    position: relative;
}

.catching-page .catch-4 .catching-block form .submit-btn span:before {
    position: absolute;
    top: 2px;
    left: 0px;
}

.catching-page .catch-4 .catching-block form .submit-btn:hover {
    background: #de8d00;
}

.catching-page .catch-4 .catching-block form input::-webkit-input-placeholder {
    color: #3a3a3a;
    text-align: left;
}

.catching-page .catch-4 .catching-block form input::-moz-placeholder {
    color: #3a3a3a;
    text-align: left;
}

.catching-page .catch-4 .catching-block form input:-moz-placeholder {
    color: #3a3a3a;
    text-align: left;
}

.catching-page .catch-4 .catching-block form input:-ms-input-placeholder {
    color: #3a3a3a;
    text-align: left;
}

.catching-page .catch-5 {
    background: url(../images/catching-page-5-12bf3bf8c2ede7cdaeb458fef5249047.jpg);
}

.catching-page .catch-5 .catching-block {
    background: #fff;
}

.catching-page .catch-5 .catching-block .header {
    background: #262626;
}

.catching-page .catch-5 .catching-block .header span {
    color: #fff;
}

.catching-page .catch-5 .catching-block h1 {
    color: #262626;
}

.catching-page .catch-5 .catching-block p {
    color: #262626;
}

.catching-page .catch-5 .catching-block form input {
    border-color: #292929;
    color: #3a3a3a;
}

.catching-page .catch-5 .catching-block form .submit-btn {
    width: 100%;
    height: 56px;
    background: #ffa200 !important;
    color: #964a00 !important;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    margin-bottom: 52px;
    font-family: 'helveticaneuecyrbold';
    border-radius: 5px;
}

.catching-page .catch-5 .catching-block form .submit-btn span {
    margin-right: 46px;
    margin-left: 0px;
    font-size: 24px;
    width: 24px;
    position: relative;
}

.catching-page .catch-5 .catching-block form .submit-btn span:before {
    position: absolute;
    top: 3px;
    left: 0px;
}

.catching-page .catch-6 {
    background: url(../images/catching-page-6-6bb9158d34c17b2d76cecb5607a6aaf4.jpg);
    text-align: center;
    background-position: left center;
}

.catching-page .catch-6 .catching-block {
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-shadow: 2px 2px 60px 4px rgba(224, 220, 220, 0.1);
    box-shadow: 2px 2px 60px 4px rgba(224, 220, 220, 0.1);
}

.catching-page .catch-6 .catching-block .header {
    height: 180px;
}

.catching-page .catch-6 .catching-block .header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2a309d+1,3b67b2+100 */
    background: #2a309d;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #2a309d 1%, #3b67b2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a309d', endColorstr='#3b67b2', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.catching-page .catch-6 .catching-block .header span {
    color: #fff;
}

.catching-page .catch-6 .catching-block h1 {
    color: #fff;
    font-family: 'HelveticaNeueCyrMedium';
    font-size: 25px;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.catching-page .catch-6 .catching-block h1 span {
    font-family: 'helveticaneuecyrblack';
}

.catching-page .catch-6 .catching-block p {
    color: #1b2233;
    font-size: 20px;
    font-weight: 600;
    margin-top: 53px;
    margin: 34px;
}

.catching-page .catch-6 .catching-block form input {
    border-color: #292929;
    color: #3a3a3a;
}

.catching-page .catch-6 .catching-block form .submit-btn {
    width: 100%;
    height: 56px;
    background: #2854b2 !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    margin-bottom: 52px;
    font-family: 'HelveticaNeueCyrMedium';
    border-radius: 0px;
    text-transform: uppercase;
}

.catching-page .catch-6 .catching-block form .submit-btn span {
    margin-right: 46px;
    margin-left: 0px;
    font-size: 24px;
    width: 24px;
    position: relative;
}

.catching-page .catch-6 .catching-block form .submit-btn span:before {
    position: absolute;
    top: 3px;
    left: 0px;
}

.catching-page .catch-6 .catching-block form .submit-btn:hover {
    background: #0d358d;
}

.catching-page .catch-6 .catching-block .footer {
    display: inline-block;
    color: #879198;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 64px;
}

.catching-page .catch-7 {
    background: url(../images/catching-page-7-5e24024fa20331952f6ad32e943dc3b4.jpg);
    text-align: center;
}

.catching-page .catch-7 .catching-block {
    border-radius: 0px;
}

.catching-page .catch-7 .catching-block .header {
    background: #08224a;
}

.catching-page .catch-7 .catching-block h1 {
    font-family: 'helveticaneuecyrbold';
    font-size: 80px;
}

.catching-page .catch-7 .catching-block h2 {
    color: #122d57;
    font-size: 27px;
    line-height: 39px;
    font-family: 'helveticaneuecyrbold';
    margin-top: 50px;
}

.catching-page .catch-7 .catching-block p {
    font-size: 18px;
    color: #122d57;
    font-family: 'CooperHewittBook';
}

.catching-page .catch-7 .catching-block form {
    /* Firefox 19+ */
    /* Firefox 18- */
}

.catching-page .catch-7 .catching-block form input {
    border-color: #d6e1f2;
    color: #354d71;
    font-family: 'CooperHewittBook';
}

.catching-page .catch-7 .catching-block form input::-webkit-input-placeholder {
    color: #354d71;
}

.catching-page .catch-7 .catching-block form input::-ms-input-placeholder {
    color: #354d71;
}

.catching-page .catch-7 .catching-block form input::placeholder {
    color: #354d71;
}

.catching-page .catch-7 .catching-block form input::-webkit-input-placeholder {
    color: #354d71;
    text-align: left;
}

.catching-page .catch-7 .catching-block form input::-moz-placeholder {
    color: #354d71;
    text-align: left;
}

.catching-page .catch-7 .catching-block form input:-moz-placeholder {
    color: #354d71;
    text-align: left;
}

.catching-page .catch-7 .catching-block form input:-ms-input-placeholder {
    color: #354d71;
    text-align: left;
}

.catching-page .catch-7 .catching-block form .submit-btn {
    width: 100%;
    height: 56px;
    background: #eda10d !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    margin-bottom: 52px;
    font-family: 'HelveticaNeueCyrMedium';
    border-radius: 0px;
    text-transform: uppercase;
}

.catching-page .catch-7 .catching-block form .submit-btn span {
    margin-right: 46px;
    margin-left: 0px;
    font-size: 24px;
    width: 24px;
    position: relative;
}

.catching-page .catch-7 .catching-block form .submit-btn span:before {
    position: absolute;
    top: 3px;
    left: 0px;
}

.catching-page .catch-7 .catching-block form .submit-btn:hover {
    background: #f7b432;
}

.catching-page .catch-7 .catching-block .footer {
    display: inline-block;
    color: #585a62;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 64px;
}

.catching-page .catch-8 {
    background: url(../images/catching-page-8-1f073df0ea2b4cd3b29cd50fd21d9cc9.jpg);
    text-align: center;
}

.catching-page .catch-8 .catching-block {
    border-radius: 100%;
    background: rgba(29, 29, 29, 0.85);
    -webkit-box-shadow: 0px 0px 0px 22px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0px 22px rgba(255, 255, 255, 0.1);
    max-width: 800px;
    min-height: 800px;
}

.catching-page .catch-8 .catching-block .header {
    background: rgba(0, 0, 0, 0);
    height: auto;
}

.catching-page .catch-8 .catching-block h1 {
    font-family: 'helveticaneuecyrbold';
    font-size: 65px;
    margin-top: 100px;
    line-height: 66px;
}

.catching-page .catch-8 .catching-block h2 {
    color: #f8f8f8;
    font-size: 27px;
    line-height: 39px;
    font-family: 'helveticaneuecyrbold';
    margin-top: 40px;
    margin-bottom: 0px;
}

.catching-page .catch-8 .catching-block p {
    font-size: 18px;
    color: #f8f8f8;
    font-family: 'CooperHewittBook';
    margin-bottom: 15px;
    margin-top: 40px;
}

.catching-page .catch-8 .catching-block form {
    max-width: 377px;
    /* Firefox 19+ */
    /* Firefox 18- */
}

.catching-page .catch-8 .catching-block form input {
    border-color: #cfdaeb;
    color: #fff;
    font-family: 'CooperHewittBook';
    background: rgba(0, 0, 0, 0);
    height: 56px;
    margin-bottom: 22px;
}

.catching-page .catch-8 .catching-block form input::-webkit-input-placeholder {
    color: #fff;
}

.catching-page .catch-8 .catching-block form input::-ms-input-placeholder {
    color: #fff;
}

.catching-page .catch-8 .catching-block form input::placeholder {
    color: #fff;
}

.catching-page .catch-8 .catching-block form input::-webkit-input-placeholder {
    color: #fff;
    text-align: left;
}

.catching-page .catch-8 .catching-block form input::-moz-placeholder {
    color: #fff;
    text-align: left;
}

.catching-page .catch-8 .catching-block form input:-moz-placeholder {
    color: #fff;
    text-align: left;
}

.catching-page .catch-8 .catching-block form input:-ms-input-placeholder {
    color: #fff;
    text-align: left;
}

.catching-page .catch-8 .catching-block form .submit-btn {
    width: 100%;
    height: 60px;
    background: #af6e1f !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    margin-bottom: 42px;
    font-family: 'HelveticaNeueCyrMedium';
    border-radius: 60px;
    text-transform: uppercase;
}

.catching-page .catch-8 .catching-block form .submit-btn span {
    margin-right: 46px;
    margin-left: 0px;
    font-size: 24px;
    width: 24px;
    position: relative;
}

.catching-page .catch-8 .catching-block form .submit-btn span:before {
    position: absolute;
    top: 3px;
    left: 0px;
}

.catching-page .catch-8 .catching-block form .submit-btn:hover {
    background: #f79e32 !important;
}

.catching-page .catch-8 .catching-block .footer {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 80px;
}

.crd1 {
    display: inline-block;
    width: 46px;
    height: 28px;
    background: url(../images/crd1-d26c3010996cc90145183dc616341f14.jpg);
    border-radius: 5px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-right: 15px;
    margin-bottom: 20px;
}

.crd2 {
    display: inline-block;
    width: 46px;
    height: 28px;
    background: url(../images/crd2-3bf618d599fa90574be0b8335fcc433f.jpg);
    border-radius: 5px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-right: 15px;
    margin-bottom: 20px;
}

.crd3 {
    display: inline-block;
    width: 46px;
    height: 28px;
    background: url(../images/crd3-95df12a1c75587d59254b2b58169721f.jpg);
    border-radius: 5px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-right: 15px;
    margin-bottom: 20px;
}

.crd4 {
    display: inline-block;
    width: 46px;
    height: 28px;
    background: url(../images/crd4-1a1a2b46912482b7e42b1567770bacd3.jpg);
    border-radius: 5px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
}

.inner-header .navbar-collapse {
    float: right;
    margin-top: -5px;
}

header.inner-header.auth-user-home .nav-brand img {
    width: 211px;
}

header.inner-header.auth-user-home .navbar-collapse {
    margin-top: 35px;
}

.tabs-home h1 {
    color: #3a3a3a;
    font-size: 64px;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 70px;
}

.tabs-home h2 {
    font-size: 48px;
    margin-top: 0px !important;
    margin-bottom: 20px;
    line-height: 50px;
}

.tabs-home .bottom-link {
    margin-top: 0px;
    margin-bottom: 70px;
}

.tabs-home .video-block {
    height: 614px;
    margin-bottom: 60px;
}

.tabs-home .tabs-2 .home-dash h2 {
    font-size: 30px;
    margin-bottom: 0px;
}

.tabs-home .tabs-2 .home-dash input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
}

.tabs-home .tabs-2 .home-dash input[type="submit"] {
    width: 100%;
}

footer .login-img {
    margin-top: 12px;
    text-align: right;
}

footer .login-img img {
    width: 60px;
}

.body-auth footer .login-img {
    margin-top: 12px;
    text-align: right;
}

.body-auth footer .login-img img {
    width: 211px;
}

header.inner-header + div + footer .login-img {
    margin-top: 12px;
    text-align: right;
}

header.inner-header + div + footer .login-img img {
    width: 211px;
}

.body-padding-not-auth header.inner-header + div + footer .login-img {
    margin-top: 12px;
    text-align: right;
}

.body-padding-not-auth header.inner-header + div + footer .login-img img {
    width: 60px;
}

.navbar-header {
    float: none;
}

.navbar-collapse {
    float: none;
    border: 0px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-nav > li {
    float: left !important;
}

.capt {
    margin-bottom: 30px;
    font-size: 11px;
}

.catching-page .submit-btn {
    margin-bottom: 10px !important;
}

.catch-2 .capt {
    margin-bottom: 30px;
    font-size: 12px;
    color: #fff;
}

.upgrade.table-info {
    margin-top: 40px;
}

.upgrade.table-info p {
    font-size: 24px;
    margin-bottom: 0px;
}

.upgrade.table-info p span {
    font-weight: 700;
    color: #000;
}

.upgrade.table-info h1 {
    font-weight: 700;
    color: #000;
    margin-top: 0px;
}

.upgrade.table-info table tbody td {
    text-align: center;
    padding: 22px 0px;
}

.upgrade.table-info table tbody td span {
    font-size: 24px;
}

.upgrade.table-info table thead th {
    text-transform: uppercase;
}

.upgrade.table-info .submit-btn {
    width: 300px;
    height: 60px;
    background: #323232;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    margin-top: 26px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.upgrade.table-info .submit-btn:hover {
    background: #3a5414;
}

.table-responsive {
    overflow-x: visible;
}

.file-name {
    display: inline-block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
}

.vid-block {
    margin-bottom: 30px;
}

.vid-block h3 {
    text-align: center;
    margin-bottom: 5px;
}

.work-time {
    margin-bottom: 40px;
    margin-top: 0px;
}
.terms-of-use ul li {
    list-style: none;
}

.terms-of-use h2 {
    font-weight: 700;
    color: #3a3a3a;
}

.terms-of-use h3 {
    color: #3a3a3a;
}

.terms-of-use p {
    color: #3a3a3a;
}

.terms-of-use a {
    color: #e4af0a;
}

.main-sli-down {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
}

.main-sli-down .selected-link {
    border-bottom: 2px solid #3a3a3a;
    display: block;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding-right: 45px;
}

.main-sli-down .selected-link i {
    margin-right: 15px;
}

.main-sli-down .selected-link .icon-open {
    color: #0a9c07;
}

.main-sli-down .selected-link .icon-close {
    color: #9f191f;
}

.main-sli-down .selected-link.close-d.icon-side-arrow:before {
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -7px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 14px;
}

.main-sli-down .selected-link.open-d.icon-side-arrow:before {
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -7px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 14px;
}

.main-sli-down .main-drop {
    display: block;
    padding: 0px;
}

.main-sli-down .main-drop li {
    list-style: none;
    border-bottom: 1px solid lightgrey;
}

.main-sli-down .main-drop li span {
    font-weight: 600;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    min-height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 45px;
}

.main-sli-down .main-drop li span i {
    margin-right: 15px;
}

.main-sli-down .main-drop li span .icon-open {
    color: #0a9c07;
}

.main-sli-down .main-drop li span .icon-close {
    color: #9f191f;
}

.main-sli-down .main-drop li .open-d {
    border-bottom: 1px solid lightgrey;
    background: #f5f5f5;
}

.main-sli-down .main-drop li span:hover {
    background: #f5f5f5;
}

.main-sli-down .main-drop li button {
    border: 0px;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    display: block;
    padding: 0px;
    min-height: 60px;
    width: 100%;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: none;
}

.main-sli-down .main-drop li button:hover {
    background: #f5f5f5;
}

.main-sli-down .dropdown {
    display: none;
    padding: 0px;
}

.main-sli-down .close-d.icon-side-arrow:before {
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -7px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 14px;
}

.main-sli-down .open-d.icon-side-arrow:before {
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -7px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    font-size: 14px;
}

.no-step.main-sli-down {
    margin-top: 0px;
    margin-bottom: 15px;
}

.no-step.main-sli-down .main-drop {
    display: none;
}

.no-step.main-sli-down .selected-link {
    padding-left: 35px;
    position: relative;
}

.no-step.main-sli-down .selected-link i {
    position: absolute;
    left: 0px;
    top: 0px;
}

.no-step.main-sli-down .selected-link.close-d.icon-side-arrow:before {
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -7px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 14px;
}

.no-step.main-sli-down .selected-link.open-d.icon-side-arrow:before {
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -7px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    font-size: 14px;
}

.mb60 {
    margin-bottom: 60px;
}

.free-training {
    margin-bottom: 80px;
}

.main-sli-down .open-d + .dropdown li {
    padding-top: 0px;
    background: #f1f1f1;
    border: 5px solid #f1f1f1;
    margin-bottom: 15px;
}

.main-sli-down .open-d + .main-drop li .dropdown li {
    padding-top: 0px;
    background: #f1f1f1;
    border: 5px solid #f1f1f1;
    margin-bottom: 15px;
}

header.advanced-page + .container .video-block {
    height: 530px !important;
}

header.advanced-page + .container iframe {
    height: 530px;
}

.training h3 {
    font-weight: 700;
    text-align: center;
}

.training li a {
    color: #00c3d4;
    text-decoration: underline !important;
}

.training li b {
    font-size: 14px;
}

.training .submit-btn {
    margin-bottom: 0px;
    width: 100%;
    margin: 0px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    color: #00453c;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'helveticaneuecyrblack';
    background: #ffcc00;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), color-stop(34%, #ffcc00), color-stop(100%, #ff9c00), to(#ff9c00));
    background: linear-gradient(to bottom, #ffcc00 0%, #ffcc00 34%, #ff9c00 100%, #ff9c00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#ff9c00', GradientType=0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 6px;
    position: relative;
    -webkit-box-shadow: 0px 5px 6px 1px rgba(72, 72, 72, 0.73);
    box-shadow: 0px 5px 6px 1px rgba(72, 72, 72, 0.73);
    text-transform: uppercase;
}

.training .links {
    display: block;
    position: relative;
    margin: 0px auto;
    margin-bottom: 95px;
    width: 80%;
    margin-top: 15px;
}

.training .table-info {
    margin-top: 65px;
}

#link-popup-video .modal-dialog {
    max-width: 850px;
    width: 90%;
}

#link-popup-video .modal-dialog .modal-body {
    padding: 0px;
    height: 477px;
}

#link-popup-video .modal-dialog .modal-body iframe {
    width: 100%;
    height: 477px;
}

footer .text-center span {
    margin: 0px 10px;
    font-size: 18px;
}

.upload-form-tab {
    max-width: 400px;
    width: 100%;
    position: relative;
    border-bottom: 5px solid #323232;
    margin: 0px auto;
    margin-bottom: 0px;
    border-radius: 4px;
    z-index: 10;
}

.upload-form-tab span {
    float: left;
    font-size: 20px;
    color: #323232;
    width: calc(100% - 80px);
    height: 40px;
    display: block;
    padding-left: 10px;
    background: #fff;
    border: 1px solid #dddddd;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 2px;
    text-align: left;
}

.upload-form-tab input {
    float: right;
    height: 40px;
}

.upload-form-tab [type="file"] {
    position: absolute;
    height: 40px;
    top: 0px;
    left: 0px;
    right: 73px;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.upload-form-tab input.btn {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.upload-form-tab a {
    margin-bottom: 10px;
    margin-top: 25px;
    color: #00c3d4;
    text-decoration: underline;
    display: inline-block;
    clear: both;
    font-weight: 600;
}

.upload-form-tab p {
    color: #323232;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    padding-top: 10px;
}

.upload-form-tab p:before {
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}

.training .formula-link {
    margin-bottom: 60px;
}

.tab-tab .dropdown {
    display: block;
}

.text-info-card span {
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: 10px;
}

.registr-help-text {
    margin-top: 40px;
}

.visib-xs {
    display: none;
}

#contactFile + span {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upload-form-tab input.btn {
    background: #dddddd;
}

.upload-form-tab .has-error {
    position: absolute;
    top: -30px;
}

#link-timer .modal-dialog {
    width: 90% !important;
}

#link-timer .info-text {
    margin-top: 25px !important;
}

#link-timer h2 {
    margin-bottom: 80px;
}

#link-timer .container {
    width: 100% !important;
}

#link-timer .modal-dialog {
    width: 100% !important;
}

.custom-catching-page-editor .custom-block {
    max-width: 320px;
}

.custom-catching-page-editor .custom-block a {
    width: auto;
    height: 60px;
    background: #323232;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
}

.custom-catching-page-editor .custom-block a:hover,
.custom-catching-page-editor .custom-block a:focus {
    background: #3a5414;
    text-decoration: none;
}

.precode xmp {
    white-space: normal;
    display: inline-block;
    font-size: 12px;
    margin: 0px;
}

.precode.col-md-12.form-group {
    margin-top: 15px !important;
    margin-bottom: 5px !important;
}

.a-sup-link a:focus {
    color: #fff;
    text-decoration: none;
}

.a-sup-link a:hover {
    text-decoration: underline;
    color: #fff;
}

.a-sup-link {
    margin-top: 42px !important;
    font-size: 14px !important;
}

.a-sup-link span {
    margin: 0px 5px !important;
}

footer span {
    margin-top: 48px;
}

.my-links .nav-tabs {
    margin-top: 100px;
}

.my-links .nav-tabs > li {
    width: 25%;
}

.my-links .nav-tabs > li a {
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    color: #3a3a3a;
    border: 0px;
}

.my-links .nav-tabs > li.active a {
    border-top: 4px solid #323232;
    font-weight: 400;
}

.my-links .tab-pane.active {
    padding-top: 40px;
    background: #f5f8fa;
    border: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.my-links .custom-block a {
    border-width: 4px;
}

.my-links .custom-block a + a {
    background: rgba(0, 0, 0, 0);
    border: 0px;
}

.my-links .custom-block a + a.btn-danger {
    background: rgba(0, 0, 0, 0);
    border: 0px;
    color: #bf5329;
    margin-top: -35px;
}

.my-links .custom-block a + a.btn-danger span {
    color: #bf5329;
    border-color: #bf5329;
}

.my-links .custom-block a {
    float: left;
}

.inp-color {
    position: relative;
    display: inline-block;
}

.inp-color input {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}

.inp-color span {
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 5px;
    border: 2px solid rgba(0, 0, 0, 0);
}

.inp-color input:checked + span {
    border-color: lightgrey;
    -webkit-box-shadow: 1px 1px 2px 0px;
    box-shadow: 1px 1px 2px 0px;
}

.adv-sett i.icon-arrow.pull-right {
    margin-top: -15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 14px;
    color: #323232;
}

.adv-sett .panel-default {
    border-color: #c3c3c3;
    border-radius: 0px;
}

.adv-sett .panel-default .panel-heading {
    height: 47px;
    padding: 15px;
}

.adv-sett .panel-default .panel-heading h3 {
    font-size: 16px;
}

.edit-cust {
    margin-right: 30px;
    margin-top: 27px;
    width: 100%;
    display: inline-block;
}

input[type="file"].form-control {
    border: 0px;
    padding-left: 0px;
}

.first-label label {
    text-align: left;
}

.label {
    display: block;
    margin-top: 30px;
    margin-bottom: 60px;
}

.label a {
    font-size: 22px;
    margin-top: 25px;
    display: inline-block;
}

.label .tr-pix {
    max-width: 300px;
    display: inline-block;
    width: 100%;
}

.label .submit-btn {
    width: 100%;
    height: 47px;
    background: #323232;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    margin-top: 26px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px !important;
}

.label label {
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
    color: #3a3a3a;
}

.label input {
    width: calc(100% - 120px);
    height: 47px;
    border: 1px solid #ddd;
    color: #3a3a3a;
    outline: none;
    font-weight: 400;
    font-size: 20px;
    padding-left: 15px;
    float: left;
}

.label > button {
    height: 47px;
    background: green;
    width: 120px;
    color: #fff;
    text-transform: uppercase;
    border: 0px;
    border-radius: 4px;
    background: #323232;
}

.label.first-label {
    margin-bottom: 15px;
}

#menu2 {
    text-align: center;
}

#menu2 .p-funnel .dropdown.bootstrap-select {
    display: block;
    margin-bottom: 25px;
    width: 270px;
}

.my-links .nav-tabs {
    border-bottom: 0px;
}

.my-links #menu3 {
    padding-bottom: 30px;
}

.my-links #menu3 .nav-tabs > li.active > a,
.my-links #menu3 .nav-tabs > li.active > a:hover,
.my-links #menu3 .nav-tabs > li.active > a:focus {
    border: 0px;
    border: 2px solid #8a8a8a;
    background: #E5E1E1;
}


.my-links #menu3 .col-md-7 {
    border-right: 1px solid #d2d8d1;
}

.my-links #menu3 .nav-tabs li {
    width: 49%;
    margin-bottom: 15px;
}

#menu3 .margin-div {
    margin-left: 6%;
}

.link-help {
    font-size: 15px;
    color: #0000ff;
}

.my-links #menu3 .nav-tabs li a {
    /*border: 4px solid #8a8a8a;*/
    background: #E5E1E1;
    box-shadow: inset 0 0 10px #000000;
    border-radius: 5px;
    margin-right: 10%;
}

.my-links #menu3 .nav-tabs li img {
    width: 70%;
    margin: 0px auto;
}

#ar0 .bootstrap-select {
    width: 100% !important;
    margin-bottom: 20px;
}

#ar2 .bootstrap-select {
    width: 100% !important;
    margin-bottom: 20px;
}

#ar2 .bootstrap-select + button {
    width: 100%;
    height: 60px;
    background: #323232;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px !important;
}

#ar2 .form-control {
    height: 60px;
    border-radius: 0px;
}

.company-tab {
    display: none;
}

.company-tab.act {
    display: block;
}

.timer {
    display: inline-block;
    font-size: 70px;
    color: red !important;
    margin-top: 100px;
}

.timer div {
    display: inline-block;
    text-align: center;
    margin: 0px 20px;
}

.timer div span {
    display: block;
    color: #3a3a3a !important;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: 600;
}

.timer-lending h1 {
    color: #3a3a3a !important;
    font-family: 'CooperHewittBold';
    font-weight: 700;
    text-transform: none;
    line-height: 70px;
    font-size: 60px;
    margin-top: 100px;
    margin-bottom: 40px;
}

.timer-lending p {
    margin-bottom: 10px;
    font-size: 20px;
}

.people-comment {
    background: #e4edf2;
    text-align: center;
    padding-bottom: 110px;
}

.people-comment h2 {
    color: #3a3a3a !important;
    font-family: 'CooperHewittBold';
    font-size: 50px;
    margin-bottom: 60px;
}

.people-comment .avatar {
    border-radius: 100%;
}

.people-comment p {
    margin-bottom: 25px;
}

.people-comment span {
    font-weight: 700;
}

.colo-button {
    padding-top: 40px;
    padding-bottom: 60px;
    display: block;
    background: #ff0000;
}

.colo-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    background: #ffcc01;
    height: 76px;
    font-size: 32px;
    border-radius: 0px;
}

.social-link {
    text-align: center;
    color: #fff;
    background: #193845;
}

.social-link a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 70px;
    margin-bottom: 20px;
}

.social-link a img {
    width: 100%;
}

.social-link p {
    color: #fff;
}

.catching-page .wide-catch-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff !important;
}

.catching-page .wide-catch-1 .avatar {
    width: 200px;
    height: 200px;
    display: block;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
}

.catching-page .wide-catch-1 .catching-block {
    display: inline-block;
    max-width: 1170px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.catching-page .five-days span {
    color: red;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0px;
    display: block;
    width: 100%;
}

.catching-page .five-days .dib {
    display: inline-block;
}

.catching-page .five-days p {
    font-size: 16px;
    margin: 0px !important;
    text-transform: uppercase;
}

.catching-page .wide-bg {
    background: url(../images/white-background-4-92cde022e628eff868b89bc30a4c10fb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 100%;
    padding-bottom: 100px;
    margin-bottom: 30px;
}

.catching-page .user-block-comment {
    padding-top: 40px;
}

.catching-page button {
    background: #F44336 !important;
}

.catching-page button:hover {
    background: #b72626 !important;
}

.company-tab .dropdown.bootstrap-select {
    width: calc(100% - 120px) !important;
    float: left;
}

.company-tab textarea {
    width: 100%;
    height: 70px;
    margin-top: 40px;
    resize: none;
}

.cc3 input[type='text'],
.cc3 input[type='enail'] {
    background: #fff !important;
    color: #000 !important;
    border: 2px solid #ffcf13 !important;
    text-align: center;
}

.cc3 button {
    border-radius: 0px !important;
    background: #ffcf13 !important;
    border-bottom: 4px solid #a98710 !important;
}

.cc3 .header {
    background: #000;
    color: #f7cf24;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 54px;
}

.get-started-btn {
    width: 100%;
    height: 60px;
    background: #323232;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px !important;
    max-width: 400px;
    margin: 0px auto;
    margin-top: 40px;
    margin-bottom: 60px;
}

.get-started-btn:hover {
    color: #fff;
    background: #3a5414;
}

.dropdown.bootstrap-select button {
    background: #fff !important;
    border: 1px solid #dddddd;
    color: #3a3a3a;
}

.landing-page-custom {
    padding-bottom: 0px !important;
}

.catching-page-custom {
    padding: 0px !important;
}

.catching-page .content.cc5 {
    height: auto !important;
}

.container.register-page.profile-page.custom-catching-page-editor .form-group {
    margin: 0 0 10px !important;
}

.container.register-page.profile-page.custom-catching-page-editor .form-control {
    height: 40px;
}

.container.register-page.profile-page.custom-catching-page-editor .control-label + img {
    margin-bottom: 20px;
}

.container.register-page.profile-page.custom-catching-page-editor h2 {
    display: inline-block;
}

.container.register-page.profile-page.custom-catching-page-editor .custom-block {
    max-width: 260px;
    float: right;
    margin-right: 0px;
    margin-left: 30px;
}

.container.register-page.profile-page.custom-catching-page-editor .custom-block a {
    width: auto;
    height: 40px;
    background: #323232;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    max-width: 260px;
    margin: 0px !important;
    margin-bottom: 15px !important;
}

.container.register-page.profile-page.custom-catching-page-editor .custom-block a:hover {
    background: #8a8a8a;
}

header .main-page-text h1 p {
    margin-bottom: 55px;
    margin-top: 25px;
}

header .main-page-text h2 {
    color: #fff;
    font-weight: 700 !important;
    margin-bottom: 25px;
}

header .main-page-text ul {
    margin-top: 20px;
    margin-bottom: 60px;
}

header .main-page-text ul li {
    color: #fff;
    font-size: 24px;
    text-align: left;
    font-weight: 400;
}

.main-white-block-text h2 {
    font-size: 25px;
    color: #3a3a3a;
    font-weight: 700 !important;
    margin-top: 80px;
}

.main-white-block-text p {
    font-size: 24px;
    color: #3a3a3a;
    text-align: left;
}

.md-container {
    display: block;
    max-width: 686px;
    margin: 0 auto;
}

.main-page-members-block h2 {
    margin-top: 0px;
}

.main-page-members-block .pull-right.link-block.text-center {
    margin-top: 30px;
}

.main-page-members-block .pull-left.link-block.text-center {
    overflow: hidden;
    position: relative;
}

.main-page-members-block .pull-left.link-block.text-center:before {
    content: 'Best value';
    display: block;
    width: 400px;
    text-align: center;
    padding: 5px;
    color: #fff;
    background: green;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -135px;
    top: 40px;
    z-index: 10;
    position: absolute;
}

.main-page-members-block .link-block ul {
    padding: 0px;
    margin-bottom: 40px;
    margin-top: -25px;
}

.main-page-members-block .link-block ul li {
    list-style: none;
    margin-bottom: 10px;
    text-align: center;
    color: #b1b1c2;
    font-weight: 600;
    font-size: 18px;
}

.main-page-members-block .link-block ul li b {
    color: green;
}

.my-links .custom-block.label > a {
    border: 0px !important;
    background: #ffa200 !important;
}

.my-links .custom-block.label > a:hover {
    background: #de8f06 !important;
}

header.auth-user-home {
    background: #fff !important;
    border: 0px !important;
}

header.auth-user-home .login {
    background: rgba(0, 0, 0, 0) !important;
}

header.auth-user-home .login a {
    color: #323232;
    height: 51px;
    padding: 12px 50px;
    border: 2px solid #323232;
    border-radius: 4px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

header.auth-user-home .login a:hover:before {
    color: #323232 !important;
}

header.auth-user-home .login .icon-user:before {
    margin-right: 10px;
}

header.auth-user-home .nav-bar-top {
    margin-top: 60px;
}

header.auth-user-home #app-navbar-collapse {
    margin-top: 6px !important;
}

header.auth-user-home .navbar-nav li a {
    color: #323232;
    -webkit-transition: all .3s;
    transition: all .3s;
}

header.auth-user-home .navbar-nav li a:hover {
    color: #323232;
}

header.auth-user-home .navbar-nav li a:hover::before {
    color: #323232 !important;
}

header.auth-user-home .nav-brand {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

header.auth-user-home .nav-brand img {
    width: 230px;
}

.first-page-main .nav-brand {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.first-page-main .nav-brand img {
    width: 211px;
}

.my-links.premade-page .custom-block a {
    margin-top: 0px;
}

.my-links.premade-page .custom-block a h3 {
    white-space: normal;
    line-height: 13px;
}

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

.inner-header .dropdown button {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.inner-header .dropdown button .icon-user {
    margin-right: 5px;
}

.inner-header .dropdown button:hover,
.inner-header .dropdown button:focus {
    border-color: #fff !important;
    background: #fff !important;
}

.inner-header .dropdown ul {
    margin-top: -1px !important;
}

header.auth-user-home.not-auth {
    min-height: 100px !important;
}

header.auth-user-home.not-auth button.navbar-toggle {
    margin-top: 7px !important;
}

header.auth-user-home.not-auth div#app-navbar-collapse {
    width: 100%;
}

.preview-template-page {
    margin-top: 40px;
}

.preview-template-page .submit-btn {
    margin-top: 40px;
}

.preview-template-page h3 + div {
    -webkit-box-shadow: 0px 7px 19px 1px rgba(14, 47, 0, 0.4);
    box-shadow: 0px 7px 19px 1px rgba(14, 47, 0, 0.4);
}

.preview-template-page .custom-block {
    margin-bottom: 40px;
}

.preview-template-page .custom-block .img {
    max-height: 270px;
}

.tab-content .custom-block {
    margin-bottom: 40px;
}

.custom-catching-page-editor .submit-btn {
    width: auto;
    padding: 0px 25px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.custom-catching-page-editor .edit-l-p {
    margin-bottom: 5px;
}

.catching-page .my-econ-c {
    background: transparent;
    min-height: 100% !important;
    height: auto !important;
}

.catching-page .my-econ-c form {
    max-width: 600px;
}

.catching-page .my-econ-c form span {
    font-size: 16px;
    color: #fff;
}

.catching-page .my-econ-c .catching-block {
    max-width: 889px;
    background: transparent;
    padding: 50px 0px;
}

.catching-page .my-econ-c .body {
    background: rgba(28, 52, 123, 0.8);
    display: inline-block;
    width: 100%;
    padding-bottom: 85px;
}

.catching-page .my-econ-c .body .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catching-page .my-econ-c .body h1 {
    color: #fff;
    white-space: normal;
}

.catching-page .my-econ-c .body h1 p {
    font-size: 34px;
    line-height: 56px;
    padding: 0px 75px;
}

.catching-page .my-econ-c .body h1 b {
    color: #ff1800;
}

.catching-page .my-econ-c .body h1 u {
    color: #ff1800;
    font-weight: 700;
}

.catching-page .my-econ-c .body button {
    background: #ff1800 !important;
}

.catching-page .my-econ-c .body a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 66px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    max-width: 400px;
    width: 100%;
    background: #ff1800 !important;
}

.catching-page .my-econ-c .body-l {
    background: #fff;
    padding: 50px 100px;
}

.catching-page .my-econ-c .body-l iframe {
    height: 400px !important;
}

.catching-page .my-econ-c .header {
    background: rgba(3, 3, 3, 0.83);
    white-space: normal;
    padding: 15px 20px;
}

.catching-page .my-econ-c .header span {
    color: #fff;
    font-size: 40px;
}

.catching-page .my-econ-c .header span u {
    color: #ff1800;
    font-weight: 700;
}

.modal-myecon-c {
    text-align: center;
}

.modal-myecon-c .modal-header .close {
    margin-top: -70px;
    background: transparent !important;
}

.modal-myecon-c .modal-header .close:hover {
    background: transparent !important;
}

.modal-myecon-c input {
    height: 56px;
    margin-top: 30px;
}

.modal-myecon-c button.btn {
    width: 100%;
    height: 56px;
    color: #fff;
    background: #0069ff !important;
    margin-top: 30px;
}

.modal-myecon-c .modal-title {
    color: red;
    font-weight: 700;
    font-size: 19px;
}

.modal-myecon-c .progress {
    width: 90%;
    display: block;
    margin: 0px auto;
    margin-top: 10px;
    background: lightgrey;
    position: relative;
    height: 10px;
}

.modal-myecon-c .progress div {
    max-width: 50%;
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-size: 50px 50px;
    -webkit-animation: lp-progressbar-animation 2.5s linear infinite;
    animation: lp-progressbar-animation 2.5s linear infinite;
    height: inherit;
    width: 100%;
    position: absolute;
    height: 10px;
}

#tab4 .tabs-4 form {
    width: 33%;
    padding: 15px 15px;
    margin-top: 40px;
}

.premade-page iframe {
    max-width: 640px;
    width: 100% !important;
    height: 360px !important;
}

.border-section {
    clear: both;
    border: 2px dashed grey;
}

.border-section input[type="checkbox"] {
    height: auto !important;
}

.border-section label {
    width: auto !important;
}

.timer-section .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.timer-section .bootstrap-select .dropdown-toggle .filter-option {
    padding-top: 8px;
}

.timer-section .bootstrap-select > .dropdown-toggle {
    height: 40px;
}

.timer-section .dropdown.bootstrap-select button {
    border: 1px solid #c3c3c3;
}

.icon-text-info {
    position: relative;
}

.icon-text-info:before {
    content: '';
    display: block;
    width: 32px;
    height: 54px;
    position: absolute;
    top: 0%;
    left: 75%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    z-index: 1;
    background: url(../images/arrow-icon-162cbd38443bffefe199b6c70685a030.png) no-repeat;
    background-position: center;
    background-size: 100%;
    margin-top: -30px;
}

.text-inf-block-1:after {
    content: 'Build Your Own Funnel Using Our Mobile Friendly Page Editor';
    display: block;
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    z-index: 1;
    font-size: 10px;
    color: #000;
    width: 190px;
    margin-top: -60px;
}

.text-inf-block-2:after {
    content: 'Access The Funnel/Pages You Build And Saved Here';
    display: block;
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    z-index: 1;
    font-size: 10px;
    color: #000;
    width: 190px;
    margin-top: -60px;
}

.text-inf-block-3:after {
    content: 'Access Premade Funnels & sales Videos For MyEcon/MCA Here';
    display: block;
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    z-index: 1;
    font-size: 10px;
    color: #000;
    width: 190px;
    margin-top: -60px;
}

.text-inf-block-4:after {
    content: 'Integrate Your Own Email Marketing Provider Here';
    display: block;
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    z-index: 1;
    font-size: 10px;
    color: #000;
    width: 190px;
    margin-top: -60px;
}

.label label + span {
    color: #323232;
    display: block;
    margin-bottom: 10px;
}

.submit-btn,
#tab2 .tabs-2 input[type="submit"],
#tab3 .tabs-2 input[type="submit"],
#tab4 .tabs-2 input[type="submit"] {
    /*background: transparent !important;
  color: #323232 !important;*/
    border-width: 4px !important;
    border-color: #323232 !important;
}

.submit-btn:hover,
#tab2 .tabs-2 input[type="submit"]:hover,
#tab3 .tabs-2 input[type="submit"]:hover,
#tab4 .tabs-2 input[type="submit"]:hover {
    background: #323232 !important;
    color: #fff !important;
}

.get-started-btn {
    background: transparent !important;
    color: #323232 !important;
    border: 4px solid #323232 !important;
}

.get-started-btn:hover {
    background: #323232 !important;
    color: #fff !important;
}

#tab2 .tabs-affiliate .bottom-link {
    margin-bottom: 20px;
}

#tab2 .tabs-affiliate .bottom-link:hover {
    border-bottom: 1px solid transparent;
}

.upload-form-tab a {
    margin-bottom: 30px;
    margin-top: 50px;
}

#tab4 .tabs-4 form {
    width: calc(33% - 30px);
    margin: 0px 15px;
    margin-top: 40px;
    padding: 0px;
    padding-top: 20px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}

#tab4 .tabs-4 {
    margin-top: 0px;
    background: #fff;
    padding-bottom: 80px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
    font-size: 13px;
}

.my-links .company-tab[data-act="1"] .custom-block .img {
    max-height: 400px;
}

.custom-catching-page-editor label {
    text-transform: capitalize;
    width: 100%;
    text-align: left !important;
}

.custom-catching-page-editor label span {
    text-transform: none;
}

.link-popup .copy {
    border: 0px !important;
    color: #fff !important;
}

.catching-page button {
    border: 0px;
    color: #fff !important;
}

.upload-form-tab.no-border {
    border: 0px;
}

header.auth-user-home .navbar-nav li a {
    text-transform: uppercase !important;
}

.inner-header .dropdown-menu > li > a {
    text-transform: uppercase !important;
}

#expired {
    text-align: center;
    color: red;
    text-transform: uppercase;
    font-size: 34px;
}

.agreement .video-block {
    border: 4px solid #93a1a1;
    max-height: 500px;
    overflow: auto;
    padding: 15px;
}

.agreement p {
    font-size: 14px;
    margin-bottom: 25px;
}

.agreement h3,
.agreement h4 {
    font-weight: 700;
    color: #2a2a2a;
}

.agreement ul {
    margin-bottom: 80px;
}

.agreement ul li {
    text-align: left;
    margin-bottom: 15px;
}

.agreement .table-info {
    margin-top: 0px;
}

.agreement .table-info table th {
    text-align: center;
}

header.inner-header.auth-user-home.first-page-main {
    min-height: 100px;
}

.media-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.basic-page.auth-user-home.not-auth {
    background: url(https://s.weeklyprofits.com/images/basic.jpg?78e1d4c…) !important;
    border-color: #ffa200;
    min-height: 791px !important;
}

header.basic-page.auth-user-home.not-auth .login-img {
    display: block;
    margin-top: 30px;
}

header.basic-page.auth-user-home.not-auth h1 {
    color: #fff;
}

header.basic-page.auth-user-home.not-auth.non-bg {
    background: none !important;
}

.custom-catching-page-editor label .color-red {
    color: red;
}

.catching-page .my-econ-c .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.catching-page .my-econ-c .header .timer {
    margin-bottom: 0px;
}

.catching-page .my-econ-c .header .timer div {
    font-size: 30px;
}

.catching-page .my-econ-c .header .timer div span {
    font-size: 30px;
    color: #fff !important;
    margin-left: 15px;
    margin-top: 0px;
}

.catching-page .my-econ-c .body a {
    margin-bottom: 0px;
    width: 100%;
    margin: 0px;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #000 !important;
    font-family: 'helveticaneuecyrblack';
    background: #ffcc00 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), color-stop(34%, #ffcc00), color-stop(100%, #ff9c00), to(#ff9c00)) !important;
    background: linear-gradient(to bottom, #ffcc00 0%, #ffcc00 34%, #ff9c00 100%, #ff9c00 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#ff9c00', GradientType=0) !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 6px !important;
    position: relative;
    border: 0px !important;
    font-style: italic;
    margin-bottom: 15px;
}

.links:before {
    content: "";
    width: 100%;
    height: calc(100% + 50px);
    position: absolute;
    top: -25px;
    left: 0px;
    z-index: 0;
    background: url(../images/buttons-blue-0a9ebb562d4818029ae4dda2c95a5ff4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 327px 115px;
}

.links {
    position: relative;
    max-width: 400px;
    width: 100%;
}

.people-comment .avatar {
    background-size: cover !important;
}

.social-link p {
    margin-top: 40px;
}

header.advanced-page + .container .video-block {
    margin-top: -230px !important;
}

.catching-page .my-econ-c .catching-block > .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catching-page .my-econ-c .catching-block > .d-flex .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    background: rgba(0, 0, 0, 0.4);
    max-width: 290px;
}

.catching-page .my-econ-c .catching-block > .d-flex p {
    margin-bottom: 0px;
}

.catching-page .my-econ-c .catching-block > .d-flex span {
    color: #fff;
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
}

.catching-page .my-econ-c .catching-block > .d-flex .timer {
    font-size: 28px;
}

.catching-page .my-econ-c .catching-block > .d-flex .timer > div {
    margin: 0px 5px !important;
}

.catching-page .my-econ-c .catching-block > .d-flex .timer span {
    color: #fff !important;
    font-size: 20px !important;
    margin-top: 4px !important;
    text-transform: lowercase !important;
}

.five-days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.main-page-members-block .checkmark-item > div {
    min-height: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.body-padding-not-auth {
    padding-bottom: 140px;
}

.download-leads-button {
    margin-top: 29px;
    margin-left: 15px;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 0px;
    list-style: none;
    text-align: center;
    margin-bottom: 80px;
}

/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 31.3%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.training-grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 30px 4%;
    width: 42%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.training-grid figure.effect-winston:hover figcaption::before {
    opacity: 1;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: rotate3d(0, 0, 1, -54deg) translate(-50%, -50%);
    transform: rotate3d(0, 0, 1, 0deg) translate(-50%, -50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    margin-left: 20px;
    z-index: 1;
}

.training-grid figure.effect-winston figcaption::before {
    opacity: 0;
    top: 50%;
    left: 50%;
    border: 41px solid transparent;
    border-left: 68px solid #FFC107;
    width: 0;
    height: 0;
    -webkit-transform: rotate3d(0, 0, 1, -54deg) translate(-50%, -50%);
    transform: rotate3d(0, 0, 1, 0deg) translate(-50%, -50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    margin-left: 20px;
    z-index: 1;
}

.training-grid figure span {
    z-index: 100;
    color: #fff !important;
    position: absolute;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    text-transform: uppercase;
}

.training-grid figure:hover span {
    opacity: 1;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */

.grid figure figcaption > span {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #000;
    font-weight: 300;
    font-size: 20px;
    opacity: 0;
}

.grid figure figcaption:hover > span {
    opacity: 1;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-winston {
    background: #000;
    text-align: left;
}

figure.effect-winston img {
    -webkit-transition: opacity 0.45s;
    transition: opacity 0.45s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-winston figcaption::before {
    position: absolute;
    top: 26px;
    left: -20px;
    width: 100%;
    height: 100%;
    background: url(../fonts/triangle-91a2cc6826fd4ad191e1d0e9367cee64.svg) no-repeat center center;
    background-size: 100% 100%;
    content: '';
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, transform 0.45s;
    transition: opacity 0.45s, transform 0.45s, -webkit-transform 0.45s;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

figure.effect-winston h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    font-size: 22px;
    color: #fff;
    word-spacing: 3px;
}

figure.effect-winston:hover img {
    opacity: 0.3;
}

figure.effect-winston:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-winston:hover figcaption::before {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 20deg);
    transform: rotate3d(0, 0, 1, 20deg);
}

.training h2 {
    margin-left: 1%;
}

.training-grid figure.effect-winston h2 {
    line-height: 24px;
    font-weight: 300;
    word-spacing: 3px;
    position: relative;
    z-index: 1;
}

.my-links .nav-tabs > li {
    position: relative;
}

.my-links .nav-tabs > li button {
    position: absolute;
    z-index: 1;
    top: 0px;
    margin-top: -42px;
    display: none;
    color: #fff;
    background: #303030;
    text-transform: uppercase;
    outline: none;
}

.my-links .nav-tabs > li button:hover {
    background: #949494;
}

.my-links .nav-tabs > li.active button {
    display: block;
}

.premade-page #link-popup-video .modal-dialog .modal-body iframe {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
}

.register-page .work-time {
    margin-top: 0px;
}

.register-page .work-time a {
    display: inline-block;
    padding: 5px;
    color: #fff;
    background: green;
    text-decoration: none;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

form#search-form input#query {
    width: calc(100% - 236px);
    height: 48px;
    padding: 0px;
    padding-left: 20px;
    border: 1px solid #323232;
    color: #000;
}

form#search-form button {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    background: #323232;
    color: #fff;
    border: 0px;
    border-radius: 3px;
    font-style: normal !important;
}

form#search-form button i {
    font-style: normal !important;
}

form#search-form button:hover {
    background: #8a8a8a;
}

form#search-form a {
    height: 50px;
    padding-top: 13px;
    text-transform: uppercase;
    background: #323232;
    color: #fff;
    float: right;
}

form#search-form a:hover {
    background: #8a8a8a;
}

.my-pages-table {
    width: 100%;
    margin-bottom: 40px;
    background: #fff;
}

.my-pages-table thead {
    padding-bottom: 10px;
}

.my-pages-table thead th {
    padding: 10px;
    vertical-align: middle;
}

.my-pages-table thead .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 130px;
    margin-left: 25px;
    margin-bottom: 0;
}

.my-pages-table tr {
    border-bottom: 1px solid lightgrey;
}

.my-pages-table tr td {
    vertical-align: middle;
    padding: 10px;
}

.my-pages-table tr td a.btn-danger.glyphicon.glyphicon-ban-circle {
    background: transparent;
    color: #aa4a24;
    font-size: 20px;
    margin-left: 30px;
}

.my-pages-table tr td a.btn-danger.glyphicon.glyphicon-ban-circle:hover {
    text-decoration: none;
    opacity: 0.8;
}

.my-pages-table tr td a.glyphicon.glyphicon-pencil {
    font-size: 20px;
    margin-left: 30px;
}

.my-pages-table tr td a.glyphicon.glyphicon-pencil:hover {
    text-decoration: none;
    opacity: 0.8;
}

.my-pages-table tr td a.glyphicon.glyphicon-signal {
    font-size: 20px;
    color: grey;
}

.my-pages-table tr td a.glyphicon.glyphicon-signal:hover {
    text-decoration: none;
    opacity: 0.8;
}

.my-pages-table tr td .created-time-page {
    float: left;
}

.my-pages-table tr td .separate-line {
    float: left;
    margin-top: -1px;
    margin-left: 5px;
    margin-right: 5px;
}

.my-pages-table tr td a.glyphicon.glyphicon-eye-open {
    float: left;
    margin-top: -6px;
}

.my-pages-table tr td a.glyphicon.glyphicon-eye-open:focus {
    text-decoration: none;
}

.my-pages-table tr .custom-block a {
    width: auto;
    border: 0px;
}

.my-pages-table tr .custom-block a span {
    margin-top: 0px;
}

header.first-page-main .main-page-text h1 {
    color: #323232 !important;
}

figure {
    position: relative;
}

figure iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    z-index: 100;
    background: #000;
}

.pagination > li {
    display: inline !important;
    width: auto !important;
}

.grid.training-grid figure {
    min-height: 420px;
    background: url(../images/30-e17bf43e7350c03d62eda25c86a2f97e.jpg) no-repeat;
    background-size: cover;
}

.grid.training-grid figure h2 {
    padding: 25px;
}

.grid.training-grid figure img {
    opacity: 0;
    display: none;
}

.grid.training-grid figure figcaption {
    position: absolute;
    height: 270px;
    margin-top: 0px;
    top: auto;
    bottom: 0px;
}

.grid.training-grid figure figcaption:before {
    display: none;
}

.inp-check-reg {
    display: none;
}

.inp-check-reg + span {
    display: block;
    float: left;
    margin-right: 15px;
    width: 40px;
    height: 20px;
    border-radius: 10px;
    background: red;
    position: relative;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.1) inset;
    margin-top: 2px;
}

.inp-check-reg + span:before {
    content: '';
    height: 24px;
    width: 24px;
    background: #fff;
    position: absolute;
    top: 0px;
    margin-top: -2px;
    left: calc(100% - 15px);
    border-radius: 100%;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1) inset;
}

.inp-check-reg:checked + span {
    background: green;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.inp-check-reg:checked + span:before {
    left: -5px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a.pull-right.download-leads-button.btn.btn-success {
    background: #323232 !important;
    border-color: #323232 !important;
}

a.pull-right.download-leads-button.btn.btn-success:hover {
    background: #8a8a8a !important;
    border-color: #8a8a8a !important;
}

.unique-views b {
    color: #9e9e9e;
}

.unique-views span {
    display: block;
}

.analytics-st .custom-block span {
    float: left;
}

.analytics-st .custom-block .page-name:first-letter {
    text-transform: uppercase;
}

#tab4 .tabs-4 .myec-div {
    width: calc(33% - 30px);
    margin: 0px 15px;
    padding: 0px;
    margin-top: 25px;
}

#tab4 .tabs-4 .myec-div form {
    width: 100%;
    padding: 0px;
    padding-top: 20px;
    margin-top: 15px;
}

.three-steps-for-registration {
    /* Firefox 19+ */
    /* Firefox 18- */
}

.three-steps-for-registration .step-body {
    padding: 30px;
    padding-bottom: 80px;
    border: 2px solid #607D8B;
    position: relative;
}

.three-steps-for-registration .step-body .rights {
    position: absolute;
    left: 30px;
    bottom: 15px;
    text-transform: uppercase;
}

.three-steps-for-registration .step-body .logo {
    position: absolute;
    right: 30px;
    bottom: 15px;
}

.three-steps-for-registration .simple-tab-registration {
    margin-top: 40px;
    margin-bottom: 0px;
}

.three-steps-for-registration .simple-tab-registration span {
    display: block;
    float: left;
    width: 100%;
    height: 60px;
    color: #607D8B;
    font-size: 20px;
    font-weight: 300;
    background: #ececec;
    margin-right: 30px;
    padding-top: 13px;
    padding-left: 30px;
    position: relative;
}

.three-steps-for-registration .simple-tab-registration span:before {
    content: '';
    display: block;
    background: #fff;
    border: 30px solid transparent;
    border-left: 15px solid #ececec;
    position: absolute;
    right: -30px;
    top: 0px;
    z-index: 1;
}

.three-steps-for-registration .simple-tab-registration span i.glyphicon {
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    color: lightgrey;
}

.three-steps-for-registration .simple-tab-registration .active {
    color: #fff;
    background: #607D8B;
}

.three-steps-for-registration .simple-tab-registration .active:before {
    border-left: 15px solid #607D8B;
}

.three-steps-for-registration .simple-tab-registration .active i.glyphicon {
    color: #8BC34A;
}

.three-steps-for-registration .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.three-steps-for-registration .dropdown.bootstrap-select button {
    background: #fff !important;
    border: 1px solid #607d8b;
    color: #3a3a3a;
}

.three-steps-for-registration input {
    height: 47px;
    border-radius: 0px;
    border: 1px solid #607d8b;
}

.three-steps-for-registration input[type='radio'] {
    height: auto;
    margin-right: 5px;
}

.three-steps-for-registration input::-webkit-input-placeholder {
    color: #3a3a3a;
}

.three-steps-for-registration input::-ms-input-placeholder {
    color: #3a3a3a;
}

.three-steps-for-registration input::placeholder {
    color: #3a3a3a;
}

.three-steps-for-registration input::-webkit-input-placeholder {
    color: #3a3a3a;
}

.three-steps-for-registration input::-moz-placeholder {
    color: #3a3a3a;
}

.three-steps-for-registration input:-moz-placeholder {
    color: #3a3a3a;
}

.three-steps-for-registration input:-ms-input-placeholder {
    color: #3a3a3a;
}

.three-steps-for-registration .next {
    width: 100%;
    height: 47px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    color: #607d8b;
    border: 2px solid #607d8b;
    font-size: 20px;
}

.three-steps-for-registration .next:hover {
    background: #607d8b;
    color: #fff;
}

.catching-page .catch-5.c5-myecon {
    background: url(../images/c5-myecon-ed39bc7f8c08f385d034b174b9d9e43e.jpg);
}

.catching-page .catch-5.c5-myecon .catching-block {
    background: #1c1d2b;
    position: absolute;
    top: 17%;
    left: 12%;
    overflow: visible;
}

.catching-page .catch-5.c5-myecon .catching-block h1 {
    color: #d1a739;
    font-weight: 300;
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
}

.catching-page .catch-5.c5-myecon .catching-block .info-text {
    color: #fff;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 30px;
    line-height: 38px;
}

.catching-page .catch-5.c5-myecon .catching-block .horizontal-line {
    display: block;
    margin: 20px 34px;
    height: 2px;
    background: #fff;
}

.catching-page .catch-5.c5-myecon .catching-block .horizontal-line + p {
    color: #fff;
    margin-bottom: 10px;
}

.catching-page .catch-5.c5-myecon .catching-block form {
    max-width: 100%;
    padding: 50px 34px;
    background: #d1a739;
    position: relative;
}

.catching-page .catch-5.c5-myecon .catching-block form:before {
    content: '';
    position: absolute;
    display: block;
    border: 30px solid transparent;
    border-top: 15px solid #1c1d2b;
    left: 50%;
    margin-left: -30px;
    top: 0%;
}

.catching-page .catch-5.c5-myecon .catching-block form .submit-btn {
    background: #1c1d2b !important;
    color: #fff !important;
    text-transform: uppercase;
}

.catching-page .catch-5.c5-myecon .catching-block form .submit-btn:hover {
    background: #3d3f5e !important;
}

.catching-page .catch-5.c5-myecon .copyrights {
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
    color: #adadad;
    margin-top: 15px;
    left: 0%;
}

.c4-myecon + .modal .img {
    width: 100%;
    height: 40px;
    background: url(../images/leadbox_status_bar_gray3-a945143468086af823d055ab9c5ea7ae.gif) no-repeat;
    background-size: 100%;
}

.c4-myecon + .modal h5 {
    font-weight: 600;
}

.c4-myecon + .modal h2 {
    font-weight: 700;
}

.c4-myecon + .modal input {
    height: 50px;
    border: 1pt solid #C9D7DD;
    color: #000;
    margin-bottom: 15px;
}

.c4-myecon + .modal button.submit-btn {
    width: 100%;
    height: 50px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14pt;
    letter-spacing: 0em;
    background-color: #1285dd !important;
    border-style: solid;
    border-width: 0pt;
    border-top-width: 0pt;
    border-right-width: 0pt;
    border-bottom-width: 0pt;
    border-left-width: 0pt;
    border-color: white !important;
    text-shadow: #1285dd 2px 2px 0px;
}

.c4-myecon + .modal .close {
    position: absolute;
    left: 100%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 100%;
    background: #000 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    top: 3px;
    margin-left: -20px;
}

.c4-myecon + .modal .close:before {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c4-myecon + .modal .close:after {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 1px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.catching-page .catch-4.c4-myecon {
    background: #fff;
}

.catching-page .catch-4.c4-myecon .catching-block {
    background: transparent;
    position: absolute;
    top: 0%;
}

.catching-page .catch-4.c4-myecon .catching-block .button-popup {
    padding: 20px;
    background: #EFEFEF;
}

.catching-page .catch-4.c4-myecon .catching-block .button-popup button {
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.7);
    box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.7);
    background: -moz-linear-gradient(center top, #ffd900 5%, #f0c800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd900', endColorstr='#f0c800');
    background-color: #ffd900 !important;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: inline-block;
    color: #927700;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    font-weight: 600;
    padding: 5px 0;
    text-decoration: none;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.catching-page .catch-4.c4-myecon .catching-block .header {
    background: transparent;
    color: #000;
}

.catching-page .catch-4.c4-myecon .catching-block span {
    color: #000;
}

.catching-page .catch-4.c4-myecon .catching-block h1 {
    color: #000;
    margin-top: 0px;
}

.catching-page .catch-3.c3-myecon {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.catching-page .catch-3.c3-myecon .catching-block {
    max-width: 1170px;
    background: transparent;
}

.catching-page .catch-3.c3-myecon .catching-block button {
    height: 53px;
    border-color: #2b3a50 !important;
    background: #061c3a !important;
    color: white;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    font-size: 20px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
}

.catching-page .catch-3.c3-myecon .catching-block .mb {
    margin-bottom: 40px;
}

.catching-page .catch-3.c3-myecon .catching-block .border-dashed {
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 140px;
}

.catching-page .catch-3.c3-myecon .catching-block .border-dashed strong {
    font-weight: 700;
    font-size: 34px;
    margin-top: 35px;
    display: inline-block;
}

.catching-page .catch-3.c3-myecon .catching-block .border-dashed ul {
    padding: 0px;
}

.catching-page .catch-3.c3-myecon .catching-block .border-dashed ul li {
    list-style: none;
    font-size: 20px;
}

.catching-page .catch-3.c3-myecon .catching-block .border-dashed ul li i {
    color: #b1eb78;
    margin-right: 10px;
    float: left;
}

.catching-page .catch-3.c3-myecon .catching-block .border-dashed button {
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: 80px;
    height: 60px;
}

.catching-page .catch-3.c3-myecon .catching-block .copyrights {
    color: #c0c0c0;
}

.catching-page .catch-3.c3-myecon + .modal .modal-body {
    padding-top: 0px;
}

.catching-page .catch-3.c3-myecon + .modal .capt {
    margin-bottom: 0px;
}

.catching-page .catch-3.c3-myecon + .modal .modal-header {
    border-bottom: 0px;
}

.catching-page .catch-3.c3-myecon + .modal input {
    height: 50px;
    border-radius: 0px;
    margin-bottom: 15px;
}

.catching-page .catch-3.c3-myecon + .modal button[type='submit'] {
    border-color: #083679 !important;
    background: #083679 !important;
    color: white !important;
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-weight: 700;
}

.catching-page .catch-3.c3-myecon + .modal .close {
    position: absolute;
    left: 100%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 100%;
    background: #000 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    top: 3px;
    margin-left: -20px;
}

.catching-page .catch-3.c3-myecon + .modal .close:before {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.catching-page .catch-3.c3-myecon + .modal .close:after {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 1px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.catching-page .catch-3.c3-myecon + .modal h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin-bottom: 0px;
}

.catching-page .catch-3.c3-myecon + .modal .lp-progressbar-react__bar {
    width: 100%;
    height: 6px;
    border-radius: 6px;
    position: relative;
    margin-bottom: 20px;
    clear: both;
}

.catching-page .catch-3.c3-myecon + .modal .lp-progressbar-react__bar .bar-completed {
    height: inherit;
    border-radius: 6px;
    position: absolute;
    overflow: hidden;
    background: #083679;
    width: 50%;
}

.catching-page .catch-3.c3-myecon + .modal .lp-progressbar-react__bar .bar-completed .is-animating {
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-size: 50px 50px;
    -webkit-animation: lp-progressbar-animation 2.5s linear infinite;
    animation: lp-progressbar-animation 2.5s linear infinite;
    height: inherit;
    width: 100%;
    position: absolute;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
}

.slider-block {
    height: auto;
    display: block;
}

.open-edit-block {
    text-align: left;
    display: block;
}

.open-edit-block .dropdown.bootstrap-select {
    display: block;
    margin-bottom: 25px;
    width: 100% !important;
}

.open-edit-block textarea {
    margin-top: 0px !important;
    border-radius: 0px;
    height: 200px;
    resize: none;
}

.open-edit-block label {
    display: block;
}

.open-edit-block input {
    height: 47px;
    border-radius: 0px;
}

.open-edit-block .background_image_src {
    height: 200px !important;
}

.open-edit-block .avatar {
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
    background: lightgrey;
    margin: 15px auto;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin-bottom: 44px !important;
}

.open-edit-block .avatar button {
    height: auto;
    white-space: nowrap;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
    position: absolute;
    top: 100%;
}

.open-edit-block .avatar input {
    position: absolute;
    opacity: 0;
    width: calc(100% + 35px);
    height: calc(100% + 35px);
    top: 0px;
    left: -17px;
    cursor: pointer;
}

.open-edit-block .link-inp {
    margin-bottom: 15px;
}

.edit-page-myecon {
    display: block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.catching-page .my-econ-c.c2-myecon .header {
    position: relative;
}

.catching-page .my-econ-c.c2-myecon .header:before {
    content: '';
    display: block;
    border: 30px solid transparent;
    border-top: 15px solid #000;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
}

.catching-page .my-econ-c.c2-myecon .header span u {
    text-decoration: none;
}

.catching-page .my-econ-c.c2-myecon .body {
    background: rgba(255, 255, 255, 0.8);
    padding-bottom: 0px;
}

.catching-page .my-econ-c.c2-myecon .body h1 p {
    font-size: 28px;
    line-height: 56px;
    padding: 0px 75px;
    color: #000;
    font-weight: 400;
}

.catching-page .my-econ-c.c2-myecon .body h1 p u {
    text-decoration: none;
}

.catching-page .my-econ-c.c2-myecon .body .p-timer-text {
    color: red;
    text-decoration: none;
    margin-bottom: 5px;
}

.catching-page .my-econ-c.c2-myecon .body .p-timer-text p {
    color: red;
    text-decoration: none;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
}

.catching-page .my-econ-c.c2-myecon .body .p-timer-text p u {
    text-decoration: none;
}

.catching-page .my-econ-c.c2-myecon .body .number-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 131px;
    width: 131px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    font-size: 60px;
    color: #fff;
    background: #000;
    -webkit-box-shadow: 0px 0px 10px 0px #333333 inset;
    box-shadow: 0px -65px 0px 0px #333333 inset;
    color: #fff !important;
    font-weight: 700;
}

.catching-page .my-econ-c.c2-myecon .body .timer div {
    margin: 0px;
}

.catching-page .my-econ-c.c2-myecon .body .timer div span {
    margin-top: 5px;
}

.catching-page .my-econ-c.c2-myecon .body form {
    max-width: 700px;
}

.catching-page .my-econ-c.c2-myecon .body form span {
    color: #000;
    display: block;
    text-align: center;
    margin: 25px 0px;
}

.catching-page .my-econ-c.c2-myecon .body form strong {
    font-size: 14px;
}

.catching-page .my-econ-c.c2-myecon .body button {
    border-color: #0069ff !important;
    background: #0069ff !important;
    color: white !important;
}

.catching-page .my-econ-c.c2-myecon .body button:hover {
    background-color: #0054cc !important;
    border-color: #0054cc !important;
}

.link-slide {
    margin-bottom: 30px;
    width: 33%;
    float: left;
}

.link-slide .custom-block {
    margin-bottom: 5px !important;
}

.open-edit-block-video {
    display: block;
}

.open-edit-block-video iframe {
    max-width: 710px !important;
    height: 400px !important;
    width: 710px !important;
    min-width: 710px !important;
}

.open-edit-block-video .dropdown.bootstrap-select {
    width: 100% !important;
    float: left;
}

.open-edit-block-video input {
    height: 47px;
    border-radius: 0px;
}

.open-edit-block-video .own-video {
    display: none;
}

.edit-page-myecon-video {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    background: gray;
    color: #fff;
    height: 36px;
    font-weight: 400;
}

[name="tracking_codes"] {
    color: #000 !important;
}

.l5-myecon .button-block {
    border: 0px;
}

.embed-code-video {
    display: none;
}

.landing-custom-video .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.landing-custom-video .dropdown.bootstrap-select button {
    border: 1px solid #c3c3c3;
}

.landing-custom-video .embed-code-video {
    display: block;
}

.landing-custom-video .open-playlist-video {
    width: 100%;
    height: 47px;
    border-radius: 0px;
    text-align: center;
    color: #000;
    border: 4px solid #323232;
    background: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.landing-custom-video .open-playlist-video:hover {
    color: #fff;
    background: #323232;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.video-play-list-outer {
    display: none;
}

.all-link-slide .inner-link-block {
    margin-bottom: 40px;
    width: 19%;
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
}

.all-link-slide .inner-link-block h3 {
    font-size: 18px !important;
    min-height: 26px !important;
}

.all-link-slide .img {
    max-height: 90px !important;
}

.all-link-slide .custom-block {
    margin-bottom: 10px;
}

.l1-myecon .avatar {
    background-size: cover;
    background-color: transparent;
    width: 100% !important;
    height: auto !important;
}

.l1-myecon .avatar:before {
    display: none !important;
}

.l1-myecon h2 {
    margin-top: 0px;
}

.l1-myecon img {
    max-height: 290px;
}

.l1-myecon .video-text h3 {
    margin-top: 60px;
}

.editor-block {
    display: none;
}

.my-links .submit-btn.hidden {
    display: none !important;
}

.edit-page-myecon-video {
    font-size: 18px !important;
}

.posrel-bg-img {
    position: relative;
}

.posrel-bg-img input {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    position: absolute;
}

.posrel-bg-img button {
    display: block;
    margin: 0px auto;
    margin-top: 10px;
}

.my-links .company-tab[data-act="1"] .custom-block .img {
    max-height: 240px;
}

.top-block {
    border-bottom: 3px solid #e0e0e0;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: none;
    background-color: white;
}

.top-block p {
    color: #2c343d;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 16px;
}

.second-block {
    padding-top: 40px;
    padding-bottom: 35px;
    border-bottom: 5px solid #e0e0e0;
    background: #ebecee;
}

.second-block h1 {
    text-align: center;
    color: #2c343d;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    margin-top: 0px;
    position: relative;
    margin-bottom: 30px;
}

.second-block h1:before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 40px;
    right: 45px;
    height: 2px;
    background: #d3d5d7;
    margin-top: 10px;
}

.second-block h1 span {
    display: block;
    font-weight: 300;
    font-size: 30px;
}

.reg-block {
    background: #fff;
    border: 2px solid #2f2f2f;
    border-radius: 3px;
    position: relative;
}

.reg-block .hover-div {
    position: absolute;
    display: none;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 22px 2px #03A9F4;
    box-shadow: 0px 0px 22px 2px #03A9F4;
}

.reg-block .second-step.header:before {
    left: 80%;
}

.reg-block .header {
    height: 68px;
    background: #2f2f2f;
    /*border-bottom: 5px solid #2A93D8;*/
    position: relative;
    color: #fff;
}

.reg-block .header .steps-reg {
    color: #bdbdbd;
}

.reg-block .header .steps-reg.active {
    color: #fff;
}

.reg-block .header div[class*='col'] {
    height: 100%;
}

.reg-block .header:before {
    content: '';
    display: block;
    border: 10px solid transparent;
    /*border-bottom: 5px solid #2A93D8;*/
    position: absolute;
    bottom: 0px;
    left: 20%;
}

.reg-block .header .number-block {
    position: absolute;
    left: 15px;
    top: 50%;
    font-size: 28px;
    margin-top: -22px;
    display: block;
    font-weight: 600;
}

.reg-block .header .labels {
    padding-left: 45px;
}

.reg-block .header .labels span {
    display: block;
}

.reg-block .header .labels .name-step {
    font-size: 14px;
    font-weight: 700;
    margin-top: 18px;
    margin-bottom: 0px;
    line-height: 14px;
}

.reg-block .header .labels .name-step-info {
    font-size: 12px;
    font-weight: 400;
}

.reg-block .body {
    padding: 20px;
}

.reg-block .body-step {
    display: none;
}

.reg-block .body-step .next-step {
    height: 52px;
    text-decoration: none;
    background: #0092D5;
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 77%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0px;
}

.reg-block .body-step .next-step span {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 45px;
}

.reg-block .body-step .next-step span + span {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0px;
}

.reg-block .body-step button.btn.btn-primary.submit-btn {
    width: 100%;
}

.reg-block .body-step.active {
    display: block;
}

.user-comments {
    padding-top: 95px;
    background: #fafafb;
    margin-bottom: 70px;
}

.user-comments .comment-block {
    margin-bottom: 65px;
}

.user-comments .comment-block:last-child {
    margin-bottom: 10px;
}

.user-comments .comment-block p {
    padding: 20px 20px 15px;
    background-color: rgba(104, 133, 165, 0.12);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 20px;
    color: #39587c;
}

.user-comments .comment-block p span {
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
}

.user-comments .comment-block p span + span {
    text-transform: none;
    font-weight: 700;
    margin: 0px;
}

.dark-block-reg {
    padding-top: 50px;
    padding-bottom: 70px;
    background: rgba(44, 52, 61, 0.95);
    color: #fff;
    border-top: 3px solid rgba(44, 52, 61, 0.95);
    border-bottom: 3px solid rgba(44, 52, 61, 0.95);
    text-align: center;
}

.dark-block-reg h2 {
    text-align: center;
    color: #e6e9ea;
    font-size: 34px;
    line-height: 44px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dark-block-reg h3 {
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #e6e9ea;
}

.dark-block-reg button {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    min-height: 91px;
    border-radius: 3px;
    background: #2a93d8;
    color: #fff;
    border: 0px;
}

.dark-block-reg button span {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    margin: 6px;
}

.dark-block-reg button span + span {
    font-weight: 400;
    opacity: 0.8;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0px;
}

.creations-auth {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 3px solid rgba(47, 47, 47, 0.11);
    border-bootom: 3px solid rgba(47, 47, 47, 0.11);
}

.creations-auth h2 {
    margin-top: 0px;
    font-size: 42px;
    color: #2c343d;
    font-weight: 700;
    margin-bottom: 27px;
}

.creations-auth p {
    margin-top: 0px;
    font-size: 18px;
    line-height: 26px;
    color: #2c343d;
    margin-bottom: 27px;
}

.creations-auth .sect-block {
    padding: 20px;
    background-color: #2c343d;
    border-radius: 5px;
}

.creations-auth .sect-block .founders {
    display: block;
    color: rgba(255, 255, 255, 0.74902);
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

.creations-auth .sect-block .founders:before {
    content: '';
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 100%;
    left: 50px;
    right: 50px;
    margin-top: 20px;
}

.creations-auth .sect-block .names {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    display: block;
}

.creations-auth .sect-block .names:before {
    content: '';
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 100%;
    left: 50px;
    right: 50px;
    margin-top: 20px;
}

.creations-auth .sect-block p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 20px;
    margin-top: 0px;
    text-align: left;
    margin-bottom: 0px;
}

.footer-reg {
    min-height: 396px;
    display: block;
    padding-top: 140px;
    width: 100%;
    background: #212121;
    text-align: center;
}

.footer-reg img {
    display: inline-block;
    width: 310px;
    margin-bottom: 110px;
}

.footer-reg span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    letter-spacing: 2px;
}

@media only screen and (max-width: 1200px) {
    .preview-template-page .custom-block .img {
        max-height: 220px;
    }

    .edit-cust {
        margin: 0px !important;
    }

    .custom-block.edit-cust {
        margin-top: 27px !important;
    }

    .faq-page .clear-messages {
        font-size: 22px;
    }

    .inner-header .navbar-collapse {
        margin-bottom: 10px;
    }

    .my-links .custom-block a h3 {
        min-height: 72px;
    }

    footer span {
        margin-top: 10px;
    }

    .training .submit-btn {
        margin-bottom: 0px;
        width: 100%;
        margin: 0px;
        height: 44px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .training .links {
        position: relative;
        margin-bottom: 40px;
        width: 100%;
    }

    .work-time {
        margin-top: 0px;
        float: left !important;
    }

    .my-links .custom-block-min {
        width: 33%;
    }

    .my-links .c-class-7,
    .my-links .c-class-8,
    .my-links .l-class-7,
    .my-links .l-class-8 {
        width: 50% !important;
    }
}

@media only screen and (max-width: 990px) {
    .grid.training-grid figure {
        width: 100%;
        margin: 15px 0px;
    }

    .inner-header .navbar-nav > li > a {
        margin-right: 20px;
    }

    .body-padding-not-auth footer .copy-footer span {
        margin-top: 45px;
    }

    .five-days {
        display: block;
        margin-bottom: 0px;
    }

    .catching-page .five-days .dib {
        display: inline-block;
        margin-bottom: 20px;
    }

    .catching-page .five-days span {
        margin-bottom: 0px;
    }

    .red-big-word * {
        text-align: center;
    }

    .preview-template-page .custom-block .img {
        max-height: 100%;
    }

    .locked-acc h3 {
        margin-bottom: 80px;
    }

    .auth-user-home .nav-brand {
        margin-bottom: 20px;
    }

    #link-timer .container {
        width: 100%;
    }

    .tabs-affiliate .nav-tabs {
        margin-top: 30px;
    }

    .tabs-affiliate .nav-tabs li {
        margin: 0px auto;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .tabs-affiliate .nav-tabs li a {
        min-height: 80px;
        margin: 0px;
    }

    .faq-page .clear-messages {
        clear: both;
    }

    .work-time {
        margin-top: 0px;
    }

    .landing-page-custom header {
        min-height: 540px;
    }

    .inner-header .navbar-nav > li > a {
        margin-bottom: 10px;
    }

    .my-links .custom-block img {
        width: 100%;
    }

    .landing-page-custom .lover-content p br {
        display: none;
    }

    .inner-header .navbar-nav > li.profile a {
        width: 114px;
        margin-bottom: 10px;
        margin-right: 5px;
        padding: 6px 0px;
    }

    .table-responsive {
        overflow-x: auto;
    }

    .custom-block-min.custom-block.text-center {
        width: 33.3%;
    }

    .link-popup-upload .modal-dialog {
        width: 90%;
    }

    .link-popup-upload .modal-dialog .img-fon {
        display: none;
    }

    .link-popup-upload .modal-dialog .wht-block {
        width: 100%;
    }

    .link-popup-upload .icon-close-modal {
        right: auto;
        top: -60px;
        padding: 0px;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }

    .link-popup-upload .wht-block {
        padding-left: 10px;
        padding-right: 10px;
    }

    .training .submit-btn {
        margin-bottom: 0px;
        width: 100%;
        margin: 0px;
        height: 44px;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 18px;
    }

    .training .links {
        position: relative;
        margin-bottom: 40px;
        width: 100%;
    }

    .my-links .c-class-7,
    .my-links .c-class-8,
    .my-links .l-class-7,
    .my-links .l-class-8 {
        width: 50% !important;
    }
}

.media,
.media-body {
    oveflow: visible;
}

.media-left,
.media-right,
.media-body {
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .second-block h1 {
        font-size: 20px;
        line-height: 28px;
    }

    .second-block h1 span {
        font-size: 15px;
    }

    .second-block h1 iframe {
        height: 165px;
    }

    .footer-reg {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: -131px;
    }

    .footer-reg img {
        width: auto;
    }

    .user-comments .comment-block p {
        font-size: 16px;
    }

    .dark-block-reg {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .dark-block-reg button span {
        font-size: 16px;
        margin: 0px;
    }

    .dark-block-reg button span + span {
        font-size: 12px;
        line-height: 12px;
    }

    .dark-block-reg h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .dark-block-reg h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .creations-auth h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .all-link-slide .img {
        max-height: 54px !important;
    }

    .catching-page .my-econ-c.c2-myecon .body h1 p {
        font-size: 18px;
        line-height: 30px;
        padding: 0px 15px;
        color: #000;
        font-weight: 400;
    }

    .catching-page .my-econ-c.c2-myecon form {
        padding: 15px;
    }

    .catching-page .my-econ-c.c2-myecon input {
        height: 40px;
    }

    .catching-page .my-econ-c.c2-myecon button {
        height: 40px;
    }

    .catching-page .my-econ-c.c2-myecon .number-date {
        width: 30px !important;
        height: 30px !important;
        font-size: 18px;
        margin: 0px auto !important;
        padding-top: 2px !important;
    }

    .catching-page .my-econ-c.c2-myecon .timer div {
        margin: 0px !important;
    }

    .catching-page .my-econ-c.c2-myecon .timer div span + span {
        font-size: 10px;
        text-align: center;
        display: block;
        white-space: nowrap;
    }

    .catching-page .catch-3.c3-myecon .catching-block button {
        font-size: 12px;
    }

    .catching-page .catch-3.c3-myecon .catching-block .border-dashed button {
        font-size: 12px;
    }

    .catching-page .catch-3.c3-myecon .catching-block .border-dashed {
        margin-bottom: 50px;
    }

    .catching-page .catch-4.c4-myecon .catching-block .button-popup button {
        font-size: 20px;
    }

    .catching-page .catch-5.c5-myecon .catching-block {
        top: 5%;
        left: auto;
        padding: 0px;
    }

    .catching-page .catch-5.c5-myecon .catching-block .copyrights {
        margin-top: 0px;
        font-size: 10px;
    }

    .catching-page .catch-5.c5-myecon .catching-block h1 {
        font-size: 22px;
    }

    .catching-page .catch-5.c5-myecon .catching-block .info-text {
        font-size: 20px;
    }

    .catching-page .catch-5.c5-myecon .catching-block form input {
        height: 40px;
        font-size: 14px;
    }

    .catching-page .catch-5.c5-myecon .catching-block form {
        padding: 30px 10px;
        padding-bottom: 15px;
    }

    .catching-page .catch-5.c5-myecon .catching-block form .submit-btn {
        height: 40px;
        font-size: 14px;
    }

    .catching-page .catch-5.c5-myecon .catching-block .horizontal-line + p {
        font-size: 12px;
    }

    body.body-padding-not-auth .inner-header .nav-brand {
        margin-left: 0px;
    }

    #tab4 .tabs-4 .myec-div {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .icon-text-info:before {
        margin-left: 60px;
    }

    .grid.training-grid figure {
        min-height: 320px;
    }

    .grid.training-grid figure figcaption {
        height: 160px;
    }

    form#search-form input#query {
        width: 100%;
        margin-bottom: 15px;
    }

    form#search-form button {
        width: 100%;
        margin-bottom: 15px;
    }

    form#search-form a {
        width: 100%;
    }

    .dropdown-backdrop {
        display: none;
    }

    .inner-header .dropdown button:hover,
    .inner-header .dropdown button:focus {
        background: transparent !important;
    }

    .inner-header .nav-brand {
        margin: 0px;
        float: none !important;
        margin-left: -55px;
    }

    .inner-header .nav-brand img {
        width: 140px;
    }

    .dropdown.visible-xs {
        background: transparent;
        border: 0px;
        color: #fff;
        min-width: 55px;
        min-height: 1px;
        position: static;
        float: none;
        width: auto;
    }

    .dropdown.visible-xs button {
        background: transparent !important;
        border: 0px !important;
        color: #fff !important;
        position: absolute;
        right: 15px;
        top: 0px;
        width: auto !important;
    }

    .dropdown.visible-xs ul.dropdown-menu.dropdown-menu-right {
        position: relative;
        background: transparent;
        width: 100%;
        padding-top: 0px;
        margin-top: 0px;
        text-align: center;
    }

    .dropdown.visible-xs ul.dropdown-menu.dropdown-menu-right li a {
        color: #fff;
        padding: 6px 10px 6px;
        margin: 0px 5px;
        text-transform: uppercase;
        font-weight: 600;
        border-bottom: 2px solid transparent;
        font-size: 13px;
        border: 1px solid #fff !important;
        margin-bottom: 10px;
        border-radius: 0px !important;
        width: auto;
    }

    .dropdown.visible-xs ul.dropdown-menu.dropdown-menu-right li span {
        color: #000;
        padding: 6px 10px 6px;
        margin: 0px 5px;
        text-transform: uppercase;
        font-weight: 600;
        border-bottom: 2px solid transparent;
        font-size: 13px;
        border: 1px solid #fff !important;
        margin-bottom: 10px;
        border-radius: 0px !important;
        display: block;
        background: #fff;
    }

    .navbar-toggle {
        border: 0px;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 3px;
        border-radius: 3px;
        background-color: #fff !important;
    }

    header.first-page-main .nav-bar-top {
        margin-top: 30px;
    }

    header.first-page-main .nav-brand {
        margin: 0px;
        float: none !important;
        margin-left: -55px;
    }

    header.first-page-main .nav-brand img {
        width: 140px !important;
    }

    header.first-page-main .dropdown.visible-xs {
        background: transparent;
        border: 0px;
        color: #fff;
        min-width: 55px;
        min-height: 1px;
        position: static;
        float: none;
        width: auto;
    }

    header.first-page-main .dropdown.visible-xs button {
        background: transparent !important;
        border: 0px !important;
        color: #000 !important;
        position: absolute;
        right: 15px;
        top: 0px;
        width: auto !important;
    }

    header.first-page-main .dropdown.visible-xs ul.dropdown-menu.dropdown-menu-right {
        position: relative;
        background: transparent;
        width: 100%;
        padding-top: 0px;
        margin-top: 0px;
        text-align: center;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    header.first-page-main .dropdown.visible-xs ul.dropdown-menu.dropdown-menu-right li a {
        color: #323232;
        padding: 6px 10px 6px;
        margin: 0px 5px;
        text-transform: uppercase;
        font-weight: 600;
        border-bottom: 2px solid transparent;
        font-size: 13px;
        border: 1px solid transparent !important;
        margin-bottom: 10px;
        border-radius: 0px !important;
        width: auto;
    }

    header.first-page-main .dropdown.visible-xs ul.dropdown-menu.dropdown-menu-right li span {
        color: #fff;
        padding: 6px 10px 6px;
        margin: 0px 5px;
        text-transform: uppercase;
        font-weight: 600;
        border-bottom: 2px solid transparent;
        font-size: 13px;
        border: 1px solid transparent !important;
        margin-bottom: 10px;
        border-radius: 0px !important;
        display: block;
        background: #323232;
    }

    header.first-page-main .navbar-toggle {
        border: 0px;
    }

    header.first-page-main .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 3px;
        border-radius: 3px;
        background-color: #000 !important;
    }

    .grid figure {
        width: 100%;
        margin: 10px 0%;
    }

    .pagination li [rel="next"]:before,
    .pagination li [rel="prev"]:after,
    .pagination li.disabled:first-child span:after,
    .pagination li.disabled:last-child span:before {
        display: none;
    }

    .pagination li [rel="next"],
    .pagination li.disabled:first-child span,
    .pagination li [rel="prev"],
    .pagination li.disabled span {
        height: 40px;
    }

    .leads-table .pagination {
        width: 600px;
    }

    .body-padding-not-auth footer .copy-footer span {
        margin-top: 15px;
    }

    .leads-table h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .user-block-comment p {
        text-align: center;
    }

    .catching-page .wide-catch-1 .avatar {
        margin: 0px auto;
    }

    header.advanced-page + .container .video-block {
        margin-top: -80px !important;
    }

    .timer-lending h1 {
        font-size: 24px;
    }

    .agreement h2 {
        font-size: 20px;
    }

    .first-page-main .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #323232;
        text-align: center;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        text-align: center;
    }

    .container.register-page.profile-page.custom-catching-page-editor h2 {
        font-size: 24px;
    }

    .container.register-page.profile-page.custom-catching-page-editor button {
        width: 100%;
        margin-bottom: 30px !important;
    }

    .container.register-page.profile-page.custom-catching-page-editor a {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0px;
    }

    .container.register-page.profile-page.custom-catching-page-editor .custom-block {
        max-width: 100% !important;
    }

    .container.register-page.profile-page.custom-catching-page-editor .pull-left {
        float: none !important;
        display: block;
        clear: both;
    }

    .container.register-page.profile-page.custom-catching-page-editor .pull-left.submit-btn {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .copy-footer {
        text-align: center;
    }

    .catching-page .my-econ-c .header {
        background: rgba(3, 3, 3, 0.83);
        white-space: normal;
        padding: 15px 10px;
    }

    .catching-page .my-econ-c .header span {
        font-size: 14px !important;
    }

    .catching-page .my-econ-c .catching-block {
        padding: 50px 0px !important;
    }

    body.body-padding-not-auth.landing-page.landing-page-custom {
        padding-bottom: 0px !important;
    }

    .catching-page .my-econ-c .body-l {
        padding: 10px;
    }

    .catching-page .my-econ-c .body-l iframe {
        height: 314px !important;
    }

    .catching-page .my-econ-c .body h1 p {
        font-size: 16px;
        line-height: 30px;
        padding: 0px 10px;
    }

    .catching-page .my-econ-c .body button {
        font-size: 11px;
    }

    body.body-padding-not-auth.catching-page {
        padding-bottom: 0px !important;
    }

    header.auth-user-home.not-auth {
        min-height: 100px !important;
    }

    header.auth-user-home.not-auth button.navbar-toggle {
        margin-top: 7px !important;
    }

    header.auth-user-home.not-auth div#app-navbar-collapse {
        width: 100%;
        margin-top: 70px !important;
    }

    .body-padding-not-auth {
        padding-bottom: 66px !important;
    }

    .inner-header .dropdown button {
        width: 100%;
    }

    .inner-header .dropdown ul {
        margin-top: 10px !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        border: 1px solid #fff;
        margin-bottom: 10px;
        padding: 6px 10px 6px;
    }

    .auth-user-home .nav-brand {
        margin-top: -8px;
    }

    .main-white-block-text {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .main-white-block-text h2 {
        font-size: 22px;
        color: #3a3a3a;
        font-weight: 700 !important;
        margin-top: 30px;
    }

    .main-white-block-text p {
        font-size: 16px;
        color: #3a3a3a;
        text-align: left;
    }

    .main-page-members-block h2 {
        margin-top: 0px;
        font-size: 22px;
        line-height: 30px;
    }

    .main-page-members-block .pull-right.link-block.text-center {
        margin-top: 30px;
    }

    .main-page-members-block .pull-left.link-block.text-center {
        overflow: hidden;
        position: relative;
    }

    .main-page-members-block .pull-left.link-block.text-center:before {
        content: 'Best value';
        display: block;
        width: 400px;
        text-align: center;
        padding: 5px;
        color: #fff;
        background: green;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: -135px;
        top: 40px;
        z-index: 10;
        position: absolute;
    }

    .main-page-members-block .link-block ul {
        padding: 0px;
        margin-bottom: 40px;
        margin-top: -25px;
    }

    .main-page-members-block .link-block ul li {
        list-style: none;
        margin-bottom: 10px;
        text-align: center;
        color: #b1b1c2;
        font-weight: 600;
        font-size: 18px;
    }

    .main-page-members-block .link-block ul li b {
        color: green;
    }

    header .main-page-text h1 {
        color: #fff;
        font-size: 22px;
        line-height: 30px;
        margin-top: 20px;
        font-weight: 700;
    }

    header .main-page-text h1 p {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }

    header .main-page-text h2 {
        color: #fff;
        font-weight: 700 !important;
        margin-bottom: 25px;
        font-size: 22px;
    }

    header .main-page-text ul {
        margin-top: 20px;
        margin-bottom: 60px;
    }

    header .main-page-text ul li {
        color: #fff;
        font-size: 16px;
        text-align: left;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .catching-page .content.cc5 br {
        display: none;
    }

    .people-comment {
        background: #e4edf2;
        text-align: center;
        padding-bottom: 0px;
    }

    .people-comment span {
        display: inline-block;
        margin-bottom: 80px;
    }

    .cc3 .header {
        font-size: 26px;
    }

    .timer-lending h1 {
        margin-top: 0px;
    }

    .lp-countdown-timer-react--boxed-in.lp-countdown-timer-react--huge .time-wrapper {
        font-size: 1.645rem !important;
    }

    .lp-countdown-timer-react--boxed-in.lp-countdown-timer-react--huge .time-name {
        margin-top: 12px;
        font-size: 0.645rem !important;
    }

    .font-scale-6 {
        font-size: 1.125rem;
        line-height: 2rem;
    }

    .headline.font-scale-6 {
        font-size: 2.0625rem;
        line-height: 2.5rem;
    }

    .timer {
        font-size: 24px;
        color: red !important;
        margin-top: 50px;
        margin-bottom: 45px;
    }

    .timer div {
        margin: 0px 5px !important;
    }

    .timer div span {
        font-size: 14px !important;
        margin-top: 5px !important;
    }

    .colo-button a {
        font-size: 16px;
    }

    footer .login-img {
        margin-top: 25px;
    }

    footer .login-img img {
        width: 60px;
    }

    .body-auth footer .login-img {
        margin-top: 25px;
    }

    .body-auth footer .login-img img {
        width: 125px;
    }

    header.inner-header + div + footer .login-img {
        margin-top: 25px;
    }

    header.inner-header + div + footer .login-img img {
        width: 125px;
    }

    .a-sup-link a:focus {
        color: #fff;
        text-decoration: none;
    }

    .a-sup-link a:hover {
        text-decoration: underline;
        color: #fff;
    }

    .a-sup-link {
        margin-top: 15px !important;
        font-size: 10px !important;
        text-align: left;
        display: block;
        padding-left: 15px;
        margin-bottom: 15px !important;
    }

    .a-sup-link span {
        margin: 0px 5px !important;
    }

    .locked-acc h3 {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .custom-links-page h3 {
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

    .new-lend-page div.arrow {
        width: 40px;
        height: 100px;
        color: red !important;
        margin-top: -250px;
        text-align: center;
        position: absolute;
        bottom: 200px;
        display: none;
        font-size: 26px;
        -webkit-animation: mymove 5s infinite;
        /* Safari 4.0 - 8.0 */
        animation: mymove 5s infinite;
    }

    .new-lend-page div.arrow.pull-right {
        right: 0px;
    }

    .new-lend-page div.arrow.pull-left {
        left: 0px;
    }

    #link-timer .container {
        width: 100%;
    }

    #link-timer .video-block iframe {
        height: 235px !important;
    }

    #link-timer .modal-dialog-sup {
        margin: 5px auto;
        margin-top: 75px;
    }

    #link-timer h2 {
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 40px;
    }

    #link-timer h3 {
        font-size: 16px !important;
    }

    #link-timer .lover-content .second-block ul li {
        font-size: 10px !important;
    }

    .advanced-page + .container + .members-block .link-block {
        max-width: 341px;
        display: block;
        width: 100%;
        padding: 32px;
        -webkit-box-shadow: 2px 2px 60px 4px rgba(224, 220, 220, 0.75);
        box-shadow: 2px 2px 60px 4px rgba(224, 220, 220, 0.75);
        background: #fff;
        float: none !important;
        margin: 0px auto;
    }

    .work-time {
        margin-top: 0px;
    }

    header.advanced-page h1 {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        margin-top: 25px;
        font-weight: 700;
        margin-bottom: 120px;
    }

    header.advanced-page + .container .video-block {
        height: 200px !important;
    }

    header.advanced-page + .container iframe {
        height: 200px;
    }

    .my-links .custom-block a h3 {
        overflow: visible;
        text-overflow: inherit;
        height: 52px;
        font-size: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0px;
        padding-right: 0px;
        white-space: normal;
    }

    .training iframe {
        height: 160px !important;
    }

    .training h3 {
        font-size: 14px;
        margin-top: 10px;
    }

    .training .submit-btn {
        margin-bottom: 0px;
        width: 100%;
        margin: 0px;
        height: 44px;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 18px;
    }

    .training .links {
        position: relative;
        margin-bottom: 40px;
        width: 100%;
    }

    #link-popup-video .modal-dialog {
        margin: 0px auto;
        margin-top: 75px;
    }

    #link-popup-video .modal-dialog .modal-body {
        padding: 0px;
        height: 270px;
    }

    #link-popup-video .modal-dialog .modal-body iframe {
        height: 270px;
    }

    .main-sli-down .selected-link {
        font-size: 18px;
    }

    .main-sli-down .main-drop li span {
        font-size: 14px;
    }

    .main-sli-down .main-drop li button {
        font-size: 14px;
    }

    body {
        padding-bottom: 140px;
    }

    .body-auth {
        padding-bottom: 75px;
    }

    .landing-page .new-lend-page span.v-title {
        font-size: 14px;
    }

    #tab2 .tabs-2 form,
    #tab3 .tabs-2 form,
    #tab4 .tabs-2 form {
        width: 100%;
    }

    #tab2 .tabs-2 input[type="text"],
    #tab3 .tabs-2 input[type="text"],
    #tab4 .tabs-2 input[type="text"] {
        width: 100%;
        margin: 0px;
        margin-bottom: 10px;
        font-size: 11px;
    }

    #tab2 .tabs-2 input[type="submit"],
    #tab3 .tabs-2 input[type="submit"],
    #tab4 .tabs-2 input[type="submit"] {
        width: 100%;
    }

    .tabs-affiliate .nav > li {
        width: 100%;
        margin: 0px;
        margin-top: 5px;
        margin-bottom: 0px;
        min-height: 10px;
    }

    .tabs-affiliate .nav > li a {
        font-size: 12px;
        padding: 5px;
        min-height: 10px;
        margin-right: 0px;
    }

    .tabs-affiliate .nav > li.active .icon-side-arrow:before {
        right: 20px;
        top: 50%;
        margin-top: -5px;
        font-size: 10px;
    }

    .tabs-affiliate .nav > li .icon-side-arrow:before {
        position: absolute;
        right: 18px;
        top: 50%;
        margin-top: -5px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        font-size: 10px;
    }

    #tab2 .tabs-affiliate h2,
    #tab3 .tabs-affiliate h2,
    #tab4 .tabs-affiliate h2 {
        font-size: 16px;
        line-height: 28px;
        font-weight: 600;
        color: #3a3a3a;
        margin-bottom: 5px;
        margin-top: 30px;
    }

    #tab2 .tabs-4 h2 .before,
    #tab3 .tabs-4 h2 .before,
    #tab4 .tabs-4 h2 .before {
        display: none;
    }

    #tab2 .tabs-affiliate .video-block,
    #tab3 .tabs-affiliate .video-block,
    #tab4 .tabs-affiliate .video-block {
        margin-top: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 280px;
    }

    #tab2 .tabs-affiliate .video-block iframe,
    #tab3 .tabs-affiliate .video-block iframe,
    #tab4 .tabs-affiliate .video-block iframe {
        height: 280px;
    }

    #tab2 .tabs-4 form input[type="text"],
    #tab3 .tabs-4 form input[type="text"],
    #tab4 .tabs-4 form input[type="text"] {
        width: 100%;
        margin-right: 0px;
    }

    #tab2 .tabs-affiliate .bottom-link,
    #tab3 .tabs-affiliate .bottom-link,
    #tab4 .tabs-affiliate .bottom-link {
        text-decoration: underline;
        color: #00c3d4;
        font-size: 12px;
        display: inline-block;
        font-weight: 600;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    #tab2 .tabs-2 h2,
    #tab3 .tabs-2 h2,
    #tab4 .tabs-2 h2 {
        margin-top: 15px;
        font-size: 14px;
    }

    .tabs-affiliate .nav > li a span {
        margin-top: 5px;
    }

    .tabs-affiliate .outer-block .submit-btn {
        margin-top: 10px;
        width: 100%;
    }

    .inner-header .navbar-nav > li.profile a {
        width: auto;
    }

    .custom-block-min.custom-block.text-center {
        width: 33.3%;
    }

    .custom-block-min.custom-block.text-center a {
        display: block;
    }

    .custom-block-min.custom-block.text-center img {
        width: 100%;
    }

    .nav > li {
        width: 100%;
    }

    .clr-xs {
        clear: both;
        width: 100% !important;
    }

    .clr-xs a {
        width: 100%;
    }

    .inner-header .navbar-nav > li > a {
        padding: 6px 10px 6px;
        margin: 0px 5px;
        text-transform: uppercase;
        font-weight: 600;
        border-bottom: 2px solid transparent;
        font-size: 13px;
        border: 1px solid #fff !important;
        margin-bottom: 10px;
        border-radius: 0px !important;
        width: auto;
    }

    li.profile {
        width: 100%;
        margin-bottom: 10px;
    }

    .inner-header .navbar-nav > li.profile a {
        padding: 6px 10px;
        margin: 0px 5px !important;
        margin-bottom: 20px;
    }

    .inner-header .navbar-nav > li .agreement-button {
        padding: 6px 15px;
        text-align: center;
        margin: 0px 5px;
        text-transform: none;
        color: #fff !important;
        background: red !important;
        color: #fff !important;
        border-color: red !important;
        border: 1px solid red !important;
        width: auto;
        height: 36px;
        margin-top: 0px;
        border-radius: 0px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 10px;
        line-height: 15px;
        text-transform: uppercase;
        clear: right;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-nav .open .dropdown-menu {
        padding-top: 0px;
    }

    .inner-header .navbar-collapse {
        padding: 0px;
        float: none;
        clear: both;
    }

    .inner-header .navbar-nav > li .train-mr {
        margin: 0px 5px;
        margin-bottom: 10px;
    }

    .inner-header .nav-brand {
        float: left;
        margin-bottom: 20px;
    }

    .navbar-default .navbar-toggle {
        margin-top: -3px;
        margin-right: 0px;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #dddddd54;
    }

    .inner-header {
        text-align: center;
    }

    .tabs-home h1 {
        font-size: 50px;
        margin-bottom: 30px;
    }

    .tabs-home .tabs-2 form {
        width: 100%;
        margin-bottom: 25px;
    }

    .tabs-home .tabs-2 input[type="submit"] {
        font-size: 13px;
        text-align: center;
    }

    footer span {
        font-size: 10px;
        margin-top: 15px;
    }

    .tabs-home .tabs-2 .home-dash h2 {
        font-size: 20px;
        line-height: 28px;
        margin-top: 20px !important;
        margin-bottom: 10px;
    }

    .tabs-home h2 {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 5px;
    }

    .tabs-home .video-block {
        height: 170px;
        margin-bottom: 30px;
    }

    .tabs-home .video-block iframe {
        height: 170px;
    }

    .tabs-home .bottom-link {
        margin-bottom: 30px;
        font-size: 14px;
    }

    .my-links h2 {
        font-size: 35px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .my-links h3 {
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .col-xs-4.custom-block.text-center {
        padding: 0px 2px;
    }

    .my-links .custom-block a span {
        font-size: 13px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .my-links .custom-block .img {
        position: relative;
        max-height: 100px;
        overflow: hidden;
    }

    .my-links .custom-block a h3 {
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .my-links .custom-block-min {
        padding: 0px 2px !important;
    }

    .my-links .mb7 {
        margin-bottom: 5px;
    }

    .link-popup .modal-body {
        padding: 10px 10px;
        font-size: 14px;
    }

    .link-popup .icon-close-modal {
        right: auto;
        top: -60px;
        padding: 0px;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }

    .link-popup-upload .modal-dialog {
        width: auto;
    }

    .link-popup-upload .modal-dialog .img-fon {
        display: none;
    }

    .link-popup-upload .modal-dialog .wht-block {
        width: 100%;
    }

    .link-popup-upload .icon-close-modal {
        right: auto;
        top: -60px;
        padding: 0px;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }

    .link-popup-upload .wht-block {
        padding-left: 10px;
        padding-right: 10px;
    }

    li.dropdown {
        float: none;
        clear: both;
        width: 100%;
    }

    .training h2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 30px;
        margin-bottom: 5px;
    }

    .training .video-block {
        height: 170px;
    }

    .training .video-block iframe {
        height: 170px;
    }

    .training .tabs-2 {
        margin-top: 30px;
    }

    .training .tabs-2 h2 {
        margin-top: 15px;
    }

    .training .icon-side-arrow:before {
        margin-top: 6px;
        text-decoration: none !important;
        outline: none !important;
    }

    .training .bottom-link {
        margin-top: 15px;
        margin-bottom: 30px;
        font-size: 14px;
    }

    .faq-page .h-descpr {
        border-bottom: 4px solid #323232;
        padding-bottom: 10px;
        font-size: 24px;
    }

    .faq-page .clear-messages {
        font-size: 18px;
        float: left;
    }

    .faq-page a {
        color: #e4af0a;
    }

    .faq-page ul li {
        width: 100%;
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-bottom: 10px;
    }

    .faq-page ul li h3 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .faq-page ul li p {
        margin-left: 0px;
        font-size: 14px;
        line-height: 24px;
    }

    .faq-page .icon-faq:before {
        left: 0px !important;
        font-size: 16px !important;
    }

    .link-support {
        overflow: hidden;
    }

    .link-support .submit-btn {
        padding-left: 0px;
        padding-right: 0px;
    }

    .recaptcha {
        width: 100%;
        display: block;
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .modal-dialog-sup {
        margin: 5px;
    }

    .leads-table .dropdown {
        margin-top: 47px;
    }

    .register-page .submit-btn {
        margin-bottom: 0px;
    }

    .login .login-block {
        width: 100%;
    }

    .login .login-block .panel-default {
        padding: 15px;
    }

    .login .login-block .panel-body .submit-btn {
        font-size: 16px;
    }

    .login .login-block .login-img {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .login .login-block .login-img img {
        width: 90px;
    }

    .login .login-block .form-horizontal .form-group {
        margin-left: 0px;
        margin-right: 0px;
    }

    .register-page .video-block {
        margin-top: 10px;
        height: 280px;
    }

    .register-page .security {
        padding-top: 24px;
    }

    .register-page .security h3 {
        font-size: 20px;
    }

    .register-page .security p {
        margin-left: -123px;
        margin-top: 30px;
    }

    .register-page h2 {
        margin-top: 25px;
    }

    .visib-xs {
        display: inline-block;
    }

    .register-page .info-registr-teble {
        text-align: center;
    }

    .register-page .info-registr-teble th {
        text-align: center;
    }

    .register-page .info-registr-teble td {
        vertical-align: middle;
    }

    .register button.navbar-toggle {
        display: none;
    }

    .login #app {
        width: 90%;
    }

    .login .panel-body a {
        margin-bottom: 0px;
    }

    .landing-page-custom header {
        min-height: 200px;
    }

    .landing-page-custom .info-text {
        margin-top: 30px;
    }

    .landing-page-custom .avatar {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
    }

    .landing-page-custom h2 {
        line-height: 28px;
        font-size: 18px;
        margin-bottom: 5px;
        margin-top: 40px;
    }

    .landing-page-custom .video-block {
        margin-top: 0px;
        height: 280px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 45px;
    }

    .landing-page-custom .video-block iframe {
        height: 280px !important;
    }

    .landing-page-custom .lover-content .submit-btn {
        margin-bottom: 0px;
        width: 100%;
        margin: 0px;
        height: 44px;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 24px;
    }

    .landing-page-custom .lover-content .links {
        display: inline-block;
        position: relative;
        margin-bottom: 95px;
        width: 100%;
    }

    .landing-page-custom .lover-content .links:before {
        background-size: 255px 77px;
    }

    .landing-page-custom .lover-content h3 {
        font-size: 18px;
    }

    .landing-page-custom .lover-content ul li {
        font-family: "TimesNewRomanRegular";
        font-size: 14px;
        color: #2a2a2a;
        list-style: none;
        margin-bottom: 6px;
        line-height: 24px;
    }

    .landing-page-custom .lover-content ul .last {
        font-family: "TimesNewRomanBold";
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .landing-page-custom .lover-content p {
        font-family: "TimesNewRomanRegular";
        font-size: 14px;
        line-height: 26px;
        color: #2a2a2a;
        margin-bottom: 35px;
    }

    .landing-page-custom .lover-content p br {
        display: none;
    }

    .landing-page-custom .lover-content h4 {
        font-size: 18px;
        font-family: "TimesNewRomanBold";
        color: #2a2a2a;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .landing-page-custom .lover-content .second-block ul li {
        font-family: "TimesNewRomanBold";
        line-height: 20px;
        font-size: 11px;
    }

    .landing-page-custom .lover-content .video-block-second h3 {
        margin-bottom: 5px;
    }

    .landing-page-custom .lover-content .video-block-second .video-block {
        height: 280px;
        margin-bottom: 30px;
    }

    .landing-page-custom .lover-content .video-block-second .video-block iframe {
        height: 280px !important;
    }

    .landing-page-custom .landing-page-custom .lover-content .video-block-second h4 {
        font-family: "TimesNewRomanRegular";
        margin-bottom: 45px;
    }

    .landing-page .new-lend-page .video-block {
        margin-bottom: 65px;
        margin-top: 0px;
        height: 280px;
        border: 0px;
    }

    .landing-page .new-lend-page .video-block iframe {
        height: 280px !important;
    }

    .landing-page .new-lend-page .submit-btn {
        width: 100%;
        height: 44px;
        font-size: 24px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .landing-page .new-lend-page .links {
        width: 100%;
    }

    .landing-page .new-lend-page .links:before {
        background-size: 245px 75px;
    }

    .landing-page .new-lend-page .l1-p .login-img {
        margin-left: 10px;
        margin-bottom: 5px;
    }

    .landing-page .new-lend-page .l1-p .login-img img {
        width: 70px;
    }

    .landing-page .new-lend-page h1 {
        margin-top: 0px;
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .landing-page .new-lend-page .color-white {
        font-size: 19px;
        line-height: 26px;
    }

    .catching-page .content .catching-block {
        max-width: 90%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .catching-page .catch-1 .header {
        height: 50px;
        margin: 0px -10px;
    }

    .catching-page .catch-1 .header span {
        font-size: 18px;
    }

    .catching-page .catch-1 h1 {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .catching-page .catch-1 p {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .capt {
        margin-bottom: 30px;
        font-size: 10px !important;
    }

    .catching-page .catch-1 .footer {
        margin-bottom: 25px;
    }

    .catching-page .catch-2 .footer {
        margin-bottom: 25px;
    }

    .catching-page .catch-2 h1 {
        font-size: 17px;
        margin-top: 25px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .catching-page .catch-2 p {
        margin-bottom: 25px;
    }

    .catching-page .catch-3 h1 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 0px;
        margin-bottom: 20px;
        font-weight: normal;
    }

    .catching-page .catch-3 h1 br {
        display: none;
    }

    .catching-page .catch-3 .footer {
        margin-bottom: 25px;
    }

    .catching-page .catch-3 p {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .catching-page .catch-3 .catching-block .inner-catching {
        padding: 10px;
    }

    .catching-page .catch-4 .catching-block p {
        font-size: 14px;
    }

    .catching-page .catch-6 .catching-block .footer {
        margin-bottom: 25px;
    }

    .catching-page .catch-6 .catching-block p {
        margin: 0px;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .catching-page .catch-6 .catching-block h1 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .catching-page .catch-6 .catching-block .header {
        height: 100px;
    }

    .catching-page .catch-7 .catching-block .header {
        height: 50px;
    }

    .catching-page .catch-7 .catching-block h2 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }

    .catching-page .catch-8 .catching-block {
        min-height: 440px;
        border-radius: 0px;
    }

    .register-page .submit-btn {
        width: 100%;
    }

    .upgrade.table-info h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .upgrade.table-info {
        margin-top: 25px;
    }

    .upgrade.table-info p {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .upgrade.table-info p span {
        font-weight: 700;
        color: #000;
    }

    .upgrade.table-info table tbody td {
        text-align: center;
        padding: 22px 5px;
    }

    .upgrade.table-info table tbody td span {
        font-size: 14px;
    }

    .upgrade.table-info table thead th {
        text-transform: uppercase;
    }

    .upgrade.table-info .submit-btn {
        width: 100%;
        height: 60px;
        background: #323232;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        outline: none;
        text-transform: capitalize;
        margin-top: 26px;
        margin-bottom: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .upgrade.table-info .submit-btn:hover {
        background: #3a5414;
    }

    .only-index {
        min-width: 1170px !important;
    }

    .only-index .container {
        width: 1170px !important;
    }

    .only-index .navbar-default .navbar-toggle {
        display: none;
    }

    .only-index .collapse {
        display: block;
        float: right !important;
        clear: none !important;
    }

    .only-index .collapse li > a {
        width: auto !important;
        border: 0px !important;
    }

    .only-index .collapse li {
        width: auto !important;
        clear: none !important;
    }

    .only-index .collapse li.profile a {
        border: 1px solid #fff !important;
    }

    .landing-page .new-lend-page .mw-cover .block-cover {
        width: 320px;
    }

    .landing-page .new-lend-page .l2-p .block-cover .login-img {
        margin-left: 62px;
        margin-bottom: 5px;
        margin-top: 30px;
    }

    .landing-page .new-lend-page .login-img img {
        width: 40px;
    }

    .landing-page .new-lend-page h1 {
        margin-top: 20px;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .landing-page .new-lend-page .color-white {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 0px;
    }

    .landing-page .new-lend-page .red-cover {
        margin: 0px auto;
        max-width: 515px;
        min-height: 48px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        width: 181px;
        margin-bottom: 5px;
    }

    .landing-page .new-lend-page .red-cover span {
        font-size: 18px;
        line-height: 16px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .landing-page .new-lend-page .red-cover .yellow {
        font-size: 10px;
        line-height: 10px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .landing-page .new-lend-page h2 {
        color: #fff;
        text-align: center;
        font-size: 16px;
        padding-left: 0px;
        margin-top: 0px;
        line-height: 16px;
        margin-bottom: 40px;
    }

    .landing-page .new-lend-page .video-block {
        margin-bottom: 40px;
    }

    .landing-page .new-lend-page .video-block {
        height: 240px;
    }

    .landing-page .new-lend-page .video-block iframe {
        height: 240px;
    }

    .landing-page .new-lend-page .l1-p .block-cover .login-img {
        margin-left: 78px;
        margin-bottom: 5px;
        margin-top: 30px;
    }

    .landing-page .new-lend-page .l1-p .block-cover .login-img img {
        width: 32px;
    }

    .landing-page .new-lend-page .l1-p .color-white {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 40px;
    }

    .landing-page .new-lend-page .l3-p .block-cover .login-img {
        margin-left: 62px;
        margin-bottom: 5px;
        margin-top: 30px;
    }

    .link-popup .modal-dialog {
        margin-top: 75px;
    }

    .link-popup-upload .modal-dialog {
        margin-top: 75px;
    }

    .vid-block {
        margin-bottom: 30px;
    }

    .vid-block h3 {
        text-align: center;
        margin-bottom: 5px;
    }

    .vid-block iframe {
        height: 240px;
    }

    footer .text-center span {
        margin: 0px 3px;
        font-size: 12px;
    }

    footer a {
        font-size: 10px;
        text-decoration: none;
    }

    .my-links .custom-block a h3 {
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 11px;
        line-height: 14px;
    }

    .table-info table tbody td {
        padding: 5px;
    }

    .table-info table tbody td span {
        font-size: 12px;
        line-height: 12px;
    }

    .advanced-page {
        min-height: 250px;
    }

    .advanced-page .login-img {
        margin-top: 60px;
    }

    .advanced-page .login-img img {
        width: 100px;
    }

    .advanced-page + .container .video-block {
        margin-top: -80px;
    }

    .advanced-page + .container .video-block iframe {
        height: 200px;
    }

    .advanced-page + .container + .members-block .or {
        margin-top: 0px;
    }

    .leads-table .table-info table td,
    .leads-table .table-info table th {
        padding: 15px 5px !important;
        text-align: center;
        font-size: 14px !important;
        white-space: normal !important;
        min-width: 0px !important;
    }

    .leads-table .table-info table th:last-child {
        padding: 15px 0px !important;
    }

    .leads-table .table-info table td span {
        font-size: 14px;
    }

    .landing-page-custom h1 {
        font-size: 18px;
        line-height: 28px;
    }

    .registr-help-text {
        margin-top: 35px;
    }

    .my-links .c-class-7,
    .my-links .c-class-8,
    .my-links .l-class-7,
    .my-links .l-class-8 {
        width: 50% !important;
    }
}

.only-index {
    min-width: 1170px;
}

.only-index .container {
    width: 1170px !important;
}

.only-index .navbar-default .navbar-toggle {
    display: none;
}

.only-index .collapse {
    display: block;
    float: right;
}

.only-index .video-block {
    height: 530px !important;
}

.only-index header h2 {
    color: #fff;
    font-weight: 700;
    margin-top: 40px;
}

.only-index header h2 .submit-btn {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.only-index header h2 .submit-btn:hover {
    background: #3a5414;
}

.video-block {
    height: auto !important;
}

.copy {
    cursor: pointer !important;
}

.hid-mob {
    display: none;
}

.img-custom-0 {
    margin: 0 auto;
}

.img-custom-1 {
    margin: 30px auto;
}

.product-blocks .product-block-text {
    font-size: 16px;
    text-align: center;
}

.checkmark-list {
    margin-bottom: 100px;
}

.checkmark-item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.checkmark-item-icon {
    max-width: 36px;
    height: 36px;
    margin-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 36px;
}

.product-block-inner {
    padding: 30px;
}

.main-page-text .img-responsive {
    margin: auto;
}

#app-navbar-collapse .navbar-nav .login-img:hover,
#app-navbar-collapse .navbar-nav .navbar-brand:hover {
    background-color: transparent;
}

.navbar-nav > li > a.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.center-mob {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .analytics-st .custom-block span {
        font-size: 10px;
    }

    .analytics-st .custom-block span b {
        white-space: nowrap;
        display: block;
    }

    .my-pages-table tr td {
        font-size: 14px;
    }

    .analytics-st .custom-block span.page-name {
        color: #FF9800;
    }

    .my-pages-table.analytics-st tr td .separate-line {
        display: none;
    }

    .my-pages-table.analytics-st tr td .separate-line + span {
        white-space: nowrap;
        display: block;
    }

    .my-pages-table thead th {
        font-size: 10px;
    }

    .login .login-block.reset-password .panel-body .submit-btn {
        font-size: 14px;
    }

    .searxh-result-faq {
        margin-top: 25px;
    }

    .body-padding-not-auth .navbar-header {
        text-align: center;
    }

    .body-padding-not-auth header.auth-user-home .nav-brand {
        float: none;
        display: inline-block;
    }

    .body-padding-not-auth header.auth-user-home.not-auth div#app-navbar-collapse {
        margin-top: 20px !important;
    }

    header.auth-user-home.not-auth h1 {
        color: #323232;
    }

    #tab4 .tabs-4 form {
        width: 100%;
        padding: 15px 15px;
        margin-top: 40px;
    }

    header.basic-page.auth-user-home.not-auth {
        min-height: 350px !important;
    }

    .video-block {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    footer .footer-links {
        margin-top: -25px;
        text-align: center;
        clear: both;
    }

    footer .footer-links span {
        width: 100%;
        overflow: hidden;
        height: 0px;
        display: block;
    }

    .center-mob {
        display: block;
        text-align: center;
    }

    .login-img {
        display: none;
    }

    footer .login-img {
        display: block;
        margin-top: 20px;
    }

    .body-padding-not-auth footer .login-img {
        display: none;
    }

    #tab4 .tabs-4 form {
        margin: 0px;
        margin-bottom: 25px;
    }

    .navbar-nav > li > a.navbar-brand {
        display: block;
        width: 100%;
    }

    .main-page-members-block .or {
        display: block;
        clear: both;
        margin-top: 0;
    }

    .main-page-members-block .link-block.text-center {
        margin-bottom: 35px;
        max-width: 100%;
    }

    .navbar-nav .navbar-brand-lg {
        display: none;
    }

    .nav-bar-top {
        margin-top: 0;
    }

    .catching-page .my-econ-c .header {
        height: auto;
        min-height: 50px;
        padding: 10px;
    }

    .catching-page .my-econ-c .header span {
        font-size: 20px !important;
    }

    .catching-page .my-econ-c .body a {
        font-size: 18px;
    }

    .catching-page .my-econ-c .links:before {
        background-size: 220px 115px;
        display: none;
    }

    .body-padding-not-auth {
        padding-bottom: 131px !important;
    }

    .table-info table tbody tr td:nth-child(2n) span:before {
        margin-right: 0px;
    }

    .table-info table tbody tr td:first-child {
        text-align: center;
    }

    .agreement ul {
        padding: 0px;
    }

    .login .login-block .login-img {
        display: inline-block !important;
    }

    body.login.body-padding-not-auth {
        padding-bottom: 0px !important;
    }
}

.navbar-brand.navbar-brand-md {
    height: auto;
}

@media screen and (min-width: 767px) {
    .navbar-brand-md {
        display: none;
    }

    .navbar-nav .login-img img {
        max-width: 230px;
        margin: auto;
    }
}

@-webkit-keyframes lp-progressbar-animation {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

@keyframes lp-progressbar-animation {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

.preview-head {
    border-color: #c7c7c7;
    border-width: 1px;
}

.preview-head__link {
    color: #323232;
}

.preview-head__link:hover,
.preview-head__link:focus {
    color: #de6732;
    outline: none;
    text-decoration: none;
}

.preview-head__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.preview-stip {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: #C7C7C7 1px solid;
    padding-top: 5px;
    padding-bottom: 5px;
}

.preview-stip__col-2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.preview-stip__link {
    margin-left: 15px;
    background: transparent;
    color: #323232;
    border-width: 2px;
    border-color: #323232;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.preview-stip__link:hover {
    background: #323232;
    color: #fff;
}

.preview-stip__prev {
    position: relative;
}

.preview-stip__prev-block {
    padding-top: 10px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 40px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border: 1px solid red;
}

.preview-stip__prev-block:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -8px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #2f2f2f;
}

.catching-page .my-econ-c.c2-myecon .body form span {
    font-size: 11px;
}

.catching-page .my-econ-c.c2-myecon .body form strong {
    font-size: 11px;
}

.register-page .bm-checkbox-line label {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    padding-top: 0;
}

.register-page .bm-checkbox-line input[type="checkbox"] {
    margin-top: 0;
    height: auto;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.wk-pro-input-wrap {
    margin-bottom: 15px;
}

.inp-color {
    width: 100%;
    overflow: hidden;
    height: 35px;
    display: block;
}

.inp-color span {
    color: #fff !important;
    text-align: center;
    width: 100%;
    line-height: 100%;
    height: 100%;
}

.inp-color .inp-color__black {
    color: #000 !important;
}

.page-color-select {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.page-color-select .nav .open > a {
    background: none;
}

.page-color-select .dropdown-menu {
    padding-bottom: 15px;
}

.page-color-select > ul > li > a {
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 0;
    line-height: 30px;
    background: #fff;
    display: block;
    background: none;
    text-align: center;
    font-size: 13px;
    color: #777;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.page-color-select > ul > li > a:hover,
.page-color-select > ul > li > a:focus {
    background: none;
}

.page-color-select .my-links .nav-tabs > li.active button {
    display: block;
    background: url(../img/Videohelpbutton.jpg);
    background-size: 100%;
    font-size: 0;
    height: 36px;
    width: 104px;
    background-repeat: no-repeat;
    background-position: center;
}

.page-color-select ul {
    width: 100%;
    padding: 0;
}

.page-color-select ul .dropdown-menu {
    padding-left: 15px;
    padding-right: 15px;
}

.page-color-select ul li {
    margin-top: 15px;
    padding-left: 0;
    width: 100%;
}

.form-group-seo input {
    width: 100%;
}

.form-group-seo label {
    /*color: #3a3a3a;
      font-weight: bold;
      font-size: 13px;
      text-transform: uppercase;
      font-family: 'Open Sans', sans-serif*/
}

.form-group-seo textarea {
    min-height: 100px;
}

.form-group-seo .form-group-small div {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-group-seo .form-group-small div input {
    width: 50%;
}

.form-group-seo .form-group-small div label {
    width: 50%;
    padding-right: 15px;
}

.video-block {
    max-height: 500px;
}

.container.register-page.profile-page.custom-catching-page-editor textarea.form-control {
    min-height: 100px;
}

.checkbox-row-wk {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkbox-row-wk input {
    margin-right: 10px;
    height: auto;
    margin-top: 0;
}

.checkbox-row-wk label {
    padding: 0 !important;
    margin: 0 !important;
}

@media screen and (max-width: 1200px) {
    header.advanced-page + .container .video-block {
        height: 440px;
    }

    header.advanced-page + .container iframe {
        height: 440px;
    }

    header.advanced-page + .container .video-block {
        margin-top: -140px !important;
    }
}

@media screen and (max-width: 990px) {
    header.advanced-page + .container .video-block {
        height: 340px;
    }

    header.advanced-page + .container iframe {
        height: 340px;
    }

    header.advanced-page + .container .video-block {
        margin-top: -90px !important;
    }

    .my-pages-table tr td .separate-line {
        display: none;
    }

    .my-pages-table tr td a.glyphicon.glyphicon-eye-open {
        margin-top: 0;
    }

    .my-pages-table tr td .created-time-page {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .table-info {
        padding-left: 15px;
        padding-right: 15px;
    }

    .table-info table tbody td span {
        font-size: 14px;
    }

    .video-block {
        max-height: 280px;
    }
}

@media screen and (max-width: 480px) {
    .video-block-playlists iframe {
        height: auto;
    }
}

.navbar-header > .navbar-collapse > .nav > .login {
    height: auto !important;
    margin-bottom: 60px;
}

.catching-page form input[type="tel"], .catching-page form input[type="text"], .catching-page form input[type="email"] {
    background: white !important;
    color: #bbbbbb !important;
    font-size: 15px !important;
    font-family: inherit !important;
    font-weight: bold !important;
}

.catching-page form input::placeholder {
    color: #bbbbbb !important;
}

.catching-page .catch-2 form input[type="tel"] {
    height: 52px;
    border: 2px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    outline: none;
    padding-left: 11px;
    font-size: 15px;
    font-weight: 700;
    color: #bbbbbb;
    margin-bottom: 25px;
    /*background: rgba(0, 0, 0, 0);*/
    background: white;
}

/*template*/

@font-face {
    font-family: 'Droid Serif';
    font-style: normal;
    font-weight: 400;
    src: local("Droid Serif"), local("DroidSerif"), url(../../s/droidserif/v6/0AKsP294HTD-nvJgucYTaIgp9Q8gbYrhqGlRav_IXfk.woff) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Droid Serif';
    font-style: normal;
    font-weight: 700;
    src: local("Droid Serif Bold"), local("DroidSerif-Bold"), url(../../s/droidserif/v6/QQt14e8dY39u-eYBZmppwf79_ZuUxCigM2DespTnFaw.woff) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Inconsolata';
    font-style: normal;
    font-weight: 400;
    src: local("Inconsolata"), url(../../s/inconsolata/v12/BjAYBlHtW3CJxDcjzrnZCKE8kM4xWR1_1bYURRojRGc.woff) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

html,
body {
    min-height: 100%;
    padding-top: 0;
    height: 100%;
    margin: 0;
}

.capt-tmp-8 {
    font-family: sans-serif;
    background-color: #232323;
    text-align: center;
    font-size: 14px;
    line-height: 1.42857143;
    overflow: hidden;
    background-size: cover;
    min-height: 100%;
}

.capt-tmp-8__title {
    text-align: center;
    color: #9dc852;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    line-height: normal;
    font-size: 62px;
    margin-top: 100px;
}

.capt-tmp-8__h3 {
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 27px;
    line-height: normal;
    font-weight: 400;
}

.capt-tmp-8-form {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top: 0px;
    border-color: #353535;
    outline: none;
    background-color: #2b2b2b;
    position: relative;
    border-width: 3px;
    border-style: solid;
    max-width: 720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding-left: 50px;
    -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.capt-tmp-8-form__title {
    text-align: center;
    color: #fff;
    line-height: .8em;
    font-size: 27px;
    margin-top: 10px;
}

.capt-tmp-8-form__load {
    margin-top: 20px;
    width: 100%;
    background-color: #151515;
    overflow: hidden;
    border-radius: 5px;
}

.capt-tmp-8-form__load-access {
    width: 100%;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
    height: 35px;
    font-size: 14px;
    background-color: #0074c7;
    -webkit-transition: width .25s ease, height .25s ease, font-size .25s ease;
    transition: width .25s ease, height .25s ease, font-size .25s ease;
    width: 66%;
}

.capt-tmp-8-form__input {
    margin-top: 20px;
}

.capt-tmp-8-form__input-text {
    border-color: #b91517;
    width: 100%;
    border-radius: 5px;
    background-position: 97%;
    /*background-image: url(../images/email-6e1e64ff0c2a24f382e96c9eafe35ea5.png);*/
    background-repeat: no-repeat;
    background-color: #F1F1F1;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 21px;
    padding: 12px 18px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    line-height: 1.5;
}

.capt-tmp-8-form__input-no-ic {
    background-image: none;
}

.capt-tmp-8-form__btn {
    color: #344318;
    background-color: #9dc852;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    border-left: none;
    border-right: none;
    font-size: 27px;
    padding: 16px 35px;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    border-top: none;
}

.capt-tmp-8-form__btn:hover {
    background-color: #8ab73a;
    cursor: pointer;
    text-decoration: none;
}

.capt-tmp-8-form__btn:hover,
.capt-tmp-8-form__btn:focus {
    outline: none;
}

.capt-tmp-8__copyright {
    font-size: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.380392);
}

.land-tmp-8 {
    font-family: sans-serif;
    line-height: 1.42;
    overflow: hidden;
    background-color: #3C3C3C;
    background-size: cover;
    min-height: 100%;
    padding-bottom: 45px;
}

.land-tmp-8-container {
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.land-tmp-8__h1-bl {
    padding-left: 40px;
    padding-right: 40px;
    word-wrap: break-word;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-width: 3px;
    border-style: solid;
    border-color: #76180e;
    outline: none;
    background-color: #e74c3c;
    border: none;
}

.land-tmp-8__h1 {
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    text-align: center;
    color: #fff;
    font-size: 48px;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}

.land-tmp-8__video {
    padding-left: 80px;
    padding-right: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 3px;
    border-style: solid;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-top: 30px;
    border-color: #232323;
    outline: none;
    background-color: #fff;
    padding-bottom: 50px;
    border: none;
}

.land-tmp-8__video-item {
    margin-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}

.land-tmp-8__video-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.land-tmp-8__video-btn {
    color: #262626;
    background-color: #fdb831;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdb831), to(#fdaa09));
    background-image: linear-gradient(to bottom, #fdb831 0%, #fdaa09 100%);
    text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.1);
    display: block;
    text-align: center;
    width: 100%;
    font-size: 27px;
    padding: 17px 35px;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.land-tmp-8__video-btn:hover {
    text-decoration: none;
}

.land-tmp-8__footer {
    border-width: 3px;
    border-style: solid;
    -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
    max-width: 960px;
    width: 100%;
    padding-bottom: 45px;
    padding-top: 30px;
    margin-top: 30px;
    border-color: #1e1e1e;
    outline: none;
    background-image: url(../../images/grey-bloom.png);
    background-color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

.land-tmp-8__col {
    width: 33.3333%;
    margin-left: 40px;
    margin-right: 40px;
}

.land-tmp-8__people {
    margin-top: 20px;
    text-align: center;
}

.land-tmp-8__people-img {
    display: inline-block;
    width: 84px;
    height: 84px;
    overflow: hidden;
    border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #FFF;
    text-align: center;
}

.land-tmp-8__people-img img {
    display: inline-block;
    max-width: 100%;
}

.land-tmp-8__people-text {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.3em;
    font-family: 'Droid Serif', serif;
}

.land-tmp-8__people-title {
    font-weight: 700;
}

.land-tmp-8__copyright {
    text-align: center;
    color: rgba(255, 255, 255, 0.658824);
    font-size: 18px;
    line-height: normal;
    margin-top: 40px;
}

.capt-tmp-9 {
    font-family: sans-serif;
    background-color: #F1F4F8;
    text-align: center;
    font-size: 14px;
    line-height: 1.42857143;
    min-height: 100%;
    background-size: cover;
}

.capt-tmp-9__text {
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 27px;
    line-height: normal;
    font-weight: 400;
}

.capt-tmp-9-form {
    padding-top: 20px;
    border-top: solid 10px #66210a;
    background-color: #d54e21;
    position: relative;
    max-width: 720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.4);
    padding-right: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding-bottom: 30px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.capt-tmp-9-form__title {
    text-align: center;
    font-size: 37px;
    line-height: normal;
    margin-top: 10px;
    color: #fff;
}

.capt-tmp-9-form__text {
    margin-top: 20px;
    font-size: 27px;
    font-weight: 700;
    padding: 10px;
    line-height: 1.3em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #fff;
    background-color: #78280d;
}

.capt-tmp-9-form__input {
    margin-top: 20px;
}

.capt-tmp-9-form__input-text {
    border-color: #b91517;
    width: 100%;
    border-radius: 5px;
    background-position: 97%;
    /* background-image: url(../images/email_white-70dae42092fa6a05978ff6a0620ee93f.png);*/
    background-repeat: no-repeat;
    background-color: #F1F1F1;
    border: 3px solid rgba(0, 0, 0, 0.2);
    font-size: 21px;
    padding: 15px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.capt-tmp-9-form__input-text-no-ic {
    background-image: none;
}

.capt-tmp-9-form__btn {
    color: #2c75a4;
    background-color: #fff;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    border-left: none;
    border-right: none;
    font-size: 27px;
    padding: 16px 35px;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    border-top: none;
}

.capt-tmp-9-form__btn:before {
    font-family: 'Font Awesome 5 Free';
    content: "\F061";
    margin-right: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.capt-tmp-9-form__btn:hover {
    background-color: #EBEBEB;
    cursor: pointer;
    text-decoration: none;
}

.capt-tmp-9-form__btn:hover,
.capt-tmp-9-form__btn:focus {
    outline: none;
}

.capt-tmp-9__copyright {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    color: rgba(255, 255, 255, 0.709804);
}

.capt-tmp-10 {
    font-family: sans-serif;
    background-color: #F4F4F4;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 14px;
    overflow: hidden;
    line-height: 1.42857143;
    min-height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
    background-image: linear-gradient(#fff 0%, #ccc);
    background-size: cover;
}

.capt-tmp-10__container {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.capt-tmp-10__title {
    text-align: center;
    font-size: 68px;
    color: #ff1500;
    margin-top: 10px;
    line-height: 1.3em;
    font-family: "Fjalla One", Helvetica, sans-serif;
}

.capt-tmp-10__h3 {
    font-family: Lato, Helvetica, sans-serif;
    text-align: center;
    font-size: 32px;
    margin-top: 10px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #333;
    font-weight: 400;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.capt-tmp-10__h3 strong {
    background-color: yellow;
    display: inline-block;
    font-weight: 700;
    font-family: Lato, Helvetica, sans-serif;
}

.capt-tmp-10-form {
    margin-bottom: 30px;
    padding: 40px;
    background-color: white;
    border-color: red;
    border-width: 5px;
    border-style: dashed;
    max-width: 460px;
    width: 100%;
    float: right;
    margin-top: 60px;
    margin-right: 110px;
    -webkit-box-shadow: 15px 36px 86px 0px rgba(0, 0, 0, 0.46);
    box-shadow: 15px 36px 86px 0px rgba(0, 0, 0, 0.46);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.capt-tmp-10-form__text {
    text-align: center;
    font-size: 24px;
    margin-top: 15px;
    line-height: 1.25;
    font-weight: 700;
    color: #333;
    font-family: Lato, Helvetica, sans-serif;
    margin-bottom: 30px;
}

.capt-tmp-10-form__input {
    margin-top: 20px;
}

.capt-tmp-10-form__input-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-position: 97%;
    /*background-image: url(../images/user_capt_10-991ab66ab0ea772cd99f531f0c8f8e2f.png);*/
    background-repeat: no-repeat;
    background-color: #FFF;
    -webkit-box-shadow: inset 0 1px 2px rgba(130, 137, 150, 0.23), 0 1px 0 rgba(255, 255, 255, 0.95);
    box-shadow: inset 0 1px 2px rgba(130, 137, 150, 0.23), 0 1px 0 rgba(255, 255, 255, 0.95);
    font-size: 16px;
    padding: 12px 18px;
}

.capt-tmp-10-form__input-text_mail {
    /* background-image: url(../images/email_capt_10-6e1e64ff0c2a24f382e96c9eafe35ea5.png);*/
}

.capt-tmp-10-form__input-no-ic {
    background-image: none;
}

.capt-tmp-10-form__btn {
    margin-top: 40px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    color: black;
    font-weight: 600;
    background-color: #ffe300;
    font-size: 28px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    -webkit-transform: all .2s ease-in-out;
    transform: all .2s ease-in-out;
    text-align: center;
    font-family: Lato, Helvetica, sans-serif;
}

.capt-tmp-10-form__btn:hover {
    background-color: #8ab73a;
    cursor: pointer;
    text-decoration: none;
}

.capt-tmp-10-form__btn:hover,
.capt-tmp-10-form__btn:focus {
    outline: none;
}

.capt-tmp-10-form__copyright {
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    color: #888888;
}

.capt-tmp-10__footer {
    margin-top: 10px;
    text-align: left;
}

.capt-tmp-10__footer-nav {
    padding-left: 0;
    display: inline-block;
    text-align: left;
    margin-left: 35px;
}

.capt-tmp-10__footer-nav li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.capt-tmp-10__footer-nav li a {
    text-decoration: none;
    color: #656565;
    font-size: 12px;
}

.capt-tmp-10__footer__img {
    background-size: cover;
    background-repeat: no-repeat;
    height: 370px;
    position: absolute;
    left: 160px;
    width: 400px;
    -webkit-box-shadow: 0 0 5px 0 #000;
    box-shadow: 0 0 5px 0 #000;
    top: 40%;
    background-color: #fff;
    -webkit-transform: perspective(145.9px) rotate3d(1, 3, -10, 27deg);
    transform: perspective(145.9px) rotate3d(1, 3, -10, 27deg);
}

.capt-tmp-10__copyright {
    margin-left: 35px;
    margin-top: 0;
    text-align: left;
    font-size: 12px;
    color: #656565;
}

.clear {
    clear: both;
}

.land-tmp-10 {
    text-align: center;
    font-size: 14px;
    line-height: 1.42857143;
    overflow: hidden;
    min-height: 100%;
    padding-top: 0px;
    background-size: cover;
    font-family: 'Lato', sans-serif;
}

.land-tmp-10__container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.land-tmp-10__title {
    margin-top: 5px;
    letter-spacing: 0.8px;
    text-align: center;
    color: #333;
    font-weight: 700;
    font-size: 62px;
    line-height: normal;
}

.land-tmp-10__subtitle {
    font-size: 32px;
    line-height: normal;
    text-align: center;
    color: #333;
    font-weight: 400;
}

.land-tmp-10__video {
    border-radius: 8px;
    border: 8px solid #111111;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 30px;
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}

.land-tmp-10__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.land-tmp-10__form {
    margin-top: 30px;
}

.land-tmp-10__form-title {
    text-align: center;
    color: #2f2f2f;
    line-height: normal;
    font-size: 24px;
}

.land-tmp-10__form_btn {
    cursor: pointer;
    color: white;
    background-color: #0e8dc7;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 27px;
    padding: 14px 35px;
    margin-right: auto;
    margin-left: auto;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    -webkit-transform: all .2s ease-in-out;
    transform: all .2s ease-in-out;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
    font-family: 'Lato', sans-serif;
}

.land-tmp-10__form_btn:hover,
.land-tmp-10__form_btn:focus {
    outline: none;
    text-decoration: none;
}

.land-tmp-10__form_btn:hover {
    background-color: #0b72a1;
}

.land-tmp-10__hours {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.land-tmp-10__hours-val {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2e2e2e;
    border: 4px solid #2e2e2e;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 100%;
    color: #2e2e2e;
    font-size: 27px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.land-tmp-10__hours-label {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
}

.land-tmp-11 {
    font-family: "Roboto Slab", Helvetica, sans-serif !important;
    min-height: 100%;
}

.land-tmp-11__container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.land-tmp-11__bl-1 {
    padding-top: 20px;
    padding-bottom: 35px;
    outline: none;
    background-color: #292a2e;
    background-image: url(../images/bg11l-6e80c0c86775103677d1c95d14ac1ea6.png);
    background-repeat: no-repeat !important;
    background-position: top;
}

.land-tmp-11__warning {
    border-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
    outline: none;
    background-color: rgba(201, 1, 1, 0.890196);
    border-color: rgba(255, 255, 255, 0.227451);
    text-align: center;
    font-size: 20px;
    color: white;
    -webkit-box-shadow: 1px 2px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 50px rgba(0, 0, 0, 0.5);
    border-width: 2px;
    border-style: dashed;
    border-radius: 5px;
    font-weight: 400;
}

.land-tmp-11__subtitle {
    margin-top: 45px;
    text-align: center;
    font-size: 38px;
    color: white;
    line-height: 1.3em;
}

.land-tmp-11__title {
    text-align: center;
    color: white;
    font-size: 68px;
    line-height: 1.3em;
    padding-left: 190px;
}

.land-tmp-11__video {
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}

.land-tmp-11__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.land-tmp-11__video-col-1 {
    padding-left: 15px;
    padding-right: 15px;
    width: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.land-tmp-11__video-col-2 {
    padding-top: 5px;
    padding-left: 40px;
    padding-right: 20px;
    width: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 80px;
}

.land-tmp-11-funnel-info__title {
    text-align: left;
    font-size: 28px;
    color: white;
    margin-bottom: 15px;
}

.land-tmp-11-funnel-info__text {
    margin-top: 20px;
    outline: none;
    cursor: pointer;
    display: block;
    font-family: "Open Sans", Helvetica, sans-serif !important;
    text-align: left;
    font-size: 20px;
    color: white;
}

.land-tmp-11-funnel-info__text-big {
    margin-top: -20px;
}

.land-tmp-11-funnel-info__text-big img {
    max-width: 100%;
}

.land-tmp-11-funnel-info__btn {
    color: white;
    font-weight: 600;
    background-color: rgba(201, 1, 1, 0.89);
    font-size: 24px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    border-radius: 6px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    cursor: pointer;
}

.land-tmp-11-funnel-info__btn:hover,
.land-tmp-11-funnel-info__btn:focus {
    outline: none;
    text-decoration: none;
}

.land-tmp-11-funnel-info__btn:hover {
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.22), 0 233px 233px 0 rgba(255, 255, 255, 0.12) inset;
    box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.22), 0 233px 233px 0 rgba(255, 255, 255, 0.12) inset;
}

.land-tmp-11-2 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.land-tmp-11-2__title {
    text-align: center;
    color: black;
    font-size: 62px;
    line-height: 1.3em;
}

.land-tmp-11-2__h3 {
    text-align: center;
    color: black;
    font-size: 32px;
    line-height: 1.3em;
    font-weight: 400;
}

.land-tmp-11-2__h4 {
    font-weight: 400;
    margin-top: 15px;
    text-align: center;
    font-size: 20px;
    color: black;
    font-family: "Roboto Slab", Helvetica, sans-serif !important;
}

.land-tmp-11-2__video {
    padding-top: 56.25%;
    width: 100%;
    position: relative;
    margin-top: 40px;
    max-width: 866px;
    margin-left: auto;
    margin-right: auto;
    border-color: rgba(201, 1, 1, 0.89);
    border-bottom-width: 3px;
    border-bottom-style: dashed !important;
    margin-bottom: 20px;
}

.land-tmp-11-2__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.land-tmp-11-2__form-title {
    text-align: center;
    color: #212121;
    font-size: 48px;
    line-height: 1;
    margin-top: 25px;
}

.land-tmp-11-2__form-title-big {
    margin-top: 0px;
    text-align: center;
    color: #212121;
    font-size: 100px;
}

.land-tmp-11-2__form-btn {
    color: white;
    font-weight: 600;
    background-color: rgba(201, 1, 1, 0.89);
    font-size: 40px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    border-radius: 6px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    cursor: pointer;
}

.land-tmp-11-2__form-btn:hover,
.land-tmp-11-2__form-btn:focus {
    outline: none;
    text-decoration: none;
}

.land-tmp-11-2__form-btn:hover {
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.22), 0 233px 233px 0 rgba(255, 255, 255, 0.12) inset;
    box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.22), 0 233px 233px 0 rgba(255, 255, 255, 0.12) inset;
}

.capt-tmp-11 {
    background-color: #292929;
    font-family: sans-serif;
    min-height: 100%;
}

.capt-tmp-11__container {
    max-width: 1120px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.capt-tmp-11__container:before {
    content: "";
    height: 40px;
    background-color: #1A1A1A;
    width: 100%;
    display: block;
    width: 100%;
}

.capt-tmp-11__bg {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 70px;
    border-color: rgba(0, 0, 0, 0.45098);
    outline: none;
    background-image: url(../images/bg11c-1c9484bd48d7c00589e2096c819439a4.png);
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: repeat repeat !important;
    background-color: white;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.45098);
    border-left: none !important;
    border-right: none !important;
    -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
    display: block;
}

.capt-tmp-11__flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.capt-tmp-11__col-1 {
    width: 50%;
    margin-left: 15px;
    margin-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.capt-tmp-11__col-2 {
    width: 50%;
    margin-left: 15px;
    margin-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.capt-tmp-11__video {
    border-radius: 8px;
    border: 8px solid #111111;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 30px;
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}

.capt-tmp-11__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.capt-tmp-11__review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.capt-tmp-11__review-img {
    margin-left: 15px;
    margin-right: 15px;
    border: 3px solid #FFF;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    overflow: hidden;
    height: 100px;
    width: 100px;
    min-width: 100px;
}

.capt-tmp-11__review-img img {
    max-width: 100%;
}

.capt-tmp-11__review-title {
    font-family: inherit;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
    font-size: 24px;
    color: white;
}

.capt-tmp-11__review-text {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.772549);
    font-size: 14px;
    padding-right: 20px;
    margin-bottom: 0;
    line-height: 1.3;
    margin-bottom: 25px;
}

.capt-tmp-11__review-nav {
    display: inline-block;
    padding-left: 0;
}

.capt-tmp-11__review-nav-wrap {
    text-align: center;
}

.capt-tmp-11__review-nav li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
    list-style-type: none;
}

.capt-tmp-11__review-nav li a {
    text-decoration: none;
    color: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Arial, sans-serif;
    vertical-align: baseline;
    font-weight: 700;
}

.capt-tmp-11__review-nav li:last-child {
    margin-right: 0;
}

.capt-tmp-11__form {
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.64);
    padding: 40px;
}

.capt-tmp-11__form-title {
    font-size: 32px;
    line-height: 1.3em;
    color: white;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.capt-tmp-11__form-sbtitle {
    color: rgba(255, 255, 255, 0.89);
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    font-size: 21px;
    line-height: 1.3em;
    margin-top: 10px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.capt-tmp-11__form-input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
    font-size: 16px;
    padding: 14px 18px;
    border: 3px solid rgba(0, 0, 0, 0.2);
    background-color: #F1F1F1;
    background-position: 97%;
    border-radius: 5px !important;
    /*background-image: url(../img/capt-11-name.png);*/
    background-repeat: no-repeat;
}

.capt-tmp-11__form-input_phone {
    /*background-image: url(../img/capt-11-phone.png);*/
}

.capt-tmp-11__form-input_email {
    /*background-image: url(../img/capt-11-email.png);*/
}

.capt-tmp-11__form-btn {
    color: white;
    background-color: #eb8125;
    width: 100%;
    font-size: 21px;
    margin-top: 15px;
    text-align: center;
    cursor: pointer;
    border-top: 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    border-left: none !important;
    border-right: none !important;
    padding: 16px 35px;
    font-weight: bold;
}

.capt-tmp-11__form-btn:hover,
.capt-tmp-11__form-btn:focus {
    outline: none;
    text-decoration: none;
}

.capt-tmp-11__form-btn:hover {
    background-color: #d46d13 !important;
}

.capt-tmp-11__footer {
    background-color: #353A3F;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
}

.capt-tmp-11__footer-title {
    font-size: 27px;
    line-height: normal;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.capt-tmp-11__footer-text {
    margin-top: 10px;
    font-size: 18px;
    line-height: normal;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    text-align: center;
    color: rgba(255, 255, 255, 0.71);
}

.capt-tmp-11__footer-text:before {
    content: "\F069";
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

.capt-tmp-11__footer-col {
    margin-top: 20px;
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.capt-tmp-11__copyright {
    font-size: 18px;
    line-height: normal;
    text-align: center;
    color: rgba(255, 255, 255, 0.53);
    height: 90px;
    line-height: 90px;
}

.inside-iframe-center iframe {
    margin: 0 auto;
    display: block;
}

.capt-tmp-8-form__btn:before {
    content: '';
    display: block;
    position: absolute;
    height: 100px;
    width: 90%;
    left: 5%;
    top: 50%;
    margin-top: -50px;
    border: 5px solid dodgerblue;
    border-radius: 100%;
    z-index: -1;
}

.land-tmp-12 {
    background-color: #F1F4F8;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 40px;
    min-height: 100%;
}

.land-tmp-12__container {
    max-width: 990px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.land-tmp-12__shadow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    padding-top: 20px;
    outline: none;
    background-color: white;
    -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 40px;
}

.land-tmp-12__sub-title {
    color: #333;
    text-align: center;
    line-height: normal;
    font-size: 24px;
    font-weight: 400;
}

.land-tmp-12__title {
    text-align: center;
    color: #2f2f2f;
    font-size: 48px;
    line-height: normal;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-weight: 400;
}

.land-tmp-12__title strong {
    color: #b21111;
    font-weight: 700;
}

.land-tmp-12__video {
    margin-top: 15px;
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}

.land-tmp-12__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.land-tmp-12__btn {
    margin-top: 20px;
    color: #6e4909;
    background-color: #ffae2b;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffae2b), to(#ff9e02));
    background-image: linear-gradient(to top, #ffae2b 0%, #ff9e02 100%);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.1);
    padding: 13px 35px;
    font-size: 27px;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
    width: 100%;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-align: center;
}

.land-tmp-12__btn:before {
    font-family: 'Font Awesome 5 Free';
    content: "\F061";
    margin-right: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.land-tmp-12__btn:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #ffae2b), color-stop(0%, #ff9e02));
    background-image: linear-gradient(to bottom, #ffae2b 100%, #ff9e02 0%);
    text-decoration: none;
}

.land-tmp-12__gray-text {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: rgba(47, 47, 47, 0.6);
    line-height: normal;
    font-size: 21px;
}

.land-tmp-12__border {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, 0.3);
}

.land-tmp-12__title-2 {
    font-weight: bold;
    text-align: center;
    font-size: 32px;
    line-height: 1.3em;
    color: #333;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}

.land-tmp-12__bl-2 {
    padding-left: 40px;
    padding-right: 40px;
}

.land-tmp-12__foot {
    text-align: center;
    margin-top: 40px;
    padding-top: 45px;
    padding-bottom: 30px;
    border-color: #801819;
    outline: none;
    background-color: #cf3a3b;
    border-width: 3px;
    border-style: solid;
    -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
    border-left: none !important;
    border-right: none !important;
}

.land-tmp-12__foot-title {
    font-size: 32px;
    line-height: normal;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    letter-spacing: 1.5px;
}

.land-tmp-12__foot-btn {
    color: white;
    background-color: #048cca;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#048cca), to(#0370a2));
    background-image: linear-gradient(#048cca 0%, #0370a2 100%);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    padding: 13px 35px;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.land-tmp-12__foot-btn:hover {
    color: #fff;
    background-color: #0c69a8;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #048cca), color-stop(0%, #0370a2));
    background-image: linear-gradient(#048cca 100%, #0370a2 0%);
    text-decoration: none;
}

.land-tmp-12__cards {
    margin-top: 15px;
    max-width: 300px;
}

.land-tmp-12__foot-wrap {
    text-align: center;
}

.land-tmp-12__nav {
    display: inline-block;
    padding-left: 0;
    margin-top: 40px;
}

.land-tmp-12__nav li {
    display: inline-block;
    vertical-align: middle;
    color: #395681;
}

.land-tmp-12__nav li a {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    text-align: center;
    color: #395681;
    text-decoration: none;
}

.land-tmp-12__foot-title:before {
    content: "\E013";
    font-family: 'Glyphicons Halflings';
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    -moz-osx-font-smoothing: grayscale;
}

.land-tmp-12__copyright {
    font-size: 14px;
    color: #333;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.my-links #menu0 .custom-block .img {
    max-height: 150px;
}

.page .a-sup-link {
    color: #fff;
}

.page .a-sup-link a {
    color: #fff;
}

.custom-edit-placeholder-span {
    text-transform: none;
    color: red;
    font-style: italic;
    font-size: 13px;
}

.custom-edit-placeholder-span:before {
    content: "(";
    text-transform: none;
    color: red;
    font-style: italic;
    font-size: 13px;
}

.custom-edit-placeholder-span:after {
    content: ")";
    text-transform: none;
    color: red;
    font-style: italic;
    font-size: 13px;
}

.custom-catching-page-editor label span {
    text-transform: none;
    color: red;
    font-style: italic;
    font-size: 13px;
}

.border-section {
    margin: 15px;
}

.page a:hover {
    text-decoration: none;
}

.btn-cust:hover {
    color: #927700;
}

@media (max-width: 1170px) {
    .capt-tmp-10__container {
        width: 100%;
    }

    .land-tmp-11__video-col-2 {
        padding-bottom: 0;
    }

    .capt-tmp-10-form {
        position: relative;
        z-index: 2;
    }

    .capt-tmp-10__footer__img {
        display: none;
    }
}

@media screen and (max-width: 990px) {
    .capt-tmp-10 {
        overflow: auto;
    }

    .land-tmp-8__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .land-tmp-8__col {
        max-width: 800px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .capt-tmp-10-form {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        max-width: 100%;
        float: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .capt-tmp-10__container {
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .capt-tmp-11__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 45px;
        padding-right: 45px;
    }

    .capt-tmp-11__col-1 {
        width: 100%;
    }

    .capt-tmp-11__col-2 {
        width: 100%;
    }

    .capt-tmp-11__video {
        margin-left: auto;
        margin-right: auto;
    }

    .capt-tmp-11__review-info {
        padding-left: 40px;
        display: inline-block;
    }

    .capt-tmp-11__review-img {
        margin-left: 0;
    }

    .capt-tmp-11__review-text {
        padding-right: 0;
    }

    .capt-tmp-11__review {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 770px) {
    .page .land-tmp-11-2__form-title-big {
        font-size: 70px;
    }

    .page .land-tmp-11__title {
        padding-left: 0;
        font-size: 58px;
    }

    .page .land-tmp-10__title {
        font-size: 42px;
    }

    .land-tmp-10__hours-val {
        min-width: 60px;
        min-height: 60px;
    }

    .capt-tmp-10__footer__img {
        display: none;
    }

    .capt-tmp-8-form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .capt-tmp-8__title {
        font-size: 37px;
    }

    .capt-tmp-8-form__title {
        line-height: 1em;
    }

    .land-tmp-8__h1-bl {
        min-width: 320px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .land-tmp-8__h1 {
        font-size: 32px;
    }

    .land-tmp-8__video {
        padding-left: 15px;
        padding-right: 15px;
    }

    .capt-tmp-8-form__btn {
        font-size: 21px;
    }

    .capt-tmp-8__h3 {
        padding: 15px;
        padding-right: 15px;
    }

    .capt-tmp-9-form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .capt-tmp-9__title {
        font-size: 37px;
    }

    .capt-tmp-9-form__title {
        line-height: 1em;
    }

    .capt-tmp-9-form__btn {
        font-size: 21px;
    }

    .capt-tmp-10__footer {
        display: none;
    }

    .capt-tmp-10-form__btn {
        font-size: 20px;
    }

    .land-tmp-10__title {
        font-size: 37px;
    }

    .land-tmp-10__form_btn {
        font-size: 21px;
    }

    .land-tmp-11__video-col-2 {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .land-tmp-11__video-col-1 {
        width: 100%;
        padding: 0;
    }

    .land-tmp-11__title {
        padding-left: 0;
        margin-top: 10px;
    }

    .land-tmp-11__video {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .capt-tmp-11__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .capt-tmp-11__footer-col {
        width: 100%;
    }

    .capt-tmp-11__review {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
    }

    .capt-tmp-11__review-img {
        text-align: center;
        margin-right: 0;
    }

    .capt-tmp-11__review-info {
        text-align: center;
    }

    .capt-tmp-11__review-info {
        padding-left: 0;
    }

    .capt-tmp-11__review-nav {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .capt-tmp-11__review-nav li {
        padding-left: 25px;
        padding-right: 25px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .capt-tmp-11__flex {
        padding-left: 15px;
        padding-right: 15px;
    }

    .land-tmp-12__title {
        font-size: 32px;
    }

    .land-tmp-12__shadow {
        padding-left: 15px;
        padding-right: 15px;
    }

    .land-tmp-12__container {
        padding-left: 0;
        padding-right: 0;
    }

    .land-tmp-12__btn {
        font-size: 21px;
    }

    .land-tmp-12__bl-2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .land-tmp-12__foot-btn {
        font-size: 21px;
    }

    #demo {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #demo div {
        width: 25%;
    }
}

.my-links .nav-tabs > li button {
    background: url(../img/Videohelpbutton.jpg);
    text-transform: uppercase;
    outline: none;
    background-size: 100%;
    font-size: 0;
    height: 36px;
    width: 100px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}

.my-links .nav-tabs > li button:hover {
    background: url(../img/Videohelpbutton.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.anons-hide.anons button {
    height: auto;
}

/*Trial Registration Form*/
#trialFormStep1 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
}

#trialFormStep1 .form-control {
    border-radius: unset;
}

#trialFormStep1 .col-md-6 {
    padding-left: 4px;
    padding-right: 4px;
}

#trialFormStep1 input::placeholder {
    text-align: center;
    font-size: 15px;
}

#trialFormStep2 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
}

#trialFormStep2 .form-control {
    border-radius: unset;
}

#trialFormStep2 .col-md-6, .col-md-4, .col-md-8 {
    padding-left: 4px;
    padding-right: 4px;
}

#trialFormStep2 input::placeholder {
    text-align: center;
    font-size: 16px;
}

.next-step-div {
    background-color: #202020;
    /*display: flow-root;*/
    display: inline-table;
    width: 100%;
}

.next-step-div .total-span {
    float: left;
    color: #fff;
    font-weight: 500;
    padding-top: 10px;
}

.next-step-div .trial-span {
    float: right;
    color: #fff;
    font-weight: 500;
    padding-top: 10px;
}

.terms-span {
    font-size: 12px;
    color: #202020;
    font-weight: 600;
}

.trial-hr {
    margin-top: 3px;
    margin-bottom: 12px;
}

.next-step-div .span {
    font-weight: 600;
    color: #fff;
    float: left;
    font-size: 15px;
    line-height: 45px;
}


/*Input Field Icon*/
#templatesCC1 .form-group input {
    padding-left: 11%;
}

#templatesCC1 .fa {
    position: absolute;
    display: flex;
    margin-top: 17px;
    margin-left: 1.3%;
    color: #bbbbbb;
}

#templatesCC2 .form-group input {
    padding-left: 13%;
}

#templatesCC2 .fa {
    position: absolute;
    display: flex;
    margin-top: 17px;
    margin-left: 1.3%;
    color: #bbbbbb;
}

#templatesCC4 .form-group input {
    padding-left: 13%;
}

#templatesCC4 .fa {
    position: absolute;
    display: flex;
    margin-top: 17px;
    margin-left: 1.3%;
    color: #bbbbbb;
}

#templatesCC5 .form-group input {
    padding-left: 12%;
}

#templatesCC5 .fa {
    position: absolute;
    display: flex;
    margin-top: 22px;
    margin-left: 1.3%;
    color: #bbbbbb;
}

#templatesCC6 .form-group input {
    padding-left: 9%;
}

#templatesCC6 .fa {
    position: absolute;
    display: flex;
    margin-top: 10px;
    margin-left: 2%;
    color: #bbbbbb;
}

#templatesCC3 .form-group input {
    padding-left: 11%;
    height: 52px;
}

#templatesCC3 .fa {
    position: absolute;
    display: flex;
    margin-top: 17px;
    margin-left: 17px;
    color: #b1b7c9;
}

#templatesCC7 .form-group input {
    padding-left: 8%;
}

#templatesCC7 .fa {
    position: absolute;
    display: flex;
    margin-top: 22px;
    margin-left: 1.5%;
    color: #bbbbbb;
}

#templatesCC8 .form-group input {
    padding-left: 8%;
}

#templatesCC8 .fa {
    position: absolute;
    display: flex;
    margin-top: 22px;
    margin-left: 3%;
    color: #bbbbbb;
}

#templatesCC10 .form-group input {
    padding-left: 13%;
}

#templatesCC10 .fa {
    position: absolute;
    display: flex;
    margin-top: 14px;
    margin-left: 1.5%;
    color: #bbbbbb;
}

.font-large {
    font-size: 50px;
}

.font-large {
    font-size: 50px;
}


#templatesCC11 .form-group input {
    padding-left: 13%;
}

#templatesCC11 .fa {
    position: absolute;
    display: flex;
    margin-top: 30px;
    margin-left: 1.5%;
    color: #bbbbbb;
}


.complete-trial {
    height: 52px;
    text-decoration: none;
    background: #0092D5;
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 77%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0px;
}

.complete-trial span {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 14px;
}

.complete-trial span + span {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0px;
}

.text-white {
    color: #fff;
}

.font-size {
    font-size: 13px;
    margin-bottom: 10px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.step1 {
    text-align: center;
    font-size: 27px;
}

.next-arrow {
    text-align: center;
    font-size: 36px;
    color: #fff;
    margin-top: 2px;
}

#trialFormStep2 .bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    height: 37px;
    border: 1px solid #ccd0d2;
}

#trialFormStep2 .bootstrap-select .dropdown-toggle .filter-option {
    padding-top: 6px;
}

#trialFormStep2 .bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -4px;
    vertical-align: middle;
}

#trialFormStep2 .caret {
    display: inline-block;
    width: 11px;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 9px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.register-terms-checkbox {
    float: left;
    display: inline-block;
}

.register-terms-checkbox input {
    height: 20px;
    border-radius: 0px;
    border: 1px solid #c3c3c3;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 10px;
}

.color-dark {
    color: #000;
}

#text-center {
    text-align: center;
}

#templatesCC3 input {
    text-align: left;
}

.complete-trial {
    height: 52px;
    text-decoration: none;
    background: #0092D5;
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 77%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0px;
}

.complete-trial span {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 14px;
}

.complete-trial span + span {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0px;
}

.text-white {
    color: #fff;
}

.font-size {
    font-size: 13px;
    margin-bottom: 10px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.step1 {
    text-align: center;
    font-size: 27px;
}

.next-arrow {
    text-align: center;
    font-size: 36px;
    color: #fff;
    margin-top: 2px;
}

#trialFormStep2 .bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    height: 37px;
    border: 1px solid #ccd0d2;
}

#trialFormStep2 .bootstrap-select .dropdown-toggle .filter-option {
    padding-top: 6px;
}

#trialFormStep2 .bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -4px;
    vertical-align: middle;
}

#trialFormStep2 .caret {
    display: inline-block;
    width: 11px;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 9px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.register-terms-checkbox {
    float: left;
    display: inline-block;
}

.register-terms-checkbox input {
    height: 20px;
    border-radius: 0px;
    border: 1px solid #c3c3c3;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 10px;
}

.color-dark {
    color: #000;
}

#text-center {
    text-align: center;
}

#templatesCC3 input {
    text-align: left;
}
.li-style{
    list-style-type: none;
}
.ul-style{
    padding-left: 25px;
}