@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.6.1);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.6.1) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.6.1) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.6.1) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: Flaticon;
    src: url(../fonts/Flaticon.eot);
    src: url(../fonts/Flaticon.eot?#iefix) format("embedded-opentype"), url(../fonts/Flaticon.woff) format("woff"), url(../fonts/Flaticon.ttf) format("truetype"), url(../fonts/Flaticon.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: Flaticon;
        src: url(../fonts/Flaticon.svg#Flaticon) format("svg")
    }
}
.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
}

.animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.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) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        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% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) 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;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        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: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        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: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        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: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        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: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    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: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -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: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    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: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -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: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInStable {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    33.333% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    66.666666% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes zoomInStable {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    33.333% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    66.666666% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.zoomInStable {
    -webkit-animation-name: zoomInStable;
    animation-name: zoomInStable
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0)
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1)
    }
}

@-webkit-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0)
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1)
    }
}

@-moz-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0)
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1)
    }
}

@-o-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0)
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1)
    }
}

@-ms-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0)
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1)
    }
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.banner .parallax-container div img, .fullwidth-video-section .play-link .icon-box {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}



[class*=" flaticon-"]:after, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class^=flaticon-]:before {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px
}

.flaticon-right-arrow:before {
    content: "\f100"
}

.flaticon-left-arrow:before {
    content: "\f101"
}

.flaticon-coffee-cup:before {
    content: "\f102"
}

.flaticon-mortar:before {
    content: "\f103"
}

.flaticon-swimming-pool:before {
    content: "\f104"
}

.flaticon-lecture:before {
    content: "\f105"
}

.flaticon-wifi-connection-signal-symbol:before {
    content: "\f106"
}

.flaticon-television:before {
    content: "\f107"
}

.flaticon-play:before {
    content: "\f108"
}

.flaticon-bed:before {
    content: "\f109"
}

.flaticon-bell-boy:before {
    content: "\f10a"
}

.flaticon-medal:before {
    content: "\f10b"
}

.flaticon-mug:before {
    content: "\f10c"
}

.flaticon-bathtub:before {
    content: "\f10d"
}

.flaticon-journal:before {
    content: "\f10e"
}

.flaticon-spa:before {
    content: "\f10f"
}

.flaticon-cocktail:before {
    content: "\f110"
}

.flaticon-gym:before {
    content: "\f111"
}

.flaticon-calendar:before {
    content: "\f112"
}

.flaticon-jewel:before {
    content: "\f113"
}

.flaticon-car:before {
    content: "\f114"
}

.flaticon-ballerina-shoes:before {
    content: "\f115"
}

.flaticon-placeholder:before {
    content: "\f116"
}

.flaticon-mobile:before {
    content: "\f117"
}

.flaticon-mail:before {
    content: "\f118"
}

/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.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(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    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-close:before, .fa-remove: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-cog:before, .fa-gear: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-repeat:before, .fa-rotate-right: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-image:before, .fa-photo: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-exclamation-triangle:before, .fa-warning: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-cogs:before, .fa-gears: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-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

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

.fa-bars:before, .fa-navicon:before, .fa-reorder: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-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clipboard:before, .fa-paste: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-chain-broken:before, .fa-unlink: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-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

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

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

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

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

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

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

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

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

.fa-krw:before, .fa-won: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-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

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

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

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

.fa-try:before, .fa-turkish-lira: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-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board: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: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-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

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

.fa-file-audio-o:before, .fa-file-sound-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-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

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

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

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

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

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

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

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

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

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

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

.fa-paper-plane-o:before, .fa-send-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-futbol-o:before, .fa-soccer-ball-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-ils:before, .fa-shekel:before, .fa-sheqel: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-bed:before, .fa-hotel:before {
    content: "\f236"
}

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

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

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

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

.fa-y-combinator:before, .fa-yc: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-paper-o:before, .fa-hand-stop-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-television:before, .fa-tv: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-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before, .fa-signing: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"
}

.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
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    padding: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 1em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

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

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
    z-index: 9999
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
    background: #fff
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
    background: #fff
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a, .ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    position: relative;
    display: block;
    margin-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -8px;
    top: 0
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 58px;
    border: 1px solid #e1e6eb;
    color: #9b9fa6;
    border-radius: 30px;
    max-width: 196px;
    background: #fff;
    padding: 10px 15px 10px 30px;
    transition: all .5s ease
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    background: #0d2933;
    color: #fff;
    transition: all .5s ease
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #cda274;
    background: #cda274;
    color: #fff;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
    border: 1px solid #cda274;
    background: #cda274;
    font-weight: 400;
    color: #fff
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    font-weight: 400
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
    color: #989898;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-widget-header .ui-state-active, a.ui-button:active {
    border: 1px solid #50c19a;
    background: #50c19a;
    font-weight: 400;
    color: #fff
}

.select-box .ui-button.ui-state-active:hover, .select-box .ui-button:active, .select-box .ui-button:focus, .select-box .ui-widget-header .ui-state-active, .select-box a.ui-button:active {
    border: 1px solid #cda274;
    background: #fff;
    font-weight: 400;
    color: #9b9fa6
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: #cda274
}

.ui-icon-background, .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #0d2933;
    background: #0d2933;
    color: #fff
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 18px
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(../images/ui-icons_888888_256x240.png)
}

.ui-icon {
    background-image: url(../images/ui-icons_888888_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner, .fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image: url(/images/fancybox/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/images/fancybox/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(/images/fancybox/blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(/images/fancybox/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
        background-image: url(/images/fancybox/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url(/images/fancybox/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

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

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: none;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-theme .owl-controls {
    display: block
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    color: #d0d4d9;
    background: 0 0;
    border: 1px solid #d0d4d9;
    width: 70px;
    height: 70px;
    line-height: 66px;
    border-radius: 50%;
    text-align: center;
    transition: all .5s ease
}

.owl-theme .owl-controls .owl-nav [class*=owl-] span:before {
    margin: 0
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #0d2933;
    border: 1px solid #0d2933;
    color: #cda274
}

.owl-theme .owl-controls .owl-nav .disabled {
    cursor: default;
    opacity: .5
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block
}

.owl-theme .owl-dots .owl-dot span {
    background: 0 0;
    display: block;
    margin: 0 5px 0 5px;
    transition: opacity .2s ease 0s;
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%
}

.owl-theme .owl-dots .owl-dot.active span {
    background: none repeat scroll 0 0 #cda274;
    border: 2px solid #cda274
}

@media only screen and (max-width: 1200px) {
    .main-menu .navigation > li {
        margin: 0 2px
    }

    .header-bottom {
        padding: 0 50px
    }

    .main-header .menu-area {
        padding: 0 200px 0 0
    }

    .main-header .menu-area .link:before {
        display: none
    }

    .main-header .logo-box {
        margin-top: 16px
    }

    .fixed-header .menu-area {
        padding: 0
    }

    .filter-section .filter-content .single-item {
        width: 33.333%
    }

    .filter-section .filter-content .single-item .form-group input, .filter-section .filter-content .single-item .form-group select, .ui-selectmenu-button.ui-button {
        max-width: 100%
    }

    .about-section .img-box .img-one, .about-section .img-box .img-two {
        display: none
    }

    .about-section .img-box .img-three {
        position: relative;
        right: 0
    }

    .room-section .single-item .lower-content .info-box li {
        margin-right: 0
    }

    .room-section .single-item .lower-content {
        padding: 28px 10px 35px 15px
    }

    .service-section .tab-title li .single-btn {
        width: 230px
    }

    .news-section .single-item .lower-content {
        padding: 29px 15px 40px 15px
    }

    .main-footer .newsletter-widget .form-group button {
        width: 115px
    }

    .slider-style-two .filter-content {
        display: none
    }

    .about-style-two {
        padding: 120px 0
    }

    .service-style-two .tab-details-content .single-tab-content {
        margin-top: 60px
    }

    .single-room-list .content-box .left-content {
        max-width: 400px
    }

    .room-list.overlay-style-one .image-box img {
        height: 296px
    }

    .room-details .room-details-content .img-list li {
        margin-bottom: 10px
    }

    .service-style-three .single-item .content-box {
        padding: 90px 15px 80px 15px
    }

    .single-dishes-content .content-box .price {
        right: 5px
    }

    .contact-info .single-item:before {
        display: none
    }

    .main-slider .slider-wrapper .image img {
        width: auto
    }

    .sticky-header .logo-box {
        margin-top: 10px
    }

    .filter-section .filter-content .single-item .form-group input, .filter-section .filter-content .single-item .form-group select {
        margin-bottom: 30px
    }

    .service-section .tab-details-content .img-box {
        margin-top: 50px
    }

    .about-section .about-content {
        margin-top: 100px
    }

    .about-style-two .about-content {
        margin-top: 0
    }

    .service-style-two {
        padding-top: 109px
    }
}

@media only screen and (max-width: 991px) {
    .filter-section .filter-content .single-item .link .theme-btn {
        padding: 16px 45px 14px 45px
    }

    .main-header .logo-box {
        display: block;
        width: 180px;
        margin: auto;
        padding: 15px 0
    }

    .main-header .menu-area {
        float: none;
        display: block;
        padding: 0
    }

    .main-header .menu-area .link {
        top: -10px
    }

    .main-menu .navigation > li > ul > li {
        background: #333;
        border-bottom: 1px solid rgba(255, 255, 255, .1) !important
    }

    .main-menu .navigation > li > ul > li:hover {
        background: #333
    }

    .sticky-header .logo-box {
        padding-bottom: 0
    }

    .filter-section .filter-content {
        padding: 27px 15px 32px 15px;
        margin-top: 0
    }

    .news-section .single-item, .room-section .single-item {
        margin-bottom: 30px
    }

    .service-section .tab-title li {
        width: 50%;
        margin-bottom: 30px
    }

    .service-section .tab-details-content .content {
        position: relative;
        margin: 30px 0 0 0
    }

    .main-footer .contact-widget, .main-footer .newsletter-widget, .main-footer .service-widget {
        margin-left: 0
    }

    .main-footer .newsletter-widget .form-group input[type=email] {
        width: 100%;
        padding: 10px 125px 10px 20px
    }

    .header-style-two .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #fff
    }

    .header-style-two .sticky-header .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #222
    }

    .header-style-two .sticky-header .main-menu .navigation > li > a {
        color: #b8b8b8
    }

    .about-style-two .img-box {
        margin-bottom: 0
    }

    .service-style-two .tab-title li {
        float: left;
        width: 50%
    }

    .service-style-two .tab-title li.active .single-btn:before {
        left: 50%;
        bottom: -8px;
        margin-left: -15px;
        margin-bottom: 0
    }

    .service-style-two .tab-details-content .single-tab-content {
        margin-left: 0
    }

    .single-room-list .content-box .left-content {
        max-width: 100%;
        border-right: none
    }

    .single-room-list .content-box .right-content {
        float: none;
        width: 100%;
        display: block;
        text-align: left;
        padding: 0 25px 49px 30px
    }

    .single-room-list .content-box .right-content .price {
        margin: 0;
        display: inline-block
    }

    .single-room-list .content-box .right-content .link {
        display: inline-block;
        margin-left: 20px
    }

    .room-list .single-room-list {
        max-width: 450px;
        margin: 30px auto
    }

    .single-room-list .content-box {
        margin-left: 0;
        border-left: 1px solid #e1e6eb;
        border-top: none
    }

    .room-details .room-sidebar {
        margin-top: 50px
    }

    .fact-counter .single-item {
        margin: 15px 0
    }

    .place-details .content-style-two .img-box {
        margin-bottom: 30px
    }

    .room-list.overlay-style-one .image-box img {
        height: 100%
    }

    .single-dishes-content {
        margin-bottom: 30px
    }

    .resturent-menu .single-menu-content {
        padding-bottom: 60px
    }

    .resturent-menu .column:first-child .menu-content .single-menu-content:last-child {
        padding: 0 0 60px 130px;
        border-bottom: 2px dashed #ededed;
        margin-bottom: 32px
    }

    .spa-section .content-style-two .img-box {
        margin-bottom: 30px
    }

    .spa-section .content-style-two .text {
        margin-top: 31px
    }

    .blog-details .blog-details-content {
        margin-bottom: 30px
    }

    .contact-info .single-item {
        margin-bottom: 30px
    }

    .contact-info {
        padding-bottom: 65px
    }

    .main-menu .navigation > li > ul > li {
        padding: 0 30px
    }

    .about-style-two .img-box {
        padding-left: 0
    }

    .room-details .similar-room {
        padding-top: 60px
    }

    .header-top {
        padding: 5px 30px 9px 30px
    }

    .about-section .about-content {
        margin: 0
    }

    .service-section .tab-details-content .img-box {
        margin: 0
    }

    .single-room-list .content-box .right-content .link {
        position: relative;
        top: -12px
    }

    .sidebar .sidebar-post .single-post {
        margin-bottom: 35px
    }
}

@media only screen and (max-width: 768px) {
    .header-top .left-content {
        display: block;
        text-align: center
    }

    .header-top .right-content {
        display: block;
        float: none;
        text-align: center
    }

    .filter-section .filter-content .single-item {
        width: 50%
    }

    .filter-section .filter-content .single-item {
        width: 100%
    }

    .filter-section .filter-content .single-item .form-group .link {
        display: block
    }

    .main-footer .contact-widget, .main-footer .service-widget {
        margin-bottom: 30px
    }

    .copyright {
        display: block;
        text-align: center
    }

    .footer-bottom .footer-nav {
        text-align: center;
        margin-top: 5px
    }

    .service-style-two .tab-details-content .single-tab-content .content-box {
        display: none
    }

    .fact-counter .single-item {
        max-width: 270px;
        margin: 15px auto
    }

    .service-style-three .single-item {
        margin: 15px auto
    }

    .spa-section .content-style-one .img-box {
        margin-bottom: 30px
    }

    .spa-section .content-style-one .title {
        margin-top: 27px
    }

    .resturent-menu .column:first-child .menu-content .single-menu-content:last-child, .resturent-menu .single-menu-content {
        padding-bottom: 31px
    }

    .service-section .tab-details-content .img-box {
        margin-right: 0
    }

    .single-dishes-content .content-box .price {
        right: 15px
    }

    .about-section {
        padding: 70px 0
    }

    .sec-pad {
        padding: 60px 0 70px 0
    }

    .video-section {
        padding: 80px 0
    }

    .room-section {
        padding-top: 90px
    }

    .sec-pad-2 {
        padding: 70px 0
    }

    .room-details {
        padding: 60px 0 70px 0
    }

    .offer-section, .place-details, .place-section, .service-style-three {
        padding: 70px 0 40px 0
    }

    .testimonial-section {
        padding: 60px 0 40px 0
    }

    .spa-section {
        padding: 70px 0 50px 0
    }

    .testimonial-page {
        padding-top: 70px
    }

    .main-footer {
        padding-top: 80px
    }

    .staffs-section {
        padding: 70px 0 0 0
    }

    .error-section {
        padding: 50px 0 70px 0
    }

    .blog-details {
        padding-bottom: 40px
    }

    .contact-info {
        padding: 70px 0 45px 0
    }
}

@media only screen and (max-width: 599px) {
    .service-section .tab-title li .single-btn {
        width: 200px;
        padding: 41px 10px 15px 10px
    }

    .sticky-header .logo-box {
        display: none
    }

    .google-map-section .map-content {
        display: none
    }

    .service-style-two .tab-details-content .single-tab-content .content-box {
        display: none
    }

    .blog-details-content .comment-area .single-comment.replay {
        margin-left: 0
    }

    .blog-details-content .comment-area .single-comment .replay {
        position: relative
    }

    .service-section .tab-title, .service-style-two .tab-title {
        margin-right: 0
    }
}

@media only screen and (max-width: 499px) {
    .header-top .left-content li {
        margin-right: 0
    }

    .main-slider .tp-title {
        font-size: 80px;
        line-height: 80px
    }

    .service-section .tab-title li {
        width: 100%;
        float: none;
        text-align: center
    }

    .news-section .top-title .top-link {
        float: none;
        margin-top: 40px
    }

    .resturent-menu .single-menu-content .price {
        float: none;
        display: block
    }

    .error-section .error-title {
        font-size: 140px;
        line-height: 150px
    }

    .pagination li {
        margin: 5px
    }

    .blog-details-content .comment-area .single-comment .replay {
        float: none;
        display: block;
        margin-bottom: 10px
    }

    .header-bottom {
        padding: 0 15px
    }

    .about-section .about-content {
        margin: 0
    }
}

@media only screen and (max-width: 399px) {
    .main-slider .tp-title {
        font-size: 70px;
        line-height: 70px
    }

    .header-top {
        padding: 5px 15px 9px 15px
    }

    .single-room-list .content-box .left-content .info-box li {
        margin-right: 5px
    }

    .single-room-list .content-box .right-content {
        padding: 0 15px 49px 15px
    }

    .single-room-list .content-box .left-content {
        padding: 22px 15px 35px 15px
    }

    .single-room-list .content-box .right-content .link {
        margin-left: 10px
    }

    .room-details .room-details-content .owl-theme .owl-controls {
        display: none
    }

    .pagination {
        text-align: left
    }
}

@media only screen and (max-width: 991px) {
    .header-top .links-nav li {
        margin-right: 15px
    }

    .main-menu .navbar-header {
        position: relative;
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        top: 0
    }

    .main-header .main-menu {
        width: 100%
    }

    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 7;
        float: none;
        padding: 9px 5px;
        cursor: pointer;
        margin: 0;
        border-radius: 0;
        background: 0 0
    }

    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #222;
        height: 2px;
        width: 29px;
        display: block;
        margin: 7px 5px
    }

    .main-menu .collapse {
        overflow: auto;
        float: none;
        width: 100%;
        padding: 0 0 0;
        border: none;
        margin: 0;
        max-height: 320px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px
    }

    .main-menu .navbar-collapse > .navigation {
        float: none !important;
        margin: 0 !important;
        width: 100% !important;
        background: #333;
        border: 1px solid #fff;
        border-top: none
    }

    .main-menu .navbar-collapse > .navigation > li {
        margin: 0 !important;
        float: none !important;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .1) !important
    }

    .main-menu .navigation > li > a, .main-menu .navigation > li > ul:before {
        border: none
    }

    .main-menu .navbar-collapse > .navigation > li > a {
        padding: 10px 10px !important;
        border: none !important
    }

    .main-menu .navigation li.dropdown > a:after, .main-menu .navigation > li.dropdown > a:before, .main-menu .navigation > li > ul > li > a::before, .main-menu .navigation > li > ul > li > ul > li > a::before {
        color: #fff !important;
        right: 15px;
        font-size: 16px;
        display: none !important
    }

    .main-menu .navbar-collapse > .navigation > li > ul, .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0;
        padding: 0;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
        background: #333;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
        box-shadow: none !important
    }

    .main-menu .navbar-collapse > .navigation > li > ul, .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
        border-top: 1px solid rgba(255, 255, 255, .1) !important
    }

    .main-menu .navbar-collapse > .navigation > li:last-child {
        border-bottom: none
    }

    .main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
        padding: 12px 10px !important;
        line-height: 22px;
        color: #b8b8b8;
        background: #333;
        text-align: left;
        min-height: 0
    }

    .main-menu .navbar-collapse > .navigation > li.current-menu-item > a, .main-menu .navbar-collapse > .navigation > li.current > a, .main-menu .navbar-collapse > .navigation > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a {
        color: #fff !important;
        background: #333
    }

    .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn {
        display: block
    }

    .main-menu .navbar-collapse > .navigation li.dropdown:after, .main-menu .navigation > li > ul:before {
        display: none !important
    }
}

