body {
    font-family: "HelveticaNeueLTGEO-45Light";
}

.alt-font-caps {
    font-family: "HelveticaNeueLTGEO-75Bold";
    font-feature-settings: "case" on;
    font-weight: bold;
}

.descBox:hover {
    text-decoration: none;
    color: black;
}
/* .event-img-container {
    border: solid 1px red;
    overflow: hidden;
} */

/* .event-img {
    object-fit: cover;
    width: 100vh;
} */
/* @media (min-width: 767px) and (max-width: 1000px) {
    .event-img-container {
        height: 300px;
    }
} */

@media (min-width: 0px) and (max-width: 767px) {
    /* .event-img-container {
        height: 200px;
    } */

    .mt-xs-5 {
        margin-top: 5px;
    }

    .mt-xs-20 {
        margin-top: 20px;
    }

    .mt-xs-1p {
        margin-top: 1%;
    }

    .mr-xs-5 {
        margin-right: 5px;
    }

    .mr-xs-1p {
        margin-right: 1%;
    }

    .mb-xs-5 {
        margin-bottom: 5px;
    }

    .mb-xs-1p {
        margin-bottom: 1%;
    }

    .ml-xs-5 {
        margin-left: 5px;
    }

    .ml-xs-1p {
        margin-left: 1%;
    }
}

.small-box {
    height: 307px;
    width: 307px;
}

.medium-box {
    height: 627px;
    width: 307px;
}

.large-box {
    height: 627px;
    width: 627px;
}

.bg-gray-new {
    background-color: #f7f7f7;
}

.bg-white {
    background-color: white;
}

.colod-black {
    color: black;
}

.color-blue {
    color: #0753ff;
}

.eventsFilterButton {
    padding-right: 10px;
}

.eventsFilterButton.active {
    color: #0753ff;
}

.descBox {
    height: 100px;
    display: block;
    overflow: hidden;
}

.infoBoxEvent {
    padding-left: 0px;
    padding-right: 50px;
}

@media only screen and (max-width: 600px) {
    .descBox {
        height: 100px;
        display: block;
        overflow: hidden;
    }
    .topBoxLoginAdd {
        margin-top: 30px;
    }
    .infoBoxEvent {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 992px) {
    .menBox {
        margin-left: 20px;
    }
}

.menBox {
    border: solid 1px red;
}

.infoLi li i {
    width: 25px;
    height: 20px;
    font-size: 20px;
}

.feather-16 {
    width: 16px;
    height: 16px;
}

.feather-24 {
    width: 24px;
    height: 24px;
}

.feather-32 {
    width: 32px;
    height: 32px;
}

.videoButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: white;
    font-size: 60px;
    transition: all 0.5s ease;
}

.videoButton:hover,
.videoButton:focus {
    font-size: 70px;
    color: white;
}

.qaBox {
    position: absolute;
    top: 30px;
    left: 20px;
    color: white;
    width: 90%;
}

.radBut .radio {
    margin: 5px 0;
    display: block;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
}

.radBut .radio input {
    display: none;
}

.radBut .radio input + span {
    line-height: 22px;
    height: 22px;
    padding-left: 22px;
    display: block;
    position: relative;
}

.radBut .radio input + span:not(:empty) {
    padding-left: 30px;
}

.radBut .radio input + span:before,
.radBut .radio input + span:after {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
}

.radBut .radio input + span:before {
    background: #d1d7e3;
    transition: background 0.2s ease,
        -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    transition: background 0.2s ease,
        transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    transition: background 0.2s ease,
        transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2),
        -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}

.radBut .radio input + span:after {
    background: #fff;
    -webkit-transform: scale(0.78);
    transform: scale(0.78);
    transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4),
        -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}

.radBut .radio input:checked + span:before {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    background: #0753ff;
}

