@import url('https://fonts.googleapis.com/css?family=Roboto');

@font-face {
    font-family: "brown-thin";
    src: url("../fonts/fuentes/brown-thin-webfont.ttf") format("truetype");
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.7);
    font-family: "Roboto", Helvetica, 'Trebuchet MS', sans-serif;
}

@media screen and (max-width: 992px) {
    body {
        font-size: 14px;
    }
}

a {
    color: #0386B2;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        color: #C1DFF0;
        outline: none;
        text-decoration: none !important;
    }

p {
    margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'Roboto', "futura-lt", "Trebuchet MS", "overpass", sans-serif;
    font-weight: 400;
    margin: 0 0 30px 0;
}

figure {
    margin-bottom: 2.5em;
    float: left;
    width: 100%;
}

    figure figcaption {
        font-size: 16px;
        width: 80%;
        margin: 20px auto 0px auto;
        color: #b3b3b3;
        font-style: italic;
        font-family: 'Roboto', "futura-lt", "Trebuchet MS", "overpass", sans-serif;
    }

@media screen and (max-width: 480px) {
    figure figcaption {
        width: 100%;
    }
}

::-webkit-selection {
    color: #fff;
    background: #006587;
}

::-moz-selection {
    color: #fff;
    background: #006587;
}

::selection {
    color: #fff;
    background: #006587;
}

#bac-page {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}

#bac-aside {
    padding-top: 3em;
    padding-bottom: 40px;
    padding-left: 1em;
    padding-right: 0.5em;
    width: 13%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1001;
    background: #111;
    /* Fondo background side */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 1280px) {
    #bac-aside {
        width: 20%;
    }
}

@media screen and (max-width: 768px) {
    #bac-aside {
        width: 220px;
        -moz-transform: translateX(-220px);
        -webkit-transform: translateX(-220px);
        -ms-transform: translateX(-220px);
        -o-transform: translateX(-220px);
        transform: translateX(-220px);
        padding-top: 4em;
    }
}

#bac-aside #bac-logo {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 25%;
    margin-bottom: 12em;
    display: block;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #bac-aside #bac-logo {
        margin-top: 2.5em;
        margin-bottom: 2em;
    }

    #bac-aside .comunicate {
        margin-bottom: 10px !important;
    }
}

#bac-aside #bac-logo img {
    min-width: 130px !important;
    width: 65% !important;
}

#bac-aside .comunicate {
    margin-bottom: 20px;
}

    #bac-aside .comunicate .telcom {
        letter-spacing: 0.3px;
        font-family: "brown-thin", 'Roboto';
        color: white;
        width: 140px;
        min-width: 140px;
        padding: 5px !important;
    }

        #bac-aside .comunicate .telcom:hover,
        #bac-aside .comunicate .mailcom:hover {
            background-color: #0386B2 !important;
        }

    #bac-aside .comunicate .mailcom {
        letter-spacing: 0;
        font-family: "brown-thin", 'Roboto';
        margin-top: 10px;
        color: white;
        width: 140px;
        min-width: 140px;
        padding: 5px !important;
    }

#bac-aside #bac-logo a {
    display: block;
    text-align: left;
    color: #fff;
    letter-spacing: 2px;
    padding-right: .3em;
}

#bac-aside #bac-main-menu ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 768px) {
    #bac-aside #bac-main-menu ul {
        margin: 0 0 2em 0;
    }
}

#bac-aside #bac-main-menu ul li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    #bac-aside #bac-main-menu ul li a {
        color: rgba(136,204,241, 0.8);
        text-decoration: none;
        position: relative;
        padding: 10px 0;
        font-family: 'Rock Salt';
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
        /* anchor opciones y fuente aside */
        #bac-aside #bac-main-menu ul li a:after {
            content: "";
            position: absolute;
            height: 2px;
            bottom: 7px;
            left: 0;
            right: 0;
            background-color: #fdb824;
            /* subrayado Menu */
            visibility: hidden;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        #bac-aside #bac-main-menu ul li a:hover {
            text-decoration: none;
            color: white;
        }
            /* seleccion de anchor Menu*/
            #bac-aside #bac-main-menu ul li a:hover:after {
                visibility: visible;
                -webkit-transform: scaleX(1);
                -moz-transform: scaleX(1);
                -ms-transform: scaleX(1);
                -o-transform: scaleX(1);
                transform: scaleX(1);
            }

    #bac-aside #bac-main-menu ul li.bac-active a {
        color: #fdb824;
    }
        /* anchor activo Menu */
        #bac-aside #bac-main-menu ul li.bac-active a:after {
            visibility: visible;
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1);
        }

        #bac-aside #bac-main-menu ul li.bac-active a #bac-sub-menu {
            text-decoration: none;
        }

#bac-sub-menu {
    margin: 0 !important;
    padding: 5px !important;
    margin-top: -10px !important;
}

    #bac-sub-menu li {
        margin: 0 !important;
    }

        #bac-sub-menu li a {
            text-transform: capitalize !important;
            color: rgba(255, 255, 255, 0.7) !important;
            padding-left: 5px !important;
            letter-spacing: 0.8px !important;
            font-size: 12px;
        }

            #bac-sub-menu li a:hover {
                color: white !important;
            }

    #bac-sub-menu .bac-active a {
        color: white !important;
    }


#bac-aside .bac-footer {
    /* TODO organizar y ver tema footer */
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 1em;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
    padding: 0;
    width: 100%;
}

@media screen and (max-width: 500px) {
    #bac-aside .bac-footer {
        bottom: 6px;
    }
}

#get-in-touch p {
    font-family: 'Roboto', Helvetica, "futura-lt", "Trebuchet MS";
    font-size: 1.3em;
    line-height: 0.7;
}

#get-in-touch .copy, #get-in-touch a {
    font-family: 'Roboto', Helvetica, "futura-lt", "Trebuchet MS";
    font-size: 1.2em;
    padding-bottom: 1em;
    line-height: 1.5;
}

