/*
Custom styles
*/


/* styles.css
======================================*/

/*------------- #GLOBAL STYLES --------------*/
body {
    font-family: Lato,'Helvetica Neue',Arial,sans-serif;
    font-weight: 300;
    color: #5B5B61;}
.background-mountains .heading{
    margin-bottom: 0;}

.pt40{
    padding-top: 40px;}

.footer .sub-footer {
    padding: 30px 0;}

.footer {
    padding-top: 80px;}

.robot {
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    animation: shimmy 12s infinite;
    position: absolute;
    max-width: 100px;
    bottom: 0px;
}

@keyframes shimmy {
    0% {
        transform: translate(1000px, 0px);
    }
    25% {
        transform: translate(1200px, -900px);
    }
    50% {
        transform: translate(1700px, -500px);
    }
    75% {
        transform: translate(1500px, -300px);
    }
    100% {
        transform: translate(1000px, 0px);
    }

}
.robot2 {
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    animation: shimmy2 12s infinite;
    position: absolute;
    max-width: 200px;
    bottom: 0px;
}

@keyframes shimmy2 {
    0% {
        transform: translate(1400px, 0px);
    }
    100% {
        transform: translate(0px, -1000px);
    }
}

.robot1 {
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    animation: shimmy1 10s infinite;
    animation-direction: alternate;
    position: absolute;
    max-width: 100px;
    bottom: 0px;
}

@keyframes shimmy1 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(1px, -4px);

    }
}
.robot1nl {
    margin-bottom:86px;
    margin-right: 100px;
}

@keyframes shimmy1nl {
    0% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(0px, 0px);

    }
}
.robot1ll {
    position: fixed;
    animation: shimmy1ll 0.6s infinite;
    animation-direction: alternate;
    vertical-align: bottom;
    right: 208px;
    bottom: 0px;
}
@keyframes shimmy1ll {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0px, -10px);

    }
}

.robot1rl {
    position: fixed;
    animation: shimmy1rl 0.6s infinite;
    animation-direction: alternate;
    right: 146px;
    bottom: 10px;
}

@keyframes shimmy1rl {
    0% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(0px, 10px);

    }
}

