﻿*, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

.contents h3, .nav > li > a, a {
    font-weight: 700;
}

#footer, #footer-spotlight, #slider, #slides, #upper-strip, .area, .compare-table, .containers, .content, .contents, .footer-container, .footer_box .social-links, .head-container, .head-container .linkupper_left, .header-main-container .logo, .imgtxt, .main-content, .menu-social, .news-cap-deta, .news-list, .panel-about, .slider, .spotlight, .switch ul, .tabs .content, .upper-strip {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: ralewaybold;
}

.footer_box ul li a, .nav > li > a, a, a:active, a:hover, body, form input, nav li a, p {
    font-family: ralewayregular;
}

form input {
    border: none;
}

a {
    color: #0c3661;
    font-size: 15px;
    text-decoration: none !important;
    transition: all .1s ease 0s;
}

    a:active, a:hover {
        text-decoration: none;
        color: #0c3661;
    }

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

ul, ul li, ul ul, ul ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    color: #575757;
    line-height: 20px;
    text-align: justify;
}

html {
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: ralewaybold;
    src: url(../font/raleway-bold-webfont.woff2) format('woff2'),url(../font/raleway-bold-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: ralewaylight;
    src: url(../font/raleway-light-webfont.woff2) format('woff2'),url(../font/raleway-light-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: ralewayregular;
    src: url(../font/raleway-regular-webfont.woff2) format('woff2'),url(../font/raleway-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}

body {
    background-repeat: repeat;
    background-color: #fff;
    color: #333;
    margin: 0;
    overflow-x: hidden;
}

.noborder {
    border-bottom: none !important;
}

#demos {
    width: 90%;
    margin: 0 auto;
}

.main-content {
    bottom: 0;
    position: relative;
}

aside {
    float: left;
    padding: 1%;
    z-index: 999999;
}

.entry-title {
    margin: 50px auto 0;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
}

.sticky1 {
    position: relative;
    top: 0;
}

.logo {
    float: left;
    margin-left: 10px;
    background: rgba(255,255,255,1);
}

header {
    padding: 15px 0 70px;
    border-bottom: 1px solid;
    background: #fff;
}

@media (max-width:767px) {
    header {
        margin: 0;
        padding: 0;
        width: 100%;
        position: relative;
        float: left;
    }

    .header-controls {
        width: 100%;
        height: 56px;
        margin-bottom: 10px;
        padding: 0;
        border-bottom: 1px solid #fff;
        overflow: hidden;
        position: relative;
        float: left;
    }
}

@media (min-width:768px) {
    .wrapper {
        width: 1200px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

        .wrapper:after, .wrapper:before {
            content: '';
            display: block;
            overflow: hidden;
            visibility: hidden;
            width: 0;
            height: 0;
            clear: both;
            zoom: 1;
        }

    .nav-trigger {
        display: none;
    }
}

@media (max-width:767px) {
    .wrapper {
        width: 100%;
    }

    .nav-trigger {
        display: block;
        font-size: 30px;
        color: #000;
        padding: 10px 20px;
        position: relative;
        float: right;
        z-index: 999999;
    }

        .nav-trigger.active, .nav-trigger:hover {
            cursor: pointer;
            color: #fbbd02;
        }

    .sticky {
        display: none;
    }
}

.sticky {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 65px;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-box-shadow: 0 1px 5px 1px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0,.4);
    box-shadow: 0 1px 5px 1px rgba(0,0,0,.4);
    animation: thedrop 1s 1;
    -moz-animation: thedrop 1s 1;
    -webkit-animation: thedrop 1s 1;
    background: #0c3661;
    color: #000 !important;
}

    .sticky .nav-left, .sticky .nav-right {
        display: none;
    }

@media (min-width:768px) {
    .sticky .nav-inner {
        width: 85%;
        min-width: 900px;
        max-width: 1280px;
        position: relative;
        margin: 0 auto;
    }
}

.sticky h1 {
    display: block;
    position: relative;
    float: left;
    color: #fff;
    margin: 0;
    padding: 4px 25px 20px;
    font-size: 25px;
}

nav li, nav li a {
    display: inline-block;
}

.sticky ul {
    margin: 0;
    width: auto;
    position: relative;
    float: right;
}

.sticky li a {
    font-size: 16px;
    color: #fff;
}

    .sticky li a:hover {
        color: #fff !important;
    }

@media (min-width:768px) {
    nav {
        width: 56%;
        font-family: ralewayregular;
        position: relative;
        float: left;
        margin-left: 138px;
        -moz-border-radius-topleft: 8px;
        -webkit-border-top-left-radius: 8px;
        border-top-left-radius: 8px;
        -moz-border-radius-topright: 8px;
        -webkit-border-top-right-radius: 8px;
        border-top-right-radius: 8px;
    }
}

@media (max-width:767px) {
    nav {
        display: block;
        width: 100%;
        position: absolute;
        top: 56px !important;
        max-height: 0;
        overflow: hidden;
        -moz-transition: max-height .5s ease-out;
        -o-transition: max-height .5s ease-out;
        -webkit-transition: max-height .5s ease-out;
        transition: max-height .5s ease-out;
    }

        nav.active {
            max-height: 30em;
            -moz-transition: max-height .5s ease-out;
            -o-transition: max-height .5s ease-out;
            -webkit-transition: max-height .5s ease-out;
            transition: max-height .5s ease-out;
            -moz-box-shadow: 0 10px 18px -1px rgba(0,0,0,.4);
            -webkit-box-shadow: 0 10px 18px -1px rgba(0,0,0,.4);
            box-shadow: 0 10px 18px -1px rgba(0,0,0,.4);
        }

        nav li {
            width: 100%;
            position: relative;
            float: left;
        }
}

.opaque-navbar, .opaque-navbar.opaque {
    transition: background-color .5s ease 0s;
}

nav h1 {
    display: none;
}

nav ul {
    padding: 0;
    margin: 0;
}

nav li {
    list-style: none;
    margin: 0;
}

    nav li a {
        text-decoration: none;
        font-size: 15px;
        color: #2a3747;
        padding: 24px 17px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
    }

        nav li a.selected, nav li a:hover {
            border-bottom: 1px solid #fbbd02;
            text-decoration: none !important;
        }

nav .nav-left, nav .nav-left:after {
    -moz-border-radius-bottomleft: 100% 50%;
}

nav .nav-right, nav .nav-right:after {
    -moz-border-radius-bottomright: 100% 50%;
}

nav li a:hover {
    color: #012f5d;
}

nav li a.selected {
    color: #fbbd02;
}

@media (max-width:767px) {
    nav li a {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #fff;
        position: relative;
        float: left;
    }

    nav .nav-left {
        display: none;
    }
}

nav .nav-left, nav .nav-right {
    position: absolute;
    bottom: -15px;
    width: 15px;
    height: 15px;
}

    nav .nav-left:after, nav .nav-right:after {
        content: '';
        position: absolute;
        width: 66%;
        height: 66%;
    }

#page, #upper-strip {
    width: 100%;
    position: relative;
}

nav .nav-left {
    left: 0;
    -webkit-border-bottom-left-radius: 100% 50%;
    border-bottom-left-radius: 100% 50%;
}

    nav .nav-left:after {
        right: 0;
        -moz-border-radius-topleft: 100% 50%;
        -webkit-border-top-left-radius: 100% 50%;
        border-top-left-radius: 100% 50%;
        -webkit-border-bottom-left-radius: 100% 50%;
        border-bottom-left-radius: 100% 50%;
    }

nav .nav-right {
    right: 0;
    -webkit-border-bottom-right-radius: 100% 50%;
    border-bottom-right-radius: 100% 50%;
}

    nav .nav-right:after {
        left: 0;
        -moz-border-radius-topright: 100% 50%;
        -webkit-border-top-right-radius: 100% 50%;
        border-top-right-radius: 100% 50%;
        -webkit-border-bottom-right-radius: 100% 50%;
        border-bottom-right-radius: 100% 50%;
    }

@media (max-width:767px) {
    nav .nav-right {
        display: none;
    }
}

.opaque-navbar {
    height: 60px;
    border-bottom: 0;
}

    .opaque-navbar.opaque {
        background-color: rgba(0,0,0,.5);
        height: 70px;
    }

ul.dropdown-menu {
    background-color: #000;
}

@media (max-width:992px) {
    .opaque-navbar {
        background-color: #000;
        height: 60px;
        transition: background-color .5s ease 0s;
    }
}

.navbar-inverse {
    background-color: transparent;
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: transparent;
        border-bottom: 2px solid #fbbd02;
        font-size: 15px;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        font-size: 15px;
    }

.pull-right {
    padding: 15px;
}

.nav > li > a {
    padding: 16px 22px;
    font-size: 16px !important;
}

.area {
    height: 205px !important;
    position: relative;
}

#upper-strip {
    height: 42px;
    background-color: #e9e9e9;
    z-index: 99999;
    border-bottom: 1px solid #d7d7d7;
}

.head-container {
    margin: 5px auto;
}

    .head-container .linkupper_left {
        float: left;
        width: 525px;
        padding-top: 8px;
    }

