/************************************************************************************************************/
/******************************                   SIDE MENU                   ******************************/
/************************************************************************************************************/

.sideMenu {
    height: 100%;
    /*height: calc(100% - 60px);*/
    
    width: 320px;
    position: fixed;
    z-index: 1000005;
    top: 0;
    left: -320px;
    background-color: #ffffff;
    border-right: 1px solid #dddddd;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 36px;
    
	box-shadow: 4px 0 6px 1px rgba(0,0,0,0.1);
	border-right: 1px solid #ccc;
	
}
.scrollable {
    height: calc(100% - 100px);
    width: 338px;
    /* #content.width + 18px */
    
    overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.sideMenu .closebtn {
    font-size: 31px;
    color: #888888;
    font-weight: 300;
    position: absolute;
    right: 18px;
    top: 4px;
}
.sideMenu .closebtn:hover {
    color: #0079ff;
}
.sideMenu_spider {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -10;
    background-color: #2d2d2e;
    transition: 0.2s opacity ease;
    opacity: 0;
    display: none;
}

/* --------------------------------------------------------------------------- */


.sideMenu input[type="radio"] ~ ul li,
.sideMenu input[type="radio"].current ~ ul li,
.sideMenu input[type="radio"].preopened ~ ul li{
  height:0;
  overflow:hidden;
  transition:.2s ease-in;
}
.sideMenu input[type="radio"]:checked ~ ul li,
.sideMenu input[type="radio"].current:checked ~ ul li,
.sideMenu input[type="radio"].preopened:checked ~ ul li{
  height:auto;
}

.secondLevel input[type="radio"] ~ ul li{
  height:0 !important;
  overflow:hidden;
  transition:.2s ease-in;
}
.secondLevel input[type="radio"]:checked ~ ul li{
  height:auto !important;
}

.sideMenu input[type="radio"]{
  display:none;
}
.sideMenu label:before,
.sideMenu input[type="radio"]:checked.current  ~ label:before{
  color: #7e7e7e;
}
.sideMenu input[type="radio"]:checked ~ label:before,
.sideMenu input[type="radio"].current  ~ label:before{
  color: #0079ff;
}

/* --------------------------------------------------------------------------- */

.sideMenu .sections {
    padding: 10px 25px 10px 40px; box-sizing: border-box; 
    margin: 0;
    width: 320px; float: left;
	list-style: none;
	border-bottom: 1px solid #ccc;
	color: #676767;
	clear: both;
}
.sideMenu .sections .sectionHeader {
    float: left;
	display: inline-block;
    width: 100%;
    position: relative;
	font-family: 'Ubuntu', Arial, sans-serif;
}
.sideMenu .sections .sectionHeader img{
	vertical-align: middle; margin-left: -31px; margin-right:5px;
}
.sideMenu .sections .sectionHeader a, .sideMenu .sections .sectionHeader label{
	font-size: 14px;
	color: #7e7e7e;
    padding: 0 1px 0 0;
    margin: 0;
	cursor: pointer;
}
.sideMenu .sections .sectionHeader a:hover,
.sideMenu .sections .sectionHeader label:hover{
	color: #0079ff;
}
.sideMenu .sections .secondLevel label:hover {
	color: #000; 
}

.sideMenu .sectionOptions {
	list-style: none; float: left; padding:0; margin: 0;
}
.sideMenu .sectionOptions .secondLevel ul { margin: 0 0 5px 20px; }

.sideMenu .sections .sectionOptions li{
    float: left;
	display: inline-block;
    width: 50%;
    position: relative;
	font-family: 'Roboto Condensed', 'Arial Narrow', 'Helvetica LT Condensed';
}
.w100 {
    width: 100%; clear: left right;
}
.sideMenu .sections .sectionOptions li.w100 {
    width: 100%;
}
.sideMenu .sections .sectionOptions li a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
	color: #676767;
	
	
    padding: 3px 1px 3px 1px;
    margin: 12px 0 12px 4px;
    border-bottom: 1px solid transparent;
    display: inline-block;
}
.sideMenu .sections .secondLevel .sectionOptions li a {
	color: #7e7e7e; 
}

.sideMenu .sections .sectionOptions li a:hover,
.sideMenu .sections .sectionOptions li.active a {
    color: #000; border-bottom: 1px solid #000;
}


.sideMenu .sections .sectionOptions label{

	font-family: 'Roboto Condensed', 'Arial Narrow', 'Helvetica LT Condensed';
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
	color: #676767;

    padding: 3px 1px 3px 1px;
    margin: 12px 0 12px 4px;
    border-bottom: 1px solid transparent;
    display: inline-block;
}
.sideMenu .sections .sectionOptions label:hover,
.sideMenu .sections .sectionOptions label.active{
    border-bottom: 1px solid #000;
}


