/*------------------------------------*\
    # GLOBAL ELEMENTS
\*------------------------------------*/

html body {
    font-family: 'Hind', sans-serif !important;
}

body {
    min-height: 100%;
    background-color: #f7f8f9;
}

@media (min-width: 1260px) {
    .container {
        width: 1230px;
    }
}

a {
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #2b6be4;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: underline;
    color: #2b6be4;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    float: left;
    width: 100%;
}

p {
    float: left;
    width: 100%;
}

hr {
    margin: 0;
    border: 0;
    border-top: 1px solid #dadada;
    float: left;
    width: 100%;
}

.col-padding-eraser {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wider-notif-frame {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 5px;
    text-align: center;
    z-index: 2000;
}

.wider-notif-frame p {
    margin-bottom: 0;
    font-size: 15px;
}

.wider-notif-frame--success {
    background: #C8FFD5;
    border-top: 1px solid #4B6D52;
    border-bottom: 1px solid #4B6D52;
}

.wider-notif-frame--success p {
    color: #344838;
}

.wider-notif-frame--error {
    background: #ffc8c8;
    border-top: 1px solid #6d4b4b;
    border-bottom: 1px solid #6d4b4b;
}

.wider-notif-frame--error p {
    color: #483434;
}

.mb15 {
    margin-bottom: 15px !important;
}


/*------------------------------------*\
    # HEADER
\*------------------------------------*/


/*public main header styles*/

.navbar-default.public-main-header {
    border-bottom: 1px solid #dadada !important;
}

.navbar-default.public-main-header .navbar-brand {
    height: 54px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-default.public-main-header .navbar-toggle {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border-radius: 0px;
    border: 0;
    margin: 0;
    margin-right: 5px;
    padding: 0;
    width: 45px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent !important;
}

.navbar-default.public-main-header .navbar-toggle__close {
    display: none;
}

.navbar-default.public-main-header .navbar-toggle[aria-expanded="true"] .navbar-toggle__default {
    display: none;
}

.navbar-default.public-main-header .navbar-toggle[aria-expanded="true"] .navbar-toggle__close {
    display: block;
}

.public-main-header .public-main-nav .dropdown-menu.dd-box {
    width: 300px;
    background-color: #fff;
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    padding: 30px 20px;
    margin-top: 11px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.public-main-header .public-main-nav .dropdown-menu.dd-box:before {
    content: "";
    left: 45px;
    top: -6px;
    width: 0;
    height: 0;
    width: 11px;
    height: 11px;
    border-top: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    position: absolute;
    transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    background: #fff;
}

.public-main-header .public-main-nav .dropdown-menu.dd-box>li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.public-main-header .public-main-nav .dropdown-menu.dd-box>li:last-child {
    margin-bottom: 0;
}

.public-main-header .public-main-nav .dropdown-menu.dd-box>li:last-child .nav-drop-right {
    padding-bottom: 0;
    border-bottom: 0;
}

.public-main-header .public-main-nav .menu--item {
    position: relative;
    width: 100%;
    float: left;
}

.public-main-header .public-main-nav .nav-drop-left {
    position: relative;
    width: 34px;
    height: 34px;
    float: left;
    border-radius: 50%;
    background-color: #D8D8D8;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.public-main-header .public-main-nav .nav-drop-left img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    float: left;
    top: 0px;
    left: 0px;
}

.public-main-header .public-main-nav .nav-drop-right {
    float: right;
    width: calc(100% - 50px);
    padding-bottom: 10px;
    position: relative;
    border-bottom: solid 1px #D8D8D8;
}

.public-main-header .public-main-nav .nav-drop-right h4 {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.public-main-header .public-main-nav .nav-drop-right h4:hover {
    color: #498BEE;
}

.public-main-header .public-main-nav .nav-drop-right p {
    float: left;
    width: 100%;
    color: #4B5B6F;
    line-height: 1.1;
    margin: 0;
}

@media (max-width:991px) {
    .navbar-default.public-main-header .navbar-header {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .navbar-default.public-main-header .navbar-toggle {
        display: none !important;
    }
}


/*logged in header*/

.navbar-default {
    background: #fff;
    border: 0;
    margin-bottom: 0;
}

.navbar-brand {
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.navbar-header-tagline{
    font-size: 14px;
    color: #84bb3b;
    line-height: 1.2;
    margin: 20px 0 0;
    display: inline-block;
}
@media (max-width: 767px) {
    .navbar-header-tagline{
        margin: 10px 0 0;
        display: block;
    }
}

.navbar-default .navbar-right > li {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: 9px;
    margin-left: 9px;
    position: relative;
}

.navbar-default .navbar-nav > li > a {
    color: #9B9B9B;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 12px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: transparent;
}

.navbar-default .nav__profile {
    float: left;
}

.nav__profile #profileMenuButton {
    border: none;
    background-color: transparent;
    outline: none;
}

.nav__profile #profileMenuButtonM {
    border: none;
    background-color: transparent;
    outline: none;
}

.nav__profile.open a,
.nav__profile.open a:hover,
.nav__profile.open a:focus,
.nav__profile.open a:active {
    background-color: transparent;
}

.nav__profile .dd-box {
    width: 300px !important;
    padding: 0;
    background-color: #fff !important;
    border: solid 1px #dcdcdc !important;
    border-radius: 5px;
    left: auto;
    right: -15px;
    z-index: 9999;
    box-shadow: none;
    position: absolute !important;
}

.nav__profile .dd-box:before {
    content: "";
    right: 14px;
    top: -6px;
    width: 0;
    height: 0;
    width: 11px;
    height: 11px;
    border-top: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    position: absolute;
    transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    background: #fff;
}

.nav__profile .dd-box .band-detail-info {
    position: relative;
    width: 100%;
    padding: 13px;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    float: left;
}

.nav__profile .dd-box .band-detail-info .profile-picture {
    position: relative;
    width: 87px;
    height: 87px;
    margin-right: 10px;
    border-radius: 50%;
    background: #d5d5d5;
    overflow: hidden;
    float: left;
}

.nav__profile .dd-box .band-detail-info .profile-picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
}

.nav__profile .dd-box .band-detail-info .profile-data {
    position: relative;
    width: 63%;
    float: left;
}

.nav__profile .dd-box .band-detail-info .profile-data .band-row {
    width: 100%;
    float: left;
}

.nav__profile .dd-box .band-detail-info .profile-data .band-title {
    width: 100%;
    margin-top: 16px;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 1;
}

.nav__profile .dd-box .band-detail-info .profile-data .band-name {
    position: relative;
    float: left;
    font-weight: 600;
    font-size: 18px;
    color: #4A90E2;
    line-height: 1.2;
    min-height: 30px;
}

.nav__profile .dd-box .band-detail-info .profile-data .profile-link {
    float: right;
    font-size: 12px;
    color: #4A90E2;
    line-height: 1;
    font-weight: 400;
}

.nav__profile .dd-box .band-detail-info .profile-data .band-email {
    position: relative;
    float: left;
    font-size: 14px;
    color: #999;
    line-height: 1;
    white-space: normal;
    word-break: break-all;
}

.nav__profile .dd-box .brand-details-list {
    position: relative;
    width: 100%;
    float: left;
    padding: 10px;
    margin: 0;
}

.nav__profile .dd-box .brand-details-list li {
    list-style: none;
    position: relative;
    width: 100%;
    float: left;
    background: #f4f4f6;
    border-bottom: solid 1px #fff;
    padding: 6px 10px;
}

.nav__profile .dd-box .brand-details-list li .brand-list-data {
    position: relative;
    width: calc(75% - 48px);
    float: left;
    margin: 12px 0 0 10px;
}

.nav__profile .dd-box .brand-details-list li .brand-list-title {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 600;
    line-height: 1;
}

.nav__profile .dd-box .brand-details-list li .brand-list-disc {
    width: 100%;
    float: left;
    font-size: 10px;
    color: #999;
    line-height: 1;
}

.nav__profile .dd-box .brand-details-list li .brand-list-link {
    float: right;
    margin: 12px 0 0;
    font-size: 12px;
    color: #4A90E2;
    line-height: 1;
}

.nav__profile .dd-box .brand-details-list li .add-member-link {
    width: 100%;
    float: left;
    margin: 7px 0;
    padding: 5px 0;
    font-size: 12px;
    color: #4A90E2;
    line-height: 1;
    text-align: center;
}

.nav__profile .dd-box .brand-details-list li .band-image-small {
    width: 38px;
    height: 38px;
    float: left;
    background: #000;
    border-radius: 50%;
    overflow: hidden;
}

.nav__profile .dd-box .brand-details-list li .band-image-small img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav__profile .dd-box .brand-details-list li .band-image-small-count {
    background: #ff9800;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.nav__profile .dd-box .brand-details-list li .band-image-small-count {
    background: #ff9800;
}

.nav__profile .dd-box .other-bands {
    position: relative;
    width: 100%;
    float: left;
    background-color: #F0F0F0;
    padding: 0;
    margin: 0;
}

.nav__profile .dd-box .other-bands li.list-head {
    list-style: none;
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    border-top: solid 1px #444;
    padding: 7px 13px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.nav__profile .dd-box .other-bands li {
    list-style: none;
    position: relative;
    width: 100%;
    float: left;
    background: #303030;
    border-bottom: solid 1px #444;
    padding: 13px;
}

.nav__profile .dd-box .other-bands li a {
    position: relative;
    width: 100%;
    float: left;
    padding-left: 39px;
    padding-top: 4px;
    font-size: 14px;
    color: #ddd;
}

.nav__profile .dd-box .other-bands li .band-image-small {
    position: absolute;
    width: 29px;
    height: 29px;
    background: #000;
    border-radius: 50%;
    overflow: hidden;
    left: 0;
    top: -3px;
}

.nav__profile .dd-box .other-bands li .band-image-small img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav__profile .dd-box .profile-footer {
    position: relative;
    width: 100%;
    float: left;
    background-color: #F0F0F0;
    padding: 13px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nav__profile .dd-box p {
    width: 100%;
    float: left;
    margin: 4px 0;
}

.nav__profile .dd-box p a {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #4A4A4A;
    text-transform: none;
}

.nav__profile .dd-box p a:hover,
.nav__profile .dd-box p a:active,
.nav__profile .dd-box p a:focus {
    outline: none;
    text-decoration: underline;
    color: #3B7ADB;
}

.navbar-default .nav__profile .profile-img {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    border: 1px solid #dadada;
    position: relative;
    overflow: hidden;
    float: left;
    cursor: pointer;
}

.navbar-default .nav__profile .arrow {
    /* position: relative; */
    display: inline-block;
    vertical-align: middle;
    border: 6px solid transparent;
    border-top-color: #9B9B9B;
    margin-top: 16px;
    margin-left: 5px;
}

.navbar-default .nav__profile img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
}

.nav__basket {
    float: left;
    position: relative;
}

.nav__basket a {
    position: relative;
    float: left;
    padding-left: 35px;
    min-height: 30px;
    text-decoration: none;
}

.nav__basket-count {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 26px;
    background: transparent url(../images/global/basket.png) no-repeat center;
    font-size: 12px;
    text-align: center;
    line-height: 38px;
    color: #ff9a01;
}

.nav__basket-text {
    float: left;
    font-weight: 700;
    color: #5f5f5f;
    padding-top: 8px;
}

.nav__rewards {
    float: left;
    position: relative;
}

.nav__rewards a {
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 100px;
    background-color: #2b6be4;
    line-height: 1;
    padding: 7px 10px 5px;
    outline: none;
    text-decoration: none;
}

.nav__rewards a span {
    color: #36d6f5;
}

.nav__help {
    text-decoration: underline !important;
    color: #2a2a2a !important;
}

.nav__divider {
    display: inline-block;
    height: 45px;
    width: 1px;
    background: #e9e9e9;
    vertical-align: middle;
}

.navbar-header {
    float: left;
    margin-right: 30px;
}

.desktop-header {
    float: left;
    width: 100%;
}

.my-shows-menu {
    background-color: #3f434e;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    z-index: 9999;
}

.nav > li.my-shows.open {
    position: static;
}

.nav > li.my-shows.open .my-shows-menu {
    display: table;
    border-radius: 0px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    padding: 0;
    overflow: hidden;
}

.shows-border-right {
    padding: 10px;
}

.pending-events-wrap {
    position: relative;
    width: 100%;
    float: left;
    background-color: #e602a1;
    padding: 31px 50px;
    display: block;
    float: left;
}

.pending-events-wrap:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 2000px;
    height: 100%;
    float: left;
    background-color: #e602a1;
    display: block !important;
}

.pending-events-wrap h4 {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 9999;
}

.pending-events-wrap .btn-solid-white {
    position: relative;
    z-index: 9999;
}

.my-show-nav-mh {
    margin-bottom: 5px;
    position: relative;
    width: 100%;
    float: left;
    padding-left: 15px;
}

.my-show-nav-mh.active a:after {
    position: absolute;
    content: '';
    top: 5px;
    left: -11px;
    border: 5px solid transparent;
    border-left-color: #fff;
    float: left;
}

.my-show-nav-mh a {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    color: #fff;
    float: left;
}

.my-show-nav-mh .status {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding-left: 15px;
    width: 100%;
    float: left;
}

.my-show-nav-mh .status.confirmed {
    color: #58a16a;
}

.my-show-nav-mh .status.confirmed:before {
    position: absolute;
    width: 11px;
    height: 11px;
    content: '';
    background: transparent url(../images/global/confirmed.png) no-repeat;
    top: 2px;
    left: 0;
}

.my-show-nav-mh .status.confirmed-live {
    color: #0af744;
}

.my-show-nav-mh .status.confirmed-live:before {
    position: absolute;
    width: 16px;
    height: 16px;
    content: '';
    background: transparent url(../images/global/antenna.png) no-repeat;
    top: -2px;
    left: 0;
}

.my-show-nav-mh .status.incomplete {
    color: #ec2828;
}

.my-show-nav-mh .status.incomplete:before {
    position: absolute;
    width: 11px;
    height: 11px;
    content: '';
    background: transparent url(../images/global/exclamation-mark.png) no-repeat;
    top: 2px;
    left: 0;
}

.my-show-nav-mh .status.pending:before {
    position: absolute;
    width: 11px;
    height: 11px;
    content: '';
    background: transparent url(../images/global/pending.png) no-repeat;
    top: 2px;
    left: 0;
}

.my-show-nav-mh .status.pending {
    color: #e602a1;
}

.my-show-nav-mh .new-show {
    position: relative;
    font-size: 12px;
    padding-left: 20px;
}

.my-show-nav-mh .new-show:before {
    position: absolute;
    width: 15px;
    height: 15px;
    content: '';
    background: transparent url(../images/global/add-new-show.png) no-repeat;
    top: 2px;
    left: 0;
}

.my-shows-menu > li {
    display: table-cell;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .my-shows-menu > li {
        display: block;
    }
}


/*mobile header*/

.mobile-header {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

.mobile-header .navbar-header {
    float: left;
    padding-left: 50px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.mobile-header .navbar-right {
    position: absolute;
    right: 0;
    top: 8px;
    margin: 0;
}

.mobile-header .navbar-right > li {
    margin-right: 0;
    margin-left: 10px;
}

.mobile-header .nav__basket a {
    padding-left: 0;
}

.mobile-header .nav__basket-count {
    position: relative;
    float: left;
}

.navbar-collapse {
    text-align: left;
}

.navbar-toggle {
    position: absolute;
    left: 0;
    top: 8px;
    padding: 10px;
    margin: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}


/* Animated Icon 1 */

.animated-icon1 {
    width: 30px;
    height: 24px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #696969;
}

.login-authenticated .animated-icon1 span {
    background: #fff;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    width: 90%;
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    width: 90%;
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* Animated Icon 1 */

.animated-icon2 {
    width: 30px;
    height: 24px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon2 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon2 span {
    background: #696969;
}

.login-authenticated .animated-icon2 span {
    background: #fff;
}

.animated-icon2 span:nth-child(1) {
    width: 90%;
    top: 11px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
}

.animated-icon2 span:nth-child(2) {
    width: 90%;
    top: 11px;
    -webkit-transform: rotate(-0deg);
    -moz-transform: rotate(-0deg);
    -o-transform: rotate(-0deg);
    transform: rotate(-0deg);
    opacity: 0;
}

.animated-icon2.open span:nth-child(1) {
    width: 90%;
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 1;
}

.animated-icon2.open span:nth-child(2) {
    width: 90%;
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 1;
}

@media (max-width: 1199px) {
    .navbar-default .container {
        width: auto;
    }
}

@media (max-width: 991px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
    .overlay {
        height: 0%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: 55px;
        left: 0;
        background-color: #3F434E;
        transition: .5s all;
        z-index: 777;
        overflow-x: auto;
    }
    .overlay.in {
        height: calc(100% - 55px) !important;
    }
    .overlay-content {
        position: relative;
        top: 0;
        width: 100%;
    }
    .overlay-content .navbar-nav {
        width: 100%;
        float: left;
        margin: 0;
        position: relative;
    }
    .overlay-content .navbar-nav li {
        margin-bottom: 2px;
        position: relative;
        width: 100%;
        float: left;
    }
    .overlay-content .navbar-nav li:before {
        content: "";
        width: 86%;
        height: 1px;
        background: #555965;
        position: absolute;
        top: 0;
        left: 7%;
    }
    .overlay-content .navbar-nav li ul li:after {
        display: none;
    }
    .overlay-content .navbar-nav li:after {
        content: "";
        width: 86%;
        height: 1px;
        background: #555965;
        position: absolute;
        bottom: 0;
        left: 7%;
    }
    .overlay-content .navbar-nav li a {
        position: relative;
        font-size: 22px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 15px 10px;
        overflow: hidden;
        line-height: 1;
    }
    .overlay-content .navbar-nav li a:hover,
    .overlay-content .navbar-nav li a:focus {
        background-color: #282828;
    }
    .overlay-content .navbar-nav>li>a {
        text-indent: 30px;
    }
    .overlay-content .navbar-nav>li>a>span {
        width: 14px;
        height: 14px;
        border-radius: 14px;
        position: relative;
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        text-indent: 0px;
        display: inline-block;
        text-align: center;
        line-height: 16px;
        top: -4px;
        margin: 0px 0 0 2px;
    }
    .overlay-content .navbar-nav li .navbar-nav-myshows {
        padding: 18px 10px 12px;
    }
    .overlay-content .navbar-nav li .myshows-confirmed {
        background: #5DBF77;
    }
    .overlay-content .navbar-nav li .myshows-finished {
        background: #FF2C2C;
    }
    .overlay-content .navbar-nav li .myshows-offers {
        background: #0089F4;
    }
    .overlay-content .navbar-nav li .myshows-status-btn {
        width: 100%;
        height: 54px;
        float: left;
        border-radius: 4px;
        background: #3f434e;
        font-family: 'Roboto Slab', serif;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        line-height: 1.1;
        margin: 1px 0;
    }
    .overlay-content .navbar-nav li .myshows-status-btn:after {
        content: "";
        position: absolute;
        right: 20px;
        top: 22px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(-45deg);
    }
    .overlay-content .navbar-nav li .myshows-status-btn span {
        width: 100%;
        display: block;
        font-family: 'Hind', sans-serif;
        font-size: 10px;
        font-weight: 700;
        text-transform: none;
        color: #3A3A3A;
    }
    .overlay-content .navbar-nav li .myshows-status-btn img {
        float: left;
        margin: 0 15px 0 0;
    }
    .overlay-content .navbar-nav li .myshows-status-btn.myshows-confirmed-date {
        background: #5DBF77;
        padding: 13px 15px;
    }
    .overlay-content .navbar-nav li .myshows-status-btn.myshows-finished-date {
        background: #FF2C2C;
        padding: 13px 15px;
    }
    .overlay-content .navbar-nav li .myshows-status-btn.myshows-offers-info {
        background: #0089F4;
        padding: 13px 15px;
        font-size: 14px;
        font-weight: 300;
        font-family: 'Hind', sans-serif;
        line-height: 1.2;
    }
    .overlay-content .navbar-nav li ul {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        float: left;
        z-index: 9999;
    }
    .overlay-content .navbar-nav li ul li {
        list-style: none;
        width: 100%;
        position: relative;
        float: left;
        background-color: #3A3A3A;
        padding: 8px 10px;
        border-bottom: none;
        margin-bottom: 0px;
    }
    .overlay-content .navbar-nav li ul li .band-name {
        font-size: 15px;
        font-family: 'Roboto', serif;
        font-weight: 400;
        color: #ffffff;
        margin: 0;
        padding: 0px;
    }
    .overlay-content .navbar-nav li ul li a:hover {
        background-color: transparent;
    }
    .overlay-content .navbar-nav li ul li .status {
        position: relative;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        padding-left: 15px;
        width: 100%;
        float: left;
    }
    .overlay-content .navbar-nav li ul li .status.confirmed {
        color: #58a16a;
    }
    .overlay-content .navbar-nav li ul li .status.confirmed:before {
        position: absolute;
        width: 11px;
        height: 11px;
        content: '';
        background: transparent url(../images/global/confirmed.png) no-repeat;
        top: 2px;
        left: 0;
    }
    .overlay-content .navbar-nav li ul li .status.pending {
        color: #e602a1;
    }
    .overlay-content .navbar-nav li ul li .status.pending:before {
        position: absolute;
        width: 11px;
        height: 11px;
        content: '';
        background: transparent url(../images/global/pending.png) no-repeat;
        top: 2px;
        left: 0;
    }
    .overlay-content .navbar-nav li ul li .status.incomplete {
        color: #ec2828;
    }
    .overlay-content .navbar-nav li ul li .status.incomplete:before {
        position: absolute;
        width: 11px;
        height: 11px;
        content: '';
        background: transparent url(../images/global/exclamation-mark.png) no-repeat;
        top: 2px;
        left: 0;
    }
    .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }
    .overlay a:hover,
    .overlay a:focus {
        color: #f1f1f1;
    }
    .overlay .closebtn {
        position: absolute;
        width: 100%;
        bottom: 20px;
        text-align: center;
        font-size: 60px;
        float: left;
    }
    .nav__rewards_mob {
        float: left;
        position: absolute;
        top: 23%;
        right: 25px;
    }
    .nav__rewards_mob em {
        float: left;
        position: relative;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff;
        border-radius: 100px;
        background-color: #2b6be4;
        line-height: 1;
        padding: 7px 10px 5px;
        outline: none;
        font-style: normal;
        text-decoration: none;
    }
    .nav__rewards_mob em span {
        color: #36d6f5;
    }
    .login-authenticated .navbar-default .navbar-toggle:hover,
    .login-authenticated .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .login-authenticated .overlay {}
    .login-authenticated .navbar-default {
        background: #3F434E;
    }
    .navbar-brand {
        position: relative;
    }
    .navbar-brand-logo {
        opacity: 1;
    }
    .navbar-brand-logo-device {
        opacity: 0;
        position: absolute;
        left: 15px;
        top: 10px;
    }
    .login-authenticated .navbar-brand-logo {
        opacity: 0;
    }
    .login-authenticated .navbar-brand-logo-device {
        opacity: 1;
        position: absolute;
        left: 15px;
        top: 10px;
    }
    .login-authenticated .navbar-default .nav__profile .arrow {
        border-top-color: #fff;
    }
    .login-authenticated .nav__basket-count {
        background: transparent url(../images/global/basket-white.png) no-repeat center;
    }
    .mobile-header .navbar-toggle .mobile-menu {
        opacity: 1;
        transition: .3s all;
    }
    .mobile-header .navbar-toggle .mobile-menu-logined {
        position: absolute;
        left: 10px;
        top: 10px;
        opacity: 0;
        transition: .3s all;
    }
    .login-authenticated .mobile-header .navbar-toggle .mobile-menu {
        opacity: 0;
        transition: .3s all;
    }
    .login-authenticated .mobile-header .navbar-toggle .mobile-menu-logined {
        position: absolute;
        left: 10px;
        top: 10px;
        opacity: 1;
        transition: .3s all;
    }
    .login-authenticated .navbar-default .nav__profile .profile-img {
        border: 1px solid #ffffff;
    }
    .gigs-btn-overlay {
        width: 100%;
        height: 60px;
        float: left;
        background: #5B606D;
    }
    .gigs-btn {
        width: 100%;
        height: 41px;
        float: left;
        border-radius: 4px;
        border: 1px solid #fff;
        background: #3F434E;
        font-size: 15px;
        color: #fff;
        text-align: center;
        line-height: 40px;
        margin: 9px 0 0;
        font-weight: 600;
        transition: .3s all;
    }
    .gigs-btn:active,
    .gigs-btn:focus,
    .gigs-btn:hover {
        color: #fff;
        text-decoration: none;
    }
    .gigs-btn span {
        width: 15px;
        height: 15px;
        background: #5B606D;
        border-radius: 15px;
        color: #fff;
        border: 1px solid #fff;
        text-align: center;
        line-height: 14px;
        position: relative;
        display: inline-block;
        font-size: 10px;
        font-weight: 600;
        top: -1px;
    }
    .gigs-btn span.gigs-green {
        background: #5DBF77;
    }
    .gigs-btn span.gigs-red {
        background: #FF2C2C;
    }
    .gigs-btn span.gigs-blue {
        background: #0089F4;
    }
    .gigs-btn-green {
        background: #5DBF77;
    }
    .gigs-btn-red {
        background: #FF4C41;
    }
    .gigs-btn-blue {
        background: #0089F4;
    }
    .gigs-btn.gigs-btn-green:active,
    .gigs-btn.gigs-btn-green:focus,
    .gigs-btn.gigs-btn-green:hover {
        background: #3fba5f;
    }
    .gigs-btn.gigs-btn-red:active,
    .gigs-btn.gigs-btn-red:focus,
    .gigs-btn.gigs-btn-red:hover {
        background: #f92b1e;
    }
    .gigs-btn.gigs-btn-blue:active,
    .gigs-btn.gigs-btn-blue:focus,
    .gigs-btn.gigs-btn-blue:hover {
        background: #007fe2;
    }
    .col-p-control {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .col-p-control.right {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .gigs-data-overlay {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #494949;
        overflow-y: hidden;
        transition: .5s all;
        z-index: 9999;
    }
    .gigs-data-overlay-content {
        position: relative;
        top: 0;
        width: 100%;
    }
    .gigs-data-overlay.in {
        height: 100%;
    }
    .gigs-data-overlay__header {
        width: 100%;
        height: 56px;
        background: #494949;
        float: left;
        border-bottom: 1px solid #fff;
    }
    .gigs-data-overlay__close {
        float: left;
        margin: 6px 0 0 0;
        padding: 10px;
    }
    .gigs-data-overlay__header-content {
        float: left;
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        line-height: 1.3;
        margin: 19px 0 0 5px;
    }
    .gigs-data-overlay__header-content span {
        width: 15px;
        height: 15px;
        background: #5B606D;
        border-radius: 15px;
        color: #fff;
        border: 1px solid #fff;
        text-align: center;
        line-height: 14px;
        position: relative;
        display: inline-block;
        font-size: 10px;
        font-weight: 600;
        margin: 0 0 0 2px;
        top: -1px;
    }
    .gigs-data-overlay__header-content span.gigs-noti-green {
        background: #5DBF77;
    }
    .gigs-data-overlay__header-content span.gigs-noti-red {
        background: #FF2C2C;
    }
    .gigs-data-overlay__content {
        width: 100%;
        height: calc(100vh - 56px);
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
        overflow-y: auto;
    }
    .gigs-data-overlay__content li {
        width: 100%;
        height: 115px;
        float: left;
        padding: 20px 15px 0 20px;
        margin: 0;
        list-style: none;
    }
    .gigs-data-overlay__content-green {
        background: #5DBF77;
    }
    .gigs-data-overlay__content-red {
        background: #FF2C2C;
    }
    .gigs-data-overlay__content-row {
        width: 100%;
        float: left;
    }
    .gigs-data-overlay__content-row span {
        float: left;
        font-size: 14px;
        color: #494949;
        line-height: 1.2;
        font-weight: 700;
    }
    .gigs-data-overlay__content-row a {
        float: right;
        font-size: 14px;
        color: #fff;
        line-height: 1.2;
        font-weight: 600;
        padding-bottom: 3px;
        border-bottom: 1px solid #fff;
    }
    .gigs-data-overlay__content-row a:hover,
    .gigs-data-overlay__content-row a:active,
    .gigs-data-overlay__content-row a:focus {
        text-decoration: none;
    }
    .gigs-data-overlay__stage {
        width: 100%;
        float: left;
        font-family: 'Roboto Slab', serif;
        font-size: 21px;
        color: #fff;
        line-height: 1.1;
        font-weight: 600;
        margin: 5px 0 0 0;
    }
}

@media (max-width: 767px) {
    .public-main-header .fixed-navbar-right .btn-solid-blue {
        color: #498BEE !important;
        border-radius: 3px;
        border: 1px solid #3878D8 !important;
        background-color: #fff !important;
        font-size: 13px;
        font-weight: 600 !important;
        padding: 9px 10px !important;
        margin-left: 6px !important;
    }
    .public-main-header .fixed-navbar-right .btn-solid-blue:hover {
        opacity: .8;
        background-color: #498BEE !important;
        color: #fff !important;
    }
}

@media (min-width: 992px) {
    .navbar-header {
        margin-right: 0px;
    }
    .navbar-default .navbar-nav > li > a {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

@media (min-width: 1200px) {
    .navbar-header {
        margin-right: 60px;
    }
}


/*------------------------------------*\
    # MAIN DATA WRAP
\*------------------------------------*/

.main-wrapper {
    float: left;
    width: 100%;
    position: relative;
}

.home-banner-frame {
    float: left;
    width: 100%;
    position: relative;
}

.home-banner-frame__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-banner-frame__bg:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 66%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
}

.home-banner-frame__content {
    float: left;
    display: table;
    width: 100%;
    height: 154px;
    position: relative;
}

.home-banner-frame__cell {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 10px;
}

.home-banner-frame__header {
    width: auto;
    float: left;
    position: relative;
    font-family: 'Roboto Slab', serif;
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 1.06px;
    text-transform: uppercase;
    margin-bottom: 2px;
    margin-top: 0;
    word-break: break-all;
}

.home-banner-frame__sub-head {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-family: 'Roboto Slab', serif;
    text-decoration: blink;
    text-transform: uppercase;
}

.home-banner-frame__sub-header {
    width: 100%;
    float: left;
    color: #4c4c4c;
    font-size: 24px;
    line-height: 1.2;
    font-family: 'Roboto Slab', serif;
    text-decoration: blink;
    text-transform: uppercase;
    margin-top: 15px;
}

.home-banner-frame__header .arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 6px solid transparent;
    border-top-color: #fff;
    margin-top: -6px;
    margin-left: 5px;
}

.home-banner-frame__header .dd-box {
    width: 260px;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 5px;
    border: 0;
    left: auto;
    right: -15px;
}

.home-banner-frame__header .dd-box:before {
    content: "";
    right: 14px;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
}

.home-banner-frame__header .dd-box p {
    width: 100%;
    float: left;
    margin: 4px 0;
}

.home-banner-frame__header .dd-box p a {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #4A4A4A;
    text-transform: none;
}

.home-banner-frame__header .dd-box p a:hover,
.home-banner-frame__header .dd-box p a:active,
.home-banner-frame__header .dd-box p a:focus {
    outline: none;
    text-decoration: underline;
    color: #3B7ADB;
}

.home-banner-frame__link {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #51f0f4;
    margin: 10px 0 3px;
}
.home-banner-frame__link a{
    font-size: 13px;
    font-weight: 700;
    color: #51f0f4;
}

/*------------------------------------*\
    # BREADCRUMBS
\*------------------------------------*/

.breadcrumb {
    background: transparent;
    padding: 18px 15px;
}

.breadcrumb a {
    color: #9B9B9B;
}

.breadcrumb > .active {
    color: #39393A;
}

.breadcrumb > li + li:before {
    content: ">";
    padding: 0 5px;
    color: #9B9B9B;
}


/*------------------------------------*\
    # BUTTONS
\*------------------------------------*/

.btn {
    outline: none !important;
    box-shadow: none !important;
    white-space: normal;
}

.sm-text-link {
    color: #2b6be4;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font-family: 'Hind', sans-serif;
    font-weight: normal;
}

.btn-primary {
    color: #fff !important;
    border-radius: 3px;
    border: 1px solid #3878d8 !important;
    background-color: #498bee !important;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 12px;
}

.btn-secondary {
    color: #000 !important;
    border-radius: 3px;
    border: 1px solid #ccc !important;
    background-color: #ccc !important;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 12px;
}

.btn-solid-green {
    color: #fff !important;
    border-radius: 3px;
    border: 1px solid #5dbf77 !important;
    background-color: #5dbf77 !important;
    font-size: 12px;
    font-weight: 600;
    padding: 9px 12px;
    float: left;
}

.btn-solid-green-sm {
    color: #fff !important;
    border-radius: 3px;
    border: 1px solid #5dbf77 !important;
    background-color: #5dbf77 !important;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 8px;
    float: left;
    line-height: 1.2;
}

.refer-message-btn {
    line-height: 30px;
}

.btn-outline-pink {
    color: #E602A0 !important;
    border-radius: 3px;
    border: 1px solid #E602A0 !important;
    background-color: transparent !important;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 12px;
    text-decoration: none !important;
}

.btn-outline-blue{
    color: #498BEE;
    border: 1px solid #3878d8 !important;
    background-color: #fff !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: bold;
    padding: 9px 25px;
}

.btn-outline-blue:hover {
    background: #3878d8 !important;
    color: #fff !important;
    opacity: .8;
}

.aside-frame-outer .btn-solid-green {
    font-size: 11px;
    font-weight: 400;
    padding: 12px 10px;
    border: 0;
    font-family: 'Rubik', sans-serif;
}

.btn-solid-yellow {
    position: relative;
    color: #fff !important;
    border-radius: 3px;
    border: 1px solid #C68905 !important;
    background-color: #eca406 !important;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 13px 14px 9px 14px;
}

.btn-solid-yellow-pill {
    position: relative;
    color: #fff !important;
    border-radius: 50px !important;
    border: 1px solid #C68905 !important;
    background-color: #eca406 !important;
    font-size: 13px !important;
    text-transform: capitalize;
    font-weight: 600 !important;
    padding: 2px 10px !important;
    display: inline !important;
    top: 2px !important;
}

.btn-solid-blue {
    color: #fff !important;
    border-radius: 3px;
    border: 1px solid #3878D8 !important;
    background-color: #498BEE !important;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 25px;
    transition: all .4s;
}

.btn-solid-blue:hover {
    opacity: .8;
}

.btn-solid-grey {
    color: #fff !important;
    border-radius: 3px;
    border: 1px solid #9b9b9b !important;
    background-color: #9b9b9b !important;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 10px;
    transition: all .4s;
}

.btn-solid-grey:hover {
    opacity: .8;
}

.btn-solid-white {
    color: #555 !important;
    border-radius: 3px;
    border: 1px solid #fff !important;
    background-color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 20px;
    transition: all .4s;
}

.btn-solid-grey:hover {
    opacity: .8;
}

.btn-white-rounded {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
    color: #498AED !important;
    background: #fff !important;
    border-radius: 20px;
    padding: 9px 20px;
}

.btn-white-rounded:hover {
    opacity: .8;
}


/*------------------------------------*\
    # SUBMENU
\*------------------------------------*/

.submenu-wrap-outer {
    float: left;
    width: 100%;
    position: relative;
}

.submenu-wrap {
    float: left;
    width: 100%;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    position: relative;
    z-index: 999 !important;
    background-color: #ffffff;
}

.submenu-wrap__list {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.submenu-wrap__list-item {
    list-style: none;
    float: left;
    margin-right: 15px;
    position: relative;
}
.list-item__fa-exclamation-circle{
    color: #ff5b51;
    position: absolute;
    right: 6px;
    top: 8px;
}
.list-item__fa-exclamation-circle-device{
    color: #ff5b51;
    position: absolute;
    right: -20px;
    top: 14px;
    font-size: 16px !important;
    margin-right: 50%;
}
.submenu-wrap__list-item a {
    float: left;
    opacity: 0.62;
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 15px;
    position: relative;
    text-decoration: none !important;
}

.submenu-wrap__list-item a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #4a4a4a;
    display: none;
}

.submenu-wrap__list-item a:hover {
    opacity: 1;
}

.submenu-wrap__list-item.active a {
    font-weight: bold;
    opacity: 1;
}

.submenu-wrap__list-item.active a:after {
    display: block;
}
.ticketsale-warning-alert{
    margin-bottom: 60px;
    margin-top: -30px;
    border-radius: 0;
    background:#ff5b51 url('../images/global/ticket-sale-alert.png') no-repeat 30px center;
    color: #fff;
    border-color: #ff5b51;
    text-align: left;
    padding-left: 100px;
}
.ticketsale-warning-alert .close{
    color: #fff !important;
}
.left-data-wrap {
    float: left;
    width: 100%;
    padding-top: 45px;
    padding-bottom: 100px;
}

.firstlogin-data-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100vh;
    min-height: 100%;
}
.firstlogin-header-wrap{
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-content: center;
}
.firstlogin-data-wrap__intro {
    float: left;
    width: 100%;
    padding:20px 0 30px 0;
}
.firstlogin-header-wrap .align-items-center{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.firstlogin-data-wrap__intro--subhead {
    float: left;
    width: 100%;
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 700;
    color: #303030;
}

.firstlogin-data-wrap__intro--head {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    font-size: 40px;
    font-weight: 700;
    color: #5DBF77;
}

.firstlogin-data-wrap__intro--img-link {
    position: relative;
    margin: 15px 0;
    text-decoration: none !important;
    width: 180px;
    height: 180px;
    border-radius: 180px;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    margin: 15px 0;
    transition: all .3s;
    vertical-align: top;
    overflow: hidden;
    float: none;
}

.firstlogin-data-wrap__intro--img-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first-login-wrap span {
    display: block;
    margin: 15px 0;
    font-size: 24px;
    font-weight: 700;
    color: #242424;
    text-decoration: none;
    transition: all .3s;
}

.firstlogin-data-wrap__intro--img-link:hover img,
.firstlogin-data-wrap__intro--img-link:focus img,
.firstlogin-data-wrap__intro--img-link:active img {
    border: 1px solid #4A90E2;
}

.firstlogin-data-wrap__intro--img-link:hover span,
.firstlogin-data-wrap__intro--img-link:focus span,
.firstlogin-data-wrap__intro--img-link:active span {
    color: #4A90E2;
    text-decoration: none;
}

.firstlogin-data-wrap__intro--img-link span:hover,
.firstlogin-data-wrap__intro--img-link span:focus,
.firstlogin-data-wrap__intro--img-link span:active {
    text-decoration: none;
}

.aside-frame-outer {
    position: relative;
    float: left;
    width: 100%;
    margin-top: -147px;
    margin-bottom: 100px;
}

.aside-frame {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1000 !important;
}

.aside-frame__data {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 4px rgba(206, 206, 206, 0.5);
}

.aside-frame__top-section {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px;
    padding-bottom: 0;
}

.aside-frame__head {
    float: left;
    width: 100%;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #111111;
    margin-top: 2px;
    margin-bottom: 15px;
}

.aside-frame__head .sm-text-link {
    margin-top: 3px;
}

.aside-frame__head span {
    color: #4fb564;
}

.ticket-sold-count {
    float: left;
    width: 100%;
    position: relative;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding-top: 7px;
    padding-bottom: 10px;
}

.ticket-sold-count__child {
    float: left;
    position: relative;
    padding-bottom: 15px;
}

.ticket-sold-count__count {
    float: left;
    font-family: 'Roboto Slab', serif;
    /*    font-size: 65px;*/
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    color: #242424;
}

.ticket-sold-count__label {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    color: #303030;
    font-size: 13px;
    letter-spacing: -0.63px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding-left: 24px;
}

.ticket-sold-count__child:first-child .ticket-sold-count__label {
    padding-left: 0;
}

.ticket-sold-count__child:first-child .ticket-sold-count__count,
.ticket-sold-count__child:first-child .ticket-sold-count__label {
    color: #999999;
}

.aside-ticket-info {
    position: relative;
    float: left;
    width: 110px;
    padding: 10px 0 5px 7px;
}

.aside-ticket-info__list {
    float: left;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.aside-ticket-info__list > li {
    float: left;
    width: 100%;
    color: #535353;
    font-size: 12px;
    font-weight: 400;
}

.aside-ticket-info__list > li b {
    font-weight: bold;
    color: #454545;
}


/*progress bar*/

.aside-progress-wrap {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.aside-progress-wrap__status {
    float: left;
    width: 100%;
}

.aside-progress-wrap__status b {
    font-weight: 700;
}

.aside-progress-wrap__progress {
    float: left;
    width: 100%;
    padding-top: 5px;
    position: relative;
}

.aside-progress-wrap__progress .progress {
    float: left;
    width: 100%;
    background: #ebebeb;
    box-shadow: none;
    height: 7px;
    border-radius: 10px;
    margin-bottom: 5px;
}

.aside-progress-wrap__progress .progress-bar {
    background: #44bf54;
    background: -moz-linear-gradient(left, #44bf54 0%, #2b6ce4 100%);
    background: -webkit-linear-gradient(left, #44bf54 0%, #2b6ce4 100%);
    background: linear-gradient(to right, #44bf54 0%, #2b6ce4 100%);
    box-shadow: none;
}

.aside-progress-wrap__max-v {
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
    color: #2b6be4;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
}

.aside-progress-wrap__abs-info {
    position: absolute;
    width: 110px;
    height: 22px;
    border-radius: 100px;
    background-color: #414141;
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 10px;
    line-height: 1;
    text-align: center;
    margin-top: -10px;
    margin-left: -91px;
    top: 28px;
    left: 0%;
    z-index: 1;
}

.aside-progress-wrap__abs-info:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    background: #414141;
    right: 18px;
    top: -20px;
}

.aside-progress-wrap__abs-info b {
    font-weight: 500;
}


/*share tickest*/

.share-online-tickets {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 5px;
    border: 1px solid #2b6be4;
    background-color: #f7faff;
    padding: 8px;
    margin-top: 9px;
    margin-bottom: 7px;
}

.share-online-tickets__btn {
    float: left;
    width: 100%;
    box-shadow: 0 0 4px rgba(154, 154, 154, 0.5);
    border-radius: 3px;
    background-color: #498bee;
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none !important;
    padding: 12px 12px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 5px;
}

.share-online-tickets__btn b {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.share-online-tickets__btn img {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.sm-head-aside {
    font-size: 12px;
    float: left;
    width: 100%;
    color: #323232;
    font-weight: 700;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

small .sm-head-aside {
    font-size: 10px;
}

.sm-head-aside b {
    color: #2151dd;
    font-weight: 700;
}

.sm-head-aside span {
    color: #2151dd;
    font-weight: 400;
}

.share-online-tickets-btn-wrap {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.share-online-tickets-btn-wrap > row {}

.share-online-tickets-btn-wrap .col-xs-6 {
    padding-left: 5px;
}

.share-online-tickets-btn-wrap .col-xs-6:first-child {
    padding-right: 5px;
    padding-left: 15px;
}


/*your perks*/

.your-perks-aside {
    background-color: #f7f7f7;
    margin-top: 5px;
}

.aside-perks__child {
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
}

.mobile-aside-wrap .aside-perks__child {
    display: none;
}

.mobile-aside-wrap .slick-initialized .aside-perks__child {
    display: block;
}

.your-perks-aside__inner {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px 0;
}

.aside-frame__footer {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 15px;
}

.aside-frame__footer-head {
    float: left;
    color: #ffffff;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 4px;
}

.aside-frame__footer-amount {
    float: left;
    color: #ffffff;
    font-family: "Roboto Slab";
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 6px;
}

.sm-btn-expand {
    float: left;
    padding: 2px 10px;
    border-radius: 100px;
    background-color: #2b6be4;
    color: #ffffff !important;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none !important;
    margin-top: 12px;
    margin-bottom: 5px;
    text-transform: none;
}

.sm-btn-expand i {
    display: inline-block;
    border: 3px solid transparent;
    border-bottom-color: #fff;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -3px;
    position: relative;
}

.sm-btn-expand[aria-expanded="true"] i {
    border-bottom-color: transparent;
    border-top-color: #fff;
    margin-top: 3px;
}

.aside-frame__footer-btm {
    float: left;
    width: 100%;
    background-color: #424242;
    padding: 8px 15px;
}

.aside-frame__footer-btm a {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
}

.aside-frame__abs-wrap {
    position: absolute;
    bottom: 100%;
    width: 100%;
    left: 0;
    z-index: 101;
}

.aside-frame__abs-wrap,
.aside-frame__footer {
    background: rgba(0, 0, 0, 1);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(55, 55, 55, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(55, 55, 55, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(55, 55, 55, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(55, 55, 55, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(55, 55, 55, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(55, 55, 55, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#373737', GradientType=1);
}

.aside-frame__abs-wrap table {
    float: left;
    width: 100%;
}

.aside-frame__abs-wrap table td {
    color: #c3c3c3;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.aside-frame__abs-wrap-inner {
    position: relative;
    float: left;
    padding: 15px 15px 0 15px;
    width: 100%;
}

.aside-frame__abs-overlay {
    position: absolute;
    left: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #737373;
    z-index: 100;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.aside-frame__abs-overlay.active {
    opacity: 0.81;
    visibility: visible;
}

@media (max-width: 767px) {
    .ticketsale-warning-alert{
        margin-bottom: 45px;
        margin-top: 0px;
    }
    .aside-frame__abs-wrap {
        top: 100px;
    }
    .aside-frame__abs-wrap-inner {
        padding: 15px 15px;
        z-index: 777;
        background: rgba(0, 0, 0, 1);
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(55, 55, 55, 1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(55, 55, 55, 1)));
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(55, 55, 55, 1) 100%);
        background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(55, 55, 55, 1) 100%);
        background: -ms-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(55, 55, 55, 1) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(55, 55, 55, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#373737', GradientType=1);
    }
    .aside-frame__footer-btm {
        position: relative;
        z-index: 777;
    }
    .aside-frame__abs-magic-overlay {
        position: fixed;
        left: 0;
        top: 300px;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #737373;
        z-index: 100;
        transition: all 0.3s;
        opacity: 0;
    }
    .aside-frame__abs-wrap[aria-expanded="true"] .aside-frame__abs-magic-overlay {
        opacity: .8;
    }
    .aside-frame__abs-wrap table td {
        line-height: 30px;
    }
}

.modal .close {
    font-size: 28px;
    font-weight: normal;
    opacity: .8 !important;
}

.modal-content {
    border-radius: 0;
    box-shadow: none;
}

.share-tickets-tabs {
    float: left;
    width: 100%;
    position: relative;
}

/*.share-tickets-tabs:before {
    content: '';
    position: absolute;
    left: 5%;
    top: -2px;
    width: 90%;
    height: 2px;
    background: #f2f2f2;
}*/

.share-tickets-tabs .nav-tabs {
    float: left;
    width: 100%;
    border-bottom: 0;
    display: none;
}

.share-tickets-tab-content {
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 30px;
}

.share-tickets-tab-content,
.share-tickets-tabs .nav-tabs {
    padding-left: 90px;
    padding-right: 90px;
}

.share-tickets-tabs .nav-tabs > li {
    margin: 0 15px 0 0;
}

.share-tickets-tabs .nav-tabs > li > a {
    color: #a9a9a9;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border: 0 !important;
    position: relative;
    background: transparent !important;
    text-decoration: none !important;
    padding: 18px 20px;
    text-align: center;
}

.share-tickets-tabs .nav-tabs > li > a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #3daf47;
    display: none;
}

.share-tickets-tabs .nav-tabs > li.active > a {
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 700;
}

.share-tickets-tabs .nav-tabs > li.active > a:after {
    display: block;
}

.tab-content__head {
    color: #242424;
    font-family: Rubik;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 22px;
}

.tab-content__head span {
    color: #3a74e9;
}

.tab-content__head a {
    color: #3a74e9;
}

.share-tickets-tabs p {
    color: #494949;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.7;
}

.share-tickets-tab-content__top {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.share-tickets-tab-content__form-wrap {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 28px;
}

.form-control {
    box-shadow: none;
    outline: none;
}

.share-tickets-tab-content__form-wrap .form-control {
    height: 52px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
    box-shadow: none;
    color: #4a90e2;
    font-size: 12px;
    font-weight: 400;
    padding: 19px 25px;
}

.share-tickets-tab-content__form-wrap .btn-solid-green {
    min-width: 124px;
    height: 52px;
    border-radius: 4px;
    background-color: #5dbf77;
    padding: 19px 10px;
}

.share-ticket-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.67px;
    text-transform: uppercase;
    color: #303030;
    margin-top: 5px;
    margin-bottom: 34px;
    position: relative;
}

.share-ticket-header span {
    color: #4fb564;
}

.share-ticket-header img {
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
    position: relative;
    top: 2px;
}

.share-tickets-tabs .badge {
    color: #ffffff;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 100px;
    background-color: #4990e2;
    padding: 6px 12px;
    margin-right: 5px;
}

@media (min-width: 992px) {
    #shareTicketsModal .modal-dialog {
        width: 692px;
    }
}

.share-tickets-tab-content__bottom {
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
}

.terms-and-conditions-link {
    color: #696969 !important;
    font-size: 11px;
    font-weight: 700;
    text-decoration: underline;
    display: inline-block;
    vertical-align: top;
    margin-top: 22px;
}

.add-personal-note {
    float: left;
    font-size: 11px;
    text-decoration: underline;
    color: #5dbf77 !important;
    position: absolute;
    left: 20px;
    top: 5px;
}

.form-control--country {
    background-image: url(../images/global/flags/us-flag.png);
    background-position: left 15px center;
    background-repeat: no-repeat;
    padding-left: 55px !important;
}


/*------------------------------------*\
    # TIMELINE
\*------------------------------------*/

.dashboard-timeline {
    float: left;
    width: 100%;
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 50px 0 10px;
    margin-top: -46px;
}

.dashboard-timeline__tree {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dashboard-timeline__tree > li {
    float: left;
    width: 100%;
    position: relative;
    list-style: none;
}

.dashboard-timeline__tree > li:before {
    content: '';
    position: absolute;
    left: 100px;
    top: 0;
    width: 6px;
    background: #cecece;
    height: 100%;
    z-index: 1;
}

.dashboard-timeline__tree > li:last-child:before {
    display: none;
}

.dashboard-timeline__tree > li:first-child:before {
    background: transparent;
    border-left: 6px dotted #cecece;
}

.dashboard-timeline__tree > li:first-child .dashboard-timeline__trow {
    padding-top: 30px;
}

.dashboard-timeline__trow {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding-bottom: 40px;
    float: left;
}

.dashboard-timeline__left-wrap {
    position: relative;
    float: none;
    display: table-cell;
    width: 100px;
    vertical-align: middle;
    padding-right: 25px;
    text-align: right;
}

.dashboard-timeline__left-wrap .dashboard-timeline__label {
    color: #414141;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.33px;
    line-height: 1;
}

.dashboard-timeline__trow.locked .dashboard-timeline__label {
    font-size: 16px;
    font-weight: 600;
}

.dashboard-timeline__trow.locked .dashboard-timeline__comment {
    border: 0;
    padding: 15px 0;
}
.dashboard-timeline__trow .dashboard-timeline__comment-head{
    float: left;
    padding: 5px 10px;
    margin: 0 0 5px;
    background: #ff5b51;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.dashboard-timeline__trow.locked .dashboard-timeline__comment p {
    color: #5DBF77;
    font-size: 16px;
    font-weight: 600;
}

.dashboard-timeline__left-wrap .dashboard-timeline__time {
    color: #414141;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.45px;
}


/*circular node*/

.dashboard-timeline__left-wrap:after {
    content: '';
    position: absolute;
    right: -3px;
    border-radius: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-right: -12px;
    margin-top: -15px;
    background: #fff;
    z-index: 2;
    border: 6px solid #a8a8a8;
}

.dashboard-timeline__trow.open .dashboard-timeline__left-wrap:after {
    background: transparent url(../images/global/lock.png) no-repeat center;
    width: 29px;
    height: 37px;
    border: 0;
    right: -6px;
}

.dashboard-timeline__trow.locked .dashboard-timeline__left-wrap:after {
    background: transparent url(../images/global/locked.png) no-repeat center;
    width: 29px;
    height: 37px;
    border: 0;
    right: -6px;
}



.dashboard-timeline__trow.show_start .dashboard-timeline__left-wrap:after {
    background: #fff url(../images/global/show_start.png) no-repeat center;
    width: 29px;
    height: 29px;
    border: 0;
    right: -6px;
    border-radius: 0;
}

.dashboard-timeline__trow.show_start .dashboard-timeline__left-wrap{
    padding-top: 5px;
}

.dashboard-timeline__trow.show_start .dashboard-timeline__right-wrap h5{
    margin-bottom: 0;
}

.dashboard-timeline__trow.show_start .dashboard-timeline__right-wrap p{
    font-size: 12px;
}


.dashboard-timeline__right-wrap {
    position: relative;
    float: none;
    display: table-cell;
    padding-left: 25px;
    vertical-align: middle;
}

.dashboard-timeline__comment {
    background-color: #ffffff;
    float: left;
    padding: 0px;
}

.dashboard-timeline__comment p:last-child {
    margin-bottom: 0;
}

.dashboard-timeline__right-wrap h5 {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 3px 0;
    letter-spacing: 0.44px;
    line-height: 1.3;
}

.dashboard-timeline__right-wrap a {
    color: #2b6be4;
    font-size: 13px;
    font-weight: 400;
}

.dashboard-timeline__right-wrap p {
    line-height: 1.2;
}

.dashboard-timeline__right-wrap p:last-child {
    margin-bottom: 0;
}

.dashboard-timeline__comment p {
    float: left;
    padding:10px 15px;
    color: #E602A0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.42px;
    line-height: 1.2;
    border: 1px dashed #E602A0;
}

.dashboard-timeline__trow--valign-mid,
.dashboard-timeline__trow--valign-mid .dashboard-timeline__left-wrap,
.dashboard-timeline__trow--valign-mid .dashboard-timeline__right-wrap {
    vertical-align: middle;
}

.dashboard-timeline__trow--valign-top,
.dashboard-timeline__trow--valign-top .dashboard-timeline__left-wrap,
.dashboard-timeline__trow--valign-top .dashboard-timeline__right-wrap {
    vertical-align: top;
}

.dashboard-timeline__trow--valign-top .dashboard-timeline__left-wrap:after {
    top: 0;
    margin-top: 0;
}

.dashboard-timeline__trow--valign-bottom,
.dashboard-timeline__trow--valign-bottom .dashboard-timeline__left-wrap,
.dashboard-timeline__trow--valign-bottom .dashboard-timeline__right-wrap {
    vertical-align: bottom;
}

.dashboard-timeline__trow--valign-bottom .dashboard-timeline__left-wrap:after {
    top: 100%;
}

.dashboard-timeline__top {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 50px;
}

.dashboard-timeline__address {
    float: left;
    width: 100%;
    position: relative;
    color: #4c4c4c;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 20px;
    min-height: 20px;
}

.dashboard-timeline__address a {
    color: #4c4c4c;
    text-decoration: underline;
}

.dashboard-timeline__address:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    background: transparent url(../images/global/address.png) no-repeat center;
}

.dashboard-timeline__top-head {
    float: left;
    width: 100%;
    color: #4c4c4c;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    letter-spacing: 0.61px;
}

.main-section-heading {
    float: left;
    width: 100%;
    color: #303030;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.67px;
    text-transform: uppercase;
}

.main-section-heading .sm-text-link {
    text-decoration: underline;
}

.main-section-heading__sub-text {
    margin-top: 3px;
}

.dashboard-timeline__top-date {
    float: left;
    width: 100%;
    color: #2b6be4;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.42px;
}

.discount-frame {
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 15px;
    margin-bottom: 26px;
}

.discount-frame__left {
    float: left;
    width: 60%;
}

.discount-frame__right {
    float: left;
    width: 40%;
}

.discount-frame__code-link {
    float: left;
    width: 100%;
    color: #2b6be4 !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 0.42px;
    position: relative;
}

.discount-frame__list {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.discount-frame__list > li {
    list-style: none;
    float: left;
    width: 100%;
    position: relative;
    color: #3d3d3d;
    font-size: 13px;
    font-weight: 300;
}

.discount-frame__list > li b {
    font-weight: 700;
}

.discount-frame__info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
}

.discount-frame__code {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 2px solid #bbbbbb;
    color: #3d3d3d !important;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.25;
    letter-spacing: 0.56px;
    text-decoration: none !important;
}

.discount-frame__desc {
    color: #3d3d3d;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    float: left;
    width: 100%;
    letter-spacing: 0.33px;
    line-height: 1.2;
    margin-top: 6px;
}

.home-flyer-wrap {
    float: left;
    width: 100%;
    border: 1px solid #dadada;
    height: 508px;
    position: relative;
}

.home-flyer-wrap__intro {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.home-flyer-wrap__intro-inner {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
    padding-left: 50px;
    padding-right: 50px;
}

.home-flyer-wrap__tcell {
    display: table-cell;
    vertical-align: middle;
}

.home-flyer-wrap__intro-inner h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.44px;
    color: #5b5b5b;
}

.home-flyer-wrap__intro-inner p {
    color: #5b5b5b;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.33px;
    line-height: 15px;
}

.home-flyer-wrap__btn-wrap {
    float: left;
    width: 100%;
    margin-top: 82px;
}

.section-heads {
    color: #303030;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.39px;
    text-transform: uppercase;
    margin: 25px 0 20px 0;
}

.featured-img-list {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 10px 0 14px 0;
    text-align: center;
}

.featured-img-list > li {
    float: left;
    list-style: none;
    position: relative;
    margin-bottom: 8px;
    width: 125px;
}

.featured-img-list__img {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 65px;
    margin-bottom: 10px;
}

.featured-img-list__img strong {
    color: #ababab;
    font-family: "Roboto Slab";
    font-size: 35px;
    font-weight: 700;
}

.featured-img-list__content {
    float: left;
    width: 100%;
}

.featured-img-list__content b {
    float: left;
    width: 100%;
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.sub-section-frame {
    margin-bottom: 50px;
}

.sm-data-blocks {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.sm-data-blocks p {
    color: #464646;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    letter-spacing: 0.33px;
    margin: 0 0 10px 0;
}

.sm-data-head {
    color: #464646;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 0.33px;
    margin: 0;
}

.mobile-aside-wrap {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px 15px 0 15px;
    box-shadow: 0 2px 4px rgba(179, 179, 179, 0.5);
    border-bottom: 1px solid #e4e4e4;
}

.mobile-aside-wrap .ticket-sold-count {
    border: 0;
    padding-top: 0;
}

.mobile-aside-wrap__top .aside-frame__head {
    font-size: 12px;
    margin-bottom: 0;
}

.mobile-aside-wrap .share-online-tickets__btn {
    border-radius: 0;
    margin-bottom: 0;
}

.mobile-aside-wrap .your-perks-aside__inner {
    padding-top: 0;
}

#sm-perks-slider .aside-perks__child {
    display: none;
}

#sm-perks-slider.slick-initialized .aside-perks__child {
    display: block;
}

#sm-perks-slider .slick-slide img {
    display: inline-block;
}

.mobile-flyer-frame {
    float: left;
    width: 100%;
    padding-left: 125px;
    min-height: 156px;
    position: relative;
    margin-bottom: 25px;
}

.mobile-flyer-frame__img-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 156px;
}

.mobile-flyer-frame__img-wrap img {
    object-fit: cover;
    height: 100%;
}

.mobile-flyer-frame__data-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.mobile-flyer-frame__data-wrap h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.44px;
    color: #5b5b5b;
}

.mobile-flyer-frame__data-wrap p {
    color: #5b5b5b;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.33px;
    line-height: 15px;
}

.fixed-submenu {
    background: #4a4a4a;
    box-shadow: 0 1px 4px rgba(74, 74, 74, 0.5);
}

.fixed-submenu__menu {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.fixed-submenu__menu > li {
    float: none;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.fixed-submenu__menu > li a {
    float: left;
    text-align: center;
    width: 100%;
    position: relative;
    height: 50px;
    padding: 11px 8px 0 8px;
    opacity: .6;
}

.fixed-submenu__menu > li.active a {
    opacity: 1;
}

.fixed-submenu__menu > li a img {
    display: inline-block;
    vertical-align: top;
}


/*equal width menu item fix*/

.flexbox .fixed-submenu__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flexbox .fixed-submenu__menu > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.fixed-submenu--toggle {
    bottom: -55px;
    transition: .3s all ease-out;
    z-index: 1030;
}

.fixed-submenu--toggle .fixed-submenu__menu {
    display: block !important;
}

.fixed-submenu--toggle.toggle-active {
    bottom: 0px;
}

.fixed-submenu--toggle .fixed-submenu__menu > li {
    width: 20%;
    float: left;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.fixed-submenu--toggle .fixed-submenu__menu > li a {
    float: left;
    flex: none;
    text-align: center;
    width: 100%;
    position: relative;
    height: 55px;
    padding: 10px 8px 0 8px;
    outline: 0;
    text-decoration: none;
    box-shadow: 0 0 0;
    font-size: 12px;
    color: #ccc;
    line-height: 1.4;
    transition: .3s all ease-out;
    opacity: 1;
}

.fixed-submenu--toggle.toggle-active .fixed-submenu__menu > li a {
    height: 75px;
    padding: 20px 8px 0 8px;
}

.fixed-submenu--toggle .fixed-submenu__menu > li a img {
    display: inline-block;
    vertical-align: top;
    opacity: .5;
    transition: .3s all ease-out;
}

.fixed-submenu--toggle .fixed-submenu__menu > li a span {
    width: 100%;
    display: block;
    font-size: 12px;
    color: #ccc;
    line-height: 1.4;
    opacity: .5;
}

.fixed-submenu--toggle .fixed-submenu__menu > li.active a img,
.fixed-submenu--toggle .fixed-submenu__menu > li.active a span{
    opacity: 1;
}

.fixed-submenu--toggle .fixed-submenu__menu > li a.fixed-submenu__show-more span {
    width: 100%;
    height: 45px;
    display: block;
    font-size: 12px;
    color: #ccc;
    line-height: 1.4;
    background-image: url("../images/dashboard-home/arrow_more.png");
    background-repeat: no-repeat;
    background-position: center 8px;
    padding-top: 26px;
    transition: .3s all;
}

.fixed-submenu--toggle.toggle-active .fixed-submenu__menu > li a.fixed-submenu__show-more span {
    background-image: url("../images/dashboard-home/arrow_less.png");
    background-position: center 8px;
}


/*slide up bottom menu*/
.mobile-aside-wrap__top {
    float: left;
    width: 100%;
    display: table;
    padding-bottom: 10px;
}

.mobile-total-tickets {
    float: none;
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
}

.mobile-payout-frame {
    float: none;
    display: table-cell;
    vertical-align: top;
    width: 165px;
    padding-left: 15px;
    border-left: 1px solid #dadada;
}

.mobile-payout-frame .sm-btn-expand {
    margin: 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.mobile-payout-frame__amount {
    float: left;
    width: 100%;
    color: #303030;
    font-family: "Roboto Slab";
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    /*    word-break: break-all;*/
    margin: 8px 0 10px 0;
}

.mobile-payout-frame .sm-head-aside {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

.home-flyer-wrap__layer1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #fff;
    display: none;
}

.home-flyer-wrap__slider {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 22px;
}

.home-flyer-wrap__slider .slick-list,
.home-flyer-wrap__slider .slick-slider,
.home-flyer-wrap__slider .slick-track {
    height: 100%;
}

.home-flyer-wrap__slider-child {
    float: left;
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.home-flyer-wrap__slider-child img {
    object-fit: unset;
    height: 100%;
    display: inline-block;
}

.home-flyer-wrap__slider-bottom {
    width: 100%;
    position: absolute;
    bottom: 65px;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.flyer-bottom-edit-bar {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.flyer-bottom-edit-bar > li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.flyer-bottom-edit-bar > li a {
    float: left;
    width: 40px;
    height: 44px;
    background-repeat: no-repeat;
}

.prev-icon-flyer {
    background-image: url(../images/global/create-flyer/icon-prev.png);
    background-position: -9px -9px;
}

.edit-icon-flyer {
    background-image: url(../images/global/create-flyer/icon-edit.png);
    background-position: -4px -2px;
}

.box-icon-flyer {
    background-image: url(../images/global/create-flyer/icon-box.png);
    background-position: 0 0;
}

.home-flyer-wrap__slider .slick-next,
.home-flyer-wrap__slider .slick-prev {
    width: 31px;
    height: 50px;
    z-index: 1;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.home-flyer-wrap__slider .slick-next:before,
.home-flyer-wrap__slider .slick-prev:before {
    display: none;
}

.home-flyer-wrap__slider .slick-prev {
    background-image: url(../images/global/slide-arrow-left.png);
    left: 40px;
}

.home-flyer-wrap__slider .slick-next {
    background-image: url(../images/global/slide-arrow-right.png);
    right: 40px;
}

@media (max-width: 330px) {
    .mobile-aside-wrap__top {
        display: block;
        float: left;
        padding-bottom: 15px;
    }
    .mobile-total-tickets {
        float: left;
        width: 100%;
    }
    .mobile-payout-frame {
        float: left;
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
        border: 0;
    }
}

.home-flyer-wrap__slider .slick-dots li {
    margin: 0 3px;
    padding: 0;
    width: auto;
    height: auto;
}

.home-flyer-wrap__slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    padding: 0;
    opacity: 0.45;
}

.home-flyer-wrap__slider .slick-dots li.slick-active button {
    opacity: 1;
}

.home-flyer-wrap__slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.home-flyer-wrap__slider .slick-dots li button:before {
    display: none;
}

.home-flyer-wrap__layer1:hover .slick-next,
.home-flyer-wrap__layer1:hover .slick-prev,
.home-flyer-wrap__layer1:hover .home-flyer-wrap__slider-bottom,
.home-flyer-wrap__layer1:hover .slick-dots {
    opacity: 1;
}

.custom-tooltip-copy-to-clipboard {
    position: absolute;
    bottom: 100%;
    border: 1px solid #404040;
    background-color: #2d2d2d;
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.28px;
    text-transform: none;
    padding: 5px 10px;
    z-index: 2;
    margin-bottom: 5px;
    display: none;
}

.custom-tooltip-copy-to-clipboard:after {
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-top-color: #2d2d2d;
    bottom: -10px;
    left: 50%;
}

.custom-tooltip-copy-to-clipboard small {
    line-height: 1.1;
    margin: 0;
}

.custom-tooltip-copy-to-clipboard.success {
    padding-left: 30px;
}

.custom-tooltip-copy-to-clipboard.success:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    width: 18px;
    height: 18px;
    background: transparent url(../images/global/success-tick.png) no-repeat center;
    margin-top: -9px;
}


/*perks section*/

.aside-perks {
    float: left;
    width: 100%;
}

.aside-perks__img-wrap {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    min-height: 64px;
    position: relative;
}

.aside-perks__img-wrap img {
    max-width: 92%;
}

.status-locked {
    opacity: .6;
}

.bg-polygon {
    background: transparent url(../images/perks/perks-active.png) no-repeat center top;
    background-size: contain;
}

.status-locked .bg-polygon {
    background: transparent url(../images/perks/perks-locked.png) no-repeat center;
    background-size: contain;
}

.aside-perks__img-wrap.bg-polygon {
    width: 62px !important;
}

.perks-main-frame__img-wrap.bg-polygon {
    width: 74px !important;
    height: 78px !important;
}

.aside-perks__head,
.perks-main-frame__head {
    float: left;
    width: 100%;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #797979;
    line-height: 1.2;
    margin: 0 0 2px 0;
}

.aside-perks__sub,
.perks-main-frame__sub {
    float: left;
    width: 100%;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #414141;
    line-height: 1.2;
}

.perks-main-frame {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.perks-main-frame__child {
    float: left;
    width: 90px;
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0px;
}

.perks-main-frame__img-wrap {
    float: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 8px;
}

.perks-main-frame__amount {
    color: #e7e7dd;
    font-family: "Roboto Slab";
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    width: 100%;
    left: 0;
    line-height: 1.1;
    top: 22px;
}

.perks-main-frame__amount.aside {
    font-size: 18px;
    top: 16px;
}

.perks-main-frame__amount-btm {
    color: #e7e7dd;
    font-size: 7px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.41px;
    letter-spacing: -0.35px;
    width: 100%;
    position: absolute;
    left: 0;
    line-height: 1.1;
    top: 47px;
}

.perks-main-frame__amount-btm.aside {
    top: 38px;
}

.perks-main-frame__img-wrap:after,
.aside-perks__img-wrap:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    width: 17px;
    height: 24px;
    background: transparent url(../images/perks/perks-lock.png) no-repeat center;
    display: none;
}

.status-locked .perks-main-frame__img-wrap:after,
.status-locked .aside-perks__img-wrap:after {
    display: block;
}

.status-locked .perks-main-frame__head,
.status-locked .perks-main-frame__sub {
    opacity: 0.59;
}

.status-locked .perks-main-frame__amount,
.status-locked .perks-main-frame__amount-btm {
    color: #c7c7c7;
}

.perks-main-frame__img-wrap img {
    display: inline-block;
}

.perks-main-frame-info {
    float: left;
    position: relative;
    display: table;
    padding: 6px 15px;
    border: 1px solid #ececec;
    background-color: #ffffff;
    margin-top: 22px;
    margin-bottom: 55px;
}

.perks-main-frame-info:before {
    content: "";
    left: 30px;
    top: -4px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
}

.perks-main-frame-info__left,
.perks-main-frame-info__mid,
.perks-main-frame-info__data {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.perks-main-frame-info__left {
    width: 55px;
}

.perks-main-frame-info__mid {
    width: 130px;
}

.perks-main-frame-info__left img {
    display: inline-block;
    vertical-align: middle;
    width: 44px;
}

.perks-main-frame-info__mid a {
    color: #5dbf77;
    font-family: Rubik;
    font-size: 7px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
}

.perks-main-frame-info__mid p {
    float: left;
    width: 100%;
}

.perks-main-frame-info__mid .perks-main-frame__head {
    display: inline-block;
    margin: 0;
    width: auto;
    margin-right: 5px;
}

.perks-main-frame-info__mid .perks-main-frame__sub {
    display: inline-block;
    margin: 0;
    width: auto;
}

.perks-main-frame-info__data p {
    color: #464646;
    font-size: 10px;
    font-weight: 300;
    line-height: 11px;
    letter-spacing: -0.02px;
    margin-bottom: 0;
}

.form-group label {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 4px;
    padding-left: 5px;
}

.form-group .form-control {
    height: 40px;
    border-color: #dddddd;
    font-size: 12px;
    font-weight: bold;
}

.form-group .form-control::-webkit-input-placeholder {
    font-weight: normal;
}

.form-group .form-control::-moz-placeholder {
    font-weight: normal;
}

.form-group .form-control:-ms-input-placeholder {
    font-weight: normal;
}

.form-group .form-control:-moz-placeholder {
    font-weight: normal;
}

.form-control:focus {
    border-color: #2b6be4;
    outline: 0;
    box-shadow: none;
}

textarea.form-control.text-area-message {
    height: 88px;
    resize: vertical;
    font-weight: normal;
}

.profile-upload-frame {
    position: relative;
    margin-top: 30px;
    margin-bottom: 45px;
}

.profile-upload-frame img {
    max-width: none;
}

.profile-upload-frame__aside {
    padding-top: 30px;
}

@media (min-width: 992px) {
    .profile-upload-frame__aside .form-group {
        margin-bottom: 42px;
    }
}

.cropit-outer-frame {
    position: relative;
    float: left;
    width: 100%;
}

.upload-profile-image {
    position: relative;
    float: left;
    width: 100%;
    height: 325px;
    border: 1px dashed #2b6be4;
    margin-bottom: 12px;
}

.profile-upload-frame .cropit-preview {
    border-radius: 5px;
    max-width: 100%;
}

.help-block {
    color: #464646;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.28px;
    line-height: 14px;
}

.upload-profile-image__btn-frame {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.upload-profile-image__trow {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.upload-profile-image__tcell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 15px;
}

.upload-profile-image__tcell-file {
    width: 230px;
    height: 38px;
    padding: 0;
    background: #498bee;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    line-height: 38px;
    overflow: hidden;
    position: relative;
    border: 1px solid #3878d8;
}

.upload-profile-image__tcell-file input {
    opacity: .001;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}

.upload-profile-image__tcell-file i {
    font-style: normal;
}

.crop-image-controls__range {
    float: left;
    width: 60%;
    position: relative;
}

.crop-image-controls__rotate {
    float: left;
    margin: 5px 10px 0 0;
    color: #fff;
    text-decoration: none;
    border: 0;
    outline: 0;
}

.crop-image-controls__rotate:hover {
    color: #fff;
}

.crop-image-controls {
    position: relative;
    float: left;
    width: 100%;
    padding: 8px 10px;
    background: #9b9b9b;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.crop-image-controls__label {
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.39px;
    text-transform: uppercase;
    padding-right: 10px;
    margin-top: 5px;
}

.crop-image-controls__range-wrap {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 11px;
    width: 120px;
}

.cropit-image-zoom-input.custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 2px;
    background: #4a4a4a;
    outline: none;
    padding: 0;
}

.cropit-image-zoom-input.custom::-moz-range-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 2px;
    background: #4a4a4a;
    outline: none
}

.cropit-image-zoom-input.custom::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 6px;
    height: 14px;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -o-transition: background 0.25s;
    -ms-transition: background 0.25s;
    transition: background 0.25s;
}

.cropit-image-zoom-input.custom::-webkit-slider-thumb:active,
.cropit-image-zoom-input.custom::-webkit-slider-thumb:active {
    background: #3878d8
}

.cropit-image-zoom-input.custom::-moz-range-thumb,
.cropit-image-zoom-input.custom::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 6px;
    height: 14px;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -o-transition: background 0.25s;
    -ms-transition: background 0.25s;
    transition: background 0.25s;
}

.cropit-image-zoom-input.custom::-moz-range-thumb:active,
.cropit-image-zoom-input.custom::-moz-range-thumb:active {
    background: #3878d8
}

.cropit-image-zoom-input.custom::-ms-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 2px;
    background: #4a4a4a;
    outline: none
}

.cropit-image-zoom-input.custom::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

.cropit-image-zoom-input.custom::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

.cropit-image-zoom-input.custom::-ms-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 6px;
    height: 14px;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -o-transition: background 0.25s;
    -ms-transition: background 0.25s;
    transition: background 0.25s;
}

.cropit-image-zoom-input.custom::-ms-thumb:active,
.cropit-image-zoom-input.custom::-ms-thumb:active {
    background: #3878d8
}

.cropit-image-zoom-input.custom:focus::-ms-fill-lower {
    background: #888;
}

.cropit-image-zoom-input.custom:focus::-ms-fill-upper {
    background: #ccc;
}

.cropit-image-zoom-input.custom::-ms-tooltip {
    display: none;
}

.cropit-image-input.custom {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px
}

.crop-image-controls__actions {
    float: left;
    width: 40%;
    position: relative;
    text-align: right;
}

.crop-image-controls__actions .btn-default {
    min-width: 80px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
}

.crop-image-controls__save {
    color: #fff !important;
    border-radius: 3px;
    border: 1px solid #C68905 !important;
    background-color: #eca406 !important;
}

.crop-image-controls__cancel {
    border-radius: 3px;
    border: 1px solid #dcdcdc !important;
    background-color: #dcdcdc !important;
}

.profile-crop-edit {
    width: 100% !important;
    text-align: center;
    margin: 5px 0;
}

.crop-image-controls__rotate_contr {
    float: left;
    margin: 4px 4px 0 2px;
}

.crop-image-controls__rotate_contr a {
    float: left;
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
}

.crop-image-controls__rotate_contr a:hover {
    color: #fff;
}

.upload-profile-image__canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.validate-top-frame {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
    margin-bottom: 35px;
}

.validate-top-frame__image {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 20px;
}

.validate-top-frame__image img {
    display: inline-block;
    vertical-align: top;
}

.validate-top-frame__child strong {
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.6px;
    text-transform: uppercase;
}

.validate-top-frame__child p {
    color: #464646;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.28px;
    line-height: 14px;
}

.validate-top-frame__child .text-green {
    color: #5dbe76;
}

.validate-top-frame__data {
    float: left;
    width: 100%;
    position: relative;
}

.validate-top-frame__child {
    width: 50%;
    float: left;
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 1199px) {
    .validate-top-frame__data {
        padding-left: 0;
        padding-right: 0;
    }
    .validate-top-frame__child {
        padding-left: 50px;
        padding-right: 50px;
    }
    .validate-top-frame__image img {
        max-width: 68%;
    }
}

.row--has-less-spacing {
    margin-left: -4px;
    margin-right: -4px;
}

.row--has-less-spacing > div[class*=col] {
    padding-left: 4px;
    padding-right: 4px;
}

.validation-rows__col {
    border-bottom: 1px solid #dadada;
    margin-bottom: 12px;
    position: relative;
}

.validation-rows__child {
    position: relative;
    padding-right: 50px;
    float: left;
    width: 100%;
}

.validation-rows .validation-rows__col:nth-last-child(2) {
    border-bottom-color: transparent;
}

.validation-rows .validation-rows__col:nth-last-child(1) {
    border-bottom-color: transparent;
}

.validation-rows__col .form-group {
    margin-bottom: 19px;
}

.validation-rows-wrap {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
}

.validation__nofify {
    position: absolute;
    right: 18px;
    bottom: 28px;
}

.validation__success {
    float: right;
}

.validation__error {
    float: right;
}

.validation-form-btns {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #fafafa;
}

.table > tbody > tr > td {
    color: #303030;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.42px;
}

.validated-table tr td:last-child {
    text-align: right;
}

.table-referrals tr td:last-child {
    text-align: right;
}

.table.table-border-customizer > tbody > tr > td {
    border-top: 0;
    border-bottom: 1px solid #dadada;
}

.media-blocks-g {
    float: left;
    width: 100%;
    position: relative;
}

.media-blocks-g {
    float: left;
    position: relative;
    width: 100%;
    padding-left: 110px;
    min-height: 90px;
    margin-bottom: 20px;
}

.media-blocks-g__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
}

.media-blocks-g__data {
    float: left;
    width: 100%;
}

.media-blocks-g__data p {
    color: #464646;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.28px;
    line-height: 14px;
}

.featured-tabs-wrap .tab-content {
    float: left;
    width: 100%;
}

.featured-tabs-wrap .tab-content > .tab-pane {
    float: left;
    width: 100%;
}

.featured-tabs-wrap .nav-tabs > li {
    margin: 0;
}

.featured-tabs-wrap .nav-tabs > li > a {
    color: #aaaaaa;
    font-family: Rubik;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    position: relative;
}

.featured-tabs-wrap .nav-tabs > li > a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #2b6be4;
    display: none;
}

.featured-tabs-wrap .nav-tabs {
    border: 0;
}

.featured-tabs-wrap .nav-tabs > li.active > a:after {
    display: block;
}

.featured-tabs-wrap .nav-tabs > li.active > a,
.featured-tabs-wrap .nav-tabs > li.active > a:hover,
.featured-tabs-wrap .nav-tabs > li.active > a:focus {
    color: #111111;
}

.success-image {
    width: 23px;
    height: 22px;
    display: inline-block;
}

.table-responsive {
    float: left;
    width: 100%;
}

.already-validated-table {
    position: relative;
    background: #fff;
    margin-bottom: 30px;
}

.nval-thead {}

.nval-thead th {
    color: #fff;
    font-weight: normal;
    border: 0 !important;
    padding: 5px 8px !important;
    background: #3F3F3F;
}

.nval-thead th:first-child {
    border-top-left-radius: 4px;
}

.nval-thead th:last-child {
    border-top-right-radius: 4px;
}

.table.already-validated-table > tbody > tr > td {
    border-bottom: 1px solid #d6d6d6;
}

@media (min-width: 768px) {
    .featured-tabs-wrap .tab-content .tab-pane {
        display: block !important;
    }
    #tab-validated {
        padding-right: 50px;
    }
    .validation-form-btns {
        padding-right: 50px;
    }
    .validation-rows {
        margin-left: 0;
        margin-right: 0;
    }
    .validation-rows > div[class*=col] {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .validation-rows {
        padding-top: 15px;
        margin-top: -15px;
    }
    .featured-tabs-wrap .tab-content .tab-pane {
        padding-top: 30px;
    }
}

.invite-and-earn-wrap {
    float: left;
    box-shadow: 0 0 4px rgba(190, 190, 190, 0.5);
    background-color: #ffffff;
    padding: 10px 10px 15px 10px;
    margin-top: -12px;
}

.invite-and-earn-wrap__top {
    display: table;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 5px;
}

.invite-and-earn-wrap__amount {
    color: #5dbf77;
    font-family: "Roboto Slab";
    font-size: 50px;
    font-weight: 700;
    float: none;
    padding-right: 15px;
    line-height: 1.1;
    display: table-cell;
    vertical-align: middle;
}

.invite-and-earn-wrap__desc {
    font-size: 12px;
    letter-spacing: 0.33px;
    line-height: 14px;
    color: #464646;
    font-weight: 400;
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.invite-and-earn-wrap__desc p {
    margin-bottom: 0;
}

.invite-steps {
    float: left;
    width: 100%;
    position: relative;
    display: table;
    table-layout: fixed;
    margin: 30px 0;
    background: transparent url(../images/invite/invite-bg.png) no-repeat center top;
    background-size: contain;
}

.invite-steps__child {
    float: none;
    display: table-cell;
    width: 25%;
    vertical-align: top;
}

.invite-steps__head {
    float: left;
    width: 100%;
    text-shadow: 0 2px 4px rgba(166, 166, 166, 0.5);
    color: #565656;
    font-family: "Roboto Slab";
    font-size: 65px;
    font-weight: 700;
    line-height: 1.45;
}

.invite-steps__text {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #404040;
    font-weight: 400;
    line-height: 1.1;
}

.invite-steps__text b {
    font-weight: 700;
}

.new-referrals-frame {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    display: table;
    table-layout: fixed;
    margin-left: -20px;
}

.new-referrals-frame__child {
    float: none;
    width: 33.33%;
    display: table-cell;
    vertical-align: top;
    padding: 15px 20px;
    border-left: 1px solid #ecefef;
}

@media (max-width: 991px) {
    .new-referrals-frame {
        display: block;
        float: left;
        margin-left: 0;
    }
    .new-referrals-frame__child {
        display: block;
        float: left;
        width: 100%;
        border-left: 0;
        padding: 0;
        margin-bottom: 45px;
    }

    .invite-and-earn-wrap {
        margin-top: 0;
        margin-bottom: 25px;
    }
}
@media (max-width: 767.98px){
    .invite-steps {
        background-image: url(../images/invite/lines.png);
        background-position: center top 45px;
        max-width: 400px;
        margin-top: 0px;
        margin-bottom: 40px;
    }
}

.new-referrals-frame__child:first-child {
    border-left: 0;
}

.new-referrals-frame__child p {
    color: #464646;
    font-size: 12px;
    letter-spacing: 0.33px;
    line-height: 14px;
    margin-top: 2px;
}

.facebook-like {
    display: inline-block;
    vertical-align: top;
    color: #464646;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.33px;
    line-height: 14px;
    text-align: center;
    text-decoration: none !important;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.facebook-like img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.cell-sub-block {
    float: left;
    text-align: left;
    min-width: 90px;
}

.cell-sub-block__node {
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #2b6be4;
    border-radius: 50%;
    margin-top: 2px;
    margin-bottom: 2px;
}

.cell-sub-block__node.faded {
    background: #e6e6e6;
}

.cell-sub-block__content {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-left: 3px;
}

.cell-sub-block__content b {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #303030;
    letter-spacing: 0.42px;
    line-height: 1.1;
}

.faded_text {
    color: #acacac !important;
}

.cell-sub-block__content p {
    margin: 0;
    font-size: 10px;
    font-weight: 400;
    color: #303030;
    letter-spacing: 0.42px;
    line-height: 1.1;
}

.fans-count {
    float: left;
    position: relative;
    width: 120px;
}

.fans-count__top {
    float: left;
    width: 100%;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.42px;
    line-height: 1.1;
    color: #acacac;
}

.fans-count__desc {
    float: left;
    width: 100%;
    position: relative;
    color: #a5a5a5;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.28px;
}

.fans-count--red .fans-count__count {
    color: #e9333c;
}

.fans-count--green .fans-count__count {
    color: #5dbf77;
}

.fans-count--green .fans-count__desc {
    color: #5dbf77;
}

.transfer-to-account {
    float: right;
}

.transfer-to-account a {
    display: inline-block;
    vertical-align: middle;
}

.transfer-to-account b {
    color: #151515;
    font-family: "Roboto Slab";
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.67px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.transfer-to-account {
    float: right;
}

.sm-reffered-wrap {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dadada;
    padding-left: 20px;
    padding-right: 20px;
}

.sm-reffered-wrap__top {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
}

.sm-reffered-wrap__mid {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
}

.sm-reffered-wrap__mid .cell-sub-block {
    width: 100%;
    min-width: 0;
}

.sm-reffered-wrap__bttm {
    float: left;
    width: 100%;
}

.sm-reffered-wrap__bttm .fans-count {
    width: 100%;
    min-width: 0;
}

.sortable-wrap {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sortable-wrap__table {
    float: left;
    width: 100%;
    position: relative;
    table-layout: fixed;
}
.sortable-wrap__table td {
    height: 48px;
    padding: 10px 15px;
    font-size: 15px;
    border-bottom: 2px solid #f7f8f9;
}
.sortable-wrap__table td img{
    filter: grayscale(100%);
    opacity: .5;
    transition: .3s all;
}

.sortable-wrap ul {
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
    width: 50%;
}

.sortable-wrap ul li {
    float: left;
    width: 95%;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
    background: #fff;
}
.sortable-ul-value li {
    cursor: grab;
}
.sortable-ul-value li:hover {
    background: #e5eefd;
}
.sortable-ul-value li:hover td img{
    filter: grayscale(0%);
    opacity: 1;
}


.sortable-table-desc {
    color: #464646;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.33px;
    line-height: 14px;
}
.sortable-ul-value .sortable-wrap__table td:last-child{
    text-align: right;
}
@media (max-width: 1000px) {
    .sortable-wrap ul:first-child{
        width: 40%;
    }
    .sortable-wrap ul:last-child{
        width: 60%;
    }

}
@media (max-width: 767px) {
    .sortable-wrap__table td:last-child {
/*        display: none;*/
    }
    .sortable-ul-value .sortable-wrap__table td:last-child {
        display: table-cell;
    }
    .sortable-ul-label li table td span{
        font-size: 12px;
    }

}
@media  (max-width: 400px) {
    .sortable-wrap ul:first-child {
        width:30%;
    }
    .sortable-wrap ul:last-child {
        width:70%;
    }
}
.featured-text-wrap {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}

.featured-text-wrap > li {
    float: left;
    width: 100%;
    list-style: none;
    border-top: 1px solid #e3e3e3;
    padding-top: 6px;
    padding-bottom: 6px;
}

.featured-text-wrap > li:first-child {
    border-top: 0;
    padding-top: 0;
}

.featured-text-wrap > li:first-child p:first-child {
    margin-top: 5px;
}

.featured-text-wrap > li p {
    color: #464646;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.33px;
    line-height: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.highlight-box {
    float: left;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
    padding: 10px 10px;
    margin: 30px 0;
}

.highlight-box img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.highlight-box__head {
    color: #6b6b6b;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.sm-info-text {
    color: #464646;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: -0.02px;
    line-height: 11px;
}

.payment-calc-frame {
    float: left;
    width: 100%;
    position: relative;
    margin: 20px 0;
}

.payment-calc-frame__child {
    float: left;
    width: 103px;
    min-height: 128px;
    border-radius: 4px;
    border: 1px solid #ececec;
    background-color: #ffffff;
    padding: 10px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.payment-calc-frame__fan-count {
    width: 100%;
    float: left;
    color: #4a90e2;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.31px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
}

.payment-calc-frame__fan-count:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #6b6b6b;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}

.payment-calc-frame__amount {
    width: 100%;
    float: left;
    color: #5dbf77;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.83px;
}

.payment-calc-frame__sub-head {
    width: 100%;
    float: left;
    color: #5dbf77;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.payment-calc-frame__desc {
    width: 100%;
    float: left;
    color: #6b6b6b;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 0.7px;
    line-height: 12px;
    margin: 0;
}

.highlight-box__para {
    color: #9b9b9b;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: -0.02px;
    line-height: 11px;
}

.method-artist-payment {
    float: left;
    width: 100%;
    position: relative;
    padding: 18px 15px;
    background: transparent url(../images/contract/multilines.png) no-repeat 0 0;
    background-size: cover;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0px 0px 24px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 24px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 24px -4px rgba(0, 0, 0, 0.15);
    margin-bottom: 38px;
    margin-top: 10px;
}

.method-artist-payment__inner {
    float: left;
    width: 100%;
    position: relative;
    border: 2px solid #dcdcdc;
    padding: 15px 15px 5px 15px;
}

.e-check-head {
    float: left;
    color: #ababab;
    font-size: 20px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    width: 100%;
    text-align: right;
}

.method-artist-payment__form {
    float: left;
    width: 80%;
    max-width: 350px;
    margin-top: 43px;
}

.method-artist-payment__form .form-control {
    padding-left: 0;
    color: #6fc686;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.42px;
    background: transparent !important;
    outline: none !important;
    padding: 0;
    border: 0;
    border-bottom: 2px solid #dcdcdc;
    height: auto;
}

.sm-box-wrap {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.sm-box-wrap__child {
    position: relative;
    float: left;
    border-radius: 4px;
    border: 1px solid #ececec;
    background-color: #ffffff;
    padding: 23px 15px;
    width: 200px;
    display: table;
    margin-right: 30px;
    margin-bottom: 30px;
}

.sm-box-wrap__img {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.sm-box-wrap__img img {
    width: 49px;
}

.sm-box-wrap__content {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding-left: 15px;
}

.sm-box-wrap__content strong {
    color: #303030;
    font-family: "Roboto Slab";
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    float: left;
    width: 100%;
    line-height: 1.1;
    margin-bottom: 4px;
}

.sm-box-wrap__content span {
    color: #464646;
    font-family: Hind;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.33px;
    line-height: 14px;
    float: left;
    width: 100%;
    line-height: 1.1;
}

.sm-box-wrap__content sub {
    color: #303030;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.39px;
    line-height: 14px;
    bottom: 0;
}

.highlight-box__node {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100px;
}

.highlight-box__node strong {
    color: #303030;
    font-family: "Roboto Slab";
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    float: left;
    width: 100%;
    line-height: 1.1;
    margin-bottom: 4px;
}

.highlight-box__node small {
    color: #464646;
    font-family: Hind;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.33px;
    line-height: 14px;
    float: left;
    width: 100%;
    line-height: 1.1;
}

.members-list {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.members-list__item {
    float: left;
    min-width: 180px;
    margin-right: 30px;
    margin-bottom: 40px;
    padding: 10px 0;
    position: relative;
    padding-left: 40px;
}

.members-list__item img {
    position: absolute;
    left: 0;
    top: 5px;
}

.members-list__item-name {
    display: inline-block;
    vertical-align: middle;
    color: #6b6b6b;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

.sm-box-wrap--less-width .sm-box-wrap__child {
    width: 100px;
}

.contract-data-wrap hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #9b9b9b;
}


/*review your order section*/

.review-order-top-frame {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    margin-bottom: 25px;
}

.review-order-top-frame__child {
    float: left;
    width: 100%;
    padding: 20px 20px;
}

.review-order-top-frame__header {
    font-size: 18px;
    color: #4B5B6F;
    font-weight: bold;
    float: left;
    width: 100%;
    margin: 0 0 3px 0;
}

.review-order-top-frame__header a {
    font-size: 12px;
    color: #3B7ADB;
    font-weight: normal;
    display: inline-block;
    vertical-align: baseline;
}

.review-order-top-frame__child p {
    margin-bottom: 10px;
}

.review-order-top-frame__child p:last-child {
    margin-bottom: 0;
}

.review-order-top-frame__child address {
    float: left;
    width: 100%;
}

.update-address-frame {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    padding: 20px 20px;
}

.update-address-frame__header {
    font-size: 22px;
    font-weight: bold;
    color: #498BEE;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.update-address-form-wrap {
    float: left;
    width: 100%;
}

.update-address-form-wrap textarea {
    resize: vertical;
}

.update-address-form-wrap__footer {
    float: left;
    width: 100%;
    margin-top: 28px;
}

.update-address-form-wrap__footer .btn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.update-address-form-wrap__text-button {
    font-size: 12px;
    color: #E602A0 !important;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #E602A0;
    padding-bottom: 2px;
    margin: 5px;
    text-decoration: none !important;
}

.contracts-left-data-inner h3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 37px;
    margin-bottom: 30px;
    color: #303030;
}


/************New Payment Method*****************/

.added-cards-outer-wrap {
    float: left;
    width: 100%;
}

.added-card-wrap {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e0e0e0;
    margin-bottom: 7px;
    float: left;
}

.added-card-wrap--selected {
    background: #fdf3cf;
    border-color: #f5af01;
}

.added-card-wrap .checkbox,
.added-card-wrap .radio {
    margin: 0px;
    float: left;
}

.added-card-wrap .checkbox input[type=checkbox],
.added-card-wrap .radio input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    opacity: .001;
}

.added-card-wrap .select-payment-check {
    width: 100%;
    float: left;
    position: relative;
    min-height: 30px;
    padding-left: 38px;
    background: url("../images/profile/email_subscribe.png") no-repeat 0px center;
    transition: background .3s;
}

.added-card-wrap input[type=checkbox]:checked + .select-payment-check,
.added-card-wrap input[type=radio]:checked + .select-payment-check {
    background: url("../images/profile/email_subscribed.png") no-repeat 0px center;
}

.added-card-wrap.new-card {
    border: dashed 1px #6d6d6d;
}

.added-card-wrap__card {
    float: left;
    margin-bottom: 5px;
}

.added-card-wrap__card-img {
    display: inline-block;
    vertical-align: middle;
    width: 65px;
}

.added-card-wrap__card-no {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 15px;
}

.added-card-wrap__security-code {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.added-card-wrap__security-code label {
    color: #000;
    margin-right: 10px;
}

.added-card-wrap__security-code .form-group {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.added-card-wrap__security-code .form-group label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.added-card-wrap__security-code-info {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.added-card-wrap__security-code-info img {
    position: relative;
    opacity: .7;
    width: 14px;
}

.added-card-wrap__security-code .form-control {
    height: 40px;
    width: 77px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.added-card-wrap__left-wrap {
    padding-top: 5px;
}

.added-card-wrap__right-wrap {
    text-align: right;
}

.added-card-wrap__remove {
    display: inline-block;
    margin-left: 10px;
    text-decoration: none !important;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #498BEE;
    letter-spacing: -0.31px;
}

.added-card-wrap__remove:hover {
    color: #000;
}

.added-card-wrap.new-card .checkbox {
    width: 100%;
}

.added-card-wrap.new-card .add-new-card__list {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
}

.added-card-wrap.new-card .add-new-card__list > li {
    float: left;
    list-style: none;
    margin: 5px 0 5px 30px;
    padding: 0;
}

.added-card-wrap .add-new-card-label {
    width: 100%;
    margin: 0;
    padding: 0;
}

.added-card-wrap .add-new-card-text {
    float: left;
    position: relative;
    background: url("../images/cards/payment/plus.png") no-repeat 0px center;
    transition: background .3s;
    font-weight: bold;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 38px;
    margin-top: 5px;
    line-height: 1;
    color: #4A90E2;
}

.added-card-wrap input[type=checkbox]:checked + .add-new-card-label .add-new-card-text {
    background: url("../images/cards/payment/plus.png") no-repeat 0px center;
}

.new-card-outer-wrap {
    float: left;
    width: 100%;
}

.add-card-details {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    background: #fff;
    border: solid 1px #f5af01;
    border-radius: 5px;
}

.add-card-details__header {
    float: left;
    width: 100%;
    padding: 10px 15px;
    background: #fdf3cf;
    border-radius: 5px;
    border-bottom: solid 1px #f5af01;
}

.add-card-details__header-text {
    float: left;
    width: auto;
    margin: 7px 10px 5px 0;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.2;
}

.add-card-details__sm-text {
    float: right;
    margin-top: 5px;
}

.add-card-details__body {
    float: left;
    width: 100%;
    padding: 20px 25px;
    float: left;
}

.add-card-details__body .expiration-row {
    margin-left: -5px;
    margin-right: -5px;
}

.add-card-details__body [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
}

.add-card-details__footer {
    float: left;
    width: 100%;
}

.form-control--enter-card-number {
    padding-right: 60px;
    background-position: right 5px center;
    background-repeat: no-repeat;
}

.add-card-details__body .all-card-list {
    float: left;
    width: 100%;
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.all-card-list > li {
    float: left;
    list-style: none;
    margin-right: 4px;
    margin-bottom: 4px;
}

.all-card-list > li img {
    max-width: 40px;
}

.add-card-details__body .add-card-details__notif-wrap {
    float: left;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #4a975f;
    background: #e2ffe9;
    color: #000;
    margin: 5px 0;
}

.expiration-row {
    margin-left: -5px;
    margin-right: -5px;
}

.invoice-address {
    background-color: transparent;
    border: none;
    padding: 0;
}

.invoice-address .ship-label {
    display: inline-block;
}

.invoice-address .checkbox {
    float: none;
    display: inline-block;
    position: relative;
    top: 10px;
}

.payment-method-section-head {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 37px;
    margin-bottom: 30px;
    color: #303030;
}

.creditcard-input {
    position: relative;
    width: 100%;
    float: left;
}

.creditcard-input .card-wrap {
    position: absolute;
    top: 0;
    right: 0;
    border-left: solid 1px #d5d5d5;
    padding: 4px;
    padding-top: 5px;
    z-index: 99999;
    float: left;
}


/*
.payment-details-form>[class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}
*/

.payment-details-form .expiration label {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.payment-details-form .expiration input[type="text"] {
    width: 41%;
    float: left;
    margin-right: 6px;
}

.payment-details-form .expiration input[type="text"]:first-child {
    margin-left: 0;
}

.payment-details-form .cvc input[type="password"] {
    width: 75%;
    float: left;
    margin-right: 10px;
}

.payment-details-form .cvc label {
    width: 100%;
}

.payment-details-form .cvc a {
    position: relative;
    top: 10px;
}


/*global checkbox styler*/

.checkbox_styler {
    margin: 0px;
    float: left;
}

.checkbox_styler input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    opacity: .001;
}

.checkbox_styler .checkbox-label {
    width: 100%;
    float: left;
    padding: 6px 0 6px 50px;
    font-size: 15px;
    color: #4A4A4A;
    line-height: 1.2;
    background: url("../images/profile/email_subscribe.png") no-repeat 10px center;
    transition: background .3s;
    position: relative;
}

.checkbox_styler input[type=checkbox]:checked + .checkbox-label {
    background: url("../images/profile/email_subscribed.png") no-repeat 10px center;
}


/*add card section end*/

.select-agreement-option-wrap {
    position: relative;
    width: 100%;
    background-color: #fff;
    border: solid 1px #E2E2E2;
    border-radius: 5px;
    padding: 30px 15px;
    margin-bottom: 10px;
    float: left;
}

.select-agreement-option-wrap .checkbox {
    margin: 0px;
    float: left;
}

.select-agreement-option-wrap .checkbox input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    opacity: .001;
}

.select-agreement-option-wrap .email_subscription_check {
    width: 100%;
    float: left;
    padding: 6px 0 6px 50px;
    font-size: 15px;
    color: #4A4A4A;
    line-height: 1.2;
    background: url("../images/profile/email_subscribe.png") no-repeat 10px center;
    transition: background .3s;
    position: relative;
}

.select-agreement-option-wrap input[type=checkbox]:checked + .email_subscription_check {
    background: url("../images/profile/email_subscribed.png") no-repeat 10px center;
}

.select-agreement-option-wrap.no-border,
.no-border {
    border: none !important;
}

.blue-wrapper {
    border-radius: 5px;
    border: 1px solid #4c8eec;
    border-left: 8px solid #4c8eec;
    position: relative;
}

.blue-wrapper:before,
.blue-wrapper-dk:before,
.blue-wrapper-indented:before {
    width: 24px;
    height: 20px;
    content: "";
    background: url(../images/global/blue-arrow-right.png) no-repeat center;
    position: absolute;
    margin-top: -10px;
    top: 50%;
    left: -40px;
}

.red-alert {
    border: 1px solid red !important;
    border-left: 8px solid red !important;
    position: relative !important;
}

.red-alert:before {
    display: none;
}

.blue-wrapper-dk {
    border: 1px solid #4c8eec;
    border-left: 8px solid #4c8eec;
    border-radius: 5px;
    float: left;
    width: 100%;
    position: relative;
}

.blue-wrapper-indented {
    padding: 15px;
    border: 1px solid #4c8eec;
    border-left: 4px solid #4c8eec;
    border-radius: 5px;
}

.ticket-contract-head {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    width: 100%;
    float: left;
    color: #4c8eec;
}

.ticket-contract-subhead {
    font-size: 16px;
    width: 100%;
    float: left;
    color: #333;
}

.thanks-saying-frame {
    float: left;
    width: 100%;
}

.thanks-saying-frame__status {
    font-size: 22px;
    font-weight: bold;
    color: #6DC789;
    float: left;
    width: 100%;
}

.thanks-saying-frame .thanks-saying-frame__header {
    font-size: 40px;
    font-weight: bold;
    color: #4B5B6F;
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.thanks-saying-frame__conf-num {
    font-size: 18px;
    font-weight: bold;
    color: #3B485C;
}

.thanks-saying-frame__footer {
    float: left;
    width: 100%;
}

.thanks-saying-frame__footer .review-order-top-frame--thanks-page {
    background: transparent;
}

.review-order-top-frame--thanks-page .review-order-top-frame__child {
    padding-left: 0;
    padding-right: 0;
}

.pagination {
    float: right;
}

.pagination > li > a,
.pagination > li > span {
    padding: 6px 12px;
    color: #808080;
    background-color: transparent;
    border: 0;
    margin-left: -1px;
    font-size: 13px;
    font-weight: bold;
    position: relative;
}

.pagination > li > a:after {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    width: 100%;
    height: 2px;
    background: #303030;
    opacity: 0;
}

.pagination > .active > a:after {
    opacity: 1;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #303030;
    background-color: transparent;
    border-color: transparent;
    cursor: default;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #303030;
}

.pagination_count{
    float: left !important;
    font-size: 14px;
}
.pagination-nav{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .pagination > li > a, .pagination > li > span{
        padding: 6px;
    }

}
.nav-tabs--validate-page {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 32px;
    border-bottom: 0;
}

.nav-tabs--validate-page.nav-tabs > li {
    margin: 0;
    float: left;
    margin-right: 10px;
}

.nav-tabs--validate-page.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.1;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #595959;
    position: relative;
    margin: 0;
    float: left;
    padding: 5px 10px;
    background: transparent !important;
}

.nav-tabs--validate-page.nav-tabs > li > a:before {
    display: block;
    content: attr(data-text);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.nav-tabs--validate-page.nav-tabs > li > a:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    height: 2px;
    background: #2b6ce4;
    opacity: 0;
}

.nav-tabs--validate-page.nav-tabs > li.active a:after {
    opacity: 1;
}

.nav-tabs--validate-page.nav-tabs > li.active > a,
.nav-tabs--validate-page.nav-tabs > li.active > a:hover,
.nav-tabs--validate-page.nav-tabs > li.active > a:focus {
    background-color: transparent;
    border: 0;
    border-bottom-color: transparent;
    cursor: default;
    font-weight: 600;
    color: #242424;
}

.subhead-h3 {
    font-size: 22px;
    font-weight: 700;
    color: #303030;
    padding: 18px 0 7px 0;
    margin: 0;
}

.select-tickets-cat {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.select-tickets-cat .radio-btn-style label {
    width: 100%;
    float: left;
    position: relative;
    cursor: pointer;
}

.select-tickets-cat .radio-btn-style label input[type=radio] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .001;
}

.select-tickets-cat .radio-btn-style label span {
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    transition: .2s all;
}

.select-tickets-cat .radio-btn-style label span .price-plan {
    margin: 20px 0 0 0;
    display: inline-block;
    width: 100%;
}

.select-tickets-cat .radio-btn-style label span .price-child {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.select-tickets-cat .radio-btn-style label span .price-child {
    padding-right: 6px;
    padding-left: 6px;
    margin-right: -4px;
}

.select-tickets-cat .radio-btn-style label span .price-plan .recommended {
    position: relative;
    width: 100%;
    float: left;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 15px;
    color: #5DBF77;
}

.select-tickets-cat .radio-btn-style label span .price-plan .price-plan-inner {
    position: relative;
    width: 100%;
    min-height: 200px;
    margin-bottom: 20px;
    border: solid 1px #E2E2E2;
    background-color: #fff;
    border-radius: 5px;
    float: left;
}

.select-tickets-cat .radio-btn-style label span .price-plan .price-plan-inner .plan-name {
    font-size: 16px;
    font-weight: 600;
    color: #9B9B9B;
    display: inline-block;
    padding: 15px 10px 0px 10px;
    border-bottom: solid 1px #d5d5d5;
}

.select-tickets-cat .radio-btn-style label span .price-plan .price-plan-inner h3 {
    margin: 15px 0;
    padding: 0;
    height: 81px;
    font-size: 25px;
    font-weight: 700;
    color: #5DBF77;
}

.select-tickets-cat .radio-btn-style label span .plan-desc {
    font-size: 12px;
    line-height: 1.3;
    color: #6B6B6B;
}

.select-tickets-cat .radio-btn-style label span .plan-desc b {
    font-size: 14px;
    font-weight: 600;
}

.select-tickets-cat .radio-btn-style label span .price-plan .price-plan-inner .price {
    font-size: 30px;
    line-height: 1;
    color: #5DBF77;
    margin: 10px 0px 7px 0px;
    font-weight: 600;
}

.select-tickets-cat .radio-btn-style label span .price-plan .price-plan-inner .free-ship {
    font-size: 10px;
    color: #6B6B6B;
    margin: 9px 0px;
}

.select-tickets-cat .radio-btn-style label span .price-refund-wrap {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    float: left;
}

.select-tickets-cat .radio-btn-style label span .price-refund-wrap .refund {
    position: relative;
    width: 100%;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1.2;
    margin: 5px 0px 2px 0px;
    color: #9b9b9b;
    float: left;
}

.select-tickets-cat .radio-btn-style label span .price-refund-wrap .tic-sold {
    position: relative;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    margin: 0px;
    color: #9b9b9b;
    line-height: 1;
    padding-bottom: 13px;
    float: left;
}

.select-tickets-cat .radio-btn-style input[type=radio]:checked+span {}

.select-tickets-cat .radio-btn-style input[type=radio]:checked+span .price-plan .price-plan-inner {
    border: solid 1px #5DBF77;
}

.select-tickets-cat .radio-btn-style input[type=radio]:checked+span .price-plan .price-plan-inner .plan-name {
    color: #4A90E2;
}

.select-tickets-cat .radio-btn-style input[type=radio]:checked+span .price-plan .price-refund-wrap {
    background-color: #5DBF77;
}

.select-tickets-cat .radio-btn-style input[type=radio]:checked+span .price-plan .price-refund-wrap .refund {
    color: #fff;
    text-transform: uppercase;
}

.select-tickets-cat .radio-btn-style input[type=radio]:checked+span .price-plan .price-plan-inner {
    border: solid 1px #5DBF77;
}

.select-tickets-cat .radio-btn-style input[type=radio]:checked+span .price-refund-wrap .tic-sold {
    color: #fff;
}

.ticket-wrap {
    position: relative;
    width: 484px;
    height: 183px;
    text-align: center;
    background: url(../images/contracts/ticket.png) no-repeat center;
    float: left;
    border: 1px solid #cecece;
    border-top: 0;
}

.ticket-overflow {
    width: 484px;
    height: 200px;
    overflow: auto;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
    vertical-align: top;
    position: relative;
    max-width: 100%;
}

.band-name-input {
    position: absolute;
    width: 300px;
    top: 52px;
    left: 52px;
    float: left;
}

.band-name-input b {
    padding: 5px 0;
    font-weight: 700;
    color: #444;
    font-size: 22px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
}

.band-name-input input {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #4A90E2;
    font-weight: 700;
    color: #444;
    font-size: 17px;
    padding: 0px 10px;
    outline: none;
}

.band-address {
    position: absolute;
    width: 300px;
    height: 52px;
    top: 98px;
    left: 52px;
    float: left;
}

.band-address address {
    text-align: left;
    line-height: 1.3;
    font-size: 14px;
    margin: 0;
}

.band-address address span {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    float: left;
}

.band-age {
    position: absolute;
    width: 150px;
    height: 14px;
    top: 164px;
    left: 52px;
    font-size: 14px;
    text-align: left;
    line-height: 1;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.band-agency-abs {
    position: absolute;
    width: 150px;
    height: 14px;
    top: 164px;
    left: 210px;
    font-size: 14px;
    text-align: left;
    line-height: 1;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ticket-misc-details {
    position: absolute;
    width: 181px;
    height: 45px;
    top: 70px;
    left: 310px;
    float: left;
    transform: rotate(-90deg);
}

.ticket-misc-details p {
    line-height: 1;
    font-size: 10px;
    text-align: left;
    padding-left: 5px;
    color: #000;
}

.ticket-misc-details-stub {
    position: absolute;
    width: 181px;
    height: 45px;
    top: 70px;
    left: -62px;
    float: left;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.ticket-misc-details-stub p {
    line-height: 1;
    font-size: 10px;
    text-align: left;
    color: #000;
    width: 100%;
    text-overflow: ellipsis;
    margin: 3px 0 !important;
    text-align: center;
}

.sell-validate {
    margin: 15px 0px 45px 0px;
}

.sell-validate2 {
    margin-top: 55px;
    margin-bottom: 45px;
}

.sell-validate .sell {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 19px;
    color: #444;
}

.sell-validate .sell span {
    color: #2450D0;
}

.sell-validate .validate {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 35px;
    color: #444;
}

.sell-validate .validate span {
    color: #5DBE76;
}

.sell-validate p {
    font-size: 12px;
    color: #464646;
    line-height: 1.3;
    width: 80%;
    left: 10%;
    position: relative;
    float: left;
}

.skip-step {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
    color: #9B9B9B;
}

.skip-step:hover {
    color: #9B9B9B;
}

.nav-tabs--vt {
    border-top: 1px solid #D7D7D7;
    border-bottom: 0;
    margin-bottom: 7px;
}

.nav-tabs.nav-tabs--vt>li {
    float: left;
    margin: 0;
}

.nav-tabs.nav-tabs--vt>li>a {
    background: transparent;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #979797;
    float: left;
    margin: 0;
    border: 0;
    position: relative;
}

.nav-tabs.nav-tabs--vt>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    height: 3px;
    width: 100%;
    background: #5dbe77;
    opacity: 0;
}

.nav-tabs.nav-tabs--vt>li.active>a:before,
.nav-tabs.nav-tabs--vt>li.completed>a:before {
    opacity: 1;
}

.nav-tabs.nav-tabs--vt>li.active>a,
.nav-tabs.nav-tabs--vt>li.completed>a,
.nav-tabs.nav-tabs--vt>li.active>a:hover,
.nav-tabs.nav-tabs--vt>li.completed>a:hover,
.nav-tabs.nav-tabs--vt>li.active>a:focus,
.nav-tabs.nav-tabs--vt>li.completed>a:focus {
    color: #4FB564;
    background: transparent;
    border: 0;
}

.ryo-frame {
    float: left;
    width: 100%;
}

.ryo-frame-total__small {
    color: #6B6B6B;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
}

.ryo-frame-total {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 15px 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.ryo-frame-total__strong {
    float: left;
    width: 100%;
    font-size: 65px;
    font-weight: bold;
    color: #3A74E9;
    line-height: 1.2;
    margin-bottom: 2px;
}

.ryo-frame-total__col {
    border-left: 1px solid #CECECE;
    position: relative;
}

.ryo-frame-total__col:first-child {
    border-left: 0;
}

.ryo-frame-total .section-heads {
    margin: 0 0 0 0;
}

.ryo-frame-table {
    float: left;
    width: 100%;
}

.ryo-top-table {
    float: left;
    width: 100%;
    position: relative;
}

.ryo-top-table td {
    vertical-align: middle;
}

.ryo-top-table__txt-has-line {
    position: relative;
    margin-bottom: 0;
}

.ryo-top-table__txt-has-line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #D0D0D0;
}

.ryo-top-table__bg-white-txt {
    float: left;
    background: #fff;
    padding: 2px 10px 0px 0;
    position: relative;
    line-height: 1.2;
    font-size: 12px;
}

.ryo-top-table__bold {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    float: left;
    padding-left: 10px;
}

.ryo-top-btn-wrap {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1;
}

.ryo-edit-order {
    font-size: 12px;
    color: #fff !important;
    background: #498BEE !important;
    border-radius: 20px;
    padding: 5px 15px;
    line-height: 1;
    float: left;
}

.ryo-table {
    background: #fff;
}

.ryo-table tr:first-child td {
    border-top: 0;
}

.ryo-status-label {
    font-size: 12px;
}

.ryo-status--pending {
    color: #FC5613;
}

.success-header-lg {
    font-size: 40px;
    font-weight: bold;
    color: #4B5B6F;
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.success-subheader {
    font-size: 22px;
    font-weight: bold;
    color: #4A90E2;
    float: left;
    width: 100%;
}

.start-validations-btn {
    margin-top: 20px;
    margin-bottom: 35px;
}

.gpt-outer-wrap {}

.ticket-overflow.ticket-overflow--gpt {
    float: left;
    margin-left: auto;
    margin-right: auto;
}

.dpdf-bg-white {
    background: #fff;
    float: left;
    width: 100%;
    position: relative;
    padding: 30px 15px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.dpdf-bg-white h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 19px;
    color: #444;
}

.gpt-outer-wrap__section {
    padding-top: 15px;
}

.dpdf-btn-wrap {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}


/*------------------------------------*\
    # SLICK
\*------------------------------------*/

.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide {
    outline: none;
    border: none;
}

@media (min-width:992px) {
    .csscolumns .flex-boxes-row {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        float: left;
        width: 100%;
    }
    .csscolumns .flex-boxes-row .flex-boxes {
        display: inline-block;
        float: none;
        width: 100%;
    }
}


/*------------------------------------*\
    # Announcement page
\*------------------------------------*/

.announcement-frame {
    float: left;
    width: 100%;
    position: relative;
}

.announcement-data-wrap {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 0;
}

.announcement-frame__header {
    float: left;
    width: 100%;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #4b5b6f;
    margin: 0 0 30px 0;
}

.announcement-data__inner {
    float: left;
    width: 100%;
    background: #fff;
    padding: 50px 50px;
}

.announcement-data__inner-head {
    float: left;
    width: 100%;
    position: relative;
    font-size: 32px;
    font-weight: bold;
    color: #4b5b6f;
    margin: 0 0 25px 0;
}

.announcement-data__inner p {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #333333;
    line-height: 1.45;
    margin: 0 0 20px 0;
}

.announcement-data__btn-wrap {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.announcement-data__left-img {
    margin-bottom: 30px;
}

@media (max-width:767px) {
    .announcement-data__inner {
        padding: 15px;
    }
    .announcement-data__inner-head {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .announcement-data__btn-wrap {
        margin-top: 15px;
    }
    .blue-wrapper:before,
    .blue-wrapper-dk:before,
    .blue-wrapper-indented:before {
        display: none;
    }
}


/*booking profile pages*/

.hero-frame-booking {
    float: left;
    width: 100%;
    position: relative;
    padding: 80px 0;
    background: #f7f8fa;
}

.hero-frame-booking p {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #464646;
    margin: 0 0 25px 0;
}

.hero-frame-booking__header {
    float: left;
    width: 100%;
    position: relative;
    font-size: 40px;
    font-weight: bold;
    color: #4B5B6F;
    margin: 0 0 18px 0;
}

.hero-frame-booking .hero-frame-booking__sub-header {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #4C4C4C;
    line-height: 1.6;
    margin-bottom: 35px;
}

.hero-frame-booking .btn-lg {
    font-size: 14px;
    font-weight: 600;
    padding: 13px 30px;
    margin-bottom: :8px;
}

.hero-frame-booking__lead {
    float: left;
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: #818181;
    margin: 0 0 5px 0;
}

.booking-data-wrap {
    float: left;
    width: 100%;
    position: relative;
    padding: 55px 0;
    background: #fff;
}

.booking-section-header {
    float: left;
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    color: #4B5B6F;
    margin: 0 0 20px 0;
}

.keep-going-box-wrap {
    margin-bottom: -30px;
    margin-top: 25px;
}

.keep-going {
    float: left;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.125);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    padding: 25px 20px;
    margin-bottom: 30px;
}

.keep-going__img-wrap {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 20px;
    min-height: 120px;
}

.keep-going__data {
    float: left;
    width: 100%;
    position: relative;
}

.keep-going__data p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #464646;
}

.keep-going__data p a {
    color: inherit !important;
}

.keep-going__data p:last-child {
    margin-bottom: 0;
}

.keep-going__head {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #4B5B6F;
}

.keep-going__head b {
    color: #6CC789;
}
.keep-going__head>a {
    text-decoration: none !important;
}
.keep-going__social {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.keep-going__social>li {
    display: inline-block;
    vertical-align: top;
    margin: 4px;
}

.keep-going__social>li a {
    float: left;
    text-decoration: none !important;
}

.keep-going__social>li a:hover {
    opacity: .8;
}

.keep-going__data .text-link {
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    font-weight: normal;
    color: #498BEE !important;
    position: relative;
    text-decoration: none !important;
}

.flex-row-justify-center {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.featured-tab-frame {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 35px;
}

.featured-tab-frame__tab-data {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 80px;
    background: transparent url(../images/booking-profile/tab-data-bg.png) no-repeat center;
}

.featured-tab-frame__nav {
    position: relative;
    float: left;
    width: 100%;
    border: 0 !important;
    text-align: center;
}

.featured-tab-frame__nav.nav-tabs>li {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 10px 20px;
}

.featured-tab-frame__nav.nav-tabs>li>a {
    font-size: 18px;
    font-weight: bold;
    color: #B1B1B1;
    background: transparent !important;
    border: 0 !important;
    text-decoration: none !important;
    position: relative;
    padding: 6px 0 !important;
}

.featured-tab-frame__nav.nav-tabs>li>a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #498BEE;
    opacity: 0;
}

.featured-tab-frame__nav.nav-tabs.nav-tabs>li.active>a:before {
    opacity: 1;
}

.featured-tab-frame__nav.nav-tabs.nav-tabs>li.active>a,
.featured-tab-frame__nav.nav-tabs.nav-tabs>li.active>a:hover,
.featured-tab-frame__nav.nav-tabs.nav-tabs>li.active>a:focus {
    color: #498BEE;
}

.need-more-bottom-frame {
    float: left;
    width: 100%;
    background: #2B6BE4 url(../images/booking-profile/press.png) no-repeat center;
    background-size: cover;
    padding: 25px 50px;
    border-radius: 6px;
    position: relative;
}

.need-more-bottom-frame:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(43, 107, 228, 0.55);
}

.need-more-bottom-frame__head {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 10px 0;
}

.need-more-bottom-frame p {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.4;
    margin-bottom: 0;
}

@media (min-width:768px) {
    .need-more-bottom-frame p {
        width: 80%;
    }
}

.need-more-bottom-frame .btn-white-rounded {
    min-width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.need-more-bottom-frame__col--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.featured-tab-frame__mobile-head {
    float: left;
    width: 100%;
    font-size: 19px;
    font-weight: bold;
    color: #4B5B6F;
    margin: 20px 0;
}

.featured-tab-frame__mobile-desc-list {
    float: left;
    width: 100%;
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.featured-tab-frame__mobile-desc-list > li {
    float: left;
    width: 100%;
    list-style: none;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    position: relative;
    padding-left: 10px;
    color: #4C4C4C;
}

.featured-tab-frame__mobile-desc-list > li:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #4C4C4C;
    top: 7px;
    left: 0;
}

.error-wrap {
    padding: 150px 0;
    background-color: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50vh;
}

.error-wrap__head {
    font-size: 25px;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.error-wrap__text {
    font-size: 18px;
    float: left;
    width: 100%;
    line-height: 1.5;
}


/*Permenent Delete Model Box*/

.confirmation-modal .modal-header {
    padding-bottom: 0;
    border-bottom: 0;
}

.confirmation-modal .modal-body {
    padding-top: 0;
}

.modal-section {
    padding: 20px 0;
    border-bottom: 1px solid #dedede;
    float: left;
    width: 100%;
}

.modal-section:last-child {
    border-bottom: 0;
}

.modal-section h4 {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #4b5b6f;
    float: left;
    width: 100%;
}

.modal-section-footer {
    float: left;
    width: 100%;
}

.modal-section-footer .btn {
    margin-right: 3px;
    margin-bottom: 3px;
}


/*Drop down with default greyed out*/

.default-dropdown {
    color: #000;
    font-weight: bold;
}

.default-dropdown option:disabled {
    color: #b5b2b2;
    font-weight: lighter;
}


/*Unsubscribe Page Start*/

.temp-unsubscribe-body {
    margin: 20px 0px 0px 0px;
}

.mt10 {
    margin-top: 10vh;
}

.unsubscribe-body {
    margin: 20px 0px 0px 0px;
    min-height: 240px;
}

.unsubscribe-ul {
    text-align: left;
    margin: 0px 25px;
    padding: 0;
    width: 100%;
    float: left;
}

.small-text {
    font-size: 10px;
    line-height: 12px;
    margin-top: 10px;
}


/*Unsubscribe Page End*/


/* modal-existing-myAfton-users-form */

.users-form-modal .modal-content {
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.125);
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.125);
    border: 0;
}

.users-form-modal {
    display: block !important;
    background: rgba(230, 230, 230, 0.8) !important;
}

.users-form-modal hr {
    margin-bottom: 0;
}

.users-form-modal__top-frame {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 180px;
    min-height: 164px;
}

.users-form-modal .modal-body {
    padding-top: 30px;
}

.users-form-modal .modal-header {
    padding-bottom: 0;
    border-bottom: 0;
}

.users-form-modal__top-frame:before {
    content: '';
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    width: 182px;
    height: 164px;
    background: transparent url(../images/global/users-modal/users-modal-bg.png) no-repeat right center;
}

.users-form-modal__head {
    float: left;
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    color: #303030;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.highlight-text-blue {
    color: #5587F2;
}

.users-form-modal__head b {
    color: #498BEE;
}

.users-form-modal__lead {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 1.5;
    color: #A1A1A1;
}

.users-form-modal__act-name-wrap {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}

.users-form-modal__act-name-wrap label {
    font-size: 26px;
    color: #525252;
    font-weight: 300;
}

.users-form-modal__act-name-wrap .form-control {
    font-size: 18px;
    color: #525252;
    height: 48px;
}

.users-form-modal__sm-head {
    font-size: 16px;
    float: left;
    width: 100%;
    color: #4B5B6F;
    margin: 0 0 15px 0;
    font-weight: bold;
}

.users-form-modal__sub-section {
    float: left;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 20px;
}

.users-form-modal__sub-section--pb {
    padding: 25px 0;
}

.users-form-modal__terms {
    font-size: 12px;
    font-weight: 600;
    color: #757575;
    margin-top: 30px;
}

hr.hr-dark {
    border-top: 1px solid #4c4c4c;
}

@media (min-width: 992px) {
    .users-form-modal .modal-dialog {
        width: 850px;
    }
    .users-form-modal .modal-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .users-form-modal__top-frame {
        padding-right: 300px;
        padding-top: 0;
    }
    .users-form-modal__top-frame:before {
        content: '';
        position: absolute;
        left: auto;
        right: 50px;
        top: 0;
        width: 182px;
        height: 164px;
        background: transparent url(../images/global/users-modal/users-modal-bg.png) no-repeat right center;
    }
    .users-form-modal .modal-body {
        padding-top: 50px;
    }
}

.users-form-modal__delete {
    font-size: 12px;
    color: #E602A0 !important;
    font-weight: 600;
}

.users-form-modal__add {
    font-size: 12px;
    color: #498BEE !important;
    font-weight: 600;
}


/*custom radio groups*/

.users-form-modal__custom-radio {
    float: left;
    width: 100%;
    min-height: 40px;
    border: 1px solid #767676;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 !important;
}

.users-form-modal__value {
    position: relative;
    z-index: 2;
}

.users-form-modal__custom-radio input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.users-form-modal__custom-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 40px;
    font-weight: 600;
    font-size: 13px;
}

.users-form-modal__radio-row {
    margin-left: -2px;
    margin-right: -2px;
}

.users-form-modal__radio-row .col-xs-3 {
    padding-left: 2px;
    padding-right: 2px;
}

.users-form-modal__custom-radio input:checked ~ .checkmark {
    background-color: #49c168;
    color: #fff;
}


/*------------------------------------*\
    # UTILITY CLASSES -- mobile first
\*------------------------------------*/

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.text-blue {
    color: #3a74e9 !important;
}


/*text-modifiers*/

.text-left {
    text-align: left!important;
}

.text-right {
    text-align: right!important;
}

.text-center {
    text-align: center!important;
}

@media (min-width:768px) {
    .text-sm-left {
        text-align: left!important;
    }
    .text-sm-right {
        text-align: right!important;
    }
    .text-sm-center {
        text-align: center!important;
    }
}

@media (min-width:992px) {
    .text-md-left {
        text-align: left!important;
    }
    .text-md-right {
        text-align: right!important;
    }
    .text-md-center {
        text-align: center!important;
    }
}

@media (min-width:1200px) {
    .text-lg-left {
        text-align: left!important;
    }
    .text-lg-right {
        text-align: right!important;
    }
    .text-lg-center {
        text-align: center!important;
    }
}


/*margin-modifiers*/

.margin-eraser {
    margin: 0 !important;
}

.margin-top-eraser {
    margin-top: 0 !important;
}

.margin-right-eraser {
    margin-right: 0 !important;
}

.margin-bottom-eraser {
    margin-bottom: 0 !important;
}

.margin-left-eraser {
    margin-left: 0 !important;
}

@media (min-width:768px) {
    .margin-sm-eraser {
        margin: 0 !important;
    }
    .margin-top-sm-eraser {
        margin-top: 0 !important;
    }
    .margin-right-sm-eraser {
        margin-right: 0 !important;
    }
    .margin-bottom-sm-eraser {
        margin-bottom: 0 !important;
    }
    .margin-left-sm-eraser {
        margin-left: 0 !important;
    }
}

@media (min-width:992px) {
    .margin-md-eraser {
        margin: 0 !important;
    }
    .margin-top-md-eraser {
        margin-top: 0 !important;
    }
    .margin-right-md-eraser {
        margin-right: 0 !important;
    }
    .margin-bottom-md-eraser {
        margin-bottom: 0 !important;
    }
    .margin-left-md-eraser {
        margin-left: 0 !important;
    }
}

@media (min-width:1200px) {
    .margin-lg-eraser {
        margin: 0 !important;
    }
    .margin-top-lg-eraser {
        margin-top: 0 !important;
    }
    .margin-right-lg-eraser {
        margin-right: 0 !important;
    }
    .margin-bottom-lg-eraser {
        margin-bottom: 0 !important;
    }
    .margin-left-lg-eraser {
        margin-left: 0 !important;
    }
}

@media (max-width:1199px) {
    .margin-upto-md-eraser {
        margin: 0 !important;
    }
    .margin-top-upto-md-eraser {
        margin-top: 0 !important;
    }
    .margin-right-upto-md-eraser {
        margin-right: 0 !important;
    }
    .margin-bottom-upto-md-eraser {
        margin-bottom: 0 !important;
    }
    .margin-left-upto-md-eraser {
        margin-left: 0 !important;
    }
}

@media (max-width:991px) {
    .margin-upto-sm-eraser {
        margin: 0 !important;
    }
    .margin-top-upto-sm-eraser {
        margin-top: 0 !important;
    }
    .margin-right-upto-sm-eraser {
        margin-right: 0 !important;
    }
    .margin-bottom-upto-sm-eraser {
        margin-bottom: 0 !important;
    }
    .margin-left-upto-sm-eraser {
        margin-left: 0 !important;
    }
}

@media (max-width:767px) {
    .margin-upto-xs-eraser {
        margin: 0 !important;
    }
    .margin-top-upto-xs-eraser {
        margin-top: 0 !important;
    }
    .margin-right-upto-xs-eraser {
        margin-right: 0 !important;
    }
    .margin-bottom-upto-xs-eraser {
        margin-bottom: 0 !important;
    }
    .margin-left-upto-xs-eraser {
        margin-left: 0 !important;
    }
}


/*padding-modifiers*/

.padding-eraser {
    padding: 0 !important;
}

.padding-top-eraser {
    padding-top: 0 !important;
}

.padding-right-eraser {
    padding-right: 0 !important;
}

.padding-bottom-eraser {
    padding-bottom: 0 !important;
}

.padding-left-eraser {
    padding-left: 0 !important;
}

@media (min-width:768px) {
    .padding-sm-eraser {
        padding: 0 !important;
    }
    .padding-top-sm-eraser {
        padding-top: 0 !important;
    }
    .padding-right-sm-eraser {
        padding-right: 0 !important;
    }
    .padding-bottom-sm-eraser {
        padding-bottom: 0 !important;
    }
    .padding-left-sm-eraser {
        padding-left: 0 !important;
    }
}

@media (min-width:992px) {
    .padding-md-eraser {
        padding: 0 !important;
    }
    .padding-top-md-eraser {
        padding-top: 0 !important;
    }
    .padding-right-md-eraser {
        padding-right: 0 !important;
    }
    .padding-bottom-md-eraser {
        padding-bottom: 0 !important;
    }
    .padding-left-md-eraser {
        padding-left: 0 !important;
    }
}

@media (min-width:1200px) {
    .padding-lg-eraser {
        padding: 0 !important;
    }
    .padding-top-lg-eraser {
        padding-top: 0 !important;
    }
    .padding-right-lg-eraser {
        padding-right: 0 !important;
    }
    .padding-bottom-lg-eraser {
        padding-bottom: 0 !important;
    }
    .padding-left-lg-eraser {
        padding-left: 0 !important;
    }
}

@media (max-width:1199px) {
    .padding-upto-md-eraser {
        padding: 0 !important;
    }
    .padding-top-upto-md-eraser {
        padding-top: 0 !important;
    }
    .padding-right-upto-md-eraser {
        padding-right: 0 !important;
    }
    .padding-bottom-upto-md-eraser {
        padding-bottom: 0 !important;
    }
    .padding-left-upto-md-eraser {
        padding-left: 0 !important;
    }
}

@media (max-width:991px) {
    .padding-upto-sm-eraser {
        padding: 0 !important;
    }
    .padding-top-upto-sm-eraser {
        padding-top: 0 !important;
    }
    .padding-right-upto-sm-eraser {
        padding-right: 0 !important;
    }
    .padding-bottom-upto-sm-eraser {
        padding-bottom: 0 !important;
    }
    .padding-left-upto-sm-eraser {
        padding-left: 0 !important;
    }
}

@media (max-width:767px) {
    .padding-upto-xs-eraser {
        padding: 0 !important;
    }
    .padding-top-upto-xs-eraser {
        padding-top: 0 !important;
    }
    .padding-right-upto-xs-eraser {
        padding-right: 0 !important;
    }
    .padding-bottom-upto-xs-eraser {
        padding-bottom: 0 !important;
    }
    .padding-left-upto-xs-eraser {
        padding-left: 0 !important;
    }
}


/*border-modifiers*/

.border-eraser {
    border: 0 !important;
}

.border-top-eraser {
    border-top: 0 !important;
}

.border-right-eraser {
    border-right: 0 !important;
}

.border-bottom-eraser {
    border-bottom: 0 !important;
}

.border-left-eraser {
    border-left: 0 !important;
}

@media (min-width:768px) {
    .border-sm-eraser {
        border: 0 !important;
    }
    .border-top-sm-eraser {
        border-top: 0 !important;
    }
    .border-right-sm-eraser {
        border-right: 0 !important;
    }
    .border-bottom-sm-eraser {
        border-bottom: 0 !important;
    }
    .border-left-sm-eraser {
        border-left: 0 !important;
    }
}

@media (min-width:992px) {
    .border-md-eraser {
        border: 0 !important;
    }
    .border-top-md-eraser {
        border-top: 0 !important;
    }
    .border-right-md-eraser {
        border-right: 0 !important;
    }
    .border-bottom-md-eraser {
        border-bottom: 0 !important;
    }
    .border-left-md-eraser {
        border-left: 0 !important;
    }
}

@media (min-width:1200px) {
    .border-lg-eraser {
        border: 0 !important;
    }
    .border-top-lg-eraser {
        border-top: 0 !important;
    }
    .border-right-lg-eraser {
        border-right: 0 !important;
    }
    .border-bottom-lg-eraser {
        border-bottom: 0 !important;
    }
    .border-left-lg-eraser {
        border-left: 0 !important;
    }
}


/*floats modifiers*/

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width:768px) {
    .float-sm-left {
        float: left!important
    }
    .float-sm-right {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
}

@media (min-width:992px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media (min-width:1200px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}


/*display modifiers*/

.display-none {
    display: none!important;
}

.display-inline {
    display: inline!important;
}

.display-inline-block {
    display: inline-block!important;
}

.display-block {
    display: block!important;
}

.display-table {
    display: table!important;
}

.display-table-cell {
    display: table-cell!important;
}

@media (min-width:768px) {
    .display-sm-none {
        display: none!important;
    }
    .display-sm-inline {
        display: inline!important;
    }
    .display-sm-inline-block {
        display: inline-block!important;
    }
    .display-sm-block {
        display: block!important;
    }
    .display-sm-table {
        display: table!important;
    }
    .display-sm-table-cell {
        display: table-cell!important;
    }
}

@media (min-width:992px) {
    .display-md-none {
        display: none!important;
    }
    .display-md-inline {
        display: inline!important;
    }
    .display-md-inline-block {
        display: inline-block!important;
    }
    .display-md-block {
        display: block!important;
    }
    .display-md-table {
        display: table!important;
    }
    .display-md-table-cell {
        display: table-cell!important;
    }
}

@media (min-width:1200px) {
    .display-lg-none {
        display: none!important;
    }
    .display-lg-inline {
        display: inline!important;
    }
    .display-lg-inline-block {
        display: inline-block!important;
    }
    .display-lg-block {
        display: block!important;
    }
    .display-lg-table {
        display: table!important;
    }
    .display-lg-table-cell {
        display: table-cell!important;
    }
}


/*------------------------------------*\
    #MEDIA QUERIES
\*------------------------------------*/

@media (max-width: 1259px) {
    .submenu-wrap__list-item {
        margin-right: 0;
    }
}

@media(max-width:1199px) {
    .contracts-page-indicator {
        left: -4px;
    }
    .online-tickets-wrap {
        width: 95%;
    }
    .submenu-wrap__list-item a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .cropit-image-zoom-input.custom {
        height: 10px;
    }
    .cropit-image-zoom-input.custom::-webkit-slider-thumb {
        width: 20px;
        height: 20px;
        border-radius: 10px;
    }
}

@media (max-width: 991px) {
    .share-tickets-tabs .nav-tabs > li {
        margin-right: 0;
    }
    .nav-tabs.nav-tabs--vt>li>a {
        font-size: 12px;
    }
    /**/
    .navbar-default.public-main-header .navbar-brand {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-default.public-main-header .navbar-collapse .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    .navbar-default.public-main-header .navbar-collapse .navbar-nav>li {
        border-top: 1px solid #e7e7e7;
    }
    .navbar-default.public-main-header .navbar-collapse .navbar-nav>li:first-child {
        border-top: 0;
    }
    .navbar-default.public-main-header .navbar-collapse .navbar-nav>li>a {
        font-size: 16px;
        color: #464646;
        padding: 17px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar-default.public-main-header .navbar-collapse .navbar-nav>li>a .caret {
        margin-left: auto;
    }
    .public-main-header .public-main-nav .dropdown-menu.dd-box:before {
        display: none;
    }
    .public-main-header .public-main-nav .dropdown-menu.dd-box {
        margin: 0 !important;
        border-color: #E9E9E9 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0 !important;
    }
    .public-main-header .fixed-navbar-right {
        position: absolute;
        right: 15px;
        top: 0;
        margin: 0;
    }
    .public-main-header .fixed-navbar-right>li {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
    .public-main-header .fixed-navbar-right>li>a {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 17px !important;
        padding-bottom: 17px !important;
        color: #2A2A2A !important;
    }
}

@media (max-width: 767px) {
    .users-form-modal__head {
        font-size: 25px;
    }
    .users-form-modal__act-name-wrap label {
        font-size: 20px;
    }
    .users-form-modal__sub-section {
        padding-top: 25px;
        padding-bottom: 10px;
    }
    .users-form-modal__sub-section--pb {
        padding: 20px 0;
    }
    .public-main-header .navbar-btn {
        margin-left: 15px;
    }
    .aside-frame-outer {
        margin-top: 0;
    }
    .section-heads,
    .aside-frame__head {
        font-size: 17px;
    }
    .home-banner-frame__header {
        font-size: 29px;
    }
    .home-banner-frame__content {
        height: auto;
        padding-top: 15px;
        padding-bottom: 12px;
    }
    .home-banner-frame__cell {
        padding: 0;
    }
    .discount-frame__code-link {
        letter-spacing: 0;
    }
    .discount-frame__code-link {
        font-size: 14px;
    }
    .home-banner-frame__header .arrow {
        margin-left: 0;
    }
    .share-tickets-tab-content,
    .share-tickets-tabs .nav-tabs {
        padding-left: 15px;
        padding-right: 15px;
    }
    .share-tickets-tabs .nav-tabs > li > a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px !important;
    }
    .share-tickets-tab-content__form-wrap .form-control {
        padding-left: 5px;
    }
    .share-tickets-tab-content__form-wrap .btn-solid-green {
        min-width: 60px;
    }
    .terms-and-conditions-link {
        margin-top: 40px;
    }
    .featured-img-list > li {
        width: 95px;
    }
    .left-data-wrap {
        padding-top: 25px;
        padding-bottom: 0;
    }
    .dashboard-timeline {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .main-section-heading {
        font-size: 17px;
    }
    .discount-frame {
        border: 0;
        box-shadow: 0 2px 4px rgba(179, 179, 179, 0.5);
        border-bottom: 1px solid #e4e4e4;
        margin-top: -25px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 25px;
    }
    .perks-main-frame__child {
        width: 80px;
    }
    .perks-main-frame-info {
        display: block;
    }
    .perks-main-frame-info__data {
        float: left;
        width: 100%;
        display: block;
        margin-top: 5px;
    }
    .new-referrals-frame {
        margin-top: 0;
    }
    .sm-box-wrap__child {
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .crop-image-controls__range {
        width: 100%;
    }
    .crop-image-controls__actions {
        width: 100%;
        margin-top: 5px;
    }
    .crop-image-controls__rotate {
        margin: 5px 15px 0;
    }
    .crop-image-controls__label {
        margin-top: 7px;
    }
    .crop-image-controls__range-wrap {
        margin-top: 8px;
    }
    .profile-crop-edit .crop-image-controls__label {
        display: none;
    }
    .added-card-wrap__right-wrap {
        text-align: left;
        margin-top: 10px;
    }
    .added-card-wrap.new-card .add-new-card__list {
        width: 100%;
        margin-top: 10px;
        padding-left: 50px;
    }
    .added-card-wrap.new-card .add-new-card__list > li {
        margin: 0 5px 5px 0;
    }
    .payment-details-form .expiration input[type="text"] {
        width: 48.14%;
    }
    .payment-details-form .cvc {
        margin-top: 20px;
    }
    .payment-details-form .cvc input[type="password"] {
        width: 49%;
    }
    .nav-tabs--validate-page.nav-tabs > li > a {
        font-size: 14px;
        padding-right: 7px;
        padding-left: 7px;
    }
    .nav-tabs--validate-page.nav-tabs > li {
        margin-right: 0;
    }
    .validated-table tr td:last-child {
        text-align: left;
    }
    .table-referrals tr td:last-child {
        text-align: left;
    }
    .sell-validate {
        margin: 20px 0px 30px 0px;
    }
    .sell-validate p {
        margin: 0 0 15px 0;
    }
    .nav-tabs.nav-tabs--vt>li>a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .ryo-top-table {
        margin-top: 25px;
    }
    .hero-frame-booking__header {
        font-size: 30px;
    }
    .hero-frame-booking__header--sm {
        font-size: 22px;
    }
    .hero-frame-booking__lead {
        font-size: 18px;
    }
    .featured-tab-frame__tab-data {
        background-image: none !important;
        padding-bottom: 50px;
    }
    .featured-tab-frame__tab-data .tab-content>.tab-pane {
        display: block !important;
    }
    .featured-tab-frame__nav {
        display: none !important;
    }
    .need-more-bottom-frame {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    .need-more-bottom-frame__col--right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cropit-image-zoom-input.custom {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .mobile-flyer-frame .btn {
        width: 100%;
    }
    .dashboard-timeline .btn {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .ticket-sold-count__count {
        font-size: 55px;
    }
    .added-card-wrap__security-code {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .added-card-wrap__remove {
        margin-left: 0;
        padding-left: 5px;
    }
    .select-agreement-option-wrap .email_subscription_check {
        font-size: 12px;
        line-height: 1.3;
    }
    .nav-tabs.nav-tabs--vt>li>a {
        font-size: 11px;
    }
}

@media (max-width: 360px) {
    .public-main-header .navbar-brand>img {
        width: 72px !important;
    }
    .public-main-header .fixed-navbar-right>li>a {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .public-main-header .fixed-navbar-right .btn-solid-blue {
        font-size: 12px;
        margin-left: 0 !important;
    }
}

@media (max-width: 320px) {
    .overlay-content {
        top: 0%;
    }
    .overlay-content .navbar-nav li a {
        font-size: 19px;
        padding: 12px 10px;
    }
    .nav__rewards_mob em {
        font-size: 11px;
    }
    .btn-solid-yellow-pill {
        font-size: 11px !important;
    }
    .overlay .closebtn {
        bottom: 0px;
    }
}


/*My Shows Nav Notifier*/

.sm-nav-badge {
    width: 15px;
    height: 15px;
    position: relative;
    top: -5px;
    background: #2288f4;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    font-style: normal;
    padding-top: 2px;
    padding-left: 0px;
}

.sm-nav-badge--bg-none {
    background: none !important;
}

.sm-nav-badge img {
    max-width: 100%;
}

#update_profile_pop .close {
    margin: 30px 30px 0 0;
}

#update_profile_pop .modal-body {
    padding: 30px 100px 60px 100px;
}

.complete-profile__img {
    margin: 0 0 10px;
}

.complete-profile__head {
    font-weight: bold;
    margin: 10px 0;
    color: #4b5b6f;
    font-weight: 700;
}

.complete-profile__disc {
    margin: 5px 0 30px 0;
}

#update_profile_pop .form-group {
    margin: 15px 0;
    position: relative;
}

#update_profile_pop .form-group input::placeholder {
    color: #333;
}

#update_profile_pop .btn {
    margin: 40px 0 15px;
}

@media(max-width:991px) {
    #update_profile_pop .modal-body {
        padding: 30px;
    }
    #update_profile_pop .form-group {
        margin: 12px 0;
    }
    #update_profile_pop .btn {
        margin: 15px 0;
    }
}

.complete-profile-modal .help-block {
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 5px;
    bottom: -20px
}

.complete-profile-modal .has-success .help-block {
    font-size: 12px;
    color: #48c168;
    display: block
}

.complete-profile-modal .has-success .form-control,
.complete-profile-modal .has-success .form-control:focus {
    border-color: #48c168;
    box-shadow: 0 0 0
}

.complete-profile-modal .has-error .help-block {
    font-size: 12px;
    color: #e602a0;
    display: block
}

.complete-profile-modal .has-error .form-control,
.complete-profile-modal .has-error .form-control:focus {
    border-color: #e602a0;
    box-shadow: 0 0 0
}


/*artist config login*/

.artist-conf-landing {
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.artist-conf-landing__main-head {
    float: left;
    width: 100%;
    font-weight: bold;
    line-height: 1.2;
    font-size: 32px;
    text-transform: uppercase;
    color: #498BEE;
    margin: 0 0 15px 0;
}

.artist-conf-landing__lead {
    float: left;
    width: 100%;
    line-height: 1.7;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #A1A1A1;
    margin: 0 0 38px 0;
}

.artist-conf-landing__lead b {
    font-weight: normal;
    color: #1D3B44;
}

.artist-conf-box {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    padding-top: 28px;
    position: relative;
}

.artist-conf-box p {
    float: left;
    width: 100%;
    line-height: 1.2;
    font-size: 14px;
    color: #A1A1A1;
    margin: 0;
}

.artist-conf-box__head {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.253636px;
    color: #1D3B44;
    margin: 0 0 15px 0;
}

.artist-conf-box__img-holder {
    float: left;
    width: 100%;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.artist-conf-box__footer {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 25px 18px 25px;
    z-index: 2;
}

.artist-conf-box__label {
    float: left;
    width: 100%;
    border-radius: 0px 0px 4px 4px;
    font-weight: 500;
    line-height: 1.5;
    font-size: 13px;
    color: #FFFFFF;
    padding: 4px 10px;
    position: relative;
    z-index: 2;
}

.artist-conf-box-wrap {
    margin-left: -11px;
    margin-right: -11px;
}

.artist-conf-box-wrap__col {
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 22px;
}

.artist-conf-box__label--interested {
    background: #5DBF77;
}

.artist-conf-box__label--not-interested {
    background: #E602A0;
}

.artist-conf-box--1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 148px;
    background: transparent url(../images/artist-config/group.png) repeat-x 0 0;
}

@media (max-width:767px) {
    .artist-conf-landing {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .artist-conf-box__img-holder {
        position: absolute;
        left: 0;
        top: 0;
        width: 130px;
        min-height: 0;
        height: calc(100% - 27px);
    }
    .artist-conf-box__img-holder img {
        max-height: 110px;
    }
    .artist-conf-box__label {
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center;
    }
    .artist-conf-box-wrap__col {
        margin-bottom: 11px;
    }
    .artist-conf-box {
        min-height: 150px;
        padding: 25px 15px 27px 150px;
        text-align: left;
    }
    .artist-conf-box__footer {
        padding-left: 0;
        padding-right: 0;
        margin-top: 15px;
    }
    .artist-conf-box__footer .btn-solid-blue {
        padding-right: 0;
        padding-left: 0;
    }
    .artist-conf-box--1:after {
        display: none;
    }
    .artist-conf-box--1 .artist-conf-box__img-holder:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 55px;
        background: transparent url(../images/artist-config/group.png) repeat-x 0 0;
        background-size: contain;
    }
    .artist-conf-box__head {
        margin-bottom: 10px;
    }
    .artist-conf-landing__main-head {
        font-size: 22px;
    }
    .artist-conf-landing__lead br {
        display: none;
    }
}

@media (max-width:374px) {
    .artist-conf-box__img-holder {
        width: 120px;
    }
    .artist-conf-box p br {
        display: none;
    }
    .artist-conf-box {
        padding-left: 130px;
    }
    .artist-conf-box__footer .btn-solid-blue {
        font-size: 11px;
    }
}

/* payment section revised - paypal & promo code */

.added-card-wrap__card-img--paypal {
    width: 100px;
}

.choose-a-payment-method-head {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #498BEE;
    float: left;
    width: 100%;
    text-transform: uppercase;
    margin: 23px 0;
}

.choose-a-payment-method-wrap {
    float: left;
    width: 100%;
    background: #fff;
    padding: 21px 20px;
}

.choose-a-payment-method-wrap .added-card-wrap {
    padding-left: 25px;
    padding-right: 25px;
}

.choose-a-payment-method-wrap .added-card-wrap .add-new-card-text {
    padding-left: 60px;
    padding-top: 8px;
    background-position: 0 0;
}

.choose-a-payment-method-wrap .added-card-wrap .added-card-wrap__security-code {
    display: none;
}

.choose-a-payment-method-wrap .added-card-wrap--selected .added-card-wrap__security-code {
    display: inline-block;
}

.choose-a-payment-method-wrap .add-card-details {
    margin-bottom: 7px;
}

.choose-a-payment-method-sub-block {
    float: left;
    width: 100%;
    margin-top: 12px;
    border-top: 2px solid #f2f2f2;
    padding: 8px 0;
}

.choose-a-payment-method-sub-block__head {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: #4B5B6F;
    margin-top: 10px;
    margin-bottom: 6px;
}

.have-promo-code-wrap {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e0e0e0;
    padding: 10px 15px;
    margin-top: 10px;
}

.have-promo-code-wrap .form-control {
    font-size: 14px;
    font-weight: normal;
}

.have-promo-code-wrap .form-control::-webkit-input-placeholder {
    color: #DCDCDC;
    letter-spacing: 0.388889px;
    font-weight: normal;
}

.have-promo-code-wrap .form-control::-moz-placeholder {
    color: #DCDCDC;
    letter-spacing: 0.388889px;
    font-weight: normal;
}

.have-promo-code-wrap .form-control:-ms-input-placeholder {
    color: #DCDCDC;
    letter-spacing: 0.388889px;
    font-weight: normal;
}

.have-promo-code-wrap .form-control:-moz-placeholder {
    color: #DCDCDC;
    letter-spacing: 0.388889px;
    font-weight: normal;
}

.have-promo-code-wrap__head {
    font-size: 18px;
    color: #4B5B6F;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0 20px 0 0;
}

.have-promo-code-wrap__form-group {
    display: inline-block;
    vertical-align: top;
    margin: 9px 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 22px;
    position: relative;
}

@media (min-width: 991px) {
    .have-promo-code-wrap__form-group .help-block{
        position: absolute;
        top: 100%;
        margin: 2px 0;
    }
}

.have-promo-code-wrap .btn-outline-blue{
    min-width: 192px;
    height: 40px;
    color: #498BEE;
    border: 1px solid #3878d8 !important;
    background-color: #fff !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: bold;
}

.have-promo-code-wrap .btn-outline-blue:hover {
    background: #3878d8 !important;
    color: #fff !important;
    opacity: .8;
}

.use-this-payment-option {
    float: left;
    width: 100%;
    margin-top: 11px;
}

.use-this-payment-option__discard-link {
    font-size: 12px;
    color: #E602A0 !important;
    text-decoration: none !important;
    position: relative;
    border-bottom: 1px solid #E602A0;
    display: inline-block;
    vertical-align: middle;
}

.use-this-payment-option .btn {
    margin-right: 28px;
    min-width: 192px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.choose-a-payment-method-wrap .add-new-card__list > li:first-child {
    margin-left: 0;
}

@media (max-width: 1199px) {
    .have-promo-code-wrap__head {
        margin-right: 0;
        margin-bottom: 0;
        width: 100%;
    }
    .choose-a-payment-method-wrap .added-card-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .choose-a-payment-method-wrap .add-new-card__list {
        padding-left: 38px !important;
    }
    .choose-a-payment-method-wrap .add-new-card__list > li {
        margin: 0 5px 5px 0 !important;
    }
}

@media (max-width: 991px) {
    .have-promo-code-wrap__form-group {
        width: 100%;
        margin-right: 0;
    }
    .have-promo-code-wrap .btn-outline-blue {
        width: 100%;
    }
    .choose-a-payment-method-wrap .added-card-wrap .add-new-card-text {
        padding-left: 38px;
    }
    .choose-a-payment-method-wrap .added-card-wrap__right-wrap {
        text-align: left;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .choose-a-payment-method-wrap {
        padding: 15px;
    }
}
/*verification modal*/

.verification-modal {}

.verification-modal .modal-content {
    background: #FFFFFF;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.125028);
    border-radius: 4px;
    border: 0;
}

.verification-modal .modal-dialog {}

.verification-modal .modal-body {
    padding: 48px 60px;
}

.verification-modal__top-frame {
    float: left;
    width: 100%;
}

.verification-modal__top-frame-data {
    position: relative;
    float: left;
    width: calc(100% - 135px);
}

.verification-modal__top-frame-img {
    position: relative;
    float: left;
    width: 135px;
}

.verification-modal__top-frame-img img {
    position: relative;
    left: 24px;
    top: 15px;
}

.verification-modal__top-frame {
    float: left;
    margin: 15px 0;
}
.verification-modal__head {
    float: left;
    width: 100%;
    font-weight: bold;
    line-height: 1.1;
    font-size: 27px;
    text-transform: uppercase;
    color: #000000;
    margin: 6px 0 12px 0;
}

.verification-modal__head b {
    color: #498BEE;
}

.verification-modal__copy {
    font-weight: normal;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: 0.25px;
    color: #464646;
}

.verification-modal__form {
    margin-top: 32px;
}

.verification-modal__form label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-weight: bold;
    line-height: 1.3;
    font-size: 14px;
    letter-spacing: 0.388889px;
    color: #303030;
    border-bottom: 3px solid #7742F2;
    padding: 2px;
    margin-bottom: 12px;
}

.verification-modal__form .form-group {
    margin-bottom: 27px;
}

.verification-modal__form .form-control {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.388889px;
}

.verification-modal__form .form-control::-webkit-input-placeholder {
    color: #C7C7C7;
    font-weight: 400;
}

.verification-modal__form .form-control::-moz-placeholder {
    color: #C7C7C7;
    font-weight: 400;
}

.verification-modal__form .form-control:-ms-input-placeholder {
    color: #C7C7C7;
    font-weight: 400;
}

.verification-modal__form .form-control:-moz-placeholder {
    color: #C7C7C7;
    font-weight: 400;
}

.verification-modal__form .form-group--btn .btn {
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.verification-modal .close {
    display: none;
}

.modal-backdrop {
    background-color: #F7F8F9;
}

.modal-backdrop.in {
    opacity: .9;
    filter: alpha(opacity=90);
}

.verification-modal .has-error .form-control,
.verification-modal .has-error .form-control:focus {
    border-color: #e602a0;
    box-shadow: 0 0 0;
}

.verification-modal .has-error .help-block {
    font-size: 12px;
    color: #e602a0;
    display: block;
}
.update_profile_pop__otp{
    display: none;
}
.update_profile_pop__otp .form-control{
    font-size: 35px;
    letter-spacing: 22px;
    text-align: center;
    color: #498BEE ;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    margin: 15px 0 0;
}
.update_profile_pop__otp .form-control:focus{
    border-bottom: 1px solid #498BEE;
}
@media (max-width: 767px) {
    .verification-modal__top-frame-data {
        width: 100%;
    }
    .verification-modal .modal-body {
        padding: 25px 25px 43px 25px;
        margin-top: 75px;
        margin-bottom: 75px;
    }
    .verification-modal__head {
        font-size: 24px;
        line-height: 1.22;
        margin-bottom: 10px;
        letter-spacing: -0.5px;
    }
    .verification-modal__top-frame-img {
        display: none;
    }
    .verification-modal__form .form-group {
        margin-bottom: 23px;
    }
    .verification-modal .close {
        display: block;
        position: absolute;
        right: 0;
        top: -62px;
        padding: 12px 10px;
    }
    .verification-modal__form {
        margin-top: 38px;
    }
    .verification-modal__form .form-group--btn {
        text-align: center;
    }
    .verification-modal__form .form-group--btn .btn {
        width: auto;
        min-width: 192px;
    }
}

@media (min-width: 768px) {
    .verification-modal .modal-dialog {
        width: 624px;
    }
    .modal.verification-modal {
        text-align: center;
    }
    .modal.verification-modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    .verification-modal .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}





/*progress bar line*/

.progress-bar__line {
    position: absolute;
    height: 20px;
    width: 1px;
    background: #414141;
    left: 0;
    top: 0;
}

.progress-bar__line.fixed-right .progress-bar__value {
    left: auto;
    right: -11px;
}

.progress-bar__value {
    position: absolute;
    width: 110px;
    height: 22px;
    border-radius: 100px;
    background-color: #414141;
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 10px;
    line-height: 1;
    text-align: center;
    top: 18px;
    left: -11px;
    z-index: 1;
}

.bonus-progress-wrap {
    padding: 10px 0 20px 0;
    border-bottom: solid 1px #dadada;
}


/* Tix Bonus Pay */

.tix-bonus-pay {
    float: left;
    width: 100%;
    border-radius: 5px;
    position: relative;
    background: rgba(0, 0, 0, 1);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(55, 55, 55, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(55, 55, 55, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(55, 55, 55, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(55, 55, 55, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(55, 55, 55, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(55, 55, 55, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#373737', GradientType=1);
    padding: 15px 10px;
    margin-top: 9px;
    margin-bottom: 7px;
    text-align: center;
}

.tix-bonus-pay h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-family: "Roboto Slab";
    text-transform: uppercase;
    margin: 10px 0 15px 0;
    letter-spacing: 0.61px;
}

.tix-bonus-pay h4 span {
    color: #fff;
}

.tix-bonus-pay h5 {
    margin: 0;
    padding: 0;
    color: #fff;
}

.tix-bonus-pay h6 {
    margin: 5px 0 10px 0;
    padding: 0;
    font-family: "Roboto Slab";
    font-size: 16px;
    font-weight: 600;
    color: #2b6be4;
}

@media(max-width:767px) {
    .border-radius-0 {
        border-radius: 0px;
    }
	.tix-bonus-pay{
		margin-top: 0;
	}
}


/*Pay Grid Design*/
.ap-box-wrap {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ap-box {
    position: relative;
    float: left;
    width: 108px;
    text-align: center;
    border: 1px solid #EBEBEB;
    border-top-width: 5px;
    border-top-color: #56d27a;
    border-radius: 4px;
    background: #fff;
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 8px;
}

.ap-box__head {
    float: left;
    width: 100%;
    padding: 12px 15px 0 15px;
}

.ap-box__f-count {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    float: left;
    width: 100%;
    color: #4A90E2;
    padding: 0 0 8px 0;
}

.ap-box__f-count:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 66px;
    height: 2px;
    margin-left: -33px;
    bottom: 0;
    background: #8db7f3;
}

.ap-box__body {
    float: left;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0;
}

.ap-box__body strong {
    float: left;
    width: 100%;
    font-size: 35px;
    font-weight: bold;
    font-family: "Roboto Slab";
    color: #4B5B6F;
    line-height: 1.1;
    margin-bottom: 5px;
}

.ap-box__body small {
    float: left;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    color: #4B5B6F;
}

.ap-box__footer {
    float: left;
    width: 100%;
    padding: 10px 15px;
}

.ap-box__footer span {
    float: left;
    width: 100%;
    font-size: 10px;
    color: #6B6B6B;
}

.ap-box--red {
    border-color: #ff5b51;
    background: #ebebeb;
}

.ap-box--red .ap-box__f-count {
    color: #ff5b51;
}

.ap-box--red .ap-box__f-count:after {
    background: #9b9b9b;
}

.ap-box--red .ap-box__body small {
    color: #ff5b51;
}

.ap-box--red .ap-box__body strong {
    color: #ff5b51;
}

.ap-box--red .ap-box__body {
    border-bottom-color: transparent;
}

.ap-box--red .ap-box__footer span {
    font-weight: bold;
}

.ap-help-text {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #9B9B9B;
}
.ap-box:after {
    content: 'or';
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #6b6b6b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: -15px;
    margin-right: -20px;
    z-index: 1;
    line-height: 1;
}
.ap-box:last-child:after {
    display: none;
}

/*refund policy styles*/

.select-agreement--ticket-refund{
    padding:15px;
    border: 0;
    margin: 30px 0;
}
.select-agreement--ticket-refund label{
  font-size: 13px !important;
}
.select-agreement--ticket-refund-info{
  font-size: 11px;
  margin: 5px 0 30px;
  color: #666;
}
.select-agreement--refund-policy {
    padding: 0;
    margin-bottom: 0px;
}

.select-agreement--refund-policy label {
    font-size: 13px !important;
}

.select-agreement--refund-info {
    font-size: 11px;
    margin: 5px 0 30px;
    color: #666;
}

.btn-primary--small {
    padding: 4px 12px !important;
}

.btn-solid-green--small {
    padding: 4px 12px !important;
}

.edit-option td {
    vertical-align: middle !important;
}

.edit-option input[type="text"] {
    padding: 3px 0 2px 5px;
    margin: 0 0 0 10%;
}

.edit-option__active input[type="text"] {
    border: 1px solid #2b6be4;
}

.edit-option__active select {
    border: 1px solid #2b6be4;
}

.edit-option__normal {
    display: table-row;
}

.edit-option__normal--btn {
    position: relative;
    width: 23px;
    height: 22px;
    float: right;
    cursor: pointer;
}

.edit-option__normal--btn:hover {
    opacity: .7;
}

.edit-option__active {
    display: none;
}

.edit-option__edit-btn {
    width: 22px;
    height: 22px;
    display: inline-block;
}

.table-edit-option tr td {
    height: 45px;
}
.bootbox.modal {
    /*background: rgba(247, 248, 249, .9);*/
}

.flyer-warning-message {
    color: orange;
    font-size: 22px;
    font-weight: normal;
}

.modal-content .modal-footer .flyer-btn-yes {
    float: left;
    margin: 10px 0;
}

.modal-content .modal-footer .flyer-btn-no {
    float: left;
    margin: 10px 0 10px 10px;
}
.email-booking-rep-btn {
    float: left;
    width: 100%;
    box-shadow: 0 0 4px rgba(154, 154, 154, 0.5);
    border-radius: 0;
    background-color: #5729ad;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    padding: 10px 5px 8px;
    text-align: center;
    line-height: 1.3;
    margin-top: 10px;
}

.email-booking-rep-btn span {
    color: #ffffff;
    font-weight: 400;
    margin-right: 8px;
    display: inline-block;
}

.email-booking-rep-btn img {
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
}

.email-another-dept-btn {
    float: left;
    width: 100%;
    box-shadow: 0 0 4px rgba(154, 154, 154, 0.5);
    border-radius: 0;
    background-color: #498bee;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    padding: 10px 5px 8px;
    text-align: center;
    line-height: 1.3;
    margin: 5px 0;
}

.email-another-dept-btn span {
    color: #ffffff;
    font-weight: 400;
    margin-right: 8px;
    display: inline-block;
}

.email-another-dept-btn img {
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 767px) {
    .edit-option__active input[type="text"] {
        width: 160px;
        margin: 0;
    }
    .email-booking-rep-btn {
        padding: 14px 5px 12px;
        margin: 0;
        font-size: 14px;
    }
    .modal-content .modal-footer .flyer-btn-yes {
        width: 100%;
        margin: 5px 0;
    }

    .modal-content .modal-footer .flyer-btn-no {
        width: 100%;
        margin: 5px 0;
    }
}


/*footer styles*/


.main-footer {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 65px 0;
    border-top: 3px solid #4a8bef;
    position: relative;
    z-index: 916;
}

.main-footer__col {
    float: left;
    padding-right: 15px;
    padding-bottom: 20px;
}

.main-footer__col--1 {
    width: 15%;
}

.main-footer__col--2 {
    width: 15%;
}

.main-footer__col--3 {
    width: 25%;
}

.main-footer__col--4 {
    width: 25%;
}

.main-footer__col--5 {
    width: 30%;
}
.main-footer__social-float{

}
.social-float__box{
    width: 70px;
    padding: 10px 0;
    background: #fff;
    position: fixed;
    right: 0;
    bottom: 100px;
    text-align: center;
    box-shadow: 3px 3px 12px 0px rgba(0,0,0,.2);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.social-float__box a{
    margin: 15px 0;
    position: relative;
    display: block;
}
.social-float__box a img{
    display:inline-block
}
.main-footer__sm-head {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #575757;
    margin: 7px 0 25px 0;
}

.main-footer__list {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-footer__list>li {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 3px 0;
}

.main-footer__list>li a {
    float: left;
    font-size: 12px;
    color: #575757;
    text-decoration: none !important;
}

.main-footer__list>li a:hover,
.main-footer__latest-news>li a:hover {
    color: #498bee;
}

.main-footer__latest-news {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.main-footer__latest-news>li:first-child {
    padding-top: 0;
}

.main-footer__latest-news>li {
    float: left;
    width: 100%;
    list-style: none;
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #c2c2c2;
}

.main-footer__latest-news>li a {
    float: left;
    font-size: 12px;
    color: #575757;
    text-decoration: none !important;
}

.main-footer__latest-news>li:last-child {
    border-bottom: 0;
}

.main-footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-footer .text-link {
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    font-weight: normal;
    color: #498BEE !important;
    position: relative;
    text-decoration: none !important;
}

@media (max-width: 991px) {
    .main-footer{
        padding: 30px 0 65px;
    }
    .main-footer__sm-head{
        margin: 30px 0 15px 0;
    }

    .main-footer__col--1 {
        width: 50%;
        padding: 0 15px;
    }

    .main-footer__col--2 {
        width: 50%;
        padding: 0 15px;
    }

    .main-footer__col--3 {
        width: 50%;
        padding: 0 15px;
    }

    .main-footer__col--4 {
        width: 50%;
        padding: 0 15px;
    }

    .main-footer__col--5 {
        width: 100%;
        padding: 0 15px;
    }
    .main-footer__social-float {
        width: 100%;
        float: left;
    }
    .social-float__box{
        width: 100%;
        float: left;
        position: relative;
        box-shadow: 0 0 0;
        border-top: 1px solid #ccc;
        padding-top: 15px;
        bottom: 0;
    }
    .social-float__box a{
        display: inline-block;
        margin: 0 10px;
    }
}
@media (max-width: 767px) {

    .main-footer__col--1 {
        width: 50%;
        padding: 0 15px;
    }

    .main-footer__col--2 {
        width: 50%;
        padding: 0 15px;
    }

    .main-footer__col--3 {
        width: 50%;
        padding: 0 15px;
    }

    .main-footer__col--4 {
        width: 50%;
        padding: 0 15px;
    }

    .main-footer__col--5 {
        width: 100%;
        padding: 0 15px;
    }
    .email-another-dept-btn{
		margin: 5px 0;
	}

}
@media (max-width: 374px) {
    .social-float__box a{
        margin: 0 6px;
    }
}
/*Promo Blast Product Purchases*/

.form-group-header{
    width: 100%;
    float: left;
    padding: 0 0 0 80px;
    margin:15px 0 45px;
}
.form-group-header__tw{
    background: url(../images/store/promo/blast-tw.png) no-repeat left center;
}
.form-group-header__ig{
    background: url(../images/store/promo/blast-ig.png) no-repeat left center;
}
.form-group-header__fb{
    background: url(../images/store/promo/blast-fb.png) no-repeat left center;
}
.form-group-header__yt{
    background: url(../images/store/promo/blast-yt.png) no-repeat left center;
}
.form-group-header__mail{
    background: url(../images/store/promo/blast-mail.png) no-repeat left center;
}
.form-group-header__blog{
    background: url(../images/store/promo/blast-blog.png) no-repeat left center;
}
.form-group-header__head{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    color: #4A90E2;
    line-height: 1.4;
    text-transform: uppercase;
}
.form-group-header__disc{
    width: 100%;
    float: left;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
    color: #464646;
}
.form-textarea {
    position: relative;
    width: 100%;
    height: 88px;
    float: left;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    resize: none;
    padding: 10px;
    border: solid 1px #dcdcdc;
}
.form-group-upload-img{
    width: 100%;
    float: left;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    color: #464646;
}

/*checkbox style*/

.checkbox-wrap {
    position: relative;
    width: 100%;
    padding:5px 0 15px 0;
    margin-bottom: 10px;
    float: left;
}

.checkbox-wrap .checkbox {
    margin: 0px;
    float: left;
}

.checkbox-wrap .checkbox input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    opacity: .001;
}

.checkbox-wrap .email_subscription_check {
    width: 100%;
    float: left;
    padding: 6px 0 6px 50px;
    font-size: 15px;
    color: #4A4A4A;
    line-height: 1.2;
    background: url("../images/profile/email_subscribe.png") no-repeat 10px center;
    transition: background .3s;
    position: relative;
}

.checkbox-wrap input[type=checkbox]:checked + .email_subscription_check {
    background: url("../images/profile/email_subscribed.png") no-repeat 10px center;
}
.wider-frame-common{
    width: 100%;
    float: left;
    position: relative;
}
.wider-frame-common-bg{
    background: url(../images/artist-config/reviewing.png) no-repeat right 140px;
}
.wider-head-gradient-wrap {
    float: left;
    width: 100%;
    height: 86px;
    position: relative;
    background: #9719ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#9719ff), to(#487de0));
    background: linear-gradient(to bottom, #9719ff 0%, #487de0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#9719ff', endColorstr='#487de0', GradientType=0);
}
.wider-wrap-content{
    width: 100%;
    float: left;
    margin: -55px 0 0;
    color: #fff;
    background: #fff;
    padding: 30px 20px;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,.2);
}
.wider-wrap-content_head{
    width: 100%;
    float: left;
    margin: 0;
    color: #303030;
    font-family: 'Hind', sans-serif;
    font-weight: bold;
    font-size: 24px;
}
.wider-wrap-content_sub-head{
    width: 100%;
    float: left;
    margin: 5px 0 0;
    color: #464646;
    font-family: 'Hind', sans-serif;
    font-weight: normal;
    font-size: 14px;
}
/*responsive styles*/
@media (max-width:1199px) {
    .wider-frame-common-bg{
        background: transparent;
    }
}

/*recreate flyer & tickets warning page*/
.recreate-flyer-img{
    width: 220px;
    display: inline-block;
    margin: 0 0 15px;
    box-shadow: 0px 2px 16px rgba(0,0,0,.3);
}
.recreate-flyer-img img{
    max-width: 100%;
    float: left;
}
.recreate-bills p{
    width: 84%;
    font-size: 16px;
}
.recreate-bills .announcement-data__inner-head{
    text-transform: uppercase;
    padding: 0 0 0 80px;
    background: url("../images/global/recreate-alert.png") no-repeat left center;
}
.recreate-btn{
    min-width: 220px;
}
.recreate-flyer-loader{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index:777;
    background:rgba(255,255,255,.9);
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
}
.recreate-flyer-loader-span{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .announcement-data__inner{
        padding: 30px;
    }
}


/*brand survey modal styles*/
.band-survey-data__sub-head {
    color: #666;
    font-weight: 300;
}

.band-survey-data {
    padding: 15px;
}

.band-survey-btns {
    width: 100%;
    float: left;
    margin: 45px 0;
}

.band-survey-btns a {
    margin: 0 5px;
}

.band-survey-data__option {
    margin: 30px 0;
    display: block;
}

.band-survey-data__option label input[type="radio"] {
    cursor: pointer;
}

.rating-row__head {
    font-size: 16px;
}

.radio-inline--survey {
    width: 40px;
    height: 40px;
    font-size: 14px;
    background: #fff;
    border-radius: 40px;
    margin: 0 1px !important;
    padding: 0;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}

.band-survey-data__option-group {
    height: 40px;
    display: inline;
    position: relative;
}

.radio-inline--survey input[type="radio"] {
    opacity: .01;
}

.option-group--red .radio-inline--survey {
    color: #ff2d1e;
    border: 1px solid #ff2d1e;
}

.option-group--red .radio-inline--survey.survey-checked {
    color: #fff;
    border: 1px solid #ff2d1e;
    background: #ff2d1e;
}

.option-group--orange .radio-inline--survey {
    color: #ff9d29;
    border: 1px solid #ff9d29;
}

.option-group--orange .radio-inline--survey.survey-checked {
    color: #fff;
    border: 1px solid #ff9d29;
    background: #ff9d29;
}

.option-group--yellow .radio-inline--survey {
    color: #f8d412;
    border: 1px solid #f8d412;
}

.option-group--yellow .radio-inline--survey.survey-checked {
    color: #fff;
    border: 1px solid #f8d412;
    background: #f8d412;
}

.option-group--limegreen .radio-inline--survey {
    color: #7ebc35;
    border: 1px solid #7ebc35;
}

.option-group--limegreen .radio-inline--survey.survey-checked {
    color: #fff;
    border: 1px solid #7ebc35;
    background: #7ebc35;
}

.option-group--green .radio-inline--survey {
    color: #35bc97;
    border: 1px solid #35bc97;
}

.option-group--green .radio-inline--survey.survey-checked {
    color: #fff;
    border: 1px solid #35bc97;
    background: #35bc97;
}

.band-survey-data__option-group:before {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -28px;
    font-size: 14px;
    opacity: 0;
    transition: .3s all;
}

.band-survey-data__option-group:hover:before {
    opacity: 1;
}

.option-group--red:before {
    content: "Horrible";
    color: #ff2d1e;
}

.option-group--orange:before {
    content: "Bad";
    color: #ff9d29;
}

.option-group--yellow:before {
    content: "Very OK";
    color: #f8d412;
}

.option-group--limegreen:before {
    content: "Good";
    color: #7ebc35;
}

.option-group--green:before {
    content: "Awesome!";
    color: #35bc97;
    margin-left: -50%;
    left: 12px;
    width: auto;
}

.band-survey-btns .btn-success {
    min-width: 200px;
}

@media (max-width: 767px) {
    .band-survey-data h3 br {
        display: none;
    }

    .band-survey-data__option-group:before {
        opacity: 1;
        bottom: -22px;
    }

    .band-survey-data__option-group {
        display: inline-block;
        margin: 20px 0;
    }

    .radio-inline--survey {
        margin: 0 5px !important;
    }

    .option-group--green:before {
        left: 18px;
    }
}

@media (max-width: 374px) {
    .radio-inline--survey {
        margin: 0 8px !important;
    }

    .option-group--green:before {
        left: 24px;
    }
}



/*contact us help pages*/

.floating-btn-contact {
    width: 56px;
    height: 56px;
    padding: 12px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    background: #498bee;
    border-radius: 50%;
    overflow: hidden;
    outline: none !important;
    border: 0 !important;
    bottom: 2rem;
    position: fixed;
    right: 2rem;
    z-index: 1051;
}

.contact-us-modal .modal-content {
    background: #FFFFFF;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.125028);
    border-radius: 4px;
    border: 0;
}

.contact-us-modal__iframe {
    width: 100%;
    border: 0;
    outline: none;
    min-width: 1px;
    min-height: 590px;
}

.contact-us-modal .modal-body {
    padding: 48px 60px;
}

.contact-us-modal__head {
    float: left;
    width: 100%;
    font-weight: bold;
    line-height: 1.1;
    font-size: 27px;
    text-transform: uppercase;
    color: #000000;
    margin: 6px 0 12px 0;
}

.contact-us-modal__copy {
    font-weight: normal;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: 0.25px;
    color: #464646;
}

.modal-backdrop {
    background-color: #F7F8F9;
}

.modal-backdrop.in {
    opacity: .9;
    filter:alpha(opacity=90);
}

@media (max-width: 991px) {
    .floating-btn-contact{
        bottom: 60px;
        right: 10px;
    }
}
@media (max-width: 767px) {
    .contact-us-modal__top-frame-data {
        width: 100%;
    }
    .contact-us-modal .modal-body {
        padding: 25px 25px 43px 25px;
        margin-top: 75px;
        margin-bottom: 75px;
    }
    .contact-us-modal__head {
        font-size: 24px;
        line-height: 1.22;
        margin-bottom: 10px;
        letter-spacing: -0.5px;
    }
    .contact-us-modal__top-frame-img {
        display: none;
    }
    .contact-us-modal .close {
        display: block;
        position: absolute;
        right: 0;
        top: -62px;
        padding: 12px 10px;
    }
}

@media (min-width: 768px) {
    .contact-us-modal .modal-dialog {
        width: 624px;
    }
    .modal.contact-us-modal {
        text-align: center;
    }
    .modal.contact-us-modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    .contact-us-modal .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}

span.price_fmt{
    position: absolute;
    left: 5px;
    top: 35px;
}