@font-face {
    font-family: Philosopher;
    font-style: normal;
    font-weight: 400;
    src: local('Philosopher Regular'), local('Philosopher-Regular'), url(https://fonts.gstatic.com/s/philosopher/v10/vEFV2_5QCwIS4_Dhez5jcWBjT00k0w.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Philosopher;
    font-style: normal;
    font-weight: 400;
    src: local('Philosopher Regular'), local('Philosopher-Regular'), url(https://fonts.gstatic.com/s/philosopher/v10/vEFV2_5QCwIS4_Dhez5jcWBqT00k0w.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Philosopher;
    font-style: normal;
    font-weight: 400;
    src: local('Philosopher Regular'), local('Philosopher-Regular'), url(https://fonts.gstatic.com/s/philosopher/v10/vEFV2_5QCwIS4_Dhez5jcWBuT00.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Philosopher;
    font-style: normal;
    font-weight: 700;
    src: local('Philosopher Bold'), local('Philosopher-Bold'), url(https://fonts.gstatic.com/s/philosopher/v10/vEFI2_5QCwIS4_Dhez5jcWjValgW8tenXg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Philosopher;
    font-style: normal;
    font-weight: 700;
    src: local('Philosopher Bold'), local('Philosopher-Bold'), url(https://fonts.gstatic.com/s/philosopher/v10/vEFI2_5QCwIS4_Dhez5jcWjValgf8tenXg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Philosopher;
    font-style: normal;
    font-weight: 700;
    src: local('Philosopher Bold'), local('Philosopher-Bold'), url(https://fonts.gstatic.com/s/philosopher/v10/vEFI2_5QCwIS4_Dhez5jcWjValgb8tc.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmhduz8A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwkxduz8A.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRduz8A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxduz8A.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhduz8A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxduz8A.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRduz8A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0
}

body {
    font-size: 16px;
    color: #26282c;
    line-height: 30px;
    font-weight: 400;
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased
}

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

.container-fluid {
    padding: 0
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.small-container {
    max-width: 680px;
    margin: 0 auto
}

.boxed_wrapper {
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

a {
    text-decoration: none;
    position: relative;
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    color: #9b9fa6;
    transition: all .5s ease
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: #cda274
}

button, input, select, textarea {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
}

li, ul {
    list-style: none;
    padding: 0;
    margin: 0
}

input {
    transition: all .5s ease
}

button:focus, input:focus, textarea:focus {
    outline: 0;
    box-shadow: none;
    transition: all .5s ease
}

p {
    position: relative;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 30px;
    font-weight: 400;
    color: #26282c;
    margin-bottom: 10px;
    font-style: normal;
    transition: all .5s ease
}

h1, h2, h3, h4, h5, h6, .h3, .h2 {
    position: relative;
    font-family: Philosopher, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    color: #0f3a4a;
    transition: all .5s ease
}

h1 a, h2 a, h3 a, .h3 a, h4 a, h5 a, h6 a {
    position: relative;
    font-family: Philosopher, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    color: #0f3a4a;
    transition: all .5s ease
}

.h2, h2 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 700
}

.h3 , h3 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 700
}

h3 a {
    font-size: 26px;
    line-height: 35px;
    font-weight: 700
}

.h3 a {
    font-size: 26px;
    line-height: 35px;
    font-weight: 700
}

h4 a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500
}

h5 a {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500
}

h3 a:hover, h4 a:hover {
    color: #cda274
}

.centred {
    text-align: center
}

figure {
    margin: 0
}

.theme-btn {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 13px 55px 13px 55px;
    background: #cda274;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    text-transform: capitalize;
    transition: all .3s ease;
    cursor: pointer;
    text-align: center;
    z-index: 1
}

.theme-btn:hover {
    background: #cc9152;
    color: #fff
}

.theme-btn-two {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 24px;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 18px 57px 16px 57px;
    font-weight: 600;
    color: #cda274;
    text-transform: capitalize;
    background: 0 0;
    border: 1px solid #e1e6eb;
    border-radius: 30px;
    transition: all .5s ease
}

.theme-btn-two:hover {
    background: #0d2933;
    border: 1px solid #0d2933;
    color: #fff
}

.pagination {
    position: relative;
    display: block;
    margin-top: 20px
}

.pagination li {
    display: inline-block;
    margin: 0 8px
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    height: 60px;
    font-weight: 600;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #d0d4d9;
    border-radius: 50%;
    color: #9b9fa6;
    transition: all .5s ease
}

.pagination li a.active, .pagination li a:hover {
    background: #0d2933;
    border: 1px solid #0d2933;
    color: #fff
}

.pagination li i:before {
    color: #9b9fa6;
    margin: 0;
    font-size: 20px;
    transition: all .5s ease
}

.pagination li a:hover i:before {
    color: #fff
}

.sec-title {
    position: relative;
    font-size: 44px;
    font-family: Philosopher, sans-serif;
    line-height: 55px;
    font-weight: 700;
    color: #0f3a4a;
    padding-bottom: 14px;
    letter-spacing: 1px;
    text-align: center
}

.sec-title.left {
    text-align: left;
    padding-bottom: 39px;
    margin-bottom: 32px
}

.sec-title.left:before {
    position: absolute;
    content: '';
    background: url(/images/resource/shap.png);
    width: 80px;
    height: 7px;
    left: 0;
    bottom: 0
}

.title-text {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 70px;
    text-align: center
}

.title-text:before {
    position: absolute;
    content: '';
    background: url(/images/resource/shap.png);
    width: 80px;
    height: 7px;
    left: 50%;
    margin-left: 10px;
    bottom: 0;
    animation-name: float-bob;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.sec-pad {
    padding: 10px 0 10px 0
}

.sec-pad-2 {
    padding: 120px 0
}

.gray-bg {
    position: relative;
    background: #f7f9fc
}

.gray-bg:before {
    position: absolute;
    content: '';
    background: url(/images/background/pattern.png);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/images/icons/preloader.gif)
}

.scroll-top {
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #cda274;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transition: 1s ease
}

.scroll-top.open {
    bottom: 30px
}

.scroll-top:hover {
    background: #0d2933
}

.scroll-top span {
    color: #fff
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 80%)
}

.main-header {
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 10px rgba(13, 41, 51, .3);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    left: 0;
    top: 0;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    z-index: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -op-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.header-top {
    position: relative;
    width: 100%;
    background: #0d2933;
    padding: 5px 92px 9px 50px
}

.header-top .left-content {
    position: relative;
    display: inline-block
}

.header-top .left-content li {
    position: relative;
    display: inline-block;
    margin-right: 34px
}

.header-top .left-content li:last-child {
    margin-right: 0
}

.header-top .left-content li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #b2b3ba;
    line-height: 24px
}

.header-top .left-content li a:hover {
    color: #cda274
}

.header-top .left-content li i:before {
    font-size: 14px;
    color: #cda274;
    margin-right: 7px
}

.header-top .right-content {
    position: relative;
    display: inline-block;
    margin-top: 1px;
    float: right
}

.header-top .right-content .social-box li {
    display: inline-block
}

.header-top .right-content .social-box li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin: 0 8px 0 7px
}

.header-top .right-content .social-box li a:hover {
    color: #cda274
}

.header-bottom {
    position: relative;
    background: #fff;
    padding: 0 100px 0 50px
}

.main-header .logo-box {
    position: relative;
    display: inline-block;
    margin: 19px 0 0 0
}

.main-header .menu-area {
    position: relative;
    display: inline-block;
    padding: 0 256px 0 0;
    float: right
}

.main-header .menu-area .link {
    position: absolute;
    top: 20px;
    right: 0
}

.main-header .menu-area .link:before {
    position: absolute;
    content: '';
    background: #dddee4;
    width: 1px;
    height: 30px;
    top: 10px;
    left: -20px
}

.main-menu {
    position: relative;
    display: block
}

.main-menu .navbar-collapse {
    padding: 0
}

.main-menu .navigation {
    position: relative;
    margin: 0
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    margin: 0 11px
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #0f3a4a;
    line-height: 30px;
    font-weight: 600;
    opacity: 1;
    text-transform: capitalize;
    padding: 29px 0 31px 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation > li.current > a, .main-menu .navigation > li > a:hover {
    color: #cda274
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    z-index: 100;
    display: none;
    background: #fff;
    border-bottom: 3px solid #cda274;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .13)
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    padding: 7px 30px;
    background: #0d2933;
    border-bottom: 1px solid #0d2933;
    transition: all .5s ease
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 6px 0;
    line-height: 24px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #fff
}

.main-menu .navigation > li > ul > li:hover {
    background: #cda274
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    border-left: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    width: 50px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    cursor: pointer;
    z-index: 5;
    display: none
}

.navbar-header {
    display: none
}

.sticky-header .main-menu .navigation > li {
    margin: 0
}

.sticky-header .main-menu .navigation > li > a {
    padding: 14px 20px 16px 20px
}

.sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li:hover > a {
    background: #cda274;
    color: #fff
}

.sticky-header .logo-box {
    margin-top: 11px
}

.sticky-header .menu-area {
    padding-right: 0
}

.main-slider {
    min-height: 100%
}

.main-slider .container-fluid {
    padding: 0
}

.main-slider .slider-wrapper {
    position: relative
}

.main-slider .slider-wrapper .image img {
    min-height: 700px;
    width: 100%;
    max-width: none
}

.main-slider .slider-caption {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -8px;
    z-index: 5
}

.main-slider .slider-caption .inner-box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px
}

.main-slider .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(15, 38, 58, 0);
    z-index: 3
}

.main-slider .tp-title {
    position: relative;
    font-size: 95px;
    font-family: Philosopher, sans-serif;
    color: #fff;
    font-weight: 700;
    line-height: 110px;
    margin-bottom: 28px
}

.main-slider .text {
    position: relative;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 32px
}

.slide-nav .owl-nav {
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    transform: scale(.97);
    transition: .5s ease
}

.slide-nav:hover .owl-nav {
    transform: scale(1);
    opacity: 1
}

.slide-nav .carousel-outer:hover .owl-nav .owl-next, .slide-nav .carousel-outer:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible
}

.slide-nav .owl-nav .owl-prev {
    left: 30px;
    float: left
}

.slide-nav .owl-nav .owl-next {
    right: 30px;
    float: right
}

.slide-nav .owl-dots {
    display: none !important
}

.main-slider .owl-item .slider-caption * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.main-slider .owl-item.active .slider-caption .tp-title {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.main-slider .owl-item.active .slider-caption .text {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.filter-section {
    position: relative
}

.filter-section .filter-content {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 27px 40px 34px 40px;
    box-shadow: 0 15px 30px rgba(225, 230, 235, .5);
    margin-top: -80px;
    z-index: 1
}

.filter-section .filter-content .single-item {
    position: relative;
    display: inline-block;
    width: 20%;
    float: left
}

.filter-section .filter-content .single-item .form-group {
    position: relative;
    margin: 0 10px
}

.filter-section .filter-content .single-item .form-group label {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #0d2933;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 13px
}

.filter-section .filter-content .single-item .form-group input, .filter-section .filter-content .single-item .form-group select {
    position: relative;
    width: 100%;
    height: 60px;
    border: 1px solid #e1e6eb;
    color: #9b9fa6;
    font-size: 15px;
    border-radius: 30px;
    margin-bottom: 0;
    max-width: 196px;
    padding: 10px 15px 10px 30px;
    transition: all .5s ease
}

.filter-section .filter-content .single-item .form-group input[type=text] {
    cursor: pointer
}

.filter-section .filter-content .single-item .form-group input:focus, .filter-section .filter-content .single-item .form-group select:focus {
    border: 1px solid #cda274
}

.filter-section .filter-content .single-item .form-group i {
    position: absolute;
    top: 55px;
    right: 35px;
    cursor: pointer
}

.filter-section .filter-content .single-item .form-group .link {
    display: inline-block;
    margin-top: 39px
}

.filter-section .filter-content .single-item .link .theme-btn {
    padding: 16px 57px 14px 57px
}

.filter-section .filter-content .ui-selectmenu-button .ui-icon {
    background: 0 0;
    position: relative;
    top: 10px;
    right: 14px;
    text-indent: 0;
    display: block;
    float: right
}

.ui-selectmenu-button .ui-icon:before {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    color: #989898;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.about-section {
    position: relative;
    padding: 20px 0 0 0
}

.about-section .about-content {
    margin-right: 40px;
    padding-bottom: 0;
    margin-top: 0
}

.about-section .about-content .text {
    margin-bottom: 30px
}

.about-section .about-content .link {
    display: inline-block;
    margin-top: 9px
}

.about-section .img-box {
    position: relative;
    width: 100%;
    height: 100%
}

.about-section .img-box img {
    width: 100%
}

.about-section .img-box .img-three {
    position: absolute;
    top: 0;
    right: 50px;
    box-shadow: 25px 30px 50px #f7f7f7
}

.about-section .img-box .img-two {
    position: absolute;
    bottom: -430px;
    right: 0
}

.about-section .img-box .img-one {
    position: absolute;
    left: 50px;
    top: 50px;
    box-shadow: 0 16px 50px rgba(13, 41, 51, .3)
}

.room-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%
}

.room-section .title-text {
    margin-bottom: 60px
}

.room-section .single-item {
    position: relative;
    background: #fff;
    transition: all .5s ease
}

.room-section .single-item:hover {
    box-shadow: 0 15px 30px #e1e6eb
}

.room-section .single-item .lower-content {
    position: relative;
    padding: 28px 0 35px 28px;
    border: 1px solid #e1e6eb;
    border-top: none
}

.room-section .single-item .lower-content .price {
    position: absolute;
    top: -45px;
    right: 36px;
    background: #fff;
    width: 90px;
    height: 90px;
    font-size: 26px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #0f3a4a;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 16px 50px rgba(155, 159, 166, .3);
    padding: 19px 0 15px 0;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transition: all .5s ease
}

.room-section .single-item .img-box {
    position: relative;
    overflow: hidden
}

.room-section .single-item .img-box img {
    width: 100%;
    transition: all 5s;
    transform: scale(1)
}

.room-section .single-item:hover .img-box img {
    transform: scale(1.3)
}

.room-section .single-item .lower-content .price span {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
    font-family: Lato, sans-serif;
    font-style: italic;
    color: #9b9fa6
}

.room-section .single-item .lower-content .rating {
    margin-bottom: 3px
}

.room-section .single-item .lower-content .rating li {
    display: inline-block;
    font-size: 16px;
    color: #d2d5d6
}

.room-section .single-item .lower-content .info-box li {
    display: inline-block;
    margin-right: 16px
}

.room-section .single-item .lower-content .info-box li:last-child {
    margin-right: 0
}

.theme-btn-three {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    color: #9b9fa6;
    border: 1px solid #e1e6eb;
    border-radius: 30px;
    padding: 12px 33px 10px 32px;
    transition: all .5s ease
}

.theme-btn-three:hover {
    background: #0d2933;
    border: 1px solid #0d2933;
    color: #fff
}

.room-section .single-item .lower-content .info-box li i:before {
    margin: 0;
    color: #9b9fa6;
    font-size: 20px
}

.room-section .single-item .lower-content .info-box li i {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #e2e6eb;
    text-align: center;
    border-radius: 50%
}

.room-section .single-item .lower-content h3 a {
    display: inline-block;
    margin-bottom: 16px
}

.room-section .single-item .lower-content .h3 a {
    display: inline-block;
    margin-bottom: 16px
}

.room-section .single-item .lower-content .text {
    margin-bottom: 24px;
    line-height: 26px
}

.room-section .link-btn {
    margin-top: 70px
}

.service-section {
    position: relative
}

.service-section .tab-title {
    position: relative;
    margin-bottom: 63px;
    margin-right: -10px
}

.service-section .tab-title li {
    position: relative;
    width: 25%;
    float: left;
    cursor: pointer
}

.service-section .tab-title li .single-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #e1e6eb;
    width: 285px;
    height: 150px;
    padding: 41px 15px 15px 15px
}

.service-section .tab-title li.active .single-btn {
    background: #0d2933;
    border: 1px solid #0d2933
}

.service-section .tab-title li.active .single-btn:before {
    position: absolute;
    content: '';
    background: #0d2933;
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    bottom: -8px;
    transform: rotate(45deg)
}

.service-section .tab-title .single-btn .icon-box i:before {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: #9b9fa6;
    margin: 0;
    margin-bottom: 23px;
    transition: all .5s ease
}

.service-section .tab-title li.active .single-btn .icon-box i:before {
    color: #cda274
}

.service-section .tab-title .single-btn .text {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #9b9fa6;
    transition: all .5s ease
}

.service-section .tab-title li.active .single-btn .text {
    color: #fff
}

.service-section .tab-details-content .img-box {
    position: relative;
    margin-right: 10px
}

.service-section .tab-details-content .img-box img {
    width: 100%
}

.service-section .tab-details-content .content .title {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    font-family: Philosopher, sans-serif;
    color: #0d2933;
    font-weight: 700;
    margin-bottom: 23px
}

.service-section .tab-details-content .content {
    position: relative;
    margin: -8px 0 0 10px
}

.service-section .tab-details-content .content p {
    margin-bottom: 30px
}

.service-section .tab-details-content .content p:last-child {
    margin-bottom: 0
}

.gallery-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%
}

