@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    font-size: 100%;
    font-family: 'Lato', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    color: #5a5a5a;
}

h1 {
    text-transform: uppercase;
}

h1 strong {
    font-weight: 900;
}

h2 {
    text-transform: uppercase;
    margin: 0;
}

h3 {
    font-size: 18px;
    font-weight: 900;
}

h4 {
    text-transform: uppercase;
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

p {
    font-family: 'Open Sans', sans-serif;
}

p.intro {
    font-size: 16px;
    margin: 12px 0 0;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
}

.card {
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .07), 1px 2px 5px 0 rgba(0, 0, 0, .06);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .07), 1px 2px 5px 0 rgba(0, 0, 0, .06);
}

.section-title hr {
    border-color: #24A8E0;
    border-width: 4px;
    width: 60px;
    float: left;
    clear: both;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

ul, ol {
    padding: 0
}

/* Navigation */
#tf-menu {
    padding: 20px;
    transition: all 0.8s;
}

#tf-menu.navbar-default {
    background-color: #fff
}

#tf-menu a.navbar-brand {
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    font-weight: 900;
}

#tf-menu.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
}

.on {
    padding: 0 !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #24A8E0 !important;
    background-color: transparent;
    font-weight: 700;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #24A8E0;
    border-color: #24A8E0;
}

.navbar-default .navbar-toggle:hover > .icon-bar {
    background-color: #FFF;
}

/* Home Style */
#tf-home {
    overflow: hidden;
    height: 80vh;
    min-height: 460px;
}

#tf-home p.lead {
    color: #e3e3e3;
}

.content {
    position: relative;
    padding: 20% 0 0;
}

.color {
    color: #24A8E0;
}

a.fa.fa-angle-down {
    padding: 10px 15px;
    color: #fff;
    border: 2px solid #b4b4b4;
    border-radius: 50%;
    font-size: 24px;
    margin-top: 200px;
    transition: all 0.5s;
}

a.fa.fa-angle-down:hover {
    background: #24A8E0;
    color: #ffffff;
    border: 2px solid #24A8E0;
}

/* About Section */
#tf-about {
    padding: 50px 0 30px;
}

ul.about-list {
    margin: 30px 0 0;
}

ul.about-list li {
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
}

ul.about-list li span {
    margin-right: 10px;
}

.section-title.center {
    padding: 30px 0;
}

.section-title h2,
.section-title.center h2 {
    font-weight: 300;
}

.section-title.center .line {
    border-top: 4px solid #24A8E0;
    height: 10px;
    width: 60px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

.section-title.center hr {
    border-top: 4px solid rgba(36, 168, 224, 0.44);
    width: 40px;
    text-align: center;
    margin-top: 10px;
    position: relative;
    left: 17%;
}

#faq .item {
    display: block;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    padding: 10px 40px;
}

#faq .item p {
    margin-top: 10px;
}

#tf-faq {
    min-height: 730px;
    padding-bottom: 50px;
}

img.img-circle.team-img {
    width: 120px;
    height: 120px;
    border: 4px solid transparent;
    transition: all 0.5s;
}

#tf-team .item .thumbnail:hover > img.img-circle.team-img {
    border: 4px solid #24A8E0;
}

#tf-team .thumbnail {
    background: transparent;
    border: 0;
}

#tf-team .thumbnail .caption {
    padding: 9px;
    color: #F2F2F2;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    filter: Alpha(Opacity=1);
    opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 20px;
    border-radius: 0;
    background: #D3D3D3;
    transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #24A8E0;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #24A8E0;
}

/* Services Section */
.service {
    padding-left: 120px;
    text-align: left;
}

#tf-services {
    padding: 30px;
}

.space {
    margin-top: 40px;
}

#tf-services i.fa {
    font-size: 40px;
    border: 4px solid #24A8E0;
    width: 100px;
    height: 100px;
    padding: 27px 25px;
    margin-bottom: 10px;
    border-radius: 50%;
    transition: all 0.5s;
}

#tf-services i.fa.fa-mobile {
    font-size: 50px;
    padding: 20px 25px;
}

#tf-services .service:hover > i.fa {
    background: #24A8E0;
    color: #ffffff;
}

/* Contact Section */
#form-success{
    display: none;
}
#tf-contact{
    background: url('/views/shared/landing/img/contact-form.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #fff;
    padding: 30px 0 60px 0;
}

#form-description > h2,
#form-success > h2{
    font-size: 1.5rem;
    line-height: 2rem;
    text-transform: none;
}
footer .contact-info{
    padding: 0 0 20px 50px;
}
footer .contact-info  i{
    position: absolute;
    top:5px;
    left:0;
    color: #337AB7;
    font-size: 50px;
}
footer .contact-info  span:first-of-type{
    font-size: 1.2rem;
}

#tf-contact .container-fluid:first-of-type {
    background-color: #fff;
}

