body {
	/*** background-color: #424242; ***/
    background-color: #000000;
    padding-top: 64px;
}
a, a:hover, a:focus {
    -o-transition: 300ms;
    -ms-transition: 300ms;
    -moz-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
}
h1,h2,h3,h4,h5,h6 {
    color: #fca311;
}

.star-color {
    color: #ffc000;
}

/***** Block Slider *****/ 
.header-movie {
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.movie-gride-agile {
    display: block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.movie-gride-agile::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:#000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.movie-gride-agile img:hover {
    opacity: 0.5
}
.movie-gride-agile:hover:before, 
.movie-gride-agile:focus:before, 
.movie-gride-agile:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/***** Block Post Movie *****/
.list-movie-home {

}
.list-movie-home > a {
	color: #EEEEEE;
	margin-right: 7px;
}
.list-movie-home > a.active {
    position: relative;
}
.list-movie-home > a.active span {
    border-top: 1px solid #fca311;
}


.list-movie-post {
	display: block;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.list-movie-post > .in-item.post-vertical,
.list-movie-post > .in-item.post-horizontal {
	position: relative;
}
.list-movie-post > .in-item.post-vertical::before,
.list-movie-post > .in-item.post-horizontal::before {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 50%,#000 100%);
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 50%,#000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 50%,#000 100%);
}
.list-movie-post > .in-item.post-vertical > .label-item,
.list-movie-post > .in-item.post-horizontal > .label-item {
    position: absolute;
    border-color: rgba(203,32,39,.75) rgba(203,32,39,.75) transparent transparent;
    right: -2px; 
    top: -2px;
    z-index: 1;
    border-style: solid;
    border-width: 34px;
    width: 0px;
    height: 0px;
}
.list-movie-post > .in-item.post-vertical > .label-item span,
.list-movie-post > .in-item.post-horizontal > .label-item span {
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
    position: absolute;
    z-index: 11;
    top: 0;
    bottom: 0;
    left: 0px;
    margin-top: -22px;
    margin-left: -22px;
    width: 68px;
}
.list-movie-post > .in-item.post-vertical > .item-view,
.list-movie-post > .in-item.post-horizontal > .item-view {
    position: absolute;
    top: 5px;
    left: 5px;
    overflow: hidden;
    z-index: 2;
    background-color: rgba(0,0,0,.75);
    color: white;
    padding: 2px 10px;
    display: block;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.list-movie-post > .in-item.post-vertical > .item-poster,
.list-movie-post > .in-item.post-horizontal > .item-poster {
	overflow: hidden;
    position: relative;
    background-color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 0;
    margin: 0;
    text-align: center;
}
.list-movie-post > .in-item.post-vertical > .item-poster {
    height: 360px;
}
.list-movie-post > .in-item.post-horizontal > .item-poster {
    height: 176px;
}
.list-movie-post > .in-item.post-vertical > .item-poster > .play-icon,
.list-movie-post > .in-item.post-horizontal > .item-poster > .play-icon {
    top: 40%;
    left: 50%;
    color: rgba(203,32,39,.75);
    -webkit-transform: translate(-50%,-40%) scale(0);
    transform: translate(-50%,-40%) scale(0);
    position: absolute;
    font-size: 4rem;
    z-index: 10;
    transition: 400ms;
    -webkit-transition: 400ms;
}
.list-movie-post > .in-item.in-item.post-vertical:hover > .item-poster > .play-icon,
.list-movie-post > .in-item.in-item.post-horizontal:hover > .item-poster > .play-icon {
    -webkit-transform: translate(-50%,-40%) scale(1);
    transform: translate(-50%,-40%) scale(1);
    text-decoration: none;
}
.list-movie-post > .in-item.post-vertical > .item-poster img,
.list-movie-post > .in-item.post-horizontal > .item-poster img {
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.list-movie-post > .in-item.post-vertical:hover > .item-poster img,
.list-movie-post > .in-item.post-horizontal:hover > .item-poster img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .35;
}
.list-movie-post > .in-item.post-vertical > .item-details,
.list-movie-post > .in-item.post-horizontal > .item-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    font-size: 14px;
    color: #fff;
    padding: 7px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-timing-function: ease-in-out;
    timing-function: ease-in-out;
}
.list-movie-post > .in-item.post-vertical > .item-details > .item-details-imdb,
.list-movie-post > .in-item.post-horizontal > .item-details > .item-details-imdb {
    width: 68px;
    float: left;
}
.list-movie-post > .in-item.post-vertical > .item-details > .item-details-sound,
.list-movie-post > .in-item.post-horizontal > .item-details > .item-details-sound {
    float: right;
    background-color: rgba(203,32,39,0.75);
    display: block;
    padding: 1px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.list-movie-post > .in-item.post-vertical > .item-details > .item-details-name,
.list-movie-post > .in-item.post-horizontal > .item-details > .item-details-name {
    width: 100%;
    overflow: hidden;

}
.list-movie-post > .in-item.post-vertical > .item-details > .item-details-name h2,
.list-movie-post > .in-item.post-horizontal > .item-details > .item-details-name h2 {
    margin: 8px 0;
    font-size: 16px;
    min-height: 34px;
    font-weight: normal;
    color: #fff;
}

/**** Horizontal ****/
.title-horizontal {
    padding: 7px;
    height: 77px;
    overflow: hidden;
}
.title-horizontal h2 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

/****** END Block Post Movie ******/



/***** NAV TOP MENU *****/
.navbar-wrapper {
    margin: 0;
    padding: 0;
}
.navbar-wrapper .navbar {
    background-color: #fca311;
    border-bottom: 3px solid #14213d;
    padding: 0;
}
.navbar-wrapper .navbar .navbar-header a.navbar-brand {
    color: #000000;
    font-weight: 700;
    line-height: 56px;
/******************************
    padding-top: 1.055rem;
    padding-bottom: 1.055rem;
******************************/
}
.navbar-wrapper .navbar .navbar-header a.navbar-brand img {
    max-height: 52px;
    max-width: 120px;
}
.navbar-wrapper .navbar .navbar-header button.navbar-toggler {
    margin-top: 0.815rem;
    cursor: pointer;
}
.navbar-wrapper .navbar .btn-search {
    border-radius: 0;
    padding: 1.32rem;
    color: #fca311;
    background-color: #14213d;
    margin: 0;
}
.navbar-wrapper .navbar .navbar-toggleable-md .navbar-nav, .navbar-wrapper .navbar ul.navbar-nav li.nav-item {
    margin: 0;
}
.navbar-wrapper .navbar ul.navbar-nav li.nav-item a {
    padding: 1.25rem;
    color: #282828;
    display: block;
    line-height: inherit;
}
.navbar-wrapper .navbar ul.navbar-nav li.nav-item.active a {
    color: #fca311;
    background-color: #14213d;
}
.navbar-wrapper .navbar ul.navbar-nav li.nav-item.active a:hover {
    color: #E5E5E5;
}
.navbar-wrapper .navbar ul.navbar-nav li.nav-item a:hover {
    color: #14213d;
}
.navbar-wrapper .navbar ul.navbar-nav li.nav-item a.dropdown-toggle::after {
    margin-left: 0.1em;
}
.navbar-wrapper .navbar ul.navbar-nav li.nav-item ul.dropdown-menu {
    border: 0;
    background-color: #14213d;
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 13rem;
}
.navbar-wrapper .navbar ul.navbar-nav li.nav-item ul.dropdown-menu li {
    font-size: 90%;
    padding: 0;
    margin: 0;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.25);
    display: block;
}
.navbar-wrapper .navbar ul.navbar-nav li.nav-item ul.dropdown-menu li a {
    color: #fca311;
    padding: 7px 10px;
    display: block;
}
.navbar-wrapper .navbar ul.navbar-nav li.nav-item ul.dropdown-menu li a:hover {
    background-color: rgba(0,0,0,0.15);
}
/****** END NAV TOP MENU ******/


/*------------------------------------------------------*/
/* SEARCH
/*------------------------------------------------------*/
#box-search-full {
    display: none;
}
#box-search-full.fullscreen {
    z-index: 9999; 
    position: fixed; 
    top: 0; 
    left: 0; 
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,0.95);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
#box-search-full.fullscreen #close-box-search {
    background-color: transparent;
    color: #e5e5e5;
    border: 0;
    cursor: pointer;
}
.moviesmile-search {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.moviesmile-search article {
    margin-bottom: 7px;
    overflow: hidden;
    height: 135px;
}
.moviesmile-search article h4 {
    line-height: 16px;
    font-size: 14px;
    max-height: 32px;
    overflow: hidden;
    margin: 0;
}
.moviesmile-search article a div.star-imdb,
.moviesmile-search article div.star-imdb,
.moviesmile-search article a div.countview,
.moviesmile-search article div.countview,
.moviesmile-search article a div.sound,
.moviesmile-search article div.sound {
  font-size: 12px;
  color: #9e9e9e;
}

/*------------------------------------------------------*/
/* Slider Movie
/*------------------------------------------------------*/
.movie-recommend {
  padding: 2px 0;
  background-color: #0a0a0a;
}
@media (min-width: 1680px) {
    .movie-recommend .movie-recommend-vertical {
        height: 432px;
        overflow: hidden;
    }
    .movie-recommend .movie-recommend-vertical img {
        min-height: 432px;
        width: 100%;
    }
}
.movie-recommend .movie-recommend-vertical {
    height: 303px;
    overflow: hidden;
}
.movie-recommend .movie-recommend-vertical img {
    min-height: 303px;
    width: 100%;
}



@media (min-width: 1680px) {
    .movie-recommend .movie-recommend-horizontal {
        height: 270px;
        overflow: hidden;
    }
    .movie-recommend .movie-recommend-horizontal img {
        min-height: 270px;
        width: 100%;
    }
}
.movie-recommend .movie-recommend-horizontal {
    height: 150px;
    overflow: hidden;
}
.movie-recommend .movie-recommend-horizontal img {
    min-height: 150px;
    width: 100%;
}
/****** END Slider Movie ******/


/* New Movie */
.newmovie {
	
}
/****** END New Movie ******/



/*------------------------------------------------------*/
/* Single page
/*------------------------------------------------------*/
.single-cover-photo {
    position: relative;
    padding-top: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 540px;
}
.single-cover-photo::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 380px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000 100%);
    background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000 100%);
    background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000 100%);
    background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000 100%);
}

