/*# sourceMappingURL=bootstrap.min.css.map */

@charset"UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes bounce-sm {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes bounce-sm {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.bounce-sm {
    -webkit-animation-name: bounce-sm;
    animation-name: bounce-sm
}

@-webkit-keyframes bounceLeft {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px)
    }
}

@keyframes bounceLeft {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    40% {
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    60% {
        -webkit-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        transform: translateX(-15px)
    }
}

.bounceLeft {
    -webkit-animation-name: bounceLeft;
    animation-name: bounceLeft
}

@-webkit-keyframes bounceRight {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    60% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px)
    }
}

@keyframes bounceRight {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    40% {
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }

    60% {
        -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
        transform: translateX(15px)
    }
}

.bounceRight {
    -webkit-animation-name: bounceRight;
    animation-name: bounceRight
}

@-webkit-keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }

    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        -ms-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }

    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        -ms-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        -ms-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0);
        transform: translateX(0%) skewX(0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0);
        -ms-transform: translateX(0%) skewX(0);
        transform: translateX(0%) skewX(0);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0);
        transform: translateX(0%) skewX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0);
        -ms-transform: translateX(0%) skewX(0);
        transform: translateX(0%) skewX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        -ms-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-48px);
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        -ms-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-48px);
        -ms-transform: scale(.475) translateX(-48px);
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(42px);
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(42px);
        -ms-transform: scale(.475) translateX(42px);
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-42px);
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-42px);
        -ms-transform: scale(.475) translateX(-42px);
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        -ms-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        transform-origin: center top
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: 'themify';
    src: url(../fonts/themify.eot?-fvbane);
    src: url(../fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'), url(../fonts/themify.woff?-fvbane) format('woff'), url(../fonts/themify.ttf?-fvbane) format('truetype'), url(../fonts/themify.svg?-fvbane#themify) format('svg');
    font-weight: normal;
    font-style: normal
}

[class^=ti-],
[class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-wand:before {
    content: "\e600"
}

.ti-volume:before {
    content: "\e601"
}

.ti-user:before {
    content: "\e602"
}

.ti-unlock:before {
    content: "\e603"
}

.ti-unlink:before {
    content: "\e604"
}

.ti-trash:before {
    content: "\e605"
}

.ti-thought:before {
    content: "\e606"
}

.ti-target:before {
    content: "\e607"
}

.ti-tag:before {
    content: "\e608"
}

.ti-tablet:before {
    content: "\e609"
}

.ti-star:before {
    content: "\e60a"
}

.ti-spray:before {
    content: "\e60b"
}

.ti-signal:before {
    content: "\e60c"
}

.ti-shopping-cart:before {
    content: "\e60d"
}

.ti-shopping-cart-full:before {
    content: "\e60e"
}

.ti-settings:before {
    content: "\e60f"
}

.ti-search:before {
    content: "\e610"
}

.ti-zoom-in:before {
    content: "\e611"
}

.ti-zoom-out:before {
    content: "\e612"
}

.ti-cut:before {
    content: "\e613"
}

.ti-ruler:before {
    content: "\e614"
}

.ti-ruler-pencil:before {
    content: "\e615"
}

.ti-ruler-alt:before {
    content: "\e616"
}

.ti-bookmark:before {
    content: "\e617"
}

.ti-bookmark-alt:before {
    content: "\e618"
}

.ti-reload:before {
    content: "\e619"
}

.ti-plus:before {
    content: "\e61a"
}

.ti-pin:before {
    content: "\e61b"
}

.ti-pencil:before {
    content: "\e61c"
}

.ti-pencil-alt:before {
    content: "\e61d"
}

.ti-paint-roller:before {
    content: "\e61e"
}

.ti-paint-bucket:before {
    content: "\e61f"
}

.ti-na:before {
    content: "\e620"
}

.ti-mobile:before {
    content: "\e621"
}

.ti-minus:before {
    content: "\e622"
}

.ti-medall:before {
    content: "\e623"
}

.ti-medall-alt:before {
    content: "\e624"
}

.ti-marker:before {
    content: "\e625"
}

.ti-marker-alt:before {
    content: "\e626"
}

.ti-arrow-up:before {
    content: "\e627"
}

.ti-arrow-right:before {
    content: "\e628"
}

.ti-arrow-left:before {
    content: "\e629"
}

.ti-arrow-down:before {
    content: "\e62a"
}

.ti-lock:before {
    content: "\e62b"
}

.ti-location-arrow:before {
    content: "\e62c"
}

.ti-link:before {
    content: "\e62d"
}

.ti-layout:before {
    content: "\e62e"
}

.ti-layers:before {
    content: "\e62f"
}

.ti-layers-alt:before {
    content: "\e630"
}

.ti-key:before {
    content: "\e631"
}

.ti-import:before {
    content: "\e632"
}

.ti-image:before {
    content: "\e633"
}

.ti-heart:before {
    content: "\e634"
}

.ti-heart-broken:before {
    content: "\e635"
}

.ti-hand-stop:before {
    content: "\e636"
}

.ti-hand-open:before {
    content: "\e637"
}

.ti-hand-drag:before {
    content: "\e638"
}

.ti-folder:before {
    content: "\e639"
}

.ti-flag:before {
    content: "\e63a"
}

.ti-flag-alt:before {
    content: "\e63b"
}

.ti-flag-alt-2:before {
    content: "\e63c"
}

.ti-eye:before {
    content: "\e63d"
}

.ti-export:before {
    content: "\e63e"
}

.ti-exchange-vertical:before {
    content: "\e63f"
}

.ti-desktop:before {
    content: "\e640"
}

.ti-cup:before {
    content: "\e641"
}

.ti-crown:before {
    content: "\e642"
}

.ti-comments:before {
    content: "\e643"
}

.ti-comment:before {
    content: "\e644"
}

.ti-comment-alt:before {
    content: "\e645"
}

.ti-close:before {
    content: "\e646"
}

.ti-clip:before {
    content: "\e647"
}

.ti-angle-up:before {
    content: "\e648"
}

.ti-angle-right:before {
    content: "\e649"
}

.ti-angle-left:before {
    content: "\e64a"
}

.ti-angle-down:before {
    content: "\e64b"
}

.ti-check:before {
    content: "\e64c"
}

.ti-check-box:before {
    content: "\e64d"
}

.ti-camera:before {
    content: "\e64e"
}

.ti-announcement:before {
    content: "\e64f"
}

.ti-brush:before {
    content: "\e650"
}

.ti-briefcase:before {
    content: "\e651"
}

.ti-bolt:before {
    content: "\e652"
}

.ti-bolt-alt:before {
    content: "\e653"
}

.ti-blackboard:before {
    content: "\e654"
}

.ti-bag:before {
    content: "\e655"
}

.ti-move:before {
    content: "\e656"
}

.ti-arrows-vertical:before {
    content: "\e657"
}

.ti-arrows-horizontal:before {
    content: "\e658"
}

.ti-fullscreen:before {
    content: "\e659"
}

.ti-arrow-top-right:before {
    content: "\e65a"
}

.ti-arrow-top-left:before {
    content: "\e65b"
}

.ti-arrow-circle-up:before {
    content: "\e65c"
}

.ti-arrow-circle-right:before {
    content: "\e65d"
}

.ti-arrow-circle-left:before {
    content: "\e65e"
}

.ti-arrow-circle-down:before {
    content: "\e65f"
}

.ti-angle-double-up:before {
    content: "\e660"
}

.ti-angle-double-right:before {
    content: "\e661"
}

.ti-angle-double-left:before {
    content: "\e662"
}

.ti-angle-double-down:before {
    content: "\e663"
}

.ti-zip:before {
    content: "\e664"
}

.ti-world:before {
    content: "\e665"
}

.ti-wheelchair:before {
    content: "\e666"
}

.ti-view-list:before {
    content: "\e667"
}

.ti-view-list-alt:before {
    content: "\e668"
}

.ti-view-grid:before {
    content: "\e669"
}

.ti-uppercase:before {
    content: "\e66a"
}

.ti-upload:before {
    content: "\e66b"
}

.ti-underline:before {
    content: "\e66c"
}

.ti-truck:before {
    content: "\e66d"
}

.ti-timer:before {
    content: "\e66e"
}

.ti-ticket:before {
    content: "\e66f"
}

.ti-thumb-up:before {
    content: "\e670"
}

.ti-thumb-down:before {
    content: "\e671"
}

.ti-text:before {
    content: "\e672"
}

.ti-stats-up:before {
    content: "\e673"
}

.ti-stats-down:before {
    content: "\e674"
}

.ti-split-v:before {
    content: "\e675"
}

.ti-split-h:before {
    content: "\e676"
}

.ti-smallcap:before {
    content: "\e677"
}

.ti-shine:before {
    content: "\e678"
}

.ti-shift-right:before {
    content: "\e679"
}

.ti-shift-left:before {
    content: "\e67a"
}

.ti-shield:before {
    content: "\e67b"
}

.ti-notepad:before {
    content: "\e67c"
}

.ti-server:before {
    content: "\e67d"
}

.ti-quote-right:before {
    content: "\e67e"
}

.ti-quote-left:before {
    content: "\e67f"
}

.ti-pulse:before {
    content: "\e680"
}

.ti-printer:before {
    content: "\e681"
}

.ti-power-off:before {
    content: "\e682"
}

.ti-plug:before {
    content: "\e683"
}

.ti-pie-chart:before {
    content: "\e684"
}

.ti-paragraph:before {
    content: "\e685"
}

.ti-panel:before {
    content: "\e686"
}

.ti-package:before {
    content: "\e687"
}

.ti-music:before {
    content: "\e688"
}

.ti-music-alt:before {
    content: "\e689"
}

.ti-mouse:before {
    content: "\e68a"
}

.ti-mouse-alt:before {
    content: "\e68b"
}

.ti-money:before {
    content: "\e68c"
}

.ti-microphone:before {
    content: "\e68d"
}

.ti-menu:before {
    content: "\e68e"
}

.ti-menu-alt:before {
    content: "\e68f"
}

.ti-map:before {
    content: "\e690"
}

.ti-map-alt:before {
    content: "\e691"
}

.ti-loop:before {
    content: "\e692"
}

.ti-location-pin:before {
    content: "\e693"
}

.ti-list:before {
    content: "\e694"
}

.ti-light-bulb:before {
    content: "\e695"
}

.ti-Italic:before {
    content: "\e696"
}

.ti-info:before {
    content: "\e697"
}

.ti-infinite:before {
    content: "\e698"
}

.ti-id-badge:before {
    content: "\e699"
}

.ti-hummer:before {
    content: "\e69a"
}

.ti-home:before {
    content: "\e69b"
}

.ti-help:before {
    content: "\e69c"
}

.ti-headphone:before {
    content: "\e69d"
}

.ti-harddrives:before {
    content: "\e69e"
}

.ti-harddrive:before {
    content: "\e69f"
}

.ti-gift:before {
    content: "\e6a0"
}

.ti-game:before {
    content: "\e6a1"
}

.ti-filter:before {
    content: "\e6a2"
}

.ti-files:before {
    content: "\e6a3"
}

.ti-file:before {
    content: "\e6a4"
}

.ti-eraser:before {
    content: "\e6a5"
}

.ti-envelope:before {
    content: "\e6a6"
}

.ti-download:before {
    content: "\e6a7"
}

.ti-direction:before {
    content: "\e6a8"
}

.ti-direction-alt:before {
    content: "\e6a9"
}

.ti-dashboard:before {
    content: "\e6aa"
}

.ti-control-stop:before {
    content: "\e6ab"
}

.ti-control-shuffle:before {
    content: "\e6ac"
}

.ti-control-play:before {
    content: "\e6ad"
}

.ti-control-pause:before {
    content: "\e6ae"
}

.ti-control-forward:before {
    content: "\e6af"
}

.ti-control-backward:before {
    content: "\e6b0"
}

.ti-cloud:before {
    content: "\e6b1"
}

.ti-cloud-up:before {
    content: "\e6b2"
}

.ti-cloud-down:before {
    content: "\e6b3"
}

.ti-clipboard:before {
    content: "\e6b4"
}

.ti-car:before {
    content: "\e6b5"
}

.ti-calendar:before {
    content: "\e6b6"
}

.ti-book:before {
    content: "\e6b7"
}

.ti-bell:before {
    content: "\e6b8"
}

.ti-basketball:before {
    content: "\e6b9"
}

.ti-bar-chart:before {
    content: "\e6ba"
}

.ti-bar-chart-alt:before {
    content: "\e6bb"
}

.ti-back-right:before {
    content: "\e6bc"
}

.ti-back-left:before {
    content: "\e6bd"
}

.ti-arrows-corner:before {
    content: "\e6be"
}

.ti-archive:before {
    content: "\e6bf"
}

.ti-anchor:before {
    content: "\e6c0"
}

.ti-align-right:before {
    content: "\e6c1"
}

.ti-align-left:before {
    content: "\e6c2"
}

.ti-align-justify:before {
    content: "\e6c3"
}

.ti-align-center:before {
    content: "\e6c4"
}

.ti-alert:before {
    content: "\e6c5"
}

.ti-alarm-clock:before {
    content: "\e6c6"
}

.ti-agenda:before {
    content: "\e6c7"
}

.ti-write:before {
    content: "\e6c8"
}

.ti-window:before {
    content: "\e6c9"
}

.ti-widgetized:before {
    content: "\e6ca"
}

.ti-widget:before {
    content: "\e6cb"
}

.ti-widget-alt:before {
    content: "\e6cc"
}

.ti-wallet:before {
    content: "\e6cd"
}

.ti-video-clapper:before {
    content: "\e6ce"
}

.ti-video-camera:before {
    content: "\e6cf"
}

.ti-vector:before {
    content: "\e6d0"
}

.ti-themify-logo:before {
    content: "\e6d1"
}

.ti-themify-favicon:before {
    content: "\e6d2"
}

.ti-themify-favicon-alt:before {
    content: "\e6d3"
}

.ti-support:before {
    content: "\e6d4"
}

.ti-stamp:before {
    content: "\e6d5"
}

.ti-split-v-alt:before {
    content: "\e6d6"
}

.ti-slice:before {
    content: "\e6d7"
}

.ti-shortcode:before {
    content: "\e6d8"
}

.ti-shift-right-alt:before {
    content: "\e6d9"
}

.ti-shift-left-alt:before {
    content: "\e6da"
}

.ti-ruler-alt-2:before {
    content: "\e6db"
}

.ti-receipt:before {
    content: "\e6dc"
}

.ti-pin2:before {
    content: "\e6dd"
}

.ti-pin-alt:before {
    content: "\e6de"
}

.ti-pencil-alt2:before {
    content: "\e6df"
}

.ti-palette:before {
    content: "\e6e0"
}

.ti-more:before {
    content: "\e6e1"
}

.ti-more-alt:before {
    content: "\e6e2"
}

.ti-microphone-alt:before {
    content: "\e6e3"
}

.ti-magnet:before {
    content: "\e6e4"
}

.ti-line-double:before {
    content: "\e6e5"
}

.ti-line-dotted:before {
    content: "\e6e6"
}

.ti-line-dashed:before {
    content: "\e6e7"
}

.ti-layout-width-full:before {
    content: "\e6e8"
}

.ti-layout-width-default:before {
    content: "\e6e9"
}

.ti-layout-width-default-alt:before {
    content: "\e6ea"
}

.ti-layout-tab:before {
    content: "\e6eb"
}

.ti-layout-tab-window:before {
    content: "\e6ec"
}

.ti-layout-tab-v:before {
    content: "\e6ed"
}

.ti-layout-tab-min:before {
    content: "\e6ee"
}

.ti-layout-slider:before {
    content: "\e6ef"
}

.ti-layout-slider-alt:before {
    content: "\e6f0"
}

.ti-layout-sidebar-right:before {
    content: "\e6f1"
}

.ti-layout-sidebar-none:before {
    content: "\e6f2"
}

.ti-layout-sidebar-left:before {
    content: "\e6f3"
}

.ti-layout-placeholder:before {
    content: "\e6f4"
}

.ti-layout-menu:before {
    content: "\e6f5"
}

.ti-layout-menu-v:before {
    content: "\e6f6"
}

.ti-layout-menu-separated:before {
    content: "\e6f7"
}

.ti-layout-menu-full:before {
    content: "\e6f8"
}

.ti-layout-media-right-alt:before {
    content: "\e6f9"
}

.ti-layout-media-right:before {
    content: "\e6fa"
}

.ti-layout-media-overlay:before {
    content: "\e6fb"
}

.ti-layout-media-overlay-alt:before {
    content: "\e6fc"
}

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd"
}

.ti-layout-media-left-alt:before {
    content: "\e6fe"
}

.ti-layout-media-left:before {
    content: "\e6ff"
}

.ti-layout-media-center-alt:before {
    content: "\e700"
}

.ti-layout-media-center:before {
    content: "\e701"
}

.ti-layout-list-thumb:before {
    content: "\e702"
}

.ti-layout-list-thumb-alt:before {
    content: "\e703"
}

.ti-layout-list-post:before {
    content: "\e704"
}

.ti-layout-list-large-image:before {
    content: "\e705"
}

.ti-layout-line-solid:before {
    content: "\e706"
}

.ti-layout-grid4:before {
    content: "\e707"
}

.ti-layout-grid3:before {
    content: "\e708"
}

.ti-layout-grid2:before {
    content: "\e709"
}

.ti-layout-grid2-thumb:before {
    content: "\e70a"
}

.ti-layout-cta-right:before {
    content: "\e70b"
}

.ti-layout-cta-left:before {
    content: "\e70c"
}

.ti-layout-cta-center:before {
    content: "\e70d"
}

.ti-layout-cta-btn-right:before {
    content: "\e70e"
}

.ti-layout-cta-btn-left:before {
    content: "\e70f"
}

.ti-layout-column4:before {
    content: "\e710"
}

.ti-layout-column3:before {
    content: "\e711"
}

.ti-layout-column2:before {
    content: "\e712"
}

.ti-layout-accordion-separated:before {
    content: "\e713"
}

.ti-layout-accordion-merged:before {
    content: "\e714"
}

.ti-layout-accordion-list:before {
    content: "\e715"
}

.ti-ink-pen:before {
    content: "\e716"
}

.ti-info-alt:before {
    content: "\e717"
}

.ti-help-alt:before {
    content: "\e718"
}

.ti-headphone-alt:before {
    content: "\e719"
}

.ti-hand-point-up:before {
    content: "\e71a"
}

.ti-hand-point-right:before {
    content: "\e71b"
}

.ti-hand-point-left:before {
    content: "\e71c"
}

.ti-hand-point-down:before {
    content: "\e71d"
}

.ti-gallery:before {
    content: "\e71e"
}

.ti-face-smile:before {
    content: "\e71f"
}

.ti-face-sad:before {
    content: "\e720"
}

.ti-credit-card:before {
    content: "\e721"
}

.ti-control-skip-forward:before {
    content: "\e722"
}

.ti-control-skip-backward:before {
    content: "\e723"
}

.ti-control-record:before {
    content: "\e724"
}

.ti-control-eject:before {
    content: "\e725"
}

.ti-comments-smiley:before {
    content: "\e726"
}

.ti-brush-alt:before {
    content: "\e727"
}

.ti-youtube:before {
    content: "\e728"
}

.ti-vimeo:before {
    content: "\e729"
}

.ti-twitter:before {
    content: "\e72a"
}

.ti-time:before {
    content: "\e72b"
}

.ti-tumblr:before {
    content: "\e72c"
}

.ti-skype:before {
    content: "\e72d"
}

.ti-share:before {
    content: "\e72e"
}

.ti-share-alt:before {
    content: "\e72f"
}

.ti-rocket:before {
    content: "\e730"
}

.ti-pinterest:before {
    content: "\e731"
}

.ti-new-window:before {
    content: "\e732"
}

.ti-microsoft:before {
    content: "\e733"
}

.ti-list-ol:before {
    content: "\e734"
}

.ti-linkedin:before {
    content: "\e735"
}

.ti-layout-sidebar-2:before {
    content: "\e736"
}

.ti-layout-grid4-alt:before {
    content: "\e737"
}

.ti-layout-grid3-alt:before {
    content: "\e738"
}

.ti-layout-grid2-alt:before {
    content: "\e739"
}

.ti-layout-column4-alt:before {
    content: "\e73a"
}

.ti-layout-column3-alt:before {
    content: "\e73b"
}

.ti-layout-column2-alt:before {
    content: "\e73c"
}

.ti-instagram:before {
    content: "\e73d"
}

.ti-google:before {
    content: "\e73e"
}

.ti-github:before {
    content: "\e73f"
}

.ti-flickr:before {
    content: "\e740"
}

.ti-facebook:before {
    content: "\e741"
}

.ti-dropbox:before {
    content: "\e742"
}

.ti-dribbble:before {
    content: "\e743"
}

.ti-apple:before {
    content: "\e744"
}

.ti-android:before {
    content: "\e745"
}

.ti-save:before {
    content: "\e746"
}

.ti-save-alt:before {
    content: "\e747"
}

.ti-yahoo:before {
    content: "\e748"
}

.ti-wordpress:before {
    content: "\e749"
}

.ti-vimeo-alt:before {
    content: "\e74a"
}

.ti-twitter-alt:before {
    content: "\e74b"
}

.ti-tumblr-alt:before {
    content: "\e74c"
}

.ti-trello:before {
    content: "\e74d"
}

.ti-stack-overflow:before {
    content: "\e74e"
}

.ti-soundcloud:before {
    content: "\e74f"
}

.ti-sharethis:before {
    content: "\e750"
}

.ti-sharethis-alt:before {
    content: "\e751"
}

.ti-reddit:before {
    content: "\e752"
}

.ti-pinterest-alt:before {
    content: "\e753"
}

.ti-microsoft-alt:before {
    content: "\e754"
}

.ti-linux:before {
    content: "\e755"
}

.ti-jsfiddle:before {
    content: "\e756"
}

.ti-joomla:before {
    content: "\e757"
}

.ti-html5:before {
    content: "\e758"
}

.ti-flickr-alt:before {
    content: "\e759"
}

.ti-email:before {
    content: "\e75a"
}

.ti-drupal:before {
    content: "\e75b"
}

.ti-dropbox-alt:before {
    content: "\e75c"
}

.ti-css3:before {
    content: "\e75d"
}

.ti-rss:before {
    content: "\e75e"
}

.ti-rss-alt:before {
    content: "\e75f"
}

/**
* version: {{ version }}
*/

@charset"UTF-8";

@font-face {
    font-family: 'ytpregular';
    src: url(font/ytp-regular.eot)
}

