@charset "utf-8";
/* CSS Document */
/*= Reset,Base and Common
*==================================================================*/
@import url('https://fonts.googleapis.com/css?family=Hind+Madurai:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
html {
background:#f2f0ed;
color:#555;
}
body {
margin:0;
font-family:'Roboto', arial,sans-serif;
font-size:13px;
line-height:1.615;
background:#f2f0ed;
/*background-color:#e5e5e5;*/
-webkit-font-smoothing: antialiased;
}
.bg-white{ background:#fff !important;}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
aside{ position:relative;}
/* pageskin */

/*== HTML5 Elements
*=================================*/

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block
}
/*== Typography Elements
*=================================*/
iframe {
display:block
}
div{ font-size:0;}
a img {
border:0
}
:focus {
outline:0
}
time{ font-family:inherit; font-size:11px; color:#aaa; font-weight: 400;} time a{ color:#aaa;}
a {
color:#ff4d13;
text-decoration:none;
outline:0;
-webkit-transition:background-color .15s linear,color .15s linear;
-moz-transition:background-color .15s linear,color .15s linear;
-o-transition:background-color .15s linear,color .15s linear;
-ms-transition:background-color .15s linear,color .15s linear;
transition:background-color .15s linear,color .15s linear;
}
a:hover {
color:#ff4d13;

}
ul,ol {
list-style:none;
margin:0;
padding:0;
}
ul,ol,p,table,form,pre {
margin:0 0 0px
}
h1,h2,h3,h4,h5,h6 {
color:#111;
margin:0 0 5px;
}
h1,h2,h3 {
line-height:1.25
}
h1 {
font-size:24px
}
h2 {
font-size:20px
}
h3 {
font-size:16px
}
h4 {
font-size:14px
}
h4,h5,h6 {
font-size:13px
}
blockquote {
margin-left:10px;
padding-left:40px;
color:#777;

}
abbr[title],acronym[title] {
border-bottom:1px dotted #666;
cursor: help;
}
/*== Code Elements
*=================================*/
pre,code,kbd,samp,var {
font-size: 12px;
}
pre {
padding:20px 20px;
nowhitespace:afterproperty;
line-height:20px;
white-space:pre-wrap;
white-space:-moz-pre-wrap;
white-space:-pre-wrap;
border:1px solid #DDD;
/* CSS-3 */
white-space:-o-pre-wrap;
/* Mozilla,since 1808080 */
word-wrap:break-word;
/* Opera 4-6 */;
/* IE 5.5+*/
}
/*== Table Elements
*=================================*/
table {
width:100%;
nowhitespace:afterproperty;
border-collapse:collapse;
border-spacing:0;
/* tables still need 'cellspacing="0"' in the markup */
}
th,td,caption {
padding:5px 10px
}
caption {
font-weight:bold
}
th,td {
border: 1px solid #CCC;
}
th{background:#E7E7E7;}
td{background:#FFF;}
tr:nth-of-type(odd) td, tr.odd td { background: #FBFBFB }
/*== Form Elements
*=================================*/
input {
    -webkit-appearance: none;
    border-radius: 0;
}
label,input,textarea,select,button,.btn {
font:13px sans-serif;
line-height:19px;
}
input,textarea,select,button,.btn {
display:inline-block;
padding:4px;
margin:0;
outline:none;
background-color:#FFF;
border:1px solid #D7D7D7;
-webkit-border-radius:3px;
border-radius:3px;
outline:none;
}
input[type="text"],input[type="password"],textarea {
-webkit-box-shadow:1px 1px 1px rgba(120,120,120,0.1) inset;
box-shadow:1px 1px 1px rgba(120,120,120,0.1) inset;
-webkit-transition:background .15s;
-moz-transition:background .15s;
-ms-transition:background .15s;
-o-transition:background .15s;
transition:background .15s;
}
input[type="text"],input[type="password"] {
height:19px;
}
input[type="submit"]{
cursor:pointer;
cursor:hand;
}
textarea {
overflow:auto
}
select {
height:29px;
}
input[type="checkbox"],input[type="radio"] {
vertical-align:text-top;
padding:0;
margin:1px 0 0;
border:0;
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus {
outline:0;
color:#333;
border-color:#BBB;
-webkit-box-shadow:inset 0 1px 30px rgba(0,0,0,.05);
box-shadow:inset 0 1px 3px rgba(0,0,0,.05);
}
button{display: inline-block;
    background: #fff;
    border: 0px;
    padding: 10px 25px;
    color: #6a73a0;
    font-size: 14px;
    font-family: inherit;
    font-weight: 700;
    box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.1);
    border-radius: 2px; cursor:pointer;}
button a{ color:#6a73a0;}   
p{ font-family: inherit;
    font-size: 13.5px;
    font-weight: 500;
    color: #555;
    margin-bottom: 20px;
    line-height: 22px; }
.mt0{ margin-top:0px !important;}
.mb0{ margin-bottom:0px !important;}
/* #############  page content css ##################### */
.pop-overlay{ position:fixed; top:0px; left:0px; bottom:0px; right:0px; background:rgba(0,0,0,.9); z-index:1001} 
.popup-inner{ position:absolute; top:0px; bottom:0px; left:0px; right:0px; transition: 0.5s;}
.overlay-container{ max-width:960px; display:table; width:100%; margin:0 auto; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.overlay-content{ background:#eee; padding:30px;  text-align:center;}
.overlay-content:after{ position:absolute; right:0px; background:url(../img/overlay-celeb-right.png) no-repeat; top:0px; content:""; height:120px; width:320px;}
.overlay-content:before{position:absolute; left:0px; background:url(../img/overlay-celeb-left.png) no-repeat; top:0px; content:""; height:120px; width:320px;}
.overlay-content h3{ font-family:inherit; font-size:22px; color:#f10e5e; margin-bottom:15px; font-weight:900;}
.overlay-content p{ color:#737996; font-size:15px; font-family:inherit; font-weight: 400;
line-height: 24px; width:70%; margin: 0 auto 20px;}
.pick-language{ display:block; padding:0px; margin:0px;}
.pick-language span{ font-family:inherit; font-size:15px; font-weight:700; color:#6a73a0; margin-bottom:20px; display:block;}
.pick-lang-option{ display:block; padding:0px; margin-bottom:25px;}
.pick-lang-option a{ font-family:inherit; font-size:14px; text-transform:uppercase; color:#6a73a0; text-align:center; padding:10px 25px; border-radius:30px; border:2px solid #c4c4c4; display:inline-block; margin-right:10px; font-weight:700; margin-bottom:15px;}
.pick-lang-option a.active{ background:#4aafd4; border:2px solid #4aafd4; color:#fff;}
.pick-lang-option a:last-chil{ margin-right:0px;}
.pick-lang-option a i{ display: inline-block; margin-right:8px; width:24px; height:24px; background:url(../img/tick.png) no-repeat; background-size:100%; vertical-align:middle;}
.pick-lang-option a.active i{background:url(../img/tick-active.png) no-repeat; background-size:100%;}
.ovaerlay-social{ display:block; padding:10px 0; }
.ovaerlay-social a{ width:44px; height:44px; display: inline-block; background:rgba(0,0,0,0.2); text-align:center;
border-radius: 50%; margin: 0 3px;}
.ovaerlay-social a:hover{background:rgba(0,0,0,0.5);}
.ovaerlay-social a i{ width:20px; height:20px; background-size:100%; display:inline-block; margin-top:12px;}
.social-media{ display:block; margin:20px 0 0 0; padding:0px; clear:both}
.social-media span{ font-size:15px; font-weight:700; font-family:inherit; color:#6a73a0; margin-bottom:10px; display:block;}
.overlay-row{ width:84%; display:table; padding:0px; margin:0px auto;}
.overlay-row span{ text-align:left;}
.close{ position:absolute; top:40px; right:40px; background:url(../img/close.png) no-repeat; width:18px; height:18px; background-size:100%; cursor:pointer;}

.head{ height:50px; position:fixed; right: 0; left: 0; top:0px; z-index:99; background:#fff; /*border-bottom: 1px solid #e8e8e8;*/ padding:0 10px; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.14);
box-shadow: 0 1px 1px rgba(0,0,0,.14);
}
aside .wrap{ /* adding:0 10px; */     margin-top: 10px;}
.wrap{ width:100%; max-width:1180px; position:relative; margin:0 auto; display:block;}
.split{ background: #fff; padding: 15px; margin-bottom: 15px; min-height: 100vh; overflow: hidden; }

/*toggle menu */
.fb-comments-h2{
    margin: 20px 0 10px 8px;
    font-size: 22px; padding-bottom:10px;
    font-weight: 500;
    text-transform: initial;
    color: #222;
    border-bottom:1px solid #eae9e9;
}
.nav-mob-toggle {
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
    display: block;
    height: 50px;
    position: relative;
    width: 50px;
    z-index: 998;
    float:left;
    
}
.nav-mob-toggle span {
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #222;
    display: block;
    height: 3px;
    left: 11px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 25px;
}
.nav-mob-toggle span:first-child {
    -webkit-transform: translate(0, -8px);
    transform: translate(0, -8px);
}
.nav-mob-toggle span:last-child {
    -webkit-transform: translate(0, 8px);
    transform: translate(0, 8px);
}
.m-menu-links, .nav-drop{
position:absolute; z-index:100; max-width: 160px;           
height: 0; 
top:45px;
overflow: hidden;
-webkit-transition: height 0.3s ease-in;
-moz-transition: height 0.3s ease-in;
-o-transition: height 0.3s ease-in;
-ms-transition: height 0.3s ease-in;
transition: height 0.3s ease-in;
background-color: #fff;
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
background-clip: padding-box;}

.nav-mob-toggle-div:hover .m-menu-links{ height: 320px;}
.m-menu-links li{ display:block; padding:0px;}
.m-menu-links li a{ font-size:13px; font-weight:500; color:#333; padding: 8px 15px 8px 20px; display:block;
font-family: 'Roboto', arial, sans-serif; text-transform:uppercase;}
.m-menu-links li a:hover{ background:#f2f2f2;}

.lang-nav{ float:left; padding:0 15px; margin:0px;}
.lang-nav a{ float:left; height:50px; line-height:50px; font-family:inherit; font-size:11px; color:#333; padding:0 10px; font-weight:800; text-transform:uppercase;} .lang-nav a:hover, .lang-nav a.active{ color:#ff4d13;}
.social-wrap{ float:right; padding:0px; margin: 10px 0 0 0;}
.social-wrap a{ float:left; padding:6px; border-radius:2px; margin:0px 2px;}
.social-wrap a:last-child{ margin-right:0px;}
.social-wrap a:hover{ opacity:0.8;}
.social-wrap a i{ vertical-align:middle; width:18px; height:18px; text-align:center; display:inline-block; background-size:100%;}
.fb-bg{ background:#3b5998;} .tw-bg{ background:#55acee;} .gp-bg{ background:#dd4b39;} .yt-bg{ background:#e62117;}
.rss-bg{ background:#ff6600;} .wapp-bg{ background:#4dc247;} .pin-bg{ background:#cb2027;} .in-bg{ background:#007bb5;}
.email-bg{ background:#444;}  .red-bg{ background:#ff4500;} .tum-bg{ background:#32506d;} .dot-bg{ background:#444;}
.fb-icon{ background: url(../img/fb_icon_w.png) no-repeat; } 
.tw-icon{ background: url(../img/tw_icon_w.png) no-repeat;}
.gp-icon{ background: url(../img/gp_icon_w.png) no-repeat;}
.yt-icon{ background: url(../img/yt_icon_w.png) no-repeat;}
.rss-icon{ background: url(../img/rss_icon_w.png) no-repeat;}
.wapp-icon{ background: url(../img/wapp_icon_w.png) no-repeat;}
.pin-icon{ background: url(../img/pin_icon_w.png) no-repeat;}
.in-icon{ background: url(../img/in_icon_w.png) no-repeat;}
.email-icon{ background: url(../img/email_icon_w.png) no-repeat;}
.red-icon{ background: url(../img/red_icon_w.png) no-repeat;}
.tum-icon{ background: url(../img/tum_icon_w.png) no-repeat;}
.dot-icon{ background: url(../img/dot_icon_w.png) no-repeat;}

.s-dot{ position:relative; float:left; padding-bottom:5px;}
.s-dot:hover .share-down{ display:block;}
.share-down{ display:none; position:absolute; left:0px; top:40px; padding:10px; background:#fff; border: 1px solid rgba(0, 0, 0, .15); border-radius: 2px; box-shadow: 0 3px 8px rgba(0, 0, 0, .3); z-index:10; width:275px !important; height:auto !important;}
.share-down a{ margin:5px 0 !important; width:125px !important; height: auto!important; padding:0px !important; border-radius:0px !important; line-height: 36px; text-align: left !important; font-size:13px; font-weight:500; color:#07C; }
.share-down a:hover{ color:#005999;}
.share-down span{ border-radius: 50%; width: 36px; height: 36px; padding: 8px; text-align: center; margin-right:5px; float:left;}
.search-row{ float:right; /*min-width:370px;*/ padding:0px; margin:8px 10px 0 10px; position:relative;}
.search-icon-mobi{ width:29px; height:29px; float:left; background:url(../img/ipad_search.png) no-repeat; background-size:100%; margin-top:4px; margin:4px 0px 0; display:none;}
.search-box{ width:340px; padding-right: 35px; border: 1px solid #e6e6e6; height: 34px; border-radius: 2px; margin: 0; position:relative; }
.search-box input{ width: 100%; font-family: inherit; font-size: 13px; color: #cecece; line-height: 32px; border: 0px; height: 32px; padding: 0px 10px;}
.search-icon{ width:18px; height:18px; background: url(../img/ipad_search.png) no-repeat; background-size:100%; position:absolute; right:10px;top:7px; opacity: 0.4;}

.search-mobile{    width: 100%;
    position: absolute;
    height: 60px;
    display:none;
    left:0px; right:0px;
    top: 60px;
    box-sizing: border-box;
    background-color: #3e3e3e;
    overflow: auto;
    padding: 0 2%;
    z-index: 700;
    transition: transform .25s;
    -webkit-transition: -webkit-transform .25s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);   
}
.search-mobile-box {
    width: 80%;
    float: left;
    box-sizing: border-box;
    margin: 10px 0;
    border: 0;
    height: 40px !important;
    padding: 0 17px;
    font-family: inherit;
    font-size: 13px;
    display: block;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}   
.search-button{    width: 20%;
    background-color: #ff4d13;
    color: #fff;
    border: 0;
    height: 40px !important;
    font-weight: bold;
    padding: 13px 0;
    text-align: center;
    margin: 10px 0;
    font-family: inherit;
    font-size: 15px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;}

.search-dropdown-box{ border-radius: 2px; box-shadow: 0 4px 6px 2px rgba(0, 0, 0, .10); background:#fff; padding:10px; position:absolute; top:33px; left:0px; right:0px; border:1px solid rgba(0, 0, 0, .1) }
.search-dropdown-result{ padding:0px; margin:0px;}
.search-dropdown-result li{ overflow:hidden; display:block; padding:5px 0; }
.search-thumb{ width:42px; height:42px; background:#333; border-radius:2px; overflow:hidden; float:left; margin-right:10px;}
.search-thumb img{ width:100%;}
.search-drop-right{ overflow:hidden; padding:0px;}
.search-drop-right h2{ font-family:inherit; font-size:14px; font-weight:700; color:#333; margin-bottom:3px;}
.search-drop-right h2 a{ color:#333;}
.search-drop-right span a{ color:#999; font-family:inherit; font-size:11px; font-weight:500;}
.sclose{ text-align:center; background:#f4f4f4; color:#333; font-family:inherit; font-size:14px; font-weight:500; padding:6px 10px; display:block; margin-top:5px;}
.sclose:hover{ background:#999; color:#fff;}

input::placeholder { color: #cecece;}
/* page */
.page{ padding-top:50px;}
.page-main{ margin:15px 0; padding:0px; display:inline-block; width:100%;}
.mysixer-logo{ background:url(../img/mysixer-logo.png) no-repeat; width:300px; height:96px; background-size:100%; 
 float:left; margin: 1px 0 0 10px;}
.mysixer-logo-mobile{ background:url(../img/mysixer-logo.png) no-repeat; width:180px; height:43px; background-size:100%; float:left; margin: 10px 15px 0 0; display:none;}
.banner-top-right{ text-align:right; margin-top: 2px;} 
.banner-top-center{  text-align: center; background: #FFF;
    margin: 0px auto -5px;
    max-width: 1180px;
    display: table;
    width: 100%;
    padding: 0 15px;} .banner-top-center img{ width:100%;}
.top-banner{ text-align:center; margin-bottom:15px;}
.center-banner{text-align:center; margin:15px 0;}
.f-right{ float:right !important;}
.f-left{ float:left !important;}
.top-small-banner{ float:right; padding:0px 10px; margin:0px;}

nav{ width:100%; background:#1a1f23; border-top:3px solid #222; height:46px; max-width: 1180px; margin: auto;}
nav ul{ padding:0px; margin:0px 20px; max-width:1180px;
 -webkit-overflow-scrolling: touch;     overflow-x: auto;
overflow-y: hidden;  white-space: nowrap; text-overflow: ellipsis; display: block;
}
nav ul li{ float:left; padding:0px;}
nav ul li a{ display:block; line-height:44px; font-family: inherit; font-size:13px; font-weight:700; text-transform:uppercase; color:#fff; padding:0 15px; overflow: hidden; white-space: nowrap;  text-overflow: ellipsis;}
nav ul li a:hover, nav ul li a.active{ background:#ff4d13; color:#fff;}
.nav-hide{ display:none !important;}
.home{ width:20px; height:20px; background:url(../img/home.png) no-repeat; background-size:100%; display:inline-block;
vertical-align:middle;}
.page-menu{ display: block; border-bottom: 2px solid #f6f6f8; margin-bottom: 25px;}
.page-menu li{  display: inline-block; padding:0px;  margin-bottom: -2px; margin-right:15px;}
.page-menu li.active{box-shadow: inset 0 -2px 0 #ff4d13;}
.page-menu li.active a{ color:#ff4d13; font-size:15px;}
.page-menu li a{ font-family:inherit; font-size:14px; font-weight:900; color:#bdbdbd; display:inline-block; text-transform:uppercase;  line-height:32px; margin-bottom:0px;}
aside{min-height: 100vh; overflow: hidden;}
.main-news-sec{ width:100%; padding:0px; margin:15px 0 0 0; }
.aside-box{ box-shadow: 0 1px 2px rgba(0,0,0,.1); background:#fff; padding:15px; margin-bottom:15px;}
.r-aside-box{ box-shadow: 0 1px 2px rgba(0,0,0,.1); background:#fff; padding:10px; margin-bottom:10px;}
.hmain-news .m-c-1-3:last-child{ display:none;}

.my-row{  padding:0px; margin:0px; display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: -10px}
.my-c-1-4{ -webkit-flex-basis: 25%; flex-basis: 25%; max-width: 25%; padding:10px;}
.my-c-1-4-img{ position:relative; background:#ccc; background-size:cover; padding-top:100%; width: auto; height: auto; margin-bottom:8px;}

.my-c-1-4-img img { border-radius: 3px; height: 100%; left: 0; position: absolute; top: 0; width: 100%;}
.celebs-bio-name{ color:#414856; display:block; font-family:inherit; font-size:17px; font-weight:800; margin-bottom:0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.celebs-bio-name a{ color:#414856;} .celebs-bio-name a:hover{ color:#ff4d13;}
.celebs-bio{ display: block; padding:0px; margin:0; color:#aaa; font-size:13px; font-weight:400; overflow: hidden;
 white-space: nowrap; text-overflow: ellipsis;}
.celebs-bio a{ color:#136CB2; font-family:inherit; font-size:13px; font-weight:400; }
.celebs-bio a:hover{ text-decoration:underline;}

.mn-row{ padding:0px; margin:0px; display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: -6px;
}
.m-c-1-2{ -webkit-flex-basis: 33.33%; flex-basis: 33.33%; max-width: 33.33%; padding:6px;}
.m-c-1-3{ -webkit-flex-basis: 25%; flex-basis: 25%; max-width: 25%; padding:6px;}
.m-c-1-4{ -webkit-flex-basis: 20%; flex-basis: 20%; max-width: 20%; padding:6px;}
.m-c-1-4-img{ background:#282d33 url(../img/default-5.jpg) no-repeat; background-size: cover; padding-top:130%; overflow: hidden; position: relative; width: 100%; display: block; font-size:0px; margin-bottom:6px;}
.m-c-1-4-img img{width:100%; position:absolute; left:0px; top:0px;}
.xs-12{ padding:12px !important;} .rxs-12{ margin:-12px !important;}

.m-thumb{ position:relative; padding:0px; margin:0px;}
.mn-lable{ position:absolute; right:0px; padding:2px 6px; font-size:11px; color:#fff; background:rgba(0, 0, 0, 0.66);; z-index:1;}

.m-news-img{ background:#282d33 url(../img/default.jpg) no-repeat; background-size: cover;  padding-top: 60%; overflow: hidden; position: relative; width: 100%; display: block; margin-bottom:6px;}
.m-news-img img{left: 0; position: absolute; top: 0; width: 100%;     height: 100%;
    background: 50% 50% no-repeat;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -o-object-fit: cover;
    object-fit: cover;}
.shadow-overlay{ position:absolute; left:0px; right:0px; bottom:0px; padding:10px;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(black));
    background: -moz-linear-gradient(top,transparent,#000);
    background: -ms-linear-gradient(top,transparent 0,#000 100%);
    background: linear-gradient(to bottom,transparent 0,#000 100%);
}

.photo-view .mn-row{ margin: -8px -15px; } .photo-view .c-1-2-img{ padding-top:58%;}
.photo-view .m-c-1-2{ padding: 8px}
.cover-title{ font-family:inherit; font-size:14px; font-weight:600; color:#fff; margin-bottom: 0px; line-height: 20px;}
.column-boxleft{ overflow:hidden; padding:0px;}
.page-title-box{ display:block; border-bottom:2px solid #f6f6f8; margin-bottom: 15px;}
.page-title{ font-family:inherit; font-size:15px; font-weight:900; color:#ff4d13; display:inline-block; text-transform:uppercase; box-shadow: inset 0 -2px 0 #ff4d13; line-height:32px; margin-bottom:0px;}
.nbig-title{font-family:inherit; font-size:16px; font-weight:600; color:#333; padding:5px 0 0 0; margin-bottom:0px; line-height:23px;} .nbig-title a{ color:#333;}
.video-time{ background:rgba(0,0,0,0.8); font-family:inherit; font-size:12px; color:rgba(255, 255, 255, 0.69); position:absolute; right:0px; bottom:0px; z-index:1; padding:0 5px;}

.my-sticky-element.stuck {
    position:fixed;
    top:0;
  
}
.right-sidebar{ width:320px; margin-left:15px; padding:0px; float:right;}
.view-right-sidebar{ width:315px; padding-left:15px; border-left: 1px solid #EEE; float:right; margin-left: 15px;}
.view-right-sidebar .r-news-box{ margin-bottom:15px;}
.r-top-banner{ margin-bottom:15px; padding:0px;}
.r-news-box{ margin:0px; padding:0px; display:block;}
.c-news-box{ margin:0px; padding:0px; display:block; overflow: hidden;}
.c-news-box li{ margin-bottom:10px; overflow:hidden; display:block;}
.r-news-img{ float:left; width:100px; height:58px; margin-right:10px; overflow:hidden;}
.r-news-img img{ width:100%;}
.r-news-right{ overflow:hidden; padding:0px;}
.r-story-title{ font-size:13px; font-weight:500; line-height:18px; color:#000; } .r-story-title a{ color:#000;}
.r-story-title a:hover{ color:#ff4d13;}
.n-more{ display:block; border:1px solid #d2d2d2; color:#09F; font-family:inherit; font-size:13px; text-align:center; border-radius:2px; padding:5px 10px; font-weight: 500; }
.n-more:hover{ border:1px solid #09F; background:#09f; color:#fff;}
.m-rating{ color:#ff0040; float:left; margin-right:10px; font-family: inherit;  font-size: 14px; font-weight: 600;}
.top-movies{ padding:0px; margin:0px;}
.top-movies li{ display:block; overflow:hidden; padding:10px 0; margin:0px; border-bottom: 1px dashed rgba(191,192,193,.5);}
.top-movies li:last-child{ border-bottom:0px;} .top-movies li:first-child{ padding-top:0px;}
.top-movies li a{ margin-right:40px; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-family:inherit; font-size:13px; font-weight:500; color:#333;} 
.heart-icon{ float:right; width:16px; height:16px; background:url(../img/heart.png) no-repeat; background-size:16px;}

.top_box_office{ padding:0px; margin:0px;}
.top_box_office li{ display:block; overflow:hidden; margin-bottom: 10px;}
.box_office_img{ float:left; width:40px; height:50px; background:#333; overflow:hidden; margin-right:10px;}
.box_office_img img{ width:100%;}
.box_office_tit{ overflow:hidden; padding:0px;}
.box_office_tit h2{ font-size:14px; color:#333; font-weight:700; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;} .box_office_tit h2 a{ color:#333;}
.box_office_tit h2 a:hover{ color:#ff4d13 ;}
.box_office_tit span{ font-size:13px; color:#666; margin-top:5px;}

.trends-celebs{ padding:0px; margin-bottom:10px; overflow: hidden;}
.trends-celebs li{ float:left; padding:0px;}
.trends-celebs li a{ padding:5px 10px; font-family:inherit; font-size:13px; font-weight: 500; color:#ff4d13; border:1px solid #ff4d13; border-radius:2px; display: block; margin:0 8px 8px 0; transition: all .1s ease-in;}
.trends-celebs li a:hover{ background:#ff4d13; color:#fff; }

.righ-follow{ padding:0px; margin:0px; overflow:hidden;}
.righ-follow a { float: left; padding: 0px; border-radius: 50%; width:45px; height:45px; margin: 0px 2px; line-height: 45px;
    text-align: center;}
.righ-follow a i{ vertical-align: middle; width: 20px; height: 20px; text-align: center; display: inline-block;}

.m-c-1-1{ width:50%; float:left; padding:6px;}
.art-c-1-2{ width:50%; float:left; padding:15px;}
.art-card-show{ border: 1px solid #e5e5e5; display: block; position: relative; background:#fff; padding-bottom:15px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.art-card-show:hover{-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,.3);box-shadow:0 0 8px 0 rgba(0,0,0,.3);}
.art-card-inner{ height:370px; overflow:hidden;}
.art-card-img{ width: 100%; padding-top: 56.25%; background: #f1f1f1; overflow: hidden; position: relative;}
.art-card-img img{ position: absolute; top: 0; display: block; width: 100%;}
.art-card-body{ padding:20px; position:relative; top: -10px;}
.art-card-body time{ padding:5px 0; display:block;}
.s-n-row{ padding:0px; margin-bottom:10px; overflow:hidden;}
.m-big-thumb { position: relative; padding: 0px; margin: 0px 0 10px 0;}
.s-news-img{ width:90px; height:58px; background:#282d33 url(../img/default.jpg) no-repeat; background-size: cover; overflow:hidden; float:left; margin-right:10px;}
.s-news-img img{ width:100%; height: 100%;
    background: 50% 50% no-repeat;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -o-object-fit: cover;
    object-fit: cover;}
.s-n-thumb{ overflow:hidden; padding:0px;}
.n-s-title{ font-family:inherit; font-size:13px; font-weight:600; color:#333; margin-bottom:0px; line-height: 19px;} .n-s-title a{ color:#333}
.lang-nav .tactive{ background: #8a8a8a; height: 26px; margin-top: 12px; line-height: 26px; border-radius: 2px; color: #fff;}
.lang-nav .tactive:hover{ color:#fff;}

.lang-nav .tmenu{ background: #333333; height: 26px; margin-top: 12px; line-height: 26px; border-radius: 2px; color: #fff;}
.lang-nav .tmenu:hover{ color:#fff;}

.n-s-title a:hover, .nbig-title a:hover{ color:#ff4d13;}
.pt54{ padding-top:54% !important;}
.c-1-2-img{background:#282d33 url(../img/default.jpg) no-repeat; background-size: cover;  padding-top: 50%; overflow: hidden; position: relative; width: 100%; display: block; margin-bottom:6px;}
.c-1-2-img img{ left:0px; top:0px; position:absolute; width:100%;}

.story-title{ font-family:inherit; font-size:13px; font-weight:600; color:#333; margin-bottom:5px; line-height: 19px;} .story-title a{ color:#333} .story-title a:hover{ color:#ff4d13;}
.play-icon{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:50px; height:50px; background:url(../img/play.png) no-repeat; background-size:50px;}
.photo-icon{ position:absolute; right:5px; bottom:5px; width:40px; height:40px; background:url(../img/photo.png) no-repeat; background-size:40px;}
.star-rate{ position:absolute; bottom:5px; right:5px; z-index:10; width:36px; height:36px; border-radius:50%; color:#fff; 
background:rgba(248, 7, 52,0.8); line-height:36px; text-align:center; font-size:14px; font-weight:900;}

.page-title:hover .page-drop-down{ display:block;}
.page-drop-down{ display:none; position:absolute; top:46px; left:15px; padding:0px; background:#fff; border: 1px solid #ddd;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); z-index:11; min-width:140px;}
.page-drop-down li{ display:block; padding:0px;}
.page-drop-down li a{ display:block; font-family:inherit; font-size:14px; color:#555; font-weight:500; padding: 10px 20px 10px 15px; line-height:initial; text-transform: initial; border-bottom: 1px dashed rgba(191,192,193,.5);}
.page-drop-down li a:hover{ background:#f2f2f2;}
.d-arrow{ position:relative;}
.d-arrow:after{ position:absolute; right:-18px; top:7px; content:""; width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;  
  border-top: 6px solid #ff4d13;}
/* footer */
.footer-in{ width:100%; background:#292828; margin:auto; padding:20px 0;}
.footer-top{width:100%; background:#111; margin:auto; padding:15px 0;}
.f-lang{ display:block; text-align:center; }
.f-lang a{ color:#fff; font-family:inherit; font-size:12px; font-weight:500; padding:0 15px; text-transform:uppercase;}
.f-nav{ display:block; text-align:center;}
.f-nav ul{ padding:0px; margin:0px;}
.f-nav ul li{ display:inline-block; padding:0px;}
.f-nav ul li a{color:#7b7b7b; font-family:inherit; font-size:13px; font-weight:500; padding:0 15px; display:block}
.f-nav ul li a:hover{ color:#fff;}
.f-social{ display:block; text-align:center; margin:15px 0;}
.f-social a{ width:46px; height:46px; display:inline-block; vertical-align:middle; background:#343434; border-radius:50%; margin:0 4px; line-height: 46px;}
.f-social a:hover{ background:#121213;}
.f-social a i{vertical-align: middle; width: 20px; height: 20px; display: inline-block; background-size:100%;}
.copy-rights{ text-align:center;color:#7b7b7b; font-family:inherit; font-size:12px; font-weight:500; display:block;}

/* view page */
.related-column{ padding:10px; margin:0px;}
.post-header{ padding:10px; margin:0px;}
.post-heading{ font-family:'Hind Madurai', arial, sans-serif; font-size:30px; font-weight:700; color:#000; margin: 0 0 5px; }
.postby-text { color: #aaa; padding: 0px; margin: 0px 0 20px 0; font-weight: 400; line-height: 30px;
font-size: 12px; font-family:'Montserrat', arial, sans-serif;}
.postby-text a { text-transform: uppercase; font-size: 12px; color: #ff4d13 !important; font-family: inherit;} 
.post-img { display: block; margin: 0px 0 8px 0;}
.post-img img{ width:100%;}
.post-share{ display: inline-block; padding:5px 10px 10px 10px; margin:0px; width:100%; border-bottom: 1px solid #eaeaea;}
.share-action{ float:left; padding:0px;}
.share-count{ color: #000; font-size: 20px; font-weight: 700; font-family:'Montserrat', arial, sans-serif; line-height: 20px;}
.share-label{ font-family:'Montserrat', arial, sans-serif; font-weight: 500; text-transform: uppercase; color: #AAA;
font-size: 11px; display: block;}
.share-social{ padding:0px 0 0 15px; margin:0px; float:left;} 
.share-social a{ float: left; padding: 0px; border-radius: 50%; width: 36px; height: 36px; margin: 0px 2px; padding:8px;
text-align: center;}
.share-social a i{ width:20px; height:20px; display: block; background-size:100%;}

/* post article */
.post-article{ padding:30px 30px 10px 30px; margin:0px;}
.fb-comment-count{ float:right; font-size:14px; font-weight:600; color:#fff; border-radius: 16px; height: 32px; 
padding: 8px 15px 8px 10px; background:#ff4d13; line-height: 16px; font-family:'Montserrat', arial, sans-serif;}
.total-phoros-count{ float:right; font-size:14px; font-weight:600; color:#fff; border-radius: 16px; height: 32px; 
padding: 8px 15px 8px 10px; background:#ff4d13; line-height: 16px; font-family:'Montserrat', arial, sans-serif;}
.fb-comment-count:hover{ background:#000; color:#fff;}
.fb-comment-count i{ width:22px; height:22px; background:url(../img/comment-icon.png) no-repeat; background-size:22px; display:inline-block; vertical-align:middle; margin-right:4px; margin-top: -2px;}
.post-article p{ font-family: inherit; font-size:13.5px; font-weight:500; color:#555; margin-bottom:20px; line-height: 22px;}
.post-article a{color:#ff4d13; text-decoration: underline;} .post-article a:hover{ color:#333;}
.post-article h2{font-family: inherit; font-size:18px; font-weight:800; color:#000; margin-bottom:15px; line-height: 25px; }
.post-article h3{font-family: inherit; font-size:16px; font-weight:800; color:#000; margin-bottom:15px; line-height: 23px;}
.post-article h4{font-family: inherit; font-size:15px; font-weight:800; color:#000; margin-bottom:15px; line-height: 22px;}
.post-article h5{font-family: inherit; font-size:14px; font-weight:800; color:#000; margin-bottom:15px; line-height: 21px;}
.post-article figure{ margin: 0 0 20px 0; } 
.post-article img{ width:100%;}
.post-article figcaption{ padding:10px; font-size:13px; color:#333; background:#e8e8e8;}  
.post-article .video-wrapper{width: 100%; position: relative; padding-top:54%; margin-bottom:20px;}
.post-article .video-wrapper iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.post-article blockquote{ border-left: 3px solid #eee; font-family: inherit; font-style: italic; margin-bottom: 20px;
 margin-left: 30px; padding-left: 15px; padding-top: 35px; position: relative; line-height: 20px; line-height: 22px;
font-size: 14px;}
.post-article blockquote:after{ content: ''; background: url(../img/quote.png) no-repeat; position: relative;
width: 24px; height: 21px; background-size: 24px; position: absolute; top: 0px; left: 15px;}
.post-article mark {  background-color: #ff4d13; border-radius: 2px; color: #fff; display: inline-block; moz-border-radius: 2px;
padding: .2rem .4rem; text-decoration: none; webkit-border-radius: 2px;}
.post-article ul{ padding-left:15px; margin-bottom:0px;}
.post-article ul li{ position: relative; margin-bottom: 15px; display:block; font-family:inherit; font-size:13px; padding-left: 20px;}
.post-article ul li:before{ background: #ff4d13;  border-radius: 50%; content: ''; display: block; height: 8px;
left:0px; position: absolute; top: .55em; width: 8px;}
.hashtag { display: inline-block; width:100%; margin: 10px 0; word-spacing: normal; word-break: break-all;}
.hashtag a { font-size: 12px; font-weight: 500; margin-right: 5px; padding: 6px 10px;  border-radius: 2px;
background: #eee; color: #999; text-transform: uppercase; text-decoration: none;}
.hashtag a:hover{ background:#ff4d13; color:#fff;}  
.post-article .post-article-read-next{ margin-bottom:20px; }
.post-article .post-article-read-next b{ font-weight:800; color:#000; font-size:15px;}
.post-article .post-article-read-next a{ color:#ff4d13;}

/* live feed end */
.live-icon{ font-family:inherit; font-size:14px; font-weight:900; text-transform:uppercase; color:#000; display:block; margin:10px 0;}
.live-icon i{ width:18px; height:18px; display:inline-block; vertical-align:middle; margin-right:8px; background:url(../img/live.gif) no-repeat; background-size:100%; margin-top:-4px;}
.post-article .mysix-live-feed { clear:both;display:block; margin-bottom:20px; padding:10px; border: 2px solid #eaeaea;}
.post-article .mysix-live-feed div {margin-bottom:0px;}
.post-article .mysix-live-feed-top {display:block; padding:0 10px;}
.post-article .mysix-live-feed-top div {display:inline-block;margin-bottom:10px;padding:0px;width:100%;}
.post-article .mysix-live-feed-top div h3 {color:#444;float:left;font-family:inherit;font-size:18px;font-weight:700;margin-bottom:0px;}
.post-article .mysix-live-feed-top div span {color:#aaa;float:right;font-family:inherit;font-size:12px;margin:0px;padding:0px; font-weight:500;}
.post-article .mysix-live-feed-top div span i {background:url(../img/refresh.png) no-repeat;background-size:22px;content:"";cursor:pointer;display:inline-block;height:22px;margin-right:5px;position:relative;top:6px;width:22px;}
.post-article .mysix-live-feed-box {background:#fff;margin:0px; padding:0px;padding:15px 10px 0 10px;}
.post-article .mysix-live-feed-clmn {background:#fff; border-top:1px solid #eaeaea;overflow:hidden; padding:20px 0px;}
.post-article .mysix-live-feed-clmn span{ font-family:inherit; font-size:12px; color:#ed0b0b; text-transform:uppercase; margin-top:10px; font-weight: 500;}
.post-article .mysix-live-feed-clmn ul {list-style:none;margin-bottom:10px;overflow:hidden;padding:0px;}
.post-article .mysix-live-feed-clmn ul li {color:#999;float:left;font-family:inherit;font-size:13px;margin-bottom:0px;padding:0px;}
.post-article .mysix-live-feed-clmn ul li:before{ display:none;}
.post-article .mysix-live-feed-clmn .embed-script {display:block;margin-bottom:15px;text-align:center;}
.post-article .mysix-live-feed-clmn img {width:100%;}
/* live feed end */

/* search page */
.search-page-title{ font-family:inherit; font-size:30px; color:#4385f5; font-weight:900; margin-bottom:20px; display:inline-block; position:relative;}
.search-page-title:after{ position:absolute; width:50%; top:36px; background:#fdde32; height:5px; content:""; left:0px; }
.srlt-count{ float:right; font-size:13px; color:#676767; font-family:inherit; margin-top: 10px;}
.s-news-sec{ display:block; padding:0px; margin:0px;}
.s-row-sec{display:block; overflow:hidden; margin-bottom:15px;}
.s-thumb-sec{ float:left; margin-right:15px; width:180px; height:100px; position:relative; overflow:hidden; background:url(../img/default.jpg) no-repeat; background-size:cover;}
.s-thumb-sec a{ display:block;}
.s-thumb-sec a img{ width:100%;}
.s-news-til-sec{ overflow:hidden; padding:0px;}
.s-news-title{ font-family:inherit; font-size:16px; font-weight:600; color:#333;} .s-news-title a{ color:#333;}
.sr-bt{float: right; background: #333; border: 0px; font-size: 14px; font-family: inherit; color: #fff; text-align: center;
padding: 10px 20px; cursor: pointer; font-weight: 500;}
.search-result-input{ overflow:hidden; padding:0px; border:1px solid #eee; height:40px;}
.search-result-input input{ line-height: 40px; width: 100%; display: block;  height: 40px; border: 0px; font-size: 14px; font-family: inherit; color: #333; padding:0 10px; font-weight:600;}
.sr-form{ width:70%;  margin: 20px 0 30px 0;}
.sr-m-r{ display:block; border:1px solid #d8d8d8; background:#ddd; font-family:inherit; font-size:15px; font-weight:600; color:#666; text-align:center; padding:6px 10px; border-radius:3px; margin:10px 0;} 
.sr-m-r:hover{ color:#fff; background:#333;  border:1px solid #333;}
.stext{ color: #555; font-size: 13px; margin-top: -20px; position: relative; top: -25px;}
/* review poster */
.review-poster{ width:100%; position:relative; padding:0px; margin:0px;}
.review-header-full{ position: relative; top:-15px; margin-bottom: 90px; height: 220px;}
.review-cover-box{height:220px; overflow:hidden; background: #3e3e3e; position:relative;}
.review-header-cover{ position:absolute; top:0px; bottom:0px; right:0px; left:0px; height:100%;}
.review-header-cover:after{ position:absolute; top:0px; bottom:0px; right:0px; left:0px; content:""; background:rgba(0,0,0,0.4)}
.review-header-details{ padding:30px; margin:0px; position: absolute; top: 0px; width: 100%;}
.overlay-action{ width:230px; height:230px; 
/*box-shadow: rgba(0,0,0,.34) 0 0 21px; 
background:#CCC; */
float:left; position:relative; top:30px; margin-right:25px;}
.overlay-action img{ width:100%;}
.review-meta-info{ margin-top:30px; }
.meta-info-tit{ font-family:inherit; font-size:20px; font-weight:900; color:#fff; margin-bottom:5px; text-transform:uppercase;}
.meta-info-author{font-family:inherit; font-size:13px; font-weight:400; color:#d8d8d8; display:block; margin-bottom:10px;}
.meta-info-genre{ display:block; padding:0px; margin:0px 0 20px 0;}
.meta-info-genre a{ border:1px solid #DDD; border-radius:20px; text-align:center; padding:3px 10px; font-family:inherit; font-size:11px; font-weight:700; display: inline-block; color:#DDD; text-transform:uppercase; margin-right: 6px; letter-spacing: .1px;}
.meta-info-genre a:hover{border:1px solid #fff; color:#fff;}
.meta-info-sec{ display:block; padding:0px; margin:0px;}
.meta-info-sec a{ display:inline-block; margin-right:8px; padding:0px; font-family:inherit; font-size:13px; font-weight:400; color:#fff; text-transform:uppercase;} 
.meta-info-sec a i{ width:32px; height:32px; background-size:100%; display: inline-block; vertical-align:middle; margin-right:8px;}
.meta-play-tailer{ background:url(../img/play.png) no-repeat;}
.review-rating-row{ display:block; margin-top:30px; padding:0px;}
.review-rating-box{ display:inline-block; padding:0px; margin:0px 30px 0 0; float:left;}
.review-rating-box:last-child{ margin-right:0px;}
.star-rating{ margin:0px; margin-bottom:2px;}
.rating-count{ float:left; font-family:inherit; font-size:22px; font-weight:700; color:#000; margin-right:8px;}
.rating-default{ width:80px; background:url(../img/rating-default.png) no-repeat; background-size: 80px 14px;
height: 14px; display: inline-block; vertical-align: middle; margin-top:10px;}
.rating-default span{background:url(../img/rating.png) no-repeat; background-size: 80px 14px;
height: 14px; display: inline-block; vertical-align: middle; }
.rating-critic{ font-size:11px; color:#999; text-transform:uppercase; font-family:inherit; float:left; width:100%; margin-top:-5px;font-weight: 500;}
/* photos view */
.photo-grid-item{  padding: 10px;}
.photo_view_box { margin: -10px;}
/*celebs profile */
.celebs-profile .overlay-action{ width:210px; height:210px; border-radius: 50%; 
/*border:5px solid #fff; top:20px;*/
}
.celebs-profile .overlay-action img{ border-radius: 50%;}
.celebs-profile .review-header-full{ margin-bottom:40px;} .celebs-profile .review-cover-box{ height:200px;}
.celebs-profile .review-header-details{ padding:20px 30px;} .celebs-profile .review-meta-info{ margin-top:60px;}
.celebs-profile .meta-info-tit{ font-size:21px; margin-bottom:15px;}
.s-n-mobile{ display:none;}
/* mobile menu */
.main-menu-close {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 16px;
    height: 16px;
    background: url(../img/close.png) no-repeat;
    background-size: 16px;
    cursor: pointer;
}
.mobile-menu{
    margin-top: 0;    
    position: absolute;
    right: 0;
    top: 0;
    
}
.main-item{         
    padding-top: 40px;
    position:fixed; 
    height: 100%;
    left:0px;   
    min-width: 260px;
    background: #000;
    text-align: left;
    z-index:100;    
    -ms-transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}
.nav-active-menu-container {
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}
/*.inactive-body { overflow:hidden;
   
}*/
.inactive-body .content{ background: rgba(0, 0, 0, 0.7);
        position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index:11; 
    transition: 200ms background;}


.main-item ul{ padding:0px; margin:0px;}
.main-item ul li{ padding:0px; display:block;  border-bottom: 1px solid rgba(255,255,255,.1);}
.main-item ul li a{ padding-left:20px; line-height: 42px; height: 42px; color:rgba(255,255,255,.6); display:block; text-transform: uppercase; font-size: 13px; font-weight: 600;}
.main-item ul li a:hover{ background:rgba(255,255,255,.06);}
/* end */

.f-social {
    display: block;
    text-align: center;
    margin: 15px 0;
}
.f-social a {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    background: rgba(255,255,255,.15);
    border-radius: 50%;
    margin: 0 4px;
    line-height: 46px;
}

.f-social a i {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
}

/* media query start */
@media (max-width: 375px){ .page-main{ margin:10px 0;} .nav-mob-toggle{ height:60px;}
.head .wrap{ padding:0px 5px;} .head{ height:60px ; padding:0px;} .page{ padding-top:60px;} .aside-box{ padding:10px;} .mysixer-logo-mobile, .nav-hide{ display:block !important;} .search-dropdown-box{ top:120px;}
.right-sidebar, .social-wrap, .view-right-sidebar, .search-box, .lang-nav, .mysixer-logo, .page-menu{ display:none;} 
nav{ display: none !important;}
aside .wrap{ padding:0px;} .banner-top-center{ padding:0 10px;}
.search-icon-mobi{ display:block; margin-top:8px;}
.m-c-1-3{ -webkit-flex-basis: 100%; flex-basis: 100%; max-width: 100%;} .m-c-1-4{ -webkit-flex-basis: 50%;
flex-basis: 50%; max-width: 50%;} .share-social{ padding:10px 0 0 0; clear:both;}
.m-c-1-2, .my-c-1-4{-webkit-flex-basis: 50%; flex-basis: 50%; max-width: 50%;}
.mysixer-logo{ width:200px; height:99px; }.share-down{ right:0px; left: initial;}
.m-c-1-1{ width:100%;} .related-column{ padding:5px;} .xs-12{ padding: 5px !important;}
.rxs-12{ margin: -5px !important;}
.n-s-title, .nbig-title{font-size: 14px; line-height: 21px;}
.post-article{ padding: 20px 10px 10px 10px; }
.overlay-action{ display:none;} .review-header-cover{ filter: blur(5px) !important;}
.review-header-details{ border-bottom:1px solid #eaeaea; padding: 20px;}
 .review-rating-box{ margin: 0px 15px 0 0;} 
.review-rating-row{ margin: 30px -5px 0 -5px;} .split{ padding:10px;}  
.search-row{ position:initial;} .s-n-mobile{ display:block;}
/* overlay popup */
.overlay-container{ height: 450px; overflow-y: auto; overflow-x:hidden; position: absolute; top: 50px; display:inherit; transform:none; width:auto; left:10px; right:10px;} .close{ top:20px; right:15px;}
.overlay-content p{ width:100%;}
.overlay-content{ padding:10px;} 
/* celebs */
.celebs-profile .review-cover-box{ height: 180px;}.celebs-profile .review-header-full{ height: 260px;}
.celebs-profile .overlay-action{ width: 180px; height: 180px; top: 20px; display:block;}
.celebs-profile .meta-info-tit{ color:#333;} .celebs-profile .meta-info-genre a{ border: 1px solid #989898; color:#989898;} 
.celebs-profile .review-meta-info{ display: table; overflow: hidden; width: 100%; position: relative; top: 30px;
margin-top:0px;}
}

@media (min-width: 376px) and (max-width: 479px) { .page-main{ margin:10px 0;} .nav-mob-toggle{ height:60px;}
.page{ padding-top:60px;} .head .wrap{ padding:0px 5px;} .head{ height:60px ; padding:0px;}
.mysixer-logo-mobile, .nav-hide{ display:block !important;} .search-dropdown-box{ top:120px;}
.aside-box{ padding:10px;} .m-news-img{ margin-bottom:0px;}
.right-sidebar, .social-wrap, .view-right-sidebar, .search-box, .lang-nav, .mysixer-logo, .page-menu{ display:none;} 
nav{ display: none !important;}
aside .wrap{ padding:0px;} .banner-top-center{ padding:0 10px;} .share-down{ right:0px; left: initial;}
.search-icon-mobi{ display:block; margin-top:8px;} .review-meta-info{  margin-top: 20px;}
.m-c-1-3{ -webkit-flex-basis: 100%; flex-basis: 100%; max-width: 100%;} .m-c-1-4{ -webkit-flex-basis: 33.33%;
flex-basis: 33.33%; max-width: 33.33%;} .share-social{ padding:10px 0 0 0; clear:both;}
.m-c-1-2, .my-c-1-4{-webkit-flex-basis: 50%; flex-basis: 50%; max-width: 50%;}
.mysixer-logo{ width:200px; height:99px; }
.s-news-img{ width: 100%; height: auto; position:relative; padding-top:54%;}
.s-news-img img{ left:0px; top:0px; position:absolute;} .s-n-thumb{ width: 100%; display: block;}
.n-s-title, .nbig-title{font-size: 14px; line-height: 21px; padding: 5px 0 0 0;}
.post-article{ padding: 20px 10px 10px 10px; }
.overlay-action{ display:none;} .review-header-cover{ filter: blur(5px) !important;}
.review-header-details{ border-bottom:1px solid #eaeaea;} .split{ padding:10px;}
.search-row{ position:initial;}
.related-column{ padding:5px;} .xs-12{ padding: 5px !important;}
.rxs-12{ margin: -5px !important;} .s-n-mobile{ display:block;}
/* overlay popup */
.overlay-container{ height: 450px; overflow-y: auto; position: absolute; top: 50px; display:inherit;
transform:none; width:auto; left:20px; right:20px;} .close{ top:20px; right:20px;} 
.overlay-content p{ width:100%;}
/* celebs */
.celebs-profile .review-cover-box{ height: 180px;}.celebs-profile .review-header-full{ height: 260px;}
.celebs-profile .overlay-action{ width: 180px; height: 180px; top: 20px; display:block;}
.celebs-profile .meta-info-tit{ color:#333;} .celebs-profile .meta-info-genre a{ border: 1px solid #989898; color:#989898;} 
.celebs-profile .review-meta-info{ display: table; overflow: hidden; width: 100%; position: relative; top: 30px;
margin-top:0px;}    
} 
@media (min-width: 480px) and (max-width: 575px) {  .page-main{ margin:10px 0;}
.nav-mob-toggle{ height:60px;}
.page{ padding-top:60px;} .head .wrap{ padding:0px 5px;} .head{ height:60px ; padding:0px;}
 .mysixer-logo-mobile, .nav-hide{ display:block !important;} .search-dropdown-box{ top:120px;}
.right-sidebar, .social-wrap, .view-right-sidebar, .search-box, .lang-nav, .mysixer-logo, .page-menu{ display:none;} 
nav{ display: none !important;}
aside .wrap{ padding:0px;}
.search-icon-mobi{ display:block; margin-top:8px;} .banner-top-center{ padding:0 10px;}
.m-c-1-3{ -webkit-flex-basis: 50%; flex-basis: 50%; max-width: 50%;} .m-c-1-4{ -webkit-flex-basis: 33.33%;
flex-basis: 33.33%; max-width: 33.33%;} .share-social{ padding:10px 0 0 0; clear:both;}
.m-c-1-2{-webkit-flex-basis: 50%; flex-basis: 50%; max-width: 50%;} .share-down{ right:0px; left: initial;}
.my-c-1-4{-webkit-flex-basis: 33.33%; flex-basis: 33.33%; max-width: 33.33%;}
.mysixer-logo{ width:200px; height:99px; }
.s-news-img{ width: 100%; height: auto; position:relative; padding-top:54%;}
.s-news-img img{ left:0px; top:0px; position:absolute;} .s-n-thumb{ width: 100%; display: block;}
.n-s-title, .nbig-title{font-size: 14px; line-height: 21px; padding: 5px 0 0 0;}
.post-article{ padding: 20px 0px 10px 0px; }
.overlay-action{ display:none;} .review-header-cover{ filter: blur(5px) !important;}
.review-header-details{ border-bottom:1px solid #eaeaea;} .split{ padding:10px;}
.search-row{ position:initial;}
 .related-column{ padding:5px;} .xs-12{ padding: 5px !important;}
.rxs-12{ margin: -5px !important;} .s-n-mobile{ display:block;}
/* overlay popup */
.overlay-container{ height: 450px; overflow-y: auto; position: absolute; top: 50px; display:inherit;
transform:none; width:auto; left:40px; right:40px;} .close{ top:20px; right:20px;} 
/* celebs */
.celebs-profile .review-cover-box{ height: 180px;}.celebs-profile .review-header-full{ height: 260px;}
.celebs-profile .overlay-action{ width: 180px; height: 180px; top: 20px; display:block;}
.celebs-profile .meta-info-tit{ color:#333;} .celebs-profile .meta-info-genre a{ border: 1px solid #989898; color:#989898;} 
.celebs-profile .review-meta-info{ display: table; overflow: hidden; width: 100%; position: relative; top: 30px;
margin-top:0px;}    
}

@media (min-width: 576px) and (max-width: 767px) { .page-main{ margin:10px 0;}
.nav-mob-toggle{ height:60px;}
.page{ padding-top:60px;} .head .wrap{ padding:0px 5px;} .head{ height:60px ; padding:0px;}
.mysixer-logo-mobile, .nav-hide{ display:block !important;} .search-dropdown-box{ top:120px;}
.right-sidebar, .social-wrap, .view-right-sidebar, .search-box, .lang-nav, .mysixer-logo, .page-menu{ display:none;} 
nav{ display: none !important;}
aside .wrap{ padding:0px;} .banner-top-center{ padding:0 10px;}
.search-icon-mobi{ display:block; margin-top:8px;}
.m-c-1-3{ -webkit-flex-basis: 50%; flex-basis: 50%; max-width: 50%;} .m-c-1-4{ -webkit-flex-basis: 25%;
flex-basis: 25%; max-width: 25%;} 
.mysixer-logo{ width:200px; height:99px; } .share-down{ right:0px; left: initial;}
.s-news-img{ width: 100%; height: auto; position:relative; padding-top:54%;}
.s-news-img img{ left:0px; top:0px; position:absolute;} .s-n-thumb{ width: 100%; display: block;}
.n-s-title, .nbig-title{font-size: 14px; line-height: 21px; padding: 5px 0 0 0;}
.post-article{ padding: 20px 10px 10px 10px; }
.overlay-action{ display:none;} .review-header-cover{ filter: blur(5px) !important;}
.review-header-details{ border-bottom:1px solid #eaeaea;} .split{ padding:10px;}
.search-row{ position:initial;} .s-n-mobile{ display:block;}
/* top banner */
.top-small-banner{  text-align: center; display: block; float: none;} 
/* overlay popup */
.overlay-container{ height: 450px; overflow-y: auto; position: absolute; top: 50px; display:inherit;
transform:none; width:auto; left:40px; right:40px;} .close{ top:20px; right:40px;} 
/* celebs */
.celebs-profile .review-cover-box{ height: 180px;}
.celebs-profile .overlay-action{ width: 200px; height: 200px; top: 20px; display:block;}

}
@media (max-width: 767px){ #center{ margin: 0px; } }

@media  (min-width: 768px) and (max-width: 991px){ .page-main{ margin:10px 0;}
.page{ padding-top:60px;} .nav-mob-toggle{ height:60px;}
.head .wrap{ padding:0px 5px;} .head{ height:60px ; padding:0px;} .mysixer-logo-mobile{ display:block;}
.right-sidebar, .social-wrap, .view-right-sidebar, .search-box, .mysixer-logo{ display:none;}.search-icon-mobi{ display:block; margin-top: 8px;} .search-dropdown-box{ top:120px;} .lang-nav a{ height:60px; line-height:60px;}
.lang-nav .tactive{ margin-top:16px;} .search-row{ position:initial;}
.m-c-1-3{ -webkit-flex-basis: 33.33%; flex-basis: 33.33%; max-width: 33.33%;} 
.hmain-news .m-c-1-3:last-child{ display:block;} .mysixer-logo{ width:200px; height:99px; }
.banner-top-center{ padding:0 10px;}
.lang-nav{ padding:0 10px 0 5px;} .lang-nav a{ padding:0 8px;} .search-box{ width:15px;}
.post-article{ padding: 20px 10px 10px 10px; }
#center{ margin: 0px; }
/* overlay popup */
.overlay-container{ height: 450px; overflow-y: auto; position: absolute; top: 50px; display:inherit;
transform:none; width:auto; left:40px; right:40px;} .close{ top:20px; right:40px;} 
/* top banner */
.top-small-banner{  text-align: center; display: block; float: none;}
/* footer */
.f-nav ul li a{ padding:0 10px;}    
}

@media (min-width: 992px) and (max-width: 1199px) {
/* overlay popup */
.popup-inner{ top:20px; left:50px; right:50px;}  .close{ top:0px; right:0px;}
}