/*
Theme name: Ali Anime Theme
Theme URI: https://video.cloud-anime.com/
Description: Ali Online Wordpress Theme
Author: Ali
Author URI: https://video.cloud-anime.com/
Version: 3.0
*/

@import url(css/fonts.css);

body{
	background-color: #f4f4f5;
	font-family: 'DroidKufi-Regular', Arial, sans-serif;
	font-size: 12px;
	color: #1c1e20;
}

/* REST */
a{
    outline: 0;
    color: #009ec0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
a:hover, a:focus{
    outline: 0 !important;
    text-decoration: none;
    color: #006075;
}
a:active, a:focus {
  outline: 0 !important;
}
.no-margin{
    margin: 0px !important;
}
.col-no-padding{
    padding: 0px !important;
}
.col-no-padding-right{
    padding-right: 0px !important;
}
.col-no-padding-left{
    padding-left: 0px !important;
}
.padding-15{
    padding: 15px 25px !important;
}
.content{
    background-color: #fff;
}
.space{
    height: 20px;
}
.triangle-down {
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 45px solid #fff;
    margin: auto;
}
.triangle-down-blue{
    border-top: 45px solid #09cce1;
    margin-top: -2px;
}
.triangle-down-white{
    border-top: 45px solid #fff;
    margin-top: -2px;
}
.triangle-down-gray{
    border-top: 45px solid #f4f4f5;
    margin-top: -2px;
}
.triangle-down-black{
    border-top: 45px solid #202225;
    margin-top: -2px;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.popover-title{
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
    text-align: center;
}
.popover-content{
    text-align: justify;
    font-family: 'NeoSansArabic', Arial, sans-serif;
}
.videoWrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 0px;
}
.videoWrapper iframe, .videoWrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wpcf7-captchac {
    width: auto;
    margin-bottom: 5px;
}
.text-center{
    text-align: center;
}
/* END REST */

/* BUTTONS */
.btn{}
.btn-radius{
    border-radius: 20px;
}
.btn-primary{
    color: #fff;
    background-color: #009ec0;
    border-color: #009ec0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0089a7;
    border-color: #0089a7;
}
.btn-secondary{
    color: #fff;
    background-color: #1c1e20;
    border-color: #1c1e20;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
    color: #fff;
    background-color: #060707;
    border-color: #060707;
}
/* END BUTTONS */

/* PAGINATION */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #009ec0;
    border-color: #009ec0;
    cursor: default;
}
.pagination > li > a, .pagination > li > span {
    color: #009ec0;
}
span.current {
    background-color: #009ec0 !important;
    border-color: #009ec0 !important;
    color: #fff !important;
}
/* END PAGINATION */

/* SOCIAL SHARING */
.twitter-share {
    background-color: #1ca9e1;
}
.facebook-share {
    background-color: #3c5a9a;
}
.google-plus-share {
    background-color: #D34836;
}
.linkedin-share {
    background-color: #0e76a8;
}
.youtube-share{
    background-color: #ce332d;
}
.instagram-share{
    background-color: #4270a3;
}
/* END SOCIAL SHARING */

/* WIDGETS */
.main-widget{}
.main-didget-head{
}
.main-didget-head h3{
    display: inline-block;
    margin: 0px 0px 15px 0px;
    font-size: 16px;
    background-color: #1c1e20;
    color: #fff;
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
    padding: 10px 25px;
    border-radius: 20px;
    border: 0px;
}
.tags-toggle{
    display: inline-block;
    margin: 0px 0px 15px 0px;
    font-size: 16px;
    background-color: #1c1e20;
    color: #fff;
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
    padding: 6px 25px;
    border-radius: 20px;
    vertical-align: unset;
}
.tags-toggle.btn:hover, .tags-toggle.btn:focus {
    color: #fff;
}
.main-didget-head .see-all{
    font-size: 16px;
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
    float: left;
    padding: 6px 25px;
    color: #1c1e20;
    border: 1px solid #1c1e20;
}
.main-widget-body{
    
}
.main-widget-body .owl-carousel .owl-stage-outer{
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    padding: 3px 0px;
}
.main-widget-body .owl-nav{
    position: absolute;
    top: -52px;
    left: 0;
}
.main-widget-body .owl-prev, .main-widget-body .owl-next{
    background-color: #1c1e20;
    color: #fff;
    box-shadow: none;
    display: inline-block;
    font-size: 16px;
    padding: 7px 15px;
    border-radius: 0px;
    border: 1px solid #1c1e20;
}
.main-widget-body .owl-prev{
    margin-left: 10px;
}

