/* BASE HTML TAGS--------------------- */

body {
    font-family: Myriad Pro, Futura, sans-serif !important;
    font-size: small;
    margin: 0px;
    color: #000;
    /* background: url(images/bg.png) repeat; */
    /* -webkit-background-size: cover; */
    -moz-background-size: cover;
    -o-background-size: cover;
    /* background-size: cover; */
    /* background: #f9f5fa; */
    /* background-size: cover; */
    /* background-attachment: fixed; */
}

.theme-showcase {
    /* padding: 15px; */
    /* display: flex; */
    /* margin-bottom: 50px; */
    clear: both;
    /* background: #fff; */
}

html > body #footer {
    bottom: 0;
    z-index: 10;
}

.centeredcontent {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
}

/* Profile Tabs */

ul#profiletabs {
    text-align: left;
    margin: 1px 0 0px 0;
    font: bold 12px verdana, arial, sans-serif;
    list-style-type: none;
    padding: 3px 10px 3px 10px;
}

    ul#profiletabs li {
        display: inline;
        padding: 2px;
    }

    ul#profiletabs .t-selected a {
        /*border-bottom: 1px solid #AECEE8;*/
        background-color: #AECEE8;
        color: #333333;
        background-image: url(img/profiletabs_selectedbg.png);
        background-repeat: repeat-x;
    }


    ul#profiletabs li a {
        padding: 3px 4px;
        /*background-color: #EEEEEE;*/
        color: #666666;
        margin-right: 0px;
        text-decoration: none;
        border-bottom: none;
    }

    ul#profiletabs a:hover {
        color: #000000;
    }

.profiletabs_shadow {
    background-image: url(img/profiletabs_shadow.png);
    background-repeat: repeat-x;
    height: 15px;
}

.sitefooter {
/*     padding: 40px 0; */
    /* border-top: 1px solid #000; */
    /* box-shadow: -1px -1px 1px grey; */
}

    .sitefooter a {
        color: #fff;
    }

        .sitefooter a:hover {
            color: #78b8ee;
        }

.sitefooter {
    color: #fff;
}

footer {
    color: #fff;
}
.sidemenu {
    border-bottom: 1px solid #a2a2a2;
    color: #005085;
    padding: 10px 10px;
    font-size: 14px;
    margin-top: 5px;
    background:transparent !important;
}

    .sidemenu:hover {
    color: #fff;
    background-color: #0d1d41 !important;
    /* border: 1px solid #fff; */
    }

.navbar-inverse {
    bac: -webkit-linear-gradient(#04519b, #044687 60%, #033769);
    background-image: -o-linear-gradient(#04519b, #044687 60%, #033769);
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#04519b), color-stop(60%, #044687), to(#033769)); */
    /* background-image: linear-gradient(#04519b, #044687 60%, #033769); */
    /* background-repeat: no-repeat; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff033769', GradientType=0);
    /* -webkit-filter: none; */
    /* filter: none; */
    /* border-bottom: 1px solid #022241; */
}

.navbar-inverse {
    background: transparent;
    border-radius: 0;
    border: none;
    min-height: 0;
    margin-bottom: 0;
    /* margin-top: 15px; */
    padding: 0;
    /* box-shadow: 0px 2px; */
}
.navbar-collapse {
    padding:0;
}
.navbar-nav>li {
    /* float: left; */
    /* margin:  10px; */
}
    .navbar-inverse .navbar-nav > li > a {
        /* color: #425563; */
        font-size: 16px;
        font-weight: bold;
        /* background: #78b8ee; */
        display: block;
        text-decoration: none;
        /* line-height: 80px; */
        color: #ffffff;
        /* font-size: 12px; */
        text-transform: uppercase;
        letter-spacing: .1em;
        font-weight: normal;
        transition: all .2s;
        margin: 0 8px;
        /* border-radius: 20px 5px; */
        padding: 10px 5px;
        font-size: 15px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff !important;
            background-color: #0d1d41 !important;
            /* border-top: 2px solid #2E7AAD; */
        }



btn-info {
    background-image: -webkit-linear-gradient(#04519b, #033c73 60%, #02325f);
    background-image: -o-linear-gradient(#04519b, #033c73 60%, #02325f);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#04519b), color-stop(60%, #033c73), to(#02325f));
    background-image: linear-gradient(#04519b, #033c73 60%, #02325f);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff02325f', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border-bottom: 1px solid #022241;
}

.btn-info {
    color: #ffffff;
    background-color: #033c73;
    border-color: #033c73;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: none !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.item img {
    width: 100%;
    max-height: 400px;
    z-index: -1;
}

.carousel-inner {
    position: relative;
    /* width: 80%; */
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    
    color: #fff;
    background-color: #00364f;
}

.navbar-nav ul a.has-submenu:hover {
    background-color: #78b8ee !important;
    color: #fff !important;
}

.navbar-nav {
    /* float: right; */
}

@media screen and (max-width:350px) {
    .carousel-inner {
        max-height: 200px;
        overflow: hidden;
    }
     #social {
        text-align:center;
    }
}
@media screen and (max-width:767px) {
    
#navi {
   background: url(images/banner.jpg) repeat-x;
}
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    text-align: center;
}
    #sidebar{
        display:none;
    }
    .navbar-inverse {
        background: #2b5474;
    }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #ffffff !important;
            background-color: #0d1d41 !important;
        }
    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        border-radius: 0;
        border: none;
    }
    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
     background-color: #00364f !important;
     color: #fff !important;
    }
    #footer:before {
        display:none;
    }
    .theme-showcase {
        display:block;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #000000 !important;
        background-color: #fff !important;
    }
    .navbar-nav {
        margin: 0px !important;
    }

    .navbar-nav {
        float: none !important;
        background-color: #1c3464;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff !important;
    }
    .navbar-inverse {
    background-color: #0a1938;
    color:#000;
    }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #0d1d41 !important !important;
    color: #fff !important;
}
}
@media screen and (max-width:1000px) {
    
    #sidebar {
        width:100% !important;
        margin-right:0 !important;
    }
    
    .logoimg {
        margin:0 auto;
        /* max-width: 70px !important; */
    }
}

