:root {

	/* Font Family */
	--hero-font-text: Arial, Helvetica, Geneva, sans-serif

	/* Font Tools */
    --hero-text-shadow: 3px 3px 5px #555555;
    --hero-text-shadow-inset: 2px 2px 3px rgba(255,255,255,0.5);

    /* Colors */
	--hero-color-background: #faf0e6;

    /* Slide */
    --hero-overlay-width: 300px;
    --hero-overlay-height: 389px;

}

.calot-hero-section {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    padding: 0px;
    max-width: 100vw !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.calot-hero-section.calot-hero-color{}
.calot-hero-section.calot-hero-image {
    display: block;
    padding-top: 0px;
    margin-bottom: 0px;
    min-height: 1vh;
}
/*
PARALLAX
*/
.calot-hero-section.hero-parallax-section {
    max-width: 100% !important;
    max-width: 100vw !important;
    width: 100% !important;
    width: 100vw !important;
    position: relative;
}

.hero-parallax-section .parallax-window {
    min-height: 400px;
    background: 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*.hero-parallax-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: 100%;
}
.hero-parallax-content {
    z-index: 999;
    position: absolute;
}*/
.calot-hero-section.calot-hero-video {}
.calot-hero-section .calot-hero-bg-video,
.calot-hero-section .calot-hero-bg-image {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    height: auto;
    width: auto;
    transform: translate(-50%, -50%);
    object-fit: contain;
    pointer-events: none;
    z-index: 0;
}

.calot-hero-section .calot-hero-bg-image {
    background-image: url(../images/Empty-Slide-001.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 50vw;
    position: relative;
    top: 0%;
    transform: translate(-50%, -0%);
}
.calot-hero-section .calot-hero-bg-image.calot-hero-small {
    height: 28vw;
}
.calot-hero-content {
    width: 100%;
    z-index: 80;
    max-height: calc( 100vh - 140px );
}
.calot-hero-content .is-style-outline .has-white-color {
    border: 2px solid #fff !important;
}
.calot-hero-content .has-white-color {
    color: #fff !important;
}

.calot-hero-content-row-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.hero-tagline-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-drink-details-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-3-cans img {
    max-width: 80%;
    vertical-align: middle;
    border-style: none;
}

.hero-tagline-desktop .button-style-1 {
    margin-top: 50px;
}

.button-style-1,
.button-style-1:link,
.button-style-1:visited,
.button-style-1:active {
    font-family: 'halis_grbold';
    font-size: 1.16rem;
    line-height: 1.16rem;
    padding-top: 2px;
    position: relative;
    height: 60px;
    width: 280px;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-decoration: none !important;
    max-width: 50%;
    min-width: 260px;
    transition: all 600ms ease;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

.button-style-1:hover,
.button-style-1:focus {
    transition: all 600ms ease !important;
    background-color: rgba(255, 255, 255, 0.3)
}

.hero-drink-details {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 1000px;
    max-width: 80%;
    padding-top: 40px;
    padding-bottom: 30px;
}

.hero-drink-details>div {
    color: #ffffff;
    font-size: 2.8vw;
    line-height: 3.2vw;
    letter-spacing: 2px;
    font-family: 'halis_grbold';
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: flex-start;
}

.hero-drink-details>.hero-bullet>span {
    display: inline-block;
    width: 4vw;
}

.hero-drink-details span.hero-text-sub {
    color: rgba(255, 255, 255, 0.8);
    padding: .2rem 0.6rem .6rem;
    letter-spacing: 2px;
    font-family: "BentonSans", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 100%;
    line-height: 1.5;
    font-weight: normal;
    font-size: 60%;
    display: block;
    font-weight: 200 !important;
}

.bounce-up .animation-element {
    opacity: 0;
    -o-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    transition: all 1s linear;
    -o-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    transform: translate(0, 60px);
}

.bounce-up.in-view .animation-element {
    opacity: 1;
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

