* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
}

a,
a:hover,
.btn,
button {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
img {
    max-width: 100%
}
ul, ol {
    padding-left: 20px;
}

.member-offer img {
    display: block;
    max-width: 100%;
    height: auto;
}

.navbar {
    padding: 0;
}


.banner-social li {
    list-style: none;
}

.banner-social li i {
    font-size: 25px;
    color: #fff;
}

.carousel-item {
    height: 813px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.carousel-item:before {
    content: '';
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: .35;
}

.carousel-control-prev, 
.carousel-control-next {
    opacity: 1;
}

.carousel-caption {
    top: 0%;
    position: static;

}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
}

.carousel-indicators .active {
    background-color: #949494;
}


.carousel-control-next i {
    font-size: 100px;
}

.carousel-control-prev i {
    font-size: 100px;
}

.social-icon {
    /*padding-left: 45px;*/
    text-align: right;
}

.navbar-nav {
    width: 100%;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.6);
    padding-right: 7%;
}

.navbar-light .navbar-toggler {
    outline: none;
}

nav.navbar .navbar-nav>li>a {

    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

nav.navbar .navbar-nav>li>a:hover,
nav.navbar .navbar-nav>li.active>a {
    background-color: rgba(85, 23, 26, 0.6);
    color: #fff !important;
}

.banner-title p {
    font-size: 40px;
    margin-top: -30px;
}

.banner-title h1 {
    font-size: 90px;
    font-weight: bold;
}

.banner-button {
    text-align: left;
    margin-top: 85px;
}

.offer-weather a {
    color: #fff;
}

.news-button a {
    color: #fff;
}

.color-button {
    /* background-color: #010101; */
    /* opacity: 0.3; */
    color: #fff;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    background-color: #ff0000;
}

.banner-arrow {
    margin-left: 20px;
}

.offer-grid {
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
}

.offer-text {
    /* position: absolute;
    top: 10%;
    text-align: right;
    right: 8%;
    color: #fff; */
}

.offer-text {
    position: absolute;
    text-align: right;
    color: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
}

.offer-text h2 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    line-height: 0.6em;
}

.offer-text h3 {
    color: #ff0000;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.offer-text p {
    font-family: 'Open Sans', sans-serif;
    line-height: 0.6em;
    color: #000;
    margin-top: 35px;
    margin-bottom: 25px;
}

.offer-text a {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    /*text-decoration: underline;*/
    text-transform: uppercase;
    /*border: underline;*/
}

.offer-member {
    margin-left: 20px;
    position: absolute;
    text-transform: uppercase;
    color: #ff0000;

    top: 0;
    margin-left: 0;
    display: flex;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    padding: 20px;
    align-items: flex-end;
}



.offer-member h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50%;
}

.offer-member a {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    /*text-decoration: underline;*/
    text-transform: uppercase;
    /*border: underline;*/
}

.offer-btn {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
    background-color: #ff0000;
    text-decoration: none;
    border-radius: inherit;
    cursor: pointer;
}

.banner-button a {
    color: #fff;
}

.offer-weather {
    color: #fff;
    position: absolute;
    top: 3%;
    margin-left: 20px;
}

.offer-weather {
    color: #fff;
    position: absolute;
    top: 0;
    margin-left: 0;
    display: flex;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    padding: 20px;
    align-items: flex-end;
}

.offer-weather h2 {
    font-size: 36px;
    text-transform: uppercase;
    min-width: 10px;
}

.offer-weather h3 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 0.6em;
}

.offer-weather p {
    font-family: 'Open Sans', sans-serif;
    line-height: 2.6em;
    margin-bottom: 15%;
}

.footer-right {
    float: right;
    margin-right: 4%;
}

footer.footer {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fff;
    padding-top: 18px;
    background-color: #272727;
}

.footer,
.footer-right a {
    color: #fff;
    text-decoration: none;
}


.footer-left,
.footer-right {
    display: inline-block;
}

.footer-right p,
.footer-right a,
.footer-left p {
    font-family: 'Open Sans', sans-serif;
}

.footer-logo li {
    display: inline-block;
    list-style: none;
    margin-right: 3%;
}

.footer-logo {
    background-color: #2c2c2c;
    margin-bottom: -16px;
    padding-top: 38px;
    padding-bottom: 38px;
}
.footer-logo .item {
    min-height: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
}

#footer-logo-slide {
    padding-left: 55px;
    padding-right: 55px;
}

img.gray-image:not(:hover) {
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
}

.footer-contact {
    padding-top: 60px;
    background-color: #383838;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    padding-bottom: 62px;
}

.footer-contact h3 {
    font-weight: lighter;
    font-size: 17.99px;
}

.contact li {
    list-style: none;
    font-size: 13px;
    color: #b7b7b7;
    font-family: 'Open Sans', sans-serif;
    line-height: 2em;
}

.contact li a {
    color: #b7b7b7;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    line-height: 2em;
}

.contact li a span {
    color: #b7b7b7;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    line-height: 2em;
}

.contact-para p {
    font-size: 12.99px;
    font-family: 'Open Sans', sans-serif;
    color: #b7b7b7;
    font-weight: lighter;
    line-height: 2em;

}

.footer-social ul li a {
    height: 40px;
    width: 40px;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
    line-height: 37px;
    font-size: 20px;
}

.footer-social ul li {
    list-style: none;
    display: inline-block;
}

form.example input[type=text] {
    border: none;
    float: left;
    min-height: 47px;
    min-width: 65%;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    background: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

button,
.button {
    cursor: pointer;
}

form.example button {
    min-width: 33%;
    min-height: 47px;
    background: #ff0000;
    color: white;
    font-size: 13px;
    border: none;
    border-left: none;
    cursor: pointer;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-family: 'Open Sans', sans-serif;
}

.contact-signup p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #b7b7b7;
    font-weight: lighter;
}

.footer-social h3 {
    margin-top: 26px;
    margin-bottom: 26px;
}

@media (min-width: 1200px) {
    .contact-signup {
        padding-left: 8%;
    }
}

.sponser li {
    display: inline-block;
    list-style: none;
    margin-right: -1px;
}

img.arrow {
    margin-left: -2px;
}

.sponser hr {
    margin-top: 0px;
    margin-bottom: 60px;
}

.section-title {
    color: #ff0000;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 58px;
    position: relative;
    padding-left: 30px;
    border-left: 4px solid #ff0000;
    line-height: 1;
}

.section-title::before {
    content: '';
    height: 100%;
    width: 4px;
    background: #c3c3c3;
    position: absolute;
    left: 3px;
    top: 0;
}

.section-title::after {
    content: '';
    background: url(../images/shape1.png) no-repeat center;
    height: 100%;
    width: 5px;
    position: absolute;
    left: 7px;
    top: 0;
}

.news-right a {
    font-family: 'Open Sans', sans-serif;
    color: #ff0000;
    text-align: right;
    text-decoration: none;
}

