/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: #9f3425;
}
/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 18px; background: url('images/bg1.png') top left repeat; 
}
.vl {
    border-left: 4px solid #fff;
    height: 100px;
    display: inline;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #fff;
}


.share-floating-bar-pinterest{ display:none;}

/*Footer Box*/
#hero-plus-footer { background: #ca6f44; padding: 30px; text-align:center;
}
h3 {color: #fff; font-weight:bold;}
.tq {    float: right !Important;

    font-style: italic;
    margin: 1% 1%;
    background: #000;
    color: #fff;
    padding: 20px;
    font-size: 1em;}
#hero-plus-footer .col-md-6 {float:left; text-align:center;}
.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;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 19%; background: #e5c482; }
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 5px; width:250px;}
.logo2 {margin: 5px; width:350px;}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
      background: #fff;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #ca6f44;
    padding: 20px;
    font-weight: bold;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 111%;
}
.soc, .soc:visited, .soc:hover {
  color: #fff;
    padding: 10px;
    margin: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1em;
}
.side {float: right !Important;width: 27%;margin: 2%;}
.left{ width: 35%; margin: 1%; float: left;}
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) {
.logo {
    margin: 5px;
    width: 25%;
}
.vl {    border-left: none;}
}
@media only screen and (max-width: 768px) {
.ctab {
    display: block;

}

.ctab, .ctab:visited, .ctab:hover {
    background: #fff;
    text-align: center;
    margin: 5px;
    text-decoration: none!important;
    color: #ca6f44;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 111%;
}
.left{width:100%;}

h1 {
    text-align: center;
    font-size: 1.7rem;
}


.logo {
    margin: 2px auto;
    display: block;
    width: 100px;
    height: 50px;
}
.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;
}
}

.share-floating-bar-pinterest {
    display: none!important;
}