/* BASE HTML TAGS--------------------- */

body {
    font-family: "Open Sans", sans-serif;
    font-size: small;
    margin: 0px;
    color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: #d4cfba;
    background-size: cover;
    background-attachment: fixed;
}

.theme-showcase {
    /* background: #fff; */
    /* padding: 15px; */
    /* display: flex; */
}

html > body #footer {
    bottom: 0;
    z-index: 10;
}

h1 {
    /* font-size: 30px; */
    /* font-family: Verdana, Arial, Helvetica, sans-serif; */
    /* margin-bottom: 10px; */
}

h2 {
    /* font-size: large; */
    /* font-family: Verdana, Arial, Helvetica, sans-serif; */
    /* margin-bottom: 10px; */
}

.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;
    border-bottom: 1px solid #670001;
    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;
        border: 1px solid #670001;
        /*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: #5d5d5d;
    }

        .sitefooter a:hover {
            color: #337ab8;
        }

.sitefooter {
    color: #000;
}

.sidemenu {
    /* background: #36549e; */
    /* border-radius: 5px; */
    color: #ffffff;
    margin-bottom: 5px;
    padding: 10px 10px;
    font-size: 16px;
    /* font-weight: bold; */
    border-bottom: 1px solid #dadada;
}

    .sidemenu:hover {
        background: #eaeaea;
        color: #151b54;
    }

.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-color: transparent;
    /* border-color: #080808; */
    border-radius: 0;
    border: none;
    min =height: 50px;
    min-height: 50px;
    margin-bottom: 0;
    /* margin-top: 30px; */
    /* border-bottom: 2px solid #fff; */
}

    .navbar-inverse .navbar-nav > li > a {
        color: #ffffff;
        font-size: 16px;
        /* font-weight: bold; */
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #5d5d5d;
            background-color: #eaeaea;
        }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #056839 !important;
}

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:500px; */
    z-index: -1;
}

.carousel-inner {
    max-height: 500px;
    overflow: hidden;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #f8f8f8 !important;
    color: #000 !important;
    border: none;
}

.navbar-nav ul a.has-submenu:hover {
    /* color: #fff !important; */
    /* background-color: #62A743 !important; */
}

.navbar-nav {
    /* float: right; */
}

@media screen and (max-width:350px) {
    .carousel-inner {
        max-height: 200px;
        overflow: hidden;
    }
}
@media screen and (max-width:767px) {
    #social {
        display:none;
    }
    .mobileFloatNone{
        float:none !Important;
    }
    #sidebar{
        display:none;
    }
    .navbar-inverse {
        /* background: #fff9df; */
    }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #000;
            background-color: #eaeaea;
        }
    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }
    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
     background: #eaeaea !important;
     color: #151b54 !important;
    }
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7;
    }
    #footer:before {
        display:none;
    }
    .theme-showcase {
        display:block;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff !important;
    }
}
@media screen and (max-width:1000px) {
    .headerImg {
        margin: 0 auto !important;
        width:100% !important;
        padding: 0px 0px !important;
        max-width: 200px;
    }
    .navbar-nav {
        margin: 0px !important;
    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #151b54 !important;
        background: #eaeaea;
    }
    #sidebar {
        width:100% !important;
        margin-right:0 !important;
    }
}

@media screen and (max-width:1200px) {
    #focusContent {
        display: none !important;
    }

    #slider {
        width: 100% !Important;
    }
}


@media screen and (min-width:1000px) {
    #sidebar {
        /* width: 23%; */
        /* margin-left: 2%; */
    }
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    /* text-align: center; */
    color: #333;
    /* font-weight: bold; */
}

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #FFF !important;
        background-color: #056839 !important;
    }

footer {
    /* margin: 30px auto; */
    padding: 20px 0;
    background: #056839;
    color: #fff;
    -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05) inset;
}
#footer:before{
    background: url(images/footer.png) 0 0 no-repeat;
    /* position: absolute; */
    bottom: 100%;
    left: 20px;
    width: 565px;
    height: 51px;
    z-index: 1;
    /* content: ""; */
}
.sidepanel {
    /* background: rgba(230, 231, 190, .85); */
    /* color: #ffffff; */
    /* margin: 10px; */
    /* width: 23%; */
}

.mainpage {
    margin: 50px 0 0 0;
    width: 100%;
}

.sidemenuMargin {
    padding: 10px;
}

@media screen and (min-width: 1200px) {
    .container {
        /* width: 1000px; */
    }
}

.navbar-inverse .navbar-toggle .icon-bar {
    /* background-color: #000; */
}


.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-family: arial;
    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: #d4cfba;
}

a.socialIconLink {
    display: inline-block;
    background: #b9da8e;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    box-shadow: inset 1px 1px 2px #96bd69;
    vertical-align: middle;
    display: table-cell;
    margin: 0 2px;
    text-align: center;
}

    a.socialIconLink:hover {
        background: #96bd69;
    }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #929191;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

#bg {
    position: fixed;
    top: 0;
    left: 0;
    /* Preserve aspet ratio */
    min-width: 100%;
    min-height: 100%;
}
/*.heightMatch{
    display:flex;
}*/


.dropdown-menu{
        background-color: #f8f8f8;
}
.menubar {
        margin: 0 auto;
        padding: 3px 0 2px 0;
        background: #056839;
        text-align: left;
        -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05) inset, 0 -5px 15px 0 rgba(0, 0, 0, 0.05) inset;
        -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05) inset, 0 -5px 15px 0 rgba(0, 0, 0, 0.05) inset;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05) inset, 0 -5px 15px 0 rgba(0, 0, 0, 0.05) inset;
}

#auxmenu, #pnlLinks, #pnlPolls {
    background: #056839;
    padding: 20px;
    color: #fff;
}
i {
    margin-right:10px;
    font-size: 20px !Important;
    padding: 5px !important;
    line-height: 24px !important;
}
.footer-border {
    margin-top: 30px;
    border-top: 1px dashed #ddd;
}
.footer-social a:hover, .footer-social a:focus {
    color: #13538f;
}
.footer-social i {
    float:right;
}
footer a {
    color:#fff;
}
footer a:hover {
    color: #00c6ff;
}

#social i {
    color: #151b54;
    font-size: 25px !important;
    float:right;
}
#social i:hover{
    color: #3641a7;
}
.signInLink {
    /* font-size:16px !important; */
}
.buttons a {
    color: #151b54 !important;
}
    .buttons a div:hover {
        background: #151b54 !important;
        color:#fff !important;
    }
.mainStuff{
    background:#fff;
}
.dropdown-menu {
    padding: 0px 0;
    margin: 0px 0 0;
}