.footer_box ul li {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    background: url(../images/arrow.png) 5px no-repeat;
    padding-left: 16px;
    margin-bottom: 8px;
}

    .footer_box ul li a {
        color: #6a99c9;
    }

.head-container .linkupper_left ul, .head-container .linkupper_right .gen-linkup ul {
    list-style: none;
    margin: 0;
    position: relative;
}

    .head-container .linkupper_left ul li, .head-container .linkupper_right .gen-linkup ul li {
        float: left;
        margin-right: 16px;
        text-align: center;
        padding-right: 15px;
        border-right: 1px solid #ccc;
        color: #555;
    }

.fa-envelope, .fa-phone {
    padding-right: 10px;
}

.head-container .linkupper_left ul li:last-child, .head-container .linkupper_right .gen-linkup ul li:last-child {
    border-right: 0;
}

.head-container .linkupper_left ul li a, .head-container .linkupper_right .gen-linkup ul li a {
    color: #666;
    font-size: 12px;
    display: block;
    text-transform: capitalize;
}

.head-container .linkupper_right {
    float: right;
    width: 820px;
}

    .head-container .linkupper_right .social-network {
        float: left;
    }

        .head-container .linkupper_right .social-network ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .head-container .linkupper_right .social-network ul li {
                float: left;
                margin-right: 20px;
                border-right: 1px solid #bbb;
            }

                .head-container .linkupper_right .social-network ul li:last-child {
                    border-right: 0;
                }

                .head-container .linkupper_right .social-network ul li a {
                    color: #555;
                    font-size: 12px;
                    padding-right: 13px;
                }

                    .head-container .linkupper_right .social-network ul li a img {
                        width: 20px;
                        height: 20px;
                        float: left;
                        margin-right: 10px;
                    }

                    .head-container .linkupper_right .social-network ul li a:hover {
                        text-decoration: underline;
                    }

#buttons a, .back-to-top, .news-cap-deta a, .social-links ul li a i {
    text-decoration: none;
}

.fa-lock, .fa-pencil-square-o {
    padding-right: 6px;
}

#header-main {
    width: 100%;
    background-color: #fff;
    position: relative;
}

.fixed-nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

#slider, .header-main-container .logo, .slider, .slides, .upper-strip {
    position: relative;
}

.main-menu select {
    display: none;
}

.header-main-container {
    width: 1170px;
    margin: 0 auto;
}

    .header-main-container .logo {
        clear: both;
        float: left;
        width: 22%;
        z-index: 9999;
    }

    .header-main-container .main-menu {
        position: relative;
        float: right;
        z-index: 999;
    }

        .header-main-container .main-menu ul {
            list-style: none;
            margin: 0;
            padding-top: 12px;
        }

            .header-main-container .main-menu ul li {
                float: left;
                text-align: center;
                margin-right: 10px;
            }

                .header-main-container .main-menu ul li a {
                    font-size: 15px;
                    color: #484848;
                    float: left;
                    padding: 15px 9px;
                    display: block;
                }

.menu-social {
    float: right;
}

    .menu-social ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .menu-social ul li {
            float: left;
            margin-right: 5px;
            text-align: center;
        }

            .menu-social ul li a {
                font-size: 16px;
                color: #065089;
                border: 2px solid #fba504;
                border-radius: 50%;
                width: 30px;
                height: 30px;
                line-height: 16px;
                text-align: center;
                vertical-align: middle;
            }

                .menu-social ul li a:hover {
                    background: #fba504;
                    color: #065089;
                }

.fa-facebook, .fa-linkedin, .fa-rss, .fa-twitter {
    line-height: 30px !important;
}

.upper-strip {
    width: 100%;
    height: 35px;
    z-index: 99999;
    border-bottom: 1px solid #eeee;
    padding: 5px;
}

.upper-strip-container {
    width: 1170px;
    margin: 0 auto;
}

.content-txt h1, .content-txt-1 h1 {
    font-family: ralewaybold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#slider {
    width: 100%;
    height: 400px;
}

@keyframes load {
    from {
        left: -100%;
    }

    to {
        left: 0;
    }
}

.slides {
    width: 400%;
}

.slider {
    width: 25%;
    height: 100%;
    float: left;
    z-index: 1;
}

.content, .contents, .image, .image img {
    width: 100%;
    height: 100%;
}

.content, .legend {
    position: absolute;
}

.legend {
    border: 500px solid transparent;
    border: 1920px solid rgba(52,73,94,.7);
    border-bottom: 0;
    bottom: 0;
}

.on, .switch > ul > li {
    border-radius: 50%;
}

.contents {
    position: relative;
}

.content-txt, .content-txt-1 {
    height: 80px;
    position: relative;
    float: left;
}

.contents h3 {
    font-size: 24px;
    color: #0c3661;
    margin-top: 46px;
}

.content-txt-1 h1, .content-txt-1 h2 {
    color: #fff;
    text-align: left;
    margin-left: 30px;
}

.content-txt h2, .content-txt-1 h2 {
    line-height: 26px;
    font-weight: 400;
    margin-top: 10px !important;
}

.content-txt-1 {
    width: 100%;
    top: 150px;
    -webkit-animation: mytop 3s;
    -webkit-animation-iteration-count: 1;
    animation: mytop 3s;
    animation-iteration-count: 1;
}

    .content-txt-1 h1 {
        font-size: 37px;
    }

@-webkit-keyframes mytop {
    from {
        top: 0;
    }

    to {
        top: 140px;
    }
}

@keyframes mytop {
    from {
        top: 0;
    }

    to {
        top: 140px;
    }
}

.content-txt-1 h2 {
    font-size: 20px;
}

.content-txt-1 span {
    color: #fe9900;
}

.content-txt h1, .content-txt h2 {
    color: #fff;
    text-align: left;
    margin-left: 30px;
}

.content-txt {
    width: 700px;
    top: 60px;
    -webkit-animation: mymove 3s;
    -webkit-animation-iteration-count: 1;
    animation: mymove 3s;
    animation-iteration-count: 1;
}

@-webkit-keyframes mymove {
    from {
        top: 0;
    }

    to {
        top: 60px;
    }
}

@keyframes mymove {
    from {
        top: 0;
    }

    to {
        top: 60px;
    }
}

.content-txt h1 {
    font-size: 37px;
}

.content-txt h2 {
    font-size: 20px;
}

.content-txt span {
    color: #fe9900;
}

.clear {
    clear: both;
}

.switch {
    width: 120px;
    height: 10px;
    position: relative;
    bottom: 50px;
    z-index: 99;
    left: 30px;
    margin: 0 auto;
}

    .switch > ul {
        list-style: none;
    }

        .switch > ul > li {
            width: 10px;
            height: 10px;
            background: #fff;
            float: left;
            margin-right: 5px;
            cursor: pointer;
        }

.on {
    width: 100%;
    height: 100%;
    background: #f39c12;
    position: relative;
    -webkit-animation: on 30s infinite;
    -moz-animation: on 30s infinite;
    animation: on 30s infinite;
}

@-webkit-keyframes slide {
    0%,100%,21% {
        margin-left: 0;
    }

    25%,46% {
        margin-left: -100%;
    }

    50%,71% {
        margin-left: -200%;
    }

    75%,96% {
        margin-left: -300%;
    }
}

@-moz-keyframes slide {
    0%,100%,21% {
        margin-left: 0;
    }

    25%,46% {
        margin-left: -100%;
    }

    50%,71% {
        margin-left: -200%;
    }

    75%,96% {
        margin-left: -300%;
    }
}

@keyframes slide {
    0%,100%,21% {
        margin-left: 0;
    }

    25%,46% {
        margin-left: -100%;
    }

    50%,71% {
        margin-left: -200%;
    }

    75%,96% {
        margin-left: -300%;
    }
}

@-webkit-keyframes content-s {
    0%,100%,80%,90% {
        left: -420px;
    }

    10%,30%,40%,50%,60%,70% {
        left: 0;
    }
}

@-moz-keyframes content-s {
    0%,100%,80%,90% {
        left: -420px;
    }

    10%,30%,40%,50%,60%,70% {
        left: 0;
    }
}

@keyframes content-s {
    0%,100%,80%,90% {
        left: -420px;
    }

    10% {
        left: 20px;
    }

    15%,30%,40%,50%,60%,70% {
        left: 0;
    }
}

@-webkit-keyframes on {
    0%,100%,21% {
        margin-left: 0;
    }

    25%,46% {
        margin-left: 15px;
    }

    50%,71% {
        margin-left: 30px;
    }

    75%,96% {
        margin-left: 45px;
    }
}

@-moz-keyframes on {
    0%,100%,21% {
        margin-left: 0;
    }

    25%,46% {
        margin-left: 15px;
    }

    50%,71% {
        margin-left: 30px;
    }

    75%,96% {
        margin-left: 45px;
    }
}

@keyframes on {
    0%,100%,21% {
        margin-left: 0;
    }

    25%,46% {
        margin-left: 15px;
    }

    50%,71% {
        margin-left: 30px;
    }

    75%,96% {
        margin-left: 45px;
    }
}

