@charset "utf-8";
/* CSS Document */

/* yellow slides */
.carousel {
	position: relative;
  }
  .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
  }
  .carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
		 -o-transition: .6s ease-in-out left;
			transition: .6s ease-in-out left;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
	line-height: 1;
  }
  @media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
	  -webkit-transition: -webkit-transform .6s ease-in-out;
		   -o-transition:      -o-transform .6s ease-in-out;
			  transition:         transform .6s ease-in-out;
  
	  -webkit-backface-visibility: hidden;
			  backface-visibility: hidden;
	  -webkit-perspective: 1000px;
			  perspective: 1000px;
	}
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
	  left: 0;
	  -webkit-transform: translate3d(100%, 0, 0);
			  transform: translate3d(100%, 0, 0);
	}
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
	  left: 0;
	  -webkit-transform: translate3d(-100%, 0, 0);
			  transform: translate3d(-100%, 0, 0);
	}
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
	  left: 0;
	  -webkit-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
	}
  }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
	display: block;
  }
  .carousel-inner > .active {
	left: 0;
  }
  .carousel-inner > .next,
  .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
  }
  .carousel-inner > .next {
	left: 100%;
  }
  .carousel-inner > .prev {
	left: -100%;
  }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
	left: 0;
  }
  .carousel-inner > .active.left {
	left: -100%;
  }
  .carousel-inner > .active.right {
	left: 100%;
  }
  .carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	/* font-family: 'Fira Sans Extra Condensed', sans-serif;*/
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
	opacity: .5;
  }
  .carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
	background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
  }
  .carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
  }
  .carousel-control:hover,
  .carousel-control:focus {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9;
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
  }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
  }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1;
  }
  .carousel-control .icon-prev:before {
	content: '\2039';
  }
  .carousel-control .icon-next:before {
	content: '\203a';
  }
  .carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
  }
  .carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px;
  }
  .carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
  }
  .carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  }
  .carousel-caption .btn {
	text-shadow: none;
  }
  @media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
	  width: 30px;
	  height: 30px;
	  margin-top: -10px;
	  font-size: 30px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
	  margin-left: -10px;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
	  margin-right: -10px;
	}
	.carousel-caption {
	  right: 20%;
	  left: 20%;
	  padding-bottom: 30px;
	}
	.carousel-indicators {
	  bottom: 20px;
	}
  }

/* Container - Featured */
#featured {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
}

#featured .featured {
	float: left;
}

#featured .featured a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	filter: contrast(1.2);
	/* Background size */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* background-image: none !important; */
}

#featured .featured a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	/* Gradient */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
#featured .video a:after {
	/*background: none !important;*/
}

/* #featured a video{
	width:98%;
	height:98%;
}*/

#featured .featured.large a:after {
	height: 66.66%;
}
#featured .featured.long a:after {
	height: 66.66%;
}
#featured .featured.small a:after {
	height: 66.66%;
}

/* Image will be replaced with background-image by javascript */
#featured .featured a img {
	display: none !important;
}
#featured .featured a video {
	background:none !important;
	/*display: none !important;*/
}
/* Sizes */
#featured .featured.big {
	width: 1200px;
	height: 450px;
}
#featured .featured.large {
	width: 598px;
	height: 450px;
}
#featured .featured.long {
	width: 369px;
	height: 223px;
}
#featured .featured.small {
	width: 223px;
	height: 223px;
}
/* Margins */
#featured .featured.large {
	margin: 0 4px 4px 0;
}
#featured .featured.long1 {
	margin: 0 4px 4px 0;
}
#featured .featured.small1 {
	margin: 0 0 4px 0;
}
#featured .featured.small2 {
	margin: 0 4px 0 0;
}

