body {
  overflow-x: hidden;
}

#sidebar-wrapper {
  min-height: 100vh;
  /*margin-left: -15rem;*/
   margin-left: 0;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#main-cotent img {
    max-width: 100%; 
    height: auto;
}


#main-cotent h2 {
    color: #555;
    font-family: 'Titillium Maps', Arial;
}
#main-cotent h2 {
    font-size: 1.6em;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 3px 0px;
}

#sidebar .moduletable {margin-bottom:2em}

/*#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}*/

#wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  
}



.col-pixel-width-250{flex: 0 0 250px;
            margin-right:20px;
    }


.yellow-border{
    border: solid 1px #FFEC95;


}
 .blue-bg{
    background: #0d9ce0;
    color: #fff;
    }

#yellow-line p{margin-top:0.4em;margin-bottom:0.4em}



.yellow-bg {
    background: #ffe675;

    padding:5px 10px;
     font-size: 14px;} 

.yellow-bg p{
    color: #237d85;
    font-weight: bold;
    font-size: 16px;
} 

ul.menu li {
    border-bottom: solid 1px #ddd;
    display: block;
    width: 100%;
    margin: 0;
   
}
ul.menu li a{
    display:block;
    padding: 2px 4px 7px 15px;
    color: #444;
    background: url(../img/karo.gif) 5px 12px no-repeat;
}

ul.menu li a:hover{
    text-decoration:none;
     color: #095197;
}
 
#sidebar h3 {
    border-bottom: solid 1px #ddd;
    font-family: 'Titillium Maps', Arial;
    color: #555;
}
#sidebar h3 {
    font-size: 1.4em;
    margin: 5px 0 6px 0;
    font-weight: normal;
    line-height: 1.19em;
}

ul.menu li.active a:link, ul.menu li.active a:visited {
    font-weight: bold;
}

#sidebar-wrapper ul {
    width: 15rem;
    
}

#sidebar-wrapper ul li a:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

#sidebar-wrapper ul li a {
    position: relative;
    display: block;
    padding: 0.5rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
     background-color: #f8f9fa !important;
     background-image:none;
     border-right: 0;
    border-left: 0;
    border-radius: 0;
    
}

#sidebar-wrapper h3{
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
    font-weight:normal;
}

@media screen AND (min-width:576px){
   .yellow-border{
   border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
  } 

    .blue-bg{
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        position: relative;
    }
    .yellow-bg{
        border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;

    } 
}

@media screen AND (max-width:576px){
    .yellow-bg p {font-size: 14px}
}


@media screen AND (min-width:960px){
    .conference-name{font-size:18px;}
}

@media screen AND (min-width:1140px){
    .conference-name{font-size:20px;}
}
/*
@media screen AND (min-width: 768px){
   #wrapper.toggled #sidebar-wrapper {
   
    max-width: 15rem; 
   }
}*/


