#panelnav, #panelnav a,
.userbanner, .userbanner a{background-color:#434859;color:#FFF}
.userbanner .moduletable{margin-bottom:0;padding:10px 0 0 0}
#panelnav .container, .userbanner .container{display:grid}
.userbanner .login-row{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:baseline;-ms-align-items:baseline;align-items:baseline;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;padding:10px 0 10px}
.userbanner .form-group{padding:0 10px}


.module-title .title,
.userbanner .nav .current,
.navigation li:hover,.navigation li.active,#navigation .navbar-default .navbar-nav>.active>a,#navigation .navbar-default .navbar-nav>li>a:hover{color:#0cf;border-bottom:4px solid #0cf;font-weight:700}
.navbar-nav > li > a{text-transform:uppercase}
@media (min-width:768px){
	#header .item-109{display:none}
}
.nav>li>a:focus,.nav>li>a:hover{color:#000}

/* For Akeeba Subscriptions */
.icon-retweet{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.icon-retweet:before{content:"\e115";font-family:'Glyphicons Halflings'}
.alert tt{color:#F00;font-weight:700;background-color:#fff;padding:4px}


/* BEGIN: Product page */

.section-title{text-align:center;font-weight: 700;font-size: 45px}

.block-header{width:100%;
  padding:40px 50px;
  background: linear-gradient(25deg,#1e5799,#7db9e8);
  text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
  margin-top: -30px;
    color: #fff;} 
    
.btn-group .dropdown-menu .dropdown-item{
    width: 100%;    border-radius: 0;
}
.btn-group .dropdown-menu {
    background-color: transparent;
}
.modal-dialog {max-width:96%}
.thumb {margin-bottom:5px;}

.product-gallery,.doc-module,.block-dark-bg{
background: #444;
background: linear-gradient(25deg,#444,#555); /**/
color: #fff;
padding: 10px;
}

.doc-module{padding:0 0 0 0;margin-bottom:25px}
.mod-docimport-categories #akeeba-renderjoomla a:hover {
    color: #fff;
    background: #5b97cd;
}
.mod-docimport-categories #akeeba-renderjoomla a {
    font-weight: 500;
    color: #fff;
    padding: 5px 10px;
    display: block;
    transition: all 0.2s ease-in-out;
    text-decoration: underline;
}

/* END: Product page */

/* BEGIN: PRICE/ FEATURE LIST */
.feature-list  * {
  box-sizing: border-box;
}

.feature-list .small {
    font-weight: 100;
    font-size: 60%;
}
.feature-list p{margin:0}

.feature-list td,
.feature-list th {
  text-align: center;
  border: solid 1px #ccc;
  font-size: 22px;
  padding: 6px;
  word-wrap: break-word;
}

.feature-list td {
  color: red;
  font-weight: bold;
}

.feature-list .check {
  color: limegreen;
  font-size: 30px;
}

.feature-list th:first-child,
.feature-list td:first-child {
  font-weight: bold;
  color: black;
}

@media screen and (max-width: 768px) {
  .feature-list .check {
    color: limegreen;
    font-size: 20px;
  }
  .feature-list tr {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }
  .feature-list.fl-3 td,
  .feature-list.fl-3 th {
    width: 33.333333333333%;
  }
  
  .feature-list.fl-2 td,
  .feature-list.fl-2 th {
    width: 50%;
  }
   .feature-list td,
  .feature-list th{
    display: block;
    font-size: 20px;
  }
  .feature-list th:first-child,
  .feature-list td:first-child {
    background: #efefef;
    width: 100%;
  }
  .feature-list th:first-child {
    display: none;
  }
}


/* END: PRICE/ FEATURE LIST */

/* TICKET Customization  */
.ats-category-desc img{margin-right:40px}

/* Bootstrap override */
.btn-group .dropdown-menu .btn+.btn { margin-left: 0; } 
