/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Fontface */
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('http://www.nadamasgrande.es/fonts/Montserrat-Regular/Montserrat-Regular.eot');
  src: url('http://www.nadamasgrande.es/fonts/Montserrat-Regular/Montserrat-Regular.woff2')
    format('woff2'),
    url('http://www.nadamasgrande.es/fonts/Montserrat-Regular/Montserrat-Regular.woff')
    format('woff'),
    url('http://www.nadamasgrande.es/fonts/Montserrat-Regular/Montserrat-Regular.ttf')
    format('truetype'),
    url('http://www.nadamasgrande.es/fonts/Montserrat-Regular/Montserrat-Regular.svg#Montserrat-Regular')
    format('svg'),
    url('http://www.nadamasgrande.es/fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix')
    format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('http://www.nadamasgrande.es/fonts/Montserrat-Bold/Montserrat-Bold.eot');
  src: url('http://www.nadamasgrande.es/fonts/Montserrat-Bold/Montserrat-Bold.woff2')
    format('woff2'), url('http://www.nadamasgrande.es/fonts/Montserrat-Bold/Montserrat-Bold.woff')
    format('woff'), url('http://www.nadamasgrande.es/fonts/Montserrat-Bold/Montserrat-Bold.ttf')
    format('truetype'),
    url('http://www.nadamasgrande.es/fonts/Montserrat-Bold/Montserrat-Bold.svg#Montserrat-Bold')
    format('svg'),
    url('http://www.nadamasgrande.es/fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix')
    format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'UniversLTStd-LightCn';
  src: url('http://www.nadamasgrande.es/fonts/UniversLTStd-LightCn/UniversLTStd-LightCn.eot');
  src: url('http://www.nadamasgrande.es/fonts/UniversLTStd-LightCn/UniversLTStd-LightCn.woff2')
    format('woff2'),
    url('http://www.nadamasgrande.es/fonts/UniversLTStd-LightCn/UniversLTStd-LightCn.woff')
    format('woff'),
    url('http://www.nadamasgrande.es/fonts/UniversLTStd-LightCn/UniversLTStd-LightCn.ttf')
    format('truetype'),
    url('http://www.nadamasgrande.es/fonts/UniversLTStd-LightCn/UniversLTStd-LightCn.svg#UniversLTStd-LightCn')
    format('svg'),
    url('http://www.nadamasgrande.es/fonts/UniversLTStd-LightCn/UniversLTStd-LightCn.eot?#iefix')
    format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'UniversLTStd-UltraCn';
  src: url('http://www.nadamasgrande.es/fonts/UniversLTStd-UntraCn/UniversLTStd-UltraCn.eot');
  src: url('http://www.nadamasgrande.es/fonts/UniversLTStd-UntraCn/UniversLTStd-UltraCn.woff2')
    format('woff2'),
    url('http://www.nadamasgrande.es/fonts/UniversLTStd-UntraCn/UniversLTStd-UltraCn.woff')
    format('woff'),
    url('http://www.nadamasgrande.es/fonts/UniversLTStd-UntraCn/UniversLTStd-UltraCn.ttf')
    format('truetype'),
    url('http://www.nadamasgrande.es/fonts/UniversLTStd-UntraCn/UniversLTStd-UltraCn.svg#UniversLTStd-UltraCn')
    format('svg'),
    url('http://www.nadamasgrande.es/fonts/UniversLTStd-UntraCn/UniversLTStd-UltraCn.eot?#iefix')
    format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/* Loader */
#Loader {
  opacity: 1;
  visibility: visible;
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
}

#Loader>div {
  position: absolute;
}

#LoaderNum {
    height: 100px;
    left: 50%;
    text-align: center;
    top: 50%;
    width: 100px;
    position: absolute;
    z-index: 9;
    margin-left: -50px;
    margin-top: -50px;
}

#LoaderNum>span {
  font-family: 'UniversLTStd-UltraCn';
  font-size: 60px;
}

#LoaderLine {
    height: 10px;
    left: 50%;
    margin-top: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100px;
    z-index: 9;
    margin-left: -50px;
}
#LoaderLine > span {
  background-color: #00e4ef;
  display: block;
  float: left;
  height: 5px;
  width: 0px;
    -webkit-transition: left ease-in-out 0.1s, width ease-in-out 0.1s;
  -moz-transition: left ease-in-out 0.1s, width ease-in-out 0.1s;
  -ms-transition: left ease-in-out 0.1s, width ease-in-out 0.1s;  
  -o-transition: left ease-in-out 0.1s, width ease-in-out 0.1s;
  transition: left ease-in-out 0.1s, width ease-in-out 0.1s;
}

.LoaderLayer {
  position: absolute;
  overflow: hidden;
  left: 0%;
  top: 0;
  width : 100%;
  height: 100%;
  -webkit-transition: left ease-in-out 0.1s, width ease-in-out 0.1s;
  -moz-transition: left ease-in-out 0.1s, width ease-in-out 0.1s;
  -ms-transition: left ease-in-out 0.1s, width ease-in-out 0.1s;  
  -o-transition: left ease-in-out 0.1s, width ease-in-out 0.1s;
  transition: left ease-in-out 0.1s, width ease-in-out 0.1s;

}


#LoaderLayerPink {
  background-color: #df4dae;
  width : 0%;
  height : 100%;
}

