body {
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #8c8c8c;
    background-color: #FFFFFF;
}

.mpt84 {
    padding: 0;
    margin-top: 84px;
}

section {
    padding: 40px 50px;
}

@media screen and (max-width: 768px) {
    section div.row > div {
        margin-bottom: 50px;
    }

    section div.row > div:last-child {
        margin-bottom: 0;
    }

    section div.row.sm-mb-20 > div {
        margin-bottom: 20px;
    }

    section form > div.row > div {
        margin-bottom: 0;
    }
}

.back-to-top {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
}

.back-to-top a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 17px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.back-to-top a:hover, .back-to-top a:focus {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

/* -------------
 * Typography
 * -------------*/
h1, h2, h3, h4, h5, h6 {
    font-family: Raleway, sans-serif;
    color: #636363;
    font-weight: 700;
}

a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

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

.section-dark {
    background-color: #393939;
    color: #868686;
}

.section-heading {
    margin-bottom: 30px;
    color: #636363;
}

.section-heading.heading-small .heading {
    font-size: 24px;
    font-weight: 700;
}

.section-heading .section-lead {
    font-size: 16px;
    color: #bfbfbf;
}

.section-heading .icon {
    position: relative;
    top: 2px;
}

.section-heading-center {
    padding-top: 40px;
    margin-bottom: 60px;
    text-align: center;
}

.section-heading-center .heading {
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: 400;
}

.section-heading-center .section-lead {
    font-size: 20px;
    font-weight: 300;
}

.section-heading-center.heading-small .heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.section-heading-center.heading-small .section-lead {
    font-size: 16px;
}

.section-heading-center.heading-small:after {
    display: block;
    width: 50px;
    margin: 20px auto 0 auto;
    content: '';
    border-top: 3px solid #ddd;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .section-heading-center {
        padding-top: 0;
    }
}

.section-heading-shop {
    margin-bottom: 50px;
}

.section-heading-shop .heading-border {
    font-weight: 400;
}

.heading-border {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    border-bottom: 6px double #8c8c8c;
    padding-bottom: 5px;
}

.heading-thin {
    font-weight: 300;
}

.section-heading-linethrough {
    position: relative;
    margin-top: 40px;
    margin-bottom: 60px;
}

.section-heading-linethrough .heading {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0;
    padding-right: 15px;
    font-size: 30px;
    background: #fff;
}

.section-heading-linethrough:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    content: '';
    border-top: 1px solid #ddd;
    z-index: -1;
}

.section-heading-linethrough.section-heading-center {
    padding-top: 0;
}

.section-heading-linethrough.section-heading-center .heading {
    padding: 0 15px;
}

.heading-border-left {
    padding-left: 15px;
    border-left: 3px solid #636363;
    font-size: 24px;
}

.heading-border-bottom {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding-bottom: 10px;
    border-bottom: 3px solid #636363;
    font-size: 24px;
}

.heading-border-bottom-short {
    font-size: 24px;
}

.heading-border-bottom-short:after {
    display: block;
    width: 80px;
    margin-top: 10px;
    content: '';
    border-top: 3px solid #636363;
}

.border-primary, .heading-border-bottom-short.border-primary:after {
    border-color: #e3853f;
}

.text-primary {
    color: #e3853f;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #4f8711;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    background-color: #e3853f;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #4f8711;
}

.bg-success {
    background-color: #5cb85c;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #449d44;
}

.bg-info {
    background-color: #5bc0de;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #31b0d5;
}

.bg-warning {
    background-color: #f0ad4e;
}

.bg-red {
    /*background: rgba(0, 0, 0, 0.65);*/
    background: #c9302c;
    color: #ffffff;
}

.bg-red:hover, .bg-red a:hover {
    background: #c93000;
    color: #FFFFFF;
}

.navigation-bg-black {
    background: #D3D3D6;
    color: #000000;
}

.navigation-bg-black .bg-nvred {
    text-align: center;
}

.navigation-bg-black .bg-nvred:hover,
.navigation-bg-black .bg-nvred:focus,
.navigation-bg-black .bg-nvred a:hover {
    background: #c93000;
    color: #FFFFFF;
}

.navigation-bg-black .row-hlh-60 {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #c9302c;
}

.bg-danger {
    background-color: #c9302c;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #c9302c;
}


ul.link-list li {
    margin-bottom: 8px;
}

ul.list-image-icons > li {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 5px;
}

.contact-info {
    position: relative;
    padding-left: 24px;
}

.contact-info i {
    position: absolute;
    left: 0;
    margin-top: 0;
}

.content-lead {
    padding: 50px 0;
}

.content-lead p {
    width: 75%;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
}

.content-lead p:after {
    content: '';
    display: block;
    border-top: 1px solid #e3853f;
    width: 120px;
    margin: 0 auto;
    margin-top: 35px;
}

.label-primary {
    background-color: #e3853f;
}

.label-red {
    background-color: #e43636;
}

.text-muted-2x {
    color: #aaaaaa;
}

.text-superbig {
    font-size: 156px;
}

.bold-separator {
    border-top: 3px solid #e3853f;
}

/*!
 * animate.css
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

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

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

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

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

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

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

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

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

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

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

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

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

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

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

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

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

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

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

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

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


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

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

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

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

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

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

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

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

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

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

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

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

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

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

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

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

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

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

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

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

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

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

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

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

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

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.morphext > .animated {
    display: inline-block;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
/*
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}
*/

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

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

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

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

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

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

/* -----------
 * Buttons
 * ----------*/
.btn {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-family: Raleway, sans-serif;
    font-weight: 500;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

.btn .icon {
    font-size: 16px;
    top: 3px;
    position: relative;
    margin-left: 3px;
}

.btn > i {
    margin-right: 5px;
}

.btn-default {
    color: #888;
    border-color: #a5a5a5;
}

.btn-primary {
    color: #FFF;
    background-color: #69B417;
    border-color: #5c9d14;
}

.btn-primary:focus, .btn-primary.focus {
    color: #FFF;
    background-color: #5c9d14;
    border-color: #47790f;
}

.btn-primary:hover {
    color: #FFF;
    background-color: #61a615;
    border-color: #47790f;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #FFF;
    background-color: #61a615;
    border-color: #3c670d;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #FFF;
    background-color: #579413;
    border-color: #345a0b;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #69B417;
    border-color: #5c9d14;
}

.btn-primary .badge {
    color: #69B417;
    background-color: #FFF;
}

.btn-link {
    color: #69B417;
}

.btn-link:hover, .btn-link:focus {
    text-decoration: none;
    color: #5c9d14;
}

.btn-lg {
    font-size: 16px;
}

/* --------------
 * Input groups
 * -------------*/
.input-group select:not([multiple]) {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 1.5em;
}

/* -----------
 * Dropdowns
 * ----------*/
.dropdown-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    background-color: #FFF;
}

/* ------------------
 * Inputs and forms
 * ------------------*/
.form-control {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #dedede;
    color: inherit;
}

.form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c5c5c5;
    background-color: #fafafa;
}

.input-group-addon {
    border-color: #dedede;
    color: #a2a2a2;
}

.form-horizontal.label-left .control-label {
    text-align: left;
}

div[class*="col-"] > .form-group {
    margin-left: 0;
    margin-right: 0;
}

div[class*="col-"] > .input-group {
    margin-bottom: 15px;
}

/* newsletter form */
.newsletter-form .form-control {
    font-size: 14px;
}

.newsletter-form .input-group-lg > .input-group-btn > .btn {
    font-size: 14px;
    min-width: 111px;
}

.newsletter-form .input-group-btn > .btn i {
    display: none;
}

