
/* ===================================================================
 * # base style overrides
 *
 * ------------------------------------------------------------------- */
html {
    font-size: 10px;
}

.floatclear {
    clear: both;
}

@font-face {
    font-family: 'AvantGarde-Book';
    src: url('AvantGarde-Book.eot');
    src: url('AvantGarde-Book.eot?#iefix') format('embedded-opentype'),
        url('AvantGarde-Book.woff2') format('woff2'),
        url('AvantGarde-Book.woff') format('woff'),
        url('AvantGarde-Book.ttf') format('truetype'),
        url('AvantGarde-Book.svg#AvantGarde-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGarde-Demi';
    src: url('AvantGarde-Demi.eot');
    src: url('AvantGarde-Demi.eot?#iefix') format('embedded-opentype'),
        url('AvantGarde-Demi.woff2') format('woff2'),
        url('AvantGarde-Demi.woff') format('woff'),
        url('AvantGarde-Demi.ttf') format('truetype'),
        url('AvantGarde-Demi.svg#AvantGarde-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
}

    

@media only screen and (max-width: 400px) {
    html {
        font-size: 9.411764705882353px;
    }
}

html, body {
    height: 100%;
}

body {
    background: #111111;
    font-family: "AvantGarde-Book", serif;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.765;
    color: #ffffff;
    margin: 0;
    padding: 0;
}


/* ------------------------------------------------------------------- 
 * ## links
 * ------------------------------------------------------------------- */
a {
    color: #0087cc;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover, a:focus, a:active {
    color: #39b54a;
}

a:hover, a:active {
    outline: 0;
}



/* ===================================================================
 * # typography & general theme styles
 * 
 * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "AvantGarde-Book", sans-serif;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 0;
    margin-bottom: 0;
}


h5, .h5, h6, .h6 {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

h1, .h1 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
}

h2, .h2 {
    font-size: 3rem;
    line-height: 1.3;
}

h3, .h3 {
    font-size: 2.4rem;
    line-height: 1.25;
}

h4, .h4 {
    font-size: 2.1rem;
    line-height: 1.286;
}

h5, .h5 {
    font-size: 1.6rem;
    line-height: 1.313;
}

h6, .h6 {
    font-size: 1.3rem;
    line-height: 1.385;
    text-transform: uppercase;
    letter-spacing: .16rem;
}

p img {
    margin: 0;
}

p.lead {
    font-family: "montserrat-regular", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 3.6rem;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    p.lead {
        font-size: 1.8rem;
    }
}

em, i, strong, b {
    font-size: inherit;
    line-height: inherit;
    font-style: normal;
    font-weight: normal;
}

em, i {
    font-family: "lora-italic", serif;
}

strong, b {
    font-family: "lora-bold", serif;
}

small {
    font-size: 1.2rem;
    line-height: inherit;
}

blockquote {
    margin: 3.9rem 0;
    padding-left: 4.5rem;
    position: relative;
}

blockquote:before {
    content: "\201C";
    font-size: 10rem;
    line-height: 0px;
    margin: 0;
    color: rgba(0, 0, 0, 0.25);
    font-family: arial, sans-serif;
    position: absolute;
    top: 3.6rem;
    left: 0;
}

blockquote p {
    font-family: "montserrat-regular", sans-serif;
    padding: 0;
    font-size: 2.1rem;
    line-height: 1.857;
    color: #111111;
}

blockquote cite {
    display: block;
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    line-height: 1.5;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited {
    color: #828282;
    border: none;
}

abbr {
    font-family: "lora-bold", serif;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .05rem;
    color: #828282;
}

var, kbd, samp, code, pre {
    font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
    padding: 2.4rem 3rem 3rem;
    background: #F1F1F1;
    overflow-x: auto;
}

code {
    font-size: 1.4rem;
    margin: 0 .2rem;
    padding: .3rem .6rem;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
}

pre > code {
    display: block;
    white-space: pre;
    line-height: 2;
    padding: 0;
    margin: 0;
}

pre.prettyprint > code {
    border: none;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
    text-decoration: none;
}

mark {
    background: #ffd900;
    color: #000000;
}

hr {
    border: solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0 0;
    clear: both;
    margin: 2.4rem 0 1.5rem;
    height: 0;
}


/* ------------------------------------------------------------------- 
 * ## Lists
 * ------------------------------------------------------------------- */
ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    display: list-item;
}

ol, ul {
    margin-left: 1.7rem;
}

ul li {
    padding-left: .4rem;
}

ul ul, ul ol, ol ol, ol ul {
    margin: .6rem 0 .6rem 1.7rem;
}

ul.disc li {
    display: list-item;
    list-style: none;
    padding: 0 0 0 .8rem;
    position: relative;
}

ul.disc li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #39b54a;
    position: absolute;
    left: -17px;
    top: 11px;
    vertical-align: middle;
}

dt {
    margin: 0;
    color: #39b54a;
}

dd {
    margin: 0 0 0 2rem;
}


/* ------------------------------------------------------------------- 
 * ## responsive video container
 * ------------------------------------------------------------------- */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ------------------------------------------------------------------- 
 * ## floated image
 * ------------------------------------------------------------------- */
img.pull-right {
    margin: 1.5rem 0 0 3rem;
}

img.pull-left {
    margin: 1.5rem 3rem 0 0;
}


/* ------------------------------------------------------------------- 
 * ## tables
 * ------------------------------------------------------------------- */
table {
    border-width: 0;
    width: 100%;
    max-width: 100%;
    font-family: "lora-regular", serif;
}

th, td {
    padding: 1.5rem 3rem;
    text-align: left;
    border-bottom: 1px solid #E8E8E8;
}

th {
    color: #000000;
    font-family: "montserrat-bold", sans-serif;
}

td {
    line-height: 1.5;
}

th:first-child, td:first-child {
    padding-left: 0;
}

th:last-child, td:last-child {
    padding-right: 0;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


/* ------------------------------------------------------------------- 
 * ## pace.js styles - minimal
 * ------------------------------------------------------------------- */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #39b54a;
    position: fixed;
    z-index: 900;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}

.oldie .pace {
    display: none;
}



/* ===================================================================
 * # preloader
 *
 * ------------------------------------------------------------------- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #050505;
    z-index: 800;
    height: 100%;
    width: 100%;
    display: table;
}

.no-js #preloader, .oldie #preloader {
    display: none;
}

#loader {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.line-scale-pulse-out > div {
    background-color: #39b54a;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
    animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
    animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
    animation-delay: -0.2s !important;
}

@-webkit-keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}



/* ===================================================================
 * # forms
 *
 * ------------------------------------------------------------------- */
fieldset {
    border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    display: block;
    padding: 0 0.5rem;
    outline: none;
    color: #333333;
    font-family: "montserrat-light", sans-serif;
    font-size: 1.4rem;
    line-height: 3rem;
    max-width: 100%;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cl-custom-select {
    position: relative;
    padding: 0;
}

.cl-custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    margin: 0;
    line-height: 3rem;
    vertical-align: middle;
}

.cl-custom-select select option {
    padding-left: 2rem;
    padding-right: 2rem;
}

.cl-custom-select select::-ms-expand {
    display: none;
}

.cl-custom-select::after {
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    border-right: 2px solid rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}


/* IE9 and below */

.oldie .cl-custom-select::after {
    display: none;
}

label, legend {
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: .9rem;
    line-height: 1.714;
    color: #000000;
    display: block;
}

input[type="checkbox"], input[type="radio"] {
    display: inline;
}

label > .label-text {
    display: inline-block;
    margin-left: 1rem;
    font-family: "montserrat-regular", sans-serif;
    font-weight: normal;
    line-height: inherit;
}

label > input[type="checkbox"], 
label > input[type="radio"] {
    margin: 0;
    position: relative;
    top: .15rem;
}


/* ------------------------------------------------------------------- 
 * ## style placeholder text
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {
    color: #828282;
}

:-moz-placeholder {
    color: #828282;
    /* Firefox 18- */
}

::-moz-placeholder {
    color: #828282;
    /* Firefox 19+ */
}

:-ms-input-placeholder {
    color: #828282;
}

.placeholder {
    color: #828282 !important;
}