#LoaderLayerBlue {
  background-color: #00e4ef;
  width : 0%;
  height: 100%;
}

#LoaderLayerYellow {
  background-color: #dadc72;
  width : 0%;
  height: 100%;
}

#LoaderLayerRed {
  background-color: #ff494d;
  width : 0%;
  height: 100%;
}

/* Cookie Law */
#CookieLaw {
  background-color: rgba(0, 0, 0, 0.85);
  font-size: 9px;
  font-weight: 100;
  left: 0 !important;
  padding-bottom: 20px;
  padding-top: 20px;
  position: fixed;
  width: 100% !important;
  z-index: 999999999;
  opacity: 0;
  visibility: hidden;
  top: -300px;
}

#CookieLaw.active {
    opacity: 1;
  visibility: visible;
  top: 0px;
}

#CookieLaw>#CookieLawClose {
  cursor: pointer;
  height: 12px;
  left: 50%;
  margin-left: 325px;
  position: absolute;
  width: 12px;
}

#CookieLaw>p {
  color: #f1f2f3;
  font-family: Arial;
  font-size: 10px;
  margin: 0 auto;
  text-align: center;
  width: 625px;
}

#CookieLaw > p > a {
  color: #00D9E5;
  text-decoration: none;
}

/* Clases Cómunes */
body, html {
  overflow-x: hidden;
  font-family: Montserrat-Regular;
}

body.is-loading {
  overflow: hidden;
}

section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

section.full-height {
  min-height: 840px;
}

/*section.parallaxParent {
  height: 100vh;
  overflow: hidden;
}
section.parallaxParent > * {
  height: 200%;
  position: relative;
  top: -100%;
}*/
.only-mobile {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.container {
  max-width: 1150px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  z-index: 1;
}

.container-flex {
  box-sizing: border-box;
  padding: 0 5%;
  position: relative !important;
}

.text-column > h3 {
  font-family: "Montserrat-Regular";
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 5px;
  margin-top: 15px;
  min-height: 25px;
  text-transform: uppercase;
}

.text-column>p {
  font-family: 'Montserrat-Regular';
  margin-top: 0px;
  font-size: 14px;
}

.fixed-block {
  position: fixed;
  z-index: 99999;
}

.full-height, footer {
  box-sizing: border-box;
}

.vector-text {
  width: 100%;
  height: auto;
}

.vector-text>img {
  width: 100%;
  height: auto;
}

.separator {
  display: block;
  line-height: 3px;
  margin-top: 10px;
  width: 100%;
}

.separator>span {
  border-bottom: 6px solid;
  color: #000000;
  display: inline-block;
  height: 1px;
  margin-top: -15px;
  position: relative;
  width: 30px;
}

.separator.left {
  text-align: left;
}

.separator.center {
  text-align: center;
}

.separator.right {
  text-align: right;
}

.subtitle-text>p {
  font-family: "UniversLTStd-UltraCn";
  font-size: 28px;
  margin: 10px auto;
  text-transform: uppercase;
}

.text-column {
  box-sizing: border-box;
  display: inline-block;
  padding: 15px;
  vertical-align: top;
}

.one-column {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

.one-column>.text-column {
  max-width: 296px;
  width: 100%;
}

.two-columns {
  max-width: 600px;
  margin: 0 auto;
  display: block;
}

.two-columns>.text-column {
  max-width: 296px;
  width: 49%;
}

.three-columns {
  max-width: 990px;
  margin: 0 auto;
  display: block;
}

.three-columns>.text-column {
  max-width: 296px;
  width: 32%;
}

.four-columns {
  display: block;
  max-width: 1150px;
  width: 100%;
}

.four-columns .text-column {
  max-width: 284px;
  width: 24%;
}

.float-element {
  position: absolute;
}

.popup {
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

.popup-close {
  cursor: pointer;
  right: 0;
  top: -30px;
  width: 30px;
  height: 30px;
  display: block;
}

.popup-content {
  height: 100%;
  margin: 0 auto;
  max-width: 1060px;
  position: relative;
  width: 100%;
}

/* Estilos Header */

/* Header : Estilos Menu */
#overlay-menu {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

#menu-button-block {
  height: 32px;
  left: 45px;
  top: 45px;
  width: 32px;
  z-index: 9999999;
}

#menu-button {
  cursor: pointer;
  height: 30px;
  width: 40px;
}

#menu-button-block .menu-button-line {
  border-top: 2px solid #FFFFFF;
  float: left;
  line-height: 4px;
  width: 32px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

#menu-button-block .menu-button-line.top-line {
  margin-right: 8px;
  width: 32px;
}

#menu-button-block .menu-button-line.middle-line {
  margin-left: 7px;
  width: 25px;
}

#menu-button-block .menu-button-line.bottom-line {
  margin-left: 12px;
  margin-right: 0;
  width: 20px;
}

#menu-button.act .menu-button-line.top-line {
  width: 32px !important;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  -moz-transform: rotate(45deg); /* Chrome, Safari, Opera */
  -o-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

#menu-button.act .menu-button-line.middle-line {
  opacity: 0;
}

#menu-button.act .menu-button-line.bottom-line {
  margin-left: 3px;
  margin-top: -12px;
  width: 32px !important;
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  -moz-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  -o-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}

#menu-button-block:hover .menu-button-line {
  width: 32px;
  margin: 0px;
}