@font-face {
    font-family: 'ytpregular';
    src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format('woff'), url(font/ytp-regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal
}

.mb_YTPlayer:focus {
    outline: 0
}

.mbYTP_wrapper {
    display: block;
    transform: translateZ(0) translate3d(0, 0, 0);
    transform-style: preserve-3d;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

.mb_YTPlayer .loading {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, .51);
    text-align: center;
    padding: 2px 4px;
    border-radius: 5px;
    font-family: "Droid Sans", sans-serif;
    -webkit-animation: fade .1s infinite alternate;
    animation: fade .1s infinite alternate
}

@-webkit-keyframes fade {
    0% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

.fullscreen {
    display: block !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    opacity: 1 !important
}

.mbYTP_wrapper iframe {
    max-width: 4000px !important
}

.inline_YTPlayer {
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    left: 0;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    background: rgba(0, 0, 0, .5)
}

.inline_YTPlayer img {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important
}

.mb_YTPBar .ytpicon {
    font-size: 20px;
    font-family: 'ytpregular'
}

.mb_YTPBar .mb_YTPUrl.ytpicon {
    font-size: 30px
}

.mb_YTPBar {
    transition: opacity .5s;
    display: block;
    width: 100%;
    height: 10px;
    padding: 5px;
    background: #333;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: left;
    z-index: 1000;
    font: 14px/16px sans-serif;
    color: white;
    opacity: .1;
    box-sizing: border-box
}

.mb_YTPBar.visible,
.mb_YTPBar:hover {
    opacity: 1
}

.mb_YTPBar .buttonBar {
    transition: all .5s;
    background: transparent;
    font: 12px/14px Calibri;
    position: absolute;
    top: -30px;
    left: 0;
    padding: 5px;
    width: 100%;
    box-sizing: border-box
}

.mb_YTPBar:hover .buttonBar {
    background: rgba(0, 0, 0, .4)
}

.mb_YTPBar span {
    display: inline-block;
    font: 16px/20px Calibri, sans-serif;
    position: relative;
    width: 30px;
    height: 25px;
    vertical-align: middle
}

.mb_YTPBar span.mb_YTPTime {
    width: 130px
}

.mb_YTPBar span.mb_YTPUrl,
.mb_YTPBar span.mb_OnlyYT {
    position: absolute;
    width: auto;
    display: block;
    top: 6px;
    right: 10px;
    cursor: pointer
}

.mb_YTPBar span.mb_YTPUrl img {
    width: 60px
}

.mb_YTPBar span.mb_OnlyYT {
    left: 300px;
    right: auto
}

.mb_YTPBar span.mb_OnlyYT img {
    width: 25px
}

.mb_YTPBar span.mb_YTPUrl a {
    color: white
}

.mb_YTPBar .mb_YTPPlaypause,
.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
    cursor: pointer
}

.mb_YTPBar .mb_YTPMuteUnmute {
    cursor: pointer
}

.mb_YTPBar .mb_YTPProgress {
    height: 10px;
    width: 100%;
    background: #222;
    bottom: 0;
    left: 0
}

.mb_YTPBar .mb_YTPLoaded {
    height: 10px;
    width: 0;
    background: #444;
    left: 0
}

.mb_YTPBar .mb_YTPseekbar {
    height: 10px;
    width: 0;
    background: #bb110e;
    bottom: 0;
    left: 0;
    box-shadow: rgba(82, 82, 82, .47) 1px 1px 3px
}

.mb_YTPBar .YTPOverlay {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: "flat";
    box-sizing: border-box
}

.YTPOverlay.raster {
    background: url(images/raster.png)
}

.YTPOverlay.raster.retina {
    background: url(images/raster@2x.png)
}

.YTPOverlay.raster-dot {
    background: url(images/raster_dot.png)
}

.YTPOverlay.raster-dot.retina {
    background: url(images/raster_dot@2x.png)
}

.mb_YTPBar .simpleSlider {
    position: relative;
    width: 100px;
    height: 10px;
    border: 1px solid #fff;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 10px;
    cursor: pointer !important;
    border-radius: 3px
}

.mb_YTPBar.compact .simpleSlider {
    width: 40px
}

.mb_YTPBar .simpleSlider.muted {
    opacity: .3
}

.mb_YTPBar .level {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    box-sizing: border-box
}

.mb_YTPBar .level.horizontal {
    height: 100%;
    width: 0
}

.mb_YTPBar .level.vertical {
    height: auto;
    width: 100%
}


@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

/*****************************************************
*****************  1. Fonts Import *******************
*****************************************************/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700,700italic,400italic&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,500,300&subset=latin,latin-ext);
/*****************************************************
*****************  2. General CSS  *******************
*****************************************************/

body {
    font-family: var(--tf-family), "Open Sans", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
 /*   letter-spacing: .2px;*/
    line-height: 1.8em;
    color: #666;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    padding: 0 !important;
    /* background-color: #ebebeb!important;*/
}

.main-content-wrapper {
    position: relative;
    z-index: 2
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", Helvetica, sans-serif;
    text-transform: uppercase;
    color: var(--tc-main_darker);
    line-height: 1.5
}

h1 {
    font-size: 21px;
    letter-spacing: 4.5px
}

h2 {
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: 500
}

h3 {
    font-size: 16px;
    letter-spacing: 2.5px
}

h4 {
    font-size: 16px;
    letter-spacing: 1.5px
}

h5 {
    font-size: 12px;
    letter-spacing: 1px
}

h6 {
    font-size: 10px;
    letter-spacing: 2px
}

p,
span {
    letter-spacing: .5px;
    line-height: 26px
}

.blockquote {
    padding: 10px 30px 5px;
    font-style: italic;
    font-size: 15px;
    border-left: 3px solid #ccc
}

.blockquote.right {
    border-right: 3px solid #ccc;
    border-left: 0
}

.vertical-text-left,
.vertical-text-right {
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg)
}

.vertical-text-left {
    left: -30px
}

.vertical-text-right {
    right: -30px
}

.dropcap {
    display: block;
    float: left;
    font-size: 35px;
    line-height: 32px;
    margin: 5px 15px 0 0;
    color: #3e3e3e
}

.dropcap.box {
    color: #ececec;
    background-color: #212121;
    padding: 10px 15px
}

.dropcap.border {
    border: 3px solid #3e3e3e;
    padding: 10px 15px
}

.dropcap.border-round {
    border: 3px solid #3e3e3e;
    padding: 10px 15px;
    border-radius: 50px
}

ul {
    padding: 0
}

ul li {
    list-style: none
}

.list {
    position: relative
}

.list li {
    list-style: disc
}

.list.number li {
    list-style-type: decimal
}

.list.circle li {
    list-style-type: circle
}

.list.upper-latin li {
    list-style-type: upper-latin
}

.list li {
    list-style: none;
    padding-left: 30px
}

.list.icon-star li,
.list.icon-check li,
.list.icon-angle li,
.list.icon-angle-circle li {
    padding-bottom: 15px
}

.list.icon-star li:before,
.list.icon-check li:before,
.list.icon-angle li:before,
.list.icon-angle-circle li:before {
    font-family: 'themify';
    position: absolute;
    left: 0
}

.list.icon-star li:before {
    content: "\e60a"
}

.list.icon-check li:before {
    content: "\e64c"
}

.list.icon-angle li:before {
    content: "\e649"
}

.list.icon-angle-circle li:before {
    content: "\e65d"
}

.monserrat {
    font-family: "Roboto", Helvetica, sans-serif !important
}

.opensans {
    font-family: "Open Sans", Helvetica, sans-serif !important
}

.droid-serif {
    font-family: 'Droid Serif', serif !important
}

.droid-serif-italic {
    font-family: 'Droid Serif', serif !important;
    font-style: italic !important
}

.sans-serif-italic {
    font-family: 'Sans Serif', serif !important;
    font-style: italic !important;
    font-size: 17px
}

.text-white {
    color: #ececec !important
}

.text-gray {
    color: #8b8b8b !important
}

.text-dark {
    color: #212121 !important
}

.heading,
.heading-left,
.heading-right {
    font-family: "Roboto", Helvetica, sans-serif
}

.heading {
    text-align: center
}

.heading-left {
    text-align: left;
    position: relative
}

.heading-right {
    text-align: right;
    position: relative
}

.sub-heading {
    font-family: 'Sans-Serif', serif;
    font-style: italic;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 45px;
    text-align: center
}

.sub-heading-left {
    font-family: 'Droid Serif', serif;
    font-style: italic;
    letter-spacing: 1px;
    margin-top: 45px;
    text-align: left
}

.sub-heading-left-2 {
    font-family: 'Sans-Serif', serif;
    font-style: italic;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: left
}

.sub-heading-right {
    font-family: 'Droid Serif', serif;
    font-style: italic;
    letter-spacing: 1px;
    margin-top: 45px;
    text-align: right
}

.theme-dark .heading:before,
.theme-dark .heading:after,
.theme-dark .heading-left:before,
.theme-dark .heading-left:after,
.theme-dark .heading-right:before,
.theme-dark .heading-right:after,
.parallax-overlay-dark .heading:before,
.parallax-overlay-dark .heading:after,
.parallax-overlay-dark .heading-left:before,
.parallax-overlay-dark .heading-left:after,
.parallax-overlay-dark .heading-right:before,
.parallax-overlay-dark .heading-right:after {
    background-color: #1A2948
}

.heading:before,
.heading:after,
.heading-left:before,
.heading-left:after,
.heading-right:before,
.heading-right:after {
    content: '';
    position: absolute;
    background-color: var(--tc-main_darker);
    height: 1px;
    margin-left: auto;
    margin-right: auto
}

.heading:before,
.heading-left:before,
.heading-right:before {
    width: 30px;
    margin-top: 40px
}

.heading:after,
.heading-left:after,
.heading-right:after {
    width: 40px;
    margin-top: 45px
}

.heading:before,
.heading:after {
    left: 0;
    right: 0
}

.heading-left:before,
.heading-left:after {
    left: 0
}

.heading-right:before,
.heading-right:after {
    right: 0
}

.heading-alt-style {
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 300
}

h1.heading-alt-style {
    letter-spacing: 10px
}

h2.heading-alt-style {
    letter-spacing: 8px
}

h3.heading-alt-style {
    letter-spacing: 8px
}

h4.heading-alt-style {
    letter-spacing: 6px
}

h5.heading-alt-style {
    letter-spacing: 4px
}

.font-size-8 {
    font-size: 8px !important
}

.font-size-9 {
    font-size: 9px !important
}

.font-size-10 {
    font-size: 10px !important
}

.font-size-11 {
    font-size: 11px !important
}

.font-size-12 {
    font-size: 12px !important
}

.font-size-13 {
    font-size: 16px !important
}

.font-size-14 {
    font-size: 14px !important
}

.font-size-15 {
    font-size: 15px !important
}

.font-size-16 {
    font-size: 16px !important
}

.font-size-17 {
    font-size: 17px !important
}

.font-size-18 {
    font-size: 18px !important
}

.font-size-19 {
    font-size: 19px !important
}

.font-size-20 {
    font-size: 20px !important
}

.font-size-21 {
    font-size: 21px !important
}

.font-size-22 {
    font-size: 22px !important
}

.font-size-23 {
    font-size: 23px !important
}

.font-size-24 {
    font-size: 24px !important
}

.font-size-25 {
    font-size: 25px !important
}

.font-size-26 {
    font-size: 26px !important
}

.font-size-27 {
    font-size: 27px !important
}

.font-size-28 {
    font-size: 28px !important
}

.font-size-29 {
    font-size: 29px !important
}

.font-size-30 {
    font-size: 30px !important
}

.font-size-35 {
    font-size: 35px !important
}

.font-size-40 {
    font-size: 40px !important
}

.font-size-45 {
    font-size: 45px !important
}

.font-size-50 {
    font-size: 50px !important
}

.font-size-55 {
    font-size: 55px !important
}

.font-size-60 {
    font-size: 60px !important
}

.font-size-65 {
    font-size: 65px !important
}

.font-size-70 {
    font-size: 70px !important
}

.font-size-80 {
    font-size: 80px !important
}

.font-size-90 {
    font-size: 90px !important
}

.font-size-100 {
    font-size: 100px !important
}

.font-size-110 {
    font-size: 110px !important
}

.font-size-120 {
    font-size: 120px !important
}

.font-size-130 {
    font-size: 130px !important
}

.font-size-140 {
    font-size: 140px !important
}

.font-size-150 {
    font-size: 150px !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: bold !important
}

.text-xform-none {
    text-transform: none !important
}

.uppercase {
    text-transform: uppercase !important
}

.lowercase {
    text-transform: lowercase !important
}

.capitalize {
    text-transform: capitalize !important
}

.font-style-n {
    font-style: normal
}

.font-style-i {
    font-style: italic
}

.font-style-o {
    font-style: oblique
}

.ls-0 {
    letter-spacing: 0 !important
}

.ls-1 {
    letter-spacing: 1px !important
}

.ls-1-5 {
    letter-spacing: 1.5px !important
}

.ls-2 {
    letter-spacing: 2px !important
}

.ls-2-5 {
    letter-spacing: 2.5px !important
}

.ls-3 {
    letter-spacing: 3px !important
}

.ls-3-5 {
    letter-spacing: 3.5px !important
}

.ls-4 {
    letter-spacing: 4px !important
}

.ls-4-5 {
    letter-spacing: 4.5px !important
}

.ls-5 {
    letter-spacing: 5px !important
}

.ls-5-5 {
    letter-spacing: 5.5px !important
}

.ls-6 {
    letter-spacing: 6px !important
}

.ls-6-5 {
    letter-spacing: 6.5px !important
}

.ls-7 {
    letter-spacing: 7px !important
}

.ls-7-5 {
    letter-spacing: 7.5px !important
}

.ls-8 {
    letter-spacing: 8px !important
}

.ls-8-5 {
    letter-spacing: 8.5px !important
}

.ls-9 {
    letter-spacing: 9px !important
}

.ls-9-5 {
    letter-spacing: 9.5px !important
}

.ls-10 {
    letter-spacing: 10px !important
}

.ls-12 {
    letter-spacing: 12px !important
}

.ls-15 {
    letter-spacing: 15px !important
}

.ls-17 {
    letter-spacing: 17px !important
}

.ls-20 {
    letter-spacing: 20px !important
}

.lh-1 {
    line-height: 1
}

.lh-1-1 {
    line-height: 1.1
}

.lh-1-2 {
    line-height: 1.2
}

.lh-1-3 {
    line-height: 1.3
}

.lh-1-4 {
    line-height: 1.4
}

.lh-1-5 {
    line-height: 1.5
}

.lh-1-6 {
    line-height: 1.6
}

.lh-1-7 {
    line-height: 1.7
}

.lh-1-8 {
    line-height: 1.8
}

.lh-1-9 {
    line-height: 1.9
}

.lh-2 {
    line-height: 2
}

.display-table {
    display: table
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.no-margin {
    margin: 0 !important
}

.no-margin-top {
    margin-top: 0 !important
}

.no-margin-btm {
    margin-bottom: 0 !important
}

.no-margin-right {
    margin-right: 0 !important
}

.no-margin-left {
    margin-left: 0 !important
}

.no-margin-vertical {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.no-margin-horizon {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mrg-horizon-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.mrg-left-auto {
    margin-left: auto !important
}

.mrg-right-auto {
    margin-right: auto !important
}

.mrg-vertical-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.mrg-vertical-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.mrg-vertical-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.mrg-vertical-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.mrg-vertical-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.mrg-vertical-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.mrg-vertical-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important
}

.mrg-vertical-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.mrg-vertical-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important
}

.mrg-vertical-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.mrg-vertical-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important
}

.mrg-vertical-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.mrg-vertical-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important
}

.mrg-vertical-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important
}

.mrg-vertical-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important
}

.mrg-vertical-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
}

.mrg-vertical-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important
}

.mrg-vertical-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important
}

.mrg-vertical-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important
}

.mrg-vertical-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
}

.mrg-vertical-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important
}

.mrg-vertical-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important
}

.mrg-vertical-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important
}

.mrg-vertical-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important
}

.mrg-vertical-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important
}

.mrg-horizon-5 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.mrg-horizon-10 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.mrg-horizon-15 {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.mrg-horizon-20 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.mrg-horizon-25 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.mrg-horizon-30 {
    margin-left: 30px !important;
    margin-right: 30px !important
}

.mrg-horizon-35 {
    margin-left: 35px !important;
    margin-right: 35px !important
}

.mrg-horizon-40 {
    margin-left: 40px !important;
    margin-right: 40px !important
}

.mrg-horizon-45 {
    margin-left: 45px !important;
    margin-right: 45px !important
}

.mrg-horizon-50 {
    margin-left: 50px !important;
    margin-right: 50px !important
}

.mrg-horizon-55 {
    margin-left: 55px !important;
    margin-right: 55px !important
}

.mrg-horizon-60 {
    margin-left: 60px !important;
    margin-right: 60px !important
}

.mrg-horizon-65 {
    margin-left: 65px !important;
    margin-right: 65px !important
}

.mrg-horizon-70 {
    margin-left: 70px !important;
    margin-right: 70px !important
}

.mrg-horizon-75 {
    margin-left: 75px !important;
    margin-right: 75px !important
}

.mrg-horizon-80 {
    margin-left: 80px !important;
    margin-right: 80px !important
}

.mrg-horizon-85 {
    margin-left: 85px !important;
    margin-right: 85px !important
}

.mrg-horizon-90 {
    margin-left: 90px !important;
    margin-right: 90px !important
}

.mrg-horizon-95 {
    margin-left: 95px !important;
    margin-right: 95px !important
}

.mrg-horizon-100 {
    margin-left: 100px !important;
    margin-right: 100px !important
}

.mrg-horizon-105 {
    margin-left: 105px !important;
    margin-right: 105px !important
}

.mrg-horizon-110 {
    margin-left: 110px !important;
    margin-right: 110px !important
}

.mrg-horizon-115 {
    margin-left: 115px !important;
    margin-right: 115px !important
}

.mrg-horizon-120 {
    margin-left: 120px !important;
    margin-right: 120px !important
}

.mrg-horizon-125 {
    margin-left: 125px !important;
    margin-right: 125px !important
}

.mrg-top-5 {
    margin-top: 5px !important
}

.mrg-top-10 {
    margin-top: 10px !important
}

.mrg-top-15 {
    margin-top: 15px !important
}

.mrg-top-20 {
    margin-top: 20px !important
}

.mrg-top-25 {
    margin-top: 25px !important
}

.mrg-top-30 {
    margin-top: 30px !important
}

.mrg-top-35 {
    margin-top: 35px !important
}

.mrg-top-40 {
    margin-top: 40px !important
}

.mrg-top-45 {
    margin-top: 45px !important
}

.mrg-top-50 {
    margin-top: 50px !important
}

.mrg-top-55 {
    margin-top: 55px !important
}

.mrg-top-60 {
    margin-top: 60px !important
}

.mrg-top-65 {
    margin-top: 65px !important
}

.mrg-top-70 {
    margin-top: 70px !important
}

.mrg-top-75 {
    margin-top: 75px !important
}

.mrg-top-80 {
    margin-top: 80px !important
}

.mrg-top-85 {
    margin-top: 85px !important
}

.mrg-top-90 {
    margin-top: 90px !important
}

.mrg-top-95 {
    margin-top: 95px !important
}

.mrg-top-100 {
    margin-top: 100px !important
}

.mrg-top-105 {
    margin-top: 105px !important
}

.mrg-top-110 {
    margin-top: 110px !important
}

.mrg-top-115 {
    margin-top: 115px !important
}

.mrg-top-120 {
    margin-top: 120px !important
}

.mrg-top-125 {
    margin-top: 125px !important
}

.mrg-btm-5 {
    margin-bottom: 5px !important
}

.mrg-btm-10 {
    margin-bottom: 10px !important
}

.mrg-btm-15 {
    margin-bottom: 15px !important
}

.mrg-btm-20 {
    margin-bottom: 20px !important
}

.mrg-btm-25 {
    margin-bottom: 25px !important
}

.mrg-btm-30 {
    margin-bottom: 30px !important
}

.mrg-btm-35 {
    margin-bottom: 35px !important
}

.mrg-btm-40 {
    margin-bottom: 40px !important
}

.mrg-btm-45 {
    margin-bottom: 45px !important
}

.mrg-btm-50 {
    margin-bottom: 50px !important
}

.mrg-btm-55 {
    margin-bottom: 55px !important
}

.mrg-btm-60 {
    margin-bottom: 60px !important
}

.mrg-btm-65 {
    margin-bottom: 65px !important
}

.mrg-btm-70 {
    margin-bottom: 70px !important
}

.mrg-btm-75 {
    margin-bottom: 75px !important
}

.mrg-btm-80 {
    margin-bottom: 80px !important
}

.mrg-btm-85 {
    margin-bottom: 85px !important
}

.mrg-btm-90 {
    margin-bottom: 90px !important
}

.mrg-btm-95 {
    margin-bottom: 95px !important
}

.mrg-btm-100 {
    margin-bottom: 100px !important
}

.mrg-btm-105 {
    margin-bottom: 105px !important
}

.mrg-btm-110 {
    margin-bottom: 110px !important
}

.mrg-btm-115 {
    margin-bottom: 115px !important
}

.mrg-btm-120 {
    margin-bottom: 120px !important
}

.mrg-btm-125 {
    margin-bottom: 125px !important
}

.mrg-left-5 {
    margin-left: 5px !important
}

.mrg-left-10 {
    margin-left: 10px !important
}

.mrg-left-15 {
    margin-left: 15px !important
}

.mrg-left-20 {
    margin-left: 20px !important
}

.mrg-left-25 {
    margin-left: 25px !important
}

.mrg-left-30 {
    margin-left: 30px !important
}

.mrg-left-35 {
    margin-left: 35px !important
}

.mrg-left-40 {
    margin-left: 40px !important
}

.mrg-left-45 {
    margin-left: 45px !important
}

.mrg-left-50 {
    margin-left: 50px !important
}

.mrg-left-55 {
    margin-left: 55px !important
}

.mrg-left-60 {
    margin-left: 60px !important
}

.mrg-left-65 {
    margin-left: 65px !important
}

.mrg-left-70 {
    margin-left: 70px !important
}

.mrg-left-75 {
    margin-left: 75px !important
}

.mrg-left-80 {
    margin-left: 80px !important
}

.mrg-left-85 {
    margin-left: 85px !important
}

.mrg-left-90 {
    margin-left: 90px !important
}

.mrg-left-95 {
    margin-left: 95px !important
}

.mrg-left-100 {
    margin-left: 100px !important
}

.mrg-left-105 {
    margin-left: 105px !important
}

.mrg-left-110 {
    margin-left: 110px !important
}

.mrg-left-115 {
    margin-left: 115px !important
}

.mrg-left-120 {
    margin-left: 120px !important
}

.mrg-left-125 {
    margin-left: 125px !important
}

.mrg-right-5 {
    margin-right: 5px !important
}

.mrg-right-10 {
    margin-right: 10px !important
}

.mrg-right-15 {
    margin-right: 15px !important
}

.mrg-right-20 {
    margin-right: 20px !important
}

.mrg-right-25 {
    margin-right: 25px !important
}

.mrg-right-30 {
    margin-right: 30px !important
}

.mrg-right-35 {
    margin-right: 35px !important
}

.mrg-right-40 {
    margin-right: 40px !important
}

.mrg-right-45 {
    margin-right: 45px !important
}

.mrg-right-50 {
    margin-right: 50px !important
}

.mrg-right-55 {
    margin-right: 55px !important
}

.mrg-right-60 {
    margin-right: 60px !important
}

.mrg-right-65 {
    margin-right: 65px !important
}

.mrg-right-70 {
    margin-right: 70px !important
}

.mrg-right-75 {
    margin-right: 75px !important
}

.mrg-right-80 {
    margin-right: 80px !important
}

.mrg-right-85 {
    margin-right: 85px !important
}

.mrg-right-90 {
    margin-right: 90px !important
}

.mrg-right-95 {
    margin-right: 95px !important
}

.mrg-right-100 {
    margin-right: 100px !important
}

.mrg-right-105 {
    margin-right: 105px !important
}

.mrg-right-110 {
    margin-right: 110px !important
}

.mrg-right-115 {
    margin-right: 115px !important
}

.mrg-right-120 {
    margin-right: 120px !important
}

.mrg-right-125 {
    margin-right: 125px !important
}

.no-padding {
    padding: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.no-padding-btm {
    padding-bottom: 0 !important
}

.no-padding-left {
    padding-left: 0 !important
}

.no-padding-right {
    padding-right: 0 !important
}

.no-padding-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.no-padding-horizon {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.pdd-vertical-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.pdd-vertical-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.pdd-vertical-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.pdd-vertical-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.pdd-vertical-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.pdd-vertical-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.pdd-vertical-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important
}

.pdd-vertical-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.pdd-vertical-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important
}

.pdd-vertical-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.pdd-vertical-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important
}

