@charset "utf-8";
.search_overlay,
.top_search {
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden
}

header .header-right,
header .logo,
header .menu {
    display: inline-block;
    vertical-align: middle
}

.custom-btn.btn-default,
.custom-table h2,
.sub-heading a,
.top-tab .nav-tabs>li>a,
.trending-table h3 {
    text-transform: uppercase
}

@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');
body {
    font-family: 'Noto Sans', sans-serif;
}

.main {
    overflow: hidden
}

.main-header {
    position: relative
}

.top_search {
    padding: 30px 0;
    position: absolute;
    top: -100%;
    z-index: 999;
    background-color: #eb3e6f;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s
}

.search_overlay {
    background-color: rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%
}

.search_bar {
    position: relative
}

.top_search .form-control {
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: none;
    height: 48px;
    font-size: 24px;
    font-weight: 400;
    padding-right: 45px
}

.search_bar a.search_close {
    position: absolute;
    top: 10px;
    right: 10px
}

.top_search.open {
    visibility: visible;
    position: fixed;
    opacity: 1;
    top: 0;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s
}

.top_search .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.top_search .form-control::-webkit-placeholder {
    color: #fff!important;
    opacity: 1
}

.top_search .form-control::-o-placeholder {
    color: #fff;
    opacity: 1
}

.top_search .form-control::-ms-placeholder {
    color: #fff;
    opacity: 1
}

