
/*TOP NAVAR STYLE*/
/* line 79, ../sass/screen.scss */
.movies:hover {
  color: #FAD733 !important;
}

/* line 82, ../sass/screen.scss */
.games:hover {
  color: #1AB667 !important;
}

/* line 85, ../sass/screen.scss */
.music:hover {
  color: #4CB6CB !important;
}

/*NAVBAR*/
/* line 90, ../sass/screen.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #0e1214;
}

/* line 93, ../sass/screen.scss */
.navbar-default {
  background-color: transparent;
  border: none;
}

/* line 97, ../sass/screen.scss */
.navbar {
  margin-bottom: 0;
}

/* line 100, ../sass/screen.scss */
.navbar-default .navbar-collapse {
  border-color: #0e1214;
}

/* line 103, ../sass/screen.scss */
.navbar-brand {
  color: #C8D2D9 !important;
}

/* line 106, ../sass/screen.scss */
.bg-black .nav > li > a:hover, .bg-black .nav > li > a:focus, .bg-black .nav > li > a:visited {
  color: #C8D2D9;
}

/* line 109, ../sass/screen.scss */
.top-search, .select-style {
  background-color: #191f23;
  border: none;
}

/* line 113, ../sass/screen.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, textarea.form-control {
  background-color: #191f23;
}

/* line 117, ../sass/screen.scss */
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
  background-color: #121619;
}

/* line 122, ../sass/screen.scss */
input[type="color"]:active, input[type="date"]:active, input[type="datetime"]:active, input[type="datetime-local"]:active, input[type="email"]:active, input[type="month"]:active, input[type="number"]:active, input[type="password"]:active, input[type="search"]:active, input[type="tel"]:active, input[type="text"]:active, input[type="time"]:active, input[type="url"]:active, input[type="week"]:active, input:not([type]):active, textarea:active {
  background-color: #121619;
}

/* line 126, ../sass/screen.scss */
.select-style {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  color: #999;
  line-height: 1.42857;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

/* line 138, ../sass/screen.scss */
.divider {
  background-color: #0e1214 !important;
}

/*BUTTONS*/
/* line 143, ../sass/screen.scss */
.btn-group {
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 146, ../sass/screen.scss */
  .btn-group {
    width: 31%;
  }
}

/* Effect 4: bottom border enlarge */
/* line 156, ../sass/screen.scss */
.cl-effect-4 a {
  padding: 0 0 10px;
}
/* line 158, ../sass/screen.scss */
.cl-effect-4 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #8CA1AF;
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
/* line 174, ../sass/screen.scss */
.cl-effect-4 a:hover::after, .cl-effect-4 a:focus::after {
  height: 4px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

/*SEARCH BUTTON EFFECT*/
/* line 185, ../sass/screen.scss */
.button-effect {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 5px 5px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  /* line 205, ../sass/screen.scss */
  .button-effect {
    width: 18%;
    margin-top: 0;
  }
}
/* line 210, ../sass/screen.scss */
.button-effect:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* Pseudo elements for icons */
/* line 221, ../sass/screen.scss */
.button-effect:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Button 5 */
/* line 238, ../sass/screen.scss */
.btn-5 {
  color: #232C32 !important;
  background-color: #FAD733;
  box-shadow: 0px 1px 1px rgba(90, 90, 90, 0.1);
  font-weight: 700;
  line-height: 24px;
  font-size: 16px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 249, ../sass/screen.scss */
.btn-5:active {
  background: #FAD733;
  top: 2px;
}
/* line 253, ../sass/screen.scss */
.btn-5 span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s;
  -moz-backface-visibility: hidden;
  transition: all 0.3s;
  backface-visibility: hidden;
}
/* line 264, ../sass/screen.scss */
.btn-5:before {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 1.3;
  font-size: 160%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 274, ../sass/screen.scss */
.btn-5:active:before {
  color: inherit;
}

/* line 279, ../sass/screen.scss */
.icon-search:before {
  content: "\f002";
}

/* Button 5a */
/* line 284, ../sass/screen.scss */
.btn-5a:hover span {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}

/* line 291, ../sass/screen.scss */
.btn-5a:before {
  left: 0;
  top: -145%;
}

/* line 296, ../sass/screen.scss */
.btn-5a:hover:before {
  top: 0;
}

/*TOP NAV BAR ENDS*/
/*MORE BUTTONS*/
/* line 303, ../sass/screen.scss */
.btn-style, .movies-btn, .games-btn, .music-btn {
  color: #222;
  font-weight: 700;
}

/* line 307, ../sass/screen.scss */
.movies-btn {
  background-color: #FAD733;
}

/* line 311, ../sass/screen.scss */
.games-btn {
  background-color: #1AB667;
}

/* line 315, ../sass/screen.scss */
.music-btn {
  background-color: #4CB6CB;
}

/*MORE BUTTONS END*/
