/* Carshire - Car Repair Service HTML5 Template */
/************ TABLE OF CONTENTS ***************
1.  Fonts
2.  Reset
3.  Global
4.  Main Header
5.  Main Slider
6.  Features Section / Column View
7.  Intro section
8.  Tabs Section
9.  Testimonials Section
10. Meet Our Team
11. Latest Blog
12. Sponsors
13. Main Footer
14. Default Section
15. Gallery Tabs
16. Services Style
17. Price and Plans
18. Vertical Gallery
19. Filter Section
20. Sidebar Page / Blog Posts / Sidebar / Comments Area
21. Contact Us


**********************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,300italic,300);
/*@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);*/
/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);*/
@import url('font-awesome.css');
/*@import url('flaticon.css');*/
/*@import url('hover.css');*/
/*@import url('animate.css');*/
/*@import url('https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css');*/
/*@import url('owl.css');*/
/*@import url('compress.css');*/


body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.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%, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.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%, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.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%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

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

    25%, 75% {
        opacity: 0;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-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, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.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, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-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(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.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(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.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%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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(-50px);
        transform: translateY(-50px);
    }

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-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 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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -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 Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    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: 100%;
    -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 */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

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

/*
 * 	Owl Carousel - Video Plugin
 */
.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 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    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 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

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

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    display: block;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none repeat scroll 0 0 #d6d6d6;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: none repeat scroll 0 0 #869791;
    color: white;
    text-decoration: none;
}

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

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

.owl-theme .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #d6d6d6;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #869791;
}


/***

====================================================================
	Buttons
====================================================================

 ***/

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.tp-leftarrow.preview4:after {
    content: "\f053" !important;
    font-family: 'FontAwesome' !important;
}

.tp-rightarrow.preview4:after {
    content: "\f054" !important;
    font-family: 'FontAwesome' !important;
}


/***

====================================================================
	Reset
====================================================================

 ***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #292929;
    line-height: 2em;
    font-weight: 400;
    background: #ffffff;
    min-width: 320px;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.4em;
}

input, button, select, textarea {
    font-family: 'Open Sans', sans-serif;
}

/*::-webkit-input-placeholder { color:rgba(0,0,0,0.80);}
::-moz-placeholder { color:rgba(0,0,0,0.80) ;}
:-ms-input-placeholder { color:rgba(0,0,0,0.80) ;}
input:-moz-placeholder { color:rgba(0,0,0,0.80) ;}*/

p {
    position: relative;

}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    min-height: 400px;
    overflow: hidden;

}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.theme-btn {
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.center {
    text-align: center;
}

.theme-bg {
    background-color: #fc5a1b;
}

.theme-color {
    color: #fc5a1b;
}

.out {
    opacity: 0;
}

.in {
    opacity: 1;
}

.uppercase {
    text-transform: uppercase !important;
}

.capitalized {
    text-transform: capitalize !important;
}

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

.no-uppercase {
    text-transform: none !important;
}

.light-btn {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    line-height: 26px;
    border: 1px solid transparent;
    background: #fa000f;
    margin-bottom: 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Droid Sans', sans-serif;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dark-btn {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    line-height: 22px;
    font-size: 14px;
    border: 1px solid transparent;
    background: #383534;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.light-btn:hover {
    background-color: #383534;
    border-color: #383534;
}
.dark-btn:hover {
    background-color: #fa000f;
    border-color: #fa000f;
    color: #ffffff;
}

.dark-btn.style-two {
    /*background: #bc3131;*/
    background: #383534;
}

.dark-btn.style-two:hover {
    color: #000000;
    background: #ffffff;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #000000;
    line-height: 22px;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
}

.btn-style-one .fa,
.dark-btn .fa {
    position: relative;
    font-size: 16px;
    padding-right: 15px;
}

.btn-style-one.icon--right .fa,
.dark-btn.icon--right .fa {
    padding-right: 0;
    padding-left: 5px;
    position: relative;
    left: 0;
    -webkit-transition: left 300ms ease;
    -o-transition: left 300ms ease;
    transition: left 300ms ease;
}

.btn-style-one:hover {
    background-color: #fa000f;
    border-color: #fa000f;
    color: #ffffff;
}

.dark-btn.icon--right:hover .fa {
    left: 5px;
}

.default-btn {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 8px 24px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px 10px;
    color: #000000;
    border: 1px solid #dddddd;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.default-btn:hover {
    color: #ffffff !important;
}

.default-btn::before {
    background-color: #3d3d3d;
}

.color-white {
    color: #ffffff !important;
}

.color-grey {
    color: #292929 !important;
}

.no-margin {
    margin: 0px !important;
}

.no-float {
    float: none !important;
}

.skew-lines {
    position: relative;
    font-size: 18px;
    padding-left: 60px;
}

.skew-lines:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 5px;
    width: 10px;
    height: 20px;
    background: #383534;
    transform: skewX(-35deg);
    -webkit-transform: skewX(-35deg);
    -moz-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    -o-transform: skewX(-35deg);
}

.skew-lines:after {
    content: '';
    position: absolute;
    left: 24px;
    top: 5px;
    width: 10px;
    height: 20px;
    background: #fa000f;
    transform: skewX(-35deg);
    -webkit-transform: skewX(-35deg);
    -moz-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    -o-transform: skewX(-35deg);
}

.padd-top-20 {
    padding-top: 20px !important;
}

.padd-top-30 {
    padding-top: 30px !important;
}

.padd-top-40 {
    padding-top: 40px !important;
}

.padd-bott-20 {
    padding-bottom: 20px !important;
}

.padd-bott-30 {
    padding-bottom: 30px !important;
}

.padd-bott-40 {
    padding-bottom: 40px !important;
}

.no-padd-bottom {
    padding-bottom: 0px !important;
}

.no-padd-top {
    padding-top: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-margin-top {
    margin-bottom: 0px !important;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader/1.gif);
}

.sec-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.sec-title h3 {
    font-size: 18px;
    /*text-transform: capitalize;*/
    font-weight: 500;
}

.price-toggle h3 i {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 26px;
    transform: translateY(-50%);
}

.price-toggle i,
.price-toggle h3 {
    transition: color ease .3s;
}

.price-toggle {
    cursor: pointer;
}

.price-toggle h3 {
    position: relative;
    padding-right: 25px;
}

.price-toggle:hover {
    color: #fa000f;
}

/***

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: fixed;
    min-width: 320px;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 999;
    background: #ffffff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-header + .main-header--margin {
    height: 144.5px;
}


.main-header.fixed-top-header + .main-header--margin {
    height: 122.5px;
}

@media screen and (max-width: 991px) {
    .main-header + .main-header--margin {
        height: 146.5px;
    }

    .main-header.fixed-top-header + .main-header--margin {
        height: 124.5px;


        display: -webkit-box;


        display: -ms-flexbox;


        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse wrap;
        flex-flow: column-reverse wrap;
    }
}

@media screen and (max-width: 767px) {
    .main-header + .main-header--margin {
        height: 134.5px;
    }

    .main-header.fixed-top-header + .main-header--margin {
        height: 114.5px;
    }
}


.main-header .header-top {
    position: relative;
    padding: 15px 0px;
    background: #ffffff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;

}

.fixed-top-header .header-top {
    padding: 0px 0px;
}

.fixed-top-header {
    position: fixed;
}

.main-header .logo {
    position: relative;
    padding: 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.fixed-top-header .logo {
    /*padding: 0px 0px;*/
}

.main-header .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    max-width: 115px;
}

.main-header .header-top .search-form .form {
    position: relative;
    margin-top: 25px;
    padding-left: 30px;
}

.main-header .header-top .form input[type="text"],
.main-header .header-top .form input[type="password"] {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 24px;
    font-size: 13px;
    padding: 7px 50px 7px 15px;
    border: 1px solid #cccccc;
    background: #ffffff;
}

.main-header .header-top .form select {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 24px;
    font-size: 13px;
    padding: 7px 15px;
    border: 1px solid #cccccc;
    border-right: none;
    color: #888888;
    background: #ffffff url(../images/icons/icon-down.png) center right no-repeat;
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
}

.main-header .header-top .form-group {
    position: relative;
    float: left;
    margin-bottom: 10px;
}

.main-header .header-top .medium {
    width: 150px;
}

.main-header .header-top .form button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #000000;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
}

.main-header .header-top .form button:hover {
    background: #fa000f;
}

.main-header .header-top .large {
    width: 320px;
}

.main-header .header-top .user-links {
    position: relative;
    margin-top: 25px;
}

.main-header .header-top .user-links a {
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 30px;
    padding: 5px 0px;
    display: inline-block;
    margin: 0px 5px;
    color: #565656;
}

.main-header .header-top .user-links a:hover,
.main-header .header-top .user-links a.active {
    color: #fa000f;
}

.main-header .header-lower {
    position: relative;
    padding: 0px 0px;
    background: #383534;

}

.main-menu {
    position: relative;
    z-index: 5;
}

.main-menu .navbar-collapse {
    padding: 0px 0px;
}

.main-menu .navbar-collapse > ul > li {
    position: relative;
    float: left;
}

.main-menu .navbar-collapse > ul > li.menu-item-has-children > a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 14px;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #ffffff;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    z-index: 5;
}

@media screen and (max-width: 991px) {
    .main-menu .navbar-collapse > ul > li.menu-item-has-children > a:after {
        content: none;
    }
}