#get-in-touch a {
    color: rgba(136, 204, 241, 0.8);
}

    #get-in-touch a:hover {
        color: #fff;
        margin: 0;
        font-size: 1.2em;
    }

#get-in-touch .bac-footer, #get-in-touch h4 {
    display: none;
}

@media screen and (max-width: 768px) {
    #get-in-touch .bac-footer, #get-in-touch h4 {
        display: inline;
    }

        #get-in-touch .bac-footer ul {
            padding: 0 0 2.5em 0 !important;
            margin: 0;
        }

            #get-in-touch .bac-footer ul li {
                display: inline;
                line-height: 0;
                list-style: none;
            }

                #get-in-touch .bac-footer ul li a {
                    letter-spacing: 15px;
                }
}

#bac-aside .bac-footer span {
    display: block;
}

#bac-aside .bac-footer ul {
    padding: 0;
    margin: 0;
}

    #bac-aside .bac-footer ul li {
        padding: 0;
        margin: 0;
        display: inline;
        list-style: none;
    }

        #bac-aside .bac-footer ul li a {
            color: rgba(136, 204, 241, 0.8);
            font-size: 20px;
            letter-spacing: 15px;
            /* iconos de Menu */
            padding: 0;
        }

            #bac-aside .bac-footer ul li a:hover, #bac-aside .bac-footer ul li a:active, #bac-aside .bac-footer ul li a:focus {
                text-decoration: none;
                outline: none;
                margin: 0;
                color: #fdb824;
            }

#bac-main {
    width: 87%;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 1280px) {
    #bac-main {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    #bac-main {
        width: 100%;
    }
}

#bac-hero {
    min-height: 500px;
    background: #0386B2;
    width: 100%;
    float: left;
    height: 100vh;
    margin-bottom: 3em;
    clear: both;
}

    #bac-hero .flexslider {
        border: none;
        z-index: 1;
        margin-bottom: 0;
    }

        #bac-hero .flexslider .slides {
            position: relative;
            overflow: hidden;
        }

            #bac-hero .flexslider .slides li {
                background-repeat: no-repeat;
                background-size: cover;
                background-position: bottom center;
                height: 100vh;
                min-height: 400px;
                position: relative;
            }

        #bac-hero .flexslider .flex-control-nav {
            bottom: 20px;
            z-index: 1000;
            left: 20px;
            float: left;
            width: 230px;
        }

@media screen and (max-width: 768px) {
    #bac-hero .flexslider .flex-control-nav {
        right: 20px;
        top: 100px;
    }
}

#bac-hero .flexslider .flex-control-nav li {
    display: block;
    margin-bottom: 10px;
}

    #bac-hero .flexslider .flex-control-nav li a {
        background: rgba(253, 184, 36, 0.7);
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 25px;
        height: 25px;
        cursor: pointer;
        border-radius: 0px;
    }

        #bac-hero .flexslider .flex-control-nav li a.flex-active {
            cursor: pointer;
            background: transparent;
            border: 2px solid #fdb824;
            border-radius: 0px;
        }
/* button slider color */
#bac-hero .flexslider .flex-direction-nav {
    display: none;
}

#bac-hero .flexslider .slider-text {
    display: table;
    opacity: 0;
    height: 100vh;
    min-height: 500px;
    z-index: 9;
}

    #bac-hero .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        min-height: 700px;
        padding: 2.5em;
        position: relative;
    }

        #bac-hero .flexslider .slider-text > .slider-text-inner .desc {
            position: absolute;
            bottom: 0;
            right: -15px;
            padding: 20px;
            width: 650px;
            height: 100px;
            text-align: right;
            background: rgba(255,255,255,0.8);
        }
            /* bg cuadrante slider */
            #bac-hero .flexslider .slider-text > .slider-text-inner .desc a {
                font-size: 0.9em;
                color: #111;
            }
/* TODO: ver como queda mejor el cuadrante y animacion */
@media screen and (max-width: 768px) {
    #bac-hero .flexslider .slider-text > .slider-text-inner .desc {
        right: -15px;
        width: 400px !important;
        height: 80px !important;
        margin-left: auto;
        left: 0;
    }

        #bac-hero .flexslider .slider-text > .slider-text-inner .desc a {
            font-size: 24px;
        }

        #bac-hero .flexslider .slider-text > .slider-text-inner .desc h1 {
            font-size: 22px !important;
        }
}

@media screen and (max-width: 1150px) {
    #bac-hero {
        margin: 0;
    }

        #bac-hero .flexslider .slider-text > .slider-text-inner .desc {
            width: 480px;
            height: 90px;
        }

            #bac-hero .flexslider .slider-text > .slider-text-inner .desc h1 {
                margin: 0;
                vertical-align: middle;
                font-size: 32px;
            }
}

@media screen and (max-width: 768px) {
    #bac-hero .flexslider .slider-text > .slider-text-inner {
        text-align: center;
    }
}

#bac-hero .flexslider .slider-text > .slider-text-inner h1, #bac-hero .flexslider .slider-text > .slider-text-inner h2 {
    margin: 0;
    padding: 0;
    color: black;
    font-family: "brown-thin", "Roboto", sans-serif;
}

#bac-hero .flexslider .slider-text > .slider-text-inner h1 {
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 1.3;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    #bac-hero .flexslider .slider-text > .slider-text-inner h1 {
        font-size: 28px;
    }
}

#bac-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 300;
    font-family: 'Roboto', "futura-lt", "Trebuchet MS", sans-serif;
}

    #bac-hero .flexslider .slider-text > .slider-text-inner h2 a {
        color: rgba(0, 0, 0, 0.8);
    }

#bac-hero .flexslider .slider-text > .slider-text-inner .heading-section {
    font-size: 50px;
}

@media screen and (max-width: 768px) {
    #bac-hero .flexslider .slider-text > .slider-text-inner .heading-section {
        font-size: 30px;
    }
}