#menu-slide-block {
  background-color: #000000;
  left: -55%;
  top: 0;
  width: 50%;
  z-index: 999999;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

#menu-slide-block.act {
  left: 0%;
}

.slide-menu-items {
  padding-left: 250px;
  padding-top: 220px;
}

.slide-menu-items li {
  display: block;
  margin-left: -50px;
  opacity: 0;
  padding-bottom: 30px;
}

.slide-menu-item-deco {
  border-radius: 1px;
  content: "";
  display: block;
  height: 5px;
  margin-left: -30px;
  position: relative;
  top: 20px;
  width: 12px;
}

.slide-menu-item[data-section="intro"]>.slide-menu-item-deco {
  background-color: #211577;
}

.slide-menu-item[data-section="welcome"]>.slide-menu-item-deco {
  background-color: #4b6586;
}

.slide-menu-item[data-section="big-friday"]>.slide-menu-item-deco {
  background-color: #ff4b4f;
}

.slide-menu-item[data-section="el-millon"]>.slide-menu-item-deco {
  background-color: #dadc72;
}

.slide-menu-item[data-section="bote-minimo"]>.slide-menu-item-deco {
  background-color: #00e4f0;
}

.slide-menu-item[data-section="lluvia-de-millones"]>.slide-menu-item-deco
  {
  background-color: #dc4aac;
}

.slide-menu-item[data-section="preguntas-frecuentes"]>.slide-menu-item-deco
  {
  background-color: #FFFFFF;
}

.slide-menu-item li.active>slide-menu-item-deco {
  
}

.slide-menu-item-num {
  color: #9c9c9c;
}

.slide-menu-item li.active>slide-menu-item-num {
  color: #FFFFFF;
}

.slide-menu-item-text {
  color: #9c9c9c;
}

.slide-menu-item li.active>slide-menu-item-text {
  
}

.slide-menu-item[data-section="welcome"].active>.slide-menu-item-text {
  color: #FFFFFF;
}

.slide-menu-item[data-section="big-friday"].active>.slide-menu-item-text
  {
  color: #ff4b4f;
}

.slide-menu-item[data-section="el-millon"].active>.slide-menu-item-text
  {
  color: #dadc72;
}

.slide-menu-item[data-section="bote-minimo"].active>.slide-menu-item-text
  {
  color: #00e4f0;
}

.slide-menu-item[data-section="lluvia-de-millones"].active>.slide-menu-item-text
  {
  color: #dc4aac;
}

.slide-menu-item[data-section="preguntas-frecuentes"].active>.slide-menu-item-text
  {
  color: #FFFFFF;
}

.slide-menu-item-num, .slide-menu-item-text {
  font-family: Montserrat-Regular;
  font-size: 24px;
  padding-right: 35px;
  text-transform: uppercase;
}

#menu-scroll-left {
	opacity: 0;
	visibility: hidden;
  background-color: #15032a;
  max-width: 120px;
  min-width: 100px;
  width: 10%;
  z-index: 9999;
}

#menu-scroll-left.active {
	opacity: 1;
	visibility: visible;
}

#logo-left-block {
  height: 70px;
  left: 30px;
  position: absolute;
  top: 15px;
  width: 120px;
}

#logo-left-block>span {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.10s linear;
  -moz-transition: all 0.10s linear;
  -ms-transition: all 0.10s linear;
  -o-transition: all 0.10s linear;
  transition: all 0.10s linear;
}

#logo-no-hay-nada-mas-blanco {
  background: rgba(0, 0, 0, 0) url("http://www.nadamasgrande.es/img/logo-no-hay-nada-mas-blanco.png") no-repeat scroll left top / auto 100%;
  z-index: 9;
}

#logo-no-hay-nada-mas-negro {
  background:background: rgba(0, 0, 0, 0) url("http://www.nadamasgrande.es/img/logo-no-hay-nada-mas-negro.png") no-repeat scroll left top / auto 100%;
  opacity: 0;
  z-index: 10;
}

#logo-left-block.scrolled #logo-no-hay-nada-mas-blanco {
  opacity: 0;
}

#logo-left-block.scrolled #logo-no-hay-nada-mas-negro {
  opacity: 1;
}

#euromillones-text-left {
  display: none;
  bottom: 25%;
  color: #b5bbc4;
  font-family: Montserrat-Regular;
  font-size: 12px;
  left: 0;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  white-space: nowrap;
  width: 155px;
  text-transform: uppercase;
}

#logo-right-block {
  height: 80px;
  position: absolute;
  right: 60px;
  top: 15px;
  width: 130px;
}

#logo-right-block>span {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.10s linear;
  -moz-transition: all 0.10s linear;
  -ms-transition: all 0.10s linear;
  -o-transition: all 0.10s linear;
  transition: all 0.10s linear;
}

#logo-euromillones-blanco {
  background: url('http://www.nadamasgrande.es/img/logo-euromillones-blanco.png') scroll no-repeat
    top left;
  z-index: 9;
}

#logo-euromillones-negro {
  background: rgba(0, 0, 0, 0) url("http://www.nadamasgrande.es/img/logo-euromillones-negro.png")
    no-repeat scroll left top;
  opacity: 0;
  z-index: 10;
}

#logo-right-block.scrolled #logo-euromillones-blanco {
  opacity: 0;
}

