body {
	color: black;
}
textarea,
input[type]:not([type=search]):not([type=url]):not([type=hidden]):not([type=submit]):not([type=button]) {
	color: black;
}
select {
	color: black;
}
select option {
	color: black;
}
h5 {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar .brand, .navbar .nav > li > a {
    color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}
.navbar .brand, .navbar .nav > li > a:hover {
    color: #77726C;
	font-weight: bold;
}
a.nav-link {
	color: #666666;
	font-size: 16px;
}
a.nav-link:hover {
	text-decoration: underline;
	color: #000000;
}
.form-inline {
	margin-top: 10px;
}
p, li {
	text-align: justify;
	font-size: 12px;
}
dt, dl {
	font-size: 14px;
}
.card {
	margin-top: 3px;
}
.btn {
	margin-top: 2px;
}
.form-control {
	margin-top: 2px;
}
.kategoria {
	text-align: center;
	font-size: 12px;
}
.kategoria img {
	margin-top: 10px;
	margin-bottom: 5px;
}
.kategoria a{
	color: #77726C;
}
a.link {
	color: #77726C;
}
#lablec {
	margin-top: 20px;
	padding-bottom: 30px;
	color: #FFF;
	padding: 5px;
}
#lablec h5 {
	margin-left: 10px;
	margin-top: 10px;
}
#lablec a {
	color: #FFF;
}

.typeahead,
.tt-query,
.tt-hint {
	width: 100%;
  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;
}
.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;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
 # border: 1px solid black;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: red;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: red;
}