.newsletter-form .input-group-btn > .btn.loading i {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.newsletter-form .input-group-btn > .btn.loading span {
    display: none;
}

.newsletter-form .alert {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    padding: 5px;
    border: none;
    font-size: 12px;
    background: transparent;
    color: #fff;
    font-weight: 600;
}

.newsletter-form .alert.active {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.newsletter-form .alert.alert-danger {
    color: #a94442;
}

.newsletter-form .alert.alert-success {
    color: #3c763d;
}

/* ------------------------------
 * Social buttons, linked icons
 * -----------------------------*/
.social-icons {
    margin-bottom: 0;
}

.social-icons > li {
    padding: 0 2px 5px 2px;
}

.social-icons > li > a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background-color: #858D90;
    color: #FFF;
}

.social-icons > li > a i {
    font-size: 18px;
}

.social-icons > li > a:hover, .social-icons > li > a:focus {
    background-color: #788084;
}

.social-icons-fullrounded > li > a {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.social-icons-small > li > a {
    width: 30px;
    height: 30px;
    line-height: 28px;
}

.social-icons-small > li > a i {
    font-size: 13px;
}

.social-icons-bordered > li > a {
    background: none;
    border: 1px solid #788084;
    color: #858D90;
}

.social-icons-bordered > li > a:hover, .social-icons-bordered > li > a:focus {
    color: #FFF;
}

/* colored background */
.z500px-bg {
    background-color: #0099e5 !important;
}

.z500px-bg:hover, .z500px-bg:focus {
    background-color: #0088cc !important;
}

.about-me-bg {
    background-color: #00405d !important;
}

.about-me-bg:hover, .about-me-bg:focus {
    background-color: #002e44 !important;
}

.airbnb-bg {
    background-color: #fd5c63 !important;
}

.airbnb-bg:hover, .airbnb-bg:focus {
    background-color: #fd434b !important;
}

.alphabet-bg {
    background-color: #ed1c24 !important;
}

.alphabet-bg:hover, .alphabet-bg:focus {
    background-color: #de1219 !important;
}

.amazon-bg {
    background-color: #ff9900 !important;
}

.amazon-bg:hover, .amazon-bg:focus {
    background-color: #e68a00 !important;
}

.american-express-bg {
    background-color: #002663 !important;
}

.american-express-bg:hover, .american-express-bg:focus {
    background-color: #001c4a !important;
}

.aol-bg {
    background-color: #ff0b00 !important;
}

.aol-bg:hover, .aol-bg:focus {
    background-color: #e60a00 !important;
}

.behance-bg {
    background-color: #1769ff !important;
}

.behance-bg:hover, .behance-bg:focus {
    background-color: #0059fd !important;
}

.bing-bg {
    background-color: #ffb900 !important;
}

.bing-bg:hover, .bing-bg:focus {
    background-color: #e6a700 !important;
}

.bitbucket-bg {
    background-color: #205081 !important;
}

.bitbucket-bg:hover, .bitbucket-bg:focus {
    background-color: #1b436d !important;
}

.bitly-bg {
    background-color: #ee6123 !important;
}

.bitly-bg:hover, .bitly-bg:focus {
    background-color: #e65312 !important;
}

.blogger-bg {
    background-color: #f57d00 !important;
}

.blogger-bg:hover, .blogger-bg:focus {
    background-color: #dc7000 !important;
}

.booking-com-bg {
    background-color: #003580 !important;
}

.booking-com-bg:hover, .booking-com-bg:focus {
    background-color: #002a67 !important;
}

.buffer-bg {
    background-color: #168eea !important;
}

.buffer-bg:hover, .buffer-bg:focus {
    background-color: #1380d3 !important;
}

.code-school-bg {
    background-color: #616f67 !important;
}

.code-school-bg:hover, .code-school-bg:focus {
    background-color: #55615a !important;
}

.codecademy-bg {
    background-color: #f65a5b !important;
}

.codecademy-bg:hover, .codecademy-bg:focus {
    background-color: #f54243 !important;
}

.creative-market-bg {
    background-color: #8ba753 !important;
}

.creative-market-bg:hover, .creative-market-bg:focus {
    background-color: #7d964b !important;
}

.delicious-bg {
    background-color: #3399ff !important;
}

.delicious-bg:hover, .delicious-bg:focus {
    background-color: #1a8cff !important;
}

.deviantart-bg {
    background-color: #05cc47 !important;
}

.deviantart-bg:hover, .deviantart-bg:focus {
    background-color: #04b33e !important;
}

.digg-bg {
    background-color: #005be2 !important;
}

.digg-bg:hover, .digg-bg:focus {
    background-color: #0051c9 !important;
}

.disqus-bg {
    background-color: #2e9fff !important;
}

.disqus-bg:hover, .disqus-bg:focus {
    background-color: #1593ff !important;
}

.django-bg {
    background-color: #092e20 !important;
}

.django-bg:hover, .django-bg:focus {
    background-color: #051911 !important;
}

.dribbble-bg {
    background-color: #ea4c89 !important;
}

.dribbble-bg:hover, .dribbble-bg:focus {
    background-color: #e7357a !important;
}

.elance-bg {
    background-color: #0d69af !important;
}

.elance-bg:hover, .elance-bg:focus {
    background-color: #0b5b97 !important;
}

.envato-bg {
    background-color: #82b541 !important;
}

.envato-bg:hover, .envato-bg:focus {
    background-color: #75a23a !important;
}

.etsy-bg {
    background-color: #d5641c !important;
}

.etsy-bg:hover, .etsy-bg:focus {
    background-color: #be5919 !important;
}

.facebook-bg {
    background-color: #3b5998 !important;
}

.facebook-bg:hover, .facebook-bg:focus {
    background-color: #344e86 !important;
}

.feedly-bg {
    background-color: #2bb24c !important;
}

.feedly-bg:hover, .feedly-bg:focus {
    background-color: #269d43 !important;
}

.flattr-bg {
    background-color: #f67c1a !important;
}

.flattr-bg:hover, .flattr-bg:focus {
    background-color: #ed6f09 !important;
}

.flickr-bg {
    background-color: #0063dc !important;
}

.flickr-bg:hover, .flickr-bg:focus {
    background-color: #0058c3 !important;
}

.flipboard-bg {
    background-color: #e12828 !important;
}

.flipboard-bg:hover, .flipboard-bg:focus {
    background-color: #d21d1d !important;
}

.flixster-bg {
    background-color: #2971b2 !important;
}

.flixster-bg:hover, .flixster-bg:focus {
    background-color: #24649d !important;
}

.foursquare-bg {
    background-color: #0732a2 !important;
}

.foursquare-bg:hover, .foursquare-bg:focus {
    background-color: #062a8a !important;
}

.github-bg {
    background-color: #4183c4 !important;
}

.github-bg:hover, .github-bg:focus {
    background-color: #3876b4 !important;
}

.google-bg {
    background-color: #4285f4 !important;
}

.google-bg:hover, .google-bg:focus {
    background-color: #2a75f3 !important;
}

.google-plus-bg {
    background-color: #dc4e41 !important;
}

.google-plus-bg:hover, .google-plus-bg:focus {
    background-color: #d83a2b !important;
}

.instagram-bg {
    background-color: #3f729b !important;
}

.instagram-bg:hover, .instagram-bg:focus {
    background-color: #386589 !important;
}

.kickstarter-bg {
    background-color: #2bde73 !important;
}

.kickstarter-bg:hover, .kickstarter-bg:focus {
    background-color: #20cf67 !important;
}

.kik-bg {
    background-color: #82bc23 !important;
}

.kik-bg:hover, .kik-bg:focus {
    background-color: #73a71f !important;
}

.lastfm-bg {
    background-color: #d51007 !important;
}

.lastfm-bg:hover, .lastfm-bg:focus {
    background-color: #bc0e06 !important;
}

.line-bg {
    background-color: #00c300 !important;
}

.line-bg:hover, .line-bg:focus {
    background-color: #00aa00 !important;
}

.linkedin-bg {
    background-color: #0077b5 !important;
}

.linkedin-bg:hover, .linkedin-bg:focus {
    background-color: #00669c !important;
}

.mail-ru-bg {
    background-color: #168de2 !important;
}

.mail-ru-bg:hover, .mail-ru-bg:focus {
    background-color: #147fcb !important;
}

.mailchimp-bg {
    background-color: #2c9ab7 !important;
}

.mailchimp-bg:hover, .mailchimp-bg:focus {
    background-color: #2789a2 !important;
}

.myspace-bg {
    background-color: #000000 !important;
}

.myspace-bg:hover, .myspace-bg:focus {
    background-color: black !important;
}

.netflix-bg {
    background-color: #e50914 !important;
}

.netflix-bg:hover, .netflix-bg:focus {
    background-color: #cc0812 !important;
}

.ning-bg {
    background-color: #75af42 !important;
}

.ning-bg:hover, .ning-bg:focus {
    background-color: #699c3b !important;
}

.path-bg {
    background-color: #ee3423 !important;
}

.path-bg:hover, .path-bg:focus {
    background-color: #e62412 !important;
}

.patreon-bg {
    background-color: #e6461a !important;
}

.patreon-bg:hover, .patreon-bg:focus {
    background-color: #d03f17 !important;
}

.paypal-bg {
    background-color: #003087 !important;
}

.paypal-bg:hover, .paypal-bg:focus {
    background-color: #00276e !important;
}

.photobucket-bg {
    background-color: #0ea0db !important;
}

.photobucket-bg:hover, .photobucket-bg:focus {
    background-color: #0c8ec3 !important;
}

.pinterest-bg {
    background-color: #bd081c !important;
}

.pinterest-bg:hover, .pinterest-bg:focus {
    background-color: #a50718 !important;
}

.product-hunt-bg {
    background-color: #da552f !important;
}

.product-hunt-bg:hover, .product-hunt-bg:focus {
    background-color: #cb4924 !important;
}

.quora-bg {
    background-color: #a82400 !important;
}

.quora-bg:hover, .quora-bg:focus {
    background-color: #8f1f00 !important;
}

.rdio-bg {
    background-color: #007dc3 !important;
}

.rdio-bg:hover, .rdio-bg:focus {
    background-color: #006daa !important;
}

.reddit-bg {
    background-color: #ff4500 !important;
}

.reddit-bg:hover, .reddit-bg:focus {
    background-color: #e63e00 !important;
}

.rss-bg {
    background-color: #f26522 !important;
}

.rss-bg:hover, .rss-bg:focus {
    background-color: #ed560e !important;
}

.salesforce-bg {
    background-color: #1798c1 !important;
}

.salesforce-bg:hover, .salesforce-bg:focus {
    background-color: #1486aa !important;
}

.scribd-bg {
    background-color: #1a7bba !important;
}

.scribd-bg:hover, .scribd-bg:focus {
    background-color: #176ca4 !important;
}

.shopify-bg {
    background-color: #96bf48 !important;
}

.shopify-bg:hover, .shopify-bg:focus {
    background-color: #89b03e !important;
}

.skype-bg {
    background-color: #00aff0 !important;
}

.skype-bg:hover, .skype-bg:focus {
    background-color: #009cd7 !important;
}

.slack-bg {
    background-color: #6ecadc !important;
}

.slack-bg:hover, .slack-bg:focus {
    background-color: #59c2d7 !important;
}

.slideshare-bg {
    background-color: #0077b5 !important;
}

.slideshare-bg:hover, .slideshare-bg:focus {
    background-color: #00669c !important;
}

.soundcloud-bg {
    background-color: #ff8800 !important;
}

.soundcloud-bg:hover, .soundcloud-bg:focus {
    background-color: #e67a00 !important;
}

.spotify-bg {
    background-color: #2ebd59 !important;
}

.spotify-bg:hover, .spotify-bg:focus {
    background-color: #29a84f !important;
}

.squarespace-bg {
    background-color: #222222 !important;
}

.squarespace-bg:hover, .squarespace-bg:focus {
    background-color: #151515 !important;
}

.stackoverflow-bg {
    background-color: #fe7a15 !important;
}

.stackoverflow-bg:hover, .stackoverflow-bg:focus {
    background-color: #f86c01 !important;
}

.stripe-bg {
    background-color: #00afe1 !important;
}

.stripe-bg:hover, .stripe-bg:focus {
    background-color: #009bc8 !important;
}

.stumbleupon-bg {
    background-color: #eb4924 !important;
}

.stumbleupon-bg:hover, .stumbleupon-bg:focus {
    background-color: #e13b15 !important;
}

.telegram-bg {
    background-color: #0088cc !important;
}

.telegram-bg:hover, .telegram-bg:focus {
    background-color: #0077b3 !important;
}

.tumblr-bg {
    background-color: #35465c !important;
}

.tumblr-bg:hover, .tumblr-bg:focus {
    background-color: #2c3a4c !important;
}

.twitch-tv-bg {
    background-color: #6441a5 !important;
}

.twitch-tv-bg:hover, .twitch-tv-bg:focus {
    background-color: #593a93 !important;
}

.twitter-bg {
    background-color: #55acee !important;
}

.twitter-bg:hover, .twitter-bg:focus {
    background-color: #3ea1ec !important;
}

.vimeo-bg {
    background-color: #162221 !important;
}

.vimeo-bg:hover, .vimeo-bg:focus {
    background-color: #0c1312 !important;
}

.vine-bg {
    background-color: #00b488 !important;
}

.vine-bg:hover, .vine-bg:focus {
    background-color: #009b75 !important;
}

.wechat-bg {
    background-color: #7bb32e !important;
}

.wechat-bg:hover, .wechat-bg:focus {
    background-color: #6d9f29 !important;
}

.whatsapp-bg {
    background-color: #43d854 !important;
}

.whatsapp-bg:hover, .whatsapp-bg:focus {
    background-color: #2ed441 !important;
}

.yahoo-bg {
    background-color: #410093 !important;
}

.yahoo-bg:hover, .yahoo-bg:focus {
    background-color: #36007a !important;
}

.youtube-bg {
    background-color: #cd201f !important;
}

.youtube-bg:hover, .youtube-bg:focus {
    background-color: #b71d1c !important;
}

/* colored background on hover */
.z500px-bg-hover:hover,
.z500px-bg-hover:focus {
    background-color: #0099e5 !important;
    border-color: #0088cc !important;
}

.about-me-bg-hover:hover,
.about-me-bg-hover:focus {
    background-color: #00405d !important;
    border-color: #002e44 !important;
}

.airbnb-bg-hover:hover,
.airbnb-bg-hover:focus {
    background-color: #fd5c63 !important;
    border-color: #fd434b !important;
}

.alphabet-bg-hover:hover,
.alphabet-bg-hover:focus {
    background-color: #ed1c24 !important;
    border-color: #de1219 !important;
}

.amazon-bg-hover:hover,
.amazon-bg-hover:focus {
    background-color: #ff9900 !important;
    border-color: #e68a00 !important;
}

.american-express-bg-hover:hover,
.american-express-bg-hover:focus {
    background-color: #002663 !important;
    border-color: #001c4a !important;
}

.aol-bg-hover:hover,
.aol-bg-hover:focus {
    background-color: #ff0b00 !important;
    border-color: #e60a00 !important;
}

.behance-bg-hover:hover,
.behance-bg-hover:focus {
    background-color: #1769ff !important;
    border-color: #0059fd !important;
}

.bing-bg-hover:hover,
.bing-bg-hover:focus {
    background-color: #ffb900 !important;
    border-color: #e6a700 !important;
}

.bitbucket-bg-hover:hover,
.bitbucket-bg-hover:focus {
    background-color: #205081 !important;
    border-color: #1b436d !important;
}

.bitly-bg-hover:hover,
.bitly-bg-hover:focus {
    background-color: #ee6123 !important;
    border-color: #e65312 !important;
}

.blogger-bg-hover:hover,
.blogger-bg-hover:focus {
    background-color: #f57d00 !important;
    border-color: #dc7000 !important;
}

.booking-com-bg-hover:hover,
.booking-com-bg-hover:focus {
    background-color: #003580 !important;
    border-color: #002a67 !important;
}

.buffer-bg-hover:hover,
.buffer-bg-hover:focus {
    background-color: #168eea !important;
    border-color: #1380d3 !important;
}

.code-school-bg-hover:hover,
.code-school-bg-hover:focus {
    background-color: #616f67 !important;
    border-color: #55615a !important;
}

.codecademy-bg-hover:hover,
.codecademy-bg-hover:focus {
    background-color: #f65a5b !important;
    border-color: #f54243 !important;
}

.creative-market-bg-hover:hover,
.creative-market-bg-hover:focus {
    background-color: #8ba753 !important;
    border-color: #7d964b !important;
}

.delicious-bg-hover:hover,
.delicious-bg-hover:focus {
    background-color: #3399ff !important;
    border-color: #1a8cff !important;
}

.deviantart-bg-hover:hover,
.deviantart-bg-hover:focus {
    background-color: #05cc47 !important;
    border-color: #04b33e !important;
}

.digg-bg-hover:hover,
.digg-bg-hover:focus {
    background-color: #005be2 !important;
    border-color: #0051c9 !important;
}

.disqus-bg-hover:hover,
.disqus-bg-hover:focus {
    background-color: #2e9fff !important;
    border-color: #1593ff !important;
}

.django-bg-hover:hover,
.django-bg-hover:focus {
    background-color: #092e20 !important;
    border-color: #051911 !important;
}

.dribbble-bg-hover:hover,
.dribbble-bg-hover:focus {
    background-color: #ea4c89 !important;
    border-color: #e7357a !important;
}

.elance-bg-hover:hover,
.elance-bg-hover:focus {
    background-color: #0d69af !important;
    border-color: #0b5b97 !important;
}

.envato-bg-hover:hover,
.envato-bg-hover:focus {
    background-color: #82b541 !important;
    border-color: #75a23a !important;
}

.etsy-bg-hover:hover,
.etsy-bg-hover:focus {
    background-color: #d5641c !important;
    border-color: #be5919 !important;
}

.facebook-bg-hover:hover,
.facebook-bg-hover:focus {
    background-color: #3b5998 !important;
    border-color: #344e86 !important;
}

.feedly-bg-hover:hover,
.feedly-bg-hover:focus {
    background-color: #2bb24c !important;
    border-color: #269d43 !important;
}

.flattr-bg-hover:hover,
.flattr-bg-hover:focus {
    background-color: #f67c1a !important;
    border-color: #ed6f09 !important;
}

.flickr-bg-hover:hover,
.flickr-bg-hover:focus {
    background-color: #0063dc !important;
    border-color: #0058c3 !important;
}

.flipboard-bg-hover:hover,
.flipboard-bg-hover:focus {
    background-color: #e12828 !important;
    border-color: #d21d1d !important;
}

.flixster-bg-hover:hover,
.flixster-bg-hover:focus {
    background-color: #2971b2 !important;
    border-color: #24649d !important;
}

.foursquare-bg-hover:hover,
.foursquare-bg-hover:focus {
    background-color: #0732a2 !important;
    border-color: #062a8a !important;
}

.github-bg-hover:hover,
.github-bg-hover:focus {
    background-color: #4183c4 !important;
    border-color: #3876b4 !important;
}

.google-bg-hover:hover,
.google-bg-hover:focus {
    background-color: #4285f4 !important;
    border-color: #2a75f3 !important;
}

.google-plus-bg-hover:hover,
.google-plus-bg-hover:focus {
    background-color: #dc4e41 !important;
    border-color: #d83a2b !important;
}

.instagram-bg-hover:hover,
.instagram-bg-hover:focus {
    background-color: #3f729b !important;
    border-color: #386589 !important;
}

.kickstarter-bg-hover:hover,
.kickstarter-bg-hover:focus {
    background-color: #2bde73 !important;
    border-color: #20cf67 !important;
}

.kik-bg-hover:hover,
.kik-bg-hover:focus {
    background-color: #82bc23 !important;
    border-color: #73a71f !important;
}

.lastfm-bg-hover:hover,
.lastfm-bg-hover:focus {
    background-color: #d51007 !important;
    border-color: #bc0e06 !important;
}

.line-bg-hover:hover,
.line-bg-hover:focus {
    background-color: #00c300 !important;
    border-color: #00aa00 !important;
}

.linkedin-bg-hover:hover,
.linkedin-bg-hover:focus {
    background-color: #0077b5 !important;
    border-color: #00669c !important;
}

.mail-ru-bg-hover:hover,
.mail-ru-bg-hover:focus {
    background-color: #168de2 !important;
    border-color: #147fcb !important;
}

.mailchimp-bg-hover:hover,
.mailchimp-bg-hover:focus {
    background-color: #2c9ab7 !important;
    border-color: #2789a2 !important;
}

.myspace-bg-hover:hover,
.myspace-bg-hover:focus {
    background-color: #000000 !important;
    border-color: black !important;
}

.netflix-bg-hover:hover,
.netflix-bg-hover:focus {
    background-color: #e50914 !important;
    border-color: #cc0812 !important;
}

.ning-bg-hover:hover,
.ning-bg-hover:focus {
    background-color: #75af42 !important;
    border-color: #699c3b !important;
}

.path-bg-hover:hover,
.path-bg-hover:focus {
    background-color: #ee3423 !important;
    border-color: #e62412 !important;
}

.patreon-bg-hover:hover,
.patreon-bg-hover:focus {
    background-color: #e6461a !important;
    border-color: #d03f17 !important;
}

.paypal-bg-hover:hover,
.paypal-bg-hover:focus {
    background-color: #003087 !important;
    border-color: #00276e !important;
}

.photobucket-bg-hover:hover,
.photobucket-bg-hover:focus {
    background-color: #0ea0db !important;
    border-color: #0c8ec3 !important;
}

.pinterest-bg-hover:hover,
.pinterest-bg-hover:focus {
    background-color: #bd081c !important;
    border-color: #a50718 !important;
}

.product-hunt-bg-hover:hover,
.product-hunt-bg-hover:focus {
    background-color: #da552f !important;
    border-color: #cb4924 !important;
}

.quora-bg-hover:hover,
.quora-bg-hover:focus {
    background-color: #a82400 !important;
    border-color: #8f1f00 !important;
}

.rdio-bg-hover:hover,
.rdio-bg-hover:focus {
    background-color: #007dc3 !important;
    border-color: #006daa !important;
}

.reddit-bg-hover:hover,
.reddit-bg-hover:focus {
    background-color: #ff4500 !important;
    border-color: #e63e00 !important;
}

.rss-bg-hover:hover,
.rss-bg-hover:focus {
    background-color: #f26522 !important;
    border-color: #ed560e !important;
}

.salesforce-bg-hover:hover,
.salesforce-bg-hover:focus {
    background-color: #1798c1 !important;
    border-color: #1486aa !important;
}

.scribd-bg-hover:hover,
.scribd-bg-hover:focus {
    background-color: #1a7bba !important;
    border-color: #176ca4 !important;
}

.shopify-bg-hover:hover,
.shopify-bg-hover:focus {
    background-color: #96bf48 !important;
    border-color: #89b03e !important;
}

.skype-bg-hover:hover,
.skype-bg-hover:focus {
    background-color: #00aff0 !important;
    border-color: #009cd7 !important;
}

.slack-bg-hover:hover,
.slack-bg-hover:focus {
    background-color: #6ecadc !important;
    border-color: #59c2d7 !important;
}

.slideshare-bg-hover:hover,
.slideshare-bg-hover:focus {
    background-color: #0077b5 !important;
    border-color: #00669c !important;
}

.soundcloud-bg-hover:hover,
.soundcloud-bg-hover:focus {
    background-color: #ff8800 !important;
    border-color: #e67a00 !important;
}

.spotify-bg-hover:hover,
.spotify-bg-hover:focus {
    background-color: #2ebd59 !important;
    border-color: #29a84f !important;
}

.squarespace-bg-hover:hover,
.squarespace-bg-hover:focus {
    background-color: #222222 !important;
    border-color: #151515 !important;
}

.stackoverflow-bg-hover:hover,
.stackoverflow-bg-hover:focus {
    background-color: #fe7a15 !important;
    border-color: #f86c01 !important;
}

.stripe-bg-hover:hover,
.stripe-bg-hover:focus {
    background-color: #00afe1 !important;
    border-color: #009bc8 !important;
}

.stumbleupon-bg-hover:hover,
.stumbleupon-bg-hover:focus {
    background-color: #eb4924 !important;
    border-color: #e13b15 !important;
}

.telegram-bg-hover:hover,
.telegram-bg-hover:focus {
    background-color: #0088cc !important;
    border-color: #0077b3 !important;
}

.tumblr-bg-hover:hover,
.tumblr-bg-hover:focus {
    background-color: #35465c !important;
    border-color: #2c3a4c !important;
}

.twitch-tv-bg-hover:hover,
.twitch-tv-bg-hover:focus {
    background-color: #6441a5 !important;
    border-color: #593a93 !important;
}

.twitter-bg-hover:hover,
.twitter-bg-hover:focus {
    background-color: #55acee !important;
    border-color: #3ea1ec !important;
}

.vimeo-bg-hover:hover,
.vimeo-bg-hover:focus {
    background-color: #162221 !important;
    border-color: #0c1312 !important;
}

.vine-bg-hover:hover,
.vine-bg-hover:focus {
    background-color: #00b488 !important;
    border-color: #009b75 !important;
}

.wechat-bg-hover:hover,
.wechat-bg-hover:focus {
    background-color: #7bb32e !important;
    border-color: #6d9f29 !important;
}

.whatsapp-bg-hover:hover,
.whatsapp-bg-hover:focus {
    background-color: #43d854 !important;
    border-color: #2ed441 !important;
}

.yahoo-bg-hover:hover,
.yahoo-bg-hover:focus {
    background-color: #410093 !important;
    border-color: #36007a !important;
}

.youtube-bg-hover:hover,
.youtube-bg-hover:focus {
    background-color: #cd201f !important;
    border-color: #b71d1c !important;
}

/* -----------
 * Icon info
 * ----------*/
.icon-info .ico-styled-md {
    margin-top: 0;
}

div[class*="col-"] .icon-info {
    margin-bottom: 50px;
}

.icon-info-group .icon-info {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .icon-info-group .icon-info {
        margin-bottom: 50px;
    }
}

.icon-info .title {
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 18px;
}

.icon-info-left i {
    float: left;
}

.icon-info-left .text {
    padding-left: 52px;
}

.icon-info-left .title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
}

.icon-info-left.icon-info-big .text {
    padding-left: 65px;
}

.icon-info-left.icon-info-big .title {
    font-size: 16px;
}

.icon-info-center {
    text-align: center;
    padding: 0 30px;
}

.icon-info-center .title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 6px;
}