#logo-right-block.scrolled #logo-euromillones-negro {
  opacity: 1;
}

#rrss-block {
  display: none;
  position: absolute;
  right: 115px;
  top: 175px;
  z-index: 1;
}

#rrss-block>ul {
  
}

#rrss-block>ul>li {
  list-style: outside none none;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  position: relative;
  width: 20px;
  height: 30px;
}

#rrss-block>ul>li>a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px
}

#rrss-block img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  -ms-transition: opacity 0.2s linear, visibility 0.2s linear;
  -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
  -o-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear;
  
}

.social-fb, .social-tw, .social-yt {
  width: 50%;
}

#rrss-block img.fb {

}

#rrss-block img.tw {
  
}

#rrss-block img.white {
  opacity: 1;
  visibility: visible;
}

#rrss-block img.black {
  opacity: 0;
  visibility: hidden;
}

#rrss-block.scrolled img.white {
  opacity: 0;
  visibility: hidden;
}


#rrss-block.scrolled  img.black {
  opacity: 1;
  visibility: visible;
}

#rrss-block-separator {
  background-color: #8c8698;
  display: inline-block;
  height: 42px;
  margin-bottom: 0;
  margin-left: -5px;
  margin-top: 0;
  width: 2px;
}

#rrss-block.scrolled #rrss-block-separator {
  background-color: #000000;
}

#help-scroll {
  opacity: 1;
  display: block;
  margin-left: 0;
  margin-top: 40px;
  -webkit-transition: all 0.10s linear;
  -moz-transition: all 0.10s linear;
  -ms-transition: all 0.10s linear;
  -o-transition: all 0.10s linear;
  transition: all 0.10s linear;
}

#help-scroll.scrolled {
  visibility: hidden;
  opacity: 0;
  margin-left: 10px;
}

#help-scroll.scrolled>img {
  height: 0;
  -webkit-transition: all 0s linear 0.2s;
  -moz-transition: all 0s linear 0.2s;
  -ms-transition: all 0s linear 0.2s;
  -o-transition: all 0s linear 0.2s;
  transition: all 0s linear 0.2s;
}

#menu-rrss {
    left: 22px;
    position: fixed;
    top: 30%;
    width: 200px;
}

#menu-rrss a {
    height: 38px;
    width: 38px;
    display: block;
}

#menu-rrss a > img {
  float: left;
  width: 22px;
}

.icon-to-down {
  background: rgba(0, 0, 0, 0) url("http://www.nadamasgrande.es/img/icon-down.png") no-repeat scroll center center / 20px auto;
  bottom: 10%;
  height: 20px;
  left: 50%;
  margin-left: -14px;
  margin-right: 14px;
  position: absolute;
  width: 28px;
  z-index: 9;
  cursor: pointer;
}

/* Block Intro */

section#intro {
  background: url("http://www.nadamasgrande.es/img/intro/background-image.jpg") no-repeat center center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 0;
  padding-left: 0px;
}

section#intro .container {
	left: 0;
    margin: auto!important;
    max-width: 100% !important;
    top: 0;
    width: 100% !important;
}

#intro-title {
  box-sizing: border-box;
  left: 50%;
  margin: 90px 400px 0 -400px;
  max-width: 800px;
  position: absolute;
  top: 45%;
  z-index: 9;
}

#intro-title > p {
  font-family: "Roboto Condensed",sans-serif;
  font-size: 26px;
  margin: 10px auto;
  text-align: center;
  text-transform: uppercase;
}

#intro-video-block {
    display: block;
    height: 104px;
    left: 50%;
    margin: -52px 52px 42px -52px;
    position: absolute;
    top: 50%;
    width: 104px;
    z-index: 9;
}

#intro-video-button {
  height: 100%;
  width: 100%;
  cursor: pointer;
}

#intro-video-button>span {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

#intro-video-button>#intro-video-button-icon {
  display: block;
  height: auto;
  left: 50%;
  margin-left: -4px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 12px;
  z-index: 9;
}

#intro-video-button>#intro-video-button-icon>img {
  height: auto;
  width: 100%;
}

#intro-video-button>#intro-video-button-white-overlay {
  background-color: #ffffff;
  border-radius: 50px;
  display: block;
  height: 60%;
  margin: 20%;
  position: absolute;
  width: 60%;
}

#intro-video-button>#intro-video-button-gray-overlay {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
}

#intro-video-button:hover>#intro-video-button-white-overlay,
  #intro-video-button:hover>#intro-video-button-gray-overlay {
  margin: 10%;
  width: 80%;
  height: 80%;
}
#intro-fake-yt {
    left: 50%;
    margin-left: -36px;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    z-index: 99;
    cursor: pointer;
}

#intro-fake-yt > img {
	width: 73px;
	height: auto;
}

#intro-overlay {
  opacity: 1;
  height: 425px;
  left: 50%;
  margin-left: -400px;
  margin-top: -210px;
  position: absolute;
  top: 50%;
  width: 800px;
  z-index: 0;
  background: url("http://www.nadamasgrande.es/img/intro/background-image-mobile.jpg") scroll no-repeat center
    center #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section#intro .videoWrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.videoWrapper #black-div-top {
	background-color: #000000;
	position: absolute;
	height: 100px;
	top: 0px;
	left: 0px;
	width: 100%;
}