header {
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(243, 243, 243, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(243, 243, 243, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(243, 243, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
    padding: 0;
    clear: both;
    position: relative;
    z-index: 9
}

header .logo {
    width: 21%
}

header .menu {
    width: 55%;
}

header .header-right {
    width: 23%
}

header .menu .flexnav li {
    width: auto;
    background: 0 0;
    float: none;
    display: inline-block;
    margin: 0
}

header .menu .flexnav>li>a {
    padding: 15px 10px;
    background: 0 0;
    border: 0;
    color: #000;
    font-size: 14px;
}

header .menu .flexnav li a:hover {
    background: #eb3e6f;
    color: #fff;
    text-decoration: none
}

header .flexnav li ul li a,
header .header-right .border-btn {
    background: 0 0
}

header .menu .flexnav .touch-button {
    display: none
}

header .header-right ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: right
}

header .header-right ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    list-style: none;
    margin-left: 14px
}

header .header-right ul li:first-child {
    margin-left: 0
}

header .header-right .social-icon li img {
    opacity: .77%;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    width: 35px;
    height: 35px;
}

header .header-right .social-icon li:hover img {
    opacity: 1;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    margin-top: -14px
}

header .header-right .social-icon li {
    margin-left: 8px
}

header .header-right .border-btn {
    border-top: 0;
    border-bottom: 0;
    color: #ea2e63;
    font-size: 14px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    box-shadow: none;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

header .header-right .border-btn:hover {
    color: #000;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

header .flexnav li ul li a {
    border: 0;
    padding: 10px 15px
}

.ad-content p,
.top-tab .nav-tabs>li>a {
    font-family: 'Noto Sans', sans-serif;
}

header.flexnav li ul {
    padding: 10px 0
}

header .menu .flexnav li ul li {
    float: none;
    width: 100%;
    display: block;
    text-align: left;
    margin: 0
}

.latest-left,
.latest-middle,
.latest-right,
.see-all a {
    display: inline-block
}

header .flexnav li>ul {
    position: absolute;
    top: 48px;
    left: -49px;
    opacity: 1;
    visibility: visible;
    height: 1px;
    z-index: 1;
    min-width: 220px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -o-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    right: 0;
    margin: auto;
    background: #f2f2f2
}

header .flexnav li:hover>ul {
    top: 48px
}

header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    margin: auto
}

.ad-section {
    margin: 15px 0
}

.ad-content {
    max-width: 970px;
    width: 100%;
    border: 2px solid #dedede;
    margin: auto;
    text-align: center;
    height: 69px;
    line-height: 66px
}

.ad-content p {
    margin: 0;
    color: rgba(0, 0, 0, .3);
    font-size: 22px
}

.ad-content.ad-728 {
    max-width: 728px
}

.top-tab {
    padding: 23px 0
}

.prl-34 {
    padding: 0 34px
}

.ptb-23 {
    padding-top: 23px;
    padding-bottom: 23px
}

.top-tab .nav-tabs {
    border: 0
}

.top-tab .nav-tabs>li {
    float: left;
    margin-bottom: 17px;
    margin-right: 22px
}

.top-tab .nav-tabs>li.active>a,
.top-tab .nav-tabs>li.active>a:focus,
.top-tab .nav-tabs>li.active>a:hover,
.top-tab .nav-tabs>li>a:hover {
    border: 0;
    padding: 0;
    color: #e9265e;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.top-tab .nav-tabs>li>a {
    border: 0;
    padding: 0;
    font-size: 14px;
    color: #727272;
    background: 0 0;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.sub-heading {
    margin-top: 19px
}

.sub-heading a {
    color: #e9265e;
    font-size: 13px;
    text-decoration: none
}

.custom-carousel .owl-carousel .owl-nav .owl-next {
    background: url(../images/right-arrow.png) no-repeat;
    font-size: 0;
    height: 39px;
    width: 47px;
    position: absolute;
    top: 31%;
    right: -26px;
    opacity: 1;
    margin: 0
}

.custom-carousel .owl-carousel .owl-nav .owl-prev {
    background: url(../images/left-arrow.png) no-repeat;
    font-size: 0;
    height: 39px;
    width: 47px;
    position: absolute;
    top: 31%;
    left: -26px;
    opacity: 1;
    margin: 0
}

.carousel-content p {
    color: #000;
    font-size: 16px;
    line-height: 23px;
}

.top-tab.custom-carousel {
    padding-bottom: 0;
}

.carousel-content figure {
    overflow: hidden
}

.carousel-content figure img {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s
}

.carousel-content:hover figure img,
.latest-content figure img {
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.carousel-content:hover figure img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s
}

.custom-carousel .owl-theme .owl-nav .owl-next:hover {
    background: url(../images/right-arrow.png);
    color: #FFF;
    text-decoration: none
}

.custom-carousel .owl-theme .owl-nav .owl-prev:hover {
    background: url(../images/left-arrow.png);
    color: #FFF;
    text-decoration: none
}

.custom-carousel .owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
    max-width: 100%
}

.main-tab {
    overflow: hidden;
}

.top-head {
    position: relative
}

h2.main-heading {
    border-bottom: 1px solid #e5e5e5;
    font-family: philosopherregular;
    color: #333;
    font-size: 30px;
    padding-bottom: 13px
}

.latest-left {
    vertical-align: top;
    width: 69%
}

.latest-middle {
    vertical-align: top;
    width: 23%;
    margin: 0 40px;
}

.latest-right {
    vertical-align: top;
    width: 23.9%
}

.top-head {
    padding: 0 10px
}

.latest-content {
    padding: 28px 10px 0;
    position: relative
}

.latest-content ul {
    padding: 0;
    margin: 0;
    font-size: 0
}

.latest-content ul li {
    font-size: 14px;
    list-style: none;
    margin-bottom: 23px
}

.latest-content figure {
    font-size: 0;
    width: 100%
}

.ad-area figure p,
.fig-content p {
    font-size: 16px;
}

.latest-content .ad-area figure {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.taboola-content ul li,
.video-left,
.video-right,
.video-right ul li {
    vertical-align: top;
    display: inline-block;
}

.ad-area figure p {
    color: rgba(0, 0, 0, .3);
}

.fig-content .sub-heading {
    margin: 0;
}

.fig-content h4 {
    color: #898989;
    margin: 0;
    font-size: 12px;
    padding-bottom: 3px;
}

.fig-content {
    border: 1px solid #edecec;
    width: 100%;
    padding: 11px 10px 20px;
    height: 185px;
}

.fig-content p {
    color: #000;
    line-height: 23px
}

.fig-content p a {
    color: #000;
}

.fig-content p a:hover {
    color: #000;
    text-decoration: none;
}

ul.twoCol li.firstArticle {
    width: 57%;
    float: left;
}

ul.twoCol {
    float: left;
    width: 95%;
}

ul.twoCol li.twoColAds {
    width: 37%;
    float: right;
}

.latest-left li:first-child {
    width: 100%;
    display: block
}

.latest-left li {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.latest-photo-gallery li {
    width: 22%;
    margin: 20px 16px 10px 16px;
    display: inline-block;
    vertical-align: top;
}

.latest-photo-gallery li:nth-child(10),
.latest-photo-gallery li:nth-child(14) {
    /*margin-left: 22px;*/
    margin-left: 16px;
    margin-right: 22px;
}

.fig-content {
    border: 1px solid #edecec;
    width: 100%;
    padding: 11px 10px 20px;
    height: 155px;
}

li.fullWidth {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

.latest-right {
    margin: 20px;
}

.custom-btn.btn-default {
    color: #eb3d6e;
    border: 2px solid #eb3d6e;
    text-align: center;
    margin: auto;
    width: 290px;
    height: 59px;
    display: block;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    line-height: 59px;
    font-family: futura_bk_btbook;
    font-weight: 600;
    background: 0 0
}

.custom-btn.btn-default:active,
.custom-btn.btn-default:focus,
.custom-btn.btn-default:hover {
    background: #eb3d6e;
    color: #fff;
    text-decoration: none;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.carousel-content .owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
    max-width: 100%;
}

.latest-content figure img {
    max-width: 100%;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

.latest-middle figure img {
    width: 289.8px;
}

.latest-right figure img {
    width: 301px;
}

.latest-content ul li:hover figure img,
.taboola-content ul li figure img {
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.latest-content ul li figure {
    overflow: hidden
}

.latest-content ul li:hover figure img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s
}

.photo-gallery {
    margin-top: 0px;
    margin-bottom: 30px;
}

.gallery-content {
    margin-top: 45px;
}

.prl-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.photo-gallery .custom-carousel .sub-heading {
    margin-top: 12px;
}

.main-tab .sub-heading {
    margin-top: 6px;
    height: 20px;
}

.popular-video {
    padding: 40px 0 10px
}

.video-content {
    margin: 35px 10px 15px
}

.video-left {
    width: 57%;
    margin-right: 45px;
    float: left;
    margin-top: 15px;
}

.video_section {
    position: relative;
}

.video-wrapper {
    position: relative;
}

.video-wrapper>video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper>video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

.video-left img.video_img {
    width: 717px;
    height: 426px
}

.popular-video figure img {
    max-width: 100%
}

.video-right {
    width: 17.5%;
    float: left;
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 6px;
    height: 190px;
    margin-top: 15px;
}

.video-right ul {
    padding: 0;
    margin: 0;
    font-size: 0
}

.video-right ul li {
    margin-bottom: 22px;
    font-size: 14px;
    list-style: none;
}

.video-right ul li img.video_img {
    height: 138px;
    width: 223px
}

.video-right ul li:nth-child(2n+2) {
    margin-left: 25px
}

.video-right .sub-heading {
    margin-top: 0
}

.video-right ul li p {
    color: #000;
    font-size: 15px;
}

.taboola-feed {
    margin: 0 0 20px
}

.taboola-top {
    position: relative;
    padding: 0 10px
}

.taboola-top .taboola-link {
    position: absolute;
    top: -4px;
    right: 12px
}

.taboola-content ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    text-align: center
}

.taboola-content ul li {
    font-size: 14px;
    list-style: none;
    width: 16.1%;
    text-align: center;
    margin: 0 3px;
    padding: 0 0 15px
}

.taboola-content {
    margin: 0 10px;
    border: 1px solid #f1f1f1;
    padding: 13px 0
}

.taboola-content span {
    text-align: left;
    display: block;
    font-size: 19px;
    color: #000
}

.taboola-content strong,
.taboola-link a {
    font-size: 11px;
    font-family: Conv_arial
}

.figure-content {
    padding: 0 5px
}

.taboola-content strong {
    text-align: left;
    display: block;
    color: #aeaeae;
    font-weight: lighter
}

.movie-fig-cont,
.movie-left,
.movie-right,
.movie-right figure,
.trending-left,
.trending-right {
    vertical-align: top;
    display: inline-block
}

.taboola-link a {
    color: #707070;
    text-decoration: none;
    font-weight: 100
}

.taboola-link img {
    margin-bottom: -2px
}

.taboola-content figure img {
    max-width: 100%
}

.taboola-content ul li figure {
    overflow: hidden
}

.taboola-content ul li figure img {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s
}

.movie-content .nav-tabs>li>a,
.taboola-content ul li:hover figure img {
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.taboola-content ul li:hover figure img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s
}

.taboola-content ul li:hover a {
    text-decoration: none
}

.taboola-content ul li:hover span {
    color: #eb3d6e
}

.movie-block {
    padding-top: 20px;
    padding-bottom: 12px
}

.movie-block h2.main-heading {
    padding-bottom: 19px
}

.movie-content .nav-tabs {
    border: 0
}

.movie-content .nav-tabs>li {
    margin-bottom: 0;
    margin-right: 25px
}

.movie-content .nav-tabs>li>a {
    border: 0;
    padding: 14px 0;
    font-size: 14px;
    color: #727272;
    text-transform: uppercase;
    font-family: futura_bk_btbook;
    font-weight: 500;
    background: 0 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s
}

.movie-left h3 a,
.movie-right h3 a {
    font-family: futura_bk_btbook;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.movie-content .nav-tabs>li.active>a,
.movie-content .nav-tabs>li.active>a:focus,
.movie-content .nav-tabs>li.active>a:hover,
.movie-content .nav-tabs>li>a:hover {
    border: 0;
    color: #e9265e;
    font-size: 14px;
    font-family: futura_bk_btbook
}

.movie-left {
    margin-right: 39px;
    width: 59%
}

.movie-left figure img {
    max-width: 100%
}

.movie-right {
    width: 37.4%
}

.movie-content .tab-content {
    margin-top: 16px
}

.movie-right figure {
    width: 24.8%
}

.movie-fig-cont {
    width: 71.5%;
    margin-left: 7px
}

.nodePathAnc {
    color: #000000;
}

.nodePathAnc:hover {
    color: #000000;
    text-decoration: none;
}

.movie-left h3 a {
    font-size: 20px;
    letter-spacing: .8px;
    color: #000;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s
}

.movie-right h3 a {
    font-size: 18px;
    color: #000;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s
}

.movie-right h3 {
    margin-bottom: 8px
}

.movie-right p {
    font-size: 16px;
    color: #000;
    line-height: 24px
}

.movie-right ul {
    margin: 0;
    padding: 0;
    font-size: 0
}

.movie-right li {
    margin-bottom: 30px;
    list-style: none;
    font-size: 14px
}

.movie-right li:last-child {
    margin-bottom: 0
}

.movie-left h3 {
    margin: 7px 0
}

.movie-left h3 span {
    float: right;
    font-size: 15px;
    font-weight: 700;
    color: #000
}

.movie-left p {
    font-size: 16px;
    color: #000;
    line-height: 24px
}

.ad-right figure p,
.trending-table h3 {
    font-family: futura_bk_btbook
}

.movie-left:hover h3 a,
.movie-right ul li:hover h3 a {
    color: #eb3d6e;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s
}

.trending-right {
    width: 23.85%
}

.trending-content {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 22px 10px 34px;
    padding-top: 54px;
    padding-bottom: 53px
}

.trending-left {
    width: 74.9%;
    margin-right: 11px
}

.ad-right {
    height: 600px;
    border: 3px solid #edecec;
    width: 100%;
    display: table
}

.ad-right figure {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.ad-right figure p {
    font-size: 22px;
    color: rgba(0, 0, 0, .3);
    margin: 0
}

.trending-table h3 {
    font-size: 20px;
    color: #727272
}

.p-0 {
    padding: 0
}

.trending-table {
    display: inline-block;
    width: 48.5%;
    padding-top: 18px;
    margin-right: 10px;
    vertical-align: top
}

.trending-table .owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    vertical-align: middle
}

.trending-table table {
    width: 100%;
    text-align: center
}

.trending-table table tr td {
    text-align: center;
    color: #000;
    font-family: futura_lt_btlight;
    font-weight: 600;
    font-size: 16px
}

.trending-table table tr td:first-child {
    text-align: left;
    padding: 6.5px 13px;
    width: 50%
}

.trending-table table tr th:first-child {
    text-align: left;
    width: 50%;
    padding: 0 13px
}

.trending-table table tr th {
    background: #ec2c29;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 5px 3px;
    width: 19%
}

.custom-table h2,
.trending-table table tr td .actor-intro span,
.trending-table table tr td .actor-intro strong,
.trending-table table tr td .actor-intro strong b {
    color: #000;
    font-family: futura_lt_btlight
}

.custom-table h2 {
    background: #f7f7f7;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px 0
}

.custom-table {
    margin-top: 20px;
    padding: 0
}

.trending-table table tr td figure {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle
}

.trending-table table tr td .actor-intro {
    display: inline-block;
    width: 62%;
    vertical-align: middle;
    margin-left: 10px
}

.trending-table table tr td .actor-intro span {
    display: block;
    font-size: 15px;
    font-weight: 600
}

.trending-table table tr td .actor-intro strong {
    display: block;
    font-size: 15px;
    font-weight: 400
}

.trending-table table tr td .actor-intro strong b {
    font-size: 15px;
    font-weight: 600
}

footer .footer-left p,
footer .footer-right ul li a {
    color: rgba(255, 255, 255, .7);
    font-family: Conv_micross
}

.trending-btn .custom-btn.btn-default {
    width: 164px;
    height: 43px;
    display: inline-block;
    line-height: 41px;
    font-weight: 600;
    font-size: 14px
}

.trending-btn {
    text-align: right;
    margin-top: 8px
}

.pink {
    background: #fef7f7
}

.grey {
    background: #fcfcfc
}

.prl-35 {
    padding-left: 35px;
    padding-right: 35px
}

.trending-table-content .carousel-control.left,
.trending-table-content .carousel-control.right {
    background: 0 0;
    height: 39px;
    width: 47px;
    text-shadow: none;
    bottom: auto;
    top: 20px;
    opacity: 1
}

.hindi-section {
    margin-top: 34px
}

.hindi-content {
    margin-top: 40px;
    padding-bottom: 30px
}

.hindi-section .sub-heading {
    margin-top: 13px
}

.hindi-section .carousel-content p {
    font-size: 14px
}

footer {
    background: #2d2d2d;
    padding: 13px 0 7px;
    margin-top: 40px
}

footer figure {
    margin-bottom: 10px
}

footer .footer-left {
    display: inline-block;
    vertical-align: middle;
    width: 40%
}

footer .footer-left p {
    font-size: 14px;
    margin: 0
}

footer .footer-right {
    display: inline-block;
    vertical-align: bottom;
    width: 59%;
    text-align: right;
    padding-top: 10px
}

footer .footer-right ul {
    padding: 0;
    font-size: 0;
    margin: 0
}

footer .footer-right ul li {
    font-size: 14px;
    list-style: none;
    display: inline-block;
    margin-left: 8px
}

footer .footer-right ul li a {
    font-size: 14px;
    text-transform: capitalize;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

footer .footer-right .langu ul li {
    margin-left: 0;
    padding: 0 6px;
    border-left: 0;
    position: relative
}

footer .footer-right .langu ul li::after {
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    height: 13px;
    width: 1px;
    background: #aeaeae;
}

footer .footer-right .langu ul li:last-child {
    padding-right: 0;
}

footer .footer-right .footer-social li figure {
    height: 14px;
    overflow: hidden;
}

footer .footer-right .footer-social li figure img {
    opacity: .77%;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

footer .footer-right .footer-social li figure:hover img {
    opacity: 1;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    margin-top: -14px;
}

footer .footer-right .langu ul li:first-child::after {
    display: none;
}

footer .footer-right .langu ul li a:hover {
    text-decoration: none;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    color: #e9265e;
}

.cbp-spmenu.menu-content {
    background: #f7f7f7;
    position: fixed;
}

.top_headNav {
    position: relative;
}

.menu-content.cbp-spmenu .top_headNav figure {
    padding: 0;
    position: absolute;
    left: 0px;
    top: 35px;
    z-index: 999;
}

.menu-content .top_headNav figure a {
    padding: 0;
    border-bottom: 0;
}

.cbp-spmenu-right.menu-content {
    right: -390px;
}

.cbp-spmenu-vertical.menu-content {
    width: 350px;
}

.menu-content.cbp-spmenu figure.menu-logo {
    background: #ea275f;
    padding: 35px 0;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
}

.header-right button {
    border: 0;
    background: 0 0;
}

.menu-content.cbp-spmenu-vertical ul {
    padding-bottom: 0px;
}

.menu-content.cbp-spmenu-vertical ul li a {
    border-bottom: 1px solid #efefef;
    color: #333;
    text-decoration: none;
    padding: 15px 18px;
}

.menu-content.cbp-spmenu-vertical ul li a.category_heading {
    background-image: url(../images/left_arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    display: block;
}

.menu-content.cbp-spmenu-vertical ul li a.category_heading.collapsed {
    background-image: url(../images/down_arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    display: block;
}

.menu-content.cbp-spmenu-vertical ul li:last-child a {
    border-bottom: 0;
}

.menu-content.cbp-spmenu-vertical {
    border-left: 3px solid #ea275f;
}

.menu-content .menu-ul-content {
    height: 100%;
    background: #fff;
}

.menu-content.cbp-spmenu-vertical ul li a:hover {
    background-color: #fff;
    color: #ea275f;
    text-decoration: none;
}

.menu-content.cbp-spmenu figure a:hover {
    background: #ea275f;
    font-size: 0;
}

.overlay_modal.c-mask-active {
    opacity: .7;
    z-index: 999;
}

.cbp-spmenu.menu-content .nav-social {
    background: #f7f7f7;
    vertical-align: bottom;
    position: absolute;
    z-index: 99;
    width: 100%;
    max-width: 350px;
    padding: 20px 0;
}

.cbp-spmenu.menu-content .nav-social ul {
    font-size: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}

.cbp-spmenu.menu-content .nav-social ul li {
    font-size: 14px;
    display: inline-block;
    margin: 0 12px;
    vertical-align: top;
}

.cbp-spmenu.menu-content .nav-social ul li figure a {
    padding: 0;
    border: 0;
    font-size: 0;
}

.cbp-spmenu.menu-content .nav-social ul li img {
    opacity: .77%;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.cbp-spmenu.menu-content .nav-social ul li:hover img {
    opacity: 1;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.cbp-spmenu.menu-content .nav-social h5 {
    text-align: center;
    color: #ea275f;
    padding: 10px 0;
    font-size: 18px;
    text-transform: uppercase;
}

.cbp-spmenu.menu-content .nav-social .custom-btn.btn-default {
    margin-top: 20px;
    padding: 0;
    width: 200px;
    height: 48px;
    line-height: 46px;
}

.main-menu-open {
    overflow-y: scroll;
}

.article_thumb {
    padding-top: 10px;
    max-width: 400px;
    margin: auto;
}

.article_thumb img {
    max-width: 100%;
}

.article_thumb .small_article_list {
    padding: 0;
    margin: 10px 0 0;
    font-size: 0;
}

.article_thumb .small_article_list li {
    display: block;
    list-style: none;
    width: 100%;
    font-size: 14px;
    position: relative;
    padding-left: 115px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #edecec;
    min-height: 100px;
}

.article_thumb .big_article li {
    list-style: none;
}

.article_thumb .small_article_list li figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 115px;
}

.article_thumb .fig-content {
    padding: 10px 13px 11px;
}

.article_thumb .fig-content .sub-heading {
    margin: 0 0 5px;
}

.article_thumb .small_article_list li .fig-content {
    border: none;
    padding-top: 0;
}

.article_thumb .fig-content p {
    font-size: 16px;
    line-height: 20px;
}

.article_thumb .small_article_list .fig-content {
    padding: 10px 13px 18px;
}

.article_section .ad-area figure {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.mobile_view_btn button {
    border: 0;
    background: 0 0;
    padding-left: 0;
}

.mobile_view_btn button img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.mobile_view_btn.visible-xs {
    position: absolute;
    left: 15px;
    top: 15px;
}

.hindi-content {
    margin-bottom: 5px;
    border-bottom: none;
}

.south_section {
    margin-top: 0;
}

.site_links {
    padding: 0;
    margin: 0;
    text-align: center;
}

.site_links li {
    display: inline-block;
    vertical-align: top;
}

.site_links li a {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    font-family: Conv_micross;
    text-transform: capitalize;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.cbp-spmenu.menu-content .nav-social ul.site_links {
    padding-top: 15px;
}

.cbp-spmenu.menu-content .nav-social ul.site_links li {
    padding: 0px 5px;
}

.cbp-spmenu.menu-content .nav-social ul.site_links li a {
    font-family: "futura_bk_btbook";
    padding: 0;
    border-bottom: none;
}

.cbp-spmenu.menu-content .nav-social ul.site_links li a:hover,
.cbp-spmenu.menu-content .nav-social ul.site_links li a:focus,
.cbp-spmenu.menu-content .nav-social ul.site_links li a:active {
    background-color: #fff;
}

.copyright {
    text-align: center;
    margin-top: 10px;
    font-family: "futura_bk_btbook";
    font-size: 15px;
}

.footer-left .site_links {
    text-align: left;
    margin: 0px;
}

.footer-left .site_links li {
    padding: 0px 6px;
    position: relative;
}

.footer-left .site_links li:first-child {
    padding-left: 0;
}

.footer-left .site_links li a {
    font-family: "Conv_micross";
    padding: 0;
    border-bottom: none;
    text-decoration: none;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.footer-left .site_links li a:hover,
.footer-left .site_links li a:active,
.footer-left .site_links li a:focus {
    text-decoration: none;
    color: #e9265e;
}

.footer-left .site_links li::after {
    position: absolute;
    right: -2px;
    top: 4px;
    background-color: rgba(255, 255, 255, .7);
    content: '';
    width: 1px;
    height: 12px;
}

.footer-left .site_links li:last-child::after {
    display: none;
}

footer .inner_footer p {
    color: rgba(255, 255, 255, .7);
    font-family: "Conv_micross";
    font-size: 14px;
    text-align: center;
    margin: 0;
}

footer .inner_footer {
    border-top: 1px solid #606060;
    margin-top: 10px;
    padding: 10px 0 10px 0;
}

.article_thumb .big_article figure {
    text-align: center;
}

.menu-main .flexnav li {
    list-style: none;
    float: none;
    display: block;
    background-color: transparent;
    width: 100%;
}

.menu-content.cbp-spmenu-vertical ul {
    max-height: inherit;
}

.cbp-spmenu li ul {
    background-color: #E9E9E9;
    padding-bottom: 0;
}

.cbp-spmenu li ul li a {
    padding-left: 35px;
}

.gottip_section {
    text-align: center;
}

.gottip_section .btn-default.custom-btn {
    width: 100%;
    font-family: "philosopherregular";
    display: inline-block;
    vertical-align: top;
    max-width: 140px;
    margin-left: 10px;
}

.video-wrapper {
    position: relative;
}

#videocover img,
#videocover1 img,
#videocover2 img,
#videocover3 img,
#videocover4 img,
#videocover5 img,
#videocover6 img,
#videocover7 img,
#videocover8 img {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#videocover .video_play,
#videocover1 .video_play,
#videocover2 .video_play,
#videocover3 .video_play,
#videocover4 .video_play,
#videocover5 .video_play,
#videocover6 .video_play,
#videocover7 .video_play,
#videocover8 .video_play {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 47px;
    width: 47px;
}

.latest-photo-gallery li img {
    width: 100%;
}

@media (min-width:1200px) and (max-width:1330px) {
    .container {
        width: 1170px
    }
    header .logo {
        width: 20%
    }
    .latest-middle {
        margin: 0 34px
    }
    .latest-left li:nth-child(2n+2) {
        margin-right: 24px
    }
    .movie-left {
        margin-right: 36px
    }
    .trending-left {
        margin-right: 10px
    }
    .trending-table table tr th {
        width: auto
    }
    .trending-table table tr td:first-child {
        padding: 4.5px 7px
    }
    .trending-table table tr td .actor-intro {
        width: 62%;
        margin-left: 4px
    }
    header .header-right ul li {
        margin-left: 6px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    header .menu {
        display: none
    }
    header .header-right {
        width: 78.3%
    }
    .latest-middle {
        margin: 0 27px
    }
    .latest-left li:nth-child(2n+2) {
        margin-right: 21px
    }
    .video-left {
        width: 57%;
        margin-right: 27px
    }
    .video-right {
        width: 38.5%
    }
    .video-right ul li {
        margin-bottom: 22px;
        width: 46%
    }
    .taboola-content ul li {
        width: 16%
    }
    .movie-left {
        margin-right: 19px;
        width: 52%
    }
    .movie-right {
        width: 45.4%
    }
    .movie-fig-cont {
        width: 71%;
        margin-left: 13px
    }
    .movie-right li {
        margin-bottom: 15px
    }
    .trending-left {
        width: 74.5%
    }
    .trending-table {
        margin-right: 8px
    }
    .trending-table table tr td,
    .trending-table table tr th {
        white-space: nowrap
    }
    .fig-content p {
        font-size: 17px
    }
    .ad-area {
        height: 230px
    }
    .taboola-content span {
        font-size: 15px
    }
    .movie-right h3 a {
        font-size: 16px
    }
    .movie-left h3 a {
        font-size: 18px;
        letter-spacing: .5px
    }
    .movie-right h3 {
        margin-bottom: 4px
    }
    header {
        padding: 13px 0
    }
    .sub-heading {
        margin-top: 19px;
        margin-bottom: 5px
    }
    .fig-content .sub-heading {
        margin: 6px 0 10px
    }
    .main-tab {
        overflow: hidden;
        height: 368px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .latest-photo-gallery li {
        width: 45%;
    }
    .latest-photo-gallery li img {
        width: 100%;
    }
    header .menu {
        display: none
    }
    header .header-right {
        width: 78.3%
    }
    .latest-middle {
        margin: 0 19px
    }
    .video-left {
        width: 57%;
        margin-right: 15px
    }
    .video-right {
        width: 40%
    }
    .video-right ul li {
        margin-bottom: 22px;
        width: 47%
    }
    .taboola-content ul li {
        width: 31%
    }
    .movie-left {
        margin-right: 12px;
        width: 52%
    }
    .movie-right {
        width: 45.4%
    }
    .movie-right li {
        margin-bottom: 15px
    }
    .trending-left {
        width: 70.5%;
        margin-right: 7px
    }
    .trending-table {
        margin-right: 5px
    }
    .trending-table table tr td,
    .trending-table table tr th {
        white-space: nowrap
    }
    .fig-content p {
        font-size: 18px
    }
    .ad-area {
        height: 180px
    }
    .taboola-content span {
        font-size: 17px;
        margin: 7px 0
    }
    .taboola-content strong {
        font-size: 13px
    }
    .movie-right h3 a {
        font-size: 16px
    }
    .movie-left h3 a {
        font-size: 18px;
        letter-spacing: .5px
    }
    .movie-right h3 {
        margin-bottom: 4px
    }
    .ad-area figure p {
        font-size: 15px
    }
    .latest-left li:nth-child(2n+2) {
        margin-right: 14px
    }
    .video-right ul li p {
        font-size: 13px
    }
    .movie-fig-cont {
        width: 59%;
        margin-left: 6px
    }
    .movie-right figure {
        width: 36.8%
    }
    .movie-right p {
        font-size: 16px;
        line-height: 19px
    }
    .trending-right {
        width: 27.85%
    }
    .ad-right figure p {
        font-size: 18px
    }
    .trending-table h3 {
        font-size: 16px
    }
    h2.main-heading {
        font-size: 26px
    }
    header {
        padding: 13px 0
    }
    .video-right .sub-heading {
        margin-top: 8px
    }
    .carousel-content p {
        font-size: 16px;
        line-height: 22px;
        margin-top: 6px
    }
    .fig-content .sub-heading {
        margin: 6px 0 10px
    }
    .video-right ul li:nth-child(2n+2) {
        margin-left: 15px
    }
}

@media (max-width:767px) {
    .latest-photo-gallery li:nth-child(10),
    .latest-photo-gallery li:nth-child(14) {
        margin-left: 0px;
        margin-right: 0px;
    }
    .latest-left,
    .movie-fig-cont,
    .movie-left,
    .movie-right,
    .video-right {
        vertical-align: top
    }
    header {
        position: relative
    }
    header .menu {
        display: none
    }
    header .logo {
        display: block;
        width: 100%;
        text-align: center
    }
    header .header-right {
        display: inline-block;
        text-align: right
    }
    .ad-content p {
        font-size: 18px
    }
    .ad-content {
        height: 60px;
        line-height: 57px
    }
    .top-tab.custom-carousel.prl-34 {
        padding-right: 0;
        padding-left: 0
    }
    .top-tab .nav-tabs>li {
        margin-right: 14px
    }
    .latest-article {
        margin-top: 10px
    }
    .top-head {
        padding: 0
    }
    .see-all {
        right: 0
    }
    .see-all a {
        font-size: 13px;
        padding-right: 19px
    }
    .latest-content {
        padding: 16px 0 0
    }
    .latest-left {
        display: block;
        width: 100%
    }
    .latest-left li:nth-child(2n+2) {
        margin-right: 10px
    }
    .latest-content::after {
        display: none
    }
    .custom-btn.btn-default {
        width: 220px;
        height: 49px;
        line-height: 48px;
        font-size: 14px
    }
    .video-left,
    .video-right {
        width: 100%;
        display: block;
    }
    .video-content {
        margin: 20px 0 15px;
    }
    .video-left {
        margin-right: 0;
        width: 100% !important;
    }
    .video-right {
        margin-top: 20px;
        width: 46%;
        margin-left: 10px;
    }
    .video-right ul li:nth-child(2n+2) {
        margin-left: 15px
    }
    .video-right ul li {
        margin-bottom: 15px;
        width: 96%;
        float: left;
    }
    .taboola-top {
        padding: 0
    }
    .taboola-top .taboola-link {
        position: absolute;
        top: -6px;
        right: 0
    }
    .taboola-content {
        margin: 6px 0;
        padding: 15px 0
    }
    .taboola-content ul li {
        font-size: 14px;
        width: 100%;
        max-width: 215px;
        margin: 0 10px;
        padding: 0 0 15px
    }
    .prl-10,
    .prl-35 {
        padding-left: 0;
        padding-right: 0
    }
    .taboola-content strong {
        font-size: 14px
    }
    .movie-block h2.main-heading {
        padding-bottom: 10px
    }
    .movie-content .nav-tabs>li {
        margin-bottom: 0;
        margin-right: 15px
    }
    .movie-content .tab-content {
        margin-top: 0
    }
    .movie-left {
        display: block;
        margin-right: 0;
        width: 100%
    }
    .movie-right {
        display: block;
        width: 100%;
        margin-top: 20px
    }
    .movie-left h3 a {
        font-size: 20px;
        letter-spacing: .1px
    }
    .movie-left h3 span {
        float: none;
        font-size: 15px;
        display: block;
        margin-top: 6px
    }
    .movie-fig-cont {
        display: inline-block;
        width: 57.5%;
        margin-left: 7px
    }
    .movie-right figure {
        width: 39.8%;
        display: inline-block;
        vertical-align: top;
        max-width: 117px;
        float: left
    }
    .trending-left,
    .trending-right,
    .trending-table {
        display: block;
        vertical-align: top;
        width: 100%
    }
    .movie-right h3 a {
        font-size: 16px;
        line-height: 19px
    }
    .movie-right p {
        font-size: 16px;
        line-height: 21px
    }
    .movie-right li {
        margin-bottom: 20px;
        list-style: none;
        clear: both;
        font-size: 14px
    }
    .trending-content {
        margin: 11px 0 27px;
        padding-top: 15px;
        padding-bottom: 53px
    }
    .top-tab .nav-tabs>li:last-child,
    .trending-left {
        margin-right: 0
    }
    .trending-table {
        padding-top: 23px;
        margin-bottom: 25px;
        margin-right: 0
    }
    .trending-table table tr td,
    .trending-table table tr th {
        white-space: nowrap
    }
    .trending-table h3 {
        font-size: 16px
    }
    .trending-right {
        margin-top: 50px
    }
    .ad-right {
        height: 280px;
        border: 3px solid #edecec;
        width: 100%;
        display: table
    }
    .hindi-content {
        margin-top: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #e5e5e5
    }
    footer {
        text-align: center;
        margin-top: 20px
    }
    footer .footer-left {
        display: block;
        vertical-align: middle;
        width: 100%
    }
    footer .footer-right {
        display: block;
        vertical-align: bottom;
        width: 100%;
        text-align: center;
        padding-top: 22px
    }
    .ad-area figure,
    .latest-content ul li .article_content figure a img {
        vertical-align: middle;
    }
    #latest-content img {
        height: 90px;
    }
    footer .footer-left p,
    footer .footer-right ul li a {
        font-size: 13px
    }
    .fig-content {
        border: none;
        width: auto;
        height: auto;
    }
    header {
        padding: 13px 0 !important;
    }
    .cbp-spmenu-vertical.menu-content {
        width: 283px
    }
    .menu-content.cbp-spmenu figure.menu-logo {
        padding: 15px 0 10px 0;
    }
    .menu-main {
        padding-bottom: 134px;
    }
    .menu-content.cbp-spmenu .top_headNav figure {
        top: 18px;
    }
    .cbp-spmenu.menu-content .nav-social {
        padding: 10px 0
    }
    header .header-right ul li .btn-default.sign-in,
    header .header-right ul.social-icon {
        display: none
    }
    header .header-right ul li {
        margin-left: 5px
    }
    header .header-right ul {
        margin: 0;
        text-align: right
    }
    .ad-area figure,
    .carousel-content,
    .trending-btn,
    .video-right ul {
        text-align: center
    }
    .main-tab .ptb-23 {
        padding-top: 8px
    }
    .latest-left li figure img {
        width: 100%
    }
    .custom-carousel .owl-carousel .owl-nav .owl-next,
    .custom-carousel .owl-carousel .owl-nav .owl-prev,
    .custom-carousel .owl-theme .owl-nav .owl-next:hover,
    .custom-carousel .owl-theme .owl-nav .owl-prev:hover {
        background-size: 47px;
        height: 30px;
        width: 34px;
    }
    .video-right .sub-heading {
        margin-top: 8px
    }
    .figure-content {
        padding: 15px 5px
    }
    .sub-heading {
        margin-top: 19px;
        margin-bottom: 5px
    }
    .top-tab .nav-tabs {
        border: 0;
        text-align: center
    }
    .top-tab .nav-tabs>li.active>a {
        font-weight: 700
    }
    .movie-left h3 {
        margin: 7px 0 10px
    }
    .taboola-feed {
        margin: 10px 0 0
    }
    .carousel-content .sub-heading {
        margin-top: 0;
        margin-bottom: 0
    }
    .carousel-content p {
        font-size: 15px;
        line-height: 16px
    }
    .node-type-content-allmovies .carousel-content p {
        font-size: 14px;
        line-height: 16px
    }
    .cbp-spmenu-right.menu-content {
        left: -390px;
        right: auto
    }
    .carousel-content {
        max-width: 100%;
        margin: auto
    }
    .fig-content {
        padding: 0 8px 7px
    }
    .fig-content .sub-heading {
        margin: 0 0 5px
    }
    .fig-content p {
        font-size: 15px;
        line-height: 17px
    }
    .taboola-content span {
        font-size: 15px;
        margin-bottom: 7px;
        line-height: normal
    }
    h2.main-heading {
        font-size: 21px
    }
    .photo-gallery .prl-10 h2.main-heading,
    .popular-video h2.main-heading,
    .hindi-section h2.main-heading {
        display: inline-block;
        float: left;
        clear: both;
        width: 67%;
        border-bottom: none !important;
    }
    .photo-gallery .top-head.prl-10,
    .popular-video .top-head.prl-10,
    .hindi-section .top-head {
        clear: both;
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #e5e5e5;
        font-family: philosopherregular;
    }
    .photo-gallery .see-all,
    .popular-video .see-all,
    .hindi-section .see-all {
        display: inline-block;
        float: right;
    }
    .latest-right ul li {
        margin: 0 auto 15px;
        max-width: 100%
    }
    .latest-content ul li {
        margin-bottom: 15px;
        border-bottom: 1px solid #edecec;
        min-height: 100px
    }
    .popular-video {
        padding: 10px 0
    }
    .top-tab.custom-carousel.ptb-23 {
        padding-bottom: 0
    }
    .article_thumb .fig-content p {
        font-size: 14px;
        line-height: normal
    }
    .header-right button {
        padding-right: 0
    }
    .article_thumb .fig-content {
        padding: 10px 15px 11px
    }
    .article_section {
        padding-top: 15px
    }
    .carousel-content {
        padding: 0
    }
    .carousel-content:hover figure img {
        transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1)
    }
    .custom-carousel .owl-carousel .owl-nav .owl-prev {
        left: -5px
    }
    .custom-carousel .owl-carousel .owl-nav .owl-next {
        right: 0
    }
    .latest-content ul li .article_content {
        position: relative;
        padding-left: 119px
    }
    .latest-left li {
        display: block;
        width: 100%
    }
    .latest-content ul li .article_content figure a {
        position: absolute;
        left: 0;
        width: 120px;
        height: 90px;
        line-height: 90px;
        background-color: #ddd
    }
    .latest-content ul li .fig-content {
        border: none
    }
    .latest-right {
        display: block;
        margin-bottom: 15px;
        width: 100%
    }
    .latest-middle {
        width: 100%;
        margin: 15px 0
    }
    .latest-middle ul li {
        max-width: 100%;
        margin: 0 auto 15px
    }
    .latest-content ul li:hover figure img {
        transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1)
    }
    .video-right ul li p {
        font-size: 15px
    }
    .hindi-section .carousel-content p {
        font-size: 13px;
    }
    .photo-gallery {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .ad-area figure {
        display: table-cell;
    }
    .ad-area.visible-xs,
    .ad-section.hidden-sm .ad-area {
        display: table!important;
        margin: 10px auto;
        border: 0px;
        height: auto;
        width: auto;
    }
    #latest-content .sub-heading a,
    #latest-content .fig-content h4,
    .article_thumb .sub-heading a,
    .article_thumb .fig-content h4 {
        font-size: 11.4px;
    }
    .custom-carousel .owl-carousel .owl-nav .owl-next,
    .custom-carousel .owl-carousel .owl-nav .owl-prev {
        top: 50%;
        margin-top: -30px
    }
    .latest-article .latest-content ul li .adarea_content {
        padding: 20px 0 3px
    }
    .hindi-section {
        margin-top: 0
    }
    .latest-content ul li.before_advrtise {
        border-bottom: none
    }
    .latest-content ul li.before_advrtise .fig-content {
        min-height: 92px
    }
    header .header-right {
        width: 32%;
        position: absolute;
        right: 17px;
        top: 17px
    }
    header .logo img {
        width: 130px
    }
    .sub-heading a {
        font-size: 17px
    }
    .category-heading {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 20px
    }
    .category-heading .category_link {
        color: #333;
        font-family: philosopherregular;
        font-size: 21px;
        display: inline-block;
        margin-bottom: 13px
    }
    .category-heading .category_link:active,
    .category-heading .category_link:focus,
    .category-heading .category_link:hover {
        text-decoration: none;
        color: #333
    }
    .video-right ul {
        margin: 9px 0 0
    }
    .article_thumb {
        max-width: 100%;
    }
    .video-left img.video_img {
        width: 100%;
        height: 173px;
    }
    .video-right ul li img.video_img {
        height: 166px !important;
        width: 100% !important;
    }
    .footer-left .site_links {
        text-align: center;
    }
    #popup_close img {
        width: 33px;
    }
    .hindi-section .carousel-content p {
        font-size: 12px;
        height: 54px;
        line-height: 18px;
    }
    .fig-content h4 {
        font-size: 12px;
        padding-bottom: 1px;
    }
    .article_thumb .fig-content .sub-heading {
        margin: 0 0 2px;
    }
    .gottip_section .btn-default.custom-btn {
        max-width: 120px;
        margin-left: 5px;
    }
    .carousel-content {
        padding: 0px;
    }
    .video_play img {
        width: 35px;
    }
    #videocover .video_play,
    #videocover1 .video_play,
    #videocover2 .video_play,
    #videocover3 .video_play,
    #videocover4 .video_play {
        height: 37px;
        width: 38px;
    }
    .custom-carousel .owl-carousel .owl-stage {
        padding-left: 0px !important;
    }
    .main-tab {
        overflow: hidden;
        height: auto;
    }
    .carousel-content figure {
        overflow: hidden;
    }
    .carousel-content p {
        background-color: rgba(0, 0, 0, .70);
        color: #fff;
        padding: 5px;
    }
    .carousel-content p {
        padding: 10px 5px;
        line-height: normal;
    }
    .carousel-content {
        position: relative;
    }
    .carousel-content p {
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
        margin: 0 5px;
    }
    .see-all {
        position: relative;
        top: auto;
        right: auto;
        text-align: right;
    }
    .top-head {
        padding: 5px 0 0 0;
    }
    .custom-carousel .owl-carousel .owl-nav .owl-next,
    .custom-carousel .owl-carousel .owl-nav .owl-prev {
        opacity: .8;
    }
    .carousel-content .sub-heading {
        display: none;
    }
}

@media (max-width:767px) {
    .latest-photo-gallery li {
        border-bottom: 1px solid #edecec;
        overflow: hidden;
    }
    .latest-photo-gallery li img {
        width: 120px;
        float: left;
        margin-right: 10px;
    }
    .sub-heading a {
        font-size: 11.4px;
    }
    .latest-right {
        margin: 0px !important;
    }
    header .logo img {
        width: 40% !important;
    }
}

@media (max-width:480px) {
    .latest-photo-gallery li {
        width: 100%;
        display: block;
        margin: 0px 0px 20px 0px;
    }
}

@media (max-width:479px) {
    .latest-content figure img,
    .latest-left li,
    .taboola-content ul li figure img,
    .video-right ul li figure img {
        width: 100%
    }
    .top-tab .nav-tabs>li {
        margin-right: 6px;
        float: none;
        display: inline-block
    }
    .top-tab .nav-tabs>li>a {
        font-size: 11px
    }
    .sub-heading {
        margin-top: 8px;
        margin-bottom: 8px
    }
    ul.twoCol li.firstArticle {
        width: 100%;
    }
    ul.twoCol {
        width: 100%;
    }
    ul.twoCol li.twoColAds {
        width: 100%;
        text-align: center;
    }
    #Mobile-001,
    #Mobile-002,
    #Mobile-003,
    #Mobile-004,
    #Mobile-005,
    #Mobile-006,
    #Mobile-007,
    #Mobile-008,
    #Mobile-009,
    #Mobile-010,
    #sideBarAd2,
    #sideBarAd1 {
        text-align: center;
    }
    .latest-left li:first-child {
        width: 100%;
        display: block
    }
    .latest-left li:nth-child(2n+2) {
        margin-right: 0
    }
    .video-right ul li:nth-child(2n+2) {
        margin-left: 0
    }
    .latest-middle ul li,
    .latest-right ul li {
        max-width: 100%
    }
    .taboola-content ul li {
        font-size: 14px;
        width: 100%;
        margin: 0;
        max-width: inherit;
        padding: 0 15px
    }
    .article_thumb .small_article_list .fig-content {
        padding: 7px 10px
    }
    .article_thumb .small_article_list .fig-content p {
        font-size: 14px;
        line-height: 16px
    }
    .fig-content .sub-heading {
        margin: 0 0 2px
    }
    .video-right ul li:last-child {
        margin-bottom: 0
    }
    .video-right ul {
        margin: 9px 0 0;
        text-align: center
    }
    .video-right ul li {
        padding: 0 5px 4px;
        margin-bottom: 5px;
    }
    .video-right ul li:nth-child(even) {
        padding-right: 0
    }
    .video-right ul li:nth-child(odd) {
        padding-left: 0
    }
    .video-right ul li p {
        font-size: 14px
    }
    .video-right {
        margin-top: 0;
        height: unset;
        margin-right: 0px;
    }
    .article_section {
        padding-top: 0
    }
    header .header-right {
        width: 31%
    }
    .hindi-content.custom-carousel .owl-carousel .owl-nav .owl-next,
    .hindi-content.custom-carousel .owl-carousel .owl-nav .owl-prev {
        background-size: 30px;
        margin-top: -54px;
        padding: 0;
    }
    .custom-carousel .owl-carousel .owl-nav .owl-next {
        right: -3px;
    }
    .custom-carousel .owl-carousel .owl-nav .owl-prev {
        left: -7px;
    }
    .gallery-content.custom-carousel .owl-carousel .owl-nav .owl-next,
    .gallery-content.custom-carousel .owl-carousel .owl-nav .owl-prev {
        top: 50%;
        margin-top: -34px
    }
    .custom-carousel .owl-carousel .owl-item img {
        width: 100%
    }
    .custom-carousel .owl-carousel .owl-nav .owl-next,
    .custom-carousel .owl-carousel .owl-nav .owl-prev,
    .custom-carousel .owl-theme .owl-nav .owl-next:hover,
    .custom-carousel .owl-theme .owl-nav .owl-prev:hover {
        height: 26px;
        width: 30px;
    }
    .video-right ul li img.video_img {
        height: 87px;
        width: 100%;
    }
    .latest-article {
        margin-top: 0px;
    }
    .photo-gallery {
        margin-bottom: 10px;
    }
    .gallery-content.custom-carousel {
        margin-top: 20px;
    }
    .carousel-content figure {
        overflow: hidden;
        height: 250px;
    }
    .carousel-content p {
        bottom: 0px;
    }
}

@media (min-width:480px) and (max-width:767px) {
    .ad-area {
        height: 270px
    }
    .video-left img.video_img {
        width: 100%;
        height: 326px;
    }
    .carousel-content {
        max-width: 235px;
        margin: auto;
    }
}

@media (min-width:350px) and (max-width:767px) {
    .menu-content.cbp-spmenu-vertical ul li .sub ul li a {
        width: 100%;
        font-size: 13px;
    }
    .menu-content.cbp-spmenu-vertical ul li a {
        font-size: 13px;
        font-weight: 700;
    }
}

a.category_heading.collapsed,
a.category_heading {
    float: right;
    margin-right: 10px;
    margin-top: -41px;
    border-bottom: none !important;
    padding: 10px 30px 26px 30px !important;
    width: 36%;
}

a.category_heading.south,
a.category_heading.hindi {
    float: right;
    margin-right: 10px;
    margin-top: -41px;
    border-bottom: none !important;
    padding: 10px 30px 26px 30px !important;
    width: 36%;
}

.menu-content.cbp-spmenu-vertical ul li a {
    width: 60%;
    display: table;
    border-bottom: 0px;
}

.menu-content.cbp-spmenu-vertical ul li .collapse ul li a {
    width: 100%;
}

.menu-content.cbp-spmenu-vertical #mCSB_1 ul li {
    border-bottom: 1px solid #efefef;
}

.main-menu-open .cbp-spmenu-right.cbp-spmenu-open {
    overflow-y: scroll;
}

header .menu .flexnav li a:hover {
    color: white !important;
}

@media (max-width: 750px) and (min-width: 300px) {
    .mCustomScrollBox {
        height: 60% !important;
    }
}

.photo-gallery {
    margin-top: 0px;
    margin-bottom: 30px;
}

.gallery-content {
    margin-top: 45px;
}

.photo-gallery .custom-carousel .sub-heading {
    margin-top: 12px;
}

@media (min-width:992px) and (max-width:1199px) {
    .gallery_listing .hot-list ul li figure {
        width: 100px;
        height: 100px;
        overflow: hidden;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .gallery_listing .hot-list ul li figure {
        width: 100px;
        height: 100px;
        overflow: hidden;
    }
}

@media (max-width:767px) {
    .gallery_listing .gallery-right-side-bar {
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width:479px) {
    .gallery-content.custom-carousel .owl-carousel .owl-nav .owl-next,
    .gallery-content.custom-carousel .owl-carousel .owl-nav .owl-prev {
        top: 50%;
        margin-top: -34px;
    }
    .photo-gallery {
        margin-bottom: 10px;
    }
    .gallery-content.custom-carousel {
        margin-top: 20px;
    }
}

.gallery-section {
    margin-top: 20px;
}

.gallery-left-side-bar {
    width: 73.5%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    padding-left: 15px;
}

.gallery-left-side-bar.full-width {
    width: 100% !important;
}

.gallery-lastest-new {
    margin-bottom: 25px;
    display: inline-block;
}

.gallery-lastest-new figure {
    position: relative;
    display: inline-block;
}

.gallery-lastest-new figure div {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.88);
    padding: 8px 10px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: inline-block;
}

.gallery-lastest-new figure div h3 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-family: "futura_bk_btbook";
    color: #fff;
}

.gallery-lastest-new figure div h3 a {
    color: #fff;
    text-decoration: none;
}

.gallery-lastest-new figure div h3 a:hover {
    color: #e9265e;
}

.gallery-lastest-new figure div h4 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: "futura_bk_btbook";
    color: #fff;
}

.gallery-lastest-new figure div h4 a {
    color: #fff;
    text-decoration: none;
}

.gallery-lastest-new figure div h4 a:hover {
    color: #e9265e;
}

.gallery-lastest-new figure img {
    max-width: 100%;
}

.gallery-lastest-new a.custom-btn.btn-default {
    width: 210px;
    clear: both;
}

.gallery-lastest-new-left {
    width: 65.5%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 15px 25px 0px;
    float: left;
}

.gallery-lastest-new-right {
    width: 32.2%;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.gallery-lastest-new-right ul {
    margin: 0px;
    padding: 0px;
}

.gallery-lastest-new-right ul li {
    display: block;
    margin-bottom: 15px;
}

.gallery-lastest-new-right ul li figure {
    width: 300px;
    height: 272px;
    overflow: hidden;
}

.flash-new-gallery {
    margin-bottom: 30px;
}

.flash-new-heading {
    background-color: #343434;
    margin-bottom: 20px;
}

.flash-new-heading h3 {
    margin: 0px;
    padding: 13px 20px;
    position: relative;
    background-color: #eb3d6e;
    color: #fff;
    font-family: philosopherregular;
    font-size: 30px;
    display: inline-block;
}

.flash-new-heading h3:after {
    position: absolute;
    right: -20px;
    top: 0px;
    content: '';
    border-top: 29px solid transparent;
    border-bottom: 29px solid transparent;
    border-left: 20px solid #eb3d6e;
}

.flash-new-heading a {
    color: #fff;
    float: right;
    font-size: 15px;
    font-family: Conv_micross;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    margin: 20px 20px 0px 0px;
}

.flash-new-heading a:hover {
    color: #e9265e;
}

.flash-new-gallery ul {
    margin: 0px -15px;
    padding: 0px;
    display: block;
    font-size: 0px;
}

.flash-new-gallery ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 15px 0px;
    width: 25%;
    font-size: 14px;
    padding: 0px 15px;
}

.flash-new-gallery ul li:last-child {
    margin-right: 0px;
}

.flash-new-gallery ul li h4 {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-size: 16px;
}

.flash-new-gallery ul li h4 a {
    text-decoration: none;
    color: #000;
}

.flash-new-gallery ul li h4 a:hover {
    color: #e9265e;
}

.flash-new-gallery ul li figure {
    margin-bottom: 5px;
}

.flash-new-gallery ul li img {
    max-width: 100%;
}

.add-flash-new {
    border: 3px solid #edecec;
    max-width: 79%;
    margin: 0px auto 40px;
    display: block;
    text-align: center;
}

.add-flash-new img {
    max-width: 100%;
}

.for-gallery-vedio {
    padding: 0px 0px 18px 0px;
}

.for-gallery-vedio img {
    max-width: 100%;
}

.for-gallery-vedio .top-head {
    padding: 0px;
    margin-bottom: 20px;
}

.for-gallery-vedio .video-content {
    margin: 0px;
}

.for-gallery-vedio .video-left {
    width: 77%;
    margin-right: 15px;
}

.for-gallery-vedio .video-right {
    width: 20.5%;
}

.for-gallery-vedio .video-right ul li {
    display: block;
    width: 100%;
}

.for-gallery-vedio .video-right ul li:nth-child(2n+2) {
    margin-left: 0px;
}

.gallery-taboola-feed {
    margin-bottom: 40px;
}

.gallery-taboola-feed .taboola-top {
    padding: 0px;
}

.gallery-taboola-feed .taboola-content {
    margin: 0px;
    padding-bottom: 35px;
}

.gallery-taboola-feed .taboola-content ul {
    margin: auto;
    text-align: center;
}

.gallery-taboola-feed .taboola-content ul li {
    width: 24%;
    margin: 0px 10px 0px 0px;
    text-align: left;
    padding: 0px 10px;
}

.gallery-taboola-feed .taboola-content ul li:last-child {
    margin-right: 0px;
}

.gallery-taboola-feed .taboola-content ul li .figure-content {
    padding: 0px;
}

.gallery-tranding .trending-content {
    margin: 20px 0px 0px 0px;
}

.gallery-tranding .trending-table {
    width: 49%;
}

.gallery-tranding .trending-table:last-child {
    margin-right: 0px;
}

.gallery-tranding .trending-left {
    width: 100%;
    margin-right: 0px;
}

.gallery-right-side-bar {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    padding-right: 3px;
}

.gallery-right-side-bar img {
    max-width: 100%;
}

.details_hot img {
    width: 126px;
    height: 126px;
}

.advertise-part {
    border: 3px solid #edecec;
    margin-bottom: 20px;
}

.yay-or-nay-pannel {
    background-color: #eb3d6e;
    border-radius: 5px;
    padding: 10px 8px 15px 8px;
    margin-bottom: 20px;
}

.yay-or-nay-pannel h3 {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-family: philosopherregular;
    font-size: 51px;
    color: #fff;
}

.yay-or-nay-pannel figure {
    margin-bottom: 10px;
}

.yay-or-nay-btm h6 {
    margin: 0px 5px 0px 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 18px;
}

.yay-or-nay-btm ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 28%;
}

.yay-or-nay-btm ul li {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    margin-right: 3px;
    border-radius: 5px;
    text-align: center;
    padding: 3px 4px;
}

.yay-or-nay-btm ul li:last-child {
    margin-right: 0px;
}

.yay-or-nay-btm ul li img {
    display: block;
    margin: 0px auto 3px;
    text-align: center;
}

.yay-or-nay-btm ul li a {
    color: #eb3d6e;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

.yay-or-nay-btm ul li.dislike a {
    color: #fa0000;
}

.hot-gallerys h4 {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 5px 0px;
    font-size: 20px;
    color: #eb3d6e;
    font-family: philosopherregular;
    border-bottom: 1px solid #e3e3e3;
}

.hot-gallerys ul {
    display: block;
    margin: 0px auto 20px;
    text-align: center;
    padding: 0px;
}

.hot-gallerys ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 15px 0px;
    text-align: center;
    width: 45%;
}

.hot-gallerys ul li figure {
    width: 126px;
    height: 126px;
    line-height: 126px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0px auto 10px;
    text-align: center;
}

.hot-gallerys ul li figure img {
    width: 126px;
    height: 126px;
    border-radius: 50%;
    background-color: #FFF;
    margin: 0px auto 10px;
}

.hot-gallerys ul li h5 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #333333;
    font-family: "futura_bk_btbook";
    display: inline-block;
    position: relative;
}

.hot-gallerys ul li h5:after {
    background-color: #eb3d6e;
    width: 25px;
    height: 3px;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -10px;
    content: '';
    text-align: center;
}

.most-viewd-gallery h4 {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 5px 0px;
    font-size: 20px;
    color: #fff;
    font-family: philosopherregular;
    padding: 10px 10px;
    background-color: #eb3d6e;
}

.most-viewd-gallery .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
}

.most-viewd-gallery .nav-tabs>li.active>a,
.most-viewd-gallery .nav-tabs>li.active>a:hover,
.most-viewd-gallery .nav-tabs>li.active>a:focus {
    border: none;
}

.most-viewd-gallery .nav-tabs li {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.most-viewd-gallery .nav-tabs li a {
    font-size: 16px;
    color: #000000;
    padding: 1px 16px;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 3px solid #fff;
    border: none;
}

.most-viewd-gallery .nav-tabs li a:hover {
    color: #eb3d6e;
    background-color: transparent;
    box-shadow: none;
}

.most-viewd-gallery .nav-tabs li.active a {
    background-color: transparent;
    border-bottom: 3px solid #eb3d6e;
    color: #eb3d6e;
    font-family: "futura_bk_btbook";
    position: relative;
}

.most-viewd-gallery .nav-tabs li.active a:after {
    position: absolute;
    right: 0px;
    left: 0px;
    margin: auto;
    text-align: center;
    bottom: -8px;
    width: 8px;
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #eb3d6e;
}

.most-viewd-gallery .nav-tabs li.active a:focus {
    border-bottom: 3px solid #eb3d6e;
}

.view-tabing-content ul {
    margin: 0px -5px;
    padding: 0px;
    display: block;
    font-size: 0px;
}

.view-tabing-content ul li {
    display: inline-block;
    padding: 0px 5px;
    width: 50%;
    margin-bottom: 18px;
    vertical-align: top;
}

.view-tabing-content ul li figure {
    margin-bottom: 5px;
}

.view-tabing-content ul li figure img {
    max-width: 100%;
}

.view-tabing-content ul li h5 {
    margin: 0px;
    padding: 0px;
    color: #333333;
    font-size: 14px;
}

.view-tabing-content ul li h5 a {
    color: #333333;
    text-decoration: none;
}

.view-tabing-content ul li h5 a:hover {
    color: #e9265e;
}

.add-section-pd {
    margin-top: 80px;
}

.add-section-pd figure {
    border: 3px solid #edecec;
    margin-bottom: 20px;
}

.add-section-last {
    margin: auto;
    text-align: center;
    max-width: 60%;
}

.add-section-last figure {
    border: 3px solid #edecec;
    margin-bottom: 20px;
}

.mg20 {
    margin-bottom: 20px;
}

.gallery_listing .latest-left {
    width: 100%;
}

.gallery_listing .latest-middle {
    width: 32%;
    margin: 0 0 0 30px;
}

.gallery_listing .latest-article {
    margin-top: 20px;
}

.gallery_listing .custom-btn.btn-default {
    width: 190px;
    margin-bottom: 30px;
}

.detail_left p {
    font-size: 16px;
    color: #000;
    font-family: "futura_lt_btlight";
    line-height: 24px;
}

.detail_left h3 {
    margin: 7px 0;
}

.detail_left h3 {
    font-size: 28px;
    color: #000;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    font-family: "philosopherregular";
    text-decoration: none;
}

.detail_left h3 span {
    float: right;
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.detail_left p {
    font-size: 16px;
    color: #000;
    font-family: "futura_lt_btlight";
    line-height: 24px;
    margin-bottom: 15px;
}

.detail_left {
    max-width: 835px;
    padding-left: 80px;
}

.gallery_listing .hot-list h4 {
    margin: 0px 0px 15px 0px;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    font-family: "philosopherregular";
    background-color: #eb3d6e;
}

.gallery_listing .hot-list .trending_section h4 {
    margin: 0px 0px 15px 0px;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    font-family: "philosopherregular";
    background-color: #eb3d6e;
}

.gallery_listing .hot-list .trending_section figure {
    border-radius: 0;
}

.hot-list ul li h5 a {
    color: #333333;
    font-size: 14px;
    text-decoration: none;
    line-height: normal;
    padding: 0 6px;
}

.hot-list ul {
    text-align: center;
    margin-bottom: 20px;
    text-align: center;
    font-size: 0px;
}

.hot-list ul li {
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 15px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: auto;
    font-size: 14px;
}

.hot-list ul li figure {
    width: 126px;
    height: 126px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto 10px;
}

.hot-list ul li:last-child {
    border-bottom: none;
}

.gallery_listing .photo-gallery h2.main-heading {
    margin: 0px 0px 15px 0px;
    font-size: 20px;
    padding: 0px 0px 5px 0px;
    color: #eb3d6e;
}

.gallery_listing .photo-gallery .see-all a {
    margin-top: 0;
}

.gallery_detail .detail_left {
    padding-left: 50px;
    max-width: 800px;
}

.gallery_detail .detail_left h3 {
    margin-bottom: 10px;
}

.gallery_detail .detail_left .sub-heading a {
    color: #e9265e;
    font-size: 13px;
}

.gallery_detail .detail_left p {
    font-size: 18px;
}

.breadcumb_list ul {
    padding: 0;
    margin: 0;
}

.breadcumb_list ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    position: relative;
}

.breadcumb_list ul li a {
    color: #eb3d6e;
    font-size: 14px;
    text-decoration: none;
}

.breadcumb_list ul li::after {
    position: absolute;
    right: -12px;
    top: 5px;
    background-image: url(../images/left_arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    height: 11px;
    width: 7px;
    content: '';
    background-size: 5px;
}

.breadcumb_list ul li:last-child::after {
    display: none;
}

.ad-area figure {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.detail_left .social-icon {
    padding: 0;
    margin: 0;
}

.detail_left .social-icon li {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    overflow: hidden;
}

.detail_left .social-icon li:last-child {
    margin-right: 0;
}

.detail_left .social-icon li figure {
    height: 14px;
    overflow: hidden;
}

.detail_info {
    position: relative;
    padding-right: 100px;
    font-family: "futura_lt_btlight";
    margin-bottom: 15px;
}

.detail_info .social-icon {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 2px;
}

.detail_info .social-icon li:hover img {
    opacity: 1;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    margin-top: -14px;
}

.detail_info span b {
    font-weight: normal;
    color: #eb3d6e;
}

.gallery_listing .trending-left {
    width: 100%;
    margin-right: 0;
}

.gallery_listing .trending-content {
    margin: 0;
    border: none;
    padding-bottom: 0;
    padding-top: 40px;
}

.gallery_listing .female_actor {
    margin-right: 0;
}

.gallery_listing .trending-table {
    width: 49.2%;
}

.gallery_listing .movie-left {
    margin-right: 15px;
    width: 59%;
}

.gallery_listing .movie-right {
    width: 38.6%;
}

.gallery_listing .custom-btn.btn-default {
    margin-bottom: 10px;
}

.gallery_listing .movie-right li {
    position: relative;
    padding-left: 110px;
    min-height: 100px;
    margin-bottom: 20px;
}

.gallery_listing .movie-right figure {
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100px;
    overflow: hidden;
}

.gallery_listing .movie-fig-cont {
    width: auto;
    margin-left: 0;
}

.gallery_listing .movie-right p {
    font-size: 15px;
    line-height: normal;
}

.gallery_listing .movie-right h3 {
    margin-bottom: 5px;
}

.gallery_listing .movie-right h3 a {
    font-size: 17px;
}

.gallery_listing .top-head {
    padding: 0;
}

.gallery_listing .latest-content {
    padding: 28px 0 0;
    position: relative;
}

.gallery_listing .gallery-taboola-feed {
    margin-bottom: 25px;
}

.gallery_listing .photo-gallery {
    margin-top: 0px;
}

.gallery_listing .movie-block {
    margin-bottom: 30px;
}

.gallery_listing .photo-gallery .custom-carousel .owl-carousel .owl-nav .owl-prev {
    left: -10px;
    background-size: 30px;
    height: 26px;
    width: 30px;
}

.gallery_listing .photo-gallery .custom-carousel .owl-carousel .owl-nav .owl-next {
    background-size: 30px;
    height: 26px;
    width: 30px;
    right: -11px;
}

.search_celebs .search_bar .form-control {
    background-color: transparent;
    color: #b4b4b4;
    border-radius: 0;
    box-shadow: none;
    border: none;
    height: 37px;
    font-size: 17px;
    font-weight: 400;
    font-family: "futura_lt_btlight";
    padding-right: 45px;
    padding-left: 0px;
    border-bottom: 1px solid #b4b4b4;
}

.search_celebs .search_bar input:-moz-placeholder {
    color: #b4b4b4;
}

.search_celebs .search_bar ::-webkit-input-placeholder {
    color: #b4b4b4;
}

.search_celebs .search_bar ::-moz-placeholder {
    color: #b4b4b4;
}

.search_celebs .search_bar :-ms-input-placeholder {
    color: #b4b4b4;
}

.search_celebs .search_bar :-moz-placeholder {
    color: #b4b4b4;
}

.search_celebs .search_bar a.search_close {
    right: 6px;
}

.search_via_alphabets {
    background-color: #F3F3F3;
    padding: 20px 18px 15px 20px;
    margin: 40px 0 0 0;
}

.celeb_directory ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.celeb_directory ul li {
    display: inline-block;
    vertical-align: top;
    margin: 4px;
    text-align: center;
}

.celeb_directory ul li a {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #ddd;
    text-decoration: none;
    font-family: "futura_lt_btlight";
    color: #000;
    font-size: 14px;
    line-height: 30px;
}

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

.celeb_directory ul li a.active {
    background-color: #eb3d6e;
    color: #fff;
}

.search_via_alphabets h4 {
    font-family: "futura_lt_btlight";
    color: #000;
    margin: 15px 0 17px 0;
    font-size: 18px;
}

.search_via_alphabets .search_celebs h4 {
    margin: 0 0 5px 0;
    font-size: 20px;
}

.sorting_celebs .taboola-content {
    margin: 0;
    border: none;
    padding: 25px 0 0 0;
}

.search_via_alphabets .celeb_directory {
    padding-top: 5px;
}

.sorting_celebs .taboola-content ul {
    font-size: 0;
}

.sorting_celebs .taboola-content ul li {
    width: 25%;
    font-size: 14px;
    margin: 0 0 25px 0;
    padding: 0 8px 0px;
}

.sorting_celebs .taboola-top {
    padding: 0;
    margin-top: 35px;
}

.sorting_celebs .taboola-top h3 {
    border-bottom: 1px solid #e5e5e5;
    font-family: "philosopherregular";
    color: #333;
    font-size: 30px;
    padding-bottom: 10px;
}

.sorting_celebs .taboola-content ul li figure {
    overflow: hidden;
    margin-bottom: 5px;
    width: 200px;
    height: 265px;
}

.sorting_celebs .taboola-content ul li figure img {
    max-width: 100%;
}

.sorting_celebs .taboola-content .figure-content {
    padding: 0;
}

.sorting_celebs .taboola-content .figure-content a {
    font-family: "futura_lt_btlight";
}

.sorting_celebs .taboola-content .figure-content a span {
    font-size: 18px;
}

.sorting_celebs.taboola-feed {
    margin: 0 0 40px 0;
}

.celebrity_inner_content {
    padding-right: 30px;
}

.gallery_listing .gallery-taboola-feed {
    margin-top: 35px;
}

.movie_list.gallery_listing .trending-content {
    padding-top: 10px;
}

.movies_section .custom-carousel .owl-carousel .owl-nav .owl-prev {
    left: -9px;
    margin-top: -40px;
    top: 50%;
}

.movies_section {
    margin-top: 20px;
}

.movies_section .custom-carousel .owl-carousel .owl-nav .owl-next {
    right: -9px;
    margin-top: -40px;
    top: 50%;
}

@media (min-width:1200px) and (max-width:1330px) {
    .gallery-lastest-new-left {
        width: 65.5%;
    }
    .gallery-lastest-new-right {
        width: 32%;
    }
    .most-viewd-gallery .nav-tabs li a {
        padding: 1px 10px;
    }
    .add-section-last img {
        max-width: 100%;
    }
    .yay-or-nay-btm h6 {
        width: 63%;
    }
    .yay-or-nay-btm ul {
        width: 33%;
    }
    .gallery_listing .gallery-left-side-bar {
        width: 69%;
    }
    .gallery_listing .latest-left {
        width: 65%;
    }
    .gallery_listing .latest-middle {
        width: 32%;
        margin: 0 0 0 18px;
    }
    .gallery_listing .latest-left li.left_blog {
        margin-right: 24px;
    }
    .gallery-lastest-new-right ul li figure {
        width: 266px;
        height: 242px;
        overflow: hidden;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .gallery-left-side-bar {
        padding-left: 0px;
    }
    .gallery-right-side-bar {
        padding-right: 0px;
    }
    .gallery-left-side-bar {
        width: 72%;
    }
    .gallery-lastest-new-left {
        width: 65.2%;
    }
    .gallery-lastest-new-right {
        width: 31.5%;
    }
    .flash-new-gallery ul {
        margin: 0px -5px;
    }
    .flash-new-gallery ul li {
        padding: 0px 5px;
    }
    .yay-or-nay-pannel h3 {
        font-size: 40px;
    }
    .yay-or-nay-btm h6 {
        font-size: 15px;
        width: 55%;
    }
    .yay-or-nay-btm ul {
        width: 40%;
    }
    .hot-gallerys ul li {
        width: 44%;
        margin-right: 5px;
    }
    .hot-gallerys ul li figure {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    .hot-gallerys ul li figure img {
        max-width: 100%;
        height: auto !important;
    }
    .hot-gallerys ul li h5 {
        font-size: 15px;
    }
    .hot-gallerys h4 {
        font-size: 18px;
    }
    .most-viewd-gallery .nav-tabs li a {
        font-size: 15px;
        padding: 1px 4px;
    }
    .view-tabing-content ul li h5 {
        font-size: 13px;
    }
    .add-section-last img {
        max-width: 100%;
    }
    .for-gallery-vedio .video-left {
        width: 76%;
    }
    .gallery-taboola-feed .taboola-content ul li {
        margin: 0px 8px 0px 0px;
    }
    .next-taboola .taboola-content ul li {
        margin: 0px 0px 6px 0px;
    }
    .gallery_listing .latest-middle {
        margin: 0 0 0 15px;
        width: 34%;
    }
    .gallery_listing .gallery-left-side-bar {
        width: 69%;
    }
    .gallery_listing .latest-left {
        width: 63%;
    }
    .gallery_listing .top-head {
        padding: 0;
    }
    .gallery_listing .latest-content {
        padding: 15px 0 0;
    }
    .sorting_celebs .taboola-content ul li {
        width: 33%;
    }
    .gallery_listing .trending-table {
        width: 49%;
    }
    .gallery_listing .movie-left {
        margin-right: 0;
        width: 100%;
    }
    .gallery_listing .movie-right {
        width: 100%;
        margin-top: 20px;
    }
    .gallery_listing .movie-right figure {
        height: 90px;
        width: 90px;
    }
    .gallery_listing .movie-right figure img {
        max-width: 100%;
    }
    .gallery_listing .movie-right li {
        padding-left: 105px;
        min-height: 92px;
    }
    .gallery_listing .movie-right li:last-child {
        margin-bottom: 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .gallery-left-side-bar {
        width: 100%;
        margin-right: 0px;
        padding: 0px 10px;
    }
    .gallery-right-side-bar {
        width: 100%;
        margin: 0px;
        padding: 0px 10px;
    }
    .gallery-lastest-new-left {
        width: 65%;
    }
    .gallery-lastest-new-right {
        width: 31.5%;
    }
    .flash-new-gallery ul {
        margin: 0px -5px;
    }
    .flash-new-gallery ul li {
        padding: 0px 5px;
    }
    .for-gallery-vedio .video-left {
        width: 76%;
    }
    .for-gallery-vedio .video-right ul li {
        margin-bottom: 10px;
    }
    .for-gallery-vedio .video-right .sub-heading {
        margin-top: 0px;
    }
    .gallery-taboola-feed .taboola-content ul li {
        margin: 0px 5px 0px 0px;
    }
    .advertise-part {
        text-align: center;
    }
    .yay-or-nay-pannel {
        text-align: center;
    }
    .yay-or-nay-btm {
        max-width: 56%;
        margin: auto;
    }
    .hot-gallerys div {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        margin-right: 20px;
    }
    .hot-gallerys div:last-child {
        margin-right: 0px;
    }
    .view-tabing-content ul li {
        width: 25%;
    }
    .ad-section img {
        max-width: 100%;
    }
    .ad-content.mg20 {
        padding: 0px 10px;
        max-width: 97%;
        width: 97%;
    }
    .gallery-tranding .trending-content {
        padding-top: 40px;
    }
    .next-taboola .taboola-content ul li {
        margin: 0px 6px 0px 0px;
    }
    .add-section-pd {
        margin-top: 0px;
        text-align: center;
    }
    .add-section-last {
        max-width: 97%;
    }
    .add-section-last img {
        max-width: 100%;
    }
    .gallery_listing .gallery-left-side-bar {
        padding-left: 0;
        width: 65%;
    }
    .gallery_listing .gallery-right-side-bar {
        width: 34%;
        padding: 0px 0;
    }
    .gallery_listing .top-head {
        padding: 0;
    }
    .gallery_listing .latest-content {
        padding: 15px 0 0;
    }
    .gallery_listing .latest-left {
        width: 60%;
    }
    .gallery_listing .latest-middle {
        width: 36%;
        margin: 0 0 0 10px;
    }
    .gallery_listing .fig-content p {
        font-size: 14px;
        line-height: 20px;
    }
    .gallery_listing .hot-list ul li h5 a {
        font-size: 14px;
    }
    .celeb_directory ul li {
        margin-bottom: 5px;
    }
    .search_via_alphabets {
        padding: 20px 16px;
    }
    .sorting_celebs .taboola-content ul li a img {
        max-width: 100%;
    }
    .sorting_celebs .taboola-content ul li {
        width: 50%;
        margin: 0 0 15px 0;
    }
    .sorting_celebs .taboola-content ul li figure {
        height: 225px;
    }
    .gallery_listing .trending-table {
        width: 49%;
    }
    .gallery_listing .movie-left {
        margin-right: 0;
        width: 100%;
    }
    .gallery_listing .movie-right {
        width: 100%;
        margin-top: 20px;
    }
    .gallery_listing .movie-right figure {
        height: 90px;
        width: 90px;
    }
    .gallery_listing .movie-right figure img {
        max-width: 100%;
    }
    .gallery_listing .movie-right li {
        padding-left: 105px;
        min-height: 92px;
    }
    .gallery_listing .movie-right li:last-child {
        margin-bottom: 0;
    }
    .gallery-taboola-feed .taboola-content ul li {
        width: 48%;
    }
    .sorting_celebs .taboola-top h3 {
        font-size: 26px;
    }
}

@media (max-width:767px) {
    .gallery-left-side-bar {
        width: 100%;
        margin-right: 0px;
        padding: 0px;
    }
    .gallery-right-side-bar {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    .gallery-lastest-new-left {
        width: 100%;
        text-align: center;
    }
    .gallery-lastest-new-right ul {
        max-width: 85%;
        margin: auto;
    }
    .gallery-lastest-new-right ul li {
        display: block;
        width: 100%;
        vertical-align: top;
        text-align: center;
    }
    .gallery-lastest-new-right ul li:last-child {
        margin-right: 0px;
    }
    .gallery-lastest-new-right {
        width: 100%;
    }
    .flash-new-gallery ul {
        margin: 0px;
        text-align: center;
    }
    .flash-new-gallery ul li {
        padding: 0px 5px;
        width: 50%;
        text-align: left;
    }
    .flash-new-gallery ul li img {
        width: 100%;
    }
    .flash-new-heading h3 {
        font-size: 20px;
        padding: 18px 10px;
    }
    .for-gallery-vedio .video-left {
        width: 76%;
    }
    .for-gallery-vedio .video-right ul li {
        margin-bottom: 10px;
    }
    .for-gallery-vedio .video-right .sub-heading {
        margin-top: 0px;
    }
    .gallery-taboola-feed .taboola-content ul li {
        margin: 0px 5px 0px 0px;
    }
    .advertise-part {
        text-align: center;
    }
    .yay-or-nay-pannel {
        text-align: center;
        padding: 10px 0 15px 0;
    }
    .yay-or-nay-btm {
        max-width: 100%;
        margin: auto;
    }
    .yay-or-nay-btm h6 {
        font-size: 16px;
        margin-right: 0px;
        width: 55%;
    }
    .yay-or-nay-btm ul {
        width: 35%;
    }
    .hot-gallerys div {
        display: block;
        vertical-align: top;
        width: 100%;
    }
    .hot-gallerys div:last-child {
        margin-right: 0px;
    }
    .view-tabing-content ul li {
        width: 33%;
    }
    .most-viewd-gallery .nav-tabs li a {
        padding: 1px 10px;
    }
    .ad-section img {
        max-width: 100%;
    }
    .ad-content.mg20 {
        padding: 0px 10px;
        max-width: 95%;
        width: 95%;
    }
    .gallery-tranding .trending-content {
        padding-top: 40px;
    }
    .next-taboola .taboola-content ul li {
        margin: 0px 6px 0px 0px;
    }
    .add-section-pd {
        margin-top: 0px;
        text-align: center;
    }
    .add-section-last {
        max-width: 95%;
    }
    .add-section-last img {
        max-width: 100%;
    }
    .add-flash-new {
        max-width: 100%;
    }
    .for-gallery-vedio .video-left {
        width: 100%;
        margin-right: 0px;
    }
    .for-gallery-vedio .video-right {
        width: 100%;
    }
    .for-gallery-vedio .video-right ul li {
        padding-right: 0px;
    }
    .for-gallery-vedio .video-right ul li:nth-child(2n+2) {
        padding-left: 0px;
    }
    .gallery-taboola-feed .taboola-content ul li {
        width: 45%;
        margin-bottom: 20px;
    }
    .next-taboola {
        padding-top: 0px;
    }
    .for-gallery-vedio .video-right ul li {
        width: 48%;
        display: inline-block;
        margin-right: 15px;
    }
    .popular-video figure img {
        max-width: 100%;
        width: 100%;
    }
    .for-gallery-vedio .video-right ul li:last-child {
        margin-right: 0px;
    }
    .yay-or-nay-pannel h3 {
        font-size: 40px;
    }
    .yay-or-nay-pannel figure img {
        width: 170px;
    }
    .gallery-lastest-new-right ul li figure {
        width: auto;
        height: 100%;
        max-width: 614px;
        overflow: hidden;
    }
    .gallery-lastest-new figure div h4 {
        font-size: 18px;
    }
    .gallery-lastest-new-right ul {
        max-width: 100%;
        margin: auto;
    }
    .flash-new-heading h3::after {
        right: -19px;
    }
    .gallery_listing .latest-left {
        width: 100%;
    }
    .gallery_listing .latest-content {
        padding: 0;
    }
    .gallery_listing .latest-middle {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .gallery_listing .gallery-left-side-bar {
        width: 100%;
    }
    .view-tabing-content ul li figure img {
        max-width: 100%;
        width: 100%;
    }
    .hot-list ul li h5 a {
        font-size: 15px;
    }
    .hot-list ul {
        padding: 15px 8px 0 8px;
    }
    .hot-list ul li {
        display: inline-block;
        margin-right: 10px;
        max-width: 265px;
        border-bottom: none;
    }
    .hot-list ul li:last-child {
        margin-right: 0;
    }
    .gallery_listing .see-all a {
        margin-bottom: 20px;
    }
    .gallery_listing h2.main-heading {
        font-size: 18px;
        padding-bottom: 8px;
        margin-bottom: 10px;
    }
    .gallery-section .flash-new-heading {
        background-color: transparent;
    }
    .gallery-section .flash-new-heading a {
        color: rgba(0, 0, 0, .3);
        margin: 10px 0 0px 0px;
        font-size: 14px;
        padding: 0;
    }
    .gallery_listing .gallery-right-side-bar {
        width: 100%;
        padding-right: 0px;
    }
    .gallery_listing .latest-content ul li figure {
        border: none;
    }
    .gallery_listing .hot-list ul li {
        max-width: 100%;
        margin-right: 0;
        padding: 0 5px 25px;
    }
    .gallery-section .flash-new-heading h3 {
        border-bottom: 1px solid #e5e5e5;
        font-family: philosopherregular;
        color: #eb3d6e;
        background-color: transparent;
        font-size: 18px;
        display: block;
        padding: 5px 0 10px 0;
    }
    .gallery-section .flash-new-heading h3::after {
        display: none;
    }
    .gallery-section .flash-new-gallery .custom-btn.btn-default {
        margin: 10px auto;
        line-height: 45px;
        max-width: 180px;
    }
    .latest-content ul li figure {
        border: none;
    }
    .gallery-section .yay-or-nay-pannel {
        text-align: left;
        position: relative;
        padding-left: 155px;
        min-height: 180px;
    }
    .gallery-section .view-tabing-content ul {
        margin: 0px 0;
        text-align: center;
    }
    .gallery-section .view-tabing-content ul li {
        text-align: left;
    }
    .gallery-section .yay-or-nay-pannel figure {
        margin-bottom: 10px;
        position: absolute;
        left: 17px;
        top: 13px;
        height: 155px;
        width: 120px;
        overflow: hidden;
    }
    .gallery-section .yay-or-nay-pannel h3 {
        font-size: 30px;
    }
    .gallery-section .yay-or-nay-pannel figure {
        margin-bottom: 0px;
        position: absolute;
        left: 17px;
        top: 13px;
        height: 155px;
        width: 120px;
        overflow: hidden;
    }
    .gallery-section .yay-or-nay-pannel figure img {
        width: inherit;
        max-width: 100%;
    }
    .gallery-section .yay-or-nay-btm ul {
        display: block;
        margin: 10px 0 0 0;
        width: 100%;
    }
    .gallery-section .yay-or-nay-btm h6 {
        font-size: 16px;
        margin-right: 0px;
        width: 100%;
    }
    .footer-left .site_links li::after {
        top: 6px;
    }
    .search_via_alphabets {
        padding: 20px 10px 15px 10px;
        margin: 20px 0 0 0;
    }
    .sorting_celebs .taboola-content ul li {
        width: 33.33%;
    }
    .sorting_celebs .taboola-content ul li figure {
        width: auto;
        height: auto;
    }
    .gallery_listing .trending-table {
        width: 100%;
    }
    .gallery_listing .movie-left {
        margin-right: 0;
        width: 100%;
    }
    .gallery_listing .movie-right {
        width: 100%;
        margin-top: 20px;
    }
    .gallery_listing .movie-right figure {
        height: 90px;
        width: 90px;
    }
    .gallery_listing .movie-right figure img {
        max-width: 100%;
    }
    .gallery_listing .movie-right li {
        padding-left: 105px;
        min-height: 92px;
    }
    .gallery_listing .movie-right li:last-child {
        margin-bottom: 0;
    }
    .celeb_directory ul li a {
        height: 20px;
        width: 20px;
        font-size: 11px;
        line-height: 20px;
    }
    .celeb_directory ul li {
        margin: 2px;
    }
    .sorting_celebs .taboola-top h3 {
        font-size: 18px;
    }
    .sorting_celebs .taboola-top {
        padding: 0;
        margin-top: 20px;
    }
    .celebrity_inner_content {
        padding-right: 0;
    }
}

@media (min-width:580px) and (max-width:767px) {
    .view-tabing-content ul li {
        width: 25%;
    }
    .flash-new-gallery ul li {
        width: 100%;
        max-width: 184px;
    }
    .gallery-taboola-feed .taboola-content ul li {
        width: 24%;
    }
}

@media (max-width:479px) {
    .gallery-lastest-new-right ul {
        max-width: 100%;
        margin: auto;
    }
    .gallery-lastest-new-right {
        width: 100%;
    }
    .flash-new-heading h3 {
        font-size: 15px;
        padding: 14px 10px;
    }
    .flash-new-heading h3:after {
        display: none;
    }
    .flash-new-heading a {
        text-align: center;
        padding: 15px 10px 0px 0px;
        margin: auto;
        max-width: 200px;
        display: block;
        font-size: 13px;
    }
    .gallery-taboola-feed .taboola-content ul li {
        width: 100%;
    }
    .ad-content.mg20 {
        padding: 0px 10px;
        max-width: 94%;
        width: 94%;
    }
    .add-section-last {
        max-width: 94%;
    }
    .view-tabing-content ul li {
        width: 50%;
    }
    .for-gallery-vedio .video-right ul li {
        width: 100%;
        display: block;
        margin-right: 0px;
    }
    .gallery-lastest-new figure div {
        bottom: 4px;
    }
    .gallery_listing .hot-list ul li {
        max-width: 135px;
    }
    .gallery_listing .hot-list ul {
        padding: 15px 0 0 0;
    }
    .gallery-section .yay-or-nay-pannel {
        padding-left: 143px;
        min-height: 180px;
        padding-top: 13px;
        padding-right: 12px;
    }
    .gallery-section .yay-or-nay-pannel h3 {
        font-size: 28px;
    }
    .gallery-section .yay-or-nay-btm h6 {
        font-size: 15px;
        width: 100%;
    }
    .gallery-section .yay-or-nay-btm ul {
        width: 100%;
    }
    .gallery-section .yay-or-nay-pannel figure {
        top: 14px;
        left: 14px;
    }
    .gallery-right-side-bar .ad-section {
        margin-top: 0;
    }
    .gallery-section .gallery-taboola-feed {
        margin-bottom: 20px;
    }
    .yay-or-nay-btm ul li {
        margin-right: 7px;
    }
    .sorting_celebs .taboola-content ul li {
        width: 50%;
        margin: 0 0 10px 0;
    }
    .sorting_celebs .taboola-content .figure-content a span {
        font-size: 14px;
    }
    .gallery_listing .hot-list .trending_section ul li {
        width: 50%;
        max-width: inherit;
        margin: 0 0 15px 0;
        padding: 5px;
    }
    .gallery_listing .hot-list ul li {
        max-width: inherit;
        width: 50%;
        margin: 0 0 15px 0;
        padding: 10px;
    }
}

@media all and (-ms-high-contrast:none) {
    .gallery-lastest-new-right ul li {
        margin-bottom: 20px;
    }
}

.hindi_slider .carousel-content {
    padding: 0px 12px;
}

.carousel-content {
    padding: 0px 5px;
}

@media (max-width: 767px) {
    .carousel-content {
        position: relative;
    }
    .carousel-content {
        max-width: 100%;
        margin: auto;
    }
    ul.twoCol li {
        border: 0px;
    }
    .latest-content ul li:first-child {
        border: 0px !important;
    }
}

.hindi_slider .slick-prev {
    margin-top: -40px;
    left: -15px;
}

.hindi_slider .slick-next {
    margin-top: -40px;
    right: -10px;
}

.photo_gallery .slick-prev {
    margin-top: -40px;
}

.photo_gallery .slick-next {
    margin-top: -40px;
}

@media (max-width: 767px) {
    .custom-btn.btn-default.mb30 {
        margin-bottom: 30px;
        line-height: 45px;
        max-width: 180px;
    }
}

.gallery_detail .gallery_listing .photo-gallery {
    margin-top: 30px;
}

.gallery_detail .gallery-content {
    margin-top: 25px;
}

.gallery_detail .gallery_listing .photo-gallery .custom-carousel .owl-carousel .owl-nav .owl-prev,
.gallery_detail .gallery_listing .photo-gallery .custom-carousel .owl-carousel .owl-nav .owl-next {
    margin-top: -70px;
}

.gallery_detail .gallery-left-side-bar .photo-gallery .carousel-content h3 a {
    font-size: 16px;
    color: #333333;
    font-family: "futura_bk_btbook";
    text-align: center;
    text-transform: capitalize;
    position: relative;
}

.gallery_detail .gallery-left-side-bar .photo-gallery .carousel-content {
    text-align: center;
    padding: 0px 5px 10px 5px;
}

.gallery_detail .gallery-left-side-bar .photo-gallery .carousel-content a::after {
    background-color: #eb3d6e;
    width: 25px;
    height: 3px;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -10px;
    content: '';
    text-align: center;
}

.gallery_detail .photo-gallery .owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
}

.scoial_info {
    font-size: 0;
}

.scoial_info li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    overflow: hidden;
}

.scoial_info.social-icon li figure {
    height: 14px;
    overflow: hidden;
}

.scoial_info.social-icon li:hover img {
    opacity: 1;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    margin-top: -14px;
}

.gallery_detail .gallery-left-side-bar .photo-gallery .carousel-content h3 a {
    font-size: 16px;
    color: #333333;
    font-family: "futura_bk_btbook";
    text-align: center;
    text-transform: capitalize;
    position: relative;
}

.gallery_detail .gallery-left-side-bar .photo-gallery .carousel-content {
    text-align: center;
    padding: 0px 5px 10px 5px;
}

.gallery_detail .gallery-left-side-bar .photo-gallery .carousel-content a::after {
    background-color: #eb3d6e;
    width: 25px;
    height: 3px;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -10px;
    content: '';
    text-align: center;
}

.gallery_detail .photo-gallery .owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
}

.like_article .taboola-content ul li a {
    font-family: "futura_bk_btbook";
}

.like_article .taboola-content ul li {
    width: 50%;
}

.taboola-content ul li figure {
    overflow: hidden;
}

.like_article .taboola-content ul li {
    width: 50%;
    margin: 0;
    padding: 0px 10px 15px;
}

.taboola-content ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    text-align: center;
}

.taboola-content ul li {
    font-size: 14px;
    list-style: none;
    width: 16.1%;
    text-align: center;
    margin: 0 3px;
    padding: 0 0 15px;
}

.like_article {
    margin-bottom: 50px;
}

.taboola-top {
    position: relative;
    padding: 0 10px;
}

.taboola-top h2 {
    border-bottom: 1px solid #e5e5e5;
    font-family: philosopherregular;
    color: #333;
    font-size: 30px;
    padding-bottom: 5px;
}

.like_article .taboola-content {
    border: none;
}

.taboola-content span {
    text-align: left;
    display: block;
    font-size: 19px;
    color: #000;
}

.gallery_detail .detail_left p {
    font-size: 20px;
    line-height: 38px;
}

.detail_left p {
    font-size: 16px;
    color: #000;
    font-family: "futura_lt_btlight";
    line-height: 24px;
    margin-bottom: 15px;
}

.detail_left p {
    font-size: 16px;
    color: #000;
    font-family: "futura_lt_btlight";
    line-height: 24px;
}

.detail_info {
    position: relative;
    padding-right: 0px;
    font-family: "futura_lt_btlight";
    margin-bottom: 15px;
}

.gallery_detail .detail_left h3 {
    margin-bottom: 10px;
}

.detail_left h3 {
    font-size: 28px;
    color: #000;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    font-family: "philosopherregular";
    text-decoration: none;
}

.detail_left h3 {
    margin: 7px 0;
}

.node-type-photo-gallery-section .gallery_detail .detail_left,
.node-type-photo-image .gallery_detail .detail_left {
    padding-left: 0;
    max-width: 100%;
    padding-right: 30px;
}

.social-icon.social_list {
    position: fixed;
    left: auto;
    margin-left: -55px;
    top: 50%;
    margin-top: -110px;
    z-index: 3;
}

.social-icon.social_list li:first-child {
    background-color: #3B579D;
}

.social-icon.social_list li:nth-child(2) {
    background-color: #00ACED;
}

.social-icon.social_list li:nth-child(4) {
    background-color: #D82A21;
}

.social-icon.social_list li:nth-child(3) {
    background-color: #25D366;
}

.social-icon.social_list li {
    display: block;
    margin: 0 0 10px;
    height: 45px;
    width: 45px;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
}

.social-icon.social_list li a {
    display: block;
}

.social-icon.social_list li figure {
    height: 20px;
    overflow: hidden;
    width: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.social-icon.social_list li figure img {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .gallery_detail .gallery-left-side-bar .gallery-content {
        margin-bottom: 20px;
    }
}

@media (max-width: 479px) {
    .gallery_detail .gallery-content {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .gallery_detail .gallery_listing .photo-gallery h2.main-heading {
        font-size: 17.8px;
    }
}

@media (max-width: 767px) {
    .social-icon.social_list {
        position: fixed;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        text-align: center;
        background-color: #FFF;
        padding: 5px;
        margin: 0;
    }
    .social-icon.social_list li {
        display: inline-block;
        margin: 0 2px;
        height: 36px;
        width: 36px;
        vertical-align: top;
    }
}

@media (max-width: 479px) {
    .gallery_detail .photo-gallery .gallery-content .carousel-content figure {
        height: auto;
    }
}

.gallery_photo .slick-prev {
    background-size: 30px;
    top: 45%;
    background-position: top right;
}

.gallery_photo .slick-next {
    background-size: 30px;
    top: 45%;
}

@media (max-width: 767px) {
    .photo_gallery .slick-next {
        margin-top: -5px;
        background-size: 45px;
    }
    .photo_gallery .slick-prev {
        margin-top: -5px;
        background-size: 45px;
        left: -15px;
    }
    .photo_gallery .carousel-content figure img {
        width: 100%;
    }
    .hindi-content .carousel-content p {
        bottom: 0;
    }
}

@media (max-width: 479px) {
    .hindi_slider .slick-slide img,
    .hindi_single_slider .slick-slide img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hindi_slider .carousel-content {
        padding: 0px 5px;
    }
    .gallery-left-side-bar .see-all {
        position: absolute;
        top: 0px;
        right: 0;
        text-align: right;
    }
    .gallery_detail .photo-gallery .gallery-content.custom-carousel .carousel-content .sub-heading {
        display: block;
    }
}

.node-type-photo-gallery-section footer {
    margin-bottom: -21px;
}

.gallery-section .video-left {
    width: 76%;
    margin-right: 15px;
}

.gallery-section .video-content {
    margin-left: 0;
    margin-right: 0;
}

.gallery-section .video-right ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 12px;
}

.gallery-section .video-right ul li img.video_img {
    width: 181px;
    height: 136px;
}

@media (max-width: 767px) {
    .gallery-section .video-right ul li img.video_img1 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .gallery-section .video-right ul li img.video_img1 {
        width: 100%;
        height: 136px;
    }
}

.video-left img.video_img {
    width: 100%;
    height: 420px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-centered {
    text-align: center;
    width: 100%;
}

.pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul>li {
    display: inline;
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>.active>a,
.pagination ul>.active>span {
    background-color: #f5f5f5;
}

.pagination ul>.active>a,
.pagination ul>.active>span {
    color: #999999;
    cursor: default;
}

.pagination ul>li>a,
.pagination ul>li>span {
    float: left;
    padding: 4px 11px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    color: #494949;
}

.gallery-section .video-content .custom-btn.btn-default {
    margin: 20px auto 40px;
}

.gallery-section .video-content #myList {
    display: inline-block;
}

.gallery_slider .slick-prev {
    background-size: 30px;
    top: 25%;
    background-position: top right;
}

.gallery_slider .slick-next {
    background-size: 30px;
    top: 25%;
}

@media (min-width: 768px) {
    .hindi_single_slider .slick-prev {
        left: -5px;
    }
}

@media (min-width: 768px) {
    .hindi_single_slider .slick-prev,
    .hindi_single_slider .slick-next {
        background-size: 30px;
        top: 90px;
    }
}

@media (min-width: 768px) {
    .hindi_single_slider .slick-prev,
    .hindi_single_slider .slick-next {
        background-size: 30px;
        top: 90px;
    }
}

.hindi_single_slider .slick-prev,
.hindi_single_slider .slick-next {
    margin-top: -38px;
}

@media (max-width: 767px) {
    .gallery_slider .slick-prev {
        background-size: 45px;
    }
    .gallery_slider .slick-prev,
    .gallery_slider .slick-next {
        top: 50%;
    }
    .gallery_slider .slick-next {
        background-size: 45px;
    }
    .gallery_slider .slick-prev,
    .gallery_slider .slick-next {
        top: 50%;
    }
    .gallery_slider .slick-slide img {
        width: 100%;
    }
    .hindi_single_slider .slick-prev,
    .hindi_single_slider .slick-next {
        margin-top: 0px;
    }
    .hindi_single_slider .slick-prev,
    .hindi_single_slider .slick-next {
        margin-top: 0px;
    }
    .page-taxonomy-term .video-right ul li img.video_img,
    .page-node .video-right ul li img.video_img {
        height: 100px;
        width: 100%;
    }
    .page-taxonomy-term .video-left img.video_img,
    .page-node .video-left img.video_img {
        width: 100%;
        height: auto !important;
    }
    .full_sectio img {
        width: 120px;
        height: 90px;
    }
    .page-taxonomy-term .video-left,
    .page-node .video-left {
        width: 100% !important;
    }
    .hot-list .trending_section ul li {
        width: 33.33%;
    }
}

.gallery_detail .detail_left p,
.article-page-body p span,
.article-page-body p div,
.article-page-body p div span,
.article-page-body div span,
.article-page-body div,
.article-page-body span,
.article-page-body p span em {
    font-size: 20px !important;
    line-height: 38px !important;
}

.detail_left p,
.detail_left p span,
.detail_left p div,
.article-page-body p div span,
.article-page-body div span,
.article-page-body div,
.article-page-body span {
    font-size: 16px;
    color: #000 !important;
    font-family: "futura_lt_btlight" !important;
    line-height: 24px;
    margin-bottom: 15px;
}

.detail_left p {
    font-size: 16px;
    color: #000;
    font-family: "futura_lt_btlight";
    line-height: 24px;
}

.written_by span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    position: relative;
    padding-right: 10px;
}

.detail_info {
    position: relative;
    padding-right: 0px;
    font-family: "futura_lt_btlight";
    margin-bottom: 15px;
}

.detail_info span b {
    font-weight: normal;
    color: #eb3d6e;
}

.gallery_detail .detail_left h3 {
    margin-bottom: 10px;
}

.detail_left h3 {
    font-size: 28px;
    color: #000;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    font-family: "philosopherregular";
    text-decoration: none;
}

.page-node .detail_left h1 {
    font-size: 28px;
    color: #000;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    font-family: "philosopherregular";
    text-decoration: none;
}

.page-node .gallery_detail .detail_left h1 {
    margin-bottom: 10px;
}

.page-node .detail_left h1 {
    margin: 7px 0;
}

.detail_left h3 {
    margin: 7px 0;
}

.tag-credits h3 {
    border-bottom: 1px solid #e5e5e5;
    font-family: philosopherregular;
    color: #333;
    font-size: 20px;
    padding-bottom: 5px;
}

.tag-credits ul {
    padding: 0;
    margin: 0;
}

.tag-credits ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.tag-credits ul li a {
    font-size: 14px;
    color: #333;
    font-family: futura_lt_btlight;
    background-color: #E3E3E3;
    padding: 4px 8px;
}

.tag-credits h3 {
    border-bottom: 1px solid #e5e5e5;
    font-family: philosopherregular;
    color: #333;
    font-size: 20px;
    padding-bottom: 5px;
}

.tag-credits {
    margin-bottom: 30px;
}

.gallery_detail .like_article {
    margin-top: 30px;
}

.detail_info span b {
    font-weight: normal;
    color: #eb3d6e;
}

.detail_info .written_by span b {
    font-weight: normal;
    color: #eb3d6e;
}

.detail_info {
    position: relative;
    padding-right: 0px;
    font-family: "futura_lt_btlight";
    margin-bottom: 15px;
}

@media (min-width:767px) {
    .page-node .video-right {
        height: 205px;
    }
}

@media (min-width:767px) {
    .page-node .video-right1 {
        height: 380px;
    }
}

.gallery_detail .gallery-section .detail_left .video-right p {
    font-size: 15px !important;
    font-family: "futura_lt_btlight" !important;
    line-height: 20px !important;
}

#edit-submit {
    color: #eb3d6e;
    border: 2px solid #eb3d6e;
    text-align: center;
    margin: auto;
    width: 290px;
    height: 59px;
    display: block;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    line-height: 59px;
    font-weight: 600;
    background: 0 0;
}

#edit-submit {
    text-transform: uppercase;
}

.comment-form .form-control {
    margin-bottom: 20px;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    font-family: "futura_lt_btlight";
    font-size: 16px;
    padding: 0;
}

#comments h2 {
    border-bottom: 1px solid #e5e5e5;
    font-family: philosopherregular;
    color: #333;
    margin: 0 0 15px;
    font-size: 30px;
}

.comment_list ul li span {
    font-size: 14px;
    color: #9e9e9e;
    display: block;
    padding: 0 0 8px;
}

#comment-form-wrapper h2 {
    padding-bottom: 13px;
}

.comment-metadata {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    font-family: "philosopherregular" !important;
}

.comment-comment p {
    margin-bottom: 2px;
}

.contr ul li a,
.contr ul li {
    font-family: "futura_lt_btlight" !important;
    font-size: 14px !important;
    color: #9e9e9e !important;
}

.comment-thumbnail {
    width: 70px;
    height: 70px;
    border: 1px solid #d5d5d5;
    padding: 5px;
    overflow: hidden;
    margin-right: 30px;
}

.comment-thumbnail img {
    max-width: 100%;
}

.breadcumb_list .inline.odd.first a::after,
.node-type-content-celebprofile .breadcumb_list .inline.even a::after {
    position: absolute;
    right: -12px;
    top: 4px;
    background-image: url(../images/breadcrumb_arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    height: 11px;
    width: 7px;
    content: '';
    background-size: 5px;
}

.breadcumb_list .breadcrumb a {
    color: #eb3d6e;
    font-size: 14px;
    text-decoration: none;
    font-family: "futura_bk_btbook";
}

.breadcumb_list .breadcrumb .inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    position: relative;
}

.detail_info {
    position: relative;
    padding-right: 0px;
    font-family: "futura_lt_btlight";
    margin-bottom: 30px !important;
}

.detail_info span a {
    font-weight: normal;
    color: #eb3d6e;
}

.celebrity_detail .table.inner_table {
    margin-bottom: 0;
}

.like_article .taboola-content ul li a {
    font-family: "futura_bk_btbook";
}

.similar_celeb ul li a {
    text-decoration: none;
}

.similar_celeb ul li h5 {
    color: #e9265e;
    font-size: 15px;
    text-decoration: none;
    font-family: "futura_lt_btlight";
}

.similar_celeb ul li span,
.similar_celeb ul li a {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-family: "futura_lt_btlight";
    padding: 0px;
}

.filmography .movie_banner {
    height: 70px;
    width: 45px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-left: 5px;
}

.filmography .movie_banner img {
    max-width: 100%;
}

.celebrity_detail.filmography .table>thead>tr>th {
    border-bottom: none;
    font-family: "philosopherregular";
    background-color: #f7f7f7;
    padding: 10px 15px;
}

.celebrity_detail.filmography .table>thead>tr>th.sr_no:first-child {
    width: 7%;
    text-align: center;
}

.celebrity_detail.filmography .table>tbody>tr>td {
    vertical-align: middle;
    font-size: 16px;
    padding: 5px 15px;
}

.celebrity_detail.filmography .table>tbody>tr>td a {
    font-size: 16px;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    margin-left: 15px;
}

.celebrity_detail .table>tbody>tr>td .other_info {
    padding: 0;
    margin: 0;
}

.celebrity_detail .table>tbody>tr>td .other_info li {
    display: block;
    list-style: none;
    margin-bottom: 4px;
}

.celebrity_detail .table>tbody>tr>td .other_info li a {
    text-decoration: none;
}

.celebrity_detail .table>tbody>tr>td .other_info li a:hover,
.other_info li a:focus,
.other_info li a:active {
    color: #eb3d6e
}

.page-comment-reply- .contain {
    margin-top: 100px;
    margin-left: 150px;
    margin-right: 150px;
}

.page-comment-reply- .contain .comments-details-block {
    margin-bottom: 50px;
}

.page-comment-reply- .contain .comment-thumbnail {
    width: 80px;
    height: 70px;
    border: 1px solid #d5d5d5;
    padding: 5px;
    overflow: hidden;
    margin-right: 30px;
    float: left;
}

.page-comment-reply- .contain .comment-data {
    display: grid;
}

.newcomments .dislikebutton {
    color: #cb4700;
    position: relative;
    right: -9px;
    bottom: 0px;
}

.newcomments .likebutton {
    color: #2c9801;
    position: relative;
    bottom: 0px;
}

h1.main-heading {
    border-bottom: 1px solid #e5e5e5;
    font-family: philosopherregular;
    color: #333;
    font-size: 30px;
    padding-bottom: 13px;
}

@media (max-width:767px) {
    #carousel-example-generic-num .num {
        font-size: 13px;
    }
    .social-icon.social_list {
        position: fixed;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        text-align: center;
        background-color: #FFF;
        padding: 5px;
        margin: 0;
    }
    .social-icon.social_list li {
        display: inline-block;
        margin: 0 2px;
        height: 36px;
        width: 36px;
        vertical-align: top;
    }
    .movie_list .list_of_movie {
        margin-top: 15px;
    }
    .filmography-mobile ul li {
        display: block;
        border: 1px solid #ddd;
        position: relative;
        padding: 10px;
    }
    .filmography-mobile .flim-name .movie_banner {
        height: 100%;
        width: 104px;
        margin: 0;
    }
    .filmography-mobile .flim-name .movie_banner img {
        width: 100%;
    }
    .filmography-description h4 {
        margin: 0px 0 4px;
    }
    .filmography-description h4 a {
        font-size: 18px;
        text-decoration: none;
        color: #eb3d6e;
    }
    .filmography-mobile .filmography-description {
        margin-bottom: 2px;
    }
    .filmography-mobile .filmography-description strong {
        color: #000;
        font-family: "philosopherregular";
        font-size: 15px;
    }
    .filmography-mobile .filmography-description p {
        margin-bottom: 5px;
        font-size: 13px;
    }
    .filmography-number {
        position: absolute;
        top: 10px;
        left: 10px;
        background-color: #eb3d6e;
        color: #FFF;
        padding: 5px;
        border-radius: 3px;
    }
    .mobile-description-panel {
        display: inline-block;
        vertical-align: top;
        margin-left: 12px;
    }
    .filmography-mobile .flim-name {
        display: inline-block;
    }
}

.video-trailer-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 60px;
}

.video-trailer-container iframe,
.video-trailer-container object,
.video-trailer-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.node-type-content-movieprofile .comment_list .flag-wrapper {
    width: 70px;
    float: left;
    height: 40px;
}

.likeicon,
.dlicon {
    float: left;
    max-width: 100% !important;
}

.likebutton,
.dislikebutton {
    width: 25px;
    float: left;
}

.node-type-content-movieprofile .comment-form #edit-preview,
.node-type-content-movieprofile .comment-form #edit-name {
    display: none;
}

.node-type-content-movieprofile #comment-form-wrapper {
    background-color: #FFF;
    border: 0px;
}

.node-type-content-movieprofile .comment_list #edit-comment-body-und-0-value {
    width: 100%;
}

.node-type-content-movieprofile .comment_list ul li {
    padding: 10px 10px 40px 85px;
}

.node-type-content-movieprofile .fivestar .field-label,
.node-type-content-movieprofile .fivestar-summary,
.field-name-field-acting .field-label,
.field-name-field-direction .field-label {
    display: none;
}

.content_reviews li {
    float: left;
    width: 100%;
}

.content_reviews li .fivestar .field-type-fivestar {
    display: inline-block;
    margin-top: 10px;
}

.content_reviews li span {
    width: 100%;
    display: inline-block;
}

.field-name-field-acting,
.field-name-field-direction {
    display: inline-block;
    margin-top: 10px;
}

.comment_list .pagination.pagination-centered {
    display: none;
}

.critic_reviews.celebrity_detail.filmography .table>tbody>tr>td .posted_date {
    display: block;
    font-size: 13px;
    color: #888;
}

.critic_reviews.celebrity_detail.filmography .table>tbody>tr>td strong {
    font-family: "philosopherregular";
    display: block;
}

.critic_reviews.celebrity_detail.filmography .table>tbody>tr>td {
    border: none;
    border-bottom: 1px solid #ddd;
}

.critic_reviews.celebrity_detail .table>tbody>tr>td:first-child {
    width: 25%;
    text-align: left;
}

.critic_reviews.celebrity_detail.filmography .table>thead>tr>th.sr_no:first-child {
    text-align: left;
}

.star-off {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    background: url('/sites/all/modules/starrating/icons/starreview.png') no-repeat 0px -243px;
}

.star1-on {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    background: url('/sites/all/modules/starrating/icons/starreview.png') no-repeat 0px -222px;
}

.star2-on {
    float: left;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    background: url('/sites/all/modules/starrating/icons/star.png') no-repeat 0px -28px;
}

.star3-on {
    float: left;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    background: url('/sites/all/modules/starrating/icons/star.png') no-repeat 0px -42px;
}

.star4-on {
    float: left;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    background: url('/sites/all/modules/starrating/icons/star.png') no-repeat 0px -56px;
}

.star5-on {
    float: left;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    background: url('/sites/all/modules/starrating/icons/star.png') no-repeat 0px -70px;
}

.star6-on {
    float: left;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    background: url('/sites/all/modules/starrating/icons/star.png') no-repeat 0px -84px;
}

.star7-on {
    float: left;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    background: url('/sites/all/modules/starrating/icons/star.png') no-repeat 0px -98px;
}

.star8-on {
    float: left;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    background: url('/sites/all/modules/starrating/icons/star.png') no-repeat 0px -112px;
}

h3.sub-heading {
    text-align: left;
}

.rate-widget-fivestar ul {
    list-style: none;
    overflow: hidden;
}

.rate-widget-fivestar .item-list ul li {
    background-image: none;
    padding: 0;
    margin: 0;
}

.rate-widget-fivestar ul li {
    float: left;
    list-style: none;
    width: auto;
}

.rate-widget-fivestar ul li a {
    display: block;
    float: left;
}

.rate-fivestar-btn-filled {
    display: inline-block;
    background: url(/sites/all/modules/starrating/icons/starreview.png) no-repeat 0 -222px;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
}

.rate-user .rate-fivestar-btn-filled {
    background: url(/sites/all/modules/starrating/icons/starreview.png) no-repeat 0 -222px;
}

.rate-fivestar-btn-empty {
    display: inline-block;
    background: url(/sites/all/modules/starrating/icons/starreview.png) no-repeat 0 -243px;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
}

#Reviews2 .content_reviews li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.content_reviews .rate-info {
    display: none;
}

