html {
  scroll-behavior: smooth;
}
:target::before {
    content: "";
    display: block;
    margin-top: 50px;
}

html,
body {
    height: 100%;
    font-family: "Source Sans Pro", arial, sans-serif;
    background: #f2f2f2;
    max-width: 100vw;
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Fjalla One", arial, sans-serif !important;
}
nav {
    max-width: 100vw;
}
.page-item .page-link {
    border-top: none;
    border-bottom: none;
    color: #c70000;
}
.page-item.active .page-link {
    background: #c70000;
    border-color: #c70000;
    color: white;
}
.btn {
    line-height: 1.4;
    border-radius: 12px;
}
.btn-primary {
    background: #c70000;
    border-color: #c70000;
}
.btn-primary:hover {
    background: #b4081e;
    border-color: #b4081e;
}
.btn-primary:active {
    background: #aa0419 !important;
    border-color: #aa0419 !important;
}
.btn-black {
    color: white;
    background: black;
}
.btn-black:hover {
    color: white;
}
.btn-default {
    background: #f2f2f2;
}

.dropdown-item:active,
.dropdown-item.active {
    background: #fff !important;
    color: #aa0419 !important;
    font-weight: bold!important;
}
@media only screen and (max-width: 1200px) {
    .dropdown-menu {
        display: block!important;
        position: relative!important;
        border-width: 0;
        padding: 0;
        margin: 0;
    }
}
a:hover {
    color: #b4081e;
}