.pdd-vertical-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.pdd-vertical-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important
}

.pdd-vertical-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important
}

.pdd-vertical-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important
}

.pdd-vertical-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.pdd-vertical-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important
}

.pdd-vertical-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important
}

.pdd-vertical-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important
}

.pdd-vertical-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.pdd-vertical-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important
}

.pdd-vertical-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important
}

.pdd-vertical-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important
}

.pdd-vertical-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important
}

.pdd-vertical-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important
}

.pdd-horizon-5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.pdd-horizon-10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.pdd-horizon-15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.pdd-horizon-20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.pdd-horizon-25 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.pdd-horizon-30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.pdd-horizon-35 {
    padding-left: 35px !important;
    padding-right: 35px !important
}

.pdd-horizon-40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.pdd-horizon-45 {
    padding-left: 45px !important;
    padding-right: 45px !important
}

.pdd-horizon-50 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.pdd-horizon-55 {
    padding-left: 55px !important;
    padding-right: 55px !important
}

.pdd-horizon-60 {
    padding-left: 60px !important;
    padding-right: 60px !important
}

.pdd-horizon-65 {
    padding-left: 65px !important;
    padding-right: 65px !important
}

.pdd-horizon-70 {
    padding-left: 70px !important;
    padding-right: 70px !important
}

.pdd-horizon-75 {
    padding-left: 75px !important;
    padding-right: 75px !important
}

.pdd-horizon-80 {
    padding-left: 80px !important;
    padding-right: 80px !important
}

.pdd-horizon-85 {
    padding-left: 85px !important;
    padding-right: 85px !important
}

.pdd-horizon-90 {
    padding-left: 90px !important;
    padding-right: 90px !important
}

.pdd-horizon-95 {
    padding-left: 95px !important;
    padding-right: 95px !important
}

.pdd-horizon-100 {
    padding-left: 100px !important;
    padding-right: 100px !important
}

.pdd-horizon-105 {
    padding-left: 105px !important;
    padding-right: 105px !important
}

.pdd-horizon-110 {
    padding-left: 110px !important;
    padding-right: 110px !important
}

.pdd-horizon-115 {
    padding-left: 115px !important;
    padding-right: 115px !important
}

.pdd-horizon-120 {
    padding-left: 120px !important;
    padding-right: 120px !important
}

.pdd-horizon-125 {
    padding-left: 125px !important;
    padding-right: 125px !important
}

.pdd-top-5 {
    padding-top: 5px !important
}

.pdd-top-10 {
    padding-top: 10px !important
}

.pdd-top-15 {
    padding-top: 15px !important
}

.pdd-top-20 {
    padding-top: 20px !important
}

.pdd-top-25 {
    padding-top: 25px !important
}

.pdd-top-30 {
    padding-top: 30px !important
}

.pdd-top-35 {
    padding-top: 35px !important
}

.pdd-top-40 {
    padding-top: 40px !important
}

.pdd-top-45 {
    padding-top: 45px !important
}

.pdd-top-50 {
    padding-top: 50px !important
}

.pdd-top-55 {
    margin-top: 55px !important
}

.pdd-top-60 {
    padding-top: 60px !important
}

.pdd-top-65 {
    padding-top: 65px !important
}

.pdd-top-70 {
    padding-top: 70px !important
}

.pdd-top-75 {
    padding-top: 75px !important
}

.pdd-top-80 {
    padding-top: 80px !important
}

.pdd-top-85 {
    padding-top: 85px !important
}

.pdd-top-90 {
    padding-top: 90px !important
}

.pdd-top-95 {
    padding-top: 95px !important
}

.pdd-top-100 {
    padding-top: 100px !important
}

.pdd-top-105 {
    padding-top: 105px !important
}

.pdd-top-110 {
    padding-top: 110px !important
}

.pdd-top-115 {
    padding-top: 115px !important
}

.pdd-top-120 {
    padding-top: 120px !important
}

.pdd-top-125 {
    padding-top: 125px !important
}

.pdd-btm-5 {
    padding-bottom: 5px !important
}

.pdd-btm-10 {
    padding-bottom: 10px !important
}

.pdd-btm-15 {
    padding-bottom: 15px !important
}

.pdd-btm-20 {
    padding-bottom: 20px !important
}

.pdd-btm-25 {
    padding-bottom: 25px !important
}

.pdd-btm-30 {
    padding-bottom: 30px !important
}

.pdd-btm-35 {
    padding-bottom: 35px !important
}

.pdd-btm-40 {
    padding-bottom: 40px !important
}

.pdd-btm-45 {
    padding-bottom: 45px !important
}

.pdd-btm-50 {
    padding-bottom: 50px !important
}

.pdd-btm-55 {
    margin-bottom: 55px !important
}

.pdd-btm-60 {
    padding-bottom: 60px !important
}

.pdd-btm-65 {
    padding-bottom: 65px !important
}

.pdd-btm-70 {
    padding-bottom: 70px !important
}

.pdd-btm-75 {
    padding-bottom: 75px !important
}

.pdd-btm-80 {
    padding-bottom: 80px !important
}

.pdd-btm-85 {
    padding-bottom: 85px !important
}

.pdd-btm-90 {
    padding-bottom: 90px !important
}

.pdd-btm-95 {
    padding-bottom: 95px !important
}

.pdd-btm-100 {
    padding-bottom: 100px !important
}

.pdd-btm-105 {
    padding-bottom: 105px !important
}

.pdd-btm-110 {
    padding-bottom: 110px !important
}

.pdd-btm-115 {
    padding-bottom: 115px !important
}

.pdd-btm-120 {
    margin-bottom: 120px !important
}

.pdd-btm-125 {
    padding-bottom: 125px !important
}

.pdd-left-5 {
    padding-left: 5px !important
}

.pdd-left-10 {
    padding-left: 10px !important
}

.pdd-left-15 {
    padding-left: 15px !important
}

.pdd-left-20 {
    padding-left: 20px !important
}

.pdd-left-25 {
    padding-left: 25px !important
}

.pdd-left-30 {
    padding-left: 30px !important
}

.pdd-left-35 {
    padding-left: 35px !important
}

.pdd-left-40 {
    padding-left: 40px !important
}

.pdd-left-45 {
    padding-left: 45px !important
}

.pdd-left-50 {
    padding-left: 50px !important
}

.pdd-left-55 {
    margin-left: 55px !important
}

.pdd-left-60 {
    padding-left: 60px !important
}

.pdd-left-65 {
    padding-left: 65px !important
}

.pdd-left-70 {
    padding-left: 70px !important
}

.pdd-left-75 {
    padding-left: 75px !important
}

.pdd-left-80 {
    padding-left: 80px !important
}

.pdd-left-85 {
    padding-left: 85px !important
}

.pdd-left-90 {
    padding-left: 90px !important
}

.pdd-left-95 {
    padding-left: 95px !important
}

.pdd-left-100 {
    padding-left: 100px !important
}

.pdd-left-105 {
    padding-left: 105px !important
}

.pdd-left-110 {
    padding-left: 110px !important
}

.pdd-left-115 {
    padding-left: 115px !important
}

.pdd-left-120 {
    margin-left: 120px !important
}

.pdd-left-125 {
    padding-left: 125px !important
}

.pdd-right-5 {
    padding-right: 5px !important
}

.pdd-right-10 {
    padding-right: 10px !important
}

.pdd-right-15 {
    padding-right: 15px !important
}

.pdd-right-20 {
    padding-right: 20px !important
}

.pdd-right-25 {
    padding-right: 25px !important
}

.pdd-right-30 {
    padding-right: 30px !important
}

.pdd-right-35 {
    padding-right: 35px !important
}

.pdd-right-40 {
    padding-right: 40px !important
}

.pdd-right-45 {
    padding-right: 45px !important
}

.pdd-right-50 {
    padding-right: 50px !important
}

.pdd-right-55 {
    margin-right: 55px !important
}

.pdd-right-60 {
    padding-right: 60px !important
}

.pdd-right-65 {
    padding-right: 65px !important
}

.pdd-right-70 {
    padding-right: 70px !important
}

.pdd-right-75 {
    padding-right: 75px !important
}

.pdd-right-80 {
    padding-right: 80px !important
}

.pdd-right-85 {
    padding-right: 85px !important
}

.pdd-right-90 {
    padding-right: 90px !important
}

.pdd-right-95 {
    padding-right: 95px !important
}

.pdd-right-100 {
    padding-right: 100px !important
}

.pdd-right-105 {
    padding-right: 105px !important
}

.pdd-left-110 {
    padding-left: 110px !important
}

.pdd-right-115 {
    padding-right: 115px !important
}

.pdd-right-120 {
    margin-right: 120px !important
}

.pdd-right-125 {
    padding-right: 125px !important
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.vertical-align-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.relative {
    position: relative !important
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.vh-30 {
    height: 30vh
}

.vh-50 {
    height: 50vh
}

.vh-70 {
    height: 70vh
}

.vh-100 {
    height: 100vh
}

.width-10 {
    width: 10%
}

.width-20 {
    width: 20%
}

.width-30 {
    width: 30%
}

.width-40 {
    width: 40%
}

.width-50 {
    width: 50%
}

.width-60 {
    width: 60%
}

.width-70 {
    width: 70%
}

.width-80 {
    width: 80%
}

.width-90 {
    width: 90%
}

.width-100 {
    width: 100%
}

.max-height {
    height: 100%
}

.border {
/*    border: 1px solid #e9e9e9;
    border-style: solid !important*/
}

.border.thick-md {
    border-width: 5px !important
}

.border.top {
    border: 0;
    border-top: 1px solid #e9e9e9 !important
}

.border.left {
    border: 0;
    border-left: 1px solid #e9e9e9 !important
}

.border.right {
    border: 0;
    border-right: 1px solid #e9e9e9 !important
}

.border.btm {
/*    border: 0;
    border-bottom: 1px solid #e9e9e9 !important*/
}

.border.border-dark {
    border-color: #3e3e3e !important
}

.no-border {
    border: 0 !important;
    border-style: none !important
}

/*****************************************************
*******************  3. Layout  *********************
*****************************************************/

.screen-frame {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden
}

.screen-frame .bar-top,
.screen-frame .bar-btm,
.screen-frame .bar-left,
.screen-frame .bar-right {
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 99;
    overflow: hidden
}

.screen-frame .bar-left,
.screen-frame .bar-right {
    z-index: 99999
}

.screen-frame .bar-top,
.screen-frame .bar-btm {
    left: 0;
    right: 0
}

.screen-frame .bar-top {
    height: 90px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.screen-frame .bar-top.after-scroll {
    height: 75px !important
}

.screen-frame.static .bar-top,
.screen-frame.static .bar-top.after-scroll {
    height: 30px !important
}

.screen-frame .bar-btm {
    height: 30px
}

.screen-frame .bar-left,
.screen-frame .bar-right {
    width: 30px;
    bottom: 0;
    top: 0
}

.screen-frame .bar-top {
    top: 0
}

.screen-frame .bar-btm {
    bottom: 0
}

.screen-frame .bar-left {
    left: 0
}

.screen-frame .bar-right {
    right: 0
}

.section {
    padding-top: 160px;
    padding-bottom: 100px
}

.section-2 {
    padding-top: 100px;
    padding-bottom: 100px
}

.section-3 {
    padding-top: 75px;
    padding-bottom: 75px
}

.section-4 {
    padding-top: 40px;
    padding-bottom: 40px
}

.section-5 {
    padding-top: 10px;
    padding-bottom: 10px
}

.section-no-btm {
    padding-top: 160px
}

section {
/*    border-bottom: 1px solid #ececec*/
}

.bg-light-gray {
    background-color: #FAFBFC
}

.bg-gray {
    background-color: #f8f8f8
}

.bg-white {
    background-color: #fff
}

.bg-transparent {
    background-color: transparent
}

.bg-transparent-light {
    background-color: rgba(255, 255, 255, .85)
}

.bg-transparent-dark {
    background-color: rgba(0, 0, 0, .7)
}

.theme-dark {
    background-color: var(--tc-main_darker)
}

.theme-dark-gray {
    background-color: #2e3036
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.bg-transparent-dark h1,
.bg-transparent-dark h2,
.bg-transparent-dark h3,
.bg-transparent-dark h4,
.bg-transparent-dark h5,
.bg-transparent-dark h6,
.bg-transparent-dark p,
.bg-transparent-dark span {
    color: #ececec
}

.theme-dark p,
.theme-dark span,
.theme-dark a,
.bg-transparent-dark p,
.bg-transparent-dark span,
.bg-transparent-dark a {
    color: var(--tc-main_brightest_high)
}

.bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.img-bg-nav-shop {
    background-image: url(../images/background/bg-nav-shop.png)
}

.parallax {
    background-attachment: fixed;
    background-size: cover
}

.parallax-overlay-dark,
.parallax-overlay-light,
.parallax-overlay-dark>div,
.parallax-overlay-light>div {
    position: relative
}

.parallax-overlay-dark:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    background: rgba(0, 0, 0, .5)
}

.parallax-overlay-gradient-dark:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(153, 153, 153, .51) 26%, rgba(62, 62, 62, .66) 49%, rgba(33, 33, 33, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(26%, rgba(153, 153, 153, .51)), color-stop(49%, rgba(62, 62, 62, .66)), color-stop(100%, rgba(33, 33, 33, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(153, 153, 153, .51) 26%, rgba(62, 62, 62, .66) 49%, rgba(33, 33, 33, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(153, 153, 153, .51) 26%, rgba(62, 62, 62, .66) 49%, rgba(33, 33, 33, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(153, 153, 153, .51) 26%, rgba(62, 62, 62, .66) 49%, rgba(33, 33, 33, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(153, 153, 153, .51) 26%, rgba(62, 62, 62, .66) 49%, rgba(33, 33, 33, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#212121', GradientType=0)
}

.parallax-overlay-light:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .75)
}

.parallax-overlay-gradient-light:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .51) 26%, rgba(255, 255, 255, .66) 49%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(26%, rgba(255, 255, 255, .51)), color-stop(49%, rgba(255, 255, 255, .66)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .51) 26%, rgba(255, 255, 255, .66) 49%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .51) 26%, rgba(255, 255, 255, .66) 49%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .51) 26%, rgba(255, 255, 255, .66) 49%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .51) 26%, rgba(255, 255, 255, .66) 49%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0)
}

.parallax-overlay-dark,
.parallax-overlay-dark h1,
.parallax-overlay-dark h2,
.parallax-overlay-dark h3,
.parallax-overlay-dark h4,
.parallax-overlay-dark h5,
.parallax-overlay-dark h6 {
    color: #ececec
}

.video-parallax {
    position: relative;
    overflow: hidden;
    min-height: 500px
}

.split-box {
    padding: 0;
    position: relative
}

.split-box .image-container {
    overflow: hidden;
    position: absolute;
    height: 100%;
    padding: 0;
    top: 0
}

.split-box .content {
    padding: 80px 50px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative
}

.split-box .background-holder {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50% !important
}

.split-box .background-holder.has-content {
    display: table
}

.split-box .background-holder.has-content .content {
    display: table-cell;
    vertical-align: middle
}

.split-box .bordered-left {
    border-left: 10px solid #fff
}

.split-box .bordered-right {
    border-right: 10px solid #fff
}

.bg-gray .split-box .bordered-left {
    border-left: 10px solid #f8f8f8
}

.bg-gray .split-box .bordered-right {
    border-right: 10px solid #f8f8f8
}

.theme-dark .split-box .bordered-left {
    border-left: 10px solid #212121
}

.theme-dark .split-box .bordered-right {
    border-right: 10px solid #212121
}

.border-box .box-wrapper {
    position: relative;
    border-right: 1px solid #ececec;
    padding: 30px 0
}

.border-box .box-wrapper .fact-icons {
    font-size: 35px
}

/*****************************************************
******************  4. Preloader  ********************
*****************************************************/

.page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: block;
    z-index: 99999999
}

.loader span {
    font-family: "Roboto", Helvetica, sans-serif;
    position: absolute;
    font-weight: normal;
    top: 52%;
    font-size: 45px;
    letter-spacing: 15px;
    margin-left: -100px;
    left: 50%;
    margin-top: 20px;
    color: #212121
}

.loader-style-1 {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .5s .1s;
    transition: transform .5s .1s;
    perspective: 9999px;
    color: #3e3e3e;
    margin: -40px 0 0 -40px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -37px;
    top: 65px;
    opacity: 1
}

.loader-style-1.panelLoad {
    z-index: 11;
    top: 45%;
    margin-top: -60px;
    -webkit-animation: panel 2.2s infinite forwards;
    animation: panel 2.2s infinite forwards
}

.loader-style-1.panelLoad .cube-face {
    color: black;
    box-shadow: inset 0 0 0 1px #222, 0 0 1px 1px #222
}

.loader-style-1 .cube-face {
    width: inherit;
    height: inherit;
    position: absolute;
    background: white;
    box-shadow: inset 0 0 0 1px #3e3e3e, 0 0 1px 1px #3e3e3e;
    opacity: 1;
    font-family: Arial, Helvetica, sans-serif
}

.loader-style-1 .cube-face-front {
    transform: translate3d(0, 0, 40px);
    -webkit-transform: translate3d(0, 0, 40px);
    font-size: 30px
}

.loader-style-1 .cube-face-back {
    -webkit-transform: rotateY(180deg) translate3d(0, 0, 40px);
    transform: rotateY(180deg) translate3d(0, 0, 40px)
}

.loader-style-1 .cube-face-left {
    -webkit-transform: rotateY(-90deg) translate3d(0, 0, 40px);
    transform: rotateY(-90deg) translate3d(0, 0, 40px)
}

.loader-style-1 .cube-face-right {
    -webkit-transform: rotateY(90deg) translate3d(0, 0, 40px);
    transform: rotateY(90deg) translate3d(0, 0, 40px)
}

.loader-style-1 .cube-face-top {
    -webkit-transform: rotateX(90deg) translate3d(0, 0, 40px);
    transform: rotateX(90deg) translate3d(0, 0, 40px)
}

.loader-style-1 .cube-face-bottom {
    -webkit-transform: rotateX(-90deg) translate3d(0, 0, 40px);
    transform: rotateX(-90deg) translate3d(0, 0, 40px)
}

@-webkit-keyframes panel {
    0% {
        -webkit-transform: rotateY(0) rotateZ(0)
    }

    20% {
        -webkit-transform: rotateY(90deg) rotateZ(0)
    }

    40% {
        -webkit-transform: rotateX(45deg) rotateZ(45deg)
    }

    60% {
        -webkit-transform: rotateX(90deg) rotateY(180deg) rotateX(90deg)
    }

    80% {
        -webkit-transform: rotateX(310deg) rotateZ(230deg)
    }

    100% {
        -webkit-transform: rotateX(360deg) rotateZ(360deg)
    }
}

@keyframes panel {
    0% {
        -webkit-transform: rotateY(0) rotateZ(0);
        transform: rotateY(0) rotateZ(0)
    }

    20% {
        -webkit-transform: rotateY(90deg) rotateZ(0);
        transform: rotateY(90deg) rotateZ(0)
    }

    40% {
        -webkit-transform: rotateX(45deg) rotateZ(45deg);
        transform: rotateX(45deg) rotateZ(45deg)
    }

    60% {
        -webkit-transform: rotateX(90deg) rotateY(180deg) rotateX(90deg);
        transform: rotateX(90deg) rotateY(180deg) rotateX(90deg)
    }

    80% {
        -webkit-transform: rotateX(310deg) rotateZ(230deg);
        transform: rotateX(310deg) rotateZ(230deg)
    }

    100% {
        -webkit-transform: rotateX(360deg) rotateZ(360deg);
        transform: rotateX(360deg) rotateZ(360deg)
    }
}

.loader-style-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -28px 0 -25px 0;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    border-left: 2px solid rgba(0, 0, 0, .1);
    border-right: 2px solid rgba(0, 0, 0, .1);
    border-top: 3px solid #2A94F6;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: spinn .6s infinite linear;
    animation: spinn .6s infinite linear
}

@-webkit-keyframes spinn {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spinn {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

/*****************************************************
********************  5. Menu  ***********************
*****************************************************/

.navbar {
    margin-bottom: 0;
    border: 0
}

.nav .open a,
.nav .open a:focus,
.nav .open a:hover {
    background-color: transparent
}

.nav li a:hover,
.nav li a:focus {
    text-decoration: none;
    background-color: transparent
}

.navbar-header {
    float: right
}

.brand-logo {
    float: left;
    line-height: 100%;
    position: relative;
    z-index: 1
}

.brand-logo a {
    display: block
}

.brand-logo img {
    height: 90px;
    display: block;
    max-width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.navbar-brand {
    padding: 0
}

.main-nav {
    font-family: var(--tf-family_alt), sans-serif;
    text-transform: uppercase;
    letter-spacing: unset;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    height: 90px;
    text-align: left;
    z-index: 1030;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.main-nav .inner-nav {
    float: right
}

.menu-sticky {
    height: 75px !important;
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0
}

.menu-sticky .inner-nav>ul>li>a {
    line-height: 75px !important
}

.menu-sticky .brand-logo img,
.menu-sticky .navbar-toggle {
/*    height: 75px !important*/
}

.navbar-toggle {
    float: right;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.navbar-toggle button {
    height: 100%;
    background-color: transparent;
    border: 0
}

.menu-transparent {
    background-color: transparent !important;
    position: fixed !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 0 !important
}

.menu-transparent.push-top {
    margin-top: 30px
}

.main-nav.js-transparent {
    -webkit-transition: all .27s cubic-bezier(.000, .000, .580, 1.000);
    transition: all .27s cubic-bezier(.000, .000, .580, 1.000)
}

.main-nav.menu-dark {
    /* tera24
    background-color: var(--tc-main_darker);
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1)
    */
}

.main-nav.menu-dark .inner-nav>ul>li>a,
.main-nav.menu-dark .navbar-toggle i {
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.main-nav.menu-dark .inner-nav>ul>li>a:hover,
.main-nav.menu-dark .inner-nav>ul>li>a:focus,
.main-nav.menu-dark .navbar-toggle i:hover,
.main-nav.op-nav.menu-dark .inner-nav>ul>li.active>a {
    color: #fff
}

.main-nav.menu-light {
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9
}

.main-nav.menu-light .inner-nav>ul>li>a,
.main-nav.menu-light .navbar-toggle i {
    color: #777;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.main-nav.menu-light .inner-nav>ul>li>a:hover,
.main-nav.menu-light .inner-nav>ul>li>a:focus,
.main-nav.menu-light .navbar-toggle i:hover,
.main-nav.op-nav.menu-light .inner-nav>ul>li.active>a {
    color: #000
}

.main-nav .inner-nav>ul>li>a {
    padding: 0 10px;
    line-height: 90px;
    display: block
}

.navbar-toggle {
    margin: 0;
    padding: 0;
    height: 90px
}

.navbar-toggle .icon-bar {
    background-color: #3e3e3e
}

.main-nav .dropdown-menu {
    background-color: #fff;
    font-size: 16px;
    letter-spacing: .5px;
    border-radius: 0;
    border: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    display: block
}

.main-nav .dropdown-header {
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #444;
    width: auto;
    float: left;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px
}

.main-nav .dropdown-menu li a {
    color: #e9e9e9;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    text-wrap: nowrap;
}

.main-nav .dropdown:hover>ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    transition-delay: 0
}

.main-nav .dropdown-menu li a:hover,
.main-nav .dropdown-menu li a:focus {
    color: #fff;
    padding-left: 5px;
    background-color: transparent
}

.custom-collapse .dropdown>a>i {
    font-size: 8px;
    opacity: 0;
    transition: all .1s ease;
    -webkit-transition: all .1s ease
}

.custom-collapse .dropdown>a:hover>i {
    opacity: 1
}

.nav .mega-menu {
    position: static
}

.mega-menu .dropdown-menu {
    left: 0;
    right: 0;
    margin-left: auto;
    padding: 20px 30px 25px 30px;
    border: 0;
    top: auto
}

.mega-menu .dropdown-menu li {
    min-width: 160px
}

.mega-menu .dropdown-menu li a i {
    font-size: 14px;
    padding-right: 10px
}

.mega-menu .shop-heading {
    border-bottom: 1px solid #777;
    padding: 0 5px;
    padding-bottom: 5px;
    margin-left: 10px;
    width: auto;
    float: left
}

.submenu {
    position: relative
}

.submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px
}

.submenu:hover>.dropdown-menu {
    margin-top: 0
}

.submenu>a:after {
    font-family: "themify";
    display: block;
    content: "\e649";
    position: absolute;
    right: 25px;
    top: 0;
    margin-top: 17px;
    font-size: 7px
}

.classic-dropdown .dropdown-menu {
    min-width: 200px
}

.classic-dropdown .dropdown-menu li a {
    margin: 5px 15px
}

.right-nav {
    font-size: 16px
}

.right-nav>ul {
    padding: 0
}

.right-nav ul li {
    float: left;
    list-style: none
}

#search-trigger {
    background-color: transparent;
    border: 0;
    display: block
}

#search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .6s cubic-bezier(.23, 1, .32, 1)
}

#search.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999
}

#search .input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 125px;
    margin: auto
}

#search .input .search {
    float: left;
    width: calc(100% - 125px);
    height: 85px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 40px;
    letter-spacing: 1.3px;
    line-height: 85px;
    text-indent: 20px;
    border-bottom: 1px solid #ddd;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 300
}