#tf-contact .container-fluid:last-of-type {
    background-color: #e8e8e8;;
    padding: 50px 0 30px;
}

#tf-contact .card {
    text-align: left;
    margin-bottom: 20px;
}


#tf-contact a {
    font-size: 1.1em;
    color: #fff;
}


label {
    float: left;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

#tf-contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#tf-contact input.form-control   {
    line-height: 2em;
    padding: 0 10px;

}

#tf-contact .form-control:focus {
    border: 2px solid #fff;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}

#tf-contact .form-control::-webkit-input-placeholder{
    color: #fff;
}
#tf-contact .form-control::-moz-placeholder{
    color: #fff;
}
#tf-contact .form-control input::-moz-placeholder{
    color: #fff;
}
#tf-contact .form-control input:-moz-placeholder{
    color: #fff;
}
#tf-contact .form-control:-ms-input-placeholder{
    color: #fff;
}

#tf-contact .subtitle {
    max-width: 450px;
    margin: 12px auto 0;
}

/* Footer */
footer {
    background: #222222;
    color: #ffffff;
    padding: 60px 0 40px;
}

footer .col-md-12:first-of-type{
    padding-bottom: 10px;
}

footer p {
    font-size: 1rem;
    margin-top: 10px;
    text-align: center;
}

.card-main {
    position: absolute;
    top: 25%;
    left: 50%;
    max-width: 450px;
    z-index: 9;
    -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.3);
}

.card-main .brand-logo img {
    width: 100%;
}

.card-main p {
    text-align: justify;
}

.logo {
    width: 200px;
    padding: 10px 10px 10px 0;
}

.logo img {
    width: 100%;
}

.trusted {
    padding-top: 10px;
    color: #24A8E0;
    font-size: 1.3em;
}

.accent {
    font-weight: 600;
    color: #24A8E0;
}

.question {
    font-size: 1.6em;
    padding: 0 60px;
    color: #24A8E0;
}

.message-text,
.answer {
    font-size: 1.2em;
    color: #000;
    padding: 20px;
}

.message-text {
    max-width: 700px;
    text-align: justify;
    margin: 0 auto;
}

.message-name {
    font-size: 20px;
    font-weight: bold;
}

.heading {
    font-size: 2.5em;
    color: #fff;
}

.owl-prev {
    font-size: 1.5em !important;
    position: absolute;
    top: 120px;
    left: 0;
    background: #24A8E0;
    background: #24A8E0 !important;
}

.owl-next {
    font-size: 1.5em !important;
    position: absolute;
    top: 120px;
    right: 0;
    background: #24A8E0 !important;
}

.service-img {
    border: 4px solid lightgrey;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background-size: 100% 100%;
}

.service-img:hover {
    border: 3px solid #24A8E0;
}
/*-------------------------FEATURES IMAGES-------------------*/
.img1 {
    background: url('/views/shared/landing/img/f1.png') no-repeat;
}
.f-1:hover .img1 {
    background: url('/views/shared/landing/img/f1h.png') no-repeat;
}
.img2 {
    background: url('/views/shared/landing/img/f2.png') no-repeat;
}
.f-2:hover .img2{
    background: url('/views/shared/landing/img/f2h.png') no-repeat;
}
.img3{
    background: url('/views/shared/landing/img/f3.png') no-repeat;
}
.f-3:hover .img3 {
    background: url('/views/shared/landing/img/f3h.png') no-repeat;
}
.img4 {
    background: url('/views/shared/landing/img/f4.png') no-repeat;
}
.f-4:hover .img4 {
    background: url('/views/shared/landing/img/f4h.png') no-repeat;
}
.img5 {
    background: url('/views/shared/landing/img/f5.png') no-repeat;
}
.f-5:hover .img5{
    background: url('/views/shared/landing/img/f5h.png') no-repeat;
}
.img6 {
    background: url('/views/shared/landing/img/f6.png') no-repeat;
}
.f-6:hover .img6 {
    background: url('/views/shared/landing/img/f6h.png') no-repeat;
}
.img7 {
    background: url('/views/shared/landing/img/f7.png') no-repeat;
}
.f-7:hover .img7{
    background: url('/views/shared/landing/img/f7h.png') no-repeat;
}
.img8 {
    background: url('/views/shared/landing/img/f8.png') no-repeat;
}
.f-8:hover .img8{
    background: url('/views/shared/landing/img/f8h.png') no-repeat;
}

.feature-row {
    padding-bottom: 30px;
}

.feature h2 {
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 24px;
}

p.subtitle {
    font-size: 16px;
    margin: 12px 0 0;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
/* --------------------------------

What's New

-------------------------------- */

#tf-news {
    background: url('/views/shared/landing/img/wnew.jpg');
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #fff;
    padding: 30px;
}

#tf-news .line, #tf-news .section-title hr,
#tf-contact .line, #tf-contact .section-title hr{
    border-color: #fff;
}