.barguy-form-left.login-left {
    background: url("../images/icons/login.png") 0% 100%/ 50% no-repeat #c70000;
}
.barguy-form-left.register-left {
    background: url("../images/icons/signup.png") 0% 100%/ 50% no-repeat #c70000;
}
input::placeholder,
textarea::placeholder {
    color: #b3b3b3 !important;
}
input,
select,
textarea {
    border-radius: 8px !important;
    background: #e8e8e8 !important;
    border: none !important;
}
select {
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/icons/arrow_down.png) 95% / 16px no-repeat #e8e8e8 !important;
}
.input-group input,
.input-group select {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.barguy-form {
    max-width: 350px;
    margin: 0 auto;
}
.input-group-text {
    color: #b3b3b3;
    background: #e8e8e8;
    border: none;
    border-radius: 8px;
}
.color-grey {
    color: #b3b3b3;
}
.zoom-in {
    transition: transform 0.3s;
}
.zoom-in:hover {
    transform: scale(1.1);
}
.color-barguy {
    color: #c70000!important;
}
.color-gray {
    color: rgb(145, 145, 145);
}
.bg-barguy {
    background: #c70000;
}
.bg-black {
    background: black;
}
.bg-darkblack {
    background: rgb(22, 22, 22);
}
.bg-gallery {
    background: #262626;
}
.btn-link {
    color: #c70000;
}
.btn-link:hover {
    color: #c70000;
}
.btn-white {
    color: black;
    background: white;
}
.custom-file-label {
    background-color: #e8e8e8;
}
.barguy-form .btn-auth {
    background: #c70000;
    border-color: #c70000;
    border-radius: 30px;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.burguy-form-left-social {
    position: relative;
    margin-top: 30px;
}
.barguy-form-left-bottom {
    position: absolute;
    bottom: 100px;
    left: 0;
}
.barguy-form-right {
    border-radius: 25px;
    background: white;
    display: flex;
}
.barguy-form-logo {
    width: 100%;
    max-width: 225px;
}
#app {
    min-height: 100%;
    position: relative;
}
.carousel .carousel-image {
    height: calc(100vh - 70px);
    max-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    text-align: center;
}
.carousel .carousel-contain,
.barguy-cover .barguy-contain,
.gallery-cover .barguy-contain {
    margin: auto;
    z-index: 1;
}
.barguy-cover .barguy-contain-left,
.gallery-cover .barguy-contain-left {
    margin-left: unset;
    margin-right: auto;
}
.barguy-cover,
.gallery-cover {
    height: 250px;
    max-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    margin-top: 110px;
}
.barguy-video-cover {
    height: 500px;
    height: 100vh;
    padding-left: 100px;
}

.barguy-video-cover .barguy-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.carousel .carousel-image:after,
.barguy-cover:after {
    content: " ";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    max-height: 100vh;
    position: absolute;
    height: 100%;
    left: 0;
}

.gallery-cover:after{
    content: " ";
    background: rgba(38, 38, 38, 1);
    width: 100%;
    max-height: 100vh;
    position: absolute;
    height: 100%;
    left: 0;
}
.carousel .title,
.barguy-cover .title {
    color: white;
    font-size: 50px;
    z-index: 1;
    text-transform: uppercase;
}
.carousel .sub-title,
.barguy-cover .sub-title {
    color: white;
    font-size: 35px;
    z-index: 1;
    text-transform: uppercase;
}
.barguy-video-cover .action-button {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 30px;
    color: white;
    z-index: 2;
    cursor: pointer;
}

.home-slider {
  height: calc(100vh - 110px);
  margin-top: 110px;
}
.home-slider .carousel-item {
  height: calc(100vh - 110px);
}
.home-slider .carousel-inner {
  display: flex;
  max-width: 100%;
}
.home-slider img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
.home-slider .carousel-caption {
  margin: auto;
  position: unset;
}
@media only screen and (max-width: 768px) {
    .top-header-list .top-header-text {
        display: none;
    }
    #covid19_overlay {
        height: 77%;
        top: 140px;
    }
    #covid19_overlay p {
        font-size: 13px;
        margin-bottom: 0;
    }

    .home-slider, .home-slider .carousel-item, .home-slider img{
      height:auto;
      background-color: black;
    }

    /*.home-slider img {
        width: 100%;
    }
*/
    .home-slider, .barguy-cover, .gallery-cover {
        margin-top: 140px;
    }

    .barguy-cover, .gallery-cover {
        height: 200px;
    }
}
@media only screen and (max-width: 576px) {
    .btn-block-xs-only {
        display: block;
        width: 100%;
    }
}
@media only screen and (max-width: 992px) {
    .event .event-details-container {
        max-width: 100% !important;
    }
    .applicant .applicant-details {
        max-width: 100%;
    }
    .profile-page .profile-details {
        max-width: 100%;
    }
    .barguy-video-cover {
        padding-left: 0px;
        background: black;
        height: 436px !important;
    }

    .barguy-video-cover:after {
        content: none;
    }
    .barguy-video-cover .barguy-contain-left {
        margin-bottom: 10px;
    }
    .barguy-video-cover .barguy-video {
        height: unset;
    }
    .carousel .title,
    .barguy-cover .title {
        font-size: 28px;
    }
    .carousel .sub-title,
    .barguy-cover .sub-title {
        color: white;
        font-size: 16px;
        z-index: 1;
        text-transform: uppercase;
    }
    .barguy-form-right {
        border-radius: 25px;
    }
}
.custom-control-label::before {
    background: #e8e8e8;
}
.custom-control-input:checked ~ .custom-control-label::before {
    background: #c70000;
}
.header-action {
    font-size: 28px;
    color: black;
}
.notification-menu {
    position: absolute;
    top: 150%;
    background: white;
    width: 350px;
    right: 0;
    border-radius: 5px;
    z-index: 99;
    min-height: 60px;
}
.menu-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: white;
    display: flex;
    border-radius: 5px;
    z-index: 5;
}
.notification-menu .notification-center {
    overflow-y: auto;
    max-height: 300px;
}
.notification-menu .notification-center .notification-row.read {
    background: #f2f2f2;
}
.notification-menu .notification-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    float: left;
}
.sidebar {
    width: 93px;
    max-width: 300px;
    height: 100vh;
    background: black;
    box-shadow: 0.3rem 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    font-weight: 300;
    text-align: center;
    position: sticky;
    top: 0;
}
.sidebar .sidebar-elements-container {
    position: sticky;
    height: 100vh;
    top: 0;
}
.sidebar .sidebar-image {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 80px;
    float: left;
}
.sidebar .sidebar-name {
    float: left;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    display: inline-block;
}
.sidebar .sidebar-name a {
    color: white;
}
.sidebar .item-name {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    display: inline-block;
}