@media screen and (max-width:1200px) {
    #focusContent {
        display: none !important;
    }

    #slider {
        width: 100% !Important;
    }
}


@media screen and (min-width:767px) {
    
#navi {
   background:url(images/banner.jpg) no-repeat;
   height:225px;
}

    #menuBar {
        /* background:#193E30; */
        /* margin-top:-30px; */
    }
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
        background:#0d1d41 !important;
        color:#fff !important;
    }
    #sidebar {
        background: #f1f1f1;
        width: 25%;
        /* margin-right: 2%; */
        /* border-radius: 6px; */
    }
     
    .navSection {
    /* background: #fff; */
    height: 100% !important;
    color: #000;
    /* margin: 10px 0px; */
    /* height: 80px; */
}
.navbar-inverse {
    /* margin-top: 15px; */
    }
.theme-showcase{
    
    margin-top: 40px;
    margin-bottom: 40px;
}
    

}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    /* text-align: center; */
    /* color: #000; */
    /* font-weight: bold; */
}

   
footer {
    background: #0270ba;
    /* background-size: cover; */
    min-height: 64px;
    /* margin: 40px 0; */
}
.contentbg {
    
    color: #333329;
    /* margin: 10px; */
    /* width: 23%; */
}
.sidepanel {
    color: #484848;
    /* background: #fff; */
    /* border-radius: 6px; */
    margin: 10px;
}

.sidepanel a {
    color: #ffffff;
    }
.sidepanel a:hover {
    color: #c3c3c3;
    }
.mainpage {
    /* margin: 10px; */
    /* width: 73%; */
}
.sidemenuMargin {
    padding: 10px;
    background: #0d1d41 !important;
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        width: 1367px;
    }
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}


.classname {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05,#3958a5), color-stop(1, #152756) );
    background: -moz-linear-gradient( center top,#3958a5 5%, #152756 100% );
    background-color: #3958a5;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    /* text-indent: -25px; */
    border: 1px solid #6d9ead;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    height: 90px;
    line-height: 90px;
    width: 300px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #86acb8;
    /* margin-left: -20px; */
}

    .classname:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #152756), color-stop(1,#3958a5) );
        background: -moz-linear-gradient(center top, #152756 5%, #3958a5 100%) repeat scroll 0% 0% #3958a5;
        background-color: #152756;
        text-decoration: none;
        color: #fff;
    }

    .classname:active {
        position: relative;
        top: 1px;
    }

.sidemenu a {
    color: #fff !important;
}

#sliderSection {
    background: #fff;
    /* margin-top: 20px; */
}

a.socialIconLink {
    display: inline-block;
    background: #0270ba;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    box-shadow: inset 1px 1px 2px #0270ba;
    vertical-align: middle;
    display: table-cell;
    margin: 0 2px;
    text-align: center;
}

    a.socialIconLink:hover {
        background: #0270ba;
    }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #929191;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
#slider{
    /* margin-top: -54px; */
}
#bg {
    position: fixed;
    top: 0;
    left: 0;
    /* Preserve aspet ratio */
    min-width: 100%;
    min-height: 100%;
}

/*.heightMatch{
    display:flex;
}*/


.dropdown-menu{
        background-color: #ffffff;
        color: #000;
}
.dropdown-menu>li>a {
    /* color: #ffffff; */
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    
text-decoration: none;
     background:#0d1d41 !important;
        color:#fff !important;
}
.social {
    background: #0270ba;
    width:100%;
    text-align: left;
    margin: 3px 0;
    color:#fff;
}

    .social p {
        text-align:center !important;
        font-size:16px !important;
        margin-left:20px;
    }
    .social:hover {
        background: #666;
        color:#fff;
    }
    
    #bg2 {
    }
footer {
     background: #0e0e3f;
     color: #ffffff;
     /* height: 200px; */
     border-top: 5px yellow solid;
}
.shadow {
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
}
.logoimg {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding: 0;
    max-width: 608px;
    width: 100%;
    /* background: #fff; */
}
#banner {
    background: url(images/bg.png) no-repeat;
    /* height: 222px; */
}
#headerImg{
    background:url(images/banner.jpg) no-repeat;
    background-position:top center;
    background-size:cover;
    height: 150px !important;
    clear: both;
}
.contentbg {
    /* background: url(images/bg.jpg) no-repeat top center; */
    /* background-size: cover; */
    /* background-attachment: fixed; */
}