body{ background: #dbe2e6; font-family: arial, "roboto"; font-size: 14px; line-height: 1.2em; font-weight: 300; color: #222; margin: 0px; padding: 0px; -webkit-text-size-adjust: none; position: relative;}
h1, h2, h3, h4, h5, h6{ font-weight: 500;}
a{ color: #222; text-decoration: none !important; outline: none; -moz-outline: none;}
a:hover{ color: #0eafc1; text-decoration: none;}
a:focus, a:hover{ color: #0eafc1;}
a:active, a:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { outline: none;}
.mt5{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt20{ margin-top: 20px !important;}
.mt30{ margin-top: 30px !important;}
.mb10{ margin-bottom: 10px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb5{ margin-bottom: 5px !important;}
.mr5{ margin-right: 5px !important;}
.mr10{ margin-right: 10px !important;}
.mr20{ margin-right: 20px !important;}
.ml10{ margin-left: 10px !important;}
.ml5{ margin-left: 5px !important;}
.highlight{ color: #0eafc1;}
strong{ font-weight: 500;}
.ulclear{ list-style: none; margin: 0; padding: 0;}
.font-a{ font-family: Montserrat;}
.font-b{ font-family: roboto;}
.size-s{ font-size: 12px;}
.bgcover{ background-size: cover; background-position: 50% 25%;}
.transition{ transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s;}
.inc-icon{ font-family: 'goanime' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.cut{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.no-select, #menu, .grid-item li .thumb{ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.shadow{ background: url(../images/item-shadow.png) top center repeat; position: absolute; bottom: 0; left: 0; right: 0; padding: 10px 15px;}
.goplay{ background: rgba(14, 175, 193, 0.8); border-radius: 20%; -webkit-border-radius: 20%; -moz-border-radius: 20%; width: 50px; height: 50px; position: absolute; top: 50%; left: 50%; z-index: 3; display: inline-block; text-align: center; line-height: 48px; margin-top: -25px; margin-left: -25px; border: 2px solid #2fc5d9;}
.goplay:before{ content: "\e93e"; font-family: 'goanime' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #fff;}
.goplay:hover{ border: 2px solid #fff;}
.gobot{ position: absolute; bottom: 0; left: 0; right: 0;}
/* button */
.btn{ border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border: none; box-shadow: none;}
.btn:hover{ opacity: 0.8;}
.btn:active{ box-shadow: none !important;}
.btn-go{ background: #0eafc1; color: #fff !important;}
.btn-go2{ background: #ebf2f6; color: #1f2020;}
.btn-go2:hover{ background: #0eafc1; color: #fff;}
.btn-alt{ background: rgba(34, 58, 101, 0.1);}
.icon-btn{ font-size: 16px; vertical-align: sub;}
/* thumbnail */
.thumb{ display: inline-block; width: 100%; padding-bottom: 144%; position: relative; overflow: hidden;}
.thumb img{ width: 100%; height: auto; min-height: 100%; position: absolute; top: 0; left: 0; right: 0;}
/* layout */
.container{ width: 1200px;}
#header, #main, #footer, #menu{ width: 100%; display: block;}
#header{ height: 60px; background: #fff;}
#logo{ margin: 5px 40px 5px 0; float: left;}
#logo img{ width: 198px; height: 50px;}
#search{ float: left; width: 350px; position: relative; margin: 13px 25px 13px 0;}
#search input.search-input{ padding-right: 30px; height: 34px; font-size: 13px; font-weight: 300; background: #fff; border: none; border-radius: 3px; box-shadow: none !important; border: 1px solid #ccc;}
#search input.search-input:focus{ border-color: #0eafc1;}
#search .search-submit{ display: inline-block; font-size: 18px; position: absolute; top: 0; right: 0; height: 36px; width: 36px; text-align: center;}
#search .search-submit i{ line-height: 36px; color: #333; font-size: 14px;}
#search .search-content{ position: relative;}
.search-suggest{ background:#fff; width: 100%; overflow:hidden; display:block; position:absolute; top:34px; right: 0; box-shadow:0 0 3px rgba(0,0,0,0.2); z-index: 103;}
.search-suggest ul {list-style:none; padding:0; padding-bottom:40px; position:relative;}
.search-suggest ul li.ss-bottom{position:absolute; width:100%; left:0; bottom:0;}
.search-suggest ul li.ss-bottom a{ width:100%; display:block; text-align:center; height:40px; line-height:40px; background:#0eafc1; color:#fff; font-weight:bold; text-align:center;}
.search-suggest ul li {padding:10px;display:block; width:100%; overflow:hidden; color:#888; border-bottom:1px solid #eee;}
.search-suggest ul li:hover {background:#fcfcfc;}
.search-suggest ul li .ss-info{padding-left:50px;color:#888;}
.search-suggest ul li .ss-info a{}
.search-suggest ul li .ss-info a.ss-title{ font-size: 1em; font-weight:bold; margin-bottom: 3px; display: block;}
.search-suggest ul li .ss-info a.ss-title em {
	color: #0eafc1;
	font-style: normal;
}
.search-suggest ul li .ss-info p{margin-bottom:2px; font-size: 12px;}
.search-suggest ul li .thumb{float:left; width:40px; height:60px; overflow: hidden; display:inline-block; padding-bottom: 0;}
.search-suggest ul li .thumb img{ width: 100%; height: auto;}
#top-like{ height: 20px; margin: 20px 0; float: left;}
#header-login{ float: right; margin-top: 14px;}
#header-login .btn{ font-weight: 300; font-size: 12px;}
#header-login .btn-login{ background: #0eafc1; color: #fff; margin-right: 10px;}
#menu{ height: 42px; background: #223a65; margin-bottom: 15px;}
#menu ul.top-menu{ list-style: none; padding: 0;}
#menu ul.top-menu li{ display: inline-block; float: left; margin: 0 10px; position: relative;}
#menu ul.top-menu li a{ height: 42px; line-height: 42px; margin: 0; font-size: 1em; padding: 0 10px; color: #fff; display: inline-block; font-weight: 300;}
#menu ul.top-menu li a .icon-menu{ font-size: 20px; vertical-align: sub;}
#menu ul.top-menu li:hover a{ background: #0eafc1;}
#menu ul.top-menu li.active a{ background: #0eafc1; border-bottom: 3px solid #0eafc1;}
#menu ul.top-menu li:first-of-type{ margin-left: 0;}
#menu .sub-container{ position: absolute; top: 42px; left: -1px; width: 600px; background: #fff; border: 1px solid #ccc; border-top: none; z-index: 102; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);}
#menu .sub-container ul.sub-menu{ padding: 10px; overflow: hidden; margin-left: -1%; margin-right: -1%;}
#menu .sub-container ul.sub-menu li{ width: 23%; float: left; margin: 0 1%;}
#menu .sub-container ul.sub-menu li a{ height: 30px; background: #fff; line-height: 30px; padding: 0 10px; display: block; border-bottom: none !important;}
#menu .sub-container ul.sub-menu li:hover a{ background: #0eafc1; color: #fff !important;}
#menu ul.top-menu li:hover .sub-container ul.sub-menu li a{ color: #333;}
/* logged */
.logged{ position: relative; margin: 10px 0 !important;}
.logged .logged-user{ float: right; position: relative; height: 40px;}
.logged .avatar{ margin-left: 10px; position: relative; padding-right: 20px; display: inline-block; overflow: hidden;}
.logged .avatar img{ width: 40px; height: 40px; border-radius: 50%; border: 2px solid #fff;}
.logged .avatar .fa{ font-size: 12px;width: 16px; height: 16px; border-radius: 50%; position: absolute; top: 50%; margin-top: -8px; right: 0; text-align: center; line-height: 12px;}
.logged.open .avatar .fa{ color: #fff;}
.logged .dropdown-menu{ left: auto; right: -1px !important; padding: 0; overflow: hidden; width: 180px;}
.logged .logged-user .dropdown-menu > li > a{ padding: 7px 12px 7px 12px; font-size: 13px; white-space: normal; position: relative;}
.logged .logged-user .dropdown-menu > li{ border-bottom: 1px solid #eee;}
.logged .logged-user .dropdown-menu > li:last-of-type{ border-bottom: none;}
.logged .logged-user .dropdown-menu > li > a > i{ text-align: left; width: 20px; display: inline-block;}
.logged .logged-user .dropdown-menu > li > a > i:before{ font-size: 12px;}
.logged-feed{ display: inline-block; margin-right: 20px; position: relative;}
.logged-feed .btn-feed{ height: 30px; margin: 5px 0; font-size: 14px !important; padding: 0; line-height: 30px; width: 30px; text-align: center; border-radius: 50%; background: #F2F2F2; color: #111 !important; position: relative; opacity: 1 !important;}
.logged-feed .btn-feed .feed-number{ background: #0EAFC1; color: #fff; font-size: 12px; position: absolute; left: 20px; top: -5px; display: inline-block; padding: 2px 5px; border-radius: 15px; line-height: 1em;}
.logged-feed .dropdown-menu{ width: 310px; position: absolute; top: 40px; left: auto; right: -10px; background: #fff;}
.logged-feed .dropdown-menu > li{ font-size: 13px; border-bottom: 1px solid #eee; color: #333; background: none;}
.logged-feed .dropdown-menu > li:hover{background: rgba(0,0,0,0.03)}
.logged-feed .dropdown-menu > li strong{ font-weight: 600;}
.logged-feed .dropdown-menu > li > a{ white-space: normal; padding: 6px 12px 6px 22px; position: relative; background: none !important;}
.logged-feed .dropdown-menu > li > a:before{ content: ""; width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: rgba(230, 118, 47, 1); position: absolute; top: 12px; left: 10px;}
.logged-feed .dropdown-menu > li .time{ display: block; font-size: 11px; color: #ccc; font-style: italic;}
.logged-feed .dropdown-menu > li.more{border-bottom: none;}
.logged-feed .dropdown-menu > li.more > a{ text-align: center; padding: 10px; border-radius: 0 0 3px 3px;}
.logged-feed .dropdown-menu > li.more > a:before{ display: none;}
/* mobile */
#m-menu, #m-search{ display: none;}
/* main */
#main{ margin-bottom: 50px;}
#main .container{ position: relative;}
#main-content{ width: 825px; float: left;}
#sidebar{ width: 330px; float: right;}
/* slider */
#slider{ width: 100%; padding-bottom: 38%; overflow: hidden; display: block; position: relative; margin-bottom: 15px;}
#slider .swiper-wrapper{ position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
#slider .swiper-slide{ background-size: cover; background-position: 50% 25%;}
#slider .swiper-slide:before{ content: ""; width: 490px; height: 100%; position: absolute; top: 0; left: 0; bottom: 0; background: url(../images/slide-shadow.png) right repeat-y;}
#slider .slide-link{ position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
#slider .slide-caption{ color: #fff; width: 250px; position: absolute; left: 30px; bottom: 30px; line-height: 1.2em;}
#slider .slide-caption .sc-name{ font-size: 1.5em; line-height: 1.1em; font-family: Montserrat; margin-bottom: 10px;}
#slider .slide-caption .sc-desc{ font-size: 12px; letter-spacing: 0.5px; margin-bottom: 20px; font-family: "roboto"; font-weight: 300;}
#slider .slide-caption .btn{ margin-bottom: 0; background: #1edef4; color: #223a65 !important; font-size: 0.9em; font-weight: 600; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;}
#slider .slide-caption .btn i{ font-size: 10px;}
#slider .swiper-pagination{ left: 30px; bottom: auto; top: 30px; right: 0px; width: 200px; text-align: left;}
#slider .swiper-pagination .swiper-pagination-bullet{ margin: 0 8px 0 0;}
#slider .swiper-pagination .swiper-pagination-bullet-active{ background: #FFD400;}
/* elements */
.goblock{ background: #fff; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; margin-bottom: 18px; box-shadow: 0 3px 0 0 #d7dbe3;}
.goblock .goblock-header{ border-bottom: 1px solid #ececec; padding: 8px 15px;}
.goblock .goblock-header .gh-title{ color: #0eafc1; font-size: 1.1em; font-weight: 400; font-family: Montserrat; float: left; line-height: 20px; margin:0;}
.goblock .goblock-header .gh-more{ font-size: 0.6em; text-transform: uppercase; color: #fff; height: 18px; line-height: 18px; padding: 0 6px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; background: #0eafc1; display: inline-block; float: right; margin-top: 1px; margin-right: -3px;}
.goblock .goblock-header .gh-tabs{ float: left; margin: 0 10px; margin-top: -2px;}
.goblock .goblock-header .gh-tabs .nav-tabs{ border-bottom: none;}
.goblock .goblock-header .gh-tabs .nav-tabs li{ margin-right: 5px;}
.goblock .goblock-header .gh-tabs .nav-tabs li a{ border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; font-size: 0.95em; background: rgba(34, 58, 101, 0.05); border: none; padding: 2px 12px;}
.goblock .goblock-header .gh-tabs .nav-tabs li.active a{ background: #0eafc1; color: #fff;}
.goblock .goblock-content{ padding: 15px 15px; position: relative;}
.goblock .goblock-bottom{ background: rgba(34, 58, 101, 0.02); padding: 12px 20px; font-size: 0.85em; border-top: 1px solid #ebf2f6;}
.goblock .goblock-bottom strong{ font-weight: 600;}
.goblock .goblock-headercol{ border-bottom: 1px solid #ececec;}
.goblock .goblock-headercol .ghcol{ float: left; width: 33.33%; text-align: center; padding: 10px 15px; position: relative; line-height: 20px; font-size: 1.1em; font-weight: 400; font-family: Montserrat; letter-spacing: -0.5px;}
.goblock .goblock-headercol .ghcol:before{ content: ""; width: 50px; height: 3px; background: #0eafc1; position: absolute; left: 50%; margin-left: -25px; bottom: -1px;}
.goblock .go-full{ padding: 0;}
.gocol-3:before, .gocol-3:after{ content: ""; position: absolute; width: 1px; height: 100%; top: 0; bottom: 0; left: 33.33%; background: #ececec;}
.gocol-3:after{ left: 66.66%;}
.gocol-ul{ float: left; padding: 10px 15px;}
.gocol-3 .gocol-ul{ width: 33.33%;}
.ftaz{ display: inline-block; padding-right: 20px; margin-right: 20px; border-right: 1px solid rgba(255, 255, 255, 0.3); line-height: 1em; font-size: 1.4em; font-weight: 600}
.az-list{ font-size: 0; margin-top: 18px;}
.az-list li{ margin: 0 10px 10px 0; display: inline-block;}
.az-list li a{ font-size: 14px; padding: 4px 8px; display: inline-block; background: #ffffff; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;}
.gr-type{}
.gr-type span{ display: inline-block; padding: 0 5px; font-size: 11px; color: #111; background: #d9da17; height: 20px; line-height: 20px;}
.gr-type span.grt-dub{ background: rgba(14, 175, 193, 0.8); color: #fff;}
/* sidebar */
.sb-genre .goblock-content{ padding: 5px 0 15px;}
.sb-genre .sb-genre-list{ margin: 0 ;}
.sb-genre .sb-genre-list li{ width: 33.33%; margin: 0; float: left;}
.sb-genre .sb-genre-list li a{ font-size: 12px; padding: 4px 15px; display: inline-block;}
.sb-subs .sb-subs-top{ background: #0eafc1; position: relative; padding: 12px; margin-bottom: 12px;}
.sb-subs .sb-subs-top .sst-icon{ position: absolute; bottom: 0; left: -7px;}
.sb-subs .sb-subs-top .sst-icon img{ width: 80px;}
.sb-subs .sb-subs-top .sst-text{ color: #fff; padding-left: 70px;}
.sb-subs .sb-subs-top .sst-text .sstt{ font-size: 1.1em; font-family: Montserrat; line-height: 1em; margin-bottom: 5px;}
.sb-subs .sb-subs-top .sst-text p{ margin-bottom: 0; font-size: 12px; line-height: 1.2em;}
.sb-subs .sb-subs-bottom .ssb-input{ width: 75%; float: left; position: relative;}
.sb-subs .sb-subs-bottom .ssb-input input{ background: #ececec; border: none; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; box-shadow: none; font-size: 12px; height: 30px; padding-left: 35px;}
.sb-subs .sb-subs-bottom .ssb-input input:focus{ background: #fff; box-shadow: 0 0 5px 3px #ececec;}
.sb-subs .sb-subs-bottom .ssb-input .icon-mail{ color: #333; font-size: 1em; position: absolute; top: 7px; left: 10px;}
.sb-subs .sb-subs-bottom .btn-go{ border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; font-size: 12px; float: right; width: 22%; height: 30px;}
.sb-mine{ background: #0eafc1; color: #fff;}
.sb-mine .goblock-header{ border-bottom: none; text-align: center; padding: 12px 15px;}
.sb-mine .goblock-header .gh-title{ color: #fff; float: none; display: block;}
.sb-mine .goblock-content{ padding-top: 0px;}
.sb-mine .sbm-avatar{ margin: 0 0 25px;}
.sb-mine .sbm-avatar img{ width: 100px; height: 100px; border-radius: 50%; border: 3px solid #fff;}
.sb-mine .sbm-ul{ background: #fff; overflow: hidden;}
.sb-mine .sbm-ul li{ width: 100%; margin: 0;}
.sb-mine .sbm-ul li a{ display: block; color: #111; border-left: 3px solid rgba(255,255,255,0); font-size: 12px; padding: 8px 12px; font-family: "Montserrat"; text-align: left; border-bottom: 1px solid rgba(0,0,0,.05)}
.sb-mine .sbm-ul li:last-of-type a{ border-bottom: none;}
.sb-mine .sbm-ul li.active a{ color: #0eafc1; border-left-color: #0eafc1;}
.sb-mine .sbm-ul li a i{ display: inline-block; font-size: 16px; width: 20px; text-align: center; margin-right: 10px;}
.list-item li{ padding: 12px 15px; border-bottom: 1px solid #ececec; position: relative;}
.list-item li .thumb{ width: 45px; padding-bottom: 65px; float: left;}
.list-item li .item-detail{ padding-left: 57px;}
.list-item li .item-detail .item-title{ font-size: 0.9em; font-weight: 600; margin: 0 0 3px; line-height: 1.2em;}
.list-item li .item-detail .item-genre{ font-size: 0.85em; color: #888; margin-bottom: 5px;}
.list-item li .item-detail .item-eps a{ font-size: 0.9em;}
.list-item li .item-detail .item-eps a .icon-play{ color: #0eafc1; font-size: 0.7em;}
.list-item li .item-detail .item-view{ font-size: 0.8em;}
.list-item li:last-of-type{ border-bottom: none;}
.list-special li{ display: inline-block; width: 100%; padding-left: 40px; position: relative; margin: 8px 0;}
.list-special li .item-position{ width: 30px; height: 30px; border: 1px solid #0eafc1; color: #0eafc1; text-align: center; line-height: 29px; position: absolute; left: 0; top: 50%; margin-top: -15px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;}
.list-special li .item-title{ margin: 0 0 2px; font-size: 0.95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.list-special li .gr-eps{ font-size: 0.8em; color: #aaa; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 1em;}
.list-special li:hover .item-position{ background: #0eafc1; color: #fff;}
.sb-top-item li{ padding-left: 55px;}
.sb-top-item li .item-detail{ position: relative; z-index: 2;}
.sb-top-item li .item-detail .item-title{ font-family: "roboto"; font-size: 1.15em; font-weight: 300; font-style: italic; margin-bottom: 5px;}
.sb-top-item li .item-position{ width: 25px; height: 25px; text-align: center; line-height: 25px; font-size: 1em; color: #0eafc1; position: absolute; top: 30px; left: 15px; border: 0.5px solid #0eafc1; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; z-index: 3;}
.sb-top-item .item-big{ height: 170px; border-bottom: none; overflow: hidden;}
.sb-top-item .item-big .thumb{ width: 100%; padding-bottom: 0; position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
.sb-top-item .item-big .thumb img{}
.sb-top-item .item-big .item-detail{ color: #fff; padding-left: 0; position: absolute; bottom: 10px; right: 15px; left: 55px;}
.sb-top-item .item-big .item-position{ border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border: none; background: #0eafc1; color: #fff; top: auto; bottom: 0; height: 52px; font-size: 1.2em;}
.sb-top-item .item-big a{ color: #fff;}
.sb-top-item .item-big:after{ content: ""; background: url(../images/item-shadow.png) top center repeat; position: absolute; bottom: 0; left: 0; right: 0; padding: 10px 15px; z-index: 1; height: 122px;}
.sb-top-item .item-big .goplay{ top: 40%;}
.grid-item{ margin: -1%;}
.grid-item li{ width: 18%; margin: 1% 1%; float: left; position: relative; overflow: hidden;}
.grid-item li .thumb{ position: relative; background: #223a65;}
.grid-item li .thumb .gr-eps{ position: absolute; bottom: 0; left: 0; right: 0; background: rgba(34, 58, 101, 0.9); width: 100%; height: 20px; line-height: 20px; padding: 0 10px; z-index: 1; color: #fff; font-size: 11px;}
.grid-item li .remove-fav{ cursor: pointer; position: absolute; top: -30px; right: 0; color: #fff; font-size: 12px; padding: 5px 8px; background: #cb3248; z-index: 7; text-align: center;}
.grid-item li:hover .remove-fav{ top: 0;}
.grid-item li .thumb .gr-type{ width: 100%; position: absolute; bottom: 0; left: 0; right: 0; text-align: right; z-index: 2;}
.grid-item li .thumb:before{ content: "\e93e"; background: rgba(14, 175, 193, 0.8); border-radius: 20%; -webkit-border-radius: 20%; -moz-border-radius: 20%; width: 40px; height: 40px; position: absolute; top: 50%; left: 50%; z-index: 3; display: inline-block; text-align: center; line-height: 38px; margin-top: -20px; margin-left: -20px; border: 2px solid #2fc5d9; font-family: 'goanime' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #fff; line-height: 35px; z-index: 5; opacity: 0; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s;}
.grid-item li .thumb:before:before{ content: "\e93e"; font-family: 'goanime' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #fff;}
.grid-item li .thumb:before:hover{ border: 2px solid #fff;}
.grid-item li .item-detail{ height: 2.5em; overflow: hidden;}
.grid-item li .item-detail .item-title{ font-size: 0.9em; margin: 3px 0; line-height: 1.2em; text-align: center;}
.grid-item li:hover .thumb img{ opacity: 0.3;}
.grid-item li:hover .thumb:before{ opacity: 1;}
.grid-item li:hover .item-detail .item-title a{ color: #0eafc1;}
.border-bottom{ border-bottom: 1px solid #ececec;}
.info-content .goblock-content{ padding: 30px 50px 50px; text-align: justify;}
.info-content .goblock-content h1{ font-size: 1.8em; font-family: "Montserrat"; margin-top: 0; margin-bottom: 20px;}
.info-content .goblock-content h4{ font-family: "Montserrat"; font-size: 1.2em;}
.info-content .goblock-content ul{ margin-bottom: 25px;}
/* category */
.category .category-list{ /*.grid-item li{ width: 23%;}*/
}
.category .category-list .goblock-header{ padding: 8px 20px;}
.category .category-list .goblock-header .gh-title{ line-height: 24px; font-size: 1.2em; margin: 0;}
.category .category-list .goblock-header .btn-sm{ padding: 3px 6px;}
.category .category-list .goblock-content{ padding: 15px 20px;}
.category .category-list .goblock-content.filter-result.active{ opacity: 0.1; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s;}
.category .category-list .goblock-content.filter-result.active:hover{ opacity: 1;}
/* anime list */
.cat-az{ padding: 10px; background: #F2F4F6; border-bottom: 1px solid #ececec;}
.cat-az .az-list{ margin: 0;}
.cat-az .az-list li{ margin: 5px;}
.cat-az .az-list li a{ border: 1px solid #e0e0e0; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; min-width: 32px; text-align: center;}
.cat-az .az-list li a:hover, .cat-az .az-list li.active a{ background: #0eafc1; color: #fff; border-color: #0eafc1;}
.list-item-main li{ padding: 13px 0; border-bottom: 1px solid #eee;}
.list-item-main li:last-of-type{ border-bottom: 1px solid #eee;}
.list-item-main li .thumb{ width: 70px; padding-bottom: 95px;}
.list-item-main li .item-detail{ padding-left: 82px;}
.list-item-main li .item-detail .item-title{ font-size: 1em;}
.list-item-main li .item-detail .gr-type{ margin-bottom: 5px;}
.list-item-main li .item-detail .gr-type span{ margin-right: 3px; height: 16px; line-height: 16px; font-size: 10px;}
.list-item-main li .item-detail .desc{ font-size: 0.9em; margin-bottom: 5px; line-height: 1.2em;}
/* wts */
.go-wts img{ max-width: 100%; height: auto;}
.sidebar-wts{ padding: 15px; background: #fff; margin-bottom: 15px; border-radius: 3px;}
/* server-list */
.server-list .goblock-header{ padding: 11px 15px;}
.server-list .goblock-header .gh-title{ color: #111;}
.server-list .server-list-item{ overflow: auto; max-height: 392px;}
.server-list .server-list-item.expand{ height: auto; max-height: none;}
.server-list .server-list-item li{ padding: 10px 15px; border-bottom: 1px solid #ececec; font-size: 0.95em; position: relative;}
.server-list .server-list-item li:hover, .server-list .server-list-item li.onair{ background: rgba(34, 58, 101, 0.02);}
.server-list .server-list-item li .sli-name{ float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 68%; margin-right: 2%; line-height: 26px;}
.server-list .server-list-item li .sli-name a{ color: #0eafc1; position: relative; padding-left: 25px; display: block;}
.server-list .server-list-item li .sli-name a:before{ content: ""; width: 10px; height: 1px; position: absolute; top: 50%; left: 0; margin-top: -0.5px; background: rgba(34, 58, 101, 0.3);}
.server-list .server-list-item li.onair:before{ content:""; position: absolute; top: 0; bottom: 0; left: 0; width: 3px; height: 100%; background: #0EAFC1;}
.server-list .server-list-item li .sli-date{ float: left; line-height: 26px;}
.server-list .server-list-item li .sli-btn{ float: right;}
.server-list .server-list-item li .sli-btn a{ font-family: Montserrat;}
.server-list .server-list-item li .sli-btn a i{ font-size: 10px; color: #0eafc1;}
.server-list .server-list-item li .sli-btn a:hover i{ color: #fff;}
.server-list .list-more{ border-top: 1px solid #ebf2f6; margin-top: -1px;}
.server-list .list-more a{ display: block; cursor: pointer; padding: 10px 15px 12px; text-align: center; background: rgba(34, 58, 101, 0.02);}
.server-list .list-more a span{ display: inline-block; vertical-align: middle; width: 6px; height: 6px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; background: rgba(34, 58, 101, 0.3); margin: 0 3px;}
.server-list .list-more a:hover{ background: rgba(34, 58, 101, 0.03);}
.server-list .list-more a:hover span{ background: #0eafc1;}
/* comment */
.comments .goblock-header .gh-title{ color: #111;}
/* bread */
.gobread .breadcrumb{ background: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; padding: 11px 15px; font-size: 0.85em; margin-bottom: 0;}
.gobread .breadcrumb li.active span, .gobread .breadcrumb li h1 { color: #111;}
.gobread .breadcrumb li h1 {font-size: 1em; padding: 0; margin: 0; display: inline-block; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
.gobread .breadcrumb li + li:before{ content: "\e904"; font-family: 'goanime' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #111; font-size: 10px;}
/* detail */
.detail-cover{ position: relative;}
.detail-cover .dc-img{ background-size: cover; background-position: 50% 25%; width: 100%; padding-bottom: 38%; position: relative;}
.detail-cover:before{ content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(51, 66, 94, 0.5); z-index: 2;}
.detail-cover .goplay{ background: rgba(14, 175, 193, 0.8); border-radius: 20%; -webkit-border-radius: 20%; -moz-border-radius: 20%; width: 80px; height: 80px; position: absolute; top: 50%; left: 50%; z-index: 3; display: inline-block; text-align: center; line-height: 78px; margin-top: -40px; margin-left: -40px; border: 2px solid #2fc5d9; border: 3px solid #fff; line-height: 88px; background: rgba(30, 222, 244, 0.8);}
.detail-cover .goplay:before{ content: "\e93e"; font-family: 'goanime' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #fff;}
.detail-cover .goplay:hover{ border: 2px solid #fff;}
.detail-cover .goplay:before{ font-size: 28px;}
.detail-cover .goplay:hover{ border-width: 3px; background: rgba(30, 222, 244, 0.9);}
.detail-content{ position: relative; padding: 15px 20px 25px; z-index: 4; padding-left: 150px; padding-right: 230px; min-height: 165px;}
.detail-content .dc-thumb{ position: absolute; top: -20px; left: 16px; width: 120px; height: 170px; border: 4px solid #fff; overflow: hidden; /*box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2)*/
}
.detail-content .dc-thumb img{ width: 100%; min-height: 100%;}
.detail-content .dc-info{ font-size: 0.85em;}
.detail-content .dc-info .dc-title{ margin: 0 0 10px; font-size: 1.7em; font-family: Montserrat;}
.detail-content .dc-info .dc-title .label{ font-size: 11px; margin-bottom: 0; vertical-align: middle; font-weight: 400; padding: 0.1em 0.3em;}
.detail-content .dc-info .dci-spe{ margin-bottom: 10px;}
.detail-content .dc-info .dci-spe .dcis{ width: 48%; margin-right: 2%; margin-bottom: 2px; float: left; padding-left: 14px; position: relative;}
.detail-content .dc-info .dci-spe .dcis:before{ content: ""; width: 8px; height: 8px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; background: #0eafc1; display: inline-block; position: absolute; left: 0; top: 4px;}
.detail-content .dc-info .dci-desc{ line-height: 1.4em; color: #888;}
.detail-content .dc-right{ position: absolute; right: 20px; top: 20px; width: 190px;}
.detail-content .dc-right strong{ font-weight: 600;}
.detail-content .dc-right .btn.btn-fav{ background: #ebf2f6; font-family: Montserrat; font-weight: 400; padding: 13px 20px;}
.detail-content .dc-right .btn.btn-fav .icon-heart2:before{ color: #e04f5f; font-size: 16px; vertical-align: sub;}
.detail-content .dc-right .dcr-rating{ text-align: center; font-family: Montserrat; padding: 13px 10px; background: #ebf2f6; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; margin-bottom: 10px;}
/* watch */
.watch .detail-anime .dc-thumb{ top: 15px; border: none; width: 100px; height: 140px;}
.watch .detail-anime .detail-content{ padding-left: 135px;}
#media-play{ background: #223a65; position: relative;}
#media-play.media-play-active{ z-index: 101;}
#padding-expand{ width: 100%; padding-bottom: 52.25%; display: none;}
.play-anime{ transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s;}
.play-anime .gocontrol{ background: #ffffff; border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; margin: 0; border-top: none; position: relative;}
.play-anime .gocontrol .gc-toggledub{ float: left; margin-right: 10px; padding-right: 15px; border-right: 1px solid #ebf2f6;}
.play-anime .gocontrol .gc-icon{ font-size: 1.1em; font-family: Montserrat; color: #223A65; padding: 5px 10px; float: left; margin-right: 5px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.play-anime .gocontrol .gc-icon i{ font-size: 18px; vertical-align: sub;}
.play-anime .gocontrol .gc-icon.gc-expand:after{ content: "Expand";}
.play-anime .gocontrol .gc-icon.gc-expand i{ color: #786DE5;}
.play-anime .gocontrol .gc-icon.gc-expand.active:after{ content: "Collapse";}
.play-anime .gocontrol .gc-icon.gc-light{ position: relative; z-index: 103;}
.play-anime .gocontrol .gc-icon.gc-light:after{ content: "Turn off light";}
.play-anime .gocontrol .gc-icon.gc-light i{ color: #efce4a;}
.play-anime .gocontrol .gc-icon.gc-light.active{ color: #fff; position: absolute; left: 10px; top: 10px;}
.play-anime .gocontrol .gc-icon.gc-light.active:after{ content: "Turn on light";}
.play-anime .gocontrol .gc-icon.gc-fav i{ color: #e04f5f;}
.play-anime .gocontrol .gc-icon.gc-fav.active{ color: #aaafb8;}
.play-anime .gocontrol .gc-icon.gc-fav.active i{ color: #aaafb8;}
.play-anime .gocontrol .gc-icon.gc-share i{ color: #25b7d3;}
.play-anime .gocontrol .gc-icon.gc-report{ float: right; margin-right: 0;}
.play-anime .gocontrol .gc-icon.gc-report i{ color: #e79e2d;}
.play-anime .gocontrol .gc-icon.gc-download i {color: #0fafc2;}
.play-anime.play-anime-expand{ position: absolute; top: 0; left: 15px; right: 15px;}
.dcrr{ display: block; margin-top: 5px;}
.dcrr a{ font-size: 20px; padding: 0 1px; cursor: pointer; color: #0eafc1; text-decoration: none;}
.toggledub{ font-family: Montserrat; font-size: 1.2em; padding: 5px 0; cursor: pointer;}
.toggledub span{ display: inline-block; width: 35px; height: 10px; vertical-align: middle; margin-left: 10px; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; background: rgba(34, 58, 101, 0.2); position: relative; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s;}
.toggledub span:before{ content: ""; width: 16px; height: 16px; position: absolute; background: #aaafb8; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; top: -3px; left: -2px; display: inline-block; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s;}
.toggledub.active span{ background: rgba(34, 58, 101, 0.3);}
.toggledub.active span:before{ background: #73b500; left: 21px;}
.block-share{ display: none;}
.block-share .desc{ font-family: Montserrat; font-size: 1.2em; margin-bottom: 20px;}
.block-share .social a{ margin: 0 3px;}
.modal-body{ padding: 25px;}
.modal-report .form-group .fg-radio{ display: inline-block; font-weight: 400; float: left; margin: -1px 0 0; padding: 8px 0; margin-right: 20px;}
.modal-report .form-group input{ height: auto; margin-right: 5px; height: 14px; width: 14px; border-radius: 3px;}
.modal-report .form-group input:active, .modal-report .form-group input:checked{ background: #0EAFC1; border-color: #0EAFC1;}
.report-list{ background: rgba(0, 0, 0, 0.02); padding: 0; font-size: 12px; border: 1px solid #ddd; border-radius: 3px; margin: 10px 0; overflow: auto;}
.report-list .rl-block{ padding: 10px 15px; border-bottom: 1px solid #ddd;}
.report-list .rl-block:last-of-type{ border-bottom: none;}
.report-textarea textarea{ resize: none; font-size: 12px;}
.report-list .rl-title{ font-size: 1.2em; font-family: Montserrat;}
#overlay{ display: none;}
#overlay.active{ display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.9); z-index: 100;}
.main-404{ margin-top: -15px; margin-bottom: 0 !important;}
.main-404-text{ text-align: center; margin: 110px 0; font-size: 18px; line-height: 1.3em}
.main-404-text .img-404 img{ width: 400px; max-width: 90%;}
.main-404-text h1{font-family: "Montserrat"; margin: 20px 0; font-size: 50px;}
.main-404-text .btn-lg{border: 2px solid #111 !important; color: #111 !important; background: rgba(255,255,255,0.1) !important; border-radius: 30px;}
/* filter */
#toggle-filter:hover, #toggle-filter.active{ color: #0eafc1; box-shadow: none;}
#filter{ padding: 15px 20px; background: rgba(34, 58, 101, 0.05); position: relative; margin-bottom: 5px; display: none;}
#filter.active{ display: block;}
#filter .fc-title{ font-size: 14px; font-weight: bold; margin-bottom: 5px; display: block;}
#filter ul{ list-style: none; padding: 10px 15px 8px; border: 1px solid #e5e5e5; background: #fff; border-radius: 3px; overflow: hidden;}
#filter ul li{ float: left; width: 130px; padding: 3px 5px 3px 2px; margin: 0 0 5px 0; width: auto; margin-right: 5px;}
#filter ul li.active{ background: #0eafc1; color: #fff;}
#filter ul li label{ font-weight: normal; font-size: 12px; margin-bottom: 0;}
#filter ul li label input{ margin: 0 3px 0 0; vertical-align: text-top;}
#filter ul.fc-main-list{ padding: 0; border: none; overflow: visible; background: none; margin-bottom: 15px;}
#filter ul.fc-main-list li{ display: inline-block; width: auto; float: none; padding: 0; margin-bottom: 4px;}
#filter ul.fc-main-list li a{ display: block; background: #ffffff; padding: 5px 15px; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border: 1px solid #e5e5e5;}
#filter ul.fc-main-list li a i{ font-size: 12px;}
#filter ul.fc-main-list li a.active{ background: #0eafc1 !important; color: #fff; border: 1px solid #0eafc1;}
#filter ul.fc-main-list li a:hover{ background: #ffffff; border: 1px solid #0eafc1;}
#filter .fc-genre-list li{ width: 20%; margin: 0 0 3px 0;}
#filter .filter-btn{ width: 100%; text-align: left; padding: 10px 0;}
#filter .filter-btn .btn{ border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; padding: 8px 20px; margin: 0 3px;}
#filter .filter-btn .btn-default{ background: #fff !important;}
#filter .cs10-top .fc-3col{ float: left; width: 32%;}
#filter .cs10-top .fc-filmtype{ margin-right: 2%;}
#filter .cs10-top .fc-quality{ margin-left: 2%;}
.fc-genre, .fc-country, .fc-release{ clear: both; display: block;}
/* profile */
.ple-wrap{ width: 100%; display: block; padding: 20px 30px 30px;}
.ple-wrap .plew-left{ width: 180px; float: left;}
.ple-wrap .plew-left .plewl-thumb{ width: 100%; height: 100%; position: relative; overflow: hidden; border-radius: 50%;}
.ple-wrap .plew-left .plewl-thumb img{ width: 180px; height: 180px;}
.ple-wrap .plew-left .plewl-thumb .thumb-change{ position: absolute; bottom: 0; left: 0; background: rgba(0,0,0,0.6); display: block; width: 100%; text-align: center; color: #fff; font-size: 11px; padding: 5px 10px 15px;}
.ple-wrap .plew-left .plewl-thumb .thumb-change i{ font-size: 14px; vertical-align: sub; margin-right: 5px;}
.ple-wrap .plew-left .plewl-thumb input[type=button]{ position: absolute; width: 100%; height: 100%; opacity: 0; z-index: 3;}
.ple-wrap .plew-right{ padding-left: 210px;}
.ple-wrap .plew-right textarea{ resize: none;}
.feed-page li{padding: 12px 20px 15px; margin-bottom: 5px; position: relative; background: #f8f8f8; color: #111; border-left: 2px solid rgba(255,255,255,0.1); opacity: 0.8}
.feed-page li.active{opacity: 1; border-color: #0EAFC1;}
.feed-page li strong{font-weight: 600; color: #111}
.feed-page li .time{ font-size: 10px; margin-bottom: 2px; color: #999; position: relative; display: block;}
.feed-page li .time:before{ content: ""; width: 4px; height:  4px; border-radius: 50%; background: #E6762F; position: 10px; left: -20px; }
/* loading */
.loading-item{width: 100%; position: relative; min-height: 100px;}
.loadinghdo { position: absolute; margin: auto; left: 0; top: 0; bottom: 0; right: 0; width: 12px; height: 12px; border-radius: 100%; box-shadow: 12px 12px rgb(79,77,73), -12px 12px rgb(223,223,223), -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223); -o-box-shadow: 12px 12px rgb(79,77,73), -12px 12px rgb(223,223,223), -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223); -ms-box-shadow: 12px 12px rgb(79,77,73), -12px 12px rgb(223,223,223), -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223); -webkit-box-shadow: 12px 12px rgb(79,77,73), -12px 12px rgb(223,223,223), -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223); -moz-box-shadow: 12px 12px rgb(79,77,73), -12px 12px rgb(223,223,223), -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223); animation: cssload-spin ease infinite 2.4s; -o-animation: cssload-spin ease infinite 2.4s; -ms-animation: cssload-spin ease infinite 2.4s; -webkit-animation: cssload-spin ease infinite 2.4s; -moz-animation: cssload-spin ease infinite 2.4s;}
@keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 12px 12px rgb(79,77,73), -12px 12px rgb(223,223,223), -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223);
	}
	25% {
		box-shadow: -12px 12px rgb(223,223,223), -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223), 12px 12px rgb(79,77,73);
	}
	50% {
		box-shadow: -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223), 12px 12px rgb(79,77,73), -12px 12px rgb(223,223,223);
	}
	75% {
		box-shadow: 12px -12px #dfdfdf, 12px 12px #4f4d49, -12px 12px #dfdfdf, -12px -12px #4f4d49;
	}
}

@-o-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 12px 12px rgb(79,77,73), -12px 12px rgb(223,223,223), -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223);
	}
	25% {
		box-shadow: -12px 12px rgb(223,223,223), -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223), 12px 12px rgb(79,77,73);
	}
	50% {
		box-shadow: -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223), 12px 12px rgb(79,77,73), -12px 12px rgb(223,223,223);
	}
	75% {
		box-shadow: 12px -12px #dfdfdf, 12px 12px #4f4d49, -12px 12px #dfdfdf, -12px -12px #4f4d49;
	}
}

@-ms-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 12px 12px rgb(79,77,73), -12px 12px rgb(223,223,223), -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223);
	}
	25% {
		box-shadow: -12px 12px rgb(223,223,223), -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223), 12px 12px rgb(79,77,73);
	}
	50% {
		box-shadow: -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223), 12px 12px rgb(79,77,73), -12px 12px rgb(223,223,223);
	}
	75% {
		box-shadow: 12px -12px #dfdfdf, 12px 12px #4f4d49, -12px 12px #dfdfdf, -12px -12px #4f4d49;
	}
}

@-webkit-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 12px 12px rgb(79,77,73), -12px 12px rgb(223,223,223), -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223);
	}
	25% {
		box-shadow: -12px 12px rgb(223,223,223), -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223), 12px 12px rgb(79,77,73);
	}
	50% {
		box-shadow: -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223), 12px 12px rgb(79,77,73), -12px 12px rgb(223,223,223);
	}
	75% {
		box-shadow: 12px -12px #dfdfdf, 12px 12px #4f4d49, -12px 12px #dfdfdf, -12px -12px #4f4d49;
	}
}

@-moz-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 12px 12px rgb(79,77,73), -12px 12px rgb(223,223,223), -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223);
	}
	25% {
		box-shadow: -12px 12px rgb(223,223,223), -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223), 12px 12px rgb(79,77,73);
	}
	50% {
		box-shadow: -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223), 12px 12px rgb(79,77,73), -12px 12px rgb(223,223,223);
	}
	75% {
		box-shadow: 12px -12px #dfdfdf, 12px 12px #4f4d49, -12px 12px #dfdfdf, -12px -12px #4f4d49;
	}
}
.no-noti{display: block; padding: 12px; text-align: center;}
/* pagination */
#pagination{ margin: 25px 0 15px; text-align: center;}
#pagination .pagination{ margin: 0;}
#pagination .pagination li a{ margin: 0 5px; padding: 8px 15px !important; display: inline-block; border-radius: 3px !important; background: #eee !important; border: none !important; color: #333 !important;}
#pagination .pagination li a:hover{ opacity: 0.8;}
#pagination .pagination li.active a{ color: #fff !important; background: #0eafc1 !important;}
/* modal */
.modal-backdrop{ background: #0eafc1;}
.modal-backdrop.in{ opacity: 0.95;}
.modal-content{ box-shadow: none !important; border: none !important;}
.modal-cuz .modal-dialog{ width: 700px; margin: 60px auto;}
.modal-cuz .modal-dialog .modal-content{ border-radius: 0;}
.modal-cuz .modal-body{ padding: 20px 30px 30px;}
.modal-cuz .close{ position: absolute; bottom: -100px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; background: rgba(0, 0, 0, 0.1); padding: 15px; left: 50%; margin-left: -120px; width: 240px; height: 240px; font-size: 12px; font-weight: 400; padding-top: 150px; color: #fff; text-shadow: none; opacity: 1; text-align: center;}
.modal-cuz .close i{ font-size: 40px; margin-right: 3px; vertical-align: sub; display: block; margin-bottom: 10px;}
.modal-cuz .close:hover{ background: rgba(0, 0, 0, 0.2);}
.modal-header{ padding-bottom: 0; border-bottom: none; text-align: center; font-family: "Montserrat"}
.modal-header button.close{ position: relative; z-index: 9;}
.modal-body .desc{ line-height: 1.3em;}
.modal-normal .modal-dialog{width: 480px; max-width: 95%; margin-left: auto; margin-right: auto;}
.modal-normal .modal-dialog .modal-content strong{font-weight: 600;}
.modal-error .btn-go{ margin: 5px 10px;}
.modal-normal h4{font-family: "Montserrat"; font-size: 20px !important;}
.modal-resume .highlight{ margin: 0 0 15px;}
#pop-login .modal-dialog{ width: 820px;}
#pop-login .modal-dialog .modal-content{ position: relative; padding-left: 330px; min-height: 400px;}
#pop-login .modal-dialog .modal-content a{ cursor: pointer;}
#pop-login .modal-dialog .modal-content .modal-body{ padding-top: 30px;}
#pop-login .modal-dialog .modal-content .modal-body .btn-default{ background: #ffffff; border: 1px solid #0eafc1; color: #0eafc1;}
#pop-login .modal-dialog .modal-content .login-cover{ position: absolute; top: 0px; left: 0px; bottom: 0px; width: 380px; background-image: url('https://static.anmedm.com/assets/animehub/images/login-cover.jpg?v=1.1'); background-size: cover; background-position: 100% 0; overflow: hidden;}
#pop-login .modal-dialog .modal-content .register-cover{ background-image: url('https://static.anmedm.com/assets/animehub/images/register-cover.jpg?v=1.1');}
#pop-login .modal-dialog .modal-content .forgot-cover{ background-image: url('https://static.anmedm.com/assets/animehub/images/forgot-cover.jpg?v=1.1');}
#pop-login .modal-dialog h6{ margin: 0; padding: 0; font-size: 26px; font-weight: 400; font-family: Montserrat; display: inline-block;}
#pop-login .modal-dialog .desc{ font-size: 14px; margin-top: 15px; margin-bottom: 30px;}
#pop-login .modal-dialog .login-via{ line-height: 30px; font-weight: 300; margin-top: 40px;}
#pop-login .modal-dialog .login-via .pull-right span{ display: inline-block; vertical-align: top;}
#pop-login .modal-dialog .login-via .pull-right a{ margin-left: 3px; display: inline-block; font-size: 0; line-height: 1em;}
#pop-login .modal-dialog .login-via .pull-right a i{ font-size: 30px;}
#pop-login .modal-dialog input{ box-shadow: none; border: 1px solid #E7EAEE; background: rgba(34, 58, 101, 0.1);}
#pop-login .modal-dialog input:focus{ background: rgba(34, 58, 101, 0); border: 1px solid #0eafc1;}
.form-material input, .form-material textarea{ box-shadow: none; border: 1px solid #E7EAEE; background: rgba(34, 58, 101, 0.1); -webkit-appearance: none;}
.form-material input:focus, .form-material textarea:focus{ background: rgba(34, 58, 101, 0); border: 1px solid #0eafc1;}
.social-color i.icon-facebook{ color: #2d6bc8;}
.social-color i.icon-twitter{ color: #21c3cd;}
.social-color i.icon-google-plus{ color: #dc5b15;}
#request-form{background: #0EAFC1; color: #fff; overflow: hidden; position: relative; margin-bottom: 10px;}
#request-form i.icon-mail2{font-size: 330px; color: rgba(0,0,0,0.05); position: absolute; z-index: 1; right: -80px; bottom: -50px; transform: rotate(-35deg);}
.rf-content{padding: 25px 30px 30px; position: relative; z-index: 3; max-width: 600px;}
.rf-content .desc{font-size: 15px; font-weight: 600; line-height: 1.2em;}
.rf-content form{max-width: 400px;}
.rf-content form .form-control{border:none;}
.rf-notice{background: #0D9DAD; padding: 5px 20px 5px 30px; font-weight: 600; line-height: 34px; font-size: 13px; position: relative; z-index: 4;}
.rf-notice .btn{ margin-top: 3px;}
/* footer */
#footer{ background: #223A65 url(../images/footer-bg.jpg) top center no-repeat; color: #fff;}
#footer .footer-menu{ background: #1a2d4e; padding: 12px 0; color: #fff; font-size: 0.9em;}
#footer .footer-menu a{ color: #fff;}
#footer .footer-menu .space{ margin: 0 10px;}
#footer .footer-content .container{ position: relative;}
#footer .footer-content .footer-az{ margin-bottom: 20px; margin-top: 30px;}
#footer .footer-content .copyright .footer-logo{ float: left; margin-right: 20px; margin-bottom: 40px;}
.copyright a {color: #FFF;}
#footer .footer-content .copyright .footer-logo img{ height: 50px; width: auto;}
#footer .footer-content .copyright .txt{ float: left; width: 400px;}
#footer .footer-content .copyright .txt span{ font-size: 0.9em; margin-bottom: 5px; display: block; margin-top: 5px;}
#footer .footer-content .copyright .txt p{ font-size: 0.8em; margin-bottom: 0; line-height: 1.2em; letter-spacing: 0.5px; color: rgba(255, 255, 255, 0.6);}
#footer .footer-content .copyright .footer-follow{ float: right; text-align: right; padding-right: 210px; padding-top: 10px;}
#footer .footer-content .copyright .footer-follow a{ color: #1EDEF4; font-size: 2em; margin-left: 5px;}
#footer .footer-content .footer-anime{ position: absolute; bottom: 10px; right: 0;}
#footer .footer-content .footer-anime img{ width: 186px; height: auto;}
/* extra */
.item-title em {
	font-style: normal;
	font-weight: bold;
	color: #0eafc1;
}
#current_episode_name {
	font-weight: bold;
	color: #0eafc1;
}
.error_movie {
	position: absolute;
	left: 50%;
	top: 50%;
	background: none;
	padding: 0;
	border: none;
	margin: 0;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#media-play > div.video-js, .player_html5-dimensions {
  width: 100%;
  height: 465px;
}
#media-play {
  height: 465px;
}
.schedule_desc {
	margin-top: 10px;
	font-size: 11px;
}
.schedule_img img {
	width: 80px;
}
.schedule_info .goblock-content {
	font-size: 0.85em;
}
#schedules-list.schedules-less {
	max-height: 730px;
	overflow: hidden;
	min-height: 80px;
}
.event-day {
	position: relative;
}
.schedules_more {
	padding: 30px 0 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 65px;
	background: url('../images/schedules_more_bg.png');
	background-repeat: repeat-x;
	background-position: left bottom;
}
.schedules_more span {
    border: #0eafc1 solid 1px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #0eafc1;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: bold;
    display: block;
}
.schedules_more span:hover {
	border-color: #1a2d4e !important;
	color: #1a2d4e !important;
	cursor: pointer;
}
#message-pop a {
	color: #27b3c5;
}
#message-pop a:hover {
	color: red;
}