/*#inner {
    margin: 15px 0 50px;
    color: #888;
}*/
#inner .heading {
  font-size: 30px;
  line-height: 30px;
  margin: 20px 0;
  color: #3950a3;
  font-weight: bold;
}
#normalGroup {
  padding-left: 20px;
  margin-top: 30px;
}
#normalGroup li {
  list-style: disc;
  color: #F4AE42;
  list-style-position: outside;
}
#normalGroup li a, .attach a {
  color: #F4AE42;
}
#gallery img {
  border: 1px solid #eee;
  padding: 2px;
  margin-bottom: 10px;
}
#gallery img:hover {
  border-color: #766dc5;
}
#gallery h2 a {
  text-align: left;
}
#gallery a {
  color: #222;
  display: block;
  text-align: center;
}
#gallery a:hover {
  text-decoration: none;
  color: #6c757d;
}
.vidtitle {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.list-block {
  border-radius: 5px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  padding: 10px;
  background: #fcfcfc;
  font-size: 15px;
}
.list-block:hover {
  box-shadow: 0 0 5px #ccc;
}
.list-block h2 {
  color: #766dc5;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
}
.list-block a {
  color: #766dc5;
  text-decoration: none;
}
.list-block a:hover {
  color: #000;
}
.list-date {
  font-size: 12px;
  color: #ccc;
  font-style: italic;
  font-weight: 300;
}
.image {
  text-align: center;
  margin-bottom: 15px;
}
.sub-heading {
  font-size: 25px;
}

#attachments {
  text-decoration: underline;
  margin-top: 30px;
  margin-bottom: 5px;
}
.attach {
  font-size: 0.9rem;
}

.test-list blockquote {
  margin-top: 15px;
  border-left: 5px solid #166bbe;
  padding: 10px 10px 10px 20px;
  background: #fafafa;
  margin-bottom: 0;
}
.test-list img {
  max-width: 200px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.review-date {
  color: #000;
  font-size: 14px;
}
.review-author {
  margin-bottom: 0;
  color: #166bbe;
  font-style: italic;
}
#paging {
  text-align: center;
  background: #f4f4f4;
  margin-top: 1em;
  padding: 10px 0;
}
.paging {
  font-size: 0.8rem;
  padding-bottom: 10px;
  display: inline-block;
  color: #766dc5;
}
#paging .pagination {
  display: inline-block;
  margin-bottom: 0;
}
#paging .pagination li {
  display: inline-block;
}
#paging .pagination li a {
  /*border: 1px solid #eee;*/
  padding: 0px 10px;
  display: inline-block;
}
#paging .pagination li.active a {
  font-weight: bold;
}
#paging .pagination li a:hover {
  font-weight: bold;
}

/* responsive tabs */
#data.resp-vtabs .resp-tabs-list li {
  border-top: 1px solid #ccc;
  margin-left: 0;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 18px;
}
#data.resp-vtabs .resp-tabs-list li:last-child {
  border-bottom: 1px solid #ccc;
}
#data.resp-vtabs li.resp-tab-active {
  border-top: 1px solid #ccc;
  border: 0!important;
  border-top: 1px solid #ccc!important;
  margin-bottom: 0!important;
  padding: 15px!important;
}
#data.resp-vtabs li.resp-tab-active:last-child {
  border-bottom: 1px solid #ccc!important;
}
#data.resp-vtabs .resp-tabs-container {
  background: transparent;
  border: 0;
}
.data-value {
  font-size: 40px;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}
.data i {
  border: 1px solid;
  color: #3950a3;
  padding: 5px;
  border-radius: 50%;
}
#data h2.resp-accordion {
  font-size: 24px;
  background: #3950A2!important;
  color: #fff;
}
@media(max-width: 991px) {
  #data h2.resp-accordion.resp-tab-active {
    background: #f55402!important;
  }
}

/* Product Section */
.product-block {
  text-align: center;
  background: #fff;
  padding: 5px;
  margin-bottom: 15px;
  box-shadow: 0 0 5px #ccc;
}
.product-block img {
  max-height: 170px;
}
.product-block h3 {
  font-size: 20px;
  color: #3950a3;
}
.price {
  display: block;
  color: #ff0000;
  font-size: 18px;
  margin-bottom: 5px;
}
.btn-custom {
  background: #3950a3;
  border-color: #3950a3;
}
.btn-custom:hover {
  background: #fcb08a;
  border-color: #fcb08a;
}

#inquiryModal {
  font-size: 15px;
}
#inquiryModal .modal-dialog {
  max-width: 600px;
}
#inquiryModal .modal-header h4 {
  font-size: 20px;
  color: #3950a3;
}
#inquiryModal .form-control {
  border-radius: 0;
  font-size: 13px;
}