.gallery-section .img-box {
    position: relative;
    overflow: hidden
}

.gallery-section .img-box img {
    width: 100%;
    transform: scale(1);
    transition: all 5s ease
}

.gallery-section .img-box:hover img {
    transform: scale(1.3)
}

.owl-dots {
    display: none !important
}

.gallery-section .owl-theme .owl-controls {
    margin-top: 70px
}

.gallery-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
    margin: 0 10px
}

.overlay-style-one .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden
}

.overlay-style-one .image-box {
    position: relative;
    display: block;
    margin-bottom: 0
}

.overlay-style-one .image-box img {
    position: relative;
    display: block;
    width: 100%
}

.overlay-style-one .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}

.overlay-style-one .overlay-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    background-color: rgba(13, 41, 51, .8);
    -moz-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.overlay-style-one .inner-box .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0
}

.overlay-style-one .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.overlay-style-one .inner-box:hover .overlay-box:before {
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
    visibility: visible
}

.overlay-style-one .inner-box:hover .overlay-box {
    opacity: 1
}

.overlay-style-one .inner-box .overlay-inner .content a.link {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #cda274;
    background: #fff;
    width: 45px;
    height: 45px;
    line-height: 46px;
    text-align: center
}

.overlay-style-one .inner-box .overlay-inner .content a.link:hover {
    background: #cda274;
    color: #fff
}