#bac-hero .flexslider .slider-text > .slider-text-inner s
.bac-lead {
    font-size: 20px;
    color: #fff;
}

#bac-hero .flexslider .slider-text > .slider-text-inner p {
    margin-bottom: 0;
}

#bac-hero .flexslider .slider-text > .slider-text-inner .btn {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    padding: 10px 15px !important;
    border: none;
    font-weight: 400;
}

    #bac-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn {
        color: #000;
        border: 1px solid #aaa;
        font-family: 'Roboto', "futura-lt", "Trebuchet MS", sans-serif;
        background: #fff !important;
    }
        /* bg button */
        #bac-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn:hover {
            background: #2C7DA0 !important;
            color: white;
            border: 1px solid #222 !important;
        }
/* bg button hover */
@media screen and (max-width: 768px) {
    #bac-hero .flexslider .slider-text > .slider-text-inner .btn {
        width: 100%;
    }
}

body.offcanvas {
    overflow-x: hidden;
}

    body.offcanvas #bac-aside {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        width: 220px;
        background: #2C2C2C;
        z-index: 999;
        position: fixed;
    }

    body.offcanvas #bac-main, body.offcanvas .bac-nav-toggle {
        top: 0;
        -moz-transform: translateX(220px);
        -webkit-transform: translateX(220px);
        -ms-transform: translateX(220px);
        -o-transform: translateX(220px);
        transform: translateX(220px);
    }

.bac-narrow-content {
    padding: 0 1em;
}

@media screen and (max-width: 768px) {
    .bac-projects .bac-narrow-content {
        padding: 0;
    }

    .bac-narrow-content {
        padding: 2em 1em;
    }
}

.img-responsive {
    max-width: 100%;
    min-height: 50px;
    height: !important;
}

.no-gutters {
    margin: 0;
    padding: 0;
}

.bac-obra {
    padding: 0;
    margin: 0;
}

.bac-about,
.bac-work,
.bac-services,
.bac-contact {
    padding-top: 4em;
    padding-bottom: 9em;
    clear: both;
    width: 100%;
    display: block;
}

@media screen and (max-width: 768px) {
    .bac-work,
    .bac-contact {
        padding-top: 5em;
        padding-bottom: 8em;
    }

    .bac-about {
        padding-top: 2em;
    }

    #bac-hero {
        margin-bottom: 1em;
    }
}

.bac-tour {
    clear: both;
    width: 100%;
    height: 100vh;
    display: block;
}

.bac-about-us {
    padding: 3em 10vw;
}

@media screen and (max-width: 900px) {
    .bac-about-us {
        margin-top: -1em;
        padding: 2em 5vw;
    }
}