.main-menu .navbar-collapse > ul > li > a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 12px;
    color: #ffffff;
    background: none;
    overflow: hidden;
    text-transform: uppercase;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navbar-collapse > ul > li.menu-item-has-children > a {
    padding: 12px 40px 12px 12px;
}

.main-menu .navbar-collapse > ul > li:hover > a,
.main-menu .navbar-collapse > ul > li.current > a,
.main-menu .navbar-collapse > ul > li.current-menu-item > a {
    color: #ffffff;
    background: #fa000f;
}

.main-menu .navbar-collapse > ul > li > ul {
    position: absolute;
    display: block;
    width: 245px;
    top: 120%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: #fa000f;
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
}

.main-menu .navbar-collapse > ul > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 400ms ease 100ms;
    -moz-transition: all 400ms ease 100ms;
    -webkit-transition: all 400ms ease 100ms;
    -ms-transition: all 400ms ease 100ms;
    -o-transition: all 400ms ease 100ms;
}

.main-menu .navbar-collapse > ul > li > ul > li img {
    max-width: 20px;
}

.main-menu .navbar-collapse > ul > li > ul > li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

/*.main-menu .navbar-collapse > ul > li > ul li.menu-item-has-children:after {*/
/*font-family: 'FontAwesome';*/
/*content: '\f0da';*/
/*position: absolute;*/
/*right: 7px;*/
/*top: 7px;*/
/*width: 20px;*/
/*height: 20px;*/
/*display: block;*/
/*color: #ffffff;*/
/*line-height: 20px;*/
/*font-size: 16px;*/
/*text-align: center;*/
/*z-index: 5;*/
/*}*/

.main-menu .navbar-collapse > ul > li > ul > li:last-child {
    border: none;
}

.main-menu .navbar-collapse > ul li.menu-item-has-children .menu-item-has-children-btn:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 10px;
    top: -2px;
    display: block;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    z-index: 5;
    transform: rotate(-90deg);
}

.main-menu .navbar-collapse > ul li.menu-item-has-children .menu-item-has-children-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    /*background: url(../images/icons/submenu-icon.png) center center no-repeat;*/
    /*background-size: 20px;*/
    cursor: pointer;
    z-index: 5;
    display: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
}

@media screen and (max-width: 991px) {
    .main-menu .navbar-collapse > ul li.menu-item-has-children .menu-item-has-children-btn {
        display: block;
    }
}

.main-menu .navbar-collapse > ul li.menu-item-has-children .menu-item-has-children-btn.is-open:before {
    transform: rotate(0);
}

.main-menu .navbar-collapse > ul > li > ul > li > a {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    padding: 7px 15px;
    background: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}

.main-menu .navbar-collapse > ul > li > ul > li:hover > a {
    background: rgba(255, 255, 255, 0.30);
    padding-left: 20px;
}

.main-menu .navbar-collapse > ul > li > ul > li > ul {
    position: absolute;
    display: block;
    width: 210px;
    top: -1px;
    left: 120%;
    opacity: 0;
    visibility: hidden;
    background: #fa000f;
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    -ms-border-radius: 0px 5px 5px 5px;
    -moz-border-radius: 0px 5px 5px 5px;
    -o-border-radius: 0px 5px 5px 5px;
}

