/* $$$ */

body {
    font-family: "ProximaNova";
}

.fill-screen {
    min-height: calc(100vh - 125px - 360px - 40px);
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.auto-width {
    width: auto;
}

.no-corners {
    border-radius: 0px !important;
}

.no-borders {
    border: 0px;
}

/*********/
/* FONTS */
/*********/

/* <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> */
/* <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">    */

.open-sans {
    font-family: 'Open Sans', sans-serif;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.font-white {
    color: #fff;
}

.font-white:hover,
.font-white:focus,
.font-white:active {
    color: #fff;
}

.font-white-f {
    color: #fff !important;
}

.font-black {
    color: #000;
}

.fa-btn {
    margin-right: 6px;
}

.fa-left {
    margin-right: 6px;
}

.fa-right {
    margin-left: 6px;
}

.bold {
    font-weight: bold;
}

.font-normal {
    font-weight: 100;
}

.no-link {
    color: inherit;
    text-decoration: none;
}

.no-link:hover,
.no-link:focus,
.no-link:active {
    color: inherit;
    text-decoration: none;
}

.no-decor,
.no-decor:hover,
.no-decor:active,
.no-decor:focus {
    text-decoration: none;
    color: inherit;
}

.no-decor-white {
    color: #fff;
    text-decoration: none;
}

.no-decor-white:hover,
.no-decor-white:focus,
.no-decor-white:active {
    color: #fff;
    text-decoration: none;
}

.no-decor-black {
    color: #000;
    text-decoration: none;
}

.no-decor-black:hover,
.no-decor-black:focus,
.no-decor-black:active {
    color: #000;
    text-decoration: none;
}

.no-decor-333 {
    color: #333;
    text-decoration: none;
}

.no-decor-333:hover,
.no-decor-333:focus,
.no-decor-333:active {
    color: #333;
    text-decoration: none;
}

.no-underline,
.no-underline:hover,
.no-underline:focus,
.no-underline:active {
    text-decoration: none;
}

.cursor-pointer {
    cursor: pointer;
}

/***************/
/* backgrounds */
/***************/

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

.bg-black-70 {
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
}

/*************/
/* alignment */
/*************/

.display-inline {
    display: inline;
}

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

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.y-centerized {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.vertical-center {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.x-centerized {
    margin-left: auto;
    margin-right: auto;
}

.xy-centerized {
    position: absolute;
    width: 350px;
    height: 400px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.pos-abs {
    position: absolute;
}

.scroll {
    overflow: auto;
}

.scroll-y {
    overflow-y: auto;
}

.scroll-x {
    overflow-x: auto;
}

textarea {
    resize: vertical;
}

/*******************/
/* BOOTSTRAP MODAL */
/*******************/

.modal-dialog {
    margin-top: 100px !important;
}

.modal-header button.close {
    color: #fff;
    margin-right: 10px;
    opacity: 1;
}

.modal .modal-content {
    border-radius: 0px;
}

.modal .modal-body {
    padding: 25px;
}

.modal-danger .modal-header {
    background-color: #d9534f !important;
    text-align: center;
    color: #fff;
}

.modal-info .modal-header {
    background-color: #5bc0de !important;
    text-align: center;
    color: #fff;
}

.modal-success .modal-header {
    background-color: #2ca02c !important;
    text-align: center;
    color: #fff;
}

.modal-purple .modal-header {
    background-color: #cd38ea !important;
    text-align: center;
    color: #fff;
}

.modal-lime .modal-header {
    background-color: #8aca1e !important;
    text-align: center;
    color: #fff;
}

.modal-black-lime .modal-header {
    background-color: #333;
    border-bottom: 5px solid #8aca1e;
    text-align: center;
    color: #fff;
}

/*******************/
/* BOOTSTRAP PANEL */
/*******************/

.panel {
    background-color: transparent;
    border-radius: 0px;
    /*border: 0px;*/
}

.panel > .panel-heading {
    border-radius: 0px;
}

.panel .panel-body {
    border-top: 0px;
    border-radius: 0px;
    background-color: #fff;
    padding: 15px;
}

/************************************************************************************/
/* -------------------------- MARGINS AND PADDINGS ---------------------------------*/
/************************************************************************************/

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

/* margin-top */

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-t-150 {
    margin-top: 150px;
}

.m-t-200 {
    margin-top: 200px;
}

/* margin-right */

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-25 {
    margin-right: 25px;
}

.m-r-50 {
    margin-right: 50px;
}

.m-r-100 {
    margin-right: 100px;
}

.m-r-150 {
    margin-right: 150px;
}

.m-r-200 {
    margin-right: 200px;
}

/* margin-bottom */

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-b-150 {
    margin-bottom: 150px;
}

.m-b-200 {
    margin-bottom: 200px;
}

/* margin-left */

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-25 {
    margin-left: 25px;
}

.m-l-50 {
    margin-left: 50px;
}

.m-l-100 {
    margin-left: 100px;
}

.m-l-150 {
    margin-left: 150px;
}

.m-l-200 {
    margin-left: 200px;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

/* padding-top */

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-100 {
    padding-top: 100px;
}

.p-t-150 {
    padding-top: 150px;
}

.p-t-200 {
    padding-top: 200px;
}

/* padding-right */

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-25 {
    padding-right: 25px;
}

.p-r-50 {
    padding-right: 50px;
}

.p-r-100 {
    padding-right: 100px;
}

.p-r-150 {
    padding-right: 150px;
}

.p-r-200 {
    padding-right: 200px;
}

/* padding-bottom */

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-b-100 {
    padding-bottom: 100px;
}

.p-b-150 {
    padding-bottom: 150px;
}

.p-b-200 {
    padding-bottom: 200px;
}

/* padding-left */

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-l-50 {
    padding-left: 50px;
}

.p-l-100 {
    padding-left: 100px;
}

.p-l-150 {
    padding-left: 150px;
}

.p-l-200 {
    padding-left: 200px;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

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

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-21 {
    font-size: 21px;
}

.font-22 {
    font-size: 22px;
}

.font-23 {
    font-size: 23px;
}

.font-24 {
    font-size: 24px;
}

/* width & height */

.h15 {
    height: 15px;
}

.h25 {
    height: 25px;
}

.h50 {
    height: 50px;
}

.w-320 {
    width: 320px;
}

.w-768 {
    width: 768px;
}

.min-w-100 {
    min-width: 100px;
}

.min-w-125 {
    min-width: 125px;
}

.half-width {
    width: 50% !important;
}

.quarter-width {
    width: 25%;
}

/*
 * Select2
 */
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ccc 1px;
    min-height: 34px;
    outline: 0;
}

.select2-container--default .select2-selection--multiple {
    min-height: 34px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f5f5f5;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #9b1f1f;
}

.datepicker-condensed {
    display: inline;
    width: 150px;
}

/*****
 * A *
 * N *
 * L *
 *****/

.btn {
    border-radius: 0px;
}

.btn-round {
    border-radius: 4px !important;
}

.button-panel-right {
    text-align: right;
}

.button-panel-right .btn {
    margin-left: 10px;
    margin-bottom: 5px;
}

.button-panel-left {
    text-align: left;
}

.button-panel-left .btn {
    margin-right: 10px;
    margin-bottom: 5px;
}

.refresh-captcha {
    display: inline;
    cursor: pointer;
}

input#captcha {
    margin-top: 10px;
    /*width : 120px;*/
}

.refresh-captcha img:hover {
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.3);
}

.panel-heading h3 {
    margin-top: 10px;
}

.modal-lime .modal-header {
    background-color: #83bc34 !important;
    color: #fff;
}

.btn-lime {
    background-color: #83bc34;
    color: #fff;
}

.btn-lime:hover,
.btn-lime:focus,
.btn-lime:active {
    color: #fff !important;
    background-color: #6da81e;
}

.btn-lime-switch {
    background-color: #fff;
    border: 2px solid #83bc34 !important;
    color: #83bc34;
}

.btn-lime-switch:hover,
.btn-lime-switch:focus,
.btn-lime-switch:active {
    color: #fff !important;
    background-color: #83bc34;
}

.min-h-75 {
    min-height: 75px;
}

.underline {
    border-bottom: 1px solid;
}

.captcha {
    width: 120px;
}

.cookie-disclaimer-container {
    background-color: #000;
    color: #fff;
    padding: 15px;
    font-size: 15px;
    text-align: center;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    display: none;
}

#close-cookies {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
}

.cookie-disclaimer-container .disclaimer {
    display: none;
}

.cookie-disclaimer-container .disclaimer h1 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
}

.cookie-disclaimer-container .disclaimer p {
    text-align: left;
    margin-bottom: 10px;
}

.btn-cookies {
    margin-left: 10px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-cookies:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-teal {
    color: #fff;
    background-color: #2c8798;
    border: 1px solid #198292;
}

.btn-teal:hover,
.btn-teal:focus,
.btn-teal:active {
    color: #fff;
    background-color: #198292;
}

.btn-dark-teal {
    color: #fff;
    background-color: #455a64;
    border: 1px solid #425760;
}

.btn-dark-teal:hover,
.btn-dark-teal:focus,
.btn-dark-teal:active {
    color: #fff;
    background-color: #425760;
}

.btn-orange {
    background-color: #ff8f00;
    color: #fff;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    background-color: #ffb300;
    color: #fff;
}

.alert-silver {
    color: #878787;
    background-color: #f8f8f8;
    border-color: #e8e8e8 !important;
}

/* jquery validator errors */

label.error {
    display: block;
    font-weight: 100;
    color: red;
    margin-bottom: 10px;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.modern-select {
    outline: 0;
    margin-bottom: 15px;
    margin-top: 10px;
    border: 0px;
    border-bottom: 3px solid #444;
    width: 100%;
    padding-bottom: 10px;
}

.dennis-modal {
    display: none;
}

.manual span.select2 {
    margin-left: 20px;
}

.manual span.select2.select2-container {
    width: 182px !important;
    outline: 0;
}

.manual span.select2 span.select2-selection {
    border: 0px;
    outline: 0;
}

.manual .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    padding-right: 8px;
}

span.select2 span.select2-selection span.select2-selection__arrow {
    display: none;
}

span.select2-dropdown.select2-dropdown--below {
    margin-top: 3px !important;
}

.display-flex {
    display: flex;
}

.capitalize {
    text-transform: capitalize;
}

.cursor-normal {
    cursor: default;
}

.cursor-text {
    cursor: text !important;
}

.cursor-normal-f {
    cursor: default !important;
}

.pagination {
    margin-top: 40px;
    margin-bottom: 0px;
    /**/
    max-width: 80%;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #333;
    cursor: default;
    background-color: #ddd;
    border-color: #ccc;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #333;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*tbd*/
.panel-event-detail {
    background: inherit;
    /*box-shadow: 5px 5px 20px #000000;*/
    border: 0px;
}

.panel-event-detail .panel-heading {
    background: #333;
    border: 0px;
    color: #fff;
}

.panel-event-detail .panel-body {
    /*border-top: 10px solid;*/
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0px;
}

/*---*/

.black-header {
    background-color: #333;
    color: #fff;
    padding: 20px;
    font-size: 18px;
}

.location-timetable-header {
    padding: 10px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.47);
}

.location-timetable-header > img {
    width: 30px;
}

.locations-timetable .daily-timetable td:first-child img {
    width: 30px;
}

.location-timetable-header > .location-name {
    font-family: ProximaNovaBold;
    padding-left: 10px;
    text-transform: uppercase;
    color: #333;
}

.location-timetable-header > .location-info {
    width: 30px;
}

table.weekly-timetable {
    /*width: 330px;*/
    border-bottom: 1px solid rgba(51, 51, 51, 0.17);
}

table.daily-timetable {
    border-bottom: 1px solid rgba(51, 51, 51, 0.17);
}

table.weekly-timetable tr {

}

table.weekly-timetable tr:nth-child(even),
table.daily-timetable tr:nth-child(even) {
    background-color: #eeeeee;
}

table.weekly-timetable tr td,
table.daily-timetable tr td {
    padding: 10px
}

table.weekly-timetable tr > td:first-child,
table.daily-timetable tr > td:first-child {
    font-family: ProximaNovaBold;
    text-transform: uppercase;
    padding-left: 15px;
    width: 125px;
}

table.weekly-timetable tr > td:nth-child(2) {

}

span.timebox {
    border: 1px solid rgba(51, 51, 51, 0.23);
    padding: 4px 8px;
    /*font-family: 'ProximaNovaBold';*/
    background-color: #fff;
    margin-right: 10px;
}

table.weekly-timetable tr > td:nth-child(2) > span.timebox,
table.daily-timetable tr > td:nth-child(3) > span.timebox {
    border: 1px solid rgba(51, 51, 51, 0.23);
    padding: 4px 8px;
    background-color: #fff;
}

table.daily-timetable tr > td:nth-child(3) > span.timebox {
    margin-right: 10px;
}

.pro-font {
    font: normal 16px 'ProximaSemiBold', sans-serif;
}

div#full-timetable-container table.table-location-dates-collapse-table td:first-child,
div#full-timetable-container table.table-location-dates-collapse-table td:nth-child(2) {
    text-transform: uppercase;
    font-family: 'ProximaNovaBold';
    width: 20%;
}

div#full-timetable-container table.table-location-dates-collapse-table td:nth-child(2) {
    color: #aaaaaa;
}

#btn-full-schedule {
    font-family: 'ProximaSemiBold';
    position: relative;
    top: -15px;
}

