body {
	background-image: url(../../img/glory.jpg); 
	background-position: 50% 50%;
	background-repeat: repeat;
	background-attachment: fixed;
	height: auto;
	width: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Roboto Condensed', sans-serif
}
.logo {
	border: 8px solid white;
	box-shadow: black 0px 1px 3px 0px;
	color: white;
	display: inline-block;
	font-family:'roboto condensed', sans-serif !important;
	font-size: 69px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 8px;
	line-height: 54px;
	margin: 40px auto 60px auto;
	padding: 21px;
	text-align: center;
	text-shadow: black 1px 1px 6px;
}
.seccion {
	padding: 25px 0px;
	color: white;
}
.sublogtext {
	display: block;
	width: 50%;
	margin-top: -12px;
	float: left;
	font-size: 22px;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-shadow: black 1px 1px 6px;
	color: white;
	margin-bottom: 350px;
}
.loglin {
	position: static;
	display: block;
	overflow-x: visible;
	overflow-y: visible;
	width: 25%;
	height: 1px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	clear: none;
	background-color: rgba(255, 255, 255, 0.36);
	box-shadow: black 0px 1px 3px 1px;
}

.img-thumbnail{
	margin: 15px 15px;
}
.img-social-s{
	max-width: 40px;
	height: auto;
	margin: 0px;
	line-height: 1.42857143;
}
.vidmain{
	width: auto;
	height: 600px;
}
.embedyt {
	margin: 25px 0;
}


.backtotop{
	padding:10px;
	position:fixed;
	bottom:40px;
	right:40px;
	display:none;
}
.backtotop:hover{
	text-decoration:none;
}
.sponsorline1{
	width: 150px;
	margin: 25px;
}
.sponsorline2{
	width: 125px;
	margin: 25px;
}


@media (min-width: 992px) {
	.sublogo {
		width: 670px;
		margin: 0 auto;
	}
	.embedyt {
		width: 800px;
		height: 450px;
	}
}

@media (max-width: 767px) {
	.loglin {
		width: 12%;
	}
	.sublogtext {
		width: 75%;
		font-size: 19px;
		line-height: 22px;
		letter-spacing: 4px;
		text-shadow: none;
	}
	.vidmain {
		width: 100%;
	}
	.embedyt {
		width: 391px;
		height: 220px;
	}
}