.single-cover-photo .header-info {
    overflow: hidden;
    color: #fff;
    padding: 15px 0;
}
.single-cover-photo .header-info h1, .single-cover-photo .header-info h1 a {
    color: #FFF;
    font-size: 1.75rem;
    font-weight: normal;
}
.single-cover-photo .header-info .imdb {
    color: white;
    margin-top: 15px;
}
.single-cover-photo .header-info .imdb .title, 
.single-cover-photo .header-info .view .title, 
.single-cover-photo .header-info .sound .title,
.single-cover-photo .header-info .edit-post .title {
    width: 47px;
    font-weight: 700;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.single-cover-photo .header-info .social-share {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: white;
    font-weight: 700;
}
.single-cover-photo .header-info .social-share li {
    display: inline;
}
.single-cover-photo .header-info .social-share li a {
    position: relative;
}
.single-cover-photo .header-info .social-share li a:hover {
    top: -3px;
}
.single-side {
    margin-top: 0;
}
.single-story .story-title {
    font-weight: normal;
}

.button-reload-video {
    background-color: #fca311;
    color: black;
    display: inline-block;
    font-size: 1.1em;
    padding: .55em 1.25em;
    text-decoration: none;
    border: 0;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    margin-bottom: 20px;
    opacity: 0.75;
}
.button-reload-video:hover {
    cursor: pointer;
    opacity: 1;
}
.button-reload-video.active {
    position: relative;
    top: -5px;
    margin-left: 8px;
    opacity: 1;
}
.button-reload-video span {
    display: block;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
}
.tags-links {
    font-size: 0.75rem;
}
.tags-links > .screen-reader-text, .tags-links > a {
    display: inline-block;
    background-color: #fca311;
    color: white;
    margin-right: 4px;
    padding: 0.25em 0.4em;
    border-radius: 0.25rem;
    font-weight: 700;
    white-space: nowrap;
    vertical-align: baseline;
}
.tags-links > a {
    font-weight: 400;
    background-color: #2d2d2d;
}
.tags-links > a:hover {
    background-color: #a96c08;
}
/****** END Single page ******/


/*------------------------------------------------------*/
/* Footer
/*------------------------------------------------------*/
.footer {
    border-top:1px solid rgba(50,50,50,0.75);
    background-color: #000000;
    padding: 15px;
    margin-top: 70px;
    overflow: hidden;
}
.footer p {
    margin: 0;
}
/****** END Footer ******/


/*------------------------------------------------------*/
/* Comment
/*------------------------------------------------------*/
#comment_list {
  margin: 0;
}