.testimonial-section {
    position: relative;
    padding-bottom: 90px
}

.testimonial-section .owl-theme .owl-controls {
    display: none
}

.testimonial-section .testimonial-content {
    position: relative;
    display: block;
    border: 1px solid #e1e6eb;
    padding: 30px 15px 32px 15px;
    margin: 0 0 30px 0;
    transition: all .5s ease
}

.testimonial-section .testimonial-content:hover {
    border: 1px solid #cda274
}

.testimonial-page .testimonial-content:hover {
    box-shadow: 0 15px 30px #e1e6eb;
    border: 1px solid #e1e6eb
}

.testimonial-section .testimonial-content .thumb-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 50px;
    width: 85px;
    height: 85px;
    margin-bottom: 47px
}

.testimonial-section .testimonial-content .author:after {
    position: absolute;
    content: '';
    background: url(/images/resource/1.png);
    width: 60px;
    height: 5px;
    left: 50%;
    margin-left: -30px;
    top: 40px
}

.testimonial-section .testimonial-content .thumb-box img {
    width: 100%
}

.testimonial-section .testimonial-content .author {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #0d2933;
    font-weight: 600;
    margin-bottom: 20px
}

.testimonial-section .testimonial-content .title {
    margin-bottom: 12px
}

.video-section {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 158px 0 173px 0
}

.video-section:before {
    position: absolute;
    content: '';
    background: rgba(15, 58, 74, .1);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.video-gallery {
    position: relative;
    display: block;
    text-align: center
}

.video-gallery .overlay-gallery .icon-holder .icon {
    position: relative
}

.video-gallery .overlay-gallery .icon-holder .icon i:before {
    margin: 0;
    color: #fff;
    font-size: 30px
}

.video-gallery .overlay-gallery .icon-holder .icon a {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 66px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: scale(1);
    transition: all .5s ease 0s
}

.video-gallery .overlay-gallery .icon-holder .icon a:hover {
    border: 3px solid #cda274;
    background: #cda274
}

.video-section .title {
    position: relative;
    display: block;
    font-size: 80px;
    line-height: 90px;
    font-family: 'Playfair Display', sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 59px
}

.news-section .sec-title, .news-section .title-text {
    text-align: left
}

.news-section .title-text:before {
    left: 0;
    margin-left: 0;
    animation: inherit
}

.news-section .single-item {
    position: relative;
    transition: all .5s ease
}

.news-section .single-item:hover {
    box-shadow: 0 15px 30px #e1e6eb
}

.news-section .single-item .lower-content {
    position: relative;
    padding: 29px 15px 40px 39px;
    border: 1px solid #e1e6eb;
    border-top: none
}

.news-section .single-item .lower-content h3 a {
    display: inline-block;
    line-height: 40px;
    margin-bottom: 3px
}

.news-section .single-item .lower-content .meta-content {
    margin-bottom: 12px
}

.news-section .single-item .lower-content .meta-content li {
    position: relative;
    display: inline-block;
    margin-right: 14px
}

.news-section .single-item .lower-content .meta-content li a {
    font-size: 16px;
    color: #0f3a4a
}

.news-section .single-item .lower-content .meta-content li a:hover {
    color: #cda274
}

.news-section .single-item .lower-content .meta-content li:last-child {
    margin-right: 0
}

.news-section .single-item .lower-content .meta-content li span {
    font-size: 16px;
    color: #cda274
}

.news-section .single-item .lower-content .text {
    margin-bottom: 19px
}

.news-section .single-item .lower-content .theme-btn-three {
    padding: 12px 30px 10px 30px
}

.news-section .top-title .top-link {
    position: relative;
    float: right;
    margin-bottom: 31px
}

.news-section .top-title .top-link a {
    font-weight: 600
}

.news-section .title-text {
    margin-bottom: -21px
}

.news-section .single-item .image {
    position: relative;
    overflow: hidden
}

.news-section .single-item .image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 8;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(13, 41, 51, .8)
}

.news-section .single-item img {
    width: 100%;
    -webkit-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.news-section .single-item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.news-section .single-item .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    z-index: 10
}

.news-section .single-item:hover .image:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0)
}

.news-section .single-item:hover .overlay {
    opacity: 1
}

.news-section .single-item .overlay a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #cda274;
    background: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0 3px
}

.news-section .single-item .overlay a:hover {
    background: #cda274;
    color: #fff
}

.news-section .single-item .overlay .content {
    display: table-cell;
    vertical-align: middle
}

.news-section .single-item .overlay-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0
}

.google-map-section {
    position: relative
}

.google-map-area {
    position: relative
}

#contact-google-map {
    height: 518px;
    width: 100%
}

.google-map-section .map-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.google-map-section .map-content .content {
    position: relative;
    width: 470px;
    background: #0d2933;
    padding: 10px 40px 30px 40px
}

.google-map-section .map-content .form-group {
    margin-bottom: 0
}

.google-map-section .map-content .form-group input[type=email], .google-map-section .map-content .form-group input[type=text], .google-map-section .map-content .form-group textarea {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #213338;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 16px;
    color: #93989f;
    border: 1px solid #213338;
    margin-bottom: 32px;
    transform: all .5s ease
}

.google-map-section .map-content .form-group textarea {
    height: 150px;
    resize: none;
    border-radius: 10px;
    margin-bottom: 28px
}

.google-map-section .map-content .form-group input:focus, .google-map-section .map-content .form-group textarea:focus {
    border: 1px solid #93989f
}

.google-map-section .map-content h3 {
    position: relative;
    color: #fff;
    margin-bottom: 35px
}

.google-map-section .map-content .h3 {
    position: relative;
    color: #fff;
    margin-bottom: 35px
}

.google-map-section .map-content .theme-btn {
    padding: 10px 37px 10px 37px
}

.main-footer {
    position: relative;
    background: #0a1f26;
    padding: 119px 0 74px 0
}

.main-footer .footer-title {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    font-family: Philosopher, sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px
}

.main-footer .service-widget li a {
    position: relative;
    display: block;
    font-size: 16px;
    margin-bottom: 14px
}

.main-footer .footer-logo {
    position: relative;
    margin-bottom: 20px
}

.main-footer .logo-widget p {
    margin-bottom: 30px
}

.main-footer .logo-widget {
    margin-top: -10px
}

.main-footer .service-widget {
    margin-left: 40px
}

.main-footer .contact-widget {
    margin-left: 10px
}

.main-footer .contact-widget .footer-social li {
    display: inline-block;
    margin-right: 23px
}

.main-footer .contact-widget .footer-social li a {
    font-size: 15px
}

.main-footer .contact-widget .text {
    margin-bottom: 13px;
    color: #9b9fa8
}

.main-footer .contact-widget .phone {
    margin-bottom: 10px
}

.main-footer .contact-widget .mail {
    margin-bottom: 13px
}

.main-footer .newsletter-widget .text {
    margin-bottom: 21px;
    color: #9b9fa8
}

.footer-nav li {
    color: #9b9fa8
}

.form-group {
    margin-bottom: 0
}

.main-footer .newsletter-widget .form-group {
    position: relative
}

.main-footer .newsletter-widget .form-group input[type=email] {
    position: relative;
    width: 65%;
    height: 50px;
    background: #23363c;
    border-radius: 30px;
    padding: 10px 30px 10px 20px;
    color: #aaacb3;
    border: 1px solid #23363c;
    transition: all .5s ease
}

.main-footer .newsletter-widget .form-group button:hover, .main-footer .newsletter-widget .form-group input[type=email]:focus + button {
    background: #cc9152
}

.main-footer .newsletter-widget .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    width: 141px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    background: #cda274;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    cursor: pointer;
    transition: all .5s ease
}

.main-footer .newsletter-widget .form-group input[type=email]:focus {
    border: 1px solid #cc9152
}

.main-footer .newsletter-widget {
    margin-left: 30px
}

.footer-bottom {
    position: relative;
    background: #07151a;
    padding: 21px 0 24px 0
}

.footer-bottom .copyright a,
.footer-bottom .copyright span {
    color: #cda274;
    font-size: 16px
}

.footer-bottom .copyright a:hover {
    color: #b2b3ba
}

.footer-bottom .footer-nav {
    position: relative;
    text-align: right
}

.footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    padding-right: 18px;
    margin-right: 12px
}

.footer-bottom .footer-nav li:last-child {
    padding-right: 0;
    margin-right: 0
}

.footer-bottom .footer-nav li:before {
    position: absolute;
    content: '';
    background: #b2b3ba;
    width: 2px;
    height: 16px;
    top: 8px;
    right: 0
}

.footer-bottom .footer-nav li:last-child:before {
    display: none
}

.footer-bottom .footer-nav li a {
    font-size: 16px
}

.header-style-two .header-top {
    background: #fff;
    padding: 5px 0 9px 0
}

.header-style-two .header-top .left-content li a {
    color: #0f3a4a
}

.header-style-two .header-top .right-content .social-box li a {
    color: #0f3a4a
}

.header-style-two .header-top .left-content li a:hover, .header-style-two .header-top .right-content .social-box li a:hover {
    color: #cda274
}

.header-style-two .header-top .right-content .social-box li:last-child a {
    margin-right: 0
}

.header-style-two .header-bottom {
    background: #0d2933;
    padding: 0
}

.header-style-two .menu-area .link:before {
    background: rgba(255, 255, 255, .4)
}

.header-style-two .main-menu .navigation > li > a {
    color: #fff
}

.header-style-two .main-menu .navigation > li.current > a, .header-style-two .main-menu .navigation > li > a:hover {
    color: #cda274
}

.header-style-two .sticky-header .main-menu .navigation > li > a {
    color: #0f3a4a
}

.header-style-two .sticky-header .main-menu .navigation > li.current > a, .header-style-two .sticky-header .main-menu .navigation > li > a:hover {
    color: #fff
}

.slider-style-two .slider-wrapper .image img {
    min-height: 780px
}

.slider-style-two .content-box {
    position: relative
}

.slider-style-two .slider-caption {
    margin-top: -15px
}

.slider-style-two .filter-content {
    position: absolute;
    top: -138px;
    right: 0;
    background: #fff;
    width: 370px;
    border-radius: 5px
}

.filter-content .content {
    padding: 21px 40px 50px 50px
}

.filter-content .single-item .form-group input, .filter-content .single-item .form-group select {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 60px;
    border: 1px solid #e1e6eb;
    color: #9b9fa6;
    border-radius: 30px;
    margin-bottom: 14px;
    padding: 10px 15px 10px 15px;
    transition: all .5s ease
}

.room-sidebar .filter-content .ui-selectmenu-button.ui-button, .slider-wrapper .filter-content .ui-selectmenu-button.ui-button {
    max-width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 14px
}

.filter-content .single-item .form-group input:focus, .filter-content .single-item .form-group select:focus {
    border: 1px solid #cda274
}

.filter-content .single-item .form-group label {
    position: relative;
    display: block;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #0d2933;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 3px
}

