

/*
@import url(simple-line-icons.css);
@import url(themify-icons.css);
*/
@import url(font-awesome.min.css);
@import url(colors.css);
@import url("https://fonts.googleapis.com/css?family=Quicksand");


.sysMessage {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
    margin-top: 50px;
    position: fixed;
    z-index: 999;
    width: 370px;
    top: auto;
    left: 20px;
    bottom: 30px;
    padding: 20px;
    box-shadow: 0 50px 100px rgb(50 50 93 / 10%), 0 15px 35px rgb(50 50 93 / 15%), 0 5px 15px rgb(0 0 0 / 10%);
}

.sysMessage:after{content: "\00D7"; position: absolute; right: 10px; top: 0; font-size: 26px;cursor: pointer;}

@media screen and (max-width: 600px) {
        .faniii {
          visibility: hidden;
          clear: both;
          float: left;
          margin: 10px auto 5px 20px;
          width: 28%;
          display: none;
        }
      }

 @media screen and (min-width: 600px) {
        .faniii2 {
          visibility: hidden;
          clear: both;
          float: left;
          margin: 10px auto 5px 20px;
          width: 28%;
          display: none;
        }
      }


*,
body {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

h1.logo {
    margin: 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: #3e4555;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    margin: 0.8em 0;
}

h1, .h1{}
h2, .h2{}
h3, .h3{}
h4, .h4{}
h5, .h5{font-size:1.2rem;}
h6, .h6{}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: inherit;
}
/*
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6 {
    color: inherit;
}*/

a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    margin-bottom: 1.7em;
    margin-top: 0;
}

a {
    color: inherit;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.opacity-2{opacity:.2;}
.opacity-3{opacity:.3;}
.opacity-5{opacity:.5;}

.about a, .mainabout a{color: #f26d5e;}

a:hover,
a:focus,
a:visited {
    text-decoration: none !important;
    outline: none !important;
}

a:hover {}

label {
    font-weight:  500;
}
.custom-file-label, .custom-file-label:after, .custom-select{padding:10px 20px;height:auto; }
.custom-file-label{padding-right: 120px;}

.title {
    margin: 0;
}

.subtitle {
    margin:  0;
    font-size:  18px;
    font-weight:  400;
    color:  #555;
    line-height:  30px;
}



/* --------------------------------------
    2. General Styles
-------------------------------------- */

* {
    outline: none;
}

html,
body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 !important;
    font-family: 'Quicksand', sans-serif;
    background: #fff;
}

html {
    position: relative;
}

body {
    overflow-x: hidden;
    font-weight: 300;
}

body.mfp-zoom-out-cur {
    overflow: hidden;
}

body > .wrapper {
    padding: 0;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: #fff;
    float: right;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
body > .wrapper.show {
    width: calc(100% - 220px);
}
body > .wrapper.inside {
    margin: 65px 0 0 0;
}

body > .wrapper.boxed {
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 40px 0 rgba(52, 58, 64, .3);
    -moz-box-shadow: 0 0 40px 0 rgba(52, 58, 64, .3);
    box-shadow: 0 0 40px 0 rgba(52, 58, 64, .3);
}

main,
section {
    position: relative;
}

a,
button,
input {
    outline: none !important;
}
a.primary{
color:rgb(242 0 74) ;
}

.hand{cursor: pointer;}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="phone"],
input[type="url"],
textarea,
select, .select2-selection--multiple {
    width: 100%;
    padding: 10px 20px;
    color: #666;
    border: 1px solid #e3e3e3!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}
select, .select2-selection--multiple{padding: 5px 10px!important;min-height: 46px!important;}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #6c757d !important;
    color: white!important;
}
textarea {
    max-width: 100%;
    min-height: 200px;
}
.embedCode{min-height: 100px;}
.btn{text-transform: uppercase;font-weight:600;font-family: 'Quicksand', sans-serif;}
.btn-primary {background-color: #f26d5e;border-color: #f26d5e; text-transform: uppercase;}
.btn.btn-primary2 {
    background-image:-webkit-linear-gradient( 136deg, rgb(242,113,33) 0%, rgb(233,64,87) 50%, rgb(242 0 74) 100%);
    transition:  background-image 2s;
}
.btn.btn-primary2:hover {background-image:none;background-color: rgb(242 0 74); }
.btn-primary:hover {background-color: #a74f45;border-color: #a74f45;}
.btn-link {color:#222;}
.btn-link:hover {text-decoration: none;color:#000;}
.border-primary{border-color:#f26d5e !important;}
.border-secondary{border-color:#a9a9a9 !important;}
.text-secondary{color:#a9a9a9 !important;}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125), 0 0 0 0.2rem rgb(245 189 201);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f26d5e;
    border-color: #f26d5e;
}
.btn-primary.disabled, .btn-primary:disabled, .btn-secondary.disabled, .btn-secondary:disabled {color: #6c757d !important;background-color: #e9ecef !important;border-color: #e9ecef !important;}

/*.form-control:focus {
    border-color: #f26d5e!important;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125), 0 0 0 0.2rem rgb(245 189 201)!important;
}*/
.form-control {
    width: 100%;
    padding: 10px 20px;
    color: #666;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}

.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #e3e3e3;
}

select.form-control {
    cursor: pointer;
    color: #999;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #999;
}

::-moz-placeholder {
    opacity: 1;
    color: #999;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #999;
}

:-moz-placeholder {
    opacity: 1;
    color: #999;
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

ul {
    margin: 0;
}

li {
    margin-bottom: 5px;
}

img {
    max-width: 100%;
    height: auto;
    -moz-user-select: none;
    /* These user-select properties are inheritable, used to prevent text selection */
    -webkit-user-select: none;
    -ms-user-select: none;
    /* From IE10 only */
    -webkit-user-drag: none;
    /* Prevents dragging of images/divs etc */
    user-drag: none;
}

.img-box {
    position: relative;
}

.img-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(147, 82, 179, .3);
    -moz-box-shadow: 0px 0px 30px rgba(147, 82, 179, .3);
    box-shadow: 0px 0px 30px rgba(147, 82, 179, .3);
}

.img-responsive {
    width: 100%;
    height: auto;
    display: inline-block;
}

.shadow {
    -webkit-box-shadow: 5px 5px 30px 0px rgba(55, 71, 79, .1);
    -moz-box-shadow: 5px 5px 30px 0px rgba(55, 71, 79, .1);
    box-shadow: 5px 5px 30px 0px rgba(55, 71, 79, .1);
}

.shadow-hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.shadow-hover:hover {
    -webkit-box-shadow: 5px 5px 30px 0px rgba(55, 71, 79, .1);
    -moz-box-shadow: 5px 5px 30px 0px rgba(55, 71, 79, .1);
    box-shadow: 5px 5px 30px 0px rgba(55, 71, 79, .1);
}
.nosignal{filter: grayscale(1);}
.parallax {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    z-index: 99;
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #333;
    opacity: 0.4;
}

.overlay-black .slotholder:after,
.overlay-black:after {
    content:  '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
}

.overlay-gradient .slotholder:after,
.overlay-gradient:after {
    content:  '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
}

/*.followBtn{background: #eee; padding: 5px; margin-top: 5px;}*/

.overlay-gradient.landing .slotholder:after{display:none;}

.overlay-gradient.landing .tp-bullets{display:none;}

.table {
    max-width: none;
    font-size: 14px;
}

embed,
iframe,
object {
    max-width: 100%;
}

.with-bg {
    width: 100%;
    min-height: 300px;
    background-size: cover !important;
    background-position: center center !important;
}

/* Default */

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
}

caption,
td,
th {
    padding: 0;
    font-weight: normal;
    text-align: left;
}

table,
th,
/*td {
    border: 1px solid #e3e3e3;
}*/
.datepicker-days table{border:none;}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.4375em;
}

dl {
    margin: 0 0 1.75em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 1.75em;
}

blockquote {
    font-style: italic;
    padding: 10px 80px;
    border-left: 4px solid #29b1fd;
    color: #333;
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 1.7em;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

pre {
    font-size: 14px;
    margin: 20px 0;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

footer.entry-footer {
    padding: 0;
}

.circle-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.rev-slider-wrapper {
    left: 0 !important;
}

/* OWl Dots */

.owl-dots {
    margin-top: 30px;
}

.owl-nav.disabled+.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #ddd;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.owl-dots .owl-dot.active span {
    -webkit-box-shadow: 0 0 0 4px rgba(147, 82, 179, .3);
    -moz-box-shadow: 0 0 0 4px rgba(147, 82, 179, .3);
    box-shadow: 0 0 0 4px rgba(147, 82, 179, .3);
}

/* Hover Link */
.hover-link:after {
    content: '\f0c1';
    font-family: 'fontawesome';
    color: #f6f6f6;
    font-size: 26px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.hover-link:hover:after {
    opacity: .7;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

/*** Check Button ***/

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #e3e3e3;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 2px;
}

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: '\f00c';
    font-family: 'fontawesome';
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* --------------------------------------
    3. Margins & Paddings
-------------------------------------- */

.nopadding{ padding: 0 !important;}
.nomargin{ margin: 0 !important;}

/********** Margin Top **********/

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }
.mt110 { margin-top: 110px; }
.mt120 { margin-top: 120px; }
.mt125 { margin-top: 125px; }
.mt130 { margin-top: 130px; }
.mt140 { margin-top: 140px; }
.mt150 { margin-top: 150px; }

/********** Margin Right **********/

.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr35 { margin-right: 35px; }
.mr40 { margin-right: 40px; }
.mr45 { margin-right: 45px; }
.mr50 { margin-right: 50px; }
.mr60 { margin-right: 60px; }
.mr70 { margin-right: 70px; }
.mr80 { margin-right: 80px; }
.mr90 { margin-right: 90px; }
.mr100 { margin-right: 100px; }
.mr110 { margin-right: 110px; }
.mr120 { margin-right: 120px; }
.mr125 { margin-right: 125px; }
.mr130 { margin-right: 130px; }
.mr140 { margin-right: 140px; }
.mr150 { margin-right: 150px; }

/********** Margin Bottom **********/

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.mb110 { margin-bottom: 110px; }
.mb120 { margin-bottom: 120px; }
.mb125 { margin-bottom: 125px; }
.mb130 { margin-bottom: 130px; }
.mb140 { margin-bottom: 140px; }
.mb150 { margin-bottom: 150px; }

/********** Margin Left **********/

.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml35 { margin-left: 35px; }
.ml40 { margin-left: 40px; }
.ml45 { margin-left: 45px; }
.ml50 { margin-left: 50px; }
.ml60 { margin-left: 60px; }
.ml70 { margin-left: 70px; }
.ml80 { margin-left: 80px; }
.ml90 { margin-left: 90px; }
.ml100 { margin-left: 100px; }
.ml110 { margin-left: 110px; }
.ml120 { margin-left: 120px; }
.ml125 { margin-left: 125px; }
.ml130 { margin-left: 130px; }
.ml140 { margin-left: 140px; }
.ml150 { margin-left: 150px; }

/********** Margin Top & Bottom **********/

.mtb5 { margin: 5px 0; }
.mtb10 { margin: 10px 0; }
.mtb15 { margin: 15px 0; }
.mtb20 { margin: 20px 0; }
.mtb25 { margin: 25px 0; }
.mtb30 { margin: 30px 0; }
.mtb35 { margin: 35px 0; }
.mtb40 { margin: 40px 0; }
.mtb45 { margin: 45px 0; }
.mtb50 { margin: 50px 0; }
.mtb60 { margin: 60px 0; }
.mtb70 { margin: 70px 0; }
.mtb80 { margin: 80px 0; }
.mtb90 { margin: 90px 0; }
.mtb100 { margin: 100px 0; }
.mtb110 { margin: 110px 0; }
.mtb120 { margin: 120px 0; }
.mtb130 { margin: 130px 0; }
.mtb140 { margin: 140px 0; }
.mtb150 { margin: 150px 0; }

/********** Padding Top **********/

.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt35 { padding-top: 35px; }
.pt40 { padding-top: 40px; }
.pt45 { padding-top: 45px; }
.pt50 { padding-top: 50px; }
.pt60 { padding-top: 60px; }
.pt70 { padding-top: 70px; }
.pt80 { padding-top: 80px; }
.pt90 { padding-top: 90px; }
.pt100 { padding-top: 100px; }
.pt110 { padding-top: 110px; }
.pt120 { padding-top: 120px; }
.pt130 { padding-top: 130px; }
.pt140 { padding-top: 140px; }
.pt150 { padding-top: 150px; }
.pt160 { padding-top: 160px; }

/********** Padding Right **********/

.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr25 { padding-right: 25px; }
.pr30 { padding-right: 30px; }
.pr35 { padding-right: 35px; }
.pr40 { padding-right: 40px; }
.pr45 { padding-right: 45px; }
.pr50 { padding-right: 50px; }
.pr60 { padding-right: 60px; }
.pr70 { padding-right: 70px; }
.pr80 { padding-right: 80px; }
.pr90 { padding-right: 90px; }
.pr100 { padding-right: 100px; }
.pr110 { padding-right: 110px; }
.pr120 { padding-right: 120px; }
.pr125 { padding-right: 125px; }
.pr130 { padding-right: 130px; }
.pr140 { padding-right: 140px; }
.pr150 { padding-right: 150px; }

/********** Padding Bottom **********/

.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb35 { padding-bottom: 35px; }
.pb40 { padding-bottom: 40px; }
.pb45 { padding-bottom: 45px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; }
.pb70 { padding-bottom: 70px; }
.pb80 { padding-bottom: 80px; }
.pb90 { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }
.pb110 { padding-bottom: 110px; }
.pb120 { padding-bottom: 120px; }
.pb130 { padding-bottom: 130px; }
.pb140 { padding-bottom: 140px; }
.pb150 { padding-bottom: 150px; }
.pb160 { padding-bottom: 160px; }

/********** Padding Left **********/

.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl25 { padding-left: 25px; }
.pl30 { padding-left: 30px; }
.pl35 { padding-left: 35px; }
.pl40 { padding-left: 40px; }
.pl45 { padding-left: 45px; }
.pl50 { padding-left: 50px; }
.pl60 { padding-left: 60px; }
.pl70 { padding-left: 70px; }
.pl80 { padding-left: 80px; }
.pl90 { padding-left: 90px; }
.pl100 { padding-left: 100px; }
.pl110 { padding-left: 110px; }
.pl120 { padding-left: 120px; }
.pl125 { padding-left: 125px; }
.pl130 { padding-left: 130px; }
.pl140 { padding-left: 140px; }
.pl150 { padding-left: 150px; }

/********** Padding Top & Bottom **********/

.ptb5 { padding: 5px 0; }
.ptb10 { padding: 10px 0; }
.ptb15 { padding: 15px 0; }
.ptb20 { padding: 20px 0; }
.ptb25 { padding: 25px 0; }
.ptb30 { padding: 30px 0; }
.ptb35 { padding: 35px 0; }
.ptb40 { padding: 40px 0; }
.ptb45 { padding: 45px 0; }
.ptb50 { padding: 50px 0; }
.ptb60 { padding: 60px 0; }
.ptb70 { padding: 70px 0; }
.ptb80 { padding: 80px 0; }
.ptb90 { padding: 90px 0; }
.ptb100 { padding: 100px 0; }
.ptb110 { padding: 110px 0; }
.ptb120 { padding: 120px 0; }
.ptb130 { padding: 130px 0; }
.ptb140 { padding: 140px 0; }
.ptb150 { padding: 150px 0; }
.ptb160 { padding: 160px 0; }

/********** Opacity **********/
.op-1 { opacity: 0.1; }
.op-2 { opacity: 0.2; }
.op-3 { opacity: 0.3; }
.op-4 { opacity: 0.4; }
.op-5 { opacity: 0.5; }
.op-6 { opacity: 0.6; }
.op-7 { opacity: 0.7; }
.op-8 { opacity: 0.8; }
.op-9 { opacity: 0.9; }

/* --------------------------------------
    4. Headers - Navigation
-------------------------------------- */

header.header {
    background: white;
}

header.header-fixed {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    border-bottom: 1px solid #eee;
}

header.header-transparent {
    background: none;
    border-bottom: 0;
}
header.header-overlay{
	 background-color:rgba(255,255,255,0.5);
    border-bottom: 0;
}
.navbar-brand {padding-top: .125rem !important;padding-bottom: .125rem !important;}

header.header-transparent .navbar-brand .logo {
    display: none;
}

header.header-transparent .navbar-brand .logo-white {
    display: block;
}

header .navbar-brand .logo-white {
    display: none;
}

header.header-transparent .navbar-brand .logomain{display: none;}
header.header-transparent .navbar-brand .logomain.white{filter: brightness(10); display: block;}
header .navbar-brand .logomain.white {display: none;}

/*********** 4.1 Sticky Header *************/

header.sticky.headroom--pinned.cloned,
header.sticky.headroom--unpinned.cloned,
header.sticky.headroom--top.cloned {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

header.sticky.cloned {
    position: fixed !important;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1005;
}

body.admin-bar header.sticky.cloned {
    top: 32px !important;
}

header.sticky.cloned.headroom--not-top.headroom--unpinned,
header.sticky.cloned.headroom--not-top.headroom--pinned {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.searchIcon{position: absolute;
    color: #ccc;
    top: 6px;
    left: 10px;}
.clearSearch{position: absolute;
    color: #222;
    font-size: 26px;
    top: 0;
    right: 20px;
    cursor:pointer;
}

/*********** 4.2 Navigation *************/

header.header .navbar-nav .divider {
    background-color: rgba(62, 69, 85, 0.15);
    height: 1px;
    margin: 5px 0 !important;
    overflow: hidden;
}

header.header .navbar-nav .nav-item {
    margin: 0;
    padding: 0 10px;
}

header.header .navbar-nav .nav-link {
    font-size: 16px;
    /*text-transform: capitalize;*/
    text-transform: uppercase;
}

header.header .navbar-nav .nav-link:hover {
    color: inherit;
}

header.header .navbar-nav .nav-item .login-btn i {
    margin-right: 10px;
}

header.header .navbar-nav .nav-item.notification-wrapper {
    position: relative;
}


/*********** 4.3 Dropdown Menu *************/

#main-nav .navbar-nav>.dropdown .dropdown-toggle:after {
    content: '\f107';
    font-family: 'fontawesome';
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: inline-block;
    border: 0;
    margin: 0;
    padding-left: 3px;
    vertical-align: 0;
}

#main-nav .navbar-nav .dropdown .dropdown-menu {
    position: absolute;
    display: block;
    top: 90%;
    right: 0px;
    left:auto;
    opacity: 0;
    max-height: 0;
/*    width: 200px;*/
    margin-left: -15px;
    z-index: 100;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
    -webikt-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transform-origin: 10% top right;
    -webkit-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
    -moz-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
    -ms-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
    -o-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
    transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
}
#main-nav .navbar-nav .dropdown .align-right .dropdown-menu{
    left: auto;
}
#main-nav .navbar-nav .dropdown.big .dropdown-menu{
    left: 0px;
    right:auto;
    opacity: 0;
    max-height: 0;
/*    width: 200px;*/
    min-width: 50rem;
}

#main-nav .navbar-nav .dropdown.big .dropdown-menu li a{
    font-weight: 600;
    white-space: initial;
}

#main-nav .navbar-nav .dropdown:hover .dropdown-menu {
    max-height: 700px;
    opacity: 1;
    width: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: 0.2s;
    transition-duration: 0s, 0.3s, 0.3s;
}

#main-nav .navbar-nav .dropdown-menu>li {
    position: relative;
    margin: 0;
}

#main-nav .navbar-nav .dropdown-menu>li>a {
    font-size: 15px;
    padding: 5px 20px;
    color: #333;
    background: none;
    text-transform: capitalize;
}
.studiosidebar .dropdown-item{
    text-overflow: ellipsis;
    overflow: hidden;
}



#main-nav .navbar-nav .dropdown-menu>li>a:focus,
#main-nav .navbar-nav .dropdown-menu>li>a:hover {
    background: none;
}

