/* GENERAL */
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background-color: #444;
font-family: Arial, Helvetica, sans-serif;
}
/* HEADER */
#topbar {
height: 88px;
background-image: url('../../../../Global/espana/image/jugamostodos/buttons/top.png');
background-repeat: repeat-x;
}
#centeredbar {
margin: auto;
padding-top: 18px;
width: 960px;
height: 70px;
color: #fff;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}
#centeredbar img {
border: 0;
vertical-align: middle;
}
#centeredbar span {
margin-left: 25px;
}
/* PAGE CONTAINER */
#container {
position: relative;
height: 100%;
background-color: #000;
/* background-image: url(background.png); */
}
.backgroundsize #container {
background-image: url('../../../../Global/espana/image/jugamostodos/images/chimp.jpg');
background-size: 100%;
background-repeat: no-repeat;
background-position: 0% 72%;
}
/* INSIDE CONTAINER */
#inside-container {
position: absolute;
top: 8%;
left: 27.5%;
width: 45%;
height: 70%; /* TEST THIS */
}
/* VIDEO CONTAINER AND PLAYER */
.no-js #player {
color: #fff;
font-size: 1em;
padding: 1%;
}
.video-container {
position: relative;
overflow: hidden;
margin-bottom: 20px;
padding-top: 3px;
padding-bottom: 54.20%; height: 0;
background-color: #222;
}
.boxshadow .video-container {
-webkit-box-shadow: 0px 0px 60px 10px #333333;
box-shadow: 0px 0px 60px 10px #333333;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* CARGANDO */
#cargando {
color: #fff;
margin-top: 9%;
}
#cargando h2 {
text-align: center;
}
#cargando p {
margin: 1%;
}
#cargando a, #cargando a:hover {
color: #0bf;
}
/* SOCIAL NETWORKS */
#socialnetworks {
position: absolute;
top: 5px;
right: 20px;
padding: 10px;
width: 440px;
height: 30px;
}
.fb-like {
position: absolute;
top: -10;
left: 0;
width: 80px;
}
.twitter-share-button {
position: absolute;
left: 120px;
width: 60px;
}
#___plusone_0 {
position: absolute;
right: 0;
left: 240px;
width: 100px;
}
#pin-it-button {
position: absolute;
width: 100px;
left: 340px;
top: 10px;
}
/* BELLOW THE VIDEO */
#signup {
height: 84px;
display: none;
margin-top: 30px;
text-align: center;
}
#signup a {
/* display: block; */
height: 50px;
}
#btUnete {
width:257px;
}
#socios {
width: 366px;
display: block;
margin: auto;
}
/* FOOTER */
#centeredbar span, #footer span {
color: #fff;
font-family: Arial, Helvetica, sans-serif;
}
#footercontainer {
height: 60px;
background-color: #66cc00;
}
#footer {
margin: auto;
padding: 20px;
width: 930px;
}
/* AFTER THE VIDEO */
.backpage {
display: none;
color: #fff;
padding: 0px;
margin-top: 2%;
padding-bottom: 2%;
}
.rgba .backpage {
background-color: rgba(0,0,0, 0.5);
}
/*
.borderradius .backpage {
-webkit-border-radius: 5px;
border-radius: 5px;
}
*/
.backgroundsize .endScreen {
background-image: url('../../../../Global/espana/image/jugamostodos/images/fondo_msg.jpg');
background-size: 100%;
background-repeat: no-repeat;
}
.backpage h2 {
margin-top: 0;
font-size: 2em;
margin-left: 2%;
}
.backpage p {
margin: 0 2% 0 2%;
line-height: 1.35em;
}
.backpage a, backpage a:visited {
color: #afa;
}
@media screen and (max-width: 900px) {
.backpage p {
font-size: 0.8em;
}
.backpage h2 {
font-size: 1.2em;
}
#btUnete, #signup a {
width: 125px;
}
#socios {
width: 200px;
}
}
@media screen and (max-width: 600px) {
#socialnetworks {
display: none;
}
}
@media screen and (max-width: 450px) {
#inside-container {
width: 90%;
left: 5%;
}
}
@media screen and (max-height: 550px) {
#inside-container {
width: 35%;
left: 32.5%;
}
}
@media screen and (max-height: 550px) {
#socialnetworks {
display: none;
}
}