.about-img-2,
.services-img {
    height: 74vh;
    margin-top: -30px;
    max-height: 800px;
    background-image: url(../images/about/idiots.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}

@media screen and (max-width: 960px) {
    .about-img-2 {
        background-image: url(../images/about/idiots-mobile.jpg);
    }
}

@media screen and (max-width: 760px) {
    .about-img-2 {
        margin-top: 60px;
        height: 40vh;
    }
}




.bac-heading {
    font-size: 20px;
    font-family: Walter Turncoat !important;
    margin-bottom: 3em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.8;
    position: relative;
}

    .bac-heading:after {
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 60px;
        height: 4px;
        content: '';
        background: #0386B2;
    }
    /* subrayado headings */
    .bac-heading span {
        display: block;
    }

@media screen and (max-width: 768px) {
    .bac-heading {
        margin-bottom: 3em;
    }
}

h1.bac-heading-us:before,
h1.bac-heading-us:after {
    background-color: orange;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: super;
    width: 40%;
}

h1.bac-heading-us:before {
    right: 0.1em;
    margin-left: -50%;
}

h1.bac-heading-us:after {
    left: 0.1em;
    margin-right: -50%;
}

h1.bac-heading-us {
    font-size: 5em !important;
    font-family: "brown-thin", sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: orange;
    text-align: center;
    margin-bottom: 0.7em;
    line-height: 1.1;
}

@media screen and (max-width: 1100px) {
    h2.bac-heading-us {
        font-size: 3em !important;
    }

    h1.bac-heading-us {
        font-size: 6em !important;
    }
}

@media screen and (max-width: 768px) {
    h1.bac-heading-us {
        font-size: 4em !important;
    }
}

h2.bac-heading-us {
    font-family: "brown-thin", 'Trebuchet MS', sans-serif !important;
    text-align: center;
    text-transform: uppercase;
    color: orange;
    font-size: 4em;
    padding-bottom: 30px;
    overflow: hidden;
    text-align: center;
}

    h2.bac-heading-us:before,
    h2.bac-heading-us:after {
        background-color: orange;
        content: "";
        display: inline-block;
        height: 2px;
        position: relative;
        vertical-align: super;
        width: 50%;
    }

    h2.bac-heading-us:before {
        right: 0.5em;
        margin-left: -50%;
    }

    h2.bac-heading-us:after {
        left: 0.5em;
        margin-right: -50%;
    }

.bac-about-us .about-desc ul {
    margin-bottom: 4vh;
    border-left: 2px orange solid;
}

.bac-about-us .about-desc li {
    list-style: none;
    text-align: justify;
    font-family: 'Roboto', "futura-lt", "Trebuchet MS", sans-serif;
    font-size: 1.6em;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 10px;
}
.bac-about-us .about-desc p {
    list-style: none!important;
    text-align: justify!important;
    font-family: 'Roboto', "futura-lt", "Trebuchet MS", sans-serif!important;
    font-size: 1.6em!important;
    font-weight: 600!important;
    padding-top: 15px!important;
    padding-bottom: 10px!important;
	line-height: 1.7!important;
}


@media screen and (max-width: 768px) {
    .bac-about-us .about-desc li {
        padding-top: 10px;
        font-weight: 600;
        padding-bottom: 5px;
        font-size: 1.3em;
    }

    h2.bac-heading-us {
        font-size: 3em;
    }
}

.bac-about-us .about-desc li:before {
    background-color: orange;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: super;
    width: 20px;
    left: -20px;
    margin-left: -20px;
    margin-top: 15px;
}

.heading-meta {
    margin-bottom: 15px;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: #0386b2;
    font-weight: bolder;
    letter-spacing: 0.5em;
}

.about-img {
    height: 800px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bac-about .about-img {
    height: 600px;
    margin-top: 110px;
}

@media screen and (max-width: 990px) {
    .bac-about .about-img {
        height: 400px;
        background-position: top;
        margin-top: 20px;
    }

    .bac-services .about-img {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .show-img {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .front-car {
        display: inline !important;
    }
}
.about-desc p {
    text-align: center;
    font-family: 'Roboto', "futura-lt", "Trebuchet MS", sans-serif;
    line-height: 1.5;
    font-size: 1.4em;
}

@media screen and (max-width: 768px) {
    .about-desc p {
        font-family: 'brown-thin', 'Roboto';
        font-size: 1.2em !important;
        line-height: 2;
    }
}

.about-desc h3 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 500;
}

.padding {
    padding: 1em;
}

.steps {
    display: block;
    position: relative;
}

    .steps h3 {
        font-weight: 400;
        margin-bottom: 20px;
        color: rgba(0, 0, 0, 0.7);
        font-size: 14px;
        letter-spacing: 3px;
        line-height: 1.5;
        text-transform: uppercase;
    }

    .steps:before {
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #e6e6e6;
        z-index: -1;
    }

    .steps .icon {
        display: block;
        margin-bottom: 20px;
        position: relative;
        z-index: 0;
    }

        .steps .icon span {
            display: table;
            width: 40px;
            height: 40px;
            border: 1px solid #e6e6e6;
            text-align: center;
            background: #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            z-index: 1;
        }

            .steps .icon span i {
                display: table-cell;
                vertical-align: middle;
                color: #000;
            }

    .steps:hover i {
        color: #000 !important;
    }

    .steps.active i {
        color: #0386B2 !important;
    }

.fancy-collapse-panel .panel-default > .panel-heading {
    padding: 0;
}

.panel-heading {
    padding: 0;
}

    .panel-heading a {
        text-align: left;
        padding: 15px 25px;
        display: block;
        width: 100%;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        background-color: #006587;
        color: #fff;
        position: relative;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -ms-box-shadow: none !important;
        -o-box-shadow: none !important;
        box-shadow: none !important;
    }

.panel {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

.panel-heading a:hover {
    color: white;
    background-color: #0085a7;
}

.panel-heading a:after {
    font-family: 'Roboto', "futura-lt", "Trebuchet MS" !important;
    content: "";
    position: absolute;
    right: 20px;
    font-size: 20px;
    font-weight: 400;
    top: 50%;
    line-height: 1;
    margin-top: -10px;
}

.panel-heading a.collapsed:after {
    content: "\ea1c";
}

.panel-heading a.collapsed {
    background: #fafafa;
    border: 1px solid #e6e6e6 !important;
    color: #333333;
}

.panel-body {
    padding: 1.5em;
    margin-top: 5px;
    border: 1px solid #e6e6e6 !important;
}

.services-wrap {
    display: block;
    margin-bottom: 40px;
    z-index: 0;
}

    .services-wrap .services-img {
        height: 170px;
        display: block;
        z-index: -1;
    }

    .services-wrap .desc {
        width: 90%;
        z-index: 1;
        margin-top: -20px;
        background: #fafafa;
        padding: .8em .5em;
    }

        .services-wrap .desc h3 {
            font-weight: 500;
            margin-bottom: 20px;
            color: rgba(0, 0, 0, 0.7);
            font-size: 14px;
            letter-spacing: 3px;
            line-height: 1.5;
            margin-bottom: 0;
            text-transform: uppercase;
        }

.move-bottom {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .move-bottom {
        margin-top: 0;
    }
}

.bac-feature {
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 40px;
    position: relative;
}

    .bac-feature .bac-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 100px;
        display: table;
        text-align: center;
        background: rgba(200, 200, 200, 0.3);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
    }

        .bac-feature .bac-icon i {
            display: table-cell;
            vertical-align: middle;
            color: #0386B2;
            font-size: 60px;
            height: 100px;
        }

@media screen and (max-width: 1200px) {
    .bac-feature .bac-icon i {
        font-size: 40px;
    }
}

.bac-feature .bac-text {
    padding-left: 120px;
    font-family: 'Roboto', "futura-lt", "Trebuchet MS", sans-serif;
    width: 100%;
}

    .bac-feature .bac-text h2, .bac-feature .bac-text h3 {
        margin: 0;
        padding: 0;
    }

    .bac-feature .bac-text h3 {
        font-weight: 600;
        margin-bottom: 20px;
        color: rgba(0, 0, 0, 1);
        font-size: 14px;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .bac-feature .bac-text p {
        font-size: 1.2em;
        font-family: 'Roboto', "futura-lt", "Trebuchet MS" !important;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.75);
    }

.bac-feature.bac-feature-sm .bac-text {
    margin-top: 30px;
}

.bac-feature.bac-feature-sm .bac-icon i {
    color: #0386B2;
    font-size: 40px;
}

@media screen and (max-width: 1200px) {
    .bac-feature.bac-feature-sm .bac-icon i {
        font-size: 28px;
    }
}

.bac-feature-lg .bac-text h2, .bac-feature-lg .bac-text h3 {
    margin: 0;
    padding: 0;
}

.bac-feature-lg .bac-text h3 {
    font-weight: 500;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.bac-projects {
    margin: 0;
    height: 100%;
    width: 100%;
    padding: 0;
}

    .bac-projects .row {
        margin: 0;
    }

.sideToSide {
    margin: 0 !important;
    padding: 0 !important;
}

@media screen and (min-width: 768px) {
    .switch {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .bac-projects {
        margin-top: 66px;
    }

    .s-first {
        height: 28vh !important;
    }

    .s-last {
        height: 26vh !important;
    }

    .switch {
        display: block;
    }

    .s-off {
        display: none;
    }

    .sideToSide {
        height: 26vh;
    }
}

.projects-entry .centered {
    position: absolute;
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 26px;
    line-height: 1;
    color: #FFFFFF;
    bottom: 50px;
    left: 30px;
}

    .projects-entry .centered p {
        margin-top: 1em;
        margin-bottom: 0;
    }

    .projects-entry .centered .p-last {
        margin-top: 0;
        margin-bottom: 0;
    }

.up {
    color: orange;
    font-family: 'Roboto', "Trebuchet MS", sans-serif;
    line-height: 0;
    font-weight: 900;
    font-size: 2.2em;
    letter-spacing: -4px;
}

.line {
    display: inline-block;
    position: relative;
}

    .line::after {
        content: '';
        position: absolute;
        left: 0;
        display: inline-block;
        height: 90px;
        width: 140px;
        border-bottom: 10px solid;
        margin-top: 5px;
    }

.line-2 {
    display: inline-block;
    position: relative;
}

    .line-2::after {
        content: '';
        position: absolute;
        left: 0;
        display: inline-block;
        height: 150px;
        width: 130px;
        border-bottom: 10px solid;
        margin-top: 5px;
    }

@media screen and (max-width: 1160px) {
    .projects-entry .centered {
        left: 20px;
        font-size: 20px;
    }

        .projects-entry .centered p {
            letter-spacing: 1px;
        }

    .up {
        letter-spacing: 1px;
    }

    .line::after {
        height: 75px;
    }
}

@media screen and (max-width: 768px) {
    .projects-entry .centered {
        font-size: 1em;
        bottom: 40px;
        left: 25px;
        transform: translate(0);
    }

        .projects-entry .centered p {
            margin: 0 !important;
        }

    .up {
        letter-spacing: 2px;
    }

    .line::after {
        height: 34px;
        width: 80px;
        border-bottom: 8px solid;
    }
}

@media screen and (min-width: 1400px) {
    .projects-entry .centered {
        font-size: 28px;
    }
}


.projects-entry a {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    background-color: #000;
}

    .projects-entry a:hover {
        transition: .3s ease-in-out !important;
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
    }

.bac-projects a img {
    height: 100vh;
}

.projects-entry .projects-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    display: block;
    z-index: 1;
    margin-bottom: 0;
}

    .projects-entry .projects-img img {
        position: relative;
        max-width: 100%;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

.projects-entry .desc h3 {
    font-size: 16px;
    line-height: auto;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .projects-entry .desc h3 a {
        color: #000;
        text-decoration: none;
    }

.projects-entry .desc span {
    display: block;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4) !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}

    .projects-entry .desc span small i {
        color: #999999;
    }

.projects-entry .desc .lead {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}

.projects-entry:hover .projects-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.overlap {
    margin-top: 5em;
    background: #fff;
    padding: 30px;
}

@media screen and (max-width: 768px) {
    .overlap {
        margin-top: 2em;
    }
}

.project {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 300px;
    width: 100%;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}

    .project .desc {
        position: absolute;
        top: 8px;
        bottom: 8px;
        left: 8px;
        right: 8px;
        background: rgba(0, 0, 0, 0.7);
        opacity: 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

        .project .desc .con {
            padding: 30px;
            display: block;
            position: relative;
        }

            .project .desc .con .icon {
                position: absolute;
                bottom: 20px;
                left: 180px;
                right: 10px;
            }

                .project .desc .con .icon span {
                    display: inline;
                    padding-right: 5px;
                }

                    .project .desc .con .icon span a {
                        color: #cccccc;
                        padding: 5px;
                        background: #333333;
                        -webkit-border-radius: 4px;
                        -moz-border-radius: 4px;
                        -ms-border-radius: 4px;
                        border-radius: 4px;
                    }

                .project .desc .con .icon i {
                    font-size: 14px;
                    color: #cccccc;
                }

        .project .desc h3 {
            font-size: 22px;
            font-weight: 500;
            font-family: 'Roboto', "futura-lt", "Trebuchet MS", monospace !important;
            text-transform: uppercase;
            text-decoration: underline;
            letter-spacing: 1px;
            -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            transition: opacity 0.3s, -webkit-transform 0.3s;
            -o-transition: transform 0.3s, opacity 0.3s;
            transition: transform 0.3s, opacity 0.3s;
            transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
            -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
            margin-bottom: 25px;
        }

            .project .desc h3 a {
                color: #fafafa;
            }

        .project .desc span {
            display: block;
            color: #ccc;
            font-family: 'Roboto', Helvetica, "futura-lt", "Trebuchet MS";
            font-size: 17px;
            text-align: justify;
            -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            transition: opacity 0.3s, -webkit-transform 0.3s;
            -o-transition: transform 0.3s, opacity 0.3s;
            transition: transform 0.3s, opacity 0.3s;
            transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
            -webkit-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0);
        }

            .project .desc span a {
                color: #000;
            }

@media screen and (max-width: 768px) {
    .project .desc {
        opacity: 1;
        background: rgba(0, 0, 0, 0.4);
    }

        .project .desc h3 {
            font-style: 28px;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            color: #000;
        }

        .project .desc span {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}

.project:hover .desc {
    opacity: 1;
}

    .project:hover .desc h3 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .project:hover .desc span {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.project-desc h2 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.project-desc span {
    display: block;
    color: #666666;
    font-size: 13px;
    margin-bottom: 15px;
}

    .project-desc span a {
        color: #666666;
    }

.project-desc .icon span {
    display: inline;
    padding-right: 5px;
}

.project-desc .btn-download {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: underline;
}

#bac-parallax {
    position: relative;
    clear: both;
    margin-bottom: 5em;
}

@media screen and (max-width: 768px) {
    #bac-parallax {
        margin-bottom: 1em;
    }
}

.bac-parallax {
    padding: 9em 0;
    background-size: cover !important;
    background-attachment: fixed;
    background-position: center center;
}


    .bac-parallax .overlay {
        z-index: 0;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.4);
    }

    .bac-parallax .icon {
        width: 100px;
        height: 100px;
        display: table;
        margin: 0 auto;
        margin-bottom: 20px;
    }

        .bac-parallax .icon i {
            display: table-cell;
            vertical-align: middle;
            width: 100px;
            height: 100px;
            font-size: 50px;
            color: #0386B2;
            background: #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

    .bac-parallax .bac-parallax {
        font-size: 40px;
        display: block;
        color: white;
        font-family: 'Roboto', "futura-lt", "Trebuchet MS", sans-serif !important;
        width: 100%;
        font-weight: 700;
        margin-bottom: .3em;
    }

    .bac-parallax .bac-parallax-label {
        color: rgba(255, 255, 255, 1);
        text-transform: uppercase;
        font-size: 1.5em;
        letter-spacing: 5px;
        margin-bottom: 2em;
        display: block;
    }

#bac-parallax1 {
    position: relative;
    clear: both;
}

.bac-parallax1 {
    padding: 13em 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

    .bac-parallax1 .overlay {
        z-index: 0;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.4);
    }

    .bac-parallax1 .icon {
        width: 100px;
        height: 100px;
        display: table;
        margin: 0 auto;
        margin-bottom: 20px;
    }

        .bac-parallax1 .icon i {
            display: table-cell;
            vertical-align: middle;
            width: 100px;
            height: 100px;
            font-size: 50px;
            color: #0386B2;
            background: rgba(255, 255, 255, 0.9);
            -webkit-border-radius: 10%;
            -moz-border-radius: 10%;
            -ms-border-radius: 10%;
            border-radius: 10%;
        }

    .bac-parallax1 .bac-parallax {
        font-size: 40px;
        display: block;
        color: white;
        font-family: 'Roboto', "futura-lt", "Trebuchet MS", sans-serif !important;
        width: 100%;
        font-weight: 700;
        margin-bottom: .3em;
    }

    .bac-parallax1 .bac-parallax-label {
        color: rgba(255, 255, 255, 1);
        text-transform: uppercase;
        font-size: 1.5em;
        letter-spacing: 5px;
        margin-bottom: 2em;
        display: block;
    }

@media screen and (max-width: 768px) {
    .bac-parallax1 {
        padding: 28px;
        background-size: cover;
        background-attachment: inherit;
        background-repeat: no-repeat;
    }

    .bac-parallax {
        padding: 35px;
        background-size: cover;
        background-attachment: inherit;
        background-repeat: no-repeat;
    }
}


.bac-lead {
    font-size: 18px;
    line-height: 1.5;
}

#get-in-touch {
    color: #ddd;
    padding: 0;
}

@media screen and (max-width: 1045px) {
    #contactate {
        width: 100% !important;
        padding: 0;
    }

    #contact-img {
        display: none;
    }
}

.bac-social {
    padding: 0;
    margin: 0;
    text-align: center;
}

    .bac-social li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .bac-social li a {
            font-size: 22px;
            color: #000;
            padding: 10px;
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            -ms-border-radius: 7px;
            border-radius: 7px;
        }

@media screen and (max-width: 768px) {
    .bac-social li a {
        padding: 10px 8px;
    }
}

.bac-social li a:hover {
    color: #0386B2;
}

.bac-social li a:hover, .bac-social li a:active, .bac-social li a:focus {
    outline: none;
    text-decoration: none;
    color: #0386B2;
}

#map {
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 768px) {
    #map {
        height: 300px;
    }
}

