@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	min-width: 320px;
}
p {
	font-size:1.5em;
	line-height:1.7em;
}
a {
	color: #000;
}
a:hover {
	color: rgba(0,0,0,.5);
}
h1, h2, h3 {
	font-family: 'Roboto Slab', sans-serif;
}
.container {
	min-height: -moz-calc(100% - 230px);
	min-height: -webkit-calc(100% - 230px);
	min-height: calc(100% - 230px);
}
.adcontainer {
	margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
footer {
	box-shadow: 0 -10px 30px rgba(0,0,0,.1);
	padding: 2em 0 6em 0;
	font-size: 14px;
	font-weight: bold;
}
footer a{
	padding: 0 10px;
	display: inline-block;
}
footer .container{
	position: relative;
}
footer .container .logo{
    position: absolute;
    right: 10px;
    top: 0;
    width: 250px;
}
.navbar-nav {
    width: 100%;
	font-size: 12px;
}
.navbar-inverse {
	background-color: #000;
	font-family: 'Roboto Slab', sans-serif;
	border: none;
}
.navbar-inverse .fa{
	font-size: 24px;
	margin-right: 10px;
}
.navbar-inverse .fa.fa-facebook-f{
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: rgba(0,0,0,.2);
}
.navbar-brand {
	padding: 0 0 0 0;
	width: 148px;
}
.navbar-brand img{
	width: 100%;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-toggle {
    float: left;
}
.banner-top {
	padding: 20px 0;
	text-align: center;
}
.img-responsive{
    display: inline-block;
}
.fa-search.small {
	display: none;
}
.box-featured {
	padding: 10px 0;
    margin: 0 -5px;
}
.box-featured .title{
	position: absolute;
    width: auto;
    left: -16px;
    top: -16px;
}
.box-featured .cols {
	padding: 0 5px 10px 5px;
	position: relative;
}
.box-featured .cols a{
	display: block;
}
.box-featured .cols .info{
	color: #fff;
	position: absolute;
	left: 5px;
	right: 5px;
    bottom: 10px;
	padding: 15px;
	background-image : linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background-image : -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.box-featured .cols .info a{
	color: #fff;
	text-decoration: none;
}
.box-featured h1 {
	margin: 10px 0 0 0;
	font-size: 24px;
}
.box-featured .cols:first-child .info{
    bottom: 7px;
}
.box-featured .cols:first-child h1 {
	padding: 0 40% 0 0;
}
.box-featured img{
	width: 100%;
}
.box-featured span {
	padding: 3px 0;
	display: inline-block;
	margin-right: 10px;
    font-size: 14px;
}
.box-featured .tag {
	padding: 3px 10px;
	box-shadow: 0 5px 12px rgba(0,0,0,.5);
	font-weight: bold;
	text-transform: uppercase;
}
.box-featured .tag.tag-culture{
	background-color: #ff0024;
}
.box-featured .tag.tag-entertainment{
	background-color: #5f5e5c;
}
.box-featured .tag.tag-music{
	background-color: #1aa20f;
}
.content {
    padding: 10px 0;
    overflow: hidden;
}
.main .entry {
    margin-bottom: 15px;
    overflow: hidden;
}
.main .entry h1 {
    margin: 10px 0 0 0;
    font-size: 24px;
}
.main h4{
	font-weight: bold;
}
.sidebar {	
    min-width: 300px;
}
.sidebar .item {
	margin-bottom: 20px;
}
.sidebar .bar-groovy {
	padding: 15px;
	border: 1px solid #b5b5b5;
}
.sidebar .heading {
	position: relative;
	text-transform: uppercase;
}
.sidebar .heading:before {
	content: "";
	position: absolute;
    top: 6px;
    left: -15px;
    right: -15px;
	height: 6px;
	background-color: #5f5e5c;
	z-index: 0;
}
.sidebar .heading h4,
.sidebar .heading h1{
	margin: 0;
	z-index: 1;
    display: inline-block;
	padding: 0 6px;
    position: relative;
}
.sidebar .heading h4{
	background-color: #fff;
	font-size: 17px;
}
.sidebar .heading h1{
	margin: 0;
	font-size: 22px;
}
.sidebar .social {
	text-align: center;
	padding: 15px 0;
}
.sidebar .social a{
	display: block;
	padding: 5px 0;
}
.sidebar ul{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 10px;
}
.sidebar ul li{
	padding: 8px 0;
	border-bottom: 1px solid rgba(0,0,0,.2);
    line-height: 1.2;
}
.sidebar ul li:last-child{
	border: none;
}
.sidebar ul li a{
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.block-video {
	color: #fff;
	background-color: #5f5e5c;
	padding: 20px;
    margin-bottom: 15px;
}
.block-video a{
	color: #fff;
	text-decoration: none;
}
.block-video .heading {
    position: relative;
	margin-bottom: 25px;
}
.block-video .heading:before {
	content: "";
	position: absolute;
    top: 12px;
    left: 0;
    right: 0;
	height: 6px;
	background-color: #fff;
	z-index: 0;
}
.block-video .heading h1 {
	margin: 0;
    font-size: 28px;
    background-color: #5f5e5c;
    z-index: 1;
    display: inline-block;
    padding: 0 15px 0 0;
    position: relative;
}
.block-video .heading .btnWrap{
    float: right;
	display: inline-block;
    background-color: #5f5e5c;
	padding-left: 15px;
    z-index: 1;
    position: relative;
}
.block-video .heading .btn {
    z-index: 1;
    font-weight: bold;
    position: relative;
    border: 2px solid #fff;
    border-radius: 0;
}
.block-video h3{
	font-size: 18px;
}
.post .btnNext{
	width: 100%;
}
.post .btnNext img{
	width: 100%;
}
.post .subhead {
	color: #2a6498;
	text-align:center;
	padding-top: 40px;
	border-top: 1px solid #eee;
	margin-top: 40px;  
}
.post .full-width {
	width: 100%;
}
.post h5 a {
	color: #fe6005;
	font-size:1.2em;
}
blockquote {
	font-size: 1.5em;
	text-align: center;
	padding: 2em 20%;
	border: 0;
	position: relative;
}
blockquote p{
	font-weight: bold;
	font-style: italic;
	/* font-size: 24px; */
}
blockquote h4{
	color: #fe6005;
	font-size: 20px;
}
blockquote:before {
	content: '"';
	position: absolute;
	left: 10%;
	top: 0;
	color: #fe6005;
	font-size: 80px;
	font-family: 'Roboto Slab';
    line-height: 1;
}
blockquote:after {
	content: '"';
	position: absolute;
	right: 10%;
	bottom: 0;
	color: #fe6005;
	font-size: 80px;
	font-family: 'Roboto Slab';
    line-height: 1;
}
.block-select {
	margin: 10px 0 0;
	display: block;
    overflow: hidden;
    border-bottom: 1px solid #b5b5b5;
	font-size: 14px;
	position: relative;
    padding-bottom: 10px;
}
.block-select .heading:before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 18px;
    border-bottom: 1px solid #b5b5b5;
    z-index: 0;
}
.block-select .heading h4 {
	font-size: 16px;
    text-transform: uppercase;
    color: #5f5e5c;
    font-weight: bold;
    font-family: 'Roboto Slab', sans-serif;
    display: inline-block;
    background-color: #fff;
    padding-right: 10px;
    z-index: 1;
    position: relative;
}
.block-select img{
	width: 40%;
	float: left;
	margin-right: 10px;
}
.mobile-banner {
	display: block;
	padding: 20px 0;
	text-align: center;
    margin: 0 -15px;
}
.mobile {
	display: none;
}
.desktop {
	display: block;
}
.form-contact {
	margin-bottom: 4em;
}
.form-contact label{
	padding: 15px 0 0 0;
}
.map-wrap {
	padding: 10px 0 20px 0;
}
.about-wrap {
	text-align: center;
	margin: 2em 0 6em 0;
}
.about-wrap .subhead{
	padding: 15px 0;
}
.about-wrap .cols p {
	margin: 0;
}
.about-wrap .cols img{
	width: 75%;
	border-radius: 10em;
	margin: 15px 0;
    border: 6px solid #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.08);
}

/* OFF CANVAS START */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed; 
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #111;
    padding-top: 0;
    transition: 0.5s;
}

.sidenav .title{
    font-family: 'Roboto Slab', sans-serif;
    background-color: #5f5e5c;
    padding: 10px 15px;
    color: #fff;
    font-size: 26px;
}

.sidenav .input-group {
    padding: 15px;
}

.sidenav .links{
    overflow-x: hidden;
	position: relative;
}

.sidenav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 20px;
    color: rgba(255,255,255,.6);
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
	position: absolute;
    top: 0;
    right: -46px;
    font-size: 36px;
    margin-left: 50px;
    border: none;
    background-color: #fff;
    padding: 8px 15px 13px 15px;
    line-height: 1;
    color: #337ab7;
	display: none;
}

#fullpage {
    transition: margin-left .5s;
}