#tf-news .section-title hr,
#tf-contact .section-title hr {
    opacity: 0.6;
}

#versionTitle{
    padding-bottom: 10px;
    text-align: center;
}

#versionContent > ul {
    position: relative;
    left: 20px;
    padding: 10px 0 15px;
}

.shortDescription{
    cursor: pointer;
    font-weight: 500;
}

.longDescription{
    display: none;
    font-weight: 300;
    margin: 5px 0 10px!important;
    text-decoration: none!important;
}

/* --------------------------------

Roadmap

-------------------------------- */

#tf-roadmap{
    padding-top: 30px;
}

#tf-roadmap, #tf-roadmap .container-fluid {
    background-color: #e8e8e8;
    overflow: hidden;
}

#tf-roadmap .container {
    padding-bottom: 41px;
}

.faq-laptop {
    position: relative;
}

.inner-laptop {
    position: relative;
    margin: 0 15%;
    padding-top: 30px;
}

.faq-laptop img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.faq-laptop h2 {
    padding-top: 40px;
}

#tf-roadmap p {
    margin: 0;
}

#kenburns-slideshow {
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
    position: relative;
}

.kb-slide {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.kb-slide img {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
    -moz-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.btn {
    border: none;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.btn-primary {
    color: #fff;
    background-color: #2196F3;
    border-color: transparent;
    margin-left: 5px;
}

.btn-primary:hover {
    background-color: #186df3;
}

.no-p {
    padding: 0;
}

@media (max-width: 990px) {

    #tf-faq {
        overflow: hidden;
    }

    .faq-laptop img {
        z-index: -1;
    }

    .card-main {
        left: auto;
        right: 0 !important;
        margin: 0 25px;
    }

    .faq-laptop h2 {
        padding-top: 120px !important;
    }

    .question, .answer {
        padding: 0 !important;
    }

    .message-text {
        padding: 15px;
    }

    .owl-prev, .owl-next {
        bottom: 0 !important;
        top: auto;
    }

}

@media (min-width: 990px) and (max-width: 1200px) {
    #tf-contact i {
        font-size: 30px;
    }

    #tf-contact h4 {
        font-size: 1.1em;

    }
}

@media (max-width: 1200px) {

    #tf-faq {
        min-height: 500px;
    }
}

@media (max-width: 480px) {

    .owl-prev, .owl-next {
        display: none !important;
    }

    .inner-laptop .section-title {
        padding: 20px 0 0;
    }

    .faq-laptop h2 {
        padding-top: 40px !important;
        font-size: 1.2em;
    }

    #faq .item {
        padding: 10px;
    }

    .question, .answer {
        font-size: 1em;
    }

    .feature-img {
        width: 100%;
    }

    .feature {
        width: 100%;
    }

    .service-img {
        margin: 0 auto 20px;
    }

}

@media (max-width: 768px) {
    .logo {
        padding: 10px;
    }

    .content {
        padding: 40% 0 0;
    }

    #tf-home {
        background: url(../img/01.jpg);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }
}

@media (max-width: 603px) {
    #tf-menu.navbar-default {
        background-color: #fff;
        opacity: 0.9;
    }

    #tf-works li.pull-right, #tf-works li.pull-left {
        margin-top: 10px;
        float: none !important;
        text-align: center;
        display: block;
    }

    label {
        float: none !important
    }

    .pull-left.fnav,
    .pull-right.fnav {
        float: none !important;
        text-align: center;
    }

    .hover-bg .hover-text {
        padding: 12% 10%;
    }
}

@media (max-width: 360px) {
    .hover-bg .hover-text {
        padding: 22% 10%;
    }
}

/* --------------------------------

Timeline

-------------------------------- */

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    left: 18px;
    height: 105%;
    width: 4px;
    background: #91CCE4;
    top: 65px;
}


@media only screen and (max-width: 1170px) {
    .cd-timeline-img i {
        font-size: 20px!important;
        margin-left: -10px!important;
        margin-top: -10px!important;
    }

    #tf-roadmap .container, #cd-timeline{
        padding-bottom: 0!important;
    }
    #cd-timeline{
        margin-top: 0!important;
    }
}
@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: -14px;
        margin-bottom: 0;
    }

    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}


    .cd-timeline-block {
        margin: 2em 0;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }


.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin: 5px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img i {
    font-size: 30px;
    color: white;
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
}

.cd-timeline-img.cd-picture {
    background: #24A8E0;
}

.cd-timeline-img.cd-movie {
    background: #c03b44;
}

.cd-timeline-img.cd-location {
    background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2 {
    color: #24A8E0;
}

.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .8;
    color: #24A8E0;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

.cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    padding-bottom: 10px;
}

.cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
}

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 1rem;
}

.features-header {
    cursor: pointer;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }

    .cd-timeline-content .cd-read-more {
        float: left;
    }

    .cd-timeline-content .cd-date {
        color: #24A8E0;;
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 1.2rem;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }

    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
