/*---- GLOBAL ----*/

body {
    color: #36274b;
    font-family: 'Copse', serif;
    font-weight: normal;
    position:relative;
}
body, html{
    height:100%;
    width:100%;
    margin:0;
    padding:0;
}

body, html, #fullpage, .nav_bar {
    min-width:480px;
}

img {
    max-width:100%;
}

h2 {
    color:#e4e2be;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-weight: bold;
    max-width:100%;
    margin:10px auto;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
    max-width:100%;
    margin:25px auto 15px;
}

h4 {
    font-size: 32px;
    margin-bottom:10px;
}
h5 {
    color:#e4e2be;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
    max-width:100%;
    margin-bottom:15px;
}

a {
    color: #e4e2be;
    text-decoration: none;
}

a.overlay {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    display:block;
}

span.purple {
    color: #36274b !important;
    pointer-events: none;
}

/*---- NAVIGATION ----*/

.nav_bar {
    position: fixed;
    display:block;
    z-index:999;
    top:0;
    width:100%;
    height: 75px;
    background:rgba(54,39,75,0.9);
}

.nav_logo {
    width:229px;
    height:239px;
    margin:0 0 0 35px;
    float:left;
    overflow:hidden;
}

.nav_logo img {
    width:100%;
}

.nav_button {
    display:none;
}

.nav_menu, .nav_button {
    height: 100%;
}

.nav_menu ul, .nav_button ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    float: right;
    height: 100%;
}

.nav_menu li, .nav_button li {
    float: left;
    height: 100%;
}

.nav_menu li a, .nav_button li a {
    display: block;
    color: #e4e2be;
    text-align: center;
    padding: 32px 20px 29px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
}

.nav_menu li a:hover, .nav_button li a:hover {
    background:#990d16;
    opacity: 1 !important;
}

#menu li.active:after {
    content: url(../img/nav_selected.png);
    display:block;
    height:42px;
    width:23px;
    position: relative;
    margin: -21px auto 0;
}

#purchase {
    background-image: url(../img/button/border_124.png);
}

#purchase, #nav_button {
    background-position: center center;
    background-repeat: no-repeat;
    margin-right:17px;
}

#purchase:hover, #nav_button:hover {
    background-image: url(../img/button/border_124_on.png) !important;
    background-color:transparent;
    cursor:pointer;
}

#nav_button {
    width:84px;
}

.button_1 {
    background-image: url(../img/button/border_210.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    color: #990d16;
    text-align: center;
    padding: 15px 22px 15px 21px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    min-width: 167px;
}
.button_1:hover {
    background-image: url(../img/button/border_210_on.png);
    color: #e4e2be;
}

.fp-slidesNav ul li a span {
    background:#e4e2be !important;
}
.fp-slidesNav ul li a.active span {
    height: 14px !important;
    width: 14px !important;
    margin: -7px 0 0 -7px !important;
}

/*---- CONTENT ----*/

.fp-controlArrow {
    display:none;
}

.section, .slide {
    background-size: cover;
    background-position: center center;
    text-align:center;
}

#panel_home {
    background-image: url(../img/bg/home.jpg);
    background-position: bottom center;
    background-color: #990d16;
}

#panel_wines {
    background-image: url(../img/bg/wines.jpg);
    background-position: top center;
}

#panel_stories_2010 {
    background-image: url(../img/stories/2010.jpg);
}

#panel_stories_2011 {
    background-image: url(../img/stories/2012.jpg);
}

#panel_stories_2012 {
    background-image: url(../img/stories/2013.jpg);
}

#panel_stories_2013 {
    background-image: url(../img/stories/2011.jpg);
}

#panel_stories_2014 {
    background-image: url(../img/stories/2014.jpg);
}

#panel_stories_2015 {
    background-image: url(../img/stories/2015.jpg);
}
#panel_stories_2016 {
    background-image: url(../img/stories/2016.jpg);
}
#panel_stories_2017 {
    background-image: url(../img/stories/2017.jpg);
}
#panel_stories_2018 {
    background-image: url(../img/stories/2018.jpg);
}
#panel_stories_2019 {
    background-image: url(../img/stories/2019.jpg);
}