#featured .featured .featured-text {
	/*text-align: justify;*/
	position: absolute;
	z-index: 2;
	color: #fff;
}
#featured .featured .featured-text h1 {
	font-weight: 300;
	margin-bottom: 5px;
}
#featured .featured .featured-text p {
	font-size: 14px;
    line-height: 16px;
    max-height: 32px;
    margin-bottom: 15px;
}
#featured .featured .featured-meta {
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}
#featured .featured .featured-meta time {
	font-weight: 400;
}
#featured .featured .featured-meta time:before {
	content: " / ";
	display: inline;
}
/* Variations */
#featured .featured.large .featured-text {
	width: 85%;
	left: 10px;
	bottom: 5px;
}
#featured .featured.long .featured-text {
	width: 90%;
    left: 10px;
    bottom: 0px;
}
#featured .featured.small .featured-text {
	width: 85%;
	left: 10px;
	bottom: 5px;
}
#featured .featured.large .featured-text h1 {
	font-weight:500;
	font-size: 24px;
	line-height: 24px;
	max-height: 72px;
	margin-bottom: 0px;
}
#featured .featured.long .featured-text h1 {
	font-weight:500;
    font-size: 16px;
    line-height: 16px;
    max-height: 48px;
}
#featured .featured.small .featured-text h1 {
	font-weight:inherit;
    font-size: 14px;
    line-height: 14px;
    max-height: 42px;
	margin-bottom: 0px;
}
#featured .featured.long .featured-text p, #featured .featured.small .featured-text p {
	display: none;
}
/* Video */
#featured .featured.video video {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
	/* Transform */
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* #featured .featured.video a:after {
	z-index: 3;
}*/

/* Container - Content - Main - .Column */
#main .column {
	width: 290px;
	float: left;
}
#main .column-full {
	width: 100%;
	float: left;
	overflow: hidden;
}
/* Container - Content - Main - .Column.Left */
#main .column.left {
	margin-right: 20px;
}
/* Container - Content - Main - .Column - .Post */
#main .post {
	position: relative;
}
#main .post.photo, #main .post.video, #main .post.article{
	margin-bottom: 5px;
}
#main .post.article .text {
	height: 90px;
	padding-top: 10px;
	padding-left: 10px;
}
#main .post .image {
	filter: contrast(1.3);
	display: block;
}
#main .post.video .image:after, #main .post.photo .image:after {
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	font-family: "icomoon";
	font-size: 16px;
	color: red;
	padding: 12px 0 0 14px;
	/* Box Sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* Gradient */
	/* background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(-45deg,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
	background: linear-gradient(135deg,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=1 ); */
}
#main .post.video .image:after {
	content: "\e611";
}
#main .post.photo .image:after {
	content: "\e603";
}
#main .post .image img {
	width: 100%;
}
#main .post .text {
	height: 180px;
	padding: 0px 0px 0;
	/* Box Sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main .post.photo .text, #main .post.video .text {
	height: 95px;
	padding-top: 10px;
	padding-left: 10px;
}
#main .post .text h1 {
	margin-bottom: 5px;
}
#main .post .text h1 a {
	display: block;
	width: 100%;
	/* font-family: 'Fira Sans Extra Condensed', sans-serif;*/
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	max-height: 54px; /* 1 or 3 lines */
	/* Transition */
	-webkit-transition: color 100ms ease-out;
	-moz-transition: color 100ms ease-out;
	-o-transition: color 100ms ease-out;
	transition: color 100ms ease-out;
}
#main .post .text h1 a:hover {
	color: #00b300;
}
#main .post .text h2 {
	margin: 5px 5px 10px 5px;
}
#main .post .text h2 a {
	/*text-align: justify;*/
	display: block;
	width: 100%;
	/* font-family: 'Fira Sans Extra Condensed', sans-serif;*/
	font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    max-height: 36px; /* 1 or 2 lines */
	/* Transition */
	-webkit-transition: color 100ms ease-out;
	-moz-transition: color 100ms ease-out;
	-o-transition: color 100ms ease-out;
	transition: color 100ms ease-out;
}
#main .post .text h2 a:hover {
	color: #00b300;
}
#main .post .text p {
	/* font-family: 'Fira Sans Extra Condensed', sans-serif;*/
	font-size: 13px;
    line-height: 14px;
    max-height: 70px;
    color: #999;
}
/* Container - Content - Main - .Column - .Post - .Meta */
#main .post .meta {
	display: block;
	list-style: none;
	color: #000000;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#main .post.photo .meta, #main .post.video .meta {
	bottom: 10px;
}
#main .post .meta li {
	float: left;
	margin-right: 10px;
	/* font-family: 'Fira Sans Extra Condensed', sans-serif;*/
	font-size: 10px;
}
#main .post .meta li:last-child {
	margin-right: 0;
}
#main .post .meta .category {
	/* font-family: 'Fira Sans Extra Condensed', sans-serif;*/
	font-size: 12px;
	margin-right: 15px;
}
#main .post .meta .category a {
	/* Transition */
	-webkit-transition: color 100ms ease-out;
	-moz-transition: color 100ms ease-out;
	-o-transition: color 100ms ease-out;
	transition: color 100ms ease-out;
}
	#main .post .meta .category a:hover {
		color: #00b300;
	}
