html {
}

body {
    background: transparent;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    line-height: 1.5em;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: normal;
    overflow-y: scroll;
    background: #cccccc url(../images/jonata-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.tab-margin {
    margin-top: 2em;
}
/********************************************************/ /*             Sections - universal classes             */ /********************************************************/

.section {
    z-index: 1;
    min-height: 420px;
    width: 100%;
    overflow: auto;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
    display: none;
    top: 0;
}

@media (min-width: 768px) {
    .section {
        padding-top: 160px;
    }
}
/* Show one of sections */

#head {
    display: block;
}
/********************************************************/ /*                      Typography                      */ /********************************************************/

a {
    color: #fff;
    text-decoration: none;
}

    a:hover, a:active {
        color: #fff;
        text-decoration: underline;
    }

.lead {
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.2em;
}

.title, .subtitle {
    font-family: 'engravers_gothic_fsregular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 3.5em;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #FDF9F4;
    line-height: 1em;
}

.title-small {
    font-family: 'engravers_gothic_fsregular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 2.5em;
    margin-bottom: 15px;
    color: #000000;
    line-height: 1em;
}

.title-xsmall {
    font-family: 'engravers_gothic_fsregular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 2em;
    margin-bottom: 15px;
    color: #000000;
    line-height: 1em;
}

.title-press {
    font-family: 'engravers_gothic_fsregular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 2em;
    margin-bottom: 5px;
    color: #000000;
    line-height: 1em;
}

@media (max-width: 767px) {
    .title, .subtitle {
        font-size: 3em;
    }

    .title-small {
        font-size: 2em;
    }

    .title-xsmall {
        font-size: 1.5em;
    }

    .title-press {
        font-size: 1.5em;
    }
}

.subtitle {
    line-height: .9em;
    font-size: 5.5em;
    margin-top: 0;
    margin-bottom: 40px;
}

.tagline {
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: normal;
    margin-bottom: 75px;
}

@media (max-width: 767px) {
    .lead {
        font-size: 1.3em;
    }
}
/********************************************************/ /*                    Wines & Press                     */ /********************************************************/

.list-group-item {
    height: auto;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.04);
    border: 1px solid #e0e0e0;
}

.list-group-item-text {
    line-height: 1.3;
    margin-bottom: 1em;
}
/********************************************************/ /*                   UI - Buttons                       */ /********************************************************/

.btn {
    color: #333;
    text-shadow: none;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0 none;
}

    .btn:hover {
        color: #000;
    }

.btn-lg {
    padding: 16px 30px;
    font-size: inherit;
}

.btn-link {
    color: rgba(255,255,255,.8);
}

    .btn-link:hover, .btn-link:focus, .btn-link:active {
        color: #fff;
    }

.btn-default {
    background: rgba(255,255,255,.5);
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
        background: rgba(255,255,255,.8);
    }

.btn-transparent, .btn-transparent:active, .btn-transparent:visited {
    background: transparent;
    color: #000;
}

    .btn-transparent:hover {
        background: rgba(255,255,255,.8);
        color: #000;
    }

#menu-close .theme-invert .btn:hover {
    background: none;
}

.btn-nav, .btn-nav:active, .btn-nav:visited {
    background: transparent;
    color: #000;
}

    .btn-nav:hover {
        color: #000;
    }

.btn-primary {
    background: rgba(255,255,255,.2);
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active {
        background: rgba(255,255,255,.5);
    }
/********************************************************/ /*                 UI - Thumbnails                      */ /********************************************************/

.thumbnail {
    background-color: rgba(255,255,255,.2);
    border: 0 none;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .thumbnail .caption {
        color: inherit;
    }
/********************************************************/ /*                 Everything else                      */ /********************************************************/

.list-social .btn {
    font-size: 1.3em;
}

    .list-social .btn:hover, .list-social .btn:active, .list-social .btn:focus {
        text-decoration: none;
    }
/* Social buttons in the footer */

#social {
    margin-top: 50px;
    margin-bottom: 50px;
}

    #social .wrapper {
        width: 340px;
        margin: 0 auto;
    }

.responsive-video {
    padding-bottom: 3em;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #981C1E;
    color: #fff;
}

.vert-align {
    display: table;
}

.vert-align-child {
    display: inline-block;
    vertical-align: middle;
}
/********************************************************/ /*                 Side Navigation                      */ /********************************************************/

#sidebar-wrapper {
    margin-left: -250px;
    left: 0;
    width: 250px;
    background: rgb(0,0,0);
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sidebar-nav li {
        line-height: 50px;
        text-indent: 20px;
    }

        .sidebar-nav li a {
            color: #999999;
            display: block;
            text-decoration: none;
        }

            .sidebar-nav li a:hover {
                color: #fff;
                background: #981C1E;
                text-decoration: none;
            }

            .sidebar-nav li a:active, .sidebar-nav li a:focus {
                text-decoration: none;
                color: #ffffff;
            }

    .sidebar-nav > .sidebar-brand {
        height: 55px;
        line-height: 55px;
        font-size: 18px;
    }

    .sidebar-nav .no-hover {
        margin-top: 10px;
    }

        .sidebar-nav .no-hover li:first-child {
            text-indent: 2px;
        }

        .sidebar-nav .no-hover li a:hover {
            color: #fff;
            background: none;
            text-decoration: none;
        }

    .sidebar-nav > .sidebar-brand a {
        color: #999999;
    }

        .sidebar-nav > .sidebar-brand a:hover {
            color: #fff;
            background: none;
        }