.sideMenu .social{ margin:0; padding: 10px 24px; color: #b1b1b1; font-size: 0.58em;}
.sideMenu .social a{ color: #b1b1b1; padding: 7px 7px 7px 0; }
.sideMenu .social a i{
	vertical-align: middle; font-size:2.75em
}

/*footer*/
    
    #footerBgWide{
        width:100%; display: table; padding: 30px 10px 30px 10px; background: #fff; overflow: hidden; 
        border-top: 1px solid #ced3d6; border-bottom: 1px solid #ced3d6; position: relative; z-index: 1000001;
        color: #7f7f7f;
    }
    
    .footer{
        display:block; float:left; 
        font-size: 0.75em;
        line-height: 2.5em;
    }
    .footer a{
        color: #0079ff; text-decoration: none;
    }
    .footer a:hover{
        color: #000; text-decoration: none;
    }
    
    .footer_optionsHeader{
        font-family: 'Ubuntu', Arial, sans-serif;
        font-weight: 400;
        font-size: 1.16em;
        line-height: 1.75em;
        padding-bottom: 0.5em;
        display: block;
        color: #000;
        text-transform:capitalize;	
    }
    .footer_optionsHeader a{
        color: #000;
        text-decoration: none;
    }
    .footer_optionsHeader a:hover{
        color: #0079ff;
        text-decoration: none;
    }
    
    .footer_options a{ 
        display: block;
        clear: both;
        color: #7f7f7f;
        
    }
    .footer_options a:hover{ 
        color: #000;
    }
    .footer_options.wide a{
        line-height: 3.6em;
    }
    
    .footer_optionsHoriz{
        display: block; height:40px; font-size: 14px; font-weight: 400;
    }
    .footer_optionsHoriz a{
        display: block; float: left; padding: 0 2em 0 0; color: #000; text-decoration: none;
    }
    .footer_optionsHoriz a:hover{
        color: #0079ff; text-decoration: none;
    }
    

@media only screen and (min-width: 980px) and (max-width: 1259px) {
    .footer{ display: table; margin: 0 auto !important; float: none !important; text-align:center !important; width: auto !important; }
    .footer_optionsHoriz{ display: table !important; margin:0 auto; position: relative; width: auto;}
    .footer_optionsHoriz a{ padding: 0 0.75em !important;}
    .footer_optionsHeader{ display: none !important; }
    
    .footer_options { text-align: center !important; padding-top: 30px }
    .footer_options a { display: inline-block; }
    .footer_options a span{ display: none; }
    
    .footer_options.wide{ display: table; margin: 0 auto !important; float: none !important; text-align:center !important; width: auto !important; }
    .footer_options.wide a{ float: left; clear: none; padding: 0 1em; }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {

    .footer{ display: table; margin: 0 auto !important; float: none !important; text-align:center !important; width: auto !important; }
    .footer_optionsHoriz{ display: table !important; margin:0 auto; position: relative; width: auto;}
    .footer_optionsHoriz a{ padding: 0 0.75em !important;}
    .footer_optionsHeader{ display: none !important; }
    
    .footer_options { text-align: center !important; padding-top: 30px }
    .footer_options a { display: inline-block; }
    .footer_options a span{ display: none; }
    
    .footer_options.wide{ display: table; margin: 0 auto !important; float: none !important; text-align:center !important; width: auto !important; }
    .footer_options.wide a{ float: left; clear: none; padding: 0 1em; }
}

@media only screen and (max-width: 767px) {
    .footer{ display: table; margin: 0 auto !important; float: none !important; text-align:center !important; width: auto !important; }
    .footer_optionsHoriz{ display: table !important; margin:0 auto; position: relative; width: auto;}
    .footer_optionsHoriz a{ padding: 0 0.75em !important;}
    .footer_optionsHeader{ display: none !important; }
    
    .footer_options { text-align: center !important; padding-top: 30px }
    .footer_options a { display: inline-block; }
    .footer_options a span{ display: none; }
    
    .footer_options.wide{ display: table; margin: 0 auto !important; float: none !important; text-align:center !important; width: auto !important; }
    .footer_options.wide a{ float: left; clear: none; padding: 0.5em; }
}

/* ---------------------GRID CSS------------------------------------------------------ */

.columns-tiles-315-container
{
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
  	grid-gap: 20px;
}

.columns-4-rows-2-container
{
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
  	grid-gap: 1rem;
}

.grid-small-horiz-3-rows
{
	display:grid!important;
	grid-template-rows: repeat(auto-fit, minmax(70px, 1fr));
	grid-gap: 1rem;
}

.grid-tile-medium
{
	display:grid!important;
	grid-template-rows: repeat(auto-fit, minmax(290px, 1fr));
	grid-gap: 1rem;
}

/* ---------------------PUSH BUTTON------------------------------------------------------ */


.ma-infinitypush-button {
	width: 24px;
	height: 19px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.ma-infinitypush-button span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #7f7f7f;
	border-radius: 3px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.ma-infinitypush-button span:nth-child(1) {
	top: 0px;
}
.ma-infinitypush-button span:nth-child(2), .ma-infinitypush-button span:nth-child(3) {
	top: 7px;
}
.ma-infinitypush-button span:nth-child(4) {
	top: 14px;
}
.ma-infinitypush-button.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
.ma-infinitypush-button.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ma-infinitypush-button.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 6px;
}
.ma-infinitypush-button.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

/*Section title */

.section-title{
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0;
	border-top: 1px solid #0079ff;
	width: 100%;
}
.section-title:after{ display:table; width:100%; content:' '}

.section-title .t1{
	font-family: 'Ubuntu'; font-weight: 700; font-size: 28px; color: #7f7f7f;
	border-top: 5px solid #0079ff;
	margin:0 40px 0 0; padding:0;
	float:left; color: #0079ff;
}
.boxed-title .t1:hover{ color: #000; }

.section-title.post{ border-top: 1px solid #0079ff; }
.section-title.post .t1{ border-top: 5px solid #0079ff; color: #0079ff; font-size:24px; }
.section-title.post .t2:hover, .section-title.viral .t3:hover{ color: #0079ff; }

.section-title.eagenda{ border-top: 1px solid #7c63f8; }
.section-title.eagenda .t1{ border-top: 5px solid #7c63f8; color: #7c63f8; }
.section-title.eagenda .t2:hover, .section-title.eagenda .t3:hover{ color: #7c63f8; }

.section-title.edaily{ border-top: 1px solid #ff0004; }
.section-title.edaily .t1{ border-top: 5px solid #ff0004; color: #ff0004; margin-right: 80px;}
.section-title.edaily .t2:hover, .section-title.edaily .t3:hover{ color: #ff0004; }

.section-title.pink{ border-top: 1px solid #db9b9b; }
.section-title.pink .t1{ border-top: 5px solid #db9b9b; color: #db9b9b; margin-right: 80px;}
.section-title.pink .t2:hover, .section-title.edaily .t3:hover{ color: #db9b9b; }

.section-title.related{ border-top: none; }
.section-title.related .t1{ border-top: 5px solid #fff; color: #676767; }
.section-title.related .t2:hover, .section-title.related .t3:hover{ color: #b8618e; }

.section-title.topiclist{ border-top: none; margin: 20px 0 0 0; text-align: center}
.section-title.topiclist .t1{ float: left; font-size:56px; border-top: none; color: #e9ecee; margin:0; }
.section-title.topiclist .t2{ float: right; font-weight: 700; margin: 30px 0 0 0; font-size: 18px; font-weight: 500; color: #797979; }

.section-title .t2{
	font-family: 'Ubuntu'; font-weight: 500; font-size: 16px;
	margin:15px 20px 0 0; padding:0;
	float:left;
}
.section-title a.t2{ color: #797979;}
.section-title .t3{
	font-family: 'Ubuntu'; font-weight: 700; font-size: 16px;
	margin:15px 0 0 0; padding:0;
	float:right;
}
.section-title a.t3{ color: #797979;}

@media only screen and (max-width: 979px){
    .section-title .t2{ display: none;}
    .section-title .t3{ display: none;}
    }
    
    @media only screen and (min-width: 980px) and (max-width: 1259px){
    .section-title .t2{ font-size: 14px}
    .section-title .t3{ font-size: 14px}
    }


/*****************absolute-center*************************************/
.absolute-center {

	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;

	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	
	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	
	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;

}

/* --------------------------------------------------------- */

.category130 { color: #b0d2dd !important; }
.category131 { color: #b0d2dd !important; �������}
.category132 { color: #aab8e4 !important; Nighlife}
.category133 { color: #c5b0dd !important; ��������}
.category134 { color: #cfddb0 !important; ������}
.category135 { color: #f0a58f !important; ���������}
.category136 { color: #f4d296 !important; ������}
.category137 { color: #b0ddb6 !important; �����}
.category138 { color: #ddb0c2 !important; Shows}
.category139 { color: #f4d296 !important; ����������}
.category140 { color: #ddb0c2 !important; �������}