.icon-info-center i {
    margin: 0;
}

.icon-info-center a.more {
    font-size: 14px;
}

.icon-info-center a.more i {
    position: relative;
    top: 1px;
    left: 3px;
}

div[class*="col-"] .icon-info-center {
    margin-bottom: 80px;
}

.icon-info-center-group {
    margin-right: -45px;
    margin-left: -45px;
}

@media screen and (max-width: 768px) {
    .icon-info-center-group {
        margin-right: -15px;
        margin-left: -15px;
    }
}

/* ---------
 * Team
 * ---------*/
/* default */
.team-member {
    background-color: #F8F8F8;
}

.team-member .member-info {
    padding: 25px 20px;
    border-top: 2px solid #69B417;
}

.team-member .name {
    display: inline;
    font-size: 18px;
    font-weight: 700;
}

.team-member .title {
    float: right;
    font-size: 16px;
    line-height: 1;
}

.team-member .short-bio {
    margin: 15px 0 20px 0;
}

@media screen and (max-width: 768px) {
    .team-member {
        margin-bottom: 30px;
    }

    .team-member .title {
        float: none;
    }
}

@media screen and (max-width: 480px) {
    .team {
        padding-bottom: 0;
    }
}

/* ---------------------
 * Call-to-action (cta)
 * --------------------*/