#panel_vineyard_1 {
    background-image: url(../img/gallery/vineyard1.jpg);
}
#panel_vineyard_2 {
    background-image: url(../img/gallery/vineyard2.jpg);
}
#panel_vineyard_3 {
    background-image: url(../img/gallery/vineyard3.jpg);
}
#panel_vineyard_4 {
    background-image: url(../img/gallery/vineyard4-2.jpg);
}
#panel_vineyard_5 {
    background-image: url(../img/gallery/vineyard5.jpg);
}
#panel_vineyard_6 {
    background-image: url(../img/gallery/vineyard6.jpg);
}
#panel_vineyard_7 {
    background-image: url(../img/gallery/vineyard7.jpg);
}
#panel_vineyard_8 {
    background-image: url(../img/gallery/vineyard8.jpg);
}

.arrow_overlay_stories {
    width:100%;
    height:100%;
    top:0;
    position:absolute;
    display:block;
    pointer-events: none;
}

.arrow_overlay_vineyard {
    width:100%;
    height:100%;
    top:0;
    position:absolute;
    display:block;
    pointer-events: none;
}

.arrow_down {
    position:absolute;
    width:34px;
    height:39px;
    bottom: 20px;
    left:50%;
    margin-left: -17px;
    background-image: url(../img/button/arrow_down.png);
    background-size: 34px 39px;
    background-repeat: no-repeat;
    display:block;
    pointer-events: auto;
    z-index:100;
}

.arrow_back {
    position:absolute;
    width:40px;
    height:35px;
    left: 20px;
    top:50%;
    background-image: url(../img/button/arrow_back.png);
    background-size: 40x 35px;
    background-repeat: no-repeat;
    display:block;
    pointer-events: auto;
}

.arrow_next {
    position:absolute;
    width:40px;
    height:35px;
    right: 20px;
    top:50%;
    background-image: url(../img/button/arrow_next.png);
    background-size: 40px 35px;
    background-repeat: no-repeat;
    display:block;
    pointer-events: auto;
}

.arrow_down:hover, .arrow_back:hover, .arrow_next:hover {
    opacity:0.7;
}

.container_full {
    width:100%;
    height:100%;
    top:0;
    display:table;
    position:relative;
}
.col_350 {
    width:350px;
    display:inline-block;
    text-align:left;
    font-size: 18px;
    line-height:22px;
    vertical-align:top;
}

/*---- HOME ----*/

.bottle_1 {
    width:254px;
    height:228px;
    position:absolute;
    bottom:0px;
    left:50%;
    margin-left: -127px;
    background-image: url(../img/bottles/2010a.png);
    background-repeat: no-repeat;
    background-position: top center;
    z-index:0;
}
.arrow_down.home {
    bottom:248px;
}
img.slide_title {
    max-width:95%;
    position:relative;
    z-index:300;
}

/*---- WINES ----*/

