*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    height: 100%;
    /*-webkit-font-smoothing: antialiased;*/
}

.intro-text a { color: white; text-decoration: none; }

.intro-text .arrow {
  text-align: center;
  margin: 8% 0;
}
.intro-text .bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.main-title {
    font-family: "bebas_neueregular",sans-serif;
    font-weight: 400;
}

.sub-title {
    font-family: "quatro-slab",sans-serif;
    line-height: 150%;
}

.huge-title {
    font-size: 85px;
}

body {
    background-color: #f2f4f4;
    color: #222222;
    overflow-x: hidden;
    font-family: "din-2014",sans-serif;
}

/*--------------------------------*/
/*----   TYPEKIT SELECTORS  -----*/
/*------------------------------*/

@font-face {
    font-family: 'bebas_neueregular';
    src: url('/fonts/bebas_neue-webfont.woff2') format('woff2'), url('/fonts/bebas_neue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.tk-quatro-slab {
    font-family: "quatro-slab",serif;
}

/*.tk-bebas-neue {
    font-family: "bebas-neue",sans-serif;
}*/
/*end typekit*/
a {
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 15px;
}

.push {
    margin-left: 0px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
/*media queries for menu*/
body.platform-ios.platform-cordova.platform-webview {
    text-rendering: auto !important;
}


@media screen and (device-height: 768px) and (device-width: 1024px) and (orientation:landscape) {

    .overlay nav ul li h1 {
        font-size: 36px;
        line-height: 50%;
    }
}

@media (min-width: 992px) {
    .push.pushed-left {
        margin-left: 250px;
    }

    .large {
        font-size: 45px;
        line-height: 100%;
    }
    /*menu q*/

    .push.pushed-right {
        margin-left: -250px;
    }
}

@media (max-width: 991px) {
    .overlay .large {
        font-size: 38px;
        line-height: 22px;
    }
    /*menu q */

    .overlay .moderate {
        font-size: 24px;
        line-height: 0px;
    }
    /*menu q */

}

@media only screen and (max-height : 900px) {
    .overlay .large {
        font-size: 46px !important;
        line-height: 68% !important;
    }
    /* Landscape Link Overlay Resize */

}

@media only screen and (max-height : 400px) {
    .overlay .large {
        font-size: 26px !important;
        line-height: 40% !important;
    }
    /* Landscape Link Overlay Resize */
}
/*--------------------------------*/
/*----   RE-USABLE CLASSES  -----*/
/*------------------------------*/

.large {
    font-size: 70px;
}

.lh-15 {
    line-height: 150%;
}
/*WRAPPER*/
.wrapper {
    padding: 0px 100px;
}


@media(max-width:768px) {
    .wrapper {
        padding: 0px 20px;
    }
}



.follow-up {
    margin-top: 40px;
}

.bigger-title {
    font-size: 50px;
}
/*BG-COLORS*/
.bg-orange {
    background-color: #ff6a00;
}

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

/*--------------------------------*/
/*----    BUTTON CLASSES    -----*/
/*------------------------------*/
.scrollToTop {
    z-index: 709;
    width: 70px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    background: rgba(206, 206, 206, 0.6);
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    position: fixed;
    bottom: 55px;
    right: 40px;
    display: none;
    font-size: 45px;
    border-radius: 50%;
}

    .scrollToTop:hover {
        text-decoration: none;
        color: purple;
    }

    .scrollToTop:focus {
        color: aqua;
    }

.btn-square {
    border-radius: 0;
}

.btn-sm-purple {
    background-color: #472769;
    color: white;
    font-size: 14px !important;
    padding: 10px 15px;
}

    .btn-sm-purple:hover {
        background-color: #333;
        color: white;
    }

.btn-purple {
    background-color: #472769;
    color: white;
    font-size: 16px !important;
    padding: 15px 30px;
}

    .btn-purple:hover {
        background-color: #333;
        color: white;
    }

    .btn-purple:focus {
        color: #241717;
        font-weight: 600;
        background-color: #494548;
    }

.btn-white {
    background-color: white;
    color: #472769;
    font-size: 16px;
    padding: 15px 30px;
}

    .btn-white:hover {
        background-color: mediumpurple;
        color: white;
        font-size: 16px !important;
        padding: 15px 30px;
    }

.btn-contact:focus {
    color: #241717;
    font-weight: 600;
    background-color: #494548;
}

.btn-blue {
    color: white;
    background-color: #0ca5bf;
    font-size: 16px;
}

hr {
    border-bottom: 5px solid #333;
    border-top: 0;
    width: 100px;
}
/*end reusables*/

/*PORTFOLIO*/
ul.tags {
    padding: 0;
}

    ul.tags li {
        display: inline;
    }




/* Tablet Portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {

    .overlay nav ul li h1 {
        font-size: 48px;
        line-height: 50%;
    }
}

/*import*/

/*SHOW MORE TEXT STYLES*/


.clickme {
    color: #262626;
    text-decoration: underline;
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
    margin: 0 auto;
    text-align: center;
}


    .clickme:hover {
        text-decoration: underline;
    }

.box {
    margin: 5px 0;
    width: auto;
}

/*SHOW MORE TEXT STYLES*/




/* ############### ----------   ANIMATION   ---------- ############### */


/* Keyframes */

@-webkit-keyframes fadedown {
    0% {
        -webkit-transform: translateY(-20px);
        opacity: 0;
    }

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

@-moz-keyframes fadedown {
    0% {
        -moz-transform: translateY(-20px);
        opacity: 0;
    }

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

@keyframes fadedown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

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



/* Keyframes*/

@-webkit-keyframes fadeout {
    0% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }

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

@-moz-keyframes fadeout {
    0% {
        -moz-transform: translateY(0);
        opacity: 1;
    }

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

@keyframes fadeout {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

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

.loader img {
    -moz-animation-name: svg_pulse;
    -moz-animation-duration: 0.7s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -moz-transform: scale(.7);
    -webkit-animation-name: svg_pulse;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -webkit-transform: scale(.7);
    -ms-animation-name: svg_pulse;
    -ms-animation-duration: 0.7s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -ms-transform: scale(.7);
    -o-animation-name: svg_pulse;
    -o-animation-duration: 0.7s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -o-transform: scale(.7);
    animation-name: svg_pulse;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    transform: scale(.7);
}

@-moz-keyframes svg_pulse {
    0% {
        -moz-transform: scale(.7);
    }

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

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

@-webkit-keyframes svg_pulse {
    0% {
        -webkit-transform: scale(.7);
    }

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

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

@-ms-keyframes svg_pulse {
    0% {
        -ms-transform: scale(.7);
    }

    75% {
        -ms-transform: scale(1);
    }

    100% {
        -ms-transform: scale(.7);
    }
}

@-o-keyframes svg_pulse {
    0% {
        -o-transform: scale(.7);
    }

    75% {
        -o-transform: scale(1);
    }

    100% {
        -o-transform: scale(.7);
    }
}

@keyframes svg_pulse {
    0% {
        transform: scale(.7);
    }

    75% {
        transform: scale(1);
    }

    100% {
        transform: scale(.7);
    }
}


/* ############### ----------   HOME   ---------- ############### */
.home-page .large {
    line-height: 100%;
}

.menu {
    position: fixed;
    right: 3%;
    top: 5%;
    background-color: #414042;
    background: url('/images/menu.svg') center center;
    background-size: 90%;
    z-index: 999;
    border: none;
    outline: 0;
    margin: 0;
    padding: 2px 0;
}

    .menu:hover, .closeContent:hover {
        cursor: pointer;
        background-size: 100%;
    }

    .menu:active, .closeContent:active {
        background-size: 90%;
    }

.menuopen {
    width: 23px;
    height: 27px;
    background: url("/images/menu.svg") no-repeat center center;
    background-size: 90%;
}

.menuopen-dark {
    background: url("/images/menuDark.svg") no-repeat center center;
    background-size: 90%;
}

.menuclose {
    width: 36px;
    height: 37px;
    margin-right: -6px;
    margin-top: -5px;
    background: url("/images/menu-x.svg") no-repeat center center;
    background-size: 90%;
}

/*Sticky*/
.sticky {
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
    background-color: rgb(30, 0, 39);
    height: 60px;
    transition: background-color ease-in 0.3s;
}

    .sticky a.double-logo {
        position: absolute;
        top: 0;
    }

    .sticky .nav-content {
        position: relative;
        top: 0px !important;
    }

.navigation {
    background-color: none;
    z-index: 9999999;
}

    .navigation a.double-logo {
        padding: 0;
        position: absolute;
        top: 0;
        left: 5%;
        z-index: 90;
    }

    .navigation .nav-content {
        position: relative;
        top: 15px;
    }

.breadcrumb {
    position: fixed;
    z-index: 900;
    width: 100%;
    padding: 20px 15px;
    background-color: #290035;
    border-radius: 0;
}

    .breadcrumb a {
        text-decoration: underline;
    }

    .breadcrumb .container a.breadcrumb-item.active,
    .breadcrumb .container .divider {
        color: #ccc !important;
    }

.breadcrumb-item.active {
    color: #ccc !important;
}

span.divider {
    color: #696969;
}

.sticky-bread {
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 55px;
    z-index: 100;
    border-top: 0;
    background-color: rgba(122, 30, 140, 0.91);
    height: auto;
    transition: background-color ease-in 0.3s;
}

.lang-group {
    position: absolute;
    top: 20px;
    right: 5%;
}


.logo {
    position: absolute;
    left: 0;
    right: 0;
    width: 320px;
    margin: 2% auto;
    z-index: 80;
}

    .logo img {
        width: 100%;
    }

.home-header {
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}

.home-h1 {
    position: absolute;
    width: 100%;
    margin: -42px 0 0 0;
    top: 50%;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 767px) {
    .logo {
        width: 220px;
        margin: 5% auto;
    }

    .lang-group {
        position: absolute;
        top: 20px;
        right: 15%;
    }
}

@media only screen and (max-width : 991px) {
    .menu {
        right: 4%;
    }

    span.brave, a.safe {
        border-bottom: 5px solid white;
    }

        span.brave:hover {
            color: #c83e36;
            border-bottom: 8px solid #c83e36;
        }

        a.safe:hover {
            color: #8cc6e7;
            border-bottom: 8px solid #8cc6e7;
            text-decoration: none;
        }
}





/* ############### ----------   MENU   ---------- ############### */

.banner {
    position: fixed;
    background: none;
}

.menu.menuopen {
    position: absolute;
    top: 20px;
}
/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(13,13,13,0.9);
    z-index: 997;
}

    /* Menu style */
    .overlay nav {
        text-align: center;
        position: relative;
        top: 50%;
        height: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        height: 100%;
        position: relative;
    }

        .overlay ul li {
            display: block;
            height: 12.5%;
            height: calc(100% / 12);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }


            .overlay ul li a {
                display: block;
                color: #fff;
                -webkit-transition: color 0.2s;
                transition: color 0.2s;
            }

                .overlay ul li a:hover,
                .overlay ul li a:focus {
                    color: #aaa;
                }

/* Effects */
.overlay-contentpush {
    background: rgba(13,13,13,0.9);
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s, visibility 0s 0.4s;
    transition: transform 0.4s, visibility 0s 0.4s;
}

    .overlay-contentpush.open {
        visibility: visible;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
    }




/*About*/
#about-double {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*--------------------------------*/
/*--- HOME-SHOWCASE SECTION  -----*/
/*--------------------------------*/
/*TODO - copy html from collection to homepage 
and delete the css below*/
.showcase-element {
    height: 460px;
    color: white;
    padding: 20px;
    overflow: hidden;
    position: relative;
}


.showcase-content .showcase-img {
    position: absolute;
    right: -30px;
}

/*collection PROJECT*/
.work-item .title {
    position: absolute;
    top: 30px;
    left: 40px;
    right: 40px;
}

.work-item {
    display: block;
    position: relative;
    color: #fff;
    transition: box-shadow .3s,transform .3s,opacity .3s;
    background-color: #888;
    padding-bottom: 134%;
    margin-bottom: 60PX;
    overflow: hidden;
}

    .work-item .bottom {
        opacity: 0;
        position: absolute;
        bottom: 0px;
        transition: position .3s,opacity .3s;
        background-color: rgba(0,0,0,0.66);
        min-height: 120px;
        margin-bottom: -5px;
        width: 100%;
        padding: 25px;
    }

    .work-item:hover {
        box-shadow: 0 20px 30px 0 rgba(0,0,0,.1);
        transform: translateY(-8px);
    }

        .work-item:hover .bottom {
            position: absolute;
            bottom: 10px;
            opacity: 1;
            margin-bottom: -15px;
        }

ul .tags {
    padding: 25px;
}
/*detail PROJECT*/
@media(min-width:300px) and (max-width:540px) {
    /*.portfolio-intro {
    }*/

    .portfolio-intro .portfolio-intro-wrapper h2.main-title.huge-title {
        font-size: 45px;
    }

    .work-item .bottom {
        opacity: 1;
        position: absolute;
        bottom: 0px;
        background-color: rgba(0,0,0,0.66);
        min-height: 120px;
        margin-bottom: -5px;
        width: 100%;
        padding: 25px;
    }
}

@media(max-width:958px) {
    .portfolio-intro {
        width: 100%;
        color: white;
    }

        .portfolio-intro .portfolio-intro-wrapper {
            padding: 100px 0px 50px 0px;
            width: 100%;
            margin: 0 auto;
        }

            .portfolio-intro .portfolio-intro-wrapper h2.sub-title {
                font-size: 1.2em;
            }

    .portfolio-detail .short-wrapper {
        width: 100%;
    }
}

@media (min-width:960px) {
    .portfolio-intro {
        padding: 100px 0px;
        width: 100%;
        color: white;
        height: 70vw;
    }

        .portfolio-intro .portfolio-intro-wrapper {
            padding: 100px 0px 50px 0px;
            width: 80%;
            margin: 0 auto;
        }


            .portfolio-intro .portfolio-intro-wrapper h2.sub-title {
                font-size: 1.5em;
            }
}

@media (min-width:1200px) {
    .portfolio-intro .portfolio-intro-wrapper {
        width: 60%;
        margin: 0 auto;
    }
}

.contain-img {
    width: 300px;
    margin: 0 auto;
}

.portfolio-detail {
    padding: 100px 0px 0px 0px;
    margin: 0 auto;
    text-align: center;
}

    .portfolio-detail span {
        font-size: 1.3em;
    }

.portfolio-detail-content p {
    font-size: 18px;
}

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


/*TODO - missing media queries for titles, imgs */
/*TODO - Check animations on line 1026/1072 */

/*--------------------------------*/
/*----   HOME-BLOG SECTION  -----*/
/*------------------------------*/
/*#artigos {
}*/



.blog-element {
    margin-bottom: 60px;
    display: block;
    position: relative;
    color: #333;
    transition: box-shadow .3s,transform .3s,opacity .3s;
    padding-bottom: 60px;
}

    .blog-element:hover {
        box-shadow: 0 20px 30px 0 rgba(0,0,0,.1);
        transform: translateY(-8px);
    }

    .blog-element .blog-element-image {
        max-height: 200px;
        overflow: hidden;
        min-height: 200px;
    }

.blog-inner .blog-content {
    margin: 10px;
}

.blog-content a {
    margin: 15px;
}


/*neeed box shadow jquery animation and background color:change.*/
.blog-detail {
    /*background-color: white;*/
    padding: 20px;
    min-height: 250px;
}

.blog-content h4 {
    color: #472769;
}

.blog-content h5 {
    color: #ccc;
}

.blog-content span {
    color: lightslategray;
}
/*BLOG PAGES*/
.cr-detail-bottom-content p {
    font-size: 17px !important;
    word-break: break-word;
}

.cr-detail-bottom-content h2 {
    padding-top: 30px;
    color: purple;
}

.cr-detail-bottom-content img {
    margin-top: 30px;
    margin-bottom: 20px;
    height: auto !important;
    width: auto !important;
}

.postheader {
    font-size: 60px;
    text-align: left;
}

/*--------------------------------*/
/*-----  HOME HIRE_US SECTION  ------*/
/*------------------------------*/
#hire-us {
    background-color: #08aec4;
}

    #hire-us a {
        color: #0e6a79;
    }

    #hire-us:hover {
        background: #472769;
        color: white !important;
        transition: background 0.1s ease-out 0.2s;
    }

        #hire-us:hover a {
            color: white;
        }


/*-----------------------------------*/
/*-------  SHOWCASE SECTION  --------*/
/*-----------------------------------*/

.showcase-collection {
    padding-top: 100px;
    margin-bottom: 80px;
}

.showcase-collection-intro {
    margin-bottom: 80px;
    color: white;
}

    .showcase-collection-intro h1 {
        font-size: 55px;
    }



/*-------------------------------------------*/
/*----   as source    GENERAL CLASSES  -----*/
/*-----------------------------------------*/
.hide {
    display: none;
}

.section {
    background-color: #f2f4f4;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .section > .section-inner {
        position: relative;
    }

        .section > .section-inner .section-content {
            padding-top: 50px;
            padding-bottom: 60px;
        }

/* Tablet Landscape */
@media screen and (device-height: 768px) and (device-width: 1024px) and (orientation:landscape) {

    .overlay nav ul li h1 {
        font-size: 48px;
        line-height: 50%;
    }
}



@media (min-width: 1024px) {
    .section > .section-inner .section-content {
        padding-top: 70px;
        padding-bottom: 80px;
    }
}

.section > .section-inner .section-content .section-title {
    color: #222;
    text-transform: uppercase;
    padding-bottom: 40px;
}

@media (min-width: 1024px) {
    .section > .section-inner .section-content .section-title {
        padding-bottom: 60px;
    }
}

.section > .section-inner .section-content .section-title > .main-title {
    font-size: 50px;
    font-weight: 300;
}

@media (min-width: 600px) {
    .section > .section-inner .section-content .section-title > .main-title {
        font-size: 55px;
    }
}

@media (min-width: 768px) {
    .section > .section-inner .section-content .section-title > .main-title {
        font-size: 60px;
    }
}

.section > .section-inner .section-content .section-title > .sub-title {
    font-size: 20px;
    font-weight: 300;
}



.section > .section-inner .section-content .section-line {
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #222;
}

.section.section-bgimage-yes {
    background-color: #222;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-image: url("/images/app.jpg");
}

@media (min-width: 1280px) {
    .section.section-bgimage-yes {
        background-attachment: fixed;
    }
}

.section.section-bgimage-yes > .section-inner > .section-overlay {
    content: '';
    position: absolute;
    background-color: #000;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    zoom: 1;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

.section.section-parallax-yes > .section-inner > .section-overlay {
    content: '';
    position: absolute;
    background-color: #000;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    zoom: 1;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

.section.section-parallax-yes > .section-inner > .parallax .bcg {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media (min-width: 1280px) {
    .section.section-parallax-yes > .section-inner > .parallax .bcg {
        background-attachment: fixed;
    }
}


/*---------------------------------------------------------------------*/
/*  2. ANIMATION DELAY
/*---------------------------------------------------------------------*/
.delayp1 {
    animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-delay: .1s;
    -o-animation-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
}

.delayp2 {
    animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
}

.delayp3 {
    animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -o-animation-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
}

.delayp4 {
    animation-delay: .4s;
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
}

.delayp5 {
    animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
}


/*---------------------------------------------------------------------*/
/*  3. PAGE LOADER
/*---------------------------------------------------------------------*/
#page-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}

    #page-loader .preload {
        width: 128px;
        height: 128px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -64px;
        margin-left: -64px;
    }


/*---------------------------------------------------------------------*/
/*  4. NAVBAR
/*---------------------------------------------------------------------*/
.navbar.navbar-fixed-top {
    position: relative;
    margin: 0;
    border: 0;
    min-height: 60px;
    background-color: #222;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.2);
    z-index: 1030 !important;
}

@media (min-width: 768px) {
    .navbar.navbar-fixed-top {
        -webkit-transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
        -moz-transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
        transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
    }
}

.navbar.navbar-fixed-top .navbar-brand {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 0.1em;
}

    .navbar.navbar-fixed-top .navbar-brand:hover {
        color: #fff;
    }

.navbar.navbar-fixed-top .navbar-toggle {
    margin-top: 12px;
    background-color: #0ca5bf;
}

.navbar.navbar-fixed-top .navbar-nav > li > a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .navbar.navbar-fixed-top .navbar-nav > li > a {
        height: 60px;
        line-height: 60px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.navbar.navbar-fixed-top .navbar-nav > li > a:hover {
    color: #0ca5bf;
    background-color: #222;
}

.navbar.navbar-fixed-top .navbar-nav > li > a > i.fa-angle-down {
    padding-left: 2px;
}

.navbar.navbar-fixed-top .navbar-nav > li.active a,
.navbar.navbar-fixed-top .navbar-nav > li.active a:hover {
    background-color: #0ca5bf;
    color: #fff;
}

@media (min-width: 992px) {
    .navbar.navbar-fixed-top .navbar-nav > li.active a,
    .navbar.navbar-fixed-top .navbar-nav > li.active a:hover {
        color: #fff;
        background-color: #0ca5bf;
        background-repeat: repeat;
    }
}
/*SEARCH*/
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    background-color: #000000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

    #search.open {
        z-index: 9999;
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }

    #search input[type="search"] {
        position: absolute;
        top: 50%;
        width: 100%;
        color: rgb(255, 255, 255);
        color: #ffffff;
        background: rgba(0, 0, 0, 0);
        font-size: 60px;
        font-weight: 300;
        text-align: center;
        border: 0px;
        margin: 0px auto;
        margin-top: -51px;
        padding-left: 30px;
        padding-right: 30px;
        outline: none;
    }

    #search .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 61px;
        margin-left: -45px;
        font-size: 28px;
        background-color: #472769;
        border: none;
    }

    #search .close {
        color: #fff;
        background-color: none;
        border: none;
        color: red;
        opacity: 1;
        padding: 5px 17px;
        font-size: 20px;
        position: absolute;
        top: 30%;
        left: 50%;
        margin-top: 61px;
        margin-left: 20% !important;
        text-shadow: none;
    }

/*---------------------------------------------------------------------*/
/*  4.1. NAVBAR - CENTER MENU
/*---------------------------------------------------------------------*/
@media (min-width: 992px) {
    .navbar.navbar-fixed-top.center-menu .navbar-nav {
        margin: 0 auto;
        float: none;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .navbar.navbar-fixed-top.center-menu .navbar-nav > li {
        display: inline-block;
        float: none;
        padding-right: 5px;
        padding-left: 5px;
    }
}


/*---------------------------------------------------------------------*/
/*  4.2. NAVBAR - SIDE MENU
/*---------------------------------------------------------------------*/
@media (min-width: 992px) {
    .navbar.navbar-fixed-top.side-menu {
        z-index: 15;
        position: fixed;
        top: 0;
        width: 250px;
        height: 100%;
        background-color: #222;
        box-shadow: none;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }
}

@media (min-width: 992px) {
    .navbar.navbar-fixed-top.side-menu .container {
        margin: 0;
        padding: 0;
        width: auto;
    }
}

@media (min-width: 992px) {
    .navbar.navbar-fixed-top.side-menu .navbar-header {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .navbar.navbar-fixed-top.side-menu .navbar-header .navbar-brand {
        color: #aaa;
        float: none;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid #aaa;
        border-radius: 2px;
    }
}

@media (min-width: 992px) {
    .navbar.navbar-fixed-top.side-menu .navbar-nav {
        position: relative;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 992px) {
    .navbar.navbar-fixed-top.side-menu .navbar-nav > li {
        float: none;
    }
}

@media (min-width: 992px) {
    .navbar.navbar-fixed-top.side-menu .navbar-nav > li > a {
        color: #aaa;
        height: 42px;
        line-height: 42px;
        padding: 0px 30px;
    }

        .navbar.navbar-fixed-top.side-menu .navbar-nav > li > a:hover {
            color: #fff;
        }
}

.navbar.navbar-fixed-top.side-menu .navbar-nav > li.active > a {
    color: #fff;
}

@media (min-width: 992px) {
    .navbar.navbar-fixed-top.side-menu.left-slide-menu,
    .navbar.navbar-fixed-top.side-menu.left-push-menu {
        left: -250px;
    }
}

@media (min-width: 992px) {
    .navbar.navbar-fixed-top.side-menu.left-slide-menu.active,
    .navbar.navbar-fixed-top.side-menu.left-push-menu.active {
        left: 0;
    }
}

@media (min-width: 992px) {
    .navbar.navbar-fixed-top.side-menu.right-slide-menu,
    .navbar.navbar-fixed-top.side-menu.right-push-menu {
        right: -250px;
        left: auto;
    }
}

@media (min-width: 992px) {
    .navbar.navbar-fixed-top.side-menu.right-slide-menu.active,
    .navbar.navbar-fixed-top.side-menu.right-push-menu.active {
        right: 0;
    }
}

.navbar-trigger-open {
    z-index: 10;
    position: fixed;
    top: 0;
    margin-top: 25px;
}

    .navbar-trigger-open a {
        color: #fff;
        font-size: 28px;
        background-color: #0ca5bf;
        padding: 5px 15px;
        border-radius: 2px;
        opacity: 0.9;
    }

    .navbar-trigger-open.left {
        left: 0;
        margin-left: 20px;
    }

    .navbar-trigger-open.right {
        right: 0;
        margin-right: 20px;
    }

span.navbar-trigger-close {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 25px;
    margin-top: 28px;
}

    span.navbar-trigger-close a {
        color: #aaa;
        font-size: 28px;
    }

        span.navbar-trigger-close a:hover {
            color: #fff;
        }



span.flag-icon {
    font-size: 13px;
    display: inline-block;
    margin-right: 6px;
}

.language-link {
    text-transform: uppercase !important;
}


@media (max-width:480px) {
    #intro {
        display: inline;
    }
}

#intro {
    position: relative;
    width: 100%;
    display: table;
    height: auto;
    color: #fff;
    background-image: url("/images/parqueDCarlos_CaldasDaRainha-min.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media (min-width: 1280px) {
    #intro {
        height: 100%;
        padding: 0px;
        background-attachment: fixed;
    }
}

#intro:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(52, 1, 68, 0.72);
    /*background: rgba(0, 0, 0, 0.8);*/
}


/*Intro for Pages*/
.intro-careers:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) !important;
}