.bac-bg-color {
    background: #111;
    padding: 0 !important;
    position: relative;
}

    .bac-bg-color .bac-side {
        padding: 3em 20px 0 20px !important;
    }

        .bac-bg-color .bac-side h2 {
            margin-bottom: 15px;
        }

    .bac-bg-color .img-fluid {
        height: 250px;
    }

.pagination {
    padding: 0;
}

    .pagination li {
        margin: 2px;
    }

        .pagination li a {
            color: #000;
            background: transparent;
            color: #000;
            margin: 2px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
        }

            .pagination li a:first-child {
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                -ms-border-radius: 10px;
                border-radius: 10px;
            }

            .pagination li a:hover, .pagination li a:focus {
                background: #0386B2;
                color: #fff;
                border: 1px solid #0386B2;
            }

@media screen and (max-width: 768px) {
    .pagination li a {
        padding: 7px 15px;
    }
}

.pagination li.active a {
    background: #0386B2;
    border: 1px solid #0386B2 !important;
}

    .pagination li.active a:hover, .pagination li.active a:focus {
        background: #0386B2;
        color: #fff;
        border: 1px solid #0386B2 !important;
    }

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: 'Roboto', "futura-lt", "Trebuchet MS", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 15px !important;
}

    .btn.btn-sm {
        padding: 4px 15px !important;
    }

    .btn.btn-md {
        padding: 8px 20px !important;
    }

    .btn.btn-lg {
        padding: 18px 36px !important;
    }

    .btn:hover, .btn:active, .btn:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