.bottle_2 {
    width:325px;
    height:100%;
    position:absolute;
    top:0;
    left:50%;
    margin-left: -162.5px;
    background-repeat: no-repeat;
    background-position: center -228px;
    z-index:0;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.bottle_2.b2010 {
    background-image: url(../img/bottles/2010a.png);
}
.bottle_2.b2010.rotated {
    background-image: url(../img/bottles/2010b.png);
}
.bottle_2.b2011 {
    background-image: url(../img/bottles/2011a.png);
}
.bottle_2.b2011.rotated {
    background-image: url(../img/bottles/2011b.png);
}
.bottle_2.b2012 {
    background-image: url(../img/bottles/2012a.png);
}
.bottle_2.b2012.rotated {
    background-image: url(../img/bottles/2012b.png);
}
.bottle_2.b2013 {
    background-image: url(../img/bottles/2013a.png);
}
.bottle_2.b2013.rotated {
    background-image: url(../img/bottles/2013b.png);
}
.bottle_2.b2014 {
    background-image: url(../img/bottles/2014a.png);
}
.bottle_2.b2014.rotated {
    background-image: url(../img/bottles/2014b.png);
}
.bottle_2.b2015 {
    background-image: url(../img/bottles/2015a.png);
}
.bottle_2.b2015.rotated {
    background-image: url(../img/bottles/2015b.png);
}
.bottle_2.b2016 {
    background-image: url(../img/bottles/2016a.png);
}
.bottle_2.b2016.rotated {
    background-image: url(../img/bottles/2016b.png);
}
.bottle_2.b2017 {
    background-image: url(../img/bottles/2017a.png);
}
.bottle_2.b2017.rotated {
    background-image: url(../img/bottles/2017b.png);
}
.bottle_2.b2018 {
    background-image: url(../img/bottles/2018a.png);
}
.bottle_2.b2018.rotated {
    background-image: url(../img/bottles/2018b.png);
}
.bottle_2.b2019 {
    background-image: url(../img/bottles/2019a.png);
}
.bottle_2.b2019.rotated {
    background-image: url(../img/bottles/2019b.png);
}

.arrow_down.dark {
    background-image: url(../img/button/arrow_down_dark.png);
}
.bottle_space {
    width:334px;
    display:inline-block;
}
.col_350.wines_box {
    vertical-align: top;
    margin-top:150px;
}
img.wines_title, img.stories_title, .wines_box p, .story_content p {
    margin-bottom:15px;
}
.wines_button {
    background-image: url(../img/button/arrow_dropdown_off.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 12px 35px 12px 16px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    width:100%;
    text-align:left;
    font-family: 'Copse', serif;
    font-weight: normal;
    color:#e4e2be;
}

.wines_button:hover, .wines_button:focus {
    background-color: #990d16;
    background-image: url(../img/button/arrow_dropdown_on.png);
}

.wines_dropdown {
    position: relative;
    display: inline-block;
    width:100%;
}

.wines_selection {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    width:100%;
}

.wines_selection a {
    color:#e4e2be;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.wines_selection a:hover {
    background-color: #990d16;
}

.show {
    display:block;
}

/*---- STORIES ----*/

.w_2010 {
    background-color:#39b5b2;
}

.w_2011 {
    background-color:#e07d09;
}

.w_2012 {
    background-color:#989797;
}

.w_2013 {
    background-color:#9fad1f;
}

.w_2014 {
    background-color:#936fba;
}

.w_2015 {
    background-color:#e64033;
}
.w_2016 {
    background-color:#2067ab;
}
.w_2017 {
    background-color:#595959;
}
.w_2018 {
    background-color:#891848;
}
.w_2019 {
    background-color:#f3c716;
}

.t_2010 {
    background-color:rgba(57,181,178,0.9);
}

.t_2011 {
    background-color:rgba(224,125,9,0.9);
}

.t_2012 {
    background-color:rgba(152,151,151,0.9);
}

.t_2013 {
    background-color:rgba(159,173,31,0.9);
}

.t_2014 {
    background-color:rgba(147,111,186,0.9);
}

.t_2015 {
    background-color:rgba(230,64,51,0.9);
}
.t_2016 {
    background-color:rgba(32,103,171,0.9);
}
.t_2017 {
    background-color:rgba(89,89,89,0.9);
}
.t_2018 {
    background-color:rgba(137,24,72,0.9);
}
.t_2019 {
    background-color:rgba(243,199,22,0.9);
}
span.s_2010 {
    color:#39b5b2;
}

span.s_2011 {
    color:#e07d09;
}

span.s_2012 {
    color:#989797;
}

span.s_2013 {
    color:#9fad1f;
}

span.s_2014 {
    color:#936fba;
}

span.s_2015 {
    color:#e64033;
}
span.s_2016 {
    color:#2067ab;
}

span.s_2017 {
    color:#595959;
}
span.s_2018 {
    color:#891848;
}
span.s_2019 {
    color:#f3c716;
}

.story_wrapper {
    width:35%;
    min-height:100%;
    position:relative;
    float:right;
}
.story_header {
    position:absolute;
    top:120px;
    margin: 0 30px;
}
.story_content, .story_header {
    text-align:left;
}
.story_content {
    max-height:500px;
    padding-right:10px;
    margin: 290px 30px 0;
    overflow:auto;
}
.story_content p {
    font-size:18px;
    line-height:22px;
}
.story_nav {
    width:100%;
    height:45px;
    position:absolute;
    bottom:30px;
}
.button_back, .button_next {
    width:161px;
    height:43px;
    display: inline-block;
    color: #e4e2be;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    min-width: 167px;
    background-position:top left;
    background-repeat: no-repeat;
}
.button_back {
    margin-left:30px;
    float:left;
    background-image: url(../img/button/stories_back_off.png);
    padding: 15px 0 0 0;
    height: 28px;
}
.button_next {
    margin-right:30px;
    float:right;
    background-image: url(../img/button/stories_next_off.png);
    padding: 15px 0 0 0;
    height: 28px;
}
.button_back:hover {
    background-image: url(../img/button/stories_back_on.png);
}
.button_next:hover {
    background-image: url(../img/button/stories_next_on.png);
}
.story_clear {
    clear:both;
}
.stories_section .fp-slidesNav {
    display:none;
}
.story_bottle {
    display:none;
}

/*---- OUR VINEYARD ----*/

.vineyard_wrapper {
    height: 180px;
    display: table-row;
    overflow:visible;
}
.vineyard_left {
    position:relative;
    display:inline-block;
    width:50%;
    height:180px;
    background-color:rgba(125,0,8,0.9);
    text-align:right;
    vertical-align:top;
    float:left;
}
.vineyard_left img {
    position:relative;
    display:inline-block;
    margin:55px 30px 0 0;
}
.vineyard_mid {
    position:relative;
    display:inline-block;
    width:40%;
    height:180px;
    background-color:rgba(125,0,8,0.9);
    text-align:left;
    vertical-align:top;
    float:left;
}
.slideup {
    margin-top:-180px;
    height:360px;
}
.vineyard_desc {
    margin:55px 0 0 30px;
    color: #e4e2be;
    font-size: 18px;
    display:block;
    font-weight:normal;
    line-height:22px;
}
.read_more, .vineyard_scroll p a {
    font-size:14px;
    letter-spacing:2px;
    text-decoration: underline;
    text-transform: uppercase;
}
.read_more:hover, .read_more:active, .vineyard_full p a:hover, .vineyard_full p a:active {
    font-size:14px;
    letter-spacing:2px;
    text-decoration: none;
    opacity:0.7;
    cursor:pointer;
}

.vineyard_full {
    padding:30px;
    height:300px;
    display:block;
    position:relative;
}
.vineyard_scroll {
    color: #e4e2be;
    font-size: 18px;
    display:block;
    overflow:auto;
    height:100%;
}
.vineyard_scroll p {
    line-height:22px;
    margin-bottom:15px;
}
.vineyard_scroll p.last {
    margin-bottom:0px;
}
.vineyard_right {
    position:relative;
    display:inline-block;
    width:10%;
    height:180px;
    background-color:rgba(125,0,8,0.9);
    vertical-align:top;
    float:left;
}
a.vineyard_slidedown {
    display:block;
    width:75px;
    height:75px;
    background-color:rgba(125,0,8,0.9);
    position:absolute;
    top:-75px;
    left:50%;
    margin-left:-37.5px;
    background-image:url(../img/button/arrow_down.png);
    background-position: center center;
    background-repeat: no-repeat;
    
}
a.vineyard_slidedown:hover, a.vineyard_slidedown:active {
    background-color:rgba(54,39,75,0.9);
    cursor:pointer;
}

/*---- CONTACT ----*/

#map, #map-canvas  {
    width:100%;
    height:100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.angular-google-map-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.contact_map {
    position:relative;
    min-height:300px;
    height:100%;
    width:100%;
    background-image: url(../img/bg/map.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.contact_footer {
    height:370px;
    color: #e4e2be;
    background-color: #36274b;
    display: table-row;
    background-image: url(../img/bg/footer.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    text-align: center;
}
.contact_title {
    display:block;
    margin:30px auto 25px;
}

#footer_form form input, #footer_form form textarea {
    width:330px;
    border:0;
    padding:10px;
    box-sizing: initial;
    color: #e4e2be;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Copse', serif;
    background: #990d16;
    margin-top:8px;
}
#footer_form form input:placeholder, #footer_form form textarea:placeholder {
    color: #e4e2be;
}
#footer_form form button {
    width: 124px;
    float:right;
    background-image: url(../img/button/border_124.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color:transparent;
    border:0;
    display: block;
    color: #e4e2be;
    text-align: center;
    padding: 15px 22px 15px 21px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: 'Copse', serif;
}
#footer_form form button:hover {
    background-image: url(../img/button/border_124_on.png);
    color: #e4e2be;
    cursor:pointer;
}
#footer_contact {
    margin-left:30px;
}

.sm_button {
    display:inline-block;
    width:38px;
    height:37px;
    margin:12px 15px 12px 0;
    background-size: 38px 37px;
    background-repeat: no-repeat;
}
#fb {
    background-image: url(../img/social/fb_off.png);
}
#fb:hover {
    background-image: url(../img/social/fb_on.png);
}
#tw {
    background-image: url(../img/social/tw_off.png);
}
#tw:hover {
    background-image: url(../img/social/tw_on.png);
}
#ig {
    background-image: url(../img/social/ig_off.png);
}
#ig:hover {
    background-image: url(../img/social/ig_on.png);
}