/* ------------------------------------------------------------------- 
 * ## change autocomplete styles in chrome
 * ------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
}



/* ===================================================================
 * # buttons
 *
 * ------------------------------------------------------------------- */

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    background-color: #b8b8b8;
    border-color: #b8b8b8;
    color: #000000;
    outline: 0;
}


/* =================================================================== 
 * # additional components
 *
 * ------------------------------------------------------------------- */


/* ------------------------------------------------------------------- 
 * ## alert box
 * ------------------------------------------------------------------- */
.alert-box {
    padding: 2.1rem 4rem 2.1rem 3rem;
    position: relative;
    margin-bottom: 3rem;
    border-radius: 3px;
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.5rem;
    line-height: 1.6;
}

.alert-box__close {
    position: absolute;
    right: 1.8rem;
    top: 1.8rem;
    cursor: pointer;
}

.alert-box__close.fa {
    font-size: 12px;
}

.alert-box--error {
    background-color: #ffd1d2;
    color: #e65153;
}

.alert-box--success {
    background-color: #c8e675;
    color: #758c36;
}

.alert-box--info {
    background-color: #d7ecfb;
    color: #4a95cc;
}

.alert-box--notice {
    background-color: #fff099;
    color: #bba31b;
}


/* ------------------------------------------------------------------- 
 * ## additional typo styles 
 * ------------------------------------------------------------------- */


/* drop cap 
 * ----------------------------------------------- */
.drop-cap:first-letter {
    float: left;
    margin: 0;
    padding: 1.5rem .6rem 0 0;
    font-size: 8.4rem;
    font-family: "montserrat-regular", sans-serif;
    font-weight: bold;
    line-height: 6rem;
    text-indent: 0;
    background: transparent;
    color: #000000;
}


/* line definition style 
 * ----------------------------------------------- */
.lining dt, .lining dd {
    display: inline;
    margin: 0;
}

.lining dt + dt:before, .lining dd + dt:before {
    content: "\A";
    white-space: pre;
}

.lining dd + dd:before {
    content: ", ";
}

.lining dd + dd:before {
    content: ", ";
}

.lining dd:before {
    content: ": ";
    margin-left: -0.2em;
}


/* dictionary definition style 
 * ----------------------------------------------- */
.dictionary-style dt {
    display: inline;
    counter-reset: definitions;
}

.dictionary-style dt + dt:before {
    content: ", ";
    margin-left: -0.2em;
}

.dictionary-style dd {
    display: block;
    counter-increment: definitions;
}

.dictionary-style dd:before {
    content: counter(definitions, decimal) ". ";
}


/** 
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *		<blockquote>
 *			<p></p>
 *		</blockquote>
 *	</aside>
 *
 * --------------------------------------------------------------------- */

.pull-quote {
    position: relative;
    padding: 2.1rem 3rem 2.1rem 0px;
}

.pull-quote:before, .pull-quote:after {
    height: 1em;
    position: absolute;
    font-size: 10rem;
    font-family: Arial, Sans-Serif;
    color: rgba(0, 0, 0, 0.25);
}

.pull-quote:before {
    content: "\201C";
    top: -3.6rem;
    left: 0;
}

.pull-quote:after {
    content: '\201D';
    bottom: 3.6rem;
    right: 0;
}

.pull-quote blockquote {
    margin: 0;
}

.pull-quote blockquote:before {
    content: none;
}


/** 
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *		<li><a href="#">[value]<em>[name]</em></a></li>
 *	</ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */

.stats-tabs {
    padding: 0;
    margin: 3rem 0;
}

.stats-tabs li {
    display: inline-block;
    margin: 0 1.5rem 3rem 0;
    padding: 0 1.5rem 0 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.stats-tabs li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.stats-tabs li a {
    display: inline-block;
    font-size: 2.5rem;
    font-family: "montserrat-regular", sans-serif;
    font-weight: bold;
    border: none;
    color: #000000;
}

.stats-tabs li a:hover {
    color: #39b54a;
}

.stats-tabs li a em {
    display: block;
    margin: .6rem 0 0 0;
    font-size: 1.4rem;
    font-family: "montserrat-regular", sans-serif;
    color: #828282;
}


/* ------------------------------------------------------------------- 
 * ## skillbars 
 * ------------------------------------------------------------------- */
.skill-bars {
    list-style: none;
    margin: 6rem 0 3rem;
}

.skill-bars li {
    height: .6rem;
    background: #c9c9c9;
    width: 100%;
    margin-bottom: 6.9rem;
    padding: 0;
    position: relative;
}

.skill-bars li strong {
    position: absolute;
    left: 0;
    top: -3rem;
    font-family: "montserrat-bold", sans-serif;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.skill-bars li .progress {
    background: #000000;
    position: relative;
    height: 100%;
}

.skill-bars li .progress span {
    position: absolute;
    right: 0;
    top: -3.6rem;
    display: block;
    font-family: "montserrat-regular", sans-serif;
    color: #FFFFFF;
    font-size: 1.1rem;
    line-height: 1;
    background: #000000;
    padding: .6rem .6rem;
    border-radius: 3px;
}

.skill-bars li .progress span::after {
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #000000;
    content: "";
}

.skill-bars li .percent5  { width: 5%; }
.skill-bars li .percent10 { width: 10%; }
.skill-bars li .percent15 { width: 15%; }
.skill-bars li .percent20 { width: 20%; }
.skill-bars li .percent25 { width: 25%; }
.skill-bars li .percent30 { width: 30%; }
.skill-bars li .percent35 { width: 35%; }
.skill-bars li .percent40 { width: 40%; }
.skill-bars li .percent45 { width: 45%; }
.skill-bars li .percent50 { width: 50%; }
.skill-bars li .percent55 { width: 55%; }
.skill-bars li .percent60 { width: 60%; }
.skill-bars li .percent65 { width: 65%; }
.skill-bars li .percent70 { width: 70%; }
.skill-bars li .percent75 { width: 75%; }
.skill-bars li .percent80 { width: 80%; }
.skill-bars li .percent85 { width: 85%; }
.skill-bars li .percent90 { width: 90%; }
.skill-bars li .percent95 { width: 95%; }
.skill-bars li .percent100 { width: 100%; }



/* ===================================================================
 * # reusable and common theme styles
 *
 * ------------------------------------------------------------------- */
.wide {
    max-width: 1400px;
}

.narrow {
    max-width: 800px;
}


/* ------------------------------------------------------------------- 
 * ## display headings
 * ------------------------------------------------------------------- */
.display-1 {
    font-family: "montserrat-medium", sans-serif;
    font-size: 7.8rem;
    line-height: 1.25;
    color: #000000;
    margin-top: 0;
}

.display-1--light {
    color: #FFFFFF;
}

.display-2 {
    font-family: "montserrat-medium", sans-serif;
    font-size: 5.2rem;
    line-height: 1.255;
    color: #000000;
    margin-top: 0;
}

.display-2--light {
    color: #FFFFFF;
}

.subhead + .display-2 {
    margin-top: .6rem;
}

.subhead {
    font-family: "montserrat-bold", sans-serif;
    font-size: 1.7rem;
    line-height: 1.333;
    text-transform: uppercase;
    letter-spacing: .25rem;
    color: #39b54a;
    margin-top: 0;
    margin-bottom: 0;
}

.subhead--dark {
    color: #000000;
}

/*

    HAMBURGER MENU

*/

@import url('https://fonts.googleapis.com/css?family=Varela+Round');
html, body {
    overflow-x: hidden;
    height: 100%;
}
body {
    background: #fff;
    padding: 0;
    margin: 0;
    font-family: 'AvantGarde-Book', sans-serif;
}
.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #FC466B;
    position: fixed;
    height: 60px!important;
    overflow: hidden;
    z-index: 10;
}
.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
#sidebarMenu {
    height: auto;
    position: fixed;
    left: 0;
    width: 250px;
    margin-top: 60px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: #DC6658;
    opacity: 0.9;
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    height: auto;
    display: block;
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    padding: 20px;
    display: block;
}

.menu-line {
    height: 2px;
    background-color: #ffffff;
    width: 90%;
    margin: 0 auto;
}

