.ucb-section {
	clear: both;
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color: rgba(29, 27, 28, .8);	
	transition: all 400ms ease;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.marginright{
	margin-right: 1.6%;
	
}
.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
.col:nth-child(2){margin-left: 0;}
@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}
/**/
.col_4_of_4 {
	width: 100%; 
}

.col_3_of_4 {
	width: 73.0%; 
}

.col_2_of_4 {
	width: 49.2%; 
}

.col_1_of_4 {
	width: 23.8%; 
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col_4_of_4 {
		width: 100%; 
	}
	.col_3_of_4 {
		width: 100%; 
	}
	.col_2_of_4 {
		width: 100%; 
	}
	.col_1_of_4 {
		width: 100%; 
	}
}
@media only screen and (max-width: 690px) {
	
	.charts_item_icons{

		line-height:25px !important;
	}
}
/*Default Theme CSS*/

.dark{
	background: #2f2f2f;
	color:rgba(255, 255, 255, .8);	
}
.dark p, .ucb-section.dark a, .ucb-section.dark .charts_item_icons i{
	color:rgba(255, 255, 255, .8) !important;		
}
.ucb-section h2{
	text-align: center;
    font-size: 20px;
    margin: 15px 0;
    font-weight: bold;
}
.ucb-section .desc p{
	padding:20px;
	line-height: 18px;
}
.ucb-section a{
	color:rgba(29, 27, 28, .8);	
	text-decoration:none;
	border-bottom:none;
	box-shadow: 0 0px 0 0 currentColor;
}
.ucb-section a:hover{
	color:rgba(29, 27, 28, 1);	
}


.chart_img, .chart_img img {
	width:100%;
	float:left;	
}
.charts_items{
	width:100%;
	display:inline-block;
	min-height:50px;
}

.middle {
  vertical-align: middle;
}

.chart_items_single{
	width:100%;
	display:inline-block;	
	border-bottom:1px solid rgba(167, 167, 167, 0.1);
	padding:5px 0;
	float:left;
	position: relative;
}
.chart_items_single:hover{
	
	cursor:pointer;
	color:rgba(29, 27, 28, 1);
	
}
.charts_item_number{
	float: left;
    width: 10%;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    background: #353535;
}
.light .charts_item_number{
	background: #f9f9f9;
}
.charts_item_title{
	width:75%;
	float:left;
	display:table-cell;
	vertical-align:middle;	
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	line-height:50px;
}
.charts_item_title img{
		
}
.charts_item_title a{
	display:block;	
}
.charts_item_title span{
		font-size: 11px;
}
.charts_item_icons{
	width:20%;
	float:right;
	text-align:right;	
	line-height:50px;	
}
.charts_item_icons i{
	padding:0 5px;
	color:rgba(29, 27, 28, .8);
	font-size:18px;
	text-decoration:none;
	box-shadow: 0 0px 0 0 currentColor;
}
.charts_item_title img{
	float:left;
	width:50px;
	height:50px;
	margin-right:5px;
	vertical-align: middle;
}

.top_padding{
	padding-top:0;
}

/*data tooltip*/
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  min-width: 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*data tooltip*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1349px;
  margin: 10px auto;
}
.chart_item_message{		
		clear: both;
		line-height: 20px;
		margin: 10px 0;
		padding: 10px;
		font-weight: bold;
		color: #000000;
		background: #e4e4e4;
		display: none;
		float:right;
		width: 100%;
		
	}
	/*Responsive Video Player*/
	
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 98% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}	
/*Responsive Video Player*/

/*Responsive Popup Iframe*/
.ucb_track_video{
		width:100%;
		float:left;
	}
	.ucb_track_video iframe{
		position: relative;
	top: 0;
	left: 0;
	width: 98%;
	min-height:555px;
	max-height:700px;
	}
	.ucb_track_details{
		width:300px;
		margin-right:20px;
		color:#1d1b1c;
		font-family: 'Open Sans', sans-serif;
	}
	.track_img, .track_img img{
		width:100%;
		max-width: 300px;	
		height:300px;
	}	
	.track_title{
		font-size: 26px;
    line-height: 30px;
	}
	.track_meta{
		margin:10px 0 20px 0;
		font-size:14px;
	}
	.track_info{
		overflow:auto;
	}
	.track_info_single{
		border-bottom:1px solid #f2f2f2;
		line-height:30px;
		overflow:auto;
	}
	.track_info_heading{
		width:90px;
		float:left;
		    font-size: 14px;
	}
	.track_info_subheading{		
		float:left;
		color:#737373;
		    font-size: 14px;
			width: 210px;
	}
	.track_info_subheading a{
		color:#737373;
		    font-size: 14px;
	}	
	.ribbon {
  position: relative;
      right: -230px;
    top: -307px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}


	.track_vote{
		clear:both;
		
	}
	.track_vote_up, .track_vote_down{
		float:left;
		max-width:120px;
		width:100%;
		padding:10px 0;
		margin-top:20px;
		margin-left:10px;
		-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	color:#fff;
		
	}
	.track_vote_up a, .track_vote_down a{
		color:#fff;
		text-decoration:none;
		display:block;
	}
	.track_vote_up a:hover, .track_vote_down a:hover{
		color:#000;
		text-decoration:none;
		display:block;
	}
	
	.track_vote_up{
	  background: #79A70A;
	  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
	  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	}
	.track_vote_down{
		background: #8F0808;
	  background: linear-gradient(#F70505 0%, #8F0808 100%);
	  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	}
	.fa-long-arrow-up{
	  color: #79A70A;	  
	  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	}
	.fa-long-arrow-down{
	  color: #8F0808;	  
	  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	}
	
	.track_desc{
		clear:both;
		padding-top:20px;	
	}
	.track_desc p{
		padding-top:10px;	
		font-size:12px;
		line-height:18px;
	}
	.track_vote_message{
		
		clear: both;
		line-height: 20px;
		margin: 10px;
		padding: 10px;
		font-weight: bold;
		color: #000000;
		background: #e4e4e4;
		display: none;
		width: 100%;
	}
/*Responsive Popop Iframe*/	
.white-popup.dark{
	background:#2f2f2f;
}
.white-popup.dark .ucb_track_details,.white-popup.dark .mfp-close {    
	color:rgba(255,255,255,.8) !important;
}