@charset "utf-8";
/* CSS Document */
/* TEMPLATE STYLES */

        /* Necessary for full page carousel*/

        html,
        body {
            height: 100%;
        }

        /* Navigation*/

        .navbar {
            background-color: transparent;
        }

        .top-nav-collapse {
            background-color: #929FBA;
        }
@media (max-width: 992px) {
.fixed-top {
position: absolute;
background-color: #7283A7 !important;
}
}

        footer.page-footer {
            background-color: #929FBA;
        }

        @media only screen and (max-width: 768px) {
            .navbar {
                background-color: #929FBA;
            }
        }

        .scrolling-navbar {
            -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
            -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
            transition: background .5s ease-in-out, padding .5s ease-in-out;
        }

        /* Carousel*/

        .carousel {
            height: 50%;
        }

        @media (max-width: 776px) {
            .carousel {
                height: 100%;
            }
        }

        .carousel-item,
        .active {
            height: 100%;
        }

        .carousel-inner {
            height: 100%;
        }

        /*Caption*/

        .flex-center {
            color: #fff;
        }

        .navbar .btn-group .dropdown-menu a:hover {
            color: #000 !important;
        }

        .navbar .btn-group .dropdown-menu a:active {
            color: #fff !important;
        }
/*  TOP UP + BTN Circle  */

#TopUp{display:none;position:fixed;bottom:20px;right:30px;z-index:99;font-size:18px;border:0;outline:0;background-color:red;color:white;cursor:pointer;padding:15px;border-radius:4px}#TopUp:hover{background-color:#555}.btn-circle.btn-xl{width: 70px; height: 70px; padding: 10px 16px; border-radius: 35px; font-size: 24px; line-height: 1.33;}.btn-circle{width: 30px; height: 30px; padding: 6px 0px; border-radius: 15px; text-align: center; font-size: 12px; line-height: 1.42857;}.btn-round-lg{border-radius: 22.5px;}.btn-round{border-radius: 17px;}.btn-round-sm{border-radius: 15px;}.btn-round-xs{border-radius: 11px;padding-left: 10px;padding-right: 10px;}

footer a, footer a:visited { color: #fff;}
 footer a:hover, footer a:active {
	color: #080808;
}
hr1 {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
}