/*#inner {
    margin: 15px 0 50px;
    color: #888;
}*/
#inner .heading {
  font-size: 48px;
  font-weight: bold;
  line-height: 80px;
  margin: 20px 0;
  border-left: 0;
  text-align: center;
  /*font-family: 'Quicksand', sans-serif;*/
}
#inner .sub-heading {
  font-size: 25px;
  border-bottom: 1px solid;
  margin-top: 50px;
  background: #f7f7f7;
  padding: 30px;
  text-align: center;
  color: #27b5ef;
  margin-bottom: 30px;
}
#normalGroup {
  padding-left: 20px;
  margin-top: 30px;
}
#normalGroup li {
  color: #F4AE42;
  list-style-position: outside;
}
#normalGroup li a, .attach a {
  color: #F4AE42;
}
#gallery img {
  border: 1px solid #eee;
  padding: 2px;
}
#gallery img:hover {
  border-color: #766dc5;
}
#gallery a {
  color: #555;
}
#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;
}
.list-block:hover {
  box-shadow: 0 0 5px #ccc;
}
.list-block h2 {
  color: #766dc5;
  font-size: 17px;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: 'Roboto', sans-sarif;
}
.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;
}
.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 blockquote p{
  color:#888;
  font-weight: normal;
  font-size:16px;
}
.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;
}


/*
my css*/

#normalGroup, #inner ul#normalGroup{
  list-style: none;
  margin-left: -20px; /* to balance */
}

#inner ul#normalGroup li {
  list-style:none;
}

#normalGroup .normalGroup-item{
  margin-bottom: 2em;
  border:thin solid #ccc;
}

#normalGroup .normalGroup-item .normalGroup-item__thumb{
  position:relative;
  height: 180px;
  width:100%;
  overflow: hidden;
}
#normalGroup .normalGroup-item .normalGroup-item__thumb img{
  position: absolute;
  top:50%;
  left:50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#normalGroup .normalGroup-item .normalGroup-item__text{
  padding:1em;
}
#normalGroup .normalGroup-item .normalGroup-item__text h3{
  font-size:22px;
  font-weight: bold;
  color:#222;
}

#normalGroup .normalGroup-item  .normalGroup-item__text .excerpt{
  color:#444;
  font-size: 16px;
}

.normalGroup-item:hover{
  -webkit-box-shadow: 0px 16px 22px -13px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 16px 22px -13px rgba(0,0,0,0.75);
  box-shadow: 0px 16px 22px -13px rgba(0,0,0,0.75);
}

#inner ul {
  list-style-position: outside;
  margin-left: 20px;
}
#inner ul li {
  list-style: disc;
}