.btn-primary {
    background: #006587;
    color: #fff;
    font-family: 'Roboto', "futura-lt", "Trebuchet MS";
    font-weight: bold;
    font-size: 1em;
    border: 2px solid #006587;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: #fdd854 !important;
        color: #000;
        border-color: #fdd854 !important;
    }

    .btn-primary.btn-outline {
        background: transparent;
        color: #006587;
        border: 2px solid #006587;
    }

        .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
            background: #006587;
            color: #fff;
        }

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active {
        background: #4cae4c !important;
        border-color: #4cae4c !important;
    }

    .btn-success.btn-outline {
        background: transparent;
        color: #5cb85c;
        border: 2px solid #5cb85c;
    }

        .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
            background: #5cb85c;
            color: #fff;
        }

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active {
        background: #46b8da !important;
        border-color: #46b8da !important;
    }

    .btn-info.btn-outline {
        background: transparent;
        color: #5bc0de;
        border: 2px solid #5bc0de;
    }

        .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
            background: #5bc0de;
            color: #fff;
        }

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
        background: #eea236 !important;
        border-color: #eea236 !important;
    }

    .btn-warning.btn-outline {
        background: transparent;
        color: #f0ad4e;
        border: 2px solid #f0ad4e;
    }

        .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
            background: #f0ad4e;
            color: #fff;
        }

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
        background: #d43f3a !important;
        border-color: #d43f3a !important;
    }

    .btn-danger.btn-outline {
        background: transparent;
        color: #d9534f;
        border: 2px solid #d9534f;
    }

        .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
            background: #d9534f;
            color: #fff;
        }

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: transparent;
    background: #eaf5ff;
    height: 54px;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .form-control:active, .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: transparent;
        background: rgba(255, 230, 180, 0.4);
    }

