/*----------------------------------
	General
------------------------------------*/
@font-face {
font-family: "Titles";
src: url(../fonts/titles.otf);
}
.un-branded-bumper-section .footer {
display: none !important;
opacity: 0 !important;
visibility: hidden !important;
}
@font-face {
font-family: "Titles 02";
src: url(../fonts/elegant.ttf);
}
.fam {
font-family: "Titles 02" !important;
}
.nombres {
font-size: 42px !important;
}
html {
  overflow-x: hidden;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 14px;
  -webkit-tap-highlight-color: transparent;
}

body {
	z-index: 1;
	overflow-x: hidden;
	background: linear-gradient(-45deg, #fff, #fff, #fff, #fff);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
	overflow: hidden;
}


@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
a:hover {
text-decoration:none;
}
.bg-overlay {
   position: relative;
   z-index: 1;
}
.bg-overlay::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.30;
    content: ''; 
}
/*----------------------------------
	Menu
------------------------------------*/
@media (max-width: 991px) {
#cintillo {
position: fixed;
width: 100%;
background-color: #83a990;
top: 0;
z-index: 99;
right: 0;
left: 0;
margin: auto;
transition-duration: .5s;
padding: 5px 0;
display: table;

}
  }
@media (min-width: 992px) {
#cintillo {
position: fixed;
width: 100%;
background-color: #83a990;
top: 0;
z-index: 99;
right: 0;
left: 0;
margin-right: auto;
margin-left: auto;
transition-duration: .5s;
padding: 5px 0;
display: table;
}
}
#cintillo.cintillo-scrolled {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,808285+23,bcbec0+42,ffffff+74,58595b+100 */
background: #83a990;

transition-duration: .5s;
-webkit-box-shadow: 0px 8px 8px -3px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 8px 8px -3px rgba(0,0,0,0.45);
box-shadow: 0px 8px 8px -3px rgba(0,0,0,0.45);
}
#cintillo h1 {
color: #fff;
margin-bottom: 0;
transition-duration: .5s;
}
#cintillo.cintillo-scrolled h1 {
color: #fff;
transition-duration: .5s;
}

/*----------------------------------
	Varios
------------------------------------*/
.col-center {
    float: none;
    margin: 0 auto;
}
.sinpadding [class*="col-"] {
    padding: 0;
}
@media (max-width: 991px) {
.ocultar_mob {
	display: none;
}
.festejado {
font-size: 46px;
font-family: 'Titles';
}
.festejado-02 {
font-size: 32px;
font-family: 'Titles';
}
.linea2 {
background-color: #fff;
width: 100%;
height: 0.5px;
margin-top: 20px;
margin-bottom: 40px;
}
  }
@media (min-width: 992px) {
.ocultar_esc {
	display: none;
}
.festejado {
font-size: 38px;
font-family: 'Titles',¿;
}
.festejado-02 {
font-size: 32px;
font-family: 'Titles',¿;
}
.linea2 {
background-color: #fff;
width: 100%;
height: 1.5px;
margin-top: 20px;
margin-bottom: 40px;
}
}

.title {
font-family: Titles;
font-size: 52px;
}
.m-0 {
margin-bottom:0;
}
.m-10 {
margin-bottom: 10px;
}
.m-20 {
margin-bottom: 20px;
}
.m-40 {
margin-bottom: 40px;
}
.linea1 {
background-color: #fff;
width: 100%;
height: 0.5px;
margin-bottom: 20px;
}

.item {
width: 100%;
height: 300px;
background-size: cover;
background-position: center;
}
.mesa-link {
text-transform: none;
color: #fff;
font-size: 18px;
margin-bottom: 0;	
}
.audio {
position: fixed;
z-index:99999;
right: 20px;
bottom: 20px;
cursor: pointer;
opacity: 0;
}
.aparecer-audio {
position: fixed;
z-index:99999;
right: 20px;
bottom: 20px;
cursor: pointer;
opacity: 1;
}
.desaparecer-audio {
visibility: hidden;
opacity: 0;
transition: all 3s;
position: fixed;
right: 20px;
bottom: 20px;
}
.pausa01 {
opacity: 0;
position: fixed;
z-index:99999;
right: 20px;
bottom: 20px;
}
.aparecer-pausa {
position: fixed;
z-index:99999;
right: 20px;
bottom: 20px;
cursor: pointer;
opacity: 1;
}
.font-18 {
font-size: 18px;
}
.sombra-texto {
text-shadow: #000 0.1em 0.1em 0.2em;
}
.text-black {
color:#fff;
}
.opciones {
color:#fff;
display: inline;
margin:0 20px;
}
option {
  color: #000 !important;
}
/*----------------------------------
	Secciones
------------------------------------*/
.cuadro-top {
background-color: rgba(0,0,0,0.20);
margin-top: 70px;
padding: 40px 0;
overflow:hidden;
border-radius: 20px;
}
.cuadro-mapa {
background-color: rgba(0,0,0,0.20);
padding-top: 40px;
margin-top: 20px;
overflow:hidden;
border-radius: 20px;
}
.cuadro-carousel {
background-color: rgba(0,0,0,0.20);
padding: 40px 0;
margin-top: 20px;
overflow:hidden;
border-radius: 20px;
}
.cuadro-body {
background-color: rgba(0,0,0,0.20);
padding: 40px 20px;
margin-top: 20px;
overflow:hidden;
border-radius: 20px;
}
.cuadro-video {
background-color: rgba(0,0,0,0.20);
padding-top: 40px;
margin-top: 20px;
border-radius: 20px;
overflow:hidden;
}
.cuadro-form {
background: #204860;
padding: 40px 20px;
margin-top: 20px;
overflow:hidden;
border-radius: 20px;
}
.cuadro-boletos {
background-color: #204860;
padding: 20px;
margin-top: 20px;
overflow:hidden;
border-radius: 20px;
}
.cuadro-liverpool {
background-color: #DF0096;
padding: 20px;
margin-top: 20px;
overflow:hidden;
border-radius: 20px;
}
.cuadro-sears {
background-color: #EB0028;
padding: 20px;
margin-top: 20px;
overflow:hidden;
border-radius: 20px;
}
.cuadro-amazon {
background-color: #232f3e;
padding: 20px;
margin-top: 20px;
overflow:hidden;
border-radius: 20px;
}
.cuadro-banco {
background-color: #fafafa;
padding: 20px;
margin-top: 20px;
overflow:hidden;
border-radius: 20px;
}
.cuadro-instagram {
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
padding: 20px;
margin-top: 20px;
overflow:hidden;
border-radius: 20px;
}
.cuadro-footer {
background-color: rgba(0,0,0,0.40);
padding: 20px;
margin: 20px 0;
overflow:hidden;
border-radius: 20px;
}
/*----------------------------------
	Timer
------------------------------------*/

ul.tiempo {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  
}
.tiempo li {
  display: inline-block;
  list-style-type: none;
  margin: 0 !important;
  color: #000 !important;
  padding: 0 10px !important;
  font-size: 18px;
  
}

.tiempo li span {
  display: block;
  
}

