@charset "utf-8";
/* EndingLinks */


/* container */
#endingLinksContainer{
	display: none; /* hide initially */
	position: absolute;
	border-spacing: 0px;
	width: 100%;
	height: inherit;
	margin: 0 auto;
	z-index: 10; /* on top of video */
}

/* ending links */
#endingLinks{
	border: 0px dashed yellow;
}

/* buttons */
#endingLinks .btn {
	margin-left: 10px;	
	margin-right: 10px;
}
#endingLinks a.btn-el {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #fff;
}
#endingLinks a.btn-el:active,
#endingLinks a.btn-el:visited,
#endingLinks a.btn-el:link,
#endingLinks a.btn-el-social:active,
#endingLinks a.btn-el-social:visited,
#endingLinks a.btn-el-social:link {
	color: #fff;
	text-decoration: none;
}
#endingLinks a.btn-el:hover,
#endingLinks a.btn-el-social:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	-khtml-opacity: 0.7;
	-ie-opacity: 0.7;
	filter: alpha(opacity=70);
}


/* social */
#endingLinks .el-social-container {
	margin-left: 8px;	
	margin-right: 8px;	
	white-space: nowrap;
}
#endingLinks .el-social-container-br {
	display: none;
}
#endingLinks .btn-el-social {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #fff;
	
	margin-left: 2px;	
	margin-right: 2px;
	padding-left: 0px;
	padding-right: 0px;
}
#endingLinks .btn-el-social i {
	font-size: 1.9em; /* default size */
}
#endingLinks .btn-el-social i.xs {
	font-size: 1.0em;
}
#endingLinks .btn-el-social i.sm {
	font-size: 1.5em;
}
#endingLinks .btn-el-social i.lg {
	font-size: 2.5em;
}
#endingLinks .btn-el-social i.xlg {
	font-size: 3.5em;
}
#endingLinks .btn-el-social i.xxlg {
	font-size: 4.5em;
}

@media (max-width: 1200px) {
	#endingLinks .el-social-container-br {
		display: block;
	}
}
@media (max-width: 992px) {
	#endingLinks a.btn-el {
		font-size: 2.2em;
	}
	#endingLinks .btn-el-social {
		font-size: 1.8em;
	}
}
@media (max-width: 768px) {
	#endingLinks .btn {
	}
	/*social buttons custom styles */
	#endingLinks .el-social-container {
	}
	#endingLinks a.btn-el-social {
		font-size: 3.0em;
		
		/*
		opacity: 0.80;
		-moz-opacity: 0.80;
		-webkit-opacity: 0.80;
		-khtml-opacity: 0.80;
		-ie-opacity: 0.80;
		filter: alpha(opacity=80);
		*/
		opacity: 1;
		-moz-opacity: 1;
		-webkit-opacity: 1;
		-khtml-opacity: 1;
		-ie-opacity: 1;
		filter: alpha(opacity=100);
	}
	#endingLinks a.btn-el-social i {
	    border-radius: 9px;
		line-height: 0.85em;
		background-color: #454545;
	}
	/* bootstrap button custom styles */
	#endingLinks a.btn-el {
		margin-top: 8px;	
		margin-bottom: 15px;	
		font-size: 2.8em;
		
		/*
		opacity: 0.80;
		-moz-opacity: 0.80;
		-webkit-opacity: 0.80;
		-khtml-opacity: 0.80;
		-ie-opacity: 0.80;
		filter: alpha(opacity=80);
		*/
		opacity: 1;
		-moz-opacity: 1;
		-webkit-opacity: 1;
		-khtml-opacity: 1;
		-ie-opacity: 1;
		filter: alpha(opacity=100);
	}
	#endingLinks a.btn-el {
	}
	#endingLinks a.btn-el.active {
	}
	#endingLinks a.btn-el .badge {
	}
	#endingLinks a.btn-el {
	  border-radius: 9px;
	  color: #454545;
	  font-weight: bold;
	  filter: none;
	  background-color: #ffffff;
	  background-image: none;
	}
	#endingLinks a.btn-el:hover,
	#endingLinks a.btn-el:focus {
	  color: #454545;
	  font-weight: bold;
	  filter: none;
	  background-color: #ffffff;
	  background-position: 0 -15px;
	}
	#endingLinks a.btn-el:link {
	  color: #454545;
	  font-weight: bold;
	  filter: none;
	  background-color: #ffffff;
	  background-image: none;
	}
	#endingLinks a.btn-el:visited {
	  color: #454545;
	  font-weight: bold;
	  filter: none;
	  background-color: #ffffff;
	  background-image: none;
	}
	#endingLinks a.btn-el:active,
	#endingLinks a.btn-el.active {
	  color: #454545;
	  font-weight: bold;
	  filter: none;
	  background-color: #ffffff;
	  background-image: none;
	}
	#endingLinks a.btn-el.disabled,
	#endingLinks a.btn-el:disabled,
	#endingLinks a.btn-el[disabled] {
	  font-weight: bold;
	  filter: none;
	  background-color: #454545;
	  background-image: none;
	}
}
@media (max-width: 576px) {
	/* social */
	#endingLinks .el-social-container {
		margin-left: 0px;	
		margin-right: 0px;	
		white-space: inherit;
	}
}

/*
#endingLinks div.link a:active, a:visited, a:link{
	color: #fff;
	text-decoration: none;
}
#endingLinks div.link a:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	-khtml-opacity: 0.7;
	-ie-opacity: 0.7;
	filter: alpha(opacity=70);
	
}
*/

@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
}
@media (min-width: 480px) {
}
