body {
  font-size: 16px;
  padding-bottom: 30px;

}
.background-all {
}
.background-top {
  background: url('../img/background.jpg') bottom center;
  background-repeat: no-repeat;
  background-size: cover; 
}

.second-page .background-top {
  background: url('../img/background-2.jpg') bottom center;
  background-repeat: no-repeat;
  background-size: auto 100%; 
}

#header {
  padding-top: 20px;
}
footer, footer a {
  padding-top: 40px;
  color: #000000;
}
footer .conditions {
  font-size: 15px;
}
footer .winners-text {
  font-size: 20px;  
  margin-top: 10px;
}
footer img.winner {
  margin-top: -20px;
  border-radius: 10px;
  padding: 0px;
  box-shadow: 0 0 10px rgba(31,28,27,.3);
  margin-left: auto;
  margin-right: auto;
}

.panel-title {
  margin-left: auto;
  margin-right: auto;
}
.form-horizontal .control-label {
    text-align: left;
    font-size: 14px;
}

button.answer-button {
    background: inherit;
    border: none;
    padding: 0px;
}

button.answer-button:hover img {
    opacity:0.9;
}
button.img-button {
    padding: 0px;
    border: none;
    background-color: inherit;
    margin-top: 20px;
}
button.img-button:hover {
  opacity:0.6;
}
#social { position: relative; right: 20px; top: 20px; z-index: 99; }
#social {text-align:right;font-weight:bold}
#social ul{height:22px}
#social li{display:inline;height:22px}
#social .social-hovers{display:block;float:right;height:22px;width:22px;margin-left:4px}
#social .social-hovers:hover{opacity:0.4;filter:alpha(opacity=40);-moz-opacity:0.4}
#social span{display:none}
#social .twitter{width:22px;height:22px;background:url('../img/social-sprite.png') no-repeat scroll 0px -44px transparent}
#social .facebook{width:22px;height:22px;background:url('../img/social-sprite.png') no-repeat scroll 0px -22px transparent}
#social .google{width:22px;height:22px;background:url('../img/social-sprite.png') no-repeat scroll 0px -0px transparent}

.cookie-bar { position: fixed; min-height: 50px; background-color: #000000; bottom: 0px; width: 100%; opacity: 0.8; }
.cookie-bar-image-left { float: left; margin: 5px 30px 5px 5px; }
.cookie-bar-image-right { float: right; margin: 5px 15px 5px 5px; }
.cookie-bar-text { font-family: Arial; text-align: center; font-weight: normal; font-size: 13px; color: #ffffff; padding: 15px 10px 10px 10px; }
.cookie-bar-text a { color: #ffffff; }
.cookie-free-bottom {padding-bottom: 50px; }

.second-page .btn-primary {
  border: none;
  background: #ffdc72;
  background-image: -webkit-linear-gradient(top, #ffdc72, #ffc30c);
  background-image: -moz-linear-gradient(top, #ffdc72, #ffc30c);
  background-image: -ms-linear-gradient(top, #ffdc72, #ffc30c);
  background-image: -o-linear-gradient(top, #ffdc72, #ffc30c);
  background-image: linear-gradient(to bottom, #ffdc72, #ffc30c);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  font-size: 28px;
  color: #000000;
  padding: 20px 40px 20px 40px;
  text-decoration: none;
  text-shadow: 2px 2px 3px #ffc30c;
}

.second-page .btn-primary:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-shadow: 2px 2px 3px #3cb0fd;
  text-decoration: none;
}

.panel {
  box-shadow: 0 0 30px rgba(31,28,27,.3);
  padding: 30px;
  padding-top: 15px;
  margin-bottom: 35px;
}

h2 {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
}
h3.facebook { padding: 20px; background-color: #4b6ea8; color: #e9eef6; margin-bottom: 0px; }
div.facebook { position: relative; background-color: #e9eef6; padding: 10px 0px 10px 20px; }
h3 { padding: 20px; background-color: #4450a3; color: #ffffff; }

.form-gender > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.birthdate-instructions {
  padding-right: 30px;
  padding-top: 20px;
  margin-left: 70px;
  font-family: Avenir, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 24px;
  color: #ed3428;
  line-height: 26px;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("../img/birthdate_instructions.png");
}
.birthdate-row {
  height: 60px;
  margin-bottom: 22px;
}
.birthdate-row:first-of-type {
  margin-top: 55px;
}
.birthdate-row:before,
.birthdate-row:after {
  display: table;
  content: " ";
}
.birthdate-row:after {
  clear: both;
}
.birthdate-label {
  display: block;
  float: left;
  width: 123px;
  height: 38px;
  font-family: 'Avenir', "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #00569f;
  text-transform: uppercase;
  line-height: 38px;
}
.birthdate-circle {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-color: #0871cb;
  margin-top: -15px;
  font-family: 'Avenir', "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #fff;
  padding: 19px 0px 0px 0px;
}
.slider {
  position: relative;
  float: left;
  width: 100%;
  height: 11px;
  margin-top: 12px;
  background-color: rgba(255,255,255,.5);
  border: 2px solid #fff;
  border-radius: 5px;
}
.slider .inner {
  height: 7px;
  border-radius: 4px;
  background-color: #ed3428;
}
.slider .pointer {
  position: absolute;
  top: -14px;
  width: 38px;
  height: 38px;
  color: #fff;
  line-height: 29px;
  background-color: #0871cb;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c38', endColorstr='#ff590a',GradientType=0 );
  border-radius: 19px;
  box-shadow: 0 0 6px rgba(31,28,27,.31), 1px 1px 0 rgba(255,255,255,.27) inset;
  cursor: pointer;
}
.form-control {
  border-color: #c2c8cd;
  border-radius: 4px;
  background-color: #f8fafc;
  font-size: 15px;
  padding: 6px 6px;
  height: 35px;
}
.has-feedback .form-control {
    padding-right: 25px;
}

/* Only available larger then small */
@media (min-width: 767px) {

  .background-top2 {
    background: url('../img/filmrol.png') bottom left;
    background-repeat: no-repeat;
    padding-bottom: 100px;
  }

  #header {
    padding-bottom: 20px;
  }
}
/* Available between medium and large */
@media (min-width: 992px) and (max-width: 1200px) {
  #winners .text {
    font-size: 15px;  
    margin-bottom: 10px;
  }
  .conditions {
    font-size: 15px;
  }
}
/* Available larger then medium */
@media (max-width: 992px) {
  footer .text {
    margin-top: 20px;
    text-align: center;
  }

}
/* Only small devices */
@media (max-width: 767px) {
  body {
      background: url('../img/background.jpg') top center;
      background-size: 100% 500px;
      background-repeat: no-repeat;
      height: 100%;
  }
  #header {
    padding-top: 10px;
  }
  #header > div {
    padding-left: 0px;
    padding-right: 0px;
  }
  #social {
    top: 10px;
  }
  .conditions {
    font-size: 16px;
  }
  button.answer-button {
    padding: 5px 5px 10px 5px;
  }
  footer .winners-text {
    margin-left: auto;
    margin-right: auto;
  }
  footer img.winner {
    margin-top: 10px;
  }
  #winners .text {
    font-size: 24px;  
  }
  .panel {
    padding: 20px;
  }
  .form-control {
    border-color: #bacad6;
    border-radius: 2px;
    background-color: #e6ecf0;
    color: #2a2929;
    font-size: 21px;
    padding: 6px 6px;
    height: 40px;
  }
}