.main-menu .navbar-collapse > ul > li > ul > li:hover > ul {
    opacity: 1;
    left: 100%;
    visibility: visible;
    transition: all 400ms ease 100ms;
    -moz-transition: all 400ms ease 100ms;
    -webkit-transition: all 400ms ease 100ms;
    -ms-transition: all 400ms ease 100ms;
    -o-transition: all 400ms ease 100ms;
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li:last-child {
    border: none;
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li > a {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    padding: 7px 15px;
    background: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li:hover > a {
    background: rgba(255, 255, 255, 0.30);
    padding-left: 20px;
}

.header-lower .social-links {
    position: relative;
    padding-top: 3px;
    text-align: right !important;
}

.header-lower .social-links a img {
    display: block;
    max-width: 100%;
    height: auto;
}

.header-lower .social-links a {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    /*background: #2a323a;*/
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    margin: 9px 2px 0px;
    /*border-radius: 3px;*/
    /*-webkit-border-radius: 3px;*/
    /*-ms-border-radius: 3px;*/
    /*-o-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
}

.header-lower .social-links a:hover {
    /*background: #fa000f;*/
}

/***

====================================================================
	Why Us style
====================================================================

***/

.why-us {
    position: relative;
    padding: 50px 0px 10px;
    background: #ffffff;
}

.why-us .title-box {
    position: relative;
    padding: 0px 0px 0px 24px;
    border-left: 3px solid #fa000f;
    margin-bottom: 15px;
}

.why-us .title-box h3 {
    font-size: 28px;
    line-height: 1.3em;
}

.why-us .title-box h4 {
    font-size: 18px;
    line-height: 1.6em;
}

.why-us .text-content {
    position: relative;
    margin-bottom: 20px;
}

.why-us .text-content .text {
    font-size: 14px;
    padding-left: 24px;
}

.why-us .box {
    position: relative;
    margin-bottom: 25px;
}

.why-us .box .tab-link {
    position: relative;
    display: block;
    border: 1px solid #cccccc;
    padding: 16px 20px 16px 90px;
    font-size: 14px;
    color: #292929;
}

.why-us .box .tab-link .arrow {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    background: #fa000f;
}

.why-us .box .tab-link:hover .arrow {
    background: #999999;
}

.why-us .box .tab-link * {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.why-us .box .tab-link.active-btn,
.why-us .box .tab-link:hover {
    background: #383534;
    color: #ffffff;
    border-color: #383534;
}

.why-us .box .tab-link .icon {
    position: absolute;
    left: 20px;
    top: 28px;
    width: 70px;
    height: 70px;
    color: #fa000f;
    font-size: 42px;
}

.why-us .box .tab-link.active-btn .icon,
.why-us .box .tab-link:hover .icon {
    color: #ffffff;
}

.why-us .box .tab-link h4 {
    font-size: 16px;
    margin-bottom: 0px;
}

.why-us .box .tab-link p {
    font-size: 14px;
    color: #a7a7a7;
    margin-bottom: 0px;
}

.why-us .box .tab-link.active-btn p,
.why-us .box .tab-link:hover p {
    color: #ffffff;
}

/***

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
    position: relative;
    color: #ffffff;
    font-size: 15px;
}

.main-slider .grey-title {
    position: relative;
    padding: 10px 20px;
    background: rgba(54, 64, 75, 0.85);
    color: #ffffff;
}

.main-slider .white-title {
    position: relative;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.85);
    color: #fa000f;
}

.main-slider h2 {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 300;
}

.main-slider .tp-bullets {
    display: none;
}


.main-slider:after,
.page-banner:after,
.main-slider:before,
.page-banner:before {
    content: '';
    position: absolute;
    display: block;
    width: 50%;
    height: 5px;
    bottom: -5px;
    z-index: 1;
}

.main-slider:after,
.page-banner:after {
    left: 50%;
    background: #cccccc;
}

.main-slider:before,
.page-banner:before {
    left: 0%;
    background: #fa000f;
}

flaticon-transport100
    /***

====================================================================
	Featured Posts
====================================================================

***/
.featured-posts {
    position: relative;
    background: #ffffff;
    padding: 30px 0px;
}

.column-view {
    position: relative;
}

.column-view .column-box {
    position: relative;
    margin-bottom: 30px;
}

.column-view .column-box .inner-box {
    position: relative;
    display: block;
    /*max-width: 450px;*/
    margin: 0 auto;
    border: 1px solid #dddddd;
    transition: all 500ms ease-out 50ms;
    -webkit-transition: all 500ms ease-out 50ms;
    -ms-transition: all 500ms ease-out 50ms;
    -o-transition: all 500ms ease-out 50ms;
    -moz-transition: all 500ms ease-out 50ms;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.column-view .column-box .inner-box:hover {
    border-color: #fa000f;
}

.column-view .column-box .mobile-serv-img {
    display: none;
}

@media screen and (max-width: 767px) {
    .column-view .column-box .mobile-serv-img {
        display: inline-block;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
}

.column-view .column-box .image {
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .nts-column:before {
        display: none !important;
    }

    .mobile-serv-img-wrap {
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }

    .column-view .column-box .inner-box.nts-icon-box .post-content h3 + .text {
        display: none !important;
    }

    .column-view .column-box .inner-box.nts-icon-box .post-content h3 {
        line-height: 1.4;
    }

    .column-view .column-box .inner-box.nts-home-box .post-content h3 {
        line-height: 1.4;
    }

    .column-view .column-box.nts-box {
        width: 49%;
        flex: 49% 0 0;
        margin-left: 0;
        margin-right: 0;
    }

    .column-view .column-box .inner-box.nts-icon-box .post-content {
        padding: 0 !important;
        width: calc(100% - 55px);
    }

    .column-view .column-box .inner-box.nts-home-box .post-content {
        padding: 0 !important;
        width: calc(100% - 55px);
    }

    .column-view .column-box .inner-box.nts-home-box {
        border: none;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-flow: row wrap;
    }

    .column-view .column-box .inner-box.nts-icon-box {
        border: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .column-view .column-box .nts-home-box .image,
    .column-view .column-box .nts-icon-box .image {
        display: none;
    }

    .features-section .four-column.nts-column {
        justify-content: space-between;
    }
}

@media screen and (max-width: 630px) {
    .column-view .column-box .inner-box.nts-icon-box .post-content h3 {
        font-size: 12px;
        text-transform: inherit;
    }

    .mobile-serv-img-wrap {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }

    .column-view .column-box .inner-box.nts-icon-box .post-content {
        padding: 0 !important;
        width: calc(100% - 45px);
    }
}

.column-view .column-box .image img {
    position: relative;
    display: block;
    width: 100%;
    transition: all 500ms ease-out 50ms;
    -webkit-transition: all 500ms ease-out 50ms;
    -ms-transition: all 500ms ease-out 50ms;
    -o-transition: all 500ms ease-out 50ms;
    -moz-transition: all 500ms ease-out 50ms;
}

.column-view .column-box .inner-box:hover .image img {
    /*transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);*/
}

.column-view .column-box .image .price {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 10px 10px;
    color: #ffffff;
    background: #fa000f;
    font-size: 32px;
    font-weight: 600;
    z-index: 1;
}

.column-view .column-box .image .price sup {
    font-size: 18px;
    padding-right: 5px;
}

.column-view .column-box .image a {
    position: relative;
    display: block;
}

.column-view .column-box .image a.with-video:after, .column-view .column-box .image a.with-video:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.column-view .column-box .image a.with-video:after {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
    z-index: 2;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f04b";
    color: #ffffff;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease;
    font-size: 18px;
}

.column-view .column-box .image a.with-video:before {
    width: 50px;
    height: 50px;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
    background: rgba(0, 0, 0, 0.42);
    z-index: 1;
}

.column-view .column-box .image a.with-video:hover:before {
    background: rgba(0, 0, 0, 0.7);
}

.column-view .column-box .post-content {
    position: relative;
    padding: 15px 20px 20px;
}

.column-view .column-box .post-content h3 + .text {
    margin-top: 15px;
}

.column-view .column-box .post-content h3 {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
}

.column-view .column-box .post-content h3 a {
    color: #292929;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s;
    display: block;
}

.column-view .column-box .post-content h3 a:hover {
    color: #fa000f;
}

.column-view .column-box .post-content ul a {
    color: #292929;
    font-size: 15px;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s;
}

.column-view .column-box .post-content ul a:hover {
    color: #fa000f;
}

.column-view .column-box .post-content ul i {
    color: #fa000f;
}

.column-view .column-box .post-content .text > ul > li ul i {
    font-size: 8px;
    display: inline-block;
    vertical-align: middle;
}

.column-view .column-box .post-content .text > ul > li ul {
    font-size: 14px;
    padding-left: 25px;
}

.column-view .column-box .theme-btn {
    float: left;
    margin: 0px 15px 15px 0px;
}

.column-view .column-box .text-center .theme-btn {
    float: none;
    display: inline-block;
    margin: 0px 5px 7px;
}

.column-view .column-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 30px 24px 10px;
    overflow: auto;
    color: #ffffff;
    z-index: 3;
    background: #fa000f url(../images/icons/price-table-header.png) -50px -50px no-repeat;
    opacity: 0;
    transition: opacity 500ms ease;
    -webkit-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;

}

.column-view .column-box:hover .overlay-box {
    opacity: 1;
    -op-animation-name: flipInX;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -op-animation-duration: 800ms;
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.column-view .column-box .overlay-box .skew-lines:before,
.column-view .column-box .overlay-box .skew-lines:after {
    background: #ffffff;
    height: 18px;
}

.column-view .column-box .overlay-box .skew-lines {
    color: #ffffff;
    margin-bottom: 20px;
    padding-left: 50px;
}

.column-view .column-box .overlay-box .text {
    position: relative;
    font-size: 14px;
}

/***

====================================================================
	Featured Services
====================================================================

***/

.featured-services {
    position: relative;
    padding: 20px 0;
    /*background: #fbfbfb;*/
}

.featured-services.featured-services-page {
    padding-top: 40px;
}

.featured-services .column-box .inner-box {
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;

}

.featured-services .column-box .inner-box + .inner-box {
    margin-top: 10px;
}

.featured-services .column-box .text-center .theme-btn {
    float: none;
    vertical-align: middle;
    margin: 0px 7px 5px;
}

.featured-services .column-box .text-center {
    text-align: left !important;
}


/***

====================================================================
	Featured Services
====================================================================

***/

.gallery-section {
    position: relative;
    padding: 40px 0px 50px;
    background: #ffffff;
}

.gallery-section .slide-item {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.gallery-section .image-box img.owl-lazy {
    border: 1px solid #fa000f;
}

.gallery-section .image-box img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.gallery-section .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: url(../images/icons/icon-plus-2.png) center 50% no-repeat;*/
    background-color: rgba(0, 0, 0, .2);
    opacity: 0;
    cursor: crosshair;
    z-index: 2;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    -webkit-all: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
}

.gallery-section .slide-item:hover .overlay {
    opacity: 1;
}

.gallery-section .item-caption {
    position: absolute;
    left: 0px;
    bottom: -100%;
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.50);
    font-size: 14px;
    z-index: 3;
    opacity: 0;
    color: #fa000f;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    border-top: 2px solid #fa000f;
}

.gallery-section .slide-item:hover .item-caption {
    opacity: 1;
    bottom: 0px;
}

.gallery-section .item-caption p {
    position: relative;
    font-size: 14px;
    margin: 0px;
    color: #ffffff;
}

.gallery-section .item-caption h4 {
    font-size: 14px;
}

.gallery-section .owl-stage-outer {
    overflow: visible;
}

/***

====================================================================
	services info style
====================================================================

***/

.services__info--txt {
    font-size: 14px;
    line-height: 1.8em;
}

.services__info {
    padding-top: 40px;
}

.services__info--txt.info-txt {
    padding-top: 0;
    padding-bottom: 0;
}

/***

====================================================================
	Intro Section style
====================================================================

***/


.intro-section {
    position: relative;
    color: #ffffff;
    padding: 40px 0px;
    background-color: rgba(250, 0, 15, 0.85);
}

.intro-section.theme-two {
    background-color: #383534;
}

.intro-section.theme-two .dark-btn {
    background-color: #545c66;
}

.intro-section.theme-two .dark-btn:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #292929;
}

.intro-section .border {
    position: relative;
    /*border: 1px solid rgba(255, 255, 255, 0.50);*/
    /*padding: 40px 25px;*/
    /*background: #fb4e4e;*/
}

.intro-section.theme-two .border {
    /*background: #2c333b;*/
}

.intro-section h3 {
    font-size: 24px;
    text-transform: uppercase;
}

/***

====================================================================
	Tabs Section style
====================================================================

***/

.tabs-section {
    position: relative;
    padding: 40px 0px 0px;
    background: #ffffff;
}

.tabs-box .buttons-side {
    position: relative;
    float: right !important;
    margin-bottom: 30px;
}

.tabs-box .tab-buttons {
    position: relative;
}

.tabs-box .tab-buttons li {
    position: relative;
    margin-bottom: 20px;
}

.tabs-box .tab-buttons .tab-btn {
    position: relative;
    display: block;
    border: 1px solid #cccccc;
    /*padding: 20px 20px 20px 90px;*/
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    color: #292929;
}

.tabs-box .tab-buttons .tab-btn * {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.tabs-box .tab-buttons .tab-btn.active-btn,
.tabs-box .tab-buttons .tab-btn:hover {
    background: #383534;
    color: #ffffff;
    border-color: #383534;
}

.tabs-box .tab-buttons .tab-btn .icon {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    color: #fa000f;
    font-size: 42px;
}

.tabs-box .tab-buttons .tab-btn.active-btn .icon,
.tabs-box .tab-buttons .tab-btn:hover .icon {
    color: #ffffff;
}

.tabs-section .tab-buttons .tab-btn h4 {
    font-size: 16px;
    margin-bottom: 0px;
}

.tabs-box .tab-buttons .tab-btn p {
    font-size: 14px;
    color: #a7a7a7;
    margin-bottom: 0px;
}

.tabs-box .tab-buttons .tab-btn.active-btn p,
.tabs-box .tab-buttons .tab-btn:hover p {
    color: #ffffff;
}

.tabs-box .tabs-content {
    position: relative;
    float: left !important;
}

.tabs-box .tab-title {
    position: relative;
    margin-bottom: 20px;
}

.tabs-box .tab-title h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.tabs-box .tab-title h3 {
    font-size: 22px;
    color: #fa000f;
    margin-bottom: 0px;
}

.tabs-box .tab .text {
    position: relative;
    margin-bottom: 30px;
    line-height: 1.8em;
    color: #333;
}

.tabs-box .tab .list {
    position: relative;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.tabs-box .tab .list ul li {
    position: relative;
    line-height: 30px;
    padding-left: 30px;
    margin-bottom: 15px;
}

.tabs-box .tab .list ul li:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 30px;
    line-height: 30px;
    padding-right: 15px;
    font-size: 18px;
    color: #fa000f;
}

.tabs-box .tab {
    position: relative;
    display: none;
    left: 20px;
    transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
}

.tabs-box .tab.active-tab {
    display: block;
    left: 0px;
}

/***

====================================================================
	Testimonials Section style
====================================================================

***/

.testimonials-section {
    position: relative;
    padding: 30px 0px 0px;
    margin-bottom: 40px;
    /*background: url(../images/background/texture-map.png) center center no-repeat;*/
    /*background-color: #3d3d3d;*/
}

/*.testimonials-section .sec-title {*/
/*border: none;*/
/*color: #ffffff;*/
/*}*/

/*.testimonials-section .sec-title h3 {*/
/*display: inline-block;*/
/*padding: 0px 0px 10px;*/
/*border-bottom: 2px solid #fa000f;*/
/*}*/

/*.testimonials-section.theme-two .sec-title h3 {*/
/*border-bottom: 2px solid #ffffff;*/
/*}*/

.testimonials-section.theme-two {
    background-color: #fa000f;
}

.testimonials-section .testimonials-slider {
    position: relative;
}

.testimonials-section .testimonials-slider.three-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 20px;

}


.testimonials-section .testimonials-slider.three-column .slide-item {
    width: calc((100% / 3) - 10px);
    padding: 0 10px;
    margin: 0 5px;
    margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
    .testimonials-section .testimonials-slider.three-column .slide-item {
        width: calc((100% / 2) - 10px);
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 540px) {
    .testimonials-section .testimonials-slider.three-column .slide-item {
        width: calc(100% - 10px);
        margin-bottom: 30px;
    }
}

.testimonials-section .testimonials-slider .slide-item {
    position: relative;
    margin: 50px 0px 0px 0px;
    text-align: center;
}

.testimonials-section .testimonials-slider .image-box {
    position: relative;
    width: 80px;
    height: 80px;
    margin: -40px auto 0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}

.testimonials-section .testimonials-slider .image-box img {
    position: relative;
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}

.testimonials-section .slide-item h3 {
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin: 0px 5px 20px 0px;
}

.testimonials-section .rating {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.testimonials-section .rating span {
    font-size: 16px;
    position: relative;
    display: inline-block;
    color: #ffd700;
    /*width: 20px;*/
    /*height: 16px;*/
    /*background: url(../images/icons/star-icon.png) center center no-repeat;*/
}

.testimonials-section .slide-text {
    position: relative;
    font-size: 14px;
    color: #565656;
    font-style: italic;
    line-height: 2em;
    padding: 20px;
}

@media screen and (max-width: 991px) {
    .testimonials-section .slide-text {
        padding: 5px;
    }
}

.testimonials-section .column-carousel.three-column .owl-nav {
    display: none !important;
}

.testimonials-section .column-carousel.three-column .owl-controls {
    position: relative;
    text-align: center;
    padding: 20px 0px;
    top: 0px;
}

.testimonials-section .column-carousel.three-column .owl-dots {
    display: block !important;
}

.testimonials-section .column-carousel.three-column .owl-dot span {
    background: #909090;

}

.testimonials-section .column-carousel.three-column .owl-dot span:hover,
.testimonials-section .column-carousel.three-column .owl-dot.active span {
    background: #fa000f;

}

.testimonials-section.theme-two .column-carousel.three-column .owl-dot span {
    background: #fbf948;

}

.testimonials-section.theme-two .column-carousel.three-column .owl-dot span:hover,
.testimonials-section.theme-two .column-carousel.three-column .owl-dot.active span {
    background: #ffffff;

}

/***

====================================================================
	Contact Options style
====================================================================

***/

.contact-options {
    position: relative;
    padding: 0px;
    background-color: #ffffff;
    border-bottom: 3px solid #fa000f;
}

.contact-options .info-box {
    position: relative;
    float: right;
    padding: 7px 20px;
    background: #fa000f;
    color: #ffffff;
}

.contact-options .info-box li {
    display: inline-block;
    min-width: 200px;
    padding-right: 30px;
    font-size: 14px;
}

.contact-options .info-box li a {
    color: #ffffff;
}

.contact-options .info-box li a:hover {
    opacity: 0.80;
}

.contact-options .info-box li .fa {
    font-size: 16px;
    padding-right: 10px;
}

/***

====================================================================
	Our Team style
====================================================================

***/

.team-section {
    position: relative;
    padding: 50px 0px 30px;
    background: #ffffff;
}

.column-carousel.four-column {
    margin-top: -15px;
}

.column-carousel.four-column .column-box {
    padding-top: 15px;
    padding-bottom: 15px;
}

.team-box {
    margin-bottom: 0px !important;
}

.team-box .social-links {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding-right: 42px;
    width: 100%;
}

.team-box .social-links .plus-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 42px;
    height: 42px;
    background: #fa000f url(../images/icons/icon-plus.png) center center no-repeat;
    cursor: pointer;
    z-index: 3;
}

.team-box .social-links .links {
    position: absolute;
    right: 0;
    bottom: 0px;
    transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    z-index: 1;
}

.team-box .social-links:hover .links {
    /*right: 46px;*/
}

.team-box .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px;
}

.team-box .social-links li a {
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background: #fa000f;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.team-box .social-links li a:hover {
    background: #383534;
}

.team-box h3 {
    text-transform: capitalize !important;
    margin-bottom: 5px !important;
}

.team-box .occupation {
    font-size: 16px;
    color: #fa000f;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.column-carousel .owl-dots {
    display: none !important;
}

.column-carousel .owl-controls {
    position: absolute;
    right: 0px;
    top: -60px;
}

.column-carousel.two-column .owl-controls {
    top: -75px;
}

.column-carousel .owl-controls .owl-next {
    position: absolute;
    right: 0px;
    top: -24px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    color: #292929 !important;
    border: 1px solid #dddddd;
    margin: 0px !important;
    background-color: #fff !important;
}


.column-carousel .owl-controls .owl-prev {
    position: absolute;
    right: 58px;
    top: -24px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border: 1px solid #dddddd;
    margin: 0px !important;
    background-color: #fff !important;
}

.column-carousel .owl-controls .owl-next i,
.column-carousel .owl-controls .owl-prev i {
    font-size: 22px;
    line-height: 32px;
    color: #292929;
}

.column-carousel .owl-controls .owl-next:hover,
.column-carousel .owl-controls .owl-prev:hover {
    border-color: #fa000f;
}

/***

====================================================================
	Blog Section style
====================================================================

***/

.blog-section {
    position: relative;
    padding: 50px 0px 20px;
    background: #ffffff;
}

.blog-section .column-box .inner-box {
    max-width: 580px !important;
}

.blog-section .column-box .inner-box {
    padding-left: 50%;
    min-height: 260px;
}

.blog-section .column-box .post-content {
    padding: 20px;
}

.blog-section .column-box .inner-box .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-section .column-box .inner-box .image img {
    display: none;
}

.blog-section .column-box .post-title {
    text-transform: capitalize !important;
}

.blog-section .column-box .date {
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    color: #fa000f;
}

.blog-section .column-box .text {
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    color: #565656;
}

.blog-section .column-box .theme-btn {
    float: none;
    margin: 0px;
}

/***

====================================================================
	Sponsors Style
====================================================================

***/

.sponsors {
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 22px 0px;
    border-top: 1px solid #d0d0d0;
}

.sponsors .auto-container {
    padding-left: 30px;
    padding-right: 30px;
}

.sponsors .slider {
    position: static;
}

.sponsors .slider .owl-stage-outer {
    z-index: 10;
}

.sponsors li img {
    position: relative;
    display: inline-block !important;
    width: auto !important;
    max-width: 100% !important;
    opacity: 0.80;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
}

.sponsors li img:hover {
    opacity: 1;
}

.sponsors .owl-dots {
    display: none !important;
}

.sponsors .owl-controls {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    margin: 0px !important;
    opacity: 0.40;
}

.sponsors:hover .owl-controls {
    opacity: 1;
}

.sponsors .owl-controls .owl-prev {
    position: absolute;
    left: 20px;
    top: 50px;
    margin: 0px;
    width: 50px;
    height: 50px;
    border: 1px solid #3d3d3d;
    font-size: 0px;
    overflow: hidden;
    text-indent: 100px;
    background: url(../images/icons/arrow-prev.png) center center no-repeat !important;
}

.sponsors .owl-controls .owl-next {
    position: absolute;
    right: 20px;
    top: 50px;
    margin: 0px;
    width: 50px;
    height: 50px;
    border: 1px solid #3d3d3d;
    font-size: 0px;
    overflow: hidden;
    text-indent: 100px;
    background: url(../images/icons/arrow-next.png) center center no-repeat !important;
}

/***

====================================================================
	Main Footer style
====================================================================

***/

.main-footer {
    position: relative;
    background: #383534;
}

.main-footer .footer-upper {
    position: relative;
    padding: 40px 0px 10px;
}

.main-footer .footer-upper .col-md-3 {
    position: relative;
    margin-bottom: 25px;
}

.main-footer .footer-upper .footer-widget {
    position: relative;
    max-width: 600px;

}

.main-footer .footer-upper h3 {
    position: relative;
    font-size: 18px;
    margin-bottom: 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
}

.main-footer .footer-upper .text {
    position: relative;
    font-size: 14px;
    font-family: 'Droid Sans', sans-serif;
    margin-bottom: 10px;
    color: #ffffff;
    line-height: 25px;
}

.main-footer .footer-upper .info {
    position: relative;
    font-size: 14px;
}

.main-footer .footer-upper .info li {
    position: relative;
    margin-bottom: 5px;
    line-height: 1.7em;
    color: #ffffff;
}

.main-footer .footer-upper .info li strong {
    position: relative;
    padding-right: 10px;
    font-weight: 500;
    color: #ffffff;
}

.main-footer .footer-upper a:not(.createdBy--link) {
    color: #fa000f;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.main-footer .footer-upper a:not(.createdBy--link):hover {
    color: #11c3f0 !important;
}

.main-footer .footer-upper .links {
    position: relative;
    font-size: 16px;
}

.main-footer .footer-upper .links li {
    position: relative;
    margin-bottom: 10px;
    line-height: 30px;
    overflow: hidden;
}

.main-footer .footer-upper .links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.main-footer .footer-upper .links li a:hover {
    color: #fa000f !important;
}

.main-footer .footer-upper .links li a i {
    color: #fa000f;
    margin-right: 7px;
    font-size: 17px;
}

.main-footer .footer-upper .newsletter-widget .form {
    position: relative;
    padding-top: 15px;
    margin-bottom: 40px;
}

.main-footer .footer-upper .newsletter-widget .form-group {
    position: relative;
    display: block;
    margin: 0px;
}

.main-footer .footer-upper .newsletter-widget input,
.main-footer .footer-upper .newsletter-widget textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 8px 40px 8px 15px;
    color: #292929;
    font-size: 15px;
    background: #ffffff;
    border: 1px solid #ddd;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.main-footer .footer-upper .newsletter-widget input:focus,
.main-footer .footer-upper .newsletter-widget textarea:focus {
    border: 1px solid #fa000f;

}

.main-footer .footer-upper .newsletter-widget button {

    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: #fa000f;
    border: 1px solid #fa000f;
    display: block;
    width: 100%;
    padding: 5px 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.main-footer .footer-upper .newsletter-widget button:hover {
    color: #fa000f;
}

.main-footer .footer-upper .newsletter-widget button:before {
    background: #fff;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 5px 0px;
    font-size: 14px;
    line-height: 20px;
    background: #2c343d;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .main-footer .footer-bottom {
        text-align: center;
    }
}

.main-footer .footer-bottom .copyright {
    padding: 12px 0px;
}

.main-footer .social-links {
    position: relative;
    text-align: right;
    padding-bottom: 6px;
}

@media screen and (max-width: 1199px) {
    .main-footer .social-links {
        padding-right: 50px;
    }
}

@media screen and (max-width: 767px) {
    .main-footer .social-links {
        padding-right: 0;
        text-align: center;
    }
}


.main-footer .social-links a img {
    display: block;
    max-width: 100%;
    height: auto;
}

.main-footer .social-links a {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    /*background: #4a4a4a;*/
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    margin: 9px 2px 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
}

.main-footer .social-links a:hover {
    /*background: #fa000f;*/
}


.links__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /*padding: 0 10px;*/
}

.links__wrap ul {
    max-width: 49%;
}

@media screen and (max-width: 640px) {
    .links__wrap {
        margin-bottom: 15px;
    }

    .links__wrap ul {
        max-width: 100%;
    }
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/


.scroll-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 48px;
    height: 48px;
    color: #ffffff;
    /*background: #4a4a4a url(../images/icons/arrow-up.png) center center no-repeat;*/
    font-size: 20px;
    background-color: #4a4a4a;
    line-height: 48px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
}

.scroll-to-top:hover {
    background-color: #fa000f;
    color: #ffffff;
}

/***

====================================================================
	Default Section Style
====================================================================

***/

.default-section {
    position: relative;
    width: 100%;
    padding: 50px 0px 30px;
    background: #ffffff;
}

.default-content {
    position: relative;
    margin-bottom: 40px;
}

.default-content h2 {
    font-size: 26px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.default-content h3 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #fa000f;
}

.default-content .text {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    color: #565656;
}

.default-section .column-box .text-center .theme-btn {
    margin: 0px !important;
    float: none !important;
}

/***

====================================================================
	Gallery Tabs Style
====================================================================

***/

.gallery-tabs {
    position: relative;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
}

.gallery-tabs .tabs-two {
    position: static;
    min-height: 540px;
}

.gallery-tabs .tabs-two .buttons-side {
    position: relative;
    float: right !important;
    margin-bottom: 30px;
}

.gallery-tabs .tabs-two .tab-buttons {
    position: relative;
}

.gallery-tabs .tabs-two .tab-buttons li {
    position: relative;
    margin-bottom: 24px;
}

.gallery-tabs .tabs-two .tab-buttons .tab-btn {
    position: relative;
    display: block;
    border: 1px solid #cccccc;
    padding: 20px 20px 20px 90px;
    font-size: 14px;
    color: #292929;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.gallery-tabs .tabs-two .tab-buttons .tab-btn * {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.gallery-tabs .tabs-two .tab-buttons .tab-btn.active-btn,
.gallery-tabs .tabs-two .tab-buttons .tab-btn:hover {
    background: #383534;
    color: #ffffff;
    border-color: #383534;
}

.gallery-tabs .tabs-two .tab-buttons .tab-btn .icon {
    position: absolute;
    left: 20px;
    top: 28px;
    width: 70px;
    height: 70px;
    color: #fa000f;
    font-size: 42px;
}

.gallery-tabs .tabs-two .tab-buttons .tab-btn.active-btn .icon,
.gallery-tabs .tabs-two .tab-buttons .tab-btn:hover .icon {
    color: #ffffff;
}

.gallery-tabs .tabs-two .tab-buttons .tab-btn h4 {
    font-size: 16px;
    margin-bottom: 0px;
}

.gallery-tabs .tabs-two .tab-buttons .tab-btn p {
    font-size: 14px;
    color: #a7a7a7;
    margin-bottom: 0px;
}

.gallery-tabs .tabs-two .tab-buttons .tab-btn.active-btn p,
.gallery-tabs .tabs-two .tab-buttons .tab-btn:hover p {
    color: #ffffff;
}

.gallery-tabs .tabs-two .buttons-side {
    z-index: 2;
}

.gallery-tabs .tabs-two .tabs-content {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px 80px 0px 0px;
    height: 540px;
}

.gallery-tabs .tabs-two .tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 540px;
    padding-right: 80px;
    left: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
}

.gallery-tabs .tabs-two .tab.active-tab {
    left: 0px;
    opacity: 1;
    visibility: visible;
    z-index: 3;
}

.gallery-tabs .tabs-two .slide-item {
    position: relative;
    height: 530px;
    width: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.gallery-tabs .tabs-two .slide-item .lightbox-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #fa000f;
    opacity: 0;
    transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
}

.gallery-tabs .tabs-two .slide-item .lightbox-image:hover {
    opacity: 0.25;
}

.gallery-tabs .tabs-two .bx-controls {
    position: absolute;
    right: 92px !important;
    bottom: 62px !important;
    z-index: 5;
}

.gallery-tabs .tabs-two .bx-controls .bx-next {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 42px;
    height: 42px;
    text-indent: 100px;
    overflow: hidden;
    border: 1px solid #292929;
    margin: 0px !important;
    background: url(../images/icons/arrow-next.png) center center no-repeat !important;
    background-color: rgba(255, 255, 255, 0.75) !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
}

.gallery-tabs .tabs-two .bx-controls .bx-prev {
    position: absolute;
    right: 52px;
    top: 0px;
    width: 42px;
    height: 42px;
    text-indent: 100px;
    overflow: hidden;
    border: 1px solid #292929;
    margin: 0px !important;
    background: #ffffff url(../images/icons/arrow-prev.png) center center no-repeat !important;
    background-color: rgba(255, 255, 255, 0.75) !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
}

.gallery-tabs .tabs-two .bx-controls .bx-next:hover,
.gallery-tabs .tabs-two .bx-controls .bx-prev:hover {
    border-color: #fa000f;
    background-color: rgba(255, 255, 255, 1) !important;
}


/***

====================================================================
	Services Section Style
====================================================================

***/

.services-section {
    position: relative;
    background: #ffffff;
    padding: 40px 0px 0px;
}

.services-section .post {
    position: relative;
    margin-bottom: 50px;
}

.services-section .post .post-title {
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    padding: 15px 0 12px 70px;
}

.services-section .post .post-title.post-title-p0 {
    padding-left: 0;
}

.services-section .post .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    font-size: 50px;
    color: #fa000f;
    line-height: 32px;
    width: 70px;
}

.services-section.theme-two .post .icon {
    color: #383534;
}

.services-section .post .inner {
    position: relative;
    max-width: 540px;
    margin: 0 auto;
}

.services-section .post .inner + .inner {
    margin-top: 15px;
}

.services-section .post .text {
    position: relative;
    font-size: 15px;
    color: #565656;
}

/***

====================================================================
	Price Plans Style
====================================================================

***/

.price-plans {
    position: relative;
}

.price-plans .table-column {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .price-plans .table-column {
        margin-top: 15px;
    }
}

.price-plans .table-inner {
    position: relative;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.slider__todo {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.price-plans .table-column .table-header {
    position: relative;
    margin-left: -1px;
    margin-right: -1px;
    padding: 20px 10px;
    letter-spacing: 2px;
    cursor: pointer;
    background: url(../images/icons/price-table-header.png) right center no-repeat;
    background-color: #fa000f;
    transition: all 700ms ease-in-out;
    -webkit-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
}

.price-plans .table-column .table-inner:hover .table-header {
    background-position: left center;
    background-color: #383534;
}

.price-plans .table-column .table-header h3 {
    font-size: 15px;
    line-height: 1.8em;
    text-transform: uppercase;
    color: #ffffff;
}

.price-plans .price-column {
    position: relative;
    padding: 25px;
}

.price-plans .price .amount {
    position: relative;
    display: block;
    font-size: 70px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 0;
}

.price-plans .price .amount sup {
    font-size: 50px;
    padding-right: 5px;
}

.price-plans .price p {
    color: #8f8f8f;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.price-plans .list {
    position: relative;
    border-top: 1px dashed #d0d0d0;
}

.price-plans .list h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.price-plans .list li {
    position: relative;
    padding: 8px 5px;
    line-height: 30px;
    color: #7f7f7f;
    border-bottom: 1px dashed #d0d0d0;
}

.price-plans .recommended .table-inner .price p,
.price-plans .recommended .table-inner .list li,
.price-plans .table-inner:hover .price p,
.price-plans .table-inner:hover .list li,
.price-plans .recommended .table-inner .amount,
.price-plans .recommended .table-inner .list h3 {
    color: #383534;
}

.price-plans .list li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    position: relative;
    display: inline-block;
    left: 0px;
    top: 0px;
    width: 25px;
    height: 20px;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #fa000f;
}

.price-plans .recommended .list li:before,
.price-plans .table-inner:hover .list li:before {
    color: #383534;
}

.price-plans .read-more {
    position: relative;
    display: inline-block;
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
    padding: 7px 20px;
    margin-bottom: 30px;
    color: #ffffff;
    background: #fa000f;

    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.price-plans .read-more .fa {
    position: relative;
    padding-right: 15px;
    top: 0;
    font-size: 18px;
}

.price-plans .read-more:before {
    background-color: #383534;
}

.price-plans .recommended .read-more,
.price-plans .table-inner:hover .read-more {
    background: #383534;
}

/***

====================================================================
	Price Plans Section style
====================================================================

***/

.vertical-gallery {
    position: relative;
    background: #ffffff;
    padding: 0px 0px;
}

.ms-tabs-vertical-template .ms-nav-next {
    position: absolute;
    display: block;
    right: 12px;
    bottom: 12px;
    margin: 0px !important;
    width: 42px;
    height: 42px;
    text-indent: 100px;
    overflow: hidden;
    border: 1px solid #292929;
    background: url(../images/icons/arrow-next.png) center center no-repeat !important;
    background-color: rgba(255, 255, 255, 0.75) !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    z-index: 5;
    cursor: pointer;
    opacity: 1 !important;
}

.ms-tabs-vertical-template .ms-nav-prev {
    position: absolute;
    display: block;
    right: 62px;
    bottom: 12px;
    margin: 0px !important;
    width: 42px;
    height: 42px;
    text-indent: 100px;
    overflow: hidden;
    border: 1px solid #292929;
    background: #ffffff url(../images/icons/arrow-prev.png) center center no-repeat !important;
    background-color: rgba(255, 255, 255, 0.75) !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    z-index: 5;
    cursor: pointer;
    opacity: 1 !important;
}

.ms-tabs-vertical-template .ms-nav-next:hover,
.ms-tabs-vertical-template .ms-nav-prev:hover {
    border-color: #fa000f;
    background-color: rgba(255, 255, 255, 1) !important;
}

.vertical-gallery .slide-desc {
    position: absolute;
    left: 0px;
    bottom: -20px;
    font-size: 14px;
    margin-bottom: 20px;
    background: #fa000f;
    color: #ffffff;
    padding: 20px 20px 10px 90px;
    opacity: 1 !important;
}

.vertical-gallery .slide-desc .icon {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 50px;
    color: #ffffff;
    line-height: 50px;
    width: 60px;
}

.vertical-gallery .slide-desc h4 {
    font-size: 16px;
    font-weight: 600;
}

.vertical-gallery .slide-desc p {
    font-size: 14px;
    margin-bottom: 0px;
}

.ms-vertical-template .ms-thumb-frame-selected {
    opacity: 0.60 !important;
}

/***

====================================================================
	Our Features style
====================================================================

***/

.features-section.column-view .column-box .post-content h3 {
    font-size: 14px;
}

.features-section.column-view .column-box .post-content {
    padding: 10px;
}

.features-section.column-view .column-box .post-content h3 + .text {
    margin-top: 0;
}

.features-section {
    position: relative;
    padding: 40px 0px 30px;
    background: #ffffff;
}

.features-section .four-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -10px;
}

.features-section .column-box {
    margin-bottom: 20px;
    width: 25%;
    padding: 0 10px;
}

@media screen and (max-width: 991px) {
    .features-section .column-box {
        width: 33.3%;
    }
}

@media screen and (max-width: 767px) {
    .features-section .column-box {
        width: 50%;
    }
}

@media screen and (max-width: 540px) {
    .features-section .column-box {
        width: 100%;
    }
}

.features-section.column-view .column-box .post-content .text ul {
    padding-left: 10px;
}

.features-section.column-view .column-box .post-content .text ul li {
    font-size: 14px;
}


/***

====================================================================
	Page Banner style
====================================================================

***/

.page-banner {
    position: relative;
    padding: 60px 0px 0px;
    background-color: #383534;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner .page-title {
    position: relative;
    margin-bottom: 25px;
    text-align: center;
}

.page-banner .page-title h1 {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    font-size: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 300;
    color: #fa000f;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.80);
}

.page-banner .bread-crumb {
    position: relative;
    line-height: 24px;
    padding-bottom: 10px;
}

.page-banner .bread-crumb a,
.page-banner .bread-crumb span {
    position: relative;
    display: inline-block;
    margin: 0 5px 0 0;
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s;
}

.page-banner .bread-crumb a:hover {
    color: #fa000f;
}

.page-banner .bread-crumb a:after {
    font-family: 'FontAwesome';
    content: '\f105';
    position: relative;
    display: inline-block;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}

/***

====================================================================
	Filters Section style
====================================================================

***/

.filter-section {
    position: relative;
    background: #ffffff;
    padding: 50px 0px 20px;
}

.filter-section .sec-title {
    margin: 10px 0px 50px;
}

.filter-section .sec-title.price-toggle {
    margin-bottom: 30px;
}

.filter-section .filter-tabs {
    float: right;
}

.filter-section .filter-tabs li {
    position: relative;
    float: left;
    margin: 0px 15px 10px 0px;
    padding: 2px 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #383534;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.filter-section .filter-tabs li:hover,
.filter-section .filter-tabs li.active {
    background: #383534;
    color: #ffffff;
    border-color: #383534;
}

.filter-section .filter-list {
    position: relative;
}

.filter-section .filter-list .column-box {
    position: relative;
    display: none;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    margin-bottom: 50px !important;
}

.filter-section .pagination li {
    border: none !important;
    margin-right: 2px;
}

.filter-section .pagination li a {
    padding: 10px 20px;
    font-size: 15px;
    color: #292929;
    border: none !important;
}

.filter-section .pagination li:hover a,
.filter-section .pagination li.current a {
    background: #fa000f;
    color: #ffffff;
}


/***

====================================================================
	info-txt Style
====================================================================

 ***/

.info-txt {
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 1.8em;
}

.info-txt ul {
    padding-left: 20px;
}

.info-txt ul li {
    list-style-type: disc;
    list-style-position: inside;
}


/***

====================================================================
        Side Bar Page Style
====================================================================

***/

.sidebar-page {
    position: relative;
    padding-top: 50px;
}

.sidebar-page .left-content {
    position: relative;
}

.sidebar-page .side-bar {
    position: relative;
}

.sidebar-page .three--blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.sidebar-page .three--blog .post {
    width: 33%;
    padding: 0 10px;
}

@media screen and (max-width: 900px) {
    .sidebar-page .three--blog .post {
        width: 50%;
    }
}

@media screen and (max-width: 540px) {
    .sidebar-page .three--blog .post {
        width: 100%;
    }
}

.sidebar-page .post {
    position: relative;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .sidebar-page .post {
        position: relative;
        margin-bottom: 25px;
    }
}

.sidebar-page .post .post-image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.sidebar-page .post .post-image img {
    position: relative;
    width: 100%;
    min-height: 160px;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.sidebar-page .post .post-image:hover img,
.sidebar-page .post-detail .post-image img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
}

.sidebar-page .post .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.sidebar-page .post .overlay .icon {
    position: absolute;
    right: -52px;
    bottom: 0px;
    display: block;
    text-align: center;
    width: 42px;
    height: 42px;
    z-index: 3;
    opacity: 0;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    background: #fa000f;
    border: 1px solid #ffffff;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    border-radius: 5px 0px 0px 0px;
    -webkit-border-radius: 5px 0px 0px 0px;
    -ms-border-radius: 5px 0px 0px 0px;
    -moz-border-radius: 5px 0px 0px 0px;
    -o-border-radius: 5px 0px 0px 0px;
}

.sidebar-page .post:hover .post-image .overlay .icon {
    right: 0px;
    opacity: 1;
}

.sidebar-page .post .caption {
    position: absolute;
    left: -90px;
    top: 0px;
    width: 90px;
    color: #ffffff;
    text-align: center;
    z-index: 5;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.sidebar-page .post:hover .caption,
.sidebar-page .post-detail .caption {
    left: 0px;
}

.sidebar-page .post .caption .date {
    position: relative;
    background: #fa000f;
    padding: 20px 0px 10px;
    font-size: 15px;
    text-transform: uppercase;
}

.sidebar-page .post .caption .day {
    font-size: 38px;
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
}

.sidebar-page .post .caption .comments {
    padding: 10px 0px;
    background: #383534;
    font-size: 14px;
}

.sidebar-page .post .caption .comments .fa {
    font-size: 18px;
}

.sidebar-page .post .post-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
}

.sidebar-page .post .post-title a {
    color: #292929;
}

.sidebar-page .post .post-title a:hover {
    color: #fa000f;
}

.sidebar-page .post .content-box {
    /*padding: 10px 0;*/
    /*border: 1px solid #cccccc;*/
}

.sidebar-page .post .post-info {
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
}

.sidebar-page .post .post-info i,
.sidebar-page .post .post-info a {
    color: #fa000f;
}

.sidebar-page .post .post-text {
    font-size: 16px;
    color: #565656;
    margin-bottom: 15px;
    line-height: 2em;
}

.sidebar-page .post-detail h2 {
    font-size: 30px;
    margin: 0px 0px 30px;
}

.sidebar-page .post-detail .text {
    margin: 30px 0px;
}

.sidebar-page .post-detail {
    font-family: 'Droid Sans', 'Open Sans', sans-serif;
    font-size: 15px;
}

.sidebar-page blockquote {
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-left-color: #fa000f;
}

.sidebar-page .blog-detail a,
.sidebar-page blockquote a {
    color: #fa000f;
}

.sidebar-page .blog-detail p {
    margin-bottom: 24px;
}

.sidebar-page .social-links {
    position: relative;
}

.sidebar-page .social-links a {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 32px;
    text-align: center;
    background: #f1f1f1;
    color: #bcbcbc;
    font-size: 16px;
    line-height: 32px;
    margin: 9px 2px 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
}

.sidebar-page .social-links a:hover {
    background: #fa000f;
    color: #ffffff;
}

.sidebar-page .social-links strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
    padding-right: 40px;
}

.sidebar-page .about-author {
    position: relative;
    padding: 30px;
    border: 1px solid #dddddd;
    margin-bottom: 40px;
}

.sidebar-page .about-author h3 {
    margin-bottom: 30px;
    font-size: 20px;
}

.sidebar-page .about-author .author-info {
    margin-bottom: 20px;
}

.sidebar-page .about-author .author-info strong {
    font-weight: 600;
}

.sidebar-page .about-author .author-desc {
    position: relative;
    padding: 10px 10px 10px 100px;
}

.sidebar-page .about-author .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 84px;
    height: 84px;
}

.sidebar-page .about-author .author-thumb img {
    width: 100%;
    display: block;
}

/***

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page .comments-area {
    position: relative;
}

.sidebar-page .comments-area .comment-box {
    position: relative;
}

.sidebar-page .comments-area .comment {
    position: relative;
    margin: 0px 0px 50px 0px;
    padding: 0px 0px 10px 110px;
}

.sidebar-page .comments-area .reply-comment {
    margin-left: 50px;
}

.sidebar-page .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 84px;
    height: 84px;
}

.sidebar-page .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.sidebar-page .comments-area .comment-info {
    margin-bottom: 10px;
    color: #bcbcbc;
}

.sidebar-page .comments-area .comment-box strong {
    color: #292929;
    font-weight: 600;
}

.sidebar-page .comments-area .reply-btn {
    position: absolute;
    right: 0px;
    top: -10px;
}

/***

====================================================================
	Comment Form
====================================================================

 ***/

.sidebar-page .comment-form {
    position: relative;
}

.sidebar-page .comment-form .sec-title {
    margin-bottom: 30px;
}

.sidebar-page .comment-form .msg-text {
    margin-bottom: 40px;
    color: #565656;
}

.sidebar-page .comment-form .form-group {
    position: relative;
    display: block;
    padding: 0px 0px;
    margin-bottom: 16px;
}

.sidebar-page .comment-form .form-group .form-label {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
}

.sidebar-page .comment-form input[type="text"],
.sidebar-page .comment-form input[type="password"],
.sidebar-page .comment-form input[type="email"],
.sidebar-page .comment-form input[type="tel"],
.sidebar-page .comment-form input[type="number"],
.sidebar-page .comment-form input[type="file"],
.sidebar-page .comment-form input[type="url"],
.sidebar-page .comment-form select,
.sidebar-page .comment-form textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 12px 20px;
    font-size: 14px;
    color: #292929;
    border: 1px solid #dddddd;
    background: #ffffff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.sidebar-page .comment-form input[type="text"]:focus,
.sidebar-page .comment-form input[type="password"]:focus,
.sidebar-page .comment-form input[type="email"]:focus,
.sidebar-page .comment-form input[type="tel"]:focus,
.sidebar-page .comment-form input[type="number"]:focus,
.sidebar-page .comment-form input[type="file"]:focus,
.sidebar-page .comment-form input[type="url"]:focus,
.sidebar-page .comment-form select:focus,
.sidebar-page .comment-form textarea:focus {
    border-color: #292929;
}

.sidebar-page .comment-form input.error,
.sidebar-page .comment-form textarea.error {
    border-color: #ff0000 !important;
    background: rgba(252, 90, 27, 0.05);
}

.sidebar-page .comment-form label.error {
    display: none !important;
}

input.error,
textarea.error {
    border-color: #ff0000 !important;
    background: rgba(252, 90, 27, 0.05);
}

label.error {
    display: none !important;
}

.sidebar-page .comment-form textarea {
    height: 272px;
    resize: none;
    margin-bottom: 20px;
}

.sidebar-page .comment-form button {
    background: #383534;
    padding: 10px 20px;
}

.sidebar-page .comment-form button:before {
    background: #fa000f;
}

.sidebar-page .pagination a {
    position: relative;
    display: block;
    line-height: 20px;
    padding: 12px 16px;
    font-size: 16px;
    color: #292929;
    background: #ffffff;
    border: none;
    font-weight: 600;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
}

.sidebar-page .pagination a:hover, .sidebar-page .pagination a.active {
    background: #fa000f;
    color: #ffffff;
}

/***

====================================================================
	Side Bar Style
====================================================================

 ***/

.side-bar .widget {
    position: relative;
    margin-bottom: 50px;
}

.side-bar .search-form input[type="search"],
.side-bar .search-form input[type="text"] {
    position: relative;
    width: 100%;
    line-height: 24px;
    padding: 8px 48px 8px 15px;
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #2d2d2d;
    height: 42px;
    font-size: 14px;
    color: #292929;
}

.side-bar .search-form input[type="search"]:focus,
.side-bar .search-form input[type="text"]:focus {
    border-color: #fa000f;
}

.side-bar .search-form .form-group {
    position: relative;
}

.side-bar .search-form button {
    position: absolute;
    right: 1px;
    top: 1px;
    line-height: 24px;
    display: block;
    width: 44px;
    height: 40px;
    padding: 8px 10px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: #383534;
}

.side-bar .search-form button:hover {
    background: #fa000f;
}

.side-bar .sec-title {
    margin-bottom: 30px;
}


.side-bar .tags a {
    position: relative;
    display: inline-block;
    margin: 0px 8px 10px 0px;
    line-height: 20px;
    padding: 5px 20px;
    font-size: 14px;
    background: #bcbcbc;
    color: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.side-bar .tags a:hover {
    color: #ffffff;
    background: #fa000f;
}

.side-bar .latest-updates .update-box {
    position: relative;
    padding: 20px 20px;
    border: 1px solid #dddddd;
    font-size: 14px;
    line-height: 1.8em;
    color: #565656;
}

.side-bar .latest-updates h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #292929;
}

.side-bar .latest-comments .comment {
    position: relative;
    margin-bottom: 20px;
}

.side-bar .latest-comments .comment-info {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #292929;
}

.side-bar .latest-comments .comment-info a {
    color: #fa000f;
}

.side-bar .latest-comments .comment .comm-box {
    position: relative;
    padding: 20px 20px 10px;
    border: 1px solid #dddddd;
    font-size: 15px;
    line-height: 2em;
    color: #565656;
}

.side-bar .latest-comments .comment .comm-box p a {
    position: relative;
    color: #565656;
}

.side-bar .latest-comments .comment .comm-box p a:hover {
    color: #fa000f;
}

.side-bar .latest-comments .comment .read-more {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
    background: url(../images/icons/arrow-next.png) center right no-repeat;
}

.side-bar .latest-posts .post {
    position: relative;
    font-size: 15px;
    margin-bottom: 40px;
    min-height: 70px;
    padding: 0px 0px 0px 90px;
}

.side-bar .latest-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
}

.side-bar .latest-posts .post .post-thumb img {
    width: 100%;
    display: block;
}

.side-bar .latest-posts .post h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #292929;
}

.side-bar .latest-posts .post a {
    color: #fa000f;
}

.side-bar .latest-posts .post h4 a {
    color: #292929;
}

.side-bar .latest-posts .post .fa {
    font-size: 18px;
}

.side-bar .cont-info .cont-box {
    position: relative;
    padding: 20px 20px;
    border: 1px solid #dddddd;
    font-size: 14px;
    line-height: 1.8em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #565656;
}

.side-bar .cont-info .cont-box .text {
    position: relative;
    font-size: 15px;
    margin-bottom: 16px;
    color: #565656;
}

.side-bar .cont-info .cont-box .info {
    position: relative;
    font-size: 16px;
}

.side-bar .cont-info .cont-box .info li {
    position: relative;
    margin-bottom: 5px;
    line-height: 1.7em;
    color: #565656;
    font-size: 15px;
}

.side-bar .cont-info .cont-box .info li strong {
    position: relative;
    padding-right: 8px;
    font-weight: 500;
    color: #292929;
}

.side-bar .cont-info .cont-box .info li a {
    color: #fa000f !important;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.side-bar .cont-info .cont-box .info li a:hover {
    /*color: #11c3f0 !important;*/
    text-decoration: underline;
}

/***

====================================================================
	Contact Us Style
====================================================================

 ***/

.contact-form {
    position: relative;
}

.contact-form .sec-title {
    margin-bottom: 30px;
}

.contact-form .msg-text {
    margin-bottom: 40px;
    color: #565656;
}

.contact-form .form-group {
    position: relative;
    display: block;
    padding: 0px 0px;
    margin-bottom: 16px;
}

.contact-form .form-group .form-label {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
}

.contact-form input[type="text"],
.contact-form input[type="password"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="number"],
.contact-form input[type="file"],
.contact-form input[type="url"],
.contact-form select,
.contact-form textarea {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    line-height: 24px;
    padding: 12px 15px;
    font-size: 14px;
    color: #292929;
    border: 1px solid #dddddd;
    background: #ffffff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    border-radius: 5px;
}

.modal-title {
    font-weight: bold;
    text-align: center;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="password"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="number"]:focus,
.contact-form input[type="file"]:focus,
.contact-form input[type="url"]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #292929;
}