.intro-servicos:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) !important;
}


#intro .intro-body {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (min-width: 1280px) {
    #intro.intro-service-detail {
        padding-bottom: 100px;
    }

    #intro .intro-body {
        padding-top: 0px;
        padding-bottom: 20px;
    }
}

#intro .intro-body .logo > h1 {
    display: block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    color: rgba(255, 255, 255, 0.8);
    /*font-family: 'Raleway', sans-serif;*/
    font-size: 80px;
    font-weight: 700;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: auto;
}

.video-controls {
    position: ABSOLUTE;
    BOTTOM: 2%;
    display: inline-block;
    font-size: 20px;
    left: 100px;
}

    .video-controls a {
        color: white !important;
    }

        .video-controls a:hover {
            color: aqua;
        }

.overlay-hero .intro-body {
    padding-top: 25% !important;
    padding-right: 0;
    display: inline !important;
}


#intro .intro-body .intro-text {
    margin-top: 40px;
    /*font-family: 'Raleway', sans-serif;*/
}

    #intro .intro-body .intro-text h1 {
        color: #fff;
        font-size: 50px;
        font-weight: 700;
    }

#intro .overlay-hero .intro-body .intro-text {
    margin-top: 30% !important;
}

@media (min-width: 768px) {
    #intro .intro-body .intro-text h1 {
        font-size: 85px;
    }
}