.container {
    width: 100% !important;
}

.back-to-top {
    position: fixed;
    right: 1%;
    bottom: -7.5%;
    height: 15px;
    width: 40px;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 700;
    color: transparent;
    opacity: .5;
    z-index: 3;
    visibility: hidden;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #ff7f00;
}

    .back-to-top:focus {
        outline: dotted thin;
    }

    .back-to-top::after, .back-to-top::before {
        content: '';
        position: absolute;
        left: 0;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-top: 0;
    }

    .back-to-top::before {
        top: -20px;
        z-index: 4;
        border-bottom: 20px solid #fe9900;
    }

    .back-to-top::after {
        bottom: 0;
        z-index: 5;
        border-bottom: 20px solid #0c3661;
    }

    .back-to-top:focus, .back-to-top:hover {
        opacity: 1;
        text-decoration: none;
        height: 40px;
        color: #212223;
    }

.show-back-to-top {
    display: block;
    bottom: 1.25%;
    visibility: visible;
}

.counters-item {
    color: #fff;
}

    .counters-item i {
        border: 1px solid #fff;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        height: 120px;
        margin: 0 0 35px;
        padding: 40px 0 0;
        width: 120px;
    }

.fa-3x {
    font-size: 3em;
}

.counters-item strong {
    display: block;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
}

.counters-item p {
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.service {
    width: 100%;
    background: #fff;
    padding: 80px 0 20px;
    overflow: hidden;
}

.service-container {
    width: 1170px;
    margin: 0 auto;
}

    .service-container h2 {
        margin: 0 auto 10px;
        text-align: center;
        font-size: 36px;
        text-transform: uppercase;
    }

    .service-container p {
        margin: 0 auto 40px;
        text-align: center;
        font-size: 15px;
        line-height: 28px;
        color: #777;
        text-transform: none;
    }

.divider {
    width: 60px;
    border: 1px solid #ccc;
    margin: 0 auto 40px;
}

.service-sec {
    width: 30%;
    height: 490px;
    float: left;
    text-align: center;
    margin-right: 15px;
    padding: 0 0 35px;
    box-shadow: 0 0 20px 6px #f7f7f7;
    margin-left: 24px;
    margin-bottom: 40px;
}

.xtrawidth {
    width: 96% !important;
    height: 475px !important;
}

.service-sec img {
    width: 100%;
    margin: 0 auto;
}

.service-sec h2 {
    font-size: 20px;
    font-weight: 700;
    color: #07569f;
    margin: 20px 0;
    text-align: center;
    line-height: 32px;
    text-transform: capitalize;
    padding: 0 30px;
}

.service-sec p {
    font-size: 12px;
    font-weight: 400;
    color: #887;
    padding: 0 10px 0 30px;
    text-align: center;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .5px;
    margin-bottom: 20px;
}

.btn-readmore {
    width: 170px;
    padding: 5px 20px;
    border-radius: 10px;
    text-align: center;
    background: #fe9900;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
}

#slides, #slides li, #slides ul {
    width: 100%;
    height: 250px;
    position: relative;
}

.btn-readmore:hover {
    background: #ff870d;
    color: #fff;
}

#carousel {
    position: relative;
    width: 60%;
    margin: 0 auto;
    top: 25%;
}

#slides ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#slides li {
    float: left;
    text-align: center;
}

.btn-bar {
    width: 60%;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 40px;
}

.next, .prev {
    position: absolute;
    top: 141px;
}

.prev {
    float: left;
    right: 631px;
}

.next {
    float: right;
    left: 615px;
}

#buttons {
    padding: 0 0 5px;
    float: right;
}

    #buttons a {
        text-align: center;
        font-size: 50px;
        float: left;
        outline: 0;
        margin: -60px 60px;
        color: #fff;
        display: block;
        padding: 9px;
        width: 35px;
    }

a#next:hover, a#prev:hover {
    color: #FFF;
    text-shadow: .5px 0 #b14943;
}

.quote-author, .quote-phrase {
    font-weight: 300;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 20px;
}

.quote-phrase {
    height: 100px;
    font-size: 18px;
    color: #FFF;
    letter-spacing: 0;
    text-transform: none;
    line-height: 27px;
}

.quote-marks {
    font-size: 30px;
    padding: 0 3px 3px;
    position: inherit;
}

.button, .marquee, .tabs, button {
    position: relative;
}

.quote-author {
    font-style: normal;
    font-size: 18px;
    color: #f7ad03;
    font-weight: 400;
    height: 30px;
    letter-spacing: 0;
}

.authorContainer, .quoteContainer {
    display: table;
    width: 100%;
}

.imagecontainer {
    width: 100px;
    height: 100px;
    border: 4px solid #fbb002;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
}

.moto-part {
    width: 100%;
    background: #0c3661;
    height: 60px;
    padding: 3px;
}

.moto-part-container {
    width: 1170px;
    margin: 0 auto;
}

    .moto-part-container p {
        text-align: center;
        color: #fff;
        font-size: 22px;
        line-height: 58px;
        font-weight: 700;
    }

.containers {
    padding: 3px;
    border: 1px solid #e6e6e6;
    width: 1170px;
}

.marquee {
    display: block;
    width: 836px;
    margin: 0 auto;
    height: 130px;
    animation: scroll 10s linear infinite;
    padding: 3px;
}

#demos .owl-carousel .item {
    border: 1px solid #eee;
}

.marquee:hover {
    animation-play-state: paused;
}

.img1 {
    width: 160px;
    height: 100px;
    margin: 3px;
    float: left;
}

@keyframes scroll {
    0% {
        left: 500px;
    }

    100% {
        left: -500px;
    }
}

.industry {
    width: 100%;
    background: #edecec;
    margin-bottom: 0;
    height: auto;
}

.industry-container {
    width: 1170px;
    margin: 0 auto;
    padding-top: 50px;
}

    .industry-container h2 {
        font-size: 20px;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 20px;
        text-align: center;
        font-weight: 700;
    }

    .industry-container p {
        font-size: 13px;
        color: #444;
        text-transform: none;
        margin-bottom: 6px;
        text-align: left;
    }

figcaption p {
    margin-top: 30px;
}

