* {font-family: 'Lato', sans-serif;color:#696969;}
h1, h2, h3, h4, h5, h6 {color:#313131;}
strong {font-weight:700;}

.btn-light, .bg-light {background:rgba(255,255,255,0.9)!important;}

a.button_back {color:#222!important;margin-right:-40px;}
a.button_details {position:absolute;right:40px;margin-top:-20px;}
a.button_details:hover {text-decoration:none;}

.btn-light { border-radius:0;border:2px solid #bf9a7b;text-transform:uppercase;background-color:transparent!important;font-size:15px;}
.btn-light:hover { background-color: #bf9a7b!important;color:#FFF;border-color:#bf9a7b!important;}
.btn-secondary {border-radius:0;color: #222;background-color: transparent!important;border-color: #222;text-transform:uppercase;font-size:12px;}
.btn-secondary:hover {color: #bf9a7b!important;background-color: transparent!important;border-color: #bf9a7b!important;}

h2, h3 {color:#bf9a7b!important;}

.intro {font-size:13px;color:#696969;}

.wine-preview {border-bottom:1px solid #bf9a7b!important;}
.wine-preview i {color:#bf9a7b!important;}
.wine-preview:hover {cursor:zoom-in;}
.wine-preview span {color:#696969;font-size:13px;}

.wine-description {font-size:13px;}

.shower {border:1px solid #F9F9F9;}

.form-control {border-radius:0!important;border-color:#EEE!important;}

.backTop-btn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    text-align: center;
    color: #bf9a7b;
    text-decoration: none;
    background-color: #fff;
    border:1px solid #bf9a7b;
    padding: 5px 10px;
    font-size: 15px;
    display: none;
}

/* Animate all */
.animAll {-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