#intro .intro-body .intro-text h2.lead {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

@media (min-width: 768px) {
    #intro .intro-body .intro-text h2.lead {
        font-size: 26px;
    }
}

#intro .intro-body .page-scroll {
    margin-top: 30px;
}

@media (min-width: 768px) {
    #intro .intro-body .page-scroll {
        margin-top: 50px;
    }
}

#intro .intro-body .page-scroll a.btn {
    /*font-family: 'Raleway', sans-serif;*/
}

@media (min-width: 768px) {
    #intro .intro-body .page-scroll a.btn {
        padding: 20px 25px;
        font-size: 22px;
    }
}


/*---------------------------------------------------------------------*/
/*  6. WHO WE ARE SECTION
/*---------------------------------------------------------------------*/
#who-we-are .carousel-container {
    padding-bottom: 40px;
}

@media (min-width: 1024px) {
    #who-we-are .carousel-container {
        padding-bottom: 0px;
    }
}

#who-we-are .who-we-are-text {
    text-align: center;
}

@media (min-width: 1024px) {
    #who-we-are .who-we-are-text {
        text-align: left;
    }
}

#who-we-are .who-we-are-text > h4 {
    font-size: 25px;
    text-transform: uppercase;
}

#who-we-are .who-we-are-text > p {
    font-size: 18px;
}