.cta {
    text-align: center;
    padding: 90px 0;
}

.cta .heading {
    font-family: Lato, sans-serif;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    margin-top: 0;
    margin-bottom: 45px;
}

.cta-solid-bg {
    background: #3B3B3B;
    color: #fff;
}

.cta-solid-brand-bg {
    background: #69B417;
    color: #fff;
}

.cta-solid-brand-bg .btn {
    background-color: #497e10;
    border-color: #3a630d;
}

.cta-solid-brand-bg .btn:hover, .cta-solid-brand-bg .btn:focus {
    background-color: #44750f;
}

.cta-2-columns {
    padding: 50px 0;
}

.cta-2-columns .heading {
    float: left;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1.6;
}

.cta-2-columns .btn {
    float: right;
}

@media screen and (max-width: 768px) {
    .cta-2-columns .heading,
    .cta-2-columns .btn {
        float: none;
    }

    .cta-2-columns .heading {
        margin-bottom: 40px;
    }
}

/* ----------------
 * Testimonial
 * ---------------*/
.testimonial-carousel.owl-theme .owl-controls .owl-pagination {
    position: relative;
}

.testimonial-standard-carousel.owl-theme .owl-controls {
    margin-top: 30px;
}

.testimonial-standard {
    text-align: center;
}

.testimonial-standard .content {
    margin-bottom: 40px;
    font-style: italic;
    font-size: 26px;
}

.testimonial-standard .author img {
    width: 60px;
    margin-bottom: 10px;
}

.testimonial-standard .author .name, .testimonial-standard .author .title {
    display: block;
}

.testimonial-standard .author .name {
    font-weight: 700;
    font-size: 16px;
}

.product-reviews {
    margin-top: 50px;
}

.product-reviews .reviewer-name {
    margin-right: 5px;
}

.product-reviews .review-title {
    font-size: 14px;
}

.product-reviews .avatar {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.product-reviews .review-content {
    font-style: italic;
}

.product-rating {
    margin-bottom: 25px;
}

.product-rating i {
    font-size: 24px;
    color: #FFA400;
}

.testimonial-rating {
    margin-bottom: 80px;
}

.testimonial-rating .avatar {
    float: left;
    width: 65px;
    height: 65px;
}

.testimonial-rating .text {
    padding-left: 80px;
}

.testimonial-rating .name {
    display: block;
    margin-bottom: 5px;
    font-family: Raleway, sans-serif;
    font-size: 18px;
}

.testimonial-rating .rating {
    display: block;
    margin-bottom: 15px;
}

.testimonial-rating .rating i {
    margin-right: 10px;
    font-size: 22px;
    color: #FFB500;
}

.testimonial-rating .title {
    font-size: 16px;
}

.testimonial-rating .content {
    font-size: 15px;
    font-style: italic;
}

/* -------------------------------
 * list of clients or brand logo
 * -------------------------------*/
.list-logo {
    text-align: center;
}

.list-logo > li {
    margin: 1em 2.5em;
}

@media screen and (max-width: 480px) {
    .list-logo > li {
        display: block;
        margin: 2em 0;
    }
}

/* --------------
 * Breadcrumbs
 * -------------*/
/* breadcrumbs */
.breadcrumb {
    background-color: transparent;
}

.breadcrumb > li.active {
    color: #DA0011;
}

.breadcrumb > li + li:before {
    color: #f3f3f3;
}

.breadcrumb a {
    color: #8c8c8c;
}

.breadcrumb a:hover, .breadcrumb a:focus {
    text-decoration: none;
    color: #DA0011;
}

.breadcrumb.link-accent > li.active {
    color: inherit;
}

.breadcrumb.link-accent a {
    color: #DA0011;
}

.breadcrumb.link-accent a:hover, .breadcrumb.link-accent a:focus {
    text-decoration: none;
    color: #DA0011;
}

/* --------
 * Maps
 * --------*/
.google-map > div {
    height: 350px;
}

.google-map.map-fullwidth > div {
    height: 500px;
}

.google-map-sidebar > div {
    height: 250px;
}


.sub-category-list {
    padding-left: 20px;
    list-style: none;
}

.tag-list {
    padding-left: 5px;
}

.tag-list li {
    padding-right: 0;
}

.tag-list li a {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    margin-bottom: 5px;
    padding: 4px 10px;
    background-color: #f2f2f2;
    color: #8c8c8c;
}

.tag-list li a:hover, .tag-list li a:focus {
    background-color: #e3853f;
    color: #fff;
}

.post-entry-card {
    -moz-box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
    -webkit-box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
    box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
    margin-bottom: 30px;
    background-color: #fff;
}

.post-entry-card .post-info {
    padding: 10px;
}

.post-entry-card .post-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #656565;
}