#comment_list ol.commentlist {
  clear: both;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}

#comment_list ol.commentlist li.comment {
  line-height: 18px;
}

#comment_list ol.commentlist li.comment .comment-body {
  position: relative;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 15px;
  background-color: #0a0909;
  border: 1px solid rgba(25, 25, 25, 0.75);
  -moz-box-shadow: 0 2px 0 rgba(25, 25, 25, 0.75);
  box-shadow: 0 2px 0 rgba(25, 25, 25, 0.75);
  margin-bottom: 10px;
}

#comment_list ol.commentlist li.comment .comment-author a:link,#comment_list ol.commentlist li.comment .comment-author a:visited {
  text-decoration: none!important;
}

#comment_list ol.commentlist li.comment .comment-author.vcard {
  margin-bottom: 12px;
}

#comment_list ol.commentlist li.comment .comment-meta.commentmetadata {
  margin-bottom: 16px;
}

#comment_list cite.fn {
  font-style: normal;
}

#comment_list ol.commentlist li.comment .comment-author .avatar {
  float: left;
  margin-right: 16px;
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

#comment_list ol.commentlist li.comment .comment-meta a {
  color: #808080;
  text-decoration: none!important;
  font-size: 14px;
}

#comment_list ol.commentlist li.comment p {
  font-size: 92%;
  margin-top: 5px;
  margin-left: 0;
  margin-bottom: 15px;
}

