/*-------------------------------------------------------------------------------------
[TABLE OF CONTENTS]

01. SMARTMENUS
02. PRETTIFY
03. AOS
04. CUBE PORTFOLIO
05. FLICKITY
06. LIGHTGALLERY
07. PLYR
08. UTILITIES

-------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	01. SMARTMENUS
/*-----------------------------------------------------------------------------------*/
.navbar-nav.sm-collapsible .sub-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -.7em .5em 0 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    padding: 0;
    width: 2em;
    height: 1.4em;
    font-size: 1.25rem;
    line-height: 1.2em;
    text-align: center
}

.navbar-nav.sm-collapsible .sub-arrow::before {
    content: '+'
}

.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
    content: '-'
}

.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
    border-color: rgba(255, 255, 255, .1)
}

.navbar-nav.sm-collapsible .has-submenu {
    padding-right: 3em
}

.navbar-nav.sm-collapsible .dropdown-item,
.navbar-nav.sm-collapsible .nav-link {
    position: relative
}

.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid
}

.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -.3em;
    margin-right: 1em;
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
    padding-right: 2em
}

.navbar-nav .scroll-down,
.navbar-nav .scroll-up {
    position: absolute;
    display: none;
    visibility: hidden;
    height: 20px;
    overflow: hidden;
    text-align: center
}

.navbar-nav .scroll-down-arrow,
.navbar-nav .scroll-up-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid;
    border-left: 7px solid transparent
}

.navbar-nav .scroll-down-arrow {
    top: 6px;
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent
}

.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
    margin: .5em
}

.navbar-nav:not([data-sm-skip]) .dropdown-item {
    white-space: normal
}

.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
    white-space: nowrap
}

/*-----------------------------------------------------------------------------------*/
/*	02. PRETTIFY
/*-----------------------------------------------------------------------------------*/
/*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */
.prettyprint {
    border: 1px solid rgba(21, 21, 21, 0.1);
    border-radius: 4px;
    background: #fff;
    font-family: Menlo, Bitstream Vera Sans Mono, DejaVu Sans Mono, Monaco, Consolas, monospace;
}

ol.linenums {
    padding-left: 30px;
}

.pln {
    color: #19171c !important
}

ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
    color: #7e7887 !important
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
    padding-left: 1em;
    list-style-type: decimal
}

@media screen {
    .str {
        color: #2a9292 !important
    }

    .kwd {
        color: #955ae7 !important
    }

    .com {
        color: #7e7887 !important
    }

    .typ {
        color: #576ddb !important
    }

    .lit {
        color: #aa573c !important
    }

    .pun {
        color: #19171c !important
    }

    .opn {
        color: #19171c !important
    }

    .clo {
        color: #19171c !important
    }

    .tag {
        color: #be4678 !important
    }

    .atn {
        color: #aa573c !important
    }

    .atv {
        color: #398bc6 !important
    }

    .dec {
        color: #aa573c !important
    }

    .var {
        color: #be4678 !important
    }

    .fun {
        color: #576ddb !important
    }
}

/*-----------------------------------------------------------------------------------*/
/*	03. AOS
/*-----------------------------------------------------------------------------------*/
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate(0)
}

[data-aos=fade-up] {
    transform: translateY(100px)
}

[data-aos=fade-down] {
    transform: translateY(-100px)
}

[data-aos=fade-right] {
    transform: translate(-100px)
}

[data-aos=fade-left] {
    transform: translate(100px)
}

[data-aos=fade-up-right] {
    transform: translate(-100px, 100px)
}

[data-aos=fade-up-left] {
    transform: translate(100px, 100px)
}

[data-aos=fade-down-right] {
    transform: translate(-100px, -100px)
}

[data-aos=fade-down-left] {
    transform: translate(100px, -100px)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translateY(100px) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translateY(-100px) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate(-100px) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate(100px) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translateY(100px) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translateY(-100px) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate(-100px) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate(100px) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translate(0)
}

[data-aos=slide-up] {
    transform: translateY(100%)
}

[data-aos=slide-down] {
    transform: translateY(-100%)
}

[data-aos=slide-right] {
    transform: translateX(-100%)
}

[data-aos=slide-left] {
    transform: translateX(100%)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

/*-----------------------------------------------------------------------------------*/
/*	04. CUBE PORTFOLIO
/*-----------------------------------------------------------------------------------*/
/*!
 * Cube Portfolio - Responsive jQuery Grid Plugin
 *
 * version: 4.4.0 (15 November, 2018)
 * require: jQuery v1.8+
 *
 * Copyright 2013-2018, Mihai Buricea (http://scriptpie.com/cubeportfolio/live-preview/)
 * Licensed under CodeCanyon License (http://codecanyon.net/licenses)
 *
 */
.cbp-l-filters-alignCenter .cbp-filter-counter:after,
.cbp-l-filters-alignRight .cbp-filter-counter:after,
.cbp-l-filters-button .cbp-filter-counter:after,
.cbp-l-filters-buttonCenter .cbp-filter-counter:after,
.cbp-l-filters-text .cbp-filter-counter:after,
.cbp,
.cbp *,
.cbp *:after,
.cbp:after,
.cbp-l-filters-dropdownHeader:after,
.cbp-popup-wrap,
.cbp-popup-wrap *,
.cbp-popup-wrap:before,
.cbp-popup-loadingBox:after,
.cbp-search *,
.cbp-l-direction:after {
    box-sizing: border-box
}

.cbp-l-grid-agency-title,
.cbp-l-grid-agency-desc,
.cbp-l-grid-work-title,
.cbp-l-grid-work-desc,
.cbp-l-grid-blog-title,
.cbp-l-grid-projects-title,
.cbp-l-grid-projects-desc,
.cbp-l-grid-masonry-projects-title,
.cbp-l-grid-masonry-projects-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cbp-l-filters-alignCenter,
.cbp-l-filters-alignCenter *,
.cbp-l-filters-alignLeft,
.cbp-l-filters-alignLeft *,
.cbp-l-filters-alignRight,
.cbp-l-filters-alignRight *,
.cbp-l-filters-button,
.cbp-l-filters-button *,
.cbp-l-filters-buttonCenter,
.cbp-l-filters-buttonCenter *,
.cbp-l-filters-dropdown,
.cbp-l-filters-dropdown *,
.cbp-l-filters-list,
.cbp-l-filters-list *,
.cbp-l-filters-work,
.cbp-l-filters-work *,
.cbp-l-filters-big,
.cbp-l-filters-big *,
.cbp-l-filters-text,
.cbp-l-filters-text *,
.cbp-l-filters-underline,
.cbp-l-filters-underline *,
.cbp-l-filters-holder,
.cbp-l-filters-holder *,
.cbp-l-loadMore-bgbutton,
.cbp-l-loadMore-bgbutton *,
.cbp-l-loadMore-button,
.cbp-l-loadMore-button *,
.cbp-l-loadMore-text,
.cbp-l-loadMore-text *,
.cbp-search,
.cbp-l-dropdown,
.cbp-l-dropdown * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box
}

.cbp:after,
.cbp-lazyload:after,
.cbp-popup-loadingBox:after,
.cbp-popup-singlePageInline:after {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: cbp-rotation .8s infinite linear;
    animation: cbp-rotation .8s infinite linear;
    border-left: 3px solid rgba(114, 144, 182, 0.15);
    border-right: 3px solid rgba(114, 144, 182, 0.15);
    border-bottom: 3px solid rgba(114, 144, 182, 0.15);
    border-top: 3px solid rgba(114, 144, 182, 0.8);
    border-radius: 100%
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter,
.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter,
.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter,
.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter,
.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
    opacity: 1;
    -webkit-transform: translateY(-44px);
    transform: translateY(-44px)
}

.cbp-l-filters-alignCenter .cbp-filter-counter,
.cbp-l-filters-alignRight .cbp-filter-counter,
.cbp-l-filters-button .cbp-filter-counter,
.cbp-l-filters-buttonCenter .cbp-filter-counter,
.cbp-l-filters-text .cbp-filter-counter {
    font: 400 11px/18px "Open Sans", sans-serif;
    border-radius: 3px;
    color: #FFFFFF;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: -webkit-transform .25s, opacity .25s;
    transition: transform .25s, opacity .25s
}

.cbp-l-filters-alignCenter .cbp-filter-counter:after,
.cbp-l-filters-alignRight .cbp-filter-counter:after,
.cbp-l-filters-button .cbp-filter-counter:after,
.cbp-l-filters-buttonCenter .cbp-filter-counter:after,
.cbp-l-filters-text .cbp-filter-counter:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
}

.cbp-item {
    display: inline-block;
    margin: 0 10px 20px 0
}

.cbp {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    height: 400px
}

.cbp > * {
    visibility: hidden
}

.cbp .cbp-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.cbp img {
    display: block;
    border: 0;
    width: 100%;
    height: auto
}

.cbp a,
.cbp a:hover,
.cbp a:active {
    text-decoration: none;
    outline: 0
}

.cbp-lazyload {
    position: relative;
    background: #fff;
    display: block
}

.cbp-lazyload img {
    opacity: 1
}

.cbp-lazyload img[data-cbp-src] {
    opacity: 0
}

.cbp-lazyload img:not([data-cbp-src]) {
    -webkit-transition: opacity .7s ease-in-out;
    transition: opacity .7s ease-in-out
}

.cbp-lazyload:after {
    z-index: 0
}

.cbp-wrapper-outer {
    overflow: hidden;
    position: relative;
    margin: 0 auto
}

.cbp-wrapper-outer,
.cbp-wrapper,
.cbp-wrapper-helper {
    list-style-type: none;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.cbp-wrapper,
.cbp-wrapper-helper {
    margin: 0
}

.cbp-ready > * {
    visibility: visible
}

.cbp-ready:after {
    display: none;
    visibility: hidden
}

.cbp-ready .cbp-item {
    position: absolute;
    top: 0;
    left: 0
}

.cbp-ready .cbp-wrapper,
.cbp-ready .cbp-wrapper-helper {
    position: absolute;
    top: 0;
    left: 0
}

.cbp-item-off {
    z-index: -1;
    pointer-events: none;
    visibility: hidden
}

.cbp-item-on2off {
    z-index: 0
}

.cbp-item-off2on {
    z-index: 1
}

.cbp-item-on2on {
    z-index: 2
}

.cbp-item-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0
}

.cbp-l-project-related-wrap img,
.cbp-l-inline img {
    display: block;
    width: 100%;
    height: auto;
    border: 0
}

.cbp-updateItems {
    -webkit-transition: height .5s ease-in-out !important;
    transition: height .5s ease-in-out !important;
    will-change: height
}

.cbp-updateItems .cbp-item {
    -webkit-transition: top .5s ease-in-out, left .5s ease-in-out;
    transition: top .5s ease-in-out, left .5s ease-in-out
}

.cbp-updateItems .cbp-item-loading {
    -webkit-animation: fadeIn .5s ease-in-out;
    animation: fadeIn .5s ease-in-out;
    -webkit-transition: none;
    transition: none
}

.cbp-removeItem {
    -webkit-animation: fadeOut .5s ease-in-out;
    animation: fadeOut .5s ease-in-out
}

.cbp-panel {
    width: 94%;
    max-width: 1140px;
    margin: 0 auto
}

.cbp-misc-video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    background: #000;
    text-align: center
}

.cbp-misc-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@-webkit-keyframes cbp-rotation {
    0% {
        -webkit-transform: rotate(0deg)
    }

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

@keyframes cbp-rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

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

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.cbp-l-filters-left {
    float: left
}

.cbp-l-filters-right {
    float: right
}

.cbp-l-center {
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width: 480px) {

    .cbp-l-filters-left,
    .cbp-l-filters-right {
        width: 100%
    }
}

@media only screen and (max-width: 800px) {
    .cbp-l-center {
        flex-direction: column
    }
}

.cbp-caption,
.cbp-caption-defaultWrap,
.cbp-caption-activeWrap {
    display: block
}

.cbp-caption-activeWrap {
    background-color: #ffffff
}

.cbp-caption-active .cbp-caption,
.cbp-caption-active .cbp-caption-defaultWrap,
.cbp-caption-active .cbp-caption-activeWrap {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.cbp-caption-active .cbp-caption-defaultWrap {
    top: 0
}

.cbp-caption-active .cbp-caption-activeWrap {
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 100%
}

.cbp-l-caption-title {
    color: #fff;
    font: 400 16px/21px "Open Sans", sans-serif
}

.cbp-l-caption-desc {
    color: #aaa;
    font: 400 12px/16px "Open Sans", sans-serif
}

.cbp-l-caption-text {
    font: 400 14px/21px "Open Sans", sans-serif;
    color: #fff;
    letter-spacing: 3px;
    padding: 0 6px
}

.cbp-l-caption-buttonLeft,
.cbp-l-caption-buttonRight {
    background-color: #547EB1;
    color: #FFFFFF;
    display: inline-block;
    font: 400 12px/30px "Open Sans", sans-serif;
    min-width: 90px;
    text-align: center;
    margin: 4px;
    padding: 0 6px
}

.cbp-l-caption-buttonLeft:hover,
.cbp-l-caption-buttonRight:hover {
    opacity: 0.9
}

.cbp-caption-none .cbp-caption-activeWrap {
    display: none
}

.cbp-l-caption-alignLeft .cbp-l-caption-body {
    padding: 12px 30px
}

.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-opacity .cbp-l-caption-alignLeft .cbp-l-caption-body {
    padding-top: 30px
}

.cbp-l-caption-alignCenter {
    display: table;
    width: 100%;
    height: 100%
}

.cbp-l-caption-alignCenter .cbp-l-caption-body {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 15px 0
}

.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    position: relative;
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s
}

.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
}

.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media only screen and (max-width: 480px) {
    .cbp-l-caption-alignLeft .cbp-l-caption-body {
        padding: 9px 11px
    }

    .cbp-l-caption-title {
        font-size: 14px;
        line-height: 21px
    }

    .cbp-l-caption-desc {
        font-size: 11px;
        line-height: 14px
    }

    .cbp-l-caption-buttonLeft,
    .cbp-l-caption-buttonRight {
        font-size: 11px;
        line-height: 28px;
        min-width: 69px;
        margin: 3px;
        padding: 0 4px
    }

    .cbp-l-caption-text {
        font-size: 13px;
        letter-spacing: 1px
    }
}

@media only screen and (max-width: 374px) {
    .cbp-l-caption-alignLeft .cbp-l-caption-body {
        padding: 8px 10px
    }

    .cbp-l-caption-title {
        font-size: 13px;
        line-height: 20px
    }

    .cbp-l-caption-desc {
        font-size: 11px;
        line-height: 14px
    }

    .cbp-l-caption-buttonLeft,
    .cbp-l-caption-buttonRight {
        font-size: 10px;
        line-height: 28px;
        min-width: 62px;
        margin: 1px;
        padding: 0 4px
    }
}

.cbp-caption-fadeIn .cbp-caption-activeWrap {
    opacity: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: 1
}

.cbp-caption-minimal .cbp-l-caption-title,
.cbp-caption-minimal .cbp-l-caption-desc {
    position: relative;
    left: 0;
    opacity: 0;
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out
}

.cbp-caption-minimal .cbp-l-caption-title {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cbp-caption-minimal .cbp-l-caption-desc {
    -webkit-transform: translateY(70%);
    transform: translateY(70%)
}

.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title,
.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cbp-caption-minimal .cbp-caption-activeWrap {
    top: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0
}

.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: 1
}

.cbp-caption-moveRight .cbp-caption-activeWrap {
    left: -100%;
    top: 0;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.cbp-caption-overlayBottom .cbp-caption-activeWrap {
    height: 60px;
    background-color: #181616;
    background-color: rgba(24, 22, 22, 0.7);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s
}

.cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

.cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap,
.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
    height: auto
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px)
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.cbp-caption-overlayBottomPush .cbp-caption-defaultWrap,
.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s
}

.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
    height: 69px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px)
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateY(-69px);
    transform: translateY(-69px)
}

.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap {
    z-index: 2;
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s
}

.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
    bottom: 0;
    z-index: 1;
    height: auto
}

.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px)
}

.cbp-caption-overlayRightAlong .cbp-caption-defaultWrap,
.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s
}

.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
    top: 0;
    left: -50%;
    width: 50%
}

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateX(25%);
    transform: translateX(25%)
}

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.cbp-caption-pushDown .cbp-caption-defaultWrap,
.cbp-caption-pushDown .cbp-caption-activeWrap {
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s
}

.cbp-caption-pushDown .cbp-caption-activeWrap {
    top: -100%
}

.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.cbp-caption-pushTop .cbp-caption-activeWrap,
.cbp-caption-pushTop .cbp-caption-defaultWrap {
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s
}

.cbp-caption-pushTop .cbp-caption-activeWrap {
    height: 102%
}

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateY(-99%);
    transform: translateY(-99%)
}

.cbp-caption-revealBottom .cbp-caption-defaultWrap {
    z-index: 2;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s
}

.cbp-caption-revealBottom .cbp-caption-activeWrap {
    top: 0;
    z-index: 1
}

.cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.cbp-caption-revealLeft .cbp-caption-activeWrap {
    left: 100%;
    top: 0;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s
}

.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.cbp-caption-revealTop .cbp-caption-defaultWrap {
    z-index: 2;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s
}

.cbp-caption-revealTop .cbp-caption-activeWrap {
    top: 0;
    z-index: 1
}

.cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.cbp-caption-zoom .cbp-caption-defaultWrap {
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: 1
}

.cbp-caption-opacity .cbp-item {
    padding: 1px
}

.cbp-caption-opacity .cbp-caption,
.cbp-caption-opacity .cbp-caption-activeWrap,
.cbp-caption-opacity .cbp-caption-defaultWrap {
    background-color: transparent
}

.cbp-caption-opacity .cbp-caption {
    border: 1px solid transparent
}

.cbp-caption-opacity .cbp-caption:hover {
    border-color: #EDEDED
}

.cbp-caption-opacity .cbp-caption-defaultWrap {
    opacity: 1;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.cbp-caption-opacity .cbp-caption:hover .cbp-caption-defaultWrap {
    opacity: .8
}

.cbp-caption-opacity .cbp-caption:hover .cbp-caption-activeWrap {
    top: 0
}

.cbp-caption-expand .cbp-caption {
    border-bottom: 1px dotted #eaeaea
}

.cbp-caption-expand .cbp-caption-activeWrap {
    height: auto;
    background-color: transparent
}

.cbp-caption-expand .cbp-caption-defaultWrap {
    cursor: pointer;
    font: 500 15px/23px "Roboto", sans-serif;
    color: #474747;
    padding: 12px 0 11px 26px
}

.cbp-caption-expand .cbp-caption-defaultWrap svg {
    position: absolute;
    top: 16px;
    left: 0
}

.cbp-caption-expand .cbp-l-caption-body {
    font: 400 13px/21px "Roboto", sans-serif;
    color: #888;
    padding: 0 0 20px 26px
}

.cbp-caption-expand-active {
    -webkit-transition: height .4s !important;
    transition: height .4s !important
}

.cbp-caption-expand-active .cbp-item {
    -webkit-transition: left .4s, top .4s !important;
    transition: left .4s, top .4s !important
}

.cbp-caption-expand-open .cbp-caption-activeWrap {
    -webkit-transition: height .4s;
    transition: height .4s
}

.cbp-l-filters-alignCenter {
    margin-bottom: 30px;
    text-align: center;
    font: 400 12px/21px sans-serif;
    color: #DADADA
}

.cbp-l-filters-alignCenter .cbp-filter-item {
    color: #949494;
    cursor: pointer;
    font: 400 13px/21px "Open Sans", sans-serif;
    padding: 0 12px;
    position: relative;
    overflow: visible;
    margin: 0 0 10px;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover {
    color: #2D2C2C
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    color: #2D2C2C;
    cursor: default
}

.cbp-l-filters-alignCenter .cbp-filter-counter {
    background-color: #626161
}

.cbp-l-filters-alignCenter .cbp-filter-counter:after {
    border-top: 4px solid #626161
}

.cbp-l-filters-alignLeft {
    margin-bottom: 30px
}

.cbp-l-filters-alignLeft .cbp-filter-item {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    font: 400 12px/30px "Open Sans", sans-serif;
    padding: 0 13px;
    position: relative;
    overflow: visible;
    margin: 0 4px 10px 4px;
    display: inline-block;
    color: #888888;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out
}

.cbp-l-filters-alignLeft .cbp-filter-item:hover {
    color: #111
}

.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active {
    background-color: #6C7A89;
    border: 1px solid #6C7A89;
    color: #fff;
    cursor: default
}

.cbp-l-filters-alignLeft .cbp-filter-item:first-child {
    margin-left: 0
}

.cbp-l-filters-alignLeft .cbp-filter-item:last-child {
    margin-right: 0
}

.cbp-l-filters-alignLeft .cbp-filter-counter {
    display: inline
}

@media only screen and (max-width: 480px) {
    .cbp-l-filters-alignLeft {
        text-align: center
    }
}

.cbp-l-filters-alignRight {
    margin-bottom: 30px;
    text-align: right
}

.cbp-l-filters-alignRight .cbp-filter-item {
    background-color: transparent;
    color: #8B8B8B;
    cursor: pointer;
    font: 400 11px/31px "Open Sans", sans-serif;
    padding: 0 14px;
    position: relative;
    overflow: visible;
    margin: 0 3px 10px 3px;
    border: 1px solid #E4E2E2;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out
}

.cbp-l-filters-alignRight .cbp-filter-item:hover {
    color: #2B3444
}

.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
    color: #FFFFFF;
    background-color: #049372;
    border-color: #049372;
    cursor: default
}

.cbp-l-filters-alignRight .cbp-filter-item:first-child {
    margin-left: 0
}

.cbp-l-filters-alignRight .cbp-filter-item:last-child {
    margin-right: 0
}

.cbp-l-filters-alignRight .cbp-filter-counter {
    background-color: #049372
}

.cbp-l-filters-alignRight .cbp-filter-counter:after {
    border-top: 4px solid #049372
}

@media only screen and (max-width: 480px) {
    .cbp-l-filters-alignRight {
        text-align: center
    }
}

.cbp-l-filters-button {
    margin-bottom: 30px
}

.cbp-l-filters-button .cbp-filter-item {
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
    color: #888888;
    cursor: pointer;
    font: 400 12px/32px "Open Sans", sans-serif;
    margin: 0 5px 10px 5px;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out
}

.cbp-l-filters-button .cbp-filter-item:hover {
    color: #545454;
    border-color: #DADADA
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    background-color: #545454;
    color: #fff;
    border-color: #5d5d5d;
    cursor: default
}

.cbp-l-filters-button .cbp-filter-item:first-child {
    margin-left: 0
}

.cbp-l-filters-button .cbp-filter-item:last-child {
    margin-right: 0
}

.cbp-l-filters-button .cbp-filter-counter {
    background-color: #545454
}

.cbp-l-filters-button .cbp-filter-counter:after {
    border-top: 4px solid #545454
}

@media only screen and (max-width: 480px) {
    .cbp-l-filters-button {
        text-align: center
    }
}

.cbp-l-filters-buttonCenter {
    margin-bottom: 30px;
    text-align: center
}

.cbp-l-filters-buttonCenter .cbp-filter-item {
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
    color: #888888;
    cursor: pointer;
    font: 400 12px/32px "Roboto", sans-serif;
    margin: 0 5px 10px 5px;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out
}

.cbp-l-filters-buttonCenter .cbp-filter-item:hover {
    color: #5d5d5d
}

.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
    color: #3B9CB3;
    border-color: #8CD2E5;
    cursor: default
}

.cbp-l-filters-buttonCenter .cbp-filter-item:first-child {
    margin-left: 0
}

.cbp-l-filters-buttonCenter .cbp-filter-item:last-child {
    margin-right: 0
}

.cbp-l-filters-buttonCenter .cbp-filter-counter {
    background-color: #68ABBC
}

.cbp-l-filters-buttonCenter .cbp-filter-counter:after {
    border-top: 4px solid #68ABBC
}

.cbp-l-filters-dropdown {
    margin-bottom: 40px;
    height: 38px;
    position: relative;
    z-index: 5
}

.cbp-l-filters-dropdownWrap {
    width: 200px;
    position: absolute;
    right: 0;
    background: #4d4c4d
}

.cbp-l-filters-dropdownHeader {
    font: 400 12px/38px "Open Sans", sans-serif;
    margin: 0 17px;
    color: #FFF;
    cursor: default;
    position: relative
}

.cbp-l-filters-dropdownHeader:after {
    border-color: #fff rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    margin-top: -1px
}

.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownHeader:after {
    border-width: 0 5px 5px
}

.cbp-l-filters-dropdownList {
    display: none;
    list-style: none outside none;
    margin: 0;
    padding: 0
}

.cbp-l-filters-dropdownList > li {
    margin: 0;
    list-style: none
}

.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownList {
    display: block;
    margin: 0
}

.cbp-l-filters-dropdownList .cbp-filter-item {
    background: transparent;
    color: #b3b3b3;
    width: 100%;
    text-align: left;
    font: 400 12px/40px "Open Sans", sans-serif;
    margin: 0;
    padding: 0 17px;
    cursor: pointer;
    border: none;
    border-top: 1px solid #595959
}

.cbp-l-filters-dropdownList .cbp-filter-item:hover {
    color: #e6e6e6
}

.cbp-l-filters-dropdownList .cbp-filter-item-active {
    color: #fff;
    cursor: default
}

.cbp-l-filters-dropdownWrap .cbp-filter-counter {
    display: inline
}

.cbp-l-filters-dropdown-floated {
    float: right;
    margin-top: -2px;
    margin-left: 20px;
    width: 200px
}

@media only screen and (max-width: 480px) {
    .cbp-l-filters-dropdown-floated {
        width: 100%;
        margin-top: 0;
        margin-left: 0
    }

    .cbp-l-filters-dropdownWrap {
        right: 0;
        left: 0;
        margin: 0 auto
    }
}

.cbp-l-filters-list {
    margin-bottom: 30px;
    content: "";
    display: table;
    clear: both
}

.cbp-l-filters-list .cbp-filter-item {
    background-color: transparent;
    color: #585252;
    cursor: pointer;
    font: 400 12px/35px "Open Sans", sans-serif;
    padding: 0 18px;
    position: relative;
    overflow: visible;
    margin: 0 0 10px;
    float: left;
    border: 1px solid #3288C4;
    border-right-width: 0;
    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out
}

.cbp-l-filters-list .cbp-filter-item:hover {
    color: #000
}

.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
    cursor: default;
    color: #FFFFFF;
    background-color: #3288C4
}

.cbp-l-filters-list-first {
    border-radius: 6px 0 0 6px
}

.cbp-l-filters-list-last {
    border-radius: 0 6px 6px 0;
    border-right-width: 1px !important
}

.cbp-l-filters-list .cbp-filter-counter {
    display: inline
}

@media only screen and (max-width: 600px) {
    .cbp-l-filters-list .cbp-filter-item {
        margin-right: 5px;
        border-radius: 6px;
        border-right-width: 1px
    }
}

.cbp-l-filters-work {
    margin-bottom: 30px;
    text-align: center
}

.cbp-l-filters-work .cbp-filter-item {
    background-color: #FFFFFF;
    color: #888;
    cursor: pointer;
    font: 600 11px/37px "Open Sans", sans-serif;
    margin: 0 3px 15px 3px;
    overflow: visible;
    padding: 0 16px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out
}

.cbp-l-filters-work .cbp-filter-item:hover {
    color: #fff;
    background: #607D8B
}

.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
    background-color: #607D8B;
    color: #fff;
    cursor: default
}

.cbp-l-filters-work .cbp-filter-item:first-child {
    margin-left: 0
}

.cbp-l-filters-work .cbp-filter-item:last-child {
    margin-right: 0
}

.cbp-l-filters-work .cbp-filter-counter {
    font: 600 11px/37px "Open Sans", sans-serif;
    text-align: center;
    display: inline-block;
    margin-left: 8px
}

.cbp-l-filters-work .cbp-filter-counter:before {
    content: '('
}

.cbp-l-filters-work .cbp-filter-counter:after {
    content: ')'
}

.cbp-l-filters-big {
    margin-bottom: 30px;
    text-align: center
}

.cbp-l-filters-big .cbp-filter-item {
    color: #444;
    cursor: pointer;
    font: 400 15px/22px "Roboto", sans-serif;
    margin: 0 8px 10px 8px;
    padding: 10px 23px;
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    text-transform: uppercase;
    -webkit-transition: color .3s ease-in-out, border .3s ease-in-out;
    transition: color .3s ease-in-out, border .3s ease-in-out
}

.cbp-l-filters-big .cbp-filter-item:hover {
    color: #888
}

.cbp-l-filters-big .cbp-filter-item.cbp-filter-item-active {
    border-color: #d5d5d5;
    color: #444;
    cursor: default
}

.cbp-l-filters-big .cbp-filter-item:first-child {
    margin-left: 0
}

.cbp-l-filters-big .cbp-filter-item:last-child {
    margin-right: 0
}

.cbp-l-filters-text {
    margin-bottom: 30px;
    text-align: center;
    font: 400 12px/36px "Lato", sans-serif;
    color: #DADADA;
    padding: 0 15px
}

.cbp-l-filters-text .cbp-filter-item {
    color: #949494;
    cursor: pointer;
    font: 400 13px/21px "Lato", sans-serif;
    padding: 0 12px;
    position: relative;
    overflow: visible;
    margin: 0 0 10px;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.cbp-l-filters-text .cbp-filter-item:hover {
    color: #2D2C2C
}

.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
    color: #2D2C2C;
    cursor: default
}