input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 20px;
    left: 15px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 6px;
    width: 200%;
    background-color: #DC6658;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -14px;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * display headings
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
    .display-1 {
        font-size: 7.2rem;
    }
    .display-2 {
        font-size: 4.4rem;
    }
}

@media only screen and (max-width: 800px) {
    .display-1 {
        font-size: 6.5rem;
    }
    .display-2 {
        font-size: 4rem;
    }
}

@media only screen and (max-width: 600px) {
    .display-1 {
        font-size: 5rem;
    }
    .display-2 {
        font-size: 3.3rem;
    }
    .subhead {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 400px) {
    .display-1 {
        font-size: 4.2rem;
    }
    .display-2 {
        font-size: 3rem;
    }
}


/* ------------------------------------------------------------------- 
 * ## section header
 * ------------------------------------------------------------------- */
.section-header {
    text-align: center;
    position: relative;
    margin-bottom: 3.6rem;
    max-width: 960px;
}

.section-header.has-bottom-sep {
    padding-bottom: 2.1rem;
    position: relative;
}

.section-header.has-bottom-sep::before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 550px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-header.has-bottom-sep.light-sep::before {
    background-color: rgba(255, 255, 255, 0.05);
}


/* ------------------------------------------------------------------- 
 * responsive:
 * section-header
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
    .section-header {
        max-width: 800px;
    }
}

@media only screen and (max-width: 900px) {
    .section-header {
        max-width: 700px;
    }
}

@media only screen and (max-width: 800px) {
    .s-clients {
        padding-bottom: 17.4rem;
    }
    .section-header.has-bottom-sep::before {
        width: 400px;
    }
}

@media only screen and (max-width: 600px) {
    .section-header.has-bottom-sep {
        padding-bottom: 0;
    }
    .section-header.has-bottom-sep::before {
        width: 250px;
    }
}

/* ===================================================================
 * # header styles
 *
 * ------------------------------------------------------------------- */
.s-header {
    width: 70px;
    height: 1px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    -webkit-transform: translate3d(0,0,0) !important;
}

.s-header nav,.s-header nav input, .s-header nav label, .s-header nav ul, .s-header nav div {
    z-index: 900;
}

#ageError {
    display: none;
}

/* menu is open
 * ----------------------------------------------- */
.menu-is-open .header-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    
}

.menu-is-open .header-nav .header-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    left: 0;
}

/* ------------------------------------------------------------------- 
 * ## mobile menu toggle 
 * ------------------------------------------------------------------- */
.header-menu-toggle {
    position: fixed;
    left: 24px;
    top: 24px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-family: "montmontserrat-medium", sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #39b54a;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-menu-toggle.opaque {
    background-color: #000000;
}

.header-menu-toggle.opaque .header-menu-text {
    background-color: #000000;
}

.header-menu-toggle:hover, .header-menu-toggle:focus {
    color: #FFFFFF;
}

.header-menu-text {
    display: none;
    position: absolute;
    top: 0;
    left: -70px;
    width: 70px;
    padding-left: 12px;
}

.header-menu-icon {
    display: block;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    left: 10px;
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: white;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-menu-icon::before, .header-menu-icon::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-menu-icon::before {
    top: -9px;
}

.header-menu-icon::after {
    bottom: -9px;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
    .s-header {
        height: 60px;
    }
    .header-logo {
        left: 30px;
    }
    .header-menu-toggle {
        right: 25px;
    }
}

@media only screen and (max-width: 400px) {
    .header-menu-text {
        display: none;
    }
}

/* ===================================================================
 * # home 
 *
 * ------------------------------------------------------------------- */
.s-home {
    width: 100%;
    max-height: 120vh;
    min-height: 100vh;
    background-color: transparent;
    position: relative;
    display: table;
}

.s-home .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.s-home .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #000000;
}

.no-js .s-home {
    background: #000000;
}

.home-social {
    position: absolute;
    top: 10px;
    right: 20px;
}

.home-social li{
    display: inline;

}


/* ------------------------------------------------------------------- 
 * ## home content
 * ------------------------------------------------------------------- */
.home-content {
    display: inline-block;
    width: 100%;
    max-height: 120vh;
    min-height: 100vh;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    background-image: url(../images/slide1/slide1-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.home-content__main {
    padding-top: 24rem;
    position: relative;
}

.home-content__buttons {
    padding-top: 6rem;
    text-align: left;
}

.home-content__buttons .btn {
    width: 215px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    margin: 1.5rem 1.5rem 0 0;
    letter-spacing: .25rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home-content__buttons .btn:last-child {
    margin-right: 0;
}

.home-content__buttons .btn:hover, 
.home-content__buttons .btn:focus {
    background: #FFFFFF !important;
    color: #000000;
}

.home-content__scroll {
    position: absolute;
    right: 9.5rem;
    bottom: 8.4rem;
}

.home-content__scroll a {
    font-family: "montserrat-semibold", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    line-height: 3rem;
    padding-left: 2.5rem;
}

.home-content__scroll a::before {
    border-bottom: 2px solid #39b54a;
    border-right: 2px solid #39b54a;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.home-content__line {
    display: block;
    width: 2px;
    height: 10.2rem;
    background-color: #39b54a;
    position: absolute;
    right: 7.2rem;
    bottom: 0;
}


#home-header {
    position: static;
    top: 0;
    text-align: center;
    width: 100%;
}

#home-header img {
    margin-top: 50px;
    width: 60%;
}

#home-button {
    position: static;
    margin-top: 40px;
    margin-bottom: 200px;
    width: 100%;
    text-align: center;
    display: none;
}

#home-button a {
    display: block;
    height: 75px;
    width: 100%;
}

#home-button a img {
    width:40%;
}

#home-bottles {
    position: static;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

#home-bottles img {
    width: 50%;
}

#home-next-icon {
    display: block;
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    z-index: 600;
}

#home-next-icon a {
    display: block;
}

@media only screen and (min-width: 400px) {
    #home-bottles img {
        width: 35%;
    }
}

@media only screen and (min-width: 500px) {
    #home-bottles img {
        width: 30%;
    }
}

@media only screen and (min-width: 800px) {
    #home-header-desktop {
        width: 60%;
        float: left;
        max-height: 90vh;
    }

    #home-header {
        padding: 0 50px;
    }

    #home-header img{
        width: auto;
        max-width: 100%;
        max-height: 60vh;
        margin-top: 50px;
    }

    #home-button {
        width: auto;
        max-width: 80%;
        height: auto;
        margin: 50px auto 0 auto;
        display: block;
    }

    #home-bottles {
        width: 40%;
        float: right;
        padding: 80px 50px 50px 0;
        margin: 0;
    }
    
    #home-bottles img {
        width: auto;
        max-width: 100%;
        max-height: 80vh;
    }
}

@media only screen and (min-width: 1000px) {

    #home {
        min-height: 100vh;
    }

    .home-content {
        min-height: 100vh;
    }

}


/* ===================================================================
 * # gorgeous sparkling 
 *
 * ------------------------------------------------------------------- */
 .s-gorgeoussparkling {
    width: 100%;
    height: auto;
    max-height: 101vh;
    min-height: 200px;
    background-color: transparent;
    position: relative;
    display: table;
}

.s-gorgeoussparkling .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.s-gorgeoussparkling .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #000000;
}

.no-js .s-gorgeoussparkling {
    background: #000000;
}

.gorgeoussparkling-social {
    position: absolute;
    top: 10px;
    right: 20px;
}

.gorgeoussparkling-social li{
    display: inline;
}

#gorgeoussparkling-content-text {
    width: 100%;
    text-align: center;
    margin: 10vh auto;
    display: block;
    max-height: 80vh;
    padding: 0 2rem;
}

#gorgeoussparkling-content-text img {
    width: auto;
    opacity: 0.9;
    max-height: 80vh;
}

#gorgeoussparkling-content-text a {
    display: block;
    max-height: 80vh;
}




/* ------------------------------------------------------------------- 
 * ## gorgeoussparkling content
 * ------------------------------------------------------------------- */
.gorgeoussparkling-content {
    display: inline-block;
    width: 100%;
    height: 100%;
    max-height: 101vh;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    /*
    background-image: url(../images/slide2/slide2-background.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    */
    background-image: none;
    background-color: #a3d9cb;
}


.gorgeoussparkling-content__main {
    padding-top: 24rem;
    position: relative;
}