#who-we-are .who-we-are-text > .page-scroll {
    padding-top: 10px;
}


/*---------------------------------------------------------------------*/
/*  7. FUN FACT SECTION
/*---------------------------------------------------------------------*/
#fun-fact {
    background-image: url("../../../assets/img/bg-fun-fact.jpg");
    background-attachment: scroll;
}

    #fun-fact > .section-inner .section-content .section-title {
        color: #b7ada4;
    }

        #fun-fact > .section-inner .section-content .section-title > .section-line {
            background-color: #b7ada4;
        }


/*---------------------------------------------------------------------*/
/*  8. OUR MAIN SKILLS SECTION
/*---------------------------------------------------------------------*/
#our-main-skills {
    background-image: url("../../../assets/img/bg-our-main-skills.jpg");
    background-attachment: scroll;
}

    #our-main-skills > .section-inner .section-content .section-title {
        color: #b7ada4;
    }

        #our-main-skills > .section-inner .section-content .section-title > .section-line {
            background-color: #b7ada4;
        }

    #our-main-skills .bar-chart-text {
        color: #fff;
        text-align: center;
    }

@media (min-width: 768px) {
    #our-main-skills .bar-chart-text {
        text-align: left;
    }
}

@media (min-width: 992px) {
    #our-main-skills .bar-chart-text {
        text-align: right;
    }
}