.news-right p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.sponser-grid {

    margin-bottom: 60px;
}

.news-header {
    margin-bottom: 50px;
}

.news-header h2 {
    font-size: 24px;
    font-weight: lighter;
    color: #000;
    text-transform: uppercase;
    /* height: 30%; */
}

.news-category {
    color: #808080;
    font-size: 13px;
}

.news-category span {
    font-family: 'Open Sans', sans-serif;
}

span.news-tag {
    margin-left: 25px;
}

.news-category img {
    margin-right: 10px;
}

.news-header p {
    margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #808080;
    font-size: 14px;
}



.news-comment {
    /* margin-left: 45%; */
    color: #808080;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.news-comment img {
    margin-right: 10px;
}

.sponser-second-grid {
    margin-bottom: 90px;
}

.news-category a {
    color: #808080;
    text-decoration: none;
}

.news-more {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-more a {
    text-decoration: none;
    color: #808080;
}

.news-more a:not(:last-child) {
    margin-right: 15px;
}

.news-read {
    color: #ff0000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.news-text {
    border-radius: 0px;
    background-color: #ff0000;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

img.news-button-arrow {
    margin-left: -70px;
}

.news-button {
    text-align: center;
    margin-bottom: 90px;
}

.slider .slide {
    display: inline-block;
}

.slider {
    margin-bottom: 60px;
    text-align: center;
    word-spacing: 90px;
}

.news {
    padding-top: 20px;
}

.inner-section {
    background-position: center;
    background-size: cover;
    height: 455px;
    position: relative;

}

.inner-banner-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1170px;
    text-align: center;
    display: block;
    width: 100%;
}

.inner-banner-caption .banner-title {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding-top: 72px;
    padding-bottom: 58px;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link,
nav.navbar .navbar-nav>li>a {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link,
nav.navbar .navbar-nav>li>a:hover {
    color: #fff;
}

.navbar-light .navbar-nav .show>.nav-link,
nav.navbar .navbar-nav>li>a,
.navbar-light .navbar-nav .active>.nav-link,
nav.navbar .navbar-nav>li.active>a,
.navbar-light .navbar-nav .nav-link,
nav.navbar .navbar-nav>li>a.show,
.navbar-light .navbar-nav .nav-link,
nav.navbar .navbar-nav>li>a.active {
    color: #fff;
}

.visible-xs {
    display: none;
}



.news-body {
    margin-top: 60px;
    margin-bottom: 40px;
}

.news-middle-bottom h2 {
    margin-bottom: 40px;
}

.news-section {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #808080;
    letter-spacing: 0.3px;
    line-height: 1.8em;
}

.table-space {
    border: 1px solid #a1a1a1;
}

.table-space th {
    text-align: center;
    padding-right: 86.2px;
    padding-left: 86.2px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 18px;
    background-color: #e5e5e5;
}

.table-space td {
    font-size: 14px;
    text-align: center;
    padding-right: 79px;
    padding-left: 79px;
    padding-top: 22px;
    padding-bottom: 22px;
    color: #808080;
}

.news-table-list {
    margin-bottom: 68px;
    margin-top: 110px;
}

.contact-list-table {
    margin-top: 0px !important;
    margin-bottom: 68px !important;

}

.club-registration {
    margin-top: 60px;
    font-family:'Open Sans', sans-serif;
}

.club-registration h1 {
    text-transform: uppercase;
    color: #ff0000;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 60px;
}
.club-registration ul,
.club-registration ol {
    margin-left: 15px;
}
.club-registration ul li,
.club-registration ol li  {
    list-style: none;
    padding-left: 18px;
    position: relative;
    margin-bottom: 10px;
}

.club-registration ul li:before {
    content: '';
    background-color: transparent;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 1px solid #000;
    position: absolute;
    left: 0;
    top: 7px;
}

.club-registration ol {
    counter-reset: item
}

.club-registration ol li ol li {
    padding-left: 30px;
}

.club-registration ol li:before {    
    counter-increment: item ;
    content: counters(item, ".") " ";
    position: absolute;
    left: 0;
}

.club-registration p {
    font-size: 18px;
    margin-bottom: 60px;
    line-height: 2em;
}

.club-grid {
    text-align: center;
}

.club-red {
    background-color: #ff0000;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.club-red p {
    margin-bottom: 0px;

}

.club-dollar {
    color: #333333;
    font-size: 36px;
    background-color: #eeeeee;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
}

.club-dollar p {
    margin-bottom: 0px;
}



.club-tr {
    color: #555555;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #e2dfdf;
    padding-top: 15px;
    background-color: #f9f9f9;
}

.club-text {
    background-color: #ff0000;
    color: #fff;
    border-radius: inherit;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.club-button {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f9f9f9;
}

.club-border {
    margin-bottom: 53px;
}

.booking-list {
    color: #a0a0a0;
    font-size: 14px;
    padding-bottom: 30px;
    padding-left: 18px;
}

.booking-list ol {
    list-style-type: lower-alpha;
}

.booking-list li {
    line-height: 2.5em;
    font-family: 'Open Sans', sans-serif;
    /*
    letter-spacing: 0.3px;*/
}

ol.order-list {
    margin-left: 5%;
}

.booking-list p {
    margin-left: 40px;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.gallery-caption h2 {
    font-size: 24px;
    position: absolute;
    text-align: center;
    color: #fff;
    top: 42%;
    left: 22%;
    right: 22%;
    font-weight: bold;
    text-transform: uppercase;
    /* margin-left: auto; */
    max-width: 67%;
}

.gallery-img {
    position: relative;
    margin-bottom: 20px;
}

.contact-list th {
    background-color: #000 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
}

.contact-list {
    border: transparent !important;
    border: 1px solid #fff !important;
}

tr.contact-first {
    background-color: #f9f9f9 !important;
}

tr.contact-second {
    background-color: #efefef !important;
}

.contact-list td {
    padding-right: 43px !important;
    color: #464646 !important;
    padding-left: 43px !important;
    font-family: 'Open Sans', sans-serif !important;
}

.contact-message p {
    font-size: 24px;
    color: #000;
    margin-bottom: 45px;
}


.contact-submit {
    text-align: left;
}

section.contact-message input {
    font-family: 'Open Sans', sans-serif;
    background-color: #f9f9f9;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
}

section.contact-message textarea {
    font-family: 'Open Sans', sans-serif;
    background-color: #f9f9f9;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 14px;
    padding-top: 20px;
    margin-top: -38px;
}

.form-group {
    margin-bottom: 2rem;
}

.owl-carousel .owl-item img {
    margin: 0 auto;
    width: auto;
}


.carousel-caption {
    right: auto;
    left: auto;
    text-align: left;
}

ul.social-media {
    text-align: right;
}

.social-media li {
    display: inline-block;
}

.social-media li {
    display: inline-block;
    padding-left: 20px;
}

.owl-stage-outer {
    /*margin-bottom: 60px;*/
}

.item.item-space {
    margin-top: 15px;
}

.panel.panel-default {
    background: #e5e5e5;
    border-radius: 10px;
}


.news-img .rt-list::after {
    content: '';
    background: #ff0000;
    height: 30px;
    width: 4px;
    position: absolute;
    display: block;
}

.news-img .mid-list::before {
    content: '';
    background: #b7b7b7;
    height: 30px;
    width: 4px;
    position: absolute;
    left: 21px;
    display: block;
}

span.lt-arrow img {
    margin-left: 11px;
    margin-top: 3px;
}


.news-right {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

#bootstrap-touch-slider .carousel-inner .item {
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
}


.main-header {
    position: absolute;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    right: 0;

}

body.added-extra .main-header {
    position: relative;
}

.top-header {
    padding-top: 30px;
    margin-bottom: 40px;
}

body.added-extra .top-header {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
}

.banner-caption {
    position: absolute;
    bottom: 120px;
    left: auto;
    right: auto;
    z-index: 50;
}



.owl-prev span {
    background: url(../images/previous-logo.png) no-repeat;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 10%;
    left: 0%;
    text-indent: -99999999px;
}

.owl-next span {
    right: -2%;
    background: url(../images/next-logo.png) no-repeat;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 10%;
    text-indent: -99999999px;
}
.card {
    background-color: #fafafa;
}
.card ul {
    padding-left: 25px;
}

.card-header {
    background: #e5e5e5;
    border-bottom: none;
}

.card-header button.btn.btn-link {
    width: 100%;
    text-align: left;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 8px;
}

.card-header button.btn.btn-link.collapsed {
    border-bottom: none;
    padding-bottom: 8px;
}


.card-header .btn-link {
    border: transparent;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    white-space: normal;
    padding-left: 0;
}

.card-body {
    font-size: 14px;
    color: #808080;
    line-height: 35px;
    border: none;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

.card-header .btn-link:before {
    content: "\f068";
    font-family: "FontAwesome";
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: inherit;
    background: transparent;
    font-size: 12px;
    font-weight: 900;
    color: #000;
    text-align: center;
    text-shadow: none;
    position: absolute;
    top: 20px;
    left: 96%;
}

.card-header .btn-link.collapsed:before {
    content: "\f067";
}

.card {
    margin-bottom: 5px;
}

section.contact-list-table hr {
    margin-top: 68px;
    margin-right: 20px;
}

section.club-registration hr {
    margin-right: 20px;
}

.contact-main {
    border: 1px solid #f0f0f0;
    margin-bottom: 62px;
}

.contact-container {
    max-width: 920px;
    margin-bottom: 110px;
    margin-left: auto;
    margin-right: auto;
}

.team-gallery img {
    max-width: 103%;
    display: block;
    height: auto;

}

.team-container {
    margin-left: -15px;
}

.club-border-wrap {
    box-shadow: 1px 8px 16px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 1px 8px 16px rgba(0, 0, 0, .14);
}


.club-button a {
    color: #fff;
}


@media (min-width: 1300px) {
    div#sponser-carousel {
        padding-left: 140px;
        padding-right: 175px;
    }
}

@media (min-width: 991px) {

    nav.navbar .navbar-nav .nav-link,
    nav.navbar .navbar-nav>li>a {
        padding-bottom: 20px;
        padding-top: 20px;
    }


}


@media (min-width: 768px) and (max-width: 991px) {
    nav.navbar {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    nav.navbar .navbar-nav .nav-link,
    nav.navbar .navbar-nav>li>a {
        padding-bottom: 20px;
        padding-top: 20px;
        text-transform: capitalize;
        font-weight: 400;
        font-size: 13px;
    }

    nav.navbar .navbar-nav>li>a {
        font-size: 14px;
    }

    .container.contact-container {
        max-width: 550px;
    }

    .card-header .btn-link:before {
        left: 90%;
    }

    ul.social-media {
        text-align: inherit;
    }

    .banner-logo img {
        width: 50%;
    }

    .social-media li {
        display: inline-block;
        padding-left: 5px;
    }

    .banner-title {
        margin-top: 0%;
        margin-left: 2%;
    }

    .banner-title h1 {
        font-size: 40px;
    }

    .banner-title p {
        font-size: 20px;
        margin-top: -20px;
    }

    .banner-button {
        text-align: left;
        margin-left: 2%;
        margin-top: 0%;

    }

    form.example button {
        min-width: 31%;
    }

    .news-comment {
        /* margin-left: 16%; */
    }

    .news-category img {
        margin-right: 0px;
    }

    .offer-text h2 {
        font-size: 16px;
    }

    .offer-text h3 {
        font-size: 15px;
    }

    .offer-text p {
        font-size: 10px;
    }

    .offer-text a {
        font-size: 13px;
    }

    .offer-member a {
        font-size: 13px;
    }

    .offer-member h2 {
        font-size: 20px;
    }

    .offer-btn {
        font-size: 12px;
        /*margin-top: -50px;*/
    }

    .offer-weather p {
        font-size: 13px;
    }

    .offer-weather h3 {
        font-size: 15px;
    }

    .offer-weather h2 {
        font-size: 20px;
    }

    .news-right p {
        margin-right: -100px;
    }

    .footer-logo li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer-logo {
        text-align: center;
    }

    .carousel-control-next {
        right: -30px;
    }

    .carousel-control-prev {
        left: -30px;
    }

    ul.navbar-nav li a {
        font-size: 14px;
        font-weight: 400;
    }

    .color-button {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;

    }

    .offer-text {
        right: 11%;
    }


}

@media (min-width: 375px) and (max-width: 400px) {
    .offer-text p {
        margin-top: 37px;
    }

}

@media (min-width: 736px) and (max-width: 750px) {
    .offer-text p {
        margin-top: 62px;
    }

    .container.contact-container {
        max-width: 400px;
    }

    .offer-member h2 {
        margin-bottom: 86%;
    }

    .offer-weather p {
        margin-bottom: 55%;
    }
}


@media (max-width:320px) {
    .offer-text p {
        margin-top: 30px;
    }

    .offer-member h2 {
        /*margin-bottom: 36%;*/
    }

    .offer-weather p {
        /*margin-bottom: 4%;*/
    }

}


@media (max-width: 767px) {
    .offer-text p {
        margin-top: 48px;
    }

    .offer-member h2 {
        margin-bottom: 0;
    }

    .offer-text {
        right: 0;
        left: 0;
        padding-right: 40px;
        padding-left: 40px;
    }


}






@media (min-width: 667px) and (max-width: 700px) {

    .offer-member h2 {
        margin-bottom: 86%;
    }

    .offer-weather p {
        margin-bottom: 57%;
    }

    .offer-text p {
        margin-top: 58px;
    }
}


@media (min-width: 1024px) and (max-width: 1200px) {
    .footer-logo img {
        height: 50%;
        width: 85%;
    }

    .footer-logo li {
        margin-right: 0%;
    }

    .container.contact-container {
        max-width: 700px;
    }

    nav.navbar .navbar-nav .nav-link,
    nav.navbar .navbar-nav>li>a {
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    ul.navbar-nav li {
        font-size: 15px;
    }

    .carousel-control-prev {
        left: -37px;
    }

    .banner-logo img {
        width: 59%;
    }

    .color-button {
        font-size: 14px;
    }

    .banner-button {
        margin-top: -10px;
        margin-left: 2%;
    }

    .banner-title p {
        font-size: 30px;
        margin-top: -25px;
    }

    .banner-title h1 {
        font-size: 60px;
        font-weight: bold;
    }

    .banner-title {
        margin-top: 1%;
        margin-left: 1%;
    }

    .offer-btn {
        /*margin-top: -50px;*/
    }

    .offer-grid {
        margin-left: -10px;
    }

    .sponser hr {
        margin-right: 31px;
        margin-left: -11px;
    }

    .news-right p {
        margin-right: -101px;
    }

    .sponser-grid {
        margin-right: 15px;
    }

    .news-comment {
        /* margin-left: 30%; */
    }

    .owl-next span {
        right: 1%;
    }

    .search-container {
        margin-right: 10%;
    }

    .offer-text {
        right: 9%;
    }

    .offer-text p {
        margin-top: 35px;
        margin-bottom: 25px;
    }

    .offer-text h2 {
        font-size: 25px;
        margin-bottom: 14px;
    }

    .offer-member h2 {
        margin-bottom: 35%;
    }
}

@media (max-width: 767px) {
    .navbar-toggler .menu-line {
        display: block;
        background: #fff;
        height: 2px;
        width: 30px;
        margin-bottom: 5px;
    }

    .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }

    .item.item-center.item-spacing {
        margin-left: 0;
    }

    .news-navbar {
        position: fixed;
        top: 0;
        background: rgba(0, 0, 0, .85);
        left: 0;
        width: 100%;
        z-index: 50;
    }

    .visible-xs {
        display: block;
    }

    .navbar-background {
        background-color: transparent;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

    footer.footer {
        text-align: center;
    }

    .footer-right {
        float: initial;
    }

    /* .banner-button, */
    .banner-title,
    .head-logo,
    .banner-logo,
    .social-icon {
        display: none;
    }

    .offer-text {
        right: 8%;
    }

    .navbar {
        padding-top: 5px;
    }

    .carousel-item {
        height: 300px;
    }
    .stellarnav.mobile li a:hover ,
    .stellarnav.mobile li a:focus ,
    .stellarnav.mobile li.current-menu-parent > a.nav-link,
    .stellarnav.mobile li.current-menu-item a {
        background: rgba(85, 23, 26, 0.6);
        outline: none;
    }
/*    .banner-button {
        display: block !important;
        position: fixed;
        margin-top: 0px !important;
    }*/
    .banner-button .color-button{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
    }





}

@media (min-width: 1200px) {
    .member-offer .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .member-offer [class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1300px) {
    .navbar {
        /*margin-left: -15px;*/
        /*margin-right: -15px;*/
        /*margin-top: 18px;*/
    }
}

@media screen and (min-width: 1200px) {

    nav.navbar .navbar-nav .nav-link,
    nav.navbar .navbar-nav>li>a {
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 28px;
        padding-right: 28px;
    }

    nav.navbar ul.sub-menu li a {
        padding-bottom: 15px;
        padding-top: 15px;
    }

}

@media screen and (max-width: 767px) {
    .offer-grid {
        margin-top: 40px;
        margin-bottom: 0px;
        margin-left: 3px;
    }

    .offer-text {
        right: 8%;
    }

    .contact-signup {
        padding-left: 15px;
    }

    .footer-logo li {
        display: block;
        margin-bottom: 10%;
        text-align: center;
    }

    .news-comment {
        /* margin-left: 41%; */
    }

    .news-middle h2 {
        font-size: 35px;
    }

    .news-middle {
        margin-bottom: 50px;
    }

    .news-img {
        margin-left: 0px;
    }

    .news-right p {
        margin-right: 0px;
    }

    .slider .slide {
        display: block;
        margin-bottom: 20px;
    }

    .sponser-second-grid {
        margin-top: -60px;
    }

    .col-md-4.news-header {
        margin-bottom: 40px;
    }

    .member-offer img {
        width: 100%;
    }

    .card-header .btn-link:before {
        left: 90%;
    }

    img.arrow {
        margin-left: 0px;
    }

    .news-right p {
        margin-right: 0px;
        margin-top: -15px;
    }

    .news-middle h2 {
        font-size: 24px;
        margin-top: 27px;
        margin-bottom: 0;
    }

    .banner-title p {
        font-size: 30px;
        margin-top: -25px;
    }

    .banner-title p {
        font-size: 30px;
        margin-top: -25px;
    }
}



@media (min-width: 768px) {
    .navbar {
        left: 0;
        position: fixed;
        /*top: 0;*/
        transition: top 0.2s ease-in-out !important;
        -webkit-transition: all 0.5s !important;
        -moz-transition: all 0.5s !important;
        -o-transition: all 0.5s !important;
        -ms-transition: all 0.5s !important;
        transition: all 0.5s !important;
        width: 100% !important;
    }

    .navbar.nav-up {
        -webkit-transform: translateY(-350px);
        -moz-transform: translateY(-350px);
        -o-transform: translateY(-350px);
        -ms-transform: translateY(-350px);
        transform: translateY(-350px);
    }

    .navbar.nav-down {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    body.added-extra .navbar.nav-down {
        top: 0;
    }
    .navbar-light .navbar-nav li.menu-item-has-children>a::after{
        content: "";
        display: none !important;
    }
}

.search-container .medium {
    border: none;
    min-height: 47px;
    min-width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    background: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    outline: none;
}


.search-container .top_label .button {
    min-width: 30%;
    min-height: 47px;
    background: #ff0000;
    color: white;
    font-size: 13px;
    border: none;
    border-left: none;
    cursor: pointer;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-family: 'Open Sans', sans-serif;
    outline: none;
}

div#accordionExample {
    margin-bottom: 110px;
}


.contact-list .row-1 th {
    padding-top: 15px !important;
    background-color: #000 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    text-align: center !important;
    padding-bottom: 15px !important;
}

.contact-list .even td {
    background-color: #f3f4f4 !important;
    font-size: 14px !important;
    text-align: center !important;
/*    padding-top: 15px !important;
    padding-bottom: 15px !important;*/
    color: #464646 !important;
    border: none !important;
}

.contact-list .odd td {
    background-color: #e4e7e8 !important;
    font-size: 14px !important;
    text-align: center !important;
/*    padding-top: 15px !important;
    padding-bottom: 15px !important;*/
    color: #464646 !important;
    border: none !important;
}

.contact-list {
    border: 1px solid #fff !important;
}

.table-space thead tr th {
    text-align: center;
    padding-right: 86.2px;
    padding-left: 86.2px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    background-color: #e5e5e5;
}

.table-space .odd td {
    font-size: 14px;
    text-align: center;
    padding-right: 79px;
    padding-left: 79px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #808080;
    background-color: #fff;
}

.table-space .even td {
    font-size: 14px;
    text-align: center;
    padding-right: 79px;
    padding-left: 79px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #808080;
    background-color: #fff;
}

input#input_2_3 {
    display: none;
}


.news-table-list .tablepress .odd td {
    background-color: #fff;
}

.news-table-list .table-space td {
    border: 1px solid #a1a1a1;
}

.news-table-list .table-space th {
    border: 1px solid #a1a1a1;
}

section.contact-list-table .contact-list th {
    border: 1px solid #fff !important;
}

section.contact-list-table .contact-list td {
    border: 1px solid #fff !important;
}

section.contact-list-table .contact-list even td {
    background-color: #f9f9f9 !important;
}


section.contact-list-table .contact-list odd td {
    background-color: #efefef !important;
}

.contact-container .gfield {
    border: none;
}

.contact-container #gform_submit_button_1 {
    border-radius: 0px;
    background-color: #ff0000;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    min-width: 180px;
    margin-left: 12px;
}

.contact-container #input_1_3 {
    font-family: 'Open Sans', sans-serif;
    background-color: #f9f9f9;
    padding: 12px;
    font-size: 14px;
    outline: none;
    padding-left: 15px;
}

.contact-container #input_1_1 {
    padding-left: 15px;
    font-family: 'Open Sans', sans-serif;
    background-color: #f9f9f9;
    padding: 12px;
    font-size: 14px;
    outline: none;
    padding-left: 15px;
}

.contact-container #input_1_2 {
    padding-left: 15px;
    font-family: 'Open Sans', sans-serif;
    background-color: #f9f9f9;
    padding: 12px;
    font-size: 14px;
    outline: none;
    padding-left: 15px;
}

.contact-container #input_1_4 {
    padding-left: 15px;
    margin-top: 15px;
    outline: none;
}


.search-container #input_2_2 {
    padding-left: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.search-container #gform_submit_button_2 {
    font-size: 14px;
    position: absolute;
    top: 76px;
    right: 0;
}

@media (max-width: 650px) {
    .search-container #input_2_2 {
        padding-left: 15px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        margin-left: -5px;
    }

    .search-container #gform_submit_button_2 {
        font-size: 14px;
        position: absolute;
        top: 76px;
        padding: 5px;
        right: 0px;
        margin-right: 10px;
        width: initial;
        outline: none;
    }

    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type=submit],
    .gform_wrapper .gform_page_footer input.button,
    .gform_wrapper .gform_page_footer input[type=submit] {
        width: initial;
    }
}




