body {
    color: #797979;
    background: #f0f0f0;
    font-family: 'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

body {
    margin: 0;
}

address {
    margin-bottom: 0px!important;
}

.location-pebble {
    background-image: url(../../main/images/location-pebble.png);
    background-size: 56px 56px;
    cursor: pointer;
    max-width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center;
}

.favourite-heart-inactive {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    background-image: url(../../main/images/unhearted.png);
    top: 53px;
    z-index: 9;
    right: 8px;
    background-size: contain;
}

.favourite-heart-active {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    background-image: url(../../main/images/hearted.png);
    top: 53px;
    z-index: 9;
    right: 8px;
    background-size: contain;
}

.featured-event-overlay {
        display: block;
    position: absolute;
    top: 55px;
    z-index: 9;
    left: 12px;
    background: linear-gradient(135deg, #ba1f1f 1%, #ff6932 100%);
    color: #fff;
    font-size: 13px;
    padding: 4px 20px;
    border-radius: 40px;
    font-weight: 600;
    letter-spacing: 0px !important;
}

.date-event-overlay {
        display: block;
    position: absolute;
    top: 78px;
    z-index: 9;
    right: 9px;
    background-color: #fff;
    border-radius: 8px;
    padding: 5px 2px;
}

.deo-month {
    font-weight: 700;
    color: #333;
    font-size: 13px;
    letter-spacing: normal !important;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-bottom: 3px;
}

.deo-day {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #333;
}

section {
    display: block;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

img {
    border: 0;
}

button, input {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type=checkbox] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    padding: 0;
}

/*---------------------------------------------------------
BEGIN SWITCHERY STYLES
---------------------------------------------------------*/

.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}

.switchery > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}

/* Switchery sizes. */

.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}

.switchery-small > small {
  height: 20px;
  width: 20px;
}

.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}

.switchery-large > small {
  height: 40px;
  width: 40px;
}



.map-switch-wrapper {
    position: relative;
    padding-top: 20px;
    text-align: right;
    width: 132px;
    float: right;
}

.map-switch-label {
        position: relative;
    color: #363636;
    font-size: 14px;
    z-index: 999999;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    text-align: right;
}

.no-events-message i {
    color: #bbb;
}

.no-events-message {
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
}