.cbp-l-filters-text .cbp-filter-counter {
    background-color: #626161;
    font: 400 11px/18px "Lato", sans-serif
}

.cbp-l-filters-text .cbp-filter-counter:after {
    border-top: 4px solid #626161
}

.cbp-l-filters-text-sort {
    display: inline-block;
    font: 400 13px/21px "Lato", sans-serif;
    color: #949494;
    margin-right: 15px
}

@media only screen and (max-width: 480px) {
    .cbp-l-filters-text-sort {
        display: block;
        margin-bottom: 10px
    }
}

.cbp-l-filters-underline {
    margin-bottom: 30px
}

.cbp-l-filters-underline .cbp-filter-item {
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font: 600 14px/21px "Open Sans", sans-serif;
    padding: 8px 10px;
    position: relative;
    overflow: visible;
    margin: 0 10px 10px 10px;
    display: inline-block;
    color: #787878;
    -webkit-transition: color .25s ease-in-out, border-color .25s ease-in-out;
    transition: color .25s ease-in-out, border-color .25s ease-in-out
}

.cbp-l-filters-underline .cbp-filter-item:hover {
    color: #111
}

.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active {
    border-bottom-color: #666;
    color: #444;
    cursor: default
}

.cbp-l-filters-underline .cbp-filter-item:first-child {
    margin-left: 0
}

.cbp-l-filters-underline .cbp-filter-item:last-child {
    margin-right: 0
}

.cbp-l-filters-underline .cbp-filter-counter {
    display: inline
}

@media only screen and (max-width: 480px) {
    .cbp-l-filters-underline {
        text-align: center
    }
}

.cbp-l-filters-holder {
    text-align: center
}

.cbp-l-filters-holder .cbp-filter-item {
    cursor: pointer;
    font: 600 16px/21px "Open Sans", sans-serif;
    padding: 8px 10px;
    position: relative;
    overflow: visible;
    margin: 0 10px 10px 10px;
    display: inline-block;
    color: #555;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    letter-spacing: 0.3px
}

.cbp-l-filters-holder .cbp-filter-item:hover {
    color: #d8b345
}

.cbp-l-filters-holder .cbp-filter-item.cbp-filter-item-active {
    color: #d8b345;
    cursor: default
}

.cbp-l-filters-holder .cbp-filter-item:first-child {
    margin-left: 0
}

.cbp-l-filters-holder .cbp-filter-item:last-child {
    margin-right: 0
}

.cbp-l-filters-holder .cbp-filter-counter {
    display: inline
}

@media only screen and (max-width: 480px) {
    .cbp-l-filters-holder {
        text-align: center
    }
}

.cbp-l-subfilters {
    display: none;
    opacity: 0;
    margin-bottom: 40px;
    text-align: center
}

.cbp-l-subfilters .cbp-filter-item {
    position: relative;
    font: 13px "Open Sans", sans-serif;
    display: inline-block;
    color: #9e9e9e;
    margin: 0 15px;
    cursor: pointer;
    margin: 0 10px 10px 10px;
    letter-spacing: 0.3px
}

.cbp-l-subfilters .cbp-filter-item:hover {
    color: #555
}

.cbp-l-subfilters .cbp-filter-item:after {
    content: '';
    background-color: #dfb947;
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -6px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width .3s;
    transition: width .3s
}

.cbp-l-subfilters .cbp-filter-item-active {
    color: #555
}

.cbp-l-subfilters .cbp-filter-item-active:after {
    width: 100%
}

.cbp-l-subfilters--active {
    display: block;
    -webkit-animation: fadeIn .5s ease both;
    animation: fadeIn .5s ease both
}

.cbp-animation-quicksand {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-quicksand .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out
}

.cbp-animation-quicksand .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-quicksand .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-quicksand .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: quicksand-off .6s ease-out both;
    animation: quicksand-off .6s ease-out both
}

.cbp-animation-quicksand .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: quicksand-on .6s ease-out both;
    animation: quicksand-on .6s ease-out both
}

@-webkit-keyframes quicksand-off {
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0)
    }
}

@keyframes quicksand-off {
    100% {
        opacity: 0;
        transform: scale3d(0, 0, 0)
    }
}

@-webkit-keyframes quicksand-on {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0)
    }
}

@keyframes quicksand-on {
    0% {
        opacity: 0;
        transform: scale3d(0, 0, 0)
    }
}

.cbp-animation-fadeOut,
.cbp-animation-boxShadow {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-fadeOut .cbp-item,
.cbp-animation-boxShadow .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out
}

.cbp-animation-fadeOut .cbp-item,
.cbp-animation-boxShadow .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-fadeOut .cbp-item-wrapper,
.cbp-animation-boxShadow .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-fadeOut .cbp-item-on2off .cbp-item-wrapper,
.cbp-animation-boxShadow .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: fadeOut-off .6s ease-in-out both;
    animation: fadeOut-off .6s ease-in-out both
}

.cbp-animation-fadeOut .cbp-item-off2on .cbp-item-wrapper,
.cbp-animation-boxShadow .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: fadeOut-on .6s ease-in-out both;
    animation: fadeOut-on .6s ease-in-out both
}

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

    80%,
    100% {
        opacity: 0
    }
}

@keyframes fadeOut-off {
    0% {
        opacity: 1
    }

    80%,
    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeOut-on {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeOut-on {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.cbp-animation-flipOut {
    -webkit-transition: height .7s ease-in-out;
    transition: height .7s ease-in-out;
    will-change: height
}

.cbp-animation-flipOut .cbp-item {
    -webkit-transition: -webkit-transform .7s ease-in-out;
    transition: transform .7s ease-in-out
}

.cbp-animation-flipOut .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-flipOut .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-flipOut .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: flipOut-out .7s both ease-in;
    animation: flipOut-out .7s both ease-in
}

.cbp-animation-flipOut .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: flipOut-in .7s ease-out both;
    animation: flipOut-in .7s ease-out both
}

@-webkit-keyframes flipOut-out {

    50%,
    100% {
        -webkit-transform: translateZ(-1000px) rotateY(-90deg);
        opacity: 0.2
    }
}

@keyframes flipOut-out {

    50%,
    100% {
        transform: translateZ(-1000px) rotateY(-90deg);
        opacity: 0.2
    }
}

@-webkit-keyframes flipOut-in {

    0%,
    50% {
        -webkit-transform: translateZ(-1000px) rotateY(90deg);
        opacity: 0.2
    }
}

@keyframes flipOut-in {

    0%,
    50% {
        transform: translateZ(-1000px) rotateY(90deg);
        opacity: 0.2
    }
}

.cbp-animation-flipBottom {
    -webkit-transition: height .7s ease-in-out;
    transition: height .7s ease-in-out;
    will-change: height
}

.cbp-animation-flipBottom .cbp-item {
    -webkit-transition: -webkit-transform .7s ease-in-out;
    transition: transform .7s ease-in-out
}

.cbp-animation-flipBottom .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-flipBottom .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-flipBottom .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: flipBottom-out .7s both ease-in;
    animation: flipBottom-out .7s both ease-in
}

.cbp-animation-flipBottom .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: flipBottom-in .7s ease-out both;
    animation: flipBottom-in .7s ease-out both
}

@-webkit-keyframes flipBottom-out {

    50%,
    100% {
        -webkit-transform: translateZ(-1000px) rotateX(-90deg);
        opacity: 0.2
    }
}

@keyframes flipBottom-out {

    50%,
    100% {
        transform: translateZ(-1000px) rotateX(-90deg);
        opacity: 0.2
    }
}

@-webkit-keyframes flipBottom-in {

    0%,
    50% {
        -webkit-transform: translateZ(-1000px) rotateX(90deg);
        opacity: 0.2
    }
}

@keyframes flipBottom-in {

    0%,
    50% {
        transform: translateZ(-1000px) rotateX(90deg);
        opacity: 0.2
    }
}

.cbp-animation-scaleSides {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-scaleSides .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out
}

.cbp-animation-scaleSides .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-scaleSides .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-scaleSides .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: scaleSides-out .9s both;
    animation: scaleSides-out .9s both
}

.cbp-animation-scaleSides .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: scaleSides-in .9s both;
    animation: scaleSides-in .9s both
}

@-webkit-keyframes scaleSides-out {

    50%,
    100% {
        -webkit-transform: scale(0.6);
        opacity: 0
    }
}

@keyframes scaleSides-out {

    50%,
    100% {
        transform: scale(0.6);
        opacity: 0
    }
}

@-webkit-keyframes scaleSides-in {

    0%,
    50% {
        -webkit-transform: scale(0.6);
        opacity: 0
    }
}

@keyframes scaleSides-in {

    0%,
    50% {
        transform: scale(0.6);
        opacity: 0
    }
}

.cbp-animation-skew {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-skew .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out
}

.cbp-animation-skew .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-skew .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-skew .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: skew-off .6s ease-out both;
    animation: skew-off .6s ease-out both
}

.cbp-animation-skew .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: skew-on .6s ease-out both;
    animation: skew-on .6s ease-out both
}

@-webkit-keyframes skew-off {
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0) skew(20deg, 0)
    }
}

@keyframes skew-off {
    100% {
        opacity: 0;
        transform: scale3d(0, 0, 0) skew(20deg, 0)
    }
}

@-webkit-keyframes skew-on {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0) skew(0, 20deg)
    }
}

@keyframes skew-on {
    0% {
        opacity: 0;
        transform: scale3d(0, 0, 0) skew(0, 20deg)
    }
}

.cbp-animation-fadeOutTop {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-fadeOutTop .cbp-wrapper-outer {
    overflow: visible
}

.cbp-animation-fadeOutTop .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    overflow: visible
}

.cbp-animation-fadeOutTop .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-fadeOutTop .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: fadeOutTop-out .6s both ease-in-out;
    animation: fadeOutTop-out .6s both ease-in-out
}

.cbp-animation-fadeOutTop .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: fadeOutTop-in .6s both ease-in-out;
    animation: fadeOutTop-in .6s both ease-in-out
}

@-webkit-keyframes fadeOutTop-out {
    0% {
        -webkit-transform: translateY(0);
        opacity: 1
    }

    50%,
    100% {
        -webkit-transform: translateY(-30px);
        opacity: 0
    }
}

@keyframes fadeOutTop-out {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    50%,
    100% {
        transform: translateY(-30px);
        opacity: 0
    }
}

@-webkit-keyframes fadeOutTop-in {

    0%,
    50% {
        -webkit-transform: translateY(-30px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadeOutTop-in {

    0%,
    50% {
        transform: translateY(-30px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.cbp-animation-slideLeft {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-slideLeft .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-slideLeft .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-slideLeft .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: slideLeft-out .8s both ease-in-out;
    animation: slideLeft-out .8s both ease-in-out
}

.cbp-animation-slideLeft .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: slideLeft-in .8s both ease-in-out;
    animation: slideLeft-in .8s both ease-in-out
}

@-webkit-keyframes slideLeft-out {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    25% {
        opacity: .75;
        -webkit-transform: scale(0.8)
    }

    75% {
        opacity: .75;
        -webkit-transform: scale(0.8) translateX(-200%)
    }

    100% {
        opacity: .75;
        -webkit-transform: scale(0.8) translateX(-200%)
    }
}

@keyframes slideLeft-out {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    25% {
        opacity: .75;
        transform: scale(0.8)
    }

    75% {
        opacity: .75;
        transform: scale(0.8) translateX(-200%)
    }

    100% {
        opacity: .75;
        transform: scale(0.8) translateX(-200%)
    }
}

@-webkit-keyframes slideLeft-in {

    0%,
    25% {
        opacity: .75;
        -webkit-transform: scale(0.8) translateX(200%)
    }

    75% {
        opacity: .75;
        -webkit-transform: scale(0.8)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(0)
    }
}

@keyframes slideLeft-in {

    0%,
    25% {
        opacity: .75;
        transform: scale(0.8) translateX(200%)
    }

    75% {
        opacity: .75;
        transform: scale(0.8)
    }

    100% {
        opacity: 1;
        transform: scale(1) translateX(0)
    }
}

.cbp-animation-sequentially {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-sequentially .cbp-wrapper-outer {
    overflow: visible
}

.cbp-animation-sequentially .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    overflow: visible
}

.cbp-animation-sequentially .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-sequentially .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: fadeOutTop-out .6s both ease;
    animation: fadeOutTop-out .6s both ease
}

.cbp-animation-sequentially .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: fadeOutTop-in .6s both ease-out;
    animation: fadeOutTop-in .6s both ease-out
}

.cbp-animation-3dflip {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-3dflip .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-3dflip .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-3dflip .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: flip-out 0.6s both ease-in-out;
    animation: flip-out 0.6s both ease-in-out
}

.cbp-animation-3dflip .cbp-wrapper .cbp-item-wrapper {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: flip-in 0.6s both ease-in-out;
    animation: flip-in 0.6s both ease-in-out
}

@-webkit-keyframes flip-out {
    100% {
        opacity: 0;
        -webkit-transform: rotateY(90deg)
    }
}

@keyframes flip-out {
    100% {
        opacity: 0;
        transform: rotateY(90deg)
    }
}

@-webkit-keyframes flip-in {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg)
    }
}

@keyframes flip-in {
    0% {
        opacity: 0;
        transform: rotateY(-90deg)
    }

    100% {
        opacity: 1;
        transform: rotateY(0deg)
    }
}

.cbp-animation-flipOutDelay {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-flipOutDelay .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-flipOutDelay .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-flipOutDelay .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: flipOut-out 1s both ease-in;
    animation: flipOut-out 1s both ease-in
}

.cbp-animation-flipOutDelay .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: flipOut-in 1s both ease-out;
    animation: flipOut-in 1s both ease-out
}

.cbp-animation-slideDelay {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-slideDelay .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-slideDelay .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-slideDelay .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: slideDelay-out 0.5s both ease-in-out;
    animation: slideDelay-out 0.5s both ease-in-out
}

.cbp-animation-slideDelay .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: slideDelay-in 0.5s both ease-in-out;
    animation: slideDelay-in 0.5s both ease-in-out
}

@-webkit-keyframes slideDelay-out {
    100% {
        -webkit-transform: translateX(-100%)
    }
}

@keyframes slideDelay-out {
    100% {
        transform: translateX(-100%)
    }
}

@-webkit-keyframes slideDelay-in {
    0% {
        -webkit-transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

@keyframes slideDelay-in {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0)
    }
}

.cbp-animation-rotateSides {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-rotateSides .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-rotateSides .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-rotateSides .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-transform-origin: -50% 50%;
    -webkit-animation: rotateSides-out .5s both ease-in;
    transform-origin: -50% 50%;
    animation: rotateSides-out .5s both ease-in
}

.cbp-animation-rotateSides .cbp-wrapper .cbp-item-wrapper {
    -webkit-transform-origin: 150% 50%;
    -webkit-animation: rotateSides-in .6s both ease-out;
    transform-origin: 150% 50%;
    animation: rotateSides-in .6s both ease-out
}

@-webkit-keyframes rotateSides-out {
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-500px) rotateY(90deg)
    }
}

@keyframes rotateSides-out {
    100% {
        opacity: 0;
        transform: translateZ(-500px) rotateY(90deg)
    }
}

@-webkit-keyframes rotateSides-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-500px) rotateY(-90deg)
    }

    40% {
        opacity: 0;
        -webkit-transform: translateZ(-500px) rotateY(-90deg)
    }
}

@keyframes rotateSides-in {
    0% {
        opacity: 0;
        transform: translateZ(-500px) rotateY(-90deg)
    }

    40% {
        opacity: 0;
        transform: translateZ(-500px) rotateY(-90deg)
    }
}

.cbp-animation-foldLeft {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-foldLeft .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-foldLeft .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-foldLeft .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: foldLeft-out .7s both;
    animation: foldLeft-out .7s both
}

.cbp-animation-foldLeft .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: foldLeft-in .7s both;
    animation: foldLeft-in .7s both
}

@-webkit-keyframes foldLeft-out {
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotateY(-90deg)
    }
}

@keyframes foldLeft-out {
    100% {
        opacity: 0;
        transform: translateX(-100%) rotateY(-90deg)
    }
}

@-webkit-keyframes foldLeft-in {
    0% {
        opacity: 0.3;
        -webkit-transform: translateX(100%)
    }
}

@keyframes foldLeft-in {
    0% {
        opacity: 0.3;
        transform: translateX(100%)
    }
}

.cbp-animation-unfold {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-unfold .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-unfold .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-unfold .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: unfold-out .8s both;
    animation: unfold-out .8s both
}

.cbp-animation-unfold .cbp-wrapper .cbp-item-wrapper {
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: unfold-in .8s both;
    transform-origin: 0% 50%;
    animation: unfold-in .8s both
}

@-webkit-keyframes unfold-out {
    90% {
        opacity: 0.3
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }
}

@keyframes unfold-out {
    90% {
        opacity: 0.3
    }

    100% {
        opacity: 0;
        transform: translateX(-100%)
    }
}

@-webkit-keyframes unfold-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotateY(90deg)
    }
}

@keyframes unfold-in {
    0% {
        opacity: 0;
        transform: translateX(100%) rotateY(90deg)
    }
}

.cbp-animation-scaleDown {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-scaleDown .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-scaleDown .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-scaleDown .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: scaleDown-out .7s both;
    animation: scaleDown-out .7s both
}

.cbp-animation-scaleDown .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: scaleDown-in .6s both;
    animation: scaleDown-in .6s both
}

@-webkit-keyframes scaleDown-out {
    100% {
        opacity: 0;
        -webkit-transform: scale(0.8)
    }
}

@keyframes scaleDown-out {
    100% {
        opacity: 0;
        transform: scale(0.8)
    }
}

@-webkit-keyframes scaleDown-in {
    0% {
        -webkit-transform: translateX(100%)
    }
}

@keyframes scaleDown-in {
    0% {
        transform: translateX(100%)
    }
}

.cbp-animation-frontRow {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-frontRow .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-frontRow .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-frontRow .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: frontRow-out .7s both ease;
    animation: frontRow-out .7s both ease
}

.cbp-animation-frontRow .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: frontRow-in .6s both ease;
    animation: frontRow-in .6s both ease
}

@-webkit-keyframes frontRow-out {
    100% {
        -webkit-transform: translateX(-60%) scale(0.8);
        opacity: 0
    }
}

@keyframes frontRow-out {
    100% {
        transform: translateX(-60%) scale(0.8);
        opacity: 0
    }
}

@-webkit-keyframes frontRow-in {
    0% {
        -webkit-transform: translateX(100%) scale(0.8)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%) scale(1)
    }
}

@keyframes frontRow-in {
    0% {
        transform: translateX(100%) scale(0.8)
    }

    100% {
        opacity: 1;
        transform: translateX(0%) scale(1)
    }
}

.cbp-animation-rotateRoom {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-rotateRoom .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-rotateRoom .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-rotateRoom .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateRoom-out .8s both ease;
    animation: rotateRoom-out .8s both ease
}

.cbp-animation-rotateRoom .cbp-wrapper .cbp-item-wrapper {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: rotateRoom-in .8s both ease;
    animation: rotateRoom-in .8s both ease
}

@-webkit-keyframes rotateRoom-out {
    90% {
        opacity: .3
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotateY(90deg)
    }
}

@keyframes rotateRoom-out {
    90% {
        opacity: .3
    }

    100% {
        opacity: 0;
        transform: translateX(-100%) rotateY(90deg)
    }
}

@-webkit-keyframes rotateRoom-in {
    0% {
        opacity: .3;
        -webkit-transform: translateX(100%) rotateY(-90deg)
    }
}

@keyframes rotateRoom-in {
    0% {
        opacity: .3;
        transform: translateX(100%) rotateY(-90deg)
    }
}