#phone_but{
    display: inline-block;
    padding: 15px 0 15px 50px;
    margin: 8px 0;
    background-size: 37px 38px;
    background-repeat: no-repeat;
    background-position: left center;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-image: url(../img/social/ph_off.png);
}
#phone_but:hover {
    background-image: url(../img/social/ph_on.png);
    text-decoration: underline;
}

/*---- MEDIA QUERIES ----*/

@media all and (min-width: 1400px){
    .story_wrapper {
        width:30%;
    }
    .col_350.wines_box, .story_content p, .vineyard_desc, .vineyard_scroll p {
        font-size:20px;
        line-height:24px;
    }
    .wines_button {
        font-size:20px;
    }
}

@media all and (min-width: 1600px){
    .story_bottle {
        display:block;
        position:absolute;
        right:-6px;
        height:100%;
        width:325px;
        background-position:center center;
        background-repeat:no-repeat;
    }
    .story_bottle.b_2010 {
        background-image: url(../img/bottles/2010a.png);
    }
    .story_bottle.b_2011 {
        background-image: url(../img/bottles/2011a.png);
    }
    .story_bottle.b_2012 {
        background-image: url(../img/bottles/2012a.png);
    }
    .story_bottle.b_2013 {
        background-image: url(../img/bottles/2013a.png);
    }
    .story_bottle.b_2014 {
        background-image: url(../img/bottles/2014a.png);
    }
    .story_bottle.b_2015 {
        background-image: url(../img/bottles/2015a.png);
    }
    .story_bottle.b_2016 {
        background-image: url(../img/bottles/2016a.png);
    }
    .story_bottle.b_2017 {
        background-image: url(../img/bottles/2017a.png);
    }
    .story_bottle.b_2018 {
        background-image: url(../img/bottles/2018a.png);
    }
    .story_bottle.b_2019 {
        background-image: url(../img/bottles/2019a.png);
    }
    .story_wrapper {
        padding-right:284px;
        width:25%;
    }
    .col_350.wines_box {
        width:500px;
    }
    .bottle_space {
        width:394px;
    }
    .button_next {
        margin-right:310px;
    }
}