#message {
    height: 130px;
}

.bac-nav-toggle {
    cursor: pointer;
    background: rgba(50, 50, 50, 1);
    width: 100%;
    text-decoration: none;
}

    .bac-nav-toggle.active i::before, .bac-nav-toggle.active i::after {
        background: #ccc;
    }

    .bac-nav-toggle.dark.active i::before, .bac-nav-toggle.dark.active i::after {
        background: #000;
    }

    .bac-nav-toggle:hover, .bac-nav-toggle:focus, .bac-nav-toggle:active {
        outline: none;
        border-bottom: none !important;
    }

    .bac-nav-toggle i {
        position: relative;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 30px;
        height: 2px;
        color: #000;
        font: bold 14px/.4 'Roboto';
        text-transform: uppercase;
        text-indent: -55px;
        background: #ccc;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

        .bac-nav-toggle i::before, .bac-nav-toggle i::after {
            content: '';
            width: 30px;
            height: 2px;
            background: #ccc;
            position: absolute;
            left: 0;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

    .bac-nav-toggle.dark i {
        position: relative;
        color: #000;
        background: #000;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

        .bac-nav-toggle.dark i::before, .bac-nav-toggle.dark i::after {
            background: #000;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

    .bac-nav-toggle i::before {
        top: -7px;
    }

    .bac-nav-toggle i::after {
        bottom: -7px;
    }

    .bac-nav-toggle:hover i::before {
        top: -10px;
    }

    .bac-nav-toggle:hover i::after {
        bottom: -10px;
    }

    .bac-nav-toggle.active i {
        background: transparent;
    }

        .bac-nav-toggle.active i::before {
            top: 0;
            -webkit-transform: rotateZ(45deg);
            -moz-transform: rotateZ(45deg);
            -ms-transform: rotateZ(45deg);
            -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
        }

        .bac-nav-toggle.active i::after {
            bottom: 0;
            -webkit-transform: rotateZ(-45deg);
            -moz-transform: rotateZ(-45deg);
            -ms-transform: rotateZ(-45deg);
            -o-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
        }

.bac-nav-toggle {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    padding: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    .bac-nav-toggle {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 1em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 3em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 1em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 1em;
    }
}

.col-padding {
    padding: 10px !important;
}

.js .animate-box {
    opacity: 0;
}

#sticky_item {
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    #sticky_item.is_stuck {
        margin-top: 10px;
    }

@media screen and (max-width: 992px) {
    .sticky-parent {
        clear: both;
        height: inherit !important;
        float: left;
        padding-top: 30px;
    }
}

#quienes {
    padding: 20px 3vw !important;
}

    #quienes p {
        font-size: 1.4em;
        text-align: justify;
        font-family: 'Roboto', Helvetica, "futura-lt", "Trebuchet MS" !important;
    }

@media screen and (max-width: 1300px) {
    #quienes {
        padding: 20px 1vw !important;
    }
}

.building {
    margin-top: 0;
    padding-top: 0;
    margin-left: 20px;
    font-size: 13px;
    font-weight: 100;
}

.p-building {
    border-right: solid gray 1px;
    border-bottom: solid gray 2px;
    background: #f1f1f4;
}

h2.bac-heading {
    margin-bottom: 30px;
}

.building-content {
    padding: 30px 20px 0 20px;
    background-color: #fbfbfb;
}

.side-building {
    margin-top: 35px;
    text-align: right;
    font-weight: bolder;
}

@media screen and (max-width: 700px) {
    .data-building {
        margin: 0;
    }

    .side-building {
        margin-top: 0px !important;
    }
}

.side-building a {
    color: #004499;
    letter-spacing: 2px;
    font-size: 1.2em;
}

.side-building .row a:hover {
    color: #5588aa;
}

.side-building .row a,
.side-building .row a:focus,
.side-building .row a:hover {
    text-decoration: none;
    outline: 0;
    margin-right: 10px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.data-building {
    margin-top: 20px;
    margin-bottom: 50px;
}

.feature-img img {
    width: 100%;
    max-width: auto;
    height: 600px;
    vertical-align: middle;
    margin: 0 0 40px 0;
}

.titulo-obra {
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: 25px;
}

.detalle-obra {
    color: #000;
    text-align: justify;
    font-family: 'Roboto', "futura-lt", "Trebuchet MS" !important;
    letter-spacing: 1px;
    font-size: 1.2em;
    font-weight: 500;
}

#accordion a:after {
    font-family: "icomoon" !important;
}


/* flex carousel */
.flex-caption {
    width: 100%;
    padding: 2%;
    left: 0;
    bottom: 0;
    background: rgba(0,50,150,.75);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 1.4em;
    letter-spacing: 2px;
    line-height: 18px;
}