#fullpage #opacityBox {
    content: "";
    display: block;
    background-color: rgba(0,0,0,.5);
    z-index: 2;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	display: none;
}

.fb-share-container {
	display: table;
	height: 54px;
	width: 100%;
	margin: 10px 0;
  }

  .fb-share-container .fb-button {
	background-color: #3a5795;
	display: table-row;
	overflow-y: hidden;
	position: relative;
	text-decoration: none;
	text-align: center;
	font: 600 22px Arial,sans-serif;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	color: #fff;
	padding: 0 10px;
	border-radius: 6px;
}

.gallery-image img, .post .full-width { margin:0 auto; display:block; padding:20px 0 10px; }

.wrap-ad .row, .mobile-banner .row, .banner-top .row { margin:0 }

.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.body_under_title { margin:10px auto }
.body_under_title .adwrapper { margin: 0 10px; }

.featured-main {
	object-fit:cover;
	height:420px;
}

.featured-side {
	object-fit:cover;
	height:206px;
}

.featured-list {
	object-fit: cover;
	height:207px;
	width:100%;
}

.best-of p {
	font-size:1.0em;
	line-height:1.2em;
}
.best-of img {
	height:60px;
	width:85px;
	object-fit:cover;
}

.jumboad { padding:2px 0 0; }
.adbordertop { border-top: 1px solid rgba(230,230,230,1); }
.adborderbottom { border-bottom: 1px solid rgba(230,230,230,1); }
.adtext { text-align:center;font-size: 9px; color: #999999; padding:5px 0; clear:left; }


.main_narrow {
	width:100%;
}

.footer-logo { 
	padding-top:142px;
	width:auto;
}
	
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/* OFF CANVAS END */

@media (max-width: 1199px) {
	.leftcol { display:none; }
	.jumboad { text-align:left; }
}


@media (min-width: 1200px){
	.container {
		width: 1220px;
		padding:0;
	}
	.jumboad { text-align:center; }
	

	.leftcol { display:block; width:160px; float:left; margin-right:12px; margin-top:20px; }
	.leftcol .row { margin:0; }
}
@media (max-width: 1023px) {
	footer {
		text-align:center;
	}
	footer .container .logo {
		position: relative;
		display: block;
		margin-top: 20px;
	    margin-left: -moz-calc(50% - 115px);
	    margin-left: -webkit-calc(50% - 115px);
	    margin-left: calc(50% - 115px);
	}


}
@media (max-width: 991px) {
	.box-featured .cols:first-child .info,
	.box-featured .cols .info{
		bottom: 10px;
	}
	.box-featured .cols:first-child h1 {
		padding: 0;
	}
	.box-featured h1 {
		font-size: 20px;
	}
	.main .entry h1 {
		font-size: 20px;
	}
}
@media (min-width: 768px) {
	.navbar {
		border-radius: 0;
	}
	.navbar-nav>li {
		border-right: 1px solid rgba(0,0,0,.2);
	}
	.navbar-nav>li.line-left {
		border-left: 1px solid rgba(0,0,0,.2);
	}
}
@media (min-width:992px) {
	.main_narrow {
		width: -moz-calc(100% - 324px) !important;
		width: -webkit-calc(100% - 324px) !important;
		width: calc(100% - 324px) !important;
	}
}
@media (max-width: 767px) {
	 body {
		 font-size: 14px;
	 }
	.nav .pull-right{
		float: none !important;
	}
	.navbar-nav {
		margin: 0;
	}
	.navbar-inverse .navbar-toggle:focus,
	.navbar-inverse .navbar-toggle:hover {
		background-color: transparent;
		border: none;
	}
	.navbar-inverse .navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-inverse .navbar-toggle {
		border: none;
	}
	.fa-search.small {
		display: block;
		float: right;
		margin-top: 12px;
		margin-right: 15px;
		margin-bottom: 12px;
		color: #fff;
		font-size: 22px;
		text-decoration: none;
	}
	.box-featured .title,
	.box-featured span {
		display: none;
	}
	.box-featured .cols .info {
		background-image: none;
		color: #000;
		position: relative;
	}
	.box-featured .cols:first-child .info,
	.box-featured .cols .info {
		bottom: auto;
		padding: 0;
		margin: 0;
		display: block;
		left: auto;
		right: auto;
	}
	.box-featured h1{
		font-size: 16px;
    	font-weight: bold;
	}
	.box-featured .cols .info h1{
		font-family: 'Roboto', sans-serif;
	}
	.box-featured .cols:first-child .info h1 {
		font-family: 'Roboto Slab', sans-serif;
	}
	.box-featured .cols:first-child .info:before {
	    content: "";
		position: absolute;
		left: 0;
		top: -38px;
		width: 150px;
		height: 28px;
		background-image: url(../images/feat-title-mobile.png);
	}
	.content {
		padding: 10px 25px;
	}
	.content.post {
		padding: 10px 0;
	}
	.content.post h1,	
	.content .about-wrap h1{
		font-size: 40px;
	}
	.content.post h2{
		font-size: 1.4em;
		line-height:1.4em;
	}
	.content.post h3{
		font-size: 16px;
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
	}
	.main .entry {
		padding-left: 5px;
		padding-right: 5px;
	}
	.main .entry h1 {
	    font-family: 'Roboto', sans-serif;
	    font-size: 16px;
    	font-weight: bold;
	}	
	.main .entry h4,
	.main .entry p {
		display: none;
	}	
	.main.last .entry {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0,0,0,.2);
	}
	.block-video h3{
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
	}
	.block-video {
		padding: 15px;
		margin: 0 -15px 15px -15px;
	}
	.mobile {
		display: block;
	}
	.sidebar.mobile {
    	margin: 0 auto;
		float: none;		
	}
	.sidebar.mobile .social a {
		display: inline-block;
		padding: 5px;
	}
	.block-select {
		display: none;
	}
	footer {
		border-top: 6px solid #5f5e5c;
	}
	footer span {
		display: none;
	}
	footer .container .logo {
		margin-bottom: 30px;
	}
	footer a {
		padding: 3px 10px;
		display: block;
	}
	.desktop {
		display: none;
	}
	.footer-logo {
		width:100%;
	}
}
@media (max-width: 374px) {
	.xs-fixpad{
		padding: 0;
	}
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.content {
		padding: 10px 10px;
		margin: 0;
	}
}


  
.trending h3 {
  margin: 5px 0 0 0 !important;
  text-transform: none;
  font-size: 16px  !important;
  font-family: 'Raleway', sans-serif;
  font-weight:700;
}
.trend-wrap {
  width:300px;
  height:165px;    
  overflow:hidden;
}
.trend-wrap img {
  width:90%;
}


