@charset "UTF-8";
/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@import url(font-awesome.css);
@import url(flaticon.css);
@import url(animate.css);

.fancybox-nav, .owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent
}

*, a:focus, a:hover, a:visited {
    outline: 0
}

li, ul, ul.tabs {
    list-style: none
}

.default-form select, select {
    -webkit-appearance: none;
    -moz-appearance: none
}

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

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

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

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

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

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

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

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

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

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

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

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

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

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

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

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

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-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;
    transform-style: preserve-3d
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

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

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

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

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

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

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

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

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

.fancybox-opened {
    z-index: 8030
}

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

.hvr-grow, .hvr-shrink {
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: transform
}

.fancybox-inner {
    overflow: hidden
}

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

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

.fancybox-title-float-wrap .child, .fancybox-title-outside-wrap, .fancybox-title-over-wrap, .hvr-back-pulse:active, .hvr-back-pulse:focus, .hvr-back-pulse:hover, .hvr-bounce-to-bottom:active, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:hover, .hvr-bounce-to-right:active, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:hover, .hvr-bounce-to-top:active, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:hover, .hvr-fade:active, .hvr-fade:focus, .hvr-fade:hover, .hvr-radial-in:active, .hvr-radial-in:focus, .hvr-radial-in:hover, .hvr-radial-out:active, .hvr-radial-out:focus, .hvr-radial-out:hover, .hvr-rectangle-in:active, .hvr-rectangle-in:focus, .hvr-rectangle-in:hover, .hvr-rectangle-out:active, .hvr-rectangle-out:focus, .hvr-rectangle-out:hover, .hvr-shutter-in-horizontal:active, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:hover, .hvr-shutter-in-vertical:active, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:hover, .hvr-shutter-out-horizontal:active, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:hover, .hvr-shutter-out-vertical:active, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:hover, .hvr-sweep-to-bottom:active, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:hover, .hvr-sweep-to-left:active, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:hover, .hvr-sweep-to-right:active, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:hover, .hvr-sweep-to-top:active, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:hover {
    color: #fff
}

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

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

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

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

.fancybox-close, .fancybox-nav, .fancybox-nav span {
    z-index: 8040;
    position: absolute;
    cursor: pointer
}

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

.fancybox-close {
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    text-decoration: none;
    background: url(../images/fancybox/blank.gif)
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    visibility: hidden
}

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

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

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

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

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

.fancybox-lock {
    width: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
.hvr-grow {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-property: transform
}

.hvr-rotate, .hvr-shrink {
    -webkit-transition-duration: .3s
}

.hvr-grow:active, .hvr-grow:focus, .hvr-grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hvr-shrink {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: .3s;
    transition-property: transform
}

.hvr-pulse, .hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-grow-rotate, .hvr-rotate {
    -webkit-transition-property: transform
}

.hvr-shrink:active, .hvr-shrink:focus, .hvr-shrink:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.hvr-pulse {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden
}

.hvr-pulse:active, .hvr-pulse:focus, .hvr-pulse:hover {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.hvr-pulse-grow {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden
}

.hvr-pulse-shrink, .hvr-push {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden
}

.hvr-pulse-grow:active, .hvr-pulse-grow:focus, .hvr-pulse-grow:hover {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.hvr-pulse-shrink {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-pulse-shrink:active, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:hover {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes hvr-push {
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.hvr-pop, .hvr-push {
    -webkit-transform: translateZ(0);
    -moz-osx-font-smoothing: grayscale
}

.hvr-push {
    transform: translateZ(0);
    backface-visibility: hidden
}

.hvr-bounce-in, .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden
}

.hvr-push:active, .hvr-push:focus, .hvr-push:hover {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.hvr-pop {
    transform: translateZ(0);
    backface-visibility: hidden
}

.hvr-pop:active, .hvr-pop:focus, .hvr-pop:hover {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.hvr-bounce-in {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.hvr-bounce-out, .hvr-rotate {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-bounce-in:active, .hvr-bounce-in:focus, .hvr-bounce-in:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.hvr-bounce-out {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.hvr-bounce-out:active, .hvr-bounce-out:focus, .hvr-bounce-out:hover {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.hvr-rotate {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    transition-duration: .3s;
    transition-property: transform
}

.hvr-float, .hvr-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -webkit-transition-duration: .3s
}

.hvr-rotate:active, .hvr-rotate:focus, .hvr-rotate:hover {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg)
}

.hvr-grow-rotate {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: .3s;
    transition-property: transform
}

.hvr-float, .hvr-sink {
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: transform
}

.hvr-grow-rotate:active, .hvr-grow-rotate:focus, .hvr-grow-rotate:hover {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg)
}

.hvr-float {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    transition-duration: .3s;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-bob, .hvr-sink {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden
}

.hvr-sink, .hvr-skew {
    -webkit-transition-duration: .3s
}

.hvr-float:active, .hvr-float:focus, .hvr-float:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hvr-sink {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    transition-duration: .3s;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-skew, .hvr-skew-forward {
    -webkit-transition-property: transform
}

.hvr-sink:active, .hvr-sink:focus, .hvr-sink:hover {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

@-webkit-keyframes hvr-bob {
    0%, 100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
}

@keyframes hvr-bob {
    0%, 100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

.hvr-bob, .hvr-hang {
    -webkit-transform: translateZ(0)
}

.hvr-bob {
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-hang, .hvr-skew {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-bob:active, .hvr-bob:focus, .hvr-bob:hover {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}

.hvr-hang:active, .hvr-hang:focus, .hvr-hang:hover, .hvr-icon-bob:active:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:hover:before {
    -webkit-animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    -webkit-animation-direction: normal, alternate
}

@-webkit-keyframes hvr-hang {
    0%, 100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
}

@keyframes hvr-hang {
    0%, 100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
}

@-webkit-keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

.hvr-hang {
    transform: translateZ(0);
    backface-visibility: hidden
}

.hvr-hang:active, .hvr-hang:focus, .hvr-hang:hover {
    -webkit-animation-name: hvr-hang-sink, hvr-hang;
    animation-name: hvr-hang-sink, hvr-hang;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

.hvr-skew {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    transition-duration: .3s;
    transition-property: transform
}

.hvr-skew-backward, .hvr-skew-forward {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    -moz-osx-font-smoothing: grayscale
}

.hvr-skew:active, .hvr-skew:focus, .hvr-skew:hover {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
}

.hvr-skew-forward {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    transition-duration: .3s;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.hvr-skew-forward:active, .hvr-skew-forward:focus, .hvr-skew-forward:hover {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
}

.hvr-skew-backward {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.hvr-wobble-horizontal, .hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden
}

.hvr-fade, .hvr-sweep-to-right {
    -webkit-transition-duration: .3s
}

.hvr-skew-backward:active, .hvr-skew-backward:focus, .hvr-skew-backward:hover {
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
}

@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.hvr-wobble-vertical {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-wobble-vertical:active, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:hover {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.hvr-wobble-horizontal {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-wobble-to-bottom-right, .hvr-wobble-to-top-right {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-wobble-horizontal:active, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:hover {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px)
    }
    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px)
    }
    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px)
    }
    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }
    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px)
    }
    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px)
    }
    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px)
    }
    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }
    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.hvr-wobble-to-bottom-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden
}

.hvr-wobble-to-bottom-right:active, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:hover {
    -webkit-animation-name: hvr-wobble-to-bottom-right;
    animation-name: hvr-wobble-to-bottom-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px)
    }
    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px)
    }
    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px)
    }
    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }
    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes hvr-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px)
    }
    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px)
    }
    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px)
    }
    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }
    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.hvr-wobble-to-top-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden
}

.hvr-wobble-bottom, .hvr-wobble-top {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden
}