.gorgeoussparkling-content__buttons {
    padding-top: 6rem;
    text-align: left;
}

.gorgeoussparkling-content__buttons .btn {
    width: 215px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    margin: 1.5rem 1.5rem 0 0;
    letter-spacing: .25rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gorgeoussparkling-content__buttons .btn:last-child {
    margin-right: 0;
}

.gorgeoussparkling-content__buttons .btn:hover, 
.gorgeoussparkling-content__buttons .btn:focus {
    background: #FFFFFF !important;
    color: #000000;
}

.gorgeoussparkling-content__scroll {
    position: absolute;
    right: 9.5rem;
    bottom: 8.4rem;
}

.gorgeoussparkling-content__scroll a {
    font-family: "montserrat-semibold", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    line-height: 3rem;
    padding-left: 2.5rem;
}

.gorgeoussparkling-content__scroll a::before {
    border-bottom: 2px solid #39b54a;
    border-right: 2px solid #39b54a;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.gorgeoussparkling-content__line {
    display: block;
    width: 2px;
    height: 10.2rem;
    background-color: #39b54a;
    position: absolute;
    right: 7.2rem;
    bottom: 0;
}


#gorgeoussparkling-header {
    position: static;
    top: 0;
    text-align: center;
    width: 100%;
}

#gorgeoussparkling-header img {
    margin-top: 100px;
    width: 70%;
}

#gorgeoussparkling-button {
    position: static;
    margin-top: 100px;
    width: 100%;
    text-align: center;
}

#gorgeoussparkling-button a {
    display: block;
    height: 75px;
    width: 100%;
}

#gorgeoussparkling-bottles {
    position: static;
    margin-top: 100px;
    text-align: center;
    margin-bottom: 50px;
}

#gorgeoussparkling-bottles img {
    width: 50%;
}

#gorgeoussparkling-next-icon {
    display: block;
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    z-index: 600;
}

#gorgeoussparkling-next-icon a {
    display: block;
}

/* GORGEOUS SPARKLING DESKTOP */

@media only screen and (min-width: 800px) {

    .s-gorgeoussparkling {
        min-height: 101vh;
        height: 101vh;
    }
    
    .gorgeoussparkling-content {
        background-image: url(../images/slide2/slide2-background-desktop.jpg);
        background-size: cover;
        height: 101vh;
        background-repeat: no-repeat;
        background-position: right center;
    }

    #gorgeoussparkling-content-text {
        height: auto;
        max-height: 90vh;
        width: auto;
        max-width: 35%;
        padding: 0;
        
        margin: 50px 0 50px 50px;
    }
}

/* ===================================================================
 * # gorgeous chardonnay 
 *
 * ------------------------------------------------------------------- */
 .s-gorgeouschardonnay {
    width: 100%;
    height: auto;
    max-height: 101vh;
    min-height: 200px;
    background-color: transparent;
    position: relative;
    display: table;
    overflow: auto;
}

.s-gorgeouschardonnay .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.s-gorgeouschardonnay .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #000000;
}

.no-js .s-gorgeouschardonnay {
    background: #000000;
}

.gorgeouschardonnay-social {
    position: absolute;
    top: 10px;
    right: 20px;
}

.gorgeouschardonnay-social li{
    display: inline;
}


#gorgeouschardonnay-content-text {
    width: 100%;
    text-align: center;
    margin: 10vh auto;
    display: block;
    max-height: 80vh;
    padding: 0 2rem;
}

#gorgeouschardonnay-content-text img {
    width: auto;
    opacity: 0.9;
    max-height: 80vh;
}

#gorgeouschardonnay-content-text a {
    display: block;
    max-height: 80vh;
}


/* ------------------------------------------------------------------- 
 * ## gorgeous chardonnay content
 * ------------------------------------------------------------------- */
.gorgeouschardonnay-content {
    display: inline-block;
    width: 100%;
    height: 100%;
    max-height: 101vh;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    /* background-image: url(../images/slide3/slide3-background.jpg); 
    background-repeat: no-repeat;
    background-position: left top;
    */
    background-image: none;
    background-color: #e38579;
    ;
}


.gorgeouschardonnay-content__main {
    padding-top: 24rem;
    position: relative;
}

.gorgeouschardonnay-content__buttons {
    padding-top: 6rem;
    text-align: left;
}

.gorgeouschardonnay-content__buttons .btn {
    width: 215px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    margin: 1.5rem 1.5rem 0 0;
    letter-spacing: .25rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gorgeouschardonnay-content__buttons .btn:last-child {
    margin-right: 0;
}

.gorgeouschardonnay-content__buttons .btn:hover, 
.gorgeouschardonnay-content__buttons .btn:focus {
    background: #FFFFFF !important;
    color: #000000;
}

.gorgeouschardonnay-content__scroll {
    position: absolute;
    right: 9.5rem;
    bottom: 8.4rem;
}

.gorgeouschardonnay-content__scroll a {
    font-family: "montserrat-semibold", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    line-height: 3rem;
    padding-left: 2.5rem;
}

.gorgeouschardonnay-content__scroll a::before {
    border-bottom: 2px solid #39b54a;
    border-right: 2px solid #39b54a;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.gorgeouschardonnay-content__line {
    display: block;
    width: 2px;
    height: 10.2rem;
    background-color: #39b54a;
    position: absolute;
    right: 7.2rem;
    bottom: 0;
}


#gorgeouschardonnay-header {
    position: static;
    top: 0;
    text-align: center;
    width: 100%;
}

#gorgeouschardonnay-header img {
    margin-top: 100px;
    width: 70%;
}

#gorgeouschardonnay-button {
    position: static;
    margin-top: 100px;
    width: 100%;
    text-align: center;
}

#gorgeouschardonnay-button a {
    display: block;
    height: 75px;
    width: 100%;
}

#gorgeouschardonnay-bottles {
    position: static;
    margin-top: 100px;
    text-align: center;
    margin-bottom: 50px;
}

#gorgeouschardonnay-bottles img {
    width: 50%;
}

#gorgeouschardonnay-next-icon {
    display: block;
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    z-index: 600;
}

#gorgeouschardonnay-next-icon a {
    display: block;
}

/* GORGEOUS CHARDONNAY DESKTOP */

@media only screen and (min-width: 800px) {

    .s-gorgeouschardonnay {
        min-height: 101vh;
    }
    
    .gorgeouschardonnay-content {
        background-image: url(../images/slide3/slide3-background-desktop.jpg);
        background-size: cover;
        vertical-align: middle;
        height: 101vh;
        background-repeat: no-repeat;
        background-position: left top;
    }

    #gorgeouschardonnay-content-text {
        height: auto;
        max-height: 90vh;
        width: auto;
        max-width: 35%;
        padding: 0;
        float: right;
        margin: 50px 50px 50px 50px;
    }

}

/* ===================================================================
 * # gorgeous recipe 1 
 *
 * ------------------------------------------------------------------- */
 .s-gorgeousrecipe1 {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background-color: transparent;
    position: relative;
    display: table;
    background-image: url(../images/slide4/4.1/slide4.1-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.s-gorgeousrecipe1 .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.s-gorgeousrecipe1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #000000;
}

.no-js .s-gorgeousrecipe1 {
    background: #000000;
}

.gorgeousrecipe1-social {
    position: absolute;
    top: 10px;
    right: 20px;
}

.gorgeousrecipe1-social li{
    display: inline;
}

#gorgeousrecipe1-button {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 150px;
    display: block;
}

#gorgeousrecipe1-button img {
    width: 50%;
}

#gorgeousrecipe1-button a {
    display: block;
}

/* ------------------------------------------------------------------- 
 * ## gorgeous recipe 1 content
 * ------------------------------------------------------------------- */
.gorgeousrecipe1-content {
    display: inline-block;
    width: 100%;
    height: 100vh;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}


.gorgeousrecipe1-content__main {
    padding-top: 24rem;
    position: relative;
}

.gorgeousrecipe1-content__buttons {
    padding-top: 6rem;
    text-align: left;
}