#search .input .search::-webkit-input-placeholder {
    color: #ccc;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 40px
}

#search .input .submit {
    cursor: pointer;
    float: left;
    width: 125px;
    height: 85px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 50px;
    color: #bbb;
    text-align: center;
    line-height: 85px;
    border-bottom: 1px solid #ddd
}

#search #close {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 125px;
    height: 95px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 40px;
    color: #bbb;
    text-align: center;
    line-height: 95px
}

.cart-dropdown {
    position: relative
}

.cart-dropdown .notice-num {
    position: absolute;
    right: 3px;
    color: #ececec;
    background-color: #3e3e3e;
    font-size: 10px;
    padding: 0;
    border-radius: 50px;
    height: 20px;
    display: inline-block;
    top: 20px;
    line-height: 19px;
    padding-right: 5px;
    padding-left: 7px
}

.cart-dropdown ul {
    left: -280px;
    width: 330px;
    padding: 15px 20px 35px 20px;
    margin-top: 0
}

.cart-dropdown ul .cart-list,
.cart-dropdown ul .cart-bottom {
    width: 100%
}

.cart-dropdown ul .cart-bottom p {
    font-size: 12px;
    letter-spacing: 1px
}

.cart-dropdown ul .cart-list .cart-item {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    border-bottom: 1px solid #3e3e3e
}

.cart-dropdown ul .cart-list .cart-item .cart-image {
    width: 80px;
    float: left;
    margin-right: 15px
}

.cart-dropdown ul .cart-list .cart-item .cart-info {
    float: left
}

.cart-dropdown ul .cart-list .cart-item .cart-info a {
    padding: 0;
    color: #ececec;
    font-size: 12px;
    letter-spacing: 1px;
    display: block
}

.cart-dropdown ul .cart-list .cart-item .cart-info span {
    width: 100%;
    display: inline-block;
    color: #999;
    font-weight: normal;
    font-size: 12px
}

.cart-dropdown ul .cart-list .cart-item .cart-info .delete {
    position: absolute;
    right: 0;
    top: 20px;
    padding: 15px;
    width: auto;
    font-size: 20px;
    color: #999
}

.cart-dropdown ul .cart-bottom .button-group a {
    width: 45%;
    padding: 10px 15px
}

.fs-menu-button {
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 999
}

.fs-menu-button a {
    padding: 10px;
    border: 2px solid #212121;
    color: #212121;
    font-size: 20px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.fs-menu-button a:hover,
.fs-menu-button a:focus {
    background-color: #212121;
    color: #ececec
}

.fs-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
    background: #fff;
    transition: all .4s linear;
    -webkit-transition: all .4s linear
}

.fs-menu.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999
}

.fs-menu-close {
    position: fixed;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: #212121;
    z-index: 999
}

.fs-menu.active .container {
    position: relative;
    height: 100vh
}

.fs-menu .inner-nav {
    position: relative;
    margin-top: 15%;
    text-align: center;
    left: 0;
    right: 0;
    padding-bottom: 5%;
    border-bottom: 1px solid #e9e9e9
}

.fs-menu .inner-nav ul li a {
    font-family: "Roboto", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #212121;
    line-height: 2;
    position: relative
}

.fs-menu.active .inner-nav ul li {
    opacity: 0
}

.fs-menu.active .inner-nav ul li {
    animation: fadeInUp .4s ease forwards;
    -webkit-animation: fadeInUp .4s ease forwards;
    opacity: 0;
    position: relative;
    display: block
}

.fs-menu .inner-nav ul li a:hover {
    opacity: .5
}

.fs-menu .fs-menu-btm .copyright {
    position: fixed;
    bottom: 5px
}

.float-menu.float-menu-style {
    margin-top: 40px
}

.float-menu.menu-light.float-menu-style .container {
    background-color: #fff
}

.float-menu.menu-dark.float-menu-style .container {
    background-color: #232323
}

.top-logo {
    display: block;
    width: 100%;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.top-logo.push-top {
    margin-top: -90px
}

.main-nav.has-top-logo .navbar-header {
    text-align: center
}

.top-logo-transparent {
    position: fixed;
    z-index: 1023
}

@media (min-width:992px) {
    .main-nav.has-top-logo {
        text-align: center
    }

    .main-nav.has-top-logo .inner-nav,
    .main-nav.has-top-logo .navbar-header {
        float: none;
        display: inline-block !important
    }
}

.top-nav {
    position: relative;
    z-index: 1031;
    border-bottom: 1px solid #eee;
    font-weight: normal;
    font-size: 16px;
    transition: all .05s ease-in-out;
    -webkit-transition: all .05s ease-in-out
}

.top-nav.push-top {
    margin-top: -40px
}

.top-nav.top-nav-transparent {
    position: fixed;
    width: 100%
}

.top-nav .topnav-item {
    line-height: 40px;
    display: inline-block
}

.top-nav .topnav-item span,
.top-nav .topnav-item .dropdown a {
    padding: 0 15px;
    line-height: 40px;
    display: inline-block
}

.top-nav .topnav-item span a {
    display: inline-block
}

.top-nav.theme-dark .topnav-item.bordered,
.top-nav.theme-dark .topnav-item.bordered.pull-right {
    border-right: 1px solid #3e3e3e
}

.top-nav .topnav-item.bordered,
.top-nav .topnav-item.bordered.pull-right {
    border-right: 1px solid #e9e9e9
}

.top-nav .topnav-item .dropdown-menu {
    right: -16px;
    left: auto;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    margin: 0;
    padding: 0;
    min-width: 200px
}

.top-nav .topnav-item .dropdown-menu li a {
    line-height: 50px;
    display: inline-block;
    width: 100%;
    padding: 0 20px;
    height: 100%
}

.top-nav .topnav-item .dropdown-menu li.selected:after {
    position: absolute;
    content: "\e64c";
    right: 15px;
    top: 0;
    font-family: 'themify'
}

.sidebar-toggle {
    position: fixed;
    top: 45px;
    right: 45px;
    font-size: 20px;
    z-index: 99;
    color: #777
}

.side-nav {
    padding-left: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.side-nav.toggled {
    padding-left: 300px
}

.side-nav.toggled .sidebar-inner {
    opacity: 0;
    visibility: hidden
}

.sidebar-inner {
    z-index: 1000;
    position: fixed;
    left: 300px;
    width: 0;
    height: 100%;
    margin-left: -300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 30px;
    border-right: 1px solid #e9e9e9;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.sidebar-inner.light,
.sidebar-inner.light .sidebar-bottom {
    background-color: #fff
}

.sidebar-inner.light ul.sidebar-menu li a {
    color: #3e3e3e
}

.sidebar-inner.dark,
.sidebar-inner.dark .sidebar-bottom {
    background-color: #121212
}

.sidebar-inner.dark ul.sidebar-menu li a {
    color: #999
}

.sidebar-inner,
.side-nav.toggled .sidebar-inner {
    width: 300px
}

#page-content-wrapper {
    width: 100%;
    padding: 15px
}

.side-nav.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -300px
}

.side-nav {
    padding-left: 300px
}

.side-nav.toggled {
    padding-left: 0
}

.side-nav.toggled .sidebar-inner {
    width: 0
}

.sidebar-menu {
    width: 240px;
    overflow-y: auto;
    padding-left:5px!important;
    padding-right:15px!important;
}
}

.sidebar-inner .side-sub-menu {
    display: none
}

.side-sub-menu li.openul.side-sub-menu {
    display: block
}

.sidebar-inner ul.side-sub-menu li a,
.sidebar-inner ul.sidebar-menu li a {
    display: inline-block;
    width: 100%;
    text-indent: 30px;
    line-height: 3.5;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.sidebar-inner ul.sidebar-menu li a:hover {
    color: var(--tc-main_darker)
}

.sidebar-inner .first-level ul li a {
    padding-left: 15px;
    line-height: 3
}

.sidebar-inner .second-level ul li a {
    padding-left: 30px
}

.sidebar-inner .dropdown>a:after {
    position: absolute;
    content: "+";
    right: 25px
}

.sidebar-inner .dropdown>a.menu-open:after {
    position: absolute;
    content: "-"
}

.sidebar-inner .sidebar-bottom {
    bottom: 0;
    min-height: 100px;
    display: inline-block;
    width: 100%;
    position: relative
}

.sidebar-inner.dark .sidebar-bottom {
    border-top: 1px solid #323232
}

/*****************************************************
*********************  6. Hero ***********************        
*****************************************************/

.hero-caption {
    position: absolute !important;
    z-index: 100
}

.hero-caption.caption-center {
    left: 0;
    right: 0;
    text-align: center
}

.hero-caption.caption-left {
    left: 10%;
    max-width: 550px
}

.hero-caption.caption-right {
    right: 10%;
    max-width: 550px
}

.hero-caption.caption-height-top {
    top: 20%
}

.hero-caption.caption-height-center {
    top: 35%
}

.hero-caption.caption-height-btm {
    top: 50%
}

.hero-heading,
.hero-heading-alt {
    position: relative
}

.hero-heading.text-light,
.hero-heading-alt.text-light,
.hero-text.text-light,
.hero-text-alt.text-light {
    color: #f9f9f9
}

.hero-heading.text-dark,
.hero-heading-alt.text-dark,
.hero-text.text-dark,
.hero-text-alt.text-dark {
    color: #212121
}

.hero-heading.text-dark.bordered,
.hero-heading-alt.text-dark.bordered,
.hero-text.text-dark.bordered,
.hero-text-alt.text-dark.bordered {
    border: 7px solid #212121;
    display: inline-block;
    padding: 10px 40px
}

.hero-heading.text-light.bordered,
.hero-heading-alt.text-light.bordered,
.hero-text.text-light.bordered,
.hero-text-alt.text-light.bordered {
    border: 7px solid #f9f9f9;
    display: inline-block;
    padding: 10px 40px
}

.hero-divider.text-light:after,
.hero-divider-right.text-light:after,
.hero-divider-left.text-light:after {
    background-color: #f9f9f9
}

.hero-divider.text-dark:after,
.hero-divider-right.text-dark:after,
.hero-divider-left.text-dark:after {
    background-color: #212121
}

.hero-heading {
    font-family: "Roboto", Helvetica, sans-serif;
    font-weight: 400
}

.hero-heading-alt {
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 300
}

h1.hero-heading {
    font-size: 60px;
    letter-spacing: 4px
}

h2.hero-heading {
    font-size: 45px;
    letter-spacing: 5px
}

h3.hero-heading {
    font-size: 35px;
    letter-spacing: 6px
}

h4.hero-heading {
    font-size: 23px;
    letter-spacing: 4px
}

h5.hero-heading {
    font-size: 18px;
    letter-spacing: 3px
}

h1.hero-heading-alt {
    font-size: 50px;
    letter-spacing: 3px
}

h2.hero-heading-alt {
    font-size: 40px;
    letter-spacing: 3.5px
}

h3.hero-heading-alt {
    font-size: 30px;
    letter-spacing: 3.5px
}

h4.hero-heading-alt {
    font-size: 20px;
    letter-spacing: 2.5px
}

h5.hero-heading-alt {
    font-size: 16px;
    letter-spacing: 3.5px
}

.hero-text,
.hero-text-alt {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-top: 15px;
    color: #3e3e3e
}

.hero-text {
    font-family: 'Droid Serif', serif;
    font-style: italic
}

.hero-text-alt {
    font-family: 'Open Sans', serif;
    letter-spacing: .7px
}

.hero-heading.border-dark {
    border: 5px solid #323232
}

.hero-heading.border-light {
    border: 5px solid #ececec
}

.hero-divider:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 70px;
    bottom: -20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.hero-divider-left:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 70px;
    bottom: -20px;
    left: 0
}

.hero-divider-right:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 70px;
    bottom: -20px;
    right: 0
}

.tohash {
    font-size: 25px;
    position: absolute !important;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    animation: upanddown 1.5s infinite;
    -webkit-animation: upanddown 1.5s infinite
}

@keyframes upanddown {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@-webkit-keyframes upanddown {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-8px)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.fs-slider,
.fs-img-parallax {
    overflow: hidden;
    position: relative;
    width: 100%
}

.fs-slider .carousel-inner .item,
.fs-img-parallax {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.fs-slider .carousel-inner,
.fs-img-parallax {
    height: 100vh
}

.fs-slider .carousel-inner .item,
.fw-slider .carousel-inner .item {
    height: 100%
}

.fw-slider .carousel-inner {
    height: 600px
}

.carousel-control.left,
.carousel-control.right,
.control-style-2.left,
.control-style-2.right {
    background: transparent
}

.control-style-2.left i,
.control-style-2.right i {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    opacity: 0;
    font-size: 30px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.control-style-2:hover.left i {
    left: 15%
}

.control-style-2:hover.right i {
    right: 15%
}

.fw-slider:hover .control-style-2.left i,
.fw-slider:hover .control-style-2.right i,
.fs-slider:hover .control-style-2.left i,
.fs-slider:hover .control-style-2.right i {
    opacity: 1
}

.control-style-2.left i {
    left: 20%
}

.control-style-2.right i {
    right: 20%
}

.carousel-control.left:hover {
    cursor: url(../images/slide/left.png), auto
}

.carousel-control.right:hover {
    cursor: url(../images/slide/right.png), auto
}

.carousel-control.control-style-2.left,
.carousel-control.control-style-2.right {
    cursor: auto
}

.carousel-fade .carousel-inner .item,
.carousel-fade.scale .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0)
}

.fs-slider .carousel-control {
    z-index: 11;
    width: 35%
}

.hero-video-bg {
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover
}

.hero-video-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%
}

.rainyday {
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0
}

.showcase .section {
    padding: 0;
    min-height: 100vh
}

.showcase .section .cell-vertical-container {
    display: table;
    height: 100%;
    width: 100%
}

.showcase .section .cell-vertical-container .content {
    display: table-cell;
    vertical-align: middle
}

.cell-vertical {
    display: table-cell;
    vertical-align: middle;
    position: relative
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0)
}

#fp-nav.right {
    right: 30px
}

#fp-nav.left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1
}

.fp-slidesNav.bottom {
    bottom: 17px
}

.fp-slidesNav.top {
    top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99
}

/*****************************************************
*******************  7. Headers **********************    
*****************************************************/

.header {
    position: relative;
    min-height: 280px;
}

.header-lg {
    padding-top: 200px;
    padding-bottom: 0px
}

.header-md {
    padding-top: 80px;
    padding-bottom: 50px
}

.header-sm {
    padding-top: 140px;
    padding-bottom: 0;
}

.header .border {
    display: inline-block
}

.header .sub-heading {
    margin-top: auto
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0
}

.breadcrumb ul li {
    font-weight: normal;
    padding: 0 5px;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
    color: #bbb;
}

.breadcrumb ul li:first-child {
    padding-left: 0
}

.breadcrumb ul li a {
    color: #fff;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.breadcrumb ul li:after {
    position: relative;
    right: 0
}

.breadcrumb.slash ul li:after {
    content: '/'
}

.breadcrumb.arrow ul li:after {
    content: '\e649';
    right: -5px;
    font-family: 'themify';
    font-size: 8px;
    color: #fff;
}

.breadcrumb.dotted ul li:after {
    content: '\e6e2';
    right: -6px;
    font-family: 'themify';
    font-size: 8px
}

.breadcrumb.dash ul li:after {
    content: '-';
    right: -6px;
    font-family: 'themify';
    font-size: 8px
}

.breadcrumb ul li:last-child:after {
    content: ''
}

.header.theme-dark .breadcrumb ul li a:hover,
.header.parallax-overlay-dark .breadcrumb ul li a:hover {
    color: #fff
}

.header.parallax-overlay-dark .breadcrumb ul li a,
.header.parallax-overlay-dark .sub-heading,
.header.theme-dark .sub-heading {
    color: #ececec
}

.header .breadcrumb ul li a:hover,
.header.parallax-overlay-light .breadcrumb ul li a:hover {
    color: var(--tc-brightest);
}

.header.parallax-overlay-light .breadcrumb ul li a,
.header.parallax-overlay-light .sub-heading {
    color: #777
}

/*****************************************************
*****************  8. Infographyy  *******************
*****************************************************/

.infography {
    padding: 10px
}

.infography-style-1 .infography-icon i {
    font-size: 50px;
    display: inline-block;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.infography-style-1:hover .infography-icon i {
    transform: scale(1.3);
    -webkit-transform: scale(1.3)
}

.infography-style-2 {
    padding: 0 30px
}

.infography-style-2 .infography-icon i {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 25px;
    background-color: #212121;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 25px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    color: #fff
}

.infography-style-2:hover .infography-icon i {
    font-size: 30px;
    color: #212121;
    background-color: #fff;
    border: 1px solid #ccc;
    transform: rotateY(180deg)
}

.infography-style-3 {
    padding: 15px 0 15px 20px;
    position: relative
}

.infography-style-3 .infography-icon i {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 45px;
    color: var(--tc-main_darker)
}

.infography-style-3 .infography-info {
    padding-left: 40px;
    text-align: left
}

.infography-style-4 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px
}

.infography-style-4 .inner-wrapper {
    background-color: rgba(255, 255, 255, .95);
    padding: 40px 20px
}

.infography-style-4 .infography-icon i {
    font-size: 35px
}

.infography-style-5 {
    border: 1px solid #e9e9e9;
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    position: relative
}

.infography-style-5 .infography-icon i {
    font-size: 35px;
    background-color: #232323;
    color: #ececec;
    padding: 15px 20px;
    position: absolute;
    top: 30px;
    left: 40%;
    border-radius: 5px;
    box-shadow: 0 0 0 10px #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.infography-style-5 .inner-wrapper {
    text-align: center;
    margin-top: 100px
}

.infography-style-5:hover .infography-icon i {
    top: -30px
}

.infography-style-6 {
    padding: 15px 20px 15px 0;
    position: relative
}

.infography-style-6 .infography-icon i {
    font-size: 35px;
    position: absolute;
    right: 0;
    top: 45px
}

.infography-style-6 .infography-info {
    padding-right: 40px;
    text-align: right
}

.infography-style-7 {
    position: relative
}

.infography-style-7 .infography-icon i {
    position: absolute;
    font-size: 100px;
    opacity: .1;
    top: 15px;
    left: 15px;
    font-style: normal
}

@media (max-width:480px) {
    .infography-style-7 .infography-info {
        padding-top: 10px;
    }
}

@media (min-width:978px) {
    .infography-style-7 .infography-info {
        padding-top: 10px;
        margin-left: 25%
    }
}

/*****************************************************
*****************  9. Owl Carousel *******************    
*****************************************************/

.owl-carousel {
    position: relative
}

.owl-carousel:hover {
    cursor: -webkit-grab
}

.owl-carousel .item img {
    margin-left: auto;
    margin-right: auto
}

.owl-pagination {
    padding: 0 15px;
    margin-top: 15px
}

.owl-pagination .owl-page:last-child {
    margin-right: -15px
}

.pagi-overlay .owl-pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 15px
}

.pagi-center .owl-pagination {
    text-align: center
}

.pagi-right .owl-pagination {
    text-align: right
}

.pagi-left .owl-pagination {
    text-align: left
}

.owl-pagi-1 .owl-pagination .owl-page span,
.owl-pagi-2 .owl-pagination .owl-page span {
    background: none repeat scroll 0 0 transparent;
    border-radius: 50px;
    height: 12px;
    margin: 51px 15px 5px 0;
    opacity: 1;
    width: 12px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    background: white
}

.owl-pagi-1 .owl-pagination .owl-page span {
    border: 1px solid var(--tc-main_darker)
}

.owl-pagi-1 .owl-pagination .owl-page.active span,
.owl-pagi-1 .owl-pagination .owl-page:hover span {
    background-color: var(--tc-main_darker);
    -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 1)
}

.owl-pagi-2 .owl-pagination .owl-page span {
    border: 1px solid #fcfcfc
}

.owl-pagi-2 .owl-pagination .owl-page.active span,
.owl-pagi-2 .owl-pagination .owl-page:hover span {
    background-color: #fcfcfc;
    height: 7px;
    width: 7px;
    box-shadow: 0 0 0 2px #fcfcfc
}

.owl-pagi-3 .owl-pagination .owl-page {
    border: 2px solid #212121;
    margin-right: 10px
}

.owl-pagi-3 .owl-pagination .owl-page.active span {
    background-color: #212121 !important
}