@media all and (min-width: 2000px){
    .story_wrapper {
        width:20%;
    }
    .col_350.wines_box, .story_content p, .vineyard_desc, .vineyard_scroll p {
        font-size:22px;
        line-height:26px;
    }
    .wines_button {
        font-size:22px;
    }
}

@media all and (max-width: 1180px){
    .story_wrapper {
        width:40%;
    }
}

@media all and (max-width: 1165px){
    .nav_logo {
        width:140px;
        height:146px;
        z-index:100;
        position:absolute;
    }
}

@media all and (max-width: 1050px){
    .col_350.wines_box {
        width:300px;
    }
}

@media all and (min-width: 1011px){
    #menu {
        display:block !important;
    }
    .vineyard_section .fp-slidesNav.bottom {
        bottom: 135px;
        margin-left: -310px !important;
    }
}

@media all and (max-width: 1010px){
    #menu {
        display:none;
        padding:0;
        margin:0;
        height:385px;
    }
    .nav_menu ul {
        width:100%;
    }
    .nav_menu li {
        background:rgba(54,39,75,0.9);
        float: none;
        height: auto;
        width: 100%;
        z-index:0;
        position:relative;
    }
    .nav_menu li a {
        padding: 22px 20px 19px;
    }
    .nav_button {
        display:block;
    }
    #purchase {
        margin-right:0;
    }
    #menu li.active:after {
        content: "";
        display:none;
    }
    .story_wrapper {
        min-height:inherit !important;
        position:relative;
        margin-top:60%;
        padding: 45px 45px 130px;
        display:block;
        width:auto;
        float:none;
        overflow:auto;
    }
    .story_header {
        position:relative;
        top:0;
        margin-left:0px;
    }
    .story_content {
        max-height:none !important;
        margin: 30px 0 0;
    }
    .story_nav {
        width:88%;
        bottom: 60px;
    }
    .button_back {
        margin-left:0px;
    }
    .button_next {
        margin-right:0px;
    }
    .arrow_overlay_stories {
        width: 100%;
    }
    .arrow_overlay_vineyard {
        width:12.5%;
    }
    .vineyard_section .fp-slidesNav.bottom {
        bottom: 255px;
    }
    .vineyard_wrapper {
        height: 240px;
        display: block;
        position:absolute;
        bottom:0;
        width:12.5%;
    }
    .vineyard_left {
        width:100%;
        height:80px;
        text-align:center;
        vertical-align:bottom;
    }
    .vineyard_left img {
        margin:20px auto;
        height:40px;
    }
    .vineyard_mid {
        position:relative;
        display:inline-block;
        width:100%;
        height:165px;
        background-color:rgba(125,0,8,0.9);
        text-align:center;
        vertical-align:bottom;
    }
    .vineyard_right {
        display:none;
    }
    .slideup {
        margin-top:0;
    }
    .vineyard_desc {
        margin:0 30px 30px;
    }
    a.vineyard_slidedown {
        top:-80px;
        right: 0;
        left:auto;
        width:50px;
        height:50px;
        background-image: url(../img/button/close.png);
    }
    .vineyard_section .container_full {
        display: block;
        position: absolute;
    }
    .vineyard_full {
        height: 100px;
        padding:0px 30px;
    }
}

