/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
img {
	max-width:100%;
}
.movie-item-contents.gradient {
	margin-top:10px;
}
.user_thumb {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: relative;
  height: 40px;
  width: 40px;
  z-index: 0;
  border: 1px solid #616161; 
  padding: .2rem;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

video {
  position: initial;
}

.hero_in.shop_detail {
  height:400px !important;
}

.wishlist-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 9px 10px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.featured-tag-grid {
  position: absolute;
  right: 15px;
  top: 165px;
  z-index: 1;
  color: #fff;
  background-color: #ffc108;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
}
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.featured-tag-grid:hover{
  color: #fff !important;
}

.featured-tag-list {
  margin-top: 128px;
  text-transform: uppercase;
}
.featured-tag-border{
  border: 1px solid #ffc108;
}
@media (max-width: 990px) {
  .featured-tag-list{
    margin-top: 108px;
    background-color: #ffc108!important;
    text-transform: uppercase;
  }
  
}

@media (min-width: 991px) {
  .featured-tag-list{
    margin-top: 134px;
    background-color: #ffc108!important;
    text-transform: uppercase;
  }
  .custom-mt-7{
    margin-top: 58px;
  }
  .hero_single.version_2 .wrapper {
  	background-color:transparent !important;
  }
  .hero_single.version_2 {
  	background-color:transparent !important;
	height: auto;
	margin-top: -250px;
  }
}

.featured-body{
  background-color: #feffed;
}

.featured-footer{
  background-color: #fffad5;
}

.wishlist-icon:hover {
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
}
.wishlist-icon:focus {
  color: #fff;
}

.main-menu ul ul:before {
  left: 61%;
}

@media only screen and (min-width: 992px){
  .main-menu ul li:hover > ul {
    margin-left: -90px;
  }
}

.stiky-map .map-full{
  height: calc(100vh - 128px);
}
.stiky-map{
  position: sticky;
  top:118px;
}

.stiky-map-list .map-full{
  height: calc(100vh - 60px);
}

.stiky-map-list{
  position: sticky;
  top:60px;
}

@media only screen and (max-width: 991px){
  .stiky-map .map-full{
    height: 40vh;
  }
}

.map-layout {
  border:15px solid #fff;
  background-color:#fff;
}

.single-listing-map {
  height: 500px;
}

.social-links ul li a i {
  color: #555;
  opacity: 0.6;
}

.social-links ul li {
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  font-size: 1.25rem;
}

.category-title {
  border-radius: 5px; background-color: rgb(63,66,119); padding: 20px; text-align: center; color: #fff; font-size: 20px; font-weight: bold;
}
.sub-category-link {
}
.sub-category-link:hover {
}
.sub-category-link .sub-category {
  border-radius: 2px; padding: 10px; margin: 4px 0px; text-align: left; color: #676767; background-color: #fff; width: 100%; transition: all .4s ease-in-out;
}
.sub-category-link .sub-category .sub-category-number{
  /* background-color: #e4e4e4; padding: 1px 5px; border-radius: 2px; margin-right: 10px; color: #fff; */
  background-color: #fff;
  color: #676767;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  padding: 6px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.sub-category-link .sub-category .sub-category-title{
  margin-right: 5px;
}
.sub-category-link .sub-category .sub-category-arrow{
  float: right;
}

.sub-category-link .sub-category:hover{
  background-color: #e74e84;
  /* -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); */
  color: #fff;
}

/* Popover styles */

.leaflet-popup-content {
  margin-top: 0px;;
}

.leaflet-popup-content-wrapper {
  width: 280px;
}
.leaflet-popup-content p{
  margin: 4px 0;
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    top: 15px;
    right: 15px;
    color: #fff;
    border-radius: 100%;
    z-index: 20;
    box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.4);
    cursor: pointer;
    background-color: #ffffff;
    color: #333;
}

.leaflet-popup-content {
    margin: 0;
    width: 100% !important;
}
.leaflet-popup-content img{
    height: 160px;
    transition: all .4s ease-in-out;
}
.leaflet-popup-content img:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.leaflet-popup-content-wrapper {
    padding: 0;
    border-radius: 7px;
    overflow: hidden;
}
.leaflet-popup-content p i {
    position: absolute;
    left: 0;
    top: 3px;
}