#main-nav .navbar-nav .dropdown-menu>li>a:hover {}

.menuimage{height: 100%;background-size: cover; background-position: center; background-repeat: no-repeat;  }

/*********** 4.4 Extra Menu *************/

span.notification-count {
    position: absolute;
    background: #eb1436;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    top: 6px;
    right: 9px;
    width: 15px;
    height: 15px;
    line-height: 15px;
}

a.nav-link.dropdown-toggle.notification:after {
    display: none !important;
}

a.login-mobile-btn {
    position: absolute;
    right: 65px;
    font-size: 30px;
    display: none;
}

/*********** 4.5 Mobile Hamburger Menu *************/

.hamburger {
    padding: 0;
    display: none;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
/*.sidebarToggle{display: none!important}*/

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 25px;
    height: 3px;
    background-color: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.header-transparent .hamburger-inner,
.header-transparent .hamburger-inner::before,
.header-transparent .hamburger-inner::after {
    background-color: #fff;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: 0;
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/* --------------------------------------
    5. Footers
-------------------------------------- */

footer .widget-title {
    margin-top: 0;
    margin-bottom: 40px;
    text-transform: capitalize;
}

footer.footer1 .footer-copyright-area {
    border-top: 1px solid rgba(51, 51, 51, .2);
}


/*** Dark Background ***/

footer.footer1.bg-dark,
footer.footer1.bg-dark .widget-title,
footer.footer1.bg-dark p {
    color: #fff;
}

footer.footer1.bg-dark .footer-copyright-area {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.about{display:none;}
/*** Widget About ***/

footer .widget-about img.logo-white {
    display: none;
}

footer.bg-dark .widget-about img.logo {
    display: none;
}

footer.bg-dark .widget-about img.logo-white {
    display: block;
}

footer .widget-about img {
    height: 40px;
}


/*** Widget Links ***/

footer .widget-links .general-listing a {
    text-transform: capitalize;
}


/*** Widget Blog Posts ***/

footer .widget-blog .blog-posts {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .widget-blog .blog-posts li {
    padding: 10px 0;
    margin: 0;
}

footer .widget-blog .blog-posts li:first-child {
    padding-top: 0;
}

footer .widget-blog .blog-posts li:last-child {
    padding-bottom: 0;
}

footer .widget-blog .blog-posts li a {
    text-transform: capitalize;
}

footer .widget-blog .blog-posts li small {
    display: block;
    color: #a8a1ac;
    text-transform: uppercase;
    font-weight: 500;
}


/*** Widget Social ***/

footer.bg-dark .social-btns .social-btn-roll {
    color: #fff;
    border-color: #4d5154;
}

footer.bg-dark .social-btns .social-btn-roll:hover {
    border-color: transparent;
}


/* --------------------------------------
    6. Elements
-------------------------------------- */


/*********** 6.1 Preloader *************/

.loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
}

.loading .loading-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.loading .loading-effect {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate( -50%, -50%);
    -moz-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    -o-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
}

.loading .loading-effect .object {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: loading-animation 3s infinite;
    animation: loading-animation 3s infinite;
}

.loading .loading-effect .object:before {
    content: '\f04b';
    font-family: 'fontawesome';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 2px;
    color: #fff;
    -webkit-transform: translate( -50%, -50%);
    -moz-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    -o-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
}

@keyframes loading-animation {
    0% {
        -webkit-box-shadow: 0 0 0 rgba(147, 82, 179, .5);
        -moz-box-shadow: 0 0 0 rgba(147, 82, 179, .5);
        box-shadow: 0 0 0 rgba(147, 82, 179, .5);
    }
    50% {
        -webkit-box-shadow: 0 0 0 30px rgba(147, 82, 179, .15);
        -moz-box-shadow: 0 0 0 30px rgba(147, 82, 179, .15);
        box-shadow: 0 0 0 30px rgba(147, 82, 179, .15);
    }
    100% {
        -webkit-box-shadow: 0 0 0 rgba(147, 82, 179, .5);
        -moz-box-shadow: 0 0 0 rgba(147, 82, 179, .5);
        box-shadow: 0 0 0 rgba(147, 82, 179, .5);
    }
}


/*********** 6.2 Background Colors *************/

.bg-white {
    background-color: #ffffff;
}

.bg-light {
    background-color: #edf5f7 !important;
}

.bg-light2 {
    background: #e7edef;
}

.bg-dark {
    background-color: #3e4555 !important;
}

.bg-primary {
    /*background-color: #9352b3 !important;*/
    background-color: #f26d5e !important;
}

.bg-success {
    background-color: #2cdd9b !important;
}

.bg-info {
    background-color: #00b4ff !important;
}

.bg-warning {
    background-color: #fec500 !important;
}

.bg-danger {
    background-color: #ff4d7e !important;
}

.bg-facebook {
    background-color: #3b5a9a;
}

.bg-twitter {
    background-color: #56adf2;
}

.bg-main-gradient {
    background: #9352b3;
    background: -webkit-linear-gradient(legacy-direction(to right), #9352b3 0%, #a11f3c 100%);
    background: -webkit-gradient(linear, left top, right top, from(#9352b3), to(#a11f3c));
    background: -webkit-linear-gradient(left, #9352b3 0%, #a11f3c 100%);
    background: -o-linear-gradient(left, #9352b3 0%, #a11f3c 100%);
    background: linear-gradient(to right, #9352b3 0%, #a11f3c 100%);
}

.bg-success-gradient {
    background: #2cdd9b;
    background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cd 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cd));
    background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cd 100%);
    background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cd 100%);
    background: linear-gradient(to right, #2cdd9b 0%, #1dc8cd 100%);
}

.bg-info-gradient {
    background: #00b4ff;
    background: -webkit-linear-gradient(legacy-direction(to right), #00b4ff 0%, #316ce8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#00b4ff), to(#316ce8));
    background: -webkit-linear-gradient(left, #00b4ff 0%, #316ce8 100%);
    background: -o-linear-gradient(left, #00b4ff 0%, #316ce8 100%);
    background: linear-gradient(to right, #00b4ff 0%, #316ce8 100%);
}

.bg-danger-gradient {
    background: #ff4d7e;
    background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
    background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
    background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
    background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}


/*********** 6.3 Buttons *************/

.btn {
    outline: none;
    padding: 0 15px;
    position: relative;
    line-height: 35px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.btn.active,
.btn:active {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
/*
.btn:hover {
    color: inherit;
}
*/
.btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn i {
    line-height: 35px;
    font-size: 10px;
    padding-left: 3px;
}

.btn-main:hover,
.btn-second:hover {
    -webkit-filter: brightness(113%);
    filter: brightness(113%);
    color: #fff;
}


/* button effect */

.btn-effect {
    overflow: hidden;
}

.ripple {
    width: 0;
    height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: absolute;
    opacity: 1;
}

.rippleEffect {
    animation: rippleDrop .6s linear;
}

@keyframes rippleDrop {
    100% {
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}


/* Btn Round */

.btn-round {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}


/*** ====== 6.3.1 Button Colors ====== ***/

.btn-main {
    color: #fff;
}

.btn-second {
    color: #fff;
}

.btn-blue {
    background: #29b1fd;
}

.btn-blue:hover {
    background: #66c9ff;
}

.btn-green {
    background: #2ecc71;
}

.btn-green:hover {
    background: #4dd977;
}

.btn-purple {
    background: #443088;
}

.btn-purple:hover {
    background: #5c48a0;
}

.btn-orange {
    background: #e69d29;
}

.btn-orange:hover {
    background: #ecaf4f;
}

.btn-red {
    background: #db6131;
}

.btn-red:hover {
    background: #dc7f5a;
}

.btn-dark {
    background: #0c112a;
}

.btn-dark:hover {
    background: #293053;
}


/*** ====== 6.3.2 Social Media Buttons ====== ***/

ul.social-btns {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.social-btns li {
    display: inline-block;
    padding: 0 5px;
}

.social-btn-roll {
    width: 35px;
    height: 35px;
    border: 1px solid #3b5998;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.social-btn-roll:hover .social-btn-roll-icons {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.social-btn-roll:hover .social-btn-roll-icon {
    color: #f6f6f6;
}

.social-btn-roll-icons {
    width: 200%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-btn-roll-icon {
    width: 50%;
    line-height: 35px;
    text-align: center;
    display: block;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/*** Social Media Button Colors ***/

.social-btn-roll.facebook {
    border-color: #3b5998;
    color: #3b5998;
}

.social-btn-roll.facebook:hover {
    background: #1198f5;
}

.social-btn-roll.twitter {
    border-color: #4cc4f2;
    color: #4cc4f2;
}

.social-btn-roll.twitter:hover {
    background: #4cc4f2;
}

.social-btn-roll.google-plus {
    border-color: #dd4b39;
    color: #dd4b39;
}

.social-btn-roll.google-plus:hover {
    background: #dd4b39;
}

.social-btn-roll.instagram {
    border-color: #9b6954;
    color: #9b6954;
}

.social-btn-roll.instagram:hover {
    background: #ffb000;
}

.social-btn-roll.linkedin {
    border-color: #0077b5;
    color: #0077b5;
}

.social-btn-roll.linkedin:hover {
    background: #0077b5;
}

.social-btn-roll.rss {
    border-color: #ffa500;
    color: #ffa500;
}

.social-btn-roll.rss:hover {
    background: #ffa500;
}

.social-btn-roll.pinterest {
    border-color: #cb2027;
    color: #cb2027;
}

.social-btn-roll.pinterest:hover {
    background: #cb2027;
}

.social-btn-roll.tumblr {
    border-color: #32506d;
    color: #32506d;
}

.social-btn-roll.tumblr:hover {
    background: #32506d;
}

.social-btn-roll.github {
    border-color: #171515;
    color: #171515;
}

.social-btn-roll.github:hover {
    background: #171515;
}

.social-btn-roll.dribbble {
    border-color: #ec4a89;
    color: #ec4a89;
}

.social-btn-roll.dribbble:hover {
    background: #ec4a89;
}

.social-btn-roll.wordpress {
    border-color: #16a0ce;
    color: #16a0ce;
}

.social-btn-roll.wordpress:hover {
    background: #16a0ce;
}

.social-btn-roll.amazon {
    border-color: #ffa500;
    color: #ffa500;
}

.social-btn-roll.amazon:hover {
    background: #ffa500;
}

.social-btn-roll.dropbox {
    border-color: #007ee5;
    color: #007ee5;
}

.social-btn-roll.dropbox:hover {
    background: #007ee5;
}

.social-btn-roll.paypal {
    border-color: #03268c;
    color: #03268c;
}

.social-btn-roll.paypal:hover {
    background: #03268c;
}

.social-btn-roll.yahoo {
    border-color: #420294;
    color: #420294;
}

.social-btn-roll.yahoo:hover {
    background: #420294;
}

.social-btn-roll.flickr {
    border-color: #fd0d7e;
    color: #fd0d7e;
}

.social-btn-roll.flickr:hover {
    background: #fd0d7e;
}

.social-btn-roll.reddit {
    border-color: #ff4006;
    color: #ff4006;
}

.social-btn-roll.reddit:hover {
    background: #ff4006;
}

.social-btn-roll.vimeo {
    border-color: #63b4e4;
    color: #63b4e4;
}

.social-btn-roll.vimeo:hover {
    background: #63b4e4;
}

.social-btn-roll.spotify {
    border-color: #1dd069;
    color: #1dd069;
}

.social-btn-roll.spotify:hover {
    background: #1dd069;
}

.social-btn-roll.youtube {
    border-color: #e62117;
    color: #e62117;
}

.social-btn-roll.youtube:hover {
    background: #e62117;
}


/*** ====== 6.3.3 Back to Top Button ====== ***/

#backtotop {
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

#backtotop.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#backtotop a {
    color: #fff;
    text-decoration: none;
    border: 0 none;
    display: block;
    width: 46px;
    height: 46px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
}

#backtotop a:after {
    content: "\f106";
    font-family: "FontAwesome";
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    transform: translateY(-55%);
}


/*** ====== 6.3.4 Play Button ====== ***/

.play-video {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.play-video:hover {
    color: #fff;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 0 10px rgba(147, 82, 179, .4);
    -moz-box-shadow: 0 0 0 10px rgba(147, 82, 179, .4);
    box-shadow: 0 0 0 10px rgba(147, 82, 179, .4);
}

.play-video i {
    margin-left: 4px;
}


/*********** 6.4 Forms *************/


/* General Search Form */

.general-search-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    height: 60px;
    background: #fff;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.general-search-wrapper.open {
    opacity: 1;
    visibility: visible;
}

.general-search-wrapper .general-search {
    position: relative;
}

.general-search-wrapper .general-search input {
    height: 60px;
    border: 0;
    font-size: 20px;
}

.general-search-wrapper .general-search .toggle-search {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 60px;
    cursor: pointer;
    color: #666;
}


/* Search Form 1 */

form#search-form-1 input,
form#search-form-1 .btn {
    height: 55px;
}

form#search-form-1 .form-group {
    position: relative;
}

form#search-form-1 .btn {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    padding: 0;
    text-align: center !important;
}

form#search-form-1 .btn i {
    font-size: 22px;
    line-height: 55px;
}

form#search-form-1 input {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

form#search-form-1 input:hover,
form#search-form-1 input:focus {
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 3px 25px rgba(0, 0, 0, .4);
    box-shadow: 0 3px 25px rgba(0, 0, 0, .4);
}


/* Mailchimp Form */

form.mailchimp .btn {
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 0;
    z-index: 5;
    color: #fff;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}


/*********** 6.5 Login - Register Box *************/

.login-register-page form .status {
    margin-top: 40px;
}

.signup-wrapper {
    display: none;
}

.forgetpassword-wrapper {
    display: none;
}

.signin-wrapper .status span,
.signup-wrapper .status span,
.forgetpassword-wrapper .status span {
    display: block;
}

.signin-wrapper .bottom-links a,
.signup-wrapper .bottom-links a,
.forgetpassword-wrapper .bottom-links a {
    cursor: pointer;
    font-weight: 400;
}


/*********** 6.6 General Listing *************/

.general-listing {
    padding: 0px;
    margin: 0px;
}

.general-listing li {
    list-style: none;
    margin: 0;
}

.general-listing li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.general-listing li:hover a {
    padding-left: 10px;
}

.general-listing li:last-child a {
    padding-bottom: 0;
}

.general-listing li i {
    margin-right: 7px;
    vertical-align: middle;
}


/*********** 6.7 Timeline *************/

.timeline {
    margin-top: 100px;
    position: relative;
}

.timeline .main-line {
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    margin-left: -1px;
    height: 100%;
    border-left: 2px dashed #e3e3e3;
}

.timeline .timeline-step {
    position: relative;
    padding: 50px 0;
}

.timeline .timeline-step:last-child:before {
    content: "\f00c";
    font-family: 'fontawesome';
    position: absolute;
    left: 50%;
    bottom: 0;
    line-height: 60px;
    font-size: 22px;
    color: #00b489;
    z-index: 99;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.timeline .timeline-step:last-child:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #a9e6cf;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: timeline_success_boxshadow 5s infinite;
    animation: timeline_success_boxshadow 5s infinite;
}

@-webkit-keyframes timeline_success_boxshadow {
    0% {
        -webkit-box-shadow: 0 0 0 rgba(169, 230, 208, .6);
        -moz-box-shadow: 0 0 0 rgba(169, 230, 208, .6);
        box-shadow: 0 0 0 rgba(169, 230, 208, .6);
    }
    50% {
        -webkit-box-shadow: 0 0 0 rgba(169, 230, 208, .2);
        -moz-box-shadow: 0 0 0 rgba(169, 230, 208, .2);
        box-shadow: 0 0 0 rgba(169, 230, 208, .2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 rgba(169, 230, 208, .6);
        -moz-box-shadow: 0 0 0 rgba(169, 230, 208, .6);
        box-shadow: 0 0 0 rgba(169, 230, 208, .6);
    }
}

@keyframes timeline_success_boxshadow {
    0% {
        -webkit-box-shadow: 0 0 0 rgba(169, 230, 208, .6);
        -moz-box-shadow: 0 0 0 rgba(169, 230, 208, .6);
        box-shadow: 0 0 0 rgba(169, 230, 208, .6);
    }
    50% {
        -webkit-box-shadow: 0 0 0 rgba(169, 230, 208, .2);
        -moz-box-shadow: 0 0 0 rgba(169, 230, 208, .2);
        box-shadow: 0 0 0 rgba(169, 230, 208, .2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 rgba(169, 230, 208, .6);
        -moz-box-shadow: 0 0 0 rgba(169, 230, 208, .6);
        box-shadow: 0 0 0 rgba(169, 230, 208, .6);
    }
}


/* Step Button */

.timeline span.timeline-step-btn {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 110px;
    height: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #767676;
    background-color: #e3e3e3;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* Text */

.timeline .timeline-text-wrapper {
    margin: auto 0;
}

.timeline .timeline-text-wrapper .timeline-text {
    padding-right: 100px;
}

.timeline .timeline-text-wrapper .timeline-text-right {
    padding-left: 100px;
}


/* Image */

.timeline .timeline-image-wrapper {
    text-align: center;
}


/*********** 6.8 Pricing Tables *************/


/*** ====== 6.8.1 Pricing Table 1 ====== ***/

.pricing-table-1 {
    font-size: 16px;
}

.pricing-table-1 .features-holder,
.pricing-table-1 .price-table {
    float: left;
    border-right: none;
    border-left: none;
}


/* Features Holder */

.pricing-table-1 .features-holder {
    width: 50%;
    text-align: left;
}

.pricing-table-1 .features-title,
.pricing-table-1 .price-table .table-header {
    display: table;
    height: 50px;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #e9ebec;
}

.pricing-table-1 .features-title h5,
.pricing-table-1 .price-table .table-header h5 {
    margin: 0;
}

.features-list-wrapper,
.pricing-table-1 .price-table .table-content {
    border-left: 1px solid #e9ebec;
}

.pricing-table-1 .features-list-wrapper {
    background: #fff;
}

.pricing-table-1 ul.features-list,
.pricing-table-1 .price-table .table-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-table-1 ul.features-list li,
.pricing-table-1 .price-table .table-content ul li {
    font-size: 14px;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #e9ebec;
    color: #8e8e8e;
    font-weight: 500;
    height: 50px;
}

.pricing-table-1 ul.features-list li h6 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: 30px;
}


/* Price Table */

.pricing-table-1 .price-table {
    width: 25%;
    text-align: center;
}

.pricing-table-1 .price-table:last-child {
    border-right: 1px solid #e9ebec
}

.pricing-table-1 .price-table .table-header {
    border-left: 1px solid #e9ebec;
    border-top: 1px solid #e9ebec;
}

.pricing-table-1 .price-table .table-content ul li {
    line-height: 30px;
}

.pricing-table-1 .price-table .table-footer {
    border-left: 1px solid #e9ebec;
    border-bottom: 1px solid #e9ebec;
    padding: 20px 0;
}

.pricing-table-1 .price-table .table-footer .price-holder {
    font-weight: 600;
    padding-bottom: 10px;
}

.pricing-table-1 .price-table .table-footer .btn i {
    font-size: 16px;
    margin: 0;
    padding: 0;
}


/* Featured Price Table */

.pricing-table-1 .price-table {
    background: #fff;
}

.pricing-table-1 .price-table-featured .table-header h5,
.pricing-table-1 .price-table-featured .table-content ul li {
    color: #05b489;
}


/*** ====== 6.8.2 Pricing Table 2 ====== ***/

.pricing-table-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}

.pricing-table-2 .plan {
    flex: 1;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.pricing-table-2 .plan-price {
    width: 100%;
    background: #edf5f7;
    padding: 45px 30px;
    padding-top: 48px;
}

.pricing-table-2 .plan-price h3 {
    margin: 0;
    color: #999;
    font-weight: 400;
    font-size: 22px;
}

.pricing-table-2 .plan-price .value {
    display: block;
    font-size: 28px;
    line-height: 35px;
    padding: 10px 0 0 0;
    color: #333;
}

.pricing-table-2 .plan-price .period {
    color: #999;
    margin-top: 20px;
    padding: 0 10%;
    display: block;
}

.pricing-table-2 .plan-features {
    padding: 35px 30px;
    background: #fff;
}

.pricing-table-2 .plan-features ul {
    list-style: none;
    padding: 0;
}

.pricing-table-2 .plan-features ul li {
    padding: 3px 0;
}

.pricing-table-2 .plan-features a.button {
    margin-top: 20px;
}


/* featured plan*/

.pricing-table-2 .plan.featured {
    margin-left: -1px;
    margin-right: -1px;
/*    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transform: translateY(-25px);*/
    z-index: 11;
}

.pricing-table-2 .plan.featured .plan-price {
    padding: 30px;
}

/*.pricing-table-2 .plan.featured .plan-price:before {
    content: 'Featured';
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    right: -65px;
    text-align: center;
    width: 200px;
    font-size: 12px;
    margin: 0;
    z-index: 99;
    background: #fff;
    font-weight: 500;
    line-height: 28px;
}*/

.pricing-table-2 .plan.featured .plan-price h2 {
    color: #fff;
}

.pricing-table-2 .plan.featured .plan-price .value {
    color: #fff;
}

.pricing-table-2 .plan.featured .plan-price .period {
    color: #fff;
    line-height: 23px;
}

.pricing-table-2 .plan.featured .plan-features {
    padding: 45px 30px;
}


/*********** 6.9 Page Header *************/

.page-header {
    position: relative;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header.channel-page {
    background-size: cover;
    background-position: center;
    background-color: #eee;
    min-height: auto !important;

    @media (width <= 768px) {
        margin-top: 62px;
    }

    @media (width >= 1200px) {
        margin-bottom: 60px;
    }
}

.page-header:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background: #000;*/
    opacity: .7;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #555;
    /*background-color: #f26d5e;*/
    background-color: #f8f8f8;
    /*border-bottom: 4px solid #f26d5e;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;*/
}
.nav-pills a{cursor:pointer;}
.page-header .inner {
    position: relative;
    z-index: 10;
}

.page-header .title {
    /*color: #fff;*/
    /*font-weight: 400;*/
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.page-header .breadcrumb {
    background: none;
    padding: 0;
    margin-top: 20px;
}

.page-header .breadcrumb li a{
    margin: 0;
    padding: 10px;
    margin-right: 20px;
    color: #222;
    border-radius: 30px;
    background: #fff;
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
}
.page-header.series{
    background:#000;

}
.series-poster{width: 100%;
    /*height: 370px;*/
    height: 160px;
    display: block;
    background-size: cover;
    background-position: center;
    background-size: 100%;
    transition: all .7s;
    background-color: #fff;
    border-radius: 10px;
}
#studio .series-poster{height: 180px; border-radius: 5px;}
.series-poster:hover{
    background-size: 110%;
    transition: all .7s;
}

.series-poster .watchBtn{opacity:0;bottom: 75px;left: 0;padding: 20px;display: block;width: 100%;
    transition: all .7s;background: linear-gradient( 180deg, transparent, rgb(0 0 0 / 70%));
 }
.series-poster:hover .watchBtn{opacity:1;}

.seriesTitleList{padding:0 20px;}
.seriesTitleList .title{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

#accordion{width: 100%;/*border-bottom: 1px solid #ccc;*/}
#accordion li{cursor:pointer;}
#accordion .numbers{width: 20%;display: inline-block;padding: 10px;max-height: 100px;vertical-align: top;overflow: hidden;}
#accordion .title{width: 55%; display: inline-block; padding: 10px;vertical-align: top;}
#accordion .duration{width: 10%; display: inline-block; padding: 10px;vertical-align: top;}
#accordion .collapseToggle{width: 10%; display: inline-block; padding: 10px;vertical-align: top;}

.channels:before {
    /*background: #f26d5e; */
        background: #9352b3;
    background: -webkit-linear-gradient(legacy-direction(to right), #9352b3 0%, #a11f3c 100%);
    background: -webkit-gradient(linear, left top, right top, from(#9352b3), to(#a11f3c));
    background: -webkit-linear-gradient(left, #9352b3 0%, #a11f3c 100%);
    background: -o-linear-gradient(left, #9352b3 0%, #a11f3c 100%);
    background: linear-gradient(to right, #9352b3 0%, #a11f3c 100%);
    opacity:1;
}

.channels .breadcrumb {
    margin-top: 50px;
}

.channelLogo{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.page-item.active .page-link {
    background-color: #f26d5e !important;
    border-color: #f26d5e !important;
}
.page-link {
    color: #6c757d !important;
}

.channel-page{}
.channelLogoBig{
    /*width: 80px;
    height: 80px;*/
    width: 40px;
    aspect-ratio: 1/1;
    /* height: 70px; */
    border-radius: 50%;
    box-shadow: 0 5px 10px 0px rgb(0 0 0 / 10%);
    background: #fff;
}
.main-channels-slider .channelLogoBig{
    /* width: 70px!important;
    height: 70px; */
    border-radius: 50%;
    box-shadow: 0 4px 10px 0px rgb(0 0 0 / 30%);
    top: 80%;
    position: relative;
    left: 10px;
    background: #fff;
}

/*
.page-header .breadcrumb li:after {
    content: '|';
    padding: 0px 10px 0px 16px;
    color: #fff;
}

.page-header .breadcrumb li:before {
    display: none;
}*/

/*.page-header .breadcrumb li:last-child {
    padding: 5px 5px;
    color: #b3bbce;
}

.page-header .breadcrumb li:last-child:after {
    display: none;
}*/


/*********** 6.10 Pagination *************/

.pagination {
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
}

.pagination ul {
    padding: 0;
    list-style-type: none;
    margin: 0 auto;
}

.pagination ul li {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 5px 0 0;
    padding: 0;
}

.pagination ul li:last-child {
    margin: 0;
}

.pagination ul li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pagination ul li a.current-page,
.pagination ul li a.current-page:hover {
    color: #ffffff;
}

.pagination ul li a:hover {
    background: #e7edef;
}


/*********** 6.11 Icon Box *************/

.icon-box {
    text-align: center;
    margin-top: 50px;
    position: relative;
}

.icon-box.with-line:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 30px;
    background: #d6dbdc;
    display: block;
}

.icon-box i {
    display: inline-block;
    width: 120px;
    font-size: 60px;
    background: #edf5f7;
    position: relative;
}

.icon-box h3 {
    font-weight: 500;
}


/* Version 2 */

.icon-box2 {
    padding-left: 80px;
    margin-top: 50px;
    position: relative;
}

.icon-box2 i {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 94px;
    font-size: 50px;
}

.icon-box2 .title {
    font-weight: 500;
    margin: 0;
    padding-bottom: 10px;
}


/*********** 6.12 Feature Tabs *************/

.features-tab {
    display: block;
}

.features-tab li {
    margin: 0;
}

.features-tab li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 25px;
}

.features-tab li a.active,
.features-tab li a:hover {
    background: #edf5f7;
    -webkit-box-shadow: 0px 0px 25px rgba(147, 82, 179, .05);
    -moz-box-shadow: 0px 0px 25px rgba(147, 82, 179, .05);
    box-shadow: 0px 0px 25px rgba(147, 82, 179, .05);
}

.features-tab .icon-wrapper {
    margin-right: 25px;
    color: #8d97ad;
    font-size: 3rem;
}

.features-tab li a.active .icon-wrapper,
.features-tab li a:hover .icon-wrapper {}

.features-tab .icon-wrapper i {
    line-height: 82px;
}

.features-tab .title {
    margin: 0;
    padding-bottom: 10px;
    font-weight: 500;
}

.features-tab .subtitle {
    font-size: 16px;
    line-height: 24px;
}

/*********** 6.12 Testimonial Slider *************/

.testimonial-slider .testimonial-content {
    position: relative;
    background-color: #fff;
    padding: 75px 100px;
    max-width: 700px;
    margin: 50px auto;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

.testimonial-slider .testimonial-content > img {
    position: absolute;
    width: 100px;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-slider .testimonial-comment > h4 {
    margin: 10px 0;
    font-size: 24px;
}

.testimonial-slider .testimonial-comment .testimonial-info {
    color: #777;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.testimonial-slider .testimonial-comment > p {
    margin: 25px 0 0 0;
    font-size: 18px;
    font-weight: 300;
}


/* ----------------------------------------------------------------------------
    7. SECTIONS
---------------------------------------------------------------------------- */


/********************** 7.1 Home Page 1 ************************/

.full-slider .search-form-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 20px;
    z-index: 90;
}


/********************** 7.2 Home Page 2 ************************/

#fullwidth-slider .slotholder:before,
#hero-slider .slotholder:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    background-color: rgba(26, 26, 26, .7);
}

#fullwidth-slider form#search-form-1 input {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/********************** 7.3 Upcoming Movies & TV Shows ************************/

.upcoming-movies {background: #f3f3f3}

.upcoming-movies .upcoming-featured-item .poster {
    height: 440px;
    overflow: hidden;
}

.upcoming-movies .upcoming-featured-item .poster img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.channelMenu li{display: inline-block; text-transform: uppercase;padding:5px 15px 0; margin:0;}
/*.channelMenu li:first{}*/
.channelMenu li a{color:#555;}
.channelMenu li a:hover{color:#222;}

/********************** 7.4 Count up Section ************************/

section.counter .counter-item {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}

section.counter h4 {
    margin: 0;
    color: #fff;
}


/********************** 7.5 Features ************************/

.features .features-wrapper {
    padding: 100px;
}


/********************** 7.6 Top Rated Movies ************************/

.top-movies2 {
    margin-top: -150px;
    z-index: 99;
}

.top-movies2 .movie-box-4 .listing-image {
    max-height: 300px;
}

.top-movies2 .movie-box-4 .listing-content {
    width: 100%;
}


/********************** 7.7 Latest Releases ************************/

.latest-releases .owl-stage-outer {
    padding: 50px 0;
}


/* ----------------------------------------------------------------------------
    8. PAGES
---------------------------------------------------------------------------- */


/********************** 8.1 404 Page ************************/

.page-not-found {
    text-align: center;
}

.page-not-found h2 {
    margin: 0;
    color: #343a40;
    font-size: 9em;
    text-shadow: 0px 0px 25px rgba(52, 58, 64, 0.2);
    opacity: .1;
}

.page-not-found h3 {
    margin-top: -20px;
}

.page-not-found form input {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}


/********************** 8.2 Coming Soon ************************/

.coming-soon {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
}

.coming-soon:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(26, 26, 26, .9);
}

.coming-soon .container {
    z-index: 2;
    position: relative;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.coming-soon h3 {
    font-size: 34px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
}


/* Countdown */

.coming-soon .count-down {
    display: inline-block;
    margin: 30px 0 50px 0;
}

.coming-soon .count-down div {
    display: inline-block;
    margin: 0 10px;
    float: left;
}

.coming-soon .count-down span {
    background-color: rgba(255, 255, 255, .1);
    font-size: 40px;
    color: #fff;
    width: 120px;
    display: inline-block;
    padding: 20px 0;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.coming-soon .count-down i {
    display: block;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 0;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}


/* Subscription Form */

.coming-soon .subscribe-form {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
}

.coming-soon .subscribe-form input {
    border: 0;
    height: 50px;
}

.coming-soon .subscribe-form .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.seriesPoster{height: 130px; width: 200px; max-width: 50%;background-size: cover;background-position: center;}

/********************** 8.3 Contact Us ************************/

.contact-page .title {
    font-weight: 500;
}


/* Details */

.contact-page .details-wrapper {
    width: 100%;
    padding-right: 40px;
}

.contact-page .details-wrapper ul.contact-details {
    list-style: none;
    padding: 0;
}

.contact-page .details-wrapper ul.contact-details strong {
    font-weight: 500;
}

.contact-page .details-wrapper ul.contact-details li {
    text-align: left;
    padding-left: 60px;
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    line-height: 24px;
}

.contact-page .details-wrapper ul.contact-details li strong {
    display: block;
}

.contact-page .details-wrapper ul.contact-details li i {
    height: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 32px;
}

/* Result */
form#contact-form div#contact-result {
    position: fixed;
    left: 0;
    bottom: -50px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin: 0;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

form#contact-form div#contact-result.error, form#contact-form div#contact-result.valid {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

form#contact-form div#contact-result.error {
    background: #dc464a;
}

form#contact-form div#contact-result.valid {
    background: #2ecc71;
}

.errorInput{background: #fffee4;}


/*@media (min-width: 1200px){
    .container {max-width: 1190px;}
}
*/
/********************** 8.4 Login - Register ************************/

.login-register-page {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
}

.login-register-page:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(26, 26, 26, .9);
}

.login-register-page .container {
    z-index: 2;
    position: relative;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.login-register-page .login-register {
    margin: 0 auto;
    padding-bottom: 10px;
}


/********************** 8.5 Watch Later ************************/

.watch-later-item {
    border-bottom: 1px solid rgba(238, 238, 238, .5);
    padding: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.watch-later-item:hover {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, .1);
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
}

.watch-later-item .listing-container {
    display:  flex;
}

.watch-later-item .listing-container .listing-image {
    flex: 1;
}

.watch-later-item .listing-container .listing-image img {
    width: 100px;
}

.watch-later-item .listing-container .listing-content {
    flex: 7;
}

.watch-later-item .listing-container .listing-content .inner {
    padding-left: 40px;
}

.watch-later-item .listing-container .listing-content .title {
    padding-bottom: 10px;
    font-weight: 500;
}

.watch-later-item .listing-container .listing-content p {
    margin-bottom: 10px;
}


/* ----------------------------------------------------------------------------
    9. BLOG
---------------------------------------------------------------------------- */


/********************** 9.1 Blog Post Boxes ************************/

.bloglist-post-holder {
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
}

.bloglist-post-holder a.bloglist-thumb-link {
    position: relative;
    max-height: 250px;
    display: block;
    overflow: hidden;
}

.bloglist-post-holder .bloglist-thumb-link .bloglist-post-thumbnail {
    width: 100%;
    height: 250px;
    background-size: cover !important;
    background-position: center !important;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.bloglist-post-holder .bloglist-thumb-link:hover .bloglist-post-thumbnail {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
}

.bloglist-post-holder .bloglist-thumb-link .bloglist-post-thumbnail:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.bloglist-post-holder .bloglist-thumb-link:hover .bloglist-post-thumbnail:after {
    opacity: .6;
}

.bloglist-post-holder .bloglist-text-wrapper {
    position: relative;
    background: #fff;
    padding: 40px 20px;
}

.bloglist-post-holder .bloglist-avatar {
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
}

.bloglist-post-holder .bloglist-avatar img {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.bloglist-post-holder .bloglist-title {
    margin: 0;
}

.bloglist-post-holder .bloglist-title a {
    color: #333;
}

.bloglist-post-holder .bloglist-title a:hover {}

.bloglist-post-holder .bloglist-meta {
    color: #999;
    padding-top: 10px;
}

.bloglist-post-holder .bloglist-excerpt {
    padding-top: 25px;
}


/********************** 9.2 Blog Page ************************/

.blog-post {
    margin: 0 30px 40px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
}

.blog-post:last-of-type {
    border: 0;
    margin-bottom: 20px;
}


/* Thumbnail */

.blog-post .blog-thumb {
    position: relative;
    padding: 0;
    margin-bottom: 30px;
    max-height: 350px;
    overflow: hidden;
}

.blog-post .blog-thumb a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.blog-post .blog-thumb:hover a:before {
    opacity: .6;
}

.blog-post .blog-thumb a:after {
    z-index: 2;
}

.blog-post .blog-thumb img {
    width: 100%;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.blog-post .blog-thumb:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
}


/* Content */

.blog-post .post-content .title {
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.blog-post .post-content .post-meta {
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
}

.blog-post .post-content .post-meta li {
    display: inline-block;
    color: #8d97ad;
}

.blog-post .post-content .post-meta li:after {
    content: "";
    width: 1px;
    height: 12px;
    background: #d0d0d0;
    display: inline-block;
    position: relative;
    top: 0px;
    margin: 0 10px;
}

.blog-post .post-content .post-meta li:last-child:after {
    display: none;
}

.blog-post .post-content p {
    margin: 20px 0;
}

.blog-post .post-content a.read-more {
    display: inline-block;
    font-weight: 500;
}

.blog-post .post-content a.read-more i {
    font-size: 18px;
    padding-left: 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-post .post-content a.read-more:hover i {
    padding-left: 7px;
}


#sidebar{position: fixed; width:220px; box-shadow: 0 0 10px rgba(0,0, 0,0.1);z-index: 89;
    height: 100vh; overflow-y: auto;}


/********************** 9.3 Blog Sidebar ************************/


.sidebar .widget {
    margin-bottom: 50px;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar .widget .title {
    font-weight: 500;
}


/* Search */

.sidebar .widget .search-blog-input {
    position: relative;
}

.sidebar .widget .search-blog-input:before {
    content: "\e090";
    font-family: "simple-line-icons";
    position: absolute;
    display: inline-block;
    font-size: 17px;
    line-height: 46px;
    color: #8d97ad;
    right: 15px;
    top: 0;
}


/* Blog Posts */

ul.blog-posts-widget {
    padding: 0;
    list-style: none;
}

ul.blog-posts-widget li {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}

ul.blog-posts-widget li:first-child {
    margin-top: 0;
}

ul.blog-posts-widget li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

ul.blog-posts-widget .blog-content {
    display: table;
}

ul.blog-posts-widget .blog-content .blog-thumb {
    display: inline-block;
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

ul.blog-posts-widget .blog-content .blog-thumb a:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

ul.blog-posts-widget .blog-content:hover .blog-thumb a:before {
    opacity: .6;
}

ul.blog-posts-widget .blog-content .blog-thumb img {
    position: absolute;
    max-width: none;
    width: auto;
    height: 100%;
    left: -25%;
}

ul.blog-posts-widget .blog-content .blog-text {
    display: table-cell;
    vertical-align: middle;
}

ul.blog-posts-widget .blog-content .blog-text h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px 0;
}

ul.blog-posts-widget .blog-content .blog-text span {
    font-size: 14px;
    color: #8d97ad;
}


/********************** 9.4 Blog Detail Page ************************/

.blog-post-wrapper {
    margin-right: 30px;
}

.blog-post-detail .blog-thumb {
    position: relative;
    padding: 0;
    margin-bottom: 30px;
    max-height: 350px;
    overflow: hidden;
}

.blog-post-detail .blog-thumb img {
    width: 100%;
}


/* Content */

.blog-post-detail .post-content .title {
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.blog-post-detail .post-content .post-meta {
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
}

.blog-post-detail .post-content .post-meta li {
    display: inline-block;
    color: #8d97ad;
}

.blog-post-detail .post-content .post-meta li:after {
    content: "";
    width: 1px;
    height: 12px;
    background: #d0d0d0;
    display: inline-block;
    position: relative;
    top: 0px;
    margin: 0 10px;
}

.blog-post-detail .post-content .post-meta li:last-child:after {
    display: none;
}

.blog-post-detail .post-content p {
    margin: 20px 0;
}


/* Comments */

.comments .title {
    font-weight: 500;
}

.comments .media {
    border: 0px;
    padding: 0px;
    margin: 50px 0;
}


/* Comment Form */

.comment-form .title {
    font-weight: 500;
}


/* ----------------------------------------------------------------------------
    10. MOVIE & TV SHOWS
---------------------------------------------------------------------------- */


/* Filters */

.layout-switcher a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #edf5f7;
    color: #999;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}

.layout-switcher a:hover,
.layout-switcher a.active {
    color: #fff;
}

.sort-by {
    width: 50%;
    float: right;
}

.movie-box-1 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

#myRecentEvents .movie-box-1{box-shadow: 0 2px 2px rgb(0 0 0 / 5%);}

.movie-box-1.editor  {
    overflow: initial;
}


/* Poster */
.movie-box-1 .poster {
    position: relative;
    background-size: cover!important;
    /* height: 160px; */
    overflow: hidden;
    border-radius: 10px;
    /* padding-top: 75%; */
}

.all-channels .movie-box-1 .poster {border-radius: 10px; overflow: hidden;}
.videosList .movie-box-1 .poster {
    background-size: cover !important;
    background-position: center !important;
    border-radius: 10px;
}

.live .movie-box-1 .poster {
    /*max-height: 650px;*/
    /*height: 490px; - 06092021*/
    /* height: 460px; */
    border-radius: 10px;
    overflow: hidden;
    background: #dadada;
    text-align: center;
}
.double .movie-box-1 .poster {
    max-height: 286px;
}

.latest-movies-slider .movie-box-1 .poster {
    max-height: 220px;
}
.latest-movies-slider .buttons .play-video{padding-top: 10px!important;}

.upcoming-item .poster {
    height: 210px
}

.movie-box-1 .poster:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: 8;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.movie-box-1:hover .poster:before {
    opacity: .5;
}

.movie-box-1 .poster:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: 9;
    background: -webkit-linear-gradient(bottom, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.5) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.5) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.5) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
}
.addEvent .poster:after{
    background: transparent;
}
.movie-box-1 .poster img {
    width: 100%;
}
.waiting{height: 40px;width: 130px;z-index: 2;top: 0;left: 0;}

/* Buttons */
.latest-movies{
    font-weight:500;

}
.graybg{background:#f8f8f8;}

.latest-movies .buttons .play-video {
    padding: 0;
}

.rounded10{border-radius: 10px;}
.movie-box-1 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.upcoming-featured-item .movie-box-1 .buttons {
    top: calc(50% - 40px);
}

.movie-box-1 .buttons .play-video {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.movie-box-1 .buttons .play-video img{ width: 40px; height: 40px;margin: 0 auto;}

.movie-box-1:hover .buttons .play-video {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(147, 82, 179, 0);
    -moz-box-shadow: 0 0 0 10px rgba(147, 82, 179, 0);
    box-shadow: 0 0 0 10px rgba(147, 82, 179, 0);
}

.movie-box-1:hover .buttons .play-video:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 0 10px rgba(158, 31, 99, 0.4);
    -moz-box-shadow: 0 0 0 10px rgba(158, 31, 99, 0.4);
    box-shadow: 0 0 0 10px rgba(158, 31, 99, 0.4);
}

.movie-box-1 .movie-details {
    position: absolute;
    bottom:0;

    text-align: left;
    width: 100%;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding:10px;

    a:first-child {
        flex-shrink: 0;
    }

}
.latest-tvshows-slider .movie-details, .channels-item .movie-details{
    top: 90px;
}
.channels-item .item{
    width: 24%;display: inline-block;padding: 10px;vertical-align: top; margin: 20px 0;
}

#myRecentEvents .movie-box-1 .movie-details { position: relative;}
#myRecentEvents .movie-box-1 .movie-details .movie-title, #myRecentEvents .movie-box-1 .movie-details .movie-title a:hover {
    color: #222;
    font-size: 14px;

    white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 45px;
}

#studio .movie-box-1 .movie-details .released, #myRecentEvents .movie-box-1 .movie-details .released {
    color: #222;
    font-weight: 400;
    font-size: 14px;
}
#studio .movie-tools i, #myRecentEvents .movie-tools i{
    color: #ccc;
     font-size: 16px;
}
#studio .movie-tools i:hover, #myRecentEvents  .movie-tools i:hover{
    color: #222;
}

#myRecentEvents .movie-box-1 .poster{
    /* height: 190px; */
    overflow: hidden;
    border-radius: 10px;
}

#studio .dropdown-toggle::after, #myRecentEvents .dropdown-toggle::after {
   display: none;
}


#myRecentEvents .movie-box-1 .poster:before, #myRecentEvents .movie-box-1 .poster:after{background: transparent;}
/*.movie-box-1:hover .movie-details {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}*/

#myRecentEvents .filelistname{
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#myRecentEvents .filelistsize{
    width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#myRecentEvents .filelistdate{
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.movie-box-1 .movie-details .movie-title, .movie-box-1 .movie-details .movie-title a:hover {
    margin: 0;
    color: #fff;
    font-size: 14px;
/*    min-height: 45px;*/

}

.movie-box-1:first-child .movie-details .movie-title{
    min-height: 40px;

    @media (orientation: portrait) {
        max-width: 235px;
    }
}

.movie-box-1 .movie-details .released {
/*    display: block;*/
    color: #fff;
    font-weight: 400;
    padding-top: 5px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

/*.movie-box-1:hover .movie-details .released {
    padding-top: 10px;
}
*/

/* Stars */

.movie-box-1 .stars {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}

.movie-box-1:hover .stars {
    top: 30px;
    opacity: 1;
    visibility: visible;
}

.movie-box-1 .stars .rating {
    color: #ffc741;
}

.movie-box-1 .stars span {
    display: block;
    color: rgba(255, 255, 255, .7);
    font-weight: 400;
    padding-top: 20px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.movie-box-1:hover .stars span {
    padding-top: 0;
}


/********************** 10.2 Movie Box 2 ************************/

.movie-box-2 {
    background: #343a40;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}


/***** Listing Image *****/

.movie-box-2 .listing-image {
    position: relative;
    max-height: 250px;
    overflow: hidden;
}

.movie-box-2 .listing-image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #343a40;
    opacity: .6;
}

.movie-box-2 .listing-image:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(to top, rgba(52, 58, 64, 1) 0%, rgba(52, 58, 64, 0) 100%);
    background: -o-linear-gradient(to top, rgba(52, 58, 64, 1) 0%, rgba(52, 58, 64, 0) 100%);
    background: linear-gradient(to top, rgba(52, 58, 64, 1) 0%, rgba(52, 58, 64, 0) 100%);
}

.movie-box-2 .listing-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Stars */

.movie-box-2 .stars {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    z-index: 10;
    text-align: center;
}

.movie-box-2 .stars .rating {
    color: #ffc741;
}


/* Play Button */

.movie-box-2 .listing-image .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.movie-box-2 .listing-image .play-btn .play-video {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.movie-box-2:hover .listing-image .play-btn .play-video {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(147, 82, 179, 0);
    -moz-box-shadow: 0 0 0 10px rgba(147, 82, 179, 0);
    box-shadow: 0 0 0 10px rgba(147, 82, 179, 0);
}

.movie-box-2:hover .listing-image .play-btn .play-video:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 0 10px rgba(147, 82, 179, .4);
    -moz-box-shadow: 0 0 0 10px rgba(147, 82, 179, .4);
    box-shadow: 0 0 0 10px rgba(147, 82, 179, .4);
}


/* Buttons */

.movie-box-2 .listing-image .buttons {
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
    color: #fff;
}

.movie-box-2 .listing-image .buttons a {
    font-size: 18px;
    opacity: .5;
}

.movie-box-2:hover .listing-image .buttons a {
    opacity: 1;
}

.movie-box-2 .listing-image .buttons .like {
    position: absolute;
    left: 20px;
    top: 0;
}

.movie-box-2 .listing-image .buttons .share {
    position: absolute;
    right: 20px;
    top: 0;
}


/* Listing Content */

.movie-box-2 .listing-content {
    padding: 20px;
    text-align: center;
}

.movie-box-2 .listing-content .title {
    color: #fff;
    font-weight: 500;
}


/********************** 10.3 Movie Box 3 ************************/

.movie-box-3 {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 10px 10px 40px 0 rgba(52, 58, 64, 0.1);
    -moz-box-shadow: 10px 10px 40px 0 rgba(52, 58, 64, 0.1);
    box-shadow: 10px 10px 40px 0 rgba(52, 58, 64, 0.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.movie-box-3:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}


/***** Listing Image *****/

.movie-box-3 .listing-image {
    max-height: 350px;
    overflow: hidden;
}

.movie-box-3 .listing-image img {
    width: 100%;
}


/* Listing Content */

.movie-box-3 .listing-content {
    position: relative;
    padding: 30px;
}

.movie-box-3 .play-btn {
    position: absolute;
    top: -30px;
    right: 30px;
}

.movie-box-3 .play-btn a {
    -webkit-box-shadow: 0 10px 30px 0 rgba(147, 82, 179, 0.7);
    -moz-box-shadow: 0 10px 30px 0 rgba(147, 82, 179, 0.7);
    box-shadow: 0 10px 30px 0 rgba(147, 82, 179, 0.7);
}

.movie-box-3 .title {
    padding: 0;
    font-size: 1.9em;
    font-weight: 500;
}

.movie-box-3 .stars {
    font-size: 14px;
    padding: 10px 0;
    clear: both;
}

.movie-box-3 .stars i {
    color: #ffc741;
}

.movie-box-3 .stars span {
    color: #999;
}

.movie-box-3 .stars .category {
    float: right;
}


/********************** 10.4 Movie Box 4 ************************/

.movie-box-4 {
    position: relative;
    background: #343a40;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}


/***** Listing Image *****/

.movie-box-4 .listing-image {
    position: relative;
    max-height: 400px;
    overflow: hidden;
}

.movie-box-4 .listing-image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #343a40;
    opacity: .6;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.movie-box-4:hover .listing-image:before {
    opacity: .95;
}

.movie-box-4 .listing-image:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(to top, rgba(52, 58, 64, 1) 0%, rgba(52, 58, 64, 0) 100%);
    background: -o-linear-gradient(to top, rgba(52, 58, 64, 1) 0%, rgba(52, 58, 64, 0) 100%);
    background: linear-gradient(to top, rgba(52, 58, 64, 1) 0%, rgba(52, 58, 64, 0) 100%);
}

.movie-box-4 .listing-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Stars */

.movie-box-4 .stars {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    z-index: 10;
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 0;
}

.movie-box-4:hover .stars {
    bottom: 10px;
    opacity: 1;
    -webkit-transition: all .3s ease .6s;
    -moz-transition: all .3s ease .6s;
    -ms-transition: all .3s ease .6s;
    -o-transition: all .3s ease .6s;
    transition: all .3s ease .6s;
}

.movie-box-4 .stars .rating {
    color: #ffc741;
}


/* Buttons */

.movie-box-4 .listing-image .buttons {
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
    color: #fff;
}

.movie-box-4 .listing-image .buttons a {
    font-size: 18px;
    opacity: .2;
}

.movie-box-4:hover .listing-image .buttons a {
    opacity: 1;
}

.movie-box-4 .listing-image .buttons .like {
    position: absolute;
    left: 20px;
    top: 0;
}

.movie-box-4 .listing-image .buttons .share {
    position: absolute;
    right: 20px;
    top: 0;
}


/* Listing Content */

.movie-box-4 .listing-content {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(-50%) scale(2.5);
    -moz-transform: translateY(-50%) scale(2.5);
    -ms-transform: translateY(-50%) scale(2.5);
    -o-transform: translateY(-50%) scale(2.5);
    transform: translateY(-50%) scale(2.5);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    opacity: 0;
}

.movie-box-4:hover .listing-content {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    -o-filter: blur(0);
    filter: blur(0);
    opacity: 1;
}

.movie-box-4 .listing-content .title {
    color: #fff;
    font-size: 1.9em;
    font-weight: 500;
}


/********************** 10.5 Movie List 1 ************************/

.movie-list-1 {
    display: block;
    background: #343a40;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

.movie-list-1 .listing-container {
    display: flex;
    height: 300px;
}


/***** Listing Image *****/

.movie-list-1 .listing-image {
    flex: 4;
    position: relative;
}

.movie-list-1 .listing-image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #343a40;
    opacity: .6;
}

.movie-list-1 .listing-image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(to left, rgba(52, 58, 64, 1) 0%, rgba(52, 58, 64, 0) 100%);
    background: -o-linear-gradient(to left, rgba(52, 58, 64, 1) 0%, rgba(52, 58, 64, 0) 100%);
    background: linear-gradient(to left, rgba(52, 58, 64, 1) 0%, rgba(52, 58, 64, 0) 100%);
}

.movie-list-1 .listing-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Stars */

.movie-list-1 .stars {
    position: absolute;
    left: 30px;
    bottom: 10px;
    width: 100%;
    z-index: 10;
}

.movie-list-1 .stars .rating {
    color: #ffc741;
}


/* Play Button */

.movie-list-1 .listing-image .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.movie-list-1 .listing-image .play-btn .play-video {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.movie-list-1:hover .listing-image .play-btn .play-video {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(147, 82, 179, 0);
    -moz-box-shadow: 0 0 0 10px rgba(147, 82, 179, 0);
    box-shadow: 0 0 0 10px rgba(147, 82, 179, 0);
}

.movie-list-1:hover .listing-image .play-btn .play-video:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 0 10px rgba(147, 82, 179, .4);
    -moz-box-shadow: 0 0 0 10px rgba(147, 82, 179, .4);
    box-shadow: 0 0 0 10px rgba(147, 82, 179, .4);
}


/* Buttons */

.movie-list-1 .listing-image .buttons {
    position: absolute;
    width: 100%;
    top: 10px;
    left: 30px;
    color: #fff;
}

.movie-list-1 .listing-image .buttons a {
    font-size: 18px;
    margin-right: 10px;
    opacity: .5;
}

.movie-list-1:hover .listing-image .buttons a {
    opacity: 1;
}


/* Listing Content */

.movie-list-1 .listing-content {
    flex: 6;
    position: relative;
    text-align: center;
}

.movie-list-1 .listing-content .inner {
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 0 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.movie-list-1 .listing-content .inner .title {
    color: #fff;
    font-weight: 500;
}


/********************** 10.6 Movie List 2 ************************/

.movie-list-2 {
    display: block;
    background: #343a40;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 80px;
}

main .col-md-12:last-of-type .movie-list-2 {
    margin-bottom: 30px;
}

.movie-list-2 .listing-container {
    display: flex;
    height: 300px;
}


/***** Listing Image *****/

.movie-list-2 .listing-image {
    flex: 4;
    position: relative;
}

.movie-list-2 .listing-image .img-wrapper {
    max-width: 250px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    background: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, .2);
    box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, .2);
    overflow: hidden;
}

.movie-list-2 .listing-image .img-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #343a40;
    opacity: .6;
}

.movie-list-2 .listing-image .img-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/* Play Button */

.movie-list-2 .listing-image .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.movie-list-2 .listing-image .play-btn .play-video {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.movie-list-2:hover .listing-image .play-btn .play-video {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(147, 82, 179, 0);
    -moz-box-shadow: 0 0 0 10px rgba(147, 82, 179, 0);
    box-shadow: 0 0 0 10px rgba(147, 82, 179, 0);
}

.movie-list-2:hover .listing-image .play-btn .play-video:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 0 10px rgba(147, 82, 179, .4);
    -moz-box-shadow: 0 0 0 10px rgba(147, 82, 179, .4);
    box-shadow: 0 0 0 10px rgba(147, 82, 179, .4);
}


/* Listing Content */

.movie-list-2 .listing-content {
    flex: 6;
    position: relative;
    text-align: center;
}

.movie-list-2 .listing-content .inner {
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 0 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.movie-list-2 .listing-content .inner .title {
    color: #fff;
    font-weight: 500;
}


/* Buttons */

.movie-list-2 .listing-content .buttons {
    position: absolute;
    width: 100%;
    top: 10px;
    right: 10px;
    color: #fff;
    text-align: right;
}

.movie-list-2 .listing-content .buttons a {
    font-size: 18px;
    margin-right: 10px;
    opacity: .5;
}

.movie-list-2:hover .listing-content .buttons a {
    opacity: 1;
}


/* Stars */

.movie-list-2 .stars {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 100%;
    z-index: 10;
    text-align: right;
    opacity: .5;
}

.movie-list-2 .stars .rating {
    color: #ffc741;
}

.movie-detail-intro {
    color: #fff;
    min-height: 440px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.movie-detail-intro:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
}

.movie-detail-intro .movie-details {
    position: absolute;
    bottom: 100px;
    z-index: 5;
}

.movie-detail-intro .title {
    color: #fff;
    font-weight: 500;
    padding: 0;
}

.movie-detail-intro ul.movie-subtext,
.movie-detail-intro2 ul.movie-subtext {
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
    color:#fff;
}

.movie-detail-intro ul.movie-subtext li,
.movie-detail-intro2 ul.movie-subtext li {
    display: inline-block;
    opacity: .7;
}

.movie-detail-intro ul.movie-subtext li:after,
.movie-detail-intro2 ul.movie-subtext li:after {
    content: '|';
    padding-left: 10px;
    padding-right: 4px;
}

.movie-detail-intro ul.movie-subtext li:last-child:after,
.movie-detail-intro2 ul.movie-subtext li:last-child:after {
    display: none;
}

.movie-detail-intro .rate-movie,
.movie-detail-intro2 .rate-movie {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    opacity: .5;
    text-align: center;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.movie-detail-intro .rate-movie:hover,
.movie-detail-intro2 .rate-movie:hover {
    opacity: 1;
}

.movie-detail-intro .rate-movie i,
.movie-detail-intro2 .rate-movie i {
    font-size: 14px;
    padding: 0;
    width: 100%;
    position: absolute;
    left: 0;
}

.movie-detail-intro .rating i,
.movie-detail-intro2 .rating i {
    color: #ffc741;
}

.movie-detail-intro .rating span,
.movie-detail-intro2 .rating span {
    margin-left: 10px;
    opacity: .7;
}

.movie-detail-intro .play-video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
}


/***** Movie Detail Intro 2 Section *****/

.movie-detail-intro2 {
    margin-top: -320px;
}

.movie-detail-intro2 .movie-poster {
    height: 625px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: #000;
    text-align: center;
    /*float: left;*/
/*    margin-right: 50px;*/
    -webkit-box-shadow: 10px 10px 40px 0 rgba(52, 58, 64, 0.25);
    -moz-box-shadow: 10px 10px 40px 0 rgba(52, 58, 64, 0.25);
    box-shadow: 10px 10px 40px 0 rgba(52, 58, 64, 0.25);
}
.movie-detail-intro2 .movie-poster.bitmovin {
    height: 625px;
}
.movie-detail-intro2 .movie-poster img{max-height: 100%;}
.movie-detail-intro2 .movie-poster:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: 8;
    opacity: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    background:#000
}

.payment-method{height: auto}
.movie-detail-intro2 .payment-method li{
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.movie-detail-intro2 .payment-method li:hover, .paymentBtn:hover{
    background:#eee;

}
.movie-detail-intro2 .payment-method li i{
    vertical-align: middle;
}
.movie-detail-intro2 .payment-method:before {
    display:none;
}

.movie-detail-intro2 .movie-poster .play-video {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.movie-detail-intro2 .movie-poster:hover .play-video {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(147, 82, 179, 0);
    -moz-box-shadow: 0 0 0 10px rgba(147, 82, 179, 0);
    box-shadow: 0 0 0 10px rgba(147, 82, 179, 0);
}

.movie-detail-intro2 .movie-poster:hover .play-video:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 0 10px rgba(147, 82, 179, .4);
    -moz-box-shadow: 0 0 0 10px rgba(147, 82, 179, .4);
    box-shadow: 0 0 0 10px rgba(147, 82, 179, .4);
}

.movie-detail-intro2 .movie-details {
   margin-top: 50px;
    color: #fff;
}

.movie-detail-intro2 .movie-details .title {
    color: #fff;
    font-weight: 500;
    padding: 0;
    /*float: left;*/
}


/***** Movie Detail Main Section *****/

.movie-detail-main .title {
    font-weight: 500;
}

.movie-detail-main ul.image-gallery {
    list-style: none;
    padding: 0;
}

.movie-detail-main ul.image-gallery li {
    position: relative;
    display: inline-block;
    width: 32%;
    margin: 0 5px 5px 0;
}

.movie-detail-main ul.image-gallery li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.movie-detail-main ul.image-gallery li:hover a:before {
    opacity: .6;
}

.movie-detail-main ul.image-gallery li a:after {
    content: '\e023';
    font-family: 'simple-line-icons';
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.movie-detail-main ul.image-gallery li:hover a:after {
    opacity: .8;
}


/* Sidebar */

.movie-detail-main .sidebar .widget {
    border: 1px solid #ebebeb;
    padding: 35px;
}

.movie-detail-main .sidebar .widget-movie-details ul {
    list-style: none;
    padding: 0;
}

.movie-detail-main .sidebar .widget-movie-cast .cast-wrapper {
    list-style: none;
    padding: 0;
}

.movie-detail-main .sidebar .widget-movie-cast .cast-wrapper li {
    margin-bottom: 20px;
}

.movie-detail-main .sidebar .widget-movie-cast .cast-wrapper img {
    width: 60px;
    display: inline-block;
    margin-right: 20px;
}

.movie-detail-main .sidebar .widget-movie-cast .cast-wrapper .name {
    display: inline-block;
    font-weight: 500;
}
.celebrity-list-1 {
    background: #edf5f7;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.celebrity-list-1 .celeb-container {
    display: flex;
}

.celebrity-list-1 .celebrity-image {
    flex: 1;
    position: relative;
}

.celebrity-list-1 .celebrity-image a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.celebrity-list-1:hover .celebrity-image a:before {
    opacity: .6;
}

.celebrity-list-1 .celebrity-content {
    margin: auto 0;
    padding: 30px;
    flex: 3;
}

.celebrity-list-1 .celebrity-content .title {
    font-weight: 500;
}

.celebrity-list-1 .celebrity-content p {
    margin: 0;
}


/********************** 11.2 Celebrities Grid ************************/

.celebrity-grid-1 {
    background: #edf5f7;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.celebrity-grid-1 .celebrity-image {
    position: relative;
    max-height: 300px;
    overflow: hidden;
}

.celebrity-grid-1 .celebrity-image a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.celebrity-grid-1:hover .celebrity-image a:before {
    opacity: .6;
}

.celebrity-grid-1 .celebrity-content {
    padding: 30px;
}

.celebrity-grid-1 .celebrity-content .title {
    font-weight: 500;
}

.celebrity-grid-1 .celebrity-content p {
    margin: 0;
}


/********************** 11.3 Celebrities Detail ************************/

.celeb-detail-intro {
    color: #fff;
    min-height: 600px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.celeb-detail-intro:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
}


/* Celeb Details */

.celeb-detail {
    margin-top: -250px;
}

.celeb-detail .celeb-img {
    width: 300px;
    height: 450px;
    -webkit-box-shadow: 10px 10px 40px 0 rgba(52, 58, 64, 0.25);
    -moz-box-shadow: 10px 10px 40px 0 rgba(52, 58, 64, 0.25);
    box-shadow: 10px 10px 40px 0 rgba(52, 58, 64, 0.25);
}

.celeb-detail .celeb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.celeb-detail .celeb-details {
    margin-top: 50px;
}

.celeb-detail .celeb-details .title {
    color: #fff;
    font-weight: 500;
    padding: 0;
}

.celeb-detail .celeb-details .profession {
    color: #fff;
    opacity: .7;
}


/* Tab Links */

.celeb-detail .celeb-details .tab-links {
    margin-top: 70px;
}

.celeb-detail .celeb-details .tab-links li {
    margin: 0;
}

.celeb-detail .celeb-details .tab-links li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    opacity: .5;
}

.celeb-detail .celeb-details .tab-links li:first-child a {
    padding-left: 0;
}

.celeb-detail .celeb-details .tab-links li a.active {
    opacity: 1;
}


/* Biography */

.celeb-detail .celeb-details .bio-description {
    width: 65%;
    margin-right: 30px;
    float: left;
}

.celeb-detail .celeb-details .bio-details {
    width: 30%;
    float: left;
    border: 1px solid #ebebeb;
    padding: 30px;
}

.celeb-detail .celeb-details .bio-details .bio-wrapper {
    list-style: none;
    padding: 0;
}

.celeb-detail .celeb-details .bio-details .bio-wrapper li {
    padding-bottom: 10px;
}

.celeb-detail .celeb-details .bio-details .bio-wrapper li h6 {
    margin: 0;
    font-weight: 500;
}


/* Filmography */

.celeb-detail .celeb-details .film-list {
    padding: 0;
    list-style: none;
}

.celeb-detail .celeb-details .film-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(52, 58, 64, .2);
}

.celeb-detail .celeb-details .film-list li a {
    font-weight: 500;
}

.celeb-detail .celeb-details .film-list li .year {
    font-style: italic;
    float: right;
    opacity: .7;
}
.client-page .parallax .title{color:#fff;}
.client-page .title{color:#222;}
.client-page .parallax-overlay{opacity:0.9;}

.parallax-overlay{background: -webkit-gradient(linear, left top, left bottom, from(#a11f3c), to(#9352b3));
    background: -webkit-linear-gradient(bottom, #ad678c 0%, #ffffff 100%);
    background: -o-linear-gradient(bottom, #ad678c 0%, #ffffff 100%);
    /*background: linear-gradient(to bottom, #f26d5e 0%, #80638e 100%);*/
    background: linear-gradient(to bottom, #ad678c 0%, #ffffff 100%);
}
.profilimage{overflow: hidden; width: 130px; height:130px;}
.profilimage img{ height: 100%;width: 100%;}

.profilepage{background:#f8f8f8;}
/*#billedSelect{width: 50%}*/
.editBtn{position: absolute;bottom: 5px;left: 20px;background: rgba(0,0,0,0.6);
    width: auto;min-width: 30px;height: 30px;border-radius: 50px;color: #fff;
    padding: 4px 10px 0 10px;text-align: center;font-size: 14px;
    pointer-events: none;
}

.editChannel{position: absolute;width: 35px;height: 35px;background: #fff;text-align: center;padding: 5px 0 0 2px;right: 0; top:25px;cursor:pointer;box-shadow: 0 0 12px rgba(0,0,0,0.3);}
.uploadLogo, .uploadBanner{border:1px dotted #ccc!important; height: 180px;overflow: hidden;}
.uploadLogo img, .uploadBanner img{cursor: pointer;}
.uploadLogo img{width: 100%; height: 100%; margin-top: 0!important; border-radius: 0;}
/*.uploadBanner img{height: 150px;max-width: initial;margin-left: -20%;transform: scale(2);}*/
.uploadBanner{overflow:hidden;}
.uploadBanner label{margin-bottom:0;display: flex;justify-content: center;align-items: center;height: 100%;}

.imagePreview,.vodImagePreview{
	display: none; z-index: 1; bottom: 15px; right: 30px;overflow:hidden ;display: flex;
    justify-content: center;
    align-items: center; max-height: 100%}

.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover{
    background-color: #f26d5e; background-image: none !important;
    border-color: #f26d5e; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
    background-color: #f26d5e !important;
}

.events-latest .item{width: 32%; padding: 10px;display: inline-block;}
.events-latest .item .play-video{padding:0;}
ul.menu {
  &::-webkit-scrollbar {
    display: none;
  }
}
ul.menu::-webkit-scrollbar {
  display: none;
}

.menu-wrapper {
    position: relative;
    max-width: 100%;
    height: 35px;
    padding: 5px 0;
    margin: 1em auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

.menu   {
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;

    li {
        padding: 1em;
        box-sizing: border-box;
    }
}

.paddles {
}
.paddle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3em;
    font-size: 18px;
}
.left-paddle {
    left: 0;
    background: linear-gradient(to left, rgb(237 245 247 / 0), #edf5f7 50%);
    padding: 0px 35px 0 5px;
    width: 50px;
    margin-left: -1px;
}
.right-paddle {
    right: 0;
    background: linear-gradient(to right, rgb(237 245 247 / 0), #edf5f7 50%);
    padding: 0px 5px 0 35px;
    margin-right: -1px;
}
.hidden {
    display: none;
}
ul.scrolling-wrapper {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.scrolling-wrapper-flexbox, .scrolling-wrapper {
  -webkit-overflow-scrolling: touch;
}

.sidebar{top:60px; left:-300px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease;-o-transition: all .3s ease; transition: all .3s ease;}
.studiosidebar{top:57px;padding-top: 20px; left:-300px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease;-o-transition: all .3s ease; transition: all .3s ease;}
.show{left:0;}
.sidebar i{padding: 5px 5px 5px 0;font-size: 14px;color: #a5a5a5;}
.sidebar ul li a{ padding: .2rem 0.8rem;font-weight: 400;
    line-height: 11px;text-overflow: ellipsis;white-space: nowrap;
    overflow: hidden;display: block;}
.sidebar ul li.active i{color:#f26d5e;}
.sidebar ul li.active > a{font-weight: 600;}

.sidebar .dropdown-item.active, .dropdown-item:active {color: inherit;background-color: transparent;}
.starttimeSel .btn-outline-secondary i,
#starttime .btn-outline-secondary i {font-size: 20px;}
.starttimeSel .btn-outline-secondary,
#starttime .btn-outline-secondary{padding: 10px 20px;background: #fff;width: 100%;color: #222;border: 1px solid #e3e3e3!important; font-size: 1rem;}
.starttimeSel .btn-outline-secondary.disabled,.starttimeSel .btn-outline-secondary:disabled,
#starttime .btn-outline-secondary.disabled, #starttime .btn-outline-secondary:disabled { background: #e9ecef;}
.list-group-item.active {
    z-index: 2;
    color: #222;
    background-color: #e9ecef;
    border-color: #e9ecef;
}
.starttimeSel .btn{
	text-transform:none;
}

.myScroll {
    height: calc(100% - 55px);
    margin: 0 auto;
    -ms-overflow-style: none;  /* IE and Edge */
   scrollbar-width: none;  /* Firefox */
}
.dropdown-item:focus, .dropdown-item:hover {background-color: #eee;}
.bg-dark .dropdown-item:focus, .bg-dark .dropdown-item:hover {background-color: #555;}

.label{position: absolute;padding: 2px 8px;font-size: 12px;color: #fff;border-radius: 5px;top: 5px;left: 5px;}
.label.draft{background:#eee;color:#222;}
.label.live{background:#f26d5e;}
.pastLive .label.live{background:#b1b1b1;}
.pastLive .poster{filter: grayscale(1);}

.livelabel{background:#e02a2a;position: absolute;padding: 2px 8px;font-size: 12px;color: #fff;border-radius: 5px;top: 10px;left: 10px;z-index: 9}
.videolabel{background: #ccc;left:auto; right: 10px;position: absolute;
    padding: 2px 8px;font-size: 12px;color: #fff;
    border-radius: 5px;top: 10px;z-index: 9;
}
.videolabel.free{background: #639e1f;}
.videolabel.price{background: #3e4555;}
.videolabel a:hover,.videolabel  a:focus,.videolabel a:visited{color:#fff;}

.previous .item{height: 155px;overflow: hidden; border-radius: 10px;}
#player{height:625px; background-color:#000;background-repeat: no-repeat; background-size: cover;}

.studio-main #player{height:295px;}
.preview #player{height: 100%;}
.preview #player .playBtn, .movie-detail-intro2 .movie-poster .playBtn{width: 70px; }
#prevplayer{height:600px; background-color:#000;background-repeat: no-repeat; background-size: cover;}

.studio-main #prevplayer{height:295px;}
.preview #prevplayer{height: 100%;}
.preview #prevplayer .playBtn, .movie-detail-intro2 .movie-poster .playBtn{width: 70px; }
#prodplayer{height:600px; background-color:#000;background-repeat: no-repeat; background-size: cover;}

.studio-main #prodplayer{height:295px;}
.preview #prodplayer{height: 100%;}
.preview #prodplayer .playBtn, .movie-detail-intro2 .movie-poster .playBtn{width: 70px; }
 #videoplayer .playBtn{margin-top: -20px;}
.movie-poster .playBtn{background: #f26d5e;width: 80px;border-radius: 50%;padding: 20px!important;cursor:pointer;-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    cursor:pointer;
    filter: grayscale(1); opacity:0.7; -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease; -ms-transition: all .3s ease;-o-transition: all .3s ease; transition: all .3s ease;
}
.movie-poster:hover .playBtn {
    filter: grayscale(0) !important; opacity:1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-box-shadow: 0 0 0 10px rgba(147, 82, 179, .4);
    -moz-box-shadow: 0 0 0 10px rgba(147, 82, 179, .4);
    box-shadow: 0 0 0 10px rgba(147, 82, 179, .4);
}
.overlayer{top:0; left:0; width:100%;z-index: 99; -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease; -ms-transition: all .3s ease;-o-transition: all .3s ease; transition: all .3s ease;}
.movie-poster:hover .overlayer{z-index: -1; opacity:0;}
.links{padding-top: 7px}
.footer-copyright-area, .footer-widget-area{font-size: 14px;}

.spinner-three-bounce[data-spinner] { top: 70%!important;}

.player-poster[data-poster] .play-wrapper[data-poster] {height: 12%!important ;opacity: 1 !important;}

.mm-listitem { padding: 10px 5px;}

#menuoverlay{display:none; background: rgba(0,0,0,0.3);width: 100%;height: 100%;position: absolute;top: 0; left: 0;z-index: 70; }
.single.movie-detail-intro2 .movie-poster:before{content:none;}
.hideSearch{display: none !important;}

.double .item{width:44%; display: inline-block; margin:18px; /*max-height: 286px;*/border-radius: 10px;overflow: hidden; vertical-align: top;}
.select2-container{width:100% !important;}

#progressbar{height: 5px; background:#000; width:0%; display: block;-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}

#spaceProgressBar{height: 10px; background:#eee; width:100%; display: block; margin-top: 10px;overflow: hidden;
    border-radius: 10px!important;}
#spaceUsed{background:#9352b3; width:0%;height: 100%;border-radius: 20px;}

.mm-listitem>a, .mm-listitem>span {text-transform: initial!important;white-space: normal!important;}


.upcoming-movies .upcoming-featured-item .poster {

    height: 460px;
    max-height: 490px;
    border-radius: 10px;
    background: #fff;
}
@media (max-width: 767px) {
    .upcoming-movies .upcoming-featured-item .poster {
        max-height: 170px;
    }
}
.live .movie-box-1 .poster.double {
    height: 340px;
}
.upcoming-movies .upcoming-featured-item .poster.double{
	height: auto;
}
.upcoming-movies .upcoming-featured-item .poster.triplets, .live .movie-box-1 .poster.triplets {
    height: 220px;
    aspect-ratio: 16/9;
}
.voldel{margin-top: -127px;margin-bottom: 60px;}
    .upcoming-item .poster {
        max-height: 450px;
        height: auto;
        overflow: hidden;
        border-radius: 10px;
        background: #eee;
    }
    .smallvid .upcoming-item .poster {
        max-height: 190px;
    }
    .result .poster {
        padding-top: unset;
        border-radius: 10px;
    }
    .movie-box-1:first-child .movie-details .movie-title {
        min-height: auto;
    }
    .movie-box-1 {
        background: transparent;
    }
    .movie-box-1 .movie-details {
        position: relative;
    }

    .movie-detail-intro ul.movie-subtext,
    .movie-detail-intro2 ul.movie-subtext {
        list-style: none;
        margin-bottom: 20px;
        padding: 0;
        color:#222;
    }
    .movie-box-1 .movie-details .movie-title, .movie-box-1 .movie-details .movie-title a:hover {
    color: #222;
    line-height: 1.6;
    white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Limit to 2 lines */
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 45px;
    }

    #selectedFileName{text-overflow: ellipsis;white-space: nowrap;overflow: hidden; width: 60%;}
    #selectedFileName.fileAdded::after{content: "\f00c"; font-family: "Font Awesome 5 Free"; font-weight: 900;
    background: #f26d5e;color: #fff;padding: 2px;border-radius: 50%;width: 26px;position: relative;height: 26px;
    text-align: center;margin-left: 10px; display: inline-block;}

    .upcoming-featured-item .movie-details .movie-title, .upcoming-featured-item .movie-details .movie-title a:hover {
    min-height: auto;
    }

    #eventContainer .movie-details h4{
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Limit to 2 lines */
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 45px;

        @media screen and (width < 576px) {
            max-width: 315px;
        }

        @media screen and (576px <= width < 768px) {
            max-width: 195px;
        }

        @media screen and (768px <= width < 992px) {
            max-width: 275px;
        }
        
        @media screen and (992px <= width < 1200px) {
            max-width: 167px;
        }

        @media screen and (width >= 1200px) {
            min-width: 167px;
            max-width: 210px;
        }
    }
    .channelName{text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 75%;}

    .movie-box-1 .movie-details .released {color: #222;font-size: 14px;}
    .movie-box-1 .poster:after{background:transparent;}
    .movie-detail-intro2 .movie-details .title {color: #222!important;}
    .movie-payment2 .movie-details .title{color: #fff!important;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
    .movie-payment2 ul.movie-subtext {color: #fff;}

    .latest-tvshows-slider .movie-details, .channels-item .movie-details {top: 0;}
    .latest-tvshows-slider .movie-box-1 .poster, .channels-item .movie-box-1 .poster, .movie-box-1.upcoming-item .poster{
        /*height: auto;*/
        height: 160px;
        max-height: 180px;
        border-radius: 10px;
        background: #fff;
        overflow: hidden;
    }
    .previous .item {height: auto;}
/*    .movie-box-1 .poster img {height: -webkit-fill-available!important;}*/

    .sharePopup li{font-size:24px;}
    .followers{font-size: 14px;}

    #shareVideo li img{width:55px;}

    .questionModal{
        position: fixed;top: 50%;left: 50%; width: 600px; max-width: 85%; transform: translate(-50%, -50%);
        background-color: white;padding: 1em 1em;z-index: 1;
    }

.video-description{max-height: 100px;overflow: hidden;position: relative; }
.video-description.collapsed{max-height:9999px;}

.video-description::after{content:'';position: absolute;
    bottom: 0;left: 0;height: 40px;width: 100%;
    background-image: linear-gradient(bottom, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 100%);
    background-image: -o-linear-gradient(bottom, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 100%);
    background-image: -ms-linear-gradient(bottom, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 100%);}
.video-description.collapsed::after{content:'';background:transparent;position: relative;display: none;}
.flwBtn{text-align: center;}

.donateHero{overflow: hidden;background-size: cover; background-position:center; background-repeat: no-repeat }
.buyTkt{font-size:16px; }
.buyTkt span{font-size: 12px;}
.report{position: absolute;cursor:pointer;z-index: 999;
    background: rgba(255,255,255,.1);bottom: 10px;right: 20px;width: 30px;height: 30px;
    border-radius: 50%;text-align: center;padding: 6px;border: 1px solid rgba(255,255,255,.4);
    color: rgba(255,255,255,.4);font-size: 12px;
}
.report:hover{
    border: 1px solid rgba(255,255,255,1);
    color: rgba(255,255,255,1);
}

#fileUploadTrigger{cursor:pointer;}
.videoThumb{width: 145px;height: 90px;margin-right: 3px;display:inline-block; overflow:hidden; background-size: cover;
    background-position: center; background-repeat: no-repeat; cursor:pointer;
    background-image:url(/assets/images/placeholder.jpg);position: relative;}
.videoThumb.uploaded{position:relative;}
.uploadBtn{width:100%;max-width:145px; height:25px; padding:3px; background:#f26d5e;opacity:1; -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
    position: relative; z-index: 1; color: #fff; font-size: 12px; border-radius: 5px; cursor: pointer; text-align: center;}

.videoThumbLoading{background-color:#e2e2e2 !important; background-image:url(/assets/images/loading.gif) !important;}
#myRecentEvents .selected{border:2px solid #f26d5e!important;}
#myRecentEvents .selected::after{content: "\f00c"; font-family: "Font Awesome 5 Free"; font-weight: 900;
background: #f26d5e;color: #fff;padding: 2px;border-radius: 50%;top: 30%; left: calc(50% - 13px);
width: 26px;position: absolute;height: 26px;}
.videoThumb input{display: none;}
#filemanager .table td, .table th {cursor: pointer;}

.main-channels{min-height: 250px;}
.main-channels img{
    width: 75px;
    height: 75px;
    top: 170px;
    position: relative;
    left: 5px;
}

.main-series-slider .movie-details h3{text-overflow: ellipsis;overflow: hidden;line-height: 1.6;padding: 0!important;
    -webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;}
.channelsList .channelname{padding-left: 100px; overflow: hidden;}
.channelsList .channelImg{
    background-size: cover;
    background-position: center;
    width: 100%;
}



#agecheck[type="checkbox"]:not(:checked), #agecheck[type="checkbox"]:checked {
    position: relative;
    left: 20px;
    top: 0;
    opacity:0;
}

.filterList li label{width: 90%;}
.filterList li label span{color:#bbb;}

prompticon3, .webpushr-toggle-bell-popup {bottom: 95px!important;right: 22px!important;-webkit-transition: .4s;
  transition: .4s;}
.pricing-plan-2 .row{border-color: #e7e7e7!important;}
/*.pricing-plan-2 .row:not(:first-child, :last-child):hover{background:#e2eef1;}*/
.pricing-plan-2 .row:not(:first-child):hover{background:#edf5f7;}
.pricing-plan-2 .planHeader{position: absolute;width: 100%;top: 100px;left: 0;background: #edf5f7;z-index: 9;}
.pricing-plan-2 .planHeader.fixed{position: fixed; top: 50px;width: 100%;}
.pricing-plan-2 .planBody{margin-top: 210px;}
.pricing-plan-2 .planHeader .selectPeriod{display: none;}
.pricing-plan-2 .planHeader.fixed .selectPeriod{display: block;}
.pricing-plan-2 .planHeader.fixed .shortDesc{display: none;}
.pricing-plan-2 .planHeader.fixed .row:first-child{ box-shadow: 0px 10px 10px -10px rgb(0 0 0 / 20%);}
.pricing-plan-2 .current{background: #f6fafb;  padding: 10px 20px;}

.plan-item a.monthly{display: none;}

.selectPeriod .active{background: #000; color: #fff;}
.selectPeriod .btn:hover{background: #ccc}
.selectPeriod .active, .selectPeriod .active:active, .selectPeriod .active:focus{text-decoration: none;}
.linethrough {text-decoration: line-through;font-size: 14px;color: #9c9c9c;}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 28px;
  margin: -5px 10px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f26d5e;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #f26d5e;
}

input:focus + .slider {
  box-shadow: 0 0 1px #f26d5e;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.content .card{padding: 20px; border-radius: 10px; box-shadow: 0 0 20px 10px rgb(0 0 0 / 10%); border: 0;}
.content .card .title{font-weight: 400;}
.content .card .title b{font-weight: 700;display: block; font-size: 24px;}

#accordion .card, .faq .card{border:0; border-bottom: 1px solid #ccc; }
#accordion .card:last-child, .faq .card:last-child{border:0 ;}
#accordion .card .collapsed i, .faq .card .collapsed i{transform: rotate(180deg);}

.bootstrap-tagsinput{min-height: 46px!important; border: 1px solid #e3e3e3!important; box-shadow: none !important;}
.bootstrap-tagsinput input{border: 0!important;}
.bootstrap-tagsinput .badge{background:#e4e4e4; border: 1px solid #aaa; font-weight: 400; font-size:1em ; color: #222;
 margin:5px 3px!important; padding: 5px 5px 5px 25px!important; position: relative;}
.bootstrap-tagsinput .badge [data-role="remove"]{
    border: none;border-right: 1px solid #aaa;
    margin: 0 4px 0 0 !important;
    padding: 5px 0 !important;
    height: 25px;
    position: absolute;
    width: 20px;
    left: 0;
    top: 0;
    padding-top: 5px;
}
.bootstrap-tagsinput .badge [data-role="remove"]:hover:after {background-color: transparent;}
.bootstrap-tagsinput .badge [data-role="remove"]:after{background-color: transparent!important;font-size:16px!important; color: #999;}

#sidebar .viewport{width: 100%; height: 90vh;overflow-y: auto;margin-top: 5px;}
#sidebar .viewport::-webkit-scrollbar {width: 6px;
}

#sidebar .viewport::-webkit-scrollbar-track {
  background: #fff;

}
#sidebar:hover .viewport::-webkit-scrollbar-track {
  background: #eee;
}

#sidebar .viewport::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 50px;
}

#sidebar:hover .viewport::-webkit-scrollbar-thumb {
  background: #aaa;
}
.followedChList li:nth-child(n+5){display: none;}
.showless{display: none;}

.subsc-channelName{width: 36%; display: inline-block;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.subsc-eventTitle{width: 30%; display: inline-block;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.subsc-price{width: 32%; display: inline-block;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}

#result1, #result2, #total_event_revenue, #your_net_profit{font-weight: 600;}

i.webrtcbutton { cursor: pointer; padding: 10px; font-size: 16px;}
.controls { /*font-family: 'Quicksand', sans-serif;*/ font-weight: 500; font-size: 16px; }
.video-container{position: relative;}
.controlIcons i{cursor: pointer; font-size: 16px;}
.controlIcons{
display: inline-block;
position: relative;
background: #e8e9ec;
width: 100%;
color: #666;
border: 1px solid #e3e3e3 !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height: auto;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
text-align:center;
}
.video-container:hover .controlIcons{background: rgba(255,255,255,0.5);}
.video-container .controlIcons:hover{background: rgba(255,255,255,0.9);}
/*.nav-link { color: #fff !important; }
.active { color: #f26d5e !important; }*/

#myTab a.nav-link{
    background: #dee2e6;
    /*background: linear-gradient(0deg, rgb(157 157 157) 0%, rgb(219 219 219) 30%);*/
}
#myTab a.nav-link.active{
    background: #f26d5e;
    color: #fff;
}
#myTab.nav-tabs .nav-item {
    margin-left: 5px;
}

.navigate ul:after {
    content: '';
    position: absolute;
    top: 20px;
    width: 100%;
    height: 2px;
    background: #d8d9d9;
    z-index: 1;
    left: 0;
}
.navigate ul li {
    /*background: #f8f8f8;*/
    position: relative;
    z-index: 2;
    padding: 5px 10px;
    color: #aaa;
    font-size: 14px;
    width: 24%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.navigate ul li.active {
    font-weight: 600;
    color: #000;
}

.navigate ul li span{
    display: flex;
    font-size: 16px;
    text-align: center;
    border: 2px solid #cdcdcd;
    border-radius: 50%;
    width: 30px;
    margin: 0 auto;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #aaa;
    margin-bottom: 10px;
    background: #f8f8f8;}

.cdn_status{
	min-height:24px
}
.color-red{
	color:red;
}
.color-green{
	color:green;
}
.color-white{
	color:white;
}
div .form-free-price-chackboxes{
	padding-top:28px!important;
}
.team-select .fi{
    display: block;
    line-height: 29px;
    width: 39px;
    border-radius: 5px;
    box-shadow: 2px 0px 8px 0px rgba(0,0,0,0.21);
    -webkit-box-shadow: 2px 0px 8px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 2px 0px 8px 0px rgba(0,0,0,0.21);
}

.team-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px;
}
.team-select .select2-container .select2-selection--single {
	height: 42px;
}
.team-select .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 42px;
}

.select2-dropdown .fi{
    display: block;
    line-height: 29px;
    width: 39px;
    border-radius: 5px;
    box-shadow: 2px 0px 8px 0px rgba(0,0,0,0.21);
    -webkit-box-shadow: 2px 0px 8px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 2px 0px 8px 0px rgba(0,0,0,0.21);
}
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
.color-yellow{
	color:#ffc107;
}
.chusable-card.card{


	 background: -webkit-linear-gradient( 136deg, rgb(242,113,33) 0%, rgb(233,64,87) 50%, rgb(242 0 74) 100%);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	font-size: 30px;
	border-radius: 5px;
	min-width: 200px;
	display: flex;
	justify-content: center;
	min-height: 200px;
	text-align: center;
	font-weight: 600;
	padding:6px;
	line-height: 30px;
	border-width: 2px;
	 border-style: solid;
	border-color:  transparent;
	padding:5px;
}
.chusable-card-link.active .chusable-card,
.chusable-card-link:hover .chusable-card {
	border-width: 2px;
  border-style: solid;
  border-color:  rgb(242 0 74);
}
.chusable-card-link:hover .chusable-card i.radiobtn,
.chusable-card-link.active .chusable-card i.radiobtn{
   border-width: 1px;
  border-style: solid;
  border-image:  linear-gradient( 136deg, rgb(242,113,33) , rgb(242 0 74));
   background: -webkit-linear-gradient( 136deg, rgb(242,113,33) 0%, rgb(233,64,87) 50%, rgb(242 0 74) 100%);
}

i.radiobtn{

	width: 15px;
	height: 15px;
	border: 1px solid #868686;
	text-align: center;
	border-radius: 50%;
	margin: 20px auto 0;
}
a:hover .text-black{
	color:#212529;
}
.datetimepicker-input{
	padding-left: 5px!important;
}
.ar-1-1  {aspect-ratio: 1 / 1;}
.ar-3-2  {aspect-ratio: 3 / 2;}
.ar-4-3  {aspect-ratio: 4 / 3;}
.ar-16-9 {aspect-ratio: 16 / 9;}
.ar-2-3  {aspect-ratio: 2 / 3;}
.ar-3-4  {aspect-ratio: 3 / 4;}
.ar-9-16 {aspect-ratio: 9 / 16;}

#overlay{
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
  }

  .loader {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .spinner {
    width: 250px;
    height: 150px;
    position: relative;
    animation: rotation 0.75s linear infinite;
    border-radius: 100em;
  }

  .path {
    stroke-dasharray: 100;
    stroke-dashoffset: 20;
    stroke-linecap: round;
  }

  @keyframes rotation {
    to {
      transform: rotate(360deg);
    }
  }

.wide-banner{
    cursor: pointer;
}
.wide-banner .guess-banner-white-text {
    color: white;
    font-family: Arial;
    font-weight: 900;
    font-size: 5.1vw;
}

.wide-banner .guess-banner-gradient-text {
    background: linear-gradient(to right, #f16569, #ec128d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: Arial;
    font-weight: 900;
    font-size: 5.1vw;

}
@media screen and (min-width: 2500px) {
    .wide-banner .guess-banner-gradient-text,
    .wide-banner .guess-banner-white-text{
        font-size: 88px;
    }
}
.wide-banner .guess-banner-text-top-overlay{
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.kml-header{
    width: 100%;
}

.kml-center-image{
    padding: 12%;
    padding-top: 20%;
    margin-bottom: 20px;
    margin-top: -125px;
    width: 100%;
    min-width: 400px;
    min-height: 390px;
}
.kml-header-holder{
    padding: 0;
}
.border-radius-5{
    border-radius: 5px;
}
.remove-line-height{
    line-height: 1;
}
.light-gray-text{
    color:#979595;
}
/*Ppreview page*/
.preview .clock-seconds:before,
.preview .clock-minutes:before,
.preview .clock-hours:before,
.preview .clock-day:before {
    content: attr(data-before);
}

.preview .clock-container p{
    margin-bottom: 5px;
}
.preview .clock-container {
    padding: 20px 30px 0;
    background-color: #080800;
    border-radius: 5px;
    display: flex;
    font-family: 'Montserrat', 'sans-serif';
}
.preview .clock-col {
    text-align: center;
    margin-left: 29px;
    min-width: 80px;
    position: relative;
}
.preview .clock-col:not(:last-child):before, .preview .clock-col:not(:last-child):after {
    content: "";
    background-color: rgba(255, 255, 255, .3);
    height: 5px;
    width: 5px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: -17px;
}
.preview .clock-col:not(:last-child):before {
    top: 35%;
}
.preview .clock-col:not(:last-child):after {
    top: 50%;
}
.preview .clock-timer:before {
    color: #fff;
    font-size: 3rem;
    text-transform: uppercase;
}
.preview #counter-label{
    font-size: 2rem;
    color: #fff;

    padding-right: 30px;
}

.preview .clock-label {
    color: rgba(255, 255, 255, .35);
    text-transform: uppercase;
    font-size: 0.7rem;
    margin-top: 0px;
}
.live-budge{
    background: #e30127;
    padding: 3px 9px;
    color: #fff;
    font-style: italic;
    border-radius: 6px;
    font-weight: 600;
}
@media (max-width: 625px) {
    .preview .clock-container {
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .preview .clock-col + .preview .clock-col {
        margin-top: 20px;
    }
    .preview .clock-col:before, .preview .clock-col:after {
        display: none !important;
    }
}
.preview-details h2{margin-top: 0px}
.preview-details{
    display: flex;
    justify-content:space-between;
    flex-direction:column;
}
.bordered-shadow{
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding:10px;
}
.highlihted-btn .btn-secondary{
    background-color:  #3481d1;
    background-image: linear-gradient(283deg,#0dccea, #0d70ea)
}
.custom-pimary-btn{
    padding: 10px 20px;
    color: white;
    border: none;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    background-image: -moz-linear-gradient( 0deg, rgb(242,113,33) 0%, rgb(233,64,87) 50%, rgb(138,35,135) 100%);
    background-image: -webkit-linear-gradient( 136deg, rgb(242,113,33) 0%, rgb(233,64,87) 50%, rgb(242 0 74) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(242,113,33) 0%, rgb(233,64,87) 50%, rgb(138,35,135) 100%);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
#multi-lang-update{
    background-color:  #3d3c3c;
}
.btn.add_new_row{
    background-color: rgba(240, 240, 240, 0.26);
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    font-family: Inter, sans-serif;
    justify-content: center;
    max-width: 100%;
    text-decoration: none;
    transition: all .2s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
#reloadwebrtc{
    background-color: rgba(240, 240, 240, 0.26);
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    justify-content: center;
    max-width: 100%;
    text-decoration: none;
    transition: all .2s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    border-radius:0.25rem;
}
.add_new_row:hover{
    background-color: #e4e4e4;
    border: 1px solid #DFDFDF;
}

.bg-black{
    background-color: black;
}
.added_language .help-block{
    color:#979595;
}

.videListHeader {
    margin-top: 65px;
}

#eventGenerated,
#eventProcessing {
    .movie-box-1 {
        .poster {
            aspect-ratio: 16 / 9;
        }

        .buttons {
            top: 50%;
        }

        .movie-details {
            display: flex !important;
        }
    }
}

#eventProcessing {
    .disabled {
        pointer-events: none;
    }

    .greyscale {
        filter: grayscale(1);
    }

    .movie-processing-text {
        color: #f26d5e;
    }
}
.dark-header {
    padding-top: 75px;
    padding-bottom: 15px;
}

/* BUTTON COMPONENT STYLES - TODO: Remove when styles are updated and we can use from _buttons.scss */
/* Start button component styles */
.btn-primary {
    background: linear-gradient(45deg, #f6921e, #f16767);
    border-radius: 10px;
    border: none;
    color: #ffffff;
    font-weight: 600;
}

.btn-primary:hover {
    -webkit-filter: brightness(113%);
    filter: brightness(113%);
    color: #212529;
}

.btn-secondary {
    background: #ffffff;
    border-radius: 10px;
    color: #212529;
    font-weight: 600;

    position: relative;
    z-index: 0;
    
    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background: linear-gradient(45deg, #f6921e, #f16767);
        border-radius: inherit;
        -webkit-mask: 
          linear-gradient(white, white) content-box, 
          linear-gradient(white, white);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        padding: 2px;
    }
}

.btn-secondary:hover {
    background: linear-gradient(45deg, #f6921e, #f16767);
    -webkit-filter: brightness(113%);
    filter: brightness(113%);
    color: #ffffff;
}
/* End button component styles */