/*----------------------------------
  Selección
------------------------------------*/
::selection {
  color: #fff;
  background: #000;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #000;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

/*----------------------------------
  Form
------------------------------------*/
.form-campo {
background: rgba(0,0,0,0.1);
width: 100%;
border: 1px solid transparent;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
color:#fff;
border-radius: 20px;
}

.form-campo::-webkit-input-placeholder {
  color: #fff;
}

.form-campo::-moz-placeholder {
  color: #fff;
}

.form-campo:-ms-input-placeholder {
  color: #fff;
}

.form-campo::placeholder {
  color: #fff;
}

.form-campo:focus {
  font-weight: 400;
  color: #fff;
}

.form-campo:focus::-webkit-input-placeholder {
  color: #fff;
}

.form-campo:focus::-moz-placeholder {
  color: #fff;
}

.form-campo:focus:-ms-input-placeholder {
  color: #fff;
}

.form-campo:focus::placeholder {
  color: #fff;
}

.btn-form {
background: rgba(0,0,0,0.1);
padding: 10px 60px 7px 60px;
border: 1px solid transparent;
color:#fff;
transition-duration: .2s;
border-radius:20px;
}
.btn-form:hover {
background: #fff;
border: 1px solid rgba(255,255,255,0.5);
color:#000;
transition-duration: .2s;
}
/*----------------------------------
  Video
------------------------------------*/

	.hytPlayerWrap {
        position: relative;
    }
    .hytPlayerWrap.ended::after {
        content:"";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        cursor: pointer;
        background-color: black;
        background-repeat: no-repeat;
        background-position: center; 
        background-size: 64px 64px;
        background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
    }
    .hytPlayerWrap.paused::after {
        content:"";
        position: absolute;
        top: 70px;
        left: 0;
        bottom: 50px;
        right: 0;
        cursor: pointer;
        background-color: black;
        background-repeat: no-repeat;
        background-position: center; 
        background-size: 40px 40px;
        background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    }

/*----------------------------------
  Popup
------------------------------------*/
#popup1 {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#popup1:target {
	visibility: visible;
	opacity: 1;
	background-color: #AA0E3D;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
}
#popup2 {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#popup2:target {
	visibility: visible;
	opacity: 1;
	background-color: #FAFAFA;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
}


.popup {
   position: relative;
   margin: auto;
   width: 100%;
   z-index: 99999;
   height: 100vh;
   overflow:hidden;
   display: flex;
   justify-content: center;
   align-content: center;
   flex-direction: column;
   
   
}
.popup-2 {
   position: relative;
   margin: auto;
   width: 100%;
   z-index: 99999;
   height: 100vh;
   overflow:hidden;
   display: flex;
   justify-content: center;
   align-content: center;
   flex-direction: column;
   
   
   
}

.popup-cerrar {
   position: absolute;
   top:20px;
   right: 20px;
   z-index: 999999;
}
.popup-icon {
margin: 20px 0;
}
/*----------------------------------

  Sobre

------------------------------------*/



#carta {

width: 100vw;

height: 100vh;

background-color: #7A66A7;

z-index:9999;

position: absolute;

display: flex;

justify-content: center;

align-content: center;

flex-direction: column;



}

.sobre-superior {

position: absolute;

z-index:10;

right: 0;

left: 0;

margin: 0 auto;

}



.con-scroll {

overflow-y: scroll;

}

.arriba{

-moz-transform: translate(0px, -1500px);

-webkit-transform: translate(0px, -1500px);

-o-transform: translate(0px, -500px);

-ms-transform: translate(0px, -1500px);

transform: translate(0px, -1500px);

transition: all 3s;

}



.abajo {

-moz-transform: translate(0px, 1000px);

-webkit-transform: translate(0px, 1000px);

-o-transform: translate(0px, 1000px);

-ms-transform: translate(0px, 1000px);

transform: translate(0px, 1000px);

transition: all 3s;

}



.desaparecer {

visibility: hidden;

opacity: 0;

transition: all 1s;

}





@media (max-width: 991px) {

.titulo-sobre {

font-family: Titles;

margin: 0;

color: #7A66A7;

position: absolute;

z-index:11;

right: 0;

left: 0;

margin: 0 auto;

top: 20px;

font-size: 28px;

}

.titulo-sobre-02 {

font-family: Titles;

margin: 0;

color: #7A66A7;

position: absolute;

z-index:11;

right: 0;

left: 0;

margin: 0 auto;

top: 20px;

font-size: 24px;
width:80%;
}

.boton-sobre {

font-family: Titles;

color: #7A66A7;

position: absolute;

z-index:12;

right: 0;

left: 0;

margin: 0 auto;

top: 48%;

font-size: 25px;

background-color: rgba(255,255,255,0.5);

width: 150px;

height: 35px;

border-radius: 20px;

display: flex;

justify-content: center;

align-content: center;

flex-direction: column;

}

#sobre img {

width: 94.6%;

}

  }

@media (min-width: 992px) {

.titulo-sobre {

font-family: Titles;

margin: 0;

color: #7A66A7;

position: absolute;

z-index:11;

right: 0;

left: 0;

margin: 0 auto;

top: 20px;

font-size: 40px;

}

.titulo-sobre-02 {

font-family: Titles;

margin: 0;

color: #7A66A7;

position: absolute;

z-index:11;

right: 0;

left: 0;

margin: 0 auto;

top: 20px;

font-size: 34px;

width:80%;

}

.boton-sobre {

font-family: Titles;

color: #7A66A7;

position: absolute;

z-index:12;

right: 0;

left: 0;

margin: 0 auto;

top: 48%;

font-size: 40px;

background-color: rgba(255,255,255,0.5);

width: 200px;

height: 60px;

border-radius: 20px;

display: flex;

justify-content: center;

align-content: center;

flex-direction: column;

}

#sobre img {

width: 97.5%;

}
}

/*----------------------------------

  W

------------------------------------*/
#popup3 {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#popup3:target {
	visibility: visible;
	opacity: 1;
	background-color:#DDD5CD;
	background-image: url(../img/whatsapp-bg.png);
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
}
.btn-whats {
background: #128D7F;
padding: 10px 80px 8px 80px;
border: 1px solid transparent;
margin-top:40px;
font-size:18px;
color:#fff;
transition-duration: .2s;
border-radius:20px;
}
.btn-whats:hover {
background: #075F56;
color:#fff;
transition-duration: .2s;
}
.title-whats {
color:#000;
font-family: Manjari;
font-size: 30px;
}
.font-20 {
font-size:20px;
}