.owl-nav-1 .owl-buttons .prev,
.owl-nav-1 .owl-buttons .next {
    position: absolute;
    top: 35%;
    font-size: 22px;
    opacity: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    visibility: hidden;
    color: #3e3e3e;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.owl-nav-1:hover .owl-buttons .prev,
.owl-nav-1:hover .owl-buttons .next {
    opacity: .4;
    visibility: visible
}

.owl-nav-1 .owl-buttons .prev:hover,
.owl-nav-1 .owl-buttons .next:hover {
    opacity: 1
}

.owl-nav-1 .owl-buttons .prev {
    left: -60px
}

.owl-nav-1:hover .owl-buttons .prev {
    left: -30px;
    padding-right: 50px
}

.owl-nav-1.nav-overlay:hover .owl-buttons .prev {
    left: 10px
}

.owl-nav-1 .owl-buttons .next {
    right: -60px
}

.owl-nav-1:hover .owl-buttons .next {
    right: -30px;
    padding-left: 50px
}

.owl-nav-1.nav-overlay:hover .owl-buttons .next {
    right: 10px
}

.owl-nav-2 .owl-buttons {
    opacity: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.owl-nav-2:hover .owl-buttons {
    opacity: .6
}

.owl-nav-2 .owl-buttons .owl-prev i,
.owl-nav-2 .owl-buttons .owl-next i {
    color: #FFF
}

.owl-nav-2 .owl-buttons .owl-prev,
.owl-nav-2 .owl-buttons .owl-next {
    background-color: rgba(0, 0, 0, .8);
    padding: 30px 10px;
    position: absolute;
    top: 40%
}

.owl-nav-2 .owl-buttons .owl-prev {
    left: 0
}

.owl-nav-2 .owl-buttons .owl-next {
    right: 0
}

.owl-nav-3 .owl-buttons .prev,
.owl-nav-3 .owl-buttons .next,
.owl-nav-4 .owl-buttons .prev,
.owl-nav-4 .owl-buttons .next {
    position: absolute;
    top: 45%;
    font-size: 14px;
    padding: 15px;
    border: 1px solid #3e3e3e;
    color: #3e3e3e;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    background-color: white
}

.owl-nav-4 .owl-buttons .prev,
.owl-nav-4 .owl-buttons .next {
    border: 1px solid #ececec;
    color: #ececec
}

.owl-nav-3:hover .owl-buttons .prev,
.owl-nav-3:hover .owl-buttons .next,
.owl-nav-4:hover .owl-buttons .prev,
.owl-nav-4:hover .owl-buttons .next {
    opacity: .8;
    visibility: visible
}

.owl-nav-3 .owl-buttons .prev:hover,
.owl-nav-3 .owl-buttons .next:hover,
.owl-nav-4 .owl-buttons .prev:hover,
.owl-nav-4 .owl-buttons .next:hover {
    opacity: 1
}

.owl-nav-3 .owl-buttons .prev,
.owl-nav-4 .owl-buttons .prev {
    left: -70px
}

.owl-nav-3.nav-overlay .owl-buttons .prev,
.owl-nav-4.nav-overlay .owl-buttons .prev {
    left: 10px
}

.owl-nav-3 .owl-buttons .next,
.owl-nav-4 .owl-buttons .next {
    right: -70px
}

.owl-nav-3.nav-overlay .owl-buttons .next,
.owl-nav-4.nav-overlay .owl-buttons .next {
    right: 10px
}

.owl-nav-arrow .owl-buttons .ti-angle-left:before {
    content: "\e629"
}

.owl-nav-arrow .owl-buttons .ti-angle-right:before {
    content: "\e628"
}

/*****************************************************
******************  10. Accordions *******************        
*****************************************************/

.accordion.no-border .panel,
.accordion.no-border .panel-body {
    border: 0;
    box-shadow: none
}

.accordion {
    position: relative
}

.panel-heading,
.panel-heading {
    padding: 0;
    border-radius: 0
}

.panel-heading h1,
.panel-heading h2,
.panel-heading h3,
.panel-heading h4,
.panel-heading h5,
.panel-heading h6 {
    margin: 0
}

.panel-heading a,
.panel-heading a {
    padding: 15px;
    display: block;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out
}

.panel {
    margin-bottom: 5px;
    border: 1px solid #ddd;
    border-radius: 0
}

.panel-body {
    border-top: 1px solid #ddd;
    background-color: #fff
}

.accordion-white .panel-heading a.collapsed {
    color: #777;
    background-color: #fff
}

.accordion-white .panel-heading a:hover,
.accordion-white .panel-heading a {
    background-color: #232323;
    color: #ececec
}

.accordion-dark .panel-heading a.collapsed {
    color: #ececec;
    background-color: #232323
}

.accordion-dark .panel-heading a:hover,
.accordion-dark .panel-heading a {
    background-color: #fcfcfc;
    color: #777
}

.accordion-dark .panel-body {
    border-top: 1px solid #ddd;
    background-color: #fff
}

.panel-heading a i {
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    float: right;
    padding: 5px
}

.panel-heading a.collapsed i.ti-angle-down,
.panel-heading a.collapsed i.fa-angle-down {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg)
}

.panel-heading a.collapsed i.ti-close,
.panel-heading a.collapsed i.fa-times {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

/*****************************************************
*********************  11. Tabs **********************        
*****************************************************/

.custom-tabs>li {
    float: left;
    font-family: "Roboto", Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.3px
}

.custom-tabs li a {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out
}

.custom-tabs.tab-style-1 li a {
    color: #999;
    margin-right: 15px;
    padding: 10px 15px 10px 0
}

.custom-tabs.tab-style-1 li.active a,
.custom-tabs.tab-style-1 li a:hover {
    color: #212121
}

.custom-tabs.tab-style-2 {
    border-bottom: 1px solid #e9e9e9
}

.custom-tabs.tab-style-2 li a {
    border-bottom: 2px solid transparent;
    color: #777;
    margin-right: 15px
}

.custom-tabs.tab-style-2 li.active a,
.custom-tabs.tab-style-2 li a:hover {
    border-bottom: 2px solid #212121;
    color: #212121
}

.custom-tabs.tab-style-3 li a {
    border: 1px solid #e9e9e9;
    color: #777;
    margin-right: 15px
}

.custom-tabs.tab-style-3 li.active a,
.custom-tabs.tab-style-3 li a:hover {
    border: 1px solid #212121;
    color: #212121
}

.custom-tabs.tab-style-4 {
    border-bottom: 1px solid #e9e9e9
}

.custom-tabs.tab-style-4 li a {
    border: 1px solid transparent;
    color: #777;
    margin-right: 15px;
    margin-bottom: -1px
}

.custom-tabs.tab-style-4 li.active a,
.custom-tabs.tab-style-4 li a:hover {
    border: 1px solid #e9e9e9;
    color: #212121;
    border-bottom-color: #fff
}

.features-1 .features-menu {
    display: inline-block;
    text-align: center
}

.features-1 .features-menu i,
.features-1 .features-menu h4,
.features-1 .features-menu i:after {
    color: #ccc;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out
}

.features-1 .features-menu i {
    font-size: 35px;
    position: relative
}

.features-1 .features-menu i:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 3px;
    background-color: #ccc;
    bottom: -25px;
    left: -5px;
    right: 0
}

.features-1 .features-menu.active i,
.features-1 .features-menu.active h4,
.features-1 .features-menu:hover a i,
.features-1 .features-menu:hover a h4 {
    color: var(--tc-main_darker)
}

.features-1 .features-menu.active i:after,
.features-1 .features-menu:hover a i:after {
    background-color: var(--tc-main_darker)
}

.features-1 .nav-tabs,
.features-1 .nav-tabs li a,
.features-1 .nav-tabs li.active a,
.features-1 .nav-tabs li.active a:focus,
.features-1 .nav-tabs li.active a:hover,
.features-1 .nav-tabs li a:hover {
    border: 0
}

.features-1 .nav-tabs li a {
    margin-bottom: 15px
}

.features-style-2 .features-tab-wrapper {
    padding: 100px
}

.features-style-2 .features-content-wrapper {
    padding: 110px 0
}

.features-style-2 .features-tab-wrapper .features-tab {
    border-bottom: 0;
    margin-top: 30px
}

.features-style-2 .features-tab-wrapper .features-tab li {
    text-align: center
}

.features-style-2 .features-tab-wrapper .features-tab li a {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    border-radius: 0
}

.features-style-2 .features-tab-wrapper .features-tab li a i,
.features-style-2 .features-tab-wrapper .features-tab li a h4,
.features-style-2 .features-tab-wrapper .features-tab li a h5,
.features-style-2 .features-tab-wrapper .features-tab li a p,
.features-style-2 .features-content-wrapper .tab-content .tab-pane i {
    color: #c9c9c9;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.features-style-2 .features-tab-wrapper .features-tab li a i,
.features-style-2 .features-content-wrapper .tab-content .tab-pane i {
    font-size: 30px;
    margin-bottom: 15px
}

.features-style-2 .features-tab-wrapper .features-tab li.active a,
.features-style-2 .features-tab-wrapper .features-tab li a:hover,
.features-style-2 .features-tab-wrapper .features-tab li a:focus {
    border: 1px solid transparent;
    background-color: transparent
}

.features-style-2 .features-tab-wrapper .features-tab li.active a i,
.features-style-2 .features-tab-wrapper .features-tab li:hover a i,
.features-style-2 .features-tab-wrapper .features-tab li.active a h4,
.features-style-2 .features-tab-wrapper .features-tab li:hover a h4,
.features-style-2 .features-tab-wrapper .features-tab li.active a h5,
.features-style-2 .features-tab-wrapper .features-tab li:hover a h5,
.features-style-2 .features-tab-wrapper .features-tab li.active a p,
.features-style-2 .features-tab-wrapper .features-tab li:hover a p {
    color: #3e3e3e
}

.features-style-2 .features-content-wrapper .tab-content .tab-pane {
    padding: 60px 30px;
    text-align: center
}

/*****************************************************
********************  12. Buttons ********************        
*****************************************************/

a,
button,
button:hover,
button:focus {
    text-decoration: none;
    outline: 0;
    color: #777
}

a:hover,
a:focus {
    color: var(--tc-main_darker);
    text-decoration: none
}

a:focus,
button:focus {
    outline: 0;
    text-decoration: none
}

button {
    background-color: transparent
}

.btn {
    font-family: "Roboto", Helvetica, sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 15px;
    letter-spacing: 2px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.btn.radius {
    border-radius: 5px
}

.play-btn {
    font-style: normal;
    display: inline-block;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.play-btn:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

.play-btn-dark {
    color: #212121
}

.play-btn-light {
    color: #ececec
}

.play-btn:before {
    font-family: 'FontAwesome';
    content: "\f144"
}

.btn-style-1 {
    border: 1px solid #fdfdfd;
    color: #3e3e3e !important;
    background-color: #fdfdfd
}

.btn-style-1:hover {
    border: 1px solid #fdfdfd;
    color: #ececec !important;
    background-color: transparent
}

.btn-style-2 {
    border: 1px solid var(--tc-main_darker) !important;
    color: #fff !important;
    background-color: var(--tc-main_darker) !important;
}

.btn-style-2:hover {
    border: 1px solid var(--tc-main_darker);
    color: var(--tc-main_darker) !important;
    background-color: transparent !important
}

.btn-style-3 {
    border: 1px solid #fdfdfd;
    color: #fcfcfc !important;
    background-color: transparent !important
}

.btn-style-3:hover {
    border: 1px solid #F8F8F8;
    color: #3e3e3e !important;
    background-color: #F8F8F8 !important
}

.btn-style-4 {
    border: 1px solid var(--tc-main_darker);
    background-color: transparent;
    color: var(--tc-main_darker) !important
}

.btn-style-4:hover {
    border: 1px solid var(--tc-main_darker);
    color: #ececec !important;
    background-color: var(--tc-main_darker) !important
}

.btn-style-5 {
    border: 1px solid #ECB510;
    color: #ECB510 !important;
    background-color: transparent
}

.btn-style-5:hover {
    border: 1px solid #ECB510;
    color: #ececec !important;
    background-color: #ECB510
}

.btn-style-6 {
    background-color: #3e3e3e;
    color: #ececec
}

.btn-style-6:hover {
    background-color: #777;
    color: #ececec
}

.btn-xsm {
    padding: 5px 15px;
    font-size: 9px
}

.btn-sm {
    padding: 5px 20px
}

.btn-md {
    padding: 10px 20px
}

.btn-lg {
    padding: 15px 35px
}

.btn-icon {
    padding: 12px 15px;
    font-size: 14px
}

.btn-icon.round {
    border-radius: 5px
}

.btn-icon.circle {
    border-radius: 50px
}

.btn-block {
    padding: 10px 0;
    width: 100%;
    display: inline-block
}

.social-icon ul {
    display: inline-block
}

.social-icon ul li {
    float: left
}

.social-icon ul li a {
    margin-right: 10px;
    padding: 10px 12px;
    font-size: 12px
}

.social-icon ul li a {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.social-icon ul li.box a {
    border: 1px solid #777
}

.social-icon ul li.box-round a {
    border: 1px solid #777;
    border-radius: 5px
}

.social-icon.dark ul li.box a,
.social-icon.dark ul li.box-round a,
.social-icon.light ul li.box:hover a,
.social-icon.light ul li.box-round:hover a {
    color: #ececec;
    background-color: #212121
}

.social-icon.light ul li.box a,
.social-icon.light ul li.box-round a,
.social-icon.dark ul li.box:hover a,
.social-icon.dark ul li.box-round:hover a {
    color: #212121;
    background-color: #ececec
}

.facebook:hover {
    color: #3B579D
}

.facebook.border {
    border: 1px solid #3b579d;
    background-color: transparent;
    color: #3b579d
}

.twitter:hover {
    color: #2CAAE1
}

.twitter.border {
    border: 1px solid #2CAAE1;
    background-color: transparent;
    color: #2CAAE1
}

.instagram:hover {
    color: #5d4a3b
}

.instagram.border {
    border: 1px solid #5d4a3b;
    background-color: transparent;
    color: #5d4a3b
}

.google:hover {
    color: #DA4835
}

.google.border {
    border: 1px solid #DA4835;
    background-color: transparent;
    color: #DA4835
}

.pinterest:hover {
    color: #c9181f
}

.pinterest.border {
    border: 1px solid #c9181f;
    background-color: transparent;
    color: #c9181f
}

.skype:hover {
    color: #00AAF1
}

.skype.border {
    border: 1px solid #00AAF1;
    background-color: transparent;
    color: #00AAF1
}

.linkedin:hover {
    color: #0177B5
}

.linkedin.border {
    border: 1px solid #0177B5;
    background-color: transparent;
    color: #0177B5
}

.youtube:hover {
    color: #DE2825
}

.youtube.border {
    border: 1px solid #DE2825;
    background-color: transparent;
    color: #DE2825
}

.yahoo:hover {
    color: #4101AF
}

.yahoo.border {
    border: 1px solid #4101AF;
    background-color: transparent;
    color: #4101AF
}

.rss:hover {
    color: #F90
}

.rss.border {
    border: 1px solid #F90;
    background-color: transparent;
    color: #F90
}

.dropbox:hover {
    color: #007EE6
}

.dropbox.border {
    border: 1px solid #007EE6;
    background-color: transparent;
    color: #007EE6
}

.soundcloud:hover {
    color: #FF6A22
}

.soundcloud.border {
    border: 1px solid #FF6A22;
    background-color: transparent;
    color: #FF6A22
}

.vimeo:hover {
    color: #1BB6EC
}

.vimeo.border {
    border: 1px solid #1BB6EC;
    background-color: transparent;
    color: #1BB6EC
}

.android:hover {
    color: #97C024
}

.android.border {
    border: 1px solid #97C024;
    background-color: transparent;
    color: #97C024
}

.social-icon ul .inverse.round a {
    border-radius: 50px
}

.facebook.bg,
.facebook.border:hover,
.twitter.bg,
.twitter.border:hover,
.instagram.bg,
.instagram.border:hover,
.google.bg,
.google.border:hover,
.pinterest.bg,
.pinterest.border:hover,
.skype.bg,
.skype.border:hover,
.linkedin.bg,
.linkedin.border:hover,
.youtube.bg,
.youtube.border:hover,
.yahoo.bg,
.yahoo.border:hover,
.rss.bg,
.rss.border:hover,
.dropbox.bg,
.dropbox.border:hover,
.soundcloud.bg,
.soundcloud.border:hover,
.vimeo.bg,
.vimeo.border:hover,
.android.bg,
.android.border:hover {
    color: #ececec !important
}

.facebook.bg,
.facebook.border:hover {
    background-color: #3B579D
}

.twitter.bg,
.twitter.border:hover {
    background-color: #2CAAE1
}

.instagram.bg,
.instagram.border:hover {
    background-color: #5d4a3b
}

.google.bg,
.google.border:hover {
    background-color: #DA4835
}

.pinterest.bg,
.pinterest.border:hover {
    background-color: #c9181f
}

.skype.bg,
.skype.border:hover {
    background-color: #00AAF1
}

.linkedin.bg,
.linkedin.border:hover {
    background-color: #0177B5
}

.youtube.bg,
.youtube.border:hover {
    background-color: #DE2825
}

.yahoo.bg,
.yahoo.border:hover {
    background-color: #4101AF
}

.rss.bg,
.rss.border:hover {
    background-color: #F90
}

.dropbox.bg,
.dropbox.border:hover {
    background-color: #007EE6
}

.soundcloud.bg,
.soundcloud.border:hover {
    background-color: #FF6A22
}

.vimeo.bg,
.vimeo.border:hover {
    background-color: #1BB6EC
}

.android.bg,
.android.border:hover {
    background-color: #97C024
}

.facebook.bg:hover,
.twitter.bg:hover,
.instagram.bg:hover,
.google.bg:hover,
.pinterest.bg:hover,
.skype.bg:hover,
.linkedin.bg:hover,
.youtube.bg:hover,
.yahoo.bg:hover,
.rss.bg:hover,
.dropbox.bg:hover,
.soundcloud.bg:hover,
.vimeo.bg:hover,
.android.bg:hover {
    opacity: .7
}

/*****************************************************
***************  13. Magnific Popup  *****************
*****************************************************/

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

/*****************************************************
****************  14. Progress Bar  ******************
*****************************************************/

.progress-item {
    margin-bottom: 0
}

.progress {
    margin-top: 5px;
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: visible;
    background: #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    position: relative
}

.progress-bar {
    font-size: 12px;
    color: var(--tc-main_darker);
    position: relative;
    overflow: visible;
    background-color: var(--tc-main_darker)
}

.progress-thin {
    height: 3px
}

.progress-thin .progress-bar>span {
    display: inline-block;
    min-width: 24px;
    height: 24px;
    padding: 0 3px;
    position: absolute;
    bottom: 8px;
    right: -5px;
    line-height: 23px;
    letter-spacing: 0;
    border-radius: 15px
}

.progress-normal {
    height: 20px
}

.progress-normal .progress-bar>span {
    color: #ececec;
    line-height: 1.6;
    position: absolute;
    right: 15px
}

.progress-color .progress-bar {
    background-color: #e41919;
    color: #e41919
}

.progress-color .progress-bar>span {
    background-color: #e41919;
    color: #fff
}

/*****************************************************
******************  15. Counters  ********************
*****************************************************/

.fact-style-1 {
    position: relative
}

.fact-style-1 .fact-wrapper {
    display: inline-block;
    padding-left: 60px
}

.fact-style-1 .fact-icons {
    position: absolute;
    font-size: 35px;
    left: 0;
    top: 30px;
    bottom: 0
}

.counter {
    font-family: "Roboto";
    font-size: 22px;
    letter-spacing: 4.5px;
    color: #3e3e3e;
    margin-top: 20px;
    margin-bottom: 10px
}

.theme-dark .counter,
.parallax-overlay-dark .counter {
    color: #ececec
}

.counter-info {
    margin-bottom: 30px
}

.counter-info .counter {
    margin: 0;
    letter-spacing: 3px;
    margin-bottom: 5px
}

.counter-info i {
    display: inline-block
}

.counter-info .sub-tittle {
    font-weight: normal
}

.countdown div {
    font-family: 'Roboto';
    display: inline-block;
    font-weight: 100;
    line-height: 1;
    text-align: center;
    letter-spacing: 3px
}

.countdown.droid-serif-italic div {
    font-family: 'Droid Serif'
}

.countdown div:first-child {
    margin-left: 0
}

.countdown div span {
    display: block;
    padding-top: 15px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    line-height: 15px
}

.countdown .wrapper {
    background-color: #000
}

.countdown.font-weight-bold div {
    font-weight: bold
}

.countdown.timer-lg div {
    font-size: 35px;
    margin-left: 40px;
    width: 180px;
    height: 160px;
    padding: 40px 0
}

.countdown.timer-md div {
    font-size: 25px;
    margin-left: 30px;
    width: 120px;
    height: 105px;
    padding: 30px
}

.countdown.timer-md div span {
    font-size: 16px
}

.countdown.timer-sm div {
    font-size: 20px;
    margin-left: 30px;
    width: 100px;
    height: 105px;
    padding-top: 25px;
    padding-bottom: 15px
}

.countdown.timer-sm div span {
    font-size: 12px
}

.countdown.timer-lg div:first-child,
.countdown.timer-md div:first-child,
.countdown.timer-sm div:first-child {
    margin-left: 0
}

.countdown.bordered-dark div {
    border: 2px solid #3e3e3e;
    color: #3e3e3e
}

.countdown.bordered-gray div {
    border: 2px solid #777;
    color: #777
}

.countdown.bordered-light div {
    border: 2px solid #ececec;
    color: # ececec
}

.countdown.timer-lg.bordered-dark div,
.countdown.timer-lg.bordered-gray div,
.countdown.timer-lg.bordered-light div {
    border-width: 3px
}

.countdown.timer-md.bordered-dark div,
.countdown.timer-md.bordered-gray div,
.countdown.timer-md.bordered-light div {
    border-width: 2px
}

.countdown.theme-dark,
.countdown.bg-white,
.countdown.bg-gray,
.countdown.bg-transparent-light,
.countdown.bg-transparent-dark {
    background-color: transparent
}

.countdown.theme-dark div {
    background-color: #212121 !important
}

.countdown.bg-white div {
    background-color: #fff !important
}

.countdown.bg-gray div {
    background-color: #f8f8f8 !important
}

.countdown.bg-transparent-light div {
    background-color: rgba(255, 255, 255, .75) !important
}

.countdown.bg-transparent-dark div {
    background-color: rgba(0, 0, 0, .7) !important
}

/*****************************************************
*****************  16. Message Box  ******************
*****************************************************/

.alert-success.border {
    background-color: transparent;
    border: 1px solid #3c763d;
    border-radius: 0
}

.alert-info.border {
    background-color: transparent;
    border: 1px solid #31708f;
    border-radius: 0
}

.alert-warning.border {
    background-color: transparent;
    border: 1px solid #8a6d3b;
    border-radius: 0
}

.alert-danger.border {
    background-color: transparent;
    border: 1px solid #a94442;
    border-radius: 0
}

/*****************************************************
******************  17. Portfolio  *******************
*****************************************************/

.portfolio .folio-image {
    overflow: hidden;
    position: relative
}

.portfolio .folio-image img {
    width: 100%;
    display: block
}

.portfolio .overlay .overlay-caption {
    display: table;
    height: 100%;
    width: 100%
}

.portfolio .overlay .overlay-content {
    display: table-cell;
    vertical-align: middle
}

.folio-style-1,
.folio-style-2 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative
}

.folio-style-1 .overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-in-out;
    overflow: hidden;
    background-color: rgba(0, 62, 98, .7);
    color: #fff;
    padding: 30px 0
}

.folio-style-1:hover .overlay {
    opacity: 1
}

.folio-style-1 .folio-info .folio-tittle {
    color: #ececec
}

.folio-style-1 .folio-links a i {
    color: #fff;
    font-size: 15px;
    padding: 12px 12px;
    background-color: #7fc241;
    border-radius: 50px;
    -webkit-border-radius: 22px;
    margin: 10px;
    border: 2px solid #7fc241;
    display: inline-block;
    transform: scale(, )
}

.folio-style-1 .folio-links a:first-child i {
    transform: scale(.1);
    -webkit-transform: scale(.1);
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.folio-style-1 .folio-links a:last-child i {
    transform: scale(.1);
    -webkit-transform: scale(.1);
    transition: all .6s ease-out;
    -webkit-transition: all .6s ease-out
}

.folio-style-1:hover .folio-links a:first-child i,
.folio-style-1:hover .folio-links a:last-child i {
    transform: scale(1)
}

.folio-style-1 .folio-links a i:hover {
    background-color: transparent;
    color: #7fc241
}

.folio-style-2 .folio-image img,
.folio-style-2 .overlay,
.folio-style-2 .overlay .overlay-content,
.folio-style-2 .overlay-content .folio-links a {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.folio-style-2 .overlay {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0
}

.folio-style-2 .overlay .overlay-content {
    position: absolute;
    width: 100%;
    padding: 20px;
    background-color: rgba(255, 255, 255, .95);
    bottom: -85px;
    visibility: hidden
}

.folio-style-2 .overlay-content .folio-info {
    float: left
}

.folio-style-2 .overlay-content .folio-info .folio-tittle {
    color: #3e3e3e;
    margin: 0
}

.folio-style-2 .overlay-content .folio-links {
    float: right
}

.folio-style-2 .overlay-content .folio-links a {
    padding: 10px 15px;
    font-size: 18px;
    color: #3e3e3e
}

.folio-style-2 .overlay-content .folio-links a:hover {
    color: #fff;
    background-color: #212121
}

.folio-style-2:hover .folio-image img {
    transform: translateY(-55px);
    -webkit-transform: translateY(-55px)
}

.folio-style-2:hover .overlay {
    opacity: 1
}

.folio-style-2:hover .overlay-content {
    bottom: 0;
    visibility: visible
}

.folio-style-3 .overlay {
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 2;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-in-out;
    overflow: hidden;
    padding: 20px
}

.folio-style-3:hover .overlay {
    opacity: 1
}

.folio-style-3 .overlay-content {
    opacity: 0;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-in-out
}

.folio-style-3:hover .overlay-content {
    opacity: 1;
    background-color: rgba(255, 255, 255, .9)
}

.folio-style-4 .folio-image img {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.folio-style-4:hover .folio-image img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.2) rotate(5deg)
}

.folio-style-4 .overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .5);
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-in-out;
    overflow: hidden
}

.folio-style-4:hover .overlay {
    opacity: 1
}

.folio-style-5 .folio-image img {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.folio-style-5:hover .folio-image img {
    filter: grayscale(25%);
    -webkit-filter: grayscale(25%);
    transform: scale(.99);
    -webkit-transform: scale(.99)
}

.folio-style-5 .overlay {
    height: 80%;
    left: 7%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 10%;
    width: 86%;
    background-color: rgba(255, 255, 255, .9);
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-in-out;
    overflow: hidden
}

.folio-style-5:hover .overlay {
    opacity: 1
}

.portfolio.no-filter .folio-item {
    float: left
}

.portfolio.gutter .folio-item {
    padding: 10px
}

.portfolio.col-1 .folio-item {
    width: 100%
}

.portfolio.col-2 .folio-item {
    width: 49.99%
}

.portfolio.col-3 .folio-item {
    width: 33.3333333%
}

.portfolio.col-4 .folio-item {
    width: 24.98%
}

.portfolio.col-5 .folio-item {
    width: 19.99%
}

.portfolio-filter-group {
    font-family: "Roboto", Helvetica, sans-serif
}

.folio-fillter-1 .iso-button {
    border: 1px solid transparent;
    padding: 7px 20px;
    color: var(--tc-main_darker);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    position: relative;
    transition: all .6s;
    -webkit-transition: all .6s;
    margin-right: 10px
}

.folio-fillter-1 .iso-button:hover,
.folio-fillter-1 .iso-active {
    border: 1px solid var(--tc-main_darker)
}

.folio-fillter-2 .iso-button {
    border: 1px solid #e0e0e0;
    padding: 10px 18px;
    margin: 0 2.5px;
    color: #1A2948;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 10px;
    line-height: 4.5;
    position: relative;
    transition: all .6s;
    -webkit-transition: all .6s;
    font-weight: bold
}

.folio-fillter-2 .iso-button:hover,
.folio-fillter-2 .iso-active {
    color: #ececec;
    background-color: var(--tc-main_darker);
    border: 1px solid var(--tc-main_darker)
}

.folio-fillter-3 .iso-button {
    color: #ccc;
    padding: 10px 15px;
    text-transform: uppercase;
    position: relative;
    transition: all .6s;
    -webkit-transition: all .6s;
    font-size: 12px;
    letter-spacing: 2px
}

.folio-fillter-3 .iso-button:hover,
.folio-fillter-3 .iso-active {
    color: #212121
}

.work-single-detail {
    text-transform: uppercase;
    font-weight: normal
}

.work-single-detail p {
    font-size: 12px
}

.work-single-detail p b {
    color: #3e3e3e;
    display: inline-block;
    width: 120px;
    letter-spacing: 1px
}

/*****************************************************
********************  18. Team ***********************       
*****************************************************/

.team-style-1 .team-member {
    border: 10px solid transparent;
    !important position: relative;
    margin-bottom: 30px
}

.team-style-1 .team-member .member-img {
    position: relative
}

.team-style-1 .team-member .member-img img {
    display: block;
    width: 100%;
    height: auto
}

.team-style-1 .team-member .overlay {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, .95);
    width: 100%;
    height: 100%;
    padding: 0 30px;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: all .27s cubic-bezier(0, 0, .6, 1);
    -webkit-transition: all .27s cubic-bezier(0, 0, .6, 1)
}

.team-style-1 .team-member .overlay .overlay-caption {
    display: table;
    height: 100%;
    width: 100%
}

.team-style-1 .team-member .overlay .overlay-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 20px
}

.team-style-1 .team-member:hover .overlay {
    opacity: 1
}

.team-style-1 .team-member .overlay .overlay-content .social-icon a i {
    color: #777;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    font-size: 18px
}

.team-style-1 .team-member .overlay .overlay-content .social-icon a i:hover {
    color: #3e3e3e
}

.team-style-2 {
    padding: 0 50px
}

.team-style-2 .member-info {
    padding: 80px 15px
}

.team-style-2 .member-info .heading-left {
    font-size: 17px;
    letter-spacing: 1.5px
}

.team-style-2 .social-icon {
    margin-top: 30px
}

.team-style-2 .social-icon li {
    list-style: none;
    float: left
}

.team-style-2 .social-icon li a {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    color: #3e3e3e
}

.team-style-2 .owl-pagination {
    position: absolute;
    bottom: 10px;
    right: 30px
}

.team-style-3 .team-member,
.team-style-3 .member-img {
    position: relative;
    overflow: hidden
}

.team-style-3 .member-img img {
    width: 100%
}

.team-style-3 .team-member:hover .social-icon {
    right: 0
}

.team-style-3 .member-info .position {
    font-size: 12px;
    letter-spacing: 1.3px
}

.team-style-3 .social-icon {
    position: absolute;
    top: 0;
    right: -45px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.team-style-3 .social-icon li {
    list-style: none;
    float: none
}

.team-style-3 .social-icon li a {
    display: block;
    padding: 15px;
    color: #ececec;
    background-color: #232323;
    margin: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.team-style-4 .team-member .member-img {
    position: relative;
    overflow: hidden
}

.team-style-4 .team-member .member-img .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(38%, rgba(195, 195, 195, .36)), color-stop(60%, rgba(161, 161, 161, .48)), color-stop(100%, rgba(18, 18, 18, .71)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(195, 195, 195, .36) 38%, rgba(161, 161, 161, .48) 60%, rgba(18, 18, 18, .71) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(195, 195, 195, .36) 38%, rgba(161, 161, 161, .48) 60%, rgba(18, 18, 18, .71) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#121212', GradientType=0)
}

.team-style-4 .team-member .member-img .overlay .member-info {
    text-align: center;
    left: 0;
    right: 0;
    padding: 30px transition:all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    position: absolute;
    bottom: 15px
}

.team-style-4 .team-member .member-img .overlay .member-meta {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    padding: 30px;
    height: 100%;
    opacity: 0;
    visibility: hidden
}

.team-style-4 .team-member .member-img .overlay .member-meta .social-icon a {
    padding: 10px 13px;
    background: #212121;
    margin-right: 5px
}

.team-style-4,
.team-style-4 .team-member .member-img .overlay .member-meta .social-icon a,
.team-style-4 h4 {
    color: #ececec
}

.team-style-4 .team-member:hover .member-img .overlay .member-info {
    bottom: -70%
}

.team-style-4 .team-member:hover .member-img .overlay .member-meta {
    opacity: 1;
    visibility: visible;
    transition-delay: .2s;
    -webkit-transition-delay: .2s
}

.team-style-4 .team-member:hover .member-img {
    position: relative;
    overflow: hidden
}

.team-style-4 .team-member:hover .member-img .overlay {
    background: rgba(0, 0, 0, 0)
}

.team-style-4 .team-member .member-img .overlay .member-meta .social-icon a:hover {
    background-color: #ececec;
    color: #121212
}

.team-style-4 .team-member .member-img .overlay,
.team-style-4 .team-member .member-img .overlay .member-meta,
.team-style-4 .team-member .member-img .overlay .member-info,
.team-style-4 .team-member:hover .member-img,
.team-style-4 .team-member .member-img .overlay .member-meta .social-icon a {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.team-style-5 .member-img img,
.team-style-5 .team-member .overlay,
.team-style-5 .team-member .social-icon a {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.team-style-5 .team-member .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0 30px;
    opacity: 0
}

.team-style-5 .team-member .member-info {
    display: table;
    height: 100%
}

.team-style-5 .team-member .member-meta {
    display: table-cell;
    vertical-align: middle;
    font-weight: normal
}

.team-style-5 .team-member:hover .member-img img {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: .2
}

.team-style-5 .team-member:hover .overlay {
    opacity: 1
}

.team-style-5 .team-member .social-icon a {
    padding: 10px;
    background: #121212;
    color: #ececec;
    margin-right: 5px
}

.team-style-5 .team-member .social-icon a:hover {
    background-color: #ececec;
    color: #121212
}

/*****************************************************
*****************  19. Testimonial *******************       
*****************************************************/

.quote-icon {
    display: inline-block;
    width: 100%
}

.quote-icon i {
    font-size: 20px;
    border: 2px solid;
    padding: 12px;
    border-radius: 30px
}

.testimonial-1 {
    position: relative
}

.testimonial-1 .item {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.testimonial-1 .person {
    padding: 25px 10px;
    display: inline-block;
    font-family: "Roboto";
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.testimonial-1 .person img {
    overflow: hidden;
    width: 75px;
    float: left;
    border-radius: 50px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(51, 51, 51, 1);
    box-shadow: 0 0 7px 0 rgba(51, 51, 51, 1)
}

.testimonial-2 .item {
    padding: 0 15px
}

.testimonial-2 .quote {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 40px;
    position: relative;
    min-height: 220px
}

.testimonial-2 .quote:after,
.testimonial-2 .quote:before {
    content: '';
    display: block;
}

.testimonial-2 .quote:after {
    bottom: -19px;
    border-color: #fff transparent transparent transparent;
    border-width: 10px
}

.testimonial-2 .quote:before {}

? .testimonial-2 .quote p {
    font-weight: 400
}

.testimonial-2 .quote .quote-icon {
    color: #ccc;
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 20px;
    border: 0;
    width: auto
}

.testimonial-2 .person {
    padding: 25px 10px
}

.testimonial-2 .person .person-image {
    overflow: hidden;
    width: 55px;
    float: left;
    border-radius: 50px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 7px 0 rgb(159, 159, 159);
    box-shadow: 0 0 7px 0 rgb(159, 159, 159)
}

.testimonial-2 .person .person-info {
    float: left;
    padding-left: 15px;
    padding-top: 10px
}

.testimonial-2 .person .person-info p {
    font-size: 12px
}

.testimonial-2 .owl-controls {
    margin-top: 50px
}

/*****************************************************
*******************  20. Clients *********************       
*****************************************************/

.clients-1 .item {
    padding: 30px
}

.clients-1 .item img {
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    margin-left: auto;
    margin-right: auto
}

.clients-1 .item:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%)
}

.clients-1 .owl-pagination {
    display: none
}

.clients-2 {
    display: inline-block;
    width: 100%
}

.clients-2 .clients-logo {
    padding: 50px 0;
    border: 1px solid #e9e9e9;
    margin-left: -1px;
    margin-bottom: -1px
}

.clients-2 .clients-logo img {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.clients-2 .clients-logo:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

/*****************************************************
******************  21. Work Flow ********************       
*****************************************************/

.work-flow-1 .right,
.work-flow-1 .left {
    display: inline-block;
    width: 100%;
    margin: 30px 0
}

.work-flow-1 .right .work-flow-content,
.work-flow-1 .left .work-flow-content {
    padding: 30px;
    background-color: #fff;
    position: absolute;
    top: 45px;
    box-shadow: 2px 6px 26px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 2px 6px 26px 0 rgba(0, 0, 0, .3);
    z-index: 1
}

.work-flow-1 .right .work-flow-content .process,
.work-flow-1 .left .work-flow-content .process {
    position: absolute;
    opacity: .6;
    font-size: 90px;
    top: 30px;
    color: #ececec;
    margin: 0;
    line-height: normal
}

.work-flow-1 .right img {
    margin-left: auto
}

.work-flow-1 .right .work-flow-content {
    left: -40px;
    text-align: left
}

.work-flow-1 .right .work-flow-content .process {
    right: 15px
}

.work-flow-1 .left img {
    margin-right: auto
}

.work-flow-1 .left .work-flow-content {
    right: -40px;
    text-align: right
}

.work-flow-1 .left .work-flow-content .process {
    left: 15px
}

/*****************************************************
****************  22. Pricing Table ******************       
*****************************************************/

.pricing-table-1,
.pricing-table-2,
.pricing-table-3 {
    display: inline-block;
    position: relative;
    width: 100%;
    font-weight: normal
}

.pricing-table-1 .price-table {
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 2px;
    margin: 30px 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.pricing-table-1 .price-details {
    text-align: left;
    padding: 30px 50px
}

.pricing-table-1 .price-details li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 5px
}

.pricing-table-1 .price-details li:before {
    font-family: 'themify';
    content: "\e724";
    position: absolute;
    left: 0
}

.pricing-table-1 .price-table:hover,
.pricing-table-1 .price-table.best-choice {
    box-shadow: 0 22px 43px rgba(0, 0, 0, .15)
}

.pricing-table-1 .price-table.best-choice,
.pricing-table-1 .price-table:hover {
    margin-top: 0
}

.pricing-table-1 .price-state-wrapper {
    border-bottom: 1px solid #eee;
    margin-bottom: 55px;
    display: inline-block;
    position: relative;
    width: 100%
}

.pricing-table-1 .price-state-wrapper .recommend {
    font-weight: 400
}

.pricing-table-1 .price {
    padding-bottom: 35px;
    border-bottom: 1px solid #eee
}

.pricing-table-1 .price .price-value {
    font-size: 45px;
    color: #111;
    padding: 0;
    margin: 0 0 0 -10px
}

.pricing-table-1 .price .price-value i {
    font-weight: 400;
    font-size: 33px;
    padding: 5px;
    font-style: normal
}

.pricing-table-2 .price-table {
    text-align: center;
    border-radius: 2px;
    margin: 30px 0;
    border-right: 1px solid #e9e9e9;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.pricing-table-2 div:last-child .price-table {
    border-right: 0
}

.pricing-table-2 .price-table.best-choice {
    margin-top: 0
}

.pricing-table-2 .price-state-wrapper {
    display: inline-block;
    position: relative;
    width: 100%
}

.pricing-table-2 .price-state-wrapper i {
    font-size: 40px
}

.pricing-table-2 .price-state-wrapper .pakage,
.pricing-table-2 .price-state-wrapper .recommend {
    color: #ececec
}

.pricing-table-2 .price-state-wrapper .recommend {
    font-weight: 400
}

.pricing-table-2 .price {
    padding: 30px;
    font-size: 12px
}

.pricing-table-2 .price .price-value {
    font-weight: bold;
    font-size: 40px;
    color: #212121;
    padding: 0;
    margin: 0 0 0 -10px
}

.pricing-table-2 .price .price-value i {
    font-weight: 400;
    font-size: 33px;
    padding: 5px;
    font-style: normal
}

.pricing-table-2 .price-details {
    margin-bottom: 50px
}

.pricing-table-2 .price-details li {
    padding: 3px 0
}

.pricing-table-3 .price-table {
    border-radius: 2px;
    padding: 30px 40px;
    margin-bottom: 30px;
    background-color: rgba(0, 0, 0, .6);
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.pricing-table-3 .price-table.best-choice {
    margin-top: 0
}

.pricing-table-3 .price-state-wrapper {
    display: inline-block;
    position: relative;
    width: 100%
}

.pricing-table-3 .price-state-wrapper .price-state {
    letter-spacing: 1px;
    text-transform: none;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 26px
}

.pricing-table-3 .price-state-wrapper p,
.pricing-table-3 .price-details li {
    color: #9e9e9e
}

.pricing-table-3 .price-state-wrapper .pakage,
.pricing-table-3 .price-state-wrapper .recommend {
    color: #ececec
}

.pricing-table-3 .price {
    padding: 30px 0
}

.pricing-table-3 .price .price-value {
    font-weight: 300;
    font-size: 40px;
    color: #ececec;
    padding: 0;
    margin: 0 0 0 -10px
}

.pricing-table-3 .price .price-value i {
    font-weight: 400;
    font-size: 33px;
    padding: 5px;
    font-style: normal
}

.pricing-table-3 .price-details {
    margin-bottom: 50px
}

/*****************************************************
***************  23. Call To Action ******************       
*****************************************************/

.cta {
    padding: 50px 40px
}

.cta h1,
.cta h2,
.cta h3,
.cta h4,
.cta h5,
.cta h6 {
    margin-top: auto;
    text-transform: none;
    letter-spacing: 2px;
    font-family: 'Open Sans'
}

.cta p {
    margin-bottom: auto
}

.cta .news-letter {
    position: relative;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.cta .news-letter input[type=email] {
    border: 0;
    border-bottom: 1px solid rgba(204, 204, 204, .5);
    background-color: transparent;
    padding: 10px 15px;
    width: 100%
}

.cta .news-letter button[type=submit] {
    padding: 10px 20px;
    border: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

/*****************************************************
********************  24. Blog ***********************                 
*****************************************************/

.blog-post {
    display: inline-block;
    width: 100%
}

.blog-post.grid .post-meta {
    height: 26px;
    overflow: hidden
}

.blog-post.grid .post-tittle {
    height: 42px;
    /*  overflow: hidden */
}

.blog-post.grid .post-inner-content {
    height: 75px;
    overflow: hidden
}

.blog-post .blog-wrapper {
    margin-bottom: 60px
}

.blog-post .post-tittle a {
    color: #3e3e3e;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.blog-post .post-tittle {
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 25px
}

.blog-post .post-content {
    padding-right: 15px;
    padding-top: 5px
}

.blog-post .post-content .post-inner-content {
    font-size: 16px;
    font-weight: normal
}

.blog-post .post-date {
    position: absolute;
    background-color: var(--tc-main_darker)81;
    top: 8px;
    right: 8px;
    padding: 5px 10px
}

.blog-post .post-date p {
    line-height: 10px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    font-weight: 400
}

.blog-post .post-date p span {
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    display: block
}

.blog-post .post-bottom {
    display: inline-block;
    width: 100%
}

.blog-post .post-meta p,
.blog-post .post-meta span {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px
}

.blog-post .post-meta,
.blog-post .post-meta a {
    color: var(--tc-main_darkest);
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.blog-post .post-meta a:hover {
    color: #3e3e3e
}

.blog-post .post-bottom .read-more {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px
}

.blog-post .post-bottom .read-more a i {
    position: absolute;
    margin-left: -10px;
    opacity: 0;
    font-size: 12px;
    padding-top: 7px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.blog-post .post-bottom .read-more a:hover i {
    margin-left: 10px;
    opacity: 1
}

.blog-post .blog-img,
.blog-post .blog-vid,
.blog-post .blog-aud,
.blog-post .blog-slider {
    overflow: hidden;
    position: relative
}

.blog-post .blog-vid .video-embed,
.blog-post .blog-aud .audio-embed {
    width: 100%;
    min-height: 219px;
    display: block;
    border: 0
}

.blog-post .blog-wrapper:hover .blog-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    opacity: .7
}

.blog-post .blog-slider img,
.blog-post .blog-img img {
    width: 100%
}

.blog-post .blog-img img,
.blog-post .blog-post-slide .owl-prev,
.blog-post .blog-post-slide .owl-next {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out
}

.blog-post .blog-post-slide .owl-prev,
.blog-post .blog-post-slide .owl-next {
    position: absolute;
    background-color: #1A2948;
    padding: 5px 10px;
    bottom: 0;
    right: 0;
    opacity: 0
}

.blog-post .blog-post-slide .owl-prev i,
.blog-post .blog-post-slide .owl-next i {
    color: #ececec
}

.blog-post .blog-wrapper:hover .blog-post-slide .owl-prev,
.blog-post .blog-wrapper:hover .blog-post-slide .owl-next {
    opacity: 1
}

.blog-post .blog-post-slide .owl-prev {
    margin-right: 37px
}

.blog-post.single-post .post-tittle {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.blog-post.single-post .post-meta {
    margin-bottom: 25px;
    font-size: 16px
}

.blog-post.single-post .post-bottom {
    margin-top: 30px
}

.blog-post.single-post .post-bottom ul.tag li {
    display: inline-block
}

.blog-post.single-post .post-bottom ul.tag li a {
    border: 1px solid #e9e9e9;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 2.8;
    font-weight: normal;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.blog-post.single-post .post-bottom ul.tag li a:hover {
    background-color: #212121;
    color: #ececec
}

.blog-post.single-post .about-author {
    padding: 30px 15px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9
}

.blog-post.single-post .about-author img {
    float: left;
    max-width: 100px;
    margin-right: 30px
}

.blog-post.single-post .about-author .author-info {
    position: relative;
    overflow: hidden;
    top: -15px;
    font-weight: normal
}

.blog-post.single-post .blog-wrapper:hover .blog-img img,
.blog-post.classic .blog-wrapper:hover .blog-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.blog-post.classic .blog-wrapper {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px
}

.blog-post.classic .post-bottom {
    padding-top: 15px
}

.blog-post.classic .blog-vid .video-embed {
    min-height: 400px
}

.blog-search {
    position: relative
}

.blog-search .btn-search {
    position: absolute;
    right: 0;
    height: 40px;
    background-color: transparent;
    border: 0;
    padding-right: 15px;
    color: #ccc
}

.blog-search input-placeholder,
.blog-search::-webkit-input-placeholder {
    font-weight: normal;
    letter-spacing: .5px
}

.blog-sidebar .sidebar-widget {
    margin-top: 70px
}

.blog-sidebar .sidebar-widget ul.categories li a {
    line-height: 40px;
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    color: #3e3e3e;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.blog-sidebar .sidebar-widget ul.categories li i {
    font-size: 8px;
    padding-right: 15px;
    line-height: 40px;
    color: #aeaeae
}

.blog-sidebar .sidebar-widget ul.categories li a span {
    color: #aeaeae;
    padding-left: 10px;
    font-size: 11px;
    letter-spacing: 1.5px
}

.blog-sidebar .sidebar-widget ul.recent-post li {
    padding: 10px 0
}

.blog-sidebar .sidebar-widget ul.recent-post li img {
    margin-right: 20px;
    float: left;
    width: 70px;
    height: 50px
}

.blog-sidebar .sidebar-widget ul.recent-post li .post-content {
    position: relative;
    overflow: hidden;
    top: 5px
}

.blog-sidebar .sidebar-widget ul.recent-post li .post-content .tittle {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 15px
}

.blog-sidebar .sidebar-widget ul.recent-post li .post-content .tittle a {
    color: #3e3e3e;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.blog-sidebar .sidebar-widget ul.recent-post li .post-content .tittle a:hover,
.blog-sidebar .sidebar-widget ul.categories li a:hover {
    opacity: .6
}

.blog-sidebar .sidebar-widget ul.recent-post li .post-content .details {
    color: #9e9e9e;
    font-size: 11px;
    font-weight: normal;
    line-height: 35px;
    font-family: 'Droid Serif', serif;
    font-style: italic
}

.blog-sidebar .sidebar-widget ul.tag li {
    display: inline-block
}

.blog-sidebar .sidebar-widget ul.tag li a {
    border: 1px solid #e9e9e9;
    padding: 2.5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.blog-sidebar .sidebar-widget ul.tag li a:hover {
    color: #ececec;
    background-color: #212121
}

.comment {
    margin-bottom: 70px
}

.comment:before,
.comment:after {
    display: table;
    content: " "
}

.comment:after {
    clear: both
}

.comment .avatar {
    position: relative;
    display: inline-block
}

.comment .avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    -webkit-border-radius: 50px
}

.comment .comment-info {
    display: inline-block;
    margin-left: 20px;
    margin-top: -50px;
    vertical-align: text-top
}

.comment .comment-info .name {
    display: inline-block
}

.comment .comment-info .time {
    margin-left: 15px;
    font-size: 12px;
    font-weight: normal;
    color: #ccc;
    letter-spacing: 1px
}

.comment .content {
    margin-left: 85px;
    margin-top: -30px;
    font-weight: normal
}

.comment .reply {
    float: right;
    margin-top: 15px
}

.comment .reply a {
    text-transform: uppercase;
    padding: 7px 15px;
    border: 1px solid #e9e9e9;
    font-weight: normal;
    color: #999;
    font-size: 12px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.comment .reply a:hover {
    border: 1px solid #3e3e3e;
    background-color: #3e3e3e;
    color: #ececec
}

.comment.comment-reply {
    margin-left: 10%
}

/*****************************************************
*********************  25. Shop **********************               
*****************************************************/

.banner-categories {
    position: relative;
    display: block;
    overflow: hidden
}

.banner-categories .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 15px 30px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.banner-categories:hover .overlay {
    background-color: rgba(0, 0, 0, .5)
}

.banner-categories .overlay-content h1,
.banner-categories .overlay-content h2,
.banner-categories .overlay-content h3,
.banner-categories .overlay-content h4,
.banner-categories .overlay-content h5,
.banner-categories .overlay-content h6,
.banner-categories .overlay-content p,
.banner-categories img {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.banner-categories:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.banner-categories:hover .overlay-content h1,
.banner-categories:hover .overlay-content h2,
.banner-categories:hover .overlay-content h3,
.banner-categories:hover .overlay-content h4,
.banner-categories:hover .overlay-content h5,
.banner-categories:hover .overlay-content h6,
.banner-categories:hover .overlay-content p {
    color: #ececec
}

.shop-product {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%
}

.shop-product .product-img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}

.shop-product .product-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.shop-product .product-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.shop-product .product-img:hover .overlay {
    opacity: 1;
    visibility: visible
}

.shop-product .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    visibility: visible;
    background-color: rgba(255, 255, 255, .5);
    opacity: 0;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s
}

.shop-product .overlay .overlay-content .content-inner {
    position: absolute;
    bottom: -6px;
    right: 0
}

.shop-product .overlay .overlay-content .content-inner a {
    padding: 10px 15px;
    background-color: #232323;
    color: #ececec;
    display: inline-block;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    position: relative;
    overflow: hidden
}

.shop-product .overlay .overlay-content .content-inner a:hover {
    padding-right: 120px;
    background-color: #ECB510
}

.shop-product .overlay .overlay-content .content-inner a span {
    top: 10px;
    position: absolute;
    width: 100%;
    right: -45px;
    font-weight: normal;
    opacity: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.shop-product .overlay .overlay-content .content-inner a:hover span {
    opacity: 1
}

.shop-product .product-info {
    margin-top: 15px;
    text-align: center
}

.shop-product .product-info .product-name a {
    color: #3e3e3e
}

.shop-product .product-info .price {
    font-family: 'Droid Serif';
    font-style: italic;
    font-size: 15px
}

.old-price {
    text-decoration: line-through;
    display: inline-block
}

.discount-price {
    display: inline-block
}

.product-info .price .old-price {
    font-weight: normal;
    padding-right: 10px
}

.product-info .price .discount-price {
    font-weight: normal;
    color: #ECB510
}

.product-widget {
    position: relative
}

.product-widget .widget-tittle {
    margin-bottom: 15px;
    position: relative;
    text-align: center
}

.product-widget .widget-tittle .tittle {
    display: inline-block;
    padding: 0 15px
}

.product-widget .widget-tittle:after {
    content: '';
    position: absolute;
    width: 100%;
    border-top: 1px solid #E5E5E5;
    left: auto;
    top: 20px;
    right: 0;
    z-index: -1
}

.product-thumb {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 10px 0
}

.product-thumb .product-img {
    float: left;
    width: 25%
}

.product-thumb .product-info {
    width: 75%;
    display: table-cell;
    padding-bottom: 0;
    vertical-align: top;
    padding-left: 15px
}

.product-thumb .product-info .product-name span {
    font-weight: 400;
    color: #ECB510
}

.product-thumb .product-info .product-price span {
    font-weight: 400;
    color: #3e3e3e
}

.product-thumb .product-info .action {
    opacity: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.product-thumb:hover .product-info .action {
    opacity: 1
}

.product-thumb .product-info .action a {
    margin-top: 5px;
    padding: 5px 7px
}

.shop-sidebar.side-nav {
    padding-left: 0
}

.shop-sidebar .sidebar-inner {
    position: static;
    margin-left: 0;
    padding: 0;
    border-right: 0
}

.shop-sidebar .sidebar-inner,
.shop-sidebar .sidebar-menu {
    width: 100%
}

.shop-sidebar .tittle span {
    line-height: 3.5;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Roboto", Helvetica, sans-serif;
    letter-spacing: 3px
}

.shop-sidebar .sidebar-inner ul.sidebar-menu li a {
    text-indent: 5px;
    font-family: "Open Sans", sans-serif;
    line-height: 4
}

.shop-sidebar .sidebar-inner>ul>li {
    border-bottom: 1px solid #e9e9e9
}

.shop-sidebar .sidebar-inner>ul>li:last-child {
    border-bottom: 0
}

.price-range .noUi-horizontal {
    height: 5px;
    cursor: pointer
}

.price-range .noUi-connect {
    background-color: #ECB510;
    cursor: pointer
}

.price-range .noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    left: 0;
    border-radius: 50px;
    cursor: pointer
}

.price-range .noUi-handle:after,
.price-range .noUi-handle:before {
    height: 0;
    width: 0;
    position: static
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    margin-left: 0;
    border-radius: 0
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #212121;
    background-color: transparent
}

.pagination>li>a,
.pagination>li>span {
    color: #777;
    padding: 8px 15px;
    font-weight: normal;
    border: 0
}

.shop-cart table>thead>tr>th {
    border-bottom: 1px solid #e9e9e9;
    line-height: 2.5;
    font-family: "Roboto", Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #3e3e3e;
    letter-spacing: 1.5px;
    font-size: 12px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 1px solid #e9e9e9
}

.shop-cart table>tbody {
    border-bottom: 1px solid #e9e9e9
}

.shop-cart table>tbody>tr>td {
    padding: 30px 0;
    vertical-align: middle
}

.shop-cart table>tbody>tr .product-name,
{
padding-left: 30px
}

.shop-cart table>tbody>tr .product-img {
    width: 100px;
    height: auto;
    padding: 10px 15px
}

.shop-cart table>tbody>tr .product-price,
.shop-cart table>tbody>tr .product-qty,
.shop-cart table>tbody>tr .product-total {
    text-align: center
}

.shop-cart table>tbody>tr .product-price {
    font-weight: normal
}

.shop-cart table>tbody>tr .product-total {
    font-weight: bold
}

.shop-cart table>tbody>tr .product-name a {
    display: block;
    margin-bottom: 10px;
    color: #3e3e3e;
    font-size: 16px
}

.shop-cart table>tbody>tr .product-name span {
    display: block;
    margin-bottom: 5px
}

.shop-cart table>tbody>tr td a {
    font-weight: normal;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.shop-cart table>tbody>tr td a:hover {
    color: var(--tc-main_darker)
}

.cart-totals .table>tbody>tr>td,
.cart-totals .table>tbody>tr>th {
    border-top: 0;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9
}

.cart-totals tbody td {
    text-align: right
}

.cart-totals .grand-total th,
.cart-totals .grand-total td {
    padding-top: 25px !important;
    font-weight: bold !important;
    border-bottom: 0 !important
}

.cart-totals .grand-total td {
    font-size: 20px;
    line-height: .8
}

.payment-accordion .panel {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.payment-accordion input,
.payment-accordion label {
    cursor: pointer
}

#shop-slider {
    overflow: hidden
}

#shop-slider .item {
    background: #0c83e7;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center
}

#shop-slider .item img {
    width: 100%
}

#shop-slider .owl-prev,
#shop-slider .owl-next {
    position: absolute;
    top: 40%;
    height: 70px;
    width: 40px;
    background-color: rgba(0, 0, 0, .8);
    transition: all .6s ease-out;
    -webkit-transition: all .6s ease-out;
    opacity: 0
}

#shop-slider:hover .owl-prev,
#shop-slider:hover .owl-next {
    opacity: 1
}

#shop-slider .owl-prev i,
#shop-slider .owl-next i {
    display: inline-block;
    padding: 27px 14px;
    color: #ececec
}

#shop-slider:hover .owl-prev {
    left: 0;
    visibility: visible
}

#shop-slider:hover .owl-next {
    right: 0;
    visibility: visible
}

#shop-slider .owl-prev {
    left: -40px;
    visibility: hidden
}

#shop-slider .owl-next {
    right: -40px;
    visibility: hidden
}

#shop-slider-thumb .item {
    background: #C9C9C9;
    margin: 20px 10px;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    position: relative;
    opacity: .3;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

#shop-slider-thumb .active .item,
#shop-slider-thumb .item:hover {
    opacity: 1
}

.color-swatch ul li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 9px;
    float: left;
    box-shadow: 1px 1px 1px #ccc
}

.color-swatch ul li a.active {
    border: 2px solid #3e3e3e
}

.color-swatch,
.size-selector {
    display: inline-block;
    width: 100%
}

.size-selector ul li a {
    font-weight: normal;
    border: 1px solid #e9e9e9;
    float: left;
    padding: 2px 10px;
    margin-right: 9px
}

.size-selector ul li a.active {
    border: 1px solid #3e3e3e
}

.quantity-form .amount {
    width: 40px;
    height: 30px;
    border: 1px solid #e9e9e9;
    text-align: center;
    font-weight: normal
}

.quantity-form .qtyminus,
.quantity-form .qtyplus {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    width: 30px;
    height: 30px;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s
}

.quantity-form .qtyminus:hover,
.quantity-form .qtyplus:hover {
    background-color: #232323;
    color: #ececec
}

.review-control {
    max-height: 600px;
    overflow-y: scroll
}

/*****************************************************
*******************  26. Contact *********************
*****************************************************/

.contact-form-wrapper {
    display: inline-block;
    width: 100%
}

.contact-form-1 .contact-item-wrapper {
    margin: 60px 0
}

.contact-form-1 .contact-item {
    position: relative;
    margin: 30px 0
}

.contact-form-1 .contact-item i {
    position: absolute;
    top: 5px;
    font-size: 30px
}

.contact-form-1 .contact-item .contact-info {
    padding-left: 45px
}

.contact-form-1 .contact-item .contact-info .tittle {
    margin: 0
}

.contact-form-1 .contact-form-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

.contact-form-wrapper .success,
.contact-wrapper .error {
    display: none;
    text-align: center;
    padding: 5px;
    text-transform: uppercase
}

.contact-form-wrapper .success {
    background: #F8F8F8
}

.contact-form-wrapper .error {
    background: #E35353;
    color: #fff
}

.contact-form-wrapper .validation {
    background-color: #FBDEDE;
    border-color: #C32A2A
}

/*****************************************************
*********************  27. Map ***********************       
*****************************************************/

.map #google-map {
    width: 100%;
    height: 380px
}

.map-info {
    padding: 15px 30px
}

#map #google-map {
    width: 100%;
    height: 380px
}

/*****************************************************
*******************  28. Footer **********************
*****************************************************/

footer.theme-dark .widget-tittle {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 15px
}

footer.bg-gray .widget-tittle {
    border-bottom: 1px solid rgba(204, 204, 204, 1)
}

footer .flickr-widget,
footer .link-widget,
footer .newsletter-widget {
    margin-top: 15px
}

footer .flickr-widget .flickr-img img,
footer .flickr-widget .overlay,
footer .link-widget ul li a,
footer .newsletter-widget button[type=submit],
.footer-bottom .copyright a,
.footer-bottom .social-icon a i,
footer .tag-widget li,
footer .contact-inform-widget ul li a {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

footer .flickr-widget .flickr-content {
    border: 5px solid transparent
}

footer .flickr-widget .flickr-img {
    position: relative;
    overflow: hidden
}

footer .flickr-widget .flickr-img img {
    width: 100%
}

footer .flickr-widget .overlay {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    opacity: 0
}

footer .flickr-content:hover .overlay {
    opacity: .8
}

footer .flickr-content:hover .flickr-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

footer .link-widget ul li {
    list-style: none;
    padding: 5px 0;
    letter-spacing: .5px
}

footer .link-widget ul li:hover a,
footer .link-widget ul li:focus a {
    /*    color: #212121*/
}

footer.theme-dark .link-widget ul li:hover a,
footer.theme-dark .link-widget ul li:focus a {
    color: #fff
}

footer .link-widget ul li a span {
    padding-right: 5px
}

footer .link-widget ul {
    padding-left: 10px
}

footer .widget-tittle h4 {
    color: #fff;
}

footer .link-widget ul li {
    font-weight: normal
}

footer .newsletter-widget input {
    border: 1px solid rgba(255, 255, 255, .2);
    /*background-color: transparent;*/
    padding: 10px 15px;
    width: 100%;
    color: #fff
}

footer.bg-gray .newsletter-widget input {
    border: 1px solid rgba(204, 204, 204, 1)
}

footer .newsletter-widget button[type=submit] {
    /* padding: 10px 20px;
    border: 0;
    position: absolute;
    right: 16px;
    bottom: 16px;
    background-color: transparent
    */
}

footer .newsletter-widget button[type=submit]:hover {
    color: #fff
}

footer .tag-widget {
    margin-top: 10px
}

footer .tag-widget li {
    list-style: none;
    float: left;
    border: 1px solid;
    margin-right: 10px;
    margin-bottom: 10px
}

footer .tag-widget li a {
    display: block;
    padding: 2.5px 15px;
    font-weight: normal
}

footer .tag-widget li:hover {
    background: #f8f8f8
}

footer .tag-widget li a:hover {
    color: #3e3e3e
}

footer .latest-news-widget .news-wrapper {
    padding: 10px;
    display: block;
    border-bottom: 1px solid rgba(204, 204, 204, .2);
    transition: all .3s ease-in-out;
    -webkit- transition: all .3s ease-in-out
}

footer .latest-news-widget .news-wrapper:last-child {
    border-bottom: none
}

footer .latest-news-widget .news-wrapper:hover {
    background-color: rgba(255, 255, 255, .06)
}

footer .latest-news-widget .news-img {
    float: left;
    margin-right: 15px;
    margin-top: 5px
}

footer .latest-news-widget .news-info {
    overflow: hidden
}

footer .latest-news-widget .news-info .news-tittle {
    margin-top: 0;
    letter-spacing: 1.5px;
    font-size: 14px
}

footer .latest-news-widget .news-info .news-content {
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 16px;
    color: #777;
    font-weight: normal
}

footer .latest-news-widget .news-info .date {
    font-weight: normal;
    font-size: 11px;
    color: #999;
    margin-bottom: 0
}

footer .contact-info-widget ul {
    padding-left: 30px
}

footer .contact-info-widget ul li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
    font-weight: normal;
    color: var(--tc-main_brightest_high)
}

footer .contact-info-widget ul li i {
    position: absolute;
    left: -25px;
    color: var(--tc-main_brightest_high);
    margin-top: 7px
}

footer .contact-info-widget ul li a:hover {
    color: #ececec
}

footer .contact-form-widget .form-control {
    background-color: transparent;
    border: 1px solid rgba(204, 204, 204, 1);
    color: #ececec;
    font-weight: normal
}

footer.theme-dark .contact-form-widget .form-control {
    border: 1px solid rgba(204, 204, 204, .2)
}

footer .contact-form-widget .footer-contact-btn {
    background-color: transparent;
    border: 1px solid rgba(204, 204, 204, .2);
    color: #777
}

footer .contact-form-widget .footer-contact-btn:hover {
    background-color: transparent;
    border-color: #fdfdfd;
    color: #fdfdfd
}

.footer-bottom {
    background-color: var(--tc-main_darkest);
    padding: 20px 0;
    display: flex;
}

.footer-bottom-alt {
    background-color: transparent
}

.footer-bottom.bg-white {
    background-color: #fff
}

.footer-bottom.bg-gray {
    background-color: #f8f8f8
}

.footer-bottom .copyright {
    color: var(--tc-main_saturated_darker);
    margin: auto;
    margin-top: 15px;
    font-family: "Roboto"
}

.footer-bottom .copyright a:hover {
    color: #fff
}

.footer-bottom.bg-gray .copyright a:hover,
.footer-bottom.bg-white .copyright a:hover {
    color: #212121
}

.footer-bottom .social-icon {
    padding: 5px 0
}

.footer-bottom .social-icon a i {
    padding: 10px
}

.footer-bottom .social-icon a:hover i {
    background-color: var(--tc-main_darker);
    color: #ececec;
    border-radius: 5px
}

/*****************************************************
********************  29. Form ***********************      
*****************************************************/

textarea.form-control {
    min-height: 150px
}

::-webkit-input-placeholder {
    /*
    font-weight: normal;
    font-size: 12px
    */
}

button {
    font-weight: normal
}

.form-controla {
    height: 40px;
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 16px;
    background-color: transparent;
    font-weight: normal
}

.theme-dark .form-control {
    border: 1px solid #777
}

label {
    font-weight: normal;
    font-family: "Roboto", Helvetica, sans-serif;
    text-transform: uppercase;
    color: #3e3e3e;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px
}

/*****************************************************
*****************  30. Back TO Top *******************
*****************************************************/

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 35px;
    background: var(--tc-main_op50);
    color: #eee;
    font-size: 10px;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    opacity: 0
}