.gorgeousrecipe1-content__buttons .btn {
    width: 215px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    margin: 1.5rem 1.5rem 0 0;
    letter-spacing: .25rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gorgeousrecipe1-content__buttons .btn:last-child {
    margin-right: 0;
}

.gorgeousrecipe1-content__buttons .btn:hover, 
.gorgeousrecipe1-content__buttons .btn:focus {
    background: #FFFFFF !important;
    color: #000000;
}

.gorgeousrecipe1-content__scroll {
    position: absolute;
    right: 9.5rem;
    bottom: 8.4rem;
}

.gorgeousrecipe1-content__scroll a {
    font-family: "montserrat-semibold", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    line-height: 3rem;
    padding-left: 2.5rem;
}

.gorgeousrecipe1-content__scroll a::before {
    border-bottom: 2px solid #39b54a;
    border-right: 2px solid #39b54a;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.gorgeousrecipe1-content__line {
    display: block;
    width: 2px;
    height: 10.2rem;
    background-color: #39b54a;
    position: absolute;
    right: 7.2rem;
    bottom: 0;
}


#gorgeousrecipe1-header {
    position: static;
    top: 0;
    text-align: center;
    width: 100%;
}

#gorgeousrecipe1-header img {;
    width: 70%;
}

#gorgeousrecipe1-button {
    width: 100%;
    text-align: center;
}

#gorgeousrecipe1-button a {
    display: block;
    height: 75px;
    width: 100%;
}

#gorgeousrecipe1-next-icon {
    display: block;
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    z-index: 600;
}

#gorgeousrecipe1-next-icon a {
    display: block;
}

#gorgeousrecipe1-next-icon-desktop {
    display: none;
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    z-index: 600;
}

#gorgeousrecipe1-next-icon-desktop a {
    display: block;
}


/* ===================================================================
 * # gorgeous recipe 2 
 *
 * ------------------------------------------------------------------- */
 .s-gorgeousrecipe2 {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background-color: transparent;
    position: relative;
    display: table;
    background-image: url(../images/slide4/4.2/slide4.2-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.s-gorgeousrecipe2 .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.s-gorgeousrecipe2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #000000;
}

.no-js .s-gorgeousrecipe2 {
    background: #000000;
}

.gorgeousrecipe2-social {
    position: absolute;
    top: 10px;
    right: 20px;
}

.gorgeousrecipe2-social li{
    display: inline;
}

#gorgeousrecipe2-button {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 150px;
    display: block;
}

#gorgeousrecipe2-button img {
    width: 50%;
}

#gorgeousrecipe2-button a {
    display: block;
}

/* ------------------------------------------------------------------- 
 * ## gorgeous recipe 2 content
 * ------------------------------------------------------------------- */
.gorgeousrecipe2-content {
    display: inline-block;
    width: 100%;
    height: 100vh;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}


.gorgeousrecipe2-content__main {
    padding-top: 24rem;
    position: relative;
}

.gorgeousrecipe2-content__buttons {
    padding-top: 6rem;
    text-align: left;
}

.gorgeousrecipe2-content__buttons .btn {
    width: 215px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    margin: 1.5rem 1.5rem 0 0;
    letter-spacing: .25rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gorgeousrecipe2-content__buttons .btn:last-child {
    margin-right: 0;
}

.gorgeousrecipe2-content__buttons .btn:hover, 
.gorgeousrecipe2-content__buttons .btn:focus {
    background: #FFFFFF !important;
    color: #000000;
}

.gorgeousrecipe2-content__scroll {
    position: absolute;
    right: 9.5rem;
    bottom: 8.4rem;
}

.gorgeousrecipe2-content__scroll a {
    font-family: "montserrat-semibold", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    line-height: 3rem;
    padding-left: 2.5rem;
}

.gorgeousrecipe2-content__scroll a::before {
    border-bottom: 2px solid #39b54a;
    border-right: 2px solid #39b54a;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.gorgeousgorgeousrecipe2recipe1-content__line {
    display: block;
    width: 2px;
    height: 10.2rem;
    background-color: #39b54a;
    position: absolute;
    right: 7.2rem;
    bottom: 0;
}


#gorgeousrecipe2-header {
    position: static;
    top: 0;
    text-align: center;
    width: 100%;
}

#gorgeousrecipe2-header img {;
    width: 70%;
}

#gorgeousrecipe2-button {
    width: 100%;
    text-align: center;
}

#gorgeousrecipe2-button a {
    display: block;
    height: 75px;
    width: 100%;
}

#gorgeousrecipe2-next-icon {
    display: block;
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    z-index: 600;
}

#gorgeousrecipe2-next-icon a {
    display: block;
}

/* GORGEOUS RECIPES DESKTOP */

@media only screen and (min-width: 800px) {

    #gorgeousrecipe1 {
        width: 50%;
        float: left;
        background-image: url(../images/slide4/4.1/slide4.1-background-desktop.jpg);
    }

    #gorgeousrecipe2 {
        width: 50%;
        float: right;
        background-image: url(../images/slide4/4.2/slide4.2-background-desktop.jpg);
    }

    #gorgeousrecipe1-button a img {
        width: auto;
        max-width: 30%;
    }

    #gorgeousrecipe2-button a img {
        width: auto;
        max-width: 30%;
    }

    #gorgeousrecipe1-next-icon {
        display: none;
    }

    #gorgeousrecipe2-next-icon {
        display: block;
    }

    #gorgeousrecipe1-next-icon-desktop {
        display: block;
    }

}

/* ===================================================================
 * # gorgeous contact
 *
 * ------------------------------------------------------------------- */
 .s-gorgeouscontact {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background-color: transparent;
    position: relative;
    display: table;
    background-image: url(../images/slide5/slide5-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.s-gorgeouscontact .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.s-gorgeouscontact .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #000000;
}

.no-js .s-gorgeouscontact {
    background: #000000;
}

#gorgeouscontact-form {
    width: 100%;
    height: 100%;
}

#gorgeouscontact-form h2 {
    text-align: center;
    margin-top: 00px;
    color: #ffffff;
    margin-bottom: 2rem;
}

#gorgeouscontact-form input {
    width: 80%;
    height: 30px;
    margin: 10px auto;
    border: 0.5px #ffffff solid;
}

#gorgeouscontact-form textarea {
    width: 80%;
    border: 0.5px #ffffff solid;
    margin: 10px auto;
}

#gorgeouscontact-form-submit {
    
}

#gorgeouscontact-form-submit i {
  
}

#gorgeouscontact-form-submit h2 {
    
}

#gorgeouscontact-form-submit p {
    
}

/* ------------------------------------------------------------------- 
 * ## gorgeous contact content
 * ------------------------------------------------------------------- */
.gorgeouscontact-content {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    padding-top: 50px;
}


.gorgeouscontact-content__main {
    padding-top: 24rem;
    position: relative;
}

.gorgeouscontact-content__buttons {
    padding-top: 6rem;
    text-align: left;
}

.gorgeouscontact-content__buttons .btn {
    width: 215px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    margin: 1.5rem 1.5rem 0 0;
    letter-spacing: .25rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gorgeouscontact-content__buttons .btn:last-child {
    margin-right: 0;
}

.gorgeouscontact-content__buttons .btn:hover, 
.gorgeouscontact-content__buttons .btn:focus {
    background: #FFFFFF !important;
    color: #000000;
}

.gorgeouscontact-content__scroll {
    position: absolute;
    right: 9.5rem;
    bottom: 8.4rem;
}

.gorgeouscontact-content__scroll a {
    font-family: "montserrat-semibold", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    line-height: 3rem;
    padding-left: 2.5rem;
}

.gorgeouscontact-content__scroll a::before {
    border-bottom: 2px solid #39b54a;
    border-right: 2px solid #39b54a;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.gorgeouscontact-content__line {
    display: block;
    width: 2px;
    height: 10.2rem;
    background-color: #39b54a;
    position: absolute;
    right: 7.2rem;
    bottom: 0;
}

#gorgeouscontact-next-icon {
    display: block;
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    z-index: 600;
}

#gorgeouscontact-next-icon a {
    display: block;
}

#gorgeouscontact-form input::placeholder, #gorgeouscontact-form textarea::placeholder {
    color: #ffffff;
}

#gorgeouscontact-form input, #gorgeouscontact-form textarea {
    border: 1px solid #b84f3e;
    padding: 5px;
    color: #ffffff;
}

