/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
.vid-container {
	position: relative;
	padding-bottom: 52%;
	padding-top: 30px; 
	height: 0; 
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vid-list-container {
	width: 92%;
	overflow: hidden;
	margin-top: 20px;
	margin-left:4%;
	padding-bottom: 20px;
}
 
 .small {
	font-size: 13px;
	line-height: 17px; 
	font-weight: 300;
}

.tm-socialbar {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 100px;
  margin-top: -11px;
  z-index: 1;
}

@media (max-width: 959px) {
  .tm-socialbar {
  position: absolute;
  top: 27px;
  right: 0px;
  width: 100px;
  margin-top: -11px;
  z-index: 1;
}
}

dd {
  margin-left: 12px;
}