.post-entry-card .post-title a {
    color: #656565;
}

.post-entry-card .post-excerpt {
    margin-bottom: 20px;
    line-height: 24px;
}

.post-entry-card .post-meta {
    font-size: 12px;
    color: #adadad;
}

.post-entry-card .post-meta i {
    margin-right: 3px;
}

.post-entry-card .read-more:hover, .post-entry-card .read-more:focus {
    text-decoration: underline;
}

.post-entry-centered {
    text-align: center;
    margin-bottom: 30px;
}

.post-entry-centered .post-info {
    padding: 0 15px;
}

.post-entry-centered .post-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.post-entry-centered .post-title a:hover,
.post-entry-centered .post-title a:focus {
    color: #e3853f;
}

.blog-masonry {
    margin: 0 -7.5px;
}

.blog-masonry .grid-sizer,
.blog-masonry .grid-item {
    width: 33.33333%;
}

.blog-masonry .grid-item-width-2x {
    width: 66.66666%;
}

.blog-masonry .post-entry-card {
    margin: 10px;
}

@media screen and (max-width: 768px) {
    .blog-masonry .grid-sizer,
    .blog-masonry .grid-item {
        width: 50%;
    }

    .blog-masonry .grid-item-width-2x {
        width: 100%;
    }

    .blog-masonry .grid-item {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .blog-masonry .grid-sizer,
    .blog-masonry .grid-item,
    .blog-masonry .grid-item-width-2x {
        width: 100%;
    }
}

.blog-entry-separator {
    margin: 80px 0;
}

/* recommended posts */
.recommended-posts > li {
    margin-bottom: 10px;
}

.recommended-posts .post-title {
    font-size: 12px;
    line-height: 18px;
}

.post-entry-sidebar .post-title a {
    color: #878787;
}

.post-entry-sidebar .post-title a:hover, .post-entry-sidebar .post-title a:focus {
    color: #e3853f;
}

.post-entry-sidebar .timestamp {
    font-size: 12px;
    color: #bfbfbf;
}

.post-entry-sidebar .left {
    float: left;
}

.post-entry-sidebar .right {
    padding-left: 90px;
}

.post-entry-simple {
    margin-bottom: 30px;
}

.post-entry-simple .post-title {
    margin-top: 10px;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 700;
}

.post-entry-simple .post-title a {
    color: inherit;
}

.post-entry-simple .post-title a:hover, .post-entry-simple .post-title a:focus {
    color: #e3853f;
}

.post-entry-simple .post-date {
    font-size: 12px;
    color: #bfbfbf;
}

.post-entry-simple .post-date i {
    margin-right: 3px;
}

.categorized-posts .section-heading {
    margin-top: 0;
}

.categorized-posts .heading {
    margin-bottom: 0;
}

.categorized-posts .see-all-posts {
    line-height: 42px;
}

/* --------------------------------------
 * Blog post list and single post item
 * --------------------------------------*/
.entry-post {
    position: relative;
    font-size: 16px;
}

.entry-post .media {
    float: left;
    width: 330px;
}

.entry-post .media .media-attribution {
    font-size: 12px;
}

.entry-post .entry-content {
    padding-left: 350px;
}

.entry-post .entry-header {
    margin-bottom: 20px;
}

.entry-post .entry-title {
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 0.8;
}

.entry-post .entry-title a {
    font-size: 22px;
    line-height: 1.6;
    color: inherit;
}

.entry-post .entry-title a:hover, .entry-post .entry-title a:focus {
    color: #e3853f;
}

.entry-post .meta-line > span {
    margin-right: 15px;
    font-size: 13px;
    color: #bfbfbf;
}

.entry-post .meta-line a {
    color: inherit;
    text-decoration: underline;
}

.entry-post .meta-line a:hover, .entry-post .meta-line a:focus {
    text-decoration: none;
}

.entry-post .meta-line i {
    font-size: 15px;
    margin-right: 8px;
}

.entry-post .read-more {
    margin-top: 30px;
}

.entry-post.entry-post-fullwidth .media {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}

.entry-post.entry-post-fullwidth .entry-content {
    padding-left: 0;
}

.entry-post.entry-post-single {
    margin-bottom: 50px;
}

.entry-post.entry-post-single .entry-header {
    margin-bottom: 45px;
}

.entry-post.entry-post-single .entry-title {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    color: #737373;
}

.entry-post.entry-post-single .entry-lead {
    margin-bottom: 15px;
    font-size: 18px;
    color: #ababab;
}

.entry-post.entry-post-single .media {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}

.entry-post.entry-post-single .section-heading {
    margin-top: 0;
    font-family: inherit;
    font-size: 21px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .entry-post .media {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .entry-post .entry-content {
        padding-left: 0;
    }

    .entry-post.entry-post-single .meta-line {
        font-size: 14px;
    }
}

.post-social-sharing {
    margin-bottom: 60px;
}

.post-social-sharing .section-heading {
    display: inline;
    margin-bottom: 0;
    margin-right: 8px;
    font-size: 16px;
}

.post-social-sharing .social-icons {
    display: inline;
}

@media screen and (max-width: 768px) {
    .post-social-sharing {
        margin-top: 15px;
        text-align: left;
    }
}

.post-author-info {
    padding: 0;
    margin-bottom: 60px;
}

.post-author-info .media-left {
    padding-right: 20px;
}

.post-author-info .author-name {
    font-size: 22px;
    color: inherit;
}

.post-author-info .author-title {
    font-size: 16px;
    color: #ababab;
}

/* related post */
.related-posts {
    padding: 0;
    margin-bottom: 50px;
}

.related-post-list img {
    width: 275px;
    max-width: 100%;
}

.related-post-list a {
    display: block;
    color: #737373;
}

.related-post-list a:hover, .related-post-list a:focus {
    color: #e3853f;
}

.related-post-list .post-title {
    margin-top: 10px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .related-post-list li {
        margin-bottom: 30px;
    }

    .related-post-list li:last-child {
        margin-bottom: 0;
    }

    .related-post-list img {
        width: 100%;
    }
}

/* comments */
.comments .media {
    margin-top: 50px;
}

.comments .media-left {
    float: left;
}

.comments .avatar {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 45px;
    height: 45px;
}

.comments .avatar.anonymous {
    font-size: 22px;
    background-color: #ccc;
    color: #8c8c8c;
    text-align: center;
    line-height: 45px;
}

.comments .comment-author {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 10px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
}

.comments .comment-author a {
    color: inherit;
}

.comments .timestamp {
    font-size: 12px;
    color: #bfbfbf;
}

.comments .comment-by-author {
    padding: 15px;
    background: #F8F8F8;
}

/* ---------------
 * Styled icon
 * --------------*/
.ico-styled {
    font-size: 16px;
    margin: 4px 8px 8px 0;
}

.icon-styled-area, .ico-styled-square, .ico-styled-square-solid, .ico-styled-circle, .ico-styled-circle-solid {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #939CA0;
}

.ico-styled-square, .ico-styled-square-solid {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.ico-styled-square-solid {
    border: none;
}

.ico-styled-circle, .ico-styled-circle-solid {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.ico-styled-circle-solid {
    border: none;
}

.ico-gray-bg {
    background-color: #f3f3f3;
}

.ico-styled-lg {
    font-size: 40px;
    margin: 4px 8px 8px 0;
}

.ico-styled-lg.ico-styled-square, .ico-styled-lg.ico-styled-square-solid, .ico-styled-lg.ico-styled-square-solid, .ico-styled-lg.ico-styled-circle-solid {
    width: 80px;
    height: 80px;
    line-height: 80px;
}

.ico-styled-md {
    font-size: 30px;
    margin: 4px 8px 8px 0;
}

.ico-styled-md.ico-styled-square, .ico-styled-md.ico-styled-square-solid, .ico-styled-md.ico-styled-square-solid, .ico-styled-md.ico-styled-circle-solid {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

/* -------------------------
 * Carousel by owl carousel
 * ------------------------*/
/* dotted pagination */
.owl-theme .owl-controls .owl-pagination {
    margin-top: 20px;
    /* if it has pagination, adjust top position */
}

.owl-theme .owl-controls .owl-pagination + .owl-buttons {
    margin-top: -45px;
}

.owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #fff;
    border: 1px solid #71787b;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #71787b;
}

/* hand and loading icon */
.grabbing {
    cursor: url(../img/owl-carousel/grabbing.png) 8 8, move;
}

.owl-item.loading {
    background-image: url(../img/owl-carousel/AjaxLoader.gif);
}

/* ------------
 * Hero unit
 * -----------*/
.hero-unit .heading {
    font-size: 36px;
    font-weight: normal;
    color: #fff;
}

.hero-unit .heading.big-text {
    font-size: 60px;
}

.hero-unit .heading.medium-text {
    font-size: 48px;
}

.hero-unit .lead {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 35px;
    color: #fff;
}

.hero-unit .left {
    float: left;
    width: 60%;
}

.hero-unit .right {
    float: right;
    width: 40%;
}

@media screen and (max-width: 480px) {
    .hero-unit .left {
        width: 100%;
        text-align: center;
    }

    .hero-unit .right {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .hero-unit .heading {
        font-size: 36px;
    }

    .hero-unit .lead {
        font-size: 18px;
    }
}

.hero-fullwidth {
    height: 575px;
}

.fullwidth-image {
    background-image: url('../img/hero-unit/building.png?1460972240');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fullwidth-image .heading,
.fullwidth-image .lead {
    color: #636363;
}

.hero-rotating-words {
    padding: 0;
}

.hero-rotating-words .hero-content {
    position: relative;
    top: 25%;
}

.hero-rotating-words .heading {
    font-size: 20px;
}

.hero-rotating-words .lead {
    margin-bottom: 50px;
    font-size: 40px;
}

.hero-rotating-words .btn {
    margin-right: 15px;
}

.hero-rotating-words .btn-default {
    background-color: #71787B;
    border-color: #595e60;
    color: #fff;
}

/* fullscreen background image */
html.fullscreen-bg,
html.fullscreen-bg body,
html.fullscreen-bg #wrapper {
    height: 100%;
}

.hero-fullscreen-bg {
    position: relative;
    height: 100%;
    color: #fff;
}

.hero-fullscreen-bg .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.hero-fullscreen-bg .container {
    position: relative;
    top: 30%;
}

.hero-fullscreen-bg .down-arrow {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    text-align: center;
    display: none;
}

@media screen and (min-width: 1200px) {
    .hero-fullscreen-bg .down-arrow {
        display: block;
        bottom: 1em;
    }
}

.hero-fullscreen-bg .down-arrow a {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 26px;
}

.hero-fullscreen-bg .down-arrow a:hover, .hero-fullscreen-bg .down-arrow a:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

@media screen and (max-width: 480px) {
    .hero-fullscreen-bg .heading {
        font-size: 26px;
    }

    .hero-fullscreen-bg .lead {
        font-size: 24px;
    }
}

/* ---------------
 * Pricing tables
 * ---------------*/
.pricing-table {
    background-color: #F6F6F6;
    border-left: 2px solid #fff;
}

.pricing-table .top {
    position: relative;
    padding-top: 20px;
    margin: 0 -15px;
    text-align: center;
    background-color: #71787B;
}

.pricing-table .top:before, .pricing-table .top:after {
    content: '';
    position: absolute;
    top: 45px;
    height: 65%;
    width: 50%;
    background: #71787B;
}

.pricing-table .top:before {
    -moz-transform: skew(0deg, 6deg);
    -ms-transform: skew(0deg, 6deg);
    -webkit-transform: skew(0deg, 6deg);
    transform: skew(0deg, 6deg);
    left: 0;
}

.pricing-table .top:after {
    -moz-transform: skew(0deg, -6deg);
    -ms-transform: skew(0deg, -6deg);
    -webkit-transform: skew(0deg, -6deg);
    transform: skew(0deg, -6deg);
    right: 0;
}

.pricing-table .top .heading,
.pricing-table .top .pricing {
    position: relative;
    z-index: 1;
    font-family: Raleway, sans-serif;
    color: #fff;
}

.pricing-table .top .heading {
    margin-bottom: 5px;
    font-size: 22px;
}

.pricing-table .top .pricing {
    font-size: 28px;
}

.pricing-table .bottom {
    padding: 40px 10px;
    text-align: center;
}

.pricing-table .btn-default {
    background-color: #71787B;
    border-color: #5d6366;
    color: #fff;
}

.pricing-table .btn-default:hover, .pricing-table .btn-default:focus {
    background-color: #5d6366;
}

.pricing-table ul.list-details {
    margin-bottom: 40px;
    font-size: 14px;
}

.pricing-table ul.list-details > li {
    margin-bottom: 15px;
}

.pricing-table.pricing-recommended .top,
.pricing-table.pricing-recommended .top:after,
.pricing-table.pricing-recommended .top:before {
    background-color: #e3853f;
}

@media screen and (max-width: 992px) {
    .pricing-table {
        margin-bottom: 30px;
    }
}

/* alerts */
.alert .alert-link {
    font-weight: normal;
    text-decoration: underline;
}

.alert .alert-link:hover, .alert .alert-link:focus {
    text-decoration: none;
}

/* labels */
.label {
    padding: .3em .7em .4em;
    font-weight: normal;
}

/* badges */
.badge {
    font-weight: normal;
}

/* ----------------------
 * Global layout styles
 * ---------------------*/
html, body {
    height: 100%;
}

.layout-boxed #wrapper {
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 5px #ccc;
}

.navbar {
    margin-bottom: 0;
}

.page-content {
    margin: 40px 0 80px 0;
}

.widget {
    margin-bottom: 60px;
}

.widget .widget-title {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 20px;
    font-weight: 700;
    color: #636363;
}

@media screen and (max-width: 768px) {
    .row div + div .sidebar {
        margin-top: 50px;
    }
}

/* ----------
 * Navbar
 * ---------*/
.navbar {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.navbar .container {
    position: relative;
}

.navbar-default {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #3B3B3B;
    font-weight: normal;
    font-size: 16px;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #e3853f;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #e3853f;
}

.navbar-default .navbar-nav .active > a, .navbar-default .navbar-nav .active > a:hover, .navbar-default .navbar-nav .active > a:focus {
    color: #e3853f;
    background-color: transparent;
}

.navbar-default .navbar-form {
    border: none;
}

.navbar-default .navbar-toggle {
    margin: 10px 0 0 15px;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    border: none;
    background: #f3f3f3;
}

.navbar-default .navbar-toggle i {
    font-size: 31px;
}

.navbar-default .navbar-collapse {
    float: right;
    border-top: none;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 768px) {
    .navbar-default .navbar-collapse {
        padding-left: inherit;
        padding-right: inherit;
    }
}

@media screen and (max-width: 992px) {
    .navbar-default .navbar-collapse {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        max-height: none;
    }
}

.navbar-transparent {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: rgba(255, 255, 255, 0.8);
}

.navbar-no-background {
    background: none !important;
    border: none;
    z-index: 9999;
}

@media screen and (max-width: 992px) {
    .navbar-no-background {
        position: absolute;
        background: rgba(35, 35, 35, 0.95) !important;
    }

    .navbar-no-background .main-navbar-nav > li {
        border-bottom-color: #424242;
    }

    .navbar-no-background .main-navbar-nav > li a:focus {
        color: #fff;
    }

    .navbar-no-background .main-navbar-nav .dropdown > .dropdown-menu {
        background-color: #232323;
    }

    .navbar-no-background .main-navbar-nav .dropdown > .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-no-background .main-navbar-nav .dropdown > .dropdown-menu .dropdown .dropdown-menu {
        background-color: #232323;
    }

    .navbar-no-background .main-navbar-nav .dropdown-mega .dropdown-menu li a,
    .navbar-no-background .main-navbar-nav .dropdown-mega .dropdown-menu li > span {
        color: #fff;
    }

    .navbar-no-background .secondary-navbar-nav > li a:focus {
        color: #fff;
    }
}

.main-navbar-nav {
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    /* main menu top level*/
    /* submenu */
}

.main-navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1;
}

.main-navbar-nav li > .dropdown-menu {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    min-width: 200px;
    border: none;
    border-top: 2px solid #e3853f;
}

.main-navbar-nav li > .dropdown-menu > li > a {
    padding: 10px 20px;
    position: relative;
    color: #3B3B3B;
}

.main-navbar-nav li > .dropdown-menu > li > a:hover, .main-navbar-nav li > .dropdown-menu > li > a:focus {
    color: #e3853f;
    background-color: transparent;
}

.main-navbar-nav li > .dropdown-menu > li > a i {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    font-size: 16px;
}

@media screen and (min-width: 993px) {
    .main-navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .main-navbar-nav .dropdown:hover > .dropdown-menu .dropdown:hover .dropdown-menu {
        left: 225px;
        top: 0;
        margin-top: -2px;
    }
}

@media screen and (max-width: 992px) {
    .main-navbar-nav > li {
        border-bottom: 1px solid #f3f3f3;
    }

    .main-navbar-nav > li:last-child {
        border-bottom: none;
    }

    .main-navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .main-navbar-nav .dropdown-toggle > i {
        position: absolute;
        right: 15px;
    }

    .main-navbar-nav .dropdown > .dropdown-menu {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
        width: 100%;
        margin-bottom: 15px;
        background-color: #f9f9f9;
    }

    .main-navbar-nav .dropdown > .dropdown-menu .dropdown .dropdown-menu {
        position: relative;
        left: 0;
        border-top: none;
        background-color: #f9f9f9;
    }

    .main-navbar-nav .dropdown > .dropdown-menu .dropdown .dropdown-menu li {
        padding-left: 10px;
    }
}

.navbar-brand {
    height: auto;
    padding: 24px 15px;
}

@media screen and (max-width: 992px) {
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .main-navbar-nav.navbar-nav,
    .main-navbar-nav.navbar-nav > li {
        float: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }
}

.navbar-default .navbar-nav > li > a.btn-navbar span {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    border: #e3853f;
    background-color: #e3853f;
    padding: 10px 15px;
}

.navbar-default .navbar-nav > li > a.btn-navbar span:hover, .navbar-default .navbar-nav > li > a.btn-navbar span:focus {
    background-color: #e3853f;
}

/* --------
 * Nav
 * -------*/
.nav {
    font-family: Raleway, sans-serif;
    font-weight: 700;
}


@media screen and (max-width: 768px) {
    .page-header .breadcrumb,
    .page-header .page-title {
        float: none !important;
        text-align: center;
    }

    .page-header .breadcrumb {
        position: inherit;
        top: inherit;
        right: inherit;
    }
}


/* ------------
 * Footer
 * ------------*/
footer {
    padding: 20px auto;
    background-color: #e5e5e5;
    color: #000000;
}


/* -----------------
 * Helper classes
 * -----------------*/
.margin-top-30 {
    margin-top: 30px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

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

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

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

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

.no-padding {
    padding: 0 !important;
}

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

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

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

.no-background {
    background: none;
}

.hide-first {
    display: none;
}

/* specific styles for demo purposes */
.fontawesome-icon-list .fa-hover a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: inherit;
    line-height: 32px;
    height: 32px;
    border-radius: 4px;
}

.fontawesome-icon-list .fa-hover a .fa {
    width: 32px;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}

.fontawesome-icon-list .fa-hover a:hover {
    background-color: #F8F8F8;
    text-decoration: none;
}

.elegant-icon-list .box {
    font-size: 13px;
    display: inline-block;
    width: 14.2em;
    padding: .25em .5em;
    margin: 20px 95px 0 0;
}

.elegant-icon-list .box span:before {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .elegant-icon-list .box {
        margin: 20px 55px 0 0;
    }
}

#toastr-demo .btn-toastr {
    margin-bottom: 8px;
}


.contact_card {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    position: relative;
    text-align: center;
    padding: 138px 0 48px;
    margin: 30px
}

.contact_card .contact_card--icon {
    position: absolute;
    font-size: 56px;
    display: block;
    top: 37px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #53b98b
}

.contact_card .contact_card--title {
    font-size: 20px;
    display: inline-block
}

.contact_card .contact_card--text {
    padding: 0 0 10px;
    color: #969696;
    font-size: 16px;
    line-height: 23px
}

.contact_card .contact_card--text a {
    color: #969696
}

.contact_card .am-btn-secondary {
    background-color: transparent;
    color: #53b98b;
    border-color: #53b98b;
    border-width: 2px;
    padding: 12px 18px
}

.contact_card .am-btn-secondary:hover {
    background-color: #53b98b;
    color: #fff
}

/* news s*/
.news-block {
    height: 260px;
}

.news-block .article-img {
    overflow: hidden;
    border-radius: 3px;
}

.news-block .article-img img {
    height: 160px;
    width: 100%
}

.news-block .article-header {
    verflow: hidden;
    border-radius: 3px;
}

.news-block .article-header h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400
}

.news-block .article-header h2 a {
    color: #53b98b;
}

.news-block .article-header h2 a:hover {
    color: #e3853f;
}

/* news e*/
/* table s*/
.tablebox {
    width: 100%;
    height: 100%;
    background: #ccc;
    margin: 0 auto;
    padding: 2px;
    color: #000000
}

.tablebox .tab {
    width: 100%;
    border-collapse: collapse
}

.tablebox .tab th, td {
    border: 2px solid #FFFFFF;
    text-align: center;
    padding: 6px 8px;
}

.tablebox .tab th {
    padding: 10px;
    background: #53b98b;
    color: #fff
}

.tablebox tbody {
    position: relative;
}

.tebleboc tr {
    padding: 5px 30px;
    margin: 10px 10px;
}

/*.tablebox tr:nth-child(odd){background:#FFFFFF}*/
/*.tablebox tr:nth-child(even){background:#cacaca}*/
.tablebox tr:hover {
    background: #999;
    color: #fff
}

.tablebox tr:hover td:hover {
    background: #e3853f
}

.tablebox tr.selected {
    background: #111;
    color: #fff
}

.tablebox tr.selected a {
    color: #fff
}


/* table e*/

/* 在线右侧 s */
/*悬浮链接*/
.jmw-side {
    position: fixed;
    z-index: 55;
    right: 20px;
    bottom: 100px;
    width: 70px;
    height: 300px;
}

.jmw-side-box {
    position: relative;
    float: right;
}

.jmw-side .a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
    border-radius: 10px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.jmw-side .a.active,
.jmw-side .a:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}

.jmw-side .a .i {
    float: left;
    width: 44px;
    height: 44px;
    background-image: url(../images/side/side-icon.png);
    background-repeat: no-repeat;
    border-radius: 10px;
}

.jmw-side .a-service .i {
    background-position: 0 0;
}

.jmw-side .a-qrcode .i {
    background-position: -48px 0;
}

/*.jmw-side .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/side/jmw-side-bg.png);background-repeat:no-repeat;background-position:0 0;}*/
.jmw-side .a-service-phone .i {
    background-position: -98px 0;
}

.jmw-side .a-mail .i {
    background-position: -149px 0;
}

.jmw-side .a-hot .i {
    background-position: -300px 0;
}

.jmw-side .a-community .i {
    background-position: -198px 0;
}

.jmw-side .a-top .i {
    background-position: -250px 0;
}

.jmw-side .d {
    display: none;
    width: 223px;
    background: #fff;
    position: absolute;
    right: 67px;
    min-height: 90px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.jmw-side .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../images/side/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 31px;
}

.jmw-side .d-service {
    top: 0;
}

.jmw-side .d-qrcode {
    top: 34px;
}

.jmw-side .d-service-phone {
    top: 78px;
}

.jmw-side .d-mail {
    top: 130px;
}

.jmw-side .d-community {
    top: 175px;
}

.jmw-side .d .inner-box {
    padding: 8px 22px 12px;
}

/*.jmw-side .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}*/
.jmw-side .d-service .d-service-item {
    border-bottom: none;
}

.jmw-side .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #F1F1F3;
    display: block;
    float: left;
}

