@import url('https://fonts.googleapis.com/css?family=Exo+2:400,600,700&display=swap');

/* BODY */
*{outline: none !important}
body{margin: 0; padding: 0; font-family: 'Exo 2', sans-serif; font-size: 14px; line-height: 1; color: #becad8;}
body{-webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale;}
body{height: 100%; background:#101010; overflow-x:hidden;}
html{height: 100%; scroll-behavior: smooth;}



/* LINKS */
a{color: #131314;}
a:hover{ text-decoration: none;;}
a:focus{ text-decoration: none;}
a{-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out; }
a{-ms-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}



/* HTML TAGS */
p{ margin-bottom: 15px; letter-spacing: 1px; line-height: 24px;}
u{text-decoration: underline;}
b{font-weight: 700;}
strong{font-weight: 700;}
img{ max-width: 100%; height: auto;}
ul,ol,h1,h2,h3,h4,h5,h6{margin:0; padding:0;}
ul{list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight:700;}


.mb5{margin-bottom:5px;}
.mb-1{margin-bottom:10px;}
.mb-2{margin-bottom:20px;}
.mb-3{margin-bottom:30px;}
.mb-4{margin-bottom:40px;}
.mb-5{margin-bottom:50px;}

.mt-1{margin-top:10px;}
.mt-2{margin-top:20px;}
.mt-3{margin-top:30px;}
.mt-4{margin-top:40px;}
.mt-5{margin-top:50px;}


/* CUSTOM CLASSES */
.no-margin{margin: 0 !important;}
.no-padding{margin: 0 !important;}
.prettyprint{margin-bottom: 50px;}
.overflow-hidden{ overflow: hidden;}


/* BG COLORS */
.bg-white{background: #becad8;}
.bg-color{background: #22293d;}
.bg-color-red{background: #F2184F;}
.bg-color-light{background: #f5f5f5;}
.bg-color-dark{background: #131314;}
.box-shadow{ box-shadow:0 0 10px rgba(0,0,0,0.2);}



/* HEADER PANEL */
header{ padding-top:10px; padding-bottom:10px; background:#101010; z-index:999; position:fixed; width:100%; top:0;}
.toggle,
[id^=drop] {
    display: none;
}
nav { 
    margin:0;
    padding: 0;
}

#logo {
    display: block;
    float: left;
    line-height: 38px;
}
#logo a{
    padding:0;
}
nav:after {
    content:"";
    display:table;
    clear:both;
}

nav ul {
    float: right;
    padding:0;
    margin:0;
    list-style: none;
    position: relative;
    }
    
nav ul li {
    margin: 0px;
    display:inline-block;
    float: left;
    }

nav a {
    display:block;
    padding:10px 15px;  
    color:#FFF;
    line-height:18px;
    font-size:16px;
    text-decoration:none;
}


nav ul li ul li:hover { background: #000000; }

nav a:hover { 
    background: rgba(255,255,255,0.1);
    border-radius: 3px;
    color:#fff;
}

nav ul ul {
    display: none;
    position: absolute; 
    top: 38px; 
    background: #3c2c2c;
}
    
nav ul li:hover > ul {
    display:inherit;
}
    
nav ul ul li {
    width:170px;
    float:none;
    display:list-item;
    position: relative;
}

/* Second, Third and more Tiers 
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top:-60px;
    /* has to be the same number as the "width" of "nav ul ul li" */ 
    left:170px; 
}

    
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

    #logo {
        display: block;
        padding: 0;
        width: 100%;
        float: none;
    }

    nav {
        margin: 0;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle + a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        background-color: #463f3f;
        padding: 10px 15px;
        color: #FFF;
        font-size: 17px;
        text-decoration: none;
        border: none;
        margin: 5px 0 0;
    }

    .toggle:hover {
        background-color: #463f3f;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked + ul {
        display: block;
        margin-top:5px;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: #000000;
    }
  
    nav ul li ul li .toggle,
    nav ul ul a,
  nav ul ul ul a{
        padding:14px 20px;  
        color:#FFF;
        font-size:17px; 
    }
  
  
    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #212121; 
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position:static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }
        
    /* Hide menus on hover */
    nav ul ul li:hover > ul,
    nav ul li:hover > ul {
        display: none;
    }
        
    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */ 

    }

}

@media all and (max-width : 330px) {

    nav ul li {
        display:block;
        width: 94%;
    }

}

header input{
    height: 38px;
    background: transparent;
    border: 2px solid #343434;
    padding: 0 10px;
    border-radius: 3px;
    margin-right:10px;
}
.navbtn {
    position: relative;
    color: #fff !important;
}
.navbtn:before {
    position: absolute;
    content: '';
    border-radius: 3px;
    background: #f00;
    padding: 10px 20px;
    color: #fff;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    width: 120%;
    display: block;
    height: 40px;
    top: 0;
    left: 0;
    z-index: -1;
}


/* WIDGET PART */
.widget{padding-top:10px; padding-bottom:10px; background:#161a25;}


/* BANNER PART */
.banner{margin:58px 0 0; padding:0;}


/*----------------------------------------*/
/*content part*/
/*----------------------------------------------------*/
.content{padding:0 0 20px; color:#f00; margin-top:0;}
.content h2{font-size:24px; color:#f00; margin-bottom:10px;margin-left:10px;}
.content h2 a{ color: #fff; font-size: 14px; font-weight: 700; background: #f00; padding: 5px 10px;border-radius: 5px; }
.content h2 a:hover{color: #fff;}
.other-content{	padding:30px 0 10px; color:#f00;}
.other-content h2{font-size:24px; color:#f00; margin-bottom:10px;margin-left:10px;}
.other-content h2 a{ color: #fff; font-size: 14px; font-weight: 700; background: #f00; padding: 5px 10px;border-radius: 5px; }
.other-content h2 a:hover{color: #fff;}
.p1, .p2 {
    position: relative;
}

.p2:hover .bigimg{
	-webkit-transform: scale(1.03);
    transform: scale(1.03);
	opacity:0.5;
	transition: all ease-in .25s;
	background-color: #191919;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}
.p1:before{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: linear-gradient(to top,#101010 0,rgba(20,20,20,0) 100%);
}
.p1 h4{
	font-size:16px;
	font-weight:600;
	color:#becad8;
	text-transform:uppercase;
	position:relative;
	z-index:1;
}
.p2 h3{
	font-size:16px;
	font-weight:600;
	margin-top:10px;
	color:#becad8;
	position:relative;
	z-index:1;
	white-space:nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
}
.p1:hover .overlay, .p2:hover .overlay {
    opacity: 1;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.thumb-img{
    height: 325px;
    width: 100%;
}
.text img{
    height: auto;
}


/*-----------------------------------------------------*/
/*media landing section
/*------------------------------------------------------------------------*/
.media-landing-section{
	display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 85px;
}
.media-landing-section .media-content-wrapper {
    position: relative;
    width: 70%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid rgba(255,255,255,.05);
}
.media-landing-section .media-content-wrapper .media-cover-wrapper {
    position: relative;
    width: 100%;
    /*height: 70vh;*/
}
.media-landing-section .media-content-wrapper .media-cover-wrapper .media-poster, .media-landing-section .media-content-wrapper .media-cover-wrapper .player-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.media-landing-section .media-content-wrapper .media-cover-wrapper .media-poster {
    background-size: cover!important;
}
.media-landing-section .media-content-wrapper .media-cover-wrapper .media-poster:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,rgba(20,20,20,.2) 1%,rgba(20,20,20,.1),#000);
    z-index: 0;
}
.media-landing-section .media-content-wrapper .media-cover-wrapper .media-poster .btn-play {
    position: absolute;
    top: 45%;
    left: 50%;
	border:0;
	background:transparent;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.media-landing-section .media-content-wrapper .media-cover-wrapper .media-rating {
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 0 25px;
    z-index: 3;
}
.media-landing-section .media-content-wrapper .media-cover-wrapper .media-rating .rating {
    color: #fff;
}
.media-landing-section .media-content-wrapper .media-cover-wrapper .media-rating .rating span.release-year {
    display: inline-block;
    margin-right: 12px;
    padding: 5px 12px;
    color: #fff;
    border: 1px solid #f00;
    border-radius: 25px;
}
.media-landing-section .media-content-wrapper .media-cover-wrapper .media-rating .rating span.censor {
    display: inline-block;
    border-radius: 6px;
    background-color: #f00;
    color: #fff;
    padding: 3px 8px;
}
.media-landing-section .media-content-wrapper .media-cover-wrapper .media-rating .view-stats {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    color: #f00;
}
.media-landing-section .media-content-wrapper .media-cover-wrapper .media-rating .view-stats i{
	margin-right:10px;
	font-size:20px;
}
.justify-content-between {
    justify-content: space-between!important;
}
.d-flex {
    display: flex!important;
}

.media-landing-section .media-content-wrapper .media-info-wrapper {
    position: relative;
    width: 100%;
    padding: 15px 0;
}
.media-landing-section .media-content-wrapper .media-info-wrapper .media-title {
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
}
.media-landing-section .media-content-wrapper .media-info-wrapper .media-title h2{
	margin-bottom:20px;
	font-size:36px;
	color:#fff;
}
.media-landing-section .media-content-wrapper .media-info-wrapper .media-summary {
    padding: 0 25px 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.media-landing-section .media-content-wrapper .media-info-wrapper .media-summary ul{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.media-landing-section .media-content-wrapper .media-info-wrapper .media-summary ul li{
	border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 15px;
    margin-right: 5px;
    margin-top: 5px;
	color:#fff;
}
.media-landing-section .media-content-wrapper .media-info-wrapper .media-body {
    width: 100%;
    padding: 0 25px;
    font-size: 16px;
	color:#fff;
}
.media-landing-section .media-content-wrapper .media-info-wrapper .media-body h5{
	font-size: 1.57em;
    line-height: 1.4em;
    margin-bottom: 15px;
	font-weight:400;
}
.media-body {
    flex: 1;
}



.media-landing-section .season-content-wrapper {
    position: relative;
    width: 30%;
    padding: 0 15px 15px;
    border-left: 1px solid rgba(255,255,255,.05);
}
.media-landing-section .season-content-wrapper .episode-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    padding: 15px 10px;
    border-top: 1px solid rgba(255,255,255,.05);
    border-bottom: 1px solid rgba(255,255,255,.06);
    transition: 1.5s all ease-in;
}
.media-landing-section .season-content-wrapper .episode-wrapper .episode-poster {
    position: relative;
    display: inline-block;
    width: 45%;
    height: 13vh;
    background-color: #242424;
    box-shadow: 0 14px 28px rgba(20,20,20,.25), 0 10px 10px rgba(20,20,20,.22);
    cursor: pointer;
    overflow: hidden;
}
.media-landing-section .season-content-wrapper .episode-wrapper .episode-poster:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(80deg,rgba(20,20,20,0) .5%,rgba(20,20,20,.7));
    z-index: 2;
}
.media-landing-section .season-content-wrapper .episode-wrapper .episode-poster img {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.media-landing-section .season-content-wrapper .episode-wrapper .episode-poster .btn-play {
    position: absolute;
    display: block;
    bottom: 10px;
    right: 5px;
    width: 40px;
    z-index: 3;
	background:transparent;
	border:0;
	outline:0;
}
.media-landing-section .season-content-wrapper .episode-wrapper .media-details {
    display: inline-block;
    width: 55%;
    padding: 0 0 0 10px;
}
.media-landing-section .season-content-wrapper .episode-wrapper .media-details h5{
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}
.media-landing-section .season-content-wrapper .episode-wrapper .media-details .media-stats {
    display: flex;
    width: 100%;
    padding: 0 0 5px;
    justify-content: space-between;
}
.media-landing-section .season-content-wrapper .episode-wrapper .media-details .media-stats .stats {
    color: #f00;
}
.media-landing-section .season-content-wrapper .episode-wrapper .media-details .media-stats .stats span.episode-number {
    display: inline-block;
    margin-right: 5px;
    color: inherit;
    border-radius: 4px;
    padding: 3px 5px;
}
.media-landing-section .season-content-wrapper .episode-wrapper .media-details .media-stats .stats span.watch-time {
    display: inline-block;
    padding: 3px 5px;
}

/*------------------------------------------*/
/*inner page
/*-----------------------------------------------*/
.inner-header{
    /*height: 40vh;
    max-height: 300px;*/
    position: relative;
}
/*.inner-header:before {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: block;
    left: 0;
    top: 0;
    content: "";
}*/
.info-container {
    padding-top: 100px;
    position: relative;
}
.info-container h1{
    font-size: 48px;
    color: #fff;
}
.inner-body {
    padding: 70px 0;
    position: relative;
    /*background: #141414;*/
}
.inner-body h5{
    font-size: 1.57em;
    line-height: 1.4em;
    font-weight: 400;
    margin-bottom: 15px;
    color: #f1b815;
}



/*login panel=============*/
/*--------------------------------------*/
.login-body{ 
    padding: 120px 0 80px; 
    position: relative; 
    background-size: cover; 
    z-index: 0; 
    min-height: 500px;
}
.login-body:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
}
.login-body .content{
    width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 30px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    min-height: 300px;
}
.login-body h1{
    display: block;
    color: #f1f1f1;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
form.login{
    width: 100%;
}
.login .form-group{
    margin-bottom: 25px;
}
.login .form-group label{
    padding-left: 5px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #f1f1f1;
    font-weight: 100;
}
.login .form-group input{
    border-radius: 5px;
    min-height: 54px;
    font-size: 16px;
    color: #fff;
    padding: 10px;
    padding-left: 55px;
    border: 1px solid #888;
    background: transparent;
    /*box-shadow: 0 5px 15px rgba(63, 81, 181, 0.15);*/
}
.login .form-group textarea{
    border-radius: 5px;
    min-height: 80px;
    font-size: 16px;
    color: #fff;
    padding: 10px;
    padding-left: 55px;
    border: 1px solid #888;
    background: transparent;
    /*box-shadow: 0 5px 15px rgba(63, 81, 181, 0.15);*/
}
.login .form-group select{
    border-radius: 10px;
    min-height: 54px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #888;
    background: transparent;
}
.login .form-group input:focus, .login .form-group select:focus{
    border: 1px solid #f00;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
}
.login .form-group input[type="file"] {
	border: 0;
	margin: 0;
	padding: 10px 0;
}
.login .icon-pt{
    position: relative;
}
.login .icon-pt i{
    width: 30px;
    height: 30px;
    border-radius: 5px;
    /*background: #e6e8f1;*/
    font-size: 20px;
    color: #888;
    text-align: center;
    line-height: 30px;
    display: block;
    position: absolute;
    left: 12px;
    top: 12px;
}
.login .sub-btn{
    border-radius: 5px;
    min-height: 44px;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    border: 0;
    width: 150px;
    background: #424242;
    /*box-shadow: 0 3px 15px rgba(63, 81, 181, 0.2);*/
    outline: 0;
}
.login .sub-btn:hover{
    background: #068fcf;
    transition: 0.2s;
}


.divider{
    position: relative;
    display: block;
    margin-bottom: 40px;
    font-size: 11px;
    font-weight: 100;
    letter-spacing: 1px;
    color: #ccc;
}
.divider:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ffffff;
    top: 50%;
    margin-top: -1px;
    left: 0;
    z-index: -1;
}
.divider:after{
    position: absolute;
    content: '';
    width: 130px;
    background: #000000;
    height: 20px;
    left: 0;
    right: 0;
    top: -4px;
    margin: auto;
    z-index: -1;
}
.other{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
}
.other a{
    color: #888;
}
.other a:hover{
    color: #fff;
}
.other .facebook{
    background: #3b5998;
    border-radius: 5px;
    line-height: 50px;
    color: #fff;
    font-weight: 100;
    min-width: 160px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.other .google{
    min-width: 160px;
    background: #fff;
    border-radius: 5px;
    line-height: 50px;
    color: #000 !important;
    font-weight: 100;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.other .facebook img, .other .google img{
    margin-right: 10px;
    width: 30px;
}
.login input[type="checkbox"]{
    margin: 0 5px 0 0;
}
.login .custom-control-label{
    font-size: 12px;
    font-weight: 100;
}



.coupon .modal-content, .payment .modal-content{
    border-radius:0;
    border:0;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
}
.coupon .modal-body, .payment .modal-body{
    padding: 3rem;
    color: #000;
}
.coupon .close, .payment .close{
    color: #e64571;
    font-size: 30px;
    opacity: 1;
    position:absolute;
    top: 3px;
    right: 12px;
    outline: 0;
}
.couponlist ul{
    display: flex;
}
.couponlist ul li{
    padding: 7px;
}
.couponlist ul li:nth-child(even){
    font-weight: bold;
}


@media (min-width: 768px){
    .coupon .modal-dialog {
        width: 450px;
        margin: 30px auto;
    }

}
.payment-main{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.payment-main .box-pay{
    width: 48%;
    border-radius: 10px;
    background: #e1e3ec;
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 15px;
}
.payment-main .box-pay h5{
    margin-bottom: 5px;
    color: #f00;
}
.payment-main table tr td{
    padding: 5px 8px;
}
.payment-main .table{
    background: #fff;
}
.payment-main .table h5{
    margin-bottom: 0;
}
.subcribe-box{
    border-radius: 10px;
    background: #e1e3ec;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
}
.subcribe-box .table{
    background: #fff;
}
.subcribe-box table tr td{
    padding: 5px 8px;
    color: #000;
}


/*notice board*/
/*----------------------------------*/
.notice-main{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /*align-items: center;*/
}

.notice-box{
    width: 49%;
    margin-bottom: 15px;
    padding: 10px 15px 15px 110px;
    background: rgba(255, 255, 255, 0.1);
    color: #b9b9b9;
    position: relative;
    font-size: 14px;
    border: 1px solid #333;
    /*border-radius: 5px;*/
    box-shadow: 0 5px 3px #000;
}
.notice-box2{
    margin-bottom: 15px;
    padding: 10px 15px 15px 110px;
    background: rgba(255, 255, 255, 0.1);
    color: #b9b9b9;
    position: relative;
    font-size: 14px;
    border: 1px solid #333;
    border-radius: 5px;
    box-shadow: 0 5px 3px #000;
    width: 100%;
    min-height: 100px;
}
.notice-box:before, .notice-box2:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 90%;
    top: 5%;
    background: #484848;
    left: 95px;
}
.date {
    width: 75px;
    /* height: 100px; */
    background: #fcfcfc;
    background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
    background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
    /* border: 1px solid #d2d2d2; */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    position: absolute;
    left: 10px;
    top: 10px;
}
.date p {
    font-size: 20px;
    text-align: center;
    color: #000000 !important;
    font-weight: 900;
    padding-top: 4px;
    margin-bottom: 0;
}

.date p span {
    background: #d10000;
    background: linear-gradient(top, #d10000 0%, #7a0909 100%);
    background: -moz-linear-gradient(top, #d10000 0%, #7a0909 100%);
    background: -webkit-linear-gradient(top, #d10000 0%, #7a0909 100%);
    font-size: 10px;
    /* font-weight: bold; */
    color: #fff;
    text-transform: uppercase;
    display: block;
     border-top: 3px solid #a13838; 
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 5px 5px;
    padding: 3px 0 6px 0;
    margin-top: 5px;
    font-weight: 100;
    line-height: 1.3;
}
.date p span b{
    font-size: 15px;
    display: block;
    line-height: 1.3;
}
.notice-box .icon, 
.notice-box2 .icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
}
.notice-box .icon img, .notice-box2 .icon img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
}


.notice-box h5, .notice-box2 h5{
    font-size: 17px;
    margin-bottom: 8px;
    color: #FFC107;
}
.notice-box a, .notice-box2 a{
    color: #fff;
}
.notice-box a p, .notice-box2 a p{
    line-height: 17px;
    color: #ccc;
    margin-bottom: 0;
    font-size: 13px;
}
.notice-box a:hover p, .notice-box2 a:hover p{
    color: #fff;
}
.notice-box h5 small, .notice-box2 h5 small{
    display: block;
    color: #f53348;
    font-size: 10px;
    margin-top: 5px;
}
.notice-box h5 small i, .notice-box2 h5 small i{
    color: #fff;
    margin-right: 5px;
}

.notice-board{
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    margin-bottom: 20px;
    display: block;
    border-radius: 7px;
}
.notice-board h4{
    font-size: 24px;
    margin-bottom: 20px;
    color: #f9d302;
}
.notice-board h4 small{
    display: block;
    color: #f53348;
    font-size: 13px;
    margin-top: 5px;
}
.notice-board h4 small i{
    color: #fff;
    margin-right: 5px;
}
.btn-view {
    border: 1px solid #fff;
    color: #fff;
    float: right;
    margin-top: 30px;
    font-size: 13px;
    padding: 8px 15px;
    border-radius: 30px;
}
.btn-view:hover {
    background: #f00;
    color: #fff;
    border: 1px solid #f00;
}













/* FOOTER */
footer{padding:50px 0 30px; color:#becad8; background:#191919;}
footer h5{font-size:16px; color:#f00; letter-spacing:1px}
footer ul{margin:0; list-style:none; padding:0;}
footer ul li{display:block; padding-bottom:15px;}
footer ul li a{color:#becad8; text-transform:uppercase;}
footer ul li a:hover{color:#becad8; text-transform:uppercase;}
footer hr{border-color:#101010;}
.social-ic ul li {float: none; display: inline-block; padding:0;}
.social-ic ul li a { color: #becad8;font-size: 24px; padding:0 10px;}


.app-store{
	display: none;
}
@media(max-width: 800px){
	.app-store{
		background: url(../images/pop-bg.jpg) center;
        background-size: cover;
        border-radius: 5px 5px 0 0;
        padding: 10px 15px;
        min-height: 50px;
        position: fixed;
        display: block;
        bottom: 0;
        width: calc(100% - 20px);
        left: 10px;
        box-shadow: 0 -5px 15px rgb(0 0 0 / 30%);
        z-index: 99;
	}
	.app-content{
		display: flex;
        justify-content: space-between;
        align-items: center;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        color:#fff;
        text-align: center;
	}
	.app-content .logo-pop{
	    background:#2b2b2b;
	    border-radius:3px;
	    padding:7px 5px;
	    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
	}
	.app-content b{
	    font-weight:900;
	}
	.close2{
		position: absolute;
		right: -8px;
		top: -8px;
	}
}


/*-----------------------------------------------------*/
/* RESPONSIVE PART */
/*------------------------------------------------------------------*/
@media (min-width: 768px){
	.navbar-nav {
		float: right;
		margin:4px 0 0;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.carousel-indicators {
		bottom: 15%;
	}
    
}
@media(max-width:800px){
    .navbar-dark .navbar-collapse, .navbar-dark .navbar-form {
        border-color: #f00;
        background: #191919;
    }
	.navbar-static-top {
		border-width: 0;
		position: fixed;
		width: 100%;
		top:0;
	}
    .media-landing-section {
        display: flex;
        flex-direction: column;
    }
    .media-landing-section .media-content-wrapper, 
    .media-landing-section .season-content-wrapper{
        width: auto;
    }
    .content {
        margin-top: 20px;
    }
    .content h2, .other-content h2{
        font-size: 15px;
    }
    .content h2 a, .other-content h2 a{  font-size: 10px; padding: 3px 5px;border-radius: 3px; }
    .other-content {
        padding: 0 0 20px;
        color: #f00;
    }
    .p2 h3 {
        font-size: 13px;
        font-weight: 300;
        margin-top: 5px;
    }
    .couponlist ul{
        display: block;
    }
    .couponlist ul li{
        width: 47%;
        display: inline-block;
    }
    .typeahead {
        border: 1px solid #827b7b;
        border-radius: 24px;
        padding: 9px 12px;
        /* max-width: 300px; */
        /* min-width: 290px; */
        background: rgb(16, 16, 16);
        color: #FFF;
        width: calc(100% - 30px);
        margin: 5px 15px;
    }
    .notice-box{
        width: 100%;
    }
    .thumb-img{
        height: auto;
        width: 100%;
    }
    .social-ic{
        margin-bottom:15px;
    }
}
/*@media (max-width: 576px){*/
/*	.navbar-brand {*/
/*		height: auto;*/
/*		width: 250px;*/
/*	}*/
/*	.navbar-toggle {*/
/*		margin-top: 12px;*/
/*	}*/
/*}*/

.my_form_fields{
    font-size:18px;
    background-color: #141414;
    height:40px;
    padding:0;
    color:white;
}

.my_h1{
    color:red!important;
    text-align:center;
}

@media (max-width: 480px){
    .login-body .content{
        width: 90%;
    }
    .content .col-lg-12, .other-content .col-lg-12{
        padding-left:5px;
        padding-right:5px;
    }
    .other{
        flex-direction: column;
    }
    .other a{
        margin-bottom: 7px;
        text-align: center;
    }
    .payment-main{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .payment-main .box-pay{
        width: 100%;
        border-radius: 10px;
        background: #e1e3ec;
        padding: 10px 15px;
        text-align: center;
        margin-bottom: 15px;
    }
    .payment-main .box-pay .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    
    .modal-content{
    background-color: #110c09;
    border: 2px solid;
    color: #fff;
    }
    
    
}