.sidebar .sidebar-items {
    padding-left: 0;
    list-style: none;
    color: white;
    font-size: 24px;
    margin-top: 30px;
}
.sidebar a {
    color: white;
}
.sidebar .sidebar-social li {
    display: inline-block;
    margin-right: 10px;
}
.sidebar .hover-facebook:hover {
    color: #4267b2;
}
.sidebar .hover-website:hover {
    color: #b4081e;
}
.sidebar .hover-instagram:hover {
    color: #c7328e;
}

.sidebar .sidebar-items li {
    margin-bottom: 30px;
    height: 45px;
}
.top-sidebar {
    margin-top: 30px;
}
@media only screen and (min-width: 1023px) {
    .sidebar {
        transition: 0.5s;
        -webkit-transition: 0.5s;
    }
    .sidebar .sidebar-social {
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        -webkit-transition: opacity 0.4s ease-in-out;
    }
    .sidebar:hover .sidebar-social {
        opacity: 1;
    }
}
@media only screen and (max-width: 1023px) {
    .notification-menu {
        right: 5px;
        left: unset;
        position: fixed;
        top: 100px;
    }
    .sidebar-elements-container {
        position: sticky !important;
        height: 85vh !important;
        top: 0;
        overflow-y: auto;
    }
    .sidebar-overlay {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 3;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
    }
    .sidebar {
        display: none;
        width: 280px;
        position: fixed !important;
        z-index: 3;
        top: 0px;
        text-align: left;
    }
    .sidebar .item-name,
    .sidebar .sidebar-name {
        display: inline;
        opacity: 1;
    }
    .sidebar .sidebar-image {
        width: 90px;
        height: 90px;
    }
    .sidebar .sidebar-social {
        list-style: none;
        color: white;
        font-size: 24px;
        padding-left: 0;
        text-align: center;
        font-size: 30px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
    }
    .sidebar .sidebar-items li i {
        margin-right: 20px;
        width: 27px;
        text-align: center;
    }
}
.dataTables_info,
.dataTables_length {
    text-align: left;
    float: left;
    margin-right: 10px;
    padding-top: 0px !important;
}

