/********************************************************
    Template Name: materialize
    Created By: TrendyTheme
    Envato Profile: https://themeforest.net/user/trendytheme
    Website: http://trendytheme.net
    Version: 1.5
    Support: http://trendytheme.net/support
    *********************************************************/



/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 - General
    2.0 - Typography
    3.0 - Global Style
    4.0 - Color Presets
    5.0 - Overlay css
    6.0 - Hero css
    7.0 - Background Banner
    8.0 - 404 page
    9.0 - Author Wrapper
    10.0 - Progress bar
    11.0 - Clients
    12.0 - Gallery Thumb
    13.0 - Material CSS Customization
    14.0 - Social Icon Animation
    15.0 - device mockup carousel
    16.0 - Search Style
    17.0 - Preloader

-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/


/* Import css files */
@import url("fonts/flaticon/flaticon.css");

/* Google Web Fonts */

@import url('https://fonts.googleapis.com/css?family=Lato|Roboto');



/* ================= General ==================== */

body {
    -webkit-font-smoothing: antialiased !important;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    color: #555;
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    overflow-x: hidden;
}

html { font-family: 'Roboto', sans-serif !important; }

html,
body {
    height: 100%;
    width: 100%;
}


/* Link style
/* ------------------------------ */

a,
a > * {
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

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


/* Transition elements
/* ------------------------------ */

a,
.navbar a,
.form-control {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* ================ Typography ================== */

h1, h2, h3, h4, h5, h6 {
    color: #202020;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
    margin: 0 0 15px;
}

h1 { font-size: 40px; }

h2 { font-size: 18px; }

h3 { font-size: 16px; }

h4 { font-size: 14px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

p img { margin: 0; }

p {
    line-height: 30px;
    margin: 0 0 30px;
}

hr { margin: 0; }

.icon a div {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.featured-item {
    min-height: 220px;
    padding: 10px;
}

.box-tema {
    margin-left: 5px;
    position: relative;
}

.desc .lineheight16 { font-size: .8em !important; }

.seo-service .desc { padding: 10px !important; }

.featured-item .desc {
    /* opacity: .7; */
    background-color: rgba(245, 245, 245, 0.8);
    
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 100px;
    width: 100%;
}

div.desc { min-height: 100px }

.desc .learn-more {
    height: 100%;
    padding-top: 30px;
    width: 100%;
}

/* Material Button Style
/* ------------------------------ */

.btn:not(.btn-sm):not(.btn-xs) {
    background-color: #FF0040;
    border: 0;
    border-radius: 0px;
    font-size: 16px;
    height: 50px;
    line-height: 26px;
    margin-bottom: 1%;
    padding: 13px 0px 0px 0px;
    width: 100%;
}

.btn-lg { padding: 12px 38px; }

#modalYoutubeBody { padding: 0; }

#modalYoutube { z-index: 1000202 !important; }

.modal { z-index: 1300; }

/*button size in extra small devices*/

@media screen and (max-width: 767px) {
    .btn-lg {
        font-size: 14px;
        height: auto;
        padding: 8px 25px;
    }
}

.btn:hover { background-color: #FF0040; }

.btn.active,
.btn:active { box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }


.btn.white,
.btn.white:hover,
.btn.white:focus { color: #28275a; }

.btn i.material-icons { font-size: 20px; }

.btn.focus,
.btn:focus,
.btn:hover { color: #fff; }

.btn:focus,
button:focus { outline: none !important; }


/*Download Button*/

.btn-download {
    height: 75px;
    line-height: 22px;
    padding: 16px 38px;
    text-align: left;
}

.btn-download i {
    font-size: 30px;
    line-height: 48px;
}

.btn-download span {
    display: block !important;
    overflow: hidden;
}

.btn-download strong {
    display: block;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}



address {
    font-style: normal;
    line-height: 25px;
    margin: 30px 0 0;
}

address hr {
    margin-bottom: 20px;
    margin-top: 20px;
}


thead {
    background-color: #f5f5f5;
    border-bottom: 1px solid #eee;
    color: #272829;
}

.table > thead > tr > th { padding: 12px 8px; }

.table > thead > tr > th { border-bottom: 0; }

.table > tbody > tr > td,
.table > tbody > tr > th {
    border-top: 1px solid #eee;
    color: #666;
    padding: 15px 8px;
}



.contact-info i {
    float: left;
    font-size: 30px;
    line-height: 38px;
    margin-right: 18px;
    padding-left: 2px;
}

.contact-info .address,
.contact-info .phone,
.contact-info .mail { overflow: hidden; }

.contact-info .mail a { color: #999; }

.contact-info .mail a:hover { color: #28275a; }

#mapcontent p { margin: 0; }


/*Contact Form*/

.contact-form-wrapper { background: url('imagens/vactor-map.png') no-repeat center center; }

.contact-form-bg {
    background: url('imagens/vactor-map.png') no-repeat center center;
    background-size: contain;
}

@media (min-width: 992px) {
    #contactForm .submit-button { float: right; }
}




/* Customize Material Form style 
/* ------------------------------------ */

.form-control { border-radius: 0; }

.input-field { margin-top: 45px; }

.input-field label {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 16px;
    margin: 0;
    top: 0;
}

.input-field label.active { font-size: 12px; }

.alert { padding: 28px 5px; }

.overflow-hidden { overflow: hidden; }

/* ================= Global Classes ==================== */

.no-margin { margin: 0 !important; }

.no-gutter > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.no-padding { padding: 0 !important; }

.section-padding { padding: 110px 0; }


/*margin top*/

.mt-10 { margin-top: 10px; }

.mt-15 { margin-top: 15px; }

.mt-20 { margin-top: 20px; }

.mt-30 { margin-top: 30px; }

.mt-40 { margin-top: 40px; }

.mt-50 { margin-top: 50px; }

.mt-80 { margin-top: 80px; }

.mt-100 { margin-top: 100px; }

/*margin bottom*/

.mb-10 { margin-bottom: 10px !important; }

.mb-15 { margin-bottom: 15px !important; }

.mb-20 { margin-bottom: 20px !important; }

.mb-30 { margin-bottom: 30px !important; }

.mb-40 { margin-bottom: 40px !important; }

.mb-50 { margin-bottom: 50px !important; }

.mb-80 { margin-bottom: 80px !important; }

.mb-100 { margin-bottom: 100px !important; }

.mtb-50 { margin: 50px 0 !important; }

/*margin right*/

.mr-10 { margin-right: 10px; }

.mr-20 { margin-right: 20px; }

/*margin left*/

.ml-10 { margin-left: 10px; }

.ml-20 { margin-left: 20px; }



/*padding-top*/

.padding-top-50 { padding-top: 50px; }

.padding-top-70 { padding-top: 70px; }

.padding-top-90 { padding-top: 90px; }

.padding-top-100 { padding-top: 100px; }

.padding-top-110 { padding-top: 110px; }

.padding-top-120 { padding-top: 120px; }

.padding-top-160 { padding-top: 160px; }

.padding-top-220 { padding-top: 220px; }

@media screen and (max-width: 1440px) {
    .padding-top-220 { padding-top: 170px; }
}



/*padding-bottom*/

.padding-bottom-20 { padding-bottom: 20px; }

.padding-bottom-30 { padding-bottom: 30px; }

.padding-bottom-50 { padding-bottom: 50px; }

.padding-bottom-70 { padding-bottom: 70px; }

.padding-bottom-80 { padding-bottom: 80px; }

.padding-bottom-90 { padding-bottom: 90px; }

.padding-bottom-100 { padding-bottom: 100px; }

.padding-bottom-110 { padding-bottom: 110px; }

.padding-bottom-120 { padding-bottom: 120px; }

.padding-bottom-190 { padding-bottom: 190px; }


@media screen and (min-width: 992px) {
    /*padding left*/
    .pl-100 { padding-left: 100px; }
}

/*padding top bottom*/

.ptb-20 { padding: 20px 0; }

.ptb-30 { padding: 30px 0; }

.ptb-50 { padding: 50px 0; }

.ptb-70 { padding: 70px 0; }

.ptb-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.ptb-110 {
    padding-bottom: 110px;
    padding-top: 110px;
}

.ptb-120 {
    padding-bottom: 120px;
    padding-top: 120px;
}

.ptb-150 { padding: 150px 0; }

.ptb-190 { padding: 190px 0; }


/*Margin for small devices*/

@media screen and (max-width: 991px) {
    /*margin top*/
    .mt-sm-30 { margin-top: 30px; }

    .mt-sm-50 { margin-top: 50px; }

    /*margin-bottom*/
    .mb-sm-30 { margin-bottom: 30px; }

    .mb-sm-50 { margin-bottom: 50px; }
}


@media screen and (max-width: 1880px) {
    .mt-xs-30 {
        margin-top: 30px;
    }

    .mt-xs-46 {
        margin-top: 46px;
    }
}




/*Border Radious*/

.radius-2 { border-radius: 2px; }

.radius-3 { border-radius: 3px; }

.radius-4 { border-radius: 4px; }


/*Font Family*/

.font-roboto { font-family: 'Roboto', sans-serif !important; }

.font-greatvibes { font-family: 'Great Vibes', cursive !important; }


/*Font Size*/

.font-20 { font-size: 20px }

.font-25 { font-size: 25px }

.font-30 { font-size: 30px }

.font-35 { font-size: 35px }

.font-40 { font-size: 40px }


/*font size in extra small devices*/

@media screen and (max-width: 767px) {
    .font-30 { font-size: 25px }

    h1,
    .font-35,
    .font-40 { font-size: 30px }
}



/*Line Height*/

.line-height-40 { line-height: 40px; }

.line-height-50 { line-height: 50px; }

.text-light { font-weight: 300 !important; }

.text-regular { font-weight: 400 !important; }

.text-medium { font-weight: 500 !important; }

.text-bold { font-weight: 700 !important; }

.text-extrabold { font-weight: 900 !important; }

.dark-text { color: #202020 !important; }

.light-grey-text { color: #dedede !important; }




/*List Style*/

.list-icon li {
    font-size: 17px;
    line-height: 40px;
}

.list-icon li .material-icons {
    position: relative;
    top: 5px;
}



/*height*/

.height-200 { height: 200px !important; }

.height-350 { height: 350px !important; }

.height-450 { height: 450px !important; }

.height-650 { height: 650px !important; }




/* ================= Color Presets ==================== */

.brand-color {
    color: #28275a !important; /*theme primary color*/
}

.brand-color.darken-2 { color: #0288d1 !important; }

.brand-bg {
    background-color: #28275a !important; /*theme primary background color*/
}

.brand-bg.darken-2 { background-color: #0288d1 !important; }

.brand-hover:hover {
    background-color: #28275a !important; /*theme primary hover color*/
}



.green-bg { background-color: #71c44c !important; }

.green-color { color: #71c44c !important; }

.pink { background-color: #FF0040 !important; }

.white-bg { background-color: #fff !important; }

.gray-bg { background-color: #f5f5f5 !important; }

.light-gray-bg { background-color: #f3f3f3 !important; }

.light-pink-bg { background: #fff8f1 !important; }

.dark-bg.darken-1 { background: #101010 !important; }

.dark-bg { background: #202020 !important; }

.dark-bg.lighten-1 { background-color: #1e262a !important; }

.dark-bg.lighten-2 { background-color: #175690 !important; }

.dark-bg.lighten-3 { background-color: #2c2c2c !important; }

.dark-bg.lighten-4 { background-color: #373a3d !important; }

.border-top { border-top: 1px solid #eee; }

.border-tb {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}



/* ================= Pre Defined Overlay ==================== */

.overlay,
.overlay .container { position: relative; }

.overlay:before {
    background: rgba(0, 0, 0, 0.2); /*fallback overlay*/
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/* dark overlay */

.overlay.dark-0:before { background-color: rgba(0, 0, 0, 0); }

.overlay.dark-1:before { background-color: rgba(0, 0, 0, .1); }

.overlay.dark-2:before { background-color: rgba(0, 0, 0, .2); }

.overlay.dark-3:before { background-color: rgba(0, 0, 0, .3); }

.overlay.dark-4:before { background-color: rgba(0, 0, 0, .4); }

.overlay.dark-5:before { background-color: rgba(0, 0, 0, .5); }

.overlay.dark-6:before { background-color: rgba(0, 0, 0, .6); }

.overlay.dark-7:before { background-color: rgba(0, 0, 0, .7); }

.overlay.dark-8:before { background-color: rgba(0, 0, 0, .8); }

.overlay.dark-9:before { background-color: rgba(0, 0, 0, .9); }

.overlay.dark-10:before { background-color: rgba(0, 0, 0, 1); }


/* light overlay */

.overlay.light-0:before { background-color: rgba(255, 255, 255, 0); }

.overlay.light-1:before { background-color: rgba(255, 255, 255, .1); }

.overlay.light-2:before { background-color: rgba(255, 255, 255, .2); }

.overlay.light-3:before { background-color: rgba(255, 255, 255, .3); }

.overlay.light-4:before { background-color: rgba(255, 255, 255, .4); }

.overlay.light-5:before { background-color: rgba(255, 255, 255, .5); }

.overlay.light-6:before { background-color: rgba(255, 255, 255, .6); }

.overlay.light-7:before { background-color: rgba(255, 255, 255, .7); }

.overlay.light-8:before { background-color: rgba(255, 255, 255, .8); }

.overlay.light-9:before { background-color: rgba(255, 255, 255, .9); }

.overlay.light-10:before { background-color: rgba(255, 255, 255, 1); }



.full-height {
    height: 100vh;
    width: 100%;
}

.half-height {
    height: 78vh !important;
    width: 100%;
}


/*Verticle Aligne Middle for equel height*/

.valign-wrapper {
    display: table;
    width: 100%;
}

.valign-cell {
    display: table-cell;
    vertical-align: middle;
}


/*equal height wrapper*/

.equal-wrapper { }

.equal-wrapper img { width: 100%; }

.equal-wrapper-content { padding: 0 120px; }

.equal-wrapper-content .featured-item .icon {
    color: #60e3f8;
    float: left;
    margin-right: 35px;
}

@media screen and (max-width: 991px) {
    .equal-wrapper-content { padding: 50px 30px; }
}


/* ================= Hero Unit ==================== */

.intro-title {
    font-size: 40px;
    font-weight: 900;
}

.sub-intro {
    display: block;
    margin: 0 auto 30px;
}

@media (min-width: 768px) {
    .sub-intro { width: 60%; }
}


.section-title {
    font-size: 40px;
    margin-bottom: 20px;
}

.section-sub { margin: 0 auto; }

@media (min-width: 992px) {
    .section-sub { width: 60%; }
}

.width-60 {
    margin: 0 auto;
    width: 60%;
}

@media screen and (max-width: 767px) {
    .intro-title { font-size: 35px; }

    .section-title { font-size: 30px; }

    .section-title p { width: 100%; }

    .width-60 { width: 100%; }
}


/*Hero Clouds*/

.hero-clouds {
    -webkit-animation: cloudLoop 80s linear infinite;
    animation: cloudLoop 80s linear infinite;
    background: url('imagens/banner/clouds.png') 0px 100% repeat-x;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 250.625em;
}


/*keyframes for cloud*/

@-webkit-keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}



/*Mouse animate icon*/

.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    bottom: 40px;
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 24px;
    z-index: 10;
}

.mouse-icon .wheel {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: drop;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: drop;
    animation-play-state: running;
    animation-timing-function: linear;
}

.mouse-icon .wheel {
    background: #fff;
    border-radius: 10px;
    height: 6px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 2px;
}

@-webkit-keyframes drop {
    0% {
        opacity: 0;
        top: 5px;
    }

    30% {
        opacity: 1;
        top: 10px;
    }

    100% {
        opacity: 0;
        top: 25px;
    }
}

@keyframes drop {
    0% {
        opacity: 0;
        top: 5px;
    }

    30% {
        opacity: 1;
        top: 10px;
    }

    100% {
        opacity: 0;
        top: 25px;
    }
}





/*Video Introduction*/

.video-intro { position: relative; }

.video-intro .external-link {
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
}

.video-intro .external-link .material-icons {
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    color: rgba(255, 255, 255, 0.4);
    font-size: 60px;
    transition: color 0.3s ease;
}

.video-intro:hover .external-link .material-icons { color: rgba(255, 255, 255, 0.9); }


.video-trigger i.material-icons {
    color: rgba(255, 255, 255, 0.84);
    font-size: 100px;
    margin: 0 20px;
    position: relative;
    top: 24px;
}


.mocup-wrapper { position: relative; }

.mocup-wrapper img { max-width: 100%; }

@media screen and (max-width: 991px) {
    .mocup-wrapper-sm img { width: 100%; }
}



/* ================= Banner Background ==================== */

.bg-cover,
[class*='banner-'] { background-size: cover !important; }

.banner-1 { background-image: url("imagens/banner/banner-1.jpg"); }

.banner-2 { background-image: url("imagens/banner/banner-2.jpg"); }

.banner-3 { background-image: url("imagens/banner/banner-3.jpg"); }

.banner-4 { background-image: url("imagens/banner/banner-4.jpg"); }

.banner-5 { background-image: url("imagens/banner/banner-5.jpg"); }

.banner-6 { background-image: url("imagens/banner/banner-6.jpg"); }

.banner-7 { background-image: url("imagens/banner/banner-7.jpg"); }

.banner-8 { background-image: url("imagens/banner/banner-8.jpg"); }

.banner-9 { background-image: url("imagens/banner/banner-9.jpg"); }

.banner-10 { background-image: url("imagens/banner/banner-10.jpg"); }

.banner-11 { background-image: url("imagens/banner/banner-11.jpg"); }

.banner-12 { background-image: url("imagens/banner/banner-12.jpg"); }

.banner-13 { background-image: url("imagens/banner/banner-13.jpg"); }

.banner-14 { background-image: url("imagens/banner/banner-14.jpg"); }

.banner-14.overlay::before { background-color: rgba(246, 72, 63, 0.9); }

.banner-15 { background-image: url("imagens/banner/banner-15.jpg"); }

.banner-16 { background-image: url("imagens/banner/banner-16.jpg"); }

.banner-17 { background-image: url("imagens/banner/banner-17.jpg"); }

.banner-18 { background-image: url("imagens/banner/banner-18.jpg"); }

.banner-19 { background-image: url("imagens/banner/banner-19.jpg"); }

.banner-20 { background-image: url("imagens/banner/banner-20.jpg"); }

.banner-21 {
    background-image: url("imagens/banner_como_funciona.jpg");
    background-position: top center;
}

.banner-quadro { background-image: url("imagens/quadro.jpg"); }

.newbanner-1 { background-image: url(imagens/bannernovo4.jpg); }

#intro {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    old-background: url(https://cdn.plataformaredigir.com.br/upload/newbanner_animado.gif) no-repeat center center;
}

.media-body a b {
    position: relative;
    top: -4px;
}

@media screen and (max-width: 767px) {
    .banner-wrapper { margin-top: 45px; }

    .cssload-loader { display: none; }

    .textomobintro {
        position: relative;
        top: -80px;
    }

    .waves-effect.waves-light.btn.orange { font-size: 12px !important; }
}

@media (min-width: 992px) {
    .bg-fixed { background-attachment: fixed; }
}


/* ================= 404 Page ==================== */

.error-wrapper { padding: 50px 0; }

.error-wrapper i {
    color: #dadada;
    display: block;
    font-size: 130px;
    line-height: 170px;
    text-align: center;
}

.error-info {
    border-left: 1px solid #eee;
    padding-left: 60px;
}

.error-info h1 {
    color: #fff;
    font-size: 130px;
    font-weight: 700;
    line-height: 100px;
    text-shadow: 5px 5px 0 #dadada, -1px -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada, 1px 1px 0 #dadada;
}

.ie9 .error-info h1,
.ie9 .error-wrapper-alt h1 { color: #999; }

.error-sub {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .error-info {
        border-left: 0;
        padding-left: 0;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .error-wrapper { padding: 200px 0; }
}

.error-wrapper-alt h1 {
    color: #fff;
    font-size: 130px;
    font-weight: 700;
    line-height: 130px;
    text-shadow: 5px 5px 0 #dadada, -1px -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada, 1px 1px 0 #dadada;
}



/*Magnific Popup Close Button*/

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    padding-right: 0;
    right: -10px;
    text-align: center;
    width: 40px;
}

button.mfp-close:focus,
button.mfp-arrow { background-color: transparent; }

.mfp-bg { z-index: 1055; }

.mfp-wrap { z-index: 1056; }

.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover { cursor: pointer; }

.mfp-zoom-out-cur { cursor: default; }



/* Onepage*/

.box-padding { padding: 60px 40px; }


/*Author Wrapper*/

.profile .author-cover { position: relative; }

.profile .author-cover img { width: 100%; }

.author-wrapper.profile .author-avatar {
    padding: 15px 20px 30px 130px;
    position: relative;
}

.author-wrapper.profile .author-avatar img {
    background: #fff;
    border-radius: 50%;
    height: 100px;
    left: 15px;
    padding: 5px;
    position: absolute;
    top: -30px;
    width: 100px;
    z-index: 20;
}

.profile .author-meta {
    overflow: hidden;
    padding: 0 40px;
}

.profile .author-meta li {
    font-weight: 500;
    margin: 10px 0;
}

.profile .author-meta li .title {
    color: #202020;
    display: inline-block;
    width: 70px;
}

.profile .author-meta li .address {
    float: right;
    width: 50%;
}

.profile .available {
    display: block;
    padding: 10px;
    text-align: center;
}

.profile .available a {
    color: #999;
    display: inline-block;
}

.profile .available a:hover { color: #28275a; }

@media screen and (max-width: 991px) {
    .author-wrapper.profile { margin-top: 30px; }
}

@media screen and (max-width: 479px) {
    .box-padding .cta-button .btn {
        display: block;
        margin-top: 10px;
    }

    .profile .author-meta li .title { width: 80px; }

    .profile .author-meta li .address { width: 60%; }
}



/* ================= Progress bar ==================== */

.progress-section { position: relative; }

.progress-title {
    display: block;
    margin-bottom: 8px;
}

.progress {
    background-color: #eee;
    border-radius: 0;
    box-shadow: none;
    height: 5px;
    margin-bottom: 30px;
    overflow: visible;
}

.progress-bar {
    box-shadow: none;
    text-align: right;
}

.progress-bar span {
    color: #999;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    top: -32px;
}


/*IE Fixing*/

.ie11 .progress-bar span,
.ie10 .progress-bar span,
.ie9 .progress-bar span {
    right: 0;
    top: -25px;
}

.progress .progress-bar.six-sec-ease-in-out {
    -moz-transition: width 2s ease-in-out;
    -o-transition: width 2s ease-in-out;
    -webkit-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
}


/*Progress Dot Style*/

.progress-dot { position: relative; }

.progress-dot::before {
    background-color: #28275a;
    border-radius: 50%;
    content: "";
    height: 20px;
    margin-top: -8px;
    position: absolute;
    right: -1px;
    top: 0;
    width: 20px;
}



/* ================= Clients ==================== */

.clients-grid .border-box {
    -moz-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
    border: 1px solid #eee;
    margin-bottom: -1px;
    margin-left: -1px;
    transition: box-shadow 0.3s;
}

.clients-grid .border-box a {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clients-grid .border-box img {
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    /*-webkit-filter: grayscale(100%);*//* Chrome, Safari, Opera */
    /*filter: grayscale(100%);*/
    -webkit-transition: all 0.3s;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 50px;
    transition: all 0.3s;
    width: 100%;
}

.clients-grid .border-box img:hover {
    /*-webkit-filter: grayscale(0%);*/
    /*filter: grayscale(0%);*/
}

.clients-grid .border-box:hover { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }


/*
Grid Gutter Style
---------------------------------------------------------------------------*/

.clients-grid.grid-gutter .border-box { margin-bottom: 30px; }

/*
Gutter Style
---------------------------------------------------------------------------*/

@media (max-width: 991px) {
    .clients-grid.gutter .border-box { margin-bottom: 30px; }
}



/*
Gallery Thumb
-----------------------------------------------------*/

.gallery-thumb .flex-viewport li img { width: 100%; }

.gallery-thumb .flex-control-thumbs { margin: -35px 0 0; }

.gallery-thumb .flex-control-thumbs li {
    float: none;
    margin: 0 5px;
    width: 70px;
}

.gallery-thumb .flex-control-thumbs img {
    background: #fff;
    border-radius: 50%;
    height: 70px !important;
    opacity: 1;
    padding: 5px;
    position: relative;
    width: 70px;
    z-index: 100;
}

.gallery-thumb .flex-direction-nav a {
    bottom: 45px;
    opacity: 1;
    text-align: center;
    top: auto;
}

.gallery-thumb .flex-direction-nav .flex-prev { left: 15px; }

.gallery-thumb .flex-direction-nav .flex-next { right: 15px; }

.gallery-thumb .flex-direction-nav a.flex-prev::before,
.gallery-thumb .flex-direction-nav a.flex-next::before {
    color: #fff;
    font-family: 'Material Icons';
    font-size: 20px;
}

.gallery-thumb .flex-direction-nav a.flex-prev::before { content: 'arrow_back'; }

.gallery-thumb .flex-direction-nav a.flex-next::before { content: 'arrow_forward'; }


@media screen and (max-width: 370px) {
    .gallery-thumb .flex-control-thumbs li { width: 50px; }

    .gallery-thumb .flex-control-thumbs img {
        height: 50px !important;
        width: 50px;
    }
}



/* ====== Food Menu CSS for restaurant and coffee shop ====== */

/*you can remove this css if you not use restaurant demo or coffee shop demo*/

.food-menu-category { padding-bottom: 35px; }

.food-menu-category .food-menu-wrapper {
    -moz-transition: box-shadow .3s ease-out;
    -ms-transition: box-shadow .3s ease-out;
    -o-transition: box-shadow .3s ease-out;
    -webkit-transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;
}

.food-menu-category:hover .food-menu-wrapper { box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.food-menu-intro { padding: 24px; }

.food-menu-intro .material-icons { font-size: 40px; }

.food-menu-list { padding: 30px; }

.food-menu {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.food-menu-title { margin-bottom: 5px; }

.food-menu-detail { line-height: 20px; }

.food-menu-price { font-style: italic; }

.food-menu-price-detail {
    position: relative;
    text-align: right;
}

.food-menu-label {
    background: #fff8f1;
    color: #28275a;
    display: inline-block;
    float: right;
    font-size: 13px;
    font-style: italic;
    padding: 0 10px;
    position: relative;
}



/*Flat Icon Setup*/

i[class^="flaticon-"] {
    display: inline-block;
    line-height: 50px;
}

i[class^="flaticon-"]:before {
    font-size: 45px;
    margin-left: 0;
}





/* ================= Material CSS Customization ==================== */

nav { background-color: transparent; }

nav ul,
nav ul li { float: none; }

nav ul li:hover,
nav ul li.active { background-color: transparent; }

nav ul a { font-size: inherit; }


@media only screen and (min-width: 1200px) {
    .container { width: 100%; }
}

@media only screen and (max-width: 749px) {
    .container { width: 100%; }
}

@media only screen and (max-width: 601px) {
    .container { width: 100%; }
}

.container .row,
.container-fluid .row { margin-bottom: 0; }

.container .row {
    margin-left: -1px;
    margin-right: -10px;
}

.row .col {
    padding-left: 15px;
    padding-right: 15px;
}

.carousel { height: auto; }


#owl-demo .section img {
    display: block;
    height: auto;
    width: 100%;
}


/* Button Style In Shortcode Page
/* ---------------------------------- */

.button-style .btn,
.button-style .btn-large {
    margin-bottom: 30px;
    margin-right: 30px;
}

.button-style .btn-floating i { height: auto !important; }

/*Equal Height Columns*/

@media (max-width: 767px) {
    .equal-height-column { height: auto !important; }
}



/*TT Animate CSS*/

.tt-animate i {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
    text-align: center;
    transition: all 0.5s;
}

.tt-animate i::before {
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased !important;
    display: block;
    speak: none;
}


/*Left To Right*/

.tt-animate.ltr i:hover::before {
    -moz-animation: LeftToRight 0.3s forwards;
    -webkit-animation: LeftToRight 0.3s forwards;
    animation: LeftToRight 0.3s forwards;
}

.tt-animate.ltr i:before {
    -moz-animation: RightToLeft 0.3s forwards;
    -webkit-animation: RightToLeft 0.3s forwards;
    animation: RightToLeft 0.3s forwards;
}


/*Right To Left*/

.tt-animate.btt i:hover::before {
    -moz-animation: BottomToTop 0.3s forwards;
    -webkit-animation: BottomToTop 0.3s forwards;
    animation: BottomToTop 0.3s forwards;
}

.tt-animate.btt i:before {
    -moz-animation: TopToBottom 0.3s forwards;
    -webkit-animation: TopToBottom 0.3s forwards;
    animation: TopToBottom 0.3s forwards;
}


/*---------------------------------------------------------
KEY FRAME 
-----------------------------------------------------------*/

/* Left to Right key frame*/

@-webkit-keyframes LeftToRight {
    49% { -webkit-transform: translate(100%); }

    50% {
        -webkit-transform: translate(-100%);
        opacity: 0;
    }

    51% { opacity: 1; }
}

@-moz-keyframes LeftToRight {
    49% { -moz-transform: translate(100%); }

    50% {
        -moz-transform: translate(-100%);
        opacity: 0;
    }

    51% { opacity: 1; }
}

@keyframes LeftToRight {
    49% { transform: translate(100%); }

    50% {
        opacity: 0;
        transform: translate(-100%);
    }

    51% { opacity: 1; }
}

/* Right to Left key frame*/

@-webkit-keyframes RightToLeft {
    49% { -webkit-transform: translate(100%); }

    50% {
        -webkit-transform: translate(-100%);
        opacity: 0;
    }

    51% { opacity: 1; }
}

@-moz-keyframes RightToLeft {
    49% { -webkit-transform: translate(-100%); }

    50% {
        -webkit-transform: translate(100%);
        opacity: 0;
    }

    51% { opacity: 1; }
}

@keyframes RightToLeft {
    49% { -webkit-transform: translate(100%); }

    50% {
        -webkit-transform: translate(-100%);
        opacity: 0;
    }

    51% { opacity: 1; }
}

/* Bottom to Top key frame*/

@-webkit-keyframes BottomToTop {
    49% { -webkit-transform: translateY(-100%); }

    50% {
        -webkit-transform: translateY(100%);
        opacity: 0;
    }

    51% { opacity: 1; }
}

@-moz-keyframes BottomToTop {
    49% { -moz-transform: translateY(-100%); }

    50% {
        -moz-transform: translateY(100%);
        opacity: 0;
    }

    51% { opacity: 1; }
}

@keyframes BottomToTop {
    49% { transform: translateY(-100%); }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% { opacity: 1; }
}


/* Top to Bottom key frame*/

@-webkit-keyframes TopToBottom {
    49% { -webkit-transform: translateY(-100%); }

    50% {
        -webkit-transform: translateY(100%);
        opacity: 0;
    }

    51% { opacity: 1; }
}

@-moz-keyframes TopToBottom {
    49% { -moz-transform: translateY(-100%); }

    50% {
        -moz-transform: translateY(100%);
        opacity: 0;
    }

    51% { opacity: 1; }
}

@keyframes TopToBottom {
    49% { transform: translateY(-100%); }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% { opacity: 1; }
}



/*device-mockup*/

.device-mockup {
    padding-bottom: 61.775701%;
    position: relative;
    width: 100%;
}

.device-mockup > .device {
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-image: url("imagens/device-mockups/macbook.png");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.device-mockup > .device > .screen {
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    background-color: #000;
    bottom: 14.6747352%;
    left: 13.364486%;
    overflow: hidden;
    position: absolute;
    right: 13.364486%;
    top: 11.0438729%;
    transform: translateZ(0);
}


.device-mockup[data-device="ipad"],
.device-mockup[data-device="ipad"][data-orientation="portrait"] { padding-bottom: 128.406276%; }

.device-mockup[data-device="ipad"][data-orientation="landscape"] { padding-bottom: 79.9086758%; }

.device-mockup[data-device="ipad"] > .device,
.device-mockup[data-device="ipad"][data-color="black"] > .device,
.device-mockup[data-device="ipad"][data-orientation="portrait"][data-color="black"] > .device { background-image: url("imagens/device-mockups/ipad_port_black.png"); }

.device-mockup[data-device="ipad"][data-color="white"] > .device,
.device-mockup[data-device="ipad"][data-orientation="portrait"][data-color="white"] > .device { background-image: url("imagens/device-mockups/ipad_port_white.png"); }

.device-mockup[data-device="ipad"][data-orientation='landscape'] > .device,
.device-mockup[data-device="ipad"][data-orientation="landscape"][data-color="black"] > .device { background-image: url("imagens/device-mockups/ipad_land_black.png"); }

.device-mockup[data-device="ipad"][data-orientation="landscape"][data-color="white"] > .device { background-image: url("imagens/device-mockups/ipad_land_white.png"); }

.device-mockup[data-device="ipad"] > .device > .screen,
.device-mockup[data-device="ipad"][data-orientation="portrait"] > .device > .screen {
    bottom: 12.154341%;
    left: 13.45995%;
    right: 13.45995%;
    top: 12.025723%;
}

.device-mockup[data-device="ipad"][data-orientation="landscape"] > .device > .screen {
    bottom: 13.87755102%;
    left: 11.5459883%;
    right: 11.5459883%;
    top: 13.87755102%;
}

/*screenshot-carousel*/

.screenshot-carousel-wrapper .carousel-control {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background: #fff;
    background-image: none !important;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    filter: alpha(opacity=100);
    font-size: 40px;
    height: 70px;
    line-height: 70px;
    margin-top: -35px;
    opacity: 1;
    text-shadow: none;
    top: 50%;
    transition: all 0.3s ease;
    width: 70px;
}

.screenshot-carousel-wrapper .carousel-control:hover {
    background: #81c784;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #fff;
}

@media screen and (min-width: 850px) {
    .screenshot-carousel-wrapper .carousel-control.left { left: -70px; }

    .screenshot-carousel-wrapper .carousel-control.right { right: -70px; }
}

@media screen and (max-width: 767px) {
    .screenshot-carousel-wrapper .carousel-control {
        font-size: 24px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px;
        width: 40px;
    }
}




/* ========== Newsletter Subscription ============== */

.subscription-success {
    color: #fff;
    line-height: 24px;
    margin-top: 20px;
}





/* ================= Search Style ==================== */

.has-header-search .menuzord-menu { margin-right: 30px; }

.search-trigger {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 200
}

.search-trigger:focus { outline: none }

.search-trigger i {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    color: #202020;
    font-size: 18px;
    left: 0;
    line-height: 102px;
    margin: 0px auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease;
}

@media (min-width: 769px) {
    .search-trigger.light i { color: #fff; }

    .search-trigger.dark i { color: #202020; }

    .sticky .search-trigger.light i { color: #999; }

    .sticky .search-trigger.light.semidark i { color: #fff; }
}

.search-trigger i:hover { color: #28275a; }

.tt-nav.sticky .search-trigger i.material-icons { line-height: 62px; }


.search-trigger .search-btn {
    -moz-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50%;
    box-sizing: border-box;
    height: 40px;
    margin-top: 30px;
    outline: 0;
    padding: 0;
    transform-origin: 50%;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    width: 40px;
}

.search-trigger .search-btn:active,
.search-trigger .search-btn:focus { outline: none }

.search-trigger .icon-search,
.search-trigger .search-close {
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.icon-search {
    font-size: 28px;
    left: 20px;
    position: absolute;
    top: 18px;
}

.search-close {
    -moz-transform: translate(10px, 0) rotate(90deg);
    -moz-transition: all 0.3s ease-in-out;
    -ms-transform: translate(10px, 0) rotate(90deg);
    -ms-transition: all 0.3s ease-in-out;
    -o-transform: translate(10px, 0) rotate(90deg);
    -o-transition: all 0.3s ease-in-out;
    -webkit-transform: translate(10px, 0) rotate(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    font-size: 30px;
    position: fixed;
    right: 35px;
    top: 35px;
    transform: translate(10px, 0) rotate(90deg);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    z-index: 1001;
}

.search-close:hover { color: #fff; }

.search-form-wrapper { position: relative; }

.search-form-wrapper .search-button {
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 30px;
    width: 40px;
}

.search-form-wrapper .input-field label,
.search-form-wrapper .input-field input[type=text] {
    color: #fff;
    font-size: 17px;
}

.search-form-wrapper .input-field label.active { font-size: 12px; }


.search-form-wrapper form {
    -moz-opacity: 0;
    -moz-transform: translate(40px, 0);
    -moz-transition: all 0.3s ease-in-out;
    -ms-transform: translate(40px, 0);
    -ms-transition: all 0.3s ease-in-out;
    -o-transform: translate(40px, 0);
    -o-transition: all 0.3s ease-in-out;
    -webkit-opacity: 0;
    -webkit-transform: translate(40px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 150px;
    transform: translate(40px, 0);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    z-index: 1000;
}

.active-search { overflow: hidden }

.active-search .search-form-wrapper form,
.active-search .search-close {
    -moz-opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-opacity: 1;
    -webkit-transform: none;
    opacity: 1;
    pointer-events: all;
    transform: none;
    visibility: visible;
}

.active-search .search-trigger .icon-search {
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    visibility: hidden
}

.active-search .search-trigger .search-btn {
    -moz-transform: scale(90);
    -ms-transform: scale(90);
    -o-transform: scale(90);
    -webkit-transform: scale(90);
    background-color: rgba(3, 169, 244, 0.9);
    cursor: default;
    position: relative;
    transform: scale(90);
    z-index: 300;
}


@media screen and (max-width: 1440px) {
    .search-trigger i { line-height: 48px; }

    .search-trigger .search-btn { margin-top: 6px; }
}




/* ================= Preloader ==================== */

#preloader {
    background: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#preloader .preloader-position {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#preloader .progress {
    height: 2px;
    margin: 35px 0;
}

#preloader .progress .indeterminate { background: #28275a; }

/* ajustes */

#owlbannerhome { width: 100% !important; }

.completebanner { margin-top: -30px; }

#owlbannerhome .owl-dots {
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
}

@media screen and (max-width: 1880px) {
    .has-header-search .menuzord-responsive .showhide {
        margin-right: 0px !important;
    }
}

@media screen and (max-width: 992px) {
}

.top-bar .social-top a i { color: #fff; }


.menuzord .menuzord-menu > li.active > a, .menuzord .menuzord-menu > li.active > a > i, .menuzord .menuzord-menu > li:hover > a, .menuzord .menuzord-menu > li:hover > a > i {
    border-radius: 10px;
    color: #28275a !important;
}

.menuzord-menu ul.dropdown li:hover > a, .menuzord-menu ul.dropdown li.active > a, .menuzord-menu > li > .megamenu .megamenu-row li:hover > a, .menuzord-menu > li > .megamenu .megamenu-row li.active > a {
    background-color: #fafafa;
    color: #28275a;
}

.menuzord-menu ul.dropdown li > a::before, .menuzord-menu > li > .megamenu .megamenu-row li > a::before { background-color: #28275a; }

.brand-hover:hover { background-color: #66bb6a !important; }

.pricing-table:hover .brand-hover {
    background-color: #66bb6a;
    color: #fff;
}

.package-price { background-color: #66bb6a; }

.brand-icon { color: #28275a; }

.footer-list li a {
    color: #ffffff;
    font-size: 12px;
}

.brand-bg { background: #175690 !important; }

.menuzord-menu > li > a, .menuzord-menu > li > a > i, .dark.menuzord-menu > li > a { color: #fff; }

.tt-nav.transparent-header.sticky .logo-brand { display: inline-block; }

.tt-nav.transparent-header .logo-brand { display: none; }

.tt-nav.transparent-header .logo-brand2 { display: inline-block; }

.tt-nav.transparent-header.sticky .logo-brand2 { display: none; }

.tt-nav.nav-border-bottom .logo-brand2 { display: none; }

.process-wrapper { padding: 110px 110px 0 110px; }

@media (max-width: 1880px) {
    .process-wrapper {
        padding: 110px 15px 0 15px;
    }

    .tt-nav.transparent-header.sticky .logo-brand {
        display: none;
    }

    .tt-nav.transparent-header .logo-brand {
        display: inline-block;
    }

    .tt-nav.transparent-header .logo-brand2 {
        display: none;
    }

    .tt-nav.transparent-header.sticky .logo-brand2 {
        display: inline-block;
    }

    .menuzord-menu > li > a, .menuzord-menu > li > a > i, .dark.menuzord-menu > li > a {
        color: #000;
    }

    .menuzord-responsive .menuzord-menu > li > a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        display: block;
        padding: 12px 20px;
        width: 100%;
    }

    .nav-boxed-color .menuzord-menu > li > a {
        margin: 0px 0;
    }
}

.logo-brand2 {
    line-height: 60px;
    margin: 15px 30px 0 0;
}

.ativar { margin-bottom: 30px; }

.believe-wrapper { padding: 0 120px; }

.mission-wrapper { padding: 0 100px; }

.tt-nav .logo-brand img { height: 41px !important; }

.font-size60 { font-size: 70px; }

.package-price .currency-symbol, .package-price .price { font-size: 28px; }

.footer p { color: #ffffff; }

.primary-footer .form-group input[type="text"], .primary-footer .form-group input[type="email"] {
    background-color: #d81616;
    color: #ffffff !important;
    float: left;
    width: 76%;
}

.primary-footer .widget .form-control {
    border: 1px solid #fff !important;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding: 0 0 0 12px;
}

.fa-long-arrow-right:before {
    color: red;
    content: "\f178";
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #dadada !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #dadada !important;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #dadada !important;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #dadada !important;
}

.f-colorback { color: #000; }

.f-colorwhite { color: #fff; }

.f-size14 { font-size: 14px !important; }

.f-size16 { font-size: 16px !important; }

.f-size18 { font-size: 18px !important; }

.f-size20 { font-size: 20px !important; }

.f-size22 { font-size: 22px !important; }

.f-size24 { font-size: 24px !important; }

.f-size26 { font-size: 26px !important; }

.f-size28 { font-size: 28px !important; }

.f-size30 { font-size: 30px !important; }

.lineheight16 { line-height: 16px !important; }

.seo-service .bg-overlay { background-color: #FF0040; }

.blog-carousel.owl-theme .owl-dots .owl-dot.active span, .blog-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #FF0040;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.back-top {
    left: 0;
    margin: 0 auto;
    position: absolute !important;
    right: 0;
    top: -116px;
}

#tagcloud li a { color: #fff; }

#email[type=text]:focus:not([readonly]), #email[type=password]:focus:not([readonly]), #email[type=email]:focus:not([readonly]), #email[type=url]:focus:not([readonly]), #email[type=time]:focus:not([readonly]), #email[type=date]:focus:not([readonly]), #email[type=datetime-local]:focus:not([readonly]), #email[type=tel]:focus:not([readonly]), #email[type=number]:focus:not([readonly]), #email[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 1px 0 0 #ffffff;
}

#email[type=text]:focus:not([readonly]) + label, #email[type=password]:focus:not([readonly]) + label, #email[type=email]:focus:not([readonly]) + label, #email[type=url]:focus:not([readonly]) + label, #email[type=time]:focus:not([readonly]) + label, #email[type=date]:focus:not([readonly]) + label, #email[type=datetime-local]:focus:not([readonly]) + label, #email[type=tel]:focus:not([readonly]) + label, #email[type=number]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label { color: #ffffff !important; }

.input-fieldbusca input[type=text].invalid, .input-fieldbusca input[type=password].invalid, .input-fieldbusca input[type=email].invalid, .input-fieldbusca input[type=url].invalid, .input-fieldbusca input[type=date].invalid, .input-fieldbusca input[type=tel].invalid, .input-fieldbusca input[type=number].invalid, .input-fieldbusca input[type=search].invalid, .input-fieldbusca textarea.materialize-textarea.invalid {
    -moz-box-shadow: 0 1px 0 0 #ffffff;
    -webkit-box-shadow: 0 1px 0 0 #ffffff;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 1px 0 0 #ffffff;
}

.input-fieldbusca label { color: #fff !important; }

.package-price2 { background-color: #3f51b5; }

.pricing-table2 .brand-hover:hover { background-color: #28275a !important; }

.pricing-table2:hover .brand-hover {
    background-color: #28275a;
    color: #fff;
}

.default-blog .entry-header .posted-in {
    background: #FF0040 !important;
    border-radius: 10px;
    padding-bottom: 0 !important;
    padding-top: 0px !important;
}

.border-bottom-tab .nav-tabs > li.active > a, .border-bottom-tab .nav-tabs > li.active > a:focus, .border-bottom-tab .nav-tabs > li.active > a:hover, .border-bottom-tab .nav-tabs.nav-justified > .active > a, .border-bottom-tab .nav-tabs.nav-justified > .active > a:focus, .border-bottom-tab .nav-tabs.nav-justified > .active > a:hover {
    border-bottom: 4px solid #FF0040 !important;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    color: #202020;
}

.post-pagination > li > a:focus, .post-pagination > li > a:hover, .post-pagination > li > span:focus, .post-pagination > li > span:hover, .post-pagination > li > span.current {
    background-color: #FF0040;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
}

span.badge {
    color: #fff;
    min-width: auto !important;
    padding: 5px !important;
}

.team-tab .nav-tabs > li.active > a::before {
    background: rgba(93, 93, 93, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

/*
Default Form Style
--------------------------------------------*/

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
    border-bottom: 1px solid #cccccc;
    font-size: 14px !important;
}

input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label { color: #000 !important; }

textarea.materialize-textarea { min-height: 60px !important; }

/*About Page*/

.carousel-studio .carousel-control {
    background-image: none;
    border: 1px solid #fff;
    border-radius: 50%;
    filter: 0;
    font-size: 30px;
    height: 50px;
    line-height: 48px;
    margin-top: -25px;
    opacity: 0;
    text-shadow: none;
    top: 50%;
    width: 50px;
}

.carousel-studio:hover .carousel-control { opacity: 1; }

.carousel-studio .carousel-control:hover {
    background-color: #fff;
    border: 1px solid transparent;
    color: #2ecc71;
}

.carousel-studio .carousel-control.left { left: 30px; }

.carousel-studio .carousel-control.right { right: 30px; }

.nav-tabs > li > a, .nav-tabs.nav-justified > li > a { background: #ddd; }

.blog-carousel .owl-nav div {
    background: none !important;
    color: #FFF;
    text-decoration: none;
}

.select-wrapper span.select-dropdown {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #444;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 3rem;
    line-height: 3rem;
    margin: 0 0 15px 0;
    outline: none;
    padding: 0;
    position: relative;
    position: relative;
    width: 100%;
}

.selectspan span { top: 25px !important; }

.tablealuno .media .media-body a { color: #000 !important; }

/*LOADING ORTOBRAS*/

#fountainTextG {
    margin: auto;
    width: 164px;
}

.fountainTextG {
    -moz-animation-direction: normal;
    -moz-animation-duration: 2.09s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: bounce_fountainTextG;
    -moz-transform: scale(.5);
    -ms-animation-direction: normal;
    -ms-animation-duration: 2.09s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-name: bounce_fountainTextG;
    -ms-transform: scale(.5);
    -o-animation-direction: normal;
    -o-animation-duration: 2.09s;
    -o-animation-iteration-count: infinite;
    -o-animation-name: bounce_fountainTextG;
    -o-transform: scale(.5);
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2.09s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: bounce_fountainTextG;
    -webkit-transform: scale(.5);
    animation-direction: normal;
    animation-duration: 2.09s;
    animation-iteration-count: infinite;
    animation-name: bounce_fountainTextG;
    color: rgb(255, 255, 255);
    float: left;
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    transform: scale(.5);
}

#fountainTextG_1 {
    -moz-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

#fountainTextG_2 {
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#fountainTextG_3 {
    -moz-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}

#fountainTextG_4 {
    -moz-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

#fountainTextG_5 {
    -moz-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s;
}

#fountainTextG_6 {
    -moz-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

#fountainTextG_7 {
    -moz-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    animation-delay: 1.64s;
}

#fountainTextG_8 {
    -moz-animation-delay: 1.79s;
    -ms-animation-delay: 1.79s;
    -o-animation-delay: 1.79s;
    -webkit-animation-delay: 1.79s;
    animation-delay: 1.79s;
}

#fountainTextG_9 {
    -moz-animation-delay: 1.94s;
    -ms-animation-delay: 1.94s;
    -o-animation-delay: 1.94s;
    -webkit-animation-delay: 1.94s;
    animation-delay: 1.94s;
}

#fountainTextG_10 {
    -moz-animation-delay: 2.09s;
    -ms-animation-delay: 2.09s;
    -o-animation-delay: 2.09s;
    -webkit-animation-delay: 2.09s;
    animation-delay: 2.09s;
}

#fountainTextG_11 {
    -moz-animation-delay: 2.24s;
    -ms-animation-delay: 2.24s;
    -o-animation-delay: 2.24s;
    -webkit-animation-delay: 2.24s;
    animation-delay: 2.24s;
}

#fountainTextG_12 {
    -moz-animation-delay: 2.39s;
    -ms-animation-delay: 2.39s;
    -o-animation-delay: 2.39s;
    -webkit-animation-delay: 2.39s;
    animation-delay: 2.39s;
}

#fountainTextG_13 {
    -moz-animation-delay: 2.54s;
    -ms-animation-delay: 2.54s;
    -o-animation-delay: 2.54s;
    -webkit-animation-delay: 2.54s;
    animation-delay: 2.54s;
}

#fountainTextG_14 {
    -moz-animation-delay: 2.69s;
    -ms-animation-delay: 2.69s;
    -o-animation-delay: 2.69s;
    -webkit-animation-delay: 2.69s;
    animation-delay: 2.69s;
}




@keyframes bounce_fountainTextG {
    0% {
        color: rgb(255, 255, 255);
        transform: scale(1);
    }

    100% {
        color: rgb(255, 255, 255);
        transform: scale(.5);
    }
}

@-o-keyframes bounce_fountainTextG {
    0% {
        -o-transform: scale(1);
        color: rgb(255, 255, 255);
    }

    100% {
        -o-transform: scale(.5);
        color: rgb(255, 255, 255);
    }
}

@-ms-keyframes bounce_fountainTextG {
    0% {
        -ms-transform: scale(1);
        color: rgb(255, 255, 255);
    }

    100% {
        -ms-transform: scale(.5);
        color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes bounce_fountainTextG {
    0% {
        -webkit-transform: scale(1);
        color: rgb(255, 255, 255);
    }

    100% {
        -webkit-transform: scale(.5);
        color: rgb(255, 255, 255);
    }
}

@-moz-keyframes bounce_fountainTextG {
    0% {
        -moz-transform: scale(1);
        color: rgb(255, 255, 255);
    }

    100% {
        -moz-transform: scale(.5);
        color: rgb(255, 255, 255);
    }
}



/* Hiding the checkbox, but allowing it to be focused */

.btnCustom {
    border: 0;
    border-radius: 10px;
    font-size: 12px;
    height: 30 px;
    line-height: 20px;
    padding: 12px 10px;
}

.btnCustom:hover { cursor: pointer; }

.badgebox { opacity: 0; }

.badgebox + .badge {
    margin-left: 20px;
    /* Move the check mark away when unchecked */
    text-indent: -999999px;
    /* Makes the badge's width stay the same checked and unchecked */
    width: 27px;
}

.badgebox:focus + .badge {
    /* Set something to make the badge looks focused */
    /* This really depends on the application, in my case it was: */
    
    /* Adding a light border */
    box-shadow: inset 0px 0px 5px;
    /* Taking the difference out of the padding */
}

.badgebox:checked + .badge {
    /* Move the check mark back when checked */
    text-indent: 0;
}



.section-learn-outline .section-title {
    background-color: #cf3434;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    padding: 0 15px;
}

.section-learn-outline li {
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    border-bottom: 1px solid #d4d4d4;
    padding: 14px 62px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.section-learn-outline li h6 {
    color: #666;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.section-learn-outline li p {
    font-size: 13px;
    line-height: 1.6em;
    margin-top: 5px;
}

.section-learn-outline li:before {
    background-color: #ddd;
    content: '';
    display: block;
    height: 100%;
    left: 20px;
    position: absolute;
    top: 0;
    width: 3px;
}

.section-learn-outline li:hover { background-color: #eee; }

.section-learn-outline li:hover .download .icon,
.section-learn-outline li:hover .download .fa { color: #666; }

.section-learn-outline li .download {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.section-learn-outline li .download a { display: block; }

.section-learn-outline li .download .icon,
.section-learn-outline li .download .fa {
    -moz-transform: translate(0, 0);
    -moz-transition: all 0.3s ease 0s;
    -ms-transform: translate(0, 0);
    -ms-transition: all 0.3s ease 0s;
    -o-transform: translate(0, 0);
    -o-transition: all 0.3s ease 0s;
    -webkit-transform: translate(0, 0);
    -webkit-transition: all 0.3s ease 0s;
    color: #d4d4d4;
    position: static;
    transform: translate(0, 0);
    transition: all 0.3s ease 0s;
}

.section-learn-outline li .download .icon:hover,
.section-learn-outline li .download .fa:hover { color: #990000; }

.section-learn-outline li .download .download-ct {
    -moz-border-radius: 4px;
    -moz-transform: translate(-50%, -100%);
    -moz-transition: all 0.3s ease 0s;
    -ms-transform: translate(-50%, -100%);
    -ms-transition: all 0.3s ease 0s;
    -o-transform: translate(-50%, -100%);
    -o-transition: all 0.3s ease 0s;
    -webkit-border-radius: 4px;
    -webkit-transform: translate(-50%, -100%);
    -webkit-transition: all 0.3s ease 0s;
    background-color: #000;
    border-radius: 4px;
    color: #666;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    left: 50%;
    opacity: 0;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    top: -18px;
    transform: translate(-50%, -100%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
}

.section-learn-outline li .download .download-ct span { line-height: 1.4em; }

.section-learn-outline li .download .download-ct:before {
    border: 6px solid transparent;
    border-top-color: #000;
    bottom: -11px;
    content: '';
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0;
}

.section-learn-outline li .download:hover .download-ct {
    opacity: 1;
    top: -12px;
    visibility: visible;
}

.section-learn-outline li.active { background-color: #eee; }

.section-learn-outline li.active .download .icon,
.section-learn-outline li.active .download .fa { color: #666; }

.section-learn-outline .list-body { text-align: left; }

.section-learn-outline .list-body a { display: block; }

.section-learn-outline .div-x {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #fff;
    border: 3px solid #ccc;
    border-radius: 50%;
    bottom: 0;
    height: 24px;
    left: 20px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 24px;
}

.section-learn-outline .div-x .icon {
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    color: #fff;
    font-size: 9px;
    line-height: 18px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.section-learn-outline .o-view .div-x {
    background-color: #990000;
    border-color: #990000;
}

.section-learn-outline .o-view .div-x .icon { opacity: 1; }



[type="checkbox"].verdadeiro-ou-falso + label {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    height: 25px;
    line-height: 20px;
    padding-left: 35px;
    position: relative;
    user-select: none;
}

[type="checkbox"].verdadeiro-ou-falso + label:before {
    -webkit-transition: .2s;
    border: 2px solid #5a5a5a;
    border-color: red;
    border-radius: 1px;
    box-sizing: content-box;
    color: red;
    content: 'F';
    height: 18px;
    left: 0;
    margin-top: 2px;
    padding-left: 6px;
    position: absolute;
    top: -2px;
    transition: .2s;
    width: 18px;
    z-index: 0;
}

[type="checkbox"].verdadeiro-ou-falso:checked + label:before {
    -webkit-transform: scale(0);
    -webkit-transform: rotate(0deg);
    -webkit-transition: .2s;
    border: 2px solid #5a5a5a;
    border-color: #26a69a;
    border-radius: 1px;
    box-sizing: content-box;
    color: #26a69a;
    content: 'V';
    height: 18px;
    left: 0;
    margin-top: 2px;
    padding-left: 6px;
    position: absolute;
    top: -2px;
    transform: rotate(0deg);
    transition: .2s;
    width: 18px;
    z-index: 0;
}

[type="checkbox"].verdadeiro-ou-falso:indeterminate + label:before {
    -webkit-transform: scale(0);
    -webkit-transform: rotate(0deg);
    -webkit-transition: .2s;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    box-sizing: content-box;
    content: '';
    height: 18px;
    left: 0;
    margin-top: 2px;
    padding-left: 6px;
    position: absolute;
    top: -2px;
    transform: rotate(0deg);
    transition: .2s;
    width: 18px;
    z-index: 0;
}



/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */

.cd-container {
    margin: 0 auto;
    max-width: 1170px;
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
}

.cd-container::after {
    clear: both;
    /* clearfix */
    content: '';
    display: table;
}

/* -------------------------------- 

Lista de materiais

-------------------------------- */



#cd-timeline {
    /*margin-top: 2em;*/
    margin-bottom: 2em;
    padding: 2em 0;
    position: relative;
}

#cd-timeline::before {
    background: #d7e4ed;
    /* this is the vertical line */
    content: '';
    height: 100%;
    left: 18px;
    position: absolute;
    top: 0;
    width: 4px;
}



.cd-timeline-block {
    margin: 2em 0;
    position: relative;
}

.cd-timeline-block .cd-timeline-content:hover { background-color: thistle; }

.cd-timeline-block:after {
    clear: both;
    content: "";
    display: table;
}

.cd-timeline-block:first-child { margin-top: 0; }

.cd-timeline-block:last-child { margin-bottom: 0; }




.cd-timeline-icon {
    left: -7px;
    position: absolute;
    top: 0;    
}

.cd-timeline-img {
    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);
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}

.cd-timeline-img img {
    display: block;
    height: 24px;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    position: relative;
    top: 50%;
    width: 24px;
}

.cd-timeline-img.cd-picture { background: #75ce66; }

.cd-timeline-img.cd-movie { background: #c03b44; }

.cd-timeline-img.cd-location { background: #f0ca45; }



@-webkit-keyframes cd-bounce-1 {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }

    100% { -webkit-transform: scale(1); }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        -moz-transform: scale(0.5);
        opacity: 0;
    }

    60% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }

    100% { -moz-transform: scale(1); }
}

@keyframes cd-bounce-1 {
    0% {
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0;
        transform: scale(0.5);
    }

    60% {
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content {
    background: white;
    border-radius: 0.25em;
    margin-left: 60px;
    padding: 1em;
    position: relative;    
}

.cd-timeline-content:after {
    clear: both;
    content: "";
    display: table;
}

.cd-timeline-content h2 { color: #303e49; }

.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 {
    line-height: 1.6;
    margin: 1em 0;
}

.cd-timeline-content .cd-read-more {
    background: #acb7c0;
    border-radius: 0.25em;
    color: white;
    float: right;
    padding: .8em 1em;
}

.no-touch .cd-timeline-content .cd-read-more:hover { background-color: #bac4cb; }

.cd-timeline-content .cd-date {
    float: left;
    opacity: .7;
    padding: .8em 0;
}

.cd-timeline-content::before {
    border: 7px solid transparent;
    border-right: 7px solid white;
    content: '';
    height: 0;
    position: absolute;
    right: 100%;
    top: 16px;
    width: 0;
}


@-webkit-keyframes cd-bounce-2 {
    0% {
        -webkit-transform: translateX(-100px);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(20px);
        opacity: 1;
    }

    100% { -webkit-transform: translateX(0); }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        -moz-transform: translateX(-100px);
        opacity: 0;
    }

    60% {
        -moz-transform: translateX(20px);
        opacity: 1;
    }

    100% { -moz-transform: translateX(0); }
}

@keyframes cd-bounce-2 {
    0% {
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        -webkit-transform: translateX(-100px);
        opacity: 0;
        transform: translateX(-100px);
    }

    60% {
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        -webkit-transform: translateX(20px);
        opacity: 1;
        transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        -webkit-transform: translateX(100px);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20px);
        opacity: 1;
    }

    100% { -webkit-transform: translateX(0); }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        -moz-transform: translateX(100px);
        opacity: 0;
    }

    60% {
        -moz-transform: translateX(-20px);
        opacity: 1;
    }

    100% { -moz-transform: translateX(0); }
}

@keyframes cd-bounce-2-inverse {
    0% {
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        -webkit-transform: translateX(100px);
        opacity: 0;
        transform: translateX(100px);
    }

    60% {
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        opacity: 1;
        transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}