.widget{
    background-color: #fff;
    margin: 0px !important;
    padding: 15px;
}
.widget-head {
    position: relative;
    padding: 20px 0px;
    font-family: 'DroidKufi-Regular', Arial, sans-serif;
    border-bottom: 2px solid #ececec;
}
.widget-head > h2 {
    position: absolute;
    top: 0;
    margin: 0px;
    font-size: 18px;
    padding: 5px 0px 15px 0px;
}
.widget-body{
    padding-top: 8px;
    font-family: 'DroidKufi-Regular', Arial, sans-serif;
}
.widget-body ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.widget-body ul li {
    padding: 8px 0px;
    border-bottom: 1px solid #e7ebec;
}
.dark-widget .widget-body ul li {
    border-bottom: 1px solid #3c3c3c;
}
.widget-body ul li:last-child{
    padding: 8px 0px 0px 0px;
    border-bottom: 0px;
}
.widget-body ul li a {
    color: #009cba;
}
.widget-body ul li a:hover {
    color: #232423;
}
.tagcloud a {
    display: inline-block;
    background-color: #eeeeee;
    color: #888888;
    font-family: 'DroidKufi-Regular', Arial, sans-serif;
    font-size: 14px !important;
    padding: 4px 7px;
    margin-bottom: 5px;
}
.tagcloud a:hover, .tagcloud a:active, .tagcloud a:focus {
    text-decoration: none;
    background-color: #d3d5d6;
    color: #1e1e1e;
}
.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: center; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; font-weight: bold; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
/* END WIDGETS */

/* SEARCH BOX */
.search-box{
    margin: 11px 0px;
}
.search-box .input-group{
    border: 1px solid #ececec;
    border-radius: 25px;
}
.search-box .form-control {
    height: 45px;
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    padding: 6px 20px;
    font-size: 12px;
}
.stylish-input-group .input-group-addon{
    background: white !important; 
    border: 0px;
    border-radius: 0px;
}
.stylish-input-group .form-control{
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
    color: #009ec0;
}
/* END SEARCH BOX */

/* SECTIONS */
.main-section{
    background-color: #fff;
    -webkit-box-shadow: inset 0px 6px 8px -7px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: inset 0px 6px 8px -7px rgba(0, 0, 0, 0.29);
    box-shadow: inset 0px 6px 8px -7px rgba(0, 0, 0, 0.29);
}
.main-section h3{
    text-align: center;
    margin: 0px;
    font-family: 'DroidKufi-Regular', Arial, sans-serif;
    padding: 20px;
    font-size: 20px;
}
.second-section{
    background-color: #1c1e20;
    color: #fff;
    background-image: url(images/background-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible;
}
.second-section h3{
    text-align: center;
    margin: 0px;
    font-family: 'DroidKufi-Regular', Arial, sans-serif;
    padding: 20px;
    font-size: 20px;
}
.third-section{
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.72);
    overflow: visible;
    background-image: url(images/section-wallpaper-1.jpg);
}
.red-section{
    background-color: #ce332d;
}
/* END SECTIONS */


/* HEADER NAVBAR */
.header-navbar-container{
    position: relative;
}
.header-navbar{
    background-color: #fff;
    -webkit-box-shadow: 0 1px 8px 3px rgba(0,0,0,.0509804);
    box-shadow: 0 1px 8px 3px rgba(0,0,0,.0509804);
    position: relative;
    z-index: 99;
}
.navbar-buttons{
    margin-top: 18px;
    text-align: center;
}
.navbar-buttons .btn{
    padding: 6px 15px;
}
.main-menu{}
.menu{
	display: block;
	margin: 0;
	padding: 0;
} 
.menu li{
	display: inline-block;
	position: relative;
	z-index: 100;
}
.menu li a {
	text-decoration: none;
	padding: 25px 9px;
    font-size: 14px;
	display: block;
	color: #1e1e1e;
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
}
.menu li a:hover, .menu li:hover > a{
	background-color: #f5f5f5;
	color: #1e1e1e;
}
.menu ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 220px;
	position: absolute;
	top: 70px;
	right: 0px;
	background: #ffffff;
} 
.menu li:hover > ul{
	display: block;
}
.menu ul li {
	display:block;
	float: none;
	background:none;
	margin:0;
	padding:0;
}
.menu ul li a {
	font-size: 12px;
	display: block;
	color: #ffffff;
	background-color: #009ec0;
	padding: 11px;
} 
.menu ul li a:hover, .menu ul li:hover > a{
	background-color: #0092b1;;
	color: #fff;
}
.menu ul ul {
	right: 220px;
	top: 0px;
}
.mobile-menu{
	display: none;
	width: 100%;
	padding: 12px;
	color: #ffffff;
	font-family: 'DroidKufi-Regular', Arial, sans-serif;
	background-color: #1c1e20;
    margin: 14px 0px;
}
.mobile-menu:hover, .mobile-menu:focus{
	color: #ffffff;
	text-decoration: none;
}
.logo{
    text-align: center;
}
/* END HEADER NAVBAR */

/* SEARCH */
#showSearch{
    cursor: pointer;
}
#hideSearch{
    cursor: pointer;
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
    color: #fff;
    background-color: #414141;
    padding: 20px 15px;
    display: block;
    text-align: center;
}
.search-content{
    color: #fff;
    display: none;
    position: absolute;
    z-index: 1111;
    left: 15px;
    right: 15px;
    background-color: #1c1e20;
}
.header-search-form{
    padding: 11px;
}
.header-search-form .btn-default {
    color: #fff;
    background-color: #009ec0;
    border: 1px solid transparent !important;
    border-color: #ccc;
}
.header-search-form .btn{
    border-radius: 0px !important;
}
/* END SEARCH */