.videoWrapper #black-div-bottom {
	background-color: #000000;
	position: absolute;
	height: 100px;
	bottom: 0px;
	left: 0px;
	width: 100%;
}


section#intro .videoWrapper iframe {
		width: 100%;
	height: 100%;
}

section#intro .icon-to-down {
	padding-left: 0px;
}

/* Block Welcome */
section#welcome {
  background-color: #4b6586;
  z-index: 0;
}

section#welcome .container {
	margin-top: 0px;
}

#welcome-title {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 800px;
}

#welcome-title > p {
  font-family: "Roboto Condensed",sans-serif;
  font-size: 36px;
  height: 65px;
  margin: 10px auto;
  text-align: center;
  text-transform: uppercase;
}

#welcome-text-block {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  z-index: 9;
}

#welcome-text-block .separator {
  padding-left: 15px;
  margin-top: 70px;
}

#welcome-text-block .separator>span {
  border-color: #FFFFFF;
}

#welcome-text-bottom {
  display: block;
  margin: 0px auto;
  max-width: 800px;
  position: relative;
  text-align: center;
}

#welcome-video-block {
  display: block;
  height: 104px;
  left: 50%;
  margin: -42px 52px 42px -52px;
  position: absolute;
  top: 50%;
  width: 104px;
  z-index: 9;
}


#welcome-video-button {
  height: 100%;
  width: 100%;
  cursor: pointer;
}

#welcome-video-button>span {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

#welcome-video-button>#video-button-icon {
  display: block;
  height: auto;
  left: 50%;
  margin-left: -4px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 12px;
  z-index: 9;
}

#welcome-video-button>#video-button-icon>img {
  height: auto;
  width: 100%;
}

#welcome-video-button>#video-button-white-overlay {
  background-color: #ffffff;
  border-radius: 50px;
  display: block;
  height: 60%;
  margin: 20%;
  position: absolute;
  width: 60%;
}

#welcome-video-button>#video-button-gray-overlay {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
}

#welcome-video-button:hover>#video-button-white-overlay,
  #welcome-video-button:hover>#video-button-gray-overlay {
  margin: 10%;
  width: 80%;
  height: 80%;
}

#welcome-overlay {
  height: 425px;
  margin: 0 auto;
  opacity: 1;
  position: relative;
  width: 800px;
  z-index: 0;
  background: url("http://www.nadamasgrande.es/img/welcome-background.jpg") scroll no-repeat center bottom #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Block Big Friday */
section#big-friday .container {

  color: #000000;
  text-align: center;
  z-index: 1;
}

#big-friday-text-block {
  padding-top: 100px;
  max-width: 276px;
  margin: 0 auto;
  text-align: center;
}

section#big-friday .separator {
  margin-bottom: 15px;
  margin-top: 15px;
}

.big-friday-text.subtitle-text {
  
}

.big-friday-text.subtitle-text>p {
  font-size: 23px;
  line-height: 24px;
  margin-top: 40px;
}

#big-friday-title {
  margin: 0 auto 40px;
  max-width: 210px;
}

#big-friday-subtitle {
  margin-top: 10px;
}

#big-friday-text-bottom {
  margin-top: 30px;
  max-width: 510px;
}

.big-friday-sub-text.subtitle-text {
  margin-top: 30px;
}

.big-friday-sub-text.subtitle-text>p {
  font-size: 42px;
  margin-bottom: 0;
}

#big-friday .text-column {
  
}

#big-friday .text-column>h3 {
  color: #dadc72;
  min-height: 30px;
}

.big-friday-button-juega {
  background-color: #dadd6b;
  border-radius: 20px;
  color: #000000;
  display: inline-block;
  font-family: Montserrat-Bold;
  font-size: 11px;
  letter-spacing: 2px;
  margin-top: 5px;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

#post-it-group {
  display: none!important;
}

#maceta-group {
  bottom: 180px;
  height: 180px;
  right: 30px;
  width: 180px;
}

#maceta-group>span {
  position: absolute;
}

#maceta-group>#hoja-a {
  left: -21px;
  top: 11px;
}

#maceta-group>#hoja-b {
  left: 25px;
  top: 0;
}

#maceta-group>#hoja-c {
  left: 53px;
  top: -10px;
}

#maceta-group>#hoja-d {
  left: 75px;
  top: 0;
}

#maceta-group>#hoja-e {
  left: 91px;
  top: 13px;
}

#maceta-group>#maceta-item {
  bottom: 0;
  left: 0;
}

#post-it-group {
  bottom: 40%;
  height: 180px;
  left: 0;
  width: 180px;
}

#post-it-group>span {
  position: absolute;
}

#post-a {
  left: 0;
  top: 0;
  z-index: 9;
}

#post-b {
  left: -75px;
  top: 30px;
}

#taza-group {
  bottom: -50%;
  height: 200px;
  left: 3%;
  width: 200px;
}

#taza-group>span {
  position: absolute;
}

#humo-a {
  background: transparent url("http://www.nadamasgrande.es/img/big-friday/humo-1.png") repeat-y
    scroll 0 0/100% auto;
  height: 100px;
  left: 10px;
  top: -70px;
  width: 15px;
  z-index: 1;
}

#humo-b {
  background: rgba(0, 0, 0, 0) url("http://www.nadamasgrande.es/img/big-friday/humo-2.png")
    repeat-y scroll 0 0/100% auto;
  height: 70px;
  left: 26px;
  top: -49px;
  width: 5px;
  z-index: 1;
}