#main .post .meta .category a:after {
	content: " / ";
	display: inline;
}
#main .post .meta .category time {
	display: inline;
	font-size: 10px;
}

#main .post .meta .numbers {
	margin-top: 1px;
	position: relative;
	padding-left: 18px;
}
#main .post .meta .numbers:after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color:#000000;
	font-weight: bold;
	font-family: "icomoon";
	font-size: 10px;
}
#main .post .meta .comments:after {
	color:#000000;
	content: "\e609";
}
#main .post .meta .shares:after {
	color:#000000;
	content: "\e60a";
	top: -1px;
}
/* Container - Content - Main - .Column - .PostSmall */
#main .post.small {
	height: 100px;
	position: relative;
	padding: 5px;
	/* Box Sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main .post.small .image {
	position: absolute;
	left: 0px;
	top: 0px;
}
#main .post.small .image img {
	width: 100px;
	height: 100px;
}
#main .post.small .text {
	/*text-align: justify;*/
	/* font-family: 'Fira Sans Extra Condensed', sans-serif;*/
	height: auto;
	padding: 0 0 0 105px;
}
#main .post.small .text h1 {
	margin: 5px 0 0px;
}
#main .post.small .text h1 a {
	display: block;
	/* font-family: 'Fira Sans Extra Condensed', sans-serif;*/
	font-size: 15px;
	line-height: 16px;
	max-height: 48px;  /* 3 lines */
	/* Transition */
	-webkit-transition: color 100ms ease-out;
	-moz-transition: color 100ms ease-out;
	-o-transition: color 100ms ease-out;
	transition: color 100ms ease-out;
}
	#main .post.small .text h1 a:hover {
		color: #00b300;
	}
#main .post.small .meta {
	bottom: 10px;
    right: 10px;
}
#main .post.small .meta .date time {
	display: inline;
}
/* Container - Content - Main - .PostAlternative */
#main .post.alt .text {
	height: 160px;
}
#main .post.alt .text h1 a {
	max-height: 20px;
}
#main .post.alt.special .text h1 a {
	max-height: 40px;
}
#main .post.alt.special .text p {
	max-height: 36px;
}
/**/
#post-slider {
	width: 200%;
	/* Box Sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* Transition */
	-webkit-transition: margin-left 400ms ease-out;
	-moz-transition: margin-left 400ms ease-out;
	-o-transition: margin-left 400ms ease-out;
	transition: margin-left 400ms ease-out;
}
#post-slider.slided {
	margin-left: -100%;
}

/* Container - Content - Main - Gossip */
#gossip {
	display: block;
	margin-bottom: 5px;
}
#gossip img {
	filter: contrast(1.3);
	width: 100%;
}

