/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
      display: none;
}

.play-overlay { opacity: 0.5; }

.footer-logo {
    width: 200px;
    max-width: 100%;
}

.top-video {
    width: 35%;
    float: right;
    max-width: 100%;
    margin: 0px 0px 20px 40px;
}

.top-video .card-body {
    display: none!important;
}

.left {
    width: 25%;
    float: left;
    max-width: 100%;
    margin: 5px 20px 20px 5px;
}

.right {
    width: 25%;
    float: right;
    max-width: 100%;
    margin: 5px 5px 20px 20px;
}

@media (min-width: 992px) {
.col-lg-3 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
}

.lightbox > .img-fluid {
    max-height: 100%;
}

/*Header Box*/
#hero-plus-header {
}
#heroline .card-body { display: none; }
.bottomfoot { margin-top: 1em; }
#footphoto {     width: 15%;
    margin: auto;
    text-align: center;
    display: block; }
#footphoto .card-body { display: none; }

.click-tweet {
    font-weight: bold;
    float: left;
    width: 25%;
    margin-right: 3%;
    background: #e9e9e9;
    color: #6e6e6d!important;
    padding: 20px;
}

.tq {
    color: #ab1c0f;
    font-weight: bold;
    font-size: 26px;
    margin: 65px 0px;
}

#phoright { float: right; width: 20%; margin: 3%; }
/*Hero Box*/
#hero-plus-hero {
    align-items: start;
}

.logo {
    padding: 0px 20px;
    margin: 20px auto;
    width: 250px;
}

.ctab, .ctab:visited {
    background: #ab1c0f;
    margin: 25px;
    padding: 10px 15px;
    color: #fff!important;
    text-decoration: none !important;
    font-size: 20px;
    border-radius: 5px;
}

.ctab:hover, .ctab:active, .ctab:focus {
    opacity: 0.8;
    margin: 25px;
    padding: 10px 15px;
    color: #FFF !important;
    text-decoration: none !important;
    font-size: 20px;
}

.link, .link:visited {
  background: #ffc2b2;
    padding: 15px;
    color: #a33411;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 120%;
    margin: auto;
}

.link:hover, .link:active, .link:focus {
    color: #ffc2b2;
    background: #a33411;
}

.social-icons {
    width: 100%;
    margin: 20px auto 0px auto;
}

.soc,.soc:visited, .soc:hover {
    font-size: 24px;
    height: 30px;
    width: 30px;
    padding: 3px 7px;
    margin: 10px 5px;
    color: #C13264;
}

.h1, h1 {
    /* color:#fff; */
    font-size: 2rem;
    text-align: center;
    margin: 20px 0px 30px;
}

.h2, h2 {
    font-size: 1.6rem;
    text-align: center;
    margin: 0px 0px 30px;
    font-style: italic;
}

.h3, h3 {
font-size: 26px;
color: #414754;
font-weight: bold;
margin-bottom: 25px;
}

.h4, h4 {
font-size: 12px;
color: #ab1c0f;
font-weight: bold;
margin-bottom: 5px;
}

.hero {
    max-width: 100%;
}

#gallery {
    background: #fff;
    padding: 0% 6% 2%;
    margin-top: -25px;
}

#gallery h2 {
    display: none;
}

#txt {
    padding: 2% 10%;
}

#txt p {
    /* color: #fff; */
}
#txt a:hover { color: #c2210f; }

#txt a, #txt a:visited {
    color: #c2210f;
    text-decoration: underline;
}


/*Body Box*/
#hero-plus-body {
    background: #fff;
    color: #686666;
    font-size: 18px;
}

/*Footer Box*/
#hero-plus-footer {
    border-top: 3px solid #F9EAE7;
    background: #4f4f4f;
    color: #c1c1c1;
    text-align: left;
    padding: 50px;
}
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.card-body {
    display: none;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    color: #000;
    text-align: center;
}

/* Control carousel arrow*/
.carousel-gallery-arrow {
}

@media only screen and (max-width: 1200px) {
.click-tweet {
    width: 35%;
}

@media only screen and (max-width: 769px) {
#gallery { padding: 10px; }
#footphoto { width: auto; }
.ctab { width: 95%; margin: auto; text-align: center; }
.click-tweet { float: none; width: 100%; margin: 0; background: #000; }
#phoright { float: none; width: 100%; margin: 0; }
    #hero-plus-footer {
        background: #fff;
        color: #999999;
        padding: 50px;
        display: block;
        text-align: center;
    }
    .top-video {
        width: 100%;
        float: none;
        margin: 0px auto 40px auto;
    }
}