/*.jmw-side .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}*/
.jmw-side .d-service-item:hover .i-qq {
    background-position: center 3px;
}

.jmw-side .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    background: url(../images/side/side_con_icon02.png) no-repeat center center;
    display: block;
}

.jmw-side .d-service-item h5 {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
}

.jmw-side .d-service-item .text {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px;
}

.jmw-side .d-service-item .text .number {
    font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.jmw-side .d-service-intro {
    padding-top: 10px;
}

.jmw-side .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    color: #53b98b;
}

/*.jmw-side .d-service-intro i{background:url(../images/side/jmw-side-bg.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}*/
/*.jmw-side .d-qrcode{text-align:center;}*/
/*.jmw-side .d-qrcode .inner-box{padding:20px 0;}*/
/*.jmw-side .d-qrcode p{font-size:16px;color:#93959c;}*/
/* 在线右侧 e */

/* jmw common s */

/* sidenav s */
.dh-sidenav {
    background: #53b98b;
    border-radius: 5px;
}

.dh-sidenav ul li {
    padding: 10px 0px;
}

/* sidenav e */

.dh-p-indent {
    text-indent: 2em;
}

.dh-bg-zj {
    background: #DA0011;

}

/* background s */
.dh-bg-zj-red {
    background: #DA0011;
}