/* custom-theme base */

      .storybook-theme .single-column-section .section-background,
      .storybook-theme .title-section {
        background-color: #484848;
      }

      .storybook-theme .title-header {
        height: 100%;
        text-align: center;
        box-sizing: border-box;
        font-size: 0;
      }

      .storybook-theme .title-top-left .title-header,
      .storybook-theme .title-left .title-header,
      .storybook-theme .title-bottom-left .title-header {
        text-align: left;
      }
      .storybook-theme .title-top .title-header,
      .storybook-theme .title-center .title-header,
      .storybook-theme .title-bottom .title-header {
        text-align: center;
      }
      .storybook-theme .title-top-right .title-header,
      .storybook-theme .title-right .title-header,
      .storybook-theme .title-bottom-right .title-header {
        text-align: right;
      }

      .storybook-theme .title-header:before {
        content: '';
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: bottom;
      }

      .storybook-theme .title-top-left .title-header:before,
      .storybook-theme .title-top .title-header:before,
      .storybook-theme .title-top-right .title-header:before {
        vertical-align: top;
      }

      .storybook-theme .title-left .title-header:before,
      .storybook-theme .title-center .title-header:before,
      .storybook-theme .title-right .title-header:before {
        vertical-align: middle;
      }

      .storybook-theme .title-header-view {
        position: relative;
        display: inline-block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
      }

      .storybook-theme .title-header .gradient-overlay {
        background-color: rgba(0, 0, 0, 0);
        background-image: -webkit-linear-gradient( -270deg /*[gradient-angle-aligned-center]*/, rgba(0,0,0,0)  /*[gradient-stop-0-color-aligned-center]*/ 0% /*[gradient-stop-0-percent-aligned-center]*/, rgba(0,0,0,0.25)  /*[gradient-stop-1-color-aligned-center]*/ 25% /*[gradient-stop-1-percent-aligned-center]*/, rgba(0,0,0,0.50)  /*[gradient-stop-2-color-aligned-center]*/ 50% /*[gradient-stop-2-percent-aligned-center]*/, rgba(0,0,0,0.25)  /*[gradient-stop-3-color-aligned-center]*/ 75% /*[gradient-stop-3-percent-aligned-center]*/, rgba(0,0,0,0)  /*[gradient-stop-4-color-aligned-center]*/ 100% /*[gradient-stop-4-percent-aligned-center]*/);
        background-image: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.50) 50%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0) 100%);
      }

      .storybook-theme .title-top-left .title-header .gradient-overlay,
      .storybook-theme .title-top .title-header .gradient-overlay,
      .storybook-theme .title-top-right .title-header .gradient-overlay {
        background-image: -webkit-linear-gradient( -270deg /*[gradient-angle-aligned-top]*/, rgba(0,0,0,0)  /*[gradient-stop-0-color-aligned-top]*/ 0% /*[gradient-stop-0-percent-aligned-top]*/, rgba(0,0,0,0.5)  /*[gradient-stop-1-color-aligned-top]*/ 100% /*[gradient-stop-1-percent-aligned-top]*/);
        background-image: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      }

      .storybook-theme .title-bottom-left .title-header .gradient-overlay,
      .storybook-theme .title-bottom .title-header .gradient-overlay,
      .storybook-theme .title-bottom-right .title-header .gradient-overlay {
        background-image: -webkit-linear-gradient( -270deg /*[gradient-angle-aligned-bottom]*/, rgba(0,0,0,0.5) /*[gradient-stop-0-color-aligned-bottom]*/ 0% /*[gradient-stop-0-percent-aligned-bottom]*/, rgba(0,0,0,0) /*[gradient-stop-1-color-aligned-bottom]*/ 100% /*[gradient-stop-1-percent-aligned-bottom]*/);
        background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
      }

      .storybook-theme .card-flipbook-section .section-content .content-container {
        box-shadow: 0 0 4px rgba(0,0,0,.25);
      }

      .storybook-theme .card-flipbook-section .section-content .card-right .content-container {
        margin-left: auto;
      }

      .storybook-theme .card-flipbook-section .section-content .card-center .content-container {
        margin-left: auto;
        margin-right: auto;
      }

      /* storybook-theme components */

      .storybook-theme.article,
.storybook-theme .section {
  background-color: rgba(234,229,235,1);
}

.storybook-theme .section-content .content-container {
  padding-left: 20%;
  padding-right: 20%;
}

/*
 * Browsers vary in their default behavior of <b>/<strong> tags. Some default to
 * font-weight: bold (Chrome) and others default to font-weight: bolder (Firefox).
 * We explicitly match Chrome's behavior here so that font face fallback logic
 * is consistent between browsers (MRVL-15001)
 */
.storybook-theme strong,
.storybook-theme b {
  font-weight: bold;
}

/* title-section gradient-overlay treatment */

.storybook-theme .title-section {
  background-color: #484848;
}
.storybook-theme .title-header {
  padding: 64px 5% 64px 5%;
  background-color: transparent;
}
.storybook-theme .title-header-view {
  padding: 0px 0px 0px 0px;
  width: 100%;
  max-width: 89%;
  background-color: transparent;
  border-radius: 0px 0px 0px 0px;
}
.storybook-theme .title-header .gradient-overlay {
  right: -25%;
  left: -25%;
}
.storybook-theme .title-top-left .title-header .gradient-overlay,
.storybook-theme .title-top .title-header .gradient-overlay,
.storybook-theme .title-top-right .title-header .gradient-overlay {
  top: -64px;
  bottom: -50%;
  height: auto;
}
.storybook-theme .title-bottom-left .title-header .gradient-overlay,
.storybook-theme .title-bottom .title-header .gradient-overlay,
.storybook-theme .title-bottom-right .title-header .gradient-overlay {
  top: -50%;
  bottom: -64px;
  height: auto;
}
.storybook-theme .title-header .title {
  margin: 0 0;
  padding: 0 0;
  max-height: 2.2424999999999997em;
  color: rgba(255,255,255,1);
  font-size: 170px;
  font-style: normal;
  font-weight: 100;
  text-transform: none;
  line-height: 0.7474999999999999;
  letter-spacing: normal;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.25);
}
.storybook-theme .title-header .subtitle {
  margin-top: 1rem;
  padding: 0;
  max-height: 4.59em;
  color: rgba(255,255,255,1);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.53;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.25);
}
@media ( max-width: 767px ) {
  .storybook-theme .title-header {
    padding: 32px 5% 32px 5%;
  }
}

/* Wide Screen Widths */

@media (min-width: 1300px) {
  /* each pair of title padding values should sum to 30% */
  .storybook-theme .title-top-left .title-header-view,
  .storybook-theme .title-left .title-header-view,
  .storybook-theme .title-bottom-left .title-header-view {
    padding-left: 10%;
    padding-right: 20%;
  }
  .storybook-theme .title-top .title-header-view,
  .storybook-theme .title-center .title-header-view,
  .storybook-theme .title-bottom .title-header-view{
    padding-left: 15%;
    padding-right: 15%;
  }
  .storybook-theme .title-top-right .title-header-view,
  .storybook-theme .title-right .title-header-view,
  .storybook-theme .title-bottom-right .title-header-view {
    padding-left: 20%;
    padding-right: 10%;
  }
}

/* Extra Wide Screen Widths */

@media (min-width: 1800px) {
  /* each pair of title padding values should sum to 50% */
  .storybook-theme .title-top-left .title-header-view,
  .storybook-theme .title-left .title-header-view,
  .storybook-theme .title-bottom-left .title-header-view {
    padding-left: 15%;
    padding-right: 35%;
  }
  .storybook-theme .title-top .title-header-view,
  .storybook-theme .title-center .title-header-view,
  .storybook-theme .title-bottom .title-header-view {
    padding-left: 25%;
    padding-right: 25%;
  }
  .storybook-theme .title-top-right .title-header-view,
  .storybook-theme .title-right .title-header-view,
  .storybook-theme .title-bottom-right .title-header-view {
    padding-left: 35%;
    padding-right: 15%;
  }
}

/* Super Wide Screen Widths */