/* HEADER */
.header{
    background-color: #04d1e6;
    -webkit-box-shadow: inset 0px 4px 17px -7px rgba(0,0,0,0.23);
    -moz-box-shadow: inset 0px 4px 17px -7px rgba(0,0,0,0.23);
    box-shadow: inset 0px 4px 17px -7px rgba(0,0,0,0.23);
    background-image: url(images/background-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    overflow: visible;
}
.header-continer-head{
    text-align: center;
}
.header-continer-head h3{
    display: inline-block;
    margin: 0px 0px 15px 0px;
    font-size: 16px;
    background-color: #fff;
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
    padding: 10px 25px;
    border-radius: 20px;
    -webkit-box-shadow: 2px 8px 0px -4px rgba(4,191,211,1);
    -moz-box-shadow: 2px 8px 0px -4px rgba(4,191,211,1);
    box-shadow: 2px 8px 0px -4px rgba(4,191,211,1);
}
.pin-anime-container{
    margin: 30px 0px;
}
.pin-anime-container .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    padding: 3px 0px;
}
.pin-anime-container .owl-nav{
    display: block;
    text-align: center;
    margin-top: 10px;
}
.pin-anime-container .owl-prev, .pin-anime-container .owl-next{
    display: inline-block;
    font-size: 16px;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 0px;
    -webkit-box-shadow: 2px 8px 0px -4px rgba(4,191,211,1);
    -moz-box-shadow: 2px 8px 0px -4px rgba(4,191,211,1);
    box-shadow: 2px 8px 0px -4px rgba(4,191,211,1);
}
.pin-anime-container .owl-prev{
    margin-left: 10px;
}
/* END HEADER */

/* SLIDER */
.lucodeia-slider-slide-item{
    display: block;
    height: 45vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
a.lucodeia-slider-slide-item::after{
    content: "\00a0";
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(33, 33, 33, 0.73) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
}
.owl-carousel-lucodeia-slider .owl-dots{
    position: absolute;
    bottom: 20px;
    right: 0px;
    left: 0px;
}
.owl-carousel-lucodeia-slider .owl-dot span {
    background: #D6D6D6;
}
.owl-carousel-lucodeia-slider .owl-dots .owl-dot.active span, .owl-carousel-lucodeia-slider .owl-dots .owl-dot:hover span {
    background: #009ec0 !important;
}
.lucodeia-slider-meta{
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3333;
}
.lucodeia-slider-meta h1{
    font-size: 4em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
/* END SLIDER */

/* HOME PAGE */
.page-content-container {
    padding-top: 10px;
    padding-bottom: 40px;
}
.owl-episodes .anime-card-type {
    bottom: 82px;
}
.main-widget-body .owl-carousel .owl-item > div{border:2px solid transparent;}
/* END HOME PAGE */

/* EPISODES LIST CONTENT */
.episodes-list-content{
    padding: 0px 11px;
}
.episodes-list-content .episodes-card-container{
    margin: 0px 4px 8px 4px;
}
/* END EPISODES LIST CONTENT */

/* FILTER SECTION */
.anime-filter-options{
    margin-top: 15px;
    margin-bottom: 5px;
}
.anime-filter-options .btn-default {
    background-color: #1c1e20;
    border: 1px solid #454545;
    color: #fff;
}
.anime-filter-options ul{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}
.anime-filter-options ul li{
    display: inline-block;
}
ul.dropdown-menu li{
    display: block;
    text-align: right;
}
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}
.e-alphabetical-filter .pagination, .a-alphabetical-filter .pagination{
    margin: 0px;
}
.e-alphabetical-filter{
    margin-bottom: 5px;
}
.a-alphabetical-filter{
    margin-bottom: 15px;
}
.e-alphabetical-filter .pagination > li > a, .e-alphabetical-filter .pagination > li > span {
    float: left;
}
.e-alphabetical-filter .pagination > li > a, .e-alphabetical-filter .pagination > li > span, .a-alphabetical-filter .pagination > li > a, .a-alphabetical-filter .pagination > li > span {
    color: #fff;
    background-color: #1c1e20;
    border: 1px solid #454545;
    font-family: 'DroidKufi-Regular', Arial, sans-serif;
    border-radius: 8px;
    margin: 0px 2px;
}
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}
/* END FILTER SECTION */

/* ANIME LIST */
.anime-list-content .row {
    padding: 0px 15px 0px 7px;
}
.anime-list-content .anime-card-container{
    margin-left: 8px;
    margin-bottom: 8px;
}
.anime-list-content .anime-card-status {
    top: 9px;
    left: 15px;
}
.anime-list-content .anime-card-type {
    bottom: 46px;
}
/* END ANIME LIST */