.radBut .radio input:checked + span:after {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.radBut .radio:hover input + span:before {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
}

.radBut .radio:hover input + span:after {
    -webkit-transform: scale(0.74);
    transform: scale(0.74);
}

.radBut .radio:hover input:checked + span:after {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
}

.eventLikeButton {
    display: block;

    background-color: white;
    border-radius: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.eventLikeButton i {
    border-radius: 20px;
    font-size: 20px;
    padding: 10px;
    background-color: white;
    color: red;
    cursor: pointer;
}

.eventLikeButton i:hover,
.eventLikeButton i:focus {
    border-radius: 20px;
    font-size: 20px;
    padding: 10px;
    background-color: white;
    color: red;
}

.postLikeButton i {
    display: block;
    border: solid 1px black;
    border-radius: 30px;
    font-size: 20px;
    padding: 15px;
    background-color: white;
    color: black;
    cursor: pointer;
}

.postLikeButton i:hover,
.postLikeButton i:focus,
.postLikeButton i.active {
    display: block;
    border: solid 1px #ff2667;
    border-radius: 30px;
    font-size: 20px;
    padding: 15px;
    background-color: #ff2667;
    color: white;
    cursor: pointer;
}

.postLikeButton_small i:hover,
.postLikeButton_small i:focus,
.postLikeButton_small i.active {
    color: #ff2667;
}

.postShareButton i {
    display: block;
    border: solid 1px black;
    border-radius: 30px;
    font-size: 20px;

    padding: 15px;
    background-color: white;
    color: black;
    cursor: pointer;
}

.postShareButton i:hover,
.postShareButton i:focus,
.postShareButton i.active {
    display: block;
    border: solid 1px #0753ff;
    border-radius: 30px;
    font-size: 20px;
    padding: 15px;
    background-color: #0753ff;
    color: white;
    cursor: pointer;
}

.postLikeButton_small i:hover,
.postLikeButton_small i:focus,
.postLikeButton_small i.active {
    color: #ff2667;
}

.swiper-button-next.swiper-button-black-highlight,
.swiper-container-rtl .swiper-button-prev.swiper-button-black-highlight {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black-highlight,
.swiper-container-rtl .swiper-button-next.swiper-button-black-highlight {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black-highlight,
.swiper-button-prev.swiper-button-black-highlight {
    background-color: rgba(255, 255, 255, 0.2);
    background-size: 28% auto;
    border-radius: 3px;
    height: 30px;
    width: 30px;
    margin: -15px 10px 0;
    top: 50%;
}
.swiper-button-next,
.swiper-button-prev {
    background-size: inherit;
    height: 22px;
    width: 50px;
    top: 51%;
    color: white;
}

.navModLi a {
    font-size: 14px !important;
}

.navModLi a.active {
    border-bottom: solid 2px #0753ff !important;
    color: white !important;
}

.ajax-load {
    background: #e1e1e1;
    padding: 10px 0px;
    width: 100%;
}

.voteButton {
    position: absolute;
    bottom: 20px;
    border: solid 1px red;
}

.userDropDown {
    background-color: #232323;
    box-shadow: none;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    border-radius: 0px;
    margin-top: 13px;
    width: 200px;
}
.userDropDown li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.userDropDown li:hover {
    background-color: #232323;
}
.userDropDown li a {
    color: #8f8f8f;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.userDropDown li a:hover {
    color: white;
    background-color: #232323;
    margin-left: 10px;
}
.list-style-6 li a {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.modalStatus {
    display: none;
    position: fixed;
    top: 0;
    z-index: 1;
    padding-top: 100px;
    overflow: auto;
    border: none;
    width: 100%;
}

.modalStatus .modal-content {
    width: 300px;
    margin: auto;
    float: right;
    margin-right: 20px;
    padding: 20px;
    background-color: white;
    color: black;
    padding: 10px;
    text-align: left;
    font-size: 10px;
    margin-left: 10px;

    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border: none;
}

/* The Close Button */
.modalStatus .close {
    color: black;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

.modalStatus .close:hover,
.modalStatus .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modalStatus i {
    color: white;
    background-color: #ffb120;
    border-radius: 30px;
    font-size: 20px;
    line-height: 40px;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 5px;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
}

#statusButton {
    display: none;
}

.grids {
    background-color: red;
    width: 100%;
    position: relative;
}

.grids .feedBox {
    background-color: black;
    border: solid 1px red;
    float: left;
    display: inline-block;
}

.grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0.5rem;
    padding: 0.5rem;
    grid-auto-rows: minmax(270px, auto);
    min-height: calc(100vh - 1rem);
}

.blocks {
    background: #ccc;
}

.feedBoxSmall {
    height: 270px;
}

.feedBoxmeium {
    height: 540px;
}

.wrapper1 {
    margin: 0 20px;
    /* display: grid;*/
    grid-gap: 10px;
}

/* no grid support? */

.wrapper1 {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.wrapper1 {
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-auto-rows: minmax(280px, auto);
}

.panel {
    /* needed for the flex layout*/
    margin-left: 5px;
    margin-right: 5px;
}

.regular-panel {
    grid-row-end: span 1;
    grid-column-end: span 1;
}
.medium-panel {
    grid-row-end: span 1;
    grid-column-end: span 2;
}

@media (min-width: 0px) and (max-width: 767px) {
    .wrapper1 {
        display: grid;
        margin: 0 auto;
        grid-auto-rows: minmax(80px, auto);
    }
    .regular-panel {
        grid-row-end: span 1;
        grid-column-end: span 2;
    }
    .medium-panel {
        grid-row-end: span 1;
        grid-column-end: span 2;
    }
}
.tall-panel {
    grid-row-end: span 2;
}

.wide-panel {
    grid-column-end: span 2;
}

.wrapper1 > * {
    background-color: black;
    border-radius: 4px;
}

@supports (display: grid) {
    .wrapper1 > * {
        margin: 0;
    }
}
.featureBoxOverlay {
    position: relative;
    border-radius: 4px;
}

.featureBoxOverlay .image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.featureBoxOverlay .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.3s ease;
    background-color: rgb(0, 0, 0, 0.8);
    border-radius: 4px;
}

.featureBoxOverlay:hover .overlay {
    opacity: 1;
}

.featureBoxOverlay .icon {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.featureBoxOverlay .fa-user:hover {
    color: #eee;
}

.contact-icon {
    padding-left: 0px;
    padding-right: 0px;
}
.contact-content {
    padding-left: 0px;
}

#myCarousel .carousel-caption {
    top: 100px;
    width: 90%;
    left: 80px;
}

@media (min-width: 0px) and (max-width: 767px) {
    #myCarousel1 .carousel-caption {
        bottom: 40px;
        width: 70%;
        margin: auto auto;
    }

    .picSlide {
    }
    .loginButResp {
        margin-top: 20px;
    }
}
.carousel-control {
    width: 50px;
}

.btn-gray-new-2 {
    background-color: #a2a2a2;
    color: white;
}
.btn-gray-new-2:hover {
    background-color: #808080;
    color: white;
}

.borR {
    border: solid 1px red;
}

.borA {
    border: solid 1px aqua;
}
.borY {
    border: solid 1px yellow;
}