/* Container - Content - Main - List */
#main .list {
	min-height: 250px;
	list-style: none;
	display: block;
	padding: 20px;
	/* Box Sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main .list li {
	margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
}
#main .list li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
#main .list li a {
	display: block;
	/* font-family: 'Fira Sans Extra Condensed', sans-serif;*/
	font-size: 14px;
	line-height: 14px;
	max-height: 42px; /* 3 lines */
	margin-bottom: 10px;
	/* Transition */
	-webkit-transition: color 100ms ease-out;
	-moz-transition: color 100ms ease-out;
	-o-transition: color 100ms ease-out;
	transition: color 100ms ease-out;
}
	#main .list li a:hover {
		color: #00b300;
	}
#main .list li time {
	bottom:3px;
	display: block;
	position: relative;
	font-size: 10px;
	color: #ccc;
}
/*#main .list li time:after {
	color:#e74c3c;
	font-weight: bold;
	content: "\e08e";
	display: block;
	position: absolute;
	right: 0;
	top: -1px;
	font-family: "icomoon";
	font-size: 10px;
}*/

/* Container - Content - Main - Poll */
#poll-wrapper {
	position: relative;
}
/* Container - Content - Main - Poll - Poll List */
#poll-list {
	list-style: none;
	display: block;
	width: 205px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	/* Box Sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#poll-list li {
	margin-bottom: 15px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 15px;
}
#poll-list li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
#poll-list li a {
	display: block;
	/* font-family: 'Fira Sans Extra Condensed', sans-serif;*/
	font-size: 13px;
	line-height: 14px;
	margin-bottom: 10px;
	/* Transition */
	-webkit-transition: color 100ms ease-out;
	-moz-transition: color 100ms ease-out;
	-o-transition: color 100ms ease-out;
	transition: color 100ms ease-out;
}
	#poll-list li a:hover {
		color: #00b300;
		background-color: #f2f4f7;
	}
#poll-list li time {
	display: block;
	padding-left: 120px;
	position: relative;
	font-size: 10px;
	color: #000000;
}
#poll-list li time:after {
	color:#e74c3c;
	font-weight: bold;
	content: "\e08e";
	display: block;
	position: absolute;
	right: 0;
	top: -1px;
	font-family: "icomoon";
	font-size: 10px;
}
.poll {
	width: 390px;
	margin-left: 210px;
}



/* Narrower columns */
@media only screen and (max-width: 1280px) {
	
	/* Sizes */
	#featured .featured.big {
		width: 100%;
		height: 450px;
	}
	#featured .featured.large {
		width: 100%;
		height: 391px;
	}
	#featured .featured.long {
		width: 321px;
		height: 193px;
	}
	#featured .featured.small {
		width: 193px;
		height: 193px;
	}
	/* Variations */
	#featured .featured.large .featured-text h1 {
		/* font-family: 'Fira Sans Extra Condensed', sans-serif;*/
		font-size: 22px;
		line-height: 22px;
		max-height: 44px;
	}
	#featured .featured.long .featured-text h1 {
		/* font-family: 'Fira Sans Extra Condensed', sans-serif;*/
		font-size: 14px;
		line-height: 16px;
		max-height: 32px;
	}
	#featured .featured.small .featured-text h1 {
		/* font-family: 'Fira Sans Extra Condensed', sans-serif;*/
		font-size: 12px;
		line-height: 14px;
		max-height: 28px;
	}
	
	/* Secondary sidebar */
	#sidebar-secondary {
		width: 235px;
	}
	#sidebar-primary #banner-side-top.banner {
		margin-top: 25px;
	}
	#latest .post {
		min-height: 0;
	}
	#latest .post .image {
		display: none;
	}
	#latest .post h1 {
		padding: 5px;
	}
	#latest .post .meta {
		padding-left: 0;
	}
	
	/* Main */
	#main {
		width: 490px;
	}
	
	/* Column */
	#main .column {
		width: 235px;
	}
	
	/* Post */
	#main .post .text {
		padding: 0;
	}
	#main .post.photo .text, #main .post.video .text {
		height: 100px;
		padding-top: 5px;
	}
	#main .post .text h1 a {
		/* font-family: 'Fira Sans Extra Condensed', sans-serif;*/
		font-size: 16px;
		line-height: 18px;
		max-height: 36px;
	}
	#main .post .meta {
		right: 10px;
	}
	#main .post.photo .meta, #main .post.video .meta {
		bottom: 5px;
	}
	#main .post .meta .category a {
		display: none;
	}
	#main .post .meta .category time {
		display: block;
		padding-left: 11px;
		position: relative;
		/* font-family: 'Fira Sans Extra Condensed', sans-serif;*/
		font-size: 10px;
		color: #000000;
	}
	#main .post .meta .category time:after {
		content: "\e08e";
		display: block;
		position: absolute;
		left: 0;
		top: -1px;
		font-family: "icomoon";
		font-size: 10px;
	}
	#main .post.small .meta {
		bottom: 5px;
	}
	#main .post.small .meta .date {
		display: none;
	}
	#main .post.alt .text {
		height: 150px;
	}
	#main .post.alt.special .text p {
		max-height: 56px; /* 4 lines */
	}
	
	/* Poll */
	#poll-list {
		display: none;
	}
	.poll {
		width: auto;
		margin-left: 0;
	}
	
}