li.css a {
    border-radius: 0;
}

@media screen and (max-width: 768px) {
    .projects-img img {
        height: 50vh;
    }

    .projects-img-2 {
        display: inherit;
    }
}

.logo {
    display: inline-block;
    float: right;
    height: 30px;
}

#contact-img {
    padding: 0;
}

    #contact-img .img-fluid {
        min-width: 100% !important;
        min-height: 100% !important;
        height: 300px;
        object-position: bottom right;
    }

.seguinos {
    padding-bottom: 2em;
}

    .seguinos h4 {
        font-size: 1.7em;
        line-height: 1.5;
        text-decoration: underline;
        font-weight: bolder;
        letter-spacing: 0.15em;
        color: #5bc0de;
    }

svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6vw;
}
/* @media screen and (max-width: 800px){
  svg{
    height: 50px; } } */
.linked {
    padding: 0em;
    padding-top: 2em;
    margin: 0 !important;
}


    .linked .project {
        min-width: 165px;
        min-height: 165px;
        width: 165px;
        height: 165px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        position: relative;
        border-radius: 50%;
        border: 3px orange solid;
    }

        .linked .project .desc {
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            border-radius: 50%;
        }

            .linked .project .desc .con {
                text-align: center;
                top: -17px;
            }

                .linked .project .desc .con a i {
                    color: #ddd;
                    border: 2px #ddd solid;
                    border-radius: 50%;
                    padding: 8px;
                    font-size: 1.9em;
                }

                .linked .project .desc .con span {
                    margin-top: 70px;
                    text-align: center;
                    line-height: 1;
                    font-size: 1.2em;
                }

@media screen and (max-width: 768px) {
    .linked .project .desc .con {
        top: 100px;
    }

        .linked .project .desc .con a i {
            border: none;
            font-size: 1em;
        }

        .linked .project .desc .con span {
            font-size: 1em;
            margin-top: -47px;
        }
}

.linked h4 {
    font-size: 1.6em;
    font-weight: 900;
    font-family: 'brown-thin', 'Roboto';
    text-align: center;
}

.obra-datos {
    padding-top: 20px;
}

.obra-quote {
    margin-bottom: 10px;
    text-align: justify;
    padding: 15px;
}

@media screen and (max-width: 992px) {
    .obra-quote {
        padding: 10px;
    }
}

.obra-title {
    font-size: 18px;
    margin-bottom: 1em;
    letter-spacing: 1px;
}

.obra-description {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 3em;
}

    .obra-description p {
        text-align: justify;
    }

.carousel-control.right {
    right: -10px !important;
}

.size-b {
    font-size: 13px !important;
}
.bac-obra .carousel-indicators{
width:100%!important;
left:0!important;
margin-left:0!important;
}
.btn-contact{
    background: transparent;
    border-radius: 0px !important;
}
@media screen and (min-width: 768px) {
    .btn-contact{
        display: none;
    }
}
    @media screen and (max-width: 768px) {
        .btn-contact {
            margin-top: 70vh;
            z-index: 999;
            border: 2px solid #fff;
            color: #fff;
            font-weight: bolder;
        }
        .btn-contact:hover {
            border-color: #fdb824;
            color: #fdb824;
        }
    }
    #thumbnail-preview-indicators a {
        top: 50%;
        bottom: 50%;
        font-size: 30px !important;
        opacity: 0.8;
        color: white;
    }

        #thumbnail-preview-indicators a:hover {
            color: orange;
        }

    #thumbnail-preview-indicators {
        position: relative;
        overflow: hidden;
        border-bottom: 3px solid orange;
        margin-bottom: 1em;
    }

        #thumbnail-preview-indicators,
        #thumbnail-preview-indicators .slides {
            height: 480px;
        }

            #thumbnail-preview-indicators .carousel-inner .item .carousel-caption {
                top: 20%;
                bottom: inherit;
            }
            /* CAROUSEL INDICATORS */
            #thumbnail-preview-indicators .carousel-indicators li,
            #thumbnail-preview-indicators .carousel-indicators li.active {
                width: 122px;
    		height: 82px;
                max-height: 82px;
                background-color: transparent;
                border: 1px solid white;
                border-radius: 1px;
            }

                #thumbnail-preview-indicators .carousel-indicators li.active {
                    border: 1px solid orange;
                }

                #thumbnail-preview-indicators .carousel-indicators li > .thumbnail {
                    width: 120px;
                    height: 80px;
                    max-height: 80px;
                    overflow: hidden;
                    opacity: 0.8;
                    display: block;
                    padding: 0;
                    margin-bottom: 0;
                    background-color: #fff;
                    border: none;
                    border-radius: 2px;
                    transition: all 550ms ease-out;
                }
                #thumbnail-preview-indicators .carousel-indicators li > .thumbnail .img-responsive {
		    height:inherit;
		}

                #thumbnail-preview-indicators .carousel-indicators li:hover > .thumbnail,
                #thumbnail-preview-indicators .carousel-indicators li.active > .thumbnail:hover {
                    position: relative;
                    display: block;
                    border: 1px solid white;
                    opacity: 1;
                    transform: scale(1.25);
                    z-index: 1;
                }

                #thumbnail-preview-indicators .carousel-indicators li.active > .thumbnail:hover {
                    border: 1px solid orange;
                }

    .carousel-indicators {
        bottom: 0px;
    }

    #slide1 {
        background-image: url(/images/Carousel/car1-m.jpg)
    }
    
    #slide2 {
        background-image: url(/images/Carousel/car2-m.jpg)
    }
    
    #slide3 {
        background-image: url(/images/Carousel/car3-m.jpg)
    }
    
    #slide4 {
        background-image: url(/images/Carousel/car4-m.jpg)
    }

    @media screen and (max-width: 1220px) {
        .carousel-indicators {
	    visibility:hidden;
        }
    }