#gorgeouscontact-form-submit {
    width: auto !important;
    display: block;
    height: auto !important;
    max-height: 5rem;
    margin-top: 40px !important;
}


/* GORGEOUS CONTACT DESKTOP */

@media only screen and (min-width: 800px) {

    .s-gorgeouscontact {
        background-image: url(../images/slide5/slide5-background-desktop.jpg);
    }

    #gorgeouscontact-form {
        max-width: 40%;
        float: right;
        height: auto;
        display: block;
        margin: auto;
        margin-top: 100px;
        margin-right: 50px;
    }

    #gorgeouscontact-form-submit {
        
    }
}

/* ===================================================================
 * # gorgeous social feed
 *
 * ------------------------------------------------------------------- */
 .s-gorgeoussocial {
    width: 100%;
    height: auto;
    min-height: 200px;
    background-color: transparent;
    position: relative;
    display: table;
    background: #ffffff;
}

.s-gorgeoussocial .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.s-gorgeoussocial .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #000000;
}

.no-js .s-gorgeoussocial {
    background: #000000;
}

#gorgeoussocial-form {
    width: 100%;
    height: 100%;
}

#gorgeoussocial-form h2 {
    text-align: center;
    margin-top: 70px;
    color: #ffffff;
}

#gorgeoussocial-form input {
    width: 80%;
    height: 30px;
    margin: 10px auto;
    border: 0.5px #ffffff solid;
}

#gorgeoussocial-form textarea {
    width: 80%;
    border: 0.5px #ffffff solid;
    margin: 10px auto;
}

/* ------------------------------------------------------------------- 
 * ## gorgeous social feed content
 * ------------------------------------------------------------------- */
.gorgeoussocial-content {
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: middle;
    position: relative;
}


.gorgeoussocial-content__main {
    padding-top: 24rem;
    position: relative;
}

.gorgeoussocial-content__buttons {
    padding-top: 6rem;
    text-align: left;
}

.gorgeoussocial-content__buttons .btn {
    width: 215px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    margin: 1.5rem 1.5rem 0 0;
    letter-spacing: .25rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gorgeoussocial-content__buttons .btn:last-child {
    margin-right: 0;
}

.gorgeoussocial-content__buttons .btn:hover, 
.gorgeoussocial-content__buttons .btn:focus {
    background: #FFFFFF !important;
    color: #000000;
}

.gorgeoussocial-content__scroll {
    position: absolute;
    right: 9.5rem;
    bottom: 8.4rem;
}

.gorgeoussocial-content__scroll a {
    font-family: "montserrat-semibold", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    line-height: 3rem;
    padding-left: 2.5rem;
}

.gorgeoussocial-content__scroll a::before {
    border-bottom: 2px solid #39b54a;
    border-right: 2px solid #39b54a;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.gorgeoussocial-content__line {
    display: block;
    width: 2px;
    height: 10.2rem;
    background-color: #39b54a;
    position: absolute;
    right: 7.2rem;
    bottom: 0;
}

.gorgeoussocial-content h2 {
    text-align: center;
    font-size: 4rem;
    padding: 5rem 0;
    color: #b84f3e;

}

#socialfeed-desktop {
    display: none;
}

#socialfeed-mobile {
    display: block;
}

@media only screen and (min-width: 800px) {

#socialfeed-mobile {
    display: none;
}

#socialfeed-desktop {
    display: block;
}

}

/* ===================================================================
 * # gorgeous order
 *
 * ------------------------------------------------------------------- */
 .s-gorgeousorder {
    width: 100%;
    max-height: 100%;
    height: auto;
    min-height: 200px;
    background-color: transparent;
    position: relative;
    display: table;
    background: #fde1d8;
    padding: 5rem 0;
}

.s-gorgeousorder .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.s-gorgeousorder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #000000;
}

.no-js .s-gorgeousorder {
    background: #000000;
}

#gorgeousorder-form {
    width: 100%;
    height: 100%;
}

#gorgeousorder-form h2 {
    text-align: center;
    margin-top: 70px;
    color: #ffffff;
}

#gorgeousorder-form input {
    width: 80%;
    height: 30px;
    margin: 10px auto;
    border: 0.5px #ffffff solid;
}

#gorgeousorder-form textarea {
    width: 80%;
    border: 0.5px #ffffff solid;
    margin: 10px auto;
}

/* ------------------------------------------------------------------- 
 * ## gorgeous order content
 * ------------------------------------------------------------------- */
.gorgeousorder-content {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}


.gorgeousorder-content__main {
    padding-top: 24rem;
    position: relative;
}

.gorgeousorder-content__buttons {
    padding-top: 6rem;
    text-align: left;
}

.gorgeousorder-content__buttons .btn {
    width: 215px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    margin: 1.5rem 1.5rem 0 0;
    letter-spacing: .25rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gorgeousorder-content__buttons .btn:last-child {
    margin-right: 0;
}

.gorgeousorder-content__buttons .btn:hover, 
.gorgeousorder-content__buttons .btn:focus {
    background: #FFFFFF !important;
    color: #000000;
}

.gorgeousorder-content__scroll {
    position: absolute;
    right: 9.5rem;
    bottom: 8.4rem;
}

.gorgeousorder-content__scroll a {
    font-family: "montserrat-semibold", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    line-height: 3rem;
    padding-left: 2.5rem;
}

.gorgeousorder-content__scroll a::before {
    border-bottom: 2px solid #39b54a;
    border-right: 2px solid #39b54a;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.gorgeousorder-content__line {
    display: block;
    width: 2px;
    height: 10.2rem;
    background-color: #39b54a;
    position: absolute;
    right: 7.2rem;
    bottom: 0;
}

#gorgeousorder-content > h2, #gorgeousorder-content > h3 {
    color: #ac3f32;
    padding-top: 10px;
    text-align: center;
}

#gorgeousorder-content > h3 {
    font-size: 1.5rem;
}

.gorgeousorder-bottle {
    width: 100%;
    max-height: 100%;
    padding: 40px 10px 0 10px;
}

.gorgeousorder-bottle-image {
    width: 30%;
    height: auto;
    float: left;
}

.gorgeousorder-bottle-image img {
    max-height: 300px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.gorgeousorder-bottle-details {
    width: 69%;
    height: 100%;
    float: right;
    padding: 5px;
}

.gorgeousorder-bottle-details h2, .gorgeousorder-bottle-details p {
    color: #ac3f32;
}


.gorgeousorder-bottle-details-header {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 10px;
    height: auto;
}

.gorgeousorder-bottle-details-header h2 {
    text-align: left;
    font-size: 2rem;
}

.gorgeousorder-bottle-details-prices {
    width: 100%;
    padding: 10px;
}

.gorgeousorder-bottle-details-prices-info {
    width: 50%;
    float: left;
    font-size: 1.2rem;
}

.gorgeousorder-bottle-details-prices-order {
    width: 50%;
    float: right;
    text-align: right;
    font-size: 1.2rem;
}

.gorgeousorder-bottle-details-prices-order > select {
    display: inline;
}

.gorgeousorder-bottle-details-tastingnotes {
    display: block;
    padding: 30px 0;
}

.gorgeousorder-bottle-details-tastingnotes a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.gorgeousorder-bottle-details-tastingnotes a img {
    width: 80%;
    border: 1px solid #b84f3e;
    padding: 5px;
    color: #ffffff;
}

/* GORGEOUS ORDER DESKTOP */

@media only screen and (min-width: 800px) {

    .gorgeousorder-bottle {
        width: 50%;
        float: left;
        padding: 50px 50px 20px 50px;
    }

    .gorgeousorder-bottle-image {
        width: 40%;
        max-height: 400px;
    }

    .gorgeousorder-bottle-details {
        width: 60%;
    }

    #gorgeousorder-content {

    }

    .gorgeousorder-bottle-details-header {
        height: 7rem;
    }

    .gorgeousorder-bottle-details-tastingnotes a img {
        width: auto;
        max-width: 80%;
    }
}


/* ===================================================================
 * # gorgeous order form
 *
 * ------------------------------------------------------------------- */
 .s-gorgeousorderform {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background-color: transparent;
    position: relative;
    display: table;
    background: #dc6658;
}