#our-main-skills .bar-chart-text p.lead {
    font-size: 18px;
}

@media (min-width: 768px) {
    #our-main-skills .bar-chart-text p.lead {
        font-size: 21px;
    }
}


/*---------------------------------------------------------------------*/
/*  9. QUOTE SECTION
/*---------------------------------------------------------------------*/
#quote {
    background-image: url("../../../assets/img/bg-quote.jpg");
    background-attachment: scroll;
}

    #quote > .section-inner .section-content {
        padding-top: 100px;
        padding-bottom: 80px;
        color: #b7ada4;
    }

        #quote > .section-inner .section-content .quote-text > .quote-icon > i {
            color: #0ca5bf;
            padding-bottom: 20px;
        }

        #quote > .section-inner .section-content .quote-text > h2 {
            font-size: 40px;
        }

            #quote > .section-inner .section-content .quote-text > h2.quote-by {
                color: #0ca5bf;
            }


/*---------------------------------------------------------------------*/
/*  10. KEEP IN TOUCH SECTION
/*---------------------------------------------------------------------*/
#keep-in-touch {
    background-image: url("../../../assets/img/bg-keep-in-touch.jpg");
    background-attachment: scroll;
}

    #keep-in-touch > .section-inner .section-content .section-title {
        color: #b7ada4;
    }

        #keep-in-touch > .section-inner .section-content .section-title > .section-line {
            background-color: #b7ada4;
        }

    #keep-in-touch .social-icon-item > a {
        color: #b7ada4;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        display: block;
    }

        #keep-in-touch .social-icon-item > a:hover {
            color: #0ca5bf;
            cursor: pointer;
        }

            #keep-in-touch .social-icon-item > a:hover .social-icon > i {
                color: #0ca5bf;
            }

        #keep-in-touch .social-icon-item > a .social-icon > i {
            color: #b7ada4;
            font-size: 3.5em;
            margin-bottom: 20px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    #keep-in-touch .social-icon-item.not-right-column.top-column {
        margin-bottom: 50px;
    }

@media (min-width: 1024px) {
    #keep-in-touch .social-icon-item.not-right-column.top-column {
        margin-bottom: 0px;
    }
}

#keep-in-touch .social-icon-item.not-right-column {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    #keep-in-touch .social-icon-item.not-right-column {
        margin-bottom: 0px;
    }
}


/*---------------------------------------------------------------------*/
/*  11. MEET THE TEAM SECTION
/*---------------------------------------------------------------------*/
#meet-the-team .team-item > .team-element {
    position: relative;
    display: block;
    overflow: hidden;
}

    #meet-the-team .team-item > .team-element:hover > .team-inner {
        display: none;
        cursor: pointer;
    }

    #meet-the-team .team-item > .team-element:hover > img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    #meet-the-team .team-item > .team-element > .team-inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        display: block;
        background-color: #000;
        opacity: 1;
        filter: alpha(opacity=80);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    }

        #meet-the-team .team-item > .team-element > .team-inner > .team-detail {
            text-align: center;
            display: table;
            width: 100%;
            height: 100%;
        }

            #meet-the-team .team-item > .team-element > .team-inner > .team-detail > .team-content {
                display: table-cell;
                vertical-align: middle;
                padding: 0 15px;
                color: #fff;
                letter-spacing: 0.2em;
            }

                #meet-the-team .team-item > .team-element > .team-inner > .team-detail > .team-content > h4 {
                    text-transform: uppercase;
                    font-size: 25px;
                    font-weight: 300;
                }

                #meet-the-team .team-item > .team-element > .team-inner > .team-detail > .team-content > p {
                    text-transform: uppercase;
                    font-size: 16px;
                    font-weight: 300;
                }

    #meet-the-team .team-item > .team-element > img {
        display: inline-block;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