/* Single wide main column */
@media only screen and (max-width: 1120px) {
	
	#featured {
		z-index: 1;
	}
	#featured .featured.large {
		width: 100%;
		height: 100%;
	}
	#featured .featured.long {
		width: 100%;
		height: 100%;
	}
	#featured .featured.small {
		width: 100%;
		height: 100%;
	}
	/* Margins */
	#featured .featured.large {
		margin: 0;
	}
	#featured .featured.long1 {
		margin: 0;
	}
	#featured .featured.small1 {
		margin: 0;
	}
	#featured .featured.small2 {
		margin: 0;
	}
	/**/
	#featured .featured.large .featured-text, #featured .featured.long .featured-text, #featured .featured.small .featured-text {
		width: 90%;
		left: 15px;
		bottom: 15px;
	}
	#featured .featured.large .featured-text h1, #featured .featured.long .featured-text h1, #featured .featured.small .featured-text h1 {
		/* font-family: 'Fira Sans Extra Condensed', sans-serif;*/
		font-size: 24px;
		line-height: 24px;
		max-height: 48px;
	}
	#featured .featured.long .featured-text p, #featured .featured.small .featured-text p {
		display: block;
	}
	/* Video */
	#featured .featured.video video {
		/* display: none; */
	}
	#featured .featured.video a:after {
		z-index: 1;
	}
	
	/* Secondary sidebar */
	#sidebar-secondary {
		width: 285px;
		margin-right: 30px;
	}
	#latest .post {
		min-height: 104px;
	}
	#latest .post .image {
		display: block;
	}
	#latest .post h1 {
		Font-size:15px;
		line-height: 15px;
		max-height: 75px;
		padding-left: 105px;
	}
	#latest .post .meta {
		padding-left: 80px;
	}
	
	/* Main */
	#main {
		width: 360px;
		margin-right: 30px;
	}
	
	/* Column */
	#main .column {
		width: 360px;
		float: none;
	}
	#main .column-full {
		float: none;
	}
	#main .column.left {
		margin-right: 0;
	}
	
	/* Post */
	#main .post .text {
		height: 160px;
		padding: 0px 0px 0;
		/* Box Sizing */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#main .post .text h1 a {
		font-family: 'Fira Sans Extra Condensed', sans-serif;
		font-size: 18px;
		line-height: 20px;
		max-height: 60px;
	}
	#main .post .text p {
		max-height: 70px; /* 4 lines */
	}
	#main .post .meta {
		/* left: 10px;*/
		bottom: 5px;
	}
	#main .post .meta .category a {
		display: inline;
	}
	#main .post .meta .category time {
		display: inline;
		position: static;
		padding-left: 0;
	}
	#main .post .meta .category time:after {
		display: none;
	}
	#main .post.small .meta .date {
		display: block;
	}
	
	#main .optional {
		display: none;
	}
	
	.poll-stage2 .poll-result {
		height: 65px;
		margin-bottom: 30px;
	}
	.poll-stage2 .poll-result h1 {
		/* font-family: 'Fira Sans Extra Condensed', sans-serif;*/
		font-size: 18px;
	}
	#list-tabs {
    display: block;
    list-style: none;
	border-bottom: solid 1px #16520e;
	}
	#list-tabs li a {
    border-bottom: solid 0px #16520e;
    display: block;
    height: 40px;
	color: #000;
    font-size: 15px;
	font-weight: 300;
    text-align: center;
    padding-top: 14px;
	background-color: #f2f4f7;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: color 100ms ease-out;
    -o-transition: color 100ms ease-out;
    transition: color 100ms ease-out;
	}
	#list-tabs li a:after {
    content: " ›";
    display: inline;
    color: #6b6b6b;
	}
	#list-content {
    padding: 5px 10px 5px 5px;
    height: auto;
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	#list-tabs li.active a {
		font-weight: bold;
		border-bottom: solid 3px #16520e;
		background-color: #f1f3f6;
		cursor: default;
	}
	.panelM {
    overflow: hidden;
    background-color: #f2f4f7;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	}
	.title > .title-name {
    display: inline-block;
    padding-left: 1px;
    /* font-family: 'Fira Sans', sans-serif; */
    color: #000;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 5px;
    /* border-bottom: solid 2px #6b6b6b; */
    border-bottom: solid 3px #6b6b6b;
    position: relative;
    -webkit-transition: color 100ms ease-out;
    -moz-transition: color 100ms ease-out;
    -o-transition: color 100ms ease-out;
    transition: color 100ms ease-out;
    cursor: pointer;
	}
	.title {
    margin: 15px 0 5px;
    position: relative;
	}
}