/* dh-font-color s*/
.dh-a-color {
    color: #DA0011;

}

.dh-a-color-black {
    color: #000000;
}

.dh-a-color-gr {
    color: #53b98b;
}

/* dh-font-color e*/

/* dh-font-size s*/
.dh-font-szie-10 {
    font-size: 10px;
}

.dh-font-szie-12 {
    font-size: 12px;
}

.dh-font-szie-14 {
    font-size: 14px;
}

.dh-font-szie-16 {
    font-size: 16px;
}

/* dh-font-size e*/

.panel-default > .panel-heading {
    color: #FFFFFF;
    background-color: #53b98b;
}

.panel-body .list-group-item {
    border: 0;
}

/* jmw common e*/

/* dh-border-color s*/
.dh-border-bottom-black {
    border-bottom-color: #ff0000;
}

/* border-bottom-color s*/
/* content s*/
.h-section .top {
    color: #e90101;
    text-align: center; /*font-weight:bold; */
    padding: 3rem 0;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-family: "方正水柱简体";
}

.h-section .top b {
    color: #1857a3;
}

.h-section .top h3 {
    color: #7e7e7e;
    display: inline-block;
    font-size: 0.6em; /*font-weight:bold;*/
    padding-bottom: 10px;
    position: relative
}

.h-section .top span {
    color: #7e7e7e;
    font-family: "方正宋黑繁体", "微软雅黑";
    display: inline-block;
    margin-top: 0.5rem;
    position: relative;
    padding: 0 55px;
    font-size: 1.8rem;
    border: 0;
    font-weight: normal
}

.h-section .top span i {
    font-style: normal;
    position: relative;
    z-index: 3;
    padding: 0 15px
}

.h-section .top span b {
    border-bottom: 1px solid #7e7e7e;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0.9rem;
    z-index: 0;
    height: 1px
}

.t-color {
    background: #FFFFFF;
}

.t-color-bg {
    background: #f6f6f6;
}

.f1 {
    padding: 0px;
    margin-top: 84px;
}

.img-list {
    height: 100px;
    width: 100px;
}


/*.line_1:after {
    content: "to The Top";
    float:right;
}*/

.line_1 span {
    display: inline-block;
}

.line_1 span:nth-child(1) {
    width: 90%;
    height: 1px;
    background-color: #e6e6e6;
}

.line_1 span:nth-child(2) {
    width: 10%;
    text-align: right;
}

.pic_text dd {
    text-align: left;
    font-size: 12px;
}

.pic_text dd p {
    line-height: 2em;

}

.pic_text dt {
    width: 100%;
    text-align: center
}

.pic_text dt img {
    max-width: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border: 1px solid #ebebeb
}

.pic_text h4 {
    color: #7e7e7e;
    margin-top: 10px;
    line-height: 1.5rem;
    height: 3em;
    overflow: hidden;
    font-size: 1rem;
    text-align: center;
    font-weight: normal
}

.pic_texts .pic_text {
    float: left;
    width: 46.5%;
}

.pic_texts .pic_text:first-child {
    margin-right: 30px;
}

.title_1 {
    margin-bottom: 30px;
}

.title_1 h4 {
    width: auto;

}

.title_1 h4 span, .title_2 span {
    border-bottom: 2px solid #f08200;
    padding-bottom: 10px;
}