#search_expand input[type=search] {
    width: 30px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}

#search_expand input[type=search]:hover {
    /*background-color: rgba(0, 0, 0, 0.6);*/
}

#search_expand input[type=search]:focus {
    /*width: 100%;*/
    width: 150px;
    color: #fff;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    cursor: auto;
}

#search_expand input:-moz-placeholder {
    color: transparent;
}

#search_expand input::-webkit-input-placeholder {
    color: transparent;
}

#search_expand input {
    outline: none;
}

#search_expand input[type=search] {

    background: url(../images/search.png) no-repeat 9px center;
    border: none;
    /*padding: 9px 10px 9px 32px;*/
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
#search_expand input[type=search]:focus {
    padding-left: 34px;
}

.main-header .navbar .container {
    position: relative;
}

form#search_expand {
    background-color: rgba(0, 0, 0, 0);
    padding: 12.5px;
    outline: none;
    z-index: 5;

}

@media (min-width: 768px) and (max-width: 991px) {
    form#search_expand {
        background-color: rgba(0, 0, 0, 0.6);
        padding: 9.5px;
        margin-top: 8px;
    }
}



.archieve-post-page {
    margin-top: 100px;
}


.news-header-single .entry-title {
    margin-top: 50px;
    margin-bottom: 25px;
}