@media only screen and (min-width: 1023px) {
    .sidebar {
    }
    .sidebar:hover {
        width: 300px;
        text-align: left;
    }
    .sidebar:hover .sidebar-items {
        max-height: calc(100% - 220px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    .sidebar:hover .item-name,
    .sidebar:hover .sidebar-name {
        display: inline;
        opacity: 1;
    }
    .sidebar:hover .sidebar-image {
        width: 90px;
        height: 90px;
    }
    .sidebar:hover .sidebar-social {
        list-style: none;
        color: white;
        font-size: 24px;
        padding-left: 0;
        text-align: center;
        font-size: 30px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
    }
    .sidebar:hover .sidebar-items li i {
        margin-right: 20px;
        width: 27px;
        text-align: center;
    }
}
/* Calendar */
.box-container {
    padding: 20px;
    background: white;
    border-radius: 12px;
}
.calendar-container .remove-event-icon {
    float: right;
    cursor: pointer;
}
.calendar-container .edit-event-icon {
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.calendar-left {
    text-align: left;
}
.calendar-right {
    text-align: right;
}
.calendar-year {
    margin-bottom: 0;
    font-size: 18px;
    color: #4d4d4d;
    letter-spacing: 0.1em;
    line-height: 1em;
}
.calendar-month {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: bold;
    color: #4d4d4d;
    letter-spacing: 0.1em;
}
.next-month,
.prev-month {
    font-size: 45px;
    color: #4d4d4d;
    margin-left: 10px;
}
.calendar-month-num {
    margin-bottom: 0;
    font-weight: bold;
    color: #4d4d4d;
    letter-spacing: 0.1em;
    font-size: 4em;
    display: inline-block;
    line-height: 0.8em;
}
.calendar-view, #month-year {
    border: 1px solid black !important;
    width: 150px;
    font-size: 1rem;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    font-weight: bold;
    background: url(../images/icons/arrow_down.png) 95% / 16px no-repeat white !important;
}

.calendar-days-num .day-num {
    position: absolute;
    bottom: 0;
    left: 5px;
}
.calendar-days-num .day {
    height: 100%;
    background: #e4e6e8;
}
.calendar-days-num .day.disabled {
    background: #f3f4f5;
}
.calendar-days-num .day.danger {
    background: #f6caca;
}
.fc-header-toolbar {
    display: none;
}
.ui-datepicker,
.ui-timepicker-standard {
    z-index: 11 !important;
}
.ui-timepicker-standard,
.ui-widget.ui-widget-content {
    border: none !important;
}
.ui-timepicker-standard .ui-timepicker-viewport {
    background: #f2f2f2 !important;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
}
#chat-widget-container {
    z-index: 5 !important;
}
.popup-overlay .popup-form {
    padding: 20px;
    background: white;
    width: 500px;
    height: auto;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    max-width: 100%;
    max-height: 100vh;
    max-height: 100%;
    overflow-y: auto;
    position: relative;
}
.popup-overlay .popup-close {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 20px;
    cursor: pointer;
}

/* Settings Section */
.settings-image:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.settings-image {
    width: 100%;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.settings-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    font-size: 40px;
    margin: 0 auto;
}
.settings-image-overlay:hover {
    background: rgba(0, 0, 0, 0.8);
}
/* Event Section */
.event .event-image {
    float: left;
    border: 1px solid;
    width: 60px;
    height: 60px;
    object-fit: cover;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.event .event-details-container {
    max-width: calc(100% - 200px);
}
.applicant .applicant-details {
    max-width: calc(100% - 110px);
}
.profile-page .profile-details {
    max-width: calc(100% - 80px);
}
.my-event .event-image,
.applicant .applicant-image {
    width: 90px;
    height: 90px;
    object-fit: cover;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid black;
}
.event,
.applicant {
    border-bottom: 2px solid #ececec;
}
.event:last-child,
.applicant:last-child {
    border-bottom: none;
}
.profile-image {
    border-radius: 50%;
    height: 247px;
    width: 247px;
    object-fit: cover;
}
/*  Messages section  */
.message-container:hover {
    background: #f2f2f2;
    cursor: pointer;
}
.message-container .read {
    font-weight: bold;
}
.message-container .message-image {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.message-container .message-date,
.message .message-text .message-date {
    color: #6b6b6b;
}
.message-container .message-icons a {
    color: #757575;
    font-size: 18px;
}
.message-container .message-icons a:hover {
    color: black;
}
.message-container .message-icons a::after {
    content: unset;
}
.messages-container .messages-footer,
.messages-container .message-footer {
    border-top: 1px solid #e3e3e3;
}
.messages-container .messages-options,
.messages-container .message-top {
    border-bottom: 1px solid #e3e3e3;
}
.messages-container .message-center {
    height: 500px;
    max-height: 100vh;
    overflow-y: scroll;
}
.messages-container .messages-footer .message-search .input-group input {
    border-radius: 8px !important;
}
.messages-container .messages-footer .message-search .btn {
    border-radius: 8px;
    margin-left: 10px;
}
.messages-container .message .message-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.messages-container .message .message-text {
    border: 1px solid #e3e3e3;
    border-radius: 12px;
}
.messages-container .message.other {
    flex-direction: row-reverse;
}
.messages-container .message.other .message-text {
    border-bottom-right-radius: 0px;
    padding: 5px 10px 5px 20px;
}
.messages-container .message.other .message-parent {
    justify-content: flex-end !important;
}

.messages-container .message.user .message-parent {
    justify-content: flex-start !important;
}
.messages-container .message.user .message-text {
    border-bottom-left-radius: 0px;
    padding: 5px 20px 5px 10px;
}
.messages-container .message-footer {
}

.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
.cards-table .card-type {
    font-size: 1.6rem;
    color: #cfd7df;
}
.animated-bell {
    -webkit-animation: ring 4s 0.7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s 0.7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s 0.7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }
    1% {
        -webkit-transform: rotateZ(30deg);
    }
    3% {
        -webkit-transform: rotateZ(-28deg);
    }
    5% {
        -webkit-transform: rotateZ(34deg);
    }
    7% {
        -webkit-transform: rotateZ(-32deg);
    }
    9% {
        -webkit-transform: rotateZ(30deg);
    }
    11% {
        -webkit-transform: rotateZ(-28deg);
    }
    13% {
        -webkit-transform: rotateZ(26deg);
    }
    15% {
        -webkit-transform: rotateZ(-24deg);
    }
    17% {
        -webkit-transform: rotateZ(22deg);
    }
    19% {
        -webkit-transform: rotateZ(-20deg);
    }
    21% {
        -webkit-transform: rotateZ(18deg);
    }
    23% {
        -webkit-transform: rotateZ(-16deg);
    }
    25% {
        -webkit-transform: rotateZ(14deg);
    }
    27% {
        -webkit-transform: rotateZ(-12deg);
    }
    29% {
        -webkit-transform: rotateZ(10deg);
    }
    31% {
        -webkit-transform: rotateZ(-8deg);
    }
    33% {
        -webkit-transform: rotateZ(6deg);
    }
    35% {
        -webkit-transform: rotateZ(-4deg);
    }
    37% {
        -webkit-transform: rotateZ(2deg);
    }
    39% {
        -webkit-transform: rotateZ(-1deg);
    }
    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }
    1% {
        -moz-transform: rotate(30deg);
    }
    3% {
        -moz-transform: rotate(-28deg);
    }
    5% {
        -moz-transform: rotate(34deg);
    }
    7% {
        -moz-transform: rotate(-32deg);
    }
    9% {
        -moz-transform: rotate(30deg);
    }
    11% {
        -moz-transform: rotate(-28deg);
    }
    13% {
        -moz-transform: rotate(26deg);
    }
    15% {
        -moz-transform: rotate(-24deg);
    }
    17% {
        -moz-transform: rotate(22deg);
    }
    19% {
        -moz-transform: rotate(-20deg);
    }
    21% {
        -moz-transform: rotate(18deg);
    }
    23% {
        -moz-transform: rotate(-16deg);
    }
    25% {
        -moz-transform: rotate(14deg);
    }
    27% {
        -moz-transform: rotate(-12deg);
    }
    29% {
        -moz-transform: rotate(10deg);
    }
    31% {
        -moz-transform: rotate(-8deg);
    }
    33% {
        -moz-transform: rotate(6deg);
    }
    35% {
        -moz-transform: rotate(-4deg);
    }
    37% {
        -moz-transform: rotate(2deg);
    }
    39% {
        -moz-transform: rotate(-1deg);
    }
    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }
    1% {
        transform: rotate(30deg);
    }
    3% {
        transform: rotate(-28deg);
    }
    5% {
        transform: rotate(34deg);
    }
    7% {
        transform: rotate(-32deg);
    }
    9% {
        transform: rotate(30deg);
    }
    11% {
        transform: rotate(-28deg);
    }
    13% {
        transform: rotate(26deg);
    }
    15% {
        transform: rotate(-24deg);
    }
    17% {
        transform: rotate(22deg);
    }
    19% {
        transform: rotate(-20deg);
    }
    21% {
        transform: rotate(18deg);
    }
    23% {
        transform: rotate(-16deg);
    }
    25% {
        transform: rotate(14deg);
    }
    27% {
        transform: rotate(-12deg);
    }
    29% {
        transform: rotate(10deg);
    }
    31% {
        transform: rotate(-8deg);
    }
    33% {
        transform: rotate(6deg);
    }
    35% {
        transform: rotate(-4deg);
    }
    37% {
        transform: rotate(2deg);
    }
    39% {
        transform: rotate(-1deg);
    }
    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}