/* Single narrow main column */
@media only screen and (max-width: 1000px) {
	
	#featured .featured.large .featured-text h1, #featured .featured.long .featured-text h1, #featured .featured.small .featured-text h1 {
		/* font-family: 'Fira Sans Extra Condensed', sans-serif;*/
		font-size: 24px;
		line-height: 24px;
		max-height: 72px;
	}
	
	#main {
		margin-right: 0;
	}
	#featured .featured.big {
		width: 100%;
		height: 100%;
	}
	
}

/* Mobile fluid layout */
@media only screen and (max-width: 735px) {
	
	#featured {
		font-family: 'oscl',"Helvetica Neue",Helvetica,Arial,sans-serif;
		color: #fff;
	}
	
	#featured .featured a {
		display: block;
		height: 0;
		padding-bottom: 56.25%;
		overflow: hidden;
		background-image: none;
	}
	/* Margins */
	#featured .featured.large {
		margin-bottom: 10px;
	}
	#featured .featured.long1 {
		margin-bottom: 10px;
	}
	#featured .featured.small1 {
		margin-bottom: 10px;
	}
	#featured .featured.small2 {
		margin-bottom: 10px;
	}
	#featured .featured.large .featured-text, #featured .featured.long .featured-text, #featured .featured.small .featured-text {
		width: 90%;
		left: 15px;
		bottom: 15px;
		overflow: hidden;
	}
	#featured .featured.large .featured-text h1, #featured .featured.long .featured-text h1, #featured .featured.small .featured-text h1 {
		/* font-family: 'Fira Sans Extra Condensed', sans-serif;*/
		font-size: 24px;
		line-height: 24px;
		max-height: 48px;
	}
	
	#main {
		width: 100%;
	}
	#main .column {
		width: auto;
	}
	
	#main .post .text {
    height: 160px;
    padding: 0px 0px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
	#index-column, #index-interview {
		display: none;
	}
	
	#sidebar-secondary {
		width: 100%;
		float: none;
	}
	/* #breakingMobile{ display: none; } */
	.noneVPYnews { display: none; }
	#breaking {
		padding: 10px;
	}
	#breaking .meta {
		margin-top: 10px;
		border-top: none;
		padding-top: 0;
	}
	#social-side-wrapper {
		display: none;
	}
	#latest .post h1 a {
		display: block;
		margin-top: 5px;
		/* font-family: 'Fira Sans Extra Condensed', sans-serif; */
		font-size: 16px;
		line-height: 16px;
		max-height: 64px;
		-webkit-transition: background-color 100ms ease-out;
		-moz-transition: background-color 100ms ease-out;
		-o-transition: background-color 100ms ease-out;
		transition: background-color 100ms ease-out;
	}
	#list-content ol li a {
    /* font-family: 'Fira Sans Extra Condensed', sans-serif; */
    /* text-align: justify; */
    font-size: 16px;
    line-height: 16px;
    max-height: 112px;
    -webkit-transition: color 100ms ease-out;
    -moz-transition: color 100ms ease-out;
    -o-transition: color 100ms ease-out;
    transition: color 100ms ease-out;
	}
	#list-tabs li.read a {
		width: 95px;
	}
	
}