.no-events-message h3 {
    font-size: 21px;
    text-align: center;
    margin-top: 15px !important;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.no-events-message p {
    text-align: center;
}

.search-alternatives-wrapper {
    margin-top: 25px;
    text-align: center;
}

.search-alternative-btn {
    border: 1.5px solid #ef3d14;
    border-radius: 100px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #ef3d14;
    margin: 0px 1px 0px 1px;
    background-color: #ffffff;
}

/*---------------------------------------------------------
END SWITCHERY STYLES
---------------------------------------------------------*/

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    a[href^="#"]:after {
        content: "";
    }

    img, tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button, input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-3, .col-lg-5, .col-lg-6, .col-lg-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1200px) {
    .col-lg-3, .col-lg-5, .col-lg-6, .col-lg-7 {
        float: left;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-3 {
        width: 25%;
    }
}

table {
    background-color: transparent;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.row:after, .row:before {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

a {
    color: #667fa0;
}

a:hover {
    color: #2A3542;
}

input, button {
    outline: none !important;
}

.fa, .fal, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-search:before {
    content: "\f002";
}

.fab-facebook:before {
    content: "\f099";
}

.fab-twitter:before {
    content: "\f099";
}

.fab-linkedin:before {
    content: "\f099";
}

.fal {
    font-weight: 300;
}

.fal {
    font-family: "Font Awesome 5 Pro";
}

.fa, .fas, .fab {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

* {
    letter-spacing: normal!important;
}

.list-view-wrapper {
    width: 100%;
    background: #fff;
    float: left;
    clear: left;
    min-height: 59vh;
}

.lv-results-outer {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 100%;
}

.list-page-next {
    background: #fff!important;
    border: 1px solid transparent;
    width: 60px!important;
    height: 60px!important;
        border-radius: 30px!important;
    box-shadow: rgba(84, 96, 103, 0.25) 0px 2px 16px;
}

.list-page-next:hover {
    transform: scale(1.2); 
    background: linear-gradient(135deg, #ff6932 0%,#ba1f1f 100%)!important;
    -webkit-transition: transform 0.5s ease-in-out;
}
.list-page-prev:hover {
    transform: scale(1.2); 
    background: linear-gradient(135deg, #ff6932 0%,#ba1f1f 100%)!important;
    -webkit-transition: transform 0.5s ease-in-out;
}


.list-page-next span:hover {
    color: #fff!important;
}

.list-page-prev span:hover {
    color: #fff!important;
}

.list-view-pagination {
    clear: left;
    float: left;
    width: 100%;
    margin: 45px 0px 35px 0px;
    box-sizing: border-box;
}

.list-page-next span {
    font-size: 33px;
    color: #363636;
    margin-top: -6px;
    display: block;
    height: inherit;
    line-height: 59px;
}

.list-page-prev {
    background: #fff!important;
    border: 1px solid transparent;
    width: 60px!important;
    height: 60px!important;
        border-radius: 30px!important;
    box-shadow: rgba(84, 96, 103, 0.25) 0px 2px 16px;
    float: right;
}

.list-page-prev span {
    font-size: 33px;
    color: #363636;
    margin-top: -6px;
    display: block;
    height: inherit;
    line-height: 59px;
}

.filter-instructions {
    border-bottom: 1px solid #f4f4f4;
    float: left;
    clear: left;
    width: 100%;
    padding: 10px 10px 20px 10px;
    font-size: 14px;
    color: #363636;
}

.map-view-result-img-wrap {
   border-radius: 6px;
    overflow: hidden;
    position: relative;
    min-height: 100px;
    margin-top: 8px;
}

.map-view-result-img {
    border-radius: 4px;
    width: 100%;
    margin-left: -25%;
    position: relative;
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    -webkit-transform: scale(1.6);
     transform: scale(1.6); 
    margin-top: 16px;
}


.list-view-result-img-wrap {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
    position: relative;
    min-height: 115px;
    display: block;
}

.lv-result-info-wrapper {
    padding: 15px;
}

.list-view-result-img {
    border-radius: 4px;
    display: block;
    position: relative;
    margin-top: 20px;
}

.nd-filters-wrap {
    width: 100%;
    float: left;
    padding: 8px 0px 8px 0px;
    position: sticky;
    top: 61px;
    background-color: #fff;
    z-index: 999;
    /*border-bottom: 1px solid rgb(235, 235, 235);*/

}

.nd-filter {
    background-color: #fff;
    display: inline-block;
    padding: 7px 14px;
    border-radius: 30px;
    margin-right: 10px;
    color: #333333;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #b0b0b0;
    font-size: 15px;
}

.selected-dates {
    font-weight: 600;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    color: #fff!important;
    background-color: #000!important;
    border-radius: 30px!important;
    border: none!important;
    background-image: none!important;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #000!important;
    cursor: pointer;
    border-radius: 37px!important;
    color: #fff!important;
}

.datepicker.dropdown-menu {
    padding: 40px;
    border: none!important;
    font-size: 14px!important;
}

.datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
    padding: 12px 13px!important;
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-top: 0;
    border-bottom-color: #eee;
    position: absolute;
}

.nd-filter-active {
    background-color: #f7f7f7!important;
    display: inline-block;
    padding: 7px 14px;
    border-radius: 30px;
    margin-right: 10px;
    color: #333333;
    font-weight: 400;
    cursor: pointer;
    border: 2px solid #363636;
    font-size: 15px;
}

.nd-filter:hover {
    border: 1px solid #000!important;
}
.nd-filter-active:hover {
    border: 2px solid #363636!important;
}

.search-category-options {
    display: none;
    box-shadow: rgba(214, 228, 237, 1) 0px 1px 6px;
    padding: 20px 35px 14px 10px;
    position: absolute;
    top: 50px;
    left: 18px;
    background-color: #fff;
    z-index: 999999;
    border-radius: 6px;
}

.sub-category-options {
    display: none;
    box-shadow: rgba(214, 228, 237, 1) 0px 1px 6px;
    padding: 20px 35px 14px 10px;
    position: absolute;
    top: 50px;
    left: 130px;
    background-color: #fff;
    z-index: 999999;
    border-radius: 6px;
}

.date-category-options {
    display: none;
    box-shadow: rgba(214, 228, 237, 1) 0px 1px 6px;
    padding: 20px 35px;
    position: absolute;
    top: 50px;
    left: 260px;
    background-color: #fff;
    z-index: 999999;
    border-radius: 6px;
}

.datepicker-section input {
    color: #000!important;
}

.datepicker-section input {
    font-size: 14px!important;
    padding: 10px 19px!important;
    color: #000!important;
}

.date-title {
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
}
.category-option {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-left: 12px;
}

.nd-filters-wrap-sml {
    width: 100%;
    float: left;
    padding: 14px 10px 5px 0px;
}

.nd-filter-sml {
    background-color: #eff5f8;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 4px;
    margin-right: 10px;
    color: #333333;
    margin-bottom: 5px;
}



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

.events-results-wrap {
    float: left;
    clear: left;
    padding: 30px 10px 20px 10px;
    font-size: 20px;
    color: #333333;
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
    font-weight: 600;
}

.events-results-wrap-lv {
    clear: left;
    padding: 30px 0px 0px 0px;
    font-size: 21px;
    color: #333333;
    width: 100%;
    font-weight: 600;
    
}

h1.events-results-wrap-lv  {
    line-height: normal!important;
}

.orange-tickbox {
    margin-top: 0px !important;
    padding: 0px;
    margin-left: -5px;
}

.orange-tickbox {
    -webkit-appearance: none !important;
    background-color: #fafafa !important;
    border: 1px solid #cacece !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05) !important;
    padding: 11px !important;
    border-radius: 4px !important;
    display: inline-block !important;
    position: relative !important;
    cursor: pointer !important;
    margin-top: 10px;
}

.orange-tickbox:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.orange-tickbox:disabled {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1) !important;
    cursor: not-allowed !important;
}

.orange-tickbox:checked {
    background-color: #ff5b34 !important;
    border: 1px solid transparent !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

.orange-tickbox:checked:after {
    content: '\2714' !important;
    font-size: 17px !important;
    position: absolute !important;
    top: 0px !important;
    left: 4px !important;
    color: #ffffff !important;
}

label {
    color: #363636;
    font-weight: 600;
}

.sh-form-row-text-input {
    border: 1px solid #D2D6DF;
    padding: 9px 12px;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 10px;
    height: auto;
    width: 100%;
    background-color: #fafafa;
}

.sh-form-row-text-input::placeholder {
    color: #D2D6DF;
}

.pointer {
    cursor: pointer;
}

.datepicker-section {
    width: 50%;
    float: left;
    padding-right: 15px;
}

.new-discover-header-search-input {
    width: 100% !important;
    border-radius: 25px !important;
    padding-left: 20px !important;
    font-size: 16px !important;
    padding-right: 0px !important;
    height: 40px !important;
    margin-top: 3px;
    color: #000000 !important;
    box-shadow: rgba(214, 228, 237, 1) 0px 1px 6px;
    min-width: 385px;
    font-weight: 400 !important;
    letter-spacing: normal !important;
}

.discover-search-input-dropdown {
   background-color: rgba(255, 255, 255, 0) !important;
    box-shadow: rgba(26, 26, 29, 0.3) 0px 15px 46px -10px !important;
    padding-top: 8px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(235, 235, 235) !important;
    border-radius: 0px 0px 4px 4px !important;
     display: none; 
    position: sticky;
    height: 100px;
    width: 498px;
    top: 60px;
    left: 65px;
    background: #fff;
    padding: 50px;
}

.new-discover-header-search-input:focus {
    border: 1px solid #ff5b34;
    color: #363636;
}

.new-discover-header-search-input:hover {
    border: 1px solid #000;
    color: #363636;
}

.new-discover-header-search-input::placeholder {
    color: #000000!important;
}


.no-padding {
    padding: 0px !important;
}

.map-card-link {
    display: block;
}

.headerSearchBtn {
   float: right;
    margin-top: -39px;
    margin-right: 3px;
    height: 37px;
    width: 40px;
    cursor: pointer;
    border: none;
    position: relative !important;
    z-index: 51;
    color: #363636;
    background: transparent;
}

.mright5 {
    margin-right: 5px !important;
}

.no-padding {
    padding: 0px !important;
}

.new-discover-menu ul {
    float: right;
    list-style-type: none;
    margin-right: 15px;
    margin-bottom: 0px;
    padding-left: 10px;
}

.new-discover-menu li {
    display: inline-block;
}

.ndm-create {
    float: right;
/*    margin-top: 5px;*/
    font-size: 14px;
    color: #363636;
    font-weight: 500;
}

.new-discover-menu {
    float: right;
/*    margin-top: 14px;*/
}

.ndm-table td:hover {
    color: #ff5b34;
}

.ndm-table {
    line-height: 13px;
    margin-top: 20px;
    display: block;
    margin-right: 30px;
}

.ndv-link {
    color: #363636;
    font-size: 14px;
    font-weight: 500;
    margin-right: 30px;
    margin-top: 18px;
    display: inline-block;
}

.ndv-link:hover {
    color: #ff5b34;
}
.uppercase {
    
    text-transform: uppercase!important;
}

.disc-nav {
       font-weight: 600;
    font-size: 12px;
    letter-spacing: 0px !important;
    margin-right: 15px;
    padding: 7px 12px!important;
}

.ndv-btn {
    border-radius: 51px;
    padding: 6px 13px!important;
    color: #ff5b34!important;
    background-color: #fafafa;
    border: 1px solid #ff5b34;
    text-transform: uppercase;
    font-size: 12px!important;
    font-weight: 500;
    margin-right: 20px;
    line-height: 20px;
    float: right;
    display: block;
    margin-top: 12px;
    
}

.ndv-btn:hover {
    border-radius: 51px;
    padding: 6px 14px!important;
    margin-left: 10px;
    color: #fff!important;
    background-color: #ff5b34;
    border: 1px solid #ff5b34;
    text-transform: uppercase;
    font-size: 12px!important;
}

.create-icon {
        background-image: url(../../main/images/create-icon.png);
    height: 19px;
    width: 20px;
    background-size: cover;
    margin-right: 6px;
    display: inline-block;
}

.create-icon:hover {
    background-image: url(../../main/images/create-icon-hover.png);
}

.orange-create-icon {
    background-image: url(../../main/images/create-icon-hover.png)!important;
}

.new-discover-menu li a {
    color: #363636;
    font-size: 14px;
    font-weight: 500;
    display: block;
/*    padding: 17px 10px;*/
}

.new-discover-menu li a:hover {
    color: #ff5b34;
}

.show-map-view {
    float: right;
    color: #ffffff;
    cursor: pointer;
    border-radius: 30px;
    padding: 6px 17px;
    font-size: 13px;
    position: fixed;
    right: 206px;
    top: 73px;
    z-index: 999;
    background: #ff6932; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ff6932 0%, #ba1f1f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ff6932 0%,#ba1f1f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ff6932 0%,#ba1f1f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6932', endColorstr='#ba1f1f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}




.discover-footer {
    border: 1px solid red;
    width: 100%;
    height: 500px;
    float: left;
    clear: left;
}

.map-pagination-wrapper {
    margin-top: 14px;
    margin-bottom: 14px;
    width: 100%;
    clear: left;
    text-align: center;
    float: left;
}

.pagination-info {
        margin-top: 34px;
        color: #262626;
}

.pagination-info-list-view {
        margin-top: 16px;
        color: #262626;
}

.pi-num {
    font-weight: 600;
}

.exit-map-btn {
    position: fixed;
    right: 13px;
    top: 96px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    color: #fff;
    font-size: 17px;
    padding: 8px 16px;
    border-radius: 60px;
    font-weight: 500;
    color: #333333;
    z-index: 999999;
}


.search-as-i-move {
    position: fixed;
    right: 202px;
    top: 71px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    color: #fff;
    font-size: 17px;
    padding: 8px 16px;
    border-radius: 60px;
    font-weight: 600;
    color: #363636;
}

.search-as-i-move label {
    margin-bottom: 0px;
    margin-left: 5px;
}

.num-events {
    float: left;
    font-size: 15px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 15px;
    margin-top: 15px;
}

.text-for-discover {
    clear: left;
    width: 100%;
    font-size: 14px;
    color: #363636;
        margin-bottom: 20px;
}

.text-for-discover h2 {
    font-size: 21px;
    letter-spacing: normal !important;
    line-height: normal;
    font-weight: 600;
    color: #333;
}

.padded3432 {
    padding: 34px 32px !important
}

.padded50 {
    padding: 50px !important;
}

.padded20 {
    padding: 20px !important;
}

.close-dates {
    background-image: url(../images/close.webp);
    width: 23px;
    height: 23px;
    float: right;
    background-size: contain;
    margin-left: 10px;
    cursor: pointer;
}

.map-search-icon-lv {
    width: 65px;
    height: 65px;
    position: fixed;
    bottom: 19px;
    right: 19px;
    background-image: url(../../frontend/img/e-pin.webp);
    background-size: contain;
    cursor: pointer;
    z-index: 99999;
    transition: transform .2s;
}
.map-search-icon-lv:hover {
    transform: scale(1.2);
}

.new-list-view-icon {
   border: 1px solid #d9d9d9;
    border-radius: 50px;
    width: 116px;
    height: 45px;
    position: fixed;
    bottom: 19px;
    right: 19px;
    cursor: pointer;
    z-index: 99999;
    transition: transform .2s;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 43px;
    text-align: center;
    background-color: #fff;
    display: none;
}
.new-list-view-icon:hover {
    transform: scale(1.2);
}

.new-list-view-icon i {
margin-right: 5px;
}
a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

::selection {
    background: #FF6C60;
    color: #fff;
}

::-moz-selection {
    background: #FF6C60;
    color: #fff;
}

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

.search-etchrock-dropdown {
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25);
    padding: 15px;
    position: absolute;
    display: none;
    border-radius: 4px;
    color: #363636;
    text-align: center;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.float-none {
    float: none !important;
}

input:focus:invalid:focus {
    border-color: #B94A48 !important;
}

.nearby-row {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 0px;
    float: left;
    clear: left;
    padding: 13px 10px 13px 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}
.nearby-row:hover {
    background-color: #f2f2f2;
}

.nd-result-date {
    color: #000;
    font-weight: 600;
    margin-top: 6px;
}

.nd-result-title {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 6px;
}

.nd-result-location-rating-wrapper {
    float: left;
    width: 100%;
}

.nd-result-location {
    font-weight: 600;
    color: #333333;
    width: 50%;
    float: left;
}

.nd-result-rating {
        width: 50%;
    float: left;
    text-align: right;
    color: #333;
    font-weight: 600;
    display: none;
}

.nd-result-rating i {
    margin-right: 5px;
}

.nd-result-organiser {
    font-weight: 600;
    color: #333333;
    margin-top: 9px;
}


.nd-result-organiser a { 
    color: #333333!important;
}
.point {
    width: 195px;
    background-image: url(https://static.etchrock.com/frontend/img/point.png);
    height: 18px;
    bottom: -13px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
}

.map-marker-lower {
    width: 100%;
    padding: 12px 12px;
}

.map-marker-upper {
    width: 100%;
}

.map-marker-upper img {
    width: 100%;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.temp-map-marker-mask {
    height: 210px;
    width: 255px;
    z-index: 999999999;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: rgba(84, 96, 103, 0.25) 0px 1px 9px;
}

.map-discover-flyout {
    background-color: #ffffff;
    max-width: 770px!important;
    box-sizing: border-box;
    padding: 0px 0px 10px 10px;
    position: relative;
}

.nh-footer {
    background: #ff6932; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ff6932 0%, #ba1f1f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ff6932 0%,#ba1f1f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ff6932 0%,#ba1f1f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6932', endColorstr='#ba1f1f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-size: contain;
    height: 386px;
    clear: left;
    float: left;
    width: 100%;
    padding: 0px 0px;
}
.social-footer-icon {
        padding: 10px 10px;
    margin-right: 14px;
    border-radius: 100px;
    width: 42px;
    display: block;
    height: 42px;
    background-color: #eef6f9;
    text-align: center;
    color: #bbb;
    font-size: 19px;
    margin-top: -10px;
    float: right;
}

.nh-footer-logo {
    background-image: url(../images/er-footer-logo.webp);
    max-width: 285px;
    height: 68px;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
}

.nh-footer-logo img {
    width: 100%;
}

.header-search-input {
    width: 100%!important;
    border-radius: 25px!important;
    background-color: #ffffff!important;
    color: #ffffff;
    padding-left: 20px!important;
    font-size: 14px!important;
    padding-right: 0px!important;
    transition: all 0.5s linear;
    color: #363636;
}

.mright10 {
    margin-right: 10px;
}

.mw18 {
    max-width: 18px;
}

.page-current {
    color: #ff5b34!important;
}

.prev-page {
        box-shadow: transparent 0px 0px 0px 4px, transparent 0px 0px 0px 4px, rgba(0, 0, 0, 0.18) 0px 1px 5px !important;
    border-radius: 63px;
    width: 43px;
    margin-right: 45px;
}

.next-page {
        box-shadow: transparent 0px 0px 0px 4px, transparent 0px 0px 0px 4px, rgba(0, 0, 0, 0.18) 0px 1px 5px !important;
    border-radius: 63px;
    width: 43px;
    margin-left: 10px;
}

.pagination {
    list-style-type: none;
    padding: 0px;
    margin-bottom: 0px;
}

.pagination li {
    display: inline-block;
    
    cursor: pointer!important;
}




.next-i {
    display: block;
    border-radius: 42px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    border: 1px solid transparent;
    box-shadow: rgba(84, 96, 103, 0.25) 0px 2px 16px;
    color: #363636;
    margin-left: 40px;
    margin-right: 40px;
}

.next-i:hover {
    transform: scale(1.2); 
    background: linear-gradient(135deg, #ff6932 0%,#ba1f1f 100%)!important;
    -webkit-transition: transform 0.5s ease-in-out;
    color: #fff!important;
}




.mtop50 {
    margin-top: 50px!important;
}

input[type=text], input[type=password], input[type=email], textarea {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    line-height: 18px;
    color: #000000;
    padding: 10px 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3x;
    transition: all 200ms linear;
}

.nh-footer-outer {
    padding: 40px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e8ee;
    padding-bottom: 40px;
    padding-top: 0px;
}

.nh-footer-shadow {
    width: 100%;
    height: 100px;
    background-image: url(../images/shadow.png);
    background-repeat: repeat-x;
}

.nh-footer-left {
    width: 38%;
    border-right: 1px solid #e1e8ee;
    margin-top: 30px;
    float: left;
   
}

.nh-footer-lower {
    width: 100%;
    float: left;
    clear: left;
    padding: 25px 71px 29px 25px;
    box-sizing: border-box;
    color: #ffffff;
    background: #ff6932; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ff6932 0%, #ba1f1f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ff6932 0%,#ba1f1f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ff6932 0%,#ba1f1f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6932', endColorstr='#ba1f1f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-size: contain;
}

.grey-icon {
    color: #cccfd2!important;
}

.white-icon {
    color: #ffffff!important;
}

.mtop25 {
    margin-top: 25px
}

.ql-table {
        color: #ffffff;
    font-size: 13px;
    margin-top: 8px;
    margin-left: 11px;
    border-collapse: separate;
    border-spacing: 0 5px;
}

.ql-app {
    width: 100%;
    height: 48px;
    max-width: 121px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 18px;
    cursor: pointer;
}

.ql-table td {
    margin-right: 10px;
    display: inline;
}

.nh-footer-right {
    float: left;
    width: 61%;
    padding-top: 0;
    padding-left: 52px;
    box-sizing: border-box;
    margin-top: 35px;
}

.ql-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.nh-search-outer {
    max-width: 326px;
}

.nh-footer-para {
    margin-top: 5px;
    font-size: 14px;
    padding-right: 41px;
    color: #ffffff;
    line-height: 22px;
}

.discover-input-wrapper {
    float: left;
    margin-top: 7px;
    margin-left: 10px;
}

.popover-share {
    width: 18px;
    margin-left: 11px;
    margin-top: -3px;
}

.discover-header-logo {
    max-width: 40px;
    margin: 10px;
    float: left;
    display: block;
}

.share-discover-event img {
    width: 100%;
}

.nd-share {
        margin-left: 0px;
    font-size: 16px;
    color: #333333;
    margin-top: -3px;
}

.share-discover-event {
    width: 17px;
    height: 17px;
    display: inline-block;
    text-align: right;
    float: right;
    margin-right: 0px!important;
}

.discover-header {
    border-bottom: 1px solid rgb(235, 235, 235);
    width: 100%;
    background-color: #fff;
    float: left;
    z-index: 99999999;
    position: fixed;
    top: 0;
}

.mob-map-wrapper {
    width: 100%;
    border: 1px solid red;
    height: 800px;
    position: absolute;
    bottom: 0px;
    z-index: 999999;
}

.mob-map-scroller {
    border: 1px solid red;
    height: 300px;
    background-color: rgba(0, 0, 255, 0.3);
    z-index: 999;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

@media only screen and (max-width: 1200px) {
    .filters-right {
        display: none;
    }
}

@media only screen and (max-width: 1160px) {
    
    .start-fundraising-link {
        display: none;
    }
    .list-event-link {
        display: none;
    }
    .new-discover-menu {
        margin-top: 18px;
    }
    
    
}

@media only screen and (max-width: 1023px) {
    .map-discover-flyout {
        width: 100%;
        min-width: auto !important;
    }

    .nd-result-date, .nd-result-title, .nd-result-location, .nd-result-organiser, .nd-filters-wrap-sml {
        padding: 0px 16px !important;
    }
}

@media only screen and (max-width: 760px) {
    #some-element {
        display: none;
    }
    
    .discover-input-wrapper {
        width: 78%;
    }
    .nh-footer-lower {
    background: none!important; /* Old browsers */
}
}

@media only screen and (max-width: 850px) {
    
    .new-discover-menu {
        border: 1px solid red!important;
        display: none;
    }
    
    .map-discover-flyout {
        display: none!important;
    }
    
    .hideIfMobile {
        display: none!important;
    }
    
    .nh-footer-left {
        width: 100%;
        border-right: none;
        margin-top: 45px;
        float: left;
    }

    .nh-footer {
        background-size: cover;
        background-color: #ff5b34;
        height: 1429px;
    }
    .icons-footer {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0px!important;
    }
    
    .fw-mob {
        width: 100%;
    }
    .nh-footer-right {
        float: left;
        width: 100%;
        padding-top: 0;
        padding-left: 0px;
        box-sizing: border-box;
        margin-top: 38px;
    }
    
    .social-footer-icon {
        padding: 10px 10px;
        margin-top: 45px;
        float: left;
    }
}

@media only screen and (max-width: 500px) {
    
    #showMapViewTop {
        display: none;
    }
    
    .new-discover-header-search-input {
        min-width: 0px!important;
    }

    .map-discover-flyout {
        display: none!important;
    }
    
}



.wrap {
    position: relative;
    height: 300px;
    margin: 0 auto;
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.25);
}

.window {
    overflow: hidden;
    position: relative;
    background: #222;
}

#carousel {
    width: 10000px;
    position: relative;
    top: 0;
    left: -450px;
}

.slide {
    height: 300px;
    width: 500px;
    cursor: pointer;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide#b1 {
    background: #556270;
}

.slide#b2 {
    background: #4ECDC4;
}

.slide#b3 {
    background: #9CE462;
}

.slide#b4 {
    background: #FF6B6B;
}

.slide#b5 {
    background: #C44D33;
}

#prev, #next {
    cursor: pointer;
    position: absolute;
    bottom: -40px;
    font-size: 14pt;
}

#prev {
    left: 0;
}