.contact-form input.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
    background: rgba(252, 90, 27, 0.05);
}

.contact-form label.error {
    display: none !important;
}

.contact-form textarea {
    height: 159px;
    resize: none;
    margin-bottom: 20px;
}

.contact-form button {
    background: #383534;
    padding: 10px 20px;
}

.contact-form button:before {
    background: #fa000f;
}

.map-location {
    position: relative;
    width: 100%;
    height: 500px;
}


/**
* Header Top Infos Styles.
**/
@media screen and (min-width: 768px) {
    .header-top-infos > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.header-top-infos > ul > li i {
    color: #ff0000;
    font-size: 28px;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}

.header-top-infos > ul > li {
    float: left;
    /*width: calc(100%/3);*/
    border-right: 1px solid #D3D3D3;
    padding: 0 15px;
}


.header-top-infos > ul > li:first-child {
    width: 205px;
}

.header-top-infos > ul > li:nth-child(2) {
    width: 230px;
}

.header-top-infos > ul > li:last-child {
    width: 230px;
}


@media screen and (max-width: 1100px) {
    .header-top-infos > ul > li {
        padding: 0 10px;
    }

    /*.header-top-infos > ul > li:first-child {*/
    /*width: 31%;*/
    /*}*/
    /*.header-top-infos > ul > li:nth-child(2) {*/
    /*width: 35%;*/
    /*}*/
    /*.header-top-infos > ul > li:last-child {*/
    /*width: 34%;*/
    /*}*/
}

@media screen and (max-width: 991px) {
    .header-top-infos > ul > li:first-child {
        /*width: 31%;*/
    }

    .header-top-infos > ul > li:nth-child(2) {
        /*width: 35%;*/
    }

    .header-top-infos > ul > li:last-child {
        width: 180px;
    }
}

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


}