#humo-c {
  background: rgba(0, 0, 0, 0) url("http://www.nadamasgrande.es/img/big-friday/humo-3.png")
    repeat-y scroll 0 0/100% auto;
  height: 140px;
  left: 40px;
  top: -100px;
  width: 6px;
  z-index: 1;
}

#humo-d {
  background: rgba(0, 0, 0, 0) url("http://www.nadamasgrande.es/img/big-friday/humo-4.png")
    repeat-y scroll 0 0/100% auto;
  height: 70px;
  left: 50px;
  top: -40px;
  width: 15px;
  z-index: 1;
}

#taza-item {
  top: 0px;
  left: 0px;
}

#azucar {
  bottom: 20px;
  right: 10px;
}

/* Block El Millon */
section#el-millon {
  color: #000000;
  text-align: center;
  z-index: 2;
}

#el-millon-title-last-img {
    margin-top: -25px;
}

#el-millon-text-block {
  margin: 0 auto;
  max-width: 326px;
  padding-top: 5%;
  position: relative;
  z-index: 9;
}

.el-millon-text > p {
    line-height: 30px;
    margin-top: 20px;
}

#el-millon-bottom-block {
  position: relative;
  top: 25px;
  width: 69%;
  z-index: 9;
}

#el-millon-bottom-block h3 {
  color: #1e87a7;
}

#el-millon-text-block .separator {
  margin-bottom: 100px;
  margin-top: 0;
}

#el-millon-nube-left {
  left: -920px;
  top: 150px;
}

#el-millon-nube-right-top {
  left: 2460px;
  top: 280px;
}

#el-millon-zeppelin-group {
  left: 100%;
  top: -50%;
}

#el-millon-zeppelin-group #el-zeppelin {
  
}

#el-millon-arboles-group {
  bottom: 2%;
  height: 200px;
  left: 1%;
  width: 300px;
}

#el-millon-arboles-group>span {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

#arbol-a {
  left: -7px;
  top: 50px;
}

#arbol-b {
  left: 15px;
  top: 13px;
}

#arbol-b img {
  height: 36px;
  width: auto;
}

#arbol-c {
  left: 15px;
  top: 60px;
}

#arbol-d {
  left: 40px;
  top: 30px;
}

#arbol-e {
  left: 65px;
  top: 70px;
}

#arbol-f {
  left: 70px;
  top: 5px;
}

#arbol-f img {
  height: 23px;
  width: auto;
}

#arbol-g {
  left: 88px;
  top: 23px;
}

#arbol-g img {
  heigth: 23px;
  width: auto;
}

#arbol-h {
  left: 102px;
  top: 60px;
}

#arbol-i {
  left: 110px;
  top: 2px;
}

#arbol-i img {
  height: 29px;
  width: auto;
}

#arbol-j {
  left: 126px;
  top: 42px;
}

#arbol-k {
  left: 158px;
  top: 23px;
}

#arbol-k img {
  heigth: 23px;
  width: auto;
}

#arbol-l {
  left: 182px;
  top: 55px;
}

#arbol-m {
  left: 210px;
  top: 42px;
}

#arbol-m img {
  height: 29px;
  width: auto;
}

#arbol-n {
  left: 185px;
  top: 4px;
}

#el-millon-ribbon-group {
  bottom: 20%;
  left: 43%;
}

#el-millon-ribbon-group>span {
  
}

#ribbon-item {
  
}

#el-millon-mano-group {
  bottom: 30px;
  height: 330px;
  right: -10%;
  width: 200px;
}

#el-millon-mano-group>span {
  position: absolute;
}

#el-millon-mano {
  bottom: -64px;
  right: 35px;
  z-index: 9;
}

#el-millon-subrayado {
  opacity: 0.7;
  left: 32px;
  overflow: hidden;
  top: 150px;
  width: 0;
  z-index: 8;
}

#el-millon-cupon {
  left: 0;
  top: 0;
  /* cursor: pointer; */
}

#el-millon-zoom {
  color: #ffffff;
  cursor: pointer;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  font-weight: 100;
  left: 20px;
  letter-spacing: 2px;
  margin-top: 0;
  text-transform: uppercase;
  top: -35px;
}

#el-millon-zoom:hover {
  color: #00d9e5;
}

#el-millon-zoom > img {
  display: inline-block;
  margin-left: 5px;
  width: 32px;
}

#el-millon-mano-big-group {
  height: 480px;
  left: 50%;
  margin: -240px 240px 240px -240px;
  top: 50%;
  width: 480px;
}

#el-millon-mano-big-group>span {
  position: absolute;
}

#el-millon-txt-codigo-big {
  color: #ffffff;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  font-weight: 100;
  left: -70px;
  letter-spacing: 3px;
  margin-top: 0;
  text-transform: uppercase;
  top: 225px;
  width: 200px;
}

#el-millon-arrow-big {
  bottom: 125px;
  left: 25px;
  z-index: 9;
}

#el-millon-mano-big {
  bottom: -475px;
  right: -5px;
  z-index: 9;
}

#el-millon-subrayado-big {
  left: 182px;
  opacity: 0.7;
  overflow: hidden;
  top: 337px;
  width: 0;
  z-index: 8;
}

#el-millon-cupon-big {
  left: 100px;
  top: -20px;
}

