@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700);
/*Social Share youtube CSS */
*, *:before, *:after {
  box-sizing: border-box;
}

#video-container {
 margin:20px;
 position:relative;
 padding-bottom:56.25%;
 padding-top:30px;
 height:0;
 /*overflow:hidden;*/
}
#share-video-overlay:after {
  background: url("img/shareover-bg.png") no-repeat scroll right top #ffffff;
  bottom: -31px;
  content: " ";
  display: block;
  height: 30px;
  left: 1px;
  position: absolute;
  width: 12px;
}
/*
#video-container iframe {
  display: block;
  width: 100%;
}
*/
#video-container iframe, #video-container object, #video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#video-container:hover #share-video-overlay {
	opacity:1;
	filter:Alpha(opacity=100); 	
}
#video-container iframe:hover + #share-video-overlay {
	opacity:1;
	filter:Alpha(opacity=100); 	
}
#video-container ul li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#video-container ul li a {
  border: 1px solid #ffffff;
  border-radius: 0 4px 4px 0;
  box-shadow: 3px 3px 4px rgba(58, 45, 30, 0.7);
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1;
}
#share-video-overlay:hover {
	position: absolute;
	left: 0;
	/*top:30%;*/
	opacity:1;
	filter:Alpha(opacity=100); 
}
#share-video-overlay {
	list-style: none outside none;
	margin: 1em 0 0 -13px;
	font-family: 'Droid Serif', serif;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 30%;
	transition: opacity 0.4s ease 0s, top 0.25s ease 0s;
	z-index: 500;
}
ul.share-video-overlay li a {
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-family: 'Droid Serif', serif;
  padding: 13px 15px;
  vertical-align: top;
}

#facebook {
background-color: #3e5ea1;
padding: 5px;
}

.facebook a:hover,.facebook a:link, .facebook a:active, .facebook a:visited { 
	background-color: #37538d;
	color:#fff;
	text-decoration:none;
} 
#facebook a {
	-moz-user-select: none;
	background-color: #3e5ea1;
	background-image: linear-gradient(to bottom, #4466ae, #37538d);
	background-repeat: repeat-x;
	border-color: #283d68;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;
	color: #ffffff;
	text-shadow: 0 0 1px #283d68;
}

#twitter { 
padding: 5px;
} 
.twitter a {
	background-color: #01bbee;
	color: #fff;
	text-decoration: none;
}
.twitter a, .twitter a:link, .twitter a:active, .twitter a:visited, .twitter a:hover { 
	background-color:#00a6d4;
	color:#FFFFFF !important;
	text-decoration:none;
	-webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