#back-to-top:hover {
    background: var(--tc-main_darker)
}

#back-to-top.show {
    opacity: 1
}

/*****************************************************
********************  31. Demo ***********************       
*****************************************************/

.demo-item {
    margin-bottom: 30px
}

.demo-item img {
    border: 1px solid #e9e9e9;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.demo-item:hover img {
    opacity: .4
}

@media (min-width:992px) and (max-width:1199px) {
    #testimonial-1 .owl-buttons .prev {
        left: -40px
    }

    #testimonial-1 .owl-buttons .next {
        right: -40px
    }
}

@media (max-width:991px) {
    .hide-tablet {
        display: none
    }

    .breadcrumb {
        padding-left: 0;
        padding-right: 0
    }

    .header {
        text-align: center
    }

    .header .pull-left {
        float: none !important
    }

    .pull-right {
        float: none !important
    }

    .vertical-text-left,
    .vertical-text-right {
        position: relative;
        transform: rotate(0);
        -webkit-transform: rotate(0);
        left: 0;
        right: 0
    }

    .vertical-text-left {
        left: 0
    }

    .vertical-text-left {
        right: 0
    }

    .screen-frame {
        display: none
    }

    .split-box .content {
        padding: 30px
    }

    .split-box .image-container {
        position: relative
    }

    .split-box .background-holder {
        position: static;
        min-height: 300px;
        width: auto
    }

    .split-box .background-holder.has-content {
        width: 100%
    }

    .btn-lg {
        padding: 12px 25px
    }

    .navbar-header {
        float: none
    }

    .navbar-toggle {
        display: block;
        position: absolute;
        top: 0;
        right: 15px;
        font-size: 24px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px
    }

    .navbar-nav>li {
        float: none
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .navbar-text {
        float: none;
        margin: 15px 0
    }

    .navbar-collapse.collapse.in {
        display: block !important
    }

    .collapsing {
        overflow: hidden !important
    }

    .navbar-collapse.collapse {
        overflow-y: auto !important;
        overflow-x: hidden !important
    }

    .main-nav {
        height: auto
    }

    .menu-sticky {
        height: auto !important
    }

    .menu-dark.menu-transparent {
        /*  background-color: rgba(0, 82, 130, .8) !important */
    }

    .menu-light.menu-transparent {
        background-color: rgba(255, 255, 255, .68) !important
    }

    .main-nav .dropdown-menu {
        width: 100%;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        display: none
    }

    .main-nav .dropdown.open>.dropdown-menu {
        display: block
    }

    .menu-dark .custom-collapse ul li a,
    .menu-light .custom-collapse ul li a {
        color: var(--tc-main_saturated_darker)
    }

    .menu-dark .custom-collapse .dropdown-header {
        color: #ececec;
        border-bottom: 1px solid #555
    }

    .menu-light .custom-collapse ul li a:hover,
    .menu-light .custom-collapse ul li a:focus {
        color: #3e3e3e
    }

    .menu-light .custom-collapse .dropdown-header {
        color: #3e3e3e;
        border-bottom: 1px solid #ccc
    }

    .custom-collapse .dropdown>a>i {
        opacity: 1
    }

    .custom-collapse {
        width: 100%;
        max-height: 350px;
        overflow-x: hidden
    }

    .custom-collapse .dropdown-header {
        margin: 15px 0 0 10px;
        width: 80%;
        padding: 0 0 10px 0 !important;
        font-size: 11px
    }

    .custom-collapse ul li>a {
        padding: 10px 15px !important
    }

    .main-nav .custom-collapse>ul>li>a,
    .custom-collapse ul li.dropdown ul li a {
        line-height: 20px !important
    }

    .custom-collapse .dropdown>a>i {
        float: right;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out
    }

    .custom-collapse .open>a>i {
        transform: rotate(0) !important;
        -webkit-transform: rotate(0) !important
    }

    .custom-collapse .submenu a:after {
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out
    }

    .custom-collapse .submenu.open>a:after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }

    .custom-collapse .navbar-nav .open .dropdown-menu {
        padding: 0
    }

    .custom-collapse .submenu .dropdown-menu {
        padding-left: 30px !important
    }

    .classic-dropdown .dropdown-menu li a {
        margin: 0 15px
    }

    .menu-bg {
        background-image: none !important
    }

    .dropdown-header,
    .mega-menu .shop-heading {
        padding: 0 30px;
        border-bottom: 0;
        color: #ececec
    }

    #search #close {
        right: 40%;
        width: auto;
        height: auto;
        bottom: 30px;
        top: auto;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #bbb;
        font-size: 20px;
        line-height: 22px;
        color: #bbb;
        padding: 15px
    }

    #search #close:hover {
        color: #ececec;
        border-color: #ececec
    }

    .cart-dropdown-menu.dropdown-menu {
        position: absolute;
        width: 30px
    }

    .cart-dropdown-menu {
        left: -200px
    }

    .cart-dropdown-menu .sub-total .btn {
        margin-bottom: 10px
    }

    .cart-dropdown ul {
        width: 290px !important;
        left: -180px
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .main-nav.has-top-logo .navbar-header {
        text-align: center
    }

    .main-nav.has-top-logo .inner-nav {
        display: inline-block;
        float: none
    }

    .side-nav {
        padding-left: 0
    }

    .sidebar-inner,
    .side-nav.toggled .sidebar-inner {
        width: 250px
    }

    .sidebar-inner {
        padding: 0 15px
    }

    .top-nav {
        display: none
    }

    .main-nav.has-top-nav,
    .float-menu.float-menu-style {
        margin-top: 0 !important
    }

    .fs-menu-button {
        top: 25px;
        right: 15px
    }

    .fs-menu .fs-menu-btm {
        display: none
    }

    .fs-menu .inner-nav,
    .fs-menu.active .inner-nav {
        margin-top: 0;
        top: 50%;
        transform: translateY(-50%);
        padding-bottom: 0;
        border-bottom: 0
    }

    .fs-menu-close {
        border: 1px solid #212121;
        padding: 15px;
        border-radius: 50px;
        bottom: 50px;
        right: 50%;
        transform: translateX(50%);
        top: auto
    }

    .hero-caption {
        padding: 0 15px
    }

    .hero-caption.caption-height-top,
    .hero-caption.caption-height-center {
        top: 25%
    }

    .hero-caption.caption-height-btm {
        top: 40%
    }

    \h1.hero-heading,
    h1.hero-heading-alt {
        font-size: 40px
    }

    h2.hero-heading,
    h2.hero-heading-alt {
        font-size: 30px
    }

    h3.hero-heading,
    h3.hero-heading-alt {
        font-size: 23px
    }

    h4.hero-heading,
    h4.hero-heading-alt {
        font-size: 20px
    }

    h5.hero-heading,
    h5.hero-heading-alt {
        font-size: 14px
    }

    .about-style-1 .image-container,
    .about-style-1 .background-holder {
        position: static
    }

    .product-widget {
        margin-bottom: 30px
    }

    .infography-style-5 {
        margin-bottom: 30px
    }

    .work-flow-1 .right .work-flow-content,
    .work-flow-1 .left .work-flow-content {
        position: relative;
        top: 0
    }

    .work-flow-1 .right .work-flow-content {
        left: 0
    }

    .work-flow-1 .left .work-flow-content {
        right: 0
    }

    .features-style-2 .features-tab-wrapper {
        padding: 30px 15px
    }

    .features-style-2 .features-content-wrapper {
        padding: 0;
        margin-top: 15px
    }

    footer.pdd-btm-30 {
        padding-bottom: 0 !important
    }

    footer.mrg-btm-30 {
        margin-bottom: 0 !important
    }

    .footer-bottom,
    .copyright {
        text-align: center
    }

    .copyright {
        margin-bottom: 15px !important
    }

    .footer-bottom .copyright {
        float: none !important
    }

    .infography-style-4 {
        margin-bottom: 30px
    }
}