.s-gorgeousorderform .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.s-gorgeousorderform .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #000000;
}

.no-js .s-gorgeousorderform {
    background: #000000;
}

#gorgeousorderform-form {
    width: 100%;
    height: 100%;
}

#gorgeousorderform-form h2 {
    text-align: center;
    margin-top: 0px;
    color: #ffffff;
}

.gorgeousorderform-form-input {
    width: 80%;
    min-height: 30px;
    margin: 0px auto 10px auto;
    border: 0.5px #ffffff solid;
    padding: 0;
}

#gorgeousorderform-form p {
    width: 80%;
    height: auto;
    margin: 0 auto;
}

#gorgeousorderform-form textarea {
    width: 80%;
    border: 0.5px #ffffff solid;
    margin: 0px auto 10px auto;
    padding: 0 0.5rem;
}

/* ------------------------------------------------------------------- 
 * ## gorgeous order form content
 * ------------------------------------------------------------------- */
.gorgeousorderform-content {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}


.gorgeousorderform-content__main {
    padding-top: 24rem;
    position: relative;
}

.gorgeousorderform-content__buttons {
    padding-top: 6rem;
    text-align: left;
}

.gorgeousorderform-content__buttons .btn {
    width: 215px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    margin: 1.5rem 1.5rem 0 0;
    letter-spacing: .25rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gorgeousorderform-content__buttons .btn:last-child {
    margin-right: 0;
}

.gorgeousorderform-content__buttons .btn:hover, 
.gorgeousorderform-content__buttons .btn:focus {
    background: #FFFFFF !important;
    color: #000000;
}

.gorgeousorderform-content__scroll {
    position: absolute;
    right: 9.5rem;
    bottom: 8.4rem;
}

.gorgeousorderform-content__scroll a {
    font-family: "montserrat-semibold", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    line-height: 3rem;
    padding-left: 2.5rem;
}

.gorgeousorderform-content__scroll a::before {
    border-bottom: 2px solid #39b54a;
    border-right: 2px solid #39b54a;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.gorgeousorderform-content__line {
    display: block;
    width: 2px;
    height: 10.2rem;
    background-color: #39b54a;
    position: absolute;
    right: 7.2rem;
    bottom: 0;
}

#gorgeousorderform-content > h2, #gorgeousorderform-content > h3 {
    color: #ac3f32;
    text-align: right;
}

#gorgeousorderform-content > h2 {
    color: #ffffff;
    text-align: center;
    padding: 20px 20px;
}

#gorgeousorderform-form-submit {
    width: 40%;
    height: auto;
    display: block;
    margin: 60px auto 0 auto;
}

#gorgeousorderform-terms {
    width: 100%;
    margin-top: 60px;
    padding: 20px;
}

#gorgeousorderform-terms h2, #gorgeousorderform-terms p {
    text-align: center;
    color: #ffffff;
}

#gorgeousorderform-terms p {
    font-size: 1.5rem;
    margin: 10px 0;
}

#gorgeousorderform-terms p a {
    color: #ffffff;
}

#gorgeousorderform-terms p i {
    
}

#gorgeousorderform-terms h2 {
    font-family: "AvantGarde-Demi";
}

#gorgeousfooter {
    padding: 0;
}

#gorgeousfooter img {
    height: 60px;
    position: relative;
    top: 0px;
    left: 0px;
}

#gorgeousorderform-form input, #gorgeousorderform-form textarea {
    background-color: #ffffff;
}

#gorgeousorderform-form input:valid {
    color: #000000 !important;
    -webkit-text-fill-color: #000000;
}

/* GORGEOUS ORDER FORM DESKTOP */

@media only screen and (min-width: 800px) {

    #gorgeousorderform-content {
        width: 80%;
        margin: 0 auto;
    }

    #gorgeousorderform-form-submit {
        width: auto;
        height: auto;
        max-width: 20%;
    }

    #gorgeousorderform-terms {
        width: 60%;
        margin: 50px auto 0 auto;
    }

}


/* ===================================================================
 * # gorgeous footer
 *
 * ------------------------------------------------------------------- */
 .s-gorgeousfooter {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background-color: transparent;
    position: relative;
    display: table;
    background: #dc6658;
}

/* ------------------------------------------------------------------- 
 * ## gorgeous footer content
 * ------------------------------------------------------------------- */
.gorgeousfooter-content {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

#gorgeousfooter-content-1 {
   background: #8bd0be;  
}

#gorgeous-footer-content-1 a {
    padding: 20px;
}

#gorgeousfooter-content-1 h3{
    text-align: left;
    padding: 20px;
    color: #ffffff;
    font-size: 1.5rem; 
    display: inline;
}

#gorgeousfooter-content-1-optimal-text {
    float: right;
}

#gorgeousfooter-content-1-copyright-text {
    float: left;
}

#gorgeousfooter-content-2 {
    background: #ffffff;
}

#gorgeousfooter-content-2 h3 {
    color: #a0a2a5;
    text-align: center;
    padding-top: 20px;
    font-size: 1.5rem;
}

/*GORGEOUS FOOTER DESKTOP */

@media only screen and (min-width: 800px) {

    #gorgeousfooter-content-1 h3, #gorgeousfooter-content-2 h3 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

}

/* animate .home-content__main
 * ------------------------------------------------------------------- */
html.cl-preload .home-content__main {
    opacity: 0;
}

html.cl-loaded .home-content__main {
    animation-duration: 2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

html.no-csstransitions .home-content__main {
    opacity: 1;
}


/* ------------------------------------------------------------------- 
 * ## home animations
 * ------------------------------------------------------------------- */


/* fade in */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 150%, 0);
        -ms-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 150%, 0);
        -ms-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* fade out */

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}




/* --------------------------------------------------------------- 
 * ## loader animation 
 * --------------------------------------------------------------- */
.s-loader {
    margin: 1.2rem auto 3rem;
    width: 70px;
    text-align: center;
    -webkit-transform: translateX(0.45rem);
    -ms-transform: translateX(0.45rem);
    transform: translateX(0.45rem);
}

.s-loader > div {
    width: 9px;
    height: 9px;
    background-color: #FFFFFF;
    border-radius: 100%;
    display: inline-block;
    margin-right: .9rem;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
    animation: bouncedelay 1.4s infinite ease-in-out both;
}

.s-loader .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.s-loader .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


/* ------------------------------------------------------------------- 
 * responsive:
 * contact
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
    .contact-content {
        max-width: 900px;
    }
}

@media only screen and (max-width: 1000px) {
    .contact-content {
        max-width: 700px;
    }
    .contact-primary, .contact-secondary {
        float: none;
        width: 100%;
    }
    .contact-primary #contactForm {
        margin-top: -1.5rem;
        margin-bottom: 7.2rem;
    }
    .contact-secondary .hide-on-fullwidth {
        display: none;
    }
    .contact-secondary::before {
        display: none;
    }
    .message-warning, .message-success {
        margin-bottom: 6rem;
    }
}

@media only screen and (max-width: 800px) {
    .contact-content h3 {
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .s-contact {
        padding-top: 12rem;
        padding-bottom: 0;
    }
    .contact__line {
        height: 14.4rem;
        top: -7.2rem;
    }
    .contact-content {
        padding-bottom: 12rem;
        text-align: center;
    }
    .contact-primary, .contact-secondary {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 400px) {
    .contact-primary, .contact-secondary {
        padding: 0 5px;
    }
}



/* ===================================================================
 * # footer
 *
 * ------------------------------------------------------------------- */
footer {
    padding: 9rem 0 6rem;
    font-family: "montserrat-light", sans-serif;
    font-size: 15px;
    line-height: 2;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
}

footer h4 {
    color: #FFFFFF;
    font-size: 1.6rem;
    line-height: 1.313;
    margin-top: 0;
    margin-bottom: 3.6rem;
}

footer a {
    color: #FFFFFF;
}

footer a:hover, footer a:focus, footer a:active {
    color: #39b54a;
}

footer .row {
    max-width: 980px;
}


/* --------------------------------------------------------------- 
 * ## footer main
 * --------------------------------------------------------------- */
.footer-main {
    text-align: left;
}

.footer-main .left {
    padding-right: 40px;
}

.footer-main .right {
    padding-left: 40px;
}

