
  /* post */
.post{
  width: 97%;
  min-height: 200px;
  padding: 5px;
  border: 1px solid gray;
  margin-bottom: 15px;
}

.post h1{
  letter-spacing: 1px;
  font-weight: normal;
  font-family: sans-serif;
}

.post p{
  letter-spacing: 1px;
  text-overflow: ellipsis;
  line-height: 25px;
}

/* Load more */
.load-more{
  width: 99%;
  background: #15a9ce;
  text-align: center;
  color: white;
  padding: 10px 0px;
  font-family: sans-serif;
}

.load-more:hover{
  cursor: pointer;
}

/* more link */
.more{
  color: blue;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 16px;
}

.typeahead,

.tt-query,

.tt-hint {

  width: 600px;

  height: 50px;

  padding: 8px 12px;

  font-size: 24px;

  line-height: 30px;

  border: 2px solid #ccc;

  -webkit-border-radius: 8px;

     -moz-border-radius: 8px;

          border-radius: 8px;

  outline: none;

}

.typeahead {

  background-color: #fff;

}

.typeahead:focus {

  border: 2px solid #0097cf;

}

.tt-query {

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

}

.tt-hint {

  color: #999

}

.tt-menu {

  width: 600px;

  margin: 12px 0;

  padding: 8px 0;

  background-color: #fff;

  border: 1px solid #ccc;

  border: 1px solid rgba(0, 0, 0, 0.2);

  -webkit-border-radius: 8px;

  -moz-border-radius: 8px;

  border-radius: 8px;

  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);

  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);

  box-shadow: 0 5px 10px rgba(0,0,0,.2);

}

.tt-suggestion {

  padding: 3px 20px;

  font-size: 18px;

  line-height: 24px;

}

.tt-suggestion:hover {

  cursor: pointer;

  color: #fff;

  background-color: #0097cf;

}

.tt-suggestion.tt-cursor {

  color: #fff;

  background-color: #0097cf;

}

.tt-suggestion p {

  margin: 0;

}

/** Movie Card (Movie Suggestions) **/

.movie-card {

    position: relative;

    padding: 8px;

}

.movie-card-poster {

    position: absolute;

    top: 8px;

    left: 8px;

    width: 52px;

    height: 52px;

    border: 2px solid #ccd6dd;

    border-radius: 5px;

}

.movie-card:hover .movie-card-poster {

    border-color: #f5f8fa;

}

.movie-card-details {

    min-height: 60px;

    padding-left: 60px;

}

.movie-card-name{

    display: inline-block;

}

.movie-card-name {

    font-weight: 700;

}

.movie-card-plot {

    font-size: 13px;

    line-height: 18px;

}

.movie-card:hover,

.movie-card.is-active {

    color: #fff;

    background: #0088CC;

    cursor: pointer;

}

.empty-message {

    position: relative;

    padding: 10px;

    font-size: 16px;

    line-height: 30px;

    text-align: center;

}

.search {
  position: relative;
  color: #aaa;
  font-size: 16px;
  width: 100%
}

.search {display: inline-block;}

.search input {
  width: 100%;
  background: #ffffff;
  /*border: 1px solid #aaa;*/
  border-radius: 5px;
  box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
}

.search input { text-indent: 32px;}
.search .fa-search { 
  position: absolute;
  top: 10px;
  left: 10px;
}

.search .fa-search {left: auto; right: 10px;}

#slides_control > div{
  height: 200px;
}
img{
  margin:auto;
  /*width: 400px;*/
}
#slides_control {
  position:absolute;
  width: 400px;
  left:50%;
  top:20px;
 margin-left:-200px;
}