/* ANIME PAGE */
.anime-info-container{
    padding: 40px 0px;
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
}
.anime-info-right{
    float: right;
    width: 25%;
    padding: 7px;
}
.anime-info-left{
    float: right;
    width: 75%;
    padding: 7px;
}
.anime-thumbnail img{
    width: 230px;
    height: 328px;
}
.anime-thumbnail .thumbnail {
    -webkit-box-shadow: 0px -1px 19px 7px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 0px -1px 19px 7px rgba(0, 0, 0, 0.64);
    box-shadow: 0px -1px 19px 7px rgba(0, 0, 0, 0.64);
    padding: 0px;
    background-color: #fff;
    border: 0px solid #0096b3;
    margin-bottom: 0px;
    border-radius: 0px;
    display: inline-block;
}
.anime-details{}
.anime-details h1.anime-details-title{
    display: block;
    padding: 0px;
    margin: 0px 0px 25px 0px;
}
.anime-details ul.anime-genres{
    list-style-type: none;
    padding: 0px;
    margin: 0px 0px 25px 0px;
}
.anime-details ul.anime-genres li{
    display: inline-block;
}
.anime-details ul.anime-genres li a{
    padding: 9px 18px;
    border: 1px solid #4b555f;
    border-radius: 25px;
    margin-left: 7px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 6px;
}
.anime-details ul.anime-genres li a:hover{
    color: #009ec0;
}
.anime-details p.anime-story{
    text-align: justify;
    font-size: 14px;
    margin: 0px 0px 10px 0px;
}
.anime-details .anime-info{
    font-size: 14px;
    margin-bottom: 5px;
}
.anime-details .anime-external-links{
    margin-top: 20px;
    display: block;
}
.anime-external-links .anime-trailer{
    background-color: #009ec0;
    padding: 10px 20px;
    border-radius: 25px;
    margin-left: 3px;
    color: #fff;
    font-size: 14px;
}
.anime-external-links .anime-mal{
    padding: 10px 20px;
    border: 1px solid #4b555f;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
}
.anime-external-links .anime-mal:hover{
    color: #009ec0;
}
.search-for-episode{
    color: #fff;
    display: inline-block;
    float: left;
}
.search-for-episode .form-group {
    margin-bottom: 0px;
}
.search-for-episode .form-control {
    font-size: 16px;
    color: #1c1e20;
    background-color: #f4f4f5;
    border: 1px solid #1c1e20;
    border-radius: 0px;
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
    text-align: center;
    height: 37px;
}
.search-for-episode .form-control::placeholder{
    color: #1c1e20;
}
.search-for-episode .form-control:focus {
    border-color: #696969;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(86, 86, 86, 0.6);
}
.search-for-episode .form-control:focus::placeholder{
    color: #8d8d8d;
}
/* END ANIME PAGE */