.news-header-single .news-comment {
    margin-left: 30px;
}



.news-button.contact-submit .news-text {
    border-radius: 0px;
    background-color: #ff0000;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 15px 66px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}


.search-container .your-email .wpcf7-form-control,
.search-container .gem-form input.gem-field{
    border: none;
    min-height: 46px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    background: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left: 15px;
    outline: none;
}

.form-control:focus,
.wpcf7-form-control:focus,
.search-container .gem-form input.gem-field:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-container form.wpcf7-form p {
    display: flex;
}

.search-container .wpcf7-submit,
.search-container .gem-submit {
    min-width: 25%;
    min-width: 100px;
    min-height: 46px;
    background: #ff0000;
    color: white;
    font-size: 13px;
    border: none;
    border-left: none;
    cursor: pointer;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-family: 'Open Sans', sans-serif;
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 64px;*/
    outline: none;
    height: 46px;
}

.search-container .gem-form {
    display: flex;
    flex-direction: row;
    align-items: flex-end;

}
.footer-contact form.gem-form label {
    display: inline-block !important;
    margin-bottom: .5rem;
}

.search-container .wpcf7-not-valid-tip {
    color: #f00;
    font-size: 16px;
    font-weight: normal;
    display: block;
}

.search-container div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    margin-top: -40px;
}

