/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
-------------------------------------------------------------------------------------------- */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.vertical-center {
    vertical-align: middle;
}

/*!
 * CUSTOMIZE THE FOOTER
-------------------------------------------------------------------------------------------- */

    footer {
        margin-top: 40px;
        margin-bottom: 30px;
        font-size: 12px;
    }

/*!
 * CUSTOMIZE THE NAVBAR
-------------------------------------------------------------------------------------------- */

    /* Navbar logo */
        .navbar-logo {
            height: 24px;
        }

    /* Navbar links */

        .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
            color: #fff;
            font-weight: bold;
            background-color: rgb(0, 55, 140);
        }
        .navbar-default .navbar-nav>li>a {
            font-weight: bold;
            transition: all 0.3s ease 0s;
        }
        .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
            color: #fff;
            font-weight: bold;
            background-color: rgb(0, 55, 140);
        }

    /* Navbar bottom border */
        .navbar-fixed-top {
            border-bottom: 3px rgba(0, 55, 140, 1.0) solid;
        }

/*!
 * CUSTOMIZE THE HORIZONTAL DIVIDERS
-------------------------------------------------------------------------------------------- */

    .horisontal-divider {
        border-color: #5a5a5a;
        border-width: 1px;
        opacity: 0.4;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    /* Horisontal divider only for small view ports. */
    .horisontal-divider-small {
        border-color: #5a5a5a;
        border-width: 1px;
        opacity: 0.4;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .horisontal-divider-footer {
        border-color: rgb(0, 55, 140);
        border-width: 3px;
        opacity: 1.0;
        margin-top: 40px;
    }

/*!
 * CUSTOMIZE THE AEROTHERM STYLE BUTTONS
-------------------------------------------------------------------------------------------- */

    /* Aerotherm button base class */
        .btn-aerobase {
            color: #fff;
            font-weight: bold;
            background-color: rgb(0, 55, 140);
            border-color: rgb(0, 55, 140);
            border-radius: 0px;
            transition: all 0.6s ease 0s;
        }
        .btn-aerobase:hover {
            color: #fff;
            font-weight: bold;
            background-color: rgb(0, 30, 75);
            border-color: rgb(0, 30, 75);
            border-radius: 0px;
        }
        .btn-aerobase:focus {
            color: #fff;
            font-weight: bold;
            background-color: rgb(0, 30, 75);
            border-color: rgb(0, 30, 75);
            border-radius: 0px;
        }

    /* Aerotherm button info class */
        .btn-aeroinfo {
            color: rgb(0, 55, 140);
            font-weight: bold;
            background: none;
            border-color: rgb(0, 55, 140);
            border-width: 2px;
            border-radius: 0px;
            transition: all 0.3s ease 0s;
        }
        .btn-aeroinfo:hover {
            color: #fff;
            font-weight: bold;
            background-color: rgb(0, 55, 140);
            border-color: rgb(0, 55, 140);
            border-radius: 0px;
        }
        .btn-aeroinfo:focus {
            color: #fff;
            font-weight: bold;
            background-color: rgb(0, 55, 140);
            border-color: rgb(0, 55, 140);
            border-radius: 0px;
        }

    /* Aerotherm button contact class */
        .btn-aerocontact {
            border-width: 3px;
            height: 75px;
            margin-top: 10px;
        }

/*!
 * CUSTOMIZE THE CAROUSEL
-------------------------------------------------------------------------------------------- */

    /* Carousel base class */
        .carousel {
            height: 400px;
            margin-bottom: 30px;
        }

    /* Carousel caption class */
        .carousel-caption {
            z-index: 10;
            text-shadow: 1px 2px 1px rgba(0, 55, 140,1.0);
        }

    /* Carousel item class */
        .carousel .item {
            height: 400px;
            background-color: #5a5a5a;
        }

    /* Carousel background image classes*/
        .carousel .background-EDF_DuctedFan {
            background: url('../img/Cyclist_34kmph_Turned10degE1.jpg') no-repeat center center;
            background-size: cover;
        }
        .carousel .background-Cyclist_34kmph {
            background: url('../img/EDF_DuctedFan_B1.jpg') no-repeat center center;
            background-size: cover;
        }
        .carousel .background-PebbleBed_A4R3 {
            background: url('../img/PackedBed_A1.jpg') no-repeat center center;
            background-size: cover;
        }

/*!
 * CUSTOMIZE THE SLICK CLIENT CAROUSEL
-------------------------------------------------------------------------------------------- */

    .clients {
        margin-top: 40px;
        border-left: 3px rgba(0, 55, 140, 1.0) solid;
        border-right: 3px rgba(0, 55, 140, 1.0) solid;
    }

/*!
 * CUSTOMIZE THE JUMBOTRON
-------------------------------------------------------------------------------------------- */

    /* Jumbotron base class */
    .jumbotron {
        height: 400px;
        background-color: rgb(0, 55, 140);
    }

    /* Jumbotron caption class */
    .jumbotron-caption h1 {
        color: #fff;
        text-align: center;
        margin-top: 100px;
    }
    .jumbotron-caption p {
        color: #fff;
        text-align: center;
    }

/*!
 * CUSTOMISE THE MARKETING CLASS
-------------------------------------------------------------------------------------------- */

    .marketing .col-md-4 {
        text-align: center;
    }
    .marketing p {
        text-align: justify;
    }

/*!
 * CUSTOMISE THE FEATURETTE CLASS
-------------------------------------------------------------------------------------------- */

    .featurette h1 {
        color: rgb(0, 55, 140);
        text-align: center;
    }

    .featurette h2 {
        text-align: center;
    }

    .featurette p {
        text-align: justify;
    }

    .featurett-img-round {
        height: 90%;
        width: 90%;
        max-height: 250px;
        max-width: 250px;
        margin-top: 30px;
    }

    .featurett-img-square {
        height: 90%;
        width: 90%;
        max-height: 250px;
        max-width: 250px;
    }

/*!
 * CUSTOMISE THE SUPPORT CLASS
-------------------------------------------------------------------------------------------- */

    .support {
        text-align: center;
    }
    .support p {
        text-align: justify;
    }

/*!
 * CUSTOMISE THE JOBS CLASS
-------------------------------------------------------------------------------------------- */

    .positions {
        margin-top: 50px;
    }
    .panel-body {
        text-align: justify;
    }

/*!
 * CUSTOMIZE THE CONTACT-HEAD CLASS
-------------------------------------------------------------------------------------------- */

    /* Jumbotron base class */
    .contact-head {
        height: 200px;
        background-color: rgb(0, 55, 140);
        margin-bottom: 15px;
    }

    /* Jumbotron caption class */
    .contact-head-caption h1 {
        color: #fff;
        text-align: center;
        margin-top: 65px;
    }
    .contact-head-caption p {
        color: #fff;
        text-align: center;
    }

/*!
 * CUSTOMISE THE ADDRESS CLASS
-------------------------------------------------------------------------------------------- */

    .address {
        text-align: center;
    }
    .address h1 {
        color: rgb(0, 55, 140);
    }


/*!
 * CUSTOMISE THE MAP CLASS
-------------------------------------------------------------------------------------------- */

    .map {
        min-width: 300px;
        min-height: 300px;
        width: 100%;
        height: 100%;
        border: 3px rgba(0, 55, 140, 1.0) solid;
    }

/*!
 * CUSTOMISE THE CONTACT CLASS
-------------------------------------------------------------------------------------------- */

    .contact h2 {
        text-align: center;
        margin-top: 0px;
    }
    .contact p {
        text-align: center;
    }
    .contact label {
        color: rgb(0, 55, 140);
        text-align: left;
    }

/*!
 * CUSTOMISE THE ALERT CLASS
-------------------------------------------------------------------------------------------- */

    .alert {
        margin-top: 20px;
        margin-bottom: -5px;
    }

/*!
 * CUSTOMIZE THE AEROTHERM STYLE ICONS
-------------------------------------------------------------------------------------------- */

    .icon-aero {
        color: rgb(0, 55, 140);
        transition: all 0.3s ease 0s;
    }

    .icon-copyright {
        font-size: 18px;
        vertical-align: bottom;
    }

    .icon-big {
        margin-top: 30px;
        font-size: 150px;
    }

    .btn-aeroinfo:hover > .icon-aero {
        color: #fff;
    }
    .btn-aeroinfo:focus > .icon-aero {
        color: #fff;
    }

/*!
 * RESPONSIVE CSS
-------------------------------------------------------------------------------------------- */

    @media (min-width: 768px) {

        /* Navbar logo */
            .navbar-logo {
                height: 24px;
                /*margin-top: -1.5%;*/
            }

        /* Navbar links */
            .navbar-nav a {
                margin-left: -5px;
                margin-right: -5px;
            }

        /* Carousel */
            .carousel-caption h1 {
                font-size: 48px;
            }
            .carousel-caption p {
                margin-bottom: 30px;
                font-size: 24px;
            }

        /* Jumbotron */
            .jumbotron-caption h1 {
                font-size: 48px;
                margin-top: 100px;
            }
            .jumbotron-caption p {
                font-size: 24px;
            }

        /* Featurette divider for small view ports */
            .horisontal-divider-small {
                border-color: transparent;
                border-width: 0px;
                opacity: 0.;
                margin-top: 0px;
                margin-bottom: 0px;
            }

        /* Contact head */
            .contact-head-caption h1 {
                font-size: 48px;
                margin-top: 55px;
            }
            .contact-head-caption p {
                font-size: 20px;
            }

        /* Contact form */
            .contact label {
                margin-top: 16px;
            }
            .btn-aerocontact {
                margin-top: 0px;
            }

    }

    @media (min-width: 992px) {

        /* Navbar logo */
            .navbar-logo {
                height: 35px;
                margin-top: -2.5%;
            }

        /* Navbar links */
            .navbar-nav a {
                margin-left: 0px;
                margin-right: 0px;
            }

        /* Featurette */
            .featurett-img-round {
                max-height: 350px;
                max-width: 350px;
            }
            .featurett-img-square {
                max-height: 350px;
                max-width: 350px;
            }

    }