@media (min-width:768px) and (max-width:991px) {

    /******* Portfolio **************/
    .portfolio.col-2 .folio-item,
    .portfolio.col-3 .folio-item,
    .portfolio.col-4 .folio-item,
    .portfolio.col-5 .folio-item,
    .portfolio.col-6 .folio-item {
        width: 50%
    }

    /******** Testimonial ********/
    .testimonial-1 .owl-buttons .prev {
        left: -20px
    }

    .testimonial-1 .owl-buttons .next {
        right: -20px
    }

    .testimonial-1 .item {
        padding: 0 120px
    }

    /******** ShowCase ********/
    .showcase .section {
        padding: 90px 0
    }

    .showcase #home {
        height: 100vh
    }

    /******** Pricing ********/
    .pricing-table-2 .price-table {
        border-bottom: 1px solid #e9e9e9;
        border-right: 0
    }
}

@media screen and (max-width:767px) {
    .hide-mobile {
        display: none
    }

    .float-none-xs {
        float: none !important
    }

    /********** Spacing **************/
    .pdd-horizon-125,
    .pdd-horizon-120,
    .pdd-horizon-115,
    .pdd-horizon-110,
    .pdd-horizon-105,
    .pdd-horizon-100,
    .pdd-horizon-95,
    .pdd-horizon-90,
    .pdd-horizon-85,
    .pdd-horizon-80,
    .pdd-horizon-75,
    .pdd-horizon-70,
    .pdd-horizon-65,
    .pdd-horizon-60,
    .pdd-horizon-55,
    .pdd-horizon-50,
    .pdd-horizon-45,
    .pdd-horizon-40,
    .pdd-horizon-35 {
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    .pdd-horizon-30,
    .pdd-horizon-25,
    .pdd-horizon-20 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .pdd-vertical-125,
    .pdd-vertical-120,
    .pdd-vertical-115,
    .pdd-vertical-110,
    .pdd-vertical-105,
    .pdd-vertical-100,
    .pdd-vertical-95,
    .pdd-vertical-90,
    .pdd-vertical-85,
    .pdd-vertical-80,
    .pdd-vertical-75,
    .pdd-vertical-70,
    .pdd-vertical-65,
    .pdd-vertical-60,
    .pdd-vertical-55,
    .pdd-vertical-50,
    .pdd-vertical-45,
    .pdd-vertical-40,
    .pdd-vertical-35 {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .pdd-top-125,
    .pdd-top-120,
    .pdd-top-115,
    .pdd-top-110,
    .pdd-top-105,
    .pdd-top-100,
    .pdd-top-95,
    .pdd-top-90,
    .pdd-top-85,
    .pdd-top-80,
    .pdd-top-75,
    .pdd-top-70,
    .pdd-top-65,
    .pdd-top-60,
    .pdd-top-55,
    .pdd-top-50,
    .pdd-top-45,
    .pdd-top-40,
    .pdd-top-35 {
        padding-top: 30px !important
    }

    .pdd-btm-125,
    .pdd-btm-120,
    .pdd-btm-115,
    .pdd-btm-110,
    .pdd-btm-105,
    .pdd-btm-100,
    .pdd-btm-95,
    .pdd-btm-90,
    .pdd-btm-85,
    .pdd-btm-80,
    .pdd-btm-75,
    .pdd-btm-70,
    .pdd-btm-65,
    .pdd-btm-60,
    .pdd-btm-55,
    .pdd-btm-50,
    .pdd-btm-45,
    .pdd-btm-40,
    .pdd-btm-35 {
        padding-bottom: 30px !important
    }

    .mrg-horizon-125,
    .mrg-horizon-120,
    .mrg-horizon-115,
    .mrg-horizon-110,
    .mrg-horizon-105,
    .mrg-horizon-100,
    .mrg-horizon-95,
    .mrg-horizon-90,
    .mrg-horizon-85,
    .mrg-horizon-80,
    .mrg-horizon-75,
    .mrg-horizon-70,
    .mrg-horizon-65,
    .mrg-horizon-60,
    .mrg-horizon-55,
    .mrg-horizon-50,
    .mrg-horizon-45,
    .mrg-horizon-40,
    .mrg-horizon-35 {
        margin-left: 30px !important;
        margin-right: 30px !important
    }

    .mrg-horizon-30,
    .mrg-horizon-25,
    .mrg-horizon-20 {
        margin-left: 15px !important;
        margin-right: 15px !important
    }

    .mrg-vertical-125,
    .mrg-vertical-120,
    .mrg-vertical-115,
    .mrg-vertical-110,
    .mrg-vertical-105,
    .mrg-vertical-100,
    .mrg-vertical-95,
    .mrg-vertical-90,
    .mrg-vertical-85,
    .mrg-vertical-80,
    .mrg-vertical-75,
    .mrg-vertical-70,
    .mrg-vertical-65,
    .mrg-vertical-60,
    .mrg-vertical-55,
    .mrg-vertical-50,
    .mrg-vertical-45,
    .mrg-vertical-40,
    .mrg-vertical-35 {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .mrg-top-125,
    .mrg-top-120,
    .mrg-top-115,
    .mrg-top-110,
    .mrg-top-105,
    .mrg-top-100,
    .mrg-top-95,
    .mrg-top-90,
    .mrg-top-85,
    .mrg-top-80,
    .mrg-top-75,
    .mrg-top-70,
    .mrg-top-65,
    .mrg-top-60,
    .mrg-top-55,
    .mrg-top-50,
    .mrg-top-45,
    .mrg-top-40,
    .mrg-top-35 {
        margin-top: 30px !important
    }

    .mrg-btm-125,
    .mrg-btm-120,
    .mrg-btm-115,
    .mrg-btm-110,
    .mrg-btm-105,
    .mrg-btm-100,
    .mrg-btm-95,
    .mrg-btm-90,
    .mrg-btm-85,
    .mrg-btm-80,
    .mrg-btm-75,
    .mrg-btm-70,
    .mrg-btm-65,
    .mrg-btm-60,
    .mrg-btm-55,
    .mrg-btm-50,
    .mrg-btm-45,
    .mrg-btm-40,
    .mrg-btm-35 {
        margin-bottom: 30px !important
    }

    .mrg-left-125,
    .mrg-left-120,
    .mrg-left-115,
    .mrg-left-110,
    .mrg-left-105,
    .mrg-left-100,
    .mrg-left-95,
    .mrg-left-90,
    .mrg-left-85,
    .mrg-left-80,
    .mrg-left-75,
    .mrg-left-70,
    .mrg-left-65,
    .mrg-left-60,
    .mrg-left-55,
    .mrg-left-50,
    .mrg-left-45,
    .mrg-left-40,
    .mrg-left-35 {
        margin-left: 30px !important
    }

    .mrg-right-125,
    .mrg-right-120,
    .mrg-right-115,
    .mrg-right-110,
    .mrg-right-105,
    .mrg-right-100,
    .mrg-right-95,
    .mrg-right-90,
    .mrg-right-85,
    .mrg-right-80,
    .mrg-right-75,
    .mrg-right-70,
    .mrg-right-65,
    .mrg-right-60,
    .mrg-right-55,
    .mrg-right-50,
    .mrg-right-45,
    .mrg-right-40,
    .mrg-right-35 {
        margin-left: 30px !important
    }

    .font-size-150,
    .font-size-140,
    .font-size-130,
    .font-size-120,
    .font-size-110,
    .font-size-100,
    .font-size-90,
    .font-size-80,
    .font-size-70,
    .font-size-65,
    .font-size-60,
    .font-size-55,
    .font-size-50,
    .font-size-45,
    .font-size-40 {
        font-size: 35px !important
    }

    p.width-90,
    p.width-80,
    p.width-70,
    p.width-60,
    p.width-50,
    p.width-40,
    p.width-30,
    p.width-20,
    p.width-10 {
        width: 100% !important
    }

    .portfolio.col-2 .folio-item,
    .portfolio.col-3 .folio-item,
    .portfolio.col-4 .folio-item,
    .portfolio.col-5 .folio-item,
    .portfolio.col-6 .folio-item {
        width: 100%
    }

    .showcase .section {
        padding: 30px 0
    }

    .showcase #home {
        height: 60vh
    }

    .owl-buttons {
        display: none
    }

    .parallax {
        background-position: center
    }

    .video-parallax {
        min-height: 270px
    }

    .counter-info {
        margin-bottom: 30px
    }

    .fact-style-1 {
        margin-bottom: 30px
    }

    .contact-form-1 .contact-form-wrapper {
        width: 100%
    }

    .about-style-1 .content {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .hero-caption.caption-left,
    .hero-caption.caption-right {
        left: 5%;
        max-width: 360px
    }

    .testimonial:hover .owl-buttons .prev,
    .testimonial:hover .owl-buttons .next {
        display: none
    }

    .testimonial-1 .owl-buttons .next {
        right: 0
    }

    .testimonial-1 .owl-buttons .prev {
        left: 0
    }

    .testimonial-1 .item {
        padding: 0 30px
    }

    .infography-style-3 .infography-icon i {
        left: 15px
    }

    .section,
    .section-2 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .section-no-btm {
        padding-top: 80px
    }

    .header-lg,
    .header-md {
        padding-top: 130px;
        padding-bottom: 15px
    }

    .clients-1 .item {
        padding: 15px
    }

    .team-style-2 {
        padding: 0
    }

    .team-style-3 .team-member {
        margin-bottom: 30px
    }

    .shop-cart {
        overflow-x: scroll
    }

    .shop-cart .table {
        max-width: none;
        width: 700px !important
    }

    .color-swatch,
    .size-selector {
        margin-bottom: 15px
    }

    #shop-slider-thumb .item {
        margin: 5px
    }

    footer .widget {
        margin: 30px 0
    }

    footer .newsletter-widget button[type=submit] {
        bottom: 0
    }

    /******** back to top ********/
    #back-to-top {
        bottom: 15px;
        right: 15px
    }
}

@media screen and (max-width:480px) {
    .main-nav .inner-nav>ul>li>a {
        padding: 0 10px
    }
}

.count-particles {
    background: #002;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold
}

.js-count-particles {
    font-size: 1.1em
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden
}

.count-particles {
    border-radius: 0 0 3px 3px
}

.active {
    font-weight: bold !important;
    color: var(--tc-main_darker) !important
}

.title-litera {
    border-bottom: 1px solid #e9e9e9;
    margin-top: 10px;
    padding-bottom: 11px;
    margin-bottom: 25px;
}

.litera-box {
    border: 1px solid #e9e9e9;
    padding: 40px;
    min-height: 220px
}

.sub-menu-border {
    border-top: 1px solid #F1F1F1
}

.form-button {
    text-align: center;
    border-radius: 10px;
    color: white;
    padding: 10px 10px 5px 10px;
    float: left;
    width: 70px;
    margin-right: 20px
}

.form-button-icon {
    font-size: 20px;
    margin-bottom: 5px
}

.form-div>a {
    margin-top: 18px;
    float: left;
    font-size: 14px;
    color: #333;
    min-height: 40px
}

.form-div>a:hover {
    color: var(--tc-main_darker)
}

.form-parent {
    display: table;
    table-layout: fixed;
    height: 60px
}

.form-child {
    display: table-cell;
    vertical-align: middle;
    font-family: "Open Sans", sans-serif;
    font-weight: 500
}

.ismail {
    background: #F9F9F9;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out
}

.ismail:hover {
    background: #FFF
}

.tree ul {
    margin: 0 0 0 1em;
    padding: 0;
    list-style: none;
    color: var(--tc-main_darker);
    position: relative;
    margin-bottom: 10px;
}

.tree ul {
    margin-left: .5em
}


.tree>ul>li:first-child{ text-transform: uppercase;margin-bottom: 20px;margin-top:10px;}
.tree ul.sub {margin-bottom: 30px;}
.tree ul:before,
.tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 2px solid
}