.header-top-infos > ul > li:last-child {
    border: none;
    padding-right: 0;
}

.header-top-infos {
    font-size: 14px;
    line-height: 20px;
    color: #383534;
    padding-right: 0;
}

.header-top-infos p {
    margin-bottom: 5px;
}

.header-top-infos li div img {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.header-top-infos li div a:hover {
    color: #fa000f;

}

.header-top-infos li div a {
    color: #383534;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
}

.header-top-infos li div p {
    float: left;
}

.slider__todo {
    display: inline-block;
    width: auto;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 24px;
    padding: 10px 20px;
    min-width: 150px;
    text-align: center;
    color: #ffffff !important;
    background: #fa000f;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.slider__todo::before {
    background-color: #383534;
}


/* Global style */
#contact-form .btn-tertiary {
    padding: 0;
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin: auto;
    display: block;
    border: 1px solid #dddddd;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 5px;
}

#contact-form .btn-tertiary:active {
    border-color: #292929;
}

/* input file style */
#contact-form .input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#contact-form .input-file + .js-labelFile {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
    cursor: pointer;
    text-align: left;
}

#contact-form .input-file + .js-labelFile .icon:before {
    content: "\f093";
}

#contact-form .input-file + .js-labelFile.has-file .icon:before {
    content: "\f00c";
    color: #5AAC7B;
}