.search-container div.wpcf7-response-output {
    margin: 0;
    padding: 0.2em 1em;
/*    border: 2px solid #ff0000;
*/    /*margin-top: -40px;*/
}

.contact-container div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    margin-top: -40px;
}

.contact-container div.wpcf7-response-output {
    margin: 0;
    padding: 0.2em 1em;
    margin-top: -40px;
}

.contact-container span.wpcf7-not-valid-tip {
    color: #f00;
    font-weight: normal;
    display: block;
    font-size: 16px;
    margin-top: 10px;
}
.navbar-light .navbar-nav li.menu-item-has-children>a {
    position: relative;
}

.navbar-light .navbar-nav li.menu-item-has-children>a::after {
    content: "";
    margin-left: 10px;
    height: 10px;
    width: 10px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: relative;
    bottom: 3px;
}

.sub-menu li {
    list-style: none;
}

.sub-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    display: none;
    min-width: 300px;
    color: #fff;
}



.news-header-single p {
    margin-top: 30px;
}

nav.navbar .navbar-nav li {
    position: relative;
    color: #fff;
}





nav.navbar .navbar-nav li a:hover .sub-menu {
    opacity: 1;
    max-height: 500px;
    display: block;
}




.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: rgba(85, 23, 26, 0.8);
}