.event-budget {
    color: green;
    font-weight: bold;
    margin-bottom: 0;
}
.employmentlist {
    list-style: none;
}
.employmentlist li .employment-option {
    float: right;
}
.employmentlist li {
    border-bottom: 1px solid #e3e3e3;
}
.employmentlist li:last-child {
    border-bottom: none;
}
/* Home */
/*.home-app {
    margin-top: 99px;
}*/
.home-app p,
.home-app li {
    line-height: 1.5;
}
.home-header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 10001;
}
.home-header .nav-link {
    font-size: 14px;
    text-transform: uppercase;
}
.home-header .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #c70000 !important;
    font-weight: bold;
}
.top-header-bar {
    width: 100%;
    background: black;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    /*position: fixed;*/
    top: 0;
    left: 0;
    z-index: 12;
}
.top-header-bar .top-header-list {
    list-style: none;
    margin-bottom: 0;
    font-weight: bold;
}
.top-header-bar .top-header-list li {
    display: inline-block;
    margin-right: 20px;
}
.top-header-bar .top-header-list li a {
    color: white;
}
.home-app .screenshot {
    max-width: 700px !important;
    border: 15px solid white;
    border-radius: 20px;
    transition: transform 0.3s;
}
.home-app .screenshot:hover {
    cursor: pointer;
    transform: scale(1.1);
}
.footer {
    background: black;
}
.footer {
    margin-bottom: 0;
    font-size: 16px;
    color: white;
}
.footer .footer-ul {
    padding-left: 0;
    list-style: none;
}
.footer .footer-ul li,
.footer .footer-ul li a {
    /*display: inline;*/
    color: white;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.register-snippet .form-control {
    height: 50px;
    border-radius: 5px 0 0 5px !important;
}

.register-snippet .btn {
    min-height: 50px;
    border-radius: 0 5px 5px 0;
}
.dt-buttons {
    float: left;
}

#billings_wrapper .dt-buttons {
    float: right;
    width: 100%;
    text-align: right;
}