/* Block Bote Mínimo */
section#bote-minimo {
  color: #000000;
  z-index: 4;
}

#bote-minimo-text-block {
  display: table-cell;
  max-width: 210px;
  padding-left: 30px;
  padding-top: 12%;
  vertical-align: top;
  z-index: 9;
}

#el-millon-title {
  position: relative;
  z-index: 9;
}

#bote-minimo-column-block {
  color: #000000;
  display: table-cell;
  max-width: 820px;
  padding-top: 10%;
  vertical-align: top;
}

#bote-minimo-column-block>.text-column {
  left: 50%;
  margin-left: -120px;
  margin-right: 300px;
  max-width: 240px;
  position: relative;
  text-align: center;
}

#bote-minimo-column-block>.text-column>h3 {
  color: #656b6f;
}

#bola-17-group {
  height: 145px;
  left: 150%;
  position: absolute;
  width: 200px;
}

#bola-17-group>span {
  position: absolute;
  left: 0px;
  top: 0px;
}

#bola-17-static {
  opaicity: 1;
  visibility: visible;
  z-index: 9;
}

#bola-17-dinamic {
  opaicity: 0;
  visibility: hidden;
  z-index: 9;
}

#bola-17-sombra {
  
}

#bola-17-group.active #bola-17-static {
  opaicity: 0;
  visibility: hidden;
}

#bola-17-group.active #bola-17-dinamic {
  opaicity: 1;
  visibility: visible;
}

#bote-minimo-nube-left {
  left: -100%;
  top: 150px;
}

#bote-minimo-nube-right-top {
  left: 200%;
  top: 3%;
}

#bote-minimo-nube-right-bottom {
  left: 200%;
  top: 350px;
}

#bote-minimo-decoration-left-group {
  bottom: 7%;
  height: 100px;
  left: 0;
  width: 540px;
}

  #bote-minimo-decoration-left-group>span,
  #bote-minimo-decoration-center-group>span,
  #bote-minimo-decoration-right-group>span {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}

#bote-minimo-decoration-left-group>span>img,
  #bote-minimo-decoration-center-group>span>img,
  #bote-minimo-decoration-right-group>span>img {
  width: 50%;
  height: auto;
  }

#bote-minimo-decoration-left-group>span {
  position: absolute;
}

#decoration-left-arbol-a {
  left: 20px;
  top: -40px;
}

#decoration-left-rojo {
  left: 70px;
  top: -10px;
}

#decoration-left-semaforo {
  left: 100px;
  top: 2px;
}

#decoration-left-farola {
  left: 130px;
  top: 5px;
}

#decoration-left-banco {
  left: 160px;
  top: 30px;
}

#decoration-left-arbol-b {
  left: 230px;
  top: 16px;
}

#decoration-left-arbol-c {
  left: 250px;
  top: 0;
}

#decoration-left-arbol-d {
  left: 272px;
  top: 20px;
}

#decoration-left-arbol-e {
  left: 295px;
  top: 0;
}

#decoration-left-bici {
  left: 315px;
  top: 40px;
}

#decoration-left-farola-b {
  left: 360px;
  top: 30px;
}

#decoration-left-arbol-f {
  left: 377px;
}

#decoration-left-papelera {
  left: 395px;
  top: 50px;
}

#decoration-left-arbol-g {
  left: 420px;
  top: 30px;
}

#decoration-left-arbol-h {
  left: 445px;
  top: 13px;
}

#decoration-left-arbol-i {
  left: 475px;
  top: 30px;
}



#bote-minimo-decoration-center-group {
  bottom: 6%;
  height: 100px;
  left: 520px;
  width: 380px;
}

#decoration-center-arbol-a {
  left: 30px;
  top: 25px;
}
#decoration-center-arbol-c {
  left: 70px;
  top: 20px;
}
#decoration-center-arbol-d {
  left: 105px;
  top: 0;
}
#decoration-center-arbol-e {
  left: 135px;
  top: -10px;
}
#decoration-center-arbol-f {
  left: 174px;
  top: 30px;
}
#decoration-center-arbol-g {
  left: 205px;
  top: 10px;
}
#decoration-center-arbol-h {
  left: 240px;
  top: 30px;
}
#decoration-center-farola {
  left: 280px;
  top: 20px;
}




#bote-minimo-decoration-center-group>span {
  position: absolute;
}

#decoration-center-arbol-a {
  left: 0;
  top: 35px;
}

#decoration-center-arbol-b {
  left: 30px;
}

#bote-minimo-decoration-right-group {
  bottom: 5%;
  height: 100px;
  left: 76%;
  width: 620px;
}

#bote-minimo-decoration-right-group>span {
  position: absolute;
}

#decoration-casa {
  left: 0;
  top: 0;
  z-index: 1;
}

#decoration-coche {
  left: 70px;
  margin-left: -65px;
  margin-top: 10px;
  opacity: 0;
  z-index: 0;
}

#decoration-indicacion {
  left: 140px;
  top: 30px;
}

#decoration-right-arbol {
  left: 170px;
  top: 30px;
}

#bote-minimo-cupon-euromillones-group {
  bottom: 3%;
  height: 300px;
  right: -5%;
  width: 280px;
  z-index: 9;
}

#bote-minimo-cupon-euromillones-group>span {
  position: absolute;
}

