/* STRUCTURE */
html
{
    min-height: 100%;
    position: relative;
    background-color: white;
}

body { font-family: 'Open Sans', sans-serif;/* margin-bottom:230px; */}
.board-content
{
    background-color: #c8c8c8; 
    min-height: 480px; 
    margin: 0 auto; 
    padding: 29px;
    text-align: center;
}

.jcarousel-wrapper
{
    width:100%;
    margin:0;
}


.navbar .navbar-nav {   display: inline-block; float: none; vertical-align: top;}
.navbar-nav > li > a {  padding-top: 10px; padding-bottom: 10px; }
.navbar { min-height: 42px; border-radius: 0px; margin-bottom: 0px  }
.navbar .navbar-collapse { text-align: center; }
.navbar-default {   background-color: #662d91; border-color: #662d91; }
.navbar-default .navbar-nav > li > a { color: #fff; }
.navbar-default .navbar-nav > li > a:hover { color: #0099CC; }

.navbar-black {   background-color: black; border-color: #662d91; }
.navbar-default .navbar-nav > li > a { color: #fff; }
.navbar-default .navbar-nav > li > a:hover { color: #0099CC; }

.white-color{background-color: #fff !important; border-color: #fff !important; color:#000000 !important;font-size: 13px;    border-radius: 6px;}

.white-color .navbar-nav > li > a { color: #000 !important; }
.white-color .navbar-nav > li > a:hover { color: #0099CC !important; }


#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    /*position: absolute;*/
    left: 250px;
    width: 0;
    height: 100%;
    /*margin-left: -250px;*/
    overflow-y: auto;
/*    background: #000;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper { 
    /*position: absolute;*/
    margin-right: -250px;
    height:0;
}

/* Sidebar Styles */
.sidebar-nav {
    /*position: absolute;*/
    /*top: 2px;*/
    width: 210px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
      background-color: #662d91;
  border-color: #662d91;
    text-align: center;
}

.sidebar-nav li a {
display: block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  border: 1px solid white;
    padding: 5px 0;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a { color: #999999; }
.sidebar-nav > .sidebar-brand a:hover 
{
    color: #fff;
    background: none;
}

#menu_side { padding-top: 46px; }

a.btn-fira
{
    color:#fff;
    background-color: #662d91;
    border-color: #662d91;
    width: 200px; 
    border-radius: 0px;
}

a.btn-fira:hover { background-color: #773ea2; }

.img-responsive1
{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
    max-width:300px;
    width:100%;
    text-align: center; 
    margin: 0 auto; 
    padding: 5px 0;
}

.img-responsive1:hover
{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
    -webkit-filter: grayscale(0);
}

/* FOOTER */
#footer
{
/*  bottom:0px; 
    background-color:black;
    padding:20px 0;
    position: absolute;
    width:100%;*/
        bottom:0px; 
    background-color:black;
    padding:20px 0;
    position: relative;
    width:100%;
    margin-top:10px;
    height:100%;
    float: left;
    display: inline;
}

.sitemap { margin-bottom: 20px;}

.sitemap p
{
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.sitemap p a, .sitemap ul li a { color: white; }
.sitemap ul
{ 
    color: white;
    font-size: 11px;
    margin: 0;
    padding: 0 10px 0 0px;
    list-style:none;
}

.sitemap p.address
{
    color: white;
    font-size: 11px;
    margin: 20px 0 0;
    padding: 0 0 0 3px;
    white-space: nowrap;
    text-transform: none;
    font-weight: normal;
}

.siteinfo { text-align: right; }
.copyright
{

    top: 2px;
    right: 0;
    margin: 21px 21px 0;
    font-size: 12px;
    font-weight: bold;
    color:white;
}

.copyright a { color:white; }

.bottom-links
{
    margin: 0 21px;
}

.bottom-links li
{
    font-size: 10px;
    display: inline;
    color: white;
}
.bottom-links li a
{
    color: white;
}
.bottom-links li::after
{
    content: "/";
    padding: 0 3px 0 5px;
}
.bottom-links li.last::after
{
    content: "";
    padding: 0;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}