.comment-respond {
    margin-left: 14px;
    margin-top: 30px;
    margin-bottom: 40px;
}


.comment-respond input#url,
#email,
#author,
#comment {
    font-family: 'Open Sans', sans-serif;
    background-color: #f9f9f9;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    outline: none;
}

.comment-respond input#submit {
    border-radius: 0px;
    background-color: #ff0000;
    border: none;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    outline: none;
}

.col-md-4.news-right.text-md-right a img {
    margin-left: 6px;
    margin-top: -3px;
}

.page-id-9 img.news-button-arrow {
    margin-left: 0;
    padding-left: 20px;
}

p.contact-header {
    margin-top: 60px;
}

.row.contact-row {
    margin-bottom: -40px;
}


table#tablepress-2 .even td {
    background-color: #fff;
}

.reverse-image-sectionpart .row {
    flex-direction: row-reverse;
}

@media (min-width: 992px){
    nav.navbar .navbar-nav li:hover .sub-menu {
        display: block;
        color: #fff;
    }
}
@media (max-width: 991px) {
    .navbar-light .navbar-nav li.menu-item-has-children.is-open > a::after {
            border-bottom: 1px solid #fff;
            border-right: 1px solid #fff;
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    }
    .navbar-light .navbar-nav li.menu-item-has-children.is-open ul.sub-menu{
            display: block;
    }
    .navbar-light .navbar-nav li.menu-item-has-children>a::after {
        /*top: 23px;*/
        /*position: absolute;*/
        /*right: 20px;*/
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        height: 5px;
        width: 5px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        pointer-events: none;
    }

    .sub-menu {
        position: relative;
        min-width: 100%;
    }
}

input.wpcf7-form-control.wpcf7-submit.btn.news-text:hover {
    background-color: rgba(85, 23, 26, 0.6);
    border-top: 1px solid rgba(85, 23, 26, 0.6);
}

a.btn.color-button:hover {
    border: 1px solid transparent;
    background-color: rgba(85, 23, 26, 0.6);
}

a.btn.news-text:hover {
    background-color: rgba(85, 23, 26, 0.6);
}

form#search_expand:hover {
    /*background-color: rgba(85, 23, 26, 0.6);*/
}

.sponser-grid.event-blog-news-page .news-header h2 {
    /* height: 15%; */
}

.sponser-grid.event-blog-news-page {
    padding-top: 6%;
}

.news-header .event-post_thumbnail {
    padding-bottom: 15%;
}

@media (max-width: 768px) {
    form#search_expand {
        position: unset;
        /*background-color: transparent;*/
    }
}

.search_result {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
}

.search_result p {
    padding-top: 20px;
    padding-bottom: 20px;
}

.search_result a {
    text-decoration: none;
    color: #212529;
    text-transform: capitalize;
}

.search_result input.search-field {
    background-color: #f0f0f0;
    border: none;
    padding: 12px;
    border-radius: 10px;
    outline: none;
    font-size: 15px;
}

.search_result input.search-submit {
    border: none;
    padding: 12px;
    border-radius: 10px;
    outline: none;
    background-color: #ff0000;
    color: #fff;
    font-size: 15px;
}

.page-id-161 section.contact-list-table hr {
    display: none;
}

.archieve-post-page .event-post_thumbnail {
    display: none;
}

.archieve-post-page .news-header h2 a {
    color: #000;
}

.search-results .page-title {
    color: #ff0000;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 58px;
    position: relative;
    padding-left: 30px;
    border-left: 4px solid #ff0000;
    line-height: 1;
    text-align: left;
    margin-bottom: 75px;
    margin-top: 30px;
}

.search-results article {
    margin-bottom: 55px;
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}

.search-results article p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.search-results article .post-thumbnail {
    display: block;
    width: 100%;
    margin: 25px 0;
    margin-bottom: 10px;
}

/*wordpress comment*/
/* =========================================================
Comments
 ========================================================= */
ol.comment-list {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0;
    font-size: 18px;
}

ol.comment-list li.comment {
    border-bottom: 1px solid #ddd;
    padding: 1em;
}

ol.comment-list li.comment div.vcard {
    font-weight: 14px;
}

ol.comment-list li.comment div.vcard img.avatar {
    border: 5px solid #ccc;
    float: right;
    margin: 0 0 20px 20px;
}

ol.comment-list li.comment div.comment-meta {
    font-size: 11px;
}

ol.comment-list li.comment div.comment-meta a {
    color: #ccc;
}

ol.comment-list li.comment p {
    font-size: 21px;
}

ol.comment-list li.comment ul {
    font-size: 12px;
    list-style: none;
    margin: 0 0 0 20px;
}

ol.comment-list li.comment div.reply {
    font-size: 11px;
}

ol.comment-list li.comment div.reply a {
    font-weight: bold;
    font-size: 16px;
}

ol.comment-list li.comment ul.children {
    list-style: none;
    margin: 12px;
    text-indent: 0;
}

ol.comment-list li.comment ul.children li.depth-2 {
    border-left: 5px solid #ccc;
    margin: 0 0 10px 10px;
}

ol.comment-list li.comment ul.children li.depth-3 {
    border-left: 5px solid #bbb;
    margin: 0 0 10px 10px;
}

ol.comment-list li.comment ul.children li.depth-4 {
    border-left: 5px solid #aaa;
    margin: 0 0 10px 10px;
}

ol.comment-list li.even {
    background: #fff;
}

ol.comment-list li.odd {
    background: rgba(250, 250, 250, 0.38);
    /* background: transparent; */
}

ol.comment-list li.parent {
    border-left: 5px solid #ff0000;
}

ol.comment-list ol {
    list-style-type: none;
}

ol.comment-list p {
    margin-bottom: 6px;
}

#comments {
    margin-top: 50px;
}

p.comment-form-cookies-consent {
    position: relative;
}

.comment-form input[type="checkbox"] {
    padding-right: 20px;
    position: absolute;
    left: 0;
    top: 5px;
}

.comment-form {
    max-width: 512px;
    width: 100%;
    margin-bottom: 60px;
}

.comments-title {
    margin-bottom: 20px;
}

.comment-form textarea#comment {
    height: auto;

}

.comment-form input[type="checkbox"] {
    position: relative;
    top: 1px;
}

.comment-form input.submit:hover {
    cursor: pointer;
}

.comment-form input[type="text"],
.comment-form input[type="url"],
.comment-form input[type="email"],
.comment-form textarea {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    height: 45px;
    width: 100%;
    padding-left: 10px;
}

.comment-form input[type="checkbox"] {
    padding-right: 20px;
}

p.comment-form-cookies-consent label {
    padding-left: 10px;
}

#comments h2 {
    padding-left: 12px;
}


