@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i');

body{margin:0;padding:0;font-size:14px;font-family:'Poppins', sans-serif;}
ul,li{margin:0;padding:0;list-style-type:none;}
input:hover,input:focus,input:active{outline:none;}
.menunav a,a:hover,a:focus,a:active{outline:none;text-decoration:none;transition:all ease-in-out 0.3s;}
.main_cont{display:flex;width:100%;}
.navbar-side{width:260px;height:100vh;background:#020d18;transition:all 0.3s ease;position:fixed;top:0;left:0;}
.navbar-side #logo{margin:25px 20px 10px;text-align:left;float:left;width:calc(100% - 40px);}
.navbar-side .nav-side{padding:20px;width:100%;}
.navbar-side #togle-menu{border:1px solid #114272;width:90px;height:60px;background:transparent;border-radius:4px;display:none;position:absolute;right:20px;top:34px;}
.navbar-side #togle-menu span{display:block;height:2px;margin-bottom:3px;background:#114272;}
.navbar-side #togle-menu span:last-child{margin-bottom:0;}
.navbar-side .menunav{float:left;width:100%;}
.menunav li{font-size:15px;text-transform:uppercase;font-weight:500;}
.menunav li a{color:#2f5982;border-bottom:1px solid #082441;display:block;line-height:69px;text-decoration:none;}
.menunav li a:hover{color:#fff;}
.menunav li:last-child a{border-bottom:none;}
.menunav li a span{display:inline-block;}
.menunav li a span.icon{width:50px;height:50px;margin:11px 9px 0 0;float:left;transition:all ease-in-out 0.25s;}
.menunav li.active a{color:#fff;}
.menunav li.clock a span.icon{background-image:url(../images/menu-icons/watchlist-icon.png);}
.menunav li.watchlist a span.icon{background-image:url(../images/menu-icons/watchlist-icon.png);}
.menunav li.seenlist a span.icon{background-image:url(../images/menu-icons/seenlist-icon.png);}
.menunav li.mymarathons a span.icon{background-image:url(../images/menu-icons/mymarathons-icon.png);}
.menunav li.bingedit a span.icon{background-image:url(../images/menu-icons/bingedit-icon.png);}
.menunav li.memes a span.icon{background-image:url(../images/menu-icons/memes-icon.png);}
.menunav li.shop a span.icon{background-image:url(../images/menu-icons/shop-icon.png);}
.menunav li.tools a span.icon{background-image:url(../images/menu-icons/tool-icon.png);}
.menunav li.blog a span.icon{background-image:url(../images/menu-icons/blog-icon.png);}
.menunav li.register a span.icon{background-image:url(../images/menu-icons/register-icon.png);}
.menunav li.bingerdle a span.icon{background-image:url(../images/menu-icons/bingerdle.png);}
.menunav li a:hover span.icon,.menunav li.active a span.icon{background-position:-50px 0;}
.middle_content{background-color:#052341; padding: 20px 20px 20px 20px; margin: 0px 0px 20px 0px; display:inline-block; width: 100%;}
.middle_content h2{color:#b2b2c8;padding-left:40px;}
.trend-box {padding-left:20px;}

.container-side{width:calc(100% - 260px);background:url(../images/body-bg.png) repeat top center #13151f;transition:all ease-in-out 0.3s;position:absolute;top:0;right:0;}
.container-side .top-bar{background:#020d18;padding:20px;position:fixed;top:0;right:0;width:calc(100% - 260px);z-index:9;}
.top-bar .search-side{width:calc(100% - 290px);float:left;}
.top-bar .search-side input[type="search"]{background:#052341;height:46px;padding-left:18px;border:none;border-radius:4px 0 0 4px;width:calc(100% - 46px);float:left;color:#afb6d6;font-weight:300;font-style:italic;}
.top-bar .search-side input[type="submit"]{background:#052341;height:46px;border:none;border-radius:0 4px 4px 0;width:46px;float:left;color:#afb6d6;text-align:center;font-size:20px;font-family:'FontAwesome';}
.top-bar .right-side{width:280px;float:right;margin-top:10px;}
.top-bar .right-side .my-account{float:right;}
.top-bar .right-side .my-account>li{position:relative;float:left;}
.top-bar .right-side .my-account>li>a{color:#fff;}
.top-bar .right-side .my-account>li>a span{line-height:30px;float:right;font-weight:300;}
.top-bar .right-side .my-account>li>a figure{width:30px;height:30px;float:right;overflow:hidden;border-radius:50%;margin-left:10px;}
.top-bar .right-side .my-account>li>a figure img{width:100%;}
.top-bar .right-side .my-account .guestacc{position:absolute;display:none;left:0;top:100%;background:#020d18;width:200px;padding:0 8px;margin-top:26px;}
.my-account .guestacc li{font-size:13px;font-weight:300;text-transform:capitalize;}
.my-account .guestacc li a{position:relative;color:#56708a;padding:0;line-height:35px;border-bottom:1px solid #062039;display:block;}
.my-account .guestacc li a:before{position:absolute;left:0;top:17px;width:0;transition:all ease-in-out 0.3s;height:2px;background:#56708a;content:'';}
.my-account .guestacc li a:hover:before{width:3px;}
.my-account .guestacc li a:hover{color:#fff;padding-left:5px;}
.my-account .guestacc li:last-child a{border-bottom:none;}
.top-bar .right-side .social{float:right;margin-left:15px;}
.top-bar .right-side .social li{margin-right:5px;float:left;}
.top-bar .right-side .social li:last-child{margin-right:0;}
.top-bar .right-side .social li a{color:#fff;font-size:16px;width:30px;line-height:30px;display:block;text-align:center;border-radius:3px;}
.top-bar .right-side .social li a.fb{background:#2b4281;}
.top-bar .right-side .social li a.tw{background:#2dafe3;}

.body-cont{padding:120px 20px 0;overflow-x: hidden;}
.body-cont h1{font-size:30px;font-weight:500;color:#fff;border-bottom:1px solid #272a3c;margin:0 0 20px;padding:0 0 15px;text-transform:capitalize;}
.body-cont h1 span{font-size:18px;font-weight:400;color:#fff;float:right;line-height:40px;}
.body-cont h2 p{text-align:center;}
.body-cont .homecontent{float:left;width:100%;margin-bottom:20px;}
.homecontent p{color:#b2b2c8;font-weight:300;line-height:26px;}
.homecontent {text-align:center;}

.month-spotlight{width:100%;float:left;position:relative;margin-bottom:20px;}
.month-spotlight .nav-tabs{position:absolute;right:0;top:6px;border:none;}
.month-spotlight .nav-tabs li{font-size:14px;font-weight:400;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);position:relative;overflow:hidden;margin:0 12px;}
.month-spotlight .nav-tabs li:before{content:"";position:absolute;z-index:-1;left:51%;right:51%;bottom:0;background:#fece50;height:2px;-webkit-transition-property:left, right;transition-property:left, right;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;}
.month-spotlight .nav-tabs li:hover:before, .month-spotlight .nav-tabs li:focus:before, .month-spotlight .nav-tabs li:active:before{left:0;right:0;}
.month-spotlight .nav-tabs li a{color:#b1b1b1;border:none;border-radius:0;padding:0;margin:0;line-height:43px;}
.month-spotlight .nav-tabs li:hover a{border:none;}
.month-spotlight .nav-tabs li.active:before{background:#fece50;left:0;right:0;}
.month-spotlight .nav-tabs li.active a,.month-spotlight .nav-tabs li a:hover{background:none;color:#fff;}
.month-spotlight .nav > li > a:focus{border:none;background:none;}
#month-shows .shows-box{border-radius:8px;overflow:hidden;position:relative;}
#month-shows .shows-box:after{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.2);content:'';}
#month-shows .shows-box .show-title{position:absolute;color:#fff;z-index:1;left:15px;bottom:0;width:calc(100% - 30px);height:100px;}
#month-shows .shows-box .show-title span{font-size:12px;line-height:22px;text-transform:uppercase;padding:0 8px;display:inline-block;border-radius:2px;}
#month-shows .shows-box .show-title h4{font-size:21px;font-weight:500;line-height:28px;text-transform:uppercase;margin:8px 0 0;}
#month-shows .owl-nav{text-align:center;margin-top:15px;}
#month-shows .owl-nav span{width:30px;line-height:30px;background:#fece50;text-align:center;color:#000;font-size:25px;border-radius:3px;display:inline-block;margin:0 2px;}

.tranding-shows{margin-bottom:40px;margin-left:0;padding-right:20px;float:left;width:100%;overflow:hidden;}
.trand-show-box{width:100%;height:auto;margin-bottom:20px;float:left;}
.trand-show-box figure{width:100%;max-height:330px;height:auto;border-radius:8px;position:relative;overflow:hidden;}
.trand-show-box figure img{width:100%;transition:all ease-in-out 0.3s;transform: scale(1);}
.trand-show-box figure:after{position:absolute;left:0;top:0;background:rgba(0,0,0,.7);content:'';width:100%;height:100%;transition:all ease-in-out 0.3s;opacity:0;}
.trand-show-box figure a{width:125px;position:absolute;left:0;right:0;top:0;bottom:-500px;margin:auto;content:'';height:38px;line-height:38px;border-radius:3px;text-align:center;color:#fff;font-weight:500;text-transform:uppercase;font-size:16px;background:#1692bb;z-index:1;transition:all ease-in-out 0.3s;}
.trand-show-box figure:hover a{bottom:0;top:0;}
.trand-show-box figure:hover:after{opacity:1;}
.trand-show-box figure:hover img{transform: scale(1.15);}
.trand-show-box h3{font-size:12px;font-weight:300;color:#fff;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}

.showright-box h2{font-size:25px;color:#fff;font-weight:500;margin:6px 0 20px;padding-bottom:15px;border-bottom:1px solid #272a3c;}
.showright-box .new-episode{background:#020d18;padding:8px 12px;width:100%;float:left;margin-bottom:20px;}
.showright-box .new-episode ul li{border-bottom:1px solid #051a2f;font-size:13px;font-weight:300;padding:8px 0;}
.showright-box .new-episode ul li a{color:#cccdce;}
.showright-box .new-episode ul li:last-child{border-bottom:none;}
.showright-box .new-episode ul li span{display:block;color:#f5b50a;margin-top:4px;}
.showright-box .advertisment{width:100%;margin-bottom:20px;}
.showright-box .advertisment img{width:100%;}
.showright-box .advertisment:last-child{margin-bottom:0;}

.trand-show a.viewall{background:#1692bb;color:#fff;line-height:42px;font-size:18px;font-weight:400;text-transform:uppercase;float:left;display:inline-block;padding:0 22px;margin-left:15px;border-radius:4px;}
.pagination{float:right;margin:0 15px 0 0;}
.pagination li{display:inline-block;transition:all ease-in-out 0.3s;border-radius:3px;font-size:18px;font-weight:400;}
.pagination li a{display:block;padding:0 20px;line-height:42px;color:#fff;}
.pagination li.active{background:#1692bb;padding:0 20px;line-height:42px;color:#fff}
.pagination li:hover{background:#1692bb;}
.pagination li a.next{background:#1692bb;border-radius:3px;}
.trand-show p{color:#b2b2c8;font-weight:300;line-height:26px;text-align:center;}

.home-blog{margin-bottom:35px;float:left;width:100%;}
.home-blog .blog-box{border-radius:8px;overflow:hidden;}
.home-blog .blog-box figure{width:100%;position:relative;max-height:240px;height:auto;overflow:hidden;}
.home-blog .blog-box figure img{width:100%;}
.home-blog .blog-box figure span{position:absolute;left:0;bottom:0;background:#f5b50a;color:#fff;font-size:13px;font-weight:300;text-transform:uppercase;padding:0 10px;line-height:27px;z-index:3;}
.home-blog .blog-box figure:after{position:absolute;left:0;bottom:0;width:0;height:100%;content:'';background:rgba(255,255,255,.2);transition:all ease-in-out 0.3s;}
.home-blog .blog-box figure a{width:125px;position:absolute;left:0;right:0;top:0;bottom:-500px;margin:auto;content:'';height:38px;line-height:38px;border-radius:3px;text-align:center;color:#fff;font-weight:500;text-transform:uppercase;font-size:16px;background:#1692bb;z-index:1;transition:all ease-in-out 0.3s;}
.home-blog .blog-box figure:hover a{bottom:0;}
.home-blog .blog-box figure:hover:after{width:100%;}
.home-blog .blog-box .content{background:#fff;padding:20px;}
.home-blog .blog-box .content h3{margin:0;font-weight:500;line-height:26px;text-transform:uppercase;color:#090808;font-size:17px;}

.new-memes{position:relative;}
.new-memes .newmemes figure{height:160px;overflow:hidden;border-radius:5px;}
.new-memes .newmemes figure img{}
.newmemes .owl-nav{position:absolute;right:0;top:-60px}
.newmemes .owl-nav span{width:30px;line-height:30px;text-align:center;color:#fff;background:#1692bb;display:inline-block;border-radius:3px;margin:0 3px;}
.newmemes .owl-nav .owl-next span{margin-right:0;}

.footer{border-top:1px solid #1d2033;padding:20px 0;margin-top:20px;float:left;width:100%;}
.footer p{margin:0;color:#fff;float:left;font-size:12px;font-weight:300;}


.scroll-top-wrapper{position:fixed;opacity:0;visibility:hidden;overflow:hidden;text-align:center;z-index:999;color:#fff;right:30px;line-height:40px;font-size:12px;font-weight:300;bottom:8px;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;border-radius:4px;overflow:hidden;}
.scroll-top-wrapper .scroll-top-inner{color:#fff;display:block;}
.scroll-top-wrapper .scroll-top-inner i{font-size:19px;margin-left:4px;}
.scroll-top-wrapper.show{visibility:visible;cursor:pointer;opacity:1;}

span.comedy{background:#a6bb16;}
span.adventure{background:#ec5a1a;}
span.horror{background:#f5b50a;}
span.sci-fi{background:#1692bb;}

.blog-page{float:left;width:100%;}
.blog-page .cont{font-size:16px;color:#fff;padding:0 15px;font-weight:300;margin:0 0 25px;font-style:italic;}
.blog-page .blog-box{border-radius:8px;overflow:hidden;margin-bottom:30px;}
.blog-page .blog-box figure{height:auto;max-height:240px;width:100%;overflow:hidden;position:relative;}
.blog-page .blog-box figure img{width:100%;}
.blog-page .blog-box figure span{position:absolute;left:0;bottom:0;background:#f5b50a;color:#fff;font-size:13px;font-weight:300;text-transform:uppercase;padding:0 10px;line-height:27px;z-index:3;}
.blog-page .blog-box figure:after{position:absolute;left:0;bottom:0;width:0;height:100%;content:'';background:rgba(255,255,255,.2);transition:all ease-in-out 0.3s;}
.blog-page .blog-box figure a{width:125px;position:absolute;left:0;right:0;top:0;bottom:-500px;margin:auto;content:'';height:38px;line-height:38px;border-radius:3px;text-align:center;color:#fff;font-weight:500;text-transform:uppercase;font-size:16px;background:#1692bb;z-index:1;transition:all ease-in-out 0.3s;}
.blog-page .blog-box:hover figure a{bottom:0;}
.blog-page .blog-box:hover figure:after{width:100%;}
.blog-page .blog-box .content{background:#37374e;padding:17px;min-height:82px;}
.blog-page .blog-box .content h3{margin:0;font-size:14px;font-weight:400;line-height:24px;color:#fff;}

.blog-deatil-page{float:left;width:100%;}
.blog-deatil-page h1{font-size:22px;font-weight:400;}
.blog-deatil-page .page-deatil{background:#37374e;padding:20px;border-radius:7px;margin-bottom:40px;}
.blog-deatil-page .page-deatil .img{width:100%;border-radius:15px;overflow:hidden;height:250px}
.blog-deatil-page .page-deatil .posted-detail{width:100%;margin:20px auto;float:left;color:#9292b1;font-weight:300;}
.blog-deatil-page .page-deatil .posted-detail li{display:inline-block;margin-right:10px;font-size:13px;text-transform:capitalize;}
.blog-deatil-page .page-deatil .posted-detail li i{margin-right:3px;}
.blog-deatil-page .page-deatil .details{color:#fff;font-weight:300;font-size:13px;float:left;width:100%;}
.blog-deatil-page .page-deatil .details p{line-height:22px;}
.blog-deatil-page .page-deatil .video{margin:35px auto 15px;width:550px;height:350px;}
.blog-deatil-page .page-deatil .video iframe{width:100%;height:100%;}
.blog-deatil-page .latest-blog{}
.latest-blog .blog-box{}
.latest-blog .blog-box figure{width:100%;max-height:240px;height:auto;overflow:hidden;position:relative;padding:2px;border:1px solid #37374e;border-radius:7px;}
.latest-blog .blog-box figure img{width:100%;border-radius:6px;}
.latest-blog .blog-box figure span{position:absolute;left:5px;bottom:5px;background:#f5b50a;color:#fff;font-size:13px;font-weight:300;text-transform:uppercase;padding:0 10px;line-height:27px;z-index:3;}
.latest-blog .blog-box .content{padding:15px 0;}
.latest-blog .blog-box .content h3{margin:0;font-size:14px;font-weight:400;line-height:24px;color:#fff;}
.latest-blog .blog-box .content a{width:auto;padding:0 22px;font-size:14px;font-weight:300;text-transform:uppercase;background:#1692bb;color:#fff;border-radius:3px;line-height:38px;margin-top:10px;display:inline-block;}

.film-page{float:left;width:100%;}
.film-page .tranding-shows{margin-bottom:0;}
.film-page .trand-show-box h3{margin-bottom:0;}
.film-page h1{font-size:22px;font-weight:400;}
.film-page .content-detail{background:#37374e;padding:20px;border-radius:7px;margin-bottom:40px;color:#b2b2c8;}
.film-page .content-detail h3{font-size:20px;font-weight:500;margin:0 0 10px;}
.film-page .content-detail p{font-weight:300;font-size:16px;line-height:27px;}
.film-page .content-detail a{color:#b2b2c8;font-style:italic;text-decoration:underline;}
.film-page .content-detail a:hover{text-decoration:none;color:#fff;}
.film-page .content-detail h4{font-size:18px;font-weight:500;margin:20px 0 10px;}
.film-page .content-detail ul li{margin-bottom:10px;padding-left:24px;font-size:16px;font-weight:300;line-height:27px;position:relative;}
.film-page .content-detail ul li:last-child{margin-bottom:0;}
.film-page .content-detail ul li:before{content:'\f192';position:absolute;left:0;top:0;font-family:'FontAwesome';color:#b2b2c8;}

.marathons-page{float:left;width:100%;}
.marathons-page h1{font-size:22px;font-weight:400;}
.marathons-page .content-detail{background:#37374e;overflow:hidden;border-radius:7px;margin-bottom:40px;color:#b2b2c8;}
.marathons-page .content-detail li{padding:20px;color:#fff;float:left;width:100%;}
.marathons-page .content-detail li:nth-child(even){background:#3d3d59;}
.marathons-page .content-detail li p{font-size:15px;font-weight:300;line-height:23px;margin-bottom:20px;}
.marathons-page .content-detail li h4{font-size:20px;font-weight:300;text-align:center;color:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;line-height:35px;margin:12px 0 0;}
.marathons-page .content-detail .marathon-box{width:100%;float:left;}
.marathons-page .tranding-shows{margin-bottom:0;}
.content-detail .marathon-box .box{width:18.4%;float:left;margin-right:2%;float:left;}
.content-detail .marathon-box .box:nth-child(5n+5){margin-right:0;}
.content-detail .marathon-box .box figure{width:100%;height:auto;border-radius:8px;overflow:hidden;}
.content-detail .marathon-box .box figure img{width:100%;}

.marathons-list-page{float:left;width:100%;}
.marathons-list-page h1{font-size:22px;font-weight:400;}
.marathons-list-page .content-detail{background:#37374e;padding:20px;border-radius:7px;margin-bottom:40px;color:#b2b2c8;}
.marathons-list-page .content-detail .time{margin:20px auto 40px;max-width:450px;width:100%;display:table;}
.marathons-list-page .content-detail .time .timeBx{width:32%;float:left;margin-right:2%;text-align:center;background:#43435e;font-size:23px;font-weight:300;line-height:37px;padding:20px 0;border-radius:5px;color:#fff;text-transform:uppercase;}
.marathons-list-page .content-detail .time .timeBx span{display:block;}
.marathons-list-page .content-detail .time .timeBx:last-child{margin-right:0;}
.marathons-list-page .content-detail>ul li{float:left;width:49%;margin-right:2%;padding:10px;border:3px solid #3d3d59;border-radius:5px;margin-bottom:15px;transition:all ease-in-out 0.3s;}
.marathons-list-page .content-detail>ul li:nth-child(2n+2){margin-right:0;}
.marathons-list-page .content-detail>ul li:hover{background:#3d3d59;}
.marathons-list-page .content-detail>ul figure{width:160px;margin-right:20px;float:left;border-radius:5px;overflow:hidden;}
.marathons-list-page .content-detail>ul figure img{width:100%;}
.marathons-list-page .content-detail .cntnt{width:calc(100% - 180px);float:left;padding:15px 0;}
.marathons-list-page .content-detail .cntnt .title{font-size:20px;font-weight:300; margin-bottom:15px;}
.marathons-list-page .content-detail .cntnt .timing{font-weight:300;font-size:17px; margin-bottom:15px;}
.marathons-list-page .content-detail .cntnt .timing span{font-weight:500;}
.marathons-list-page .content-detail .cntnt .links a{color:#b2b2c8;text-decoration:underline;}
.marathons-list-page .content-detail .cntnt .links a:hover{text-decoration:none;color:#fff;}
.marathons-list-page .content-detail .details{float:left;width:100%;max-width:800px;margin-top:20px;}
.marathons-list-page .content-detail .details li{width:100%;line-height:26px;border-radius:5px;padding:10px 0 10px 15px;font-weight:300;}
.marathons-list-page .content-detail .details li:nth-child(even){background:#3d3d59;}
.marathons-list-page .content-detail .details li span{width:120px;display:inline-block;text-align:left;color:#fff;text-transform:capitalize;}
.marathons-list-page .content-detail .details li a{color:#fff;}
.marathons-list-page .content-detail .details li a i{margin-right:4px;}
.marathons-list-page .tranding-shows{margin-bottom:0;}

.idea-page{float:left;width:100%;}
.idea-page h1{font-size:22px;font-weight:400;}
.idea-page .content-detail{background:#37374e;padding:20px;border-radius:7px;margin-bottom:40px;color:#b2b2c8;}
.idea-page .content-detail p{font-size:18px;font-weight:400;line-height:23px;margin-bottom:30px;}
.idea-page .content-detail>ul li{width:23.5%;float:left;margin:0 2% 20px 0;}
.idea-page .content-detail>ul li:nth-child(4n+4){margin-right:0;}
.idea-page .content-detail>ul li figure{width:100%;height:auto;border-radius:8px;overflow:hidden;position:relative;}
.idea-page .content-detail>ul li figure img{width:100%;transform: scale(1);transition:all ease-in-out 0.3s;}
.idea-page .content-detail>ul li figure:after{position:absolute;left:0;top:0;background:rgba(0,0,0,.7);content:'';width:100%;height:100%;transition:all ease-in-out 0.3s;opacity:0;}
.idea-page .content-detail>ul li figure span{width:125px;position:absolute;left:0;right:0;top:0;bottom:-500px;margin:auto;content:'';height:38px;line-height:38px;border-radius:3px;text-align:center;color:#fff;font-weight:500;text-transform:uppercase;font-size:16px;background:#1692bb;z-index:1;transition:all ease-in-out 0.3s;}
.idea-page .content-detail>ul li figure:hover span{bottom:0;top:0;}
.idea-page .content-detail>ul li figure:hover:after{opacity:1;}
.idea-page .content-detail>ul li figure:hover img{transform: scale(1.15);}
.idea-page .content-detail>ul li .show-title{font-size:20px;margin:12px 0 0;text-align:center;font-weight:300;color:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.idea-page .tranding-shows{margin-bottom:0;}
.idea-page .content-detail .pagination{display:table;margin:20px auto 15px;float:none;}

.alarm-page{float:left;width:100%;}
.alarm-page h1{font-size:22px;font-weight:400;}
.alarm-page .content-detail{background:#37374e;padding:20px;border-radius:7px;margin-bottom:40px;color:#b2b2c8;}
.alarm-page .content-detail p{font-size:17px;font-weight:400;line-height:26px;}
.alarm-page .content-detail a{line-height:38px;border-radius:3px;margin:20px 0 0;text-align:center;color:#fff;font-weight:500;text-transform:uppercase;font-size:16px;background:#1692bb;z-index:1;transition:all ease-in-out 0.3s;display:inline-block;padding:0 22px;}
.alarm-page .tranding-shows{margin-bottom:0;}














@media screen and (max-width:1199px)
{
.body-cont h1{font-size:25px;}
.body-cont h1 span{font-size:13px;line-height:30px;}
.showright-box h2{font-size:19px;}
.trand-show-box h3{font-size:18px;}
}



@media screen and (max-width:991px)
{
.body-cont h1{line-height:30px;font-size:22px;}
.month-spotlight .nav-tabs{top:-10px;}
.month-spotlight .nav-tabs li a{line-height:56px;}
.trand-show-box, .trand-show, .home-blog .blog-box{margin-bottom:25px;}
.tranding-shows h1 span{font-size:12px;font-weight:300;line-height:33px;}
.trand-show-box h3{font-size:22px;}
.home-blog .blog-box figure,.blog-page .blog-box figure{max-height:inherit;}

}


@media screen and (max-width:767px)
{
.main_cont{display:inherit;}
.navbar-side{width:100%;position:inherit;height:auto;float:left;}
.navbar-side #togle-menu{display:block;}
.container-side{width:100%;position:inherit;}
.navbar-side .menunav{display:none;}
.navbar-side .menunav.openmenu{display:block;}
.container-side .top-bar{float:left;width:100%;position:inherit;}
.top-bar .search-side{width:100%;}
.top-bar .right-side{width:100%;margin-top:20px;}
.top-bar .right-side .my-account .guestacc{margin-top:20px;}
.body-cont{padding-left:20px;padding-right:20px;}
.body-cont .homecontent{margin-top:30px;}
.body-cont h1{font-size:22px;}
.month-spotlight .nav-tabs{top:-9px;}
.month-spotlight .nav-tabs li a{line-height:49px;}
.new-memes .newmemes figure, .trand-show-box figure{height:auto;}
.tranding-shows h1{float:left;width:100%;padding-bottom:5px;line-height:40px;}
.trand-show .col-xs-12{width:50%;}
.home-blog .blog-box figure{max-height:inherit;}
.blog-page{margin-top:25px;}
}


@media screen and (max-width:479px)
{
.body-cont h1{font-size:25px;}
.month-spotlight .nav-tabs{position:inherit;width:100%;margin-bottom:30px;text-align:center;}
.month-spotlight .nav-tabs li{float:none;}
.tranding-shows h1{float:left;width:100%;padding-bottom:5px;}
.tranding-shows h1 span{font-size:13px;float:left;font-weight:300;width:100%;text-align:center;}
.trand-show a.viewall{float:none;display:table;margin:4px auto 20px;text-align:center;}
.trand-show .pagination{float:none;display:table;margin:0 auto;text-align:center;}
.trand-show .col-xs-12{width:100%;text-align:center;}
}



		.bingedit-buttons {
		background-color:#13151f;
		border:none;
		margin:0;
		padding:5px;
		color: #b2b2bb;
		}
		.bingedit-buttons:hover {
		background-color:none;
		border:none;
		margin:0;
		padding:5px;
		color: #fff;
		}
		.explain_text {
		  position: relative;
		  display: inline-block;
		/* border-bottom: 1px dotted black; If you want dots under the hoverable text */
		}

		/* Tooltip text */
		.explain_text .explain_text_sh {
		  visibility: hidden;
		  width: 150px;
		  top: 100%;
		  left: 50%; 
		  margin-left: -75px; /* Use half of the width (120/2 = 60), to center the tooltip */
		  background-color: #000000;
		  color: #fff;
		  text-align: center;
		  padding: 5px 0;
		  border-radius: 6px;
		  font-size:18px;
		  /* Position the tooltip text - see examples below! */
		  position: absolute;
		  z-index: 1;
		}

		.explain_text .explain_text_shx {
		  visibility: hidden;
		  width: 150px;
		  top: 100%;
		  left: 50%; 
		  margin-left: -75px; /* Use half of the width (120/2 = 60), to center the tooltip */
		  background-color: #000000;
		  color: #fff;
		  text-align: center;
		  padding: 5px 0;
		  border-radius: 6px;
		  font-size:18px;
		  /* Position the tooltip text - see examples below! */
		  position: absolute;
		  z-index: 1;
		}

		/* Show the tooltip text when you mouse over the tooltip container */
		.explain_text:hover .explain_text_sh {
		  visibility: visible;
		}

		.explain_text:hover .explain_text_shx {
		  visibility: visible;
		}

.main_date_count {
	padding: 3rem 0;
}
.row_date_count {
    margin: 0;
}
.date_counter_cont {
	background-color: #b9b9b9;
    text-align: center;
    padding: 1.4rem 0;
    border: #000 solid 10px;
}
span.date_num {
	color:#1875dd;
	font-size:30px;
	font-family:Poppins;
	line-height: 1;
}
span.date_type {
	color:#000;
	font-size:24px;
	font-family:Poppins;
	line-height: 1;
}
	.week2 {
		background-image: url('https://www.bingeclock.com/weekfull.png');
		background-position: left;
	}
	.week1 {
		background-image: url('https://www.bingeclock.com/weekempt.png');
		background-position: right;
	}
      .post_text {
      width: 100%;
      height: 100px;
      padding-right: 10px;
	  padding-left: 10px;
	  padding-top: 10px;
	  margin: 10px;
	  border: 1px solid #095484;
      background-color: #13151f;
      font-size:16px;
	  font-family:font-family:'Poppins', sans-serif;
      color:#afb6d6; 
	  resize: none;
      }
	  .post_text_button {
	  border: 1px solid #095484;
      background-color: #13151f;
      font-size:16px;
	  font-family:font-family:'Poppins', sans-serif;
      color:#afb6d6; 
	  }
	  .cit_box {
	  display:inline-block;
	  background-color:#13151f;
	  margin-right:20px;
	  border:1px solid #095484;
	  color:#afb6d6;
	  }
	  .cit_box {
	  display:inline-block;
	  background-color:#13151f;
	  margin-right:20px;
	  border:1px solid #095484;
	  color:#afb6d6;
	  }
	  .search_results {
	  margin:20px;
	  }
	  .search_links {
	  cursor:pointer;
	  }
		.search_item {
			vertical-align: top;
			display: inline-block;
			text-align: center;
			width: 150px;
		}
		.search_image {
			width: 120px;
			background-color: grey;
		}
		.search_caption {
			display: block;
		}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  border: 0px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #020d18;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}
.modal-content input.talk_field {
  background-color: #052341;
  color: #b2b2bb;
  border: 0px;
  height: 50px;
  width: 200px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
}
.modal-content h2 {
  color: #b2b2bb;
}
.modal-content p {
  text-align: center;
  color: #b2b2bb;
}
.middle_talk_field {
  background-color: #020d18;
  color: #b2b2bb;
  border: 0px;
  height: 50px;
  width: 200px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
}
.middle_form h2 {
  color: #b2b2bb;
}
.middle_form p {
  text-align: center;
  color: #b2b2bb;
}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close_vmm {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close_vmm:hover,
.close_vmm:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close_vaa {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close_vaa:hover,
.close_vaa:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close_rts {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close_rts:hover,
.close_rts:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close_et {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close_et:hover,
.close_et:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close_ep {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close_ep:hover,
.close_ep:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close_etc {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close_etc:hover,
.close_etc:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.close_fea {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close_fea:hover,
.close_fea:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@font-face {
    font-family: press-start;
    src: url(https://www.bingeclock.com/css/press-start.ttf);
}
@font-face {
    font-family: radio-newsman;
    src: url(https://www.bingeclock.com/css/radio-newsman.ttf);
}
.your_score {
     font-family: press-start;
     color: darkgreen;
}
.the_news {
     font-family: radio-newsman;
}
.double_push_fix {
	color: #b2b2bb;
}
.double_push_fix a,a:hover,a:focus,a:active {
	color: #b2b2bb;
}
.middle_content p {
	text-align: center;
}
.add_to_pop_msg {
	color: #b2b2bb;
}
.numberCircle {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  padding: 2px;
  background: #b2b2bb;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  font: 10px Arial, sans-serif;
}
.numberCircle_notify {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 3px;
  background: red;
  border: 1px solid #000;
  color: #fff;
  text-align: center;
  font: 16px Arial, sans-serif;
}
.numberCircle_none {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 3px;
  background: #f9b3bd;
  border: 1px solid #000;
  color: #fff;
  text-align: center;
  font: 16px Arial, sans-serif;
}
.notification_box {
  color: #b2b2c8;
}
#view_all_appears {
	cursor: pointer;
}
::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;  
}
::-moz-placeholder {
   font-style: italic;  
}
:-ms-input-placeholder {  
   font-style: italic; 
}
.button-links{
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
.button-links input{
	width: 40px;
}
.button-links > span{
	display: block;
	text-align: left;
	margin: 10px 0;
	cursor: pointer;
	width: 33.3%;
}
.button-links .explain_text .explain_text_sh {
	visibility: visible;
    position: unset;
    left: unset;
    margin-left: unset;
    width: auto;
    padding: 10px;
    color: #2f5982;
    font-size: 15px;
    font-weight: 500;
    background-color: transparent;
    text-align: left;
}
.button-links .explain_text{
	display: flex;
	align-items: center;
	padding: 0 5px;
}
@media(max-width: 1299px) and (min-width: 768px){
	.button-links > span{
		width: 50%;
	}
}
@media(max-width: 767px){
	.button-links > span{
		width: 100%;
	}
}