/*lang*/
.main-header .header-lower .auto-container {
    position: relative;
}

.lang {
    display: inline-block;
    padding: 0;
    height: 34px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: top;
    position: absolute;
    top: 7px;
    right: 15px;
    min-width: 65px;
    z-index: 6;
    background-color: #4a4a4a;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
}


@media screen and (max-width: 991px) {
    .lang {
        right: 75px;
        top: 9px;
    }
}

.touch .lang.is-open,
.no-touch .lang:hover {
    height: 68px;
}

.lang li {
    display: block;
}

.no-touch .lang li:hover a {
    background-color: #fa000f;
}

.lang li:first-child a {
    position: relative;
}

.lang li:first-child a {
    border: none;
    /*background: #fa000f !important;*/
    color: #ffffff;
}

.lang li a {
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-top: 1px solid #ccc;
    text-transform: uppercase;

    -o-transition: background-color 300ms ease;

    transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -webkit-transition: background-color 300ms ease;
    -ms-transition: background-color 300ms ease
}

.lang li img {
    max-width: 20px;
    margin-right: 5px;
}

.js-disabled {
    cursor: default !important;
}


@-webkit-keyframes horizontal {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    6% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    12% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    18% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    24% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    30% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    100%, 36% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}


@keyframes horizontal {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    6% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    12% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    18% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    24% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    30% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    100%, 36% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.faa-horizontal.animated, .faa-horizontal.animated-hover:hover {
    -webkit-animation: horizontal 2s ease infinite;
    animation: horizontal 2s ease infinite
}

.faa-horizontal.animated-hover.faa-fast:hover, .faa-horizontal.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
    -webkit-animation: horizontal 1s ease infinite;
    animation: horizontal 1s ease infinite
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-w {
    width: 350px;
}

@media screen and (max-width: 480px) {
    .modal-w {
        width: 300px;
    }
}

.modal .contact-form--btn {
    width: 100%;
}

.close {
    position: relative;
    z-index: 5;
}


@media screen and (max-width: 767px) {
    .main-header .header-top .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.filter-box {
    margin-bottom: 25px;
}


.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}


.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}