/* EPISODE PAGE */
.episode-watch-conteiner{
    padding-top: 20px;
    padding-bottom: 20px;
}
.episode-watch-head{
    
}
.episode_fansubs{
    text-align: left;
}
.episode_fansubs .btn-default {
    color: #1c1e20;
    background-color: #fff;
    border: 0px;
}
.watch-fansubs-option{
    margin-bottom: 15px;
}
.watch-fansubs-option .nav-tabs {
    border-bottom: 0px !important;
    text-align: center;
}
.watch-fansubs-option .nav-tabs > li {
    float: none;
    display: inline-block;
}
.watch-fansubs-option .nav-tabs > li > a {
    margin-bottom: 0px;
    border-radius: 30px !important;
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif !important;
    font-size: 14px;
    border: 1px solid #4b555f;
    background: none;
    padding: 10px 20px;
    margin-left: 5px;
}
.watch-fansubs-option .nav-tabs > li.active > a, .watch-fansubs-option .nav-tabs > li.active > a:hover, .watch-fansubs-option .nav-tabs > li.active > a:focus {
    color: #fff;
    border: 1px solid transparent;
    background-color: #484848 !important;
}
.all-episodes{
    background-color: #2a2a2a;
    font-family: 'DroidKufi-Regular', Arial, sans-serif;
}
.all-episodes-head{
    background-color: #151515;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.scroll-episodes-list{ 
    height: 448px;
    overflow: hidden;
}
ul.all-episodes-list{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
ul.all-episodes-list li{
    padding: 10px;
    border-bottom: 1px solid #333;
}
ul.all-episodes-list li span{
    float: left;
    padding: 5px 10px;
}
ul.all-episodes-list li a{
    color: #9b9e9b;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
ul.all-episodes-list li a:hover{
    color: #009ec0;
    text-decoration: none;
}
.episode-active a{
    color: #009ec0 !important;
}
.search-in-episodes-list{
    background-color: #151515;
    color: #fff;
    padding: 10px;
}
.search-in-episodes-list .form-group {
    margin-bottom: 0px;
}
.search-in-episodes-list .form-control {
    font-size: 12px;
    color: #555;
    background-color: #1b1b1b;
    border: 1px solid #2f2f2f;
    border-radius: 0px;
}
.search-in-episodes-list .form-control:focus {
    border-color: #696969;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(86, 86, 86, 0.6);
}
.episode-watch-links{
    margin-top: 15px;
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
}
.previous-episode{
    display: block;
    text-align: right;
}
.previous-episode a {
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid #4b555f;
    background: none;
    padding: 10px 20px;
    color: #fff;
}
.next-episode{
    display: block;
    text-align: left;
}
.next-episode a {
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid #4b555f;
    background: none;
    padding: 10px 20px;
    color: #fff;
}
.anime-page-link{
    display: block;
    text-align: center;
}
.anime-page-link a{
    display: inline-block;
    background-color: #009ec0;
    padding: 10px 30px;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
}

.episode-download-container{
    padding: 20px 0px;
}
.episode-download-container .panel {
    margin-bottom: 0px;
}
.episode-download-container .panel.with-nav-tabs .panel-heading {
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
    font-size: 14px;
}
ul.quality-list{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
ul.quality-list li{
    float: right;
    margin-left: 8px;
    margin-bottom: 10px;
}
ul.quality-list li:first-child{
    background-color: #1c1e20;
    color: #fff;
    padding: 10px 12px;
    border-radius: 30px;
    border: 1px solid transparent;
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
}
ul.quality-list li a {
    display: block;
    background-color: #fff;
    color: #1c1e20;
    padding: 10px 12px;
    border-radius: 30px;
    border: 1px solid #adadad;
}
.no-links-found{
    text-align: center;
    color: #1e1e1e;
    margin-bottom: 15px;
}
.episode-tags-list{
    margin-top: 24px;
    display: block;
}
.episode-tags-list a{
    background-color: #ecf0f1;
    padding: 9px 15px;
    border-radius: 4px;
    color: #1e1e1e;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
}
.episode-tags a{
    padding: 10px 20px;
    margin-left: 3px;
    margin-bottom: 5px;
    background-color: #eaeaea;
    display: inline-block;
    color: #1c1e20;
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
    border-radius: 30px;
}
.episode-tags a:hover{
	color: #009ec0;
}
/* END EPISODE PAGE */

/* EPISODE WATCH NAV TABS */
.episode-watch-conteiner .nav-tabs {
    border-bottom: 1px solid #3f3f3f;
    margin-bottom: 5px;
}
.episode-watch-conteiner .nav-tabs > li {
    margin-bottom: 0px;
}
.episode-watch-conteiner .nav-tabs > li.active > a, .episode-watch-conteiner .nav-tabs > li.active > a:hover, .episode-watch-conteiner .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #009ec0;
    border: 1px solid transparent;
}
.episode-watch-conteiner .nav-tabs > li > a {
    border-radius: 0px;
    color: #fff;
    font-family: 'DroidKufi-Regular', Arial, sans-serif;
    background-color: #232423;
    cursor: pointer;
}
.episode-watch-conteiner .nav-tabs > li > a:hover {
    border-color: transparent;
    background-color: #151515;
}
/* END EPISODE WATCH NAV TABS */

/* POST INFO CONTENT */
.user-post-info-content{
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
    color: #fff;
    padding: 15px 0px;
    background-color: #151515;
}
.user-post-info-content span {
    display: block;
    padding: 5px 0px;
    text-align: center;
    text-align: center;
}
.user-post-info-content a:hover{
    color: #fff;
}
/* END POST INFO CONTENT */

/* CATEGORY PAGE CONTENT */
.category-posts{
    padding: 15px;
}
ul.category-posts-list{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
ul.category-posts-list li{
    border-bottom: 1px dotted #d9d9d9;
    padding: 10px 0px;
}
ul.category-posts-list li:first-child {
    padding-top: 0px;
}
ul.category-posts-list li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}
.cat-post-thumbnail{
    position: relative;
}
.cat-post-thumbnail a{
    color: #fff;
}
.cat-post-thumbnail a:hover{
    color: #232423;
}
.post-category-thumbnail{
    height: 168px;
}
.post-category-thumbnail img{
    width: 100%;
    height: 100%;
}
.thumbnail-date-label{
    position: absolute;
    background-color: #009ec0;
    color: #fff;
    font-family: 'DroidKufi-Regular', Arial, sans-serif;
    bottom: 12px;
    right: 0;
    z-index: 1;
    padding: 7px;
}
h4.thumbnail-title-label{
    position: absolute;
    right: 0;
    top: 105px;
    font-size: 15px;
    margin: 0;
    color: #fff;
    text-shadow: 1px 1px 1px #222;
    font-family: 'DroidKufi-Regular', Arial, sans-serif;
    z-index: 1;
    padding: 8px;
}
.cat-post-details{
    margin-top: 3px;
}
.cat-post-details h2{
    font-family: 'DroidKufi-Regular', Arial, sans-serif;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}
.cat-post-details h2 a{
    color: #1c1e20;
}
.cat-post-details h2 a:hover{
    color: #009ec0;
}
.cat-post-details p{
    text-align: justify;
}
.cat-post-postmeta{
    
}
.cat-post-postmeta span{
    float: right;
    padding: 7px 0px;
    margin-left: 15px;
}
.cat-post-postmeta i {
    color: #b9b9b9;
}
.category-pagination-content{
    margin-top: 2px;
    margin-bottom: 15px;
    padding: 15px;
}
.category-pagination-content .pagination{
    margin: 0px;
}
/* END CATEGORY PAGE CONTENT */

/* PAGE/POST CONTENT */
.post-page{
    background: none !important;
}
.post-content{
    padding: 15px;
}
.post-info{
    padding: 7px;
    color: #fff;
    font-family: 'DroidKufi-Regular', Arial, sans-serif;
}
.post-info a{
    color: #fff;
}
.post-info a:hover{
    color: #232423;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6{
    font-family: 'DroidKufi-Regular', Arial, sans-serif;
}
.post-thumbnail{
    margin-bottom: 10px;
}
.post-content p{
    font-size: 14px;
}
.post-content img{
    max-width: 100%;
}
.post-content .videoWrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 15px;
}
.post-content .videoWrapper iframe, .video-content .videoWrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.post-tags {
    background-color: #eaeaea;
    display: inline-block;
    padding: 10px;
    margin-top: 20px;
    font-family: 'DroidKufi-Regular', Arial, sans-serif;
}
.post-tags a {
    color: #1e1e1e;
}
.post-tags a:hover {
    color: #5f5f5f;
    text-decoration: none;
}
.post-sharing{
    margin-top: 2px;
    padding: 15px;
    font-family: 'DroidKufi-Regular', Arial, sans-serif;
}
.social {
    text-align: center;
}
.social a {
    display: inline-block;
    margin: 0;
    padding: 6px 12px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
.twitter-share {
    background-color: #1ca9e1;
}
.facebook-share {
    background-color: #3c5a9a;
}
.google-plus-share {
    background-color: #D34836;
}
.linkedin-share {
    background-color: #0e76a8;
}
.youtube-share{
    background-color: #ce332d;
}
.instagram-share{
    background-color: #4270a3;
}
/* END PAGE/POST CONTENT */

/* ERRORS */
.no-posts-found{
    text-align: center;
}
.no-posts-found img{
    margin-right: auto;
    margin-left: auto;
}
.page-404 .search-box{
    background-color: #fff;
    padding: 15px;
}
/* END ERRORS */

/* ANIME CARDS */
.anime-card-container{
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.18);
}
.anime-card-poster{
    height: 262px;
}
.anime-card-poster .hover{
    /*border-radius: 8px;*/
}
.anime-card-poster img{
    width: 100%;
    height: 100%;
}
.anime-card-title{
    color: #1e1e1e;
    font-size: 1.1em;
    padding: 12px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}
.anime-card-title h3{
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 5px 0px;
    white-space: nowrap;
    width: 157px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    direction: ltr;
}
.anime-card-title a{
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
    color: #1e1e1e;
}
.anime-card-title > h3 > a:hover ~ .anime-card-title > h3{
    background-color: #000 !important;
    white-space: normal;
    width: 100%;
    overflow: visible;
    text-overflow: none;
    text-align: center;
    direction: ltr;
}
.anime-card-episode-no{
    font-size: 1.1em;
    padding: 12px;
    width: 100%;
    text-align: center;
}
.anime-card-episode-no a{
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
}
.anime-card-type{
    position: absolute;
    bottom: 40px;
    right: 8px;
    color: #fff;
    z-index: 3;
    background-color: #ffaa00;
    padding: 4px 14px;
    border-radius: 10px;
}
.anime-card-type a{
    color: #fff;
    font-weight: bold;
    font-family: 'NeoSansArabic', Arial, sans-serif;
}
.anime-card-status{
    position: absolute;
    top: 8px;
    left: 8px;
    color: #fff;
    z-index: 3;
    background-color: #232423;
    padding: 4px 14px;
    border-radius: 10px;
}
.anime-card-status a{
    color: #fff;
    font-weight: bold;
    font-family: 'NeoSansArabic', Arial, sans-serif;
}
.anime-card-status.airing-status{
    background-color: #48c76d !important;
}
.anime-card-status.not-yet-aired-status{
    background-color: #f7464a !important;
}
/* END ANIME CARDS */

/* EPISODES CARDS */
.episodes-card-container{
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.18);
}
.episodes-card{
    height: 175px;
}
.episodes-card .hover{
    /*border-radius: 8px;*/
}
.episodes-card img{
    width: 100%;
    height: 100%;
}
.episodes-card-title{
    height: auto;
    color: #FFF;
    font-size: 1.1em;
    padding: 12px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    padding-top: 0px;
    z-index: 3;
}
.episodes-card-title h3{
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 5px 0px;
}
.episodes-card-title a{
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
    color: #fff;
}
.episodes-card-type{
    position: absolute;
    top: 8px;
    left: 8px;
    color: #fff;
    z-index: 3;
    background-color: #232423;
    padding: 4px 14px;
    border-radius: 10px;
}
.episodes-card-type a{
    color: #fff;
    font-weight: bold;
    font-family: 'NeoSansArabic', Arial, sans-serif;
}
.ep-card-anime-title {
    color: #1e1e1e;
    font-size: 1.1em;
    padding: 12px;
    width: 100%;
    text-align: center;
}
.ep-card-anime-title h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 5px 0px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    direction: ltr;
    margin: auto;
}
.ep-card-anime-title a {
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
    color: #1c1e20;
}
/* END EPISODES CARDS */