#navWrapper {
    width: 100%;
    background-color: #fff;
}

#menu-toggle {
    top: 0%;
    left: 19%;
    position: fixed;
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 992px) {
    #menu-toggle {
        left: 5%;
    }
}

@media (max-width: 767px) {
    #menu-toggle {
        left: 0%;
    }
}

#menu-close:hover {
    background: none;
}

#sidebar-wrapper.active {
    left: 250px;
    width: 250px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}
/***********************************************************/ /*                   Theme: text shadows                   */ /***********************************************************/

.text-shadows {
    text-shadow: 0 1px 2px rgba(0,0,0,.2);
}

    .text-shadows .title, .text-shadows .subtitle, .text-shadows .tagline {
        text-shadow: 0 2px 3px rgba(0,0,0,.4);
    }

    .text-shadows .mainmenu .dropdown-menu a {
        text-shadow: 0 2px 1px rgba(0,0,0,.2);
    }

        .text-shadows .mainmenu .dropdown-menu a:hover {
            text-shadow: none;
        }
/***********************************************************/ /*                      Icon Boxes                         */ /***********************************************************/

.box > .icon {
    text-align: center;
    position: relative;
}

    .box > .icon > .image {
        position: relative;
        z-index: 2;
        margin: auto;
        width: 88px;
        height: 88px;
        border: 8px solid white;
        line-height: 88px;
        border-radius: 50%;
        background: #981C1E;
        vertical-align: middle;
    }

    .box > .icon:hover > .image {
        background: #981C1E;
    }

    .box > .icon > .image > i {
        font-size: 36px !important;
        color: #fff !important;
    }

    .box > .icon:hover > .image > i {
        color: white !important;
    }

    .box > .icon > .info {
        margin-top: -24px;
        background: rgba(0, 0, 0, 0.04);
        border: 1px solid #e0e0e0;
        padding: 15px 0 10px 0;
    }

    .box > .icon:hover > .info {
        background: rgba(0, 0, 0, 0.04);
        border-color: #e0e0e0;
        color: white;
    }

    .box > .icon > .info > h3.title {
        font-family: "engravers_gothic_fsregular",sans-serif;
        font-size: 40px;
    }

    .box > .icon > .info > p {
        line-height: 1.5em;
        margin: 20px;
    }

    .box > .icon > .info > .more a {
        color: #000;
        line-height: 12px;
        text-decoration: none;
    }

    .box > .icon:hover > .info > .more > a {
        color: #fff;
        padding: 6px 8px;
        background-color: #981C1E;
    }

.box .space {
    height: 30px;
}

.contact-info {
    height: 220px;
    color: #000;
    line-height: 1.4;
}
/***********************************************************/ /*                   Inverted theme                        */ /***********************************************************/

.theme-invert {
    color: #222;
    color: rgba(0,0,0,.8);
}

    .theme-invert a {
        color: #000;
    }

    .theme-invert .btn {
        color: rgba(255,255,255,.8);
    }

        .theme-invert .btn:hover {
            color: #fff;
        }

    .theme-invert .btn-link {
        color: rgba(0,0,0,.8);
    }

        .theme-invert .btn-link:hover, .theme-invert .btn-link:focus, .theme-invert .btn-link:active {
            color: #000;
        }

    .theme-invert .btn-primary {
        background-color: #981C1E !important;
        color: #ffffff;
    }

        .theme-invert .btn-primary:hover {
            color: #fff;
            background-color: #981C1E !important;
        }

    .theme-invert .navbar-toggle {
        background: rgba(255, 255, 255, 0.7);
    }

        .theme-invert .navbar-toggle .icon-bar {
            background: #333;
        }

    .theme-invert .mainmenu .dropdown-menu a {
        color: #fff;
    }

        .theme-invert .mainmenu .dropdown-menu a:hover {
            background: rgba(255,255,255,.7);
            color: #000;
        }

        .theme-invert .mainmenu .dropdown-menu a:active, .theme-invert .mainmenu .dropdown-menu a:visited {
            color: #000;
        }

    .theme-invert .title, .theme-invert .subtitle, .theme-invert .tagline {
        color: #000;
    }

    .theme-invert .btn-default {
        background: rgba(0,0,0,.4);
    }

        .theme-invert .btn-default:hover, .theme-invert .btn-default:focus, .theme-invert .btn-default:active, .theme-invert .btn-default.active {
            background: rgba(0,0,0,.6);
            color: #fff;
        }

    .theme-invert .btn-primary {
        background: rgba(0,0,0,.2);
    }

        .theme-invert .btn-primary:hover, .theme-invert .btn-primary:focus, .theme-invert .btn-primary:active, .theme-invert .btn-primary.active {
            background: rgba(0,0,0,.3);
            color: #fff;
        }

    .theme-invert .thumbnail {
        background-color: rgba(255,255,255,.5);
    }

.thumbnail .caption {
    color: inherit;
}

.content-bg {
    background-color: rgba(255,255,255,.7);
    padding: 2em;
    margin-top: 2.5em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.content-nobg {
    background-color: none;
    padding: 2em;
    margin-top: 2.5em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}

/*Vimeo videos*/
.video-center {
    text-align: center;
}

.video-center > p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3em;
    padding: 0 25px;
}

@media(max-width: 991px) {
    .video-center > p {
        padding: 0 20%;
    }
}

@media(max-width: 1199px) {
    .video-center > p {
        padding: 0 65px;
    }
}