body {
  font-family: 'Lato', calibri, arial, sans-serif;
}


footer {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding: 5px 0;
    color: #666;
    font-size: 0.85em;
}
.banner{
  background: #fff;
  text-align:center;
  overflow: hidden;
}
.banner img{
  text-align:center;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.nopadding-left{
  padding-left: 0px;
}
.content p{
      font-size: 16px;
      text-align: justify;
}
.ad{
  text-align: center !important;
  background: #fefefe;
}
.title h1{
  font-size: 24px;
    font-weight:600;
}
.details{
  font-size: 16px;
  color: #666;
}

h2{
  font-size:20px;
  font-weight:600;
}
h3{
  font-size:18px;
  font-weight:600;
}

h4, h5{
  font-size:16px;
  font-weight:600;
}
.head{
  margin-top: 20px;
  margin-bottom: 20px;
}
.logo h1{
  font-size: 50px;
  color: #333;
  text-shadow: 1px 1px 1px #ddd;
}
.logo h1 span{
  color:orange;
  font-weight: bold;
}
.logo a:hover{
  text-decoration: none;
  color: #337ab7;
}
.stars{
  margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    color: green;
    float: left;
    margin-right: 10px;
}
.postBanner img{
  background: #fff7f7;
}
.media{

}
.terminal{
  color: #fff;
  font-size: 16px;
  font-family: monospace;
  padding: 0px 50px;
}
.terminal p span{
  color:red;
}
.terminal p .new{
  color:blue;
}
.begin{
  color: #000;
background: yellow;
padding: 10px;
margin: 20px 0;
}
.featBig{
  color: #fff;
  padding-right: 0px;
  max-height: 321px;
overflow: hidden;
}
.featBig div:nth-child(2){
  padding-left: 25px;
}
.alpha60{
  float: left;
  position: absolute;
  width: 100%;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
  height: 50%;
}
.featBig h2{
  clear: both;
}
.featBig h2{
    border-left: 5px solid orange;
    padding-left: 10px;
        max-height: 45px;
        overflow: hidden;
        clear: both;
        padding-right: 20px;
}
.featBig p{
  margin-left: 15px;
  font-weight: normal;
}
.feattwo{
  width: 100%;
  height: 155px;
  overflow: hidden;
}
.feattwo img{
    margin-top: -20px;
}

.featItem{
  color: #fff;
      margin-bottom: 2px !important;
      max-height: 164px;
      overflow: hidden;
}

.featItem .alpha60{
  width: 100%;
  height: 100%;
  padding-top: 40px;
  position: absolute;
  top: 0;
  padding-left: 25px;
  padding-right: 10px;
}
.cat{
  padding: 4px 10px;
      background: url("../images/trans.png") repeat;
      float: left;
      display: block;
      clear: both;
      border-radius: 3px;
      color: #aaa;
}
.alpha60 a{
  color: white;
      text-shadow: 1px 1px 10px #000;
      font-size: 16px;
      font-weight: normal;
}
.featItem h4{
    border-left: 5px solid orange;
    padding-left: 10px;
        max-height: 35px;
        overflow: hidden;
        clear: both;
}
.featItem p{
    margin-left: 15px;
    font-weight: normal;
}
.alpha60 a:hover{
  text-decoration: none;
}
.nav>li {
  text-transform: uppercase;
  font-weight: bold;
}
.navbar-default .navbar-nav>li>a {
  color: #333;
      font-weight: normal;
      /* text-shadow: 1px 1px 1px #ddd; */
      font-size: 16px;
}
.navbar-default {
    background-color: transparent !important;
    border-color: #e7e7e7;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: none;
}
.latestver .media-list h4{
  max-height: 35px;
      font-weight: normal;
      overflow: hidden;
}
.latestver .media-heading{
  font-weight: bold;
  min-height: 35px;
}
.latestver .media-body p{
color: #999;
}



@media only screen
and (min-device-width : 300px)
and (max-device-width : 667px) {
  .alpha60 {
    height: 70%;
  }
  .featBig {
    padding: 0px;
  }
  .banner{
    background: #fff;
    text-align:center;
    min-height: 180px;
    max-height: 180px;
    overflow: hidden;
  }
}