/* POSTS CARDS */
.post-card-container{
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.18);
}
.post-card-thumbnail .hover{
	height: 225px;
}
.post-card-thumbnail img{
    width: 100%;
    height: 100%;
}
.post-card-details{
    background-color: #fff;
    padding: 15px;
    display: inline-block;
    height: 172px;
    overflow: hidden;
    width: 100%;
}
.post-card-title{
    margin-top: 10px;
    margin-bottom: 15px;
}
.post-card-title h1{
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
.post-card-title a{
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
    color: #1c1e20;
}
.post-card-statistics{
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    z-index: 3;
    background-color: #1c1e20;
    padding: 4px 14px;
    border-radius: 10px;
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
}
.post-card-statistics a{
    color: #fff;
    font-weight: bold;
    font-family: 'NeoSansArabic', Arial, sans-serif;
}
.post-card-cat{
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    z-index: 3;
    background-color: #ffc000;
    padding: 4px 14px;
    border-radius: 10px;
}
.post-card-cat a{
    color: #fff;
    font-weight: bold;
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
}
.post-card-date{
    display: inline-block;
    color: #fff;
    background-color: #009ec0;
    padding: 4px 14px;
    border-radius: 10px;
    font-family: 'NeoSansArabic-Bold', Arial, sans-serif;
    position: absolute;
    bottom: 164px;
}
.post-card-date a{
    color: #fff;
    font-weight: bold;
    font-family: 'NeoSansArabic', Arial, sans-serif;
}
.post-card-excerpt{
    margin-top: 15px;
}
.post-card-excerpt p{
    margin: 0px;
    text-align: justify;
}
/* END POSTS CARDS */

/* TABS PANEL */
.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #1c1e20;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
/* END TABS PANEL */

/* COMMENTS */
.comment-form{
	background-color: #1e1e1e;
	padding: 10px;
}
.comment-form .btn {
    border-radius: 0;
    font-family: 'DroidKufi-Regular', Arial, sans-serif;
}
.comment-form .form-control {
    color: #fff !important;
    background-color: #272727;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    transition: none;
	font-family: 'DroidKufi-Regular', Arial, sans-serif;
}
.comment-form .form-control::-moz-placeholder{color: #606060; font-size: 12px;}
.comment-form .form-control::-webkit-placeholder{color: #606060; font-size: 12px;}
.comment-form .form-control:-ms-placeholder{color: #606060; font-size: 12px;}
.comment-form p{
	color: #ffffff;	
}
.comment-form a{
	text-decoration: none;
	color: #009ec0;	
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.comment-form a:hover{
	text-decoration: none;
	color: #ffffff;	
}
.comment-col1{
	float: right;
	width: 12%;
}
.comment-col2{
	float: right;
	width: 88%;
}
.commentlist .reply {}
.commentlist .reply a {
	position: relative;
    text-decoration: none;
    float: right;
	background-color: #2d2e2d;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 10px;
	padding: 2px 5px 5px 28px;
	font-family: 'DroidKufi-Regular', Arial, sans-serif;
	font-size: 14px;
}
.commentlist .reply a:after{
    content: "\f112";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 19px;
    padding-right: 0.5em;
    position: absolute;
	top: 0px;
	left: 4px;
}
.commentlist .alt {}
.commentlist .odd {}
.commentlist .even {}
.commentlist .thread-alt {}
.commentlist .thread-odd {}
.commentlist .thread-even {}
.commentlist li ul.children .alt {}
.commentlist li ul.children .odd {}
.commentlist li ul.children .even {}
.commentlist .vcard {}
.commentlist .vcard cite.fn {
	font-family: 'DroidKufi-Regular', Arial, sans-serif;
	font-size: 14pt;
}
.commentlist .vcard span.says {}
.commentlist .vcard img.photo {}
.commentlist .vcard img.avatar {
    border-radius: 50% !important;
    padding: 4px !important;
    border: 1px solid #E0E0E0;
}
.commentlist .vcard cite.fn a.url {
	color: #008cb7;	
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.commentlist .vcard cite.fn a.url:hover{
	text-decoration: none;
	color: #1e1e1e;
}
.commentlist .comment-meta {} 
.commentlist .comment-meta a {
	color: #999999;	
}
.commentlist .commentmetadata {}
.commentlist .commentmetadata a {
	color: #999999;
}
.commentlist .parent {}
.commentlist .comment {}
.commentlist .children {}
.commentlist .pingback {}
.commentlist .bypostauthor {
	position: relative;
	background: url("images/author_label.png") no-repeat scroll right bottom #f4f4f5 !important;
	border-bottom: 2px solid #009ec0;	
}
.single-comments .commentlist .bypostauthor {
    background: url("images/author_label.png") no-repeat scroll right bottom #fff !important;
}
.commentlist .comment-author {}
.commentlist .comment-author-admin {}
.commentlist {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.commentlist li {
	position: relative;
	background-color: #ffffff;
	margin-bottom: 10px !important;
	padding: 10px;
}
.commentlist li ul {
	padding: 0;
	margin: 0px 83px 0px 0px;
	list-style-type: none;	
}
.commentlist li ul.children li {
	margin-bottom: 0 !important;
}
.commentlist li ul.children li.bypostauthor {
	background-color: #fcfbfa;	
}
#cancel-comment-reply {
	margin-bottom: 10px;
}
#cancel-comment-reply a {
	text-decoration: none;
	color: #009ec0;	
	font-family: 'DroidKufi-Regular', Arial, sans-serif;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#respond h3{
	font-family: 'DroidKufi-Regular', Arial, sans-serif;
	font-size: 21px;
}
#respond h3 a{
	text-decoration: none;
	color: #009ec0;	
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#comments{
	font-family: 'DroidKufi-Regular', Arial, sans-serif;
	font-size: 21px;
	margin-top: 0;
}
/* END COMMENTS */

/* FANUBS LIST */
.fanusbs-list-content{
    padding: 0px 15px;
}
.fanusbs-list-content .row {
    /* column width */
    column-width: 25em;
	-moz-column-width: 25em;
	-webkit-column-width: 25em;
	
    /* space between columns */
    column-gap: 1em;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
}
.fanusbs-list-content .item {
	display: inline-block;
	width: 100%;
}
.fanusbs-list-content .panel-default > .panel-heading {
    color: #fff;
    background-color: #1e1e1e;
    border-color: #ddd;
    font-weight: bold;
}
/* END FANUBS LIST */

/* FOOTER */
.footer{
    background-color: #1e1e1e;
    color: #7f7f7f;
    padding: 30px 0px;
}
.footer p{
    margin: 0px;
}
.footer a:hover{
    color: #fff;
}
ul.footer-social{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
ul.footer-social li{display: inline-block;}
ul.footer-social li a{
    color: #fff;
    padding: 4px 9px;
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    display: block;
    border-radius: 20px;
}
.site-copyrights{
    margin-top: 3px;
}
.developer-copyrights p{
    text-align: left;
    margin-top: 10px;
}
/* END FOOTER */

/* ---- Responsive ---- */
@media (max-width: 767px) {

    /* REST */
    .col-no-padding{
        padding: 0px 15px !important;
    }
    .col-no-padding-right{
        padding-right: 15px !important;
    }
    .col-no-padding-left{
        padding-left: 15px !important;
    }
    .col-mobile-no-padding{
        padding: 0px !important;
    }
    .right-float{
        float: none;
    }
    .left-float{
        float: none;
    }
    .nav-tabs > li {
        float: right;
    }

    /* END REST */
    
    /* HEADER */
    .logo{
        text-align: center;
    }
    .menu{
        display: none;
        border: 1px solid #e0e0e0;
    } 
    .mobile-menu{
        display: block;
    }
    .menu li{
        display: block;
        margin: 0;
    }
    .menu li a {
        background-color: #ffffff;
        color: #1e1e1e;
        border-top: 1px solid #e0e0e0;
        padding: 9px;
        font-size: 12px;
    }
    .active-menu{
        padding: 9px !important;
        text-align: center !important;
    }
    .menu li a:hover, .menu li:hover > a{
        background-color: #0089a7;
        color: #ffffff;
    }
    .menu ul li a {
        padding: 9px;
        background-color: #efefef;
        color: #232423;
    }
    .menu ul {
        display: block;
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    } 
    .menu ul ul {
        right: 0;
    }
    /* END HEADER */

    /* SLIDER */
    .lucodeia-slider-meta h1 { font-size: 22px; }
    .lucodeia-slider-meta h3 { font-size: 18px; }
    /* END SLIDER */
    
    /* ANIME CARDS */
    .anime-card-poster{
        height: auto;
    }
    .anime-card-title h3{
        width: 100%;
    }
    /* END ANIME CARDS */

    /* WIDGETS */
    .main-didget-head {
        text-align: center;
    }
    .main-didget-head .see-all{
        float: none;
        display: block;
        margin-bottom: 15px;
    }
    .main-widget-body .owl-nav{
        position: relative;
        top: 0px;
        left: 0px;
        text-align: center;
        margin-top: 10px;
    }
    /* WIDGETS */

    /* EPISODES CARDS */
    .episodes-card{
        height: auto;
    }
    /* END EPISODES CARDS */
 
    /* FOOTER */
    .footer{
        text-align: center;
    }
    .site-copyrights {
        margin-bottom: 10px;
    }
    .developer-copyrights p {
        text-align: center;
    }
    /* END FOOTER */
    
    /* FILTER SECTION */
    .anime-filter-options .btn-default {
        margin-bottom: 10px;
    }
    .e-alphabetical-filter .pagination > li > a, .e-alphabetical-filter .pagination > li > span, .a-alphabetical-filter .pagination > li > a, .a-alphabetical-filter .pagination > li > span {
        margin-bottom: 5px;
    }
    .e-alphabetical-filter .pagination > li > a, .e-alphabetical-filter .pagination > li > span {
        float: none;
        display: inline-block;
    }
    .a-alphabetical-filter .pagination > li > a, .a-alphabetical-filter .pagination > li > span {
        float: none;
        display: inline-block;
    }
    /* END FILTER SECTION */  
    
    /* ANIME PAGE */
    .anime-info-right{
        float: right;
        width: 100%;
        padding: 7px;
        text-align: center;
    }
    .anime-info-left{
        float: right;
        width: 100%;
        padding: 7px;
        text-align: center;
    }
    .anime-external-links .anime-trailer{
        display: block;
        margin-bottom: 10px;
    }
    .anime-external-links .anime-mal{
        display: block;
    }
    .search-for-episode {
        float: none;
        margin-bottom: 15px;
    }
    /* END ANIME PAGE */

    /* EPISODE PAGE */
    .all-episodes{
        margin-bottom: 15px;
    }
    .previous-episode {
        text-align: center;
    }
    .anime-page-link {
        margin: 10px 0px;
    }
    .next-episode {
        text-align: center;
    }
    /* END EPISODE PAGE */
    
    /* CATEGORY PAGE CONTENT */
    .cat-post-postmeta span{
        float: right;
        padding: 0px;
        margin: 0px;
        width: 50%;
    }
    .cat-post-details h2{
        display: block;
        margin-top: 10px;
    }
    /* END CATEGORY PAGE CONTENT */
    
    /* PAGE/POST CONTENT */
    .post-thumbnail img{
        height: auto;
    }
    .post-content img{
        height: auto;
    }
    .related-video-post{
        padding: 15px;
    }
    .social a {
        margin-bottom: 4px;
    }
    /* END PAGE/POST CONTENT */

}