.filter-content .title {
    position: relative;
    display: block;
    background: #faf5f0;
    padding: 17px 30px 20px 50px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.filter-content .title h3 {
    font-weight: 700
}

.filter-content .single-item .form-group {
    position: relative
}

.filter-content .single-item .form-group i {
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 1
}

.filter-content .single-item .form-group .link {
    margin-top: 5px
}

.filter-content .single-item .form-group .link .theme-btn {
    width: 100%
}

.filter-content .ui-selectmenu-button .ui-icon {
    background: 0 0;
    position: relative;
    top: 5px;
    right: 4px;
    text-indent: 0;
    display: block;
    float: right
}

button.theme-btn {
    padding: 11px 55px 9px 55px
}

.slider-style-two .slide-nav .owl-dots {
    display: block !important;
    position: absolute;
    left: 50%;
    bottom: 25px;
    margin-left: -30px
}

.owl-theme .owl-controls {
    margin-top: -30px
}

.slider-style-two .slide-nav .owl-nav {
    display: none
}

.about-style-two {
    padding: 120px 0 0 0
}

.about-style-two .about-content .link {
    margin-top: 11px
}

.about-style-two .img-box {
    position: relative;
    padding-left: 20px;
    margin-bottom: -111px
}

.about-style-two .about-content {
    margin-top: 2px
}

.service-style-two {
    padding: 219px 0 120px 0
}

.service-style-two .tab-title li {
    width: 100%;
    float: none;
    margin-bottom: 10px
}

.service-style-two .tab-title li:last-child {
    margin-bottom: 0
}

.service-style-two .tab-title li.active .single-btn:before {
    left: 100%;
    bottom: 50%;
    margin-bottom: -15px;
    margin-left: -22px
}

.service-style-two .tab-details-content .img-box {
    margin-right: 0
}

.service-style-two .tab-details-content .single-tab-content {
    position: relative;
    margin-left: 20px
}

.service-style-two .tab-details-content .single-tab-content .content-box {
    position: absolute;
    width: 65%;
    background: #cda274;
    right: 0;
    bottom: 0;
    padding: 45px 25px 31px 40px
}

.service-style-two .tab-details-content .single-tab-content .content-box p {
    color: #fff
}

.service-style-two .tab-details-content .single-tab-content .content-box .title {
    position: relative;
    font-size: 30px;
    font-family: 'Playfair Display', sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 28px
}

.service-style-two .tab-title li .single-btn {
    width: 100%;
    height: 100%;
    padding: 36px 15px 19px 15px
}

.service-style-two .tab-title .single-btn .icon-box i:before {
    margin-bottom: 13px
}

.service-style-two .tab-title {
    margin-right: -20px;
    margin-bottom: 0
}

.service-style-two .top-title {
    margin-bottom: 38px
}

.service-style-two .sec-title.left {
    padding-bottom: 32px
}

.video-style-two:before {
    background: rgba(6, 20, 25, .6)
}

.discover-section .owl-theme .owl-controls {
    text-align: center;
    margin-top: 70px
}

.discover-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
    margin: 0 10px
}

.discover-section .single-item {
    position: relative
}

.discover-section .single-item .img-box {
    position: relative;
    overflow: hidden
}

.discover-section .single-item .img-box img {
    width: 100%;
    transition: all 5s ease;
    transform: scale(1)
}

.discover-section .single-item:hover .img-box img {
    transform: scale(1.3)
}

.discover-section .single-item .title {
    position: absolute;
    left: 30px;
    bottom: 21px;
    z-index: 9
}

.discover-section .single-item .title a {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-family: Philosopher, sans-serif;
    font-weight: 700;
    color: #fff
}

.discover-section .single-item .title a:hover {
    color: #cda274
}

.overlay-style-two .single-item .image {
    position: relative;
    overflow: hidden
}

.overlay-style-two .single-item .image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 8;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(13, 41, 51, .8)
}

.overlay-style-two .single-item img {
    width: 100%;
    -webkit-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.overlay-style-two .single-item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.overlay-style-two .single-item .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    z-index: 10
}

.overlay-style-two .single-item:hover .image:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0)
}

.overlay-style-two .single-item:hover .overlay {
    opacity: 1
}

.overlay-style-two .single-item .overlay a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    color: #fff
}

.page-title {
    position: relative;
    width: 100%;
    padding: 30px 0 22px 0;
    background-size: cover;
    background-repeat: no-repeat
}

.page-title:before {
    position: absolute;
    content: '';
    background: rgba(23, 27, 39, .6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.page-title .content-box .title {
    position: relative;
    font-size: 44px;
    font-family: Philosopher, sans-serif;
    line-height: 52px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 4px
}

.page-title .content-box .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #cda274;
    padding-right: 13px;
    margin-right: 3px
}

.page-title .content-box .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0
}

.page-title .content-box .bread-crumb li:first-child:before {
    position: absolute;
    content: '\f105';
    font-family: FontAwesome;
    font-size: 15px;
    color: #fff;
    top: 1px;
    right: 0
}

.page-title .content-box .bread-crumb li a {
    font-size: 15px;
    color: #fff
}

.page-title .content-box .bread-crumb li a:hover {
    color: #cda274
}

.fact-counter {
    position: relative;
    padding: 100px 0
}

.fact-counter .single-item {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e1e6eb;
    padding: 54px 15px 66px 15px;
    transition: all .5s ease
}

.fact-counter .single-item:hover {
    background: #cda274;
    border: 1px solid #cda274
}

.fact-counter .single-item .icon-box {
    margin-bottom: 16px
}

.fact-counter .single-item .icon-box i:before {
    font-size: 44px;
    color: #cda274;
    margin: 0;
    transition: all .5s ease
}

.fact-counter .single-item:hover .count-outer span, .fact-counter .single-item:hover .icon-box i:before, .fact-counter .single-item:hover .text {
    color: #fff
}

.fact-counter .single-item .count-outer span {
    position: relative;
    display: inline-block;
    font-size: 44px;
    font-family: Philosopher, sans-serif;
    font-weight: 700;
    color: #0f3a4a;
    margin-bottom: 32px;
    transition: all .5s ease
}

.fact-counter .single-item .text {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #9b9fa6;
    transition: all .5s ease
}

.room-grid .single-item {
    margin-bottom: 50px
}

.room-grid .link-btn {
    margin-top: 20px
}

.single-room-list .content-box .left-content {
    position: relative;
    display: inline-block;
    border-right: 1px solid #e1e6eb;
    padding: 7px 25px 35px 30px;
    max-width: 568px
}

.single-room-list .content-box .left-content .rating {
    margin-bottom: 3px
}

.single-room-list .content-box .left-content .rating li {
    display: inline-block;
    font-size: 16px;
    color: #d2d5d6;
    margin-right: 2px
}

.single-room-list .content-box .left-content .info-box li {
    display: inline-block;
    margin-right: 16px
}

.single-room-list .content-box .left-content .info-box li i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e2e6eb;
    text-align: center;
    border-radius: 50%
}

.single-room-list .content-box .left-content .info-box li i:before {
    margin: 0;
    color: #9b9fa6;
    font-size: 20px
}

.single-room-list .content-box .left-content .text {
    margin-bottom: 25px;
    line-height: 26px
}

.single-room-list {
    position: relative;
    margin-bottom: 30px
}

.single-room-list .content-box {
    position: relative;
    border: 1px solid #e1e6eb;
    border-left: none;
    margin-left: -30px
}

.single-room-list .img-box {
    position: relative;
    overflow: hidden
}

.single-room-list .img-box img {
    width: 100%;
    transform: scale(1);
    transition: all 5s ease
}

.single-room-list:hover .img-box img {
    transform: scale(1.3)
}

.single-room-list .content-box .left-content h3 a {
    display: inline-block;
    margin-bottom: 16px
}

.single-room-list .content-box .left-content .h3 a {
    display: inline-block;
    margin-bottom: 16px
}

.single-room-list .content-box .right-content {
    position: relative;
    display: inline-block;
    float: right;
    width: 230px;
    text-align: center;
    padding: 49px 10px 49px 10px
}

.single-room-list .content-box .right-content .price {
    position: relative;
    background: #fff;
    width: 90px;
    height: 90px;
    font-size: 26px;
    font-family: Philosopher, sans-serif;
    font-weight: 700;
    color: #0f3a4a;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 50%;
    box-shadow: 0 5px 40px rgba(155, 159, 166, .3);
    padding: 19px 0 15px 0;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transition: all .5s ease
}

.single-room-list .content-box .right-content .price span {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
    font-family: Lato, sans-serif;
    font-style: italic;
    color: #9b9fa6
}

.single-room-list .content-box .right-content .link .theme-btn {
    padding: 13px 34px 13px 33px
}

.room-list .link-btn {
    margin-top: 70px
}

.room-details {
    padding: 20px 0 20px
}

.room-details .room-details-content .contnt-style-one h2 {
    margin-bottom: 4px
}

.room-details .room-details-content .contnt-style-one .h2 {
    margin-bottom: 4px
}

.room-details .room-details-content .contnt-style-one .rating {
    margin-bottom: 42px
}

.room-details .room-details-content .contnt-style-one .rating li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-right: 2px;
    color: #d2d5d6
}

.room-details .room-details-content .contnt-style-one .rating li:last-child {
    margin-right: 0
}

.room-details .room-details-content .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 42%;
    background: #fff;
    border: 1px solid #fff;
    color: #9b9fa6
}

.room-details .room-details-content .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #0d2933;
    border: 1px solid #0d2933;
    color: #cda274
}

.room-details .room-details-content .owl-theme .owl-controls .owl-nav .owl-next {
    right: 30px
}

.room-details .room-details-content .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 30px
}

.room-details .room-details-content .owl-theme .owl-controls {
    margin-top: 0
}

.room-details .room-details-content .img-list li {
    position: relative;
    display: inline-block;
    float: left;
    overflow: hidden;
    max-width: 120px;
    margin-right: 10px
}

.room-details .room-details-content .img-list li:last-child {
    margin-right: 0
}

.room-details .room-details-content .img-list li img {
    width: 100%
}

.room-details .room-details-content .single-item-carousel {
    margin-bottom: 10px
}

.room-details .room-details-content .img-list {
    margin-bottom: 43px
}

.room-details .room-details-content .contnt-style-one .text p {
    line-height: 26px;
    margin-bottom: 26px
}

.room-details .room-details-content .contnt-style-one {
    margin-bottom: 66px
}

.room-details .room-details-content .content-style-two .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto
}

.room-details .room-details-content .content-style-two table {
    position: relative;
    border: 1px solid #e5e5e5;
    width: 100%
}

.room-details .room-details-content .content-style-two table td {
    position: relative;
    width: 25%;
    padding: 32px 15px 33px 45px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5
}

.room-details .room-details-content .content-style-two table .icon-box {
    position: relative;
    display: inline-block;
    top: 4px
}

.room-details .room-details-content .content-style-two table .icon-box i:before {
    font-size: 30px;
    color: #cda274;
    margin: 0
}

.room-details .room-details-content .content-style-two table .table-text {
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-left: 14px
}

.room-details .room-details-content .content-style-two h3 {
    margin-bottom: 16px
}

.room-details .room-details-content .content-style-two .text {
    margin-bottom: 43px;
    line-height: 26px
}

.room-details .room-sidebar {
    margin-top: 13px
}

.room-details .room-sidebar .filter-content {
    border: 1px solid #e5e5e5;
    border-radius: 5px
}

.room-details .room-sidebar .filter-content .title {
    padding: 16px 30px 18px 50px
}

.room-details .room-sidebar .filter-content .content {
    padding: 23px 40px 49px 50px
}

.room-details .similar-room {
    padding-top: 60px
}

.room-details .sec-title.left {
    margin-bottom: 50px;
    padding-bottom: 23px
}

.gallery-page {
    padding: 108px 0 120px 0
}

.gallery-page .inner-box {
    position: relative;
    margin-bottom: 30px
}

.gallery-page .filter-tabs {
    position: relative;
    margin-bottom: 45px
}

.inner-box .content a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #cda274;
    background: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0 3px
}

.inner-box .content a:hover {
    background: #cda274;
    color: #fff
}

.gallery-page .filter-tabs li {
    position: relative;
    display: inline-block;
    margin: 5px 15px;
    padding-bottom: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all .5s ease
}

.gallery-page .filter-tabs li.active, .gallery-page .filter-tabs li:hover {
    color: #0d2933
}

.gallery-page .filter-tabs li.active::before, .gallery-page .filter-tabs li:hover::before {
    margin-top: -17px;
    opacity: 1;
    bottom: auto;
    visibility: visible
}

.gallery-page .filter-tabs li:before {
    position: absolute;
    content: '';
    left: 50%;
    margin-top: -40px;
    width: 7px;
    height: 7px;
    opacity: 0;
    visibility: hidden;
    margin-left: -6px;
    border-radius: 50px;
    background-color: #0d2933;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.gallery-page .filter-tabs li .dots:before {
    position: absolute;
    content: '';
    left: -3px;
    top: 0;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: #0d2933
}

.gallery-page .filter-tabs li .dots:after {
    position: absolute;
    content: '';
    right: 3px;
    top: 0;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: #0d2933
}

.gallery-page .filter-tabs li.active .dots, .gallery-page .filter-tabs li:hover .dots {
    margin-top: -47px;
    opacity: 1;
    visibility: visible
}