.textarea-helper {
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 10px;
}

.multi-steps > li.is-active:before,
.multi-steps > li.is-active ~ li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
}
.multi-steps > li.is-active:after,
.multi-steps > li.is-active ~ li:after {
    background-color: #dcdbdb;
}

.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #b4081e;
    z-index: 1;
}
.multi-steps > li:before {
    content: "\f00c";
    content: "\2713;";
    content: "\10003";
    content: "\10004";
    content: "\2713";
    display: block;
    margin: 0 auto 4px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: #b4081e;
    border-radius: 50%;
}
.multi-steps > li:after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #b4081e;
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: -1;
}
.multi-steps > li:last-child:after {
    display: none;
}
.multi-steps > li.is-active:before {
    background-color: #fff;
    border-color: #b4081e;
}
.multi-steps > li.is-active ~ li {
    color: #808080;
}
.multi-steps > li.is-active ~ li:before {
    background-color: #dcdbdb;
    border-color: #dcdbdb;
}
.select2-container--default .select2-selection--multiple {
    background-color: #e8e8e8 !important;
    border: none !important;
}
.select2-container {
    width: 100%;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #c70000 !important;
    border: none !important;
    color: white !important;
}


/*HubSpot form*/
.hs-form-iframe {
  width: 100% !important;
}


/*Lightbox2*/
.lb-data .lb-caption {
    font-style: italic;
}