.footer-logo {
    display: block;
    margin: -.6rem 0 3.6rem 0;
    padding: 0;
    outline: 0;
    border: none;
    width: 85px;
    height: 28px;
    background: url("../images/logo-footer.png") no-repeat center;
    background-size: 85px 28px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-subscribe .subscribe-form {
    margin: 0;
    padding: 0;
    position: relative;
}

.footer-subscribe #mc-form {
    width: 100%;
}

.footer-subscribe #mc-form input[type="email"] {
    width: 100%;
    height: 5.4rem;
    padding: 1.2rem 160px 1.2rem 60px;
    background: url(../images/email-icon.png) 20px center no-repeat, rgba(0, 0, 0, 0.1);
    background-size: 24px 16px, auto;
    border: none;
    margin-bottom: 1.8rem;
    color: rgba(255, 255, 255, 0.5);
}

.footer-subscribe #mc-form input[type="email"]:focus {
    color: #FFFFFF;
}

.footer-subscribe #mc-form input[type="email"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.footer-subscribe #mc-form input[type="email"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.2);
    /* Firefox 18- */
}

.footer-subscribe #mc-form input[type="email"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2);
    /* Firefox 19+ */
}

.footer-subscribe #mc-form input[type="email"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.footer-subscribe #mc-form input[type="email"].placeholder {
    color: rgba(255, 255, 255, 0.2) !important;
}

.footer-subscribe #mc-form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFFFFF;
    background: #39b54a;
    border-color: #39b54a;
    padding: 0 20px;
}

.footer-subscribe #mc-form label {
    color: #FFFFFF;
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.3rem;
    padding: 0 2rem;
}

.footer-subscribe #mc-form label i {
    padding-right: 6px;
}


/* ---------------------------------------------------------------
 * ## footer bottom
 * --------------------------------------------------------------- */
.footer-bottom {
    margin-top: 5.4rem;
    text-align: center;
    font-size: 14px;
}

.footer-bottom .copyright span {
    display: inline-block;
}

.footer-bottom .copyright span::after {
    content: "|";
    display: inline-block;
    padding: 0 1rem 0 1.2rem;
    color: rgba(255, 255, 255, 0.05);
}

.footer-bottom .copyright span:last-child::after {
    display: none;
}


/* ------------------------------------------------------------------- 
 * ## go to top
 * ------------------------------------------------------------------- */
.go-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 600;
    display: none;
}

.go-top a, .go-top a:visited {
    text-decoration: none;
    border: 0 none;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: black;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.go-top a i, .go-top a:visited i {
    font-size: 18px;
    line-height: inherit;
}

.go-top a:hover, .go-top a:focus {
    color: #FFFFFF;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * footer
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 900px) {
    .footer-main .left {
        padding-right: 20px;
    }
    .footer-main .right {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .row {
        max-width: 600px;
    }
    .footer-main .left {
        padding-right: 15px;
        margin-bottom: 4.2rem;
    }
    .footer-main .right {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .footer-main .left {
        padding-right: 10px;
    }
    .footer-main .right {
        padding-left: 10px;
    }
    .footer-logo {
        margin: -.6rem auto 3.6rem;
    }
    .footer-bottom {
        padding-bottom: .6rem;
    }
    .footer-bottom .copyright span {
        display: block;
    }
    .footer-bottom .copyright span::after {
        display: none;
    }
    .go-top {
        right: 0;
        bottom: 0;
    }
}

@media only screen and (max-width: 500px) {
    .footer-subscribe #mc-form input[type="email"] {
        padding: 1.2rem 20px 1.2rem;
        background: rgba(0, 0, 0, 0.1);
        text-align: center;
    }
    .footer-subscribe #mc-form input[type=submit] {
        position: static;
        width: 100%;
        margin-bottom: 1.8rem;
    }
    .footer-subscribe #mc-form label {
        text-align: center;
    }
}

@media only screen and (max-width: 400px) {
    .footer-main .left {
        padding-right: 0;
    }
    .footer-main .right {
        padding-left: 0;
    }
}

@media only screen and (max-width: 500px) {
    .s-header {
        
    }
}

#gorgeoussocial-icons {
    width: auto;
    position: fixed;
    top: 0;
    padding-top: 15px;
    right: 20px;
    z-index: 601;
}

#gorgeoussocial-icons li {
    display: inline;
    padding: 0 4px;
}

.order-dropdown {
    border: 1px solid #b84f3e;
    color: #b84f3e !important;
    width: 4rem;
    text-align: center;
    padding-left: 4rem;
    direction: ltr;
    float: right;
}

.order-dropdown::placeholder {
    color: #b84f3e;
}

.order-dropdown value{
    margin: 0 auto;
}

.contact-message {
    height: auto;
    width: 100%;
    background-color: #8BD0BE;
    position: absolute;
    top: 150px;
    left: 5vw;
    padding: 5rem 0 5rem 0;
    text-align: center;
    width: auto;
    max-width: 90vw;
}

.contact-message i {
    font-size: 4rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.contact-message h2 {
    margin: 0;
    font-family: "AvantGarde-Demi";
}

.contact-message p {
    padding: 2rem;
    width: 80%;
    margin: 0 auto;
}

.contact-message#-close:hover {
    cursor: pointer;
}

@media only screen and (min-width: 800px) {

    .contact-message {
        top: 150px;
        left: 10vw;
        padding: 5rem 0 5rem 0;
        text-align: center;
        width: 100%;
        max-width: 80vw;
    }

}

#agegatecontainer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 700;
    background-color: #F5C4BF;
    vertical-align: middle;
    text-align: center;
}

#agegatecontainer>div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#agegatecontainer-check-header {
    max-width: 45vw;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
}

#agegatecontainer-check-text {
    max-width: 60vw;
    height: auto;
    display: block;
    margin: 0 auto;
}

#agegatecontainer-check-buttons-container {
    text-align: center;
    position: relative;
}

#agegatecontainer-check-buttons-container form {
    width: auto;
    text-align: center;
}

#agegatecontainer-check-buttons-container form label {
    color: #BE4F3E;
    font-family: 'AvantGarde-Book', sans-serif !important;
    font-size: 2rem;
    margin-bottom: 0;
}

#agegatecontainer-check-buttons-container form input{
    display: inline-block;
    margin: 20px 10px;
    border: 1px solid #BE4F3E;
    color: #BE4F3E;
    width: 8rem;
    text-align: center;
}

#agegatecontainer-check-buttons-container form select{
    display: inline-block;
    margin: 20px 10px;
    border: 1px solid #BE4F3E;
    color: #BE4F3E;
    width: 20rem;
    height: 4rem;
    text-align: center;
}

.ageButton {
	background-color:#e4685d;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'AvantGarde-Book', sans-serif !important;
	font-size:15px;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}

.ageButton:hover {
    background-color:#be4f3e;
    color:#ffffff;
}


#agegatecontainer-check-buttons-container form input::placeholder {
    color: #BE4F3E;
}

#agegatecontainer-check-yes {
    display: inline-block;
    padding: 20px 5px;
    cursor: pointer;
}

#agegatecontainer-check-no {
    display: inline-block;
    padding: 20px 5px;
    cursor: pointer;
}

#agegatecontainer-footer-container {
    background-color: #BE4F3E;
    color: #ffffff;
    position: absolute !important;
    top: auto !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: none !important;
    padding: 2px 10px;
}


@media only screen and (min-width: 800px) {

    #agegatecontainer {
        background-image: url(../images/age/age-background-desktop.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #agegatecontainer-check-header {
        max-width: 40vw;
    }

    #agegatecontainer-check-text {
        max-width: 25vw;
    }

    #agegatecontainer-check-yes, #agegatecontainer-check-no {
        max-width: 6vw;
    }

}

@media only screen and (min-width: 1100px) {

    #agegatecontainer-check-header {
        max-width: 25vw;
    }

    #agegatecontainer-check-text {
        max-width: 15vw;
    }

    #agegatecontainer-check-yes, #agegatecontainer-check-no {
        max-width: 4vw;
    }

}

#gorgeouscontactform-message {
    display: none;
}

#gorgeousorderform-order-message {
    display: none;
}

.social-icon {
    width: 35px;
    height: 35px;
}