.btn-grafistas {
    font-size: 16px;
    border: 1px solid #e5e5e5;
    padding: 10px 30px;
}

/*
 *  Drop down subcategories
 */

.dropbtn {
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 200px;
    max-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, .25);
    border-top: 0px;
    border-bottom: 0px;
    top: 42px;
    left: -1px;
    background-color: rgba(0, 0, 0, 0.75);
}

.altheaderSection .dropdown-content {
    background-color: #f8f8f6 !important;
    color: #444 !important;
    border-color: rgba(0, 0, 0, .1) !important;
}

.dropdown-content a {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    /*background-color: transparent;*/
    padding: 0 10px;
    align-items: center;
    float: left;
    position: relative;
    height: 42px;
    padding: 0 10px;
    cursor: pointer;
    transition: color .2s ease-in-out;
    color: white;
    font: normal 12px 'ProximaSemiBold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* <a> */
    text-decoration: none;
    outline: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.altheaderSection .dropdown-content a {
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
}

.dropdown-content a:hover {
    /*background-color: #f1f1f1;*/
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    /*background-color: #3e8e41;*/
}

.subscript {
    font-size: 18px;
}

.m-b-75 {
    margin-bottom: 75px;
}

/*
 *   Event detail single location n date
 */

.black-header.p-15 {
    padding: 15px 25px;
}

.black-header .single-location-name {
    font-family: ProximaNovaBold;
    text-transform: uppercase;
}

.black-header .single-datespan {
    font-size: 14px;
    color: #ddd;
}

.single-location-white-div {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.single-location-white-div img {
    width: 25px;
    height: 25px;
}

.single-location-white-div .single-location-info {
    display: inline;
    font-family: ProximaNova;
    font-weight: bold;
    padding-left: 15px;
}

.single-location-white-div .timebox {
    font-family: ProximaNovaBold;
    margin-left: 15px;
}

#mobile-filters .search {
    position: relative;
    width: 100%;
    border-bottom: 3px solid #444;
}

#mobile-filters .search > .icon-clear {
    position: absolute;
    width: 20px;
    top: 15px;
    left: 10px;
    opacity: .5;
    cursor: pointer;
}

