.nav-item a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.nav-item a:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

/* Heading sizes moved to top */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}


/* Modals */

body.modal-open .supreme-container{
    -webkit-filter:blur(15px) !important;
    -moz-filter:blur(15px) !important;
    -o-filter:blur(15px) !important;
    -ms-filter:blur(15px) !important;
    filter:blur(15px) !important
}
.modal-backdrop{
    background-color:#fff !important;
    opacity:0.75 !important
}
.btn-success{
    background-color:#24b177;
    border-color:#24b177
}
.btn-success:hover{
    background-color:#1b8459;
    border-color:#1b8459
}
.btn-success:active,.btn-success.active{
    background-color:#1b8459;
    border-color:#1b8459
}
.btn-success:focus,.btn-success.focus{
    background-color:#1b8459;
    border-color:#1b8459
}
.open .dropdown-toggle.btn-success{
    background-color:#1b8459;
    border-color:#1b8459
}

/* Overide Bootstrap Modal Dialog Button */
.close {
    float: right;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

/* Navbar */
#navbar{
	min-height: 60px;
    z-index:10000;
    background-color:#26292E;
    margin:0px 0px;
    padding:10px 30px;
}
/*
.nav-brand{
    position:absolute;
    color:#fefefe;
    font-family:"Lato";
    font-weight:300;
    font-size:2.5em
}
.nav-brand:hover{
    color:#629DCB
}
.nav-left{
	position:absolute;
    color:#fefefe;
    font-family:"Lato";
    font-weight:100;
    font-size:1.3em
}
.nav-left a{
    color:#fefefe;
    padding:0 10px
}
.nav-left a:hover{
    color:#629DCB
}

.nav-right{
    float:right;
    padding-top:15px
}
.nav-right a{
    color:#fefefe;
    padding:0 10px
}
.nav-right a:hover{
    color:#629DCB
	}
	*/

/* Font-Face & Section alingment padding & margin classes */

@font-face{
    font-family: 'Blair-medium';
    src: url("BlairMdITC-TT-Medium.ttf");
}

.plum {
    color: #DDA0DD;
}

.purple {
    color: #800080;
}

.blue {
    color: #1C57B5;
}

.darker-blue {
    color: #153689;
}

.light-blue {
    color: #629DCB;
}

