.create-event-wr {
    width: 750px;
    margin: 130px auto auto auto;
}

.create-event-text {
    width: 40rem;
    margin: auto;
}

.create-event-text h1 {
    font-family: 'Lato', sans-serif, 'Arial_Caps';
    font-size: 2.6rem;
    letter-spacing: 0.6px;
    text-align: center;
    color: #3c3b3b;
    margin-bottom: 2rem;
}

.create-event-text p {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.3px;
    text-align: center;
    color: #9a9a9a;
    margin-bottom: 4rem;
}

.first-step-nav {
    cursor: pointer;
}

.steps table {
    margin: auto;
}

.steps tr td {
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}

.steps tr td span {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #e9e9e9;
    color: #3c3b3b;
    font-size: 17px;
    letter-spacing: 0.4px;
    text-align: center;
    margin: auto;
    padding-top: 5px;
}

.steps tr td h2 {
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #3c3b3b;
}

.active-step {
    background-image: url("../images/icons/step-success.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.create-event-card {
    position: relative;
    width: 100%;
    min-height: 200px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 -6px 14px 0 rgba(254, 78, 110, 0.2);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.create-event-card::after {
    content: '';
    clear: both;
    display: block;
}

.tabs {
    margin-bottom: 5px;
}

.daterangepicker {
    padding-left: 132px;
}

.daterangepicker.single {
    padding-left: inherit !important;
}

.calendar .left {
    float: none;
}

.calendar .right {
    float: left;
}

.daterangepicker .ranges {
    position: absolute;
    left: 0;
    bottom: 24px;
}

.daterangepicker .ranges .applyBtn,
.daterangepicker .ranges .cancelBtn {
    min-width: 100px;
    border-radius: 4px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #65ead1;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #65ead1;
    width: 100px;
    height: auto;
    outline: none;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    margin-left: 8px;
    margin-right: 5px;
}

.daterangepicker .ranges .cancelBtn {
    margin-top: 10px;
}

.daterangepicker .ranges .applyBtn:hover,
.daterangepicker .ranges .cancelBtn:hover,
.daterangepicker .ranges .applyBtn:hover:focus,
.daterangepicker .ranges .cancelBtn:hover:focus {
    border-radius: 4px;
    color: #ffffff;
    background-image: linear-gradient(to bottom, #59ecab, #65ead1);
}

.calendar.left .daterangepicker_input {
    position: absolute !important;
    left: 0;
    width: 100%;
    height: 100%;
}

.calendar.left .daterangepicker_input .input-mini {
    position: absolute;
    width: 100px;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3c3b3b;
    padding: 6px 8px !important;
    left: 12px;
    top: 34px;
}

.calendar.right .daterangepicker_input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.calendar.right .daterangepicker_input .input-mini {
    position: absolute;
    width: 100px;
    left: 12px;
    top: 97px;
    pointer-events: auto;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3c3b3b;
    padding: 6px 8px !important;
}

.create-event-dates-from, .create-event-dates-to {
    font-size: 12px;
    text-align: left;
    color: #3c3b3b;
}

.create-event-dates-from {
    display: block;
    position: relative;
    left: 12px;
    margin-bottom: 4px;
    margin-top: 20px;
}

.create-event-dates-to {
    display: block;
    position: relative;
    left: 12px;
    top: 80px;
}

.calendar.right .daterangepicker_input .glyphicon,
.calendar.left .daterangepicker_input .glyphicon {
    display: none;
}

.calendar.left .daterangepicker_input .calendar-time {
    width: 140px;
    bottom: 20px;
    position: absolute;
    left: 180px;
    padding: 0;
    pointer-events: auto;
    z-index: 999;
}

.calendar.right .daterangepicker_input .calendar-time {
    width: 140px;
    bottom: 20px;
    position: absolute;
    right: 38px;
    padding: 0;
    pointer-events: auto;
}

.calendar.left .daterangepicker_input .calendar-time .fa-clock-o,
.calendar.right .daterangepicker_input .calendar-time .fa-clock-o {
    display: none;
}

.calendar.left .calendar-table,
.calendar.right .calendar-table {
    position: relative;
    z-index: 10;
}

.custom-create-event-dates {
    padding-bottom: 40px;
    z-index: 1 !important;
}

.form-chapter-title {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #3c3b3b;
}

.admitted tr td {
    padding: 12px;
}

.admitted tr td:nth-child(1) {
    padding-left: 0;
}

.admitted tr td img {
    width: 34px;
    opacity: .3;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.admitted tr td:nth-child(4) img {
    width: 44px;
}

.admitted tr td img:hover,
.admitted tr td img:focus {
    opacity: 1;
    transform: scale(1.1, 1.1);
}

.active-admitted {
    opacity: 1 !important;
    transform: scale(1.1, 1.1) !important;
}

.line-up {
    margin-top: 45px;
}

.line-up .form-group {
    margin-bottom: 12px !important;
    margin-top: 0 !important;
}

.add-more {
    background-color: inherit;
    outline: none;
    color: #65ead1;
    border: none;
    font-size: 12px;
    float: right;
}

.create-event-social {
    margin-top: 40px;
}

.create-event-social table tr td {
    padding: 9px;
}

.create-event-social table tr td:nth-child(1) {
    padding-left: 0;
}

.create-event-social table tr td img {
    width: 24px;
    opacity: .4;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.create-event-social table tr td img:hover,
.create-event-social table tr td img:focus {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1.1, 1.1);
}

.social-link {
    margin-top: 0;
    /*START LAST CHANGES*/
    /*opacity: 0;
    pointer-events: none;*/
    /*FINISHED LAST CHANGES*/
}

.active-social-link {
    opacity: 1 !important;
    pointer-events: auto !important;
    /*START LAST CHANGES*/
    transform: scale(1.1, 1.1);
    /*FINISHED LAST CHANGES*/
}

.step-one-event-img {
    position: relative;
    width: 150px;
    margin: auto;
}

.step-one-event-img h3 {
    font-family: 'Lato', sans-serif, 'Arial_Caps';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3c3b3b;
}

.add-event-img-big {
    width: 150px;
    height: 80px;
    overflow: hidden;
}

.add-event-img-min {
    width: 120px;
    height: 80px;
    margin-top: 30px;
    overflow: hidden;
}

.add-event-img-big, .add-event-img-min {
    object-fit: contain;
    opacity: 0.8;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #e9e9e9;
    cursor: pointer;
    display: block;
    padding-top: 20px;
    position: relative;
}

.add-event-img-big img, .add-event-img-min img {
    display: block;
    margin: auto;
    width: 22px;
}

.add-event-img-big label, .add-event-img-min label {
    display: block;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #65ead1;
    cursor: pointer;
    padding-top: 5px;
}

#event-img-big, #event-img-min {
    width: 100%;
    opacity: 0;
    pointer-events: none;
}

.img-admitted {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #9a9a9a;
}

.step-one-event-map {
    position: relative;
    width: 250px;
    height: 200px;
    margin-left: 53px;
    margin-top: 51px;
}

#map {
    width: 100%;
    height: 100%;
}

.continue-btn {
    position: absolute;
    bottom: 50px;
    right: 70px;
}

.continue-btn .btn-default {
    width: 170px;
}

/*Step Two*/
.step-two .choose-type h3 {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #9a9a9a;
    display: inline-block;
    margin-top: 0;
    float: left;
}

.step-two .choose-type ul {
    margin: auto;
    position: relative;
    float: left;
    margin-left: 37px;
    margin-top: -12px;
    list-style: none;
    display: table;
}

.step-two .choose-type ul li {
    border-style: solid;
    border-width: 1px;
    border-color: #59ecab;
    border-image-slice: 1;
    padding: 10px 22px;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #9a9a9a;
    display: table-cell;
    cursor: pointer;
    transition: all 300ms ease;
}

.step-two .choose-type ul li:hover {
    color: #ffffff !important;
    background-image: linear-gradient(to bottom, #59ecab, #65ead1);
}

.step-two .choose-type ul li:nth-child(1) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.step-two .choose-type ul li:nth-child(2) {
    border-left: none;
}

.step-two .choose-type ul li:nth-child(3) {
    border-left: none;
    border-right: none;
}

.step-two .choose-type ul li:nth-child(4) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.active-ticket-type {
    color: #ffffff !important;
    background-image: linear-gradient(to bottom, #59ecab, #65ead1);
}

.ticket-card {
    opacity: 0.8;
    border-radius: 4px;
    background-color: #fdfdfd;
    border: solid 1px #e9e9e9;
    padding: 30px 20px;
    margin-top: 20px;
}

.ticket-name {
    width: 150px;
    display: inline-block;
    margin-right: 20px;
}

.add-basket {
    float: left;
}

.add-ticket {
    margin-top: 20px;
    margin-right: 16px;
}

.save-event {
    margin-top: 50px;
    padding-right: 12px;
}

.save-event button:nth-child(1) {
    margin-left: 20px;
}

.currency-create-ticket {
    display: block;
    position: absolute;
    right: 8px;
    top: 12px;
    font-size: 14px;
}

#price {
    padding-right: 15px;
}

.custom-ranges {
    position: relative !important;
    bottom: 0 !important;
}

.custom-single-datepicker {
    padding-bottom: 30px !important;
}

.custom-single-datepicker .calendar.left .daterangepicker_input {
    position: absolute !important;
    left: 40px;
    width: 80%;
    height: 100%;
}

.custom-single-datepicker .calendar.left .daterangepicker_input .calendar-time {
    width: 140px;
    bottom: 10px;
    position: absolute;
    padding: 0;
    left: 0;
    pointer-events: auto;
}

.save-event-btn, .preview-event-btn {
    float: right;
}

.quantity-wr {
    padding-left: 0;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 28px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.pac-input {
    background-color: #fff;
    padding: 0 5px 0 8px;
    width: 175px;
    font-size: 13px;
    font-weight: 300;
    text-overflow: ellipsis;
    left: 10px !important;
}

.pac-input:focus {
    border: 0;
}

.fileinput-preview.fileinput-exists {
    display: none;
}

.fileinput-exists .fileinput-preview.fileinput-exists {
    display: block;
}

.fileinput-exists .fileinput-new {
    display: none;
}

input[type=file].hidden-file-input {
    visibility: hidden;
    width: 1px;
    height: 1px;
    opacity: 0;
    position: absolute;
    z-index: -5;
}

.fileinput-exists img {
    max-width: 100%;
}

.location-hint {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #919191;
}

.select2-container .select2-choice {
    padding-left: 0 !important;
    font-size: 14px !important;
}

.payment-method-group {
    margin-top: 4rem !important;
}

.form-group > .select2-container .select2-choice {
    border-bottom: 2px solid #d5d5d5 !important;
    border-color: #d5d5d5 !important;
}

.select2-container.select2-dropdown-open .select2-choice,
.select2-container.select2-container-active .select2-choice {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.select2-container .select2-choice .select2-search-choice-close {
    right: 40px !important;
}

.select2-drop .select2-search .select2-result-selectable, .select2-drop .select2-results .select2-result-selectable {
    font-size: 12px;
}

.select2-container .select2-choice .select2-arrow b:before {
    content: "" !important;
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(../images/icons/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    float: right;
    margin-top: 12px;
    margin-right: 10px;
}

.error-input + label {
    color: red !important;
}

.alert {
    font-size: 13px;
}

.ticket-panel {
    position: relative;
}

.ticket-panel .close-ticket {
    right: 15px;
    position: absolute;
    top: 5px;
    color: #fe4e6e !important;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
}

.row-basket {
    position: relative;
}

.row-basket .close-basket {
    right: -15px;
    position: absolute;
    top: 5px;
    color: #fe4e6e !important;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
}

.ticket-panel[data-panel-num="0"] .close-ticket {
    display: none;
}

.baskets .row-basket:first-child .close-basket {
    display: none;
}

.bootstrap-timepicker {
    position: relative;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    left: auto;
    right: 0;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
    left: auto;
    right: 12px;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
    left: auto;
    right: 13px;
}

.bootstrap-timepicker .add-on {
    cursor: pointer;
}

.bootstrap-timepicker .add-on i {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.bootstrap-timepicker-widget.dropdown-menu {
    padding: 4px;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block;
    z-index: 10000;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}

.bootstrap-timepicker-widget.dropdown-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}

.bootstrap-timepicker-widget.timepicker-orient-left:before {
    left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
    right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
    right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
    top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #CCC;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
}

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
    border-radius: 3px;
}

.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0;
}

.bootstrap-timepicker-widget table td {
    text-align: center;
    height: 30px;
    margin: 0;
    padding: 2px;
}

.bootstrap-timepicker-widget table td:not(.separator) {
    min-width: 30px;
}

.bootstrap-timepicker-widget table td span {
    width: 100%;
}

.bootstrap-timepicker-widget table td a {
    border: 1px transparent solid;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0 0;
    outline: 0;
    color: #303641;
}

.bootstrap-timepicker-widget table td a:hover {
    text-decoration: none;
    background-color: #f5f5f6;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #ebebeb;
}

.bootstrap-timepicker-widget table td a i {
    margin-top: 2px;
}

.bootstrap-timepicker-widget table td a i:before {
    font-family: "Entypo";
    font-size: 12px;
    font-style: normal;
}

.bootstrap-timepicker-widget table td a i.icon-chevron-up:before {
    content: '\e876';
}

.bootstrap-timepicker-widget table td a i.icon-chevron-down:before {
    content: '\e873';
}

.bootstrap-timepicker-widget table td input {
    width: 25px;
    margin: 0;
    text-align: center;
    outline: none;
    border: 0;
    background: transparent;
}

.bootstrap-timepicker-widget table td input:focus {
    background: #f5f5f6;
}

.bootstrap-timepicker-widget .modal-content {
    padding: 4px;
}

.select2-container-multi .select2-choices {
    background: transparent !important;
    border: 0 !important;
}

.date-custom-element-copy {
    margin-bottom: 20px;
}

.add-custom-departure {
    margin-top: 20px;
}

.calendar-time .hourselect {
    border: 1px solid #08c;
    border-radius: 4px;
    background-color: white;
}

.calendar-time .minuteselect {
    border: 1px solid #08c;
    border-radius: 4px;
    background-color: white;
}

@media (min-width: 767px) {
    .bootstrap-timepicker-widget.modal {
        width: 200px;
        margin-left: -100px;
    }
}

@media (max-width: 767px) {
    .bootstrap-timepicker {
        width: 100%;
    }

    .bootstrap-timepicker .dropdown-menu {
        width: 100%;
    }
}

/*  For Mobile */
@media (max-width: 768px) {
    .create-event-card {
        padding-left: 10px;
        padding-right: 10px;
    }

    .create-event-text {
        width: 90%;
    }

    .create-event-wr {
        width: 96%;
        margin: 90px auto auto auto;
    }

    .steps tr td {
        padding-left: 15px;
        padding-right: 15px;
    }

    .step-two .choose-type h3 {
        text-align: center;
        width: 100%;
    }

    .step-two .choose-type ul {
        margin: auto;
        float: none;
    }

    .step-two-form-wr div {
        padding: 0;
    }

    .save-event-btn, .preview-event-btn {
        width: 100px;
    }

    .step-one-event-img {
        width: auto;
    }

    .ev-cr-img-one {
        float: left;
        width: 150px;
    }

    .ev-cr-img-two {
        float: left;
        width: 120px;
        margin-left: 20px;
    }

    .add-event-img-big, .add-event-img-min {
        margin-top: 0;
    }

    .continue-btn {
        position: relative;
        display: inline-block;
        top: 30px;
        left: 50%;
        transform: translate(-50%);
    }

    .step-one-event-map {
        margin: 50px auto auto auto;
        min-height: 300px;
    }

    .calendar-time .minuteselect {
        border: 1px solid #08c;
        border-radius: 4px;
        background-color: white;
        width: 50px;
        height: 30px;
    }

    .calendar-time .hourselect {
        border: 1px solid #08c;
        border-radius: 4px;
        background-color: white;
        width: 50px;
        height: 30px;
    }

    .calendar.left .daterangepicker_input .calendar-time {
        width: 140px;
        bottom: 90%;
        position: absolute;
        left: 44%;
        padding: 0;
        pointer-events: auto;
        z-index: 999;
    }

    .calendar.right .daterangepicker_input .calendar-time {
        width: 140px;
        bottom: 81%;
        position: absolute;
        right: -5%;
        padding: 0;
        pointer-events: auto;
        z-index: 999;
    }

    .step-two .choose-type ul li {
        padding: 10px 5%;
    }

}

@media (min-width: 641px) and (max-width: 768px) {
    .calendar.left .daterangepicker_input .calendar-time {
        left: 31%;
        bottom: 5%;
    }

    .calendar.right .daterangepicker_input .calendar-time {
        bottom: 5%;
        right: 7%;
    }
}

@media (min-width: 320px) and (max-width: 392px) {
    .custom-create-event-dates {
        left: 10% !important;
    }
}

@media (min-width: 564px) and (max-width: 640px) {
    .calendar.right .daterangepicker_input .calendar-time {
        bottom: 48%;
    }

    .calendar.right .daterangepicker_input .input-mini {
        z-index: 999;
        top: 327px;
    }

}

@media (min-width: 769px) and (max-width: 1173px) {
    .responsive-date-picker .calendar.right .daterangepicker_input .calendar-time {
        left: -8px;
        z-index: 999;
        bottom: 80%;
        right: unset;
    }

    .responsive-date-picker .calendar.left .daterangepicker_input .calendar-time {
        left: -6px;
        z-index: 999;
        bottom: 95%;
        right: unset;
    }
}

.text-danger {
    color: red !important;
}