.hvr-wobble-to-top-right:active, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:hover {
    -webkit-animation-name: hvr-wobble-to-top-right;
    animation-name: hvr-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.hvr-wobble-top {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.hvr-wobble-top:active, .hvr-wobble-top:focus, .hvr-wobble-top:hover {
    -webkit-animation-name: hvr-wobble-top;
    animation-name: hvr-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.hvr-wobble-bottom {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.hvr-buzz, .hvr-wobble-skew {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-wobble-bottom:active, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:hover {
    -webkit-animation-name: hvr-wobble-bottom;
    animation-name: hvr-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.hvr-wobble-skew {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden
}

.hvr-wobble-skew:active, .hvr-wobble-skew:focus, .hvr-wobble-skew:hover {
    -webkit-animation-name: hvr-wobble-skew;
    animation-name: hvr-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

.hvr-buzz, .hvr-buzz-out {
    -webkit-transform: translateZ(0)
}

.hvr-buzz {
    transform: translateZ(0);
    backface-visibility: hidden
}

.hvr-buzz-out, .hvr-fade {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden
}

.hvr-buzz:active, .hvr-buzz:focus, .hvr-buzz:hover {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes hvr-buzz-out {
    10%, 30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20%, 40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50%, 70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60%, 80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes hvr-buzz-out {
    10%, 30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20%, 40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50%, 70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60%, 80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.hvr-buzz-out {
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-back-pulse, .hvr-fade {
    -webkit-transform: translateZ(0);
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden
}

.hvr-buzz-out:active, .hvr-buzz-out:focus, .hvr-buzz-out:hover {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.hvr-fade {
    transform: translateZ(0);
    backface-visibility: hidden;
    transition-duration: .3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color
}

.hvr-back-pulse, .hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden
}

.hvr-fade:active, .hvr-fade:focus, .hvr-fade:hover {
    background-color: #2098d1
}

@-webkit-keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32, 152, 209, .75)
    }
}

@keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32, 152, 209, .75)
    }
}

.hvr-sweep-to-left:before, .hvr-sweep-to-right:before {
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transition-timing-function: ease-out
}

.hvr-back-pulse {
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color
}

.hvr-back-pulse:active, .hvr-back-pulse:focus, .hvr-back-pulse:hover {
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #2098d1
}

.hvr-sweep-to-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    transition-duration: .3s
}

.hvr-sweep-to-bottom, .hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-sweep-to-right:before {
    position: absolute;
    -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: .3s;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

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

.hvr-sweep-to-left {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-sweep-to-left:before {
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-sweep-to-bottom:before, .hvr-sweep-to-top:before {
    -webkit-transition-timing-function: ease-out;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1
}

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

.hvr-sweep-to-bottom {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-bounce-to-right, .hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden
}

.hvr-sweep-to-bottom:before {
    position: absolute;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

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

.hvr-sweep-to-top {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-sweep-to-top:before {
    position: absolute;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

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

.hvr-bounce-to-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.hvr-bounce-to-bottom, .hvr-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-bounce-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: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-bounce-to-right:active:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.hvr-bounce-to-left {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.hvr-bounce-to-left: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: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-bounce-to-left:active, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:hover {
    color: #fff
}

.hvr-bounce-to-left:active:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.hvr-bounce-to-bottom {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.hvr-bounce-to-top, .hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden
}

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

.hvr-bounce-to-bottom:active:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.hvr-bounce-to-top:before, .hvr-radial-out:before {
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-timing-function: ease-out
}

.hvr-bounce-to-top {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.hvr-bounce-to-top:before {
    position: absolute;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    transition-timing-function: ease-out
}

.hvr-bounce-to-top:active:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.hvr-radial-out {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-radial-in, .hvr-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-radial-in, .hvr-radial-out:before {
    background: #2098d1;
    -webkit-transition-duration: .3s
}

.hvr-radial-out:before {
    position: absolute;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-radial-in:before, .hvr-rectangle-in:before {
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-timing-function: ease-out
}

.hvr-radial-out:active:before, .hvr-radial-out:focus:before, .hvr-radial-out:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2)
}

.hvr-radial-in {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    transition-duration: .3s
}

.hvr-radial-in:before {
    position: absolute;
    background: #e1e1e1;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-radial-in:active:before, .hvr-radial-in:focus:before, .hvr-radial-in:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.hvr-rectangle-in {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-rectangle-out, .hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden
}

.hvr-rectangle-in:before, .hvr-rectangle-out {
    background: #e1e1e1;
    -webkit-transition-duration: .3s
}

.hvr-rectangle-in:before {
    position: absolute;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-rectangle-out:before, .hvr-shutter-in-horizontal:before {
    content: "";
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition-timing-function: ease-out
}

.hvr-rectangle-in:active:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.hvr-rectangle-out {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    transition-duration: .3s
}

.hvr-rectangle-out:before {
    position: absolute;
    background: #2098d1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-rectangle-out:active:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.services-slider .hvr-rectangle-out, .top-services .hvr-rectangle-out {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.services-slider .hvr-rectangle-out:before, .top-services .hvr-rectangle-out:before {
    background: rgba(0, 0, 0, .05);
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.hvr-shutter-in-horizontal {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-shutter-in-vertical, .hvr-shutter-out-horizontal {
    -webkit-backface-visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -moz-osx-font-smoothing: grayscale
}

.hvr-shutter-in-horizontal:before {
    position: absolute;
    background: #e1e1e1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-shutter-in-vertical:before, .hvr-shutter-out-horizontal:before {
    -webkit-transition-timing-function: ease-out;
    content: "";
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.hvr-shutter-in-horizontal:active:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.hvr-shutter-out-horizontal {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-shutter-out-horizontal:before {
    position: absolute;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-shutter-out-horizontal:active:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.hvr-shutter-in-vertical {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-shutter-in-vertical:before {
    position: absolute;
    background: #e1e1e1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-shutter-in-vertical:active:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:hover:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

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

.hvr-ripple-out:before, .hvr-trim:before {
    content: ''
}

.hvr-border-fade, .hvr-glow {
    -webkit-transition-property: box-shadow
}

.hvr-shutter-out-vertical:active:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.hvr-border-fade, .hvr-hollow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-border-fade {
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent
}

.hvr-hollow, .hvr-trim:before {
    -webkit-transition-duration: .3s
}

.hvr-border-fade:active, .hvr-border-fade:focus, .hvr-border-fade:hover {
    box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px transparent
}

.hvr-hollow {
    transform: translateZ(0);
    backface-visibility: hidden;
    transition-duration: .3s;
    -webkit-transition-property: background;
    transition-property: background;
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent
}

.hvr-ripple-out, .hvr-trim {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-hollow:active, .hvr-hollow:focus, .hvr-hollow:hover {
    background: 0 0
}

.hvr-trim {
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative
}

.hvr-trim:before {
    position: absolute;
    border: 4px solid #fff;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.hvr-trim:active:before, .hvr-trim:focus:before, .hvr-trim:hover:before {
    opacity: 1
}

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

.hvr-ripple-out {
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative
}

.hvr-outline-out, .hvr-ripple-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden
}

.hvr-ripple-out:before {
    position: absolute;
    border: 6px solid #e1e1e1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.meet-the-team .member .social li.hvr-ripple-out:before {
    border: 6px solid #0f86ff
}

.hvr-ripple-out:active:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:hover:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out
}

@-webkit-keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1
    }
}

@keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1
    }
}

.hvr-outline-in:before, .hvr-ripple-in:before {
    content: '';
    border: 4px solid #e1e1e1;
    opacity: 0
}

.hvr-ripple-in {
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.hvr-ripple-in:before {
    position: absolute;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.hvr-ripple-in:active:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:hover:before {
    -webkit-animation-name: hvr-ripple-in;
    animation-name: hvr-ripple-in
}

.hvr-outline-out {
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.hvr-outline-in, .hvr-round-corners {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-outline-out:before {
    content: '';
    position: absolute;
    border: 4px solid #e1e1e1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left
}

.hvr-outline-out:active:before, .hvr-outline-out:focus:before, .hvr-outline-out:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px
}

.hvr-outline-in {
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative
}

.hvr-outline-in:before {
    pointer-events: none;
    position: absolute;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left
}

.hvr-underline-from-center:before, .hvr-underline-from-left:before {
    content: "";
    z-index: -1;
    background: #2098d1;
    height: 4px;
    -webkit-transition-timing-function: ease-out
}

.hvr-outline-in:active:before, .hvr-outline-in:focus:before, .hvr-outline-in:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1
}

.hvr-round-corners {
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: border-radius;
    transition-property: border-radius
}

.hvr-underline-from-center, .hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden
}

.hvr-round-corners:active, .hvr-round-corners:focus, .hvr-round-corners:hover {
    border-radius: 1em
}

.hvr-underline-from-left {
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-underline-from-left:before {
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-underline-from-left:active:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:hover:before {
    right: 0
}

.hvr-underline-from-center {
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-overline-from-left, .hvr-underline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden
}

.hvr-underline-from-center:before {
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-overline-from-left:before, .hvr-underline-from-right:before {
    content: "";
    z-index: -1;
    -webkit-transition-timing-function: ease-out;
    background: #2098d1;
    height: 4px
}

.hvr-underline-from-center:active:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:hover:before {
    left: 0;
    right: 0
}

.hvr-underline-from-right {
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative
}

.hvr-underline-from-right:before {
    position: absolute;
    left: 100%;
    right: 0;
    bottom: 0;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.main-slider .lower-line:before, .main-slider .upper-line:before {
    right: 100%
}

.hvr-underline-from-right:active:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:hover:before {
    left: 0
}

.hvr-overline-from-left {
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative
}

.hvr-overline-from-center, .hvr-overline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden
}

.hvr-overline-from-left:before {
    position: absolute;
    left: 0;
    right: 100%;
    top: 0;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-overline-from-center:before, .hvr-overline-from-right:before {
    content: "";
    z-index: -1;
    -webkit-transition-timing-function: ease-out;
    top: 0
}

.hvr-overline-from-left:active:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:hover:before {
    right: 0
}

.hvr-overline-from-center {
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-overline-from-center:before {
    position: absolute;
    left: 50%;
    right: 50%;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-overline-from-right:before, .hvr-underline-reveal:before {
    -webkit-transition-duration: .3s;
    background: #2098d1;
    height: 4px
}

.hvr-overline-from-center:active:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:hover:before {
    left: 0;
    right: 0
}

.hvr-overline-from-right {
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-reveal, .hvr-underline-reveal {
    -webkit-backface-visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden
}

.hvr-overline-from-right:before {
    position: absolute;
    left: 100%;
    right: 0;
    -webkit-transition-property: left;
    transition-property: left;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-reveal:before, .hvr-underline-reveal:before {
    bottom: 0;
    -webkit-transition-timing-function: ease-out;
    content: "";
    left: 0;
    z-index: -1;
    right: 0
}

.hvr-overline-from-right:active:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:hover:before {
    left: 0
}

.hvr-reveal {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative
}

.hvr-reveal:before {
    position: absolute;
    top: 0;
    border-color: #2098d1;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    transition-timing-function: ease-out
}

.hvr-reveal:active:before, .hvr-reveal:focus:before, .hvr-reveal:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px
}

.hvr-underline-reveal {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative
}

.hvr-underline-reveal:before {
    position: absolute;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-underline-reveal:active:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.hvr-overline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-overline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-overline-reveal:active:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.hvr-glow, .hvr-shadow {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-property: box-shadow
}

.hvr-grow-shadow, .hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s
}

.hvr-box-shadow-outset, .hvr-shadow {
    -webkit-transition-property: box-shadow
}

.hvr-glow:active, .hvr-glow:focus, .hvr-glow:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.hvr-shadow {
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    backface-visibility: hidden;
    transition-duration: .3s;
    transition-property: box-shadow
}

.hvr-box-shadow-outset, .hvr-grow-shadow {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

.hvr-shadow:active, .hvr-shadow:focus, .hvr-shadow:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5)
}

.hvr-grow-shadow {
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    backface-visibility: hidden;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform
}

.hvr-box-shadow-inset, .hvr-box-shadow-outset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition-duration: .3s;
    -moz-osx-font-smoothing: grayscale
}

.hvr-grow-shadow:active, .hvr-grow-shadow:focus, .hvr-grow-shadow:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hvr-box-shadow-outset {
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    backface-visibility: hidden;
    transition-duration: .3s;
    transition-property: box-shadow
}

.hvr-box-shadow-outset:active, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .6)
}

.hvr-box-shadow-inset {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .6), 0 0 1px transparent
}

.hvr-box-shadow-inset:active, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:hover {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .6), 0 0 1px transparent
}

.hvr-float-shadow, .hvr-shadow-radial {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden
}

.hvr-float-shadow {
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}

.hvr-float-shadow:active, .hvr-float-shadow:focus, .hvr-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.hvr-float-shadow:active:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.hvr-shadow-radial {
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.hvr-bubble-right, .hvr-bubble-top {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-shadow-radial:after, .hvr-shadow-radial:before {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 5px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.hvr-bubble-right:before, .hvr-bubble-top:before {
    pointer-events: none;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-property: transform
}

.hvr-shadow-radial:before {
    bottom: 100%;
    background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%)
}

.hvr-shadow-radial:after {
    top: 100%;
    background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%)
}

.hvr-shadow-radial:active:after, .hvr-shadow-radial:active:before, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:hover:before {
    opacity: 1
}

.hvr-bubble-top {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative
}

.hvr-bubble-top:before {
    position: absolute;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-property: transform;
    left: calc(50% - 10px);
    top: 0;
    border-width: 0 10px 10px;
    border-color: transparent transparent #e1e1e1
}

.hvr-bubble-top:active:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:hover:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.hvr-bubble-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative
}

.hvr-bubble-bottom, .hvr-bubble-left {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden
}

.hvr-bubble-right:before {
    position: absolute;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-property: transform;
    top: calc(50% - 10px);
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1
}

.hvr-bubble-bottom:before, .hvr-bubble-left:before {
    pointer-events: none;
    border-style: solid;
    -webkit-transition-property: transform;
    z-index: -1;
    content: ''
}

.hvr-bubble-right:active:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:hover:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.hvr-bubble-bottom {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.hvr-bubble-bottom:before {
    position: absolute;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0;
    border-color: #e1e1e1 transparent transparent
}

.hvr-bubble-bottom:active:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:hover:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.hvr-bubble-left {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.hvr-bubble-float-right, .hvr-bubble-float-top {
    -webkit-backface-visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -moz-osx-font-smoothing: grayscale
}

.hvr-bubble-left:before {
    position: absolute;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-property: transform;
    top: calc(50% - 10px);
    left: 0;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent
}

.hvr-bubble-left:active:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:hover:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.hvr-bubble-float-top {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-top:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    top: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #e1e1e1;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-left:before, .hvr-bubble-float-right:before {
    z-index: -1;
    content: '';
    top: calc(50% - 10px);
    border-style: solid
}

.hvr-bubble-float-top:active, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:hover {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.hvr-bubble-float-top:active:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:hover:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.hvr-bubble-float-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-right:before {
    position: absolute;
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-right:active, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.hvr-bubble-float-right:active:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:hover:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.hvr-bubble-float-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-bottom:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    bottom: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #e1e1e1 transparent transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-bottom:active, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.hvr-bubble-float-bottom:active:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:hover:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.hvr-bubble-float-left, .hvr-icon-back {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden
}

.hvr-bubble-float-left {
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-left:before {
    position: absolute;
    left: 0;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-icon-back:before, .hvr-icon-forward:before {
    font-family: FontAwesome;
    -webkit-transition-property: transform
}

.hvr-bubble-float-left:active, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.hvr-bubble-float-left:active:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:hover:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.hvr-icon-back {
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-left: 2.2em;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.hvr-icon-down, .hvr-icon-forward {
    -webkit-backface-visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -moz-osx-font-smoothing: grayscale
}

.hvr-icon-back:before, .hvr-icon-forward {
    -webkit-transform: translateZ(0);
    -webkit-transition-duration: .1s
}

.hvr-icon-back:before {
    content: "\f137";
    position: absolute;
    left: 1em;
    padding: 0 1px;
    transform: translateZ(0);
    transition-duration: .1s;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-back:active:before, .hvr-icon-back:focus:before, .hvr-icon-back:hover:before {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px)
}

.hvr-icon-forward {
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
    transition-duration: .1s
}

.hvr-icon-forward:before {
    content: "\f138";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-grow:before, .hvr-icon-spin:before {
    right: 1em;
    font-family: FontAwesome;
    -webkit-transition-property: transform
}

.hvr-icon-forward:active:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:hover:before {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

@-webkit-keyframes hvr-icon-down {
    0%, 100%, 50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    25%, 75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@keyframes hvr-icon-down {
    0%, 100%, 50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    25%, 75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

.hvr-icon-down {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-down:before {
    content: "\f01a";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-down:active:before, .hvr-icon-down:focus:before, .hvr-icon-down:hover:before {
    -webkit-animation-name: hvr-icon-down;
    animation-name: hvr-icon-down;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes hvr-icon-up {
    0%, 100%, 50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    25%, 75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes hvr-icon-up {
    0%, 100%, 50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    25%, 75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

.hvr-icon-up {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-up:before {
    content: "\f01b";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-drop, .hvr-icon-spin {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-icon-up:active:before, .hvr-icon-up:focus:before, .hvr-icon-up:hover:before {
    -webkit-animation-name: hvr-icon-up;
    animation-name: hvr-icon-up;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.hvr-icon-spin {
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-spin:before {
    content: "\f021";
    position: absolute;
    padding: 0 1px;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.hvr-icon-spin:active:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:hover:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

@-webkit-keyframes hvr-icon-drop {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%, 51% {
        opacity: 1
    }
}

@keyframes hvr-icon-drop {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%, 51% {
        opacity: 1
    }
}

.hvr-icon-drop {
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-fade, .hvr-icon-float-away {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden
}

.hvr-icon-drop:before {
    content: "\f041";
    position: absolute;
    right: 1em;
    opacity: 1;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-drop:active:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:hover:before {
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-animation-name: hvr-icon-drop;
    animation-name: hvr-icon-drop;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    animation-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.hvr-icon-fade {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-fade:before {
    content: "\f00c";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: color;
    transition-property: color
}

.hvr-icon-fade:active:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:hover:before {
    color: #0f9e5e
}

a, a:focus, a:hover, a:visited {
    text-decoration: none;
    color: #cd2628
}

@-webkit-keyframes hvr-icon-float-away {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em)
    }
}

@keyframes hvr-icon-float-away {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em)
    }
}

.hvr-icon-float-away {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-grow, .hvr-icon-sink-away {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-icon-float-away:after, .hvr-icon-float-away:before {
    content: "\f055";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome
}

.hvr-icon-float-away:after {
    opacity: 0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.hvr-icon-float-away:active:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:hover:after {
    -webkit-animation-name: hvr-icon-float-away;
    animation-name: hvr-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes hvr-icon-sink-away {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em)
    }
}

@keyframes hvr-icon-sink-away {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em)
    }
}

.hvr-icon-sink-away {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-sink-away:after, .hvr-icon-sink-away:before {
    content: "\f056";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-sink-away:after {
    opacity: 0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.hvr-icon-sink-away:active:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:hover:after {
    -webkit-animation-name: hvr-icon-sink-away;
    animation-name: hvr-icon-sink-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.hvr-icon-grow {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-icon-pulse, .hvr-icon-shrink {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden
}

.hvr-icon-grow:before, .hvr-icon-shrink {
    -webkit-transform: translateZ(0);
    -webkit-transition-duration: .3s
}

.hvr-icon-grow:before {
    content: "\f118";
    position: absolute;
    padding: 0 1px;
    transform: translateZ(0);
    transition-duration: .3s;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-pulse:before, .hvr-icon-shrink:before {
    right: 1em;
    font-family: FontAwesome;
    -webkit-transition-timing-function: ease-out
}

.hvr-icon-grow:active:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:hover:before {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0)
}

.hvr-icon-shrink {
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    transition-duration: .3s
}

.hvr-icon-shrink:before {
    content: "\f119";
    position: absolute;
    padding: 0 1px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    transition-timing-function: ease-out
}

.hvr-icon-shrink:active:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:hover:before {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

@-webkit-keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    75% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    75% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.hvr-icon-pulse {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-pulse-grow, .hvr-icon-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-icon-pulse:before {
    content: "\f015";
    position: absolute;
    padding: 0 1px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition-timing-function: ease-out
}

.hvr-icon-pulse-grow:before, .hvr-icon-pulse-shrink:before {
    content: "\f015";
    right: 1em;
    font-family: FontAwesome;
    -webkit-transition-timing-function: ease-out
}

.hvr-icon-pulse:active:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:hover:before {
    -webkit-animation-name: hvr-icon-pulse;
    animation-name: hvr-icon-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

@keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

.hvr-icon-pulse-grow {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-pulse-grow:before {
    position: absolute;
    padding: 0 1px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition-timing-function: ease-out
}

.hvr-icon-pulse-grow:active:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:hover:before {
    -webkit-animation-name: hvr-icon-pulse-grow;
    animation-name: hvr-icon-pulse-grow;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.hvr-icon-pulse-shrink {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-pop, .hvr-icon-push {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden
}

.hvr-icon-pulse-shrink:before {
    position: absolute;
    padding: 0 1px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition-timing-function: ease-out
}

.hvr-icon-pop:before, .hvr-icon-push:before {
    right: 1em;
    font-family: FontAwesome;
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out
}

.hvr-icon-pulse-shrink:active:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:hover:before {
    -webkit-animation-name: hvr-icon-pulse-shrink;
    animation-name: hvr-icon-pulse-shrink;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

.hvr-icon-push {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-icon-pop, .hvr-icon-push:before {
    -webkit-transform: translateZ(0);
    -webkit-transition-duration: .3s
}

.hvr-icon-push:before {
    content: "\f006";
    position: absolute;
    padding: 0 1px;
    transform: translateZ(0);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.hvr-icon-push:active:before, .hvr-icon-push:focus:before, .hvr-icon-push:hover:before {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.hvr-icon-pop {
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    transition-duration: .3s
}

.hvr-icon-bounce, .hvr-icon-rotate {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-icon-bounce, .hvr-icon-pop:before {
    -webkit-transform: translateZ(0);
    -webkit-transition-duration: .3s
}

.hvr-icon-pop:before {
    content: "\f005";
    position: absolute;
    padding: 0 1px;
    transform: translateZ(0);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.hvr-icon-bounce:before, .hvr-icon-rotate:before {
    right: 1em;
    font-family: FontAwesome;
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out
}

.hvr-icon-pop:active:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:hover:before {
    -webkit-animation-name: hvr-icon-pop;
    animation-name: hvr-icon-pop;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.hvr-icon-bounce {
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
    transition-duration: .3s
}

.hvr-icon-bounce:before, .hvr-icon-rotate {
    -webkit-transform: translateZ(0);
    -webkit-transition-duration: .3s
}

.hvr-icon-bounce:before {
    content: "\f087";
    position: absolute;
    padding: 0 1px;
    transform: translateZ(0);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.hvr-icon-bounce:active:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:hover:before {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.hvr-icon-rotate {
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
    transition-duration: .3s
}

.hvr-icon-float, .hvr-icon-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden
}

.hvr-icon-grow-rotate, .hvr-icon-rotate:before {
    -webkit-transform: translateZ(0);
    -webkit-transition-duration: .3s
}

.hvr-icon-rotate:before {
    content: "\f0c6";
    position: absolute;
    padding: 0 1px;
    transform: translateZ(0);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.hvr-icon-float:before, .hvr-icon-grow-rotate:before {
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    right: 1em;
    font-family: FontAwesome
}

.hvr-icon-rotate:active:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:hover:before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.hvr-icon-grow-rotate {
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    transition-duration: .3s
}

.hvr-icon-float, .hvr-icon-grow-rotate:before {
    -webkit-transform: translateZ(0);
    -webkit-transition-duration: .3s
}

.hvr-icon-grow-rotate:before {
    content: "\f095";
    position: absolute;
    padding: 0 1px;
    transform: translateZ(0);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.hvr-icon-grow-rotate:active:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:hover:before {
    -webkit-transform: scale(1.5) rotate(12deg);
    transform: scale(1.5) rotate(12deg)
}

.hvr-icon-float {
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    transition-duration: .3s
}

.hvr-icon-bob, .hvr-icon-sink {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-icon-float:before, .hvr-icon-sink {
    -webkit-transform: translateZ(0);
    -webkit-transition-duration: .3s
}

.hvr-icon-float:before {
    content: "\f01b";
    position: absolute;
    padding: 0 1px;
    transform: translateZ(0);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.hvr-icon-float:active:before, .hvr-icon-float:focus:before, .hvr-icon-float:hover:before {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.hvr-icon-sink {
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
    transition-duration: .3s
}

.hvr-icon-bob, .hvr-icon-sink:before {
    -webkit-transform: translateZ(0);
    -webkit-transition-duration: .3s
}

.hvr-icon-sink:before {
    content: "\f01a";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transform: translateZ(0);
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-sink:active:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:hover:before {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
}

@-webkit-keyframes hvr-icon-bob {
    0%, 100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
}

@keyframes hvr-icon-bob {
    0%, 100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
}

@-webkit-keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

.hvr-icon-bob {
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
    transition-duration: .3s
}

.hvr-icon-hang, .hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s
}

.hvr-icon-bob:before {
    content: "\f077";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-bob:active:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:hover:before {
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

@-webkit-keyframes hvr-icon-hang {
    0%, 100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }
}

@keyframes hvr-icon-hang {
    0%, 100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }
}

@-webkit-keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

.hvr-icon-hang {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
    transition-duration: .3s
}

.hvr-icon-hang:before {
    content: "\f078";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-hang:active:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:hover:before {
    -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.hvr-icon-wobble-horizontal {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
    transition-duration: .3s
}

.hvr-icon-buzz, .hvr-icon-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    -moz-osx-font-smoothing: grayscale
}

.hvr-icon-wobble-horizontal:before {
    content: "\f061";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-wobble-horizontal:active:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:hover:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.hvr-icon-wobble-vertical {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
    transition-duration: .3s
}

.hvr-icon-wobble-vertical:before {
    content: "\f062";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-wobble-vertical:active:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:hover:before {
    -webkit-animation-name: hvr-icon-wobble-vertical;
    animation-name: hvr-icon-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

.hvr-icon-buzz {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
    transition-duration: .3s
}

.hvr-curl-top-left, .hvr-icon-buzz-out {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden
}

.hvr-icon-buzz:before {
    content: "\f017";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-buzz:active:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:hover:before {
    -webkit-animation-name: hvr-icon-buzz;
    animation-name: hvr-icon-buzz;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes hvr-icon-buzz-out {
    10%, 30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20%, 40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50%, 70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60%, 80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes hvr-icon-buzz-out {
    10%, 30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20%, 40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50%, 70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60%, 80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.hvr-icon-buzz-out {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-icon-buzz-out:before {
    content: "\f023";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-buzz-out:active:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:hover:before {
    -webkit-animation-name: hvr-icon-buzz-out;
    animation-name: hvr-icon-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.hvr-curl-top-left {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.hvr-curl-bottom-right, .hvr-curl-top-right {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle
}

.hvr-curl-top-left:before, .top-services .hvr-curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    top: 0;
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    left: 0
}

.hvr-curl-top-left:before {
    height: 0;
    width: 0;
    background: #fff;
    background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}

.hvr-curl-top-right:before, .top-services .hvr-curl-top-left:before {
    -webkit-transition-duration: .3s;
    -webkit-transition-property: width, height
}

.hvr-curl-top-left:active:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:hover:before {
    width: 25px;
    height: 25px
}

.top-services .hvr-curl-top-left:before {
    height: 0;
    width: 0;
    background: #0f86ff;
    background: linear-gradient(135deg, #fff 45%, #0f86ff 50%, #0f86ff 56%, #0f86ff 80%);
    transition-duration: .3s;
    transition-property: width, height
}

.top-services .hvr-curl-top-left:active:before, .top-services .hvr-curl-top-left:focus:before, .top-services .hvr-curl-top-left:hover:before {
    width: 40px;
    height: 40px
}

.hvr-curl-top-right {
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    backface-visibility: hidden;
    position: relative
}

.hvr-curl-top-right:before, .top-services .hvr-curl-top-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    top: 0;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, .4)
}

.hvr-curl-top-right:before {
    height: 0;
    width: 0;
    right: 0;
    background: #fff;
    background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    transition-duration: .3s;
    transition-property: width, height
}

.hvr-curl-bottom-right:before, .top-services .hvr-curl-top-right:before {
    right: 0;
    -webkit-transition-duration: .3s;
    -webkit-transition-property: width, height
}

.hvr-curl-top-right:active:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:hover:before {
    width: 25px;
    height: 25px
}

.top-services .hvr-curl-top-right:before {
    height: 0;
    width: 0;
    background: #6ec7f9;
    background: linear-gradient(225deg, #fff 45%, #6ec7f9 50%, #6ec7f9 56%, #6ec7f9 80%);
    transition-duration: .3s;
    transition-property: width, height
}

.hvr-curl-bottom-left:before, .hvr-curl-bottom-right:before {
    pointer-events: none;
    content: '';
    bottom: 0;
    background: #fff
}

.top-services .hvr-curl-top-right:active:before, .top-services .hvr-curl-top-right:focus:before, .top-services .hvr-curl-top-right:hover:before {
    width: 40px;
    height: 40px
}

.hvr-curl-bottom-right {
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    backface-visibility: hidden;
    position: relative
}

.hvr-curl-bottom-right:before {
    position: absolute;
    height: 0;
    width: 0;
    background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, .4);
    transition-duration: .3s;
    transition-property: width, height
}

.hvr-curl-bottom-right:active:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:hover:before {
    width: 25px;
    height: 25px
}

.hvr-curl-bottom-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.hvr-curl-bottom-left:before {
    position: absolute;
    height: 0;
    width: 0;
    left: 0;
    background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: 1px -1px 1px rgba(0, 0, 0, .4);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}

.intl-tel-input, h1, h2, h3, h4, h5, h6, p {
    position: relative
}

.hvr-curl-bottom-left:active:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:hover:before {
    width: 25px;
    height: 25px
}

* {
    margin: 0;
    padding: 0;
    border: none
}

body {
    font: 14px Calibri, 'Trebuchet MS', Helvetica, Arial, sans-serif;
    font-style: normal;
    line-height: 23px;
    color: #272727;
    font-weight: 400;
    background: center top no-repeat #fff;
    background-size: cover;
    -webkit-font-smoothing: antialiased
}

a {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0;
    background: 0 0;
    line-height: 1.6em
}

button, input, select, textarea {
    font-weight: 400
}

input[type=email], input[type=text], select, textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 8px 15px;
    width: 100%;
    text-transform: uppercase;
    max-width: 100%;
    resize: none
}

input[type=email], input[type=text], select {
    height: 40px
}

input[type=button], input[type=email], input[type=password], input[type=search], input[type=submit], input[type=text], textarea {
    -webkit-appearance: none;
    border-radius: 0;
    background: #fff
}

.multiselect-container > li > a > label > input[type=checkbox] {
    width: 15px
}

.multiselect-container > li > a {
    padding: 0;
    color: #000 !important
}

.intl-tel-input {
    display: inline-block;
    width: 100%
}

p {
    font-size: 15px
}

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

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

.sticky-header .auto-container {
    padding: 0 15px
}

.small-container {
    max-width: 680px;
    margin: 0 auto
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

li, ul {
    padding: 0;
    margin: 0
}

.theme-btn {
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    font: 14px Calibri, 'Trebuchet MS', Helvetica, Arial, sans-serif
}

.btn-style-one, .btn-style-two {
    text-transform: capitalize;
    font-weight: 600;
    position: relative
}

.centered {
    text-align: center
}

.anim-3, .anim-3-all * {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.anim-5, .anim-5-all * {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.anim-7, .anim-7-all * {
    transition: all .7s ease;
    -moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease
}

.btn-style-one {
    padding: 9px 25px;
    line-height: 24px;
    background: #272727;
    color: #fff !important;
    font-size: 13px;
    border: 2px solid #272727 !important;
    border-radius: 2px
}

.btn-style-one .fa {
    position: relative;
    top: 1px;
    padding-left: 7px;
    font-size: 12px !important;
    color: #cd2628
}

.btn-style-one:hover {
    color: #fff !important;
    border-color: #cd2628 !important;
    background: #cd2628
}

.btn-style-one:hover .fa {
    color: #fff
}

.btn-style-two {
    padding: 9px 25px;
    line-height: 23px;
    background: #cd2628;
    color: #fff !important;
    font-size: 14px;
    border: 2px solid #cd2628 !important;
    border-radius: 2px
}

.btn-style-two .fa {
    position: relative;
    padding-left: 7px;
    font-size: 12px !important;
    color: #fff;
    top: -1px
}

.btn-style-two:hover {
    color: #cd2628 !important;
    border-color: #cd2628 !important;
    background: 0 0
}

.btn-style-two:hover .fa, .theme_color {
    color: #cd2628
}

.light-font {
    font-weight: 300
}

.regular-font {
    font-weight: 400
}

.semibold-font {
    font-weight: 600
}

.bold-font {
    font-weight: 700
}

.padd-top-10 {
    padding-top: 10px !important
}

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

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

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

.padd-top-50 {
    padding-top: 50px !important
}

.padd-top-60 {
    padding-top: 60px !important
}

.padd-top-70 {
    padding-top: 70px !important
}

.padd-top-80 {
    padding-top: 80px !important
}

.padd-top-100 {
    padding-top: 100px !important
}

.padd-left-10 {
    padding-left: 10px !important
}

.padd-left-20 {
    padding-left: 20px !important
}

.padd-left-30 {
    padding-left: 30px !important
}

.padd-left-40 {
    padding-left: 40px !important
}

.padd-left-50 {
    padding-left: 50px !important
}

.padd-left-60 {
    padding-left: 60px !important
}

.padd-left-70 {
    padding-left: 70px !important
}

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

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

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

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

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

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

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

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

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

.padd-right-10 {
    padding-right: 10px !important
}

.padd-right-20 {
    padding-right: 20px !important
}

.padd-right-30 {
    padding-right: 30px !important
}

.padd-right-40 {
    padding-right: 40px !important
}

.padd-right-50 {
    padding-right: 50px !important
}

.padd-right-60 {
    padding-right: 60px !important
}

.padd-right-70 {
    padding-right: 70px !important
}

.margin-top-10 {
    margin-top: 10px !important
}

.margin-top-20 {
    margin-top: 20px !important
}

.margin-top-30 {
    margin-top: 30px !important
}

.margin-top-40 {
    margin-top: 40px !important
}

.margin-top-50 {
    margin-top: 50px !important
}

.margin-top-60 {
    margin-top: 60px !important
}

.margin-top-70 {
    margin-top: 70px !important
}

.margin-bott-10 {
    margin-bottom: 10px !important
}

.margin-bott-20 {
    margin-bottom: 20px !important
}

.margin-bott-30 {
    margin-bottom: 30px !important
}

.margin-bott-40 {
    margin-bottom: 40px !important
}

.margin-bott-50 {
    margin-bottom: 50px !important
}

.margin-bott-60 {
    margin-bottom: 60px !important
}

.margin-bott-70 {
    margin-bottom: 70px !important
}

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

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

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

.no-padd-left {
    padding-left: 0 !important
}

.no-padd-right {
    padding-right: 0 !important
}

.no-bg {
    background: 0 0 !important
}

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

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/loader.png);
    overflow: hidden
}

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    background: #272727;
    display: none;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-header, .sticky-header {
    top: 0;
    width: 100%;
    transition: all .5s ease;
    left: 0
}

.scroll-to-top:hover {
    color: #fff;
    background: #cd2628
}

.main-header {
    position: relative;
    z-index: 999;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    padding: 4px 0;
    background: #fff;
    z-index: 0;
    border-bottom: 1px solid #ccc;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.sticky-header .logo {
    padding: 6px 0 2px
}

.sticky-header.now-visible {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -op-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.main-header .header-upper {
    position: relative;
    background: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    z-index: 5;
    padding: 10px 0
}

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

.main-header .header-upper .upper-right {
    position: relative;
    top: 5px
}

.main-header .header-upper .info-box:last-child {
    margin-right: 0
}

.main-header .info-box {
    position: relative;
    float: left;
    margin-left: 20px;
    font-size: 13px;
    color: #272727;
    padding: 12px 0
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 0;
    top: 7px;
    width: 30px;
    height: 60px;
    line-height: 58px;
    color: #cd2628;
    font-size: 32px
}

.main-header .info-box .light-text, .main-header .info-box li a {
    color: #9b9b9b
}

.main-header .info-box strong {
    font-weight: 700;
    color: #555;
    font-size: 15px
}

.main-header .header-lower {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 5
}

.main-header.style-two .header-lower {
    background: #272727
}

.main-header .nav-outer {
    position: relative;
    padding-right: 200px
}

.main-menu {
    position: relative
}

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

.main-menu .navigation {
    position: relative;
    margin: 0
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    padding: 0;
    margin-right: 30px
}

.sticky-header .main-menu .navigation > li {
    margin-right: 0
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 16px 0;
    font-size: 15px;
    color: #333;
    line-height: 38px;
    border-top: none;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.sticky-header .main-menu .navigation > li > a {
    color: #181818;
    padding: 17px 15px
}

.main-menu .navigation > li.current-menu-item > a, .main-menu .navigation > li.current > a, .main-menu .navigation > li:hover > a {
    color: #cd2628;
    opacity: 1
}

.sticky-header .main-menu .navigation > li.current-menu-item > a, .sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li:hover > a {
    background: 0 0;
    color: #cd2628;
    opacity: 1
}

.sticky-header.style-two .main-menu .navigation > li.current-menu-item > a, .sticky-header.style-two .main-menu .navigation > li.current > a, .sticky-header.style-two .main-menu .navigation > li:hover > a {
    background: #272727
}

.main-menu .navigation > li:hover > a:after {
    opacity: 1
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0;
    top: 130%;
    width: 220px;
    padding: 0;
    z-index: 100;
    display: none;
    background: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-header.style-two .main-menu .navigation > li > ul {
    background: #272727
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-top: 1px dashed rgba(255, 255, 255, .3)
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 22px;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    color: #cd2628;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main-menu .navigation > li > ul > li:hover > a {
    padding-left: 20px;
    background: #cd2628;
    color: #fff !important
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
    height: 20px;
    display: block;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
    color: #fff
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 110%;
    top: 0;
    width: 220px;
    padding: 0;
    z-index: 100;
    display: none;
    background: #cd2628
}

.main-slider .lower-line:after, .main-slider .upper-line:after {
    left: 100%
}

.main-header.style-two .main-menu .navigation > li > ul > li > ul {
    background: #272727
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, .3)
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 22px;
    font-weight: 600;
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

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

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    border: 1px solid #fff;
    cursor: pointer;
    z-index: 5;
    display: none
}

.main-slider, .main-slider .upper-line {
    width: 100%;
    position: relative
}

.main-header .btn-outer {
    position: absolute;
    padding: 8px 0;
    right: 0;
    top: 0
}

.main-header .btn-outer .appt-btn {
    position: relative;
    display: block;
    line-height: 24px;
    text-align: center;
    padding: 7px 25px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    z-index: 1
}

.main-slider h2, .main-slider h3 {
    text-transform: capitalize;
    font-weight: 400
}

.main-header .btn-outer .appt-btn:hover {
    color: #cd2628;
    background: #fff
}

.main-slider .tp-caption {
    z-index: 5
}

.main-slider .tp-dottedoverlay {
    background-color: rgba(0, 0, 0, 0) !important
}

.main-slider .content-box {
    max-width: 450px;
    padding: 50px
}

.main-slider h2 {
    font-size: 36px;
    color: #fff;
    line-height: 1.4em;
    margin-bottom: 15px
}

.main-slider .upper-line {
    width: 700px;
    height: 8px;
    border-top: 8px solid #fff
}

.main-slider .upper-line:after, .main-slider .upper-line:before {
    content: '';
    position: absolute;
    top: -8px;
    width: 8px;
    height: 60px;
    border-right: 8px solid #fff
}

.main-slider .lower-line {
    position: relative;
    width: 100%;
    width: 700px;
    height: 8px;
    border-bottom: 8px solid #fff
}

.main-slider .lower-line:after, .main-slider .lower-line:before {
    content: '';
    position: absolute;
    bottom: -8px;
    width: 8px;
    height: 60px;
    border-right: 8px solid #fff
}

.main-slider h3 {
    font-size: 22px;
    color: #f0bc00;
    line-height: 1em
}

.main-slider .subtitle {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding: 4px 30px;
    font-weight: 400;
    background: #cd2628;
    text-transform: uppercase
}

.main-slider .title, .main-slider .title-uppercase {
    font-weight: 700;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #fff
}

.main-slider .title {
    font-size: 50px;
    word-spacing: 3px;
    letter-spacing: 1px
}

.main-slider .title-uppercase {
    font-size: 60px;
    word-spacing: 5px;
    letter-spacing: 2px
}

.main-slider .tp-bullets.preview3 .bullet {
    background: #fff !important;
    width: 22px !important;
    height: 4px !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 8px
}

.main-slider .tp-bullets.preview3 .bullet.selected, .main-slider .tp-bullets.preview3 .bullet:hover {
    background: #cd2628 !important
}

.main-slider .tparrows.preview3 {
    background: 0 0 !important;
    width: 70px !important;
    overflow: hidden;
    margin-top: -50px !important;
    height: 70px !important
}

.main-slider .tparrows.preview3::after {
    top: 0;
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    height: 70px !important;
    line-height: 70px;
    width: 70px !important;
    padding: 0
}

.main-slider .tparrows.tp-leftarrow.preview3::after {
    content: '\f177';
    font-family: FontAwesome
}

.main-slider .tparrows.tp-rightarrow.preview3::after {
    content: '\f178';
    font-family: FontAwesome
}

.main-slider .tparrows.preview3.tp-leftarrow {
    left: 30px !important
}

.main-slider .tparrows.preview3.tp-rightarrow {
    right: 30px !important
}

.main-slider .tparrows.preview3:hover::after {
    color: #cd2628;
    background: 0 0;
    border-color: #cd2628
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper {
    visibility: hidden;
    opacity: 0;
    display: none
}

.main-slider .tp-bannertimer {
    display: none !important
}

.default-section {
    position: relative;
    padding: 60px 0
}

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

.sec-title {
    position: relative;
    margin-bottom: 30px;
    margin-top: -8px
}

.sec-title h2 {
    font-size: 32px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 10px;
    color: #272727;
    line-height: 1.4em
}

.normal-title h3, .sidebar-title h3 {
    font-size: 16px;
    color: #272727;
    line-height: 1.4em;
    font-weight: 500
}

.sec-title.aligned-right h2 {
    text-align: right
}

.sec-title h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    border-bottom: 1px solid #cd2628
}

.sec-title.aligned-right h2:after {
    left: auto;
    right: 0
}

.sidebar-title {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0
}

.about-sidebar .sidebar-title {
    border-bottom: none
}

.normal-title h3:after, .sidebar-title h3:after {
    content: '';
    width: 30px;
    border-bottom: 1px solid #cd2628;
    left: 0
}

.sidebar-title h3 {
    text-transform: uppercase;
    padding-bottom: 12px
}

.shop-sidebar .sidebar-title h3 {
    text-transform: capitalize
}

.sidebar-title h3:after {
    position: absolute;
    bottom: -1px
}

.normal-title {
    position: relative;
    margin-bottom: 25px
}

.normal-title h3 {
    text-transform: capitalize;
    padding-bottom: 10px
}

.normal-title h3:after {
    position: absolute;
    bottom: 0
}

.default-section .text-column .text {
    padding-right: 30px
}

.default-section .text-column .text p {
    position: relative;
    margin-bottom: 20px;
    line-height: 2em
}

.about-style-one, .about-style-one .outer-box {
    position: relative
}

.about-style-one .image-column {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.about-style-one .image-column .image {
    width: 100%;
    display: none
}

.about-style-one .image-column .image img {
    display: block;
    width: 100%
}

.about-style-one .image-column .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.about-style-one .image-column .overlay-link:hover {
    background: rgba(0, 0, 0, .5)
}

.about-style-one .image-column .overlay-link .icon {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    width: 100px;
    height: 100px;
    top: 50%;
    padding: 30px;
    margin-top: -50px;
    line-height: 36px;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 32px;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%
}

.about-style-one .content-column, .about-style-two {
    background: #272727;
    position: relative
}

.about-style-one .content-column {
    width: 50%;
    color: #999
}

.about-style-one .content-column .content-box {
    position: relative;
    float: right;
    padding: 200px 250px 200px 20px;
    max-width: 700px
}

.about-style-one .content-column .sec-title h2 {
    color: #fff
}

.about-style-one .content-column .inner-box {
    position: relative
}

.about-style-one .content-column .text {
    position: relative;
    margin-bottom: 30px;
    line-height: 2em
}

.about-style-two .image-column {
    position: relative;
    right: 0;
    top: 0
}

.about-style-two .image-column .image {
    position: absolute;
    right: 15px;
    top: -50px;
    z-index: 3
}

.about-style-two .image-column .image img {
    display: block
}

.about-style-two .content-column {
    position: relative;
    color: #aaa
}

.about-style-two .content-column .content-box {
    position: relative;
    padding: 180px 15px 150px 120px;
    max-width: 700px
}

.about-style-two .content-column .sec-title h2 {
    color: #fff
}

.about-style-two .content-column .inner-box {
    position: relative
}

.about-style-two .content-column .text {
    position: relative;
    margin-bottom: 30px;
    padding-right: 50px;
    line-height: 2em
}

.team-section {
    position: relative;
    padding: 50px 0
}

.team-section .sec-title {
    margin-bottom: 30px
}

.team-member {
    position: relative
}

.content-section .team-member {
    margin-bottom: 30px
}

.team-member .inner-box {
    position: relative;
    overflow: hidden
}

.team-member .inner-box .image-box {
    position: relative;
    display: block
}

.team-member .inner-box .image-box img {
    position: relative;
    display: block;
    width: 100%
}

.team-member .inner-box .upper-left-curved-layer {
    position: absolute !important;
    left: -35.5%;
    top: -35.5%;
    width: 71%;
    height: 71%;
    display: block;
    background: #fff;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.team-member .inner-box .lower-left-curved-layer, .team-member .inner-box .upper-right-curved-layer {
    position: absolute !important;
    display: block;
    background: #fff;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    width: 71%;
    height: 71%
}

.team-member .inner-box .upper-right-curved-layer {
    right: -35.5%;
    top: -35.5%;
    transform: rotate(45deg)
}

.team-member .inner-box .lower-left-curved-layer {
    left: -35.5%;
    bottom: -35.5%;
    transform: rotate(45deg)
}

.style-three .team-member .inner-box .upper-left-curved-layer, .team-member .inner-box .lower-right-curved-layer {
    position: absolute !important;
    display: block;
    background: #fff;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg)
}

.team-member .inner-box .lower-right-curved-layer {
    right: -35.5%;
    bottom: -35.5%;
    width: 71%;
    height: 71%;
    transform: rotate(45deg)
}

.style-three .team-member .inner-box .upper-left-curved-layer {
    left: -20%;
    top: -20%;
    width: 40%;
    height: 40%;
    transform: rotate(45deg)
}

.style-three .team-member .inner-box .lower-left-curved-layer, .style-three .team-member .inner-box .upper-right-curved-layer {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    width: 40%;
    height: 40%;
    display: block;
    background: #fff;
    z-index: 2;
    position: absolute !important
}

.style-three .team-member .inner-box .upper-right-curved-layer {
    right: -20%;
    top: -20%;
    transform: rotate(45deg)
}

.style-three .team-member .inner-box .lower-left-curved-layer {
    left: -20%;
    bottom: -20%;
    transform: rotate(45deg)
}

.style-three .team-member .inner-box .lower-right-curved-layer {
    position: absolute !important;
    right: -20%;
    bottom: -20%;
    width: 40%;
    height: 40%;
    display: block;
    background: #fff;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.team-member .inner-box .overlay-box {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.team-member .inner-box:hover .overlay-box {
    opacity: 1;
    background: rgba(6, 6, 6, .5)
}

.style-two .team-member .inner-box:hover .overlay-box {
    background: rgba(6, 6, 6, 0)
}

.team-member .inner-box .overlay-box .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle
}

.team-member .inner-box .overlay-box .inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.team-member .inner-box .overlay-box .data {
    position: relative;
    margin: 20px 40px;
    padding: 30px;
    color: #fff
}

.style-two .team-member .inner-box .overlay-box .data {
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 35px 30px 30px;
    background: rgba(11, 11, 11, .6)
}

.content-section .team-member .inner-box .overlay-box .data {
    padding: 20px 15px;
    margin: 10px 20px
}

.team-member .inner-box .overlay-box .info {
    position: relative;
    padding-top: 18px;
    float: left
}

.team-member .inner-box .overlay-box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    margin-bottom: 5px
}

.team-member .inner-box .overlay-box .designation {
    font-size: 13px;
    font-weight: 400;
    color: #cd2628
}

.team-member .inner-box .overlay-box .social-info {
    float: right;
    width: 32px
}

.team-member .inner-box .overlay-box .social-info a {
    position: relative;
    display: block;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    margin: 7px 0;
    text-align: center;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: none;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.team-member .inner-box .overlay-box .social-info a:hover {
    color: #cd2628;
    border-left-color: #cd2628;
    border-right-color: #cd2628
}

.team-carousel .owl-controls {
    margin: 0 !important
}

.team-carousel .owl-controls .owl-dots {
    display: none !important
}

.team-carousel .owl-controls .owl-nav {
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: -76px
}

.team-carousel .owl-controls .owl-nav [class*=owl-] {
    position: relative;
    display: inline-block;
    margin: 0 0 0 15px;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid #ccc;
    color: #aaa;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    border-radius: 0;
    background: 0 0 !important
}

.services-style-three .row, .services-style-two .row {
    margin-left: -30px;
    margin-right: -30px
}

.team-carousel .owl-controls .owl-nav [class*=owl-]:hover {
    color: #272727;
    border-color: #888
}

.services-style-one {
    position: relative
}

.services-style-one .outer-box {
    position: relative;
    background: #272727
}

.services-style-one .services-column {
    position: relative;
    width: 50%;
    float: left;
    background: #f2f3f4
}

.services-style-one .service-block {
    position: relative;
    margin-bottom: 40px
}

.services-style-one .services-column .content-outer {
    position: relative;
    float: right;
    max-width: 700px;
    padding: 80px 20px 40px
}

.services-style-one .services-column .icon-box {
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 1em;
    color: #cd2628
}

.services-style-one .services-column h4 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #272727
}

.services-style-one .services-column .text {
    font-size: 13px;
    color: #272727;
    max-width: 250px
}

.services-style-one .content-column {
    position: relative;
    float: left;
    width: 50%;
    background: #272727;
    text-align: right
}

.services-style-one .content-column .content-box {
    position: relative;
    float: left;
    padding: 230px 20px 100px 320px;
    max-width: 700px
}

.services-style-one .content-column .sec-title h2 {
    color: #fff
}

.services-style-one .content-column .inner-box {
    position: relative
}

.services-style-one .content-column .text {
    position: relative;
    margin-bottom: 30px;
    color: #999;
    line-height: 2em
}

.services-style-two {
    position: relative;
    padding: 80px 0 20px;
    background: #272727;
    overflow: hidden
}

.services-style-two .sec-title h2 {
    color: #fff
}

.services-style-two .service-block {
    position: relative;
    padding: 0 30px;
    margin-bottom: 60px
}

.services-style-two .service-block .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 30px 50px;
    border-radius: 3px
}

.services-style-two .service-block .count-number {
    position: absolute;
    right: 15px;
    top: 20px;
    line-height: 1em;
    font-size: 160px;
    color: #fbfbfb
}

.services-style-two .service-block .icon-box {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1em;
    color: #cd2628;
    z-index: 1
}

.services-style-two .service-block h4 {
    font-size: 14px;
    margin-bottom: 15px;
    color: #272727;
    z-index: 1
}

.services-style-two .service-block .text {
    position: relative;
    font-size: 13px;
    color: #272727;
    max-width: 200px;
    margin-bottom: 20px;
    z-index: 1
}

.services-style-two .service-block .read-more {
    display: inline-block;
    color: #cd2628;
    font-weight: 600;
    text-transform: capitalize
}

.services-style-two .service-block .read-more .fa {
    padding-left: 5px;
    color: #272727
}

.services-style-three {
    position: relative;
    padding: 120px 0 70px
}

.services-style-three .sec-title {
    margin-bottom: 30px
}

.services-style-three .service-block {
    position: relative;
    padding: 0 30px;
    margin-bottom: 50px
}

.services-style-three .service-block .inner-box {
    position: relative;
    display: block;
    padding: 20px 0 0
}

.services-style-three .service-block .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    background: #cd2628;
    border-radius: 2px;
    z-index: 1
}

.page-title:before, .parallax-content-section:before {
    content: '';
    height: 100%
}

.services-style-three .service-block h4 {
    padding-left: 80px;
    font-size: 14px;
    margin-bottom: 40px;
    color: #272727
}

.services-style-three .service-block .text {
    position: relative;
    font-size: 13px;
    color: #272727;
    max-width: 250px;
    margin-bottom: 20px
}

.services-style-three .service-block .read-more {
    display: inline-block;
    color: #cd2628;
    font-weight: 600;
    text-transform: capitalize
}

.services-style-three .service-block .read-more .fa {
    padding-left: 5px;
    color: #272727
}

.parallax-content-section {
    position: relative;
    padding: 130px 0;
    background-color: #272727;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    text-align: center
}

.parallax-content-section:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(9, 9, 9, .8)
}

.parallax-content-section .auto-container {
    position: relative;
    z-index: 1
}

.parallax-content-section h2 {
    font-size: 32px;
    line-height: 1.4em;
    font-weight: 300;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px
}

.parallax-content-section h2 strong {
    font-weight: 500;
    color: #cd2628
}

.testimonial-style-one {
    position: relative;
    padding: 130px 0 120px;
    background-color: #fff9eb;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat
}

.testimonial-style-one .carousel-outer {
    position: relative;
    margin-left: 80px;
    max-width: 580px
}

.testimonial-carousel-one {
    position: relative;
    padding-top: 35px;
    border-radius: 3px;
    text-align: right
}

.testimonial-carousel-one.centered-style {
    text-align: center;
    border: 1px solid #e9e8e8;
    padding: 10px 50px;
    border-radius: 0;
    margin-top: 30px
}

.testimonial-carousel-one.left-aligned {
    text-align: left;
    border: 1px solid #d0d0d0;
    padding: 25px
}

.testimonial-style-one .carousel-outer .quote-icon {
    position: absolute;
    left: 40px;
    top: -27px;
    width: 54px;
    height: 54px;
    color: #fff;
    background: #cd2628;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    border: 5px solid #fffced;
    z-index: 10
}

.testimonial-carousel-one .slide-item .image-box {
    position: relative;
    display: inline-block;
    width: 104px;
    height: 104px;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0
}

.testimonial-carousel-one .slide-item .image-box img {
    display: block;
    max-width: 100%;
    width: 100%;
    border: 5px solid #fff
}

.testimonial-carousel-one .text-content {
    position: relative;
    font-size: 14px;
    color: #272727;
    margin-bottom: 20px;
    line-height: 2em
}

.testimonial-carousel-one.left-aligned .text-content {
    font-size: 13px;
    color: #272727;
    line-height: 2em
}

.testimonial-carousel-one .info-style-one {
    position: relative
}

.testimonial-carousel-one .info-style-one h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #cd2628;
    margin-bottom: 5px
}

.testimonial-carousel-one .info-style-one .designation {
    font-size: 13px;
    text-transform: capitalize;
    color: #272727
}

.testimonial-carousel-one .info-style-two {
    position: relative;
    padding-left: 86px;
    padding-top: 10px;
    min-height: 66px
}

.testimonial-carousel-one .info-style-two .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 66px;
    height: 66px
}

.testimonial-carousel-one .info-style-two .author-thumb img {
    position: relative;
    display: block;
    width: 66px;
    height: 66px
}

.testimonial-carousel-one .info-style-two h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #cd2628;
    font-weight: 500
}

.testimonial-carousel-one .info-style-two .designation {
    font-size: 13px;
    text-transform: capitalize;
    color: #272727
}

.testimonial-carousel-one .owl-controls .owl-dots {
    display: none !important
}

.testimonial-carousel-one.left-aligned .owl-controls .owl-nav {
    position: inherit;
    left: auto
}

.testimonial-carousel-one.centered-style .owl-controls .owl-nav {
    left: 0;
    width: 100%;
    top: 0 !important
}

.testimonial-carousel-one .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    display: inline-block;
    margin: 0 7px;
    width: 25px;
    height: 25px;
    padding: 0;
    border: 1px solid #5b5b5b;
    border-radius: 2px !important;
    color: #5b5b5b;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    background: 0 0 !important
}

.testimonial-carousel-one .owl-controls .owl-nav .owl-prev {
    left: 15px;
    top: 51%;
    display: inline-block !important
}

.testimonial-carousel-one .owl-controls .owl-nav .owl-next {
    right: 15px;
    top: 51%;
    display: inline-block !important
}

.testimonial-carousel-one .owl-controls .owl-nav [class*=owl-]:hover {
    color: #fff;
    border-color: #5b5b5b;
    background: #5b5b5b !important
}

.find-advisor .form-outer {
    position: relative;
    padding: 50px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15)
}

.find-advisor .form-outer .desc-text {
    position: relative;
    margin-bottom: 30px;
    line-height: 2em;
    color: #272727
}

.find-advisor.style-two .desc-text {
    position: relative;
    line-height: 2em;
    color: #fff;
    padding-right: 50px
}

.default-form .form-group {
    position: relative;
    margin-bottom: 25px
}

.find-advisor.style-two .default-form .row {
    margin-left: -10px;
    margin-right: -10px
}

.find-advisor.style-two .default-form .form-group {
    position: relative;
    margin-bottom: 20px;
    padding: 0 10px !important
}

.default-form .form-group .field-label {
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #232323;
    font-weight: 500;
    font-size: 13px
}

.default-form .form-group .field-label sup {
    color: red;
    font-size: 14px
}

.default-form input[type=email], .default-form input[type=password], .default-form input[type=text], .default-form select, .default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 46px;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
    background-color: #fff;
    color: #111;
    border-radius: 2px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.default-form input[type=file] {
    display: block;
    line-height: 24px;
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
    background-color: #fff;
    color: #111;
    border-radius: 2px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 100%
}

.default-form select {
    cursor: pointer;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(../images/icons/icon-select.png) right center no-repeat #fff
}

.default-form textarea {
    height: 140px;
    resize: none
}

.default-form select option {
    text-indent: 15px
}

.default-form input:focus, .default-form select:focus, .default-form textarea:focus {
    border-color: #cd2628
}

.default-form input.error, .default-form select.error, .default-form textarea.error {
    border-color: red !important
}

.default-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    color: red;
    font-weight: 500
}

.main-footer {
    position: relative;
    background: #272727;
    color: #aaa;
    font-size: 15px
}

.main-footer .widgets-section {
    position: relative;
    padding: 80px 0 30px
}

.main-footer .footer-column {
    margin-bottom: 30px
}

.main-footer .footer-widget {
    position: relative
}

.main-footer .footer-logo {
    position: relative;
    margin-top: -20px;
    margin-bottom: 20px
}

.main-footer .footer-logo img {
    display: block;
    max-width: 100%
}

.main-footer .footer-column h2 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff
}

.main-footer .about-widget .text {
    line-height: 23px
}

.main-footer .contact-info li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    line-height: 23px
}

.main-footer .contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    color: #cd2628
}

.main-footer .social-links li {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 5px
}

.main-footer .social-links li a {
    display: inline-block;
    line-height: 24px;
    color: #aaa;
    font-size: 13px
}

.main-footer .social-links li a .fa {
    padding-right: 5px
}

.main-footer .social-links li a:hover {
    color: #cd2628
}

.main-footer .posts-widget .post {
    position: relative;
    min-height: 62px;
    padding-left: 80px;
    padding-top: 5px;
    margin-bottom: 20px
}

.main-footer .posts-widget .post:last-child {
    margin-bottom: 5px
}

.main-footer .posts-widget .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
    height: 62px
}

.main-footer .posts-widget .post .post-thumb img {
    display: block;
    width: 100%
}

.main-footer .posts-widget .post h4 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 6px
}

.main-footer .posts-widget .post h4 a {
    color: #fff
}

.main-footer .posts-widget .post h4 a:hover {
    color: #cd2628
}

.main-footer .posts-widget .post .time .fa {
    font-size: 14px;
    padding-right: 10px
}

.main-footer .links-widget .list li a {
    position: relative;
    display: block;
    line-height: 23px;
    padding: 4px 0 4px 12px;
    color: #aaa;
    text-transform: capitalize
}

.main-footer .links-widget .list li a:before {
    content: '\f105';
    position: absolute;
    left: 0;
    top: 4px;
    line-height: 23px;
    font-size: 14px;
    font-family: FontAwesome
}

.main-footer .links-widget .list li a:hover {
    color: #cd2628
}

.main-footer .subscribe-widget {
    position: relative
}

.main-footer .subscribe-widget .text {
    position: relative;
    padding: 20px 0 15px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 20px
}

.main-footer .subscribe-widget .form-group {
    position: relative;
    display: block
}

.main-footer .subscribe-widget .form-group input[type=email], .main-footer .subscribe-widget .form-group input[type=tel], .main-footer .subscribe-widget .form-group input[type=text], .main-footer .subscribe-widget .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 10px 16px;
    height: 46px;
    font-size: 13px;
    border-radius: 0;
    background: #272727;
    color: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid gray
}

.main-footer .subscribe-widget .form-group input[type=submit], .main-footer .subscribe-widget button {
    width: 100%;
    height: 46px;
    line-height: 44px;
    background: #cd2628;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 15px
}

.main-footer a {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-footer .footer-bottom {
    position: relative;
    padding: 10px 0 8px;
    line-height: 24px;
    text-align: center;
    background: rgba(0, 0, 0, .32);
    color: #fff
}

.news-section {
    position: relative;
    padding: 120px 0 80px
}

.news-style-one {
    position: relative;
    margin-bottom: 0
}

.news-style-one .inner-box {
    position: relative
}

.news-style-one .image-box {
    position: relative;
    display: block;
    overflow: hidden
}

.news-style-one .image-box img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.news-style-one .inner-box:hover .image-box img {
    opacity: .8;
    -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);
    transform: scale(1.1, 1.1)
}

.news-style-one .inner-box .lower-content {
    position: relative;
    padding: 20px 0 0
}

.news-style-one .inner-box h3 {
    font-size: 16px;
    color: #272727;
    font-weight: 500;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.news-style-one .inner-box h3 a {
    color: #1c1c1c;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.news-style-one .inner-box h3 a:hover {
    color: #cd2628
}

.news-style-one .inner-box .text {
    position: relative;
    margin-bottom: 10px;
    color: #272727
}

.default-two-column {
    position: relative;
    padding: 50px 0
}

.default-two-column .sec-title {
    margin-bottom: 30px
}

.default-two-column .news-column, .default-two-column .testimonials-column {
    margin-bottom: 50px
}

.news-style-two {
    position: relative;
    margin-bottom: 25px
}

.news-column .news-style-two:last-child {
    margin-bottom: 0
}

.news-style-two .inner-box {
    position: relative
}

.news-style-two .post-meta {
    position: relative;
    display: block;
    padding: 10px 0
}

.news-style-two .post-meta li {
    position: relative;
    display: inline-block;
    color: #272727;
    padding-right: 30px
}

.news-style-two .post-meta li a {
    color: #272727;
    display: block;
    line-height: 24px
}

.news-style-two .post-meta li a:hover {
    color: #cd2628
}

.news-style-two .post-meta li .icon {
    font-size: 14px;
    color: #cd2628;
    line-height: 24px;
    padding-right: 5px
}

.news-style-two .image-box {
    position: relative;
    display: block;
    overflow: hidden
}

.news-style-two .image-box img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.news-style-two .inner-box:hover .image-box img {
    opacity: .8;
    -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);
    transform: scale(1.1, 1.1)
}

.news-style-two .image-box .date {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #cd2628;
    padding: 10px;
    line-height: 24px;
    text-align: center;
    z-index: 1
}

.news-style-two .inner-box .post-content, .page-title {
    position: relative
}

.news-style-two .image-box .date .day {
    display: block;
    font-size: 20px;
    font-weight: 600
}

.news-style-two .inner-box h3 {
    font-size: 16px;
    color: #272727;
    font-weight: 500;
    margin-bottom: 5px
}

.news-style-two .inner-box h3 a {
    color: #272727;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.news-style-two .inner-box h3 a:hover {
    color: #cd2628
}

.news-style-two .inner-box .text {
    position: relative;
    margin-bottom: 25px;
    color: #272727
}

.news-style-two .inner-box .read-more {
    display: inline-block;
    color: #cd2628;
    font-weight: 600;
    text-transform: capitalize
}

.news-style-two .inner-box .read-more .fa {
    padding-left: 5px;
    color: #272727
}

.page-title {
    padding: 120px 0;
    color: #fff;
    background-color: #fff;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat
}

.page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(4, 4, 4, .5)
}

.page-title .auto-container {
    position: relative;
    z-index: 1
}

.page-title h1 {
    position: relative;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px
}

.page-title .bread-crumb {
    position: relative;
    padding-top: 15px
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    line-height: 30px;
    margin-left: 20px;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize
}

.page-title .bread-crumb li:before {
    content: '/';
    position: absolute;
    right: -20px;
    top: 0;
    width: 20px;
    text-align: center;
    line-height: 30px
}

.sidebar .list li a:before, .sidebar .tabbed-nav li a:before {
    content: "\f178";
    font-family: FontAwesome
}

.page-title .bread-crumb li:first-child {
    margin-left: 0
}

.page-title .bread-crumb li:last-child:before {
    display: none
}

.page-title .bread-crumb li a {
    color: #fff
}

.page-title .bread-crumb li a:hover {
    color: #cd2628
}

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

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 40px
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0
}

.sidebar .search-box .form-group input[type=search], .sidebar .search-box .form-group input[type=text] {
    position: relative;
    line-height: 24px;
    padding: 10px 40px 10px 20px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #272727;
    display: block;
    font-size: 13px;
    width: 100%;
    height: 48px;
    border-radius: 3px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.sidebar .search-box .form-group input:focus {
    border-color: #cd2628
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
    font-size: 15px;
    color: #272727;
    background: 0 0;
    font-weight: 400
}

.sidebar .search-box .form-group button:hover, .sidebar .search-box .form-group input:focus + button {
    color: #cd2628
}

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #ccc;
    padding: 0 0 0 100px;
    min-height: 66px;
    margin-bottom: 25px
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 86px;
    border-radius: 3px;
    background: #333
}

.sidebar .popular-posts .post:hover .post-thumb img {
    opacity: .5
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    border-radius: 3px
}

.sidebar .popular-posts .post h4 {
    font-size: 13px;
    margin: 0 0 5px;
    font-weight: 500;
    color: #272727
}

.sidebar .popular-posts .post a, .sidebar .popular-posts .post a:hover {
    color: #cd2628
}

.sidebar .popular-posts .post h4 a {
    color: #272727
}

.sidebar .popular-posts .post-info {
    font-size: 13px;
    color: #272727
}

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 7px 18px;
    margin: 0 7px 12px 0;
    border: 1px solid #e0e0e0;
    color: #888;
    text-align: center;
    font-size: 13px;
    border-radius: 2px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.sidebar .archives-list a, .sidebar .list li a {
    display: block;
    font-weight: 400;
    line-height: 24px
}

.sidebar .popular-tags a:hover {
    background-color: #cd2628;
    border-color: #cd2628;
    color: #fff
}

.sidebar .list {
    position: relative
}

.sidebar .list li {
    position: relative;
    line-height: 24px
}

.sidebar .list li:last-child {
    border-bottom: none
}

.sidebar .list li a {
    position: relative;
    color: #272727;
    font-size: 13px;
    padding: 5px 15px 5px 24px
}

.sidebar .list li a:before {
    font-size: 13px;
    left: 0;
    color: #cd2628;
    width: 20px;
    line-height: 24px;
    position: absolute
}

.sidebar .archives-list, .sidebar .archives-list a, .sidebar .latest-tweets, .sidebar .text-widget {
    position: relative
}

.sidebar .list li a:hover {
    color: #cd2628
}

.sidebar .archives-list li {
    position: relative;
    line-height: 24px;
    padding: 10px 0;
    border-bottom: 1px dashed #d0d0d0
}

.sidebar .archives-list li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.sidebar .archives-list a {
    color: #666;
    font-size: 14px
}

.sidebar .archives-list a:hover {
    color: #cd2628
}

.sidebar .text-widget .text {
    font-size: 14px;
    color: #666
}

.sidebar .latest-tweets {
    color: #999
}

.sidebar .latest-tweets .owl-dots {
    display: none !important
}

.sidebar .files li a, .sidebar .tabbed-nav li a {
    display: block;
    font-weight: 400;
    text-transform: uppercase
}

.sidebar .latest-tweets .owl-nav {
    position: absolute;
    right: 0;
    bottom: -50px
}

.sidebar .latest-tweets .widget-bottom {
    padding: 10px 0;
    border-top: 1px solid #e0e0e0
}

.sidebar .latest-tweets .widget-bottom a {
    color: #707070
}

.sidebar .latest-tweets .time {
    color: #555;
    margin-bottom: 5px
}

.sidebar .latest-tweets .owl-next, .sidebar .latest-tweets .owl-prev {
    width: 20px;
    height: 20px;
    padding: 0 !important;
    background: 0 0 !important;
    line-height: 20px !important;
    color: #707070 !important;
    text-align: center;
    margin: 0 !important
}

.sidebar .latest-tweets .owl-next .fa:before, .sidebar .latest-tweets .owl-prev .fa:before {
    line-height: 24px;
    font-size: 24px
}

.sidebar .latest-tweets .owl-next:hover, .sidebar .latest-tweets .owl-prev:hover {
    color: #ccc !important
}

.sidebar .latest-tweets a {
    color: #101010
}

.sidebar .tabbed-links {
    position: relative
}

.sidebar .tabbed-nav li {
    position: relative;
    margin-bottom: 10px
}

.sidebar .tabbed-nav li:last-child {
    margin-bottom: 0
}

.sidebar .tabbed-nav li a {
    position: relative;
    color: #272727;
    background: #f4f5f6;
    font-size: 13px;
    line-height: 24px;
    padding: 13px 15px 13px 42px;
    border-left: 2px solid transparent;
    border-radius: 0 2px 2px 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in
}

.sidebar .tabbed-nav li a:before {
    font-size: 13px;
    left: 15px;
    top: 50%;
    margin-top: -12px;
    width: 20px;
    line-height: 24px;
    color: #cd2628;
    position: absolute
}

.sidebar .tabbed-nav li.current a, .sidebar .tabbed-nav li:hover a {
    border-color: #cd2628;
    color: #cd2628
}

.sidebar .files li {
    position: relative;
    margin-bottom: 10px
}

.sidebar .files li:last-child {
    margin-bottom: 0
}

.sidebar .files li a {
    position: relative;
    color: #fff;
    background: #cd2628;
    font-size: 13px;
    line-height: 24px;
    padding: 13px 20px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in
}

.sidebar .files li a .fa {
    position: relative;
    line-height: 24px;
    padding-right: 5px
}

.sidebar .files li:hover a {
    background: #272727 !important
}

.sidebar .files li:hover a .fa {
    color: #cd2628
}

.sidebar .contact-info li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    line-height: 24px;
    color: #272727;
    font-size: 13px
}

.sidebar .contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    color: #cd2628
}

.rangeslider-widget .outer-box {
    position: relative;
    padding: 10px 0 0
}

.rangeslider-widget .form-group {
    position: relative;
    color: #272727;
    font-weight: 500;
    font-size: 14px;
    margin: 30px 0 0
}

.rangeslider-widget .val-box {
    position: relative;
    display: inline-block;
    margin: 10px 5px 0 0;
    line-height: 24px;
    font-size: 13px;
    padding: 5px 0;
    width: 50px;
    text-align: center;
    color: #272727;
    font-weight: 500
}

.rangeslider-widget .noUi-connect {
    background: #cd2628 !important;
    box-shadow: none
}

.rangeslider-widget .noUi-background {
    background: #ededed !important
}

.rangeslider-widget .noUi-handle {
    top: -5px !important;
    box-shadow: none;
    cursor: pointer;
    width: 4px;
    height: 13px;
    background: #cd2628 !important;
    border: none;
    margin-left: 14px;
    border-radius: 0
}

.rangeslider-widget .noUi-horizontal {
    height: 5px !important;
    box-shadow: none !important;
    background: #cd2628
}

.rangeslider-widget .btn-style-one {
    padding-left: 35px;
    padding-right: 35px
}

.sidebar .related-posts .post {
    position: relative;
    font-size: 14px;
    color: #ccc;
    padding: 0 0 0 90px;
    min-height: 56px;
    margin-bottom: 25px
}

.sidebar .related-posts .post:last-child {
    margin-bottom: 0
}

.sidebar .related-posts .post .post-thumb {
    position: absolute;
    left: 0;
    top: 4px;
    width: 72px
}

.sidebar .related-posts .post .post-thumb img {
    display: block;
    width: 100%
}

.sidebar .related-posts .post h4 {
    font-size: 13px;
    margin: 0;
    font-weight: 500;
    color: #272727
}

.sidebar .related-posts .post h4 a {
    color: #272727
}

.sidebar .related-posts .post a, .sidebar .related-posts .post a:hover {
    color: #cd2628
}

.sidebar .related-posts .post .price {
    font-size: 13px;
    font-weight: 500;
    color: #cd2628
}

.sidebar .related-posts .post .rating .fa {
    position: relative;
    display: inline-block;
    margin-right: 3px;
    font-size: 13px;
    line-height: 20px;
    color: #ff9c01
}

.sidebar .related-posts .post .rating .fa-star-o {
    color: #999
}

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

.default-video-box .image {
    position: relative;
    width: 100%
}

.default-video-box .image img {
    display: block;
    width: 100%
}

.default-video-box .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.default-video-box .overlay-link:hover {
    background: rgba(0, 0, 0, .5)
}

.default-video-box .overlay-link .icon {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    width: 100px;
    height: 100px;
    top: 50%;
    padding: 30px;
    margin-top: -50px;
    line-height: 36px;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 32px;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%
}

.content-section {
    position: relative;
    color: #272727;
    line-height: 2em
}

.content-section .text-block {
    position: relative;
    line-height: 2em
}

.content-section .text-block p {
    margin-bottom: 20px;
    line-height: 2em
}

.two-column .skills-column, .two-column .text-column {
    margin-bottom: 20px
}

.services-content .two-column {
    position: relative;
    margin-bottom: 20px
}

.services-content .two-column .testimonial-column, .services-content .two-column .text-column {
    margin-bottom: 40px
}

.bigger-image {
    position: relative;
    margin-bottom: 30px;
    width: 100%
}

.bigger-image img {
    display: block;
    width: 100%
}

.timeline-container {
    position: relative;
    overflow: hidden
}

.timeline-container .timeline-block:before {
    content: '';
    position: absolute;
    left: 142px;
    top: 80%;
    height: 150%;
    border-right: 1px solid #e0e0e0
}

.timeline-container .timeline-block:last-child:before {
    margin-bottom: 0
}

.timeline-container .timeline-block {
    position: relative;
    margin-bottom: 100px
}

.timeline-container .timeline-block:last-child {
    margin-bottom: 0
}

.timeline-container .timeline-block .inner-box {
    position: relative;
    padding-left: 230px;
    min-height: 144px;
    z-index: 1
}

.timeline-container .timeline-block .inner-box .left-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    padding-left: 70px
}

.timeline-container .timeline-block .date {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    color: #272727;
    font-size: 16px;
    font-weight: 500
}

.timeline-container .timeline-block .timeline-image {
    position: relative;
    display: block;
    width: 144px;
    height: 144px;
    border: 1px solid #e0e0e0
}

.timeline-container .timeline-block .timeline-image img {
    display: block;
    max-width: 100%;
    width: 100%;
    border: 5px solid #fff
}

.timeline-container .timeline-block h4 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #272727
}

.contact-section h2, .error-section h3 {
    font-size: 20px;
    margin-bottom: 30px;
    color: #272727;
    font-weight: 500
}

.timeline-container .timeline-block .text-content {
    position: relative;
    line-height: 2em;
    padding-top: 20px
}

.error-section {
    position: relative;
    padding: 130px 0;
    text-align: center
}

.error-section .error-image img {
    display: inline-block;
    max-width: 100%
}

.contact-section {
    position: relative;
    padding: 50px 0
}

.contact-section .column {
    position: relative
}

.contact-section h2:after, .contact-section h3:after {
    position: absolute;
    width: 32px;
    left: 0;
    content: '';
    bottom: 0
}

.contact-section h2 {
    padding-bottom: 12px;
    margin-top: -8px
}

.contact-section h2:after {
    border-bottom: 1px solid #cd2628
}

.contact-section h3 {
    font-size: 18px;
    color: #272727;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 25px
}

.contact-section h3:after {
    border-bottom: 2px solid #cd2628
}

.contact-section .contact-form .form-group {
    margin-bottom: 20px
}

.form-group.input-group {
    margin-left: 15px
}

.contact-section .column .inner-box {
    position: relative;
    padding-left: 20px
}

.multiselect-native-select .btn-group {
    width: 96%
}

.multiselect-native-select button.multiselect.dropdown-toggle.btn.btn-default {
    text-align: left;
    color: #8a81a0;
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 8px 15px;
    width: 100%;
    text-transform: uppercase;
    max-width: 100%;
    resize: none;
    border-radius: 0;
    height: 40px
}

.multiselect-native-select ul.multiselect-container.dropdown-menu {
    width: 100%
}

.contact-section .contact-info {
    position: relative;
    margin-bottom: 40px
}

.contact-section .contact-info li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    line-height: 24px;
    color: #272727;
    font-size: 13px
}

.contact-section .contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    color: #cd2628
}

.contact-section .social-links li {
    display: inline-block;
    margin-right: 7px
}

.contact-section .social-links li a, .topicon {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 2px;
    text-align: center
}

.contact-section .social-links li a {
    width: 30px;
    background: #f9f9f9;
    color: #272727;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.contact-section .social-links li a:hover {
    color: #fff;
    background: #cd2628
}

.inherit, .inherit:hover {
    color: inherit !important
}

.themecolor {
    color: #cd2628
}

.marright5 {
    margin-right: 5px
}

.centerh2 h2:after {
    content: '';
    position: absolute;
    left: 50% !important;
    bottom: 0;
    width: 35px;
    border-bottom: 1px solid #cd2628;
    transform: translate(-50%, 0);
    top: 50%
}

.graybg {
    background: #f7f7f7
}

.hover:hover {
    color: inherit !important
}

.black, .topicon {
    color: #272727
}

.job-section {
    padding: 50px 0
}

.martop20 {
    margin-top: 20px
}

.mt-20 {
    margin-top: -20px
}

.topicon {
    width: 30px;
    background: #f9f9f9;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.topicon:hover {
    color: #fff;
    background: #cd2628
}

.iconli {
    margin-top: -4px
}

.bottomborder {
    border-bottom: 1px solid #eee
}

.job-name {
    font-size: 15px;
    color: #272727;
    font-weight: 500;
    word-break: break-all
}

.job-desc {
    color: #272727;
    font-size: 14px
}

.pad10 {
    padding: 15px 0 10px
}

.pad10:nth-child(1) {
    padding: 0 0 10px !important
}

@media (min-width: 767px) {
    .home-featured {
        text-align: center
    }

    .home-featured .title_featured p {
        margin: 0 0 15px
    }
}

@media (min-width: 759px) and (max-width: 1099px) {
    .multiselect-native-select .btn-group {
        width: 84%
    }
}

@media (min-width: 320px) and (max-width: 758px) {
    .multiselect-native-select .btn-group {
        width: 85%
    }
}

@media (min-width: 1100px) {
    .multiselect-native-select .btn-group {
        width: 92%
    }
}

@media (max-width: 767px) {
    .martopmob30 {
        margin-top: 30px
    }

    .main-header .header-lower {
        background: #fff !important;
        position: fixed
    }

    .main-menu .navbar-header .navbar-toggle {
        background: #cd2628 !important;
        margin: 12px 15px 0 0 !important
    }

    .main-menu .navbar-collapse > .navigation {
        background: #fff !important
    }

    .main-menu .navbar-collapse > .navigation > li:hover > a, .main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > a {
        background: #cd2628 !important;
        color: #fff !important
    }

    .main-menu .navbar-collapse > .navigation > li.current > a {
        color: #cd2628 !important
    }

    .main-menu .navbar-collapse > .navigation > li > ul > li > a {
        padding: 10px 20px !important
    }

    .team-carousel .owl-controls .owl-nav {
        display: none
    }

    .main-slider, .page-title {
        margin-top: 72px
    }

    .page-title {
        padding: 0 !important
    }

    .intl-tel-input .country-list {
        width: 210px
    }

    .hex_holder {
        padding-bottom: 19px
    }
}

.header-img, .main-header .header-top, .main-header .header-top .top-left {
    position: relative
}

#subscribe-form label.error, label.error {
    display: block;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    color: red;
    font-weight: 500
}

#subscribe-form label.error {
    padding: 5px 0 0
}

.marbot0 {
    margin-bottom: 0 !important
}

.martop30 {
    margin-top: 30px
}

.mt-11 {
    margin-top: -11px
}

@media (min-width: 768px) and (max-width: 1024px) {
    .page-title {
        padding: 30px 0
    }

    .country-list {
        max-width: 210px
    }
}

.main-header .header-top {
    background: #cd2628;
    font-size: 15px
}

.nopadleft {
    padding-left: 0
}

.main-header .header-top .top-left ul li {
    position: relative;
    display: inline-block;
    line-height: 26px;
    margin: 0 25px -3px 0;
    color: #fff
}

.container_full, .container_full img {
    margin: auto;
    width: 100%
}

.main-header .header-top .top-left ul li .fa {
    padding-right: 5px;
    color: #fff;
    line-height: 1.23px
}

.social a {
    color: #fff !important;
    padding-left: 12px;
    vertical-align: middle
}

.header-text-middle-main {
    display: table;
    height: 100%;
    width: 100%
}

.header-text-bottom {
    display: table-cell;
    vertical-align: bottom
}

.header-text-top {
    display: table-cell;
    vertical-align: top
}

.header-text-middle {
    display: table-cell;
    vertical-align: middle
}

.header-typography {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0
}

.white-text, .white-text h1 {
    color: #fff
}

.white-text h1 {
    position: relative;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px
}

.white-text .bread-crumb {
    position: relative;
    padding-top: 15px
}

.white-text .bread-crumb li:first-child {
    margin-left: 0
}

.hite-text .bread-crumb li, .white-text .bread-crumb li {
    margin-left: 20px;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 30px
}

.hite-text .bread-crumb li {
    position: relative;
    display: inline-block;
    color: #fff
}

@media (max-width: 767px) {
    .header-img {
        padding-top: 72px
    }

    .text-header {
        display: none
    }
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5)
}

.white-text .bread-crumb li {
    position: relative;
    display: inline-block;
    color: #fff !important
}

.white-text .bread-crumb li:last-child::before {
    display: none
}

.white-text .bread-crumb li a {
    color: #fff !important
}

.white-text .bread-crumb li::before {
    content: '/';
    position: absolute;
    right: -20px;
    top: 0;
    width: 20px;
    text-align: center;
    line-height: 30px
}

.white-text .bread-crumb li a:hover {
    color: #cd2628 !important
}

.contact-details {
    margin-top: 15px
}

.contact-well {
    background-color: #f9f9f9 !important;
    border: 1px solid #e1e1e1
}

.contact-well ul li a span {
    color: #272727
}

.contact-well ul li strong {
    font-weight: 500;
    color: #cd2628
}

.contact-well a:hover {
    color: inherit
}

.overlay-block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1
}

.slider-text-middle-main {
    display: table;
    height: 100%;
    width: 100%
}

.slider-text-bottom {
    display: table-cell;
    vertical-align: bottom
}

.slider-text-top {
    display: table-cell;
    vertical-align: top
}

.slider-text-middle {
    display: table-cell;
    vertical-align: middle
}

.slider-typography {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0
}

.position-relative {
    position: relative !important;
    z-index: 5
}

.slider-text-middle5 {
    padding: 0 15px
}

.slider-title-big6 {
    font-size: 110px
}

.main-slider .content-box {
    position: absolute;
    top: 20%;
    background: rgba(0, 0, 0, .7)
}

.main-slider .text {
    font-weight: 400;
    line-height: 1.8em;
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px
}

.main-slider .owl-dots {
    bottom: 30px;
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100 !important
}

.main-slider .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    border-radius: 0;
    display: block;
    height: 5px;
    margin: 5px 7px;
    transition: opacity .2s ease 0s;
    width: 30px
}

.main-slider .owl-theme .owl-dots .owl-dot.active span, .main-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #cd2628
}

.main-slider .owl-theme .owl-controls {
    margin-top: 0
}

.clearfix {
    clear: both
}

.contact-info strong, .services-content strong {
    font-weight: 500
}

@media (max-width: 979px) {
    .content-box {
        display: none
    }
}

@media (min-width: 980px) and (max-width: 1000px) {
    .content-box {
        top: 10% !important
    }
}

@media (max-width: 767px) {
    .main-slider .owl-dots {
        bottom: 5px !important
    }
}

.mockup-image img {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.nopad {
    padding: 0
}

.main-menu .navigation > li:last-child {
    margin-right: 0
}

.item-features {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    font-size: 14px;
    border: 1px solid #f7f7f7;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px
}

.item-features .fa {
    font-size: 32px;
    line-height: 32px;
    color: #cd2628;
    margin: 0 0 16px;
    display: block
}

.item-features h6 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 3px;
    color: #373636
}

.info-team h5 > a, .item-features h6 > a {
    color: #373636
}

.item-features p {
    margin-bottom: 0;
    color: #444
}

.block-section {
    padding: 30px 15px 0;
    clear: both
}

.home-featured {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(229, 229, 229, .2);
    border-radius: 3px;
    background-color: transparent;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #666;
    padding: 25px 30px;
    -moz-border-radius: 1px;
    -webkit--moz-border-radius: 1px;
    -o-moz-border-radius: 1px;
    margin: 0
}

.home-featured .theme-btn {
    margin: 5px 0 0 11px;
    padding: 8px 38px;
    color: #fff;
    text-transform: inherit
}

.home-featured p span {
    color: #fff
}

.home-featured p {
    margin: 0
}

.blackbg {
    background: #000
}

@media (min-width: 1024px) {
    .product1:nth-child(n+5), .product2:nth-child(n+4) {
        margin-top: 30px
    }
}

.btn-style-mix {
    position: relative;
    padding: 9px 25px;
    line-height: 24px;
    text-transform: capitalize;
    background: #272727;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    border: 2px solid #272727 !important;
    border-radius: 2px
}

.btn-style-mix:hover {
    color: #272727 !important;
    border-color: #272727 !important;
    background: 0 0
}

.share-post a, .share-post a.style1 {
    background-color: #5d82d1
}

.client-carousel .team-member {
    margin: 0 15px;
    text-align: center;
    box-shadow: 0 0 7px 4px #e0e0e0, 0 0 3px 2px #e0e0e0, 0 0 3px #e0e0e0, 0 0 4px #e0e0e0
}

.client-carousel .owl-stage-outer {
    padding: 15px 0
}

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

.client-carousel .owl-theme .owl-controls {
    margin: 0 !important
}

.client-carousel .team-member .inner-box .image-box {
    position: relative;
    display: block
}

.breadcrumb ul li, .description, .nav-tabs-light > li, .product_application li, .share-post a, ul.tabs li a, ul.tabs li.active {
    display: inline-block
}

.product-item {
    width: 100%;
    padding: 30px 15px;
    border: 1px solid #eee;
    margin-bottom: 30px !important
}

.producttitle {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #272727;
    word-break: break-all
}

.description {
    margin: 30px 0 0;
    padding: 0;
    width: 100%
}

.productbuttons {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding-bottom: 40px;
    padding-top: 40px
}

.productbuttons a {
    text-transform: inherit !important
}

.marginleft5 {
    margin-left: 5px
}

.product-socials-share-wrap {
    float: left;
    margin-bottom: 20px
}

h5.share-product-title {
    color: #272727;
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    margin: 0 0 20px;
    text-transform: uppercase
}

.share-post .icons {
    text-align: right
}

.share-post a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 11px;
    width: 36px;
    height: 36px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 2px
}

.share-post a.style2 {
    background-color: #40bff5
}

.share-post a.style3 {
    background-color: #eb5e4c
}

.share-post a.style4 {
    background-color: #e13138
}

.share-post a.style5 {
    background-color: #007ab6
}

.producttabs {
    border: 1px solid #e9e8e8;
    border-radius: 2px;
    clear: both;
    margin-top: 30px
}

ul.tabs {
    background: #f6f6f6;
    border-color: #e9e8e8;
    border-style: solid;
    border-width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative
}

ul.tabs:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
    border-color: #e9e8e8
}

ul.tabs li.active {
    border: 1px solid #e9e8e8;
    border-left: 0 none #e9e8e8;
    border-radius: 0;
    border-width: 0 1px 0 0;
    float: left;
    margin: 0;
    padding: 0;
    right: 0
}

.nav-tabs > li > a {
    font-weight: 600;
    padding: 10px;
    margin: 0 15px;
    cursor: default;
    border: 0 solid #ddd;
    border-bottom: 1px solid #181818;
    color: #fff;
    background: #181818;
    border-radius: 0;
    font-size: 15px
}

.nav-tabs > li > a:hover {
    border-color: transparent
}

.nav > li > a:focus, .nav > li > a:hover {
    cursor: pointer;
    border: 0 solid #ddd;
    border-bottom: 1px solid #cd2628;
    color: #fff;
    background: #cd2628;
    border-radius: 0;
    padding: 10px
}

ul.tabs li {
    border-right: 1px solid #e9e8e8
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, ul.tabs li.active a {
    color: #cd2628 !important;
    background: #fff !important
}

ul.tabs li a {
    font-size: 14px;
    font-weight: 700;
    padding: 18px 20px;
    text-decoration: none;
    border: none !important;
    color: #272727 !important;
    margin-right: 0 !important
}

ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff
}

.panel {
    border-radius: 0;
    box-shadow: 0 0 0;
    padding: 20px;
    margin: 0 0 2em
}

.nav-pills > li + li {
    margin-left: 0 !important
}

.panel p {
    margin: 0 0 5px
}

.nomargin {
    margin: 0
}

.comment-form > form label i {
    color: #666;
    font-size: 14px;
    left: 40px;
    position: absolute;
    top: 15px;
    z-index: 1
}

.comment-form form label input[type=text], .comment-form form label textarea {
    background: #f9f9f9;
    border: none;
    color: #666;
    float: left;
    font-weight: 500;
    padding: 15px 70px;
    width: 100%
}

.heading3 > span {
    color: #787878;
    float: left;
    font-size: 11px;
    letter-spacing: .3px;
    line-height: 1.42857143;
    text-transform: uppercase;
    width: 100%
}

.contact-list > span, .contact-list > span > i {
    float: left;
    font-size: 14px;
    line-height: 45px
}

.contact-list {
    float: left;
    width: 100%
}

.contact-list > span {
    color: #272727;
    margin-top: 16px;
    width: 100%
}

.contact-list > span:first-child {
    margin-top: 0 !important
}

.contact-list > span > i {
    background: #cd2628;
    color: #fff;
    height: 45px;
    margin-right: 22px;
    text-align: center;
    width: 45px;
    border-radius: 50%;
    position: absolute
}

.contact-list > span > a, .contact-list > span > p {
    margin-left: 70px;
    margin-bottom: 0
}

textarea {
    resize: none
}

.quote {
    background: #cd2628;
    color: #fff !important;
    padding: 12px !important;
    margin-top: 6px !important
}

.sticky-header .main-menu .navigation > li.current-menu-item > a.quote, .sticky-header .main-menu .navigation > li.current > a.quote, .sticky-header .main-menu .navigation > li:hover > a.quote {
    background: #cd2628 !important;
    color: #fff !important;
    padding: 12px !important;
    margin-top: 10px !important
}

p {
    font-weight: 400;
    line-height: 23px !important
}

.mt-4 {
    margin-top: -4px
}

.mt-6 {
    margin-top: -6px
}

.sticky-header .main-menu .navigation > li:last-child > a:last-child {
    padding-right: 0 !important
}

@media (min-width: 768px) {
    .item-features {
        min-height: 370px
    }
}

.main-footer .widgets-section {
    background: url(../images/Valbaux_Skyline.png) bottom no-repeat #262626;
    background-size: 100%
}

section.parallax-content-section.default-section {
    padding: 40px 0
}

.title_featured {
    margin-top: 15px
}

.page-title-small {
    padding: 0
}

.page-title-small h1 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 70px
}

.breadcrumb {
    text-align: right;
    margin: 0;
    padding: 22px 15px;
    background-color: #f9f9f9
}

#lightgallery, .hexa, .main-header-table, .nav-tabs-light, .technical-table, .tfoot-size {
    text-align: center
}

.breadcrumb ul li {
    font-size: 11px;
    font-weight: 400;
    color: #575757
}

.breadcrumb ul > li + li:before {
    color: #898989;
    content: "|";
    font-size: 8px;
    padding: 0 10px;
    position: relative;
    top: -1px
}

.nav-tabs-light {
    border-bottom: none
}

.nav-tabs-light > li {
    float: none;
    margin: 0;
    vertical-align: top
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    cursor: default;
    border: 0 solid #ddd;
    border-bottom: 1px solid #cd2628;
    color: #fff;
    background: #cd2628;
    border-radius: 0;
    padding: 10px
}

.default-section .text-column p {
    margin-bottom: 20px
}

.technical-table {
    width: 100%;
    margin: 30px 0 0
}

.main-header-table {
    color: #fff;
    background: #cd2628;
    padding: 22px !important;
    border-radius: 30px 0 0;
    font-size: 16px;
    border: 5px solid #fff
}

.th-black-bg, .th-red-bg {
    font-size: 16px;
    padding: 7px 15px;
    color: #fff
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 5px solid #fff;
    vertical-align: middle !important
}

.th-black-bg {
    background: #262626;
    border: 5px solid #fff
}

.th-red-bg {
    background: #cd2628;
    border: 5px solid #fff
}

.technical-table .td-gray, .technical-table .td-gray-dark {
    font-size: 15px;
    font-weight: 600;
    padding: 5px;
    border: 5px solid #fff;
    vertical-align: middle
}

.technical-table .td-gray {
    background: #eee
}

.technical-table .td-gray-dark {
    background: #999;
    color: #fff
}

.modal-header, .product_application {
    border-bottom: none
}

.last-th-ff {
    padding: 3px !important;
    border: none
}

.last-tr-under {
    background: #262626
}

.tfoot-size {
    background: #999;
    color: #fff;
    width: 22%;
    font-size: 18px
}

.last-tr-under td {
    color: #fff;
    padding: 20px
}

.last-tr-under td hr {
    margin-top: 2px;
    margin-bottom: 2px
}

.last-tr-under td h3 {
    font-weight: 500;
    font-size: 16px
}

.last-tr-under td h5 {
    font-weight: 500
}

.last-td-radius {
    border-radius: 0 0 30px
}

.product_application li {
    padding-left: 1.8em;
    text-indent: -1.7em;
    font: normal normal normal 14px/1 FontAwesome, Calibri, 'Trebuchet MS', Helvetica, Arial, sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: .5px
}

.product_application li::before {
    content: "\f111 ";
    color: #cd2628;
    margin-right: 15px;
    font-size: 9px
}

.other_imgs {
    padding: 15px
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none
    }
}

.contact-well, .modal-content {
    border-radius: 0
}

.app_side_block {
    margin-bottom: 25px
}

.default-section .description p {
    margin-bottom: 20px
}

.hexaHolder {
    float: left
}

.hexa img {
    width: 100%;
    margin-top: -5px
}

.hexa, .hexa div {
    margin: 0 auto;
    transform-origin: 50% 50%;
    overflow: hidden
}

.hexa {
    margin: 0;
    transform: rotate(120deg)
}

.hexa div {
    width: 100%;
    height: 100%
}

.hex1 {
    transform: rotate(44deg);
    overflow: hidden
}

.hex2 {
    transform: rotate(-44deg);
    overflow: hidden
}

.hex-row {
    clear: left
}

.hexaHolder.even {
    margin-top: 135.5px;
    margin-left: -70px;
    margin-right: -70px
}

#wrap {
    min-width: 600px
}

.hex_holder.even {
    margin-top: 150px;
    margin-left: -85px;
    margin-right: -86px
}

.p-t-35 {
    padding-top: 35px
}

.contact-well {
    margin-bottom: 50px;
    min-height: 220px;
    padding: 25px 20px 20px;
    position: relative
}

.contact-well h3 {
    position: absolute;
    top: -17px;
    font-size: 18px;
    padding: 6px 20px;
    background: #cd2628 !important;
    color: #fff !important;
    font-weight: 600
}

.no-margin-lr {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.wide-separator-line {
    height: 1px;
    background-color: #e5e5e5;
    margin: 1% 15px
}

.bg-mid-gray {
    background: #d4d4d4 !important
}

.contact-box {
    margin-top: 50px;
    margin-bottom: -50px
}

.contact-box:first-child {
    margin-top: 0;
    margin-bottom: -50px
}

.contact-well p:nth-last-child(2) {
    margin-top: 10px
}

.modal-header {
    background: #fff;
    min-height: 16.43px;
    padding: 0
}

.modal button.close {
    background-color: #cd2628;
    border-radius: 0 !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 26px;
    font-weight: 400;
    height: 30px;
    margin-bottom: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: none;
    top: 0;
    width: 30px
}

.main-slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: 0 0;
    border: 2px solid #cd2628;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    margin: 5px;
    padding: 11px 15px;
    color: #cd2628;
    position: absolute;
    top: 46%
}

.owl-nav {
    display: none
}

.owl-carousel:hover .owl-nav {
    display: block
}

.main-slider .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    color: #fff;
    background: #cd2628;
    text-decoration: none
}

.main-slider .owl-prev {
    left: 30px
}

.main-slider .owl-next {
    right: 30px
}

#terms .modal-header {
    padding: 7px 20px;
    color: #cd2628;
    border-bottom: 1px solid #e5e5e5
}

#terms .modal-header .close {
    color: #cd2628 !important;
    background: 0 0 !important;
    top: 3px;
    position: absolute
}

#terms .modal-body {
    position: relative;
    padding: 15px 6px 15px 15px;
    height: 425px;
    min-height: 425px;
    margin-top: 0
}

#specification .modal-body {
    height: 388px;
    min-height: 352px;
    padding: 0;
    margin: 0;
    overflow: auto
}

#specification .technical-table {
    margin: 0
}

#specification .modal-content {
    border-radius: 0;
    background: 0 0;
    box-shadow: none;
    border: none
}

#specification .main-header-table {
    border: none
}

#specification .close {
    z-index: 1;
    right: 13px;
    background: 0 0
}

.home-featured .title_featured {
    margin-bottom: 0
}

#basic-addon2 {
    position: absolute;
    top: 0;
    right: 30px;
    width: 15%;
    height: 40px;
    padding-top: 2px;
    z-index: 1;
    border-radius: 0
}

@media (max-width: 1400px) and (min-width: 1101px) {
    #terms .modal-body {
        height: 500px;
        min-height: 500px
    }

    #specification .modal-body {
        height: 388px;
        min-height: 352px;
        padding: 0;
        margin: 0;
        overflow: hidden
    }

    #specification .technical-table {
        margin: 0
    }

    #specification .modal-content {
        border-radius: 0;
        background: 0 0;
        box-shadow: none;
        border: none
    }

    #specification .main-header-table {
        border: none
    }

    #specification .close {
        z-index: 1;
        right: 0
    }

    .home-featured .title_featured {
        margin-bottom: 0
    }

    .home-featured .theme-btn {
        float: right
    }

    #basic-addon2 {
        width: 8%
    }
}

.input-group.no-padding-xs.no-margin-l-xs.form-group.col-sm-12 {
    padding-right: 30px
}

@media (min-width: 1401px) {
    #specification .modal-body {
        height: 388px;
        min-height: 352px;
        padding: 0;
        margin: 0;
        overflow: hidden
    }

    #specification .technical-table {
        margin: 0
    }

    #specification .modal-content {
        border-radius: 0;
        background: 0 0;
        box-shadow: none;
        border: none
    }

    #specification .main-header-table {
        border: none
    }

    #specification .close {
        z-index: 1;
        right: 0
    }

    .contact-box {
        margin-top: 0;
        margin-bottom: -50px
    }

    #terms .modal-body {
        height: 650px;
        min-height: 650px
    }

    .home-featured .title_featured {
        margin-bottom: 0
    }

    .home-featured .theme-btn {
        float: right
    }

    #basic-addon2 {
        width: 8%
    }
}

@media (min-width: 768px) {
    .contact-box {
        margin-top: 0;
        margin-bottom: -50px
    }
}

@media (max-width: 767px) {
    .technical-table .td-gray, .technical-table .td-gray-dark {
        font-size: 12px;
        min-width: 60px;
        vertical-align: middle
    }

    .no-padding-xs {
        padding: 0
    }

    .main-header-table, .th-black-bg, .th-red-bg {
        font-size: 12px;
        vertical-align: middle;
        padding: 12px !important
    }

    .tfoot-size {
        font-size: 14px
    }

    .last-tr-under td h3 {
        font-size: 13px
    }

    .last-tr-under td h5 {
        font-size: 12px
    }

    .no-margin-l-xs {
        margin-left: 0 !important
    }

    .input-group.no-padding-xs.no-margin-l-xs.form-group.col-sm-12 {
        padding-right: 0
    }

    #basic-addon2 {
        right: 2px
    }
}

.prd-popup-icon {
    font-size: 26px;
    line-height: 35px
}

#map_canvas {
    height: 450px
}

.box-img {
    margin-bottom: 16px
}

.contact-well a {
    color: #000
}

.m-b-34 {
    margin-bottom: 34px
}

.normal-download .modal-header .close {
    color: #cd2628 !important;
    background: 0 0 !important;
    top: 3px;
    position: absolute
}

.normal-download .modal-header {
    padding: 7px 20px;
    color: #cd2628;
    border-bottom: 1px solid #e5e5e5
}

#subscribe-form .checkbox-label label.padd-left-10 {
    padding-left: 20px !important;
    font-size: 13px;
    margin-top: -23px
}

.main-footer .subscribe-widget button {
    border: 2px solid #cd2628 !important
}

.main-footer .subscribe-widget button:hover {
    color: #cd2628 !important;
    border: 2px solid #cd2628 !important;
    background: 0 0 !important
}

.site-well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    margin-bottom: 30px;
    min-height: 230px;
    padding: 20px
}

.site-well h4 {
    background-color: #ce2124;
    border-radius: 0 15px 15px 0;
    color: #fff;
    left: 15px;
    padding: 5px 20px;
    position: absolute
}

.site-well a {
    color: #000
}

.site-ul {
    margin-top: 50px
}

.checkbox-label label {
    margin-top: -25px;
    display: block
}

.no-border-left {
    border-left: none
}

.no-border-right {
    border-right: none !important
}

.no-border-bottom {
    border-bottom: none !important
}

#reCaptchaError {
    display: block;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    color: red;
    font-weight: 500
}

.product_intro_slider {
    width: 600px;
    float: left;
    padding-top: 7px;
    margin-right: 25px;
    margin-bottom: 20px
}

.img-responsive.image2.imgChked {
    width: 100%
}

.p-b-35 {
    padding-bottom: 35px
}

.intl-tel-input .country-list {
    max-width: 295px
}

#download_link {
    padding: 5px 25px;
    margin-top: 10px
}

@media (min-width: 320px) and (max-width: 1024px) {
    .bannerscollection_zoominout.opportune .leftNav, .bannerscollection_zoominout.opportune .rightNav {
        display: none !important
    }
}

@media screen and (max-height: 575px) {
    .g-recaptcha {
        transform: scale(.77);
        -webkit-transform: scale(.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

#terms li, #terms ul {
    margin-bottom: 10px;
    padding-left: 15px;
    list-style: square !important
}

.main-slider {
    overflow: hidden
}

.text {
    font-size: 14px;
    color: #aaa
}

.info-btn.call-btn:hover {
    background: #cd2628;
    color: #fff;
    border-color: #cd2628
}

.info-btn.call-btn {
    z-index: 100;
    border: 2px solid #272727;
    border-radius: 50%;
    height: 40px;
    padding: 8px 10px;
    width: 40px;
    color: #272727;
    position: fixed;
    left: 25px;
    bottom: 2.7%;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btn .caret, select {
    border-radius: 0 !important
}

select {
    padding: 8px 15px;
    appearance: none;
    background: url(../images/select_arraow_down.png) 98.3% center no-repeat #fff !important
}

select#salutation {
    background: url(../images/select_arraow_down.png) 93% center no-repeat #fff !important
}

.btn .caret {
    margin-left: 0;
    color: #000;
    border-top: 6px dashed;
    position: absolute;
    top: 16px;
    right: 12px
}

.intl-tel-input .selected-flag .iti-arrow {
    border-top: 4px solid #000 !important
}

.btn-default.focus, .multiselect-native-select .btn-default.active, .multiselect-native-select .btn-default:active, .multiselect-native-select .btn-default:focus, .multiselect-native-select .btn-default:hover, .multiselect-native-select .open > .dropdown-toggle.btn-default {
    background-color: #fff;
    box-shadow: none
}

.multiselect-container.dropdown-menu > .active > a, .multiselect-container.dropdown-menu > .active > a:focus, .multiselect-container.dropdown-menu > .active > a:hover, .multiselect-container.dropdown-menu > li > a:focus, .multiselect-container.dropdown-menu > li > a:hover, .multiselect-native-select button.multiselect.dropdown-toggle.btn.btn-default:active, .multiselect-native-select button.multiselect.dropdown-toggle.btn.btn-default:hover {
    background-color: #fff
}

.scroll-to-top.download-brochure {
    left: 47px;
    font-size: 17px;
    line-height: 40px;
    padding-left: 2px
}

@media (min-width: 992px)
{
    #csr_gallery_light .col-sm-6:nth-child(3n+1), #csr_gallery_light .col-md-4:nth-child(3n+1) {
        clear: left !important;
    }
}

.count-wrapper {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 40px;
    opacity: 1;
    z-index: 99;
    background: #5b5b5b;
    height: 40px;
    color: #fff;
}

.count-inner {
    width: 40px;
    padding-top: 7px;
}

.position-relative {
    position: relative !important;
    z-index: 5;
}

.csr-gallery figure {
    padding: 15px 0 35px;
}

.nav-tabs-light{
    margin-bottom: 40px;
}

.csr-gallery img:hover {
    -webkit-filter: grayscale(100%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .5s ease-in-out;
    filter: grayscale(100%);
}

.csr-gallery img {
    -webkit-filter: grayscale(0%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .5s ease-in-out;
    filter: grayscale(0%);
}

#csr_gallery_light .team-name{
    color: #5b5b5b !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .logo {
        width: 18%;
        margin: 12px 0;
    }
    .main-menu .navigation>li>a {
        font-size: 12px!important;
    }
}

.portfolio-filter.no-display { display:none; }

/*blink download brochure*/

.blink{
    animation: 4s cubic-bezier(0.19, 1, 0.22, 1) 0s normal both infinite running dot-pulse-idle;
}
@keyframes dot-pulse-idle {
    0% {
        box-shadow: 0 0 0 0 #cd2628;
    }
    50% {
        box-shadow: 0 0 0 40px rgba(239, 127, 26, 0);
    }
}


.brochu_dn{
    position: fixed;
    bottom: 15px;
    left: 47px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    padding-left: 2px;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    background: #272727;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;

}

/* Contact Form 7 Custom Style Overrides */
.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.wpcf7-not-valid-tip {
    display: block;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    color: red;
    font-weight: 500;
}
.wpcf7-response-output {
    margin: 15px 0 0 !important;
    padding: 15px !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    font-size: 14px;
}
.wpcf7.sent .wpcf7-response-output {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}
.wpcf7.invalid .wpcf7-response-output,
.wpcf7.unaccepted .wpcf7-response-output,
.wpcf7.spam .wpcf7-response-output,
.wpcf7.aborted .wpcf7-response-output {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}
.checkbox-label .wpcf7-list-item {
    margin: 0 !important;
}

/* Specificity override for input submit buttons using theme classes */
input[type=submit].btn-style-two {
    background: #cd2628 !important;
    color: #fff !important;
}
input[type=submit].btn-style-two:hover {
    background: transparent !important;
    color: #cd2628 !important;
}
input[type=submit].btn-small {
    padding: 6px 15px !important;
    font-size: 12px !important;
}