#comment_list ol.commentlist li.comment .reply {
  margin-top: 10px;
  text-align: right;
  padding-bottom: 10px;
  display: block;
}

#comment_list ol.commentlist li.comment .reply a {
  color: #fff;
  font-size: 90%;
  background-color: #4987bc;
  padding: 6px 18px 6px 18px;
  position: relative;
  z-index: 16;
  display: inline-block;
}

#comment_list ol.commentlist li.comment .reply a:hover {
  background-color: #6ea5d4;
}

#comment_list ol.commentlist li.comment .reply a .glyphicon {
  position: absolute;
  right: -7px;
  top: 30%;
  color: #4987bc;
  z-index: 0;
}

#comment_list ol.commentlist li.comment .reply a:hover .glyphicon {
  color: #6ea5d4;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

#comment_list ol.commentlist li.comment ul.children {
  list-style: none;
  text-indent: 0;
  margin: 1em 0 0;
}

#comment_list .comment-nav {
  height: 20px;
  padding: 5px;
}

#comment_list .comment-nav a:link,#comment_list .comment-nav a:visited {
  color: #f96e02;
}

#commentsbox {
  margin: 0;
}

#commentsbox .comments-heading,#comment_list .comments-heading {
  margin-bottom: 30px;
  display: block;
}