#cupon-lupa {
  bottom: -40px;
  right: -140px;
  z-index: 9;
}

#cupon-lupa-interior {
  background: transparent
    url("http://www.nadamasgrande.es/img/bote-minimo/cupon_euromillones_big.jpg") no-repeat scroll
    -1740px -14px;
  border-radius: 50px;
  height: 80px;
  overflow: hidden;
  right: -20px;
  top: 80px;
  width: 80px;
  z-index: 8;
}

#cupon-little {
  
}


/* Block Lluvia de millones */
section#lluvia-de-millones {
  color: #000000;
  z-index: 3;
}

#lluvia-de-millones-text-block {
  margin: 0 auto;
  max-width: 300px;
  padding-top: 100px;
  position: relative;
  text-align: center;
  z-index: 1;
}

#lluvia-de-millones-text-block .vector-text {
  
}

#lluvia-de-millones-text-block .subtitle-text {
  padding: 10px;
}

#lluvia-de-millones-text-block .subtitle-text>p {
  margin-bottom: 0;
}

#lluvia-de-millones-text-block .separator {
  margin-top: 0px;
  margin-bottom: 100px;
}

#lluvia-de-millones-bottom-block {
  margin-top: 1%;
  text-align: center;
  width: 75%;
}

#lluvia-de-millones-bottom-block>div {
  
}

#lluvia-de-millones-bottom-block>div>h3 {
  color: #dadc72;
  text-transform: uppercase;
}

#lluvia-de-millones-bottom-block>div>p {
  
}

#lluvia-de-millones-deco-map {
  bottom: 450px;
  display: none;
  left: -150px;
}

#lluvia-de-millones-map-group {
  bottom: 70px;
  height: 345px;
  left: -150px;
  width: 342px;
}

#lluvia-de-millones-map-group>span {
  position: absolute;
  z-index: 9;
}

#lluvia-de-millones-map-group>span.mapa-indicacion {
  visibility: hidden;
  opacity: 0;
  margin-top: -10px;
}

#mapa-indicacion-a {
  left: 9px;
  top: 244px;
}

#mapa-indicacion-b {
  left: 44px;
  top: 250px;
}

#mapa-indicacion-c {
  left: 90px;
  top: 200px;
}

#mapa-indicacion-d {
  left: 37px;
  top: 124px;
}


#mapa-indicacion-e {
  left: 74px;
  top: 140px;
}

#mapa-indicacion-f {
  left: 104px;
  top: 157px;
}

#mapa-indicacion-g {
  left: 116px;
  top: 139px;
}

#mapa-indicacion-h {
  left: 137px;
  top: 170px;
}

#mapa-indicacion-i {
  left: 140px;
  top: 215px;
}

#mapa-indicacion-j {
  left: 168px;
  top: 188px;
}

#mapa-ilustracion {
  left: 0px;
  top: 350px;
  z-index: 8 !important;
}

#lluvia-de-millones-mano-group {
  bottom: 80px;
  height: 330px;
  right: -120px;
  width: 200px;
}

#lluvia-de-millones-mano-group>span {
  position: absolute;
}

#lluvia-de-millones-txt-dos-veces {
  color: #dadc72;
  display: none;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  font-weight: 100;
  left: 40px;
  letter-spacing: 2px;
  margin-top: 0;
  text-transform: uppercase;
  top: -70px;
}

#lluvia-de-millones-mano {
  bottom: -212px;
  right: -55px;
  z-index: 9;
}

#lluvia-de-millones-subrayado {
  left: 72px;
  overflow: hidden;
  top: 167px;
  width: 10px;
  z-index: 8;
  opacity: 0.7;
}

#lluvia-de-millones-cupon {
  left: 40px;
  top: -20px;
}

#lluvia-de-millones-zoom {
  bottom: 6px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  font-weight: 100;
  left: 40px;
  letter-spacing: 2px;
  margin-top: 0;
  text-transform: uppercase;
  z-index: 9;
}

#lluvia-de-millones-zoom>img {
  display: inline-block;
  margin-left: 5px;
}

#lluvia-de-millones-mano-big-group {
  height: 480px;
  left: 50%;
  margin: -240px 240px 240px -240px;
  top: 50%;
  width: 480px;
}

#lluvia-de-millones-mano-big-group>span {
  position: absolute;
}

#lluvia-de-millones-txt-codigo-big {
  color: #ffffff;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  font-weight: 100;
  left: -60px;
  letter-spacing: 3px;
  margin-top: 0;
  text-transform: uppercase;
  top: 140px;
  width: 200px;
}

#lluvia-de-millones-arrow-big {
  bottom: 185px;
  left: 25px;
  z-index: 9;
}

#lluvia-de-millones-mano-big {
  bottom: -415px;
  right: 5px;
  z-index: 9;
}


#lluvia-de-millones-subrayado-big {
  left: 165px;
  opacity: 0.6;
  overflow: hidden;
  top: 280px;
  width: 10px;
  z-index: 8;
}

#lluvia-de-millones-cupon-big {
  left: 100px;
  top: -20px;
}


/* Preguntas Frecuentes */
section#preguntas-frecuentes {
  color: #000000;
  z-index: 5;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print , ( -webkit-min-device-pixel-ratio : 1.25) , ( min-resolution :
    1.25dppx) , ( min-resolution : 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *, *:before, *:after, *:first-letter, *:first-line {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