#meet-the-team .team-item.not-right-column.top-column {
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    #meet-the-team .team-item.not-right-column.top-column {
        margin-bottom: 0px;
    }
}

#meet-the-team .team-item.not-right-column {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    #meet-the-team .team-item.not-right-column {
        margin-bottom: 0px;
    }
}


/*---------------------------------------------------------------------*/
/*  12. TESTIMONIALS SECTION
/*---------------------------------------------------------------------*/
#testimonials {
    background-image: url("../../../assets/img/bg-testimonial.jpg");
    background-attachment: scroll;
}

    #testimonials > .section-inner .section-content .section-title {
        color: #b7ada4;
    }

        #testimonials > .section-inner .section-content .section-title > .section-line {
            background-color: #b7ada4;
        }


/*---------------------------------------------------------------------*/
/*  13. COMING SOON SECTION
/*---------------------------------------------------------------------*/
#coming-soon {
    background-image: url("/images/app.jpg");
    background-attachment: scroll;
    padding-top: 0px;
    padding-bottom: 0px;
}

    #coming-soon > .section-inner .section-content .section-title {
        color: white;
    }

        #coming-soon > .section-inner .section-content .section-title > .section-line {
            background-color: #b7ada4;
        }

    #coming-soon > .section-inner .section-content .countdown-form {
        margin-top: 60px;
    }

@media (min-width: 360px) {
    #coming-soon > .section-inner .section-content .countdown-form {
        margin-top: 70px;
    }
}

#coming-soon > .section-inner .section-content .countdown-form form > .input-group > span.input-group-btn > .btn {
    padding-top: 11px;
    padding-bottom: 10px;
}

/*#coming-soon > .section-inner .section-content .countdown-text {
    margin-top: 50px;
}*/

#coming-soon > .section-inner .section-content .countdown-text > p {
    color: #b7ada4;
}


/*---------------------------------------------------------------------*/
/*  14. CONTACT US SECTION
/*---------------------------------------------------------------------*/
#contact-us {
    background-image: url("../../../assets/img/bg-contact-us.jpg");
    background-attachment: scroll;
}

    #contact-us > .section-inner .section-content .section-title {
        color: #b7ada4;
    }

        #contact-us > .section-inner .section-content .section-title > .section-line {
            background-color: #b7ada4;
        }

    #contact-us > .section-inner .section-content .content-message {
        color: #fff;
        background-color: #0ca5bf;
        margin-bottom: 50px;
        padding: 30px;
    }

    #contact-us > .section-inner .section-content .form-group .input-group {
        width: 100%;
    }

    #contact-us > .section-inner .section-content .form-group label {
        color: #b7ada4;
        font-size: 18px;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

        #contact-us > .section-inner .section-content .form-group label.error {
            position: absolute;
            top: -26px;
            right: 0;
            font-size: 13px;
            font-weight: 700;
            text-transform: none;
        }

    #contact-us > .section-inner .section-content .form-group input,
    #contact-us > .section-inner .section-content .form-group textarea {
        color: #222;
        font-weight: 300;
        letter-spacing: 0.1em;
        border-radius: 0px;
        border-left-color: #0ca5bf;
    }

    #contact-us > .section-inner .section-content .form-group textarea {
        height: 137px;
    }

    #contact-us > .section-inner .section-content .form-group button {
        width: 100%;
        margin-top: 30px;
        border-radius: 0px;
    }

    #contact-us > .section-inner .section-content .form-group span {
        color: #fff;
        background-color: #0ca5bf;
        border-radius: 0px;
        border-color: #0ca5bf;
    }

        #contact-us > .section-inner .section-content .form-group span > i {
            width: 20px;
        }

    #contact-us > .section-inner .section-content .social-icon-text > h2 {
        display: inline-block;
        color: #fff;
        font-size: 40px;
        font-weight: 300;
        text-transform: uppercase;
        background-color: #0ca5bf;
        width: 100px;
        height: 100px;
        line-height: 100px;
        border-radius: 50%;
        border: 1px solid #148f77;
        margin-top: 50px;
    }

    #contact-us > .section-inner .section-content .social-icon-text > h4 {
        color: #b7ada4;
        font-size: 30px;
        font-weight: 300;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        margin-top: 30px;
    }

    #contact-us > .section-inner .section-content .social-icon-text > ul.social-icon-list {
        margin-top: 20px;
    }

        #contact-us > .section-inner .section-content .social-icon-text > ul.social-icon-list > li a {
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            color: #c9c9c9;
            font-size: 16px;
            text-align: center;
            border: 1px solid #c9c9c9;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

            #contact-us > .section-inner .section-content .social-icon-text > ul.social-icon-list > li a:hover {
                border-color: #ffffff;
            }


/*---------------------------------------------------------------------*/
/*  15. MAP
/*---------------------------------------------------------------------*/
/*#map {
    background-color: #f2f4f4;
}

    #map #google-container {
        position: relative;
        width: 100%;
        height: 500px;
        border-top: 5px solid #fff;
    }

        #map #google-container #cd-google-map {
            position: relative;
            -webkit-transition: all ease 0.55s;
            transition: all ease 0.55s;
        }*/


/*---------------------------------------------------------------------*/
/*  16. FOOTER
/*---------------------------------------------------------------------*/



footer.footer {
    color: #888;
    background-color: #1c1c1c;
}


    footer.footer a {
        color: #c9c9c9;
    }

        footer.footer a:hover {
            color: #ffffff;
        }

    footer.footer #footer {
        background-color: #1c1c1c;
        padding-top: 50px;
        padding-bottom: 20px;
    }

        footer.footer #footer .footer-column.not-right-column {
            margin-bottom: 50px;
        }

@media (min-width: 768px) {
    footer.footer #footer .footer-column.not-right-column {
        margin-bottom: 0px;
    }
}

footer.footer #footer .footer-column .footer-text {
    text-align: center;
}

@media (min-width: 768px) {
    footer.footer #footer .footer-column .footer-text {
        text-align: left;
    }
}

footer.footer #footer h4 {
    color: #c9c9c9;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
}

footer.footer #footer p {
    font-size: 14px;
    margin-bottom: 20px;
}

footer.footer #footer ul.icon-list > li {
    padding-bottom: 10px;
}

    footer.footer #footer ul.icon-list > li > i {
        padding-right: 10px;
    }

