﻿.panel-heading.ail-pannel {
    color: white !important;
    /* height: auto; */
    height: 75px !important;
    padding: 10px;
}
.color-white {
    color: white !important;
}
thead.ail-table {
    background-color: #f07c00;
    color: white;
}
.menu-botton-bar {
    border: 1px medium gray;
    padding-top: 12px;
    /* border-bottom-left-radius: 25px;*/
    background-color: white !important;
    text-align: right;
    font-size: small;
    font-weight: bold;
}
.menu-botton-shadow:after {
    content: "";
    width: 100%;
    height: 1px;
   /* margin-top: 88px;
    margin-left: -75px;*/
    display: block;
    position: absolute;
   /* left: 50%;*/
    z-index: -1;
    -webkit-box-shadow: 0px 0px 8px 2px #000000;
    -moz-box-shadow: 0px 0px 8px 2px #000000;
    box-shadow: 0px 0px 8px 2px #000000;
}

.img-shade {
   /* width: 400px;
    height: 200px;*/
    border: 2px solid #fff;
    background: url(img/tiger.png) no-repeat;
    box-shadow: 10px 10px 5px #ccc;
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    -khtml-box-shadow: 10px 10px 5px #ccc;
}
.navbar li a, .navbar .navbar-brand {
   
    font-weight: bold;
}
.panel-heading{
    height:25px !important;
    
}
div.panel-heading > b {
    margin-top: -10px !important;
}
.ail-sub-menu {
    padding-left: 10px;
    background-color: #ee8b20e3 !important;
    min-width: 250px !important;
}
#footer {
    background: #f07c00;
    padding: 0 0 30px 0;
    color: #eee;
    font-size: 14px;
}
a.dropdown-item:hover {
    background-color: #f07c00 !important;
    text-decoration-line: none !important;
}
.dropdown-item a:hover {
    background-color: #ddd !important;
}
body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}

h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}

.jumbotron {
    background-color: #f07c00;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
}

#myCarousel .carousel-inner img {
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%); /* make all photos black and white */
    width: 100%; /* Set width to 100% */
    margin: auto;
}

#myCarousel .carousel-caption h3 {
    color: #fff !important;
}

@media (max-width: 600px) {
    #myCarousel .carousel-caption {
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}

.container-fluid {
    padding: 60px 50px;
}

.bg-grey {
    background-color: #f6f6f6;
}

.logo-small {
    color: #f07c00;
    font-size: 50px;
}

.logo {
    color: #f07c00;
    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: #f07c00;
}

.carousel-indicators li {
    border-color: #f07c00;
}

    .carousel-indicators li.active {
        background-color: #f07c00;
    }

.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 #f07c00;
    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 #f07c00;
    background-color: #fff !important;
    color: #f07c00;
}

.panel-heading {
    color: #fff !important;
    background-color: #f07c00 !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: #f07c00;
        color: #fff;
    }

.navbar {
    margin-bottom: 0;
    background-color: #f07c00;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
}

    .navbar li a, .navbar .navbar-brand {
        color: #fff !important;
    }

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f07c00 !important;
    background-color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    top: 10px !important
    /* color: #f07c00; */
}

.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;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }

    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
}

.back-to-top {
    bottom: 15px;
}
.back-to-top {
    position: fixed;
    display: none;
    background: #f07c00;;
    color: #fff !important;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.menu-large {
    position: static !important;
}

.megamenu {
    padding: 20px 20px;
    width: 100%;
}

    .megamenu > div > li > ul {
        padding: 0;
        margin: 0;
    }

        .megamenu > div > li > ul > li {
            list-style: none;
        }

            .megamenu > div > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.428571429;
                color: #333333;
                white-space: normal;
            }

                .megamenu > div > li > ul > li > a:hover,
                .megamenu > div > li > ul > li > a:focus {
                    text-decoration: none;
                    color: #262626;
                    background-color: #f5f5f5;
                }

    .megamenu.disabled > a,
    .megamenu.disabled > a:hover,
    .megamenu.disabled > a:focus {
        color: #999999;
    }

        .megamenu.disabled > a:hover,
        .megamenu.disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed;
        }

    .megamenu.dropdown-header {
        color: #428bca;
        font-size: 18px;
    }

@media (max-width: 768px) {
    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }

        .megamenu > li {
            margin-bottom: 30px;
        }

            .megamenu > li:last-child {
                margin-bottom: 0;
            }

        .megamenu.dropdown-header {
            padding: 3px 15px !important;
        }

    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }
}
/*@media (min-width: 768px) <style> .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -75px;
}*/

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ca6a04;
}
navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: rgb(40 40 20 / 10%);
}