/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 body {
    position: relative;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url('../img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    z-index: -1;
}

a.brand {
    color: #ededee;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #ededee;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.error-list {
    color: #57ec11;
    font-size: .940em;
    margin-top: 0.5%;
    letter-spacing: 1px;
}

/*** MODAL WINDOW ***/
.modal-overlay {
    overflow: scroll;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99;
}

.modal-window {
    position: relative;
    width: 80%;
    height: auto;
    padding: 34px 24px 24px 24px;
    /* height: auto; */
    background-color: rgba(0, 0, 0, 0.35);
    transition: all 1s ease-in-out;
}

.modal-window.content {
    overflow: hidden;
}

.modal-window img {
    width: 100%;
    height: auto;
}

.modal-close {
    position: absolute;
    right: 3px;
    top: 1px;
    width: 34px;
    height: 34px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.25em;
    font-weight: 400;
    cursor: pointer;
}

.light {
    color: #ecf1f0;
}

.yellow {
    color: #e8b601;
    font-size: .975em;
    font-style: italic;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
     font-family: Calligraffitti;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
    color: #e8b601;
}

#en {
    margin-left: -2.5%;
    letter-spacing: 1px;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #ededee;
}

.box {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(10,10,10,0.8);
}

#intro-services {
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;

}

.about-text {
    font-size: 1.270em;
}

.services {
    margin-bottom: 35px;
    text-align: center;
}

.services h3 {
    color: #fff;
    font-size: 1.500em;
}

.services p {
    color: #ededee;
    font-size: 1.100em;
    line-height: 22px;
    font-weight: 300;
}

.intro_icons {
    font-size: 2.800em;
    width: 115px;
    height: 115px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 5%;
    border-radius: 100%;
    background-color: rgba(232,182,1, 0.95);
    line-height: 115px;
    color: #fff;
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff800;
}

.intro-text img {
    margin-bottom: 10px;
}

.img-border {
    float: none;
    margin: 0 auto;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 15px auto;
}

.services-heading {
    color: #fff800;
    font-size: 2em;
    letter-spacing: 1px;
}

.logistica-heading {
    color: #e8b601;
    font-size: 1.400em;
    letter-spacing: 1px;
    text-align: center;
}

.info-title {
    color: #fff800;
}

.info-title-last {
    color: #fff800;
}

.bright {
    color: #ededee;
}

.mail-info {
    color: #ffa700;
}

#form-send {
    width: 27.5%;
}

/***** FOOTER *****/

footer {
    margin: 0;
    padding: 0.5% 0 1.25% 0;
    background: #0a0a0a;
    background: rgba(10,10,10,1);
    color: #ededee;
    text-align: center !important;
    font-size: .950em;
    letter-spacing: 1px;
}


.copyright {
    margin-top: 1.4%;
    font-size: 1.050em;
    width: auto;
    display: block;
    float: left;

}

#social_banner_bottom {
    text-align: left;
    color: #f2f2e9;
    width: 100%;
    margin-top: 0.75%;
    margin-bottom: 1.75%;
}

.icons_bottom {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 0.55%;
    margin-right: 2.15%;
    border-radius: 50%;
    font-size: 1.500em;
    color: #0a0a0a;
    line-height: 50px;
    text-align: center !important;
    background: #fff800;
    float: right;
}


.icons_bottom:hover {
    color: rgba(227, 14, 31, 0.90);
    background:#f2f2e9;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    transition: all .35s ease;
}

@media screen and (min-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .modal-window {
        width: 85%;
    }

    .promo-text {
        font-size: 1.110em;
        line-height: 1.3;
    }

    p {
        font-size: 1.10em;
        line-height: 1.4;
          margin: 0 0 5px;
    }

    .top_p {
        margin-top: 1.5%;
    }

    .top_p {
        margin-top: 1.5%;
    }

    .top_bottom {
        margin-bottom: 1.5%;
    }

    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: Calligraffitti;
        font-size: 4.300em;
        font-weight: 700;
        letter-spacing: 3px;
        line-height: normal;
        color: #ededee;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.3em;
        font-weight: 400;
        letter-spacing: 2px;
        color: #fff;
    }

    .logistica-heading {
        font-size: 1.100em;
    }

    .info-title {
        float: left;
        margin-top: 1%;
        margin-right: 5%;
        font-size: 1.200em;
    }

    .info-title-last {
        float: left;
    }

    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: Calligraffitti;
        font-size: 4.300em;
        font-weight: 700;
        letter-spacing: 3px;
        line-height: normal;
        color: #ededee;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(10,10,10,1);
    }

    .nav>li>a {
        padding: 20px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 0.8em;
    }

    .intro-item {
        width: 100%;
    }

    .services h3 {
        font-size: 1.200em;
    }

    .services p {
        font-size: .970em;
        line-height: 22px;
    }

    .intro_icons {
        font-size: 2.500em;
        width: 105px;
        height: 105px;
        text-align: center;
        line-height: 105px;
    }

    #form-send {
        width: 22.5%;
    }

    /***** FOOTER *****/
    footer {
        background: rgba(10,10,10,1);
        color: #ededee;
        font-size: .950em;
        letter-spacing: 1px;
    }


    .copyright {
        font-size: .940em;

    }

    .icons_bottom {
        width: 43px;
        height: 43px;
        margin-top: 0.35%;
        border-radius: 50%;
        font-size: 1.200em;
        color: #0a0a0a;
        line-height: 43px;
    }
}

@media screen and (min-width: 860px) {

    .navbar-nav {
        font-size: 0.950em;
    }

    .nav>li>a {
        padding: 25px 28px;
    }

}

.services {
    margin-bottom: 55px;
}

@media screen and (min-width:992px) {

    .modal-window {
        width: 62.5%;
    }

    .services {
        margin-bottom: 0;
    }

    .services p {
        color: #ededee;
        font-size: 1.205em;
        line-height: 27px;
    }

}

@media screen and (min-width:1140px) {

    .modal-window {
        width: 40%;
    }

}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }

}

@media screen and (min-width:1366px) {

    .modal-window {
        width: 35%;
    }

}

@media screen and (min-width:1440px) {

    .modal-window {
        width: 32.5%;
    }

}

@media screen and (min-width:1600px) {

    .modal-window {
        width: 30%;
    }

}

@media screen and (min-width:1800px) {

    .modal-window {
        width: 29%;
    }

}