@media only screen and (max-width: 600px) {
	
	#featured .featured.large .featured-text, #featured .featured.long .featured-text, #featured .featured.small .featured-text {
		width: 90%;
		left: 10px;
		bottom: 10px;
	}
	#featured .featured.large .featured-text h1, #featured .featured.long .featured-text h1, #featured .featured.small .featured-text h1 {
		/* font-family: 'Fira Sans Extra Condensed', sans-serif;*/
		font-size: 17px;
		font-weight: 400;
		line-height: 17px;
		max-height: 57px;
		margin-bottom: 0px;
	}
	#featured .featured.large .featured-text p, #featured .featured.long .featured-text p, #featured .featured.small .featured-text p {
		/* font-family: 'Fira Sans Extra Condensed', sans-serif;*/
		font-size: 12px;
		line-height: 12px;
		max-height: 24px;
	}
	
}

@media only screen and (max-width: 500px) {
	
	#featured .featured.large .featured-text, #featured .featured.long .featured-text, #featured .featured.small .featured-text {
		width: 90%;
	}
	#latest .post h1 {
		padding-left: 110px;
	}
	#latest .post .meta {
		padding-left: 100px;
	}
	
}

@media only screen and (max-width: 400px) {
	
	#featured .featured.large .featured-text, #featured .featured.long .featured-text, #featured .featured.small .featured-text {
		width: 90%;
	}
	
}

#main .post .text {
	height: 160px;
}

.no-padding {
	padding: 0 !important;
}

.top_banner_ad_1_time {
	font-size: 12px;
	color: #ccc;
	padding-bottom: 10px;
}
/*
.top_banner_ad_1_time:before {
	color:#ccc;
    content: "\e08e";
	bottom: -10px;
	width: 93%;
    left: 20px;
    font-family: "icomoon";
}
*/
.flexslider{
    background:none;
    border:none;
    box-shadow:none;
    margin: 10px 0 10px;
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
  }
  
  .nav-link {
	display: block;
	padding: 0.5rem 1rem;
  }
  
  .nav-link:hover, .nav-link:focus {
	text-decoration: none;
  }
  
  .nav-link.disabled {
	color: #6c757d;
  }
  
  .nav-tabs {
	border-bottom: 1px solid #dee2e6;
  }
  
  .nav-tabs .nav-item {
	margin-bottom: -1px;
  }
  
  .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
  }
  
  .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
  }
  
  .nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
  }
  
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
  }
  
  .nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
  }
  
  .nav-pills .nav-link {
	border-radius: 0.25rem;
  }
  
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #007bff;
  }
  
  .nav-fill .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
  }
  
  .nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
  }
  
  .tab-content > .tab-pane {
	display: none;
  }
  
  .tab-content > .active {
	display: block;
  }