.industry .fact-counter {
    margin: 0 -15px;
    padding: 119px 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.industry .counter-outer {
    padding-left: 38%;
}

.button, button {
    display: inline-block;
    color: #fff;
    padding: .75rem 2rem;
    margin: 0 auto;
    background-color: #012f5d;
    border: none;
    width: 93%;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

    .button:hover, button:hover {
        background-color: #374d72;
    }

        .button:hover:after, .button:hover:before, button:hover:after, button:hover:before {
            color: #4cc4cf;
        }

    .button:after, .button:before, button:after, button:before {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

.description {
    font-size: 15px;
    line-height: 18px;
}

.tabs {
    padding-bottom: 38px;
    min-height: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    margin-top: 50px;
}

    .tabs .tab p {
        font-size: 15px;
        line-height: 16px;
    }

    .tabs .tab {
        margin-bottom: 1px;
    }

.industry-container .description {
    font-size: 12px;
    line-height: 26px;
}

blockquote {
    border-left: none !important;
}

@media screen and (min-width:55rem) {
    .tabs .tab {
        float: left;
        clear: left;
        width: 46%;
    }

        .tabs .tab .tab-toggle {
            text-align: left;
        }
}

.tabs .tab .tab-toggle {
    padding: 1rem 1rem 1.3rem 2rem;
    position: relative;
    outline: 0;
    width: 100%;
}

    .tabs .tab .tab-toggle:after {
        content: "\25BC";
        position: absolute;
        display: block;
        right: 2rem;
        top: 50%;
        -webkit-transform: rotate(0) translateY(-50%);
        -moz-transform: rotate(0) translateY(-50%);
        -ms-transform: rotate(0) translateY(-50%);
        -o-transform: rotate(0) translateY(-50%);
        transform: rotate(0) translateY(-50%);
    }

.bullet, .imgtxt {
    position: relative;
}

@media screen and (min-width:55rem) {
    .tabs .tab .tab-toggle:after {
        -webkit-transform: rotate(-90deg) translateX(50%);
        -moz-transform: rotate(-90deg) translateX(50%);
        -ms-transform: rotate(-90deg) translateX(50%);
        -o-transform: rotate(-90deg) translateX(50%);
        transform: rotate(-90deg) translateX(50%);
    }
}

.tabs .tab .tab-toggle.active {
    color: #012f5d;
    background-color: #fff;
    cursor: default;
}

    .tabs .tab .tab-toggle.active:after {
        color: #8099c2;
        -webkit-transform: rotate(180deg) translateY(50%);
        -moz-transform: rotate(180deg) translateY(50%);
        -ms-transform: rotate(180deg) translateY(50%);
        -o-transform: rotate(180deg) translateY(50%);
        transform: rotate(180deg) translateY(50%);
    }

.tabs .content {
    max-height: 0;
    padding: 0 2rem;
    background-color: #fff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

@media screen and (min-width:55rem) {
    .tabs .tab .tab-toggle.active:after {
        -webkit-transform: rotate(-90deg) translateX(50%) translateY(0);
        -moz-transform: rotate(-90deg) translateX(50%) translateY(0);
        -ms-transform: rotate(-90deg) translateX(50%) translateY(0);
        -o-transform: rotate(-90deg) translateX(50%) translateY(0);
        transform: rotate(-90deg) translateX(50%) translateY(0);
        right: 1rem;
    }

    .tabs .content {
        max-height: none;
        top: 0;
        width: 50%;
        height: 162px;
        opacity: 0;
        padding: 0 0 2rem 2rem;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        left: 394px;
    }
}

.tabs .content.active {
    max-height: 1000px;
}

@media screen and (min-width:55rem) {
    .tabs .content.active {
        max-height: none;
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.tabs .content > .heading {
    font-size: 17px;
    margin-bottom: 1rem;
    text-align: left;
    color: #012f5d;
    margin-top: 0;
    line-height: 20px;
}

.footertop {
    width: 100%;
    background: #012f5d;
    padding: 5px;
    text-align: center;
}

.footertop-container {
    width: 1170px;
    margin: 0 auto;
}

    .footertop-container h2 {
        color: #fefefe;
        font-weight: 700;
        font-size: 20px;
        padding-bottom: 10px;
    }

#banner-4 {
    background-image: url(../images/banner5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
}

.container-nws {
    width: 90%;
    margin: 0 auto;
}

.left-address {
    width: 70%;
    height: auto;
    float: left;
}

    .left-address .post-box, .left-address .post-box1 {
        width: 100%;
        height: auto;
        padding: 20px;
        background: #fff;
        border-radius: 5px;
    }

    .left-address .post-box1 {
        margin: 30px 0;
    }

        .left-address .post-box1 h1 {
            font-size: 24px;
            color: #0c3661;
            text-align: left;
            line-height: 40px;
            font-weight: 400;
            text-transform: capitalize;
        }

    .left-address .post-box {
        border-bottom: 1px solid #eee;
    }

        .left-address .post-box p {
            color: #000;
            line-height: 20px;
            font-size: 15px;
            text-align: justify;
            background: #fefefe;
        }

        .left-address .post-box h3, .left-address .post-box h5, .left-address .post-box h6 {
            color: #0c3661;
            text-align: left;
            line-height: 40px;
        }

        .left-address .post-box h3 {
            font-size: 20px;
            font-weight: 400;
            text-transform: capitalize;
        }

        .left-address .post-box h5 {
            font-size: 16px;
            font-weight: 700;
            text-transform: capitalize;
        }

        .left-address .post-box h6 {
            font-size: 13px;
            font-weight: 700;
            text-transform: none;
        }

.fa-calendar {
    padding-right: 10px;
}

.dividers {
    width: 98%;
    margin: 0 auto;
    display: none;
    border-bottom: 1px solid #ccc;
    height: 1px;
    padding: 6px 0;
}

.txts, .txts1 {
    padding-top: 10px;
    text-align: left;
}

.imgtxt {
    margin-top: 10px;
    width: 100%;
    height: auto;
}

.imgs, .imgs1 {
    float: left;
    width: 378px;
    padding: 10px;
}

.txts1 {
    margin: 0 auto;
    width: 100%;
}

    .txts1 p {
        color: #000;
        line-height: 20px;
        font-size: 15px;
    }

        .txts p, .txts p span, .txts1 p span {
            line-height: 18px;
            font-size: 13px;
        }

        .txts1 p span {
            color: #0c3661;
            font-weight: 700;
        }

.txts {
    float: left;
    width: 52%;
}

    .txts p {
        color: #000;
    }

        .txts p span {
            color: #0c3661;
            font-weight: 700;
        }

.post-readmore {
    background-color: #fa9800;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin: 20px auto 0;
    padding: 8px 30px;
    text-align: center;
    text-transform: uppercase;
    width: 233px;
    cursor: pointer;
    float: right;
    letter-spacing: 1px;
    font-size: 15px;
}

.linehgt {
    line-height: 24px;
}

.right-address {
    width: 23%;
    height: auto;
    float: right;
}

    .right-address .post-box {
        width: 100%;
        height: auto;
        border: 1px solid #eee;
        box-shadow: -2px 2px 5px #eee;
        margin: 30px 0;
        border-radius: 5px;
        background: #fff;
    }

.fa-bolt:before, .list-newsitem ul li i {
    left: -13px;
    border-radius: 50%;
    content: "";
}

.right-address .post-box h1 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    text-transform: capitalize;
    background: #0c3661;
}

.bullet, .left, .lefter, .righter {
    text-align: left;
}

.leftpart h2, .leftpart h5, .post-pdf {
    text-transform: uppercase;
}

.list-newsitem {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

    .list-newsitem ul {
        margin: 0;
        padding: 0;
    }

        .list-newsitem ul li a {
            cursor: pointer;
            color: #444;
            padding-left: 16px;
        }

.bullet {
    list-style: none;
    padding-left: .8em;
}

    .bullet:before {
        top: .5em;
    }

.list-border {
    color: #000;
    font-size: 15px;
}

.lefter {
    width: 14%;
    float: left;
    margin-top: 30px;
}

.righter {
    width: 79%;
    float: left;
    margin-top: 46px;
    margin-left: 35px;
}

blockquote {
    line-height: 24px;
    font-size: 15px;
    color: #fa9400;
}

    blockquote span {
        color: #000;
        font-size: 16px;
    }

.left {
    width: 60%;
    float: left;
}

.right {
    width: 40%;
    float: right;
    text-align: right;
}

.list-border a {
    color: #000;
    display: block;
    font-weight: 700;
    font-size: 12px;
    cursor: inherit;
}

.list-newsitem ul li {
    text-align: left;
    font-size: 15px;
    color: #333;
    padding-left: 10px;
    border-bottom: 1px solid #eee;
    padding-top: 0;
    padding-bottom: 10px;
}

    .list-newsitem ul li i {
        color: #0c3661;
        height: -6.5em;
        top: 2.3em;
        width: 1.5em;
        font-size: 19px;
        right: 31px;
    }

.fa-address-card-o:before, .fa-clock-o:before, .fa-envelope:before, .fa-id-card:before, .fa-map-marker:before, .fa-message-box:before, .fa-mobile:before, .fa-phone:before, .fa-user:before, .fa-users:before {
    color: #0c3661;
    font-size: 19px;
    margin-right: 10px;
}

.fa-map-marker:before{color:#fff}

.fa-bolt:before {
    color: #0c3661;
    height: .5em;
    position: absolute;
    top: .8em;
    width: .5em;
    font-size: 18px;
}

#footer, .blank-area h5, .blank-area p, .compare-table, .panel-about {
    position: relative;
}

.extrapadding {
    padding-top: 10px;
}

.footertop-container ul {
    margin: 0;
    padding: 0;
}

    .footertop-container ul li {
        float: left;
        margin: 0 auto 0 20px;
    }

        .footertop-container ul li a {
            color: #012f5d;
            font-size: 15px;
            font-weight: 400;
            display: inline;
            margin: 0 50px 0 auto;
            width: 200px;
            height: 40px;
            background: #fff;
            padding: 10px 20px;
            border-radius: 20px;
        }

.blank-area p, .post-pdf {
    display: block;
    font-size: 15px;
}

.footertop-container p {
    color: #fff !important;
    font-size: 12px !important;
}

.mainheight {
    padding-bottom: 50px;
}

    .mainheight h5 {
        text-align: center !important;
        color: #fff !important;
        float: none !important;
        padding-top: 10px !important;
        padding-bottom: 40px !important;
    }

.blank-area {
    clear: both;
    width: 100%;
    margin: 0 auto;
}

.fa-cloud, .fa-cogs, .fa-edit, .fa-filter, .fa-folder-open, .fa-trash, .fa-wrench {
    font-size: 48px !important;
    color: #fca805;
}

.blank-area h5 {
    display: block;
    color: #0c3661;
    font-size: 20px;
    padding-top: 4px;
    padding-bottom: 20px;
}

.blank-area p {
    float: left;
    color: #666;
}

.post-pdf {
    background-color: #fa9800;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 2px;
    margin: 20px auto 10px;
    padding: 8px 10px;
    text-align: center;
    width: 240px;
    cursor: pointer;
    float: left;
}

.service1, .service2 {
    padding: 20px;
    float: left;
}

.service-area {
    width: 100%;
    margin: 20px 0;
}

.service1 {
    width: 21%;
    text-align: center;
    border-right: 1px solid #eee;
}

    .service1 p {
        float: left;
        color: #333;
        font-size: 15px;
        text-align: left;
    }

.service2 {
    width: 45%;
    text-align: center;
    border: 1px solid #eee;
    background: #fff;
    height: 200px;
    box-shadow: 2px 2px 4px #ccc;
}

    .service2 p {
        float: left;
        color: #333;
        font-size: 12px;
        text-align: left;
    }

.tabarea {
    background: #ddd;
    width: 100%;
}

.flange-guard-rating {
    margin: 0 auto 50px;
    width: 50%;
}

.leftpart {
    width: 33%;
    margin-top: 50px;
    float: left;
}

    .leftpart h5 {
        font-size: 18px;
        text-align: left;
        color: #012f5d;
        font-weight: 400;
    }

    .leftpart h2 {
        font-size: 26px;
        text-align: left;
        color: #000;
        font-weight: 700;
    }

    .leftpart p {
        font-size: 15px;
        text-align: left;
        text-transform: none;
        color: #333;
        font-weight: 400;
        margin-bottom: 40px;
    }

.explore, .explore:hover {
    color: #fff;
}

.explore {
    width: 130px;
    padding: 15px;
    margin: 20px auto 0;
    text-align: center;
    background: #012f5d;
    font-size: 15px;
}

.rightpart {
    width: 59%;
    float: right;
}

.underline {
    width: 280px;
    border: .5px solid #666;
    margin-bottom: 20px;
}

ul.bxslider li {
    width: 100%;
    margin: 0 0 0 80px;
    display: none;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
}

.panel-about h2, .panel-about h3 {
    color: #012f5d;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: center;
}

.panel-about h2 {
    font-size: 36px;
}

.panel-about h3 {
    font-size: 26px;
}

.divider-line {
    width: 100px;
    height: 2px;
    text-align: center;
    margin: 5px auto auto;
    display: block;
    background-color: #fa9800;
}

.item, .logo-icon {
    height: 150px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-list {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}

.logo-icon {
width: 13%;
    text-align: center;
    border: 1px solid #eee;
    margin-bottom: 20px;
    float: left;
    margin-left: 10px;
    vertical-align: top;
}

.logo-icon img{     
    max-width: 100%;
    max-height: 115px;
    margin: 0 auto;}

.logo-area-1 {
    float: left;
    width: 100%;
    margin: 0 auto;
}
    .white-area {
        float: left;
        width: 100%;
    }


.logo-icon-1 {
    width: 23%;
    text-align: center;
    padding: 9px;
    margin-top: 20px;
    float: left;


}

    .logo-icon-1 p {
        text-align: center;
        font-size: 18px;
        text-transform: capitalize;
        color: #0c3661;


    }

.big-title, .contact-form button, .footer_box h2 {
    text-transform: uppercase;
}

.roi {
    width: 100% !important;
}

.compare-table {
    width: 100%;
    border: 1px solid #ddd;
}

    .compare-table tr th {
        width: 800px;
        padding: 17px 0;
        font-size: 16px;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background-color: orange;
        color: #0c3661;
    }

    .compare-table tr td:first-child {
        text-align: center;
    }

    .compare-table tr td:last-child {
        border-right: none;
    }

    .compare-table tr td {
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        text-align: center;
        font-size: 15px;
        padding: 5px 0;
    }

#footer {
    width: 100%;
    background: #0c3661;
    padding-bottom: 35px;
}

.footer-container {
    width: 1170px;
    margin: 20px auto;
}

.footer_box {
    float: left;
    margin-left: 56px;
    padding-top: 40px;
    width: 272px;
}

    .footer_box h2 {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        25px
    }

    .footer_box ul {
        list-style: none;
        margin: 0;
        padding-top: 10px;
    }

    .footer_box .social-links, .social-links {
        z-index: 10000;
        margin-top: 10px;
        position: relative;
    }

    .footer_box p {
        color: #ccc;
        font-size: 15px;
        padding-top: 15px;
        text-align: left;
    }

    .footer_box .social-links h3 {
        color: #fff;
        font-size: 16px;
        padding-left: 20px;
    }

.fa-map-marker {
    color: #fff;
}

.social-links {
    float: right;
}

    .social-links ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .social-links ul li {
            float: left;
            background: inherit;
            padding: 10px 20px 10px 10px;
        }

            .social-links ul li a {
                color: #065089;
                display: inline;
                font-size: 16px;
                padding-top: 15px;
            }

                .social-links ul li a:hover {
                    color: #ff7e00;
                }

#footer-spotlight {
    background-color: #012f5d;
    width: 100%;
    padding-top: 20px;
}

.spotlight {
    width: 1150px;
    margin: 0 auto;
}

    .spotlight p {
        font-size: 16px;
        color: #ddd;
        text-align: center;
    }

        .spotlight p a {
            display: inline;
            color: #fff;
        }

.links-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .links-list li {
        color: #fff;
        line-height: 26px;
    }

        .links-list li a {
            color: #fff;
            display: block;
        }

            .links-list li a:hover {
                padding-left: 10px;
                transition: all .3s ease 0s;
                -webkit-transition: all .3s ease 0s;
                -moz-transition: all .3s ease 0s;
            }

.fast-link {
    width: 130px !important;
}

.quicklink {
    line-height: 27px !important;
}

    .quicklink ul {
        margin: 0;
        padding: 0;
    }

        .quicklink ul li {
            width: 50%;
            float: left;
            padding-left: 0;
        }

            .quicklink ul li img {
                width: 57%;
                height: auto;
                background: #fff;
                padding: 5px 12px;
            }

.news-list {
    position: relative;
}

.news-cap-deta {
    line-height: 13px;
    border-bottom: 1px dashed #6a99c9;
}

    .news-cap-deta a {
        display: block;
        padding-bottom: 5px;
        font-size: 12px;
        color: #fff;
    }

.col-md-6 {
    width: 50%;
    float: left;
}

.black {
    color: #000 !important;
}

.white {
    color: #fff;
    font-size: 20px;
}

.white-area {
    width: 100%;
    background: #eee;
    height: 418px;
    margin-bottom: 50px;
    margin-top: 40px;
    padding-bottom: 20px;
    float:left;
}

.carousel-inner {
    border-right: 1px solid #eee;
    margin-top: 20px;
}

.bg-section {
    padding: 100px 0 50px;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 0 0;
}

.big-title {
    font-size: 22px;
    margin-bottom: 40px;
    color: #0c3661;
    font-weight: 700;
    font-family: play;
}

.contact-form-section {
    position: relative;
    padding: 80px 0 90px;
}

    .contact-form-section .column {
        position: relative;
        margin-bottom: 40px;
    }

.contact-datails p {
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    padding-bottom: 15px;
}

.contact-datails i {
    font-size: 18px;
    line-height: 20px;
    margin-right: 4px;
}

.contact-form-section .column h2 {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.contact-form-section .column .text {
    color: #777;
    font-size: 15px;
    line-height: 1.6em;
}

.contact-form-section .map-canvas {
    height: 300px;
}

.btn-area {
    width: 100%;
    margin: 0 auto;
}

.left-btn {
    float: left;
    width: 32%;
    margin-left: 10px;
}

.contact-form {
    margin-top: 40px;
}

    .contact-form .form-group {
        position: relative;
        margin-bottom: 20px;
    }

        .contact-form .form-group .field-label {
            position: relative;
            display: block;
            font-size: 13px;
            margin-bottom: 7px;
            color: #3e5773;
        }

        .contact-form .form-group input[type=tel], .contact-form .form-group input[type=email], .contact-form .form-group input[type=text], .contact-form .form-group input[type=password], .contact-form .form-group select {
            position: relative;
            display: block;
            width: 88%;
            line-height: 26px;
            padding: 12px 15px;
            color: #1c1c1c;
            border: 1px solid transparent;
            height: 52px;
            font-size: 15px;
            background: #f7f7f7;
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
        }

        .contact-form .form-group textarea, ul.tabs {
            -ms-transition: all .3s ease;
            -webkit-transition: all .3s ease;
        }

        .contact-form .form-group textarea {
            position: relative;
            display: block;
            width: 86%;
            line-height: 26px;
            padding: 14px 23px 25px;
            color: #1c1c1c;
            border: 1px solid transparent;
            font-size: 15px;
            background: #f7f7f7;
            -o-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            resize: none;
            height: 135px;
        }

            .contact-form .form-group input[type=tel]:focus, .contact-form .form-group input[type=email]:focus, .contact-form .form-group input[type=text]:focus, .contact-form .form-group input[type=password]:focus, .contact-form .form-group select:focus, .contact-form .form-group textarea:focus {
                border-color: #f8991d;
                background: 0 0;
            }

    .contact-form button {
        position: relative;
        padding: 13px 32px;
        margin-top: 20px;
    }

.contact-form-section .contact-info {
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}

    .contact-form-section .contact-info li {
        position: relative;
        line-height: 20px;
        padding-left: 30px;
        margin-bottom: 8px;
        color: #777;
        font-size: 15px;
        padding-bottom: 2px;
    }

        .contact-form-section .contact-info li .icon {
            position: absolute;
            left: 0;
            top: 0;
            line-height: 0;
            font-size: 16px;
            color: #777;
        }

.col-md-7 {
    width: 58%;
    float: left;
}

.col-md-5 {
    width: 35.666667%;
    float: left;
    margin-left: 6%;
}

.col-md-4 {
    width: 22%;
    float: left;
}

.steelshot {
    height: 500px;
}

.col-sm-6 {
    width: 48%;
    float: left;
    margin-left: 10px;
}

.text ul {
    margin: 0;
    padding: 0;
}

    .text ul li {
        text-align: left;
        font-size: 15px;
        line-height: 18px;
        color: #333;
        padding-bottom: 10px;
    }

        .text ul li a {
            cursor: pointer;
            color: #000;
        }

.bullet:before {
    background: #000;
    content: "";
    height: .5em;
    left: -12px;
    position: absolute;
    width: .5em;
    border-radius: 50%;
    margin-top: 5px;
}

.list-border {
    border-bottom: 1px solid #e5e5e5;
}

.service-section {
    position: relative;
    padding: 150px 0 110px;
    z-index: 1;
}

    .service-section:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
        background: rgba(244,244,244,.93);
    }

.col-lg-4 {
    width: 48%;
    float: left;
    margin-left: 24px;
}

.col-sm-4 {
    width: 28%;
    float: left;
    margin-left: 42px;
}

.service-section .item-holder {
    position: relative;
    margin-left: 50px;
    background: #fff;
    margin-bottom: 40px;
    padding: 30px 45px 130px 80px;
}

    .service-section .item-holder .icon-box {
        position: absolute;
        top: 30px;
        left: -50px;
        width: 98px;
        height: 98px;
        text-align: center;
        line-height: 98px;
        background: #012f5d;
    }

        .service-section .item-holder .icon-box i:before {
            font-size: 40px;
            color: #fe9900;
        }

    .service-section .item-holder h6 {
        position: relative;
        font-size: 16px;
        color: #222;
        font-weight: 600;
        line-height: 24px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        .service-section .item-holder h6:before {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 1px;
            content: "";
            background: #ececec;
        }

    .service-section .item-holder p {
        margin-bottom: 0;
        font-size: 15px;
    }

.accordion {
    margin: 0 auto 100px;
    border-top: 1px solid #d9e5e8;
}

    .accordion li {
        border-bottom: 1px solid #d9e5e8;
        position: relative;
        cursor: pointer;
        background: #0c3661;
        text-align: center;
    }

        .accordion li p {
            display: none;
            padding: 10px 25px 30px;
            color: #000;
        }

            .accordion li p span {
                color: #0c3661;
                font-weight: 700;
            }

    .accordion a {
        width: 100%;
        display: block;
        cursor: pointer;
        font-weight: 700;
        line-height: 3;
        font-size: 15px;
        text-indent: 15px;
        user-select: none;
        color: #fff;
    }

    .accordion li:after {
        width: 8px;
        height: 8px;
        border-right: 1px solid #4a6e78;
        border-bottom: 1px solid #4a6e78;
        position: absolute;
        right: 10px;
        content: " ";
        top: 17px;
        transform: rotate(-45deg);
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .accordion p {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 2;
        padding: 10px;
    }

        .accordion p a {
            color: #0c3661;
            display: inline;
            font-weight: 700;
            line-height: 10px;
        }

.tab_container, ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

li.active:after {
    transform: rotate(45deg);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.tabs_wrapper {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: 0 0;
}

ul.tabs {
    z-index: 10;
    margin: 25px 0 0;
    padding: 0;
    width: 35%;
    min-width: 175px;
    list-style: none;
    transition: all .3s ease;
    box-shadow: 2px 2px 10px rgba(0,0,0,.4);
}

    ul.tabs li, ul.tabs li:hover {
        -ms-transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }

    ul.tabs li {
        margin: 0;
        cursor: pointer;
        padding: 6px 4px;
        line-height: 31px;
        color: #0c3661;
        text-align: left;
        font-size: 15px;
        border-bottom: 1px solid #b5b5b5;
        font-weight: 400;
        background: #efefef;
        background: -o-linear-gradient(top,#0c3661 0,#365d84 100%);
        background: -ms-linear-gradient(top,#0c3661 0,#365d84 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#600026', endColorstr='#c60943', GradientType=0 );
        transition: all .3s ease;
    }

        ul.tabs li:hover {
            background: #0c3661;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae0046', endColorstr='#fb0f56', GradientType=0 );
            color: #fff;
            transition: all .3s ease;
        }

        ul.tabs li.active {
            background: #0c3661;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#081c31', endColorstr='#103c69', GradientType=0 );
            color: #fff;
            -ms-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

.tab_container {
    z-index: 20;
    left: -2%;
    width: 64%;
    min-width: 10px;
    text-align: left;
    background: #fff;
}

.breadcrumb .here-txt, .breadcrumb a {
    display: block;
    float: left;
}

.margin0 {
    top: 20px;
}

.breadcrumb {
    background: 0 0 !important;
    border-radius: 0;
    margin: 0 auto;
    position: relative;
    width: 500px;
    z-index: 1;
    color: #ccc;
    font-size: 14px;
    padding: 40px 0 0 35px;
    text-align: left;
    float: left;
    clear: both;
}

    .breadcrumb .crumbs-spacer {
        margin: 0 12px;
        display: block;
        float: left;
    }

.crumb-spinner {
    text-align: left;
    margin: auto;
}

.breadcrumb a {
    color: #fda704;
}

.tab_content, .tab_drawer_heading {
    display: none;
}

.tab_content {
    padding: 20px;
    height: 100%;
}

    .tab_content h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .tab_content p {
        font-size: 15px;
        color: #000;
        line-height: 20px;
    }

@media screen and (max-width:781px) {
    ul.tabs {
        display: none;
    }

    .tab_container {
        display: block;
        margin: 0 auto;
        width: 95%;
        border-top: none;
        border-radius: 0;
        box-shadow: 0 0 10px #000;
    }

    .tab_drawer_heading {
        font-size: 12px;
        background: #012f5d;
        border-bottom: 1px solid #f8f8f8;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#600026', endColorstr='#c60943', GradientType=0 );
        color: #fff;
        margin: 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
    }

        .tab_drawer_heading:hover {
            background: #012f5d;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae0046', endColorstr='#fb0f56', GradientType=0 );
            color: #fff;
        }

    .d_active {
        background: #012f5d;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c001e', endColorstr='#9f0735', GradientType=0 );
        color: #ddd;
    }
}

.sm, .sm li, .sm ul, .sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
    margin: 0;
    padding: 0;
}

    .sm, .sm a, .sm li {
        position: relative;
    }

.sm {
    box-sizing: border-box;
    z-index: 9999;
    -webkit-tap-highlight-color: transparent;
}

    .sm, .sm li, .sm ul {
        display: block;
        list-style: none;
        line-height: normal;
        direction: ltr;
        text-align: left;
    }

.sm-rtl, .sm-rtl li, .sm-rtl ul {
    direction: rtl;
    text-align: right;
}

.sm ul {
    display: none;
}

.sm a, .sm::after {
    display: block;
}

    .sm a.disabled {
        cursor: default;
    }

.sm::after {
    content: "";
    height: 0;
    font: 0/0 serif;
    clear: both;
    overflow: hidden;
}

.sm *, .sm ::after, .sm ::before {
    box-sizing: inherit;
}

@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);

.sm-blue {
    background: 0 0;
}

    .sm-blue a, .sm-blue a:active, .sm-blue a:focus, .sm-blue a:hover {
        padding: 10px 58px 10px 20px;
        color: #fff;
        font-family: ralewayregular;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(0,0,0,.2);
    }

        .sm-blue a.current {
            background: #006892;
            background-image: linear-gradient(to bottom,#006188,#006f9c);
            color: #fff;
        }

        .sm-blue a.disabled {
            color: #a1d1e8;
        }

        .sm-blue a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: 700 22px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: #fff;
    border-radius: 4px;
        }

            .sm-blue a .sub-arrow::before {
                content: '+';
            }

        .sm-blue a.highlighted .sub-arrow::before {
            content: '-';
        }

    .sm-blue > li:last-child > :not(ul) a.highlighted, .sm-blue > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > :not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > :not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > :not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > :not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted {
        border-radius: 0;
    }

    .sm-blue ul {
        background: #fff;
    }

        .sm-blue ul ul {
            background: rgba(102,102,102,.1);
        }

        .sm-blue ul a, .sm-blue ul a:active, .sm-blue ul a:focus, .sm-blue ul a:hover {
            background: 0 0;
            color: #2b82ac;
            font-size: 16px;
            text-shadow: none;
            border-left: 8px solid transparent;
        }

            .sm-blue ul a.current {
                background: #006892;
                background-image: linear-gradient(to bottom,#006188,#006f9c);
                color: #fff;
            }

            .sm-blue ul a.disabled {
                color: #b3b3b3;
            }

        .sm-blue ul ul a, .sm-blue ul ul a:active, .sm-blue ul ul a:focus, .sm-blue ul ul a:hover {
            border-left: 16px solid transparent;
        }

        .sm-blue ul ul ul a, .sm-blue ul ul ul a:active, .sm-blue ul ul ul a:focus, .sm-blue ul ul ul a:hover {
            border-left: 24px solid transparent;
        }

        .sm-blue ul ul ul ul a, .sm-blue ul ul ul ul a:active, .sm-blue ul ul ul ul a:focus, .sm-blue ul ul ul ul a:hover {
            border-left: 32px solid transparent;
        }

        .sm-blue ul ul ul ul ul a, .sm-blue ul ul ul ul ul a:active, .sm-blue ul ul ul ul ul a:focus, .sm-blue ul ul ul ul ul a:hover {
            border-left: 40px solid transparent;
        }

        .sm-blue ul li {
            border-top: 1px solid rgba(0,0,0,.05);
        }

            .sm-blue ul li:first-child {
                border-top: 0;
            }

@media (min-width:768px) {
    .sm-blue ul {
        position: absolute;
        width: 12em;
    }

    .sm-blue li {
        float: left;
    }

    .sm-blue.sm-rtl li {
        float: right;
    }

    .sm-blue ul li, .sm-blue.sm-rtl ul li, .sm-blue.sm-vertical li {
        float: none;
    }

    .sm-blue a {
        white-space: nowrap;
    }

    .sm-blue ul a, .sm-blue.sm-vertical a {
        white-space: normal;
    }

    .sm-blue .sm-nowrap > li > :not(ul) a, .sm-blue .sm-nowrap > li > a {
        white-space: nowrap;
    }

    .sm-blue {
        border-radius: 8px;
    }

        .sm-blue a, .sm-blue a.highlighted, .sm-blue a:active, .sm-blue a:focus, .sm-blue a:hover {
            padding: 18px 20px;
            color: #0c3661;
            font-family: ralewayregular;
        }

            .sm-blue a.current {
                color: #fff;
            }

            .sm-blue a.disabled {
                color: #a1d1e8;
            }

            .sm-blue a .sub-arrow {
                top: auto;
                margin-top: 0;
                bottom: 2px;
                left: 50%;
                margin-left: -5px;
                right: auto;
                width: 0;
                height: 0;
                border-width: 5px;
                border-style: solid dashed dashed;
                border-color: #fe9900 transparent transparent;
                background: 0 0;
                border-radius: 0;
            }

                .sm-blue a .sub-arrow:hover {
                    border-color: #fff transparent transparent;
                }

                .sm-blue a .sub-arrow::before {
                    display: none;
                }

        .sm-blue > li:first-child {
            border-left: 0;
        }

        .sm-blue ul {
            border: 1px solid #a8a8a8;
            padding: 7px 0;
            background: #fff;
            border-radius: 0 0 4px 4px !important;
            box-shadow: 0 5px 12px rgba(0,0,0,.2);
        }

        .sm-blue.sm-vertical a, .sm-blue.sm-vertical ul a {
            padding: 9px 23px;
        }

        .sm-blue ul ul {
            border-radius: 4px !important;
            background: #fff;
        }

        .sm-blue ul a, .sm-blue ul a.highlighted, .sm-blue ul a:active, .sm-blue ul a:focus, .sm-blue ul a:hover {
            border: 0 !important;
            padding: 9px 23px;
            background: 0 0;
            color: #0c3661;
            border-radius: 0 !important;
        }

            .sm-blue ul a.highlighted, .sm-blue ul a:active, .sm-blue ul a:focus, .sm-blue ul a:hover {
                background: #0c3661;
                color: #fff;
            }

            .sm-blue ul a.current {
                background: #0d55a6;
                color: #fff;
            }

            .sm-blue ul a.disabled {
                background: #fff;
                color: #b3b3b3;
            }

            .sm-blue ul a .sub-arrow {
                top: 50%;
                margin-top: -5px;
                bottom: auto;
                left: auto;
                margin-left: 0;
                right: 10px;
                border-style: dashed dashed dashed solid;
                border-color: transparent transparent transparent #fe9900;
            }

        .sm-blue ul li {
            border: 0;
        }

        .sm-blue .scroll-down, .sm-blue .scroll-up {
            position: absolute;
            display: none;
            visibility: hidden;
            overflow: hidden;
            background: #fff;
            height: 20px;
        }

        .sm-blue .scroll-down-arrow, .sm-blue .scroll-up-arrow {
            position: absolute;
            top: -2px;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            overflow: hidden;
            border-width: 8px;
            border-style: dashed dashed solid;
            border-color: transparent transparent #2b82ac;
        }

        .sm-blue .scroll-down-arrow {
            top: 6px;
            border-style: solid dashed dashed;
            border-color: #2b82ac transparent transparent;
        }

        .sm-blue.sm-rtl.sm-vertical a .sub-arrow {
            right: auto;
            left: 10px;
            border-style: dashed solid dashed dashed;
            border-color: transparent #a1d1e8 transparent transparent;
        }

        .sm-blue.sm-rtl > li:first-child > :not(ul) a, .sm-blue.sm-rtl > li:first-child > a {
            border-radius: 0 8px 8px 0;
        }

        .sm-blue.sm-rtl > li:last-child > :not(ul) a, .sm-blue.sm-rtl > li:last-child > a {
            border-radius: 8px 0 0 8px !important;
        }

        .sm-blue.sm-rtl > li:first-child {
            border-left: 1px solid #2b82ac;
        }

        .sm-blue.sm-rtl > li:last-child {
            border-left: 0;
        }

        .sm-blue.sm-rtl ul a .sub-arrow {
            right: auto;
            left: 10px;
            border-style: dashed solid dashed dashed;
            border-color: transparent #a1d1e8 transparent transparent;
        }

        .sm-blue.sm-vertical {
            box-shadow: 0 1px 4px rgba(0,0,0,.2);
        }

            .sm-blue.sm-vertical a .sub-arrow {
                top: 50%;
                margin-top: -5px;
                bottom: auto;
                left: auto;
                margin-left: 0;
                right: 10px;
                border-style: dashed dashed dashed solid;
                border-color: transparent transparent transparent #a1d1e8;
            }

            .sm-blue.sm-vertical > li:first-child > :not(ul) a, .sm-blue.sm-vertical > li:first-child > a {
                border-radius: 8px 8px 0 0;
            }

            .sm-blue.sm-vertical > li:last-child > :not(ul) a, .sm-blue.sm-vertical > li:last-child > a {
                border-radius: 0 0 8px 8px !important;
            }

            .sm-blue.sm-vertical > li {
                border-left: 0 !important;
            }

            .sm-blue.sm-vertical ul {
                border-radius: 4px !important;
            }
}

@media only screen and (max-width:1200px) {
    header {
        height: 50px;
    }

    .sticky ul {
        float: none;
    }

    .sm-blue a, .sm-blue a.highlighted, .sm-blue a:active, .sm-blue a:focus, .sm-blue a:hover {
        padding: 15px 14px !important;
    }

    .sticky h1 {
        display: inline-block !important;
        width: 26% !important;
    }

    .sticky .logo {
        margin-top: 10px;
        width: 40% !important;
    }

    .logo {
        width: 17%;
        float: left;
    }

    .menu {
        width: 18%;
        float: right;
    }

    .wrapper {
        width: 100%;
    }

    .aboutus-left {
        width: 100%;
        margin: 40px auto 0;
    }

        .aboutus-left h2 {
            text-align: center;
        }

        .aboutus-left p {
            padding: 20px;
            margin-bottom: 0;
        }

    .buttons {
        width: 41%;
        float: none;
        margin: 20px auto 0;
    }

    .b1, .b2 {
        width: 50%;
    }

    .aboutus-right {
        width: 25%;
        margin: 0 auto;
        float: none;
    }

    .left-block-presentation {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .txts {
        float: left;
        width: 41%;
    }

    .imgs {
        float: left;
        width: 55%;
    }

    .accordion a, .left-address .post-box p {
        font-size: .875rem;
    }

    .service-container {
        width: 100%;
    }

    .contact-form-section {
        width: 90%;
        margin: 0 auto;
    }

    .service1 {
        width: 20%;
    }

    .footertop-container p {
        width: 86%;
        margin: 0 auto;
        text-align: center;
    }

    .footer_box {
        margin-left: 27px;
        width: 265px;
    }

    .blank-area h5 {
        margin-left: 10px;
    }
}

@media only screen and (max-width:1190px) {
    .nav {
         width: 100%;
        float: right;
        margin-left: 0;
    }
.service-sec {
    margin-right: 15px;
    margin-left: 18px;

}
.logo-icon {
    width: 22.8%;
    margin-left: 10px;
    margin-right: 10px;
}
.logo-icon-1 {
    width: 21.6%;

}







}

@media only screen and (max-width:1008px) {
    .logo-area-1, .white-area {
        float: left;
        width: 100%;
    }

    .industry-container {
        width: 100%;
    }
}

@media only screen and (max-width:991px) {
    .aboutus-left h2, .spotlight p {
        text-align: center;
    }

    .sticky h1 {
        padding: 0;
    }

    .logo {
        width: 30%;
        float: left;
    }

    .sticky .logo {
        width: 60%;
        float: left;
        margin-top: 14px;
    }

    .wrapper {
        width: 100%;
    }

    .aboutus-left {
        width: 100%;
        margin: 40px auto 0;
    }

    .b1, .b2, .buttons {
        width: 50%;
    }

    .aboutus-left p {
        padding: 20px;
        margin-bottom: 0;
    }

    .aboutus-right, .buttons {
        margin: 0 auto;
        float: none;
    }

    .aboutus-right {
        width: 35%;
    }

    .left-block-presentation {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .content-txt h1, .voting p {
        margin-top: 10px;
    }

    .spotlight {
        width: 100%;
    }

    .voting p {
        margin-left: 0;
    }

    .accordion a, .left-address .post-box p {
        font-size: .875rem;
    }

    .service-sec {
        width: 44%;
    }

    .moto-part-container, .txts {
        width: 100%;
    }

    #slider {
        height: auto;
    }

    .moto-part-container p {
        font-size: 18px;
    }

    .explore {
        float: right;
    }

    .right-address {
        width: 35%;
    }

    .owl-carousel {
        width: 80% !important;
    }

    .item {
        height: 100px;
    }

    .contact-form-section {
        width: 90%;
        margin: 0 auto;
    }

    .col-md-5, .col-md-7 {
        width: 100%;
    }

    .col-md-5 {
        margin-left: 0;
    }

    .left-address {
        width: 60%;
    }
    .quicklink ul li {
    width: 33%;

}
    .quicklink ul li img {
        width: 85%;
        margin-top: 20px;
    }

    .footer_box {
        width: 48%;
        float: left;
    }

    .fast-link {
        width: 50% !important;
        float: left;
    }

    .leftpart h2 {
        margin-left: 14px;
    }

    .leftpart p {
        margin-left: 20px;
    }

    .underline {
        margin-left: 16px;
    }

    .service1 {
        width: 100%;
    }

    .footertop-container {
        width: 90%;
        padding: 10px 0;
    }

    .footertop-container h2 {
    font-size: 15px;

}

    .white {
    font-size: 16px;
}

    .blank-area h5 {
        margin-left: 15px;
    }

    .footertop-container ul li {
        margin-bottom: 30px;
    }

    .mainheight {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width:800px) {
    .leftpart {
        width: 90%;
        margin-top: 0;
        float: left;
        margin-bottom: 20px;
    }

    ul.bxslider li {
        margin: 0 0 0 3px;
    }

    .white-area {
        height: auto;
            padding: 25px 0;
    }

     .white-area img {
    border: 0;
    max-width: 96%;
    height: auto;
}

    .rightpart {
        width: 98%;
        float: right;
    }

    .xtrawidth {
    width: 94% !important;
}
.logo-icon {
    width: 22%;
    margin-left: 10px;
    margin-right: 10px;
}
.sticky li a {
    font-size: 14px;
}

.sm-blue a {
    padding: 15px 12px !important;
}
.logo {
    width: 24%;
    float: left;
}
nav {
    width: 99%;

}








}

@media only screen and (max-width:767px) {
    .header-controls, .social-links, .social-links ul li {
        float: none;
    }

    .header-controls, .social-links, .spotlight p {
        text-align: center;
    }

    .nav-wrap .nav.active {
        top: 80px !important;
        position: absolute;
        z-index: 10021;
        background: #fff;
    }

    #main-menu li a {
        color: #23527c !important;
    }

    #main-menu li {
        border-bottom: 1px solid #23527c;
    }

    header {
        height: 131px;
    }

    .social-links ul li {
        background: inherit;
        padding: 10px 20px 10px 10px;
        display: inline-block;
    }

    .header-controls .logo {
        width: auto;
        float: none;
        margin-top: 9px;
    }

    .content-txt {
        top: 0;
        animation: none;
    }

    .left-address .post-box p {
        font-size: .875rem;
    }

    .logo {
        width: 50%;
        float: left;
        margin-top: 29px;
    }

    .menu {
        width: 43%;
        float: right;
    }

    .footer-container, .footertop-container, .spotlight, .wrapper {
        width: 100%;
    }

    .footer_box {
        margin-left: 26px;
        width: auto;
    }

    .logo-icon {
        width: 42%;
        margin-left: 20px;
    }

    .left-address, .moto-part-container, .right-address, .service-container {
        width: 100%;
    }

        .moto-part-container p {
            font-size: 15px;
            line-height: 28px;
        }

    .service-sec {
    width: 94%;
    margin:10px 3%;

    }

    .service {
    width: 94%;
    margin: 0 3%;
}

    #slider {
        height: auto;
    }

    .header-controls {
        height: auto !important;
    }

    .left-address .post-box {
        padding: 0;
    }

    .lefter {
        width: 70%;
        margin: 0 auto;
        float: none;
    }

    .col-md-7, .col-sm-6, .righter {
        width: 100%;
    }

    .righter {
        margin-left: 0;
    }

    .accordion a {
        font-size: .875rem;
    }

    .item {
        height: 80px;
    }

    .sticky1 {
        top: 0 !important;
    }

    .col-sm-6 {
        margin-left: 5px;
    }

    .contact-form {
        width: 90%;
        margin: 0 auto;
    }

    .contact-form-section .column .text, .contact-form-section .column h2 {
        margin: 0 auto 30px;
        width: 90%;
    }

    .contact-form .form-group textarea {
        margin-left: 5px;
        padding: 14px 12px 2px;
    }

    .col-md-5 {
        width: 90%;
    }

    .service1, .txts {
        width: 100%;
    }

    .footer_box h2 {
        padding-bottom: 22px;
    }

    .owl-carousel {
        margin-top: 20px;
    }

    .service1 {
        padding: 9px;
    }

    .blank-area h5 {
        padding-left: 10px;
    }

    .blank-area p {
        float: none;
        width: 90%;
        margin: 0 auto;
    }

    .imgs, .imgs1 {
        width: 100%;
    }

    .mainheight {
        height: 134px;
    }

    .footertop-container ul li a {
        margin-right: 0;
    }

    .content-txt h1 {
        font-size: 18px;
        margin-top: 35px;
    }

    .content-txt h2 {
        line-height: 12px;
        font-size: 16px;
    }

    .breadcrumb a, .current {
        font-size: 11px;
    }

    .panel-about h2 {
        font-size: 20px;
    }

    .tab_content p {
        font-size: 12px;
    }

    .left-address .post-box1 h1 {
        font-size: 20px;
    }

    .left-address .post-box1 {
        padding: 0;
    }

    .imgs {
        float: left;
    }
.logo-icon-1 {
    width: 50%;
}







}

@media only screen and (max-width:540px) {
    .service-sec p {
    padding: 0 20px 0 20px;

    text-align: justify;
}
    .imgs1 {
        width: 100%;
    }

    .breadcrumb a {
        font-size: 11px;
    }

    .content-txt {
        animation: none;
    }

    .content-txt-1 h1 {
        font-size: 24px;
    }

    .content-txt-1 {
        top: 70px;
    }

    .content-txt h1 {
        font-size: 18px;
        color: #fff;
        text-align: left;
        margin-left: 30px;
        padding-bottom: 0;
        margin-top: 149px;
        margin-bottom: 15px;
    }

    .breadcrumb {
        font-size: 14px;
        padding: 98px 0 0 35px;
    }

    .panel-about h2 {
        font-size: 20px;
    }
}

.fa, .fa-stack {
    display: inline-block;
}

.fa-fw, .fa-li {
    text-align: center;
}

@font-face {
    font-family: FontAwesome;
    src: url(../font/fontawesome-webfont.eot?v=4.3.0);
    src: url(../font/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'),url(../font/fontawesome-webfont.woff2?v=4.3.0) format('woff2'),url(../font/fontawesome-webfont.woff?v=4.3.0) format('woff'),url(../font/fontawesome-webfont.ttf?v=4.3.0) format('truetype'),url(../font/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none;
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-cog:before, .fa-gear:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc";
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152";
}

.fa-eur:before, .fa-euro:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158";
}

.fa-krw:before, .fa-won:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8";
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before, .fa-genderless:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

@-webkit-keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%,100%,50% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0%,100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes pulse {
    0%,100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0%,100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75);
    }

    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25);
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85);
    }
}

@keyframes rubberBand {
    0%,100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        -ms-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75);
    }

    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        -ms-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25);
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        -ms-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
}

@keyframes wobble {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

.flipInY, .flipOutX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

.flipInY {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        -ms-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-48px);
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        -ms-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-48px);
        -ms-transform: scale(.475) translateX(-48px);
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(42px);
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(42px);
        -ms-transform: scale(.475) translateX(42px);
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-42px);
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-42px);
        -ms-transform: scale(.475) translateX(-42px);
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        -ms-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        -moz-backface-visibility: hidden;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -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-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            margin: 0 auto;
            margin-top: 20px;
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both;
    }

    .owl-carousel .owl-animated-in {
        z-index: 0;
    }

    .owl-carousel .owl-animated-out {
        z-index: 1;
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut;
    }

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #FFF;
            text-decoration: none;
        }

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default;
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px;
        }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791;
    }



.logo-area-1 {
    float: left;
    width: 100%;
    margin: 0 auto;
}
    .white-area {
        float: left;
        width: 100%;
    }