.row {
    padding-bottom: 30px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.dark {
    color: #E6E6E6;
}

.grn {
    color: #24b177;
}

/* OTHER */
html,body{
    margin:0 0;
    font-family:'Lato', sans-serif;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    -webkit-text-size-adjust:none;
    font-size:14px
}
.blur{
    -webkit-filter:blur(3px);
    -moz-filter:blur(3px);
    filter:blur(3px)
}
.overlay{
    z-index:1;
    position:absolute;
    width:100%;
    height:700px;
    background:rgba(0,0,0,0.15);
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover
}
.overlay-lower{
    z-index:1;
    position:absolute;
    width:100%;
    height:400px;
    background:rgba(0,0,0,0.15);
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-family:'Lato', sans-serif;
    font-weight:300;
    text-transform:uppercase !important;
    letter-spacing:1.5px
}
h1{
    font-size:2.5em
}
h2{
    font-size:2.3em
}
h3{
    font-size:2em
}
h4{
    font-size:1.4em;
    font-weight:400
}
h5{
    font-size:1.3em
}
h6{
    font-size:1em;
    color:#7F8289
}
p{
    color:#393939;
    font-size:1.1em;
    line-height:1.5em
}
li{
    color:#393939;
    font-size:1.1em;
    line-height:1.5em
}
strong{
    font-weight:700;
    font-family:'Lato', sans-serif
}
error{
    color:#e74c3c
}
a{
    color:#1C57B5;
    text-decoration:none
}
a:hover{
    color:#153689;
    text-decoration:none
}
button{
    outline:none
}
button:focus{
    outline:none
}
button:active{
    outline:none
}

.btn-custom{
    color:#fff;
    text-decoration:none;
    font-family:'Montserrat', sans-serif;
    letter-spacing:2px;
    text-transform:uppercase;
    font-size:1em;
    border:3px solid #1C57B5;
    border-radius:0px;
    webkit-border-radius:0px;
    padding:10px 40px;
    background:transparent
}
.btn-custom:hover{
    color:#fff;
    background:#1C57B5;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out
}
.btn-custom2{
    color:#1C57B5;
    text-decoration:none;
    font-family:'Montserrat', sans-serif;
    letter-spacing:2px;
    text-transform:uppercase;
    font-size:1em;
    border:3px solid #1C57B5;
    border-radius:0px;
    webkit-border-radius:0px;
    padding:12px;
    background:transparent
}
.btn-custom2:hover{
    color:#fff;
    background:#1C57B5;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out
}
.separator{
    margin-bottom:30px;
    border-top:3px solid #1c57b5 !important;
    width:50px
}

.language{
    display:inline-block;
    color:#fefefe;
    padding-left:10px
}
.language a{
    padding:0 0;
    text-decoration:underline
}
.headroom{
    background-color:#26292E;
    height:50px;
    position:fixed;
    top:0;
    left:0;
    right:0;
    transition:all .2s ease-in-out
}
.headroom--unpinned{
    top:-100px
}
.headroom--pinned{
    z-index:1000;
    top:0;
    background-color:#26292E;
    height:50px
}
#background-image{
    width:100%;
    height:700px;
    background:#fefefe center center fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover
}
#background-image-lower{
    width:100%;
    height:400px;
    background:#fefefe center center fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover
}
#separator-image{
    width:100%;
    height: 400px;
    background:#fefefe center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover
}
.main{
    z-index:10;
    top:12%;
    width:100%;
    position:absolute;
    text-align:center;
    color:#fefefe
}
.title{
    font-family:"Lato";
    font-size:3em;
    font-weight:300
}
.title-dark{
    font-family:"Lato";
    font-size:2.5em;
    color:#393939
}
.sub-title{
    font-family:"Lato";
    font-size:2em
}
#about{
    margin-bottom:100px
}
.about-box{
    margin-top:60px
}
.about-body p{
    text-align:left
}
.about-img img{
    width:350px
}
.about-img-border{
    position:absolute;
    margin-left:-150px;
    margin-top:-460px;
    width:550px;
    height:400px;
    border:solid 8px #1C57B5
}
.sub-heading{
    text-align:center;
    line-height:2
}
#services{
    margin-bottom:50px;
    text-align:center
}
.service-content{
    text-align:center;
    padding:10px
}
.service-box{
    display:inline-block;
    width:17%;
    margin:25px 10px;
    text-align:center;
    background:transparent;
    border:none
}
.service-box:hover{
    color:#1C57B5;
    cursor:pointer
}
.service-title{
    text-align:center
}
.service-block{
    margin-top:100px;
    text-align:center
}
.service-table-header{
    margin-bottom:10px
}
.service-table-features{
    margin:20px 0px
}
.contact{
    color:#393939;
    background:#fafafa;
    padding:50px 0
}
.contact .btn{
    margin-top:10px
}
.form-control,.contact-form input.simplebox{
    border-radius:0px;
    border:3px solid #e2e2e2;
    background:transparent;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    color:#393939 !important
}
.contact-form textarea:focus,.contact-form input[type="text"]:focus,.contact-form input[type="password"]:focus,.contact-form input[type="datetime"]:focus,.contact-form input[type="datetime-local"]:focus,.contact-form input[type="date"]:focus,.contact-form input[type="month"]:focus,.contact-form input[type="time"]:focus,.contact-form input[type="week"]:focus,.contact-form input[type="number"]:focus,.contact-form input[type="email"]:focus,.contact-form input[type="url"]:focus,.contact-form input[type="search"]:focus,.contact-form input[type="tel"]:focus,.contact-form input[type="color"]:focus,.contact-form .uneditable-input:focus{
    border-color:#1C57B5;
    outline:0;
    outline:thin dotted \9;
    -webkit-box-shadow:inset 0 1px 0px rgba(0,0,0,0.075),0 0 8px #1c57b5;
    -moz-box-shadow:inset 0 1px 0px rgba(0,0,0,0.075),0 0 8px #1c57b5;
    box-shadow:inset 0 1px 0px rgba(0,0,0,0.075),0 0 8px #1c57b5
}
.contact-form input:focus,.contact-form textarea:focus{
    outline:none !important;
    border:3px solid #1C57B5 !important;
    box-shadow:none !important
}
#outer-background-container{
    display:block;
    background:#fff;
    min-width:100%;
    min-height:100%;
    top:0;
    left:0;
    position:fixed;
    z-index:-2;
    background-size:cover
}
.background-image-overlay-light{
    min-width:100%;
    min-height:100%;
    position:absolute;
    background:rgba(250,250,250,0.25)
}
.background-image-overlay-darken{
    min-width:100%;
    min-height:100%;
    position:absolute;
    background:rgba(0,0,0,0.25)
}
.nav{
    z-index:1000;
    position:fixed;
    background-color:#26292E;
    left:1;
    font-family:"Lato";
    font-weight:300;
    font-size:2.5em;
    color:#fefefe;
    padding:8px 15px
}
.nav:hover{
    color:#629DCB
}
.gal-img{
    height:300px;
    overflow:hidden;
    background:#FFFAFA;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    top:0;
    left:0;
    margin:0 0 !important;
    padding:0 0 !important;
    border:1px solid #fff
}
.gallery{
    margin:0 0 !important;
    padding:0 0 !important;
    top:0;
    left:0
}
.caption{
    position:absolute;
    left:0;
    top:100%;
    background:rgba(51,51,51,0.5);
    width:100%;
    height:100%;
    padding-top:20%;
    padding-left:20%;
    padding-right:20%;
    text-align:center;
    text-decoration:none;
    font-family:'Open Sans', sans-serif;
    font-weight:300;
    font-size:2em;
    color:#fff;
    z-index:2;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out
}
.gal-img:hover .caption{
    top:0%;
    text-decoration:none;
    color:#fff
}
#carousel-gallery{
    margin-top:40px;
    -webkit-box-shadow:4px 4px 4px 4px rgba(0,0,0,0.5);
    -moz-box-shadow:4px 4px 4px 4px rgba(0,0,0,0.5);
    box-shadow:4px 4px 4px 4px rgba(0,0,0,0.5)
}
.carousel-control i{
    position:absolute;
    top:50%
}
.carousel-caption{
    z-index:10;
    color:#fff
}
#carousel-gallery>.carousel>.item{
    height:100%;
    background-color:#777
}
#carousel-gallery>.carousel-inner>.item>img{
    position:relative;
    min-width:100%
}
footer{
    z-index:10000;
    position:absolute;
    background-color:#26292E;
    float:none;
    width:100%;
    font-family:"Open Sans", sans-serif;
    text-align:center;
    color:#fff;
    margin-bottom:0px;
    padding:20px 0px
}
footer p{
    color:#fff
}
.footer-links a{
    padding:5px 25px;
    color:#fefefe;
    font-family:"Lato";
    font-size:1.3em
}
.social{
    margin-top:15px
}
.social i{
    font-size:2em;
    color:#fff;
    margin:10px 8px
}
.social i:hover{
    color:#2F3238;
    text-decoration:none
}
.credit a{
    color:#fefefe
}
.credit a:hover{
    color:#629DCB
}
.page-form input,.page-form textarea{
    text-align:center;
    border:none;
    background:rgba(0,0,0,0.1)
}
.page-form input:focus,.page-form textarea:focus{
    outline:none;
    background:rgba(0,0,0,0.2)
}
.page-form input::-webkit-input-placeholder,.page-form textarea::-webkit-input-placeholder{
    border:none;
    background:rgba(0,0,0,0.1)
}
.page-form input:-moz-placeholder,.page-form textarea:-moz-placeholder{
    border:none;
    background:rgba(0,0,0,0.1)
}
.page-form input::-moz-placeholder,.page-form textarea::-moz-placeholder{
    border:none;
    background:rgba(0,0,0,0.1)
}
.page-form input:-ms-input-placeholder,.page-form textarea:-ms-input-placeholder{
    border:none;
    background:rgba(0,0,0,0.1)
}
#nested_form input[type="file"],p,a{
    max-width:99%;
    text-align:center
}
.fields input[type="file"]{
    max-width:99%;
    text-align:center
}
@media only screen and (max-width: 959px){
    #background-image{
        height:700px;
        background:#fefefe top center no-repeat
    }
    .carousel-caption{
        font-size:3.5em;
        margin-bottom:15%
    }
    .caption{
        top:0;
        background:rgba(51,51,51,0.4);
        padding-top:5%;
        padding-left:5%;
        padding-right:5%;
        font-size:1.5em
    }
    h5{
        font-size:.9em
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px){
    .overlay{
        height:700px;
        background:rgba(0,0,0,0.15) top center no-repeat
    }
    .about-img img{
        width:300px
    }
    .about-img-border{
        position:absolute;
        margin-left:-120px;
        margin-top:-400px;
        width:450px;
        height:300px;
        border:solid 8px #1C57B5
    }
}
@media only screen and (max-width: 767px){
    .overlay{
        height:550px
    }
    #background-image{
        height:550px !important;
        background:#fefefe top center no-repeat
    }
    #separator-image{
        max-height:200px !important;
        background:#fefefe center center
    }
	.main h1 {
		font-size: 1.9em;
	}
	.main h3 {
		font-size: 1.7em;
	}
	.main > .wine-icons img {
			width: 100px;
	}
    .btn-custom{
        font-size:.8em;
        background:#1C57B5
    }
    .btn-custom2{
        font-size:.8em
    }
    .service-box{
        width:40%
    }
    .title{
        font-size:2.6em
    }
    .nav-brand{
        font-size:2.2em
    }
    h1{
        font-size:2.2em
    }
    h2{
        font-size:2em
    }
    h3{
        font-size:1.8em
    }
    h4{
        font-size:1.3em;
        font-weight:400
    }
    h5{
        font-size:.8em
    }
    h6{
        font-size:.8em;
        color:#7F8289
    }
    p{
        color:#393939;
        font-size:1em;
        line-height:1.5em
    }
    li{
        color:#393939;
        font-size:1em;
        line-height:1.5em
    }
    .footer-links a{
        padding:5px 15px;
        font-size:1em
    }
    #carousel-gallery{
        margin-top:60px
    }
    .carousel-caption{
        font-size:2em;
        margin-bottom:8%
    }
}
@font-face{
    font-family:'wine-icons';
    src:url("wine-iconsd.eot?");
    src:url("wine-icons.eot?#iefix") format("embedded-opentype"),url("wine-icons.ttf?") format("truetype"),url("wine-icons.woff?") format("woff"),url("wine-icons.svg?#wine-icons") format("svg");
    font-weight:normal;
    font-style:normal
}
[class^="icon-"],[class*=" icon-"]{
    font-family:'wine-icons';
    speak:none;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    font-size:6em;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.icon-authenticate:before{
    content:"\e600"
}
.icon-bottle:before{
    content:"\e601"
}
.icon-buy:before{
    content:"\e602"
}
.icon-cheers:before{
    content:"\e603"
}
.icon-events:before{
    content:"\e604"
}
.icon-grapes:before{
    content:"\e605"
}
.icon-investment:before{
    content:"\e606"
}
.icon-shipping:before{
    content:"\e607"
}
.icon-vineyard:before{
    content:"\e608"
}

/* About Section & Section Container margin & padding Columns */

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px){
    .container {
        width: 750px;
    }
}

@media (min-width: 992px){
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}


@media (min-width: 768px){
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }


    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px){
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px){
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

/* Headings Typography & Spacing - Effects the Wine Icon Headings font size, style, margin & padding*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: white;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px){
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px){
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* Smooth scrolling JS - Chrome focus black border fix */

*,*:focus,*:hover{
    outline:none;
}