.leaflet-popup-content p {
    padding-left: 22px;
    position: relative;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    box-shadow: 0 1px 4px rgba(0,0,0 ,0.3);
}
.strip .img {
    background-size: cover;
    background-position: center center;
}

.strip figure:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.focus-a-listing{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3544f9;
    border-color: #727cf5;
    border-radius: 50%;
}
.pagination-rounded .page-link {
    border-radius: 30px!important;
    margin: 0 3px;
    border: none;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #313a46;
    background-color: #fff;
    border: 1px solid #dee2e6;;
}

/* Customizing Radio Button */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #004dda;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hidden {
  display: none;
}

.box_detail .price > span {
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 1px) and (max-width: 990px) {
  #categorySideMap{
    height: 400px;
  }
  
}
.social-button{
  width: 210px !important;
  float: left !important;
  margin-right: 5px;
  text-align: left !important;
}
/*
.map-direction-image{
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin .2s ease-in infinite;
  animation: zoomin .2s ease-in infinite;
  transition: all .2s ease-in-out;
  overflow: hidden;
}

.map-direction-image:hover{
  transform: scale(1.05);

  position: relative;
  background-size: cover !important;
  background-position: top !important;
  height: 150px !important;
  background-repeat: no-repeat;
}*/


/*Time picker custom css on beauty listing type appointment form*/
.gj-timepicker-bootstrap [role=right-icon] button .gj-icon, .gj-timepicker-bootstrap [role=right-icon] button .material-icons {
    position: absolute;
    font-size: 21px;
    top: 0px;
    left: 6px;
}
.input-group-append .btn-outline-secondary:hover {
  background-color: #fff;
  border-left: 1px solid #dee2e6;
}
.input-group-append .btn-outline-secondary {
  border: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6
}
.input-group-append {
  border-left: 1px solid grey;
}
.claimed_icon{
  font-size: 30px;
  color: #32a067;
  cursor: pointer;
}
.claimed_icon_sm{
  font-size: 20px;
  color: #32a067;
  cursor: pointer;
}
.tooltip div{
  /*background-color: #66BB6A;*/
  /*font-size: 18px;*/
  font-weight:500;
}
.ft-widget .newsletter {
    margin-top: 20px;
}
.newsletter-input {
    position: relative;
    margin-top: 24px;
}
.newsletter-input input {
    border: 2px solid #060f19;
    color: #333;
}
.newsletter-input input {
    width: 100%;
    border-radius: 100px;
    background: transparent;
    padding: 7px 16px;
    height: 42px;
}
 button.newsletter-btn {
    color: #060f19;
    border-left: 2px solid #060f19;
}
button.newsletter-btn {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: transparent;
    border-left: 1px solid #060f19;
    padding: 10px 19px;
    height: 100%;
}
.bs-slider {
    overflow: hidden;
    max-height: 700px;
    position: relative;
    z-index: 1;
}
.bs-slider .slider-img img {
	width:100%;
}
.plylist-wich span {
    color: #fff;
    font-size: 23px;
    margin-top: 12px;
    display: block;
    cursor: pointer;
}

.plylist-wich span:hover {
    color: #19184d;
}

.slider-section .flaticon-send:before {
    font-size: 20px;
}

.slider-section a.left.carousel-control {
    transform: rotate(179deg);
}

.slider-section a.carousel-control span:hover {
    color: #19184d;
}

.Top-rating-items .owl-item.active.center {
    position: relative;
    z-index: 999;
    margin: 0;
    pointer-events: all;
    opacity: 1;
    height: 580px;
}

.Top-rating-items .owl-carousel .owl-stage-outer {
    margin-right: 0;
    padding-top: 49px;
}

.Top-rating-items .owl-item {
    pointer-events: none;
    opacity: .5;
}

.home-2 .header-2 .attr-nav > ul > li > a:hover {
    background-color: #fff;
    color: #333;
}

.owl-next,
.owl-prev,
.slider-section a.carousel-control span:hover,
span.flaticon-play-button:hover,
.plylist-wich span:hover {
    color: #f36522;
}
body .control-round .carousel-control.left:hover, body .control-round .carousel-control.right:hover {
    background: transparent;
}
/*** slider ***/