footer.footer #footer ul.social-icon-list > li {
    padding-bottom: 10px;
}

    footer.footer #footer ul.social-icon-list > li a {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        border: 1px solid #c9c9c9;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

        footer.footer #footer ul.social-icon-list > li a:hover {
            border-color: #ffffff;
        }

footer.footer #footer .newsletter-form input {
    background-color: transparent;
    border-color: #888;
}

footer.footer #copyright {
    background-color: #161616;
    padding: 15px 0px;
    border-top: 1px solid rgba(114, 114, 114, 0.25);
}

    footer.footer #copyright .row.social-contact-links a img {
        height: auto !important;
        width: 100px !important;
        color: white;
    }

    footer.footer #copyright .row.social-contact-links a#f5itlogo img {
        width: 40px !important;
    }

    footer.footer #copyright .row.social-contact-links label {
        padding: 5px 0 5px 0;
    }

    footer.footer #copyright .row.social-contact-links a {
        color: white;
        margin-right: 10px;
        font-size: 10px;
    }

    footer.footer #copyright p {
        font-size: 13px;
        text-align: center;
        margin: 0px;
        margin-top: 10px;
    }

@media (min-width: 768px) {
    footer.footer #copyright p {
        text-align: left;
    }
}


#our-services, .purple-section {
    background: #472769 !important;
    color: #fff !important;
}

    .purple-section .main-title {
        color: #fff;
    }


    .purple-section .section-line {
        background-color: #fff !important;
    }

    #our-services .main.main-title {
        color: #fff !important;
    }

    #our-services .seemore {
        margin-top: 100px;
    }

        #our-services .seemore .content {
            margin: 0 auto;
            text-align: center;
        }


    #our-services .section > .section-inner .section-content .section-title > .main-title {
        color: #fff !important;
    }

.color-double {
    color: #0ca5bf !important;
}

.logo-image {
    position: relative;
    width: 100px;
    left: 3%;
    top: 0%;
}

button.language {
    position: absolute;
    right: 10px;
    top: 5%;
    z-index: 99999;
    color: #fff !important;
    font-size: 13px;
    display: inline-block;
    outline: none !important;
    text-transform: uppercase;
    background-color: transparent;
    border: none !important;
    float: right;
}

.dropdown-menu {
    background-color: #0ca5bf !important;
    z-index: 999999;
}

    .dropdown-menu li a {
        color: #fff;
        font-weight: lighter;
    }

/*.funny-boxes:hover {
background:#0ca5bf;
padding:15px;
}*/


/*Home Services*/
.home-services {
    position: relative;
    z-index: 10;
}

    .home-services h4 {
        font-size: 26px;
        color: white;
        display: inline-block;
        text-align: center;
        margin-top: 80px;
        font-weight: 200;
    }

    .home-services .planning {
        padding: 60px 0;
        z-index: 8;
        top: 0;
        background-image: url('/images/Icons/services/planning_white.png');
        background-position: top center;
        background-repeat: no-repeat;
        width: auto;
    }

        .home-services .planning:hover {
            -webkit-transition: margin-top 0.1s; /* Safari */
            transition: margin-top 0.1s;
            transition-timing-function: ease-in-out;
            margin-top: -7px;
        }

            .home-services .planning:hover h4 {
                display: inline-block;
                margin-top: 80px;
                font-weight: 200;
            }

    .home-services .development {
        padding: 60px 0;
        z-index: 8;
        top: 0;
        background-image: url('/images/Icons/services/development_white.png');
        background-position: top center;
        background-repeat: no-repeat;
        width: auto;
        height: 128px;
    }

        .home-services .development:hover {
            -webkit-transition: margin-top 0.1s; /* Safari */
            transition: margin-top 0.1s;
            transition-timing-function: ease-in-out;
            margin-top: -7px;
        }

            .home-services .development:hover h4 {
                display: inline-block;
                margin-top: 80px;
                font-weight: 200;
            }

    .home-services .design {
        padding: 60px 0;
        z-index: 8;
        top: 0;
        background-image: url('/images/Icons/services/design_white.png');
        background-position: top center;
        background-repeat: no-repeat;
        width: auto;
        height: 128px;
    }

        .home-services .design:hover {
            -webkit-transition: margin-top 0.1s; /* Safari */
            transition: margin-top 0.1s;
            transition-timing-function: ease-in-out;
            margin-top: -7px;
        }

            .home-services .design:hover h4 {
                display: inline-block;
                margin-top: 80px;
                font-weight: 200;
            }

    .home-services .test-quality {
        padding: 60px 0;
        z-index: 8;
        top: 0;
        background-image: url('/images/Icons/services/testing_white.png');
        background-position: top center;
        background-repeat: no-repeat;
        width: auto;
        height: 128px;
    }

        .home-services .test-quality:hover {
            -webkit-transition: margin-top 0.1s; /* Safari */
            transition: margin-top 0.1s;
            transition-timing-function: ease-in-out;
            margin-top: -7px;
        }

            .home-services .test-quality:hover h4 {
                display: inline-block;
                margin-top: 80px;
                font-weight: 200;
            }

    .home-services .marketing {
        padding: 60px 0;
        z-index: 8;
        top: 0;
        background-image: url('/images/Icons/services/marketing_white.png');
        background-position: top center;
        background-repeat: no-repeat;
        width: auto;
        height: 128px;
    }

        .home-services .marketing:hover {
            -webkit-transition: margin-top 0.1s; /* Safari */
            transition: margin-top 0.1s;
            transition-timing-function: ease-in-out;
            margin-top: -7px;
        }

            .home-services .marketing:hover h4 {
                display: inline-block;
                margin-top: 80px;
                font-weight: 200;
            }



/*Standalone Pages*/
/*Search page*/
.results-page {
    min-height: 30vw;
}

.child-content-wrapper {
    padding: 30px 0px 40px 0px;
    margin: 0px 0px;
}

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

.inner-results.search-style {
    padding: 20px 40px;
    border-bottom: 2px solid purple;
    margin: 5px;
}

.search-style h3 a {
    color: purple;
}

.search-pagination ul {
    padding-left: 10px;
}

.search-pagination li.active a {
    background-color: purple;
    color: white;
    border: 1px solid purple;
}

.search-pagination li a {
    color: purple;
}

/*Work Page*/
.link-nav {
    position: fixed;
    bottom: 30%;
    width: 100%;
    z-index: 999;
    font-size: 60px;
}

.link-right {
    position: absolute;
    right: 25px;
}

.link-left {
    position: absolute;
    left: 25px;
}

.link-right i {
    position: absolute;
    right: 25px;
    bottom: 7px;
}

.link-left i {
    position: absolute;
    left: 25px;
    bottom: 7px;
}