@media (min-width: 2300px) {
  /* each pair of title padding values should sum to 60% */
  .storybook-theme .title-top-left .title-header-view,
  .storybook-theme .title-left .title-header-view,
  .storybook-theme .title-bottom-left .title-header-view {
    padding-left: 20%;
    padding-right: 40%;
  }
  .storybook-theme .title-top .title-header-view,
  .storybook-theme .title-center .title-header-view,
  .storybook-theme .title-bottom .title-header-view {
    padding-left: 30%;
    padding-right: 30%;
  }
  .storybook-theme .title-top-right .title-header-view,
  .storybook-theme .title-right .title-header-view,
  .storybook-theme .title-bottom-right .title-header-view {
    padding-left: 40%;
    padding-right: 20%;
  }
}


@media ( max-width: 767px ) {
  .storybook-theme .title-header .title {
    font-size: 90px;
  }
}
@media ( max-width: 767px ) {
  .storybook-theme .title-header .subtitle {
    font-size: 15px;
  }
}

/* heading no treatment */

.storybook-theme .content-container h3 {
  z-index: 0;
  font-family: spark-storybook,sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 100;
  text-transform: none;
  line-height: 0.8;
  letter-spacing: normal;
  color: rgba(95,78,107,1);
  text-align: left;
}




@media ( max-width: 767px ) {
  .storybook-theme .content-container h3 {
    font-size: 60px;
  }
}

.storybook-theme .content-container h4 {
  font-family: adobe-caslon-pro,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 3px;
  color: rgba(95,78,107,1);
  text-align: left;
}

@media ( max-width: 767px ) {
  .storybook-theme .content-container h4 {
    font-size: 13px;
  }
}
.storybook-theme .single-column-section .content-container p,
.storybook-theme .card-flipbook-section .content-container p {
  font-family: proxima-nova,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: normal;
  color: rgba(87,86,89,1);
}

@media ( max-width: 767px ) {
  .storybook-theme .single-column-section .content-container p,
  .storybook-theme .card-flipbook-section .content-container p {
    font-size: 17px;
  }
}
.storybook-theme .content-container ul li {
  font-family: proxima-nova,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: normal;
  color: rgba(87,86,89,1);
  margin-left: 36px;
  margin-right: 0px;
}

@media ( max-width: 767px ) {
  .storybook-theme .content-container ul li {
    font-size: 17px;
  }
}
.storybook-theme .content-container ol li {
  font-family: proxima-nova,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: normal;
  color: rgba(87,86,89,1);
  margin-left: 36px;
  margin-right: 0px;
}

@media ( max-width: 767px ) {
  .storybook-theme .content-container ol li {
    font-size: 17px;
  }
}




/* blockquote left rule treatment */

.storybook-theme .content-container blockquote {
  z-index: 0;
  position: relative;
  font-family: adobe-caslon-pro,sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: normal;
  color: rgba(95,78,107,1);
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: .25em;
  padding-bottom: .25em;
  padding-left: 1em;
  padding-right: 1em;
}
.storybook-theme .content-container blockquote:before {
  content: "";
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 0px;
  width: 5px;
  background-color: rgba(95,78,107,0.9);
}


@media ( max-width: 767px ) {
  .storybook-theme .content-container blockquote {
    font-size: 19px;
  }
}

.storybook-theme .image-wrapper {
  overflow: hidden;
}

/* inline image no treatment */

.storybook-theme .card-flipbook-section .caption, .storybook-theme .single-column-section .caption {
  font-family: proxima-nova,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: normal;
  color: rgba(87,86,89,1);
  text-align: center;
  margin: .5em 0px;
}



@media ( max-width: 767px ) {
  .storybook-theme .card-flipbook-section .caption, .storybook-theme .single-column-section .caption {
    font-size: 16px;
  }
}


/* button rounded treatment */