@media all and (max-width: 950px){
    .col_350.wines_box {
        width:85%;
        margin: 0 auto 60px;
    }
    .col_350.wines_box.last {
        margin: 0 auto 90px;
    }
    .bottle_space {
        display:none;
    }
    .bottle_2 {
        position:relative;
        display:block;
        height:1050px;
        margin-bottom:0;
    }
}

@media all and (max-width: 730px){
    #footer_contact {
        margin-left:0px;
        margin-bottom:30px;
    }
    .contact_map {
        height:300px;
    }
    .story_wrapper {
        margin-top:70%;
    }
}

@media all and (min-height: 1000px){
    .story_content {
        max-height:600px;
    }
}

@media all and (min-height: 1200px){
    .story_content {
        max-height:800px;
    }
}

@media all and (min-height: 1300px){
    .story_content {
        max-height:900px;
    }
}

@media all and (max-height: 850px){
    .story_content {
        max-height:400px;
    }
}

@media all and (max-height: 750px){
    .story_content {
        max-height:300px;
    }
    .bottle_1 {
        width:254px;
        height:163px;
    }
    .arrow_down.home {
        bottom:183px;
    }
    .bottle_2 {
        background-position: center -163px;
    }
}

@media all and (max-height: 650px){
    .nav_logo {
        width:140px;
        height:146px;
        z-index:100;
        position:absolute;
    }
    .story_content {
        max-height:200px;
    }
}
@media all and (max-height: 610px){
    .arrow_down.home {
        bottom:20px;
    }
}
@media all and (max-height: 550px){
    .story_content {
        max-height:150px;
    }
}

/*--- Safari Fixed-Position Fix ---*/

.nav_bar, .arrow_back, .arrow_back_ol {
    -webkit-transform: translate3d(0,0,0);
}

iframe {
    position:absolute;
    bottom: 15px;
}



.g-recaptcha {
    float: left;
    position: relative;
    top: 23px;
    transform: scale(1.15);
    transform-origin: 0 0 0;
}

#footer_form form button{margin-top:24px;}