.view-featured-movies-listing .pagination ul li {
    font-size: 14px;
    padding: 0;
}

.pagination ul>li {
    display: inline;
}

.breadcrumb {
    padding: 0px !important;
    background-color: transparent !important;
}

.node-type-content-allmovies .custom-carousel .owl-carousel .owl-item img {
    display: inline-block;
    max-width: 100%;
}

.list_of_movie .sorting_celebs .taboola-content ul li p span {
    font-size: 15px;
}

.list_of_movie .sorting_celebs .taboola-content ul li .sub-heading {
    margin-top: 10px;
}

h1.main-heading {
    border-bottom: 1px solid #e5e5e5;
    font-family: philosopherregular;
    color: #333;
    font-size: 30px;
    padding-bottom: 13px;
}

.ad-contents {
    max-width: 970px;
    width: 100%;
    margin: auto;
    text-align: center;
    height: 95px;
    line-height: 66px
}

.ad-contentss {
    max-width: 750px;
    width: 100%;
    margin: auto;
    text-align: center;
}

ul.twoCol .fig-content {
    height: auto;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .celebrity_inner_content {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .movies_section .carousel-content .sub-heading {
        display: block;
    }
}

@media (max-width: 767px) {
    .movies_section .carousel-content p {
        position: relative;
        bottom: 5px;
        left: auto;
        right: auto;
        margin: 0;
        color: #000;
        padding: 7px 0 0 0;
        background-color: transparent;
    }
    .movies_section .top-tab .nav-tabs {
        border: 0;
        text-align: unset;
    }
}

.list_of_movie p {
    color: #000;
    font-size: 16px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .movie_list .movies_section .custom-carousel .owl-carousel .owl-nav .owl-prev,
    .movie_list .movies_section .custom-carousel .owl-carousel .owl-nav .owl-next {
        margin-top: -45px;
    }
}

@media (max-width: 479px) {
    .movies_section .custom-carousel .owl-carousel .owl-nav .owl-next {
        margin-top: 0px;
        right: -4px;
    }
}

@media (max-width: 479px) {
    .custom-carousel .owl-carousel .owl-item img {
        width: 100% !important;
        display: inline-block;
        max-width: 100%;
        height: 100% !important;
    }
    .movies_section .carousel-content h3.sub-heading {
        text-align: unset !important;
        height: auto !important;
    }
}

.movies_section .custom-carousel .sub-heading {
    margin-top: 7px;
    height: auto !important;
}

@media (max-width: 767px) {
    .movies_section .carousel-content h3.sub-heading {
        text-align: unset !important;
    }
}

@media (max-width: 479px) {
    .movies_section .custom-carousel .owl-carousel .owl-nav .owl-next,
    .movies_section .custom-carousel .owl-carousel .owl-nav .owl-prev,
    .movies_section .custom-carousel .owl-theme .owl-nav .owl-next:hover,
    .movies_section .custom-carousel .owl-theme .owl-nav .owl-prev:hover {
        height: 39px;
        width: 49px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .gallery-lastest-new-right ul li figure {
        width: 100%;
        height: 196px;
        overflow: hidden;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .gallery-lastest-new-right ul li figure {
        width: 100%;
        height: 203px;
        overflow: hidden;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .gallery_detail .most-viewd-gallery .nav-tabs li a {
        padding: 1px 8px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .gallery_detail .view-tabing-content ul li {
        width: 50%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .social-icon.social_list li {
        height: 25px;
        width: 25px;
    }
}

@media (max-width: 991px) and (min-width: 790px) {
    .social-icon.social_list {
        left: 5px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .social-icon.social_list {
        left: 0;
        margin-left: 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .social-icon.social_list li {
        height: 35px;
        width: 35px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .social-icon.social_list {
        left: 0;
        margin-left: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .hindi_single_slider .slick-prev,
    .hindi_single_slider .slick-next {
        margin-top: -44px;
    }
    .fig-content {
        height: auto;
    }
}

@media (min-width: 768px) {
    .hindi_single_slider .slick-prev {
        left: -5px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .celebrity_inner_content {
        padding-right: 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .latest-left li:nth-child(2n+2) {
        margin-right: 21px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .gallery-section .video-left {
        width: 100%;
        margin-right: 15px;
    }
}

@media (max-width: 1330px) and (min-width: 1200px) {
    .page-taxonomy-term .gallery-section .video-right ul li {
        width: auto !important;
    }
}

.main-menu-open {
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.menu-content.cbp-spmenu-vertical ul li .collapse ul li a:hover {
    background-color: #E9E9E9;
    color: #ea275f;
    text-decoration: none;
}

@media (max-width: 991px) and (min-width: 100px) {
    .menu-content.cbp-spmenu-vertical ul li .collapse ul li a:hover {
        background-color: #E9E9E9;
        color: #333;
        text-decoration: none;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    ul.twoCol li.twoColAds {
        width: none;
    }
    #twoColAds {
        margin-right: 50px;
    }
    .articles.latest-right {
        width: 100%;
    }
    .latest-right ul li {
        width: 50%;
        float: left;
    }
    .latest-left {
        width: 100%;
    }
    .latest-photo-gallery li {
        margin: 20px 16px 10px 10px;
    }
    .fullWidth {
        display: none !important;
    }
    ul.twoCol li.firstArticle {
        width: 52%;
        float: left;
    }
}

@media (max-width: 1024px) and (min-width: 950px) {
    .latest-photo-gallery li {
        margin: 20px 16px 10px 9px !important;
        width: 30% !important;
    }
    #sideBarAd1 #Home-Sidebar4 iframe {
        width: 100% !important;
    }
    #sideBarAd2 #Home-Sidebar5 iframe {
        width: 100% !important;
    }
    #twoColAds #Home-Sidebar1 iframe {
        width: 100% !important;
    }
    #Home-Sidebar7 iframe {
        width: 100% !important;
    }
    #Home-Sidebar2 iframe {
        width: 100% !important;
    }
}

.node-type-content-celebprofile .breadcrumb,
.page-celebrity .breadcrumb {
    border-top: 2px solid #d5d5d5;
    padding-top: 10px !important;
}

.node-type-content-celebprofile .breadcrumb ul li,
.page-celebrity .breadcrumb ul li {
    color: #ea2f64;
    font-size: 14px;
    font-weight: 300;
}

.node-type-content-celebprofile .breadcrumb ul li,
.page-celebrity .breadcrumb ul li {
    display: inline-block;
    vertical-align: top;
}

.node-type-content-celebprofile .breadcrumb ul li a,
.page-celebrity .breadcrumb ul li a {
    color: #ea2f64;
}

.node-type-content-celebprofile .breadcrumb ul li:first-child a span,
.page-celebrity .breadcrumb ul li:first-child a span {
    margin-left: 0px;
}

.node-type-content-celebprofile .breadcrumb ul li a span,
.page-celebrity .breadcrumb ul li a span {
    margin: 0 8px;
    text-transform: capitalize;
}

.node-type-content-celebprofile .breadcrumb ul li.lastbreadcrumb span,
.page-celebrity .breadcrumb ul li.lastbreadcrumb span {
    margin: 0 8px;
    text-transform: capitalize;
}

.node-type-content-celebprofile .breadcrumb ul li a:hover,
.page-celebrity .breadcrumb ul li a:hover {
    color: #000;
    text-decoration: none;
}

@media (max-width: 767px) {
    .node-type-content-celebprofile .profile_detail ul li,
    .page-celebrity .profile_detail ul li {
        font-size: 18px;
        line-height: 22px;
    }
    .node-type-content-celebprofile h2.main-heading,
    .page-celebrity h2.main-heading {
        font-size: 21px !important;
    }
}

.front a.shopping-menu {
    line-height: 17px;
}

@media (max-width: 400px) {
    .latest-photo-gallery li .article_content figure {
        height: 106px;
        float: left;
    }
    #sideBarAd2 {
        display: none;
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    .latest-photo-gallery li {
        overflow: hidden;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 11px;
        min-height: 100px;
        margin-top: 0px;
    }
    #Mobile-004 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    #Mobile-001,
    #Mobile-002,
    #Mobile-003,
    #Mobile-004,
    #Mobile-005,
    #Mobile-006,
    #Mobile-007,
    #Mobile-008,
    #Mobile-009,
    #Mobile-010,
    #sideBarAd2 {
        text-align: center;
    }
    #sideBarAd2 {
        display: none;
    }
}

.footer-main {
    background: #ffffff;
    color: #333;
    padding: 20px 0;
    font-size: 14px;
    clear: both;
    border-top: 1px black solid;
    text-align: center;
}

footer.footer-main a {
    color: #EA275E;
}

.section-seven .component_5 .heading:before {
    width: 3px;
    height: 14px;
    background-color: #fe2500;
    position: absolute;
    content: '';
    top: 5px;
    left: -10px;
}

.section-seven {
    float: left;
    background-color: #fff;
    width: 100%;
    padding: 10px 10px 32px;
    margin-bottom: 10px;
    position: relative;
}

.section-seven .component_5 {
    float: left;
    width: 100%;
    margin-bottom: 11px;
}

.section-seven .component_5 .heading {
    float: left;
    width: 100%;
    position: relative;
}

.section-seven .component_4 {
    width: 100%;
}

.section-seven .component_4 {
    float: left;
    position: relative;
}

.section-seven .component_4 .img-pod {
    width: 100%;
    height: 168.8px;
    position: relative;
}

.section-seven .component_4 .img-pod {
    float: left;
    width: 100%;
    position: relative;
    border: solid 1px #f7f7f7;
}

.section-seven .component_1:not(:nth-last-child(2)) {
    float: left;
    border-bottom: solid 1px #e5e5e5;
    padding-top: 9px;
    padding-bottom: 9px;
}

@media screen and (min-width: 768px) {
    .desktop_cls {
        display: block;
    }
    .mobile_cls {
        display: none;
    }
    .section-seven .component_4 .content {
        border-bottom: solid 1px #e5e5e5;
        padding-top: 12px;
        padding-bottom: 5px;
        text-decoration: none;
    }
    .section-seven .for_desktop {
        display: show;
    }
    .section-seven .for_mobile {
        display: none;
    }
    .section-seven .sub-heading {
        display: none;
    }
}

.section-seven .component_4 .content {
    font-size: 16px;
    color: #000;
    float: left;
    text-decoration: none;
    margin: 0;
    width: 100%;
}

.section-seven .component_1 {
    width: 100%;
    float: left;
    padding-top: 9px;
    padding-bottom: 9px;
}

.section-seven .component_1 .img-pod {
    width: 110px;
    height: 60px;
    position: relative;
}

.section-seven .component_1 .img-pod {
    float: left;
    position: relative;
    border: solid 1px #f7f7f7;
    background-color: #d8d8d8;
}

.section-seven .component_1 .img-pod img {
    width: 100%;
    border-radius: 3px;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}

.section-seven .component_1 .text {
    width: 60%;
    padding-left: 15px;
    margin-left: 10px;
    text-decoration: none;
}

.section-seven .component_1 .text {
    float: left;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    margin: 0;
}

.section-seven .new_more {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 10px;
    border-bottom: solid 1px #e5e5e5;
}

.section-seven .new_more a {
    padding: 5px 0 7px;
    font-family: "Mukta", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    color: #fe2500;
    text-decoration: none;
    text-align: right;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
}

.section-seven .component_5 .heading:before {
    width: 3px;
    height: 14px;
    background-color: #fe2500;
    position: absolute;
    content: '';
    top: 5px;
    left: -10px;
}

.section-seven .component_5 .heading a {
    float: left;
    font-size: 16px;
    line-height: 1.2;
    color: #e9265e;
    text-decoration: none;
    text-transform: uppercase;
}

.section-seven .component_4 h4 {
    font-size: 11.4px;
    padding-bottom: 1px;
    color: #898989;
}

.section-seven .component_1 h4 {
    font-size: 11.4px;
    padding-bottom: 1px;
    color: #898989;
}

.section-seven .sub-heading {
    margin: 0 0 2px;
}

.section-seven a {
    color: #000;
    text-decoration: none;
}

.section-seven .sub-heading a {
    color: #e9265e;
    font-size: 13px;
    text-decoration: none;
}

.component_1:nth-last-child(2) {
    float: left;
    padding-top: 9px;
    padding-bottom: 9px;
}

@media screen and (max-width: 767px) {
    .desktop_cls {
        display: none;
    }
    .mobile_cls {
        display: block;
    }
    .section-seven .sub-heading {
        display: show;
    }
    .section-seven .for_desktop {
        display: none;
    }
    .section-seven .for_mobile {
        display: show;
    }
    .section-seven .component_1 .img-pod {
        width: 120px;
        height: 90px;
        position: relative;
    }
    .section-seven .component_1 .img-pod img {
        border-radius: 0px;
        width: 120px;
        height: 90px;
    }
    .section-seven {
        float: left;
        background-color: #fff;
        width: 100%;
        padding: 10px 0px 32px;
        margin-bottom: 10px;
        position: relative;
    }
    .section-seven .component_4 .img-pod {
        width: 120px;
        height: 90px;
        position: relative;
    }
    .section-seven .component_4 .img-pod img {
        width: 120px;
        height: 90px;
    }
    .section-seven .component_4 .content {
        float: left;
        font-weight: 400;
        font-size: 15px;
        color: #000;
        text-decoration: none;
        margin: 0;
    }
    .section-seven .component_4 .content {
        width: 60%;
        padding-left: 15px;
        text-decoration: none;
    }
    .section-seven .component_4 {
        float: left;
        padding-top: 9px;
        padding-bottom: 9px;
        border-bottom: solid 1px #e5e5e5;
    }
    .section-seven .component_4 {
        width: 100%;
        float: left;
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .section-seven .sub-heading {
        margin: 0 0 2px;
    }
    .section-seven .sub-heading a {
        font-size: 11.4px;
    }
}

@media screen and (max-width: 767px) {
    .show_on_desktop {
        display: none !important;
    }
    .latest-lefthome {
        display: inline-block !important;
    }
    .twoColAds {
        text-align: center;
        width: 100% !important;
    }
    .firstArticle {
        width: 100% !important;
    }
}

@media screen and (min-width: 768px) {
    .show_on_desktop {
        display: inline-block !important;
    }
    .latest-lefthome {
        display: inline-block !important;
    }
}

@media (max-width: 479px) {
    .latest-lefthome {
        display: inline-block !important;
    }
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none!important;
}

@media (max-width: 767px){
    .visible-xs {
        display: block!important;
    }
    .hidden-xs {
        display: none!important;
    }
}


/*.latest-content ul li.firstArticle {
    border: 1px solid #e9265e !important;
    padding: 10px;
    background: #FDE2E9;
}*/

@media screen and (max-width: 767px){
    .taboola-display {
        display: block;
        margin-top: 8px;
        margin-bottom: 15px;
    }
}