#commentsbox .comments-heading span,#comment_list .comments-heading span {
  padding-right: 30px;
  display: inline-block;
}

#commentsbox #respond {
  margin: 10px 0;
  padding: 0;
}

#commentsbox #respond h3 {
  padding: 10px;
  padding-left: 0;
}

#commentsbox #commentform .form-row,#comment_list #commentform .form-row {
  margin-bottom: 30px;
}

#commentsbox #respond label,#comment_list #commentform label {
  color: #322903;
  padding: 5px 0;
  display: block;
}

#commentsbox #commentform input[type="text"],#comment_list #commentform input[type="text"] {
  width: 58%;
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 0;
  -webkit-box-shadow: 0 2px 0 #e6e6e6;
  -moz-box-shadow: 0 2px 0 #e6e6e6;
  box-shadow: 0 2px 0 #e6e6e6;
  padding-left: 5px;
}

#commentsbox #respond input#commentSubmit,#comment_list #respond input#commentSubmit {
  border: 0;
  font-size: 16px;
}

#commentsbox textarea#comment,#comment_list #commentform textarea#comment {
  width: 100%;
  clear: both;
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding-left: 10px;
  color: #6a6565;
  -webkit-box-shadow: 0 2px 0 #e6e6e6;
  -moz-box-shadow: 0 2px 0 #e6e6e6;
  box-shadow: 0 2px 0 #e6e6e6;
  margin-bottom: 0;
  height: 100px;
}

#commentsbox textarea#comment:focus,#comment_list #commentform textarea#comment:focus {
  border-color: #92b1cb;
}



/*------------------------------------------------------*/
/* Widget Single
/*------------------------------------------------------*/
.widget-sidebar {
    margin-bottom: 2.75rem;
    overflow: hidden;
    padding: 0;
}
.widget-sidebar-title {
    font-size: 1.45rem;
    color: #fca311;
    display: block;
    margin-bottom: 1rem;
    border: 2px solid #fca311;
    padding: 5px 8px;
}
.widget-sidebar .screen-reader-text {
    margin-right: 7px;
}
.widget-sidebar ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget-sidebar ul li {
    display: block;
    overflow: hidden;
    font-size: 14px;
}
.widget-sidebar ul ul.children {

}
.widget-sidebar ul ul.children li {
    margin-left: 10px;
}
/*------------------------------------------------------*/
/* Movie Widget
/*------------------------------------------------------*/
.widget-sidebar .widget-sidebar-movie li {
    display: block;
    overflow: hidden;
    margin-bottom: 1rem;
}
.widget-sidebar .widget-sidebar-movie li h4 {
  font-size: 14px;
}
.widget-sidebar .widget-sidebar-movie li div.star-imdb,
.widget-sidebar .widget-sidebar-movie li div.countview,
.widget-sidebar .widget-sidebar-movie li div.sound {
  font-size: 12px;
}
/*------------------------------------------------------*/
/* Social
/*------------------------------------------------------*/
.widget-sidebar .sidebar-social {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}
.widget-sidebar .sidebar-social > li {
    display: inline !important;
    margin-right: 5px;
}
.widget-sidebar .sidebar-social > li > a { }
.widget-sidebar .sidebar-social > li > a:hover {
    position: relative;
    top: -2px;
}
.widget-sidebar .sidebar-social > li > a.facebook {
    color: #3b5998;
}
.widget-sidebar .sidebar-social > li > a.youtube {
    color: #bb0000;
}
.widget-sidebar .sidebar-social > li > a.twitter {
    color: #00aced;
}
.widget-sidebar .sidebar-social > li > a.tumblr {
    color: #32506d;
}
.widget-sidebar .sidebar-social > li > a.pinterest {
    color: #cb2027;
}
.widget-sidebar .sidebar-social > li > a.google-plus {
    color: #dd4b39;
}
/*------------------------------------------------------*/
/* Tag Cloud
/*------------------------------------------------------*/
.widget-sidebar .tagcloud {
    overflow: hidden;
    display: block;
}
.widget-sidebar .tagcloud a {
    display: inline-block;
    padding: 3px 7px;
    border-radius: 1px;
    margin-bottom: 5px;
    color: #E5E5E5;
}

