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

/* Overwrite jquerycustom_color_dark for mini buttons on show video page */
.ui-mini {
font-size: 12.5px;
}


.media-box-content{
  padding: 10px;
  position: relative;
  background: #171717;
  color: rgb(51, 51, 51);
  line-height: 17px;
}

.media-box-title{
  letter-spacing: 0px;
  line-height: normal;
  font-weight: 400;
  color: #e8e8e8;
  font-size: 14px;
}

.media-box-title2{
  font-weight: 300;
  color: #e8e8e8;
  font-size: 13px;
}

.media-box-text{
  color: #c2c3c5;
  font-size: 12px;
	line-height: normal;
  /* line-height: 26.6px; */
  margin: 10px 0px 13px 0 !important;
}


/* Apply some style to the social icons */
.media-box-footer{
	padding: 10px 20px;
	color: #c2c3c5;
	font-size: 11px;
	text-decoration: none;
}
.media-box-footer a{
	color: #c2c3c5;
	font-size: 11px;
	text-decoration: none;
}



.media-box-footer a:visited{
color: #c2c3c5;
font-size: 11px;
text-decoration: none;
}

.media-box-footer a:hover{
	cursor: pointer;
	color: #6D6D6D;
}


.media-box-footer{
	background: #333333;
}

/* Remove drop shadow on overlay images */
.thumbnail-overlay{
	text-shadow:0 0 0 !important; 
}


/* ====================================================================== *
      [3] FILTER BAR
 * ====================================================================== */
  
  .filters-container{
  	margin-bottom: 15px;
  }

  .filters-container:after {
  	content: " ";
  	visibility: hidden;
  	display: block;
  	height: 0;
  	clear: both;
  }
  
  @media only screen and (max-width: 768px) {
     .filters-container>*{
      float: left !important;
      display: block;
      margin-bottom: 5px !important;
      margin-right: 5px !important;
     }
     .filters-container .media-boxes-filter{
      margin-top: -5px !important;
     }
     .filters-container .media-boxes-filter>li{
      margin-top: 5px !important;
     }
  }

  .media-boxes-filter{
    font-size: 0px;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0px;
    text-align: left;
  }

  .media-boxes-filter>li{
    display: inline-block;
    line-height: 16px;
    margin: 0 8px 0 0;
	padding: 5px 0 5px 0;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;         /* Opera/IE 8+ */
  }

  .media-boxes-filter>li:last-child{
    background: none;
  }

  .media-boxes-filter>li a{
    border: 0px;
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    margin: 0 0px 0px 0;
    padding: 11px 14px;
    background-color: #333333;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;

    -webkit-transition: background-color .1s;
       -moz-transition: background-color .1s;
         -o-transition: background-color .1s;
        -ms-transition: background-color .1s;
            transition: background-color .1s;
    /*
    -webkit-box-shadow: 0 1px 1px rgba(34,25,25,0.2);
       -moz-box-shadow: 0 1px 1px rgba(34,25,25,0.2);
         -o-box-shadow: 0 1px 1px rgba(34,25,25,0.2);
        -ms-box-shadow: 0 1px 1px rgba(34,25,25,0.2);
            box-shadow: 0 1px 1px rgba(34,25,25,0.2);
    */
  }
  
  .media-boxes-filter>li a:visited{
    text-decoration: none;
    color: #fff;
  }

  .media-boxes-filter>li a:hover{
    text-decoration: none;
    background: #333333;
    color: #fff;
  }

  .media-boxes-filter>li a.selected{
    background: #dd2222 !important; 
    color: #fff !important;

    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15) !important;
	   -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15) !important;
	        box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15) !important;
  }