@media only screen and (max-width: 800px) {
    /* change media query width to suit needs */
    /* force table markup to behave like divs */
    .jrt table,
    .jrt thead,
    .jrt tbody,
    .jrt th,
    .jrt td,
    .jrt tr {
        display: block;
        text-align: left
    }
    /* hide table headers (but not display: none;, for accessibility) */
    .jrt thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .jrt tr {
        border: 1px solid #ccc;
        margin-bottom: 15px;
    }
    .jrt td {
        /* behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        font-weight: normal;

    }
    .jrt td:before {
        /* becomes the table header */
        position: absolute;
        /* top/left values mimic padding */
        /*top: 8px;*/
        /* mimic padding top */
        left: 6px;
        /* mimic padding left */
        /*width: 80px;*/
        text-align: left!important;
        padding-right: 0;
        font-weight: bold;
        white-space: pre;
        white-space: nowrap;
        overflow: hidden;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .table-responsive table.jrt td, .tablepress table.jrt td  {
        text-align: right !important;
        padding-right: 20px !important;
        padding-left: 0 !important;
    } 

    .tablepress {
        border: none !important;
    }

    .news-table-list .tablepress td {
        border-width: 0 0 1px 0 !important;
    }
    .news-table-list .tablepress td:last-child {
        border-bottom: none !important;
    }
}


@media (max-width: 767px) {

    .navbar-nav {
        padding-right:0;

    }

    .navbar .navbar-brand {
        width: 150px;
        margin-left: 15px;
    }



    form#search_expand {
        border-top: 1px solid rgba(255,255,255,.3);
    }

    .inner-section {
        height: 40vh;
    }
    .inner-banner-caption .banner-title {
        padding-bottom: 20px;
    }
    .banner-title {
        display: block;
    }

    .card-body {

        padding-left: 1.25rem;
    }

    .top-header {
        padding-top: 0;
        margin-bottom: 0;
    }

    .main-header {
        position: static;
    }

    .navbar {
        position: static;
        background: rgba(0, 0, 0, 1);
    }

    .banner-title h1 {
        font-size: 40px;
        font-weight: bold;
    }

    .banner-title p {
        font-size: 20px;
        margin-top: 0;
    }


    .carousel-control-prev span,
    .carousel-control-next span {
        width: 20px;
    }
    .news-section  img {
        margin-bottom: 20px;
    }


}

@media (min-width: 768px) and (max-width: 1199px) {
    nav.navbar .navbar-nav .nav-link, 
    nav.navbar .navbar-nav>li>a {
        padding-bottom: 12px;
        padding-top: 12px;
        text-transform: capitalize;
        font-weight: 400;
        font-size: 13px;
    }


    .main-header .navbar .container {
        max-width: 100%;
    }

    .navbar-nav {
        justify-content: space-around;
        padding-right: 10%;
    }

    .navbar .navbar-nav li.menu-item-has-children>a::after {

        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        height: 5px;
        width: 5px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    form#search_expand {
        padding: 0;
        outline: none;
        position: absolute;
        right: 0;
        right: 15px;
        z-index: 5;
    }

    form#search_expand input[type="search"]{
        height: 43px;
        width: 40px;
    }

    #search_expand input[type="search"]:focus {
        width: 100%;
    }
}
.search .search_result input.search-submit{
    cursor: pointer;
    padding: 12px 38px !important;
}


.stellarnav.dark.desktop {
    background: rgba(0, 0, 0, .6);
}

.stellarnav.desktop ul#menu-main-menu {
    text-align: left;
}

.stellarnav.desktop .search-menu{
    /*position: absolute;*/
    right: 0;
    /*width: 200px;*/
    float: right;
}

form#search_expand {
    padding: 10px;

}


.stellarnav.mobile {
    width: auto;
} 

.stellarnav.mobile .search-menu{
    border-bottom: 1px solid rgba(255, 255, 255, .15);
 }

.stellarnav.desktop ul li a:hover{
    background-color: rgba(85, 23, 26, 0.6);
    color: #fff !important;
}


@media (max-width: 768px) {
    .stellarnav {
        overflow: visible;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .stellarnav > ul > li > a {
        padding: 15px 5px;
    }

    .stellarnav.dark li a {
        color: #FFF;
        font-size: 14px;
    }

    .search-menu form#search_expand {
        padding: 0;
        margin-top: 0;
    }

    #search_expand input[type="search"]:focus {
        background-color: rgba(0, 0, 0, 0.8);
    }
}
/*Jan 18 2019*/
ul#menu-main-menu a {
    cursor: pointer;
}
.stellarnav.mobile.dark ul ul {
    background: rgba(255, 255, 255, .2) !important;
}
.footer-contact .contact  ul,
.footer-contact .contact ol,
.footer-contact .footer-social ul,
.footer-contact .contact .contact-para ul{
    padding-left: 0px;
}
.stellarnav .menu-toggle span.bars span {
    width: 24px;
    height: 2px;

}
.stellarnav a.dd-toggle .icon-plus:before {
    content: '';
    display: block;
    width: 14px;

}
.stellarnav a.dd-toggle .icon-plus:after {
    content: '';
    display: block;
    width: 14px;
 
}
.news-header h2 a {
    font-size: 24px;
    font-weight: lighter;
    color: #000;
    text-transform: uppercase;
    height: 30%;
}
.news-header h2 a:hover {
    text-decoration: none;
}


@media (max-width:375px) {
	.member-offer img {
	    height: 280px;
	    object-fit: cover;
	}
}

@media (max-width: 767px) {
    .offer-text p {
        margin-top: 38px;
    }

    .offer-member h2 {
        margin-bottom: 0;
    }

    .offer-text {
        right: 0;
        left: 0;
        padding-right: 40px;
        padding-left: 40px;
        height: 100%;
        top: 0;
        padding-top: 30px;
    }

    .offer-text a {
        position: absolute;
        bottom: 20px;
        right: 40px;
    }

 	.offer-member {

        height: 100%;
    }

    .offer-member a {
        position: absolute;
        bottom: 30px;
    }


}

.pagination {
	margin-bottom: 50px;
}
.pagination span, .pagination a {
    height: 40px;
    min-width: 40px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 9px 12px;
    text-align: center;
    color: #f00;
    margin-bottom: 12px;
    margin-right: 3px;
}
.pagination a:hover,
.pagination .current {
	background-color: #f00;
	color: #fff;
	border: 1px solid #f00;
	text-decoration: none;
}
.news-body ul li {
	margin-bottom: 10px;
}

.stellarnav.dark.desktop ul ul {
    background: rgba(0, 0, 0, .7);
}

.offer-text h2.suc-1-offersub-t {
    font-size: 29px;
    font-weight: bold;
    color: #f00;
    line-height: 1;
}


figure[id*="attachment_"] {
    width: 100% !important;
}
.offer-grid p {
    color: #fff;
}

.offer-grid p:empty {
    display: none;
}

@media(min-width: 1200px) {
    .member-offer [class*="col-"]:nth-child(1) .offer-grid .oferWeather-wrap h2 {
        margin-bottom: 22px;
    }

    .offer-text p {
        margin-bottom: 31px;
    }
}