/*------------------------------------------------------*/
/* Tag Movie And Cate Movie
/*------------------------------------------------------*/
.widget-sidebar .box-tag {
    padding: 1px;
    margin: 0;
    display: block;
    height: 31px;
    overflow: hidden;
}
.widget-sidebar .box-tag .link-tags {
    display: block;
    padding: 3px 4px;
    color: #E0E0E0;
    border: 1px solid rgba(252, 163, 17, 0.65);
    overflow: hidden;
}
.widget-sidebar .box-tag .link-tags .title-tags {
    white-space: nowrap;
    overflow: hidden;
    line-height: 21px;
}
.widget-sidebar .box-tag .link-tags span.count-tags {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(252, 163, 17, 0.65);
    padding: 0px 5px;
    float: right;
}
.widget-sidebar .box-tag .link-tags:hover {
    background-color: rgba(252, 163, 17, 0.65);
    color: #c1c1c1;
}
.widget-sidebar .box-tag .link-tags:hover span.count-tags {
    background-color: black;
    color: rgba(252, 163, 17, 0.65);
}


/*------------------------------------------------------*/
/* Slider Movie
/*------------------------------------------------------*/
.movie-recommend .carousel-inner > .carousel-item.active.right,
.movie-recommend .carousel-inner > .carousel-item.next {
    -webkit-transform: translate3d(16.666667%, 0, 0);
            transform: translate3d(16.666667%, 0, 0);
    left: 0;
}
.movie-recommend .carousel-inner > .carousel-item.active.left,
.movie-recommend .carousel-inner > .carousel-item.prev {
    -webkit-transform: translate3d(-16.666667%, 0, 0);
            transform: translate3d(-16.666667%, 0, 0);
    left: 0;
}
.movie-recommend .carousel-inner > .carousel-item.left,
.movie-recommend .carousel-inner > .carousel-item.prev.right,
.movie-recommend .carousel-inner > .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
}

/*------------------------------------------------------*/
/* Hover Box
/*------------------------------------------------------*/
.hover-slider {
  position: relative;
  overflow: hidden;
}
.hover-slider::before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover-slider:hover::before {
  -webkit-animation: slider .75s;
  animation: slider .75s;
}
@-webkit-keyframes slider {
  100% {
    left: 125%;
  }
}
@keyframes slider {
  100% {
    left: 125%;
  }
}


.page-header {
  margin-bottom: 1.65rem;
  color: #fca311;
  display: block;
}
.page-header h1.page-title {
  font-size: 1.45rem;
  display: inline-block;
  padding-bottom: 0.75rem;
  margin: 0;
}


/*------------------------------------------------------*/
/* 404 Page
/*------------------------------------------------------*/
.page-header-fof {

}
.page-header-fof h2 {
    font-size: 10em;
}


/*------------------------------------------------------*/
/* Edit Bootstrap
/*------------------------------------------------------*/
.pagination > .page-item > .page-link { 
    margin: 0 1px;
    font-weight: 700;
}
.pagination > .page-item > .page-link {
    color: #FFF;
    font-size: 16px;
    background-color: #f34807;
    border: 0px;
}
.pagination > .page-item > .page-link:focus,
.pagination > .page-item > .page-link:hover,
.pagination > .page-item.active > .page-link {
    color: #d6d6d6;
    background-color: #4e3d37;
}
.tooltip {
    font-size: 0.625rem;
}
.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
    border-right-color: rgba(252,163,17,0.75);
}

.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
    border-left-color: rgba(252,163,17,0.75);
}
.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
    border-bottom-color: rgba(252,163,17,0.75);
}
.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
    border-top-color: rgba(252,163,17,0.75);
}
.tooltip-inner {
    background-color: rgba(252,163,17,0.75);
}