#mobile-filters .search > input {
    background: white;
    font: normal 15px sans-serif;
    width: 90%;
    height: 35px;
    outline: 0;
    border: 0;
    margin-top: 3px;
    margin-left: 40px;
    /* text-transform: uppercase; */
}

#mobile-filters .search > .icon {
    position: absolute;
    background: url(../res/search_black.png) no-repeat center;
    background-size: 45%;
    width: 50px;
    height: 42px;
    top: 2px;
    right: 2px;
    opacity: .5;
    cursor: pointer;
}

#accordion-11 {
    margin-top: 0px;
}

#mobile-burger-menu .middle .section a {
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    text-decoration: none;
    color: #444;
}

#mobile-burger-menu .middle .section li {
    display: block;
    text-transform: uppercase;
}

#mobile-burger-menu .middle .section img#img-logout {
    width: 34px;
}

.panel-event-detail.borderfix {
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    box-shadow: 0 0px 0px;
}

.panel-event-detail.borderfix .panel-body {
    border: 0px;
}

.solo-mobile-menu-selection {
    height: 72px;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

.solo-mobile-menu-selection a {
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    color: #444;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 0;
    padding-left: 20px;
    transition: all linear .15s;
}


.solo-mobile-menu-selection img.search-icon,
.solo-mobile-menu-selection img.logout-icon {
    width: 24px;
    float: right;
    margin-right: 15px;
    margin-top: 20px;
    cursor: pointer;
}

.font-red {
    color: red;
}

.flex-1 {
    flex: 1;
}

.artist-image-container {
    position: absolute;
    bottom: -55px;
}

.artist-slide-name-container {
    padding: 20px;
    background-color: #fff;
    color: #000;
    position: absolute;
    right: 0px;
    bottom: 33%;
    font-size: 35px;
}

.sales-screen h1 {

}

.sales-screen h2 {
    font-size: 24px;
}

.artist-minitile {
    float: left;
    display: block;
    width: 143px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.event-likes {
    margin-top: 50px;
    float: left;
    display: block;
    width: 100%;
}

.artist-minitile-name {
    margin-top: 10px;
    color: #333;
    height: 40px;
}

.exploreAll.display-inline {
    padding: 15px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.exploreAll.display-inline > a,
.exploreAll.display-inline > button {
    color: #444;
    text-decoration: none;
    display: inline-block;
}

.anl-button-container {
    margin-top: 20px;
}

.anl-button {
    font: normal 13px 'Proxima', sans-serif;
    /*text-align: center;*/
    letter-spacing: 2px;
    min-width: 165px;
    /*max-width: 300px;*/
    line-height: 49px;
    border: 3px solid #444;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px;
}

.anl-button-container > .anl-button {
    margin-bottom: 5px;
    margin-right: 20px;
}

.events-counter {
    text-transform: lowercase;
    font-size: 16px;
}

.l-h-142 {
    line-height: 1.42;
}

@media only screen and (max-width: 600px) {
    .mobile-m-b-20 {
        margin-bottom: 20px;
    }

    div#scrollEvents {
        margin-bottom: 20px;
    }
}