.title_1 .swiper-button-next, .title_1 .swiper-button-prev, .title_2 .swiper-button-next, .title_2 .swiper-button-prev {
    width: 32px;
    height: 24px;
    top: auto;
    bottom: -10px;
}

.title_1 .swiper-button-prev, .title_2 .swiper-button-prev {
    background: url(../images/ico.png) -293px 0 no-repeat;
    left: auto;
    right: 50px;
}

.title_1 .swiper-button-next, .title_2 .swiper-button-next {
    background: url(../images/ico.png) -327px 0 no-repeat;
    right: 15px;
}

.title_2 .swiper-button-next {
    right: 0px
}

.title_2 .swiper-button-prev {
    right: 35px
}

.title_2 {
    margin-bottom: 30px;
    position: relative
}

.swiper-three-container .swiper-slide {
    height: 300px;
}

.swiper-three-container .swiper-slide video {
    height: auto
}

.sec_2 {
    background: #f6f6f6;
    padding: 0 0 80px 0;
}

.title_3 {
    margin-bottom: 20px;
    margin-top: 50px;
    /*padding-right:1%*/
}

.title_3 h4 {
    float: left;
    font-size: 24px;
}

.tag_1 {
    float: right;
    max-width: 50%;
    color: #7d7d7d;
}

.tag_1 a {
    color: #7d7d7d;
    padding: 0 5px;
}

.sec_2 ul li {
    float: left;
    width: 23.95%;
    font-size: 16px;
    color: #535353;
    background: #fff;
    text-align: center;
    margin-bottom: 1.4%;
    cursor: pointer;
}

.sec_2 ul li a {
    color: #535353
}

.sec_2 ul li a:hover {
    color: #f08200
}

.sec_2 ul li {
    line-height: 2em;
}

.sec_2 ul li p {
    height: 2em;
    overflow: hidden
}

.sec_2 ul li img {
    margin-bottom: 10%;
    max-width: 100%
}

.sec_2 ul li:not(:nth-child(4n)) {
    margin-right: 1.4%;
}

.color_1 {
    color: #f959b4;

}

.color_2 {
    color: #91857b;

}

.color_3 {
    color: #9ba39d;

}

.color_4 {
    color: #ebebeb;

}

.color_5 {
    color: #767676;

}

.color_6 {
    color: #729ad6;

}

.color_7 {
    color: #f6e0ca;

}

.color_8 {
    color: #49bb40;

}

/* MANUFACTURER BRAND s */
.cs-left {
    width: 100%;
    overflow: hidden;
    position: relative; /*border:1px solid #ccc;   */
}

.cs-left .hd {
    padding: 0 10px;
    position: relative
}

.cs-left .hd .prev, .cs-left .hd .next {
    display: block;
    width: 28px;
    height: 28px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    z-index: 10
}

.cs-left .hd .prev {
    background: url(../images/arrow-ls.png);
    position: absolute;
    top: 50px;
    left: 0
}

.cs-left .hd .next {
    background: url(../images/arrow-rs.png);
    position: absolute;
    top: 50px;
    right: 0
}

.cs-left .hd .prev:hover {
    background: url(../images/arrow-l.png)
}

.cs-left .hd .next:hover {
    background: url(../images/arrow-r.png)
}

.cs-left .hd .prevStop {
    background-position: -60px 0;
}

.cs-left .hd .nextStop {
    background-position: -60px -50px;
}

.cs-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.cs-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}

.cs-left .hd ul li.on {
    background-position: 0 0;
}

.cs-left .bd {
    padding: 10px;
    margin: 0 15px;
}

.cs-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.cs-left .bd ul li {
    margin: 0 10px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.cs-left .bd ul li .pic {
    text-align: center;
}

.cs-left .bd ul li .pic img {
    width: 120px;
    height: 90px;
    display: block;
    border: 1px solid #e5e5e5;
}

.cs-left .bd ul li .pic a:hover img {
    border-color: #c2c1c1;
}

/* MANUFACTURER BRAND e */

/* 应用领域css */
.picScroll-left {
    width: 100%;
    overflow: hidden;
    position: relative; /*border:1px solid #ccc;   */
}

.picScroll-left .hd {
    padding: 0 10px;
    position: relative
}

.picScroll-left .hd .prev, .picScroll-left .hd .next {
    display: block;
    width: 28px;
    height: 28px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    z-index: 10
}

.picScroll-left .hd .prev {
    background: url(../images/arrow-ls.png);
    position: absolute;
    top: 70px;
    left: 0
}

.picScroll-left .hd .next {
    background: url(../images/arrow-rs.png);
    position: absolute;
    top: 70px;
    right: 0
}

.picScroll-left .hd .prev:hover {
    background: url(../images/arrow-l.png)
}

.picScroll-left .hd .next:hover {
    background: url(../images/arrow-r.png)
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {
    padding: 10px;
    margin: 0 35px
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 22px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 172px;
    height: 172px;
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%
}

.picScroll-left .bd ul li .pic a:hover img {
    border-color: #c2c1c1;
}

.picScroll-left .bd ul li .title {
    color: #7e7e7e;
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 3rem 0 0;
    margin-bottom: 0
}

.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.view .mask, .view .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
}

.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}

.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;

}

.info:hover {
    background: red;
}

.view-fourth img {
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-fourth .mask {
    background-color: #53b98b;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.view-fourth h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    margin: 20px 40px 0px 40px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.view-fourth p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.view-fourth a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.view-fourth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.view-fourth:hover img {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.view-fourth:hover h2,
.view-fourth:hover p,
.view-fourth:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

/* .col_1_of_projects:first-child {
    margin-left: 0;
}
.col_1_of_projects {
    display: block;
    float: left;
    margin:0 0 0 2.6%;
} */
.span_1_of_projects {
    width: 22.8%;
}

h3.m_4 {
    color: #555;
    font-size: 1em;
    text-transform: uppercase;
}

/* -- Media Queries Starts Here -- */
@media only screen and (max-width: 1366px) {
    .view {
        width: 210px;
        height: 130px;
    }

    .view .mask, .view .content {
        width: 210px;
        height: 130px;
    }
}

@media only screen and (max-width: 1024px) {
    .social-media img, .email-info img {
        margin: 2px 4px;
    }

    .view {
        width: 238px;
        height: 150px;
    }

    .view .mask, .view .content {
        width: 238px;
        height: 150px;
    }

    .view-fourth h2 {
        margin: 0px 40px 0px 40px;
    }
}

@media only screen and (max-width: 800px) {
    .view {
        width: 180px;
        height: 110px;
    }

    .view .mask, .view .content {
        width: 180px;
        height: 110px;
    }

    .view-fourth h2 {
        margin: 0px 10px 0px 10px;
        font-size: 13px;
    }
}


/*#products {
    background: url('../images/company/product.jpg') no-repeat center center;
        !*opacity:0.5;*!
    background-size: cover;
    background-attachment: fixed;
    min-height: 400px;
}

#news {
    background: url('../images/company/about.jpg') no-repeat center center;
    !*opacity:0.5;*!
    background-size: cover;
    background-attachment: fixed;
    min-height: 400px;
}*/

/*网站导航开始*/
.bg-breadcrumb {
    background: url("../images/bg.png");
}

/* 网站导航结束*/


.index-news{
    color:#000000;
}

.index-news .index-news-list a{
    color:#000000;
    height: 30px;
    line-height: 30px;
}

.index-news .index-news-list a:hover{
    color:#e00517;
}

.index-mkt {
    box-sizing: border-box;
    padding-top: 10px;
}

.index-mkt .img {
    width: 100%;
    overflow: hidden;
}

.index-mkt .img img {
    width: 100%;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.index-mkt:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.index-mkt .title {
    font-size: 16px;
    line-height: 25px;
    color: #D3D3D6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.index-mkt:hover .title {
    color: #e00517;
}

.index-mkt .txt {
    color: #D3D3D6;
    height: 40px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.index-mkt .more {
    margin-top: 46px;
    width: 120px;
    height: 30px;
    background: #e00517;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    border-radius: 15px;
}

.index-mkt .more:hover {
    text-decoration: underline;
}


.index-mkt .sortType {
    /*border: 3px solid #ff0000;*/
    /*margin: 2px;*/
    /*box-shadow: #e0e0e0;*/
    /*border-radius: 8px*/
}

.index-mkt .sortType .img {
    margin: 0;
}

.index-mkt .sortType a .title {
    color: #000000;
    text-align: center;
    /*background: rgba(0,0,0,0.65);*/
    background: #D3D3D6;
    line-height: 40px;
    margin: 0;
}

.index-mkt .sortType a:hover .title {
    background: #e00517;
    color: #FFFFFF;
}

.mkt {
    box-sizing: border-box;
    padding-top: 30px;
}

.mkt .img {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.mkt .img img {
    width: 100%;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.mkt:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.mkt .title {
    font-size: 16px;
    line-height: 25px;
    color: #D3D3D6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.mkt:hover .title {
    color: #e00517;
}

.mkt .txt {
    color: #D3D3D6;
    height: 40px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.mkt .more {
    width: 120px;
    height: 30px;
    background: #e00517;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    border-radius: 15px;
}

.mkt .more:hover {
    text-decoration: underline;
}


.mkt .sortType {
    /*border: 3px solid #ff0000;*/
    /*margin: 2px;*/
    /*box-shadow: #e0e0e0;*/
    /*border-radius: 8px*/
}

.mkt .sortType .img {
    margin: 0;
}

.mkt .sortType a .title {
    color: #000000;
    text-align: center;
    /*background: rgba(0,0,0,0.65);*/
    background: #D3D3D6;
    line-height: 40px;
    margin: 0;
}

.mkt .sortType a:hover .title {
    background: #e00517;
    color: #FFFFFF;
}
footer{
    margin-top: 20px;
}
.footer a {
    color: #0c1312;
    font-size: 16px;
}

.footer a:hover {
    color: #e00517;
}