.storybook-theme .content-container a.link-button {
  display: inline-block;
  border-radius: 0.2em;
  border: solid 1px rgba(87,86,89,1);
  padding-top: 7px;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 7px;
  font-family: proxima-nova,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.35;
  letter-spacing: normal;
  text-decoration: none;
  text-align: center;
  color: rgba(87,86,89,1);

  -webkit-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
  -moz-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
  -o-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
  -ms-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
  transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.storybook-theme .content-container a.link-button:hover {
  border-color: rgba(125,124,128,1);
  color: rgba(125,124,128,1);
}

@media ( max-width: 767px ) {
  .storybook-theme .content-container a.link-button {
    padding-top: 5px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 5px;
  }
}




@media ( max-width: 767px ) {
  .storybook-theme .content-container a.link-button {
    font-size: 17px;
  }
}

.storybook-theme .single-column-section .content-container a:not(.link-button),
.storybook-theme .card-flipbook-section .content-container a:not(.link-button),
.storybook-theme .photo-grid-section    .content-container a:not(.link-button),
.storybook-theme .full-width-section    .content-container a:not(.link-button) {
  background-color: transparent;
  color: rgba(149,139,152,1);
  text-decoration: 
underline;
  -webkit-transition: color .15s linear;
  -moz-transition: color .15s linear;
  -o-transition: color .15s linear;
  -ms-transition: color .15s linear;
  transition: color .15s linear;
}
.storybook-theme .single-column-section .content-container a:not(.link-button):hover,
.storybook-theme .card-flipbook-section .content-container a:not(.link-button):hover,
.storybook-theme .photo-grid-section    .content-container a:not(.link-button):hover,
.storybook-theme .full-width-section    .content-container a:not(.link-button):hover {
  color: rgba(109,100,112,1);
}


/* full width image no treatment */

.storybook-theme .full-width-section .caption {
  font-family: proxima-nova,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: normal;
  color: rgba(87,86,89,1);
  text-align: center;
  margin: .5em 0px;
}
.storybook-theme .full-width-section .caption {
  padding-right: 5%;
  padding-left: 5%;
}



@media ( max-width: 767px ) {
  .storybook-theme .full-width-section .caption {
    font-size: 16px;
  }
}
/* fillscreen section */


.storybook-theme .fullscreen-photo-section .pull-quote {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  margin: 96px 32px;
  padding: 24px;
  max-width: 50%;
  font-family: adobe-caslon-pro,sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: normal;
  text-shadow: 1px 1px 2px rgba(0,0,0,.35);
  color: rgba(95,78,107,1);
  background-color: rgba(234,229,235,0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.storybook-theme .fullscreen-photo-section .pull-quote .content-container {
  color: rgba(95,78,107,1);
}

@media ( max-width: 767px ) {
  .storybook-theme .fullscreen-photo-section .pull-quote {
    font-size: 18px;
    margin: 48px 16px;
    padding: 12px;
  }
}


/* window section */

.storybook-theme .window-section .pull-quote {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  margin: 48px 32px;
  padding: 24px;
  max-width: 50%;
  font-family: adobe-caslon-pro,sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: normal;
  text-shadow: 1px 1px 2px rgba(0,0,0,.35);
  color: rgba(95,78,107,1);
  background-color: rgba(234,229,235,0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.storybook-theme .window-section .pull-quote .content-container {
  color: rgba(95,78,107,1);
}

@media ( max-width: 767px ) {
  .storybook-theme .window-section .pull-quote {
    font-size: 18px;
    margin: 24px 16px;
    padding: 12px;
  }
}



/* photo grid no treatment */

.storybook-theme .grid-caption {
  margin: .5em 0px;
  font-family: proxima-nova,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: rgba(87,86,89,1)
}



@media ( max-width: 767px ) {
  .storybook-theme .grid-caption {
    font-size: 16px;
  }
}

.storybook-theme .card-flipbook-section .section-content .content-container {
  background-color: rgba(234,229,235,0.9);
}
.storybook-theme .content-spacer {
  height: 0.125rem;
}
.storybook-theme .content-item-spacer {
  height: 5.000rem;
}
.storybook-theme .section .section-content .content-container {
  padding-top: 2.500rem;
  padding-bottom: 2.500rem;
}
.storybook-theme .full-width-section .section-content .content-container {
  padding-top: 0;
  padding-bottom: 0;
}
.storybook-theme .section.large-content-spacing-top .section-content .content-container {
  padding-top: 5.000rem;
}
.storybook-theme .section.large-content-spacing-bottom .section-content .content-container {
  padding-bottom: 5.000rem;
}
.storybook-theme .content-container > :first-child {
  margin-top: 0;
}
.storybook-theme .content-container > :last-child {
  margin-bottom: 0;
}
.storybook-theme ul,
.storybook-theme ol {
  padding: 0
}
.storybook-theme li {
  margin-bottom: 0.500rem;
}
.storybook-theme li:last-child {
  margin-bottom: 0;
}
.storybook-theme .content-container p {
  margin-top: 0;
  margin-bottom: 0;
}
.storybook-theme .content-container p + p{
  margin-top: 2.500rem;
}
.storybook-theme .content-container ol + p{
  margin-top: 2.500rem;
}
.storybook-theme .content-container ul + p{
  margin-top: 2.500rem;
}
.storybook-theme .content-container h3 + p{
  margin-top: 2.500rem;
}
.storybook-theme .content-container h4 + p{
  margin-top: 2.500rem;
}
.storybook-theme .content-container blockquote + p{
  margin-top: 2.500rem;
}
.storybook-theme .content-container .link-button-wrapper + p{
  margin-top: 2.500rem;
}
.storybook-theme .content-container div.image + p{
  margin-top: 2.500rem;
}
.storybook-theme .content-container ol {
  margin-top: 0;
  margin-bottom: 0;
}
.storybook-theme .content-container p + ol{
  margin-top: 2.500rem;
}
.storybook-theme .content-container ol + ol{
  margin-top: 2.500rem;
}
.storybook-theme .content-container ul + ol{
  margin-top: 2.500rem;
}
.storybook-theme .content-container h3 + ol{
  margin-top: 2.500rem;
}
.storybook-theme .content-container h4 + ol{
  margin-top: 2.500rem;
}
.storybook-theme .content-container blockquote + ol{
  margin-top: 2.500rem;
}
.storybook-theme .content-container .link-button-wrapper + ol{
  margin-top: 2.500rem;
}
.storybook-theme .content-container div.image + ol{
  margin-top: 2.500rem;
}
.storybook-theme .content-container ul {
  margin-top: 0;
  margin-bottom: 0;
}
.storybook-theme .content-container p + ul{
  margin-top: 2.500rem;
}
.storybook-theme .content-container ol + ul{
  margin-top: 2.500rem;
}
.storybook-theme .content-container ul + ul{
  margin-top: 2.500rem;
}
.storybook-theme .content-container h3 + ul{
  margin-top: 2.500rem;
}
.storybook-theme .content-container h4 + ul{
  margin-top: 2.500rem;
}
.storybook-theme .content-container blockquote + ul{
  margin-top: 2.500rem;
}
.storybook-theme .content-container .link-button-wrapper + ul{
  margin-top: 2.500rem;
}
.storybook-theme .content-container div.image + ul{
  margin-top: 2.500rem;
}
.storybook-theme .content-container h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.storybook-theme .content-container p + h3{
  margin-top: 2.500rem;
}
.storybook-theme .content-container ol + h3{
  margin-top: 2.500rem;
}
.storybook-theme .content-container ul + h3{
  margin-top: 2.500rem;
}
.storybook-theme .content-container h3 + h3{
  margin-top: 2.500rem;
}
.storybook-theme .content-container h4 + h3{
  margin-top: 2.500rem;
}
.storybook-theme .content-container blockquote + h3{
  margin-top: 2.500rem;
}
.storybook-theme .content-container .link-button-wrapper + h3{
  margin-top: 2.500rem;
}
.storybook-theme .content-container div.image + h3{
  margin-top: 2.500rem;
}
.storybook-theme .content-container h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.storybook-theme .content-container p + h4{
  margin-top: 2.500rem;
}
.storybook-theme .content-container ol + h4{
  margin-top: 2.500rem;
}
.storybook-theme .content-container ul + h4{
  margin-top: 2.500rem;
}
.storybook-theme .content-container h3 + h4{
  margin-top: 2.500rem;
}
.storybook-theme .content-container h4 + h4{
  margin-top: 2.500rem;
}
.storybook-theme .content-container blockquote + h4{
  margin-top: 2.500rem;
}
.storybook-theme .content-container .link-button-wrapper + h4{
  margin-top: 2.500rem;
}
.storybook-theme .content-container div.image + h4{
  margin-top: 2.500rem;
}
.storybook-theme .content-container blockquote {
  margin-top: 0;
  margin-bottom: 0;
}
.storybook-theme .content-container p + blockquote{
  margin-top: 2.500rem;
}
.storybook-theme .content-container ol + blockquote{
  margin-top: 2.500rem;
}
.storybook-theme .content-container ul + blockquote{
  margin-top: 2.500rem;
}
.storybook-theme .content-container h3 + blockquote{
  margin-top: 2.500rem;
}
.storybook-theme .content-container h4 + blockquote{
  margin-top: 2.500rem;
}
.storybook-theme .content-container blockquote + blockquote{
  margin-top: 2.500rem;
}
.storybook-theme .content-container .link-button-wrapper + blockquote{
  margin-top: 2.500rem;
}
.storybook-theme .content-container div.image + blockquote{
  margin-top: 2.500rem;
}
.storybook-theme .content-container .link-button-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.storybook-theme .content-container p + .link-button-wrapper{
  margin-top: 2.500rem;
}
.storybook-theme .content-container ol + .link-button-wrapper{
  margin-top: 2.500rem;
}
.storybook-theme .content-container ul + .link-button-wrapper{
  margin-top: 2.500rem;
}
.storybook-theme .content-container h3 + .link-button-wrapper{
  margin-top: 2.500rem;
}
.storybook-theme .content-container h4 + .link-button-wrapper{
  margin-top: 2.500rem;
}
.storybook-theme .content-container blockquote + .link-button-wrapper{
  margin-top: 2.500rem;
}
.storybook-theme .content-container .link-button-wrapper + .link-button-wrapper{
  margin-top: 2.500rem;
}
.storybook-theme .content-container div.image + .link-button-wrapper{
  margin-top: 2.500rem;
}
.storybook-theme .content-container div.image {
  margin-top: 0;
  margin-bottom: 0;
}
.storybook-theme .content-container p + div.image{
  margin-top: 2.500rem;
}
.storybook-theme .content-container ol + div.image{
  margin-top: 2.500rem;
}
.storybook-theme .content-container ul + div.image{
  margin-top: 2.500rem;
}
.storybook-theme .content-container h3 + div.image{
  margin-top: 2.500rem;
}
.storybook-theme .content-container h4 + div.image{
  margin-top: 2.500rem;
}
.storybook-theme .content-container blockquote + div.image{
  margin-top: 2.500rem;
}
.storybook-theme .content-container .link-button-wrapper + div.image{
  margin-top: 2.500rem;
}
.storybook-theme .content-container div.image + div.image{
  margin-top: 2.500rem;
}
.storybook-theme .photo-grid-section + .single-column-section h3:first-child,
.storybook-theme .photo-grid-section + .single-column-section h4:first-child,
.storybook-theme .photo-grid-section + .single-column-section blockquote:first-child {
  margin-top: 2.500rem;
}
.storybook-theme .photo-grid-section + .single-column-section blockquote:last-child {
  margin-top: 2.500rem;
}
@media (max-width: 767px) {
  .storybook-theme .content-spacer {
    height: 0.125rem;
  }
  .storybook-theme .content-item-spacer {
    height: 2.500rem;
  }
  .storybook-theme .section .section-content .content-container {
    padding-top: 1.250rem;
    padding-bottom: 1.250rem;
  }
  .storybook-theme .full-width-section .section-content .content-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .storybook-theme .section.large-content-spacing-top .section-content .content-container {
    padding-top: 2.500rem;
  }
  .storybook-theme .section.large-content-spacing-bottom .section-content .content-container {
    padding-bottom: 2.500rem;
  }
  .storybook-theme .content-container > :first-child {
    margin-top: 0;
  }
  .storybook-theme .content-container > :last-child {
    margin-bottom: 0;
  }
  .storybook-theme ul,
  .storybook-theme ol {
    padding: 0
  }
  .storybook-theme li {
    margin-bottom: 0.250rem;
  }
  .storybook-theme li:last-child {
    margin-bottom: 0;
  }
  .storybook-theme .content-container p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .storybook-theme .content-container p + p{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container ol + p{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container ul + p{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container h3 + p{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container h4 + p{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container blockquote + p{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container .link-button-wrapper + p{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container div.image + p{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container ol {
    margin-top: 0;
    margin-bottom: 0;
  }
  .storybook-theme .content-container p + ol{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container ol + ol{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container ul + ol{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container h3 + ol{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container h4 + ol{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container blockquote + ol{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container .link-button-wrapper + ol{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container div.image + ol{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  .storybook-theme .content-container p + ul{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container ol + ul{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container ul + ul{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container h3 + ul{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container h4 + ul{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container blockquote + ul{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container .link-button-wrapper + ul{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container div.image + ul{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .storybook-theme .content-container p + h3{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container ol + h3{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container ul + h3{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container h3 + h3{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container h4 + h3{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container blockquote + h3{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container .link-button-wrapper + h3{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container div.image + h3{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container h4 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .storybook-theme .content-container p + h4{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container ol + h4{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container ul + h4{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container h3 + h4{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container h4 + h4{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container blockquote + h4{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container .link-button-wrapper + h4{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container div.image + h4{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container blockquote {
    margin-top: 0;
    margin-bottom: 0;
  }
  .storybook-theme .content-container p + blockquote{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container ol + blockquote{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container ul + blockquote{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container h3 + blockquote{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container h4 + blockquote{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container blockquote + blockquote{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container .link-button-wrapper + blockquote{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container div.image + blockquote{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container .link-button-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
  .storybook-theme .content-container p + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container ol + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container ul + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container h3 + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container h4 + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container blockquote + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container .link-button-wrapper + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container div.image + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container div.image {
    margin-top: 0;
    margin-bottom: 0;
  }
  .storybook-theme .content-container p + div.image{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container ol + div.image{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container ul + div.image{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container h3 + div.image{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container h4 + div.image{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container blockquote + div.image{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container .link-button-wrapper + div.image{
    margin-top: 1.250rem;
  }
  .storybook-theme .content-container div.image + div.image{
    margin-top: 1.250rem;
  }
  .storybook-theme .photo-grid-section + .single-column-section h3:first-child,
  .storybook-theme .photo-grid-section + .single-column-section h4:first-child,
  .storybook-theme .photo-grid-section + .single-column-section blockquote:first-child {
    margin-top: 1.250rem;
  }
  .storybook-theme .photo-grid-section + .single-column-section blockquote:last-child {
    margin-top: 1.250rem;
  }
}



/* Default Screen Widths */

.storybook-theme .section-content .content-container {
  padding-left: 20%;
  padding-right: 20%;
}

.storybook-theme .card-flipbook-section .section-content .content-container {
  width: 50%;
  margin: 32px 32px;
  padding: 56px 32px;
}

.storybook-theme .card-flipbook-section .section-content .card-center .content-container {
  width: 65%;
  max-width: 900px;
}

/* Narrow Screen Widths */

@media (max-width: 768px) {
  .storybook-theme .section-content .content-container {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
  .storybook-theme .card-flipbook-section .section-content .content-container {
    width: 60%;
    margin: 32px 32px;
    padding: 56px 32px;
  }
  .storybook-theme .card-flipbook-section .section-content .card-center .content-container {
    width: 75%;
    max-width: 900px;
  }
}

/* Extra Narrow Screen Widths */

@media (max-width: 480px) {
  .storybook-theme .section-content .content-container {
    padding-left: 7%;
    padding-right: 7%;
  }
  .storybook-theme .card-flipbook-section .section-content .content-container {
    width: 70%;
    margin: 18px 14px;
    padding: 31px 13px;
  }
  .storybook-theme .card-flipbook-section .section-content .card-center .content-container {
    width: 75%;
    max-width: 900px;
  }
}

/* Super Narrow Screen Widths */

@media (max-width: 320px) {
  .storybook-theme .section-content .content-container {
    padding-left: 7%;
    padding-right: 7%;
  }
  .storybook-theme .card-flipbook-section .section-content .content-container {
    width: 70%;
    margin: 18px 14px;
    padding: 31px 12px;
  }
  .storybook-theme .card-flipbook-section .section-content .card-center .content-container {
    width: 75%;
    max-width: 900px;
  }
}

/* Wide Screen Widths */

@media (min-width: 1300px) {
  .storybook-theme  .section-content .content-container {
    padding-left: 25%;
    padding-right: 25%;
  }

  .storybook-theme  .card-flipbook-section .section-content .content-container {
    width: 40%;
    margin: 32px 32px;
    padding: 56px 32px;
    max-width: 580px;
  }
  .storybook-theme  .card-flipbook-section .section-content .card-center .content-container {
    width: 65%;
    max-width: 900px;
  }
}

/* Extra Wide Screen Widths */

@media (min-width: 1800px) {
  .storybook-theme .section-content .content-container {
    padding-left: 30%;
    padding-right: 30%;
  }

  .storybook-theme .card-flipbook-section .section-content .content-container {
    width: 30%;
    margin: 32px 80px;
    padding: 56px 32px;
    max-width: 580px;
  }
  .storybook-theme .card-flipbook-section .section-content .card-center .content-container {
    width: 65%;
    max-width: 900px;
  }
}

/* Super Wide Screen Widths */

@media (min-width: 2300px) {
  .storybook-theme .section-content .content-container {
    padding-left: 33%;
    padding-right: 33%;
  }

  .storybook-theme  .card-flipbook-section .section-content .content-container {
    width: 25%;
    margin: 32px 80px;
    padding: 56px 32px;
    max-width: 580px;
  }
  .storybook-theme  .card-flipbook-section .section-content .card-center .content-container {
    width: 65%;
    max-width: 900px;
  }
}

.storybook-theme .section.author-section .author-appreciation-container {
  border-color: rgba(87,86,89,0.5);
}
.storybook-theme .section.author-section .author {
  font-family: proxima-nova;
  color: rgba(87,86,89,1);
}

.storybook-theme .section.author-section .appreciate-button {
  color: rgba(87,86,89,0.5);
  border-color: rgba(87,86,89,0.5);
}

.storybook-theme .section.author-section .appreciate-button:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDg3LDg2LDg5LDAuNSk7IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDMpIiBkPSJNMTYsMjZMMi44LDE0LjRDMS4xLDEyLjksMCwxMC43LDAsOC40YzAtMi4zLDEtNC41LDIuOC02QzQuNiwwLjksNi45LDAsOS4yLDBjMi40LDAsNC42LDAuOCw2LjQsMi40YzAuMSwwLjEsMC4zLDAuMywwLjQsMC40YzAuMS0wLjEsMC4zLTAuMywwLjQtMC40QzE4LjIsMC45LDIwLjUsMCwyMi44LDBjMi4zLDAsNC42LDAuOCw2LjQsMi40QzMxLDMuOSwzMiw2LjEsMzIsOC40YzAsMi4zLTEsNC41LTIuOCw2TDE2LDI2eiBNOS4yLDQuN0M4LDQuNyw2LjksNS4yLDYsNS45QzUuMyw2LjUsNC44LDcuNCw0LjgsOC40YzAsMSwwLjUsMS45LDEuMiwyLjVsMTAsOC44bDEwLTguOGMwLjctMC42LDEuMi0xLjUsMS4yLTIuNWMwLTEtMC41LTEuOS0xLjItMi41Yy0xLjktMS41LTQuNS0xLjUtNi40LDBjLTAuNywwLjYtMS4yLDEuNS0xLjIsMi41aC00LjhjMC0xLTAuNS0xLjktMS4yLTIuNUMxMS41LDUuMSwxMC40LDQuNyw5LjIsNC43eiIvPjwvc3ZnPg==');
}

.storybook-theme .section.author-section .appreciate-button:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDg3LDg2LDg5LDEpOyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAzKSIgZD0iTTIuOCwxNC40QzEuMSwxMi45LDAsMTAuNywwLDguNGMwLTIuMywxLTQuNSwyLjgtNkM0LjYsMC45LDYuOSwwLDkuMiwwYzIuNCwwLDQuNiwwLjgsNi40LDIuNGMwLjEsMC4xLDAuMywwLjMsMC40LDAuNGMwLjEtMC4xLDAuMy0wLjMsMC40LTAuNEMxOC4yLDAuOSwyMC41LDAsMjIuOCwwYzIuMywwLDQuNiwwLjgsNi40LDIuNEMzMSwzLjksMzIsNi4xLDMyLDguNGMwLDIuMy0xLDQuNS0yLjgsNkwxNiwyNiIvPjwvc3ZnPg==');
}

.storybook-theme .section.author-section .appreciate-button.appreciated:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDg3LDg2LDg5LDAuNSk7IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDMpIiBkPSJNMi44LDE0LjRDMS4xLDEyLjksMCwxMC43LDAsOC40YzAtMi4zLDEtNC41LDIuOC02QzQuNiwwLjksNi45LDAsOS4yLDBjMi40LDAsNC42LDAuOCw2LjQsMi40YzAuMSwwLjEsMC4zLDAuMywwLjQsMC40YzAuMS0wLjEsMC4zLTAuMywwLjQtMC40QzE4LjIsMC45LDIwLjUsMCwyMi44LDBjMi4zLDAsNC42LDAuOCw2LjQsMi40QzMxLDMuOSwzMiw2LjEsMzIsOC40YzAsMi4zLTEsNC41LTIuOCw2TDE2LDI2Ii8+PC9zdmc+');
}

.storybook-theme .section.author-section .appreciate-button.appreciated:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDg3LDg2LDg5LDEpOyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAzKSIgZD0iTTE2LDI2TDIuOCwxNC40QzEuMSwxMi45LDAsMTAuNywwLDguNGMwLTIuMywxLTQuNSwyLjgtNkM0LjYsMC45LDYuOSwwLDkuMiwwYzIuNCwwLDQuNiwwLjgsNi40LDIuNGMwLjEsMC4xLDAuMywwLjMsMC40LDAuNGMwLjEtMC4xLDAuMy0wLjMsMC40LTAuNEMxOC4yLDAuOSwyMC41LDAsMjIuOCwwYzIuMywwLDQuNiwwLjgsNi40LDIuNEMzMSwzLjksMzIsNi4xLDMyLDguNGMwLDIuMy0xLDQuNS0yLjgsNkwxNiwyNnogTTkuMiw0LjdDOCw0LjcsNi45LDUuMiw2LDUuOUM1LjMsNi41LDQuOCw3LjQsNC44LDguNGMwLDEsMC41LDEuOSwxLjIsMi41bDEwLDguOGwxMC04LjhjMC43LTAuNiwxLjItMS41LDEuMi0yLjVjMC0xLTAuNS0xLjktMS4yLTIuNWMtMS45LTEuNS00LjUtMS41LTYuNCwwYy0wLjcsMC42LTEuMiwxLjUtMS4yLDIuNWgtNC44YzAtMS0wLjUtMS45LTEuMi0yLjVDMTEuNSw1LjEsMTAuNCw0LjcsOS4yLDQuN3oiLz48L3N2Zz4=');
}

.publication-viewer.touch-disabled .storybook-theme .section.author-section .appreciate-button:hover {
  color: rgba(87,86,89,1);
  border-color: rgba(87,86,89,1);
}

.publication-viewer.touch-disabled .storybook-theme .section.author-section .appreciate-button:active {
  color: rgba(87,86,89,0.5);
  border-color: rgba(87,86,89,0.5);
}

.publication-viewer.touch-disabled .storybook-theme .section.author-section .appreciate-button:active:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDg3LDg2LDg5LDAuNSk7IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDMpIiBkPSJNMi44LDE0LjRDMS4xLDEyLjksMCwxMC43LDAsOC40YzAtMi4zLDEtNC41LDIuOC02QzQuNiwwLjksNi45LDAsOS4yLDBjMi40LDAsNC42LDAuOCw2LjQsMi40YzAuMSwwLjEsMC4zLDAuMywwLjQsMC40YzAuMS0wLjEsMC4zLTAuMywwLjQtMC40QzE4LjIsMC45LDIwLjUsMCwyMi44LDBjMi4zLDAsNC42LDAuOCw2LjQsMi40QzMxLDMuOSwzMiw2LjEsMzIsOC40YzAsMi4zLTEsNC41LTIuOCw2TDE2LDI2Ii8+PC9zdmc+');
}

.publication-viewer.touch-disabled .storybook-theme .section.author-section .appreciate-button.appreciated:active:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDg3LDg2LDg5LDAuNSk7IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDMpIiBkPSJNMTYsMjZMMi44LDE0LjRDMS4xLDEyLjksMCwxMC43LDAsOC40YzAtMi4zLDEtNC41LDIuOC02QzQuNiwwLjksNi45LDAsOS4yLDBjMi40LDAsNC42LDAuOCw2LjQsMi40YzAuMSwwLjEsMC4zLDAuMywwLjQsMC40YzAuMS0wLjEsMC4zLTAuMywwLjQtMC40QzE4LjIsMC45LDIwLjUsMCwyMi44LDBjMi4zLDAsNC42LDAuOCw2LjQsMi40QzMxLDMuOSwzMiw2LjEsMzIsOC40YzAsMi4zLTEsNC41LTIuOCw2TDE2LDI2eiBNOS4yLDQuN0M4LDQuNyw2LjksNS4yLDYsNS45QzUuMyw2LjUsNC44LDcuNCw0LjgsOC40YzAsMSwwLjUsMS45LDEuMiwyLjVsMTAsOC44bDEwLTguOGMwLjctMC42LDEuMi0xLjUsMS4yLTIuNWMwLTEtMC41LTEuOS0xLjItMi41Yy0xLjktMS41LTQuNS0xLjUtNi40LDBjLTAuNywwLjYtMS4yLDEuNS0xLjIsMi41aC00LjhjMC0xLTAuNS0xLjktMS4yLTIuNUMxMS41LDUuMSwxMC40LDQuNyw5LjIsNC43eiIvPjwvc3ZnPg==');
}


.storybook-theme .section.credits-section {
  color: rgba(87,86,89,1);
}

      /* behaviors css */
      /* Default content behaviors */

.storybook-theme div.image {
  -webkit-transition: opacity .5s cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform .5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -moz-transition: opacity .5s cubic-bezier(0.455, 0.030, 0.515, 0.955), -moz-transform .5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -o-transition: opacity .5s cubic-bezier(0.455, 0.030, 0.515, 0.955), -o-transform .5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -ms-transition: opacity .5s cubic-bezier(0.455, 0.030, 0.515, 0.955), -ms-transform .5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  transition: opacity .5s cubic-bezier(0.455, 0.030, 0.515, 0.955), transform .5s cubic-bezier(0.455, 0.030, 0.515, 0.955);

  opacity: 1;

  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.storybook-theme div.image.hidden {
  opacity: 0;

  -webkit-transform: translate3d(0,40px,0);
  -moz-transform: translate3d(0,40px,0);
  -o-transform: translate3d(0,40px,0);
  -ms-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
}

.storybook-theme .caption,
.storybook-theme .grid-caption {
  -webkit-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -webkit-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -moz-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -moz-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -o-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -o-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -ms-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -ms-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);

  opacity: 1;

  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.storybook-theme .caption.hidden,
.storybook-theme .grid-caption.hidden {
  opacity: 0;

  -webkit-transform: translate3d(20px,0,0);
  -moz-transform: translate3d(20px,0,0);
  -o-transform: translate3d(20px,0,0);
  -ms-transform: translate3d(20px,0,0);
  transform: translate3d(20px,0,0);
}

.storybook-theme blockquote {
  -webkit-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -webkit-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -moz-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -moz-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -o-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -o-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -ms-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -ms-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);

  opacity: 1;

  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.storybook-theme blockquote.hidden {
  opacity: 0;

  -webkit-transform: translate3d(20px,0,0);
  -moz-transform: translate3d(20px,0,0);
  -o-transform: translate3d(20px,0,0);
  -ms-transform: translate3d(20px,0,0);
  transform: translate3d(20px,0,0);
}


      /* overrides to some alignments defined after component
         styles to make sure they will override the component
         defaults when they have the same specificity */

      .storybook-theme .link-button-wrapper, /* default */
      .storybook-theme .link-button-wrapper.link-left {
        text-align: left;
      }

      .storybook-theme .link-button-wrapper.link-center {
        text-align: center;
      }

      .storybook-theme .link-button-wrapper.link-right {
        text-align: right;
      }

      .storybook-theme p.text-left,
      .storybook-theme h3.text-left,
      .storybook-theme h4.text-left,
      .storybook-theme .caption.text-left,
      .storybook-theme .grid-caption.text-left {
        text-align: left;
      }

      .storybook-theme .caption, /* defaults */
      .storybook-theme .grid-caption,

      .storybook-theme p.text-center,
      .storybook-theme h3.text-center,
      .storybook-theme h4.text-center,
      .storybook-theme .caption.text-center,
      .storybook-theme .grid-caption.text-center {
        text-align: center;
      }

      .storybook-theme p.text-right,
      .storybook-theme h3.text-right,
      .storybook-theme h4.text-right,
      .storybook-theme .caption.text-right,
      .storybook-theme .grid-caption.text-right {
        text-align: right;
      }

      .storybook-theme .caption-right .pull-quote {
        right: 3%;
        left: auto;
        margin-left: 0;
        margin-right: 2rem;
      }
	  
	  @media (max-width: 991px) {
	  .cuadro-01 {
	  height: 650px !important;	  
	  }
	  .cuadro-02 {
	  height: 1600px !important;	  
	  }
	  .cuadro-03 {
	  height: 480px !important;	  
	  }
	  .cuadro-04 {
	  height: 360px !important;	  
	  }
	  .cuadro-05 {
	  height: 740px !important;	  
	  }
	  .cuadro-06 {
	  height: 350px !important;	  
	  }
	  .cuadro-07 {
	  height: 150px !important;	  
	  }
	  .cuadro-08 {
	  height: 1150px !important;	  
	  }
	  }
	  @media (min-width: 992px) {
	  .cuadro-01 {
	  height: 920px !important;	  
	  }
	  .cuadro-02 {
	  height: 1250px !important;	  
	  }
	  .cuadro-03 {
	  height: 350px !important;	  
	  }
	  .cuadro-04 {
	  height: 150px !important;	  
	  }
	  .cuadro-05 {
	  height: 450px !important;	  
	  }
	  .cuadro-06 {
	  height: 450px !important;	  
	  }
	  .cuadro-07 {
	  height: 70px !important;	  
	  }
	   .cuadro-08 {
	  height: 1150px !important;	  
	  }
	  }
	  .btn-celebracion {
background-color:#eec4ac;
width: 100%;
text-align: center;
padding: 10px 50px;
border-radius: 5px;
color:#fff !important;
font-size: 18px !important;
text-decoration: none !important;
}
.btn-celebracion:hover {
background-color:#fff;
color:#eec4ac !important;
}

.mouse-icon{width:25px;height:45px;border:2px solid #fff;border-radius:15px;cursor:pointer;position:relative;text-align:center; margin-top:20px;}
.mouse-wheel{height:6px;margin:2px auto 0;display:block;width:3px;background-color:#fff;border-radius:50%;-webkit-animation:1.6s ease infinite wheel-up-down;-moz-animation:1.6s ease infinite wheel-up-down;animation:1.6s ease infinite wheel-up-down}
@-webkit-keyframes wheel-up-down{0%{margin-top:2px;opacity:0}30%{opacity:1}100%{margin-top:20px;opacity:0}}
@-moz-keyframes wheel-up-down{0%{margin-top:2px;opacity:0}30%{opacity:1}100%{margin-top:20px;opacity:0}}
@keyframes wheel-up-down{0%{margin-top:2px;opacity:0}30%{opacity:1}100%{margin-top:20px;opacity:0}}