#sponser-carousel {
    padding-bottom: 50px;
}

.search-container form.gem-form p.gem-error {
    position: absolute;
    width: 100%;
    max-width: 348px;
    background: transparent;
    margin-top: 22px;
}

.gem-spinner {

    position: absolute;
}

@media(min-width: 1200px) {
    .search-container .your-email .wpcf7-form-control, 
    .search-container .gem-form input.gem-field {

        min-width: 250px;
    }
}

/*10/19/2020*/
@media(min-width: 1201px) {
    .search-container form.gem-form p.gem-error {
        bottom: 37%;
    }
}

#wpcf7-f1643-p788-o1 span.wpcf7-form-control-wrap.your-subject {
    display: inline-block;
    width: 100%;
    margin-top: 38px;
}

@media(max-width: 768px) {
    .search-container form.gem-form p.gem-error {
        bottom: 37%;
    }

    #wpcf7-f1643-p788-o1 span.wpcf7-form-control-wrap.your-subject {
        margin-top: 22px;
    }

    #wpcf7-f1643-p788-o1 span.wpcf7-form-control-wrap.your-message {
        display: inline-block;
        margin-top: -13px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
    .search-container form.gem-form p.gem-error {
        bottom: 45%;
    }
}

@media(max-width: 800px) {
    .contact-list .odd td:last-child {
        padding-bottom: 35px !important;
    }

    .contact-list .odd td:first-child {
        padding-bottom: 7px !important;
    }

    .contact-list .even td:last-child {
        padding-bottom: 35px !important;
    }
    .contact-list .even td:first-child {
        padding-bottom: 7px !important;
    }
    .jrt td:before {
        width: 100px;
    }
}


@media (max-width: 1199px) and (min-width: 768px) {
    form#search_expand {
        right: 0px !important;
    }
    .stellarnav.desktop .search-menu {
        width: 160px !important;
    }
    .stellarnav.desktop li.has-sub a {
        padding-right: 0 !important;
    }
    .stellarnav.dark li a {
        font-size: 11px !important;
    }
}

/*10/19/2020*/

/* 14 dec 2020 */

img.aligncenter, 
img.alignleft,
img.alignright {
    display: block;
    padding: 0;
    max-width: 100%;
    height: auto;
}

img.aligncenter {
    float: none;
    margin: 0 auto 20px;
}

img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.facebook_widget iframe {
    width: 100%;
}

@media(max-width: 767px) {
    .banner-button {
        margin-top: 0;
    }

    .banner-caption {
        bottom: 50px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%;
        padding-left: 35px;
        padding-right: 50px;
    }

    .carousel-control-prev, .carousel-control-next {
        width: 35px;
    }
}

/* up Coming events styles */
.seaforthfc-upcomming-events .cff-photo {}
.seaforthfc-upcomming-events .cff-header-text {
    color: #ff0000;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    line-height: 1;
}
.seaforthfc-upcomming-events .cff-media-wrap:after,
.seaforthfc-upcomming-events .cff-media-wrap:before {
    display: table;
    content: '';
    clear: both;
}
.facebook_widget .seaforthfc-upcomming-events {
    padding-top: 55px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 0 !important;
}


.seaforthfc-upcomming-events .cff-header {
    
    margin-bottom: 64px !important;
    font-size: 36px;
    position: relative;
    padding-left: 30px !important;
    border-left: 4px solid #ff0000;
}
.facebook_widget .seaforthfc-upcomming-events .cff-header:before {
    content: '';
    height: 100%;
    width: 4px;
    background: #c3c3c3;
    position: absolute;
    left: 3px;
    top: 0;
}

.facebook_widget .seaforthfc-upcomming-events .cff-header:after{
    content: '';
    background: url(../images/shape1.png) no-repeat center;
    height: 100%;
    width: 5px;
    position: absolute;
    left: 7px;
    top: 0;
}
@media(max-width: 767px) {
    .seaforthfc-upcomming-events .cff-header {
        font-size: 24px;
    }

    .news-middle {
        margin-bottom: 30px;
    }

    .news-right {
        margin-bottom: 30px;
    }
    .seaforthfc-upcomming-events .cff-header {
        margin-bottom: 35px !important;
    }
    
}

.seaforthfc-upcomming-events #cff .cff-item {
    float: none;
    display: flex;
    flex-wrap: wrap;
}

.seaforthfc-upcomming-events #cff .cff-item .cff-details,
.fb-upcomming-events #cff .cff-item .cff-details {
    margin-left: 12px;
}
.seaforthfc-upcomming-events #cff .cff-item .cff-details .cff-event-title,
.fb-upcomming-events #cff .cff-item .cff-details .cff-event-title {
    margin-top: 0;
    line-height: 1.2;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: -5px;
}

#cff .cff-details {
    font-family: 'Open Sans', sans-serif;
    color: #808080;
    font-size: 14px;
}

#cff .cff-details .cff-date {
    font-size: 13px;
}

#cff .cff-post-links a {
    font-size: 14px;
    color: #ff0000;
    color: #808080;
}
#cff .cff-event .cff-photo {
    margin-top: 0;
}

.seaforthfc-upcomming-events #cff .cff-item .cff-details .cff-event-title a,
.fb-upcomming-events #cff .cff-item .cff-details .cff-event-title a {
    color: #ff0000;
    font-size: 24px;
    font-weight: lighter;
    color: #000;
    text-transform: uppercase;
}

.seaforthfc-upcomming-events #cff .cff-item .cff-details .cff-event-title a:hover,
.fb-upcomming-events #cff .cff-item .cff-details .cff-event-title a:hover {
    text-decoration: none;
}

.seaforthfc-upcomming-events #cff .cff-event .cff-photo {
    background: #ff0000;
    color: #fff;
    margin-top: 0;
    min-width: 50px;
    text-align: center;
    width: auto;
}

.seaforthfc-upcomming-events #cff .cff-event .cff-photo:after {
    border: none;
}
.fb-upcomming-events #cff .cff-item:last-child,
.seaforthfc-upcomming-events #cff .cff-item:last-child {
    border-bottom: none;
}

.seaforthfc-upcomming-events #cff .cff-event .cff-photo span.date-day {
    font-weight: bold;
    font-size: 24px;
}

@media(min-width: 768px) and (max-width:1199px) {
    .member-offer img {
        height: 230px;
        object-fit: cover;
    }
}

/*events css*/
.seaforthfc-upcomming-events .cff-header-text {
	margin: 0;
	padding: 0;
	border: none;
}

.seaforthfc-upcomming-events .cff-header-text:before,
.seaforthfc-upcomming-events .cff-header-text:after {
	display: none;
}

/*12/2/2021*/
@media only screen and (max-width: 800px){
    .table-responsive table.jrt td, .tablepress table.jrt td {
        height: 36px;
    }
}