.cbp-animation-bounceBottom {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-bounceBottom .cbp-wrapper-helper {
    -webkit-animation: bounceBottom-out .6s both ease-in-out;
    animation: bounceBottom-out .6s both ease-in-out
}

.cbp-animation-bounceBottom .cbp-wrapper {
    -webkit-animation: bounceBottom-in .6s both ease-in-out;
    animation: bounceBottom-in .6s both ease-in-out
}

@-webkit-keyframes bounceBottom-out {
    100% {
        -webkit-transform: translateY(100%);
        opacity: 0
    }
}

@keyframes bounceBottom-out {
    100% {
        transform: translateY(100%);
        opacity: 0
    }
}

@-webkit-keyframes bounceBottom-in {
    0% {
        -webkit-transform: translateY(100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@keyframes bounceBottom-in {
    0% {
        transform: translateY(100%);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.cbp-animation-bounceLeft {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-bounceLeft .cbp-wrapper-helper {
    -webkit-animation: bounceLeft-out .6s both ease-in-out;
    animation: bounceLeft-out .6s both ease-in-out
}

.cbp-animation-bounceLeft .cbp-wrapper {
    -webkit-animation: bounceLeft-in .6s both ease-in-out;
    animation: bounceLeft-in .6s both ease-in-out
}

@-webkit-keyframes bounceLeft-out {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes bounceLeft-out {
    100% {
        transform: translateX(-100%);
        opacity: 0
    }
}

@-webkit-keyframes bounceLeft-in {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}

@keyframes bounceLeft-in {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.cbp-animation-bounceTop {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-bounceTop .cbp-wrapper-helper {
    -webkit-animation: bounceTop-out .6s both ease-in-out;
    animation: bounceTop-out .6s both ease-in-out
}

.cbp-animation-bounceTop .cbp-wrapper {
    -webkit-animation: bounceTop-in .6s both ease-in-out;
    animation: bounceTop-in .6s both ease-in-out
}

@-webkit-keyframes bounceTop-out {
    100% {
        -webkit-transform: translateY(-100%);
        opacity: 0
    }
}

@keyframes bounceTop-out {
    100% {
        transform: translateY(-100%);
        opacity: 0
    }
}

@-webkit-keyframes bounceTop-in {
    0% {
        -webkit-transform: translateY(-100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@keyframes bounceTop-in {
    0% {
        transform: translateY(-100%);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.cbp-animation-moveLeft {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-moveLeft .cbp-wrapper-helper {
    -webkit-animation: moveLeft-out .6s both ease-in-out;
    animation: moveLeft-out .6s both ease-in-out
}

.cbp-animation-moveLeft .cbp-wrapper {
    -webkit-animation: moveLeft-in .6s both ease-in-out;
    animation: moveLeft-in .6s both ease-in-out
}

@-webkit-keyframes moveLeft-out {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes moveLeft-out {
    100% {
        transform: translateX(-100%);
        opacity: 0
    }
}

@-webkit-keyframes moveLeft-in {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}

@keyframes moveLeft-in {
    0% {
        transform: translateX(100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.cbp-displayType-bottomToTop {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-displayType-bottomToTop .cbp-item {
    -webkit-animation: fadeInBottomToTop .3s both ease-in;
    animation: fadeInBottomToTop .3s both ease-in
}

@-webkit-keyframes fadeInBottomToTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInBottomToTop {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.cbp-displayType-fadeIn {
    -webkit-animation: fadeIn .5s both ease-in;
    animation: fadeIn .5s both ease-in
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.cbp-displayType-fadeInToTop {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-animation: fadeInToTop .5s both ease-in;
    animation: fadeInToTop .5s both ease-in
}

@-webkit-keyframes fadeInToTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInToTop {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.cbp-displayType-sequentially .cbp-item {
    -webkit-animation: fadeIn .5s both ease-in;
    animation: fadeIn .5s both ease-in
}

.cbp-displayType-appear--initial .cbp-item {
    opacity: 0
}

.cbp-displayType-appear .cbp-item {
    -webkit-animation: fadeInAppear 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: fadeInAppear 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275) both
}

@-webkit-keyframes fadeInAppear {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@keyframes fadeInAppear {
    0% {
        opacity: 0;
        transform: scale(0.5)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.cbp-lightbox img {
    display: block;
    border: 0;
    width: 100%;
    height: auto
}

.cbp-popup-ie8bg {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000
}

.cbp-popup-wrap {
    height: 100%;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 99990;
    padding: 0 10px
}

.cbp-popup-wrap video {
    outline: 0 none
}

.cbp-popup-lightbox {
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center
}

.cbp-popup-singlePage {
    background: #fff;
    padding: 0
}

.cbp-popup-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.cbp-popup-content-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.cbp-popup-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    max-width: 100%
}

.cbp-popup-lightbox .cbp-popup-content {
    display: flex
}

.cbp-popup-singlePage .cbp-popup-content {
    position: relative;
    z-index: 1;
    margin-top: 145px;
    max-width: 1024px;
    vertical-align: top;
    width: 94%
}

.cbp-popup-singlePage .cbp-popup-content-basic {
    position: relative;
    z-index: 1;
    margin-top: 104px;
    vertical-align: top;
    width: 100%;
    display: inline-block;
    text-align: left
}

.cbp-popup-lightbox-figure {
    width: 100%;
    position: relative;
    padding: 20px 0
}

.cbp-popup-lightbox-bottom {
    position: relative;
    margin-top: 3px
}

.cbp-popup-lightbox-title {
    padding-right: 50px;
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #eee
}

.cbp-popup-lightbox-counter {
    position: absolute;
    top: 0;
    right: 0;
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #eee
}

.cbp-popup-lightbox-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

.cbp-popup-lightbox-img[data-action] {
    cursor: pointer
}

.cbp-popup-lightbox-isIframe .cbp-popup-content {
    width: 75%;
    display: inline-block
}

@media only screen and (max-width: 768px) {
    .cbp-popup-lightbox-isIframe .cbp-popup-content {
        width: 95%
    }
}

.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 3px
}

.cbp-popup-lightbox-iframe {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    background: #000
}

.cbp-popup-lightbox-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

.cbp-popup-lightbox-iframe audio {
    margin-top: 27%
}

.cbp-popup-lightbox-iframe .cbp-popup-lightbox-bottom {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 104px;
    background-color: #3D4750
}

.cbp-popup-singlePage .cbp-popup-navigation {
    position: relative;
    width: 100%;
    height: 100%
}

.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap {
    position: fixed
}

.cbp-popup-singlePage-counter {
    color: #fff;
    position: absolute;
    margin: auto;
    right: 40px;
    top: 0;
    bottom: 0;
    font: 400 13px/30px "Open Sans", sans-serif;
    height: 30px
}

@media only screen and (max-width: 768px) {
    .cbp-popup-singlePage-counter {
        right: 3%
    }
}

.cbp-popup-next,
.cbp-popup-prev,
.cbp-popup-close {
    padding: 0;
    border: medium none;
    position: absolute;
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cbp-popup-lightbox .cbp-popup-prev,
.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-lightbox .cbp-popup-close {
    visibility: hidden
}

.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev,
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close {
    visibility: visible
}

.cbp-popup-lightbox .cbp-popup-prev {
    background: no-repeat scroll 0 0 transparent;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto
}

.cbp-popup-lightbox .cbp-popup-prev:hover {
    background-position: 0 -46px
}

.cbp-popup-singlePage .cbp-popup-prev {
    background: no-repeat scroll 0 -92px transparent;
    width: 44px;
    height: 44px;
    margin: auto;
    top: 0;
    right: 108px;
    bottom: 0;
    left: 0
}

.cbp-popup-singlePage .cbp-popup-prev:hover {
    background-position: 0 -138px
}

.cbp-popup-lightbox .cbp-popup-next {
    background: no-repeat scroll -46px 0 transparent;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto
}

.cbp-popup-lightbox .cbp-popup-next:hover {
    background-position: -46px -46px
}

.cbp-popup-singlePage .cbp-popup-next {
    background: no-repeat scroll -46px -92px transparent;
    width: 44px;
    height: 44px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 108px
}

.cbp-popup-singlePage .cbp-popup-next:hover {
    background-position: -46px -138px
}

.cbp-popup-lightbox .cbp-popup-close {
    background: no-repeat scroll -92px 0 transparent;
    height: 40px;
    width: 40px;
    right: 20px;
    top: 20px
}

.cbp-popup-lightbox .cbp-popup-close:hover {
    background-position: -92px -46px
}

.cbp-popup-singlePage .cbp-popup-close {
    background: no-repeat scroll -92px -92px transparent;
    height: 44px;
    width: 44px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cbp-popup-singlePage .cbp-popup-close:hover {
    background-position: -92px -138px
}

.cbp-popup-singlePage .cbp-popup-ie8bg {
    background-color: #fff
}

@media only screen and (max-width: 360px),
(max-height: 600px) {

    .cbp-popup-next,
    .cbp-popup-prev,
    .cbp-popup-close {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    .cbp-popup-lightbox .cbp-popup-close {
        right: 10px;
        top: 10px
    }

    .cbp-popup-lightbox .cbp-popup-next {
        right: 10px
    }

    .cbp-popup-lightbox .cbp-popup-prev {
        left: 10px
    }

    .cbp-popup-singlePage .cbp-popup-navigation-wrap {
        height: 84px
    }

    .cbp-popup-singlePage .cbp-popup-content {
        margin-top: 120px
    }
}

.cbp-popup-loadingBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.cbp-popup-lightbox .cbp-popup-loadingBox:after {
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    border-right: 3px solid rgba(255, 255, 255, 0.3);
    border-bottom: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid rgba(255, 255, 255, 0.85)
}

.cbp-popup-ready .cbp-popup-loadingBox {
    visibility: hidden;
    display: none
}

.cbp-popup-loading .cbp-popup-loadingBox {
    visibility: visible;
    display: block
}

.cbp-popup-transitionend .cbp-popup-content-wrap {
    overflow-y: scroll
}

.cbp-popup-singlePage {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out
}

.cbp-popup-singlePage.cbp-popup-loading .cbp-popup-content {
    opacity: 0
}

.cbp-popup-singlePage-fade {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.cbp-popup-singlePage-open.cbp-popup-singlePage-fade {
    opacity: 1
}

.cbp-popup-singlePage-right {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out
}

.cbp-popup-singlePage-open {
    -webkit-transform: none;
    transform: none
}

.cbp-l-project-title {
    color: #454444;
    font: 600 42px/46px "Open Sans", sans-serif;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase
}

.cbp-l-project-subtitle {
    color: #787878;
    font: 400 14px/21px "Open Sans", sans-serif;
    margin: 0 auto 50px;
    max-width: 500px;
    text-align: center
}

.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.cbp-l-project-container {
    overflow: hidden;
    margin: 40px auto 0;
    clear: both
}

.cbp-l-project-desc {
    float: left;
    width: 62%
}

.cbp-l-project-details {
    float: right;
    width: 38%;
    padding-left: 60px;
    margin-bottom: 15px
}

@media only screen and (max-width: 768px) {
    .cbp-l-project-title {
        font-size: 30px;
        line-height: 34px
    }

    .cbp-l-project-desc {
        width: 100%
    }

    .cbp-l-project-details {
        width: 100%;
        margin-top: 20px;
        padding-left: 0
    }
}

.cbp-l-project-desc-title {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 22px;
    color: #444
}

.cbp-l-project-desc-title span,
.cbp-l-project-details-title span {
    border-bottom: 1px solid #747474;
    display: inline-block;
    margin: 0 0 -1px 0;
    font: 400 16px/36px "Open Sans", sans-serif;
    padding: 0 5px 0 0
}

.cbp-l-project-desc-text {
    font: 400 13px/20px "Open Sans", sans-serif;
    color: #555;
    margin-bottom: 20px
}

.cbp-l-project-details-title {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 19px;
    color: #444
}

.cbp-l-project-details-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.cbp-l-project-details-list > li,
.cbp-l-project-details-list > div {
    border-bottom: 1px dotted #DFDFDF;
    padding: inherit;
    color: #666;
    font: 400 12px/30px "Open Sans", sans-serif
}

.cbp-l-project-details-list > li:last-child,
.cbp-l-project-details-list > div:last-child {
    border: none
}

.cbp-l-project-details-list strong {
    display: inline-block;
    color: #696969;
    font-weight: 600;
    min-width: 100px
}

.cbp-l-project-details-item {
    display: flex
}

.cbp-l-project-details-name {
    color: #696969;
    font-weight: 600;
    min-width: 80px;
    margin-right: 20px
}

.cbp-l-project-details-visit {
    color: #FFFFFF;
    float: right;
    clear: both;
    text-decoration: none;
    font: 400 11px/18px "Open Sans", sans-serif;
    margin-top: 25px;
    background-color: #62B57B;
    padding: 8px 19px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.cbp-l-project-details-visit:hover {
    opacity: 0.9;
    color: #fff
}

.cbp-l-project-related-wrap {
    font-size: 0;
    margin: 0;
    padding: 0
}

.cbp-l-project-related-item {
    margin-left: 5%;
    max-width: 30%;
    float: left
}

.cbp-l-project-related-item:first-child {
    margin-left: 0
}

.cbp-l-project-related-title {
    font: 700 14px/18px "Open Sans", sans-serif;
    color: #474747;
    margin-top: 20px
}

.cbp-l-project-related-link {
    text-decoration: none
}

.cbp-l-project-related-link:hover {
    opacity: 0.9
}

.cbp-l-member-img {
    float: left;
    width: 40%;
    margin-top: 20px
}

.cbp-l-member-img img {
    border: 1px solid #e2e2e2;
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline-block;
    border: 0
}

.cbp-l-member-info {
    margin-top: 20px;
    padding-left: 25px;
    float: left;
    width: 60%
}

@media only screen and (max-width: 768px) {
    .cbp-l-member-img {
        width: 100%;
        text-align: center
    }

    .cbp-l-member-info {
        width: 100%;
        padding-left: 0
    }
}

.cbp-l-member-name {
    font: 400 28px/28px "Open Sans", sans-serif;
    color: #474747
}

.cbp-l-member-position {
    font: 400 13px/21px "Open Sans", sans-serif;
    color: #888;
    margin-top: 6px
}

.cbp-l-member-desc {
    font: 400 12px/18px "Open Sans", sans-serif;
    margin-top: 25px;
    color: #474747
}

.cbp-popup-singlePageInline-open {
    -webkit-transition: height .5s 0s !important;
    transition: height .5s 0s !important
}

.cbp-popup-singlePageInline-open .cbp-item {
    -webkit-transition: -webkit-transform .5s 0s !important;
    transition: transform .5s 0s !important
}

.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline:after {
    display: none;
    visibility: hidden
}

.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-content,
.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-navigation {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

.cbp-popup-singlePageInline {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    /*overflow:hidden*/
}

.cbp-popup-singlePageInline .cbp-popup-content {
    opacity: 0;
    width: 100%;
    z-index: 1;
    min-height: 300px
}

.cbp-popup-singlePageInline .cbp-popup-content,
.cbp-popup-singlePageInline .cbp-popup-navigation {
    -webkit-transition: opacity .4s ease-in .2s;
    transition: opacity .4s ease-in .2s
}

.cbp-popup-singlePageInline .cbp-popup-navigation {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 40px
}

.cbp-popup-singlePageInline .cbp-popup-close {
    background: no-repeat scroll -92px 0 transparent;
    height: 40px;
    width: 40px;
    right: 20px;
    top: 30px
}

.cbp-popup-singlePageInline .cbp-popup-close:hover {
    opacity: 0.7
}

.cbp-popup-singlePageInline-ready {
    z-index: 4
}

.cbp-popup-singlePageInline-ready .cbp-popup-content,
.cbp-popup-singlePageInline-ready .cbp-popup-navigation {
    opacity: 1
}

.cbp-popup-singlePageInline-ready:after {
    display: none;
    visibility: hidden
}

.cbp-singlePageInline-active {
    opacity: 0.6 !important
}

.cbp-l-inline {
    margin: 20px 0;
    overflow: hidden;
    background: #FAFAFA;
    padding: 30px
}

.cbp-l-inline-left {
    float: left;
    width: 44%
}

.cbp-l-project-img {
    max-width: 100%
}

.cbp-l-inline-right {
    float: right;
    width: 56%;
    padding-left: inherit
}

@media only screen and (max-width: 768px) {
    .cbp-l-inline-left {
        width: 100%;
        text-align: center;
        margin-top: 40px
    }

    .cbp-l-inline-right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }
}

.cbp-l-inline-title {
    font: 400 28px/30px "Open Sans", sans-serif;
    color: #474747
}

.cbp-l-inline-subtitle {
    font: 400 13px/21px "Open Sans", sans-serif;
    color: #888;
    margin-top: 7px
}

.cbp-l-inline-desc {
    font: 400 13px/20px "Open Sans", sans-serif;
    color: #474747;
    margin-top: 25px;
    margin-bottom: 20px
}

.cbp-l-inline-view-wrap {
    text-align: right
}

.cbp-l-inline-view {
    font: 400 13px/35px "Open Sans", sans-serif;
    color: #9C9C9C;
    margin-top: 40px;
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #ccc;
    text-decoration: none
}

.cbp-l-inline-view:hover {
    color: #757575
}

.cbp-l-inline-details {
    margin-bottom: 15px;
    font: 13px/22px "Open Sans", sans-serif
}

.cbp-l-loadMore-defaultText,
.cbp-l-loadMore-button-defaultText {
    display: block
}

.cbp-l-loadMore-loadingText,
.cbp-l-loadMore-noMoreLoading,
.cbp-l-loadMore-button-loadingText,
.cbp-l-loadMore-button-noMoreLoading {
    display: none
}

.cbp-l-loadMore-loading .cbp-l-loadMore-loadingText,
.cbp-l-loadMore-loading .cbp-l-loadMore-button-loadingText {
    display: block
}

.cbp-l-loadMore-loading .cbp-l-loadMore-defaultText,
.cbp-l-loadMore-loading .cbp-l-loadMore-noMoreLoading,
.cbp-l-loadMore-loading .cbp-l-loadMore-button-defaultText,
.cbp-l-loadMore-loading .cbp-l-loadMore-button-noMoreLoading {
    display: none
}

.cbp-l-loadMore-stop .cbp-l-loadMore-noMoreLoading,
.cbp-l-loadMore-stop .cbp-l-loadMore-button-noMoreLoading {
    display: block
}

.cbp-l-loadMore-stop .cbp-l-loadMore-defaultText,
.cbp-l-loadMore-stop .cbp-l-loadMore-loadingText,
.cbp-l-loadMore-stop .cbp-l-loadMore-button-defaultText,
.cbp-l-loadMore-stop .cbp-l-loadMore-button-loadingText {
    display: none
}

.cbp-l-loadMore-bgbutton {
    text-align: center
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link {
    border: 1px solid #DEDEDE;
    color: #7E7B7B;
    display: inline-block;
    font: 400 13px/40px "Lato", sans-serif;
    min-width: 80px;
    text-decoration: none;
    padding: 0 50px;
    margin-top: 50px;
    outline: 0;
    box-shadow: none;
    letter-spacing: 1px;
    -webkit-transition: color .25s;
    transition: color .25s
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link:hover,
.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-loading {
    color: #B0B0B0
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-stop {
    color: #B0B0B0;
    cursor: default
}

.cbp-l-loadMore-button {
    text-align: center
}

.cbp-l-loadMore-button .cbp-l-loadMore-link,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    border: 1px solid #DEDEDE;
    color: #7E7B7B;
    display: inline-block;
    font: 400 12px/36px "Open Sans", sans-serif;
    min-width: 80px;
    text-decoration: none;
    padding: 0 30px;
    outline: 0;
    margin-top: 40px;
    box-shadow: none;
    -webkit-transition: color .25s;
    transition: color .25s
}

.cbp-l-loadMore-button .cbp-l-loadMore-link:hover,
.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-loading,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-loading {
    color: #B0B0B0
}

.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-stop,
.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-button-stop,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-stop,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-button-stop {
    cursor: default;
    color: #B0B0B0
}

.cbp-l-loadMore-text {
    text-align: center
}

.cbp-l-loadMore-text .cbp-l-loadMore-link,
.cbp-l-loadMore-text .cbp-l-loadMore-text-link {
    font: 400 15px "Open Sans", sans-serif;
    color: #7E7B7B;
    text-decoration: none;
    cursor: pointer;
    margin-top: 50px;
    display: block
}

.cbp-l-loadMore-text .cbp-l-loadMore-stop,
.cbp-l-loadMore-text .cbp-l-loadMore-text-stop {
    color: #B0B0B0;
    cursor: default
}

.cbp-mode-slider {
    -webkit-transition: height .35s;
    transition: height .35s
}

.cbp-mode-slider .cbp-wrapper,
.cbp-mode-slider .cbp-item {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

.cbp-mode-slider .cbp-wrapper {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.cbp-mode-slider-dragStart * {
    cursor: move !important;
    cursor: -ms-grabbing !important;
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
    cursor: grabbing !important
}

.cbp-mode-slider-dragStart .cbp-wrapper {
    -webkit-transition: none;
    transition: none
}

.cbp-nav-next,
.cbp-nav-prev {
    position: relative;
    background: #7c8b90;
    cursor: pointer;
    display: inline-block;
    margin-left: 1px;
    height: 22px;
    width: 21px
}

.cbp-nav-next {
    border-radius: 0 2px 2px 0
}

.cbp-nav-prev {
    border-radius: 2px 0 0 2px
}

.cbp-nav-next:hover,
.cbp-nav-prev:hover {
    opacity: 0.8
}

.cbp-nav-next:after,
.cbp-nav-prev:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: no-repeat;
    height: 10px;
    width: 7px
}

.cbp-nav-next:after {
    background-position: -134px 0
}

.cbp-nav-prev:after {
    background-position: -134px -12px
}

.cbp-nav-stop {
    opacity: 0.5 !important;
    cursor: default !important
}

.cbp-nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cbp-nav-controls {
    position: absolute;
    top: -51px;
    right: 0;
    z-index: 100
}

.cbp-nav-pagination {
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 100;
    left: 0;
    text-align: center
}

.cbp-nav-pagination-item {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 4px;
    display: inline-block;
    cursor: pointer;
    background: #c2c2c2;
    -webkit-transition: background 0.5s;
    transition: background 0.5s
}

.cbp-nav-pagination-active {
    background: #797979
}

.cbp-pagination-item {
    max-width: 100px;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 5px;
    position: relative
}

.cbp-pagination-item img {
    display: block;
    width: 100%;
    height: auto;
    border: 0
}

.cbp-pagination-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out
}

.cbp-pagination-active:after {
    background: rgba(0, 0, 0, 0)
}

.cbp-slider-wrap,
.cbp-slider-item {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cbp-slider .cbp-nav-controls {
    position: static
}

.cbp-slider .cbp-nav-next,
.cbp-slider .cbp-nav-prev {
    background: transparent;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 44px;
    height: 44px
}

.cbp-slider .cbp-nav-next {
    right: 25px;
    left: auto
}

.cbp-slider .cbp-nav-prev {
    left: 25px;
    right: auto
}

.cbp-slider .cbp-nav-next:after,
.cbp-slider .cbp-nav-prev:after {
    background: no-repeat;
    width: 44px;
    height: 44px
}

.cbp-slider .cbp-nav-next:after {
    background-position: -46px -92px
}

.cbp-slider .cbp-nav-next:hover:after {
    background-position: -46px -46px
}

.cbp-slider .cbp-nav-prev:after {
    background-position: 0 -92px
}

.cbp-slider .cbp-nav-prev:hover:after {
    background-position: 0 -46px
}

.cbp-slider .cbp-nav-pagination {
    text-align: right;
    bottom: 20px;
    right: 25px;
    left: auto
}

.cbp-slider-edge .cbp-nav-controls {
    position: static
}

.cbp-slider-edge .cbp-nav-next,
.cbp-slider-edge .cbp-nav-prev {
    background: transparent;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 44px;
    height: 44px
}

.cbp-slider-edge .cbp-nav-next {
    right: 0;
    left: auto
}

.cbp-slider-edge .cbp-nav-prev {
    left: 0;
    right: auto
}

.cbp-slider-edge .cbp-nav-next:after,
.cbp-slider-edge .cbp-nav-prev:after {
    background: no-repeat;
    width: 9px;
    height: 16px
}

.cbp-slider-edge .cbp-nav-next:after {
    background-position: -134px -24px
}

.cbp-slider-edge .cbp-nav-prev:after {
    background-position: -134px -42px
}

.cbp-slider-edge .cbp-nav-pagination {
    bottom: -50px
}

.cbp-slider-edge .cbp-nav-pagination-item {
    border: 2px solid #0f0f0f;
    opacity: 0.4;
    background: transparent
}

.cbp-slider-edge .cbp-nav-pagination-active {
    background: #000
}

.cbp-slider-inline {
    position: relative
}

.cbp-slider-inline .cbp-slider-item {
    position: absolute;
    width: 100%;
    top: 0;
    -webkit-transition: left .5s;
    transition: left .5s
}

.cbp-slider-inline .cbp-slider-item--active {
    position: relative;
    z-index: 2
}

.cbp-slider-wrapper {
    position: relative;
    overflow: hidden
}

.cbp-slider-controls {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    opacity: 0;
    -webkit-transition: opacity .7s ease-in-out;
    transition: opacity .7s ease-in-out
}

.cbp-slider-inline-ready .cbp-slider-controls {
    opacity: 1
}

.cbp-slider-next,
.cbp-slider-prev {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    cursor: pointer;
    position: relative;
    width: 36px;
    height: 36px;
    background: #547EB1
}

.cbp-slider-next {
    margin-left: 1px
}

.cbp-slider-next:after,
.cbp-slider-prev:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: no-repeat;
    width: 9px;
    height: 16px
}

.cbp-slider-next:after {
    background-position: -134px -60px
}

.cbp-slider-prev:after {
    background-position: -134px -78px
}

.cbp-l-grid-agency .cbp-caption:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: 0px;
    left: 50%;
    margin-left: -5px;
    z-index: 1
}

.cbp-l-grid-agency.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.cbp-l-grid-agency-title {
    margin-top: 18px;
    font: 700 17px/24px "Lato", sans-serif;
    color: #666;
    text-align: center;
    padding: 0 4px
}

.cbp-item:hover .cbp-l-grid-agency-title {
    color: #222
}

.cbp-l-grid-agency-desc {
    font: 400 12px/21px "Open Sans", sans-serif;
    color: #aaa;
    text-align: center
}

@media only screen and (max-width: 480px) {
    .cbp-l-grid-agency-title {
        font-size: 15px;
        line-height: 21px
    }
}

.cbp-l-grid-work.cbp-caption-zoom .cbp-caption-activeWrap {
    background-color: rgba(0, 0, 0, 1)
}

.cbp-l-grid-work .cbp-item {
    padding: 3px
}

.cbp-l-grid-work .cbp-item-wrapper {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 7px 7px 27px;
    border-top: 1px solid #F4F4F4
}

.cbp-l-grid-work-title {
    margin-top: 17px;
    font: 400 17px/25px "Roboto Condensed", sans-serif;
    color: #607D8B;
    text-align: center;
    text-transform: uppercase;
    display: block
}

.cbp-l-grid-work-title:hover {
    color: #365D67
}

.cbp-l-grid-work-desc {
    font: 400 11px/16px "Open Sans", sans-serif;
    color: #888888;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (max-width: 480px) {
    .cbp-l-grid-work-title {
        font-size: 15px;
        line-height: 21px;
        margin-top: 15px
    }

    .cbp-l-grid-work .cbp-item-wrapper {
        padding-bottom: 18px
    }
}

.cbp-l-grid-blog-title {
    font: 400 18px/30px "Open Sans", sans-serif;
    color: #444;
    display: block;
    margin-top: 17px
}

.cbp-l-grid-blog-title:hover {
    color: #787878
}

.cbp-l-grid-blog-date {
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #787878;
    display: inline-block
}

.cbp-l-grid-blog-comments {
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #3C6FBB;
    display: inline-block
}

.cbp-l-grid-blog-comments:hover {
    opacity: .8
}

.cbp-l-grid-blog-desc {
    font: 400 13px/18px "Open Sans", sans-serif;
    color: #9B9B9B;
    margin-top: 9px
}

.cbp-l-grid-blog-split {
    margin: 0 4px;
    font: 400 13px/16px "Open Sans", sans-serif;
    color: #787878;
    display: inline-block
}

.cbp-l-grid-clients {
    height: 180px
}

.cbp-l-clients-title-block {
    font: 400 32px/53px "Roboto", sans-serif;
    color: #666464;
    text-align: center;
    margin-bottom: 40px
}

.cbp-l-grid-faq .cbp-item {
    width: 100%
}

.cbp-l-grid-projects-title {
    font: 700 14px/21px "Open Sans", sans-serif;
    color: #474747;
    margin-top: 15px
}

.cbp-l-grid-projects-desc {
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #888888;
    margin-top: 5px
}

@media only screen and (max-width: 480px) {
    .cbp-l-grid-projects-title {
        margin-top: 12px
    }

    .cbp-l-grid-projects-desc {
        margin-top: 3px
    }
}

.cbp-l-grid-masonry-projects .cbp-caption-activeWrap {
    background-color: #59a3b6;
    background-color: rgba(89, 163, 182, 0.95)
}

.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft,
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight {
    background-color: #545454
}

.cbp-l-grid-masonry-projects-title {
    font: 500 15px/22px "Roboto", sans-serif;
    color: #59a3b6;
    text-align: center;
    display: block;
    margin-top: 12px
}

.cbp-l-grid-masonry-projects-title:hover {
    color: #457C8B
}

.cbp-l-grid-masonry-projects-desc {
    font: 400 12px/18px "Roboto", sans-serif;
    color: #b2b2b2;
    text-align: center
}

.cbp-l-grid-team-name {
    font: 400 17px/24px "Open Sans", sans-serif;
    color: #456297;
    display: block;
    text-align: center;
    margin-top: 18px
}

.cbp-l-grid-team-name:hover {
    color: #34425C
}

.cbp-l-grid-team-position {
    font: italic 400 13px/21px "Open Sans", sans-serif;
    color: #999;
    text-align: center
}

@media only screen and (max-width: 480px) {
    .cbp-l-grid-team-name {
        font-size: 15px;
        line-height: 22px;
        margin-top: 13px
    }

    .cbp-l-grid-team-position {
        font-size: 12px;
        line-height: 18px
    }
}

.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background-color: #64C28E;
    background-color: rgba(101, 199, 150, 0.95)
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
    color: #FFFFFF;
    font: 400 14px/21px "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title:after {
    content: '';
    display: block;
    width: 40%;
    height: 1px;
    background-color: #fff;
    margin: 8px auto 0
}

@media only screen and (max-width: 800px) {
    .cbp-l-grid-mosaic-flat .cbp-l-caption-title:after {
        display: none
    }
}

.cbp-l-grid-mosaic-projects .cbp-caption-activeWrap {
    background-color: #59a3b6;
    background-color: rgba(89, 163, 182, 0.97)
}

.cbp-l-grid-mosaic .cbp-caption-activeWrap {
    background-color: #FFEA71;
    background-color: rgba(255, 234, 113, 0.95)
}

.cbp-l-grid-mosaic .cbp-l-caption-title {
    color: #5A5A5A;
    font: 500 18px/22px "Roboto", sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px
}

.cbp-l-grid-mosaic .cbp-l-caption-desc {
    color: #585858;
    font: 400 13px/20px "Roboto", sans-serif
}

@media only screen and (max-width: 480px) {
    .cbp-l-grid-mosaic .cbp-l-caption-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0px
    }

    .cbp-l-grid-mosaic .cbp-l-caption-desc {
        font-size: 12px;
        line-height: 18px
    }
}

.cbp-l-slider-title-block {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 22px
}

.cbp-l-slider-title-block div {
    padding: 0 2px 6px 0;
    display: inline-block;
    border-bottom: 1px solid #a9a5a5;
    color: #5e5e5e;
    margin-bottom: -1px;
    font: 15px/21px "Roboto", sans-serif
}

.cbp-l-grid-slider-team-name {
    float: left;
    font: 20px/30px "Roboto", sans-serif;
    color: #494949;
    margin-top: 16px
}

.cbp-l-grid-slider-team-position {
    clear: both;
    font: 14px/21px "Roboto", sans-serif;
    color: #A6A6A6
}

.cbp-l-grid-slider-team-desc {
    font: 13px/20px "Roboto", sans-serif;
    color: #969696;
    margin-top: 15px
}

.cbp-l-grid-slider-team-social {
    float: right;
    margin-top: 22px
}

.cbp-l-grid-slider-team-social a {
    margin-left: 4px
}

.cbp-l-grid-slider-team-social a:hover {
    opacity: 0.8
}

@media only screen and (max-width: 600px) {
    .cbp-l-grid-slider-team-wrap {
        float: left;
        width: 100%;
        margin-bottom: 10px
    }

    .cbp-l-grid-slider-team-name {
        font-size: 17px;
        line-height: 26px;
        width: 100%;
        margin-top: 12px;
        text-align: center
    }

    .cbp-l-grid-slider-team-social {
        width: 100%;
        text-align: center;
        margin-top: 8px
    }

    .cbp-l-grid-slider-team-position {
        font-size: 13px;
        line-height: 20px;
        text-align: center
    }

    .cbp-l-grid-slider-team-desc {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        text-align: center
    }
}

.cbp-l-slider-testimonials-wrap {
    background: #f8f9f9;
    padding: 80px 0 110px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #dce1e2
}

.cbp-l-grid-slider-testimonials-body {
    color: #424242;
    max-width: 800px;
    margin: 0 auto;
    font: 20px/32px sans-serif;
    text-align: center;
    padding: 0 40px
}

.cbp-l-grid-slider-testimonials-footer {
    font: 12px/19px "Roboto", sans-serif;
    color: #777;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px
}

.cbp-l-grid-tabs {
    height: 100px
}

.cbp-l-grid-tabs .cbp-item {
    font: 14px/24px "Lato", sans-serif;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    right: 0;
    text-align: center;
    color: #5a5a5a
}

.cbp-l-testimonials-title-block {
    position: relative;
    text-align: center;
    font: 26px/36px "Roboto", sans-serif;
    color: #E7E7E7;
    margin-bottom: 60px
}

.cbp-l-testimonials-title-block:after {
    content: '';
    position: absolute;
    margin: 0 auto;
    width: 23px;
    height: 2px;
    bottom: -6px;
    background-color: #C2C2C2;
    left: 0;
    right: 0
}

.cbp-l-testimonials-wrap {
    background: #2D2D2D;
    padding: 60px 0 110px
}

.cbp-l-grid-testimonials-body {
    color: #e7e7e7;
    max-width: 800px;
    margin: 0 auto;
    font: 20px/32px "Roboto", sans-serif;
    text-align: center;
    padding: 0 20px
}

.cbp-l-grid-testimonials-footer {
    font: 12px/19px "Roboto", sans-serif;
    color: #C2C2C2;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 35px
}

.cbp-search {
    position: relative;
    width: 220px;
    margin-bottom: 40px
}

.cbp-search .cbp-search-nothing {
    display: none
}

.cbp-search-icon {
    position: absolute;
    width: 32px;
    height: 100%;
    top: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    pointer-events: none
}

.cbp-search-icon:after {
    content: '';
    display: block;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczNzM3MyIgZD0iTTEyMTYgODMycTAtMTg1LTEzMS41LTMxNi41VDc2OCAzODQgNDUxLjUgNTE1LjUgMzIwIDgzMnQxMzEuNSAzMTYuNVQ3NjggMTI4MHQzMTYuNS0xMzEuNVQxMjE2IDgzMnptNTEyIDgzMnEwIDUyLTM4IDkwdC05MCAzOHEtNTQgMC05MC0zOGwtMzQzLTM0MnEtMTc5IDEyNC0zOTkgMTI0LTE0MyAwLTI3My41LTU1LjV0LTIyNS0xNTAtMTUwLTIyNVQ2NCA4MzJ0NTUuNS0yNzMuNSAxNTAtMjI1IDIyNS0xNTBUNzY4IDEyOHQyNzMuNSA1NS41IDIyNSAxNTAgMTUwIDIyNVQxNDcyIDgzMnEwIDIyMC0xMjQgMzk5bDM0MyAzNDNxMzcgMzcgMzcgOTB6Ii8+PC9zdmc+") no-repeat scroll center center;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.cbp-search-input {
    height: 36px;
    padding: 0 32px 0 12px;
    margin: 0;
    border-radius: 1px;
    border: 1px solid #c6c3c4;
    font: 400 12px "Open Sans", sans-serif;
    width: 100%
}

.cbp-search-input[value] + .cbp-search-icon {
    pointer-events: auto
}

.cbp-search-input[value] + .cbp-search-icon:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczNzM3MyIgZD0iTTE0OTAgMTMyMnEwIDQwLTI4IDY4bC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTI5NC0yOTQtMjk0IDI5NHEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2cS0yOC0yOC0yOC02OHQyOC02OGwyOTQtMjk0LTI5NC0yOTRxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NCAyOTQtMjk0cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh0LTI4IDY4bC0yOTQgMjk0IDI5NCAyOTRxMjggMjggMjggNjh6Ii8+PC9zdmc+")
}

.cbp-search-nothing {
    position: absolute;
    top: 0;
    padding: 0 0 30px;
    text-align: center;
    width: 100%;
    font: 13px "Open Sans", sans-serif
}

@media only screen and (max-width: 600px) {
    .cbp-search {
        width: 100%
    }
}

.cbp-l-project-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cbp-social-fb,
.cbp-social-twitter,
.cbp-social-googleplus,
.cbp-social-pinterest {
    margin-right: 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cbp-social-fb:hover,
.cbp-social-twitter:hover,
.cbp-social-googleplus:hover,
.cbp-social-pinterest:hover {
    opacity: .8
}

.cbp-social-fb:focus,
.cbp-social-twitter:focus,
.cbp-social-googleplus:focus,
.cbp-social-pinterest:focus {
    outline: none
}

.cbp-social-fb path {
    fill: #415C9B
}

.cbp-social-twitter path {
    fill: #55acee
}

.cbp-social-googleplus path {
    fill: #E57371
}

.cbp-social-pinterest path {
    fill: #cb2027
}

.cbp-l-sort {
    margin-bottom: 30px;
    display: flex;
    justify-content: center
}

.cbp-l-direction {
    display: inline-block;
    background: #4d4c4d;
    float: left;
    height: 38px;
    width: 38px;
    position: relative;
    border-left: 1px solid #6b6a6a
}

.cbp-l-direction:hover {
    opacity: .9
}

.cbp-l-direction-item {
    height: 100%;
    width: 100%;
    cursor: pointer;
    display: none;
    z-index: 1;
    background: transparent;
    position: relative
}

.cbp-l-direction:after {
    border-color: #fff rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    width: 0;
    margin: -3px auto 0;
    cursor: pointer;
    z-index: 0
}

.cbp-l-direction--second:after {
    border-width: 0 5px 5px
}

.cbp-l-direction--first div:first-child {
    display: block
}

.cbp-l-direction--second div:nth-child(2) {
    display: block
}

.cbp-l-sort--simple {
    margin-left: 70px
}

.cbp-l-sort--simple .cbp-l-dropdown-wrap {
    background: transparent
}

.cbp-l-sort--simple .cbp-l-dropdown-header {
    font: 400 13px/36px "Lato", sans-serif;
    color: #787878;
    margin: 0
}

.cbp-l-sort--simple .cbp-l-dropdown-list {
    background: white;
    box-shadow: 0 0 2px 0px #e2e2e2;
    border: 1px solid #ddd
}

.cbp-l-sort--simple .cbp-l-dropdown-list .cbp-l-dropdown-item {
    border-top: 0;
    color: #787878
}

.cbp-l-sort--simple .cbp-l-dropdown-list .cbp-l-dropdown-item:hover {
    color: #b3b3b3
}

.cbp-l-sort--simple .cbp-l-dropdown-list .cbp-l-dropdown-item--active {
    color: #b3b3b3
}

.cbp-l-text-sort {
    font: 400 13px/36px "Lato", sans-serif;
    color: #949494;
    margin-right: 15px
}

.cbp-l-dropdown {
    height: 38px;
    position: relative;
    z-index: 5;
    width: 170px;
    float: left
}

.cbp-l-dropdown-wrap {
    width: 100%;
    position: absolute;
    background: #4d4c4d
}

.cbp-l-dropdown-header {
    font: 400 12px/38px "Open Sans", sans-serif;
    margin: 0 17px;
    color: #FFF;
    cursor: default;
    position: relative
}

.cbp-l-dropdown-list {
    display: none
}

.cbp-l-dropdown-wrap.cbp-l-dropdown-wrap--open .cbp-l-dropdown-list {
    display: block;
    margin: 0
}

.cbp-l-dropdown-list .cbp-l-dropdown-item {
    background: transparent;
    color: #b3b3b3;
    width: 100%;
    text-align: left;
    font: 400 12px/40px "Open Sans", sans-serif;
    margin: 0;
    padding: 0 17px;
    cursor: pointer;
    border: none;
    border-top: 1px solid #595959
}

.cbp-l-dropdown-list .cbp-l-dropdown-item:hover {
    color: #e6e6e6
}

.cbp-l-dropdown-list .cbp-l-dropdown-item--active {
    color: #fff;
    cursor: default
}

.cbp-l-dropdown-floated {
    float: right;
    margin-top: -2px;
    margin-left: 20px;
    width: 200px
}

@media only screen and (max-width: 480px) {
    .cbp-l-dropdown-floated {
        width: 100%;
        margin-top: 0;
        margin-left: 0
    }

    .cbp-l-dropdown-wrap {
        right: 0;
        left: 0;
        margin: 0 auto
    }
}

/*-----------------------------------------------------------------------------------*/
/*	05. FLICKITY
/*-----------------------------------------------------------------------------------*/
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, .75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19F
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: #333
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

.flickity-enabled.is-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, .9);
    padding-bottom: 35px;
    z-index: 1
}

.flickity-enabled.is-fullscreen .flickity-page-dots {
    bottom: 10px
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
    background: #fff
}

html.is-flickity-fullscreen {
    overflow: hidden
}

.flickity-fullscreen-button {
    display: block;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    border-radius: 4px
}

.flickity-rtl .flickity-fullscreen-button {
    right: auto;
    left: 10px
}

.flickity-fullscreen-button-exit {
    display: none
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
    display: block
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view {
    display: none
}

.flickity-fullscreen-button .flickity-button-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 4px;
    top: 4px
}

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

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

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

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: 0
}

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

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

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

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

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

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

@-webkit-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-moz-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-ms-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-moz-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-ms-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

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

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

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

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

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

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

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

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

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

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

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

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

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

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

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lg-backdrop.in {
    opacity: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lg-outer.fb-comments .fb-comments {
    height: 100%;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 420px;
    z-index: 99999;
    background: url(../images/loading.gif) center center no-repeat #fff
}

.lg-outer.fb-comments .fb-comments.fb_iframe_widget {
    background-image: none
}

.lg-outer.fb-comments .fb-comments.fb_iframe_widget.fb_iframe_widget_loader {
    background: url(../images/loading.gif) center center no-repeat #fff
}

.lg-outer.fb-comments .lg-toolbar {
    right: 420px;
    width: auto
}

.lg-outer.fb-comments .lg-actions .lg-next {
    right: 420px
}

.lg-outer.fb-comments .lg-item,
.lg-outer.fb-comments .lg-item.lg-complete .lg-img-wrap,
.lg-outer.fb-comments .lg-item.lg-complete .lg-video-cont {
    background-image: none
}

.lg-outer.fb-comments .lg-img-wrap,
.lg-outer.fb-comments .lg-video-cont {
    padding-right: 400px !important;
    background: url(../images/loading.gif) center center no-repeat;
    background-position: calc((100% - 400px)/ 2) center
}

.lg-outer.fb-comments .lg-sub-html {
    padding: 0;
    position: static
}

.lg-outer.fb-comments .lg-video-cont {
    max-width: 1250px !important
}

/*-----------------------------------------------------------------------------------*/
/*	07. PLYR
/*-----------------------------------------------------------------------------------*/
@keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes plyr-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    direction: ltr;
    font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease
}

.plyr audio,
.plyr video {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui {
    box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
    box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    touch-action: manipulation
}

.plyr__badge {
    background: #4f5b5f;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transform: translateY(-40px);
    transition: transform .4s ease-in-out;
    width: 100%
}

.plyr__captions .plyr__caption {
    background: rgba(0, 0, 0, .8);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

.plyr__captions .plyr__caption div {
    display: inline
}

.plyr__captions span:empty {
    display: none
}

@media (min-width:480px) {
    .plyr__captions {
        font-size: 16px;
        padding: 20px
    }
}

@media (min-width:768px) {
    .plyr__captions {
        font-size: 18px
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr--hide-controls .plyr__captions {
    transform: translateY(-15px)
}

.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    position: relative;
    transition: all .3s ease
}

.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px
}

.plyr__control:focus {
    outline: 0
}

.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 3px rgba(26, 175, 255, .35);
    outline: 0
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
    display: none
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
    background: #1aafff;
    color: #fff
}

.plyr__control--overlaid {
    background: rgba(26, 175, 255, .8);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    color: #fff;
    display: none;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.plyr__control--overlaid svg {
    height: 20px;
    left: 2px;
    position: relative;
    width: 20px
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    background: #1aafff
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center
}

.plyr__controls .plyr__menu,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls > .plyr__control {
    margin-left: 5px
}

.plyr__controls .plyr__menu:first-child,
.plyr__controls .plyr__menu:first-child + [data-plyr=pause],
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__progress:first-child + [data-plyr=pause],
.plyr__controls .plyr__time:first-child,
.plyr__controls .plyr__time:first-child + [data-plyr=pause],
.plyr__controls > .plyr__control:first-child,
.plyr__controls > .plyr__control:first-child + [data-plyr=pause] {
    margin-left: 0;
    margin-right: auto
}

.plyr__controls .plyr__volume {
    margin-left: 5px
}

@media (min-width:480px) {

    .plyr__controls .plyr__menu,
    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time,
    .plyr__controls > .plyr__control {
        margin-left: 10px
    }

    .plyr__controls .plyr__menu + .plyr__control,
    .plyr__controls > .plyr__control + .plyr__control,
    .plyr__controls > .plyr__control + .plyr__menu {
        margin-left: 5px
    }
}

.plyr--video .plyr__controls {
    background: linear-gradient(transparent, rgba(0, 0, 0, .7));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 35px 10px 10px;
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    z-index: 2
}

.plyr--video .plyr__controls .plyr__control svg {
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .15))
}

.plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.plyr--video .plyr__controls .plyr__control:hover,
.plyr--video .plyr__controls .plyr__control[aria-expanded=true] {
    background: #1aafff;
    color: #fff
}

.plyr--audio .plyr__controls {
    background: #fff;
    border-radius: inherit;
    color: #4f5b5f;
    padding: 10px
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%)
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
    display: none
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__video-embed {
    height: 0;
    padding-bottom: 56.25%;
    position: relative
}

.plyr__video-embed iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%)
}

.plyr__menu {
    display: flex;
    position: relative
}

.plyr__menu .plyr__control svg {
    transition: transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none
}

.plyr__menu__container {
    animation: plyr-popup .2s ease;
    background: rgba(255, 255, 255, .9);
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #4f5b5f;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

.plyr__menu__container > div {
    overflow: hidden;
    transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container::after {
    border: 4px solid transparent;
    border-top-color: rgba(255, 255, 255, .9);
    content: '';
    height: 0;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 0
}

.plyr__menu__container ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 7px
}

.plyr__menu__container ul li {
    margin-top: 2px
}

.plyr__menu__container ul li:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    align-items: center;
    color: #4f5b5f;
    display: flex;
    font-size: 14px;
    padding: 4px 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.plyr__menu__container .plyr__control::after {
    border: 4px solid transparent;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px
}

.plyr__menu__container .plyr__control--forward::after {
    border-left-color: rgba(79, 91, 95, .8);
    right: 5px
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
    border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
    font-weight: 500;
    margin: 7px;
    margin-bottom: 3px;
    padding-left: 28px;
    position: relative;
    width: calc(100% - 14px)
}

.plyr__menu__container .plyr__control--back::after {
    border-right-color: rgba(79, 91, 95, .8);
    left: 7px
}

.plyr__menu__container .plyr__control--back::before {
    background: #b7c5cd;
    box-shadow: 0 1px 0 #fff;
    content: '';
    height: 1px;
    left: 0;
    margin-top: 4px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
    border-right-color: currentColor
}

.plyr__menu__container label.plyr__control {
    padding-left: 7px
}

.plyr__menu__container label.plyr__control input[type=radio] + span {
    background: rgba(0, 0, 0, .1);
    border-radius: 100%;
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    position: relative;
    transition: all .3s ease;
    width: 16px
}

.plyr__menu__container label.plyr__control input[type=radio] + span::after {
    background: #fff;
    border-radius: 100%;
    content: '';
    height: 6px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: scale(0);
    transition: transform .3s ease, opacity .3s ease;
    width: 6px
}

.plyr__menu__container label.plyr__control input[type=radio]:checked + span {
    background: #1aafff
}

.plyr__menu__container label.plyr__control input[type=radio]:checked + span::after {
    opacity: 1;
    transform: scale(1)
}

.plyr__menu__container label.plyr__control input[type=radio]:focus + span {
    box-shadow: 0 0 0 3px rgba(26, 175, 255, .35);
    outline: 0
}

.plyr__menu__container label.plyr__control.plyr__tab-focus input[type=radio] + span,
.plyr__menu__container label.plyr__control:hover input[type=radio] + span {
    background: rgba(0, 0, 0, .1)
}

.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: -7px;
    overflow: hidden;
    padding-left: 25px;
    pointer-events: none
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 28px;
    color: #1aafff;
    display: block;
    height: 20px;
    margin: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    height: 6px;
    transition: all .3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0))
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
    box-sizing: border-box;
    height: 14px;
    position: relative;
    transition: all .2s ease;
    width: 14px;
    -webkit-appearance: none;
    margin-top: -4px
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    height: 6px;
    transition: all .3s ease;
    -moz-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
    box-sizing: border-box;
    height: 14px;
    position: relative;
    transition: all .2s ease;
    width: 14px
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 3px;
    height: 6px
}

.plyr--full-ui input[type=range]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    height: 6px;
    transition: all .3s ease;
    -ms-user-select: none;
    user-select: none;
    color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    height: 6px;
    transition: all .3s ease;
    -ms-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    height: 6px;
    transition: all .3s ease;
    -ms-user-select: none;
    user-select: none;
    background: currentColor
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
    box-sizing: border-box;
    height: 14px;
    position: relative;
    transition: all .2s ease;
    width: 14px;
    margin-top: 0
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type=range]:focus {
    outline: 0
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 3px rgba(26, 175, 255, .35);
    outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 3px rgba(26, 175, 255, .35);
    outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 3px rgba(26, 175, 255, .35);
    outline: 0
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(183, 197, 205, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: rgba(183, 197, 205, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: rgba(183, 197, 205, .66)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1;
    pointer-events: none
}

.plyr__time {
    font-size: 14px
}

.plyr__time + .plyr__time::before {
    content: '\2044';
    margin-right: 10px
}

@media (max-width:767px) {
    .plyr__time + .plyr__time {
        display: none
    }
}

.plyr--video .plyr__time {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.plyr__tooltip {
    background: rgba(255, 255, 255, .9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #4f5b5f;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
    opacity: 0;
    padding: 5px 7.5px;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
    white-space: nowrap;
    z-index: 2
}

.plyr__tooltip::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, .9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%, 0) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
    left: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 0 100%
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
    left: 16px
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
    right: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 100% 100%
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    transform: translateX(50%)
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0, 0) scale(1)
}

.plyr--video {
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    background: #000;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__progress {
    display: flex;
    flex: 1;
    left: 7px;
    margin-right: 14px;
    position: relative
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
    margin-left: -7px;
    margin-right: -7px;
    width: calc(100% + 14px)
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress .plyr__tooltip {
    font-size: 14px;
    left: 0
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 6px;
    left: 0;
    margin-top: -3px;
    padding: 0;
    position: absolute;
    top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: 0 0;
    transition: width .2s ease
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 6px
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 6px;
    transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    transition: width .2s ease
}

.plyr--video .plyr__progress__buffer {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    color: rgba(255, 255, 255, .25)
}

.plyr--audio .plyr__progress__buffer {
    color: rgba(183, 197, 205, .66)
}

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, rgba(47, 52, 61, .6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, .6) 50%, rgba(47, 52, 61, .6) 75%, transparent 75%, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(183, 197, 205, .66)
}

.plyr__volume {
    flex: 1;
    position: relative
}

.plyr__volume input[type=range] {
    position: relative;
    z-index: 2
}

@media (min-width:480px) {
    .plyr__volume {
        max-width: 50px
    }
}

@media (min-width:768px) {
    .plyr__volume {
        max-width: 80px
    }
}

.plyr--is-ios .plyr__volume {
    display: none !important
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
    display: none !important
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:-moz-full-screen video {
    height: 100%
}

.plyr:-ms-fullscreen video {
    height: 100%
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-webkit-full-screen .plyr__video-embed {
    overflow: visible
}

.plyr:-moz-full-screen .plyr__video-embed {
    overflow: visible
}

.plyr:-ms-fullscreen .plyr__video-embed {
    overflow: visible
}

.plyr:fullscreen .plyr__video-embed {
    overflow: visible
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px
    }

    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px
    }

    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px
    }

    .plyr:fullscreen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-webkit-full-screen .plyr__video-embed {
    overflow: visible
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-moz-full-screen video {
    height: 100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-moz-full-screen .plyr__video-embed {
    overflow: visible
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-ms-fullscreen video {
    height: 100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-ms-fullscreen .plyr__video-embed {
    overflow: visible
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr--fullscreen-fallback .plyr__video-embed {
    overflow: visible
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.plyr__ads > div,
.plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.plyr__ads::after {
    background: rgba(47, 52, 61, .8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3
}

.plyr__ads::after:empty {
    display: none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 6px;
    left: 0;
    margin: -3px 0 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3
}

.plyr--no-transition {
    transition: none !important
}

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

/*-----------------------------------------------------------------------------------*/
/*	08. UTILITIES
/*-----------------------------------------------------------------------------------*/
.space0,
.space10,
.space100,
.space110,
.space120,
.space140,
.space150,
.space15,
.space2,
.space20,
.space25,
.space3,
.space30,
.space35,
.space5,
.space50,
.space55,
.space60,
.space65,
.space70,
.space75,
.space80,
.space85,
.space90 {
    width: 100%
}

.space0 {
    height: 0
}

.space2 {
    height: 2px
}

.space3 {
    height: 3px
}

.space5 {
    height: 5px
}

.space10 {
    height: 10px
}

.space15 {
    height: 15px
}

.space20 {
    height: 20px
}

.space25 {
    height: 25px
}

.space30 {
    height: 30px
}

.space35 {
    height: 35px
}

.space40,
.space45 {
    width: 100%;
    height: 40px
}

.space50 {
    height: 50px
}

.space55 {
    height: 55px
}

.space60 {
    height: 60px
}

.space65 {
    height: 65px
}

.space70 {
    height: 70px
}

.space75 {
    height: 75px
}

.space80 {
    height: 80px
}

.space85 {
    height: 85px
}

.space90 {
    height: 90px
}

.space100 {
    height: 100px
}

.space110 {
    height: 110px
}

.space120 {
    height: 120px
}

.space130 {
    height: 130px
}

.space140 {
    height: 140px
}

.space150 {
    height: 150px
}

.fs-1 {
    font-size: 1px !important
}

.fs-2 {
    font-size: 2px !important
}

.fs-3 {
    font-size: 3px !important
}

.fs-4 {
    font-size: 4px !important
}

.fs-5 {
    font-size: 5px !important
}

.fs-6 {
    font-size: 6px !important
}

.fs-7 {
    font-size: 7px !important
}

.fs-8 {
    font-size: 8px !important
}

.fs-9 {
    font-size: 9px !important
}

.fs-10 {
    font-size: 10px !important
}

.fs-11 {
    font-size: 11px !important
}

.fs-12 {
    font-size: 12px !important
}

.fs-13 {
    font-size: 13px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-15 {
    font-size: 15px !important
}

.fs-16 {
    font-size: 16px !important
}

.fs-17 {
    font-size: 17px !important
}

.fs-18 {
    font-size: 18px !important
}

.fs-19 {
    font-size: 19px !important
}

.fs-20 {
    font-size: 20px !important
}

.fs-21 {
    font-size: 21px !important
}

.fs-22 {
    font-size: 22px !important
}

.fs-23 {
    font-size: 23px !important
}

.fs-24 {
    font-size: 24px !important
}

.fs-25 {
    font-size: 25px !important
}

.fs-26 {
    font-size: 26px !important
}

.fs-27 {
    font-size: 27px !important
}

.fs-28 {
    font-size: 28px !important
}

.fs-29 {
    font-size: 29px !important
}

.fs-30 {
    font-size: 30px !important
}

.fs-31 {
    font-size: 31px !important
}

.fs-32 {
    font-size: 32px !important
}

.fs-33 {
    font-size: 33px !important
}

.fs-34 {
    font-size: 34px !important
}

.fs-35 {
    font-size: 35px !important
}

.fs-36 {
    font-size: 36px !important
}

.fs-37 {
    font-size: 37px !important
}

.fs-38 {
    font-size: 38px !important
}

.fs-39 {
    font-size: 39px !important
}

.fs-40 {
    font-size: 40px !important
}

.fs-41 {
    font-size: 41px !important
}

.fs-42 {
    font-size: 42px !important
}

.fs-43 {
    font-size: 43px !important
}

.fs-44 {
    font-size: 44px !important
}

.fs-45 {
    font-size: 45px !important
}

.fs-46 {
    font-size: 46px !important
}

.fs-47 {
    font-size: 47px !important
}

.fs-48 {
    font-size: 48px !important
}

.fs-49 {
    font-size: 49px !important
}

.fs-50 {
    font-size: 50px !important
}

.fs-51 {
    font-size: 51px !important
}

.fs-52 {
    font-size: 52px !important
}

.fs-53 {
    font-size: 53px !important
}

.fs-54 {
    font-size: 54px !important
}

.fs-55 {
    font-size: 55px !important
}

.fs-56 {
    font-size: 56px !important
}

.fs-57 {
    font-size: 57px !important
}

.fs-58 {
    font-size: 58px !important
}

.fs-59 {
    font-size: 59px !important
}

.fs-60 {
    font-size: 60px !important
}

.fs-61 {
    font-size: 61px !important
}

.fs-62 {
    font-size: 62px !important
}

.fs-63 {
    font-size: 63px !important
}

.fs-64 {
    font-size: 64px !important
}

.fs-65 {
    font-size: 65px !important
}

.fs-66 {
    font-size: 66px !important
}

.fs-67 {
    font-size: 67px !important
}

.fs-68 {
    font-size: 68px !important
}

.fs-69 {
    font-size: 69px !important
}

.fs-70 {
    font-size: 70px !important
}

.fs-71 {
    font-size: 71px !important
}

.fs-72 {
    font-size: 72px !important
}

.fs-73 {
    font-size: 73px !important
}

.fs-74 {
    font-size: 74px !important
}

.fs-75 {
    font-size: 75px !important
}

.fs-76 {
    font-size: 76px !important
}

.fs-77 {
    font-size: 77px !important
}

.fs-78 {
    font-size: 78px !important
}

.fs-79 {
    font-size: 79px !important
}

.fs-80 {
    font-size: 80px !important
}

.fs-81 {
    font-size: 81px !important
}

.fs-82 {
    font-size: 82px !important
}

.fs-83 {
    font-size: 83px !important
}

.fs-84 {
    font-size: 84px !important
}

.fs-85 {
    font-size: 85px !important
}

.fs-86 {
    font-size: 86px !important
}

.fs-87 {
    font-size: 87px !important
}

.fs-88 {
    font-size: 88px !important
}

.fs-89 {
    font-size: 89px !important
}

.fs-90 {
    font-size: 90px !important
}

.fs-91 {
    font-size: 91px !important
}

.fs-92 {
    font-size: 92px !important
}

.fs-93 {
    font-size: 93px !important
}

.fs-94 {
    font-size: 94px !important
}

.fs-95 {
    font-size: 95px !important
}

.fs-96 {
    font-size: 96px !important
}

.fs-97 {
    font-size: 97px !important
}

.fs-98 {
    font-size: 98px !important
}

.fs-99 {
    font-size: 99px !important
}

.fs-100 {
    font-size: 100px !important
}

.fs-101 {
    font-size: 101px !important
}

.fs-102 {
    font-size: 102px !important
}

.fs-103 {
    font-size: 103px !important
}

.fs-104 {
    font-size: 104px !important
}

.fs-105 {
    font-size: 105px !important
}

.fs-106 {
    font-size: 106px !important
}

.fs-107 {
    font-size: 107px !important
}

.fs-108 {
    font-size: 108px !important
}

.fs-109 {
    font-size: 109px !important
}

.fs-110 {
    font-size: 110px !important
}

.fs-111 {
    font-size: 111px !important
}

.fs-112 {
    font-size: 112px !important
}

.fs-113 {
    font-size: 113px !important
}

.fs-114 {
    font-size: 114px !important
}

.fs-115 {
    font-size: 115px !important
}

.fs-116 {
    font-size: 116px !important
}

.fs-117 {
    font-size: 117px !important
}

.fs-118 {
    font-size: 118px !important
}

.fs-119 {
    font-size: 119px !important
}

.fs-120 {
    font-size: 120px !important
}

.fs-121 {
    font-size: 121px !important
}

.fs-122 {
    font-size: 122px !important
}

.fs-123 {
    font-size: 123px !important
}

.fs-124 {
    font-size: 124px !important
}

.fs-125 {
    font-size: 125px !important
}

.fs-126 {
    font-size: 126px !important
}

.fs-127 {
    font-size: 127px !important
}

.fs-128 {
    font-size: 128px !important
}

.fs-129 {
    font-size: 129px !important
}

.fs-130 {
    font-size: 130px !important
}

.fs-131 {
    font-size: 131px !important
}

.fs-132 {
    font-size: 132px !important
}

.fs-133 {
    font-size: 133px !important
}

.fs-134 {
    font-size: 134px !important
}

.fs-135 {
    font-size: 135px !important
}

.fs-136 {
    font-size: 136px !important
}

.fs-137 {
    font-size: 137px !important
}

.fs-138 {
    font-size: 138px !important
}

.fs-139 {
    font-size: 139px !important
}

.fs-140 {
    font-size: 140px !important
}

.fs-141 {
    font-size: 141px !important
}

.fs-142 {
    font-size: 142px !important
}

.fs-143 {
    font-size: 143px !important
}

.fs-144 {
    font-size: 144px !important
}

.fs-145 {
    font-size: 145px !important
}

.fs-146 {
    font-size: 146px !important
}

.fs-147 {
    font-size: 147px !important
}

.fs-148 {
    font-size: 148px !important
}

.fs-149 {
    font-size: 149px !important
}

.fs-150 {
    font-size: 150px !important
}

.fs-151 {
    font-size: 151px !important
}

.fs-152 {
    font-size: 152px !important
}

.fs-153 {
    font-size: 153px !important
}

.fs-154 {
    font-size: 154px !important
}

.fs-155 {
    font-size: 155px !important
}

.fs-156 {
    font-size: 156px !important
}

.fs-157 {
    font-size: 157px !important
}

.fs-158 {
    font-size: 158px !important
}

.fs-159 {
    font-size: 159px !important
}

.fs-160 {
    font-size: 160px !important
}

.fs-161 {
    font-size: 161px !important
}

.fs-162 {
    font-size: 162px !important
}

.fs-163 {
    font-size: 163px !important
}

.fs-164 {
    font-size: 164px !important
}

.fs-165 {
    font-size: 165px !important
}

.fs-166 {
    font-size: 166px !important
}

.fs-167 {
    font-size: 167px !important
}

.fs-168 {
    font-size: 168px !important
}

.fs-169 {
    font-size: 169px !important
}

.fs-170 {
    font-size: 170px !important
}

.fs-171 {
    font-size: 171px !important
}

.fs-172 {
    font-size: 172px !important
}

.fs-173 {
    font-size: 173px !important
}

.fs-174 {
    font-size: 174px !important
}

.fs-175 {
    font-size: 175px !important
}

.fs-176 {
    font-size: 176px !important
}

.fs-177 {
    font-size: 177px !important
}

.fs-178 {
    font-size: 178px !important
}

.fs-179 {
    font-size: 179px !important
}

.fs-180 {
    font-size: 180px !important
}

.fs-181 {
    font-size: 181px !important
}

.fs-182 {
    font-size: 182px !important
}

.fs-183 {
    font-size: 183px !important
}

.fs-184 {
    font-size: 184px !important
}

.fs-185 {
    font-size: 185px !important
}

.fs-186 {
    font-size: 186px !important
}

.fs-187 {
    font-size: 187px !important
}

.fs-188 {
    font-size: 188px !important
}

.fs-189 {
    font-size: 189px !important
}

.fs-190 {
    font-size: 190px !important
}

.fs-191 {
    font-size: 191px !important
}

.fs-192 {
    font-size: 192px !important
}

.fs-193 {
    font-size: 193px !important
}

.fs-194 {
    font-size: 194px !important
}

.fs-195 {
    font-size: 195px !important
}

.fs-196 {
    font-size: 196px !important
}

.fs-197 {
    font-size: 197px !important
}

.fs-198 {
    font-size: 198px !important
}

.fs-199 {
    font-size: 199px !important
}

.fs-200 {
    font-size: 200px !important
}

.pt-0 {
    padding-top: 0
}

.pt-1 {
    padding-top: 1px !important
}

.pt-2 {
    padding-top: 2px !important
}

.pt-3 {
    padding-top: 3px !important
}

.pt-4 {
    padding-top: 4px !important
}

.pt-5 {
    padding-top: 5px !important
}

.pt-6 {
    padding-top: 6px !important
}

.pt-7 {
    padding-top: 7px !important
}

.pt-8 {
    padding-top: 8px !important
}

.pt-9 {
    padding-top: 9px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pt-11 {
    padding-top: 11px !important
}

.pt-12 {
    padding-top: 12px !important
}

.pt-13 {
    padding-top: 13px !important
}

.pt-14 {
    padding-top: 14px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pt-16 {
    padding-top: 16px !important
}

.pt-17 {
    padding-top: 17px !important
}

.pt-18 {
    padding-top: 18px !important
}

.pt-19 {
    padding-top: 19px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-21 {
    padding-top: 21px !important
}

.pt-22 {
    padding-top: 22px !important
}

.pt-23 {
    padding-top: 23px !important
}

.pt-24 {
    padding-top: 24px !important
}

.pt-25 {
    padding-top: 25px !important
}

.pt-26 {
    padding-top: 26px !important
}

.pt-27 {
    padding-top: 27px !important
}

.pt-28 {
    padding-top: 28px !important
}

.pt-29 {
    padding-top: 29px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-31 {
    padding-top: 31px !important
}

.pt-32 {
    padding-top: 32px !important
}

.pt-33 {
    padding-top: 33px !important
}

.pt-34 {
    padding-top: 34px !important
}

.pt-35 {
    padding-top: 35px !important
}

.pt-36 {
    padding-top: 36px !important
}

.pt-37 {
    padding-top: 37px !important
}

.pt-38 {
    padding-top: 38px !important
}

.pt-39 {
    padding-top: 39px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-41 {
    padding-top: 41px !important
}

.pt-42 {
    padding-top: 42px !important
}

.pt-43 {
    padding-top: 43px !important
}

.pt-44 {
    padding-top: 44px !important
}

.pt-45 {
    padding-top: 45px !important
}

.pt-46 {
    padding-top: 46px !important
}

.pt-47 {
    padding-top: 47px !important
}

.pt-48 {
    padding-top: 48px !important
}

.pt-49 {
    padding-top: 49px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-51 {
    padding-top: 51px !important
}

.pt-52 {
    padding-top: 52px !important
}

.pt-53 {
    padding-top: 53px !important
}

.pt-54 {
    padding-top: 54px !important
}

.pt-55 {
    padding-top: 55px !important
}

.pt-56 {
    padding-top: 56px !important
}

.pt-57 {
    padding-top: 57px !important
}

.pt-58 {
    padding-top: 58px !important
}

.pt-59 {
    padding-top: 59px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pt-61 {
    padding-top: 61px !important
}

.pt-62 {
    padding-top: 62px !important
}

.pt-63 {
    padding-top: 63px !important
}

.pt-64 {
    padding-top: 64px !important
}

.pt-65 {
    padding-top: 65px !important
}

.pt-66 {
    padding-top: 66px !important
}

.pt-67 {
    padding-top: 67px !important
}

.pt-68 {
    padding-top: 68px !important
}

.pt-69 {
    padding-top: 69px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pt-71 {
    padding-top: 71px !important
}

.pt-72 {
    padding-top: 72px !important
}

.pt-73 {
    padding-top: 73px !important
}

.pt-74 {
    padding-top: 74px !important
}

.pt-75 {
    padding-top: 75px !important
}

.pt-76 {
    padding-top: 76px !important
}

.pt-77 {
    padding-top: 77px !important
}

.pt-78 {
    padding-top: 78px !important
}

.pt-79 {
    padding-top: 79px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-81 {
    padding-top: 81px !important
}

.pt-82 {
    padding-top: 82px !important
}

.pt-83 {
    padding-top: 83px !important
}

.pt-84 {
    padding-top: 84px !important
}

.pt-85 {
    padding-top: 85px !important
}

.pt-86 {
    padding-top: 86px !important
}

.pt-87 {
    padding-top: 87px !important
}

.pt-88 {
    padding-top: 88px !important
}

.pt-89 {
    padding-top: 89px !important
}

.pt-90 {
    padding-top: 90px !important
}

.pt-91 {
    padding-top: 91px !important
}

.pt-92 {
    padding-top: 92px !important
}

.pt-93 {
    padding-top: 93px !important
}

.pt-94 {
    padding-top: 94px !important
}

.pt-95 {
    padding-top: 95px !important
}

.pt-96 {
    padding-top: 96px !important
}

.pt-97 {
    padding-top: 97px !important
}

.pt-98 {
    padding-top: 98px !important
}

.pt-99 {
    padding-top: 99px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pt-101 {
    padding-top: 101px !important
}

.pt-102 {
    padding-top: 102px !important
}

.pt-103 {
    padding-top: 103px !important
}

.pt-104 {
    padding-top: 104px !important
}

.pt-105 {
    padding-top: 105px !important
}

.pt-106 {
    padding-top: 106px !important
}

.pt-107 {
    padding-top: 107px !important
}

.pt-108 {
    padding-top: 108px !important
}

.pt-109 {
    padding-top: 109px !important
}

.pt-110 {
    padding-top: 110px !important
}

.pt-111 {
    padding-top: 111px !important
}

.pt-112 {
    padding-top: 112px !important
}

.pt-113 {
    padding-top: 113px !important
}

.pt-114 {
    padding-top: 114px !important
}

.pt-115 {
    padding-top: 115px !important
}

.pt-116 {
    padding-top: 116px !important
}

.pt-117 {
    padding-top: 117px !important
}

.pt-118 {
    padding-top: 118px !important
}

.pt-119 {
    padding-top: 119px !important
}

.pt-120 {
    padding-top: 120px !important
}

.pt-121 {
    padding-top: 121px !important
}

.pt-122 {
    padding-top: 122px !important
}

.pt-123 {
    padding-top: 123px !important
}

.pt-124 {
    padding-top: 124px !important
}

.pt-125 {
    padding-top: 125px !important
}

.pt-126 {
    padding-top: 126px !important
}

.pt-127 {
    padding-top: 127px !important
}

.pt-128 {
    padding-top: 128px !important
}

.pt-129 {
    padding-top: 129px !important
}

.pt-130 {
    padding-top: 130px !important
}

.pt-131 {
    padding-top: 131px !important
}

.pt-132 {
    padding-top: 132px !important
}

.pt-133 {
    padding-top: 133px !important
}

.pt-134 {
    padding-top: 134px !important
}

.pt-135 {
    padding-top: 135px !important
}

.pt-136 {
    padding-top: 136px !important
}

.pt-137 {
    padding-top: 137px !important
}

.pt-138 {
    padding-top: 138px !important
}

.pt-139 {
    padding-top: 139px !important
}

.pt-140 {
    padding-top: 140px !important
}

.pt-141 {
    padding-top: 141px !important
}

.pt-142 {
    padding-top: 142px !important
}

.pt-143 {
    padding-top: 143px !important
}

.pt-144 {
    padding-top: 144px !important
}

.pt-145 {
    padding-top: 145px !important
}

.pt-146 {
    padding-top: 146px !important
}

.pt-147 {
    padding-top: 147px !important
}

.pt-148 {
    padding-top: 148px !important
}

.pt-149 {
    padding-top: 149px !important
}

.pt-150 {
    padding-top: 150px !important
}

.pt-151 {
    padding-top: 151px !important
}

.pt-152 {
    padding-top: 152px !important
}

.pt-153 {
    padding-top: 153px !important
}

.pt-154 {
    padding-top: 154px !important
}

.pt-155 {
    padding-top: 155px !important
}

.pt-156 {
    padding-top: 156px !important
}

.pt-157 {
    padding-top: 157px !important
}

.pt-158 {
    padding-top: 158px !important
}

.pt-159 {
    padding-top: 159px !important
}

.pt-160 {
    padding-top: 160px !important
}

.pt-161 {
    padding-top: 161px !important
}

.pt-162 {
    padding-top: 162px !important
}

.pt-163 {
    padding-top: 163px !important
}

.pt-164 {
    padding-top: 164px !important
}

.pt-165 {
    padding-top: 165px !important
}

.pt-166 {
    padding-top: 166px !important
}

.pt-167 {
    padding-top: 167px !important
}

.pt-168 {
    padding-top: 168px !important
}

.pt-169 {
    padding-top: 169px !important
}

.pt-170 {
    padding-top: 170px !important
}

.pt-171 {
    padding-top: 171px !important
}

.pt-172 {
    padding-top: 172px !important
}

.pt-173 {
    padding-top: 173px !important
}

.pt-174 {
    padding-top: 174px !important
}

.pt-175 {
    padding-top: 175px !important
}

.pt-176 {
    padding-top: 176px !important
}

.pt-177 {
    padding-top: 177px !important
}

.pt-178 {
    padding-top: 178px !important
}

.pt-179 {
    padding-top: 179px !important
}

.pt-180 {
    padding-top: 180px !important
}

.pt-181 {
    padding-top: 181px !important
}

.pt-182 {
    padding-top: 182px !important
}

.pt-183 {
    padding-top: 183px !important
}

.pt-184 {
    padding-top: 184px !important
}

.pt-185 {
    padding-top: 185px !important
}

.pt-186 {
    padding-top: 186px !important
}

.pt-187 {
    padding-top: 187px !important
}

.pt-188 {
    padding-top: 188px !important
}

.pt-189 {
    padding-top: 189px !important
}

.pt-190 {
    padding-top: 190px !important
}

.pt-191 {
    padding-top: 191px !important
}

.pt-192 {
    padding-top: 192px !important
}

.pt-193 {
    padding-top: 193px !important
}

.pt-194 {
    padding-top: 194px !important
}

.pt-195 {
    padding-top: 195px !important
}

.pt-196 {
    padding-top: 196px !important
}

.pt-197 {
    padding-top: 197px !important
}

.pt-198 {
    padding-top: 198px !important
}

.pt-199 {
    padding-top: 199px !important
}

.pt-200 {
    padding-top: 200px !important
}

.pt-201 {
    padding-top: 201px !important
}

.pt-202 {
    padding-top: 202px !important
}

.pt-203 {
    padding-top: 203px !important
}

.pt-204 {
    padding-top: 204px !important
}

.pt-205 {
    padding-top: 205px !important
}

.pt-206 {
    padding-top: 206px !important
}

.pt-207 {
    padding-top: 207px !important
}

.pt-208 {
    padding-top: 208px !important
}

.pt-209 {
    padding-top: 209px !important
}

.pt-210 {
    padding-top: 210px !important
}

.pt-211 {
    padding-top: 211px !important
}

.pt-212 {
    padding-top: 212px !important
}

.pt-213 {
    padding-top: 213px !important
}

.pt-214 {
    padding-top: 214px !important
}

.pt-215 {
    padding-top: 215px !important
}

.pt-216 {
    padding-top: 216px !important
}

.pt-217 {
    padding-top: 217px !important
}

.pt-218 {
    padding-top: 218px !important
}

.pt-219 {
    padding-top: 219px !important
}

.pt-220 {
    padding-top: 220px !important
}

.pt-221 {
    padding-top: 221px !important
}

.pt-222 {
    padding-top: 222px !important
}

.pt-223 {
    padding-top: 223px !important
}

.pt-224 {
    padding-top: 224px !important
}

.pt-225 {
    padding-top: 225px !important
}

.pt-226 {
    padding-top: 226px !important
}

.pt-227 {
    padding-top: 227px !important
}

.pt-228 {
    padding-top: 228px !important
}

.pt-229 {
    padding-top: 229px !important
}

.pt-230 {
    padding-top: 230px !important
}

.pt-231 {
    padding-top: 231px !important
}

.pt-232 {
    padding-top: 232px !important
}

.pt-233 {
    padding-top: 233px !important
}

.pt-234 {
    padding-top: 234px !important
}

.pt-235 {
    padding-top: 235px !important
}

.pt-236 {
    padding-top: 236px !important
}

.pt-237 {
    padding-top: 237px !important
}

.pt-238 {
    padding-top: 238px !important
}

.pt-239 {
    padding-top: 239px !important
}

.pt-240 {
    padding-top: 240px !important
}

.pt-241 {
    padding-top: 241px !important
}

.pt-242 {
    padding-top: 242px !important
}

.pt-243 {
    padding-top: 243px !important
}

.pt-244 {
    padding-top: 244px !important
}

.pt-245 {
    padding-top: 245px !important
}

.pt-246 {
    padding-top: 246px !important
}

.pt-247 {
    padding-top: 247px !important
}

.pt-248 {
    padding-top: 248px !important
}

.pt-249 {
    padding-top: 249px !important
}

.pt-250 {
    padding-top: 250px !important
}

.pb-0 {
    padding-bottom: 0
}

.pb-1 {
    padding-bottom: 1px !important
}

.pb-2 {
    padding-bottom: 2px !important
}

.pb-3 {
    padding-bottom: 3px !important
}

.pb-4 {
    padding-bottom: 4px !important
}

.pb-5 {
    padding-bottom: 5px !important
}

.pb-6 {
    padding-bottom: 6px !important
}

.pb-7 {
    padding-bottom: 7px !important
}

.pb-8 {
    padding-bottom: 8px !important
}

.pb-9 {
    padding-bottom: 9px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-11 {
    padding-bottom: 11px !important
}

.pb-12 {
    padding-bottom: 12px !important
}

.pb-13 {
    padding-bottom: 13px !important
}

.pb-14 {
    padding-bottom: 14px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pb-16 {
    padding-bottom: 16px !important
}

.pb-17 {
    padding-bottom: 17px !important
}

.pb-18 {
    padding-bottom: 18px !important
}

.pb-19 {
    padding-bottom: 19px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-21 {
    padding-bottom: 21px !important
}

.pb-22 {
    padding-bottom: 22px !important
}

.pb-23 {
    padding-bottom: 23px !important
}

.pb-24 {
    padding-bottom: 24px !important
}

.pb-25 {
    padding-bottom: 25px !important
}

.pb-26 {
    padding-bottom: 26px !important
}

.pb-27 {
    padding-bottom: 27px !important
}

.pb-28 {
    padding-bottom: 28px !important
}

.pb-29 {
    padding-bottom: 29px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-31 {
    padding-bottom: 31px !important
}

.pb-32 {
    padding-bottom: 32px !important
}

.pb-33 {
    padding-bottom: 33px !important
}

.pb-34 {
    padding-bottom: 34px !important
}

.pb-35 {
    padding-bottom: 35px !important
}

.pb-36 {
    padding-bottom: 36px !important
}

.pb-37 {
    padding-bottom: 37px !important
}

.pb-38 {
    padding-bottom: 38px !important
}

.pb-39 {
    padding-bottom: 39px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-41 {
    padding-bottom: 41px !important
}

.pb-42 {
    padding-bottom: 42px !important
}

.pb-43 {
    padding-bottom: 43px !important
}

.pb-44 {
    padding-bottom: 44px !important
}

.pb-45 {
    padding-bottom: 45px !important
}

.pb-46 {
    padding-bottom: 46px !important
}

.pb-47 {
    padding-bottom: 47px !important
}

.pb-48 {
    padding-bottom: 48px !important
}

.pb-49 {
    padding-bottom: 49px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pb-51 {
    padding-bottom: 51px !important
}

.pb-52 {
    padding-bottom: 52px !important
}

.pb-53 {
    padding-bottom: 53px !important
}

.pb-54 {
    padding-bottom: 54px !important
}

.pb-55 {
    padding-bottom: 55px !important
}

.pb-56 {
    padding-bottom: 56px !important
}

.pb-57 {
    padding-bottom: 57px !important
}

.pb-58 {
    padding-bottom: 58px !important
}

.pb-59 {
    padding-bottom: 59px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pb-61 {
    padding-bottom: 61px !important
}

.pb-62 {
    padding-bottom: 62px !important
}

.pb-63 {
    padding-bottom: 63px !important
}

.pb-64 {
    padding-bottom: 64px !important
}

.pb-65 {
    padding-bottom: 65px !important
}

.pb-66 {
    padding-bottom: 66px !important
}

.pb-67 {
    padding-bottom: 67px !important
}

.pb-68 {
    padding-bottom: 68px !important
}

.pb-69 {
    padding-bottom: 69px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pb-71 {
    padding-bottom: 71px !important
}

.pb-72 {
    padding-bottom: 72px !important
}

.pb-73 {
    padding-bottom: 73px !important
}

.pb-74 {
    padding-bottom: 74px !important
}

.pb-75 {
    padding-bottom: 75px !important
}

.pb-76 {
    padding-bottom: 76px !important
}

.pb-77 {
    padding-bottom: 77px !important
}

.pb-78 {
    padding-bottom: 78px !important
}

.pb-79 {
    padding-bottom: 79px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pb-81 {
    padding-bottom: 81px !important
}

.pb-82 {
    padding-bottom: 82px !important
}

.pb-83 {
    padding-bottom: 83px !important
}

.pb-84 {
    padding-bottom: 84px !important
}

.pb-85 {
    padding-bottom: 85px !important
}

.pb-86 {
    padding-bottom: 86px !important
}

.pb-87 {
    padding-bottom: 87px !important
}

.pb-88 {
    padding-bottom: 88px !important
}

.pb-89 {
    padding-bottom: 89px !important
}

.pb-90 {
    padding-bottom: 90px !important
}

.pb-91 {
    padding-bottom: 91px !important
}

.pb-92 {
    padding-bottom: 92px !important
}

.pb-93 {
    padding-bottom: 93px !important
}

.pb-94 {
    padding-bottom: 94px !important
}

.pb-95 {
    padding-bottom: 95px !important
}

.pb-96 {
    padding-bottom: 96px !important
}

.pb-97 {
    padding-bottom: 97px !important
}

.pb-98 {
    padding-bottom: 98px !important
}

.pb-99 {
    padding-bottom: 99px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pb-101 {
    padding-bottom: 101px !important
}

.pb-102 {
    padding-bottom: 102px !important
}

.pb-103 {
    padding-bottom: 103px !important
}

.pb-104 {
    padding-bottom: 104px !important
}

.pb-105 {
    padding-bottom: 105px !important
}

.pb-106 {
    padding-bottom: 106px !important
}

.pb-107 {
    padding-bottom: 107px !important
}

.pb-108 {
    padding-bottom: 108px !important
}

.pb-109 {
    padding-bottom: 109px !important
}

.pb-110 {
    padding-bottom: 110px !important
}

.pb-111 {
    padding-bottom: 111px !important
}

.pb-112 {
    padding-bottom: 112px !important
}

.pb-113 {
    padding-bottom: 113px !important
}

.pb-114 {
    padding-bottom: 114px !important
}

.pb-115 {
    padding-bottom: 115px !important
}

.pb-116 {
    padding-bottom: 116px !important
}

.pb-117 {
    padding-bottom: 117px !important
}

.pb-118 {
    padding-bottom: 118px !important
}

.pb-119 {
    padding-bottom: 119px !important
}

.pb-120 {
    padding-bottom: 120px !important
}

.pb-121 {
    padding-bottom: 121px !important
}

.pb-122 {
    padding-bottom: 122px !important
}

.pb-123 {
    padding-bottom: 123px !important
}

.pb-124 {
    padding-bottom: 124px !important
}

.pb-125 {
    padding-bottom: 125px !important
}

.pb-126 {
    padding-bottom: 126px !important
}

.pb-127 {
    padding-bottom: 127px !important
}

.pb-128 {
    padding-bottom: 128px !important
}

.pb-129 {
    padding-bottom: 129px !important
}

.pb-130 {
    padding-bottom: 130px !important
}

.pb-131 {
    padding-bottom: 131px !important
}

.pb-132 {
    padding-bottom: 132px !important
}

.pb-133 {
    padding-bottom: 133px !important
}

.pb-134 {
    padding-bottom: 134px !important
}

.pb-135 {
    padding-bottom: 135px !important
}

.pb-136 {
    padding-bottom: 136px !important
}

.pb-137 {
    padding-bottom: 137px !important
}

.pb-138 {
    padding-bottom: 138px !important
}

.pb-139 {
    padding-bottom: 139px !important
}

.pb-140 {
    padding-bottom: 140px !important
}

.pb-141 {
    padding-bottom: 141px !important
}

.pb-142 {
    padding-bottom: 142px !important
}

.pb-143 {
    padding-bottom: 143px !important
}

.pb-144 {
    padding-bottom: 144px !important
}

.pb-145 {
    padding-bottom: 145px !important
}

.pb-146 {
    padding-bottom: 146px !important
}

.pb-147 {
    padding-bottom: 147px !important
}

.pb-148 {
    padding-bottom: 148px !important
}

.pb-149 {
    padding-bottom: 149px !important
}

.pb-150 {
    padding-bottom: 150px !important
}

.pb-151 {
    padding-bottom: 151px !important
}

.pb-152 {
    padding-bottom: 152px !important
}

.pb-153 {
    padding-bottom: 153px !important
}

.pb-154 {
    padding-bottom: 154px !important
}

.pb-155 {
    padding-bottom: 155px !important
}

.pb-156 {
    padding-bottom: 156px !important
}

.pb-157 {
    padding-bottom: 157px !important
}

.pb-158 {
    padding-bottom: 158px !important
}

.pb-159 {
    padding-bottom: 159px !important
}

.pb-160 {
    padding-bottom: 160px !important
}

.pb-161 {
    padding-bottom: 161px !important
}

.pb-162 {
    padding-bottom: 162px !important
}

.pb-163 {
    padding-bottom: 163px !important
}

.pb-164 {
    padding-bottom: 164px !important
}

.pb-165 {
    padding-bottom: 165px !important
}

.pb-166 {
    padding-bottom: 166px !important
}

.pb-167 {
    padding-bottom: 167px !important
}

.pb-168 {
    padding-bottom: 168px !important
}

.pb-169 {
    padding-bottom: 169px !important
}

.pb-170 {
    padding-bottom: 170px !important
}

.pb-171 {
    padding-bottom: 171px !important
}

.pb-172 {
    padding-bottom: 172px !important
}

.pb-173 {
    padding-bottom: 173px !important
}

.pb-174 {
    padding-bottom: 174px !important
}

.pb-175 {
    padding-bottom: 175px !important
}

.pb-176 {
    padding-bottom: 176px !important
}

.pb-177 {
    padding-bottom: 177px !important
}

.pb-178 {
    padding-bottom: 178px !important
}

.pb-179 {
    padding-bottom: 179px !important
}

.pb-180 {
    padding-bottom: 180px !important
}

.pb-181 {
    padding-bottom: 181px !important
}

.pb-182 {
    padding-bottom: 182px !important
}

.pb-183 {
    padding-bottom: 183px !important
}

.pb-184 {
    padding-bottom: 184px !important
}

.pb-185 {
    padding-bottom: 185px !important
}

.pb-186 {
    padding-bottom: 186px !important
}

.pb-187 {
    padding-bottom: 187px !important
}

.pb-188 {
    padding-bottom: 188px !important
}

.pb-189 {
    padding-bottom: 189px !important
}

.pb-190 {
    padding-bottom: 190px !important
}

.pb-191 {
    padding-bottom: 191px !important
}

.pb-192 {
    padding-bottom: 192px !important
}

.pb-193 {
    padding-bottom: 193px !important
}

.pb-194 {
    padding-bottom: 194px !important
}

.pb-195 {
    padding-bottom: 195px !important
}

.pb-196 {
    padding-bottom: 196px !important
}

.pb-197 {
    padding-bottom: 197px !important
}

.pb-198 {
    padding-bottom: 198px !important
}

.pb-199 {
    padding-bottom: 199px !important
}

.pb-200 {
    padding-bottom: 200px !important
}

.pb-201 {
    padding-bottom: 201px !important
}

.pb-202 {
    padding-bottom: 202px !important
}

.pb-203 {
    padding-bottom: 203px !important
}

.pb-204 {
    padding-bottom: 204px !important
}

.pb-205 {
    padding-bottom: 205px !important
}

.pb-206 {
    padding-bottom: 206px !important
}

.pb-207 {
    padding-bottom: 207px !important
}

.pb-208 {
    padding-bottom: 208px !important
}

.pb-209 {
    padding-bottom: 209px !important
}

.pb-210 {
    padding-bottom: 210px !important
}

.pb-211 {
    padding-bottom: 211px !important
}

.pb-212 {
    padding-bottom: 212px !important
}

.pb-213 {
    padding-bottom: 213px !important
}

.pb-214 {
    padding-bottom: 214px !important
}

.pb-215 {
    padding-bottom: 215px !important
}

.pb-216 {
    padding-bottom: 216px !important
}

.pb-217 {
    padding-bottom: 217px !important
}

.pb-218 {
    padding-bottom: 218px !important
}

.pb-219 {
    padding-bottom: 219px !important
}

.pb-220 {
    padding-bottom: 220px !important
}

.pb-221 {
    padding-bottom: 221px !important
}

.pb-222 {
    padding-bottom: 222px !important
}

.pb-223 {
    padding-bottom: 223px !important
}

.pb-224 {
    padding-bottom: 224px !important
}

.pb-225 {
    padding-bottom: 225px !important
}

.pb-226 {
    padding-bottom: 226px !important
}

.pb-227 {
    padding-bottom: 227px !important
}

.pb-228 {
    padding-bottom: 228px !important
}

.pb-229 {
    padding-bottom: 229px !important
}

.pb-230 {
    padding-bottom: 230px !important
}

.pb-231 {
    padding-bottom: 231px !important
}

.pb-232 {
    padding-bottom: 232px !important
}

.pb-233 {
    padding-bottom: 233px !important
}

.pb-234 {
    padding-bottom: 234px !important
}

.pb-235 {
    padding-bottom: 235px !important
}

.pb-236 {
    padding-bottom: 236px !important
}

.pb-237 {
    padding-bottom: 237px !important
}

.pb-238 {
    padding-bottom: 238px !important
}

.pb-239 {
    padding-bottom: 239px !important
}

.pb-240 {
    padding-bottom: 240px !important
}

.pb-241 {
    padding-bottom: 241px !important
}

.pb-242 {
    padding-bottom: 242px !important
}

.pb-243 {
    padding-bottom: 243px !important
}

.pb-244 {
    padding-bottom: 244px !important
}

.pb-245 {
    padding-bottom: 245px !important
}

.pb-246 {
    padding-bottom: 246px !important
}

.pb-247 {
    padding-bottom: 247px !important
}

.pb-248 {
    padding-bottom: 248px !important
}

.pb-249 {
    padding-bottom: 249px !important
}

.pb-250 {
    padding-bottom: 250px !important
}

.pl-0 {
    padding-left: 0
}

.pl-1 {
    padding-left: 1px !important
}

.pl-2 {
    padding-left: 2px !important
}

.pl-3 {
    padding-left: 3px !important
}

.pl-4 {
    padding-left: 4px !important
}

.pl-5 {
    padding-left: 5px !important
}

.pl-6 {
    padding-left: 6px !important
}

.pl-7 {
    padding-left: 7px !important
}

.pl-8 {
    padding-left: 8px !important
}

.pl-9 {
    padding-left: 9px !important
}

.pl-10 {
    padding-left: 10px !important
}

.pl-11 {
    padding-left: 11px !important
}

.pl-12 {
    padding-left: 12px !important
}

.pl-13 {
    padding-left: 13px !important
}

.pl-14 {
    padding-left: 14px !important
}

.pl-15 {
    padding-left: 15px !important
}

.pl-16 {
    padding-left: 16px !important
}

.pl-17 {
    padding-left: 17px !important
}

.pl-18 {
    padding-left: 18px !important
}

.pl-19 {
    padding-left: 19px !important
}

.pl-20 {
    padding-left: 20px !important
}

.pl-21 {
    padding-left: 21px !important
}

.pl-22 {
    padding-left: 22px !important
}

.pl-23 {
    padding-left: 23px !important
}

.pl-24 {
    padding-left: 24px !important
}

.pl-25 {
    padding-left: 25px !important
}

.pl-26 {
    padding-left: 26px !important
}

.pl-27 {
    padding-left: 27px !important
}

.pl-28 {
    padding-left: 28px !important
}

.pl-29 {
    padding-left: 29px !important
}

.pl-30 {
    padding-left: 30px !important
}

.pl-31 {
    padding-left: 31px !important
}

.pl-32 {
    padding-left: 32px !important
}

.pl-33 {
    padding-left: 33px !important
}

.pl-34 {
    padding-left: 34px !important
}

.pl-35 {
    padding-left: 35px !important
}

.pl-36 {
    padding-left: 36px !important
}

.pl-37 {
    padding-left: 37px !important
}

.pl-38 {
    padding-left: 38px !important
}

.pl-39 {
    padding-left: 39px !important
}

.pl-40 {
    padding-left: 40px !important
}

.pl-41 {
    padding-left: 41px !important
}

.pl-42 {
    padding-left: 42px !important
}

.pl-43 {
    padding-left: 43px !important
}

.pl-44 {
    padding-left: 44px !important
}

.pl-45 {
    padding-left: 45px !important
}

.pl-46 {
    padding-left: 46px !important
}

.pl-47 {
    padding-left: 47px !important
}

.pl-48 {
    padding-left: 48px !important
}

.pl-49 {
    padding-left: 49px !important
}

.pl-50 {
    padding-left: 50px !important
}

.pl-51 {
    padding-left: 51px !important
}

.pl-52 {
    padding-left: 52px !important
}

.pl-53 {
    padding-left: 53px !important
}

.pl-54 {
    padding-left: 54px !important
}

.pl-55 {
    padding-left: 55px !important
}

.pl-56 {
    padding-left: 56px !important
}

.pl-57 {
    padding-left: 57px !important
}

.pl-58 {
    padding-left: 58px !important
}

.pl-59 {
    padding-left: 59px !important
}

.pl-60 {
    padding-left: 60px !important
}

.pl-61 {
    padding-left: 61px !important
}

.pl-62 {
    padding-left: 62px !important
}

.pl-63 {
    padding-left: 63px !important
}

.pl-64 {
    padding-left: 64px !important
}

.pl-65 {
    padding-left: 65px !important
}

.pl-66 {
    padding-left: 66px !important
}

.pl-67 {
    padding-left: 67px !important
}

.pl-68 {
    padding-left: 68px !important
}

.pl-69 {
    padding-left: 69px !important
}

.pl-70 {
    padding-left: 70px !important
}

.pl-71 {
    padding-left: 71px !important
}

.pl-72 {
    padding-left: 72px !important
}

.pl-73 {
    padding-left: 73px !important
}

.pl-74 {
    padding-left: 74px !important
}

.pl-75 {
    padding-left: 75px !important
}

.pl-76 {
    padding-left: 76px !important
}

.pl-77 {
    padding-left: 77px !important
}

.pl-78 {
    padding-left: 78px !important
}

.pl-79 {
    padding-left: 79px !important
}

.pl-80 {
    padding-left: 80px !important
}

.pl-81 {
    padding-left: 81px !important
}

.pl-82 {
    padding-left: 82px !important
}

.pl-83 {
    padding-left: 83px !important
}

.pl-84 {
    padding-left: 84px !important
}

.pl-85 {
    padding-left: 85px !important
}

.pl-86 {
    padding-left: 86px !important
}

.pl-87 {
    padding-left: 87px !important
}

.pl-88 {
    padding-left: 88px !important
}

.pl-89 {
    padding-left: 89px !important
}

.pl-90 {
    padding-left: 90px !important
}

.pl-91 {
    padding-left: 91px !important
}

.pl-92 {
    padding-left: 92px !important
}

.pl-93 {
    padding-left: 93px !important
}

.pl-94 {
    padding-left: 94px !important
}

.pl-95 {
    padding-left: 95px !important
}

.pl-96 {
    padding-left: 96px !important
}

.pl-97 {
    padding-left: 97px !important
}

.pl-98 {
    padding-left: 98px !important
}

.pl-99 {
    padding-left: 99px !important
}

.pl-100 {
    padding-left: 100px !important
}

.pl-101 {
    padding-left: 101px !important
}

.pl-102 {
    padding-left: 102px !important
}

.pl-103 {
    padding-left: 103px !important
}

.pl-104 {
    padding-left: 104px !important
}

.pl-105 {
    padding-left: 105px !important
}

.pl-106 {
    padding-left: 106px !important
}

.pl-107 {
    padding-left: 107px !important
}

.pl-108 {
    padding-left: 108px !important
}

.pl-109 {
    padding-left: 109px !important
}

.pl-110 {
    padding-left: 110px !important
}

.pl-111 {
    padding-left: 111px !important
}

.pl-112 {
    padding-left: 112px !important
}

.pl-113 {
    padding-left: 113px !important
}

.pl-114 {
    padding-left: 114px !important
}

.pl-115 {
    padding-left: 115px !important
}

.pl-116 {
    padding-left: 116px !important
}

.pl-117 {
    padding-left: 117px !important
}

.pl-118 {
    padding-left: 118px !important
}

.pl-119 {
    padding-left: 119px !important
}

.pl-120 {
    padding-left: 120px !important
}

.pl-121 {
    padding-left: 121px !important
}

.pl-122 {
    padding-left: 122px !important
}

.pl-123 {
    padding-left: 123px !important
}

.pl-124 {
    padding-left: 124px !important
}

.pl-125 {
    padding-left: 125px !important
}

.pl-126 {
    padding-left: 126px !important
}

.pl-127 {
    padding-left: 127px !important
}

.pl-128 {
    padding-left: 128px !important
}

.pl-129 {
    padding-left: 129px !important
}

.pl-130 {
    padding-left: 130px !important
}

.pl-131 {
    padding-left: 131px !important
}

.pl-132 {
    padding-left: 132px !important
}

.pl-133 {
    padding-left: 133px !important
}

.pl-134 {
    padding-left: 134px !important
}

.pl-135 {
    padding-left: 135px !important
}

.pl-136 {
    padding-left: 136px !important
}

.pl-137 {
    padding-left: 137px !important
}

.pl-138 {
    padding-left: 138px !important
}

.pl-139 {
    padding-left: 139px !important
}

.pl-140 {
    padding-left: 140px !important
}

.pl-141 {
    padding-left: 141px !important
}

.pl-142 {
    padding-left: 142px !important
}

.pl-143 {
    padding-left: 143px !important
}

.pl-144 {
    padding-left: 144px !important
}

.pl-145 {
    padding-left: 145px !important
}

.pl-146 {
    padding-left: 146px !important
}

.pl-147 {
    padding-left: 147px !important
}

.pl-148 {
    padding-left: 148px !important
}

.pl-149 {
    padding-left: 149px !important
}

.pl-150 {
    padding-left: 150px !important
}

.pl-151 {
    padding-left: 151px !important
}

.pl-152 {
    padding-left: 152px !important
}

.pl-153 {
    padding-left: 153px !important
}

.pl-154 {
    padding-left: 154px !important
}

.pl-155 {
    padding-left: 155px !important
}

.pl-156 {
    padding-left: 156px !important
}

.pl-157 {
    padding-left: 157px !important
}

.pl-158 {
    padding-left: 158px !important
}

.pl-159 {
    padding-left: 159px !important
}

.pl-160 {
    padding-left: 160px !important
}

.pl-161 {
    padding-left: 161px !important
}

.pl-162 {
    padding-left: 162px !important
}

.pl-163 {
    padding-left: 163px !important
}

.pl-164 {
    padding-left: 164px !important
}

.pl-165 {
    padding-left: 165px !important
}

.pl-166 {
    padding-left: 166px !important
}

.pl-167 {
    padding-left: 167px !important
}

.pl-168 {
    padding-left: 168px !important
}

.pl-169 {
    padding-left: 169px !important
}

.pl-170 {
    padding-left: 170px !important
}

.pl-171 {
    padding-left: 171px !important
}

.pl-172 {
    padding-left: 172px !important
}

.pl-173 {
    padding-left: 173px !important
}

.pl-174 {
    padding-left: 174px !important
}

.pl-175 {
    padding-left: 175px !important
}

.pl-176 {
    padding-left: 176px !important
}

.pl-177 {
    padding-left: 177px !important
}

.pl-178 {
    padding-left: 178px !important
}

.pl-179 {
    padding-left: 179px !important
}

.pl-180 {
    padding-left: 180px !important
}

.pl-181 {
    padding-left: 181px !important
}

.pl-182 {
    padding-left: 182px !important
}

.pl-183 {
    padding-left: 183px !important
}

.pl-184 {
    padding-left: 184px !important
}

.pl-185 {
    padding-left: 185px !important
}

.pl-186 {
    padding-left: 186px !important
}

.pl-187 {
    padding-left: 187px !important
}

.pl-188 {
    padding-left: 188px !important
}

.pl-189 {
    padding-left: 189px !important
}

.pl-190 {
    padding-left: 190px !important
}

.pl-191 {
    padding-left: 191px !important
}

.pl-192 {
    padding-left: 192px !important
}

.pl-193 {
    padding-left: 193px !important
}

.pl-194 {
    padding-left: 194px !important
}

.pl-195 {
    padding-left: 195px !important
}

.pl-196 {
    padding-left: 196px !important
}

.pl-197 {
    padding-left: 197px !important
}

.pl-198 {
    padding-left: 198px !important
}

.pl-199 {
    padding-left: 199px !important
}

.pl-200 {
    padding-left: 200px !important
}

.pl-201 {
    padding-left: 201px !important
}

.pl-202 {
    padding-left: 202px !important
}

.pl-203 {
    padding-left: 203px !important
}

.pl-204 {
    padding-left: 204px !important
}

.pl-205 {
    padding-left: 205px !important
}

.pl-206 {
    padding-left: 206px !important
}

.pl-207 {
    padding-left: 207px !important
}

.pl-208 {
    padding-left: 208px !important
}

.pl-209 {
    padding-left: 209px !important
}

.pl-210 {
    padding-left: 210px !important
}

.pl-211 {
    padding-left: 211px !important
}

.pl-212 {
    padding-left: 212px !important
}

.pl-213 {
    padding-left: 213px !important
}

.pl-214 {
    padding-left: 214px !important
}

.pl-215 {
    padding-left: 215px !important
}

.pl-216 {
    padding-left: 216px !important
}

.pl-217 {
    padding-left: 217px !important
}

.pl-218 {
    padding-left: 218px !important
}

.pl-219 {
    padding-left: 219px !important
}

.pl-220 {
    padding-left: 220px !important
}

.pl-221 {
    padding-left: 221px !important
}

.pl-222 {
    padding-left: 222px !important
}

.pl-223 {
    padding-left: 223px !important
}

.pl-224 {
    padding-left: 224px !important
}

.pl-225 {
    padding-left: 225px !important
}

.pl-226 {
    padding-left: 226px !important
}

.pl-227 {
    padding-left: 227px !important
}

.pl-228 {
    padding-left: 228px !important
}

.pl-229 {
    padding-left: 229px !important
}

.pl-230 {
    padding-left: 230px !important
}

.pl-231 {
    padding-left: 231px !important
}

.pl-232 {
    padding-left: 232px !important
}

.pl-233 {
    padding-left: 233px !important
}

.pl-234 {
    padding-left: 234px !important
}

.pl-235 {
    padding-left: 235px !important
}

.pl-236 {
    padding-left: 236px !important
}

.pl-237 {
    padding-left: 237px !important
}

.pl-238 {
    padding-left: 238px !important
}

.pl-239 {
    padding-left: 239px !important
}

.pl-240 {
    padding-left: 240px !important
}

.pl-241 {
    padding-left: 241px !important
}

.pl-242 {
    padding-left: 242px !important
}

.pl-243 {
    padding-left: 243px !important
}

.pl-244 {
    padding-left: 244px !important
}

.pl-245 {
    padding-left: 245px !important
}

.pl-246 {
    padding-left: 246px !important
}

.pl-247 {
    padding-left: 247px !important
}

.pl-248 {
    padding-left: 248px !important
}

.pl-249 {
    padding-left: 249px !important
}

.pl-250 {
    padding-left: 250px !important
}

.pr-0 {
    padding-right: 0
}

.pr-1 {
    padding-right: 1px !important
}

.pr-2 {
    padding-right: 2px !important
}

.pr-3 {
    padding-right: 3px !important
}

.pr-4 {
    padding-right: 4px !important
}

.pr-5 {
    padding-right: 5px !important
}

.pr-6 {
    padding-right: 6px !important
}

.pr-7 {
    padding-right: 7px !important
}

.pr-8 {
    padding-right: 8px !important
}

.pr-9 {
    padding-right: 9px !important
}

.pr-10 {
    padding-right: 10px !important
}

.pr-11 {
    padding-right: 11px !important
}

.pr-12 {
    padding-right: 12px !important
}

.pr-13 {
    padding-right: 13px !important
}

.pr-14 {
    padding-right: 14px !important
}

.pr-15 {
    padding-right: 15px !important
}

.pr-16 {
    padding-right: 16px !important
}

.pr-17 {
    padding-right: 17px !important
}

.pr-18 {
    padding-right: 18px !important
}

.pr-19 {
    padding-right: 19px !important
}

.pr-20 {
    padding-right: 20px !important
}

.pr-21 {
    padding-right: 21px !important
}

.pr-22 {
    padding-right: 22px !important
}

.pr-23 {
    padding-right: 23px !important
}

.pr-24 {
    padding-right: 24px !important
}

.pr-25 {
    padding-right: 25px !important
}

.pr-26 {
    padding-right: 26px !important
}

.pr-27 {
    padding-right: 27px !important
}

.pr-28 {
    padding-right: 28px !important
}

.pr-29 {
    padding-right: 29px !important
}

.pr-30 {
    padding-right: 30px !important
}

.pr-31 {
    padding-right: 31px !important
}

.pr-32 {
    padding-right: 32px !important
}

.pr-33 {
    padding-right: 33px !important
}

.pr-34 {
    padding-right: 34px !important
}

.pr-35 {
    padding-right: 35px !important
}

.pr-36 {
    padding-right: 36px !important
}

.pr-37 {
    padding-right: 37px !important
}

.pr-38 {
    padding-right: 38px !important
}

.pr-39 {
    padding-right: 39px !important
}

.pr-40 {
    padding-right: 40px !important
}

.pr-41 {
    padding-right: 41px !important
}

.pr-42 {
    padding-right: 42px !important
}

.pr-43 {
    padding-right: 43px !important
}

.pr-44 {
    padding-right: 44px !important
}

.pr-45 {
    padding-right: 45px !important
}

.pr-46 {
    padding-right: 46px !important
}

.pr-47 {
    padding-right: 47px !important
}

.pr-48 {
    padding-right: 48px !important
}

.pr-49 {
    padding-right: 49px !important
}

.pr-50 {
    padding-right: 50px !important
}

.pr-51 {
    padding-right: 51px !important
}

.pr-52 {
    padding-right: 52px !important
}

.pr-53 {
    padding-right: 53px !important
}

.pr-54 {
    padding-right: 54px !important
}

.pr-55 {
    padding-right: 55px !important
}

.pr-56 {
    padding-right: 56px !important
}

.pr-57 {
    padding-right: 57px !important
}

.pr-58 {
    padding-right: 58px !important
}

.pr-59 {
    padding-right: 59px !important
}

.pr-60 {
    padding-right: 60px !important
}

.pr-61 {
    padding-right: 61px !important
}

.pr-62 {
    padding-right: 62px !important
}

.pr-63 {
    padding-right: 63px !important
}

.pr-64 {
    padding-right: 64px !important
}

.pr-65 {
    padding-right: 65px !important
}

.pr-66 {
    padding-right: 66px !important
}

.pr-67 {
    padding-right: 67px !important
}

.pr-68 {
    padding-right: 68px !important
}

.pr-69 {
    padding-right: 69px !important
}

.pr-70 {
    padding-right: 70px !important
}

.pr-71 {
    padding-right: 71px !important
}

.pr-72 {
    padding-right: 72px !important
}

.pr-73 {
    padding-right: 73px !important
}

.pr-74 {
    padding-right: 74px !important
}

.pr-75 {
    padding-right: 75px !important
}

.pr-76 {
    padding-right: 76px !important
}

.pr-77 {
    padding-right: 77px !important
}

.pr-78 {
    padding-right: 78px !important
}

.pr-79 {
    padding-right: 79px !important
}

.pr-80 {
    padding-right: 80px !important
}

.pr-81 {
    padding-right: 81px !important
}

.pr-82 {
    padding-right: 82px !important
}

.pr-83 {
    padding-right: 83px !important
}

.pr-84 {
    padding-right: 84px !important
}

.pr-85 {
    padding-right: 85px !important
}

.pr-86 {
    padding-right: 86px !important
}

.pr-87 {
    padding-right: 87px !important
}

.pr-88 {
    padding-right: 88px !important
}

.pr-89 {
    padding-right: 89px !important
}

.pr-90 {
    padding-right: 90px !important
}

.pr-91 {
    padding-right: 91px !important
}

.pr-92 {
    padding-right: 92px !important
}

.pr-93 {
    padding-right: 93px !important
}

.pr-94 {
    padding-right: 94px !important
}

.pr-95 {
    padding-right: 95px !important
}

.pr-96 {
    padding-right: 96px !important
}

.pr-97 {
    padding-right: 97px !important
}

.pr-98 {
    padding-right: 98px !important
}

.pr-99 {
    padding-right: 99px !important
}

.pr-100 {
    padding-right: 100px !important
}

.pr-101 {
    padding-right: 101px !important
}

.pr-102 {
    padding-right: 102px !important
}

.pr-103 {
    padding-right: 103px !important
}

.pr-104 {
    padding-right: 104px !important
}

.pr-105 {
    padding-right: 105px !important
}

.pr-106 {
    padding-right: 106px !important
}

.pr-107 {
    padding-right: 107px !important
}

.pr-108 {
    padding-right: 108px !important
}

.pr-109 {
    padding-right: 109px !important
}

.pr-110 {
    padding-right: 110px !important
}

.pr-111 {
    padding-right: 111px !important
}

.pr-112 {
    padding-right: 112px !important
}

.pr-113 {
    padding-right: 113px !important
}

.pr-114 {
    padding-right: 114px !important
}

.pr-115 {
    padding-right: 115px !important
}

.pr-116 {
    padding-right: 116px !important
}

.pr-117 {
    padding-right: 117px !important
}

.pr-118 {
    padding-right: 118px !important
}

.pr-119 {
    padding-right: 119px !important
}

.pr-120 {
    padding-right: 120px !important
}

.pr-121 {
    padding-right: 121px !important
}

.pr-122 {
    padding-right: 122px !important
}

.pr-123 {
    padding-right: 123px !important
}

.pr-124 {
    padding-right: 124px !important
}

.pr-125 {
    padding-right: 125px !important
}

.pr-126 {
    padding-right: 126px !important
}

.pr-127 {
    padding-right: 127px !important
}

.pr-128 {
    padding-right: 128px !important
}

.pr-129 {
    padding-right: 129px !important
}

.pr-130 {
    padding-right: 130px !important
}

.pr-131 {
    padding-right: 131px !important
}

.pr-132 {
    padding-right: 132px !important
}

.pr-133 {
    padding-right: 133px !important
}

.pr-134 {
    padding-right: 134px !important
}

.pr-135 {
    padding-right: 135px !important
}

.pr-136 {
    padding-right: 136px !important
}

.pr-137 {
    padding-right: 137px !important
}

.pr-138 {
    padding-right: 138px !important
}

.pr-139 {
    padding-right: 139px !important
}

.pr-140 {
    padding-right: 140px !important
}

.pr-141 {
    padding-right: 141px !important
}

.pr-142 {
    padding-right: 142px !important
}

.pr-143 {
    padding-right: 143px !important
}

.pr-144 {
    padding-right: 144px !important
}

.pr-145 {
    padding-right: 145px !important
}

.pr-146 {
    padding-right: 146px !important
}

.pr-147 {
    padding-right: 147px !important
}

.pr-148 {
    padding-right: 148px !important
}

.pr-149 {
    padding-right: 149px !important
}

.pr-150 {
    padding-right: 150px !important
}

.pr-151 {
    padding-right: 151px !important
}

.pr-152 {
    padding-right: 152px !important
}

.pr-153 {
    padding-right: 153px !important
}

.pr-154 {
    padding-right: 154px !important
}

.pr-155 {
    padding-right: 155px !important
}

.pr-156 {
    padding-right: 156px !important
}

.pr-157 {
    padding-right: 157px !important
}

.pr-158 {
    padding-right: 158px !important
}

.pr-159 {
    padding-right: 159px !important
}

.pr-160 {
    padding-right: 160px !important
}

.pr-161 {
    padding-right: 161px !important
}

.pr-162 {
    padding-right: 162px !important
}

.pr-163 {
    padding-right: 163px !important
}

.pr-164 {
    padding-right: 164px !important
}

.pr-165 {
    padding-right: 165px !important
}

.pr-166 {
    padding-right: 166px !important
}

.pr-167 {
    padding-right: 167px !important
}

.pr-168 {
    padding-right: 168px !important
}

.pr-169 {
    padding-right: 169px !important
}

.pr-170 {
    padding-right: 170px !important
}

.pr-171 {
    padding-right: 171px !important
}

.pr-172 {
    padding-right: 172px !important
}

.pr-173 {
    padding-right: 173px !important
}

.pr-174 {
    padding-right: 174px !important
}

.pr-175 {
    padding-right: 175px !important
}

.pr-176 {
    padding-right: 176px !important
}

.pr-177 {
    padding-right: 177px !important
}

.pr-178 {
    padding-right: 178px !important
}

.pr-179 {
    padding-right: 179px !important
}

.pr-180 {
    padding-right: 180px !important
}

.pr-181 {
    padding-right: 181px !important
}

.pr-182 {
    padding-right: 182px !important
}

.pr-183 {
    padding-right: 183px !important
}

.pr-184 {
    padding-right: 184px !important
}

.pr-185 {
    padding-right: 185px !important
}

.pr-186 {
    padding-right: 186px !important
}

.pr-187 {
    padding-right: 187px !important
}

.pr-188 {
    padding-right: 188px !important
}

.pr-189 {
    padding-right: 189px !important
}

.pr-190 {
    padding-right: 190px !important
}

.pr-191 {
    padding-right: 191px !important
}

.pr-192 {
    padding-right: 192px !important
}

.pr-193 {
    padding-right: 193px !important
}

.pr-194 {
    padding-right: 194px !important
}

.pr-195 {
    padding-right: 195px !important
}

.pr-196 {
    padding-right: 196px !important
}

.pr-197 {
    padding-right: 197px !important
}

.pr-198 {
    padding-right: 198px !important
}

.pr-199 {
    padding-right: 199px !important
}

.pr-200 {
    padding-right: 200px !important
}

.pr-201 {
    padding-right: 201px !important
}

.pr-202 {
    padding-right: 202px !important
}

.pr-203 {
    padding-right: 203px !important
}

.pr-204 {
    padding-right: 204px !important
}

.pr-205 {
    padding-right: 205px !important
}

.pr-206 {
    padding-right: 206px !important
}

.pr-207 {
    padding-right: 207px !important
}

.pr-208 {
    padding-right: 208px !important
}

.pr-209 {
    padding-right: 209px !important
}

.pr-210 {
    padding-right: 210px !important
}

.pr-211 {
    padding-right: 211px !important
}

.pr-212 {
    padding-right: 212px !important
}

.pr-213 {
    padding-right: 213px !important
}

.pr-214 {
    padding-right: 214px !important
}

.pr-215 {
    padding-right: 215px !important
}

.pr-216 {
    padding-right: 216px !important
}

.pr-217 {
    padding-right: 217px !important
}

.pr-218 {
    padding-right: 218px !important
}

.pr-219 {
    padding-right: 219px !important
}

.pr-220 {
    padding-right: 220px !important
}

.pr-221 {
    padding-right: 221px !important
}

.pr-222 {
    padding-right: 222px !important
}

.pr-223 {
    padding-right: 223px !important
}

.pr-224 {
    padding-right: 224px !important
}

.pr-225 {
    padding-right: 225px !important
}

.pr-226 {
    padding-right: 226px !important
}

.pr-227 {
    padding-right: 227px !important
}

.pr-228 {
    padding-right: 228px !important
}

.pr-229 {
    padding-right: 229px !important
}

.pr-230 {
    padding-right: 230px !important
}

.pr-231 {
    padding-right: 231px !important
}

.pr-232 {
    padding-right: 232px !important
}

.pr-233 {
    padding-right: 233px !important
}

.pr-234 {
    padding-right: 234px !important
}

.pr-235 {
    padding-right: 235px !important
}

.pr-236 {
    padding-right: 236px !important
}

.pr-237 {
    padding-right: 237px !important
}

.pr-238 {
    padding-right: 238px !important
}

.pr-239 {
    padding-right: 239px !important
}

.pr-240 {
    padding-right: 240px !important
}

.pr-241 {
    padding-right: 241px !important
}

.pr-242 {
    padding-right: 242px !important
}

.pr-243 {
    padding-right: 243px !important
}

.pr-244 {
    padding-right: 244px !important
}

.pr-245 {
    padding-right: 245px !important
}

.pr-246 {
    padding-right: 246px !important
}

.pr-247 {
    padding-right: 247px !important
}

.pr-248 {
    padding-right: 248px !important
}

.pr-249 {
    padding-right: 249px !important
}

.pr-250 {
    padding-right: 250px !important
}

.mt-0 {
    margin-top: 0
}

.mt-1 {
    margin-top: 1px !important
}

.mt-2 {
    margin-top: 2px !important
}

.mt-3 {
    margin-top: 3px !important
}

.mt-4 {
    margin-top: 4px !important
}

.mt-5 {
    margin-top: 5px !important
}

.mt-6 {
    margin-top: 6px !important
}

.mt-7 {
    margin-top: 7px !important
}

.mt-8 {
    margin-top: 8px !important
}

.mt-9 {
    margin-top: 9px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-11 {
    margin-top: 11px !important
}

.mt-12 {
    margin-top: 12px !important
}

.mt-13 {
    margin-top: 13px !important
}

.mt-14 {
    margin-top: 14px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-16 {
    margin-top: 16px !important
}

.mt-17 {
    margin-top: 17px !important
}

.mt-18 {
    margin-top: 18px !important
}

.mt-19 {
    margin-top: 19px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-21 {
    margin-top: 21px !important
}

.mt-22 {
    margin-top: 22px !important
}

.mt-23 {
    margin-top: 23px !important
}

.mt-24 {
    margin-top: 24px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mt-26 {
    margin-top: 26px !important
}

.mt-27 {
    margin-top: 27px !important
}

.mt-28 {
    margin-top: 28px !important
}

.mt-29 {
    margin-top: 29px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-31 {
    margin-top: 31px !important
}

.mt-32 {
    margin-top: 32px !important
}

.mt-33 {
    margin-top: 33px !important
}

.mt-34 {
    margin-top: 34px !important
}

.mt-35 {
    margin-top: 35px !important
}

.mt-36 {
    margin-top: 36px !important
}

.mt-37 {
    margin-top: 37px !important
}

.mt-38 {
    margin-top: 38px !important
}

.mt-39 {
    margin-top: 39px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-41 {
    margin-top: 41px !important
}

.mt-42 {
    margin-top: 42px !important
}

.mt-43 {
    margin-top: 43px !important
}

.mt-44 {
    margin-top: 44px !important
}

.mt-45 {
    margin-top: 45px !important
}

.mt-46 {
    margin-top: 46px !important
}

.mt-47 {
    margin-top: 47px !important
}

.mt-48 {
    margin-top: 48px !important
}

.mt-49 {
    margin-top: 49px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-51 {
    margin-top: 51px !important
}

.mt-52 {
    margin-top: 52px !important
}

.mt-53 {
    margin-top: 53px !important
}

.mt-54 {
    margin-top: 54px !important
}

.mt-55 {
    margin-top: 55px !important
}

.mt-56 {
    margin-top: 56px !important
}

.mt-57 {
    margin-top: 57px !important
}

.mt-58 {
    margin-top: 58px !important
}

.mt-59 {
    margin-top: 59px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-61 {
    margin-top: 61px !important
}

.mt-62 {
    margin-top: 62px !important
}

.mt-63 {
    margin-top: 63px !important
}

.mt-64 {
    margin-top: 64px !important
}

.mt-65 {
    margin-top: 65px !important
}

.mt-66 {
    margin-top: 66px !important
}

.mt-67 {
    margin-top: 67px !important
}

.mt-68 {
    margin-top: 68px !important
}

.mt-69 {
    margin-top: 69px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-71 {
    margin-top: 71px !important
}

.mt-72 {
    margin-top: 72px !important
}

.mt-73 {
    margin-top: 73px !important
}

.mt-74 {
    margin-top: 74px !important
}

.mt-75 {
    margin-top: 75px !important
}

.mt-76 {
    margin-top: 76px !important
}

.mt-77 {
    margin-top: 77px !important
}

.mt-78 {
    margin-top: 78px !important
}

.mt-79 {
    margin-top: 79px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mt-81 {
    margin-top: 81px !important
}

.mt-82 {
    margin-top: 82px !important
}

.mt-83 {
    margin-top: 83px !important
}

.mt-84 {
    margin-top: 84px !important
}

.mt-85 {
    margin-top: 85px !important
}

.mt-86 {
    margin-top: 86px !important
}

.mt-87 {
    margin-top: 87px !important
}

.mt-88 {
    margin-top: 88px !important
}

.mt-89 {
    margin-top: 89px !important
}

.mt-90 {
    margin-top: 90px !important
}

.mt-91 {
    margin-top: 91px !important
}

.mt-92 {
    margin-top: 92px !important
}

.mt-93 {
    margin-top: 93px !important
}

.mt-94 {
    margin-top: 94px !important
}

.mt-95 {
    margin-top: 95px !important
}

.mt-96 {
    margin-top: 96px !important
}

.mt-97 {
    margin-top: 97px !important
}

.mt-98 {
    margin-top: 98px !important
}

.mt-99 {
    margin-top: 99px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mt-101 {
    margin-top: 101px !important
}

.mt-102 {
    margin-top: 102px !important
}

.mt-103 {
    margin-top: 103px !important
}

.mt-104 {
    margin-top: 104px !important
}

.mt-105 {
    margin-top: 105px !important
}

.mt-106 {
    margin-top: 106px !important
}

.mt-107 {
    margin-top: 107px !important
}

.mt-108 {
    margin-top: 108px !important
}

.mt-109 {
    margin-top: 109px !important
}

.mt-110 {
    margin-top: 110px !important
}

.mt-111 {
    margin-top: 111px !important
}

.mt-112 {
    margin-top: 112px !important
}

.mt-113 {
    margin-top: 113px !important
}

.mt-114 {
    margin-top: 114px !important
}

.mt-115 {
    margin-top: 115px !important
}

.mt-116 {
    margin-top: 116px !important
}

.mt-117 {
    margin-top: 117px !important
}

.mt-118 {
    margin-top: 118px !important
}

.mt-119 {
    margin-top: 119px !important
}

.mt-120 {
    margin-top: 120px !important
}

.mt-121 {
    margin-top: 121px !important
}

.mt-122 {
    margin-top: 122px !important
}

.mt-123 {
    margin-top: 123px !important
}

.mt-124 {
    margin-top: 124px !important
}

.mt-125 {
    margin-top: 125px !important
}

.mt-126 {
    margin-top: 126px !important
}

.mt-127 {
    margin-top: 127px !important
}

.mt-128 {
    margin-top: 128px !important
}

.mt-129 {
    margin-top: 129px !important
}

.mt-130 {
    margin-top: 130px !important
}

.mt-131 {
    margin-top: 131px !important
}

.mt-132 {
    margin-top: 132px !important
}

.mt-133 {
    margin-top: 133px !important
}

.mt-134 {
    margin-top: 134px !important
}

.mt-135 {
    margin-top: 135px !important
}

.mt-136 {
    margin-top: 136px !important
}

.mt-137 {
    margin-top: 137px !important
}

.mt-138 {
    margin-top: 138px !important
}

.mt-139 {
    margin-top: 139px !important
}

.mt-140 {
    margin-top: 140px !important
}

.mt-141 {
    margin-top: 141px !important
}

.mt-142 {
    margin-top: 142px !important
}

.mt-143 {
    margin-top: 143px !important
}

.mt-144 {
    margin-top: 144px !important
}

.mt-145 {
    margin-top: 145px !important
}

.mt-146 {
    margin-top: 146px !important
}

.mt-147 {
    margin-top: 147px !important
}

.mt-148 {
    margin-top: 148px !important
}

.mt-149 {
    margin-top: 149px !important
}

.mt-150 {
    margin-top: 150px !important
}

.mt-151 {
    margin-top: 151px !important
}

.mt-152 {
    margin-top: 152px !important
}

.mt-153 {
    margin-top: 153px !important
}

.mt-154 {
    margin-top: 154px !important
}

.mt-155 {
    margin-top: 155px !important
}

.mt-156 {
    margin-top: 156px !important
}

.mt-157 {
    margin-top: 157px !important
}

.mt-158 {
    margin-top: 158px !important
}

.mt-159 {
    margin-top: 159px !important
}

.mt-160 {
    margin-top: 160px !important
}

.mt-161 {
    margin-top: 161px !important
}

.mt-162 {
    margin-top: 162px !important
}

.mt-163 {
    margin-top: 163px !important
}

.mt-164 {
    margin-top: 164px !important
}

.mt-165 {
    margin-top: 165px !important
}

.mt-166 {
    margin-top: 166px !important
}

.mt-167 {
    margin-top: 167px !important
}

.mt-168 {
    margin-top: 168px !important
}

.mt-169 {
    margin-top: 169px !important
}

.mt-170 {
    margin-top: 170px !important
}

.mt-171 {
    margin-top: 171px !important
}

.mt-172 {
    margin-top: 172px !important
}

.mt-173 {
    margin-top: 173px !important
}

.mt-174 {
    margin-top: 174px !important
}

.mt-175 {
    margin-top: 175px !important
}

.mt-176 {
    margin-top: 176px !important
}

.mt-177 {
    margin-top: 177px !important
}

.mt-178 {
    margin-top: 178px !important
}

.mt-179 {
    margin-top: 179px !important
}

.mt-180 {
    margin-top: 180px !important
}

.mt-181 {
    margin-top: 181px !important
}

.mt-182 {
    margin-top: 182px !important
}

.mt-183 {
    margin-top: 183px !important
}

.mt-184 {
    margin-top: 184px !important
}

.mt-185 {
    margin-top: 185px !important
}

.mt-186 {
    margin-top: 186px !important
}

.mt-187 {
    margin-top: 187px !important
}

.mt-188 {
    margin-top: 188px !important
}

.mt-189 {
    margin-top: 189px !important
}

.mt-190 {
    margin-top: 190px !important
}

.mt-191 {
    margin-top: 191px !important
}

.mt-192 {
    margin-top: 192px !important
}

.mt-193 {
    margin-top: 193px !important
}

.mt-194 {
    margin-top: 194px !important
}

.mt-195 {
    margin-top: 195px !important
}

.mt-196 {
    margin-top: 196px !important
}

.mt-197 {
    margin-top: 197px !important
}

.mt-198 {
    margin-top: 198px !important
}

.mt-199 {
    margin-top: 199px !important
}

.mt-200 {
    margin-top: 200px !important
}

.mt-201 {
    margin-top: 201px !important
}

.mt-202 {
    margin-top: 202px !important
}

.mt-203 {
    margin-top: 203px !important
}

.mt-204 {
    margin-top: 204px !important
}

.mt-205 {
    margin-top: 205px !important
}

.mt-206 {
    margin-top: 206px !important
}

.mt-207 {
    margin-top: 207px !important
}

.mt-208 {
    margin-top: 208px !important
}

.mt-209 {
    margin-top: 209px !important
}

.mt-210 {
    margin-top: 210px !important
}

.mt-211 {
    margin-top: 211px !important
}

.mt-212 {
    margin-top: 212px !important
}

.mt-213 {
    margin-top: 213px !important
}

.mt-214 {
    margin-top: 214px !important
}

.mt-215 {
    margin-top: 215px !important
}

.mt-216 {
    margin-top: 216px !important
}

.mt-217 {
    margin-top: 217px !important
}

.mt-218 {
    margin-top: 218px !important
}

.mt-219 {
    margin-top: 219px !important
}

.mt-220 {
    margin-top: 220px !important
}

.mt-221 {
    margin-top: 221px !important
}

.mt-222 {
    margin-top: 222px !important
}

.mt-223 {
    margin-top: 223px !important
}

.mt-224 {
    margin-top: 224px !important
}

.mt-225 {
    margin-top: 225px !important
}

.mt-226 {
    margin-top: 226px !important
}

.mt-227 {
    margin-top: 227px !important
}

.mt-228 {
    margin-top: 228px !important
}

.mt-229 {
    margin-top: 229px !important
}

.mt-230 {
    margin-top: 230px !important
}

.mt-231 {
    margin-top: 231px !important
}

.mt-232 {
    margin-top: 232px !important
}

.mt-233 {
    margin-top: 233px !important
}

.mt-234 {
    margin-top: 234px !important
}

.mt-235 {
    margin-top: 235px !important
}

.mt-236 {
    margin-top: 236px !important
}

.mt-237 {
    margin-top: 237px !important
}

.mt-238 {
    margin-top: 238px !important
}

.mt-239 {
    margin-top: 239px !important
}

.mt-240 {
    margin-top: 240px !important
}

.mt-241 {
    margin-top: 241px !important
}

.mt-242 {
    margin-top: 242px !important
}

.mt-243 {
    margin-top: 243px !important
}

.mt-244 {
    margin-top: 244px !important
}

.mt-245 {
    margin-top: 245px !important
}

.mt-246 {
    margin-top: 246px !important
}

.mt-247 {
    margin-top: 247px !important
}

.mt-248 {
    margin-top: 248px !important
}

.mt-249 {
    margin-top: 249px !important
}

.mt-250 {
    margin-top: 250px !important
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: 1px !important
}

.mb-2 {
    margin-bottom: 2px !important
}

.mb-3 {
    margin-bottom: 3px !important
}

.mb-4 {
    margin-bottom: 4px !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-6 {
    margin-bottom: 6px !important
}

.mb-7 {
    margin-bottom: 7px !important
}

.mb-8 {
    margin-bottom: 8px !important
}

.mb-9 {
    margin-bottom: 9px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-11 {
    margin-bottom: 11px !important
}

.mb-12 {
    margin-bottom: 12px !important
}

.mb-13 {
    margin-bottom: 13px !important
}

.mb-14 {
    margin-bottom: 14px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-16 {
    margin-bottom: 16px !important
}

.mb-17 {
    margin-bottom: 17px !important
}

.mb-18 {
    margin-bottom: 18px !important
}

.mb-19 {
    margin-bottom: 19px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-21 {
    margin-bottom: 21px !important
}

.mb-22 {
    margin-bottom: 22px !important
}

.mb-23 {
    margin-bottom: 23px !important
}

.mb-24 {
    margin-bottom: 24px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-26 {
    margin-bottom: 26px !important
}

.mb-27 {
    margin-bottom: 27px !important
}

.mb-28 {
    margin-bottom: 28px !important
}

.mb-29 {
    margin-bottom: 29px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-31 {
    margin-bottom: 31px !important
}

.mb-32 {
    margin-bottom: 32px !important
}

.mb-33 {
    margin-bottom: 33px !important
}

.mb-34 {
    margin-bottom: 34px !important
}

.mb-35 {
    margin-bottom: 35px !important
}

.mb-36 {
    margin-bottom: 36px !important
}

.mb-37 {
    margin-bottom: 37px !important
}

.mb-38 {
    margin-bottom: 38px !important
}

.mb-39 {
    margin-bottom: 39px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-41 {
    margin-bottom: 41px !important
}

.mb-42 {
    margin-bottom: 42px !important
}

.mb-43 {
    margin-bottom: 43px !important
}

.mb-44 {
    margin-bottom: 44px !important
}

.mb-45 {
    margin-bottom: 45px !important
}

.mb-46 {
    margin-bottom: 46px !important
}

.mb-47 {
    margin-bottom: 47px !important
}

.mb-48 {
    margin-bottom: 48px !important
}

.mb-49 {
    margin-bottom: 49px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-51 {
    margin-bottom: 51px !important
}

.mb-52 {
    margin-bottom: 52px !important
}

.mb-53 {
    margin-bottom: 53px !important
}

.mb-54 {
    margin-bottom: 54px !important
}

.mb-55 {
    margin-bottom: 55px !important
}

.mb-56 {
    margin-bottom: 56px !important
}

.mb-57 {
    margin-bottom: 57px !important
}

.mb-58 {
    margin-bottom: 58px !important
}

.mb-59 {
    margin-bottom: 59px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-61 {
    margin-bottom: 61px !important
}

.mb-62 {
    margin-bottom: 62px !important
}

.mb-63 {
    margin-bottom: 63px !important
}

.mb-64 {
    margin-bottom: 64px !important
}

.mb-65 {
    margin-bottom: 65px !important
}

.mb-66 {
    margin-bottom: 66px !important
}

.mb-67 {
    margin-bottom: 67px !important
}

.mb-68 {
    margin-bottom: 68px !important
}

.mb-69 {
    margin-bottom: 69px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-71 {
    margin-bottom: 71px !important
}

.mb-72 {
    margin-bottom: 72px !important
}

.mb-73 {
    margin-bottom: 73px !important
}

.mb-74 {
    margin-bottom: 74px !important
}

.mb-75 {
    margin-bottom: 75px !important
}

.mb-76 {
    margin-bottom: 76px !important
}

.mb-77 {
    margin-bottom: 77px !important
}

.mb-78 {
    margin-bottom: 78px !important
}

.mb-79 {
    margin-bottom: 79px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mb-81 {
    margin-bottom: 81px !important
}

.mb-82 {
    margin-bottom: 82px !important
}

.mb-83 {
    margin-bottom: 83px !important
}

.mb-84 {
    margin-bottom: 84px !important
}

.mb-85 {
    margin-bottom: 85px !important
}

.mb-86 {
    margin-bottom: 86px !important
}

.mb-87 {
    margin-bottom: 87px !important
}

.mb-88 {
    margin-bottom: 88px !important
}

.mb-89 {
    margin-bottom: 89px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.mb-91 {
    margin-bottom: 91px !important
}

.mb-92 {
    margin-bottom: 92px !important
}

.mb-93 {
    margin-bottom: 93px !important
}

.mb-94 {
    margin-bottom: 94px !important
}

.mb-95 {
    margin-bottom: 95px !important
}

.mb-96 {
    margin-bottom: 96px !important
}

.mb-97 {
    margin-bottom: 97px !important
}

.mb-98 {
    margin-bottom: 98px !important
}

.mb-99 {
    margin-bottom: 99px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.mb-101 {
    margin-bottom: 101px !important
}

.mb-102 {
    margin-bottom: 102px !important
}

.mb-103 {
    margin-bottom: 103px !important
}

.mb-104 {
    margin-bottom: 104px !important
}

.mb-105 {
    margin-bottom: 105px !important
}

.mb-106 {
    margin-bottom: 106px !important
}

.mb-107 {
    margin-bottom: 107px !important
}

.mb-108 {
    margin-bottom: 108px !important
}

.mb-109 {
    margin-bottom: 109px !important
}

.mb-110 {
    margin-bottom: 110px !important
}

.mb-111 {
    margin-bottom: 111px !important
}

.mb-112 {
    margin-bottom: 112px !important
}

.mb-113 {
    margin-bottom: 113px !important
}

.mb-114 {
    margin-bottom: 114px !important
}

.mb-115 {
    margin-bottom: 115px !important
}

.mb-116 {
    margin-bottom: 116px !important
}

.mb-117 {
    margin-bottom: 117px !important
}

.mb-118 {
    margin-bottom: 118px !important
}

.mb-119 {
    margin-bottom: 119px !important
}

.mb-120 {
    margin-bottom: 120px !important
}

.mb-121 {
    margin-bottom: 121px !important
}

.mb-122 {
    margin-bottom: 122px !important
}

.mb-123 {
    margin-bottom: 123px !important
}

.mb-124 {
    margin-bottom: 124px !important
}

.mb-125 {
    margin-bottom: 125px !important
}

.mb-126 {
    margin-bottom: 126px !important
}

.mb-127 {
    margin-bottom: 127px !important
}

.mb-128 {
    margin-bottom: 128px !important
}

.mb-129 {
    margin-bottom: 129px !important
}

.mb-130 {
    margin-bottom: 130px !important
}

.mb-131 {
    margin-bottom: 131px !important
}

.mb-132 {
    margin-bottom: 132px !important
}

.mb-133 {
    margin-bottom: 133px !important
}

.mb-134 {
    margin-bottom: 134px !important
}

.mb-135 {
    margin-bottom: 135px !important
}

.mb-136 {
    margin-bottom: 136px !important
}

.mb-137 {
    margin-bottom: 137px !important
}

.mb-138 {
    margin-bottom: 138px !important
}

.mb-139 {
    margin-bottom: 139px !important
}

.mb-140 {
    margin-bottom: 140px !important
}

.mb-141 {
    margin-bottom: 141px !important
}

.mb-142 {
    margin-bottom: 142px !important
}

.mb-143 {
    margin-bottom: 143px !important
}

.mb-144 {
    margin-bottom: 144px !important
}

.mb-145 {
    margin-bottom: 145px !important
}

.mb-146 {
    margin-bottom: 146px !important
}

.mb-147 {
    margin-bottom: 147px !important
}

.mb-148 {
    margin-bottom: 148px !important
}

.mb-149 {
    margin-bottom: 149px !important
}

.mb-150 {
    margin-bottom: 150px !important
}

.mb-151 {
    margin-bottom: 151px !important
}

.mb-152 {
    margin-bottom: 152px !important
}

.mb-153 {
    margin-bottom: 153px !important
}

.mb-154 {
    margin-bottom: 154px !important
}

.mb-155 {
    margin-bottom: 155px !important
}

.mb-156 {
    margin-bottom: 156px !important
}

.mb-157 {
    margin-bottom: 157px !important
}

.mb-158 {
    margin-bottom: 158px !important
}

.mb-159 {
    margin-bottom: 159px !important
}

.mb-160 {
    margin-bottom: 160px !important
}

.mb-161 {
    margin-bottom: 161px !important
}

.mb-162 {
    margin-bottom: 162px !important
}

.mb-163 {
    margin-bottom: 163px !important
}

.mb-164 {
    margin-bottom: 164px !important
}

.mb-165 {
    margin-bottom: 165px !important
}

.mb-166 {
    margin-bottom: 166px !important
}

.mb-167 {
    margin-bottom: 167px !important
}

.mb-168 {
    margin-bottom: 168px !important
}

.mb-169 {
    margin-bottom: 169px !important
}

.mb-170 {
    margin-bottom: 170px !important
}

.mb-171 {
    margin-bottom: 171px !important
}

.mb-172 {
    margin-bottom: 172px !important
}

.mb-173 {
    margin-bottom: 173px !important
}

.mb-174 {
    margin-bottom: 174px !important
}

.mb-175 {
    margin-bottom: 175px !important
}

.mb-176 {
    margin-bottom: 176px !important
}

.mb-177 {
    margin-bottom: 177px !important
}

.mb-178 {
    margin-bottom: 178px !important
}

.mb-179 {
    margin-bottom: 179px !important
}

.mb-180 {
    margin-bottom: 180px !important
}

.mb-181 {
    margin-bottom: 181px !important
}

.mb-182 {
    margin-bottom: 182px !important
}

.mb-183 {
    margin-bottom: 183px !important
}

.mb-184 {
    margin-bottom: 184px !important
}

.mb-185 {
    margin-bottom: 185px !important
}

.mb-186 {
    margin-bottom: 186px !important
}

.mb-187 {
    margin-bottom: 187px !important
}

.mb-188 {
    margin-bottom: 188px !important
}

.mb-189 {
    margin-bottom: 189px !important
}

.mb-190 {
    margin-bottom: 190px !important
}

.mb-191 {
    margin-bottom: 191px !important
}

.mb-192 {
    margin-bottom: 192px !important
}

.mb-193 {
    margin-bottom: 193px !important
}

.mb-194 {
    margin-bottom: 194px !important
}

.mb-195 {
    margin-bottom: 195px !important
}

.mb-196 {
    margin-bottom: 196px !important
}

.mb-197 {
    margin-bottom: 197px !important
}

.mb-198 {
    margin-bottom: 198px !important
}

.mb-199 {
    margin-bottom: 199px !important
}

.mb-200 {
    margin-bottom: 200px !important
}

.mb-201 {
    margin-bottom: 201px !important
}

.mb-202 {
    margin-bottom: 202px !important
}

.mb-203 {
    margin-bottom: 203px !important
}

.mb-204 {
    margin-bottom: 204px !important
}

.mb-205 {
    margin-bottom: 205px !important
}

.mb-206 {
    margin-bottom: 206px !important
}

.mb-207 {
    margin-bottom: 207px !important
}

.mb-208 {
    margin-bottom: 208px !important
}

.mb-209 {
    margin-bottom: 209px !important
}

.mb-210 {
    margin-bottom: 210px !important
}

.mb-211 {
    margin-bottom: 211px !important
}

.mb-212 {
    margin-bottom: 212px !important
}

.mb-213 {
    margin-bottom: 213px !important
}

.mb-214 {
    margin-bottom: 214px !important
}

.mb-215 {
    margin-bottom: 215px !important
}

.mb-216 {
    margin-bottom: 216px !important
}

.mb-217 {
    margin-bottom: 217px !important
}

.mb-218 {
    margin-bottom: 218px !important
}

.mb-219 {
    margin-bottom: 219px !important
}

.mb-220 {
    margin-bottom: 220px !important
}

.mb-221 {
    margin-bottom: 221px !important
}

.mb-222 {
    margin-bottom: 222px !important
}

.mb-223 {
    margin-bottom: 223px !important
}

.mb-224 {
    margin-bottom: 224px !important
}

.mb-225 {
    margin-bottom: 225px !important
}

.mb-226 {
    margin-bottom: 226px !important
}

.mb-227 {
    margin-bottom: 227px !important
}

.mb-228 {
    margin-bottom: 228px !important
}

.mb-229 {
    margin-bottom: 229px !important
}

.mb-230 {
    margin-bottom: 230px !important
}

.mb-231 {
    margin-bottom: 231px !important
}

.mb-232 {
    margin-bottom: 232px !important
}

.mb-233 {
    margin-bottom: 233px !important
}

.mb-234 {
    margin-bottom: 234px !important
}

.mb-235 {
    margin-bottom: 235px !important
}

.mb-236 {
    margin-bottom: 236px !important
}

.mb-237 {
    margin-bottom: 237px !important
}

.mb-238 {
    margin-bottom: 238px !important
}

.mb-239 {
    margin-bottom: 239px !important
}

.mb-240 {
    margin-bottom: 240px !important
}

.mb-241 {
    margin-bottom: 241px !important
}

.mb-242 {
    margin-bottom: 242px !important
}

.mb-243 {
    margin-bottom: 243px !important
}

.mb-244 {
    margin-bottom: 244px !important
}

.mb-245 {
    margin-bottom: 245px !important
}

.mb-246 {
    margin-bottom: 246px !important
}

.mb-247 {
    margin-bottom: 247px !important
}

.mb-248 {
    margin-bottom: 248px !important
}

.mb-249 {
    margin-bottom: 249px !important
}

.mb-250 {
    margin-bottom: 250px !important
}

.ml-0 {
    margin-left: 0
}

.ml-1 {
    margin-left: 1px !important
}

.ml-2 {
    margin-left: 2px !important
}

.ml-3 {
    margin-left: 3px !important
}

.ml-4 {
    margin-left: 4px !important
}

.ml-5 {
    margin-left: 5px !important
}

.ml-6 {
    margin-left: 6px !important
}

.ml-7 {
    margin-left: 7px !important
}

.ml-8 {
    margin-left: 8px !important
}

.ml-9 {
    margin-left: 9px !important
}

.ml-10 {
    margin-left: 10px !important
}

.ml-11 {
    margin-left: 11px !important
}

.ml-12 {
    margin-left: 12px !important
}

.ml-13 {
    margin-left: 13px !important
}

.ml-14 {
    margin-left: 14px !important
}

.ml-15 {
    margin-left: 15px !important
}

.ml-16 {
    margin-left: 16px !important
}

.ml-17 {
    margin-left: 17px !important
}

.ml-18 {
    margin-left: 18px !important
}

.ml-19 {
    margin-left: 19px !important
}

.ml-20 {
    margin-left: 20px !important
}

.ml-21 {
    margin-left: 21px !important
}

.ml-22 {
    margin-left: 22px !important
}

.ml-23 {
    margin-left: 23px !important
}

.ml-24 {
    margin-left: 24px !important
}

.ml-25 {
    margin-left: 25px !important
}

.ml-26 {
    margin-left: 26px !important
}

.ml-27 {
    margin-left: 27px !important
}

.ml-28 {
    margin-left: 28px !important
}

.ml-29 {
    margin-left: 29px !important
}

.ml-30 {
    margin-left: 30px !important
}

.ml-31 {
    margin-left: 31px !important
}

.ml-32 {
    margin-left: 32px !important
}

.ml-33 {
    margin-left: 33px !important
}

.ml-34 {
    margin-left: 34px !important
}

.ml-35 {
    margin-left: 35px !important
}

.ml-36 {
    margin-left: 36px !important
}

.ml-37 {
    margin-left: 37px !important
}

.ml-38 {
    margin-left: 38px !important
}

.ml-39 {
    margin-left: 39px !important
}

.ml-40 {
    margin-left: 40px !important
}

.ml-41 {
    margin-left: 41px !important
}

.ml-42 {
    margin-left: 42px !important
}

.ml-43 {
    margin-left: 43px !important
}

.ml-44 {
    margin-left: 44px !important
}

.ml-45 {
    margin-left: 45px !important
}

.ml-46 {
    margin-left: 46px !important
}

.ml-47 {
    margin-left: 47px !important
}

.ml-48 {
    margin-left: 48px !important
}

.ml-49 {
    margin-left: 49px !important
}

.ml-50 {
    margin-left: 50px !important
}

.ml-51 {
    margin-left: 51px !important
}

.ml-52 {
    margin-left: 52px !important
}

.ml-53 {
    margin-left: 53px !important
}

.ml-54 {
    margin-left: 54px !important
}

.ml-55 {
    margin-left: 55px !important
}

.ml-56 {
    margin-left: 56px !important
}

.ml-57 {
    margin-left: 57px !important
}

.ml-58 {
    margin-left: 58px !important
}

.ml-59 {
    margin-left: 59px !important
}

.ml-60 {
    margin-left: 60px !important
}

.ml-61 {
    margin-left: 61px !important
}

.ml-62 {
    margin-left: 62px !important
}

.ml-63 {
    margin-left: 63px !important
}

.ml-64 {
    margin-left: 64px !important
}

.ml-65 {
    margin-left: 65px !important
}

.ml-66 {
    margin-left: 66px !important
}

.ml-67 {
    margin-left: 67px !important
}

.ml-68 {
    margin-left: 68px !important
}

.ml-69 {
    margin-left: 69px !important
}

.ml-70 {
    margin-left: 70px !important
}

.ml-71 {
    margin-left: 71px !important
}

.ml-72 {
    margin-left: 72px !important
}

.ml-73 {
    margin-left: 73px !important
}

.ml-74 {
    margin-left: 74px !important
}

.ml-75 {
    margin-left: 75px !important
}

.ml-76 {
    margin-left: 76px !important
}

.ml-77 {
    margin-left: 77px !important
}

.ml-78 {
    margin-left: 78px !important
}

.ml-79 {
    margin-left: 79px !important
}

.ml-80 {
    margin-left: 80px !important
}

.ml-81 {
    margin-left: 81px !important
}

.ml-82 {
    margin-left: 82px !important
}

.ml-83 {
    margin-left: 83px !important
}

.ml-84 {
    margin-left: 84px !important
}

.ml-85 {
    margin-left: 85px !important
}

.ml-86 {
    margin-left: 86px !important
}

.ml-87 {
    margin-left: 87px !important
}

.ml-88 {
    margin-left: 88px !important
}

.ml-89 {
    margin-left: 89px !important
}

.ml-90 {
    margin-left: 90px !important
}

.ml-91 {
    margin-left: 91px !important
}

.ml-92 {
    margin-left: 92px !important
}

.ml-93 {
    margin-left: 93px !important
}

.ml-94 {
    margin-left: 94px !important
}

.ml-95 {
    margin-left: 95px !important
}

.ml-96 {
    margin-left: 96px !important
}

.ml-97 {
    margin-left: 97px !important
}

.ml-98 {
    margin-left: 98px !important
}

.ml-99 {
    margin-left: 99px !important
}

.ml-100 {
    margin-left: 100px !important
}

.ml-101 {
    margin-left: 101px !important
}

.ml-102 {
    margin-left: 102px !important
}

.ml-103 {
    margin-left: 103px !important
}

.ml-104 {
    margin-left: 104px !important
}

.ml-105 {
    margin-left: 105px !important
}

.ml-106 {
    margin-left: 106px !important
}

.ml-107 {
    margin-left: 107px !important
}

.ml-108 {
    margin-left: 108px !important
}

.ml-109 {
    margin-left: 109px !important
}

.ml-110 {
    margin-left: 110px !important
}

.ml-111 {
    margin-left: 111px !important
}

.ml-112 {
    margin-left: 112px !important
}

.ml-113 {
    margin-left: 113px !important
}

.ml-114 {
    margin-left: 114px !important
}

.ml-115 {
    margin-left: 115px !important
}

.ml-116 {
    margin-left: 116px !important
}

.ml-117 {
    margin-left: 117px !important
}

.ml-118 {
    margin-left: 118px !important
}

.ml-119 {
    margin-left: 119px !important
}

.ml-120 {
    margin-left: 120px !important
}

.ml-121 {
    margin-left: 121px !important
}

.ml-122 {
    margin-left: 122px !important
}

.ml-123 {
    margin-left: 123px !important
}

.ml-124 {
    margin-left: 124px !important
}

.ml-125 {
    margin-left: 125px !important
}

.ml-126 {
    margin-left: 126px !important
}

.ml-127 {
    margin-left: 127px !important
}

.ml-128 {
    margin-left: 128px !important
}

.ml-129 {
    margin-left: 129px !important
}

.ml-130 {
    margin-left: 130px !important
}

.ml-131 {
    margin-left: 131px !important
}

.ml-132 {
    margin-left: 132px !important
}

.ml-133 {
    margin-left: 133px !important
}

.ml-134 {
    margin-left: 134px !important
}

.ml-135 {
    margin-left: 135px !important
}

.ml-136 {
    margin-left: 136px !important
}

.ml-137 {
    margin-left: 137px !important
}

.ml-138 {
    margin-left: 138px !important
}

.ml-139 {
    margin-left: 139px !important
}

.ml-140 {
    margin-left: 140px !important
}

.ml-141 {
    margin-left: 141px !important
}

.ml-142 {
    margin-left: 142px !important
}

.ml-143 {
    margin-left: 143px !important
}

.ml-144 {
    margin-left: 144px !important
}

.ml-145 {
    margin-left: 145px !important
}

.ml-146 {
    margin-left: 146px !important
}

.ml-147 {
    margin-left: 147px !important
}

.ml-148 {
    margin-left: 148px !important
}

.ml-149 {
    margin-left: 149px !important
}

.ml-150 {
    margin-left: 150px !important
}

.ml-151 {
    margin-left: 151px !important
}

.ml-152 {
    margin-left: 152px !important
}

.ml-153 {
    margin-left: 153px !important
}

.ml-154 {
    margin-left: 154px !important
}

.ml-155 {
    margin-left: 155px !important
}

.ml-156 {
    margin-left: 156px !important
}

.ml-157 {
    margin-left: 157px !important
}

.ml-158 {
    margin-left: 158px !important
}

.ml-159 {
    margin-left: 159px !important
}

.ml-160 {
    margin-left: 160px !important
}

.ml-161 {
    margin-left: 161px !important
}

.ml-162 {
    margin-left: 162px !important
}

.ml-163 {
    margin-left: 163px !important
}

.ml-164 {
    margin-left: 164px !important
}

.ml-165 {
    margin-left: 165px !important
}

.ml-166 {
    margin-left: 166px !important
}

.ml-167 {
    margin-left: 167px !important
}

.ml-168 {
    margin-left: 168px !important
}

.ml-169 {
    margin-left: 169px !important
}

.ml-170 {
    margin-left: 170px !important
}

.ml-171 {
    margin-left: 171px !important
}

.ml-172 {
    margin-left: 172px !important
}

.ml-173 {
    margin-left: 173px !important
}

.ml-174 {
    margin-left: 174px !important
}

.ml-175 {
    margin-left: 175px !important
}

.ml-176 {
    margin-left: 176px !important
}

.ml-177 {
    margin-left: 177px !important
}

.ml-178 {
    margin-left: 178px !important
}

.ml-179 {
    margin-left: 179px !important
}

.ml-180 {
    margin-left: 180px !important
}

.ml-181 {
    margin-left: 181px !important
}

.ml-182 {
    margin-left: 182px !important
}

.ml-183 {
    margin-left: 183px !important
}

.ml-184 {
    margin-left: 184px !important
}

.ml-185 {
    margin-left: 185px !important
}

.ml-186 {
    margin-left: 186px !important
}

.ml-187 {
    margin-left: 187px !important
}

.ml-188 {
    margin-left: 188px !important
}

.ml-189 {
    margin-left: 189px !important
}

.ml-190 {
    margin-left: 190px !important
}

.ml-191 {
    margin-left: 191px !important
}

.ml-192 {
    margin-left: 192px !important
}

.ml-193 {
    margin-left: 193px !important
}

.ml-194 {
    margin-left: 194px !important
}

.ml-195 {
    margin-left: 195px !important
}

.ml-196 {
    margin-left: 196px !important
}

.ml-197 {
    margin-left: 197px !important
}

.ml-198 {
    margin-left: 198px !important
}

.ml-199 {
    margin-left: 199px !important
}

.ml-200 {
    margin-left: 200px !important
}

.ml-201 {
    margin-left: 201px !important
}

.ml-202 {
    margin-left: 202px !important
}

.ml-203 {
    margin-left: 203px !important
}

.ml-204 {
    margin-left: 204px !important
}

.ml-205 {
    margin-left: 205px !important
}

.ml-206 {
    margin-left: 206px !important
}

.ml-207 {
    margin-left: 207px !important
}

.ml-208 {
    margin-left: 208px !important
}

.ml-209 {
    margin-left: 209px !important
}

.ml-210 {
    margin-left: 210px !important
}

.ml-211 {
    margin-left: 211px !important
}

.ml-212 {
    margin-left: 212px !important
}

.ml-213 {
    margin-left: 213px !important
}

.ml-214 {
    margin-left: 214px !important
}

.ml-215 {
    margin-left: 215px !important
}

.ml-216 {
    margin-left: 216px !important
}

.ml-217 {
    margin-left: 217px !important
}

.ml-218 {
    margin-left: 218px !important
}

.ml-219 {
    margin-left: 219px !important
}

.ml-220 {
    margin-left: 220px !important
}

.ml-221 {
    margin-left: 221px !important
}

.ml-222 {
    margin-left: 222px !important
}

.ml-223 {
    margin-left: 223px !important
}

.ml-224 {
    margin-left: 224px !important
}

.ml-225 {
    margin-left: 225px !important
}

.ml-226 {
    margin-left: 226px !important
}

.ml-227 {
    margin-left: 227px !important
}

.ml-228 {
    margin-left: 228px !important
}

.ml-229 {
    margin-left: 229px !important
}

.ml-230 {
    margin-left: 230px !important
}

.ml-231 {
    margin-left: 231px !important
}

.ml-232 {
    margin-left: 232px !important
}

.ml-233 {
    margin-left: 233px !important
}

.ml-234 {
    margin-left: 234px !important
}

.ml-235 {
    margin-left: 235px !important
}

.ml-236 {
    margin-left: 236px !important
}

.ml-237 {
    margin-left: 237px !important
}

.ml-238 {
    margin-left: 238px !important
}

.ml-239 {
    margin-left: 239px !important
}

.ml-240 {
    margin-left: 240px !important
}

.ml-241 {
    margin-left: 241px !important
}

.ml-242 {
    margin-left: 242px !important
}

.ml-243 {
    margin-left: 243px !important
}

.ml-244 {
    margin-left: 244px !important
}

.ml-245 {
    margin-left: 245px !important
}

.ml-246 {
    margin-left: 246px !important
}

.ml-247 {
    margin-left: 247px !important
}

.ml-248 {
    margin-left: 248px !important
}

.ml-249 {
    margin-left: 249px !important
}

.ml-250 {
    margin-left: 250px !important
}

.mr-0 {
    margin-right: 0
}

.mr-1 {
    margin-right: 1px !important
}

.mr-2 {
    margin-right: 2px !important
}

.mr-3 {
    margin-right: 3px !important
}

.mr-4 {
    margin-right: 4px !important
}

.mr-5 {
    margin-right: 5px !important
}

.mr-6 {
    margin-right: 6px !important
}

.mr-7 {
    margin-right: 7px !important
}

.mr-8 {
    margin-right: 8px !important
}

.mr-9 {
    margin-right: 9px !important
}

.mr-10 {
    margin-right: 10px !important
}

.mr-11 {
    margin-right: 11px !important
}

.mr-12 {
    margin-right: 12px !important
}

.mr-13 {
    margin-right: 13px !important
}

.mr-14 {
    margin-right: 14px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mr-16 {
    margin-right: 16px !important
}

.mr-17 {
    margin-right: 17px !important
}

.mr-18 {
    margin-right: 18px !important
}

.mr-19 {
    margin-right: 19px !important
}

.mr-20 {
    margin-right: 20px !important
}

.mr-21 {
    margin-right: 21px !important
}

.mr-22 {
    margin-right: 22px !important
}

.mr-23 {
    margin-right: 23px !important
}

.mr-24 {
    margin-right: 24px !important
}

.mr-25 {
    margin-right: 25px !important
}

.mr-26 {
    margin-right: 26px !important
}

.mr-27 {
    margin-right: 27px !important
}

.mr-28 {
    margin-right: 28px !important
}

.mr-29 {
    margin-right: 29px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mr-31 {
    margin-right: 31px !important
}

.mr-32 {
    margin-right: 32px !important
}

.mr-33 {
    margin-right: 33px !important
}

.mr-34 {
    margin-right: 34px !important
}

.mr-35 {
    margin-right: 35px !important
}

.mr-36 {
    margin-right: 36px !important
}

.mr-37 {
    margin-right: 37px !important
}

.mr-38 {
    margin-right: 38px !important
}

.mr-39 {
    margin-right: 39px !important
}

.mr-40 {
    margin-right: 40px !important
}

.mr-41 {
    margin-right: 41px !important
}

.mr-42 {
    margin-right: 42px !important
}

.mr-43 {
    margin-right: 43px !important
}

.mr-44 {
    margin-right: 44px !important
}

.mr-45 {
    margin-right: 45px !important
}

.mr-46 {
    margin-right: 46px !important
}

.mr-47 {
    margin-right: 47px !important
}

.mr-48 {
    margin-right: 48px !important
}

.mr-49 {
    margin-right: 49px !important
}

.mr-50 {
    margin-right: 50px !important
}

.mr-51 {
    margin-right: 51px !important
}

.mr-52 {
    margin-right: 52px !important
}

.mr-53 {
    margin-right: 53px !important
}

.mr-54 {
    margin-right: 54px !important
}

.mr-55 {
    margin-right: 55px !important
}

.mr-56 {
    margin-right: 56px !important
}

.mr-57 {
    margin-right: 57px !important
}

.mr-58 {
    margin-right: 58px !important
}

.mr-59 {
    margin-right: 59px !important
}

.mr-60 {
    margin-right: 60px !important
}

.mr-61 {
    margin-right: 61px !important
}

.mr-62 {
    margin-right: 62px !important
}

.mr-63 {
    margin-right: 63px !important
}

.mr-64 {
    margin-right: 64px !important
}

.mr-65 {
    margin-right: 65px !important
}

.mr-66 {
    margin-right: 66px !important
}

.mr-67 {
    margin-right: 67px !important
}

.mr-68 {
    margin-right: 68px !important
}

.mr-69 {
    margin-right: 69px !important
}

.mr-70 {
    margin-right: 70px !important
}

.mr-71 {
    margin-right: 71px !important
}

.mr-72 {
    margin-right: 72px !important
}

.mr-73 {
    margin-right: 73px !important
}

.mr-74 {
    margin-right: 74px !important
}

.mr-75 {
    margin-right: 75px !important
}

.mr-76 {
    margin-right: 76px !important
}

.mr-77 {
    margin-right: 77px !important
}

.mr-78 {
    margin-right: 78px !important
}

.mr-79 {
    margin-right: 79px !important
}

.mr-80 {
    margin-right: 80px !important
}

.mr-81 {
    margin-right: 81px !important
}

.mr-82 {
    margin-right: 82px !important
}

.mr-83 {
    margin-right: 83px !important
}

.mr-84 {
    margin-right: 84px !important
}

.mr-85 {
    margin-right: 85px !important
}

.mr-86 {
    margin-right: 86px !important
}

.mr-87 {
    margin-right: 87px !important
}

.mr-88 {
    margin-right: 88px !important
}

.mr-89 {
    margin-right: 89px !important
}

.mr-90 {
    margin-right: 90px !important
}

.mr-91 {
    margin-right: 91px !important
}

.mr-92 {
    margin-right: 92px !important
}

.mr-93 {
    margin-right: 93px !important
}

.mr-94 {
    margin-right: 94px !important
}

.mr-95 {
    margin-right: 95px !important
}

.mr-96 {
    margin-right: 96px !important
}

.mr-97 {
    margin-right: 97px !important
}

.mr-98 {
    margin-right: 98px !important
}

.mr-99 {
    margin-right: 99px !important
}

.mr-100 {
    margin-right: 100px !important
}

.mr-101 {
    margin-right: 101px !important
}

.mr-102 {
    margin-right: 102px !important
}

.mr-103 {
    margin-right: 103px !important
}

.mr-104 {
    margin-right: 104px !important
}

.mr-105 {
    margin-right: 105px !important
}

.mr-106 {
    margin-right: 106px !important
}

.mr-107 {
    margin-right: 107px !important
}

.mr-108 {
    margin-right: 108px !important
}

.mr-109 {
    margin-right: 109px !important
}

.mr-110 {
    margin-right: 110px !important
}

.mr-111 {
    margin-right: 111px !important
}

.mr-112 {
    margin-right: 112px !important
}

.mr-113 {
    margin-right: 113px !important
}

.mr-114 {
    margin-right: 114px !important
}

.mr-115 {
    margin-right: 115px !important
}

.mr-116 {
    margin-right: 116px !important
}

.mr-117 {
    margin-right: 117px !important
}

.mr-118 {
    margin-right: 118px !important
}

.mr-119 {
    margin-right: 119px !important
}

.mr-120 {
    margin-right: 120px !important
}

.mr-121 {
    margin-right: 121px !important
}

.mr-122 {
    margin-right: 122px !important
}

.mr-123 {
    margin-right: 123px !important
}

.mr-124 {
    margin-right: 124px !important
}

.mr-125 {
    margin-right: 125px !important
}

.mr-126 {
    margin-right: 126px !important
}

.mr-127 {
    margin-right: 127px !important
}

.mr-128 {
    margin-right: 128px !important
}

.mr-129 {
    margin-right: 129px !important
}

.mr-130 {
    margin-right: 130px !important
}

.mr-131 {
    margin-right: 131px !important
}

.mr-132 {
    margin-right: 132px !important
}

.mr-133 {
    margin-right: 133px !important
}

.mr-134 {
    margin-right: 134px !important
}

.mr-135 {
    margin-right: 135px !important
}

.mr-136 {
    margin-right: 136px !important
}

.mr-137 {
    margin-right: 137px !important
}

.mr-138 {
    margin-right: 138px !important
}

.mr-139 {
    margin-right: 139px !important
}

.mr-140 {
    margin-right: 140px !important
}

.mr-141 {
    margin-right: 141px !important
}

.mr-142 {
    margin-right: 142px !important
}

.mr-143 {
    margin-right: 143px !important
}

.mr-144 {
    margin-right: 144px !important
}

.mr-145 {
    margin-right: 145px !important
}

.mr-146 {
    margin-right: 146px !important
}

.mr-147 {
    margin-right: 147px !important
}

.mr-148 {
    margin-right: 148px !important
}

.mr-149 {
    margin-right: 149px !important
}

.mr-150 {
    margin-right: 150px !important
}

.mr-151 {
    margin-right: 151px !important
}

.mr-152 {
    margin-right: 152px !important
}

.mr-153 {
    margin-right: 153px !important
}

.mr-154 {
    margin-right: 154px !important
}

.mr-155 {
    margin-right: 155px !important
}

.mr-156 {
    margin-right: 156px !important
}

.mr-157 {
    margin-right: 157px !important
}

.mr-158 {
    margin-right: 158px !important
}

.mr-159 {
    margin-right: 159px !important
}

.mr-160 {
    margin-right: 160px !important
}

.mr-161 {
    margin-right: 161px !important
}

.mr-162 {
    margin-right: 162px !important
}

.mr-163 {
    margin-right: 163px !important
}

.mr-164 {
    margin-right: 164px !important
}

.mr-165 {
    margin-right: 165px !important
}

.mr-166 {
    margin-right: 166px !important
}

.mr-167 {
    margin-right: 167px !important
}

.mr-168 {
    margin-right: 168px !important
}

.mr-169 {
    margin-right: 169px !important
}

.mr-170 {
    margin-right: 170px !important
}

.mr-171 {
    margin-right: 171px !important
}

.mr-172 {
    margin-right: 172px !important
}

.mr-173 {
    margin-right: 173px !important
}

.mr-174 {
    margin-right: 174px !important
}

.mr-175 {
    margin-right: 175px !important
}

.mr-176 {
    margin-right: 176px !important
}

.mr-177 {
    margin-right: 177px !important
}

.mr-178 {
    margin-right: 178px !important
}

.mr-179 {
    margin-right: 179px !important
}

.mr-180 {
    margin-right: 180px !important
}

.mr-181 {
    margin-right: 181px !important
}

.mr-182 {
    margin-right: 182px !important
}

.mr-183 {
    margin-right: 183px !important
}

.mr-184 {
    margin-right: 184px !important
}

.mr-185 {
    margin-right: 185px !important
}

.mr-186 {
    margin-right: 186px !important
}

.mr-187 {
    margin-right: 187px !important
}

.mr-188 {
    margin-right: 188px !important
}

.mr-189 {
    margin-right: 189px !important
}

.mr-190 {
    margin-right: 190px !important
}

.mr-191 {
    margin-right: 191px !important
}

.mr-192 {
    margin-right: 192px !important
}

.mr-193 {
    margin-right: 193px !important
}

.mr-194 {
    margin-right: 194px !important
}

.mr-195 {
    margin-right: 195px !important
}

.mr-196 {
    margin-right: 196px !important
}

.mr-197 {
    margin-right: 197px !important
}

.mr-198 {
    margin-right: 198px !important
}

.mr-199 {
    margin-right: 199px !important
}

.mr-200 {
    margin-right: 200px !important
}

.mr-201 {
    margin-right: 201px !important
}

.mr-202 {
    margin-right: 202px !important
}

.mr-203 {
    margin-right: 203px !important
}

.mr-204 {
    margin-right: 204px !important
}

.mr-205 {
    margin-right: 205px !important
}

.mr-206 {
    margin-right: 206px !important
}

.mr-207 {
    margin-right: 207px !important
}

.mr-208 {
    margin-right: 208px !important
}

.mr-209 {
    margin-right: 209px !important
}

.mr-210 {
    margin-right: 210px !important
}

.mr-211 {
    margin-right: 211px !important
}

.mr-212 {
    margin-right: 212px !important
}

.mr-213 {
    margin-right: 213px !important
}

.mr-214 {
    margin-right: 214px !important
}

.mr-215 {
    margin-right: 215px !important
}

.mr-216 {
    margin-right: 216px !important
}

.mr-217 {
    margin-right: 217px !important
}

.mr-218 {
    margin-right: 218px !important
}

.mr-219 {
    margin-right: 219px !important
}

.mr-220 {
    margin-right: 220px !important
}

.mr-221 {
    margin-right: 221px !important
}

.mr-222 {
    margin-right: 222px !important
}

.mr-223 {
    margin-right: 223px !important
}

.mr-224 {
    margin-right: 224px !important
}

.mr-225 {
    margin-right: 225px !important
}

.mr-226 {
    margin-right: 226px !important
}

.mr-227 {
    margin-right: 227px !important
}

.mr-228 {
    margin-right: 228px !important
}

.mr-229 {
    margin-right: 229px !important
}

.mr-230 {
    margin-right: 230px !important
}

.mr-231 {
    margin-right: 231px !important
}

.mr-232 {
    margin-right: 232px !important
}

.mr-233 {
    margin-right: 233px !important
}

.mr-234 {
    margin-right: 234px !important
}

.mr-235 {
    margin-right: 235px !important
}

.mr-236 {
    margin-right: 236px !important
}

.mr-237 {
    margin-right: 237px !important
}

.mr-238 {
    margin-right: 238px !important
}

.mr-239 {
    margin-right: 239px !important
}

.mr-240 {
    margin-right: 240px !important
}

.mr-241 {
    margin-right: 241px !important
}

.mr-242 {
    margin-right: 242px !important
}

.mr-243 {
    margin-right: 243px !important
}

.mr-244 {
    margin-right: 244px !important
}

.mr-245 {
    margin-right: 245px !important
}

.mr-246 {
    margin-right: 246px !important
}

.mr-247 {
    margin-right: 247px !important
}

.mr-248 {
    margin-right: 248px !important
}

.mr-249 {
    margin-right: 249px !important
}

.mr-250 {
    margin-right: 250px !important
}

.nmt-0 {
    margin-top: -0
}

.nmt-1 {
    margin-top: -1px !important
}

.nmt-2 {
    margin-top: -2px !important
}

.nmt-3 {
    margin-top: -3px !important
}

.nmt-4 {
    margin-top: -4px !important
}

.nmt-5 {
    margin-top: -5px !important
}

.nmt-6 {
    margin-top: -6px !important
}

.nmt-7 {
    margin-top: -7px !important
}

.nmt-8 {
    margin-top: -8px !important
}

.nmt-9 {
    margin-top: -9px !important
}

.nmt-10 {
    margin-top: -10px !important
}

.nmt-11 {
    margin-top: -11px !important
}

.nmt-12 {
    margin-top: -12px !important
}

.nmt-13 {
    margin-top: -13px !important
}

.nmt-14 {
    margin-top: -14px !important
}

.nmt-15 {
    margin-top: -15px !important
}

.nmt-16 {
    margin-top: -16px !important
}

.nmt-17 {
    margin-top: -17px !important
}

.nmt-18 {
    margin-top: -18px !important
}

.nmt-19 {
    margin-top: -19px !important
}

.nmt-20 {
    margin-top: -20px !important
}

.nmt-21 {
    margin-top: -21px !important
}

.nmt-22 {
    margin-top: -22px !important
}

.nmt-23 {
    margin-top: -23px !important
}

.nmt-24 {
    margin-top: -24px !important
}

.nmt-25 {
    margin-top: -25px !important
}

.nmt-26 {
    margin-top: -26px !important
}

.nmt-27 {
    margin-top: -27px !important
}

.nmt-28 {
    margin-top: -28px !important
}

.nmt-29 {
    margin-top: -29px !important
}

.nmt-30 {
    margin-top: -30px !important
}

.nmt-31 {
    margin-top: -31px !important
}

.nmt-32 {
    margin-top: -32px !important
}

.nmt-33 {
    margin-top: -33px !important
}

.nmt-34 {
    margin-top: -34px !important
}

.nmt-35 {
    margin-top: -35px !important
}

.nmt-36 {
    margin-top: -36px !important
}

.nmt-37 {
    margin-top: -37px !important
}

.nmt-38 {
    margin-top: -38px !important
}

.nmt-39 {
    margin-top: -39px !important
}

.nmt-40 {
    margin-top: -40px !important
}

.nmt-41 {
    margin-top: -41px !important
}

.nmt-42 {
    margin-top: -42px !important
}

.nmt-43 {
    margin-top: -43px !important
}

.nmt-44 {
    margin-top: -44px !important
}

.nmt-45 {
    margin-top: -45px !important
}

.nmt-46 {
    margin-top: -46px !important
}

.nmt-47 {
    margin-top: -47px !important
}

.nmt-48 {
    margin-top: -48px !important
}

.nmt-49 {
    margin-top: -49px !important
}

.nmt-50 {
    margin-top: -50px !important
}

.nmt-51 {
    margin-top: -51px !important
}

.nmt-52 {
    margin-top: -52px !important
}

.nmt-53 {
    margin-top: -53px !important
}

.nmt-54 {
    margin-top: -54px !important
}

.nmt-55 {
    margin-top: -55px !important
}

.nmt-56 {
    margin-top: -56px !important
}

.nmt-57 {
    margin-top: -57px !important
}

.nmt-58 {
    margin-top: -58px !important
}

.nmt-59 {
    margin-top: -59px !important
}

.nmt-60 {
    margin-top: -60px !important
}

.nmt-61 {
    margin-top: -61px !important
}

.nmt-62 {
    margin-top: -62px !important
}

.nmt-63 {
    margin-top: -63px !important
}

.nmt-64 {
    margin-top: -64px !important
}

.nmt-65 {
    margin-top: -65px !important
}

.nmt-66 {
    margin-top: -66px !important
}

.nmt-67 {
    margin-top: -67px !important
}

.nmt-68 {
    margin-top: -68px !important
}

.nmt-69 {
    margin-top: -69px !important
}

.nmt-70 {
    margin-top: -70px !important
}

.nmt-71 {
    margin-top: -71px !important
}

.nmt-72 {
    margin-top: -72px !important
}

.nmt-73 {
    margin-top: -73px !important
}

.nmt-74 {
    margin-top: -74px !important
}

.nmt-75 {
    margin-top: -75px !important
}

.nmt-76 {
    margin-top: -76px !important
}

.nmt-77 {
    margin-top: -77px !important
}

.nmt-78 {
    margin-top: -78px !important
}

.nmt-79 {
    margin-top: -79px !important
}

.nmt-80 {
    margin-top: -80px !important
}

.nmt-81 {
    margin-top: -81px !important
}

.nmt-82 {
    margin-top: -82px !important
}

.nmt-83 {
    margin-top: -83px !important
}

.nmt-84 {
    margin-top: -84px !important
}

.nmt-85 {
    margin-top: -85px !important
}

.nmt-86 {
    margin-top: -86px !important
}

.nmt-87 {
    margin-top: -87px !important
}

.nmt-88 {
    margin-top: -88px !important
}

.nmt-89 {
    margin-top: -89px !important
}

.nmt-90 {
    margin-top: -90px !important
}

.nmt-91 {
    margin-top: -91px !important
}

.nmt-92 {
    margin-top: -92px !important
}

.nmt-93 {
    margin-top: -93px !important
}

.nmt-94 {
    margin-top: -94px !important
}

.nmt-95 {
    margin-top: -95px !important
}

.nmt-96 {
    margin-top: -96px !important
}

.nmt-97 {
    margin-top: -97px !important
}

.nmt-98 {
    margin-top: -98px !important
}

.nmt-99 {
    margin-top: -99px !important
}

.nmt-100 {
    margin-top: -100px !important
}

.nmt-101 {
    margin-top: -101px !important
}

.nmt-102 {
    margin-top: -102px !important
}

.nmt-103 {
    margin-top: -103px !important
}

.nmt-104 {
    margin-top: -104px !important
}

.nmt-105 {
    margin-top: -105px !important
}

.nmt-106 {
    margin-top: -106px !important
}

.nmt-107 {
    margin-top: -107px !important
}

.nmt-108 {
    margin-top: -108px !important
}

.nmt-109 {
    margin-top: -109px !important
}

.nmt-110 {
    margin-top: -110px !important
}

.nmt-111 {
    margin-top: -111px !important
}

.nmt-112 {
    margin-top: -112px !important
}

.nmt-113 {
    margin-top: -113px !important
}

.nmt-114 {
    margin-top: -114px !important
}

.nmt-115 {
    margin-top: -115px !important
}

.nmt-116 {
    margin-top: -116px !important
}

.nmt-117 {
    margin-top: -117px !important
}

.nmt-118 {
    margin-top: -118px !important
}

.nmt-119 {
    margin-top: -119px !important
}

.nmt-120 {
    margin-top: -120px !important
}

.nmt-121 {
    margin-top: -121px !important
}

.nmt-122 {
    margin-top: -122px !important
}

.nmt-123 {
    margin-top: -123px !important
}

.nmt-124 {
    margin-top: -124px !important
}

.nmt-125 {
    margin-top: -125px !important
}

.nmt-126 {
    margin-top: -126px !important
}

.nmt-127 {
    margin-top: -127px !important
}

.nmt-128 {
    margin-top: -128px !important
}

.nmt-129 {
    margin-top: -129px !important
}

.nmt-130 {
    margin-top: -130px !important
}

.nmt-131 {
    margin-top: -131px !important
}

.nmt-132 {
    margin-top: -132px !important
}

.nmt-133 {
    margin-top: -133px !important
}

.nmt-134 {
    margin-top: -134px !important
}

.nmt-135 {
    margin-top: -135px !important
}

.nmt-136 {
    margin-top: -136px !important
}

.nmt-137 {
    margin-top: -137px !important
}

.nmt-138 {
    margin-top: -138px !important
}

.nmt-139 {
    margin-top: -139px !important
}

.nmt-140 {
    margin-top: -140px !important
}

.nmt-141 {
    margin-top: -141px !important
}

.nmt-142 {
    margin-top: -142px !important
}

.nmt-143 {
    margin-top: -143px !important
}

.nmt-144 {
    margin-top: -144px !important
}

.nmt-145 {
    margin-top: -145px !important
}

.nmt-146 {
    margin-top: -146px !important
}

.nmt-147 {
    margin-top: -147px !important
}

.nmt-148 {
    margin-top: -148px !important
}

.nmt-149 {
    margin-top: -149px !important
}

.nmt-150 {
    margin-top: -150px !important
}

.nmt-151 {
    margin-top: -151px !important
}

.nmt-152 {
    margin-top: -152px !important
}

.nmt-153 {
    margin-top: -153px !important
}

.nmt-154 {
    margin-top: -154px !important
}

.nmt-155 {
    margin-top: -155px !important
}

.nmt-156 {
    margin-top: -156px !important
}

.nmt-157 {
    margin-top: -157px !important
}

.nmt-158 {
    margin-top: -158px !important
}

.nmt-159 {
    margin-top: -159px !important
}

.nmt-160 {
    margin-top: -160px !important
}

.nmt-161 {
    margin-top: -161px !important
}

.nmt-162 {
    margin-top: -162px !important
}

.nmt-163 {
    margin-top: -163px !important
}

.nmt-164 {
    margin-top: -164px !important
}

.nmt-165 {
    margin-top: -165px !important
}

.nmt-166 {
    margin-top: -166px !important
}

.nmt-167 {
    margin-top: -167px !important
}

.nmt-168 {
    margin-top: -168px !important
}

.nmt-169 {
    margin-top: -169px !important
}

.nmt-170 {
    margin-top: -170px !important
}

.nmt-171 {
    margin-top: -171px !important
}

.nmt-172 {
    margin-top: -172px !important
}

.nmt-173 {
    margin-top: -173px !important
}

.nmt-174 {
    margin-top: -174px !important
}

.nmt-175 {
    margin-top: -175px !important
}

.nmt-176 {
    margin-top: -176px !important
}

.nmt-177 {
    margin-top: -177px !important
}

.nmt-178 {
    margin-top: -178px !important
}

.nmt-179 {
    margin-top: -179px !important
}

.nmt-180 {
    margin-top: -180px !important
}

.nmt-181 {
    margin-top: -181px !important
}

.nmt-182 {
    margin-top: -182px !important
}

.nmt-183 {
    margin-top: -183px !important
}

.nmt-184 {
    margin-top: -184px !important
}

.nmt-185 {
    margin-top: -185px !important
}

.nmt-186 {
    margin-top: -186px !important
}

.nmt-187 {
    margin-top: -187px !important
}

.nmt-188 {
    margin-top: -188px !important
}

.nmt-189 {
    margin-top: -189px !important
}

.nmt-190 {
    margin-top: -190px !important
}

.nmt-191 {
    margin-top: -191px !important
}

.nmt-192 {
    margin-top: -192px !important
}

.nmt-193 {
    margin-top: -193px !important
}

.nmt-194 {
    margin-top: -194px !important
}

.nmt-195 {
    margin-top: -195px !important
}

.nmt-196 {
    margin-top: -196px !important
}

.nmt-197 {
    margin-top: -197px !important
}

.nmt-198 {
    margin-top: -198px !important
}

.nmt-199 {
    margin-top: -199px !important
}

.nmt-200 {
    margin-top: -200px !important
}

.nmt-201 {
    margin-top: -201px !important
}

.nmt-202 {
    margin-top: -202px !important
}

.nmt-203 {
    margin-top: -203px !important
}

.nmt-204 {
    margin-top: -204px !important
}

.nmt-205 {
    margin-top: -205px !important
}

.nmt-206 {
    margin-top: -206px !important
}

.nmt-207 {
    margin-top: -207px !important
}

.nmt-208 {
    margin-top: -208px !important
}

.nmt-209 {
    margin-top: -209px !important
}

.nmt-210 {
    margin-top: -210px !important
}

.nmt-211 {
    margin-top: -211px !important
}

.nmt-212 {
    margin-top: -212px !important
}

.nmt-213 {
    margin-top: -213px !important
}

.nmt-214 {
    margin-top: -214px !important
}

.nmt-215 {
    margin-top: -215px !important
}

.nmt-216 {
    margin-top: -216px !important
}

.nmt-217 {
    margin-top: -217px !important
}

.nmt-218 {
    margin-top: -218px !important
}

.nmt-219 {
    margin-top: -219px !important
}

.nmt-220 {
    margin-top: -220px !important
}

.nmt-221 {
    margin-top: -221px !important
}

.nmt-222 {
    margin-top: -222px !important
}

.nmt-223 {
    margin-top: -223px !important
}

.nmt-224 {
    margin-top: -224px !important
}

.nmt-225 {
    margin-top: -225px !important
}

.nmt-226 {
    margin-top: -226px !important
}

.nmt-227 {
    margin-top: -227px !important
}

.nmt-228 {
    margin-top: -228px !important
}

.nmt-229 {
    margin-top: -229px !important
}

.nmt-230 {
    margin-top: -230px !important
}

.nmt-231 {
    margin-top: -231px !important
}

.nmt-232 {
    margin-top: -232px !important
}

.nmt-233 {
    margin-top: -233px !important
}

.nmt-234 {
    margin-top: -234px !important
}

.nmt-235 {
    margin-top: -235px !important
}

.nmt-236 {
    margin-top: -236px !important
}

.nmt-237 {
    margin-top: -237px !important
}

.nmt-238 {
    margin-top: -238px !important
}

.nmt-239 {
    margin-top: -239px !important
}

.nmt-240 {
    margin-top: -240px !important
}

.nmt-241 {
    margin-top: -241px !important
}

.nmt-242 {
    margin-top: -242px !important
}

.nmt-243 {
    margin-top: -243px !important
}

.nmt-244 {
    margin-top: -244px !important
}

.nmt-245 {
    margin-top: -245px !important
}

.nmt-246 {
    margin-top: -246px !important
}

.nmt-247 {
    margin-top: -247px !important
}

.nmt-248 {
    margin-top: -248px !important
}

.nmt-249 {
    margin-top: -249px !important
}

.nmt-250 {
    margin-top: -250px !important
}
