/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: #0E5A20;
}
/*Header Box*/
#hero-plus-header {  
  background-color: #0E5A20;
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
.bottle {
    width: 25%;
}
b, strong {
    font-weight: bolder;
    color: #0E5A20;
}
.thmb { text-align:center; margin: 0px auto;}
/*Body Box*/
#hero-plus-body { font-size: 18px; background: url('images/back.jpg') center no-repeat; background-size:cover;
}
/*Footer Box*/
#hero-plus-footer{ display:block;     padding: 30px 0px 100px; text-align:center;
  background-color: #0E5A20; background-size:contain;}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 14%;}
#gallery {padding: 2% 10%;    max-width: 100%;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 20px;}
.logo2 {margin: 20px; width:300px; display:inline-block;}
#hero-plus-footer .logo {
    margin: 20px auto;
    display: inline-block;
}
.lgs {display: block; margin: 0px auto; text-align:center;}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {    border-radius: 40px;
    background: #bda576;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 25%;
}
.soc, .soc:visited {
    color: #bda576;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
#lg-sub-html strong {
    color: #fff !important;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: -25px;
}
 .soc:hover {
    color: #bda576;
    padding: 5px;
    margin: 5px;
opacity:.75;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.col-md-6 {
    font-size: larger;
}
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.side {float: right !Important; width: 35%; margin: 1%;}
h1 {text-align:center; font-size: 2rem;}
h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px;}
#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}

.flag-icon {
    font-size: 1.5em;
    margin: 10px;
    vertical-align: middle;
}

#flags a {
    display: block;
    font-size: 0px;
}

.flag-icon::before {
    content: ''!important;
}
@media only screen and (max-width: 980px){
.bottle {
    width: 45%;
}
}
@media only screen and (max-width: 768px) {
.ctab, .ctab:visited, .ctab:hover {
    display: block;
    position: inherit;
}

.logo {
    margin: 4px auto;
    display: block; width:120px;
}
.logo2 {
    margin: 4px auto;
    display: block; width:140px;
}
.side {
    float: none;
    width: 100%;
    margin: 20px auto;
}
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.bottle {
     width: 50%;
    margin: 20px auto;
}
}