.gallery-page .filter-tabs li .dots {
    position: absolute;
    content: '';
    left: 50%;
    margin-top: -28px;
    width: 31px;
    opacity: 0;
    visibility: hidden;
    margin-left: -15px;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.place-section {
    padding: 120px 0 90px 0
}

.single-place-content {
    position: relative;
    margin-bottom: 30px
}

.single-place-content .text {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 9
}

.single-place-content .img-box {
    position: relative;
    overflow: hidden
}

.single-place-content .img-box img {
    width: 100%;
    transition: all 5s ease;
    transform: scale(1)
}

.single-place-content:hover .img-box img {
    transform: scale(1.3)
}

.single-place-content h3 {
    line-height: 30px
}

.single-place-content h3 a {
    position: relative;
    color: #fff;
    line-height: 30px
}

.single-place-content h3 a:hover {
    color: #cda274
}

.place-details {
    padding: 120px 0 90px 0
}

.place-details .content-style-one .img-box {
    margin-bottom: 57px
}

.place-details .content-style-one .img-box img {
    width: 100%
}

.place-details .content-style-one h2 {
    margin-bottom: 23px
}

.place-details .content-style-one .text p {
    margin-bottom: 30px
}

.place-details .content-style-one {
    margin-bottom: 61px
}

.place-details .content-style-two .img-box img {
    width: 100%
}

.place-details .content-style-two .text {
    margin-top: 61px
}

.place-details .content-style-two {
    margin-bottom: 40px
}

.place-details .similar-place .sec-title.left {
    padding-bottom: 23px;
    margin-bottom: 50px
}

.service-style-three {
    position: relative;
    padding: 120px 0 90px 0
}

.service-style-three .single-item {
    position: relative;
    display: block;
    max-width: 270px;
    margin-bottom: 30px
}

.service-style-three .single-item .content-box {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e1e6eb;
    padding: 140px 15px 122px 15px;
    transition: all 1.5s ease
}

.service-style-three .single-item:hover .content-box {
    background: 0 0;
    border: 1px solid transparent
}

.service-style-three .single-item .content-box .icon-box {
    margin-bottom: 15px
}

.service-style-three .single-item .content-box .icon-box i:before {
    font-size: 42px;
    color: #cda274;
    margin: 0
}

.service-style-three .single-item .content-box .text a {
    position: relative;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #9b9fa6;
    line-height: 30px;
    font-weight: 600;
    transition: all .5s ease
}

.service-style-three .single-item:hover .content-box .text a {
    color: #fff
}

.service-style-three .single-item .img-box {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 1.5s ease
}

.service-style-three .single-item .img-box:after {
    position: absolute;
    content: '';
    background: rgba(13, 41, 51, .85);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.service-style-three .single-item .img-box img {
    width: 100%;
    transition: all 5s ease;
    transform: scale(1)
}

.service-style-three .single-item:hover .img-box img {
    transform: scale(1.3)
}

.single-dishes-content {
    position: relative;
    display: block
}

.single-dishes-content .img-box img {
    width: 100%;
    transform: scale(1);
    transition: all 5s ease
}

.single-dishes-content:hover .img-box img {
    transform: scale(1.3)
}

.single-dishes-content .content-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 0 20px 20px;
    z-index: 9
}

.single-dishes-content .content-box h3 {
    line-height: 30px
}

.single-dishes-content .content-box h3 a {
    display: inline-block;
    color: #fff;
    line-height: 30px
}

.single-dishes-content .content-box h3 a:hover {
    color: #cda274
}

.single-dishes-content .content-box .price {
    position: absolute;
    bottom: 18px;
    right: 19px;
    display: inline-block;
    float: right;
    font-size: 26px;
    font-family: Philosopher, sans-serif;
    color: #cda274;
    font-weight: 700;
    line-height: 35px
}

.video-style-three {
    padding: 140px 0
}

.video-style-three:before {
    background: rgba(15, 58, 74, .6)
}

.resturent-menu {
    position: relative
}

.resturent-menu .title-text {
    margin-bottom: 77px
}

.resturent-menu .single-menu-content {
    position: relative;
    padding: 0 0 31px 130px;
    margin-bottom: 32px;
    border-bottom: 2px dashed #ededed
}

.resturent-menu .column:last-child .menu-content .single-menu-content:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.resturent-menu .column:first-child .menu-content .single-menu-content:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.resturent-menu .single-menu-content .img-box {
    position: absolute;
    left: 0;
    top: -2px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%
}

.resturent-menu .single-menu-content .img-box img {
    width: 100%;
    border-radius: 50%;
    transform: scale(1);
    transition: all .5s ease
}

.resturent-menu .single-menu-content:hover .img-box img {
    transform: scale(1.1)
}

.resturent-menu .single-menu-content .link {
    display: inline-block;
    margin-bottom: 7px
}

.resturent-menu .single-menu-content .link a {
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #0f3a4a
}

.resturent-menu .single-menu-content .link a:hover {
    color: #cda274
}

.resturent-menu .single-menu-content .price {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 22px;
    font-weight: 600;
    color: #cda274
}

.resturent-menu .column:first-child .menu-content {
    margin-right: 15px
}

.resturent-menu .column:last-child .menu-content {
    margin-left: 15px
}

.reservation-section {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.reservation-section:before {
    position: absolute;
    content: '';
    background: rgba(23, 27, 39, .6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.default-form .form-group {
    position: relative;
    margin-bottom: 0
}

.default-form .form-group input[type=email], .default-form .form-group input[type=number], .default-form .form-group input[type=password], .default-form .form-group input[type=text], .default-form .form-group textarea {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #e1e6eb;
    border-radius: 30px;
    background: #fff;
    color: #9b9fa6;
    padding: 10px 20px;
    margin-bottom: 12px;
    transition: all .5s ease
}

.default-form .form-group textarea {
    resize: none;
    height: 100px;
    border-radius: 10px;
    margin-bottom: 11px
}

.default-form .form-group label {
    position: relative;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #0f3a4a;
    margin-bottom: 1px
}

.default-form .form-group input:focus, .default-form .form-group textarea:focus {
    border: 1px solid #cda274
}

.reservation-section .content-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 5px
}

.reservation-section .content-box .default-form {
    padding: 21px 40px 40px 50px
}

.reservation-section .content-box .title {
    background: #faf5f0;
    padding: 3px 24px 10px 35px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.reservation-section .default-form .form-group button.theme-btn {
    width: 100%
}

.spa-section {
    padding: 120px 0 101px 0
}

.spa-section .img-box img {
    width: 100%
}

.spa-section .content-style-one .title {
    position: relative;
    margin: 57px 0 23px 0
}

.spa-section .content-style-one {
    display: inline-block;
    margin-bottom: 31px
}

.spa-section .content-style-one .text p {
    margin-bottom: 30px
}

.spa-section .content-style-two .text {
    margin-top: 61px
}

.testimonial-page {
    padding: 120px 0 90px 0
}

.testimonial-page .testimonial-content .title a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #9b9fa6;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0
}

.testimonial-page .testimonial-content .title a:hover {
    color: #cda274
}

.offer-section {
    padding: 120px 0 90px 0
}

.single-offer-content {
    position: relative;
    margin-bottom: 30px
}

.single-offer-content .img-box {
    position: relative;
    overflow: hidden
}

.single-offer-content .img-box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 1))
}

.single-offer-content .img-box img {
    width: 100%;
    transform: scale(1);
    transition: all 5s ease
}

.single-offer-content:hover .img-box img {
    transform: scale(1.3)
}

.single-offer-content .text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 26px 30px
}

.single-offer-content .text h3 {
    line-height: 30px
}

.single-offer-content .text h3 a {
    color: #fff;
    line-height: 30px
}

.single-offer-content .text .h3 a {
    color: #fff;
    line-height: 30px
}

.single-offer-content .text h3 a:hover {
    color: #cda274
}

.staffs-section {
    padding: 120px 0 50px 0
}

.single-staffs-content {
    position: relative;
    margin-bottom: 70px
}

.single-staffs-content .img-box {
    position: relative;
    overflow: hidden;
    background: #e6eaeb
}

.single-staffs-content .img-box img {
    width: 100%;
    transform: scale(1);
    transition: all .5s ease
}

.single-staffs-content:hover .img-box img {
    transform: scale(1.1)
}

.single-staffs-content .lower-content {
    padding: 23px 0 0 0
}

.single-staffs-content .lower-content a {
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    color: #0f3a4a;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0
}

.single-staffs-content .lower-content a:hover {
    color: #cda274
}

.single-staffs-content .lower-content .title {
    margin-bottom: 21px
}

.single-staffs-content .lower-content .social li {
    position: relative;
    display: inline-block;
    margin: 0 5px
}

.single-staffs-content .lower-content .social li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #f0f1f5;
    color: #848484;
    border-radius: 50%
}

.single-staffs-content .lower-content .social li a:hover {
    color: #fff;
    background: #cda274
}

.error-section {
    position: relative;
    padding: 78px 0 96px 0
}

.error-section .error-title {
    position: relative;
    display: inline-block;
    font-size: 200px;
    line-height: 200px;
    font-family: Montserrat, sans-serif;
    color: #0f3a4a;
    font-weight: 700;
    margin-bottom: 20px
}

.error-section .error-text {
    position: relative;
    font-size: 44px;
    line-height: 52px;
    font-family: Philosopher, sans-serif;
    color: #888;
    font-weight: 800;
    margin-bottom: 21px
}

.error-section .text a {
    color: #cda274
}

.error-section .text a:hover {
    color: #0f3a4a
}

.blog-classic .single-item {
    margin-bottom: 50px
}

.blog-details-content .img-box img {
    width: 100%
}

.blog-details-content .content-style-one .img-box {
    margin-bottom: 40px
}

.blog-details-content .content-style-one p {
    margin-bottom: 30px
}

.blog-details-content .content-style-one {
    padding-bottom: 11px
}

.blog-details-content .content-style-two .text {
    margin-top: 13px;
    margin-bottom: 34px
}

.blog-details-content .content-style-two .img-box {
    margin-bottom: 28px
}

.blog-details-content .post-share li {
    position: relative;
    display: inline-block;
    margin-right: 6px
}

.blog-details-content .post-share li:last-child {
    margin-right: 0
}

.blog-details-content .post-share li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #e2e7ec;
    color: #848484;
    border-radius: 50%
}

.blog-details-content .post-share li a:hover {
    background: #cda274;
    border: 1px solid #cda274;
    color: #fff
}

.blog-details-content .post-share {
    padding-top: 7px;
    margin-bottom: 60px
}

.blog-details-content .comment-area {
    padding-bottom: 40px
}

.blog-details-content .comment-area h3 {
    margin-bottom: 36px
}

.blog-details-content .comment-area .single-comment {
    position: relative;
    padding: 0 0 0 112px;
    margin-bottom: 33px
}

.blog-details-content .comment-area .single-comment .thumb-box {
    position: absolute;
    left: 0;
    top: 7px
}

.blog-details-content .comment-area .single-comment .comment-title {
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #0f3a4a
}

.blog-details-content .comment-area .single-comment .replay {
    position: absolute;
    top: 9px;
    right: 0
}

.blog-details-content .comment-area .single-comment .replay a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #0f3a4a;
    line-height: 26px;
    border: 1px solid #e1e6eb;
    border-radius: 30px;
    padding: 7px 29px 10px 29px
}

.blog-details-content .comment-area .single-comment .replay a:hover {
    border: 1px solid #cda274;
    background: #cda274;
    color: #fff
}

.blog-details-content .comment-area .single-comment .comment-time {
    display: inline-block;
    margin-bottom: 9px;
    margin-top: -3px
}

.blog-details-content .comment-area .single-comment .content-box {
    position: relative;
    border-bottom: 1px solid #e1e6eb;
    padding-bottom: 31px
}

.blog-details-content .comment-area .single-comment.replay .content-box {
    border-bottom: none;
    padding-bottom: 0
}

.blog-details-content .comment-area .single-comment.replay {
    margin-left: 106px
}

.blog-details-content .comment-form h3 {
    margin-bottom: 43px
}

.blog-details-content .comment-form .form-group {
    margin-bottom: 0
}

.blog-details-content .comment-form .form-group input[type=email], .blog-details-content .comment-form .form-group input[type=text], .blog-details-content .comment-form .form-group textarea {
    position: relative;
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    border: 1px solid #e1e6eb;
    font-size: 16px;
    margin-bottom: 30px;
    transition: all .5s ease
}

.blog-details-content .comment-form .form-group textarea {
    resize: none;
    height: 170px;
    margin-bottom: 21px
}

.blog-details-content .comment-form .form-group input:focus, .blog-details-content .comment-form .form-group textarea:focus {
    border: 1px solid #cda274
}

.blog-details-content .comment-form button.theme-btn {
    padding: 14px 48px 16px 48px
}

.sidebar .sidebar-search {
    margin-bottom: 30px
}

.sidebar .sidebar-search .form-group {
    position: relative;
    margin-bottom: 0
}

.sidebar .sidebar-search .form-group input[type=search] {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid #e1e6eb;
    font-size: 16px;
    transition: all .5s ease
}