.slider-items {
    position: relative;
}

.slider-contents {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    padding: 9% 0;
}

.slider-content {
    color: #fff;
    overflow: hidden;
}

.slider-content > h3 {
    font-size: 16px;
	color:#fff;
    text-transform: capitalize;
}

.slider-content > h2 {
    font-size: 50px;
	color:#fff;
    letter-spacing: -3px;
    word-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 7px;
}

.hero_single.version_2 {
    z-index: 9;
    background: #ded8d8;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slider-content > p {
    padding: 1px 110px;
    padding-bottom: 14px;
}

a.btn.btn-button {
    padding: 8px 19px;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    border: 1px solid transparent;
    text-transform: capitalize
}

.btn-button.green-bg:hover {
    background: #fff;
    color: #171717;
    border: 1px solid transparent;
}


/*** category movie **/


/*** movie items ***/

.movie-item-contents {
    position: relative;
}

.time-bg {
    background-image: url(../images/coming-bg.jpg);
    background-position: center;
    padding: 12% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.movie-item-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.movie-item-content-top {
    overflow: hidden;
    padding-top: 25px;
}

span.movie-count-time {
    background: #19184d;
    padding: 6px 16px;
    display: block;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #fff;
}

.movie-ratting {
    margin-right: 13px;
    display: block;
    color: #fff;
}

.movie-ratting > a {
    color: #fff;
}

.movie-ratting > a > span {
    color: #19184d;
    margin-right: 5px;
}

.movie-item-content-buttom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.movie-item-title {
    padding: 0 23px;
}

.movie-item-contents:hover .movie-item-content-center {
    margin-top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.movie-item-title > a {
    color: #fff;
    font-size: 25px;
    display: inline-block;
    font-weight: bold;
    line-height: 28px;
    text-transform: capitalize;
}

.movie-item-contents img {
    width: 100%;
}

.movie-autho-name,
.movie-details {
    display: inline-block;
}

.movi-item-author img {
    width: 40px !important;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
    display: inline-block !important;
}

.movie-autho-name a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
}

.movi-item-author {
    padding-top: 16px;
}

a.button-detals {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.movie-date {
    display: inline-block;
    margin-left: 22px;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
}

.view-movie {
    display: inline-block;
    float: right;
}

.movie-item-beta {
    margin-top: 16px;
    padding-top: 16px;
}

.view-movie a {
    padding: 7px 14px;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-top: 0;
    display: inline-block;
}

.hover-left {
    margin-left: -99px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hover-right {
    margin-right: -99px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.green {
    color: #19184d;
}

.movie-item-content:hover .hover-left {
    margin-left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.movie-item-content:hover .hover-right {
    margin-right: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.Top-rating-items .owl-item.active.center .movie-item-contents {
    height: 580px;
    margin-top: -45px;
}


/*** new movie plylist ***/

.movie-item-playlist {
    overflow: hidden;
    background: #182028;
}

.movi-plylist-top {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #060f19;
    padding: 15px;
}

.movi-plylist-top h2 {
    font-size: 17px;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
}

.movi-plylist-top P {
    color: #fff;
    text-transform: capitalize;
    margin-top: 5px;
}

.movie-item-playlist-items {
    padding: 22px 17px;
}

.plylist-single {
    overflow: hidden;
    margin-bottom: 2px;
}

.plylist-img {
    float: left;
    margin-right: 15px;
    padding-bottom: 25px;
}

.plylist-single-content > a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
}

.new-movie-inner .owl-nav {
    position: absolute;
    top: 0;
    right: -25em;
}
.view-movi a {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    display: block;
    margin-top: 0;
}

.plylist-single-content > a:hover {
    color: #19184d;
}

.plylist-single-content > ul {}

.plylist-single-content > ul > li {
    display: inline-block;
}

.plylist-single-content ul li a {
    color: #fff;
}

li.novie-upload-time {
    float: left;
}

li.movie-time {
    float: right;
}

.syotimer-cell {
    display: inline-block;
    color: #fff;
    margin: 16px;
}

.syotimer-cell__value {
    background: #060f19;
    padding: 6px;
    width: 45px;
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    text-align: center;
    line-height: 36px;
    margin: 0 auto;
}

.syotimer-cell_type_day .syotimer-cell__value,
.syotimer-cell_type_day .syotimer-cell__unit {
    color: #19184d;
}

.syotimer-cell_type_hour .syotimer-cell__value,
.syotimer-cell_type_hour .syotimer-cell__unit {
    color: #ffa800;
}

.syotimer-cell_type_minute .syotimer-cell__value,
.syotimer-cell_type_minute .syotimer-cell__unit {
    color: #6ffff3;
}

.syotimer-cell_type_second .syotimer-cell__value,
.syotimer-cell_type_second .syotimer-cell__unit {
    color: #cedb38;
}

.syotimer-cell__unit {
    text-transform: capitalize;
    margin-top: 9px;
    font-size: 14px;
    font-weight: bold;
}


/*** comming soon banner **/

.timer-section {
    position: relative;
    height: 100%;
    width: 100%;
}
.pt-75 {
    padding-top: 75px;
}
.cat-menu .nav-tabs {
    border-bottom: none;
}
.time-bg {
    padding-bottom: 21%;
}
.timer-contents {
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
    height: 100%;
    bottom: auto;
    padding: 9% 0;
}

.timer-content {
    text-align: center;
    height: 300px;
    margin: 0 auto;
    display: table;
    position: absolute;
    z-index: 2
}

.timer-content h5 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.timer-content h2 {
    font-size: 70px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    padding: 12px;
}

.timer-content p {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    background: #0f1828;
    padding: 10px;
}

.timer-content p {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    background: #0f1828;
    padding: 10px;
}

.timer-section:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(9, 20, 31, .50);
    position: absolute;
    z-index: 1;
}


/*** Category product ***/

.cat-menu ul li {
    display: inline-block;
    margin-right: 33px;
    font-size: 18px;
}
.category-items .tab-pane.fade {
	display:none;
}
.category-items .tab-pane.fade.active.in {
	display:block;
}
.cat-menu ul li span {
    color: #000;
    position: relative;
    cursor: pointer;
}

.cat-menu ul li span:hover:after {
    width: 100%;
}

.cat-menu ul li span:hover {
    color: #19184d;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.movie-item-content-center a img {
    width: 40px !important;
    height: 40px;
    margin: 0 auto;
}

.cat-menu {
    margin-top: 30px;
    margin-bottom: 33px;
}

.item-cat ul li span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 9px;
}

.item-cat {
    padding: 5px 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    overflow: hidden;
}

.movie-item-content:hover .item-cat-hover {
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}

.item-cat ul li a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.item-cat-hover ul li a {
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
}

.category-items .movie-item-beta {
    margin-top: 0;
    border-top: none;
    padding-top: 6px;
}

.item-cat-hover ul li span {
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
}

.item-cat-hover ul li span,
.item-cat-hover ul li a {
    text-transform: uppercase;
}

.item-cat-hover {
    margin-top: 9px;
    margin-bottom: -58px;
    transition: all 0.4s ease-in-out;
}

.cat-menu ul li span:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #19184d;
    position: absolute;
    left: 0;
    bottom: -2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cat-menu ul li span:hover:after {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*** Latest news **/

.latest-news span.movie-count-time {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.blog-meta {
    display: inline-block;
    text-align: right;
    float: right;
    margin-right: 20px;
}

.blog-meta > ul li > a {
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    margin: 6px;
}

.share-link,
.blog-meta > ul,
.blog-meta > ul li {
    display: inline-block;
}

.home-2 .share-hover {
    background: #f36522;
}

.home-3 .share-hover,
.home-4 .share-hover {
    background: #ff1744;
}

.home-5 .share-hover {
    background: #f978cc
}

.share-hover {
    position: absolute;
    top: -5px;
    right: 0;
    background: #19184d;
    margin-right: 0px;
    width: 220px;
    padding: 4px 6px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-right: -500px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.share-text > span {
    font-weight: bold;
    text-transform: capitalize;
    cursor: pointer;
    color: #fff;
}

.share-link {
    margin-right: 20px;
}

.share-hover > ul li {
    display: inline-block;
}

.share-text {
    position: relative;
}

.hadding-area p {
    font-size: 16px;
    padding: 10px 0;
    font-weight: 300;
}

.share-hover > ul li > a {
    width: 35px;
    height: 35px;
    display: block;
    background: #171717;
    border-radius: 100%;
    padding: 6px 0px;
    text-align: center;
    margin-right: 3px;
    color: #fff;
}

.share-text:hover .share-hover {
    margin-right: -40px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.latest-news span.movie-count-time {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.latest-news .movie-item-contents {
    overflow: hidden;
}

.latest-news-small .movie-item-title a {
    font-size: 16px;
    line-height: 22px;
}

.latest-news-small .movie-item-beta {
    border-top: none;
}

.latest-news-small .movie-item-contents:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    content: "";
    background-color: rgba(6, 15, 25, .60);
}

.buy-ticket-bg {
    background-image: url(../images/form-bg.png);
    padding: 10% 9%;
    background-size: cover;
    background-position: top;
    padding-bottom: 9%;
}

.latest-news-section {
    padding-bottom: 250px;
}

.buy-ticket-section {
    position: relative;
}

.buy-ticket-inner {
    position: absolute;
    width: 100%;
    top: -185px;
    z-index: 2;
}

.buy-ticket-select select {
    height: 62px;
    font-size: 17px;
    text-transform: capitalize;
    background: transparent;
    border: 2px solid #5ad25a;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    padding: 17px 19px;
}

.buy-ticket-select select:focus {
    border: 2px solid #5ad25a;
}

.buy-ticket-select select option {
    color: #333;
    height: 49px;
    padding: 10px;
    font-size: 15px;
}

.movie-item-content-center {
    margin: 0 auto;
    position: absolute;
    top: 37%;
    bottom: auto;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: -100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.movie-item-content-center a {
    font-size: 42px;
    color: #fff;
}

.ft-content p {
    color: #fff;
    padding: 20px 0;
}
.Top-rating-items .owl-item.active.center {
    position: relative;
    z-index: 999;
    margin: 0;
    pointer-events: all;
    opacity: 1;
    height: 580px;
}

.Top-rating-items .owl-carousel .owl-stage-outer {
    margin-right: 0;
    padding-top: 49px;
}

.Top-rating-items .owl-item {
    pointer-events: none;
    opacity: .5;
}
@media (min-width: 768px) {
    .Top-rating-items .owl-nav {
        position: absolute;
        top: 0;
        right: 53px;
    }
    .Top-rating-items .owl-item > div {
        transition: margin 400ms ease-out;
    }
    .Top-rating-items .owl-item.center > div {
        margin: 0;
    }
}

.Top-rating-items .movie-item-contents {
    border-radius: 25px;
    margin-top: -8px;
}

.Top-rating-items .slick-slide.slick-active .movie-item-contents {
    height: 480px;
    margin-top: 40px;
}


.Top-rating-items .owl-item.active.center .movie-item-contents img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Top-rating-items .owl-item.active.center .movie-item-contents {
    height: 580px;
    margin-top: -45px;
}
.new-movie {
    padding-bottom: 75px;
}
.new-movie-inner .owl-nav {
    position: absolute;
    top: 0;
    right: -25em;
}
.hero_single.version_2 .wrapper p {
	color:#fff;
}
.hadding-area {
    color: #333;
    border-left: 2px solid #19184d;
    border-bottom: 1px solid #dadada;
    overflow: hidden;
    display: block;
    padding-left: 15px;
}
.hadding-area h2 {
    font-size: 24px;
    font-weight: bold;
}
.hadding-area p {
    font-weight: normal;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 300;
}
.owl-prev {
    position: absolute;
    top: -95px;
    right: 0;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50% !important;
    border: 1px solid #262b31;
    padding: 5px 8px !important;
    margin: 0;
    transform: rotate(180deg);
    padding: 4px 9px;
	color: #19184d !important;
    border-color: #19184d;
    background-color: transparent !important;
}
.owl-next {
    position: absolute;
    top: -95px;
    right: -41px;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #262b31;
    border-radius: 50% !important;
    padding: 0px 8px !important;
    margin: 0;
    line-height: 35px;
    color: #19184d !important;
    border-color: #19184d;
    background-color: transparent !important;
}
.category-movie-items .owl-nav {
    position: absolute;
    right: 41px;
    top: -70gpx;
}
.movie-item-contents {
    position: relative;
}
.gradient, .gradient2, .gradient3, .gradient5 {
    position: relative;
    overflow: hidden;
}
.gradient:hover > img, .gradient2:hover > img, .gradient3:hover > img, .gradient5:hover > img {
    transform: scale(1.2);
    transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.movie-item-contents img {
    width: 100%;
}

.cat-menu ul li span:after, span.movie-count-time, .ft-twitter-icon span:after, .owl-next:hover, .owl-prev:hover, button.newsletter-btn:hover {
    background: #19184d;
}

span.movie-count-time {
    background: #19184d;
    padding: 6px 16px;
    display: block;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #fff;
}
.hover-left {
    margin-left: -99px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.pull-left {
	float:left;
}
.pull-right {
	float:right;
}
.movi-item-author img {
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block !important;
}
.blck-bg:hover {
    background-color: #19184d;
}
.blck-bg {
    background-color: #060f19;
}
.hover-right {
    margin-right: -99px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.view-movie {
    display: inline-block;
    float: right;
}
.gradient5:hover:after {
    content: "";
    background: -webkit-linear-gradient(to top, rgba(6, 15, 25, .6) 0%, rgba(29, 119, 29, 0.6) 100%);
    background: linear-gradient(to top, rgba(6, 15, 25, .7) 0%, rgba(255, 124, 209, 0.5) 100%);
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}
.gradient:after, .gradient2:after, .gradient3:after, .gradient5:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.scroll-up {
    overflow-y: scroll;
    max-height: 440px;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 8px;
}

.scroll-up::-webkit-scrollbar {
    width: 2px;
}

.navbar-menu::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
     background-color:#2f3946;
    
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #5d6875;
}

.animation,
a,
a:hover,
button,
button:hover,
.btn,
.btn:hover,
.blck-bg,
.blck-bg:hover,
.green-bg,
.green-bg:hover,
.scroll-up::-webkit-scrollbar,
.zoom img,
.zoom img:hover,
.widget-slide .owl-nav > div,
.widget-slide .owl-nav > div:hover,
.details-big-img:hover .play-icon,
.play-icon,
.details-big-img img,
.details-big-img:hover img,
.owl-next:hover,
.owl-prev:hover,
.owl-next,
.owl-prev,
.owl-item.active,
.home-2 .owl-next,
.home-2 .owl-prev,
.home-2 .slider-section a.carousel-control span:hover,
.home-2 span.flaticon-play-button:hover,
.home-2 .plylist-wich span:hover,
.flaticon-play-button:hover,
.flaticon-play-button,
.gallery-menu ul li:hover:after,
.gallery-menu ul li:hover,
.gallery-menu ul li:after,
.gallery-contetn:hover .gallery-hover,
.gallery-hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.owl-item.active.center {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}
.event-item {
    margin-bottom: 30px;
    overflow: hidden;
}
.event-img {
    width: 50%;
    position: relative;
    float: left;
}
.event-meta {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}
.event-meta ul li {
    display: inline-block;
    margin: -2px;
}
.event-meta ul li a {
    background: #13be13;
    padding: 19px 24px;
    display: block;
    margin-right: 0;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
}
.event-meta ul li a span {
    margin: 3px;
    font-size: 19px;
}
.event-meta ul li a.event-icon {
    padding: 18px 30px;
}
.event-contents {
    width: 50%;
    float: left;
    overflow: hidden;
    background: #182028;
}
.event-content {
    padding: 17px 19px;
}
.event-content a {
    font-size: 18px;
    color: #fff;
}
.event-contents .celerite-info {
    margin-top: 7px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.celerite-info ul li {
    color: #fff;
}
.celerite-info ul li label {
    margin-right: 11px;
}
.celerite-info ul li span {
    color: #d2d2d2;
}
.event-timer .event-timers {
    position: relative;
}
.event-items ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.event-img img {
    width: 100%;
}
#logo img {
	width:auto;
	height:65px;
}
body .sub_header_in.sticky_header {
    margin-top: 80px;
}
/*.tab-contents .owl-carousel .owl-item {
	min-width:320px;
}*/

.slider-img::before {
	content:'';
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	filter: grayscale(100%);
}
.slider-img::after {
	content:'';
}