/*nts_style*/
.modal-body_msg {
    display: none;
}

.modal-body_msg_review {
    display: none;
}


.createdBy {
    margin-top: 30px;
    font-size: 14px;
}

@media screen and (max-width: 600px) {
    .createdBy {
        text-align: center;
    }
}

.createdBy span {
    font-weight: lighter;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.createdBy a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    transition: color ease .3s;
}

.createdBy a:hover {
    color: #fa000f;
}

.createdBy a:hover img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}

.createdBy img {
    width: 38px;
    display: inline-block;
    vertical-align: middle;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    transition: all ease .3s;
    backface-visibility: hidden;
    position: relative;
    top: -2px;
}


@media screen and (max-width: 991px) {
    .main-menu .collapse.in {
        max-height: calc(100vh - 66.5px - 80px);
        overflow-y: auto;
    }
}

.column-view .column-box.mix_all .post-content {
    padding: 0;
}


.price-item-list {
    display: none;
    padding-bottom: 25px;
}
ul.special-checkbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row wrap;
}


@media screen and (min-width: 768px) {
    ul.special-checkbox li b{
        position: absolute;
        top: 50%;
        right: 25px;
        font-size: 18px;
        transform: translateY(-50%);
    }
}

ul.special-checkbox li {
    width: 49%;
    position: relative;
    display: block;
    color: #292929;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    padding: 20px 25px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


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

    ul.special-checkbox li {
        padding: 15px 10px;
    }
    ul.special-checkbox li b {
        font-size: 18px;
    }
    ul.special-checkbox li b,.price-position{
        padding-left: 35px;
        display: block;
        text-align: left;
        width: 100%;
    }
    ul.special-checkbox li {
        width: 100%;
    }
    .price-btn {
        text-align: center;
    }
}

ul.special-checkbox li .input-checker {
    width: 18px;
    height: 18px;
    border: 1px solid #e3e3e3;
    margin-right: 18px;
    display: inline-block;
    vertical-align: bottom;
}
@media screen and (max-width: 767px) {
    ul.special-checkbox li .input-checker {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
}

ul.special-checkbox li .input-checker input[type='checkbox'] {
    display: none;
}

ul.special-checkbox li.active {
    background-color: #fa000f;
    color: #ffffff;
}

ul.special-checkbox li.active .input-checker:before {
    content: '\f14a';
    font-family: 'FontAwesome';
    font-size: 21px;
    color: #fff;
}

ul.special-checkbox li.active .input-checker {
    border: none;
}

.prices-modal-list label:hover {color: #fa000f;}
.prices-modal-list label {
    cursor: pointer;
    display: block;
    transition: ease color .3s;
}

.prices-modal-list label i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.main-footer .footer-upper .newsletter-widget input, .main-footer .footer-upper .newsletter-widget textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.main-footer .footer-upper .newsletter-widget button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