.link {
    color: white;
    background-color: rgba(0,0,0,0.5);
    height: 70px;
    width: 170px;
}

    .link:hover {
        color: white;
        background-color: #472769;
    }

.showcase-collection-intro h1.main-title {
    color: white;
}

.portfolio-detail .short-wrapper h3 {
    padding-top: 80px;
    font-size: 60px;
}

.subshowcase {
    background-color: #f2f4f4;
    padding-top: 80px;
}

.img-showcase {
    padding: 0px;
    margin: 0px;
}
/*work-item*/
a.work-item {
    background-color: #333333;
}

    a.work-item:hover {
        color: white;
    }

    a.work-item img {
        width: 100%;
        display: block;
        position: absolute;
    }

/*SERVICES PAGE*/
.service {
    padding: 300px 0px;
}

.svc-planning {
    background-color: white;
}

.svc-development {
    background-color: #472769;
    color: white;
}

    .svc-development .related_service {
        color: white;
    }

    .svc-development hr {
        border-color: white;
    }

    .svc-development .related_service:hover {
        color: #28153c !important;
    }

.svc-marketing {
    background-color: white;
}

.related_service {
    color: dimgrey;
    font-size: 18px;
    font-weight: 200 !important;
}

    .related_service:hover {
        color: #472769;
    }

/*Services detail*/
.service_detail, .service_detail p {
    font-size: 19px !important;
    text-align: justify;
    line-height: 1.8;
}

@media(max-width:720px) {
    .service_detail, .service_detail p {
        line-height: 1.7;
        font-size: 18px;
        text-align: left;
    }
}

.service_detail img {
    padding-bottom: 40px;
}
/*Careers Page*/
.job-list {
    padding: 60px 50px;
}

.job-rectangle {
    color: #333;
    border-bottom: 3px solid #333;
    padding: 9px 15px;
    margin: 3px;
}

    .job-rectangle:hover {
        color: #0ca5bf;
        border-bottom: 3px solid #0ca5bf;
    }
/*Careers Detail Page*/
.cr-detail-small-desc {
    color: gray;
}

.cr-detail-long-desc {
    font-size: 18px;
    line-height: 150%;
}

.cr-detail-bottom-content {
    margin-top: 90px;
}

    .cr-detail-bottom-content .sub-title {
        text-align: left;
    }

.cr-detail-content ul li {
    font-size: 18px;
    line-height: 140%;
    position: relative;
    top: 0;
    left: 0;
}

/*About Page*/
.team-content h4 {
    font-size: 30px;
}

.team-content p {
    font-size: 20px;
}

/*Contact Page*/
#contact-email {
    min-height: 500px;
    padding-top: 160px;
    background: #472769;
    box-shadow: inset 0px -50px 50px -45px #190024;
    -webkit-box-shadow: inset 0px -50px 50px -45px #190024;
    -moz-box-shadow: inset 0px -50px 50px -45px #190024;
    -o-box-shadow: inset 0px -50px 50px -45px #190024;
}


.email-contacts {
    font-size: 80px;
    color: white;
    font-family: "bebas-neue", sans-serif;
}

    .email-contacts:visited, .email-contacts:focus {
        color: #2d124a;
    }

    .email-contacts:hover {
        color: #ba4bf6;
        animation: blinker 1s linear infinite;
    }

@keyframes blinker {
    50% {
        opacity: 0;
    }

    85% {
        color: #222222;
    }
}


/*social*/
ul.social-contact-links {
    display: inline-block;
    text-align: center;
    padding: 0px;
}

    ul.social-contact-links li {
        list-style: none;
        display: inline;
        font-size: 20px;
    }

        ul.social-contact-links li a {
            color: #2d124a;
            margin-right: 10px;
        }

            ul.social-contact-links li a:hover {
                list-style: none;
                display: inline;
                color: #ba4bf6;
            }


#contact-form {
    min-height: 40vw;
    padding: 50px 0px;
}

.form-contacts {
    font-size: 20px;
}

.input_style {
    border: 1px solid #482768;
    height: 50px;
    font-size: 16px;
}

.mensagem_style {
    border: 1px solid #482768;
    font-size: 16px;
}

    .input_style:focus, .mensagem_style:focus {
        box-shadow: none;
        border: 1px solid #482768;
    }

@media (max-width:1024px) {
    .img-showcase {
        padding: 20px 0px;
    }

    .service {
        padding: 150px 0px;
    }
}

@media (max-width:1280px) {
    .service {
        padding: 190px 0px;
    }
}

@media(max-width:768px) {

    .home-services {
        padding: 45px 0px;
    }

    #contact-email {
        padding: 100px 0px;
    }

    .email-contacts {
        font-size: 45px;
        margin: 0;
    }

    ul.social-contact-links li {
        list-style: none;
        display: inline-block;
        font-size: 25px;
        margin: 16px;
    }
}


@media(max-width:480px) {


    /*General Usage*/
    /*wrapper*/
    .short-wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 0px 10px;
    }

    .section > .section-inner .section-content .section-title > .main-title {
        font-size: 45px;
    }

    .section > .section-inner .section-content .section-title > .sub-title {
        font-size: 25px;
    }
    /*Specific Pages*/
    /*work-detail*/
    .link-nav {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
        font-size: 60px;
    }

    .link-right {
        position: absolute;
        right: 0px;
    }

    .link-left {
        position: absolute;
        left: 0px;
    }

    .link-right i {
        position: absolute;
        right: 25px;
        bottom: 7px;
    }

    .link.pushed-left i {
        position: absolute;
        left: 25px;
        bottom: 7px;
    }


    .link {
        bottom: 0;
        color: white;
        background-color: rgba(0,0,0,0.5);
        height: 70px;
        width: 170px;
    }

    /*services*/
    .service {
        padding: 100px 0px;
    }

    h3.sub-title {
        font-size: 20px;
    }

    .brief {
        padding: 10px 5px;
        word-break: break-word;
    }
    /*Careers*/
    .job-list {
        padding: 60px 27px;
    }

    .job-rectangle {
        margin-bottom: 20px;
    }

    .cr-detail-bottom-content .sub-title {
        text-align: center;
    }
    /*contacts*/
    #contact-email {
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .email-contacts {
        width: 90%;
        font-size: 45px;
    }

    .contacts .short-wrapper {
        width: 100%;
        padding: 10px;
    }

    button[id="submit"] {
        width: 100%;
    }

    ul.social-contact-links li {
        list-style: none;
        display: inline-block;
        font-size: 20px;
        margin: 16px 20px 16px 16px;
    }
}

@media (max-width: 480px) {

    #intro .overlay-hero .intro-body .intro-text {
        margin-top: 40% !important;
        padding: 20px;
    }
    /*search fix*/
    #search .close {
        top: -20px;
        left: -70px;
    }

    #search .btn {
        margin-left: -60px;
    }

    footer.footer #copyright div {
        text-align: center;
    }
}