#next {
    right: 0;
}

/*! CSS Used fontfaces */
@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url(https://dev-ci.etchrock.com/frontend/assets/fontawesome-pro-5.7.2-web/webfonts/fa-light-300.eot);
    src: url(https://dev-ci.etchrock.com/frontend/assets/fontawesome-pro-5.7.2-web/webfonts/fa-light-300.eot#iefix) format("embedded-opentype"), url(https://dev-ci.etchrock.com/frontend/assets/fontawesome-pro-5.7.2-web/webfonts/fa-light-300.woff2) format("woff2"), url(https://dev-ci.etchrock.com/frontend/assets/fontawesome-pro-5.7.2-web/webfonts/fa-light-300.woff) format("woff"), url(https://dev-ci.etchrock.com/frontend/assets/fontawesome-pro-5.7.2-web/webfonts/fa-light-300.ttf) format("truetype"), url(https://dev-ci.etchrock.com/frontend/assets/fontawesome-pro-5.7.2-web/webfonts/fa-light-300.svg#fontawesome) format("svg");
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(https://dev-ci.etchrock.com/frontend/assets/fontawesome-pro-5.7.2-web/webfonts/fa-regular-400.eot);
    src: url(https://dev-ci.etchrock.com/frontend/assets/fontawesome-pro-5.7.2-web/webfonts/fa-regular-400.eot#iefix) format("embedded-opentype"), url(https://dev-ci.etchrock.com/frontend/assets/fontawesome-pro-5.7.2-web/webfonts/fa-regular-400.woff2) format("woff2"), url(https://dev-ci.etchrock.com/frontend/assets/fontawesome-pro-5.7.2-web/webfonts/fa-regular-400.woff) format("woff"), url(https://dev-ci.etchrock.com/frontend/assets/fontawesome-pro-5.7.2-web/webfonts/fa-regular-400.ttf) format("truetype"), url(https://dev-ci.etchrock.com/frontend/assets/fontawesome-pro-5.7.2-web/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(https://dev-ci.etchrock.com/frontend/assets/fontawesome-pro-5.7.2-web/webfonts/fa-solid-900.eot);
    src: url(https://dev-ci.etchrock.com/frontend/assets/fontawesome-pro-5.7.2-web/webfonts/fa-solid-900.eot#iefix) format("embedded-opentype"), url(https://dev-ci.etchrock.com/frontend/assets/fontawesome-pro-5.7.2-web/webfonts/fa-solid-900.woff2) format("woff2"), url(https://dev-ci.etchrock.com/frontend/assets/fontawesome-pro-5.7.2-web/webfonts/fa-solid-900.woff) format("woff"), url(https://dev-ci.etchrock.com/frontend/assets/fontawesome-pro-5.7.2-web/webfonts/fa-solid-900.ttf) format("truetype"), url(https://dev-ci.etchrock.com/frontend/assets/fontawesome-pro-5.7.2-web/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

#mapView {
    width: 100%;
    background: #fff;
    float: left;
    clear: left;
    margin-top: 60px;
}

.map-pagination-ul {
    padding: 0px!important;
    margin: 0px;
}

.map-pagination-ul li:first-child {
    float: left;
    margin-top: 20px;
    margin-left: 40px;
    
}

.map-pagination-ul li:last-child {
    float: right;
    margin-top: 0px;
    margin-top: 20px;
    margin-right: 40px;
}

.gm-ui-hover-effect {
    opacity: 0!important;
    color: #fff!important;
}

.nearby-events-wrapper {
    float: left;
    clear: left;
    width: 100%
}

.explore-nearby-content {
    float: left;
    width: -webkit-fill-available;
    margin: 0px 5px;
    cursor: pointer;
    padding: 5px;
}

.explore-nearby-content:hover {
    background-color: #f7f7f740;
    border-radius: 20px
}

.explore-nearby-img {
    background-image: url(../../frontend/img/e-pin.webp);
    background-size: contain;
    cursor: pointer;
    max-width: 60px;
    height: 60px;
    background-repeat: no-repeat
}

.explore-nearby-data {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    margin-top: 17px
}


.nearby-events-title {
    clear: left;
    padding: 0px 0 0 13px;
    font-size: 21px;
    color: #333;
    width: 100%;
    font-weight: 600;
    margin-bottom: 35px
}

.charities-results-wrapper {
    width: 100%;
    padding: 0;
    float: left;
    clear: left
}


.results-table-row {
    float: left;
    width: 100%
}

.results-table-img {
    float: left
}

.results-table-img img {
    border-radius: 150px;
    max-width: 85px;
    margin: 10px;
    border: 4px solid #eff5f8
}

.results-table-info {
    float: left;
    padding: 10px;
    vertical-align: middle;
    width: 40%;
    padding-left: 27px
}

.results-table-name {
    color: #333;
    font-weight: 600;
    font-size: 17px;
    margin-top: 6px;
    margin-bottom: 11px
}

.results-table-location {
    margin-top: -9px
}

.results-table-button {
    display: block;
    color: #fff !important;
    font-size: 12px;
    background: #ba1f1f !important;
    background: -moz-linear-gradient(-45deg,#ba1f1f 1%,#ff6932 100%) !important;
    background: -webkit-linear-gradient( -45deg,#ba1f1f 1%,#ff6932 100%) !important;
    background: linear-gradient( 135deg,#ba1f1f 1%,#ff6932 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba1f1f',endColorstr='#ff6932',GradientType=1 ) !important;
    padding: 3px 5px !important;
    border-radius: 40px;
    line-height: 22px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 87px;
    text-align: center;
    margin-top: 8px;
    transition: all .5s linear
}

.results-table-details {
    float: left;
    padding: 10px
}

.results-table-details-name {
    color: #333;
    font-weight: 600;
    font-size: 15px;
    margin-top: 7px
}

.results-table-details-campaigns {
}

.results-table-row:nth-child(odd) {
    background-color: #f7f7f760
}

.mlr0 {
    margin-left: 0px;
    margin-right: 0px;
}

.gm-style-iw-chr {
    display: none!important;
}