.tree ul li {
    margin: 0;
    padding: 0 1.5em;
    line-height: 2em;
    font-weight: bold;
    position: relative
}

.tree ul li:before {
    content: "";
    display: block;
    width: 16px;
    height: 0;
    border-top: 2px solid;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: 0
}

.tree ul li:last-child:before {
    background: white;
    height: auto;
    top: 1em;
    bottom: 0
}

.tree a {
    color: #888;
    font-size: 16px
}

.tree a:hover {
    color: var(--tc-brightest);
}

::-webkit-input-placeholder {
    color: var(--tc-main_saturated_darker)
}

.table>tbody>tr>td {
    vertical-align: middle;
    text-align: center
}

.table>thead>tr>th {
    text-align: center
}

.altcizgi {
    border-bottom: 1px solid #e9e9e9;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 5px
}

.altcizgi:last-child {
    border-bottom: 0
}

.main-nav nav {
    width: 55%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 35px;
    padding-bottom: 25px;
    height: 95px;
    background-color: var(--tc-brightest) !important;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}
.main-nav nav:after {
    content: " ";
    width: calc(100% - 4px);
    position: absolute;
    bottom: -5px;
    background: var(--tc-main_darkest);
    height: 60px;
    z-index: -1;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.navbar-nav li:not(:last-child)  {
    margin-left: 10px;
    margin-right: 10px
}
.navbar-nav li:last-child  {
    margin-left: 10px;
}


.navbar-nav li a {
    color: #fff
}



.main-nav div.navbar {
    margin-top: -20px;
}

.brand-logo {
    margin-left: 22px;
    position: absolute;
}

section.newrow {
    display: flow-root;
    position: relative;
}


.searchbox-on-slider input {
    background-color: #333;
    color: #fff;
}

.searchbox-on-slider button {
    background-color: var(--tc-brightest);
    color: #333;
}

.dropdown-menu.mega-menu {
    position: fixed !important;
    left: 0;
    top: 70px;
    left: 5%;
    width: 90%;
    border-radius: 30px;
    z-index: 101;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}




.dropdown-toggle::after {

    content: none !important;
}



.swiper-slide {
    min-height: 300px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}


.carousel-indicators [data-bs-target] {
    border-radius: 50%;
    width: 17px;
    height: 17px;
}

.carousel .carousel-indicators button {
    width: 17px;
    height: 17px;
    border-radius: 100%;
}

.section-header {
    background-color: var(--tc-main);
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 1px;
    text-transform: none;
    border-radius: 3px;
    font-size: 1.2rem;
}

h5.carousel-caption {
    background-color: var(--tc-main)9c;
    color: #fff;
    border-radius: 10px;
    font-size: smaller;
}

h5.carousel-caption a {
    color: #fff !important;
}

.float-lg-right {
    float: right;
}

.theme-dark {
    background-color: var(--tc-main_darker) !important;
}

footer a {
    color: var(--tc-main_saturated_darker);

}

footer a:hover,
footer a:focus {
    color: #fff;

}

footer .widget-tittle>* {
    color: #ccc;
    font-size: 14px;
}

.navbar-toggle {
    display: none;
}

nav.main-nav {
    width: 100%
}

ul.navbar-nav,
nav.main-nav nav.navbar {
    margin: 0 auto
}

nav.main-nav.menu-sticky nav.navbar {
    width: 100%;
    border-radius: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

nav.main-nav.menu-sticky nav.navbar:after {
    /*content: none;*/
    border-radius: 0;
}

.carousel-item {max-height:540px;height: 540px;width:100%}
.carousel-item.home-news {max-height:400px;height: 400px;width:100%}





.banner-title {
    font-size: 1.6rem;
    color: #fff;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.3rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1.1rem;
}



footer .input-group-append button {
    width: 100%;
    height: 100%;
    border: 1px solid var(--tc-main_saturated);
}

footer .input-group input {
    border: 1px solid var(--tc-main_saturated) !important;
}

nav.main-nav.menu-sticky img.filterme {
    filter: brightness(0) invert(1);
}

.blog-post.grid nav {
    display: flex;
    justify-content: center;
}

.navbar-nav li.dropdown ul.dropdown-menu {
    background-color: var(--tc-brightest);
    border: 1px solid var(--tc-main_darkest);
    top: 40px
}

.col2 .dropdown-menu.dept0 {
    display: flex
}

ul.dept1 {
    margin-left: 0;
    padding-left: 0
}

ul.sidebar-menu li a.active {
    color: var(--tc-brightest) !important
}

.broadcast-headers div a {
    font-size: 18px;
    font-weight: 600;
    padding-right: 5px;
}

.broadcast-headers div a span {
    color: var(--tc-brightest)
}

.layout-inner {
    padding: 5px;
}

.broadcast-image-item {
    padding: 8px;
}

.broadcast-title {
    position: absolute;
    padding: 20px;
    border: 1px solid var(--tc-brightest);
    background-color: var(--tc-brightest)8a;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.broadcast-main {
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
}

.overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #000000a8;
    z-index: -1;


}


.banner .mayor {
    position: absolute;
    right: 188px;
    bottom: 0;
    height: 212px;
}


.payment-icon {

    position: relative;
    float: right;
    bottom: 67px;
    right: 80px;
    
}

.navbar-payment span{color: #fff!important;margin-left:5px}


.button-menu {
    border-radius: 10px;
    background-color: var(--tc-brightest);
    display: inline-block;
    padding:10px 30px;
    color:#fff;
    box-shadow: 0px 5px 0px 0px var(--tc-main_darkest);
    margin-bottom: 20px;
    text-align:center;
}

.active .button-menu {
    background-color: var(--tc-main_darker);
    box-shadow: 0px 5px 0px 0px var(--tc-main_darkest);
}

.dropdown-menu {
    line-height: 1em!important;
}

.blog-img img.default-image {filter:brightness(1) invert(0.5);scale:0.9}


.carousel-item img{   
    height: 100%;
    max-width: none;
}

.page-detail-carousel .carousel-item img{   
    width: 100%;
    height:unset;
}

.page-detail-carousel .carousel-item{
    max-height: unset;
    height:unset;
    
}

@media (max-width:1199px) {

    nav.main-nav nav.navbar {
        width: 100%;
        border-radius: 0;
    }

    img.filterme {
        filter: brightness(0) invert(1);
    }

    nav.main-nav nav.navbar:after {
        content: none;
        border-radius: 3px;


    }
a

    .brand-logo {margin-left:12px;}
    .payment-icon {right: 14px!important}
    .banner .mayor {
        right:-15px!important;
    }


}

@media (max-width:993px) {
    .navbar-toggle {
        display: block;
    }

    div.navbar-collapse {
        width: 100%;
        background: var(--tc-brightest);
        position: absolute;
        left: 0px;
        top: 94px;
        max-height: 480px;
        height: 480px;
        padding: 20px 30px 20px 30px;
    }

    img.filterme {
        filter: brightness(0) invert(1);
    }

    ul.navbar-nav>li {
        margin-bottom: 15px;
    }

    .payment-icon span {display: none!important}
    .payment-icon {right: 74px!important; bottom: 61px!important;}
    

    .col2 .dropdown-menu.dept0 {
        display: list-item!important;
    }
    
    .banner .mayor {
   /*     height:128px!important;*/
    }

    .navbar-nav li.dropdown ul.dropdown-menu{
        border:none!important;
    }
}



@media (max-width:778px) {
    .button-menu {
        padding:5px 0px;
    }
    
    .banner-text-wrapper{
        font-size: 11px;
    }
    .banner-text-wrapper{
        width: calc(100% - 60px);
    }
    .banner .mayor {height:168px!important}

    .page-home-carousel .carousel-item {max-height:120px;height:120px}
    .page-home-carousel .carousel-indicators { margin-bottom:0px}
    .carousel-item.home-news{max-height:240px;height:240px}
     h4.section-header{font-size:1rem!important;}

    h1,h2,h3,h4,h5,h6 {font-size:clamp(1rem, 0.95rem + 0.35vw, 1.35rem)!important}

}


.post-content ul {margin-left:30px;}
.post-content ul.po li {list-style: unset!important;}


.neighbourhood-image img {width:100%;height:auto;}

b, strong {font-weight:bold}

.list-item-title{ 
    color:var(--tc-main_darker);
    font-size:14px;
    font-weight: 600;
    text-transform:uppercase
 }

 .border{
    border:none!important;
 }

 tbody, td, tfoot, th, thead, tr{
    border-width: 1px;
 }

 .search-form .btn:hover{
    background-color:var(--tc-main_darker);
 }



 .post-content ul li{
    list-style: unset;
    padding-bottom:10px;
 }


 .post-content .social-icon ul li {
    list-style: none;
 }


 .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--tc-main_brightest_high);
    outline: 0;
    box-shadow: 0 0 0 .25rem var(--tc-main_op50);
}

.btn{
    color:#fff;
}

.tree>ul>li>ul{padding-top: 20px;}