﻿body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
    /*background-color: red;*/
}

.btnck {
    background-color: #00A9D4;
    color: #0D4170;
}

.btnlogin {
    background-color: white; /*#00A9D4;*/
    color: #0D4170;
    height: 90px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
}

.btnlogin:hover {
    background-color: #00A9D4;
    color: #0D4170;
}

a {
    color: #0D4170;
}

.blue {
    color: #0D4170;
}

.bluelight {
    color: #00A9D4;
}

h1 {
    color: #0D4170;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #0D4170;
    font-weight: 600;
    margin-bottom: 30px;
}

h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #00A9D4;
    font-weight: 400;
    margin-bottom: 30px;
}

.jumbotron {
    background-color: #00A9D4;
    color: #fff;
    padding: 100px 25px;
    margin-bottom: 30px;
    font-family: Montserrat, sans-serif;
}

.space {
    padding: 100px 50px;
}

/*.container-fluid {
    padding: 100px 50px;
}*/

.bg-grey {
    background-color: #f6f6f6;
}

.logo-small {
    color: #0D4170;
    font-size: 50px;
}

.logo {
    color: white; /*#0D4170;*/
    font-size: 200px;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

    .thumbnail img {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #0D4170;
}

.carousel-indicators li {
    border-color: #0D4170;
}

    .carousel-indicators li.active {
        background-color: #0D4170;
    }

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}

.panel {
    border: 1px solid #0D4170;
    border-radius: 0 !important;
    transition: box-shadow 0.5s;
}

    .panel:hover {
        box-shadow: 5px 0px 40px rgba(0,0,0, .2);
    }

.panel-footer .btn:hover {
    border: 1px solid #0D4170;
    background-color: #fff !important;
    color: #0D4170;
}

.panel-heading {
    color: #fff !important;
    background-color: #0D4170 !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: white !important;
}

    .panel-footer h3 {
        font-size: 32px;
    }

    .panel-footer h4 {
        color: #aaa;
        font-size: 14px;
    }

    .panel-footer .btn {
        margin: 15px 0;
        background-color: #0D4170;
        color: #fff;
    }

    .navbar {
        margin-bottom: 0;
        background-color: white;
        z-index: 9999;
        border: 0;
        font-size: 14px !important;
        line-height: 1.42857143 !important;
        letter-spacing: 4px;
        border-radius: 0;
        font-family: Montserrat, sans-serif;
        padding: 0px;
        margin: 0px;
    }

    .navbar li a, .navbar .navbar-brand {
        color: #0D4170 !important;
        line-height: 75px;
    }

    .navbar-nav li a:hover, .navbar-nav li.active a {
        color: #0D4170 !important;
        background-color: #00A9D4 !important;
        height: 90px;
        line-height: 75px;
    }

.navbar-toggler {
    border-color: transparent;
    color: #00A9D4 !important;
    margin-top: 25px;
    margin-bottom: 24px;
    margin-right: 15px;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #0D4170;
}

.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media screen and (min-width:575px) and (max-width: 1200px) {
    .navbar .navbar-brand {
        color: #0D4170 !important;
        line-height: 30px;
        padding-left: 15px;
        margin-left: 0px;
        margin-top:15px;
    }

    .navbar li a, .navbar-nav li a {
        color: #0D4170 !important;
        height: 90px;
        line-height: 75px;
        padding-left: 0px;
        margin-left: 0px;
        font-size: 10px;
    }

        .navbar-nav li a:hover, .navbar-nav li.active a {
            color: #0D4170 !important;
            background-color: #00A9D4 !important;
            height: 90px;
            line-height: 75px;
            padding-left: 0px;
            margin-left: 0px;
            font-size: 10px;
        }

    .btnlogin {
        background-color: white; /*#00A9D4;*/
        color: #0D4170;
        height: 90px;
        border: none;
        border-radius: 0;
        cursor: pointer;
        line-height: 1.42857143 !important;
        letter-spacing: 4px;
        border-radius: 0;
        font-family: Montserrat, sans-serif;
        font-size: 10px !important;
    }

        .btnlogin:hover {
            background-color: #00A9D4;
            color: #0D4170;
            line-height: 1.42857143 !important;
            letter-spacing: 4px;
            border-radius: 0;
            font-family: Montserrat, sans-serif;
            font-size: 10px !important;
        }

    .row {
        display: block;
        text-align: center;
    }

        .row img {
            display: inline-block;
        }
}


@media screen and (max-width: 575px) {
    .logo {
        font-size: 150px;
    }

    .navbar .navbar-brand {
        color: #0D4170 !important;
        line-height: 30px;
        padding-left: 15px;
        margin-left: 0px;
        margin-top: 15px;
    }

    .navbar li a, .navbar-nav li a {
        color: #0D4170 !important;
        height: 50px;
        line-height: 35px;
        padding-left: 15px;
        margin-left: 15px;
    }

        .navbar-nav li a:hover, .navbar-nav li.active a {
            color: #0D4170 !important;
            background-color: #00A9D4 !important;
            height: 50px;
            line-height: 35px;
            padding-left: 15px;
            margin-left: 0px;
        }

    .btnlogin {
        background-color: white; /*#00A9D4;*/
        color: #0D4170;
        height: 50px;
        line-height: 35px;
        padding-left: 15px;
        margin-left: 0px;
        width: 100%;
        border: none;
        border-radius: 0;
        cursor: pointer;
        font-size: 10px;
        letter-spacing: 4px;
        border-radius: 0;
        font-family: Montserrat, sans-serif;
        text-align:left;
    }

        .btnlogin:hover {
            background-color: #00A9D4;
            color: #0D4170;
        }
}

.form-inline .btn:hover {
    border: 1px solid #0D4170;
    background-color: #fff !important;
    color: #0D4170;
}

.form-inline .btn {
    background-color: #0D4170;
    color: #fff;
}

.navbar .navbar-brand {
    background-color: #fff;
    color: #fff !important;
}
/*.navbar .navbar-brand:hover {

        }*/



.navbar .navbar-collapse,
.navbar .navbar-form {
    border-color: #fff;
    background-color: #fff;
}


#image_container {
    width: 100%;
    height: 100%;
    border: 0px double #999;
    /*margin:2% auto;*/
    margin-top: 90px;
    margin-bottom: 0px;
}

    #image_container img {
        width: 100%;
        height: 100%;
    }