.seo-score {
    background-color: transparent;
    overflow: inherit;
}
.product-description-challenge .product-description-border {
    border: 0px solid #e3e3e3;}
.product-description-solution .product-description-border {
    border:0px solid #e3e3e3;}
.product-description-challenge .product-description-thumb {
    padding: 20px;
}
.product-description-solution .product-description-thumb {
    margin-left: 20px;
}

.seo-results-content{
    padding: 26px 0;  }

.medium-padding40{
    padding: 40px 0;
}

.slider-slides{
    min-height: 130px;
}
.bg-border-color{
    background-color: #fff;
}

.main-slider > .container > .table {
    margin: 0 -15px 0 -15px;
    height: 100%;
}
.main-slider .slider-content{
    max-width: 100%;
}

.c-orange{
    color: #ef7b00 !important;
}
.btn--orange {
    background-color: transparent;
    border: 2px solid #ef7b00;
}
.btn--orange:hover {
    background-color: #ef7b00; }
.btn--orange:active {
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
.btn--orange.btn-hover-shadow:hover {
    background-color: #ef7b00; }


.bg-blue-color {
    background-color: #3d9fc7; }
.bg-violet-color {
    background-color: #42377d;
}

.subscribe {
    padding: 30px 0px;
}
.subscribe .images-block img.gear {
    top: 48px;
    left: 60px;
    max-width: 140px;
}
.subscribe .images-block img.mail-2 {
    max-width: 100px;
    bottom: 20px;
    right: 30px;
}
.client-item {
    padding: 0 10px;
}
.info-box--standard-centered .info-box-image img {
    border-radius: 0%;
    max-height: 80px;
}
.info-box--standard-centered:hover .info-box-image img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*------------- #TYPOGRAPHY --------------*/
h1, .h1 {
    font-weight: 300;
    font-family: Lato,'Helvetica Neue',Arial,sans-serif; }

h2, .h2 {
    font-weight: 300;
    font-family: Lato,'Helvetica Neue',Arial,sans-serif; }

h3, .h3 {
    font-weight: 300;
    font-family: Lato,'Helvetica Neue',Arial,sans-serif; }

h4, .h4 {
    font-weight: 300;
    font-family: Lato,'Helvetica Neue',Arial,sans-serif; }

h5, .h5 {
    font-weight: 300;
    font-family: Lato,'Helvetica Neue',Arial,sans-serif; }

h6, .h6 {
    font-weight: 300;
    font-family: Lato,'Helvetica Neue',Arial,sans-serif; }


/*------------- #Styles for list --------------*/
.list > li {
    margin-bottom: 0px;}
.list > li a, .list > li li{
    color: #5B5B61;}

/*------------- #INPUTS --------------*/
input{
    color: #5B5B61;}


/*------------- #BUTTONS --------------*/
.btn {
    font-family: Lato,'Helvetica Neue',Arial,sans-serif;
}


/*------------- #Info-box-standard-centered --------------*/
.info-box--standard-centered .info-box-content .info-box-title {
    font-size: 20px; }

.info-box--standard-centered .info-box-content .text {
    text-align: left}


/*------------- #HEADING --------------*/
.heading .heading-title {
    font-weight: 300; }
/*
.video-top{
    height: 330px;
}
@media (max-width: 1024px) {
    .video-top{
        height: 260px;
        margin-top: 100px;
    }
}
@media (max-width: 800px) {
    .video-top{
        margin-top: 20px;
        height: 160px;
        display: none;
    }
}
*/
video {
    min-width: 90%;
    min-height: 90%;
    width: auto;
    height: auto;
    z-index: -100;
}

/*------------- #HELPERS --------------*/
.bg-video-color {
    background-image: url("../img/df-banner3.png");
    background-color: #fff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;

    /*
    background-color: #1f93c1;
    //background-color: #3d9fc7;
    }*/

    /* Safari 7.1+ (9.0 is the latest version of Safari at this time) */
    /*
    _::-webkit-full-page-media, _:future, :root .bg-video-color {
        background-color:#3d9fc7;
    */
}


/*------------- #HEADING --------------*/
.footer-logo{
    max-width: 240px;
    margin-bottom: 26px;
}


.spin {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 20000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 20000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 20000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 20000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}



/*------------- #Counter modern --------------*/
.counters-modern .counter-item-modern .counter-numbers-modern {
    font-size: 82px; }
.counters-modern .counter-item-modern .counter-numbers-modern .units {
    margin-left: -22px; }

/*------------- #Billing solution --------------*/
.text-billing{
    font-size: 14px; }
.heading-billing{
    margin-top: -60px; }

/*------------- #Process --------------*/
.heading-title-process{
    font-size: 22px; }

/*------------- #FOOTER --------------*/
.footer .contacts a {
    font-size: 10px; }
.footer .info {
    padding-bottom: 40px;}


/*------------- #FEATURES --------------*/
#map {
    height: 270px; }

.contacts .contacts-item .content {
    margin-bottom: 30px; }



/* primary-menu.css
======================================*/

.primary-menu-menu > li > a{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
}


@media screen and (min-color-index:0)
and(-webkit-min-device-pixel-ratio:0) { @media
{
    .bg-video-color {
        background-color:#1f93c1;

    }
}}




/*Vertical Sliding*/
    .slidingVertical{
        display: inline;
        text-indent: 8px;
    }
    .slidingVertical span{
        animation: topToBottom 12.5s linear infinite 0s;
        -ms-animation: topToBottom 12.5s linear infinite 0s;
        -webkit-animation: topToBottom 12.5s linear infinite 0s;
        color: #ef7b00;
        opacity: 0;
        overflow: hidden;
        position: absolute;
    }
    .slidingVertical span:nth-child(2){
        animation-delay: 2.5s;
        -ms-animation-delay: 2.5s;
        -webkit-animation-delay: 2.5s;
    }
    .slidingVertical span:nth-child(3){
        animation-delay: 5s;
        -ms-animation-delay: 5s;
        -webkit-animation-delay: 5s;
    }
    .slidingVertical span:nth-child(4){
        animation-delay: 7.5s;
        -ms-animation-delay: 7.5s;
        -webkit-animation-delay: 7.5s;
    }
    .slidingVertical span:nth-child(5){
        animation-delay: 10s;
        -ms-animation-delay: 10s;
        -webkit-animation-delay: 10s;
    }

    /*topToBottom Animation*/
    @-moz-keyframes topToBottom{
        0% { opacity: 0; }
        5% { opacity: 0; -moz-transform: translateY(-50px); }
        10% { opacity: 1; -moz-transform: translateY(0px); }
        25% { opacity: 1; -moz-transform: translateY(0px); }
        30% { opacity: 0; -moz-transform: translateY(50px); }
        80% { opacity: 0; }
        100% { opacity: 0; }
    }
    @-webkit-keyframes topToBottom{
        0% { opacity: 0; }
        5% { opacity: 0; -webkit-transform: translateY(-50px); }
        10% { opacity: 1; -webkit-transform: translateY(0px); }
        25% { opacity: 1; -webkit-transform: translateY(0px); }
        30% { opacity: 0; -webkit-transform: translateY(50px); }
        80% { opacity: 0; }
        100% { opacity: 0; }
    }
    @-ms-keyframes topToBottom{
        0% { opacity: 0; }
        5% { opacity: 0; -ms-transform: translateY(-50px); }
        10% { opacity: 1; -ms-transform: translateY(0px); }
        25% { opacity: 1; -ms-transform: translateY(0px); }
        30% { opacity: 0; -ms-transform: translateY(50px); }
        80% { opacity: 0; }
        100% { opacity: 0; }
    }

    /*Horizontal Sliding*/
    .slidingHorizontal{
        display: inline;
        text-indent: 8px;
    }
    .slidingHorizontal span{
        animation: leftToRight 12.5s linear infinite 0s;
        -ms-animation: leftToRight 12.5s linear infinite 0s;
        -webkit-animation: leftToRight 12.5s linear infinite 0s;
        color: #ef7b00;
        opacity: 0;
        overflow: hidden;
        position: absolute;
    }
    .slidingHorizontal span:nth-child(2){
        animation-delay: 2.5s;
        -ms-animation-delay: 2.5s;
        -webkit-animation-delay: 2.5s;
    }
    .slidingHorizontal span:nth-child(3){
        animation-delay: 5s;
        -ms-animation-delay: 5s;
        -webkit-animation-delay: 5s;
    }
    .slidingHorizontal span:nth-child(4){
        animation-delay: 7.5s;
        -ms-animation-delay: 7.5s;
        -webkit-animation-delay: 7.5s;
    }
    .slidingHorizontal span:nth-child(5){
        animation-delay: 10s;
        -ms-animation-delay: 10s;
        -webkit-animation-delay: 10s;
    }

    /*leftToRight Animation*/
    @-moz-keyframes leftToRight{
        0% { opacity: 0; }
        5% { opacity: 0; -moz-transform: translateX(-50px); }
        10% { opacity: 1; -moz-transform: translateX(0px); }
        25% { opacity: 1; -moz-transform: translateX(0px); }
        30% { opacity: 0; -moz-transform: translateX(50px); }
        80% { opacity: 0; }
        100% { opacity: 0; }
    }
    @-webkit-keyframes leftToRight{
        0% { opacity: 0; }
        5% { opacity: 0; -webkit-transform: translateX(-50px); }
        10% { opacity: 1; -webkit-transform: translateX(0px); }
        25% { opacity: 1; -webkit-transform: translateX(0px); }
        30% { opacity: 0; -webkit-transform: translateX(50px); }
        80% { opacity: 0; }
        100% { opacity: 0; }
    }
    @-ms-keyframes leftToRight{
        0% { opacity: 0; }
        5% { opacity: 0; -ms-transform: translateX(-50px); }
        10% { opacity: 1; -ms-transform: translateX(0px); }
        25% { opacity: 1; -ms-transform: translateX(0px); }
        30% { opacity: 0; -ms-transform: translateX(50px); }
        80% { opacity: 0; }
        100% { opacity: 0; }
    }

    /*FadeIn*/
    .fadeIn{
        display: inline;
        text-indent: 8px;
    }
    .fadeIn span{
        animation: fadeEffect 12.5s linear infinite 0s;
        -ms-animation: fadeEffect 12.5s linear infinite 0s;
        -webkit-animation: fadeEffect 12.5s linear infinite 0s;
        color: #ef7b00;
        opacity: 0;
        overflow: hidden;
        position: absolute;
    }
    .fadeIn span:nth-child(2){
        animation-delay: 2.5s;
        -ms-animation-delay: 2.5s;
        -webkit-animation-delay: 2.5s;
    }
    .fadeIn span:nth-child(3){
        animation-delay: 5s;
        -ms-animation-delay: 5s;
        -webkit-animation-delay: 5s;
    }
    .fadeIn span:nth-child(4){
        animation-delay: 7.5s;
        -ms-animation-delay: 7.5s;
        -webkit-animation-delay: 7.5s;
    }
    .fadeIn span:nth-child(5){
        animation-delay: 10s;
        -ms-animation-delay: 10s;
        -webkit-animation-delay: 10s;
    }

    /*FadeIn Animation*/
    @-moz-keyframes fadeEffect{
        0% { opacity: 0; }
        5% { opacity: 0; -moz-transform: translateY(0px); }
        10% { opacity: 1; -moz-transform: translateY(0px); }
        25% { opacity: 1; -moz-transform: translateY(0px); }
        30% { opacity: 0; -moz-transform: translateY(0px); }
        80% { opacity: 0; }
        100% { opacity: 0; }
    }
    @-webkit-keyframes fadeEffect{
        0% { opacity: 0; }
        5% { opacity: 0; -webkit-transform: translateY(0px); }
        10% { opacity: 1; -webkit-transform: translateY(0px); }
        25% { opacity: 1; -webkit-transform: translateY(0px); }
        30% { opacity: 0; -webkit-transform: translateY(0px); }
        80% { opacity: 0; }
        100% { opacity: 0; }
    }
    @-ms-keyframes fadeEffect{
        0% { opacity: 0; }
        5% { opacity: 0; -ms-transform: translateY(0px); }
        10% { opacity: 1; -ms-transform: translateY(0px); }
        25% { opacity: 1; -ms-transform: translateY(0px); }
        30% { opacity: 0; -ms-transform: translateY(0px); }
        80% { opacity: 0; }
        100% { opacity: 0; }
    }

    /*Vertical Flip*/
    .verticalFlip{
        display: inline;
        text-indent: 8px;
    }
    .verticalFlip span{
        animation: vertical 12.5s linear infinite 0s;
        -ms-animation: vertical 12.5s linear infinite 0s;
        -webkit-animation: vertical 12.5s linear infinite 0s;
        color: #ef7b00;
        opacity: 0;
        overflow: hidden;
        position: absolute;
    }
    .verticalFlip span:nth-child(2){
        animation-delay: 2.5s;
        -ms-animation-delay: 2.5s;
        -webkit-animation-delay: 2.5s;
    }
    .verticalFlip span:nth-child(3){
        animation-delay: 5s;
        -ms-animation-delay: 5s;
        -webkit-animation-delay: 5s;
    }
    .verticalFlip span:nth-child(4){
        animation-delay: 7.5s;
        -ms-animation-delay: 7.5s;
        -webkit-animation-delay: 7.5s;
    }
    .verticalFlip span:nth-child(5){
        animation-delay: 10s;
        -ms-animation-delay: 10s;
        -webkit-animation-delay: 10s;
    }

    /*Vertical Flip Animation*/
    @-moz-keyframes vertical{
        0% { opacity: 0; }
        5% { opacity: 0; -moz-transform: rotateX(180deg); }
        10% { opacity: 1; -moz-transform: translateY(0px); }
        25% { opacity: 1; -moz-transform: translateY(0px); }
        30% { opacity: 0; -moz-transform: translateY(0px); }
        80% { opacity: 0; }
        100% { opacity: 0;}
    }
    @-webkit-keyframes vertical{
        0% { opacity: 0; }
        5% { opacity: 0; -webkit-transform: rotateX(180deg); }
        10% { opacity: 1; -webkit-transform: translateY(0px); }
        25% { opacity: 1; -webkit-transform: translateY(0px); }
        30% { opacity: 0; -webkit-transform: translateY(0px); }
        80% { opacity: 0; }
        100% { opacity: 0; }
    }
    @-ms-keyframes vertical{
        0% { opacity: 0; }
        5% { opacity: 0; -ms-transform: rotateX(180deg); }
        10% { opacity: 1; -ms-transform: translateY(0px); }
        25% { opacity: 1; -ms-transform: translateY(0px); }
        30% { opacity: 0; -ms-transform: translateY(0px); }
        80% { opacity: 0; }
        100% { opacity: 0; }
    }

    /*Horizontal Flip*/
    .horizontalFlip{
        display: inline;
        text-indent: 8px;
    }
    .horizontalFlip span{
        animation: horizontal 12.5s linear infinite 0s;
        -ms-animation: horizontal 12.5s linear infinite 0s;
        -webkit-animation: horizontal 12.5s linear infinite 0s;
        color: #ef7b00;
        opacity: 0;
        overflow: hidden;
        position: absolute;
    }
    .horizontalFlip span:nth-child(2){
        animation-delay: 2.5s;
        -ms-animation-delay: 2.5s;
        -webkit-animation-delay: 2.5s;
    }
    .horizontalFlip span:nth-child(3){
        animation-delay: 5s;
        -ms-animation-delay: 5s;
        -webkit-animation-delay: 5s;
    }
    .horizontalFlip span:nth-child(4){
        animation-delay: 7.5s;
        -ms-animation-delay: 7.5s;
        -webkit-animation-delay: 7.5s;
    }
    .horizontalFlip span:nth-child(5){
        animation-delay: 10s;
        -ms-animation-delay: 10s;
        -webkit-animation-delay: 10s;
    }

    /*Horizontal Flip Animation*/
    @-moz-keyframes horizontal{
        0% { opacity: 0; }
        5% { opacity: 0; -moz-transform: rotateY(180deg); }
        10% { opacity: 1; -moz-transform: translateX(0px); }
        25% { opacity: 1; -moz-transform: translateX(0px); }
        30% { opacity: 0; -moz-transform: translateX(0px); }
        80% { opacity: 0; }
        100% { opacity: 0;}
    }
    @-webkit-keyframes horizontal{
        0% { opacity: 0; }
        5% { opacity: 0; -webkit-transform: rotateY(180deg); }
        10% { opacity: 1; -webkit-transform: translateX(0px); }
        25% { opacity: 1; -webkit-transform: translateX(0px); }
        30% { opacity: 0; -webkit-transform: translateX(0px); }
        80% { opacity: 0; }
        100% { opacity: 0; }
    }
    @-ms-keyframes horizontal{
        0% { opacity: 0; }
        5% { opacity: 0; -ms-transform: rotateY(180deg); }
        10% { opacity: 1; -ms-transform: translateX(0px); }
        25% { opacity: 1; -ms-transform: translateX(0px); }
        30% { opacity: 0; -ms-transform: translateX(0px); }
        80% { opacity: 0; }
        100% { opacity: 0; }
    }

    /*AntiClockWise Effect*/
    .antiClock{
        display: inline;
        text-indent: 8px;
    }
    .antiClock span{
        animation: anti 12.5s linear infinite 0s;
        -ms-animation: anti 12.5s linear infinite 0s;
        -webkit-animation: anti 12.5s linear infinite 0s;
        color: #ef7b00;
        opacity: 0;
        overflow: hidden;
        position: absolute;
    }
    .antiClock span:nth-child(2){
        animation-delay: 2.5s;
        -ms-animation-delay: 2.5s;
        -webkit-animation-delay: 2.5s;
    }
    .antiClock span:nth-child(3){
        animation-delay: 5s;
        -ms-animation-delay: 5s;
        -webkit-animation-delay: 5s;
    }
    .antiClock span:nth-child(4){
        animation-delay: 7.5s;
        -ms-animation-delay: 7.5s;
        -webkit-animation-delay: 7.5s;
    }
    .antiClock span:nth-child(5){
        animation-delay: 10s;
        -ms-animation-delay: 10s;
        -webkit-animation-delay: 10s;
    }

    /*AntiClockWise Effect Animation*/
    @-moz-keyframes anti{
        0% { opacity: 0; }
        5% { opacity: 0; -moz-transform: rotateX(180deg); }
        10% { opacity: 1; -moz-transform: translateY(0px); }
        25% { opacity: 1; -moz-transform: translateY(0px); }
        30% { opacity: 0; -moz-transform: translateY(0px); }
        80% { opacity: 0; }
        100% { opacity: 0;}
    }
    @-webkit-keyframes anti{
        0% { opacity: 0; }
        5% { opacity: 0; -webkit-transform: rotate(180deg); }
        10% { opacity: 1; -webkit-transform: translateY(0px); }
        25% { opacity: 1; -webkit-transform: translateY(0px); }
        30% { opacity: 0; -webkit-transform: translateY(0px); }
        80% { opacity: 0; }
        100% { opacity: 0; }
    }
    @-ms-keyframes anti{
        0% { opacity: 0; }
        5% { opacity: 0; -ms-transform: rotate(180deg); }
        10% { opacity: 1; -ms-transform: translateY(0px); }
        25% { opacity: 1; -ms-transform: translateY(0px); }
        30% { opacity: 0; -ms-transform: translateY(0px); }
        80% { opacity: 0; }
        100% { opacity: 0; }
    }

    /*ClockWise Effect*/
    .clockWise{
        display: inline;
        text-indent: 8px;
    }
    .clockWise span{
        animation: clock 12.5s linear infinite 0s;
        -ms-animation: clock 12.5s linear infinite 0s;
        -webkit-animation: clock 12.5s linear infinite 0s;
        color: #ef7b00;
        opacity: 0;
        overflow: hidden;
        position: absolute;
    }
    .clockWise span:nth-child(2){
        animation-delay: 2.5s;
        -ms-animation-delay: 2.5s;
        -webkit-animation-delay: 2.5s;
    }
    .clockWise span:nth-child(3){
        animation-delay: 5s;
        -ms-animation-delay: 5s;
        -webkit-animation-delay: 5s;
    }
    .clockWise span:nth-child(4){
        animation-delay: 7.5s;
        -ms-animation-delay: 7.5s;
        -webkit-animation-delay: 7.5s;
    }
    .clockWise span:nth-child(5){
        animation-delay: 10s;
        -ms-animation-delay: 10s;
        -webkit-animation-delay: 10s;
    }

    /*ClockWise Effect Animation*/
    @-moz-keyframes clock{
        0% { opacity: 0; }
        5% { opacity: 0; -moz-transform: rotate(-180deg); }
        10% { opacity: 1; -moz-transform: translateX(0px); }
        25% { opacity: 1; -moz-transform: translateX(0px); }
        30% { opacity: 0; -moz-transform: translateX(0px); }
        80% { opacity: 0; }
        100% { opacity: 0;}
    }
    @-webkit-keyframes clock{
        0% { opacity: 0; }
        5% { opacity: 0; -webkit-transform: rotate(-180deg); }
        10% { opacity: 1; -webkit-transform: translateX(0px); }
        25% { opacity: 1; -webkit-transform: translateX(0px); }
        30% { opacity: 0; -webkit-transform: translateX(0px); }
        80% { opacity: 0; }
        100% { opacity: 0; }
    }
    @-ms-keyframes clock{
        0% { opacity: 0; }
        5% { opacity: 0; -ms-transform: rotate(-180deg); }
        10% { opacity: 1; -ms-transform: translateX(0px); }
        25% { opacity: 1; -ms-transform: translateX(0px); }
        30% { opacity: 0; -ms-transform: translateX(0px); }
        80% { opacity: 0; }
        100% { opacity: 0; }
    }

    /*Pop Effect*/
    .popEffect{
        display: inline;
        text-indent: 8px;
    }
    .popEffect span{
        animation: pop 12.5s linear infinite 0s;
        -ms-animation: pop 12.5s linear infinite 0s;
        -webkit-animation: pop 12.5s linear infinite 0s;
        color: #ef7b00;
        opacity: 0;
        overflow: hidden;
        position: absolute;
    }
    .popEffect span:nth-child(2){
        animation-delay: 2.5s;
        -ms-animation-delay: 2.5s;
        -webkit-animation-delay: 2.5s;
    }
    .popEffect span:nth-child(3){
        animation-delay: 5s;
        -ms-animation-delay: 5s;
        -webkit-animation-delay: 5s;
    }
    .popEffect span:nth-child(4){
        animation-delay: 7.5s;
        -ms-animation-delay: 7.5s;
        -webkit-animation-delay: 7.5s;
    }
    .popEffect span:nth-child(5){
        animation-delay: 10s;
        -ms-animation-delay: 10s;
        -webkit-animation-delay: 10s;
    }

    /*Pop Effect Animation*/
    @-moz-keyframes pop{
        0% { opacity: 0; }
        5% { opacity: 0; -moz-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px); }
        10% { opacity: 1; -moz-transform: translateY(0px); }
        25% { opacity: 1; -moz-transform: translateY(0px); }
        30% { opacity: 0; -moz-transform: translateY(0px); }
        80% { opacity: 0; }
        100% { opacity: 0;}
    }
    @-webkit-keyframes pop{
        0% { opacity: 0; }
        5% { opacity: 0; -webkit-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px);}
        10% { opacity: 1; -webkit-transform: translateY(0px); }
        25% { opacity: 1; -webkit-transform: translateY(0px); }
        30% { opacity: 0; -webkit-transform: translateY(0px); }
        80% { opacity: 0; }
        100% { opacity: 0; }
    }
    @-ms-keyframes pop{
        0% { opacity: 0; }
        5% { opacity: 0; -ms-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px); }
        10% { opacity: 1; -ms-transform: translateY(0px); }
        25% { opacity: 1; -ms-transform: translateY(0px); }
        30% { opacity: 0; -ms-transform: translateY(0px); }
        80% { opacity: 0; }
        100% { opacity: 0; }
    }

    /*Push Effect*/
    .pushEffect{
        display: inline;
        text-indent: 8px;
    }
    .pushEffect span{
        animation: push 12.5s linear infinite 0s;
        -ms-animation: push 12.5s linear infinite 0s;
        -webkit-animation: push 12.5s linear infinite 0s;
        color: #ef7b00;
        opacity: 0;
        overflow: hidden;
        position: absolute;
    }
    .pushEffect span:nth-child(2){
        animation-delay: 2.5s;
        -ms-animation-delay: 2.5s;
        -webkit-animation-delay: 2.5s;
    }
    .pushEffect span:nth-child(3){
        animation-delay: 5s;
        -ms-animation-delay: 5s;
        -webkit-animation-delay: 5s;
    }
    .pushEffect span:nth-child(4){
        animation-delay: 7.5s;
        -ms-animation-delay: 7.5s;
        -webkit-animation-delay: 7.5s;
    }
    .pushEffect span:nth-child(5){
        animation-delay: 10s;
        -ms-animation-delay: 10s;
        -webkit-animation-delay: 10s;
    }

    /*Push Effect Animation*/
    @-moz-keyframes push{
        0% { opacity: 0; }
        5% { opacity: 0; -moz-transform: rotate(0deg) scale(2) skew(0deg) translate(0px); }
        10% { opacity: 1; -moz-transform: translateX(0px); }
        25% { opacity: 1; -moz-transform: translateX(0px); }
        30% { opacity: 0; -moz-transform: translateX(0px); }
        80% { opacity: 0; }
        100% { opacity: 0;}
    }
    @-webkit-keyframes push{
        0% { opacity: 0; }
        5% { opacity: 0; -webkit-transform:rotate(0deg) scale(2) skew(0deg) translate(0px);}
        10% { opacity: 1; -webkit-transform: translateX(0px); }
        25% { opacity: 1; -webkit-transform: translateX(0px); }
        30% { opacity: 0; -webkit-transform: translateX(0px); }
        80% { opacity: 0; }
        100% { opacity: 0; }
    }
    @-ms-keyframes push{
        0% { opacity: 0; }
        5% { opacity: 0; -ms-transform: rotate(0deg) scale(2) skew(0deg) translate(0px); }
        10% { opacity: 1; -ms-transform: translateX(0px); }
        25% { opacity: 1; -ms-transform: translateX(0px); }
        30% { opacity: 0; -ms-transform: translateX(0px); }
        80% { opacity: 0; }
        100% { opacity: 0; }
    }



    .hideme
    {
        opacity:0;
    }

    .about > h1{
        color: lime;
        font-family: "Courier";
        font-size: 20px;
        margin: 10px 0 0 10px;

    }

    .about > h1 > span {
        border-right: .05em solid;
        animation: caret 1s steps(1) infinite;
    }

    @keyframes caret {
        50% {
            border-color: transparent;
        }
    }
    
    
        .search-result{
        vertical-align:top;
        position:relative;
        z-index:99;
        left:0px;
        background-position: 0px 0px;
        opacity: 1;
        width:220px;
        display:inline-block;
        margin: 0px;
        transition:all 0.2s ease;
        webkit-transition:all 0.2s ease;
        text-align:center;
        padding:10px 0px 0px 0px;
        margin: 20px;
    }

    .search-result:hover{
        background:#aaa;
        color: #151515;
        margin: 20px;
        cursor:pointer;
    }

    #random-cars{
        position:relative;
        height:160px;
    }


    #left-scroller svg{
        fill:#aaa;
        stroke:#fff;
        stroke-width:2;
        position:absolute;
        left:50%;
        top:50%;
        margin:-25px 0px 0px -20px;
    }

    #right-scroller svg{
        fill:#aaa;
        stroke:#fff;
        stroke-width:2;
        transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
        position:absolute;
        left:50%;
        top:50%;
        margin:-25px 0px 0px -20px;
    }

    #car-scroller{
        position:absolute;
        top:0px;
        left:50%;
        width:calc(260px * 13);
        transition:all 1s ease;
    }
    