@media (max-width: 767px) {
	.main .entry {
		height: 310px;
	}
}

.more-content-button {
	text-align: center;
	border: 2px solid #ccc;
	width: 94%;
	margin: 0 auto;
	color: white;
	background-color: #000000bf;
	line-height: 30px;
	padding:5px;
	white-space:nowrap;
	cursor:pointer;
}
.more-content-button:hover {
	background-color: #000;
}

.viditem { height: 224px }



.next-button-clean a { text-decoration:none }
.next-button-clean h1 {
	text-transform:uppercase;text-align:center;color: white;
	font-size: 3em !important; 
	display: block;
    line-height: 1.6em !important;
}
    
    .next-button-clean {
	background: -moz-linear-gradient(top, rgb(249, 178, 168) 0%, rgba(253,0,0,1) 39%, rgba(230,0,0,0.92) 100%);
    background: -webkit-linear-gradient(top, rgba(249,178,168,1) 0%,rgba(253,0,0,1) 39%,rgba(230,0,0,0.92) 100%);
    background: linear-gradient(to bottom, rgba(249,178,168,1) 0%,rgba(253,0,0,1) 39%,rgba(230,0,0,0.92) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6161', endColorstr='#e40000',GradientType=0 );
    -webkit-box-shadow: 0px 10px 5px -10px rgba(0,0,0,0.54);
    -moz-box-shadow: 0px 10px 5px -10px rgba(0,0,0,0.54);
    box-shadow: 0px 10px 5px -10px rgba(0,0,0,0.54);
}
.next-button-clean:hover {
	background: rgb(255,148,91); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(249,178,168,1) 0%, rgba(253,0,0,1) 39%, rgba(230,0,0,0.92) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(249,178,168,1) 0%,rgba(253,0,0,1) 39%,rgba(230,0,0,0.92) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(249,178,168,1) 0%,rgba(253,0,0,1) 39%,rgba(230,0,0,0.92) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6161', endColorstr='#e40000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

@media (max-width: 767px) {
	.next-button-clean h1 { margin:0 }
}