.modal.fade .modal-dialog {
    width: 300px !important;
}

#jevents .jevbootstrap .fade.in {
  display: block !important;
  height: 370px;
}


.intro-image-wrap .article-aside {
  background: transparent!important; 
}

.intro-image-wrap .article-aside {
padding:0px!important;
}

.img_caption {
  margin-bottom: 0px!important; }


.intro-image-wrap .article-aside .btn-group {
    position: absolute;
    right: 12px;
    top: 2px;
}

.moduleItemVideo {
    position: relative;
    left: 0px !important; 
    width:100%;
/*    pointer-events: none; */
}

.componentheading {
border-bottom: 1px solid #e1e4e6;
    font-weight: 100;
    line-height: 1;
    margin-bottom: 24px;
    margin-top: 0;
    padding-bottom: 12px;
border: 0 none;
    font-weight: 100;
    margin: 0;
    padding: 0;
font-size: 28pt;
}


.t3-mainnav .t3-navbar .navbar-nav > li {
//  margin: 0 15px; 
}

.t3-mainnav .t3-navbar .navbar-nav > li > a {
    border-bottom: 2px solid transparent;
    padding: 23px 0px 21px;
}

.nav-pills > li > a {
    color: #667780;
    font-size: 14px;
    padding: 14px 0;
}


.t3-spotlight-2 {
    //padding: 0px;
}
/* this seems to have to be done in bootstrap.css */
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    padding: 4px !important;
}

/*Fix the problem k2 */

div.itemListCategory {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 4px 0;
  padding: 8px;
}

div.itemListCategory table {
  border: solid 1px #ddd;
}

div.itemListCategory table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  font-size: 1em;
}

div.itemListCategory tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

div.itemListCategory table tbody tr td, div.itemListCategory table tbody tr th {
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}

div.itemListCategory table th, div.itemListCategory table td {
  padding: 8px;
  vertical-align: top;
  border: 1px solid #ddd;
  line-height: 1.5em;
  text-align: left;
}
div.itemListCategory table tr:hover td, div.itemListCategory table tr:hover th {
  background-color: #FEFDE2;
}



.t3-copyright {
    background: #363d42 none repeat scroll 0 0;
    font-size: 13px;
    padding: 268px 0;
    text-align: center;
}