.sidebar .sidebar-search .form-group input[type=search]:focus {
    border: 1px solid #cda274
}

.sidebar .sidebar-search .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #cda274;
    font-size: 15px;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.sidebar .sidebar-widget {
    position: relative;
    border: 1px solid #e1e6eb;
    padding: 31px 38px 16px 39px;
    margin-bottom: 30px
}

.sidebar .sidebar-widget .sidebar-title {
    margin-bottom: 17px
}

.sidebar .sidebar-post .single-post {
    position: relative;
    padding: 0 0 0 105px;
    margin-bottom: 28px
}

.sidebar .sidebar-post .single-post .post-thumb {
    position: absolute;
    left: 0;
    top: 6px;
    overflow: hidden;
    width: 85px;
    height: 85px
}

.sidebar .sidebar-post .single-post .post-thumb img {
    width: 100%;
    transition: all .5s ease;
    transform: scale(1)
}

.sidebar .sidebar-post .single-post:hover .post-thumb img {
    transform: scale(1.1)
}

.sidebar .sidebar-post .single-post .text a {
    position: relative;
    display: block;
    font-size: 18px;
    font-family: Philosopher, sans-serif;
    line-height: 26px;
    font-weight: 400;
    color: #0f3a4a;
    margin-bottom: 5px
}

.sidebar .sidebar-post .single-post .text a:hover {
    color: #cda274
}

.sidebar .sidebar-categories .categories-list li {
    position: relative;
    display: block;
    margin-bottom: 11px
}

.sidebar .sidebar-categories .categories-list li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #9b9fa6;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e6eb
}

.sidebar .sidebar-archives .archives-list li a:hover, .sidebar .sidebar-categories .categories-list li a:hover, .sidebar .sidebar-categories .categories-list li a:hover:before {
    color: #cda274
}

.sidebar .sidebar-categories .categories-list li a:before {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    color: #9b9fa6;
    top: 0;
    right: 0;
    transition: all .5s ease
}

.sidebar .sidebar-categories .categories-list li:last-child a {
    border-bottom: none
}

.sidebar .sidebar-archives .archives-list li {
    position: relative;
    display: block;
    margin-bottom: 11px
}

.sidebar .sidebar-archives .archives-list li a {
    display: inline-block;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #9b9fa6;
    line-height: 26px
}

.sidebar .sidebar-widget.sidebar-archives .sidebar-title {
    margin-bottom: 22px
}

.sidebar .sidebar-widget.sidebar-archives {
    padding: 32px 38px 22px 39px
}

.contact-info {
    padding: 117px 0 94px 0
}

.contact-info .single-item {
    position: relative;
    padding: 0 0 0 65px
}

.contact-info .single-item:before {
    position: absolute;
    content: '';
    background: #e1e6eb;
    width: 1px;
    height: 100px;
    top: -26px;
    left: -43px
}

.contact-info .column:first-child .single-item:before {
    display: none
}

.contact-info .single-item .icon-box i:before {
    font-size: 45px;
    color: #cda274;
    margin: 0;
    transition: all .5s ease
}

.contact-info .single-item:hover .icon-box i:before {
    color: #0f3a4a
}

.contact-info .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 11px
}

.contact-info .single-item .text {
    color: #0f3a4a;
    line-height: 26px
}

.contact-section .default-form .form-group input[type=email], .contact-section .default-form .form-group input[type=text], .contact-section .default-form .form-group textarea {
    border: 1px solid transparent;
    border-radius: 0;
    height: 54px;
    margin-bottom: 30px
}

.contact-section .default-form .form-group textarea {
    height: 150px;
    margin-bottom: 31px
}

.contact-section .default-form .form-group input:focus, .contact-section .default-form .form-group textarea:focus {
    border: 1px solid #cda274
}

.contact-section .title {
    margin-bottom: 42px
}

.contact-section button.theme-btn {
    padding: 13px 50px 11px 51px
}

.google-map-section {
    position: relative
}

#contact-google-map {
    position: relative;
    width: 100%;
    height: 500px
}

.dropbtn {
    color: #b2b3ba;
    border: none;
    padding: 0 16px;
    background-color: #0d2933;
    font-family: 'Source Sans Pro', sans-serif
}

.header-top .right-content .social-box li .dropdown-content a {
    color: #b2b3ba
}

.dropbtn:after {
    content: "\f0d7";
    font-family: FontAwesome;
    margin-left: 3px
}

.dropdown-language {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1000
}

.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    color: #b2b3ba;
    background-color: #0d2933;
    font-family: 'Source Sans Pro', sans-serif
}

.dropdown-content a:hover {
    background-color: #ddd
}

.dropdown-language:hover .dropdown-content {
    display: block
}

.dropdown-language:hover .dropbtn {
    background-color: #0d2933
}

.main-footer .logo-widget p {
    color: #9b9fa6
}

.dev-logo {
    width: 50px;
    margin-left: 5px
}

.success-message {
    color: #cda274
}

.margin-top-40 {
    margin-top: 40px
}

.booking-snoska p{
    font-size: 10px;
    line-height: 13px;
    margin-top: 10px;
    width: 50%;
}

@media only screen and (min-width: 769px) {
    .slider-caption .container {
        padding-left: 50px
    }

    .filter-content .help-block {
        position: absolute;
        font-size: 14px;
        line-height: 17px;
        margin-top: 0
    }
}

.slider-caption .container .theme-btn-three {
    color: #fff
}

.border-right {
    border-right: 1px solid #e5e5e5
}

.border-top {
    border-top: 1px solid #e5e5e5
}

.ui-selectmenu-button span.ui-selectmenu-text {
    padding-top: 1em
}

.filter-content .ui-selectmenu-button .ui-icon {
    top: 16px
}

.ui-selectmenu-button .ui-icon:before {
    color: #fff
}

.custom-link a {
    color: #0d2933;
    border-color: #0d2933
}

.custom-border-color {
    border-color: #0d2933;
    color: #0d2933
}

#contacts-form .help-block {
    position: absolute;
    bottom: -38px;
    font-size: 14px
}

#contacts-form .form-group {
    position: relative
}

#modal-contacts-form .custom-text {
    color: #0d2933;
    font-size: 20px
}

#modal-contacts-form .modal-header .close {
    margin-top: -17px
}

#modal-contacts-form .modal-header .close span {
    font-size: 35px
}

.news-section .link .theme-btn-three {
    border: 1px solid #0d2933;
    color: #0d2933
}

.news-section .link .theme-btn-three:hover {
    border: 1px solid #0d2933;
    color: #fff
}

.fact-counter .single-item {
    height: 232px
}

.margin-bottom-70 {
    margin-bottom: 70px
}

#reservation-form .help-block {
    position: absolute;
    bottom: -32px;
    font-size: 14px
}

#reservation-form .form-group {
    position: relative;
    margin-bottom: 16px
}

#reservation-form .form-group input[type=time] {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #e1e6eb;
    border-radius: 30px;
    background: #fff;
    color: #9b9fa6;
    padding: 10px 20px;
    margin-bottom: 12px;
    transition: all .5s ease
}

.pagination li.next a, .pagination li.next span, .pagination li.prev a, .pagination li.prev span {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 46px;
    text-align: center;
    font-size: 20px
}

.pagination li a, .pagination li.active a {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 46px;
    text-align: center;
    font-size: 20px
}

.news-section .single-item .lower-content h3 a {
    height: 70px;
    overflow-y: hidden
}

.news-section .single-item .lower-content .text {
    overflow-y: hidden
}

.news-section .single-item .lower-content .text p {
    height: 90px;
}

.margin-bottom-40 {
    margin-bottom: 40px
}

#modal-reviews-form .modal-dialog {
    width: 30%
}

#modal-reviews-form .close {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 40px
}

#modal-reviews-form .h3 {
    margin: 0
}

#modal-reviews-form .modal-header {
    border: none
}

#modal-reviews-form .form-group {
    position: relative;
    margin-bottom: 27px
}

#modal-reviews-form .form-group .help-block {
    position: absolute;
    bottom: -30px
}

#modal-reviews-form .form-group textarea {
    position: relative;
    width: 100%;
    height: 150px;
    border: 1px solid #e1e6eb;
    border-radius: 30px;
    background: #fff;
    color: #9b9fa6;
    padding: 10px 20px;
    margin-bottom: 12px;
    transition: all .5s ease;
    margin-bottom: 15px
}

.field-reviewform-comment {
    margin-bottom: 35px !important
}

.field-reviewform-comment .help-block {
    bottom: -43px !important
}

@media only screen and (max-width: 1200px) {
    .about-section .img-box .img-one, .about-section .img-box .img-two, .contact-info .single-item:before, .main-header .menu-area .link:before, .slider-style-two .filter-content {
        display: none
    }

    .main-menu .navigation > li {
        margin: 0 2px
    }

    .header-bottom {
        padding: 0 50px
    }

    .main-header .menu-area {
        padding: 0 200px 0 0
    }

    .main-header .logo-box {
        margin-top: 16px
    }

    .fixed-header .menu-area {
        padding: 0
    }

    .filter-section .filter-content .single-item {
        width: 33.333%
    }

    .filter-section .filter-content .single-item .form-group input, .filter-section .filter-content .single-item .form-group select, .ui-selectmenu-button.ui-button {
        max-width: 100%
    }

    .about-section .img-box .img-three {
        position: relative;
        right: 0
    }

    .room-section .single-item .lower-content .info-box li {
        margin-right: 0
    }

    .room-section .single-item .lower-content {
        padding: 28px 10px 35px 15px
    }

    .service-section .tab-title li .single-btn {
        width: 230px
    }

    .news-section .single-item .lower-content {
        padding: 29px 15px 40px
    }

    .main-footer .newsletter-widget .form-group button {
        width: 115px
    }

    .about-style-two {
        padding: 120px 0
    }

    .service-style-two .tab-details-content .single-tab-content {
        margin-top: 60px
    }

    .single-room-list .content-box .left-content {
        max-width: 400px
    }

    .room-list.overlay-style-one .image-box img {
        height: 296px
    }

    .room-details .room-details-content .img-list li {
        margin-bottom: 10px
    }

    .service-style-three .single-item .content-box {
        padding: 90px 15px 80px
    }

    .single-dishes-content .content-box .price {
        right: 5px
    }

    .main-slider .slider-wrapper .image img {
        width: auto
    }

    .sticky-header .logo-box {
        margin-top: 10px
    }

    .filter-section .filter-content .single-item .form-group input, .filter-section .filter-content .single-item .form-group select {
        margin-bottom: 30px
    }

    .service-section .tab-details-content .img-box {
        margin-top: 50px
    }

    .about-section .about-content {
        margin-top: 100px
    }

    .about-style-two .about-content {
        margin-top: 0
    }

    .service-style-two {
        padding-top: 109px
    }
}

@media only screen and (max-width: 991px) {
    .filter-section .filter-content .single-item .link .theme-btn {
        padding: 16px 45px 14px
    }

    .main-header .logo-box {
        display: block;
        width: 180px;
        margin: auto;
        padding: 15px 0
    }

    .main-header .menu-area {
        float: none;
        display: block;
        padding: 0
    }

    .main-header .menu-area .link {
        top: -10px
    }

    .main-menu .navigation > li > ul > li {
        background: #333;
        border-bottom: 1px solid rgba(255, 255, 255, .1) !important
    }

    .main-menu .navigation > li > ul > li:hover {
        background: #333
    }

    .sticky-header .logo-box {
        padding-bottom: 0
    }

    .filter-section .filter-content {
        padding: 27px 15px 32px;
        margin-top: 0
    }

    .news-section .single-item, .room-section .single-item {
        margin-bottom: 30px
    }

    .service-section .tab-title li {
        width: 50%;
        margin-bottom: 30px
    }

    .service-section .tab-details-content .content {
        position: relative;
        margin: 30px 0 0
    }

    .main-footer .contact-widget, .main-footer .newsletter-widget, .main-footer .service-widget {
        margin-left: 0
    }

    .main-footer .newsletter-widget .form-group input[type=email] {
        width: 100%;
        padding: 10px 125px 10px 20px
    }

    .header-style-two .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #fff
    }

    .header-style-two .sticky-header .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #222
    }

    .header-style-two .sticky-header .main-menu .navigation > li > a {
        color: #b8b8b8
    }

    .about-style-two .img-box {
        margin-bottom: 0
    }

    .service-style-two .tab-title li {
        float: left;
        width: 50%
    }

    .service-style-two .tab-title li.active .single-btn:before {
        left: 50%;
        bottom: -8px;
        margin-left: -15px;
        margin-bottom: 0
    }

    .service-style-two .tab-details-content .single-tab-content {
        margin-left: 0
    }

    .single-room-list .content-box .left-content {
        max-width: 100%;
        border-right: none
    }

    .single-room-list .content-box .right-content {
        float: none;
        width: 100%;
        display: block;
        text-align: left;
        padding: 0 25px 49px 30px
    }

    .single-room-list .content-box .right-content .price {
        margin: 0;
        display: inline-block
    }

    .single-room-list .content-box .right-content .link {
        display: inline-block;
        margin-left: 20px;
        position: relative;
        top: -12px
    }

    .room-list .single-room-list {
        max-width: 450px;
        margin: 30px auto
    }

    .single-room-list .content-box {
        margin-left: 0;
        border-left: 1px solid #e1e6eb;
        border-top: none
    }

    .room-details .room-sidebar {
        margin-top: 50px
    }

    .fact-counter .single-item {
        margin: 15px 0
    }

    .place-details .content-style-two .img-box, .single-dishes-content {
        margin-bottom: 30px
    }

    .room-list.overlay-style-one .image-box img {
        height: 100%
    }

    .resturent-menu .single-menu-content {
        padding-bottom: 60px
    }

    .resturent-menu .column:first-child .menu-content .single-menu-content:last-child {
        padding: 0 0 60px 130px;
        border-bottom: 2px dashed #ededed;
        margin-bottom: 32px
    }

    .blog-details .blog-details-content, .contact-info .single-item, .spa-section .content-style-two .img-box {
        margin-bottom: 30px
    }

    .spa-section .content-style-two .text {
        margin-top: 31px
    }

    .contact-info {
        padding-bottom: 65px
    }

    .main-menu .navigation > li > ul > li {
        padding: 0 30px
    }

    .about-style-two .img-box {
        padding-left: 0
    }

    .room-details .similar-room {
        padding-top: 60px
    }

    .header-top {
        padding: 5px 30px 9px
    }

    .about-section .about-content, .service-section .tab-details-content .img-box {
        margin: 0
    }

    .sidebar .sidebar-post .single-post {
        margin-bottom: 35px
    }
}

@media only screen and (max-width: 768px) {
    .copyright, .header-top .left-content, .header-top .right-content {
        display: block;
        text-align: center
    }

    .header-top .right-content {
        float: none
    }

    .filter-section .filter-content .single-item {
        width: 100%
    }

    .filter-section .filter-content .single-item .form-group .link {
        display: block
    }

    .main-footer .contact-widget, .main-footer .service-widget {
        margin-bottom: 30px
    }

    .footer-bottom .footer-nav {
        text-align: center;
        margin-top: 5px
    }

    .service-style-two .tab-details-content .single-tab-content .content-box {
        display: none
    }

    .fact-counter .single-item {
        max-width: 270px;
        margin: 15px auto
    }

    .service-style-three .single-item {
        margin: 15px auto
    }

    .spa-section .content-style-one .img-box {
        margin-bottom: 30px
    }

    .spa-section .content-style-one .title {
        margin-top: 27px
    }

    .resturent-menu .column:first-child .menu-content .single-menu-content:last-child, .resturent-menu .single-menu-content {
        padding-bottom: 31px
    }

    .service-section .tab-details-content .img-box {
        margin-right: 0
    }

    .single-dishes-content .content-box .price {
        right: 15px
    }

    .about-section {
        padding: 0 0
    }

    .sec-pad {
        padding: 0px 0 20px
    }

    .video-section {
        padding: 80px 0
    }

    .room-section {
        padding-top: 20px
    }

    .sec-pad-2 {
        padding: 70px 0
    }

    .room-details {
        padding: 60px 0 70px
    }

    .offer-section, .place-details, .place-section, .service-style-three {
        padding: 70px 0 40px
    }

    .testimonial-section {
        padding: 0px 0 40px
    }

    .spa-section {
        padding: 70px 0 50px
    }

    .testimonial-page {
        padding-top: 70px
    }

    .main-footer {
        padding-top: 80px
    }

    .staffs-section {
        padding: 70px 0 0
    }

    .error-section {
        padding: 50px 0 70px
    }

    .blog-details {
        padding-bottom: 40px
    }

    .contact-info {
        padding: 70px 0 45px
    }
}

@media only screen and (max-width: 599px) {
    .service-section .tab-title li .single-btn {
        width: 200px;
        padding: 41px 10px 15px
    }

    .google-map-section .map-content, .service-style-two .tab-details-content .single-tab-content .content-box, .sticky-header .logo-box {
        display: none
    }

    .blog-details-content .comment-area .single-comment.replay {
        margin-left: 0
    }

    .blog-details-content .comment-area .single-comment .replay {
        position: relative
    }

    .service-section .tab-title, .service-style-two .tab-title {
        margin-right: 0
    }
}

@media only screen and (max-width: 499px) {
    .header-top .left-content li {
        margin-right: 0
    }

    .main-slider .tp-title {
        font-size: 35px;
        line-height: 45px;
    }

    .service-section .tab-title li {
        width: 100%;
        float: none;
        text-align: center
    }

    .news-section .top-title .top-link {
        float: none;
        margin-top: 40px
    }

    .resturent-menu .single-menu-content .price {
        float: none;
        display: block
    }

    .error-section .error-title {
        font-size: 140px;
        line-height: 150px
    }

    .pagination li {
        margin: 5px
    }

    .blog-details-content .comment-area .single-comment .replay {
        float: none;
        display: block;
        margin-bottom: 10px
    }

    .header-bottom {
        padding: 0 15px
    }

    .about-section .about-content {
        margin: 0
    }
}

@media only screen and (max-width: 399px) {
    .main-slider .tp-title {
        font-size: 35px;
        line-height: 45px;
    }

    .header-top {
        padding: 5px 15px 9px
    }

    .single-room-list .content-box .left-content .info-box li {
        margin-right: 5px
    }

    .single-room-list .content-box .right-content {
        padding: 0 15px 49px
    }

    .single-room-list .content-box .left-content {
        padding: 22px 15px 35px
    }

    .single-room-list .content-box .right-content .link {
        margin-left: 10px
    }

    .room-details .room-details-content .owl-theme .owl-controls {
        display: none
    }

    .pagination {
        text-align: left
    }
}

@media only screen and (max-width: 991px) {
    .header-top .links-nav li {
        margin-right: 15px
    }

    .main-menu .navbar-header {
        position: relative;
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        top: 0
    }

    .main-header .main-menu {
        width: 100%
    }

    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 7;
        float: none;
        padding: 9px 5px;
        cursor: pointer;
        margin: 0;
        border-radius: 0;
        background: 0 0
    }

    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #222;
        height: 2px;
        width: 29px;
        display: block;
        margin: 7px 5px
    }

    .main-menu .collapse {
        overflow: auto;
        float: none;
        width: 100%;
        padding: 0;
        border: none;
        margin: 0;
        max-height: 320px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px
    }

    .main-menu .navbar-collapse > .navigation {
        float: none !important;
        margin: 0 !important;
        width: 100% !important;
        background: #333;
        border: 1px solid #fff;
        border-top: none
    }

    .main-menu .navbar-collapse > .navigation > li {
        margin: 0 !important;
        float: none !important;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .1) !important
    }

    .main-menu .navigation > li > a, .main-menu .navigation > li > ul:before {
        border: none
    }

    .main-menu .navbar-collapse > .navigation > li > a {
        border: none !important
    }

    .main-menu .navigation li.dropdown > a:after, .main-menu .navigation > li.dropdown > a:before, .main-menu .navigation > li > ul > li > a::before, .main-menu .navigation > li > ul > li > ul > li > a::before {
        color: #fff !important;
        right: 15px;
        font-size: 16px;
        display: none !important
    }

    .main-menu .navbar-collapse > .navigation > li > ul, .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0;
        padding: 0;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
        background: #333;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
        box-shadow: none !important;
        border-top: 1px solid rgba(255, 255, 255, .1) !important
    }

    .main-menu .navbar-collapse > .navigation > li:last-child {
        border-bottom: none
    }

    .main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
        padding: 12px 10px !important;
        line-height: 22px;
        color: #b8b8b8;
        background: #333;
        text-align: left;
        min-height: 0
    }

    .main-menu .navbar-collapse > .navigation > li.current-menu-item > a, .main-menu .navbar-collapse > .navigation > li.current > a, .main-menu .navbar-collapse > .navigation > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a {
        color: #fff !important;
        background: #333
    }

    .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn {
        display: block
    }

    .main-menu .navbar-collapse > .navigation li.dropdown:after, .main-menu .navigation > li > ul:before {
        display: none !important
    }
}

.right-content .social-box li i {
    color: #cda274
}

.right-content .social-box li i {
    color: #cda274
}

.room-section .single-item .lower-content .text {
    height: 120px
}

@media (min-width: 769px) {
    .service-section .tab-details-content .content .text {
        height: 245px
    }
}

.room-error-custom-position-alt .single-item {
    margin-bottom: 10px;
}

.room-error-custom-position-alt .single-item .help-block {
    bottom: -28px;
}

.google-map-area iframe {
    height: 600px
}

.margin-top-25 {
    margin-top: 25px;
}

.about-content ul li {
    list-style: circle;
}

.about-section ul li {
    list-style: circle;
}

.h3-custom-height {
    height: 70px
}

@media only screen and (min-width: 769px) {
    .single-offer-content .img-box{
        height: 370px;
    }
    .room-block-height .rooms-slider {
        height: 600px;
    }
    .image-size-for-rooms {
        height: 220px;
        overflow-y: hidden;
    }
    .overlay-style-one .inner-box figure{
        height: 280px;
    }
    .single-room-list.overlay-style-one .inner-box figure{
        height: 270px;
    }
    .room-section .single-item .lower-content h3 a{
        font-size: 25px;
    }

    .room-section .single-item .lower-content .h3 a{
        font-size: 25px;
    }

    .news-section .single-item .image{
        height: 220px;
    }

}


.menus-2-columns{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.resturent-menu .single-menu-content{
    width: 49%;
}
.resturent-menu .single-menu-content:nth-child(2n){
    margin-left: 2%;
}
@media only screen and (max-width: 768px) {

    .room-section .single-item .lower-content h3 a{
        font-size: 23px;
    }
    .resturent-menu .single-menu-content{
        width: 100%;
    }
    .resturent-menu .single-menu-content:nth-child(2n){
        margin-left: 0%;
    }
}


.margin-top-50{
    margin-top: 50px;
}
.service-custom-padding{
    padding: 30px 0 0 0;
}

.people-span{
    margin-top: -10px;
}
.about-section ul li{
    margin-left: 2.5rem;
}
.h3-custom-height a:hover {
    color: #cda274;
}
.h3 a:hover {
    color: #cda274;
}

.single-offer-content .text .h3 a:hover {
    color: #cda274;
}

.main-header{
    position: fixed;
    top: auto;
}

.sticky-header{
    display: none;
}

.main_content{
    padding-top: 135px;
}

@media(max-width: 768px){
    .main_content{
        padding-top: 220px;
    }
}

@media(min-width: 768px){
    .navbar-collapse.collapse { display: none !important; }
    .navbar-collapse.collapse.in { display: block !important; }
}

@media(min-width: 991px){
    .navbar-collapse.collapse { display: block !important; }
}



#promo_modal.modal_container {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0,0,0,.4);
    justify-content: center;
    align-items: center;
}
#promo_modal .modal_wrapper {
    display: block;
    max-width: 60%;
    background: #fff;
    position: static;
    box-shadow: 0 0 2px;
}
#promo_modal .modal_wrapper .modal_header {
    background: #cda274;
    padding: 5px 60px;
    position: relative;
}
#promo_modal .modal_wrapper .modal_content {
    padding: 20px;
}
#promo_modal .modal_wrapper .modal_header span {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    cursor: pointer;
    padding: 2px 10px;
}
#promo_modal .modal_wrapper .modal_header p {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 40px;
    margin: 10px 0;
    text-transform: uppercase;
    width: 100%;
}
#promo_modal .modal_wrapper .modal_content * {
    /*font-size: 13px;
    line-height: 12px;*/
    margin: 0 0 10px;
}
#promo_modal .modal_wrapper .modal_content ul li {
    list-style: disc inside;
}

@media (max-width: 768px) {
    #promo_modal.modal_container {
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #promo_modal .modal_wrapper {
        margin: 0;
        max-width: 85%;
        height: auto;
    }
    #promo_modal .modal_wrapper .modal_header {
        padding: 10px 50px 10px 20px;
    }
    #promo_modal .modal_wrapper .modal_header p {
        font-size: 20px;
        line-height: 20px;
    }
}
