*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-size: 14px;
    line-height: normal;
    color: #3C3C3C;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.02rem;
    background: #fdfdfd;
    font-family: "PF DIN Text Pro", Helvetica, Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3C3C3C;
    line-height: normal;
   font-family: "PF DIN Text Pro", Helvetica, Arial, sans-serif !important;
}

h1,
h2,
h4,
h6 {
    font-weight: 700;
}

h3,
h5,
p {
    font-weight: 100;
}

h1 {
    font-size: 36px;
    line-height: 33px;
}

h2 {
    font-size: 30px;
    line-height: 28px;
}

h3 {
    font-size: 24px;
    line-height: 24px;
}

h4,
h5 {
    font-size: 18px;
    line-height: 20px;
}

h6,
p {
    font-size: 14px;
    line-height: 18px;
}

h1 span,
h2 span,
h3 span {
    color: #00a2e1;
    font-weight: 900;
    text-decoration: none;
}

a {
    color: #00a2e1;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 15px;
    line-height: 20px;
}

img {
    max-width: 100%;
}

.btn-primary {
    background: #00a2e1;
    border: #00b8ff 1px solid;
    border-radius: 0px;
    font-size: 15px !important;
}

.btn-primary:hover {
    background: #00a2e1;
    color: #fff !important;
    border: #fff 1px solid;
}

.countdown-sec .btn-primary:hover,
.event-box .btn-primary:hover,
.bar-sec .btn-primary:hover {
    background: transparent !important;
    color: #fff !important;
    border: #fff 1px solid;
}

.event-box.white-bg-form .btn-primary:hover,
.event-box.white-bg .btn-primary:hover {
    background: #0491c7 !important;
    color: #fff !important;
    border: #fff 1px solid;
}

.container {
    max-width: 1170px;
}

.top-sub-head .cred-count {
    color: #00a2e1;
    font-weight: 600;
    padding-right: 6px;
}

.top-sub-head .navbar ul li a:span.glyphicon.glyphicon-chevron-down {
    color: #fff !important;
}


/*.top-sub-head .navbar ul.dropdown-menu {min-width: 300px;}
*/

.top-sub-head .navbar ul.dropdown-menu li a {
    color: #3C3C3C !important;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.top-sub-head .navbar-nav>li:hover ul.dropdown-menu {
    transform: skewX(30deg) !important;
}

.top-sub-head .navbar-nav>li:hover ul.dropdown-menu li {
    transform: skewX(-30deg) !important;
}

.top-sub-head .badge {
    display: inline-block;
    min-width: 10px;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #00a2e1;
    border-radius: 100%;
    margin-top: -23px;
    margin-left: -2px;
}

.top-sub-head span.fa.fa-bell-o {
    font-size: 15px;
    font-weight: 600;
}

.top-sub-head {
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 3;
    border-bottom: 1px solid #d4d4d4;
}

.top-sub-head span.glyphicon.glyphicon-globe {
    color: #00a2e1
}

.top-sub-head span.glyphicon.glyphicon-shopping-cart {
    margin-top: 10px;
    color: #fff;
    font-size: 20px;
}

.top-sub-head .navbar ul li a {
    padding-left: 15px;
    padding-right: 15px;
}

.top-sub-head .navbar {
    margin-bottom: 0px;
    min-height: auto;
}

.top-sub-head .navbar span.glyphicon.glyphicon-chevron-down {
    font-size: 11px;
    margin-left: 5px;
    vertical-align: top;
    margin-top: 3px;
    color: #909090;
}

.top-sub-head .navbar-nav>li:hover {
    color: #fff;
    transform: skewX(-30deg);
    background: #00a2e1;
    border-radius: 0px;
}

#top-alerts:hover {
    color: #fff;
    transform: skewX(-30deg);
    background: #00a2e1;
    border-radius: 0px;
    margin-top: -3px !important;
    height: 45px;
    position: relative;
    top: -1px;
}

#top-alerts:hover a i {
    top: 4px;
    position: relative;
}

@media screen and (min-width: 1440px) and (max-width: 1462px) {
    .top-sub-head .navbar ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*@media screen and (min-width: 768px) and (max-width: 769px){
  .top-sub-head .navbar ul li a {padding-left: 4px !important; padding-right: 4px !important;font-size: 12px !important;}
}*/

.top-sub-head .navbar-nav>li:hover a {
    color: #fff;
    transform: skewX(30deg);
    background: transparent;
}

.top-sub-head .navbar-nav>li>a:hover span {
    color: #fff;
}

.top-sub-head .navbar li a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-sub-head .navbar-nav>li>a {
    color: #3C3C3C;
    font-size: 13px;
}

.top-sub-head ul.nav.navbar-nav {
    width: auto;
    height: 40px;
    float: left;
    background: #f8f8f8;
}


/*.banner-sec { padding:50px  0px 30px 0px; min-height: 650px; color: #fff; background-size: cover;
    background-position: center;}*/

.banner-sec a.navbar-brand {
    font-size: 32px;
    color: #fff;
    padding-top: 0px !important;
}

.banner-sec ul.nav.navbar-nav a {
    color: #fff;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    transform: skewx(30deg);
}

.banner-sec .nav>li>a:focus,
.nav>li>a:hover {
    background: transparent;
}

.banner-sec .nav li {
    transform: skewX(-30deg);
}

.banner-sec .nav li.active {
    background: #00a2e1;
}

.banner-sec .nav li.active a {
    background: transparent;
}

.banner-sec .nav li:hover {
    background: #00a2e1;
    transform: skewX(-30deg);
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.countdown-sec .media .media-left {
    min-width: 150px;
}

.my-package-sec {
    /*margin-top: -217px;added by somu */
    padding: 20px 0px 10px 0px;
}

.navbar-toggle {
    border: 1px solid #fff !important;
}

.my-package-sec ul li {
    float: left;
    padding: 5px;
    min-height: 70px;
    width: 110px;
    line-height: 70px;
    text-align: center;
}

.my-package-sec ul li img {
    max-width: 80px;
}

.bdr-right {
    border-right: 2px solid #d4d4d4;
}

.my-package-sec ul {
    margin: 20px 0px;
    overflow: hidden;
}

.countdown-sec {
    padding: 40px 0px;
    background: black;
    max-width: 950px;
    margin: 0px auto 2px auto;
}

@media screen and ( max-width: 990px) {
    .form-group.total-inc-pro span {
        font-size: 16px;
    }
    h4.merchandise-page-line-mobile {
        margin-bottom: 10px;
    }
    .addtocartbtn-spacing {
        margin-bottom: 10px;
    }
    .nav>li>a:focus,
    .nav>li>a:hover {
        text-decoration: none;
        background-color: #00a1e2 !important;
    }
}

@media screen and ( min-width: 990px) {
    .bar-sec {
        min-height: 572px;
        padding: 40px 0px 300px 0px;
    }
    .ticket-caption h3 {
        background: #f1f1f1;
        padding: 20px 20px 20px 200px;
        font-size: 20px;
    }
}

@media screen and ( max-width: 989px) {
    .navbar.nav-bar-top ul.dropdown-menu {
        min-width: 175px !important;
    }
    .drop-locations {
        margin-left: 33px !important;
    }
    div#exampleModal .modal-dialog {
        min-width: auto !important;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 18px;
    }
    .bar-sec {
        background: url(../images/home/sec3_bg.png) #0e083e no-repeat;
        color: #fff;
        padding: 40px 0px 60px 0px;
    }
    .insites-sec h3 span {
        border-bottom: 0px !important;
    }
    .insites-sec .box {
        margin-bottom: 40px;
    }
    .insites-sec h3 {
        margin-bottom: 20px !important;
    }
    .insites-sec {
        padding: 40px 0px 10px 0px !important;
    }
    .insites-sec img {
        margin-bottom: 10px !important;
    }
    .banner-sec .navbar-brand img {
        max-width: 150px !important;
        margin-top: 10px;
    }
}

.countdown-sec .media-left img {
    width: 120px;
    margin-right: 30px;
}

.countdown-sec .media-body h4 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}


/*BAR INFO SEC*/

.bar-sec {
    background: url(../images/home/socialmedia-gameplan.jpg) no-repeat 0px 0px;
    color: #fff;
    background-size: cover;
    /*background-position: top;*/
    padding-bottom: 150px;
    max-width: 1170px;
    margin: 0px auto 30px auto;
}

.bar-sec h1 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.bar-sec P {
    margin-bottom: 20px;
}


/*.view-events-sec { margin-top: -100px;}*/

.view-events-sec .event-pic-bottom {
    background: #000;
    padding: 10px 0px 15px 0px;
}

.white-bg-form,
.white-bg {
    background: #fff;
}

.event-box {
    border: 1px solid #00a2e1;
}

.event-box.white-bg,
.event-box.white-bg-form {
    min-height: 300px;
}

.event-box.white-bg h3,
.event-box.white-bg-form h3 {
    background: #00a2e1;
    background: #00a2e1;
    padding: 18px 30px;
    font-weight: 800;
    color: #FFF;
    margin-bottom: 15px;
    min-height: 66px;
}

.view-events-sec .veiew-events-body {
    text-align: center;
    padding: 15px 0px;
    background: #f8f8f8;
    min-height: 369px;
}

.event-box.white-bg p,
.event-box.white-bg img,
.event-box.white-bg-form p,
.event-box.white-bg-form img {
    margin-bottom: 20px;
}

.event-box.white-bg button,
.event-box.white-bg-form button {
    padding: 10px 82px;
}

.event-box.white-bg button:hover,
.event-box.white-bg-form button:hover {
    border: 1px solid #00a2e1;
    color: #00a2e1;
}

.game-ready-sec {
    padding: 50px 0px 30px 0px;
    text-align: center;
}

.game-ready-sec .credits {
    background: #00a2e1;
    padding: 15px;
    color: #fff;
}

.game-ready-sec img {
    margin-bottom: 30px;
    margin-top: 20px;
}

.game-ready-sec h4 {
    margin-bottom: 30px;
}

.game-ready-sec .credits span {
    font-weight: 600;
}

.game-ready {
    position: relative;
}

.text-middle-vertical {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.game-ready-sec h2 {
    margin-bottom: 30px;
}

.insites-sec {
    color: #fff;
    background: url(../images/home/blue-bg.png) #008fc7 repeat-y;
    padding: 30px 0px 60px 0px;
    background-size: cover;
    max-width: 1170px;
    margin: 0px auto;
}

.insites-sec h3 {
    margin-bottom: 35px;
    color: #fff;
    font-size: 26px;
}

.insites-sec h3 span {
    color: #fff;
    font-weight: normal;
}

#exTab1 .nav-pills>li>a h3 span {
    border-bottom: 6px solid #fff;
    border-right: 6px solid transparent;
    padding-bottom: 6px;
}

.insites-sec h3 label {
    font-weight: 600;
    cursor: pointer;
}

.insites-sec img {
    margin-bottom: 20px;
}

.insites-sec p {
    margin-bottom: 10px;
}

.insites-sec a {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.footer-sec {
    padding: 30px 0px 90px 0px;
    background: #1a1a1a;
    color: #fff;
    width: 100%;
    height: 50px !important;
    font-size: 16px;
}

.top-sub-head .nav>li:hover a span.glyphicon-chevron-down {
    color: #fff !important;
}

.top-sub-head label {
    margin-bottom: 0px;
}

.view-more {
    padding-bottom: 20px;
    text-decoration: underline;
}

@media screen and (max-width: 1023px) {
    .view-events-sec {
        margin-top: 30px;
    }
    .top-sub-head .navbar ul li a {
        padding-left: 4px !important;
        padding-right: 4px !important;
        font-size: 12px !important;
    }
    .banner-sec ul.nav.navbar-nav a {
        font-size: 13px;
    }
    .shedule-sec {
        display: none;
    }
    .login-grow-sec ul li {
        width: 100% !important;
    }
    .container.shedule-tab.mymvp-tab #parallelogram {
        min-width: 200px;
    }
    .shedule-zip ul li {
        width: 25%;
        min-height: 42px !important;
    }
    .view-events-sec .veiew-events-body {
        min-height: 300px !important;
    }
}

@media screen and (max-width: 1200px) {
    .shedule-tab ul.nav.nav-tabs li.active:before {
        height: 57px !important;
    }
    .get-all-our-pack p,
    .get-all-our-pack ul li,
    .get-all-our-pack ul {
        color: #3c3c3c !important;
        max-width: 100% !important;
        margin-left: 0px !important;
    }
}

@media screen and (min-width: 1440px) {
    /*ul.top-nav-middle-list { padding-left: 160px;}*/
    ul.nav.navbar-nav.shedule-link-top {
        margin-left: -8px;
    }
    .top-sub-head nav.navbar.nav-bar-top {
        background: linear-gradient(90deg, rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 1) 70%, rgba(0, 0, 0, 1) 71%, rgba(0, 0, 0, 1) 100%);
    }
}

@media screen and (min-width: 1024px) {
    .ticket-details {
        padding: 20px 20px 20px 50px;
    }
    .top-sub-head nav.navbar.nav-bar-top {
        background: linear-gradient(90deg, rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 1) 70%, rgba(0, 0, 0, 1) 71%, rgba(0, 0, 0, 1) 100%);
    }
    .shedule-zip ul li {
        width: 16.7% !important;
    }
    .nav.nav-tabs li a {
        font-size: 20px;
    }
    ul.nav.nav-tabs li.last a:hover:before {
        height: 42px !important;
    }
    .veiew-events-body img {
        max-height: 148px;
    }
    /*.active-ticket-details.ticket-details .row {display: table-cell; vertical-align: middle; height: 377px;}*/
    li#parallelogram.first a {
        padding-left: 25px;
    }
    #barhours .modal-dialog {
        min-width: 700px !important;
    }
}

@media screen and (min-width: 768px) {
    .breaking-news strong {
        line-height: 35px;
    }
    .p-l-s {
        padding-left: 10px;
    }
    .mobile-package {
        display: none;
    }
    ul.nav.navbar-nav.top-nav-middle-list li:hover>ul.dropdown-menu {
        display: block;
    }
    .login-page .login-caption h1 {
        font-size: 50px;
    }
    .mobile-menu {
        display: none;
    }
    .lgoin-shadow {
        box-shadow: 0px 18px 33px rgba(0, 0, 0, 1);
        height: 4px;
    }
    /*.bar-sec {min-height: 740px;}*/
    .insites-sec-mobile {
        display: none;
    }
    .mobile-home {
        display: none;
    }
    /*packages desktop bg*/
    .big-ten-network {
        background: url('/assets/images/package/BTNBigTen-E.png');
    }
    .big-ten-network-i {
        background: url('/assets/images/package/BTN-Big-Ten-E-i.png');
    }
    .sec-network {
        background: url('/assets/images/package/SEC-E.png');
    }
    .sec-network-i {
        background: url('/assets/images/package/SEC-E-i.png');
    }
    .longhorn-network {
        background: url('/assets/images/package/Longhorn-E.png');
    }
    .longhorn-network-i {
        background: url('/assets/images/package/Longhorn-E-i.png');
    }
    .nfl-sunday-ticket {
        background: url('/assets/images/package/NFLSundayTicket-E.png');
    }
    .nfl-sunday-ticket-i {
        background: url('/assets/images/package/NFL-Sunday-Ticket-E-i.png');
    }
    .mlb-extra-innings {
        background: url('/assets/images/package/MLBExtraInnings-E.png');
    }
    .mlb-extra-innings-i {
        background: url('/assets/images/package/MLB-Extra-Innings-E-i.png');
    }
    .nba-league-pass {
        background: url('/assets/images/package/NBALeaguePass-E.png');
    }
    .nba-league-pass-i {
        background: url('/assets/images/package/NBA-League-Pass-E-i.png');
    }
    .mls-direct-kick {
        background: url('/assets/images/package/MLSDirectKick-E.png');
    }
    .mls-direct-kick-i {
        background: url('/assets/images/package/MLS-Direct-Kick-E-i.png');
    }
    .fox-soccer-plus {
        background: url('/assets/images/package/FOXSoccerPlus-E.png');
    }
    .fox-soccer-plus-i {
        background: url('/assets/images/package/FOX-Soccer-Plus-E-i.png');
    }
    .nhl-center-ice {
        background: url('/assets/images/package/NHLCenterIce-E.png');
    }
    .nhl-center-ice-i {
        background: url('/assets/images/package/NHL-Center-Ice-E-i.png');
    }
    .espn-college-extra {
        background: url('/assets/images/package/CollegeExtra-E.png');
    }
    .espn-college-extra-i {
        background: url('/assets/images/package/College-Extra-E-i.png');
    }
    .live-pay-ufc {
        background: url('/assets/images/package/UFC-E.png');
    }
    .live-pay-ufc-i {
        background: url('/assets/images/package/UFC-E-i.png');
    }
    .show-time {
        background: url('/assets/images/package/ShowtimeBoxing-E.png');
    }
    .show-time-i {
        background: url('/assets/images/package/Showtime-Boxing-E-i.png');
    }
    .accn-espn {
        background: url('/assets/images/package/accn-espn.png');
    }
    .accn-espn-i {
        background: url('/assets/images/package/accn-espn-i.png');
    }
    .pgat {
        background: url('/assets/images/package/pgat-E.png');
    }
    .pgat-i {
        background: url('/assets/images/package/pgat-E-i.png');
    }
    .scb {
        background: url('/assets/images/package/scb-E.png');
    }
    .scb-i {
        background: url('/assets/images/package/scb-E-i.png');
    }
    form .row .col-xs-2 a img {
        margin-bottom: 26px;
    }
}

@media screen and (max-width: 830px) {
    .top-sub-head .navbar ul li a {
        font-size: 11px !important;
    }
}

@media screen and (max-width:480px) {
    section.filter.align-middle .text-right button.btn.btn-default {
        font-size: 12px !important;
        padding: 8px 8px;
    }
    .shedule-search-medium-mt-15.go button {
        margin-bottom: 10px;
    }
    .pak-cal-head-top .modal-header,
    .pak-cal-head-top .modal-header1 {
        margin-left: -5px !important;
    }
    .modal-dialog.modal-lg.ckt-profit-calc .bardescription-head h4 {
        font-size: 12px !important;
    }
    .modal-dialog.modal-lg.ckt-profit-calc {
        max-width: 335px !important;
        margin: auto;
    }
    .checkout-cart-info h3 {
        padding: 15px 0px 35px 0px !important;
    }
    .checkout-cart-info.shopping-information.mb-30 h3 label {
        width: 100%;
        margin-top: 8px;
    }
    .checkout-cart-info.mb-30 .cart-item-bdr h3 label {
        width: 100%;
        margin-top: 8px;
    }
    .row.order-info-mob-bottom-space a {
        display: block;
        width: 100%;
    }
    .product-qu-mob-right {
        text-align: right;
    }
    .modal-body.print {
        padding-left: 0px;
        padding-right: 0px;
    }
    div#ckt-profit-calc {
        padding-right: 0px !important;
    }
    div#ckt-profit-calc .col-xs-5.text-right strong {
        margin-right: -15px !important;
    }
    div#ckt-profit-calc .col-xs-7 select {
        margin-left: 20px;
    }
    div#ckt-profit-calc span.pull-right {
        margin-left: -10px;
    }
    .ckt-profit-calc .modal-body {
        padding: 15px 5px !important;
    }
    .navbar-brand>img {
        display: block;
        max-width: 175px;
    }
    .login-sec {
        min-width: 300px !important;
    }
    .login-head {
        padding: 30px 20px !important;
    }
    .ticket-details .col-xs-6 {
        width: 100%;
    }
    .ticket-details .col-xs-6 button.btn.btn-primary.btn-block {
        margin-bottom: 15px;
    }
    .shedule-zip ul li {
        width: 48% !important;
    }
    .modal-dialog.modal-lg.ckt-profit-calc .form-control {
        padding: 4px;
    }
    .clock.flip-clock-wrapper ul.flip {
        width: 37px !important;
    }
    .flip-clock-wrapper ul li a div {
        font-size: 40px !important;
    }
    .clock-title div {
        font-size: 16px !important;
    }
    .clock-title {
        max-width: 280px !important;
    }
    .shedule-acc .panel-heading a {
        font-size: 14px !important;
    }
    .panel-heading .colpsible-panel:after {
        font-size: 14px !important;
    }
    .shape-bg {
        min-height: 47px !important;
    }
    .new-shipping-info h3,
    .shipping-info h3 {
        font-size: 18px;
    }
    .bar-details.photos ul li {
        width: 95% !important;
    }
    .insites-sec-mobile .col-xs-6 {
        width: 100%;
    }
    .insites-sec-mobile .col-xs-6 img {
        width: 100%;
    }
    #businessinsights .col-xs-6 img {
        width: 100%;
    }
}

@media screen and (max-width:374px) {
    .insights .col-xs-6 {
        width: 100%;
    }
    .cls-full-width {
        width: 100%;
    }
}

@media screen and (min-width:536px) {
    .new-shipping-info div.mb-15px,
    .shipping-info div.mb-15px {
        float: right;
        margin-top: -67px;
    }
    div#ckt-profit-calc span.pull-right {
        margin-left: -5px;
    }
}

@media screen and (max-width:480px) and (min-width: 320px) {
    .row.pk-parent .card,
    .pk-other .card {
        min-height: 190px;
    }
}

@media screen and (max-width:535px) {
    html body {
        padding-top: 70px !important;
    }
    ul.list-unstyled.list-inline.pull-right li {
        width: 100%;
        float: none;
        margin-top: 10px;
    }
    .view-all-merch-btn {
        margin-top: -83px;
        margin-left: 12px;
    }
    .process nav li {
        width: 87% !important;
    }
    ul.list-unstyled.list-inline.pull-right.mr-30 {
        margin-right: 20px;
    }
    #allProducts .mb-30 {
        margin-bottom: 5px !important;
    }
    .drp-multiple ul.multiselect-container.dropdown-menu {
        width: auto;
    }
    .click-plus:before {
        font-size: 23px !important;
        line-height: 23px !important;
        position: absolute;
        top: -8px !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 24px !important;
        height: 24px !important;
        content: '+' !important;
        text-align: center !important;
    }
    .breaking-news span {
        margin-right: 10px;
    }
    .cart-item-bdr {
        padding: 10px 20px;
    }
    .cart-item-bdr .col-xs-4.text-right h6 {
        text-align: center;
    }
    .view-active-packages .card img {
        min-height: 205px;
    }
    .mymvp-banner h1 {
        font-size: 22px;
        margin-left: 20px;
        margin-top: 65px !important;
    }
    .mymvp-banner img {
        max-width: 85px !important;
    }
    /*.view-events-sec.mobile-home .container {padding-left: 0px !important; padding-right: 0px !important;}*/
    /* .package-img img {max-height: 115px;}*/
    .row.marchindise-product .card {
        min-height: 300px !important;
    }
    /*.shipping-info h3 span.pull-right, .new-shipping-info  h3 span.pull-right { display: block; clear: both; overflow: hidden; margin-top: 10px; float: left !important;}
  .shipping-info h3,  .new-shipping-info h3 { padding: 14px 0px 55px 0px !important;  margin-bottom: 20px !important;}*/
    .my-package-sec.homepage-mypack-logo .glyphicon-menu-left {
        margin-left: -40px;
    }
    .my-package-sec.homepage-mypack-logo .glyphicon-chevron-right {
        margin-right: -40px;
    }
    .row.mobile-product-slider span.glyphicon.glyphicon-menu-left {
        font-size: 20px !important;
    }
    .row.mobile-product-slider span.glyphicon.glyphicon-chevron-right {
        font-size: 20px !important;
    }
    .order-summery {
        text-align: right;
    }
    .row.pk-parent .card,
    .pk-other .card {
        min-height: auto;
        margin-bottom: 4px;
        max-height: 202px;
    }
    div#allProducts .card .card-body h4 {
        font-size: 14px;
        font-weight: bold;
    }
    .related-mer-item .card .card-body h4 {
        font-size: 14px;
        font-weight: bold;
    }
    #myCarouselslide {
        margin-bottom: -15px !important;
    }
    .modal-footer div {
        padding-left: 3px;
        padding-right: 5px;
    }
    .login-grow-sec h2 {
        text-align: center;
    }
    .login-grow-sec h1 {
        text-align: center;
    }
    .get-all-our-pack p {
        text-align: center;
    }
    .get-all-our-pack h2 {
        text-align: center;
    }
    .login-page-top-sec a.dropdown-toggle {
        padding-top: 10px !important;
        font-size: 22px;
    }
    .login-page-top-sec a.dropdown-toggle label {
        display: none;
    }
    .login-page-top-sec a.dropdown-toggle span.glyphicon.glyphicon-chevron-down {
        display: none;
    }
    .mobile-menu div {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .modal-dialog.modal-lg.ckt-profit-calc .bardescription-head h4 {
        font-size: 14px;
    }
    .ckt-profit-calc h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .ticket-page {
        padding: 0px 0px 0px 0px !important
    }
    .items-in-cart button.btn.btn-primary.btn-block {
        -webkit-max-width: calc(100% - 30px);
        -moz-max-width: calc(100% - 30px);
        max-width: calc(100% - 30px) !important;
        width: 100%;
        margin-right: 15px;
    }
    .proced-checkout-btn {
        width: 100% !important;
    }
    .flip-clock-wrapper ul {
        width: 45px !important;
    }
    .mobile-menu .logo {
        max-width: 122px !important;
    }
    .mobile-menu span.smallnav.menu {
        font-size: 20px !important;
    }
    .game-ready-sec .col-xs-6 {
        width: 100%;
    }
    .overlay-btn {
        font-size: 14px !important;
    }
    .shedule-zip ul li {
        width: 45% !important;
    }
    .cart-item h4.product-name {
        font-size: 13px !important;
    }
    .modal-dialog.modal-lg.ckt-profit-calc .modal-body div.form-group div {
        padding-left: 2px;
        padding-right: 15px;
        word-wrap: break-word;
        /*word-break: break-all;*/
    }
    .modal-dialog.modal-lg.ckt-profit-calc {
        /* word-break: break-all;*/
        font-size: 12px;
    }
    .mobile-menu .sidenav .closebtn {
        top: 0px !important;
    }
    .login-page .login-caption h1 {
        font-size: 35px !important;
    }
    .row.cart-item div {
        padding-left: 3px;
        padding-right: 3px;
    }
    .shedule-tab ul li a {
        font-size: 12px !important;
    }
    .container.shedule-tab.mymvp-tab #parallelogram {
        min-width: 160px;
    }
    #full-calendar .calendar-header .controls span.display {
        width: 140px !important;
        font-size: 16px !important;
    }
    .carousel-indicators li {
        transform: skew(-20deg);
        width: 35px;
        height: 15px;
        border-radius: 0px !important;
        border: 0px solid #ccc !important;
        background: #e2e2e2 !important;
    }
    .carousel-indicators li.active {
        background: #00a2e1 !important;
        width: 35px;
        height: 15px;
        border: 0px solid #ccc !important;
        margin-bottom: 1px;
    }
    .login-page .login-caption h1 sup {
        top: -27px !important;
    }
    .login-caption h1 {
        line-height: 44px !important;
    }
    label.cross-line a.dropdown-toggle.dtv-icon-globe-login {
        height: 20px;
    }
    label.cross-line {
        padding: 10px 0px 0px 0px !important;
    }
    .login-page-top-sec a.navbar-brand {
        margin-top: 0px !important;
    }
    .login-page-top-sec {
        padding: 0px !important;
    }
}

.img-full-width {
    width: 100%;
}

.view-more a {
    color: #3C3C3C;
    font-size: 17px;
}

.pad-x15 {
    padding-left: 15px;
    padding-right: 15px;
}

.mobile {
    display: none;
}

.non-mobile {
    display: block;
}


/******MOBILE CSS****/

@media screen and (max-width: 1024px) {
    .big-ten-network {
        background: url('/assets/images/responsive-packages/BTNBigTen-E.jpg');
    }
    .big-ten-network-i {
        background: url('/assets/images/responsive-packages/BTN-Big-Ten-E-i.jpg');
    }
    .sec-network {
        background: url('/assets/images/responsive-packages/SEC-E.jpg');
    }
    .sec-network-i {
        background: url('/assets/images/responsive-packages/SEC-E-i.jpg');
    }
    .longhorn-network {
        background: url('/assets/images/responsive-packages/Longhorn-E.jpg');
    }
    .longhorn-network-i {
        background: url('/assets/images/responsive-packages/Longhorn-E-i.jpg');
    }
    .nfl-sunday-ticket {
        background: url('/assets/images/responsive-packages/NFL-Sunday-Ticket-E.jpg');
    }
    .nfl-sunday-ticket-i {
        background: url('/assets/images/responsive-packages/NFL-Sunday-Ticket-E-i.jpg');
    }
    .mlb-extra-innings {
        background: url('/assets/images/responsive-packages/MLBExtraInnings-E.jpg');
    }
    .mlb-extra-innings-i {
        background: url('/assets/images/responsive-packages/MLB-Extra-Innings-E-i.jpg');
    }
    .nba-league-pass {
        background: url('/assets/images/responsive-packages/NBALeaguePass-E.jpg');
    }
    .nba-league-pass-i {
        background: url('/assets/images/responsive-packages/NBA-League-Pass-E-i.jpg');
    }
    .mls-direct-kick {
        background: url('/assets/images/responsive-packages/MLSDirectKick-E.jpg');
    }
    .mls-direct-kick-i {
        background: url('/assets/images/responsive-packages/MLS-Direct-Kick-E-i.jpg');
    }
    .fox-soccer-plus {
        background: url('/assets/images/responsive-packages/FOXSoccerPlus-E.jpg');
    }
    .fox-soccer-plus-i {
        background: url('/assets/images/responsive-packages/FOX-Soccer-Plus-E-i.jpg');
    }
    .nhl-center-ice {
        background: url('/assets/images/responsive-packages/NHLCenterIce-E.jpg');
    }
    .nhl-center-ice-i {
        background: url('/assets/images/responsive-packages/NHL-Center-Ice-E-i.jpg');
    }
    .espn-college-extra {
        background: url('/assets/images/responsive-packages/CollegeExtra-E.jpg');
    }
    .espn-college-extra-i {
        background: url('/assets/images/responsive-packages/College-Extra-E-i.jpg');
    }
    .live-pay-ufc {
        background: url('/assets/images/responsive-packages/UFC-E.jpg');
    }
    .live-pay-ufc-i {
        background: url('/assets/images/responsive-packages/UFC-E-i.jpg');
    }
    .show-time {
        background: url('/assets/images/package/ShowtimeBoxing-E.jpg');
    }
    .show-time-i {
        background: url('/assets/images/package/Showtime-Boxing-E-i.jpg');
    }
    .accn-espn {
        background: url('/assets/images/responsive-packages/accn-E.jpg');
    }
    .accn-espn-i {
        background: url('/assets/images/responsive-packages/accn-E-i.jpg');
    }
    .pgat {
        background: url('/assets/images/responsive-packages/pgat-E.jpg');
    }
    .pgat-i {
        background: url('/assets/images/responsive-packages/pgat-E-i.jpg');
    }
    .scb {
        background: url('/assets/images/responsive-packages/scb-E.jpg');
    }
    .scb-i {
        background: url('/assets/images/responsive-packages/scb-E-i.jpg');
    }
    .ticket-shadow {
        background: rgba(0, 0, 0, 0.5);
        position: relative;
        padding: 20px 20px 20px 50px;
        height: 450px;
        max-height: 450px;
    }
}

@media screen and (max-width: 767px) {
    .breaking-news strong {
        font-weight: normal;
        float: left;
        width: 82%;
        padding-top: 5px;
        max-width: 155px;
    }
    .web-packages {
        display: none
    }
    /*.my-package-sec h4 {color: #00a2e1;}*/
}

@media screen and (max-width: 768px) {
    .pack_model_popup .modal-body {
        height: 499px !important;
        overflow-y: auto !important;
    }
    .homepage-mypack-logo {
        margin: 15px auto 2px auto;
    }
    .non-mobile {
        display: none;
    }
    .mobile {
        display: block;
    }
    table.shedule-second .schedule_img img {
        width: 55px;
    }
    .drp-multiple ul.multiselect-container.dropdown-menu {
        min-width: auto;
    }
    /*package */
    .purchase-pack .col-md-4.col-sm-4.col-xs-6 {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
    .break-newbg {
        background-color: #fff;
        clear: both;
        display: block;
        width: 100%;
        padding-bottom: 0;
        background: none;
    }
    .breaking-news span {
        padding: 16px 10px!important;
        font-size: 13px!important;
        margin-right: 16px!important;
        float: left;
        min-width: 127px;
    }
    .breaking-news label {
        margin-left: 6px;
    }
    .breaking-news {
        font-size: 13px!important;
    }
    .purchase-pack .card {
        margin-bottom: 6px !important;
    }
    /*pack*/
    .ticket-shadow {
        overflow: hidden;
        height: 450px;
        max-height: none;
    }
    .ticket-shadow-inactive {
        overflow: hidden;
        height: 53%;
        max-height: none;
    }
    .merchandise-page-line-mobile {
        margin-bottom: 15px;
        display: block;
    }
    ul.feed-back.form-group li label h4 {
        position: relative;
        top: 14px !important;
        left: -24px !important;
    }
    .shedule-tab.account_mibile_tab_display ul.nav.nav-tabs li.first a:hover:before {
        height: 42px;
    }
    .edit-hours-frm .form-inline>div {
        margin-right: 5px;
        min-width: 32%;
        margin-bottom: 12px;
    }
    form#proceed_cart .cart-item .cart-item-bdr div {
        padding-left: 3px;
        padding-right: 3px;
    }
    div#barhours {
        max-width: 523px;
        margin: 0px auto;
    }
    #barhours .modal-dialog {
        min-width: auto !important;
    }
    #mySidenav #top-alerts .alert-count {
        background: #fff;
        color: #00a2e1;
    }
    .drp-multiple ul.multiselect-container.dropdown-menu {
        margin-top: -15px;
    }
    #login-slide div#myCarousel .carousel-inner .item {
        min-height: 320px !important;
    }
    /*.big-ten-network {background:url('/assets/images/package/BTNBigTen-E-mobile.png');}
  .big-ten-network-i {background:url('/assets/images/package/BTNBigTen-E-mobie-i.png');}*/
    /*packages responsive bg*/
    /*packages responsive bg*/
    .insite-banner-transparent a {
        float: left !important;
    }
    #menu1 .col-md-4.order-summery {
        text-align: right;
    }
    form#feed-back ul li h4 {
        padding-left: 3px;
        margin-top: 22px;
        margin-left: -28px;
    }
    .order-info-mob-bottom-space {
        margin-bottom: 30px;
    }
    .mymvp-banner img {
        max-width: 100px;
        bottom: -40px !important;
    }
    .container.shedule-tab.shedule-acc ul {
        display: none;
    }
    .homepage-mypack-logo {
        min-height: auto !important;
    }
    #myCarousel1 .glyphicon-menu-left,
    #myCarousel1 .glyphicon-menu-right,
    #myCarousel2 .glyphicon-menu-left,
    #myCarousel2 .glyphicon-menu-right,
    #myCarousel3 .glyphicon-menu-left,
    #myCarousel3 .glyphicon-menu-right,
    #myCarousel4 .glyphicon-menu-left,
    #myCarousel4 .glyphicon-menu-right {
        font-size: 22px !important;
        margin-top: 26px;
    }
    #myCarousel1 .item img,
    #myCarousel2 .item img {
        max-width: 80px !important;
    }
    #myCarousel1,
    #myCarousel2 {
        text-align: center;
    }
    .my-package-sec.homepage-mypack-logo .row.mobile-product-slider {
        width: 50%;
    }
    .homepage-mypack-logo span.glyphicon.glyphicon-menu-left {
        font-size: 20px;
        top: 50% !important;
    }
    .homepage-mypack-logo span.glyphicon.glyphicon-chevron-right {
        font-size: 20px;
    }
    .shedule-tab ul.nav.nav-tabs li.active.last:after {
        display: none;
    }
    .shedule-tab ul.nav.nav-tabs li.active.first:before {
        display: none;
    }
    .video-sec-home {
        display: none;
    }
    .nav-bar-top {
        display: none;
    }
    .desk-top-menu {
        display: none;
    }
    .mobile-menu {
        display: block;
        min-height: 54px;
        padding: 17px 13px 15px 27px;
        box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    }
    .mobile-menu .badge {
        position: relative;
        top: -7px;
        background: #00a2e1;
    }
    .mobile-menu .cart-for-mobile {
        font-size: 15px;
    }
    .mobile-menu .logo {
        max-width: 140px;
        margin-bottom: 10px;
    }
    .mobile-menu .label-value {
        color: #00a2e1;
        margin-top: -12px;
    }
    .mobile-menu span.small {
        font-size: 11px;
        margin-bottom: 10px;
        display: block;
        margin-top: -7px;
    }
    .insites-sec div {
        text-align: center;
        margin: 0px auto;
    }
    .purchase-pack h3 label.pull-right {
        float: none !important;
        line-height: 24px;
    }
    .filter select,
    .filter .input-group {
        margin-bottom: 15px !important;
    }
    .shedule-zip .zipcode {
        margin-bottom: 20px;
    }
    .download-palybook {
        padding: 20px !important;
    }
    .download-palybook h2 {
        margin-bottom: 15px;
    }
    .mobile-menu .col-xs-1 {
        padding-left: 0px;
    }
    .shedule-zip ul li {
        width: 33%;
    }
    .shedule-acc .panel-body {
        overflow-x: scroll;
        padding-bottom: 40px !important;
        margin-bottom: 4px;
    }
    .shedule-acc table {
        max-width: 100%;
    }
    .shedule-acc table.table.shedule-live-tbl {
        width: auto;
    }
    .mymvp-favorate label {
        font-size: 32px;
        color: #00a2e1;
        display: block;
    }
    .mymvp-favorate span {
        font-size: 14px;
        color: #3C3C3C;
        display: block;
    }
    .bar-details h4.des {
        margin-top: 30px;
    }
    .mymvp-banner {
        padding: 15px 0px 15px 0px;
    }
    .items-in-cart h1 {
        margin-bottom: 20px;
    }
    .selectboxit-container .selectboxit {
        border: 1px solid #d4d4d4;
        margin-bottom: 10px !important;
        min-width: 300px;
    }
    .ckt-profit-calc .modal-body {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .form-group.total-inc-pro span {
        font-size: 15px;
    }
    #ckt-profit-calc .modal-footer .col-xs-6 {
        width: 100%;
        margin-bottom: 15px;
    }
    .login-grow-sec h2 {
        margin-bottom: 15px;
    }
    .login-page .login-caption h1 {
        padding-bottom: 20px;
        margin-top: 0px;
    }
    .my-package-sec h4 {
        margin-bottom: 0px !important;
    }
    .homepage-mypack-logo .col-md-offset-6.col-md-6 {
        padding: 0px;
    }
    .my-package-sec ul li {
        float: left;
        padding: 5px;
        min-height: 91px;
        width: 110px;
        line-height: 70px;
    }
    .clock.flip-clock-wrapper {
        margin-top: 30px;
    }
    .view-active-packages .card img {
        max-height: 250px !important;
    }
    .insights .card img {
        max-height: 125px !important;
    }
    .package-img img {
        min-height: 125px !important;
        /*max-height: 115px;*/
    }
    .login-grow-sec h1 {
        font-size: 80px !important;
    }
    .login-grow-sec h2 {
        font-size: 30px !important;
    }
    .signin-mymvp span.shape-right {
        display: none;
    }
    .login-blue-bg {
        width: 100% !important;
    }
    .login-blue-bg {
        min-height: 350px !important;
    }
    .login-page-top-sec {
        background: #fff !important;
        padding: 10px 0px !important;
    }
    .login-logo-mobile {
        display: block;
    }
    .login-logo-desktop {
        display: none !important;
    }
    .bar-details.photos ul li {
        width: 30%;
    }
    .mmt-30 {
        margin-top: 30px;
    }
    section.order-items .row.cart-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .cart-item h4,
    .cart-item h6 {
        font-size: 13px !important;
    }
    section.order-items .form-control {
        padding: 6px 3px !important;
        text-align: center;
    }
    section.order-items button.btn.btn-primary {
        font-size: 12px !important;
    }
    section.order-items label {
        font-size: 12px;
    }
    section.order-items h4 {
        font-size: 12px;
    }
    .activeinactive {
        width: 100% !important;
    }
    .bar-details.my-package-sec h3 {
        overflow: hidden;
    }
    .content.account .section .row {
        padding: 15px !important;
    }
    .calendar-wrapper .row div {
        padding-left: 3px;
        padding-right: 3px;
    }
    .calendar-wrapper div.input-group {
        margin-bottom: 15px;
    }
    .calendar-wrapper a.btn.btn-block.btn-primary {
        margin-bottom: 15px;
    }
    .calendar-wrapper i.glyphicon.glyphicon-th-list {
        margin-bottom: 15px;
    }
    #full-calendar .calendar-header .controls span.display {
        width: 170px;
    }
    .modal-dialog.modal-lg.ckt-profit-calc .bardescription-head h4 {
        font-size: 16px;
    }
    .drp-multiple button {
        width: 150px;
    }
    section.filter.align-middle button.multiselect.dropdown-toggle.btn.btn-default {
        margin-bottom: 15px;
    }
    .shedule-zip ul li {
        width: 33%;
    }
    .shipping-info .col-sm-6 {
        clear: both;
    }
    .shedule-tab.account_mibile_tab_display {
        display: block;
    }
    .shedule-tab.shedule-acc ul {
        display: none;
    }
    .carousel-indicators li.active {
        width: 25px !important;
        height: 10px !important
    }
    .carousel-indicators li {
        width: 25px !important;
        height: 10px !important
    }
    .home-setup-sec p {
        display: none;
    }
    .bar-sec {
        background-position: center !important;
    }
    .home-setup-sec {
        text-align: center;
        position: relative;
        top: 4px;
    }
    .home-setup-sec .btn {
        width: 100%;
        display: block;
    }
    .footer-sec {
        background: #1a1a1a;
        color: #fff;
        width: 100%;
        height: 66px !important;
    }
    .ticket-caption h3 {
        text-align: center;
    }
    .bx-wrapper {
        display: none;
    }
    .purchase-pack h3 {
        text-align: left;
        padding: 15px 0px 5px !important;
    }
    .login-blue-bg-full-mobile {
        width: auto;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .merchant-details {
        padding: 10px !important;
    }
    label.cross-line a {
        color: #3c3c3c !important;
    }
    .merchandise-caption.shedule-zip.container ul {
        display: none;
    }
    .login-caption h1.container div {
        font-size: 52px !important;
    }
    .login-page-top-sec label.cross-line a {
        min-width: 40px !important;
        float: left;
    }
    .cross-line .fa-angle-down {
        font-size: 18px;
        padding-left: 2px;
        float: right;
        top: -7px;
        position: relative;
    }
    .mypackage-left-logos {
        border-right: 0px solid #fff;
    }
    #myCarouselslide {
        margin-bottom: -55px;
    }
    .purchase-pack ol.carousel-indicators {
        left: 30% !important;
    }
}


/*Sidenav*/

.mobile-menu .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #00a2e1;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0 4px 8px -3px #3C3C3C;
    padding-top: 0px;
    padding-bottom: 33px;
}

.mobile-menu .sidenav a {
    padding: 00px 6px 0px 0px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.mobile-menu .sidenav .closebtn {
    position: absolute;
    top: -3px !important;
    right: 0px;
    font-size: 36px;
    color: #00a2e1;
}

@media screen and (max-height: 450px) {
    .mobile-menu .sidenav a {
        font-size: 18px;
    }
}

.mobile-menu .sidenav-heading {
    font-size: 36px;
    color: #fff;
}

.mobile-menu span.smallnav.menu {
    font-size: 22px;
    color: #00a2e1;
    font-weight: bold;
    vertical-align: top;
    cursor: pointer;
    top: -7px;
    position: relative;
}

#mySidenav .sidenav-heading {
    color: #00a2e1;
    font-size: 18px;
    background: #fff;
    width: 280px;
    display: block;
    margin: -15px;
    padding: 15px;
}

#mySidenav .container {
    padding: 15px 15px !important;
}

#mySidenav .nav li {
    transform: none;
    border-bottom: 1px solid #0498d2;
    width: 100%;
}

#mySidenav .mobile-toggle-menu {
    background: #00a2e1;
}

#mySidenav .mobile-toggle-menu li a {
    color: #fff;
    font-size: 18px;
    font-weight: normal !important;
    line-height: 32px;
    width: 280px;
    display: inline-block;
}

#mySidenav .sidenav-heading a {
    padding: 0px;
}

#mySidenav .sidenav-heading a img {
    max-width: 140px;
}

#mySidenav .badge {
    position: relative;
    top: -7px;
    background: white;
    color: #00a2e1;
}

.blue {
    color: #00a2e1;
    font-weight: 900;
}


/******TOP SCHEDULE CSS****/

.sdl-list li {
    float: left;
    min-width: auto;
    border-right: 1px solid #d4d4d4;
    max-width: 100%;
}

.sdl-list li .matchs {
    display: flex;
    align-items: stretch;
}

.sdl-list li .matchs>div {
    width: 100px;
}

.match-name label {
    font-size: 11px;
}

.sdl-list table td {
    font-size: 11px;
    padding: 4px;
}

.carousel-control {
    background: transparent !important;
}

.shedule-sec .carousel-control.left {
    top: -24px;
    color: #3C3C3C;
    opacity: 0.2;
    font-size: 84px;
}

.shedule-sec .carousel-control.right {
    top: -24px;
    color: #3C3C3C;
    opacity: 0.2;
    font-size: 84px;
}

.top-sub-head nav.navbar.nav-bar-top {
    border-top: 0px solid #d4d4d4;
    border-radius: 0px;
}

.ipl-name {
    text-align: left;
    line-height: 90px;
    padding-left: 0px;
}

ul.mobile-toggle-menu li a span.glyphicon-menu-right {
    float: right;
}

.countdown-sec .media .media-body .btn-primary {
    padding: 10px 41px;
    font-size: 15px;
}

.top-sub-head .navbar ul li:hover a label.cred-count {
    color: #fff;
}

.game-ready-sec a:hover {
    text-decoration: none;
}

.flip-clock-wrapper ul li a div div.inn {
    background: #fff !important;
    color: #00a2e1 !important;
}


/***** TICKET PAGE CSS****/


/*.ticket-page {background: none; min-height: 0px !important; padding: 0px 0px 0px 0px; box-shadow:0 0 18px rgba(0,0,0,0.1);}*/

.ticket-page ul.nav.navbar-nav a {
    color: #3C3C3C;
}

.ticket-page ul.nav.navbar-nav li.active a {
    color: #fff;
}

.ticket-page ul.nav.navbar-nav li:hover a {
    color: #fff;
}


/*ul.nav.navbar-nav li.dropdown:hover ul.dropdown-menu {display:block;}*/

.ticket-caption h1 {
    margin-bottom: 30px;
    font-size: 32px;
}

.purchase-pack {
    padding: 0px 0px 30px 0px;
}

.purchase-pack h3 {
    border-bottom: 2px solid #00a2e1;
    margin-bottom: 20px;
}

.purchase-pack .game-ready {
    margin-bottom: 30px;
}

.ticket-details {
    color: #fff;
    margin-bottom: 40px;
    min-height: 400px;
    background-position: center !important;
    background-size: cover !important;
}

.ticket-details h2 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.ticket-details button.close {
    background: #00a2e1 !important;
    padding: 4px 12px;
    opacity: 1;
    color: #fff;
    border: 2px solid #fff;
    font-size: 26px;
}

.ticket-details ul li {
    background: url(../images/ticket/arrow.png) 0px 4px no-repeat;
    padding-left: 26px;
    margin-bottom: 10px;
}

.ckt-profit-calc h3 {
    background: #00a2e1;
    color: #fff;
}

.ckt-profit-calc .modal-header {
    padding: 0px;
    border-bottom: 0px solid #fff;
}

.ckt-profit-calc .modal-body {
    padding: 15px 20px;
    border-bottom: 0px solid #fff;
    clear: both;
    margin-left: 0px;
    margin-right: 0px;
}

.login-bg {
    background: #393939;
    width: 100%;
    height: 100%;
    position: absolute;
}

.login-sec {
    background: #fff;
    position: absolute;
    max-width: 400px;
    min-width: 455px;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.create-acc {
    margin-top: 20px;
}

.login-head {
    background: #00a2e1;
    padding: 30px 40px;
    float: left;
    width: 85%;
    border-bottom-right-radius: 68px;
    margin-bottom: 30px;
}

.login-head h3 {
    color: #fff;
}

.login-sec form {
    padding: 20px 40px;
}

.login-sec .remember-me {
    border-bottom: 2px solid #0080b2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.login-sec .forgot-pwd {
    margin-bottom: 20px;
}

.login-sec .user-name {
    margin-bottom: 20px;
    display: block;
    clear: both;
}

.login-sec .btn-primary:hover {
    color: #fff;
    background-color: #286090 !important;
    border-color: #204d74;
}

.login-sec .forgot-hint {
    line-height: 18px;
    text-align: center;
}

.modal-dialog.modal-lg.ckt-profit-calc {
    max-width: 740px;
}

#ckt-profit-calc .modal-body,
#ckt-profit-calc .modal-footer {
    color: #3C3C3C;
    overflow: hidden;
}

#ckt-profit-calc .modal-body .form-group {
    overflow: hidden;
}

.form-catagery {
    border-bottom: 2px solid #0080b2;
    margin-bottom: 15px;
}

.increment {
    display: flex;
    align-items: center;
}

.ticket-details ul li {
    color: #fff;
}

.ckt-profit-calc .total-inc-pro {
    color: #00a2e1;
}

.total-inc-pro {
    font-size: 18px;
    font-weight: bold;
}


/*#ckt-profit-calc .btn-primary:hover {background:#00a2e1; color: #fff; border:#fff 1px solid; }*/

.mt-10 {
    margin-top: 10px;
}


/**** MERCHANDISE*****/

.merchandise-caption h1 {
    margin-bottom: 20px;
}

section.filter {
    margin-top: 20px;
}

.card h4 {
    margin-bottom: 30px;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}

.card {
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 425px !important;
}

.package {
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 0px !important;
}

.card img {
    margin: 0px auto;
}

.clearboth {
    display: block;
}

.package-img img {
    min-height: 140px;
}

.package-img {
    margin: 0px auto;
    max-width: 320px !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.marchindise-product h3 {
    margin-bottom: 10px !important;
    padding-bottom: 10px;
    border-bottom: 2px solid #00a1e2;
}

section.filter.align-middle {
    margin-bottom: 20px;
}

.view-all-merch {
    margin-bottom: 20px;
    text-align: center;
    display: block;
    clear: both;
    margin-top: -20px;
}

.view-all-merch a {
    color: #3C3C3C;
    text-decoration: underline;
    margin-bottom: 15px;
    display: inline-block;
}

.triangle-left {
    border-bottom: 44px solid #00a2e1;
    border-left: 44px solid transparent;
    float: left;
}

.triangle-right {
    float: left;
    background: red;
    padding: 14px 10px 14px 10px;
    color: #fff;
    background: #00a2e1;
    width: -webkit-calc(100% - 44px);
    width: -moz-calc(100% - 44px);
    width: calc(100% - 44px);
}

.card {
    position: relative;
    padding-top: 10px;
    border: 1px solid #707070;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #00a2e1;
    z-index: 9;
}

.card:hover .overlay {
    opacity: 1;
    background: rgba(0, 162, 225, 0.9);
}

.overlay-btn {
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.mb-15 {
    margin-bottom: 15px;
}

.overlay .btn-primary {
    background: #0081b7;
    border: 1px solid #fff;
    min-width: 145px;
}

.green {
    background: green;
}

.green-left {
    border-bottom: 44px solid green;
}

.red {
    background: red;
}

.red-left {
    border-bottom: 44px solid red;
}

.merchant-details h1 {
    border-bottom: 2px solid #00a2e1;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.merchant-details h2 {
    margin-bottom: 15px;
}

.merchant-details h4 {
    margin-bottom: 10px;
}

.merchant-details ul {
    margin-bottom: 20px;
}

.merchant-details .addtocart {
    margin: 15px 0;
}

.merchant-details {
    margin-bottom: 50px;
    background: #fff;
    border: 1px solid #f1eeee;
    padding: 20px;
}

.marchindise-product h2 {
    margin-bottom: 30px;
}

.merchant-details p,
.merchant-details ul {
    color: #3C3C3C;
}

.download-palybook {
    position: absolute;
    padding: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    bottom: 0px;
    z-index: 9;
    width: 100%;
}

.download-palybook h2 {
    color: #fff;
}

.palybook-item {
    position: relative;
    margin-bottom: 20px;
}

.shedule-zip ul {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #ecebeb;
}

.shedule-zip ul li {
    float: left;
    min-height: 44px;
    border: 1px solid #f3f2f2;
    padding: 10px;
    margin-bottom: -1px;
    margin-right: -1px;
}

.shedule-zip ul li img {
    margin-right: 10px;
}

button.btn-default {
    border: 1px solid #00a2e1;
    color: #00a2e1;
}

button.btn-default:hover {
    border: 1px solid #00a2e1;
    background: #ffffff;
    color: #00a2e1;
}

.shedule-acc .panel-default>.panel-heading {
    color: #fff;
    border-color: #ddd;
    margin-bottom: 10px;
}

.shedule-acc .panel-heading {
    padding: 0;
    border-radius: 0px;
    overflow: hidden;
}

.shedule-acc .panel-heading a {
    font-size: 22px;
    text-decoration: none;
}

.shedule-acc .panel-heading a i {
    font-size: 16px;
    padding-right: 10px;
}

.shape-bg {
    float: left;
    padding: 10px 10px 8px 10px;
    color: #fff;
    background: #0080b2;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
}

.shedule-acc .fa-print {
    font-size: 25px;
    color: #0080b2;
    padding: 8px 15px;
    float: right;
}

.shape-right {
    border-top: 44px solid #0080b2;
    border-right: 44px solid transparent;
    float: left;
}

.shedule-acc .panel,
.shedule-tab .panel {
    border: 0px solid #fff;
}

.shedule-acc .panel-body h3 {
    margin-bottom: 15px;
}

.shedule-acc table th {
    background: #00a2e1;
    color: #fff;
}

table.shedule-live-tbl {
    border: 0px soid white;
}

table.shedule-live-tbl td,
table.shedule-live-tbl th {
    border: 0px solid white !important;
}

table.shedule-live-tbl td label {
    padding-left: 10px;
}

.shedule-live-tbl h4 {
    color: #00a2e1;
}

table.table.shedule-live-tbl td {
    padding: 0px;
}

table.table.shedule-live-tbl {
    margin-bottom: 0px;
}

.shedule-live-tbl .matches {
    font-size: 18px;
    color: #909090;
}

hr {
    border: 1px solid #00a2e1;
}

.shedule-live-tbl small {
    display: block;
    font-size: 11px;
    color: #3c3c3c;
}

.shedule-acc table td strong {
    color: #00a2e1;
}

.shedule-acc table td label.call {
    padding-left: 15px;
    font-weight: normal;
}

.shedule-tab .banner-sec .nav>li>a:focus,
.shedule-tab .nav>li>a:hover {
    background: transparent;
}

.shedule-tab ul li a {
    color: #3c3c3c;
    font-size: 16px;
}

.shedule-tab ul li {
    width: auto;
}

.shedule-tab ul li.first {
    width: 22%;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 15px;
}

.shedule-tab ul li.active a {
    background: #00a2e1 !important;
    color: #fff !important;
    box-shadow: 8px 5px #0281b3;
    margin-right: 8px;
}

.shedule-tab ul li a:hover {
    background: #00a2e1 !important;
    color: #fff;
}

.shedule-tab ul.nav.nav-tabs li {
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}

.shedule-tab .nav-tabs>li>a {
    border-radius: 0px;
    color: #3C3C3C;
    border-right: 1px solid #f1ecec26;
}

.shedule-tab .nav-tabs {
    margin-bottom: 40px;
    margin-top: 20px;
    background: #f7f7f7;
    max-height: 49px;
}

.mymvp-banner {
    background: url(../images/mymvp/mymvp-banner.jpg) repeat-x;
}

.mymvp-banner h1 {
    color: #fff;
}

.mymvp-favorate {
    padding: 30px 0px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .mymvp-favorate label {
        font-size: 65px;
        color: #00a2e1;
        display: block;
    }
    .mymvp-favorate span {
        font-size: 20px;
        color: #3c3c3c;
        display: block;
    }
    .mymvp-banner {
        padding: 40px 0px 20px 0px;
    }
    .login-logo-mobile {
        display: none !important;
    }
    .login-logo-desktop {
        display: block !important;
    }
    .shedule-tab.account_mibile_tab_display {
        display: none;
    }
    .home-setup-sec {
        max-width: 277px;
        margin-left: 180px;
        margin-top: 135px;
    }
    /*.login-blue-bg, .signin-mymvp span.shape-right {margin-top: -30px;} */
    .row.mobile-product-slider {
        display: none;
    }
}

.mymvp-favorate .middle-box {
    padding-right: 0px;
    padding-left: 0px;
    border-left: 1px solid #00a2e1;
    border-right: 1px solid #00a2e1;
}

a[href='#']+a {
    margin-top: -22px;
}

.mymvp-tab ul li {
    width: 32%;
}

#parallelogram {
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}

.bar-details {
    margin-bottom: 40px;
}

.bar-details h3 .glyphicon-edit {
    float: right;
    font-size: 18px;
    color: #909090;
}

.bar-details h3 {
    padding-top: 20px;
    border-bottom: 2px solid #00a2e1;
    margin-bottom: 15px;
    cursor: pointer;
}

.bar-details h4 {
    color: #00a2e1;
    font-weight: bold;
    margin-bottom: 10px;
}

.mt-30 {
    margin-top: 30px;
}

.bar-details h3 label {
    float: right;
    font-size: 14px;
    color: #909090;
}

.mymvp-banner h1 {
    margin-top: 50px;
}

.bar-details.my-package-sec {
    margin-bottom: 0px !important;
}

.bar-details.my-package-sec ul li {
    width: 25%;
    min-height: 100px;
    line-height: 100px;
    text-align: center;
}

.bar-details.my-package-sec ul {
    margin-bottom: 0px;
}

.bar-details.photos ul li {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    text-align: center;
}

.bar-details.photos ul {
    clear: both;
    display: block;
    overflow: hidden;
}

.bar-details.photos .row span.glyphicon-plus {
    font-size: 60px;
    color: #00a2e1;
    line-height: 145px;
    margin-bottom: 6px;
}

.card.mymvp {
    margin-bottom: 0px;
    padding-top: 0px;
}

.bar-details.photos ul li a {
    font-size: 14px;
    color: #fff;
    min-width: 100px;
}

.bardescription-head {
    float: left;
    background: #00a2e1;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    padding: 15px 30px 0px 30px;
    height: 72px;
}

.bardescription-head h4 {
    color: #fff;
    font-size: 18px;
}

#bardescription .shape-right {
    border-top: 72px solid #00a2e1;
    border-right: 72px solid transparent;
}

#bardescription .modal-header {
    border-bottom: 0px solid #fff;
}

#bardescription .modal-dialog {
    background: #fff;
    max-width: 450px;
}

#bardescription .modal-header {
    padding: 0px;
}

#bardescription small {
    color: #909090;
    margin-top: 10px;
    display: inline-block;
    float: left;
}

.com-modal .shape-right {
    border-top: 72px solid #00a2e1;
    border-right: 72px solid transparent;
}

.com-modal .modal-header {
    border-bottom: 0px solid #fff;
}

.com-modal .modal-dialog {
    background: #fff;
    max-width: 450px;
}

.com-modal .modal-header {
    padding: 0px;
}

.com-modal small {
    color: #909090;
    margin-top: 10px;
    display: inline-block;
}

.com-modal .modal-content {
    border-radius: 0px;
    box-shadow: 0px;
    border: 0px solid #fff;
}

.edit-bar-details .save-cancle {
    min-width: 400px;
    float: right;
    margin-bottom: 30px;
}

.edit-bar-details .title-sec label {
    margin-right: 20px;
    float: left;
}

.edit-bar-details .title-sec input[type="radio"] {
    padding: 10px;
    width: 30px;
    height: 30px;
    float: left;
    margin-top: -6px;
}

.edit-bar-details .frm h4 {
    color: #00a2e1;
    margin: 25px 0px 15px 0;
}

.pt-10 {
    padding-top: 10px;
}

.edit-bar-details .calender span {
    margin: 2px 8px;
}

.edit-bar-details .calender label {
    margin-right: 0px;
    min-width: 32px;
    font-size: 14px;
}

.edit-bar-details .calender select {
    margin-right: 5px;
}

.edit-bar-details .form-inline {
    margin-bottom: 10px;
}

#noyelp .modal-dialog {
    background: #fff;
}

#noyelp .modal-header {
    padding: 0px;
    border-radius: 0px;
    background: #fff;
}


/*#noyelp  .shape-right {
    border-top: 60px solid #00a2e1;
    border-right: 60px solid transparent;
    float: left;
}*/

#noyelp .modal-header {
    border: 0px solid #fff;
}

.banner-sec.ticket-page+a {
    color: #3c3c3c;
}

.cart-item .hline {
    border-bottom: 1px solid #00a2e1;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.cart-item h4,
.cart-item h6 {
    margin-top: 10px;
    font-size: 15px;
}

.cart-item .text-right a {
    padding-bottom: 10px;
    display: inline-block !important;
}

.text-red {
    color: #ff0000;
}

.cart-calc .cart-subtotal {
    margin-bottom: 40px;
}

.cart-calc .cart-subtotal p {
    margin-bottom: 10px;
}

.cart-calc .cart-subtotal h4 {
    margin-bottom: 10px;
    font-weight: bold;
}

.cart-calc .subtotal {
    margin-bottom: 40px;
}

.cart-calc .subtotal h4 {
    margin-bottom: 10px;
    font-weight: bold;
}

.cart-calc .subtotal h3 {
    color: #00a2e1;
    font-weight: bold;
    margin-bottom: 15px;
}

.cart-calc {
    margin: 30px 0;
}


/*.items-in-cart {margin-top:30px; margin-bottom:30px; }*/

.shedule-tab.checkout ul li {
    width: 30%;
}

.shipping-info h3 {
    border-bottom: 2px solid #00a2e1;
    padding: 15px 0px;
    margin-bottom: 20px;
}

.shipping-info h4 {
    color: #00a2e1;
    margin-bottom: 10px;
    overflow: hidden;
}

.new-shipping-info h3 {
    border-bottom: 2px solid #00a2e1;
    padding: 15px 0px;
    margin-bottom: 20px;
}

.shipping-info input[type='radio'] {
    float: left;
    margin-right: 10px;
    width: 15%;
}

.shipping-info .right-info {
    float: left;
    width: 80%;
}

.order-summery h3 {
    padding: 15px 0px;
    font-weight: bold;
}

.shipping-info {
    margin-bottom: 40px;
}

.save-card-chk input {
    width: auto !important;
}

.checkout-cart-info h3 {
    border-bottom: 2px solid #00a2e1;
    padding: 15px 0px;
    margin-bottom: 20px;
}

.checkout-cart-info .cart-item {
    margin-bottom: 25px;
}

.checkout-cart-info .cart-item img.cartreview-img {
    max-width: 69px;
    height: 64px;
}

.checkout-cart-info h3 label {
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #3c3c3c;
    cursor: pointer;
}

.shopping-information h4 {
    color: #00a2e1;
    margin-bottom: 15px;
}

.cart-order-confirm .msg h3 {
    color: #00a2e1;
    margin-bottom: 15px;
}

.cart-order-confirm .msg p {
    margin-bottom: 8px;
}

.cart-order-confirm ul.feed-back li {
    float: left;
    width: 9%;
}

.cart-order-confirm ul.feed-back {
    display: block;
    margin: 15px 0px;
    overflow: hidden;
}

.cart-order-confirm ul.feed-back li h4 {
    color: #00a2e1;
    font-weight: bold;
}

.cart-order-confirm ul.feed-back li input {
    width: 20px;
    height: 20px;
}

.order-feed-back h4 {
    color: #00a2e1;
    margin-bottom: 15px;
}

.insights-result {
    color: #909090;
    font-size: 14px;
    border-bottom: 2px solid #00a2e1;
    padding-bottom: 10px;
}

.insights .card {
    text-align: left;
}

.insights .card-body a {
    font-weight: bold;
}

.insights .card img {
    margin-bottom: 10px;
    max-height: 165px;
}

.mvpalerts .alert {
    clear: both;
    display: block;
}

.mvpalerts .media-left {
    font-size: 40px;
    color: #00a2e1;
    min-width: 65px;
    padding-top: 10px;
}

.mvpalerts .media-body p label {
    color: #00a2e1;
}

.home-page-banner img {
    width: 100%;
}

.home-page-banner {
    position: relative;
    z-index: -1;
    margin-top: -116px;
}

.banner-sec nav.navbar.desk-top-menu {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    padding-top: 15px;
}

.header-shadow {
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

.view-events-sec .event-box .img-full-width {
    min-height: 300px;
    max-height: 370px;
}

#exTab1 .nav-pills>li.active>a,
#exTab1 .nav-pills>li.active>a:focus,
#exTab1 .nav-pills>li.active>a:hover {
    background: transparent;
}

#exTab1 .nav-pills>li>a,
#exTab1 .nav-pills>li>a:focus,
#exTab1 .nav-pills>li>a:hover {
    background: transparent;
}

.view-inactive-packages .cord-body img {
    max-height: 300px;
    width: 100%;
    min-height: 195px;
}

.bar-details table caption {
    color: #5da93b;
}

.bar-details table caption input {
    float: left;
    margin-right: 6px;
    margin-top: 2px;
}

.mymvp-tab span.glyphicon-edit {
    color: #888;
}

.mt-50 {
    margin-top: 50px;
}

.com-modal .modal-body {
    padding: 15px;
    margin: 0px;
}

.modal-body.edit-hours-frm .form-group.has-feedback {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.modal-body.edit-hours-frm select {
    width: 93px !important;
}

.edit-hours-frm select.form-control {
    padding-right: 10px !important;
}

.closed-overnight {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 6px 0px 15px 38px;
}

.closed-overnight span {
    float: left;
    padding-left: 4px;
    margin-top: 3px;
}

.closed-overnight label {
    float: left;
}

.edit-hours-frm .form-group.has-feedback label {
    width: 37px;
}

.form-inline.more-business-info .form-group {
    margin-right: 10px;
    margin-left: 0;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.more-business-info input[type="radio"] {
    margin-right: 5px;
    margin-top: 0px;
}

.more-business-info label.form-group {
    font-weight: normal;
}

.form-inline.more-business-info strong {
    width: auto;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
}

.form-inline.more-business-info .form-group {
    margin-bottom: 10px;
}

.form-inline.more-business-info h3 {
    margin: 15px 0px;
}

.edit-hours-frm h4 {
    margin-bottom: 15px;
}

section.order-items {
    margin-bottom: 40px;
}

.events-filter i {
    font-size: 20px;
    padding: 5px;
}

.events-list-sec .calendar-icon {
    border-top: 10px solid #00a2e1;
    padding: 6px;
    border-left: 2px solid #00a2e1;
    border-right: 2px solid #00a2e1;
    border-bottom: 2px solid #00a2e1;
    width: 80px;
    margin: 0px auto;
    text-align: center;
}

.events-list-sec .row {
    margin-bottom: 30px;
}

.events-list-sec .calendar-icon h3 {
    font-weight: bold;
}

.events-list-sec a {
    display: block;
    margin-bottom: 10px;
}

.events-list-sec h4 {
    margin-bottom: 10px;
}

.events-list-sec small {
    margin-bottom: 10px;
    display: inline-block;
}

.list-info-sec {
    padding-bottom: 15px;
    border-bottom: 2px solid #00a2e1;
    margin-bottom: 30px;
    display: block;
}

.bar-details.photos .card img {
    width: 100% !important;
    max-height: 150px;
    min-height: 150px;
}

ul.adsdashboard-sport li {
    padding-right: 15px;
}

.bar-details.photos .card.mymvp {
    margin-bottom: 20px;
}

.palybook-item img {
    min-height: 300px;
}

.row.marchindise-product .card {
    min-height: 333px;
    border: 1px solid #f1eeee;
    background: #fff;
}

.events-list-item p {
    word-wrap: break-word;
}

.events-list-item {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
}

.triangle-right {
    position: absolute;
    bottom: 0px;
    left: 44px;
}

.triangle-left {
    position: absolute;
    bottom: 0px;
}

ul.product-details-page-sec li {
    margin-bottom: 10px;
}

.events-filter.sidebar i.glyphicon-th-list {
    cursor: pointer;
}

.events-filter.sidebar i.glyphicon-calendar {
    cursor: pointer;
}

.game-ready-sec .card {
    min-height: 300px;
    border: 1px solid #f1eeee;
    background: #fff;
}

.my-package-sec h4 {
    margin-bottom: 10px;
    padding-left: 10px;
}

span#type_filterSelectBoxIt {
    min-width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    border: 1px solid #d4d4d4;
}

.activePackageDetails ul {
    margin-bottom: 30px;
}

.purchase-pack .bx-wrapper {
    margin-bottom: 30px !important;
}

.view-active-packages .card img {
    margin: 0px auto;
    max-height: 300px;
    width: 100%;
}

.dropdown-menu {
    border-radius: 0px;
}

.increment .col-xs-5.text-right {
    margin-top: 3px;
}

.increment select.form-control {
    height: 26px;
    padding: 3px 12px;
}


/*.game-ready-sec .card-body .package-img img {max-width: 180px;}*/

div#allProducts .card-body .package-img {
    max-width: 180px;
}

#teamProducts .card-body .package-img {
    max-width: 180px;
}

.row.marchindise-product .card-body .package-img {
    max-width: 180px;
}

.insights .card-body h4 strong {
    float: left;
    margin-right: 5px;
    text-transform: uppercase;
}

.row.insights div.mb-30 {
    min-height: 305px;
    margin-bottom: 10px !important;
}

span#type_filterSelectBoxItContainer {
    display: none;
}

select#type_filter {
    display: block !important;
}

span#sport_filterSelectBoxItContainer {
    display: none;
}

select#sport_filter {
    display: block !important;
}

span#subjectSelectBoxItContainer {
    display: none;
}

select#subject {
    display: block !important;
}


/*span.selectboxit-container.selectboxit-container {display: none;}
#filter select.form-control {display: block !important;}*/

ul.nav.navbar-nav.mobile-toggle-menu li a {
    transform: skewX(0deg) !important;
}

.cart-calc input[type="checkbox"] {
    float: left;
    margin-top: 1px;
    margin-right: 5px;
}

.cart-item .row.items-in-cart+.row {
    margin-bottom: 30px;
}


/***** Login full page *******/

@media screen and (max-width: 767px) {
    .countdown-sec-replace {
        display: none;
    }
    .home-ufc-desk {
        display: none;
    }
    .row.desk-product {
        display: none;
    }
    .countdown-sec {
        display: none;
    }
    .insites-sec {
        display: none;
    }
    /*.my-package-sec.homepage-mypack-logo .p-l-s { display: none !important; }*/
    .event-box.white-bg,
    .event-box.white-bg-form {
        margin-bottom: 30px;
    }
    /*.signin-mymvp {background: black;}*/
    section.filter {
        margin-top: 20px;
    }
    .merchandise-caption h1,
    .ticket-caption h1,
    .items-in-cart h1 {
        margin-top: 20px;
        text-align: center;
    }
    .breadcrumb {
        margin-top: 15px;
    }
    .mvp-acc-general.account_desk_tab_display {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .login-page .login-caption {
        padding: 80px 0px 105px 50px;
    }
    select#sports_mobile {
        display: none;
    }
    html body {
        /*padding-top: 60px !important;*/
    }
}

.login-page {
    background-size: cover;
    position: absolute;
    top: 0px;
    width: 100%;
}

.login-page .login-caption h1 {
    font-size: 60px;
    color: #fff;
}

.signin-mymvp span.shape-right {
    border-top: 470px solid #0095cf;
    border-right: 100px solid transparent;
    float: right;
}

.login-blue-bg {
    background: #0095cf;
    padding-top: 56px;
    color: #fff;
    height: 470px;
    padding-right: 30px;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    float: left;
    padding-left: 15px;
    position: relative;
    z-index: 5;
}

.login-blue-bg h3 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 36px;
}

.signin-mymvp a {
    color: #fff;
}

.login-blue-bg a.pull-right.need-help {
    margin-top: 4px;
    text-decoration: underline;
}

.get-all-our-pack {
    padding: 0px 15px 15px 15px;
    color: #3c3c3c;
    clear: both;
    overflow: hidden;
}

.get-all-our-pack h2 {
    margin-bottom: 10px;
    color: #00a2e1;
    font-size: 36px;
    margin-top: 56px;
}

.get-all-our-pack ul li {
    float: left;
    width: 25%;
    height: 65px;
    text-align: center;
    line-height: 65px;
    max-height: 65px;
}

.login-grow-sec {
    padding: 25px 0px;
    background: #f1f1f1;
    margin-top: 30px;
}

.login-grow-sec h1 {
    font-size: 100px;
}

.login-grow-sec h2 {
    font-size: 40px;
    color: #00a2e1;
}

.login-grow-sec ul li {
    background: url(../images/login/arrow.png) no-repeat;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
    padding-left: 24px;
    width: 45%;
}

.get-all-our-pack ul {
    max-width: 100%;
    margin-left: 92px;
}

.get-all-our-pack p span {
    color: #00a2e1;
    font-weight: bold;
}

.login-page-top-sec a.dropdown-toggle {
    color: #fff;
    display: inline-block;
    float: right;
}

.login-blue-bg .form-group.remember-me input[type="checkbox"] {
    float: left;
    margin-right: 5px;
    margin-top: 0px;
}

.activePackageDetails button.btn.btn-primary.btn-block:hover {
    background: transparent;
    color: #00a2e1;
}

.cart-calc form button.btn.btn-primary.btn-block {
    max-width: 287px;
    float: right;
}

.items-in-cart button.btn.btn-primary.btn-block {
    max-width: 300px;
    float: right;
    z-index: -1;
    position: relative;
}

.merchant-details .error {
    color: #f00;
    padding-right: 0px !important;
    margin-left: 0px !important;
    /* padding-top: 10px;*/
    display: inline-block;
}

.new-shipping-info.create_ddress select#state {
    display: block !important;
}

.new-shipping-info.create_ddress span#stateSelectBoxItContainer {
    display: none;
}


/*.modal-dialog.modal-lg.ckt-profit-calc button.btn-primary:hover {background: #00a2e1 !important;
    color: #fff !important;
    border: 1px solid #00a2e1 !important;}*/

table.table.shedule-second tr th:nth-child(1) {
    width: 35%;
}

table.table.shedule-second tr th:nth-child(2) {
    width: 15%;
}

table.table.shedule-second tr th:nth-child(3) {
    width: 15%;
}

table.table.shedule-second tr th:nth-child(4) {
    width: 15%;
}


/* Popup container - can be anything you want */


/* Popup container - can be anything you want */


/* Popup container - can be anything you want */

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* The actual popup */

.popup .popuptext {
    visibility: hidden;
    width: 200px;
    background-color: #3C3C3C;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}


/* Popup arrow */

.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #3C3C3C transparent transparent transparent;
}


/* Toggle this class - hide and show the popup */

.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}


/* Add animation (fade in the popup) */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

ul.pagination li a {
    font-size: 14px !important;
}

ul.pagination {
    padding-bottom: 10px;
    clear: both;
    display: block;
    overflow: hidden;
    border-top: 2px solid #00a2e1;
    padding-top: 20px;
    flex-wrap: wrap;
    border-radius: 0px;
    display: flex;
    justify-content: center !important;
}

ul.pagination li {
    max-width: 33px;
}

form#filter .text-right button.btn.btn-primary {
    padding: 4px 12px !important;
}

.new-shipping-info h3 a,
.shipping-info h3 a {
    font-size: 13px;
    padding-top: 15px;
}

.mvp-acc-general ul li a {
    font-size: 26px;
    color: #999;
}

.mvp-acc-general ul li.active a {
    font-size: 26px;
    color: #00a2e1 !important;
}

.mvp-acc-general ul li {
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #eae8e8;
    margin-bottom: 10px;
}

.mvp-acc-view .form-group p {
    font-weight: bold;
}

.mvp-acc-view .address span {
    display: block;
    margin-bottom: 10px;
}

span#cc_exp_ySelectBoxItContainer {
    display: none;
}

select#cc_exp_y {
    display: block !important;
}

span#cc_exp_mSelectBoxItContainer {
    display: none;
}

select#cc_exp_m {
    display: block !important;
}

.nav-tabs {
    border-bottom: 0px solid #fff;
}

nav.navbar.nav-bar-top li {
    transform: skewX(-30deg);
    border-right: 1px solid #e8e1e1;
}

nav.navbar.nav-bar-top ul.dropdown-menu li {
    border-right: 0px solid #fff;
}

nav.navbar.nav-bar-top li a {
    transform: skewx(30deg);
}

.top-sub-head .navbar ul li ul.dropdown-menu li a:hover {
    background: #00a2e1;
    color: #fff !important;
}


/*.top-sub-head .navbar ul li.dropdown ul.dropdown-menu li ul {margin-left: 34px; } */

nav.navbar.desk-top-menu .btn-primary:focus {
    background: transparent !important;
    border: 1px solid #fff !important;
}

.btn-primary:focus {
    background: #00a2e1 !important;
    border: 1px solid #fff !important;
}

.active-ticket-details.ticket-details .btn-primary:hover {
    background: transparent;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.active-ticket-details.ticket-details .row div button.btn.btn-primary.btn-block {
    margin-bottom: 15px;
}


/*.navbar.nav-bar-top .navbar-nav>li>.dropdown-menu {max-width: 300px;}*/

.login-page-top-sec a.dropdown-toggle span.glyphicon-globe {
    color: #00a2e1;
}

#login button.btn.btn-lg.btn-primary.btn-block {
    border: 1px solid #fff !important;
}

select#qstn2 {
    display: block !important;
}

span#qstn2SelectBoxItContainer {
    display: none;
}

select#qstn1 {
    display: block !important;
}

span#qstn1SelectBoxItContainer {
    display: none;
}

.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
}

.accordion-opened .accordion-toggle:after {
    content: "\f054";
}

.mvp-acc-general ul li a {
    text-decoration: none;
}

.mvp-acc-general ul li a:hover {
    color: #00a2e1;
}

nav.navbar.desk-top-menu .nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent !important;
}


/*shiva style css*/

.add-channels .additional-channels {
    position: relative;
    margin-left: 8px;
    top: 6px;
}

.add-channels .additional-channels .channel-list {
    position: absolute;
    border: 1px solid #a1a1a1;
    top: 30px;
    left: -56px;
    display: none;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    z-index: 999999999;
    text-align: center;
    min-width: 120px;
    padding: 10px;
}

.add-channels .additional-channels .channel-list:hover {
    cursor: normal;
}

.add-channels .additional-channels .channel-list:before {
    position: absolute;
    top: -32px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-left: -8px;
    content: '';
    border-width: 16px;
    border-style: solid;
    border-color: transparent transparent #a8a8a8 transparent;
}

.add-channels .additional-channels .channel-list .row {
    width: 680px;
    padding: 20px;
}

.add-channels .additional-channels .channel-list .row span {
    display: inline-block;
}

.add-channels .additional-channels:hover {
    cursor: pointer;
}

.add-channels .additional-channels:hover:before {
    content: '-';
    line-height: 21px;
    font-size: 24px;
}

.add-channels .additional-channels:hover .channel-list {
    display: block;
}

.add-channels .additional-channels:before {
    font-size: 24px;
    line-height: 21px;
    position: absolute;
    top: -8px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 24px;
    content: '+';
    text-align: center;
    color: #fff;
    background: #00a3ff;
    font-family: 'DINPro-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.clock-title {
    margin-left: 10px;
    display: flex;
    max-width: 420px;
}

.clock-title div {
    color: #fff;
    font-size: 22px;
    width: 33%;
    text-align: center;
}


/*.veiew-events-body a { min-width: 325px !important;}*/

.mt-20 {
    margin-top: 20px;
}

.active-ticket-details.ticket-details button {
    max-width: 300px;
}

.modal-dialog.modal-lg.ckt-profit-calc span.pull-right {
    font-weight: bold;
}

.input-group-btn button.btn.btn-default {
    border: 1px solid #b7b7b7;
    color: #666;
}

.addtocart button.btn.btn-primary {
    min-width: 200px;
}

div.custom input.form-control {
    margin-bottom: 15px;
    margin-top: 5px;
}

.custom-selection h3 {
    margin: 10px 0px;
}

#filter .input-group-btn button.btn.btn-default {
    padding: 6px 12px;
}

.insights .card h4 {
    overflow: hidden;
}

#mySidenav ul.dropdown-menu {
    background: #00a2e1;
    clear: both;
    clear: #fff;
    width: 100%;
}

#mySidenav ul.dropdown-menu li a:hover,
#mySidenav ul.dropdown-menu li a:focus,
#mySidenav ul.dropdown-menu li a:active,
#mySidenav ul.dropdown-menu li a:visited {
    background: #00a2e1;
    clear: both;
    clear: #fff;
}

.merchandise-caption.container p {
    font-weight: bold;
}

form#feed-back ul li input {
    width: 20px !important;
}

form#feed-back ul li h4 {
    padding-left: 3px;
}

.inactive-ticket-details.ticket-details button.btn.btn-primary.btn-block {
    margin-bottom: 15px;
}

.modal-dialog.modal-lg.ckt-profit-calc .bardescription-head {
    height: 70px;
}

.modal-dialog.modal-lg.ckt-profit-calc .shape-right {
    border-top: 70px solid #00a2e1 !important;
    border-right: 70px solid transparent;
    float: left;
}


/*** tempary****/

td.day.past.event {
    background: #113c5f;
    color: #fff !important;
}

.ticket-details ul {
    margin-bottom: 30px;
}

.blue-bg {
    background: #00a2e1;
}

.ticket-details button {
    max-width: 300px;
}

.modal-dialog.modal-lg.ckt-profit-calc .purchase-pack h3 {
    padding: 15px;
}

#admin-informaton .modal-body {
    margin-left: 0px;
    margin-right: 0px;
}

@media screen and (max-width:640px) {
    button.multiselect.dropdown-toggle.btn.btn-default {
        width: 91%;
    }
    .login-page .login-caption h1 {
        margin-top: 20px !important;
    }
    .bar-details.photos ul li {
        width: 45%;
    }
    .cart-item-mob-pad .cart-item-bdr {
        padding: 10px 20px !important;
    }
    .cart-item-mob-pad .cart-item h4 {
        padding-left: 15px;
    }
    .cart-item-mob-pad .cart-item h6 {
        padding-left: 15px;
    }
}

.bar-details div.row>p {
    padding-left: 15px;
    padding-right: 15px;
}

.activeinactive .yelp-spn {
    padding-top: 8px;
    display: inline-block;
}

.onoffswitch1-switch {
    background: #00a2e1 !important;
    box-shadow: none !important;
    border: 2px solid #0281b3 !important;
}

.onoffswitch1-inner:after {
    background-color: #efefef !important;
    color: #666 !important;
    font-size: 12px !important;
}

.onoffswitch1-inner:before {
    background-color: #fff !important;
    color: #666 !important;
    font-size: 12px !important;
}

.twitter-typeahead {
    width: 100%;
    color: #404040;
    /*border: 1px solid #ddd;*/
}

.onoffswitch1-label {
    border: 1px solid #d4d2d2 !important;
}

div#yelp-businessId>p {
    padding-left: 88px;
}

.calendar-wrapper i.glyphicon.glyphicon-th-list {
    float: left !important;
    font-size: 22px !important;
    color: #a7a7a7 !important;
    cursor: pointer;
}

.calendar-wrapper i.glyphicon.glyphicon-calendar {
    float: left !important;
    font-size: 22px !important;
    color: #a7a7a7 !important;
    padding-left: 15px;
    cursor: pointer;
}

.calendar-wrapper .row .col-sm-3 a,
.calendar-wrapper .row .col-sm-3 a:focus,
.calendar-wrapper .row .col-sm-3 a:visited {
    background: none !important;
    color: #00a2e1;
}

.content.account.calendar .btn-primary:hover {
    color: #00a2e1 !important;
    border: 1px solid #00a2e1;
}

.events-list-item .col-xs-2 {
    min-width: 100px !important;
}

ul.pagination li a:hover,
ul.pagination li a:link,
ul.pagination li a:visited,
ul.pagination li a:hover,
ul.pagination li a:active {
    box-shadow: none !important;
}

.plus .glyphicon-plus {
    font-size: 60px;
    color: #00a2e1;
    line-height: 145px;
}

.ckt-profit-calc h3 {
    padding-left: 15px;
    padding-right: 15px;
}

.ticket-details .btn-primary:hover {
    background: transparent;
    color: #fff !important;
    border: 1px solid #fff !important;
}


/******* MAIN MENU DROP DWON*****/

ul.nav.navbar-nav.navbar-right li.dropdown ul.dropdown-menu {
    transform: skewX(30deg) !important;
    left: 90px !important;
    min-width: 400px !important;
}

ul.nav.navbar-nav.navbar-right li.dropdown ul.dropdown-menu li:hover {
    transform: skewX(0deg) !important;
}

ul.nav.navbar-nav.navbar-right li.dropdown ul.dropdown-menu li:hover a {
    transform: skewX(0deg) !important;
    color: #fff !important;
}

ul.nav.navbar-nav.navbar-right li.dropdown ul.dropdown-menu li {
    width: 49%;
    float: left;
    border-bottom: 1px oslid #d4d4d4;
}

ul.nav.navbar-nav.navbar-right li.dropdown ul.dropdown-menu li a {
    color: #3c3c3c;
}

ul.nav.navbar-nav.navbar-right li.dropdown ul.dropdown-menu li a img {
    margin-right: 8px;
}

.event-location,
.event-global,
.event-campaign {
    background-color: #113c5f !important;
    margin-top: 5px !important;
    min-height: 80px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
}

#full-calendar .day-selected div {
    width: auto !important;
}

@media screen and (max-width: 768px) {
    .mymodal-popUp #myModal {
        height: auto! important;
    }
    .we-want-ur-feedback {
        display: none;
    }
    .cart-imageadjust {
        margin: 0px 10px;
    }
    /* .checkout-cart-info .cart-item */
    img.cartreview-img {
        max-width: 69px;
        height: 64px;
    }
    .content.account .section .row {
        padding: 15px !important;
    }
}

.content.account .section .row {
    padding: 5px 15px 45px 15px !important;
}

.calendar-icon:after {
    width: 0px !important;
}

li.dropdown-submenu a.dropdown-toggle span {
    float: right;
}


/*.top-sub-head .navbar ul li.dropdown ul.dropdown-menu li ul {position:none !important; }
.top-sub-head .navbar ul li.dropdown ul.dropdown-menu li ul {
    position: initial;
    left: 0px;
    margin-left: 57px;
    border: 0px;
    min-width: 298px;
    box-shadow: none;
}*/

div#addevent .modal-dialog,
div#editevent .modal-dialog {
    min-width: 600px;
}


/*div#mySidenav ul li.dropdown a {
  background: #00a2e1;
}*/

div#ckt-profit-calc .bardescription-head {
    background: #00a2e1;
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 7px);
    width: calc(100% - 70px);
    padding: 15px 10px 0px 10px;
    height: 70px;
}

img#crop-image {
    width: 600px !important;
    max-width: 600px !important;
    min-width: 600px !important;
}

.cropimage .modal-dialog {
    min-width: 800px !important;
}

.cropimage .modal-dialog .modal-body {
    overflow-x: auto;
}

.bar-details.photos a.btn.btn-primary {
    min-width: 120px;
}

div#orderslist {
    border-top: 2px solid #00a2e1;
    padding-top: 20px;
}

.clndr {
    outline: 2px solid #00a2e1;
}


/*.content.account.calendar .section .row {    border-bottom: 1px solid #00a1e2;  margin-bottom: 20px;}*/

.panel-heading .acc-right i.fa.fa-print {
    font-size: 30px;
}

.drp-multiple button {
    border: 1px solid #d4d4d4;
    color: #666;
}

.drp-multiple .btn-default.active.focus,
.drp-multiple .btn-default.active:focus,
.drp-multiple .btn-default.active:hover,
.drp-multiple .btn-default:active.focus,
.drp-multiple .btn-default:active:focus,
.drp-multiple .btn-default:active:hover,
.drp-multiple .open>.dropdown-toggle.btn-default.focus,
.drp-multiple .open>.dropdown-toggle.btn-default:focus,
.drp-multiple .open>.dropdown-toggle.btn-default:hover {
    background-color: transparent !important;
}

.drp-multiple ul.multiselect-container.dropdown-menu {
    min-width: 300px;
    padding: 10px 0px;
}

ul.multiselect-container.dropdown-menu li {
    float: left;
    width: 45%;
}

.drp-multiple .btn-default.active,
.drp-multiple .btn-default:active,
.drp-multiple .open>.dropdown-toggle.btn-default {
    background-color: #fff !important;
}

div#exampleModal .modal-dialog {
    max-width: 800px !important;
    min-width: 800px;
}

hr.bdr-blue {
    border-top: 2px solid #00a1e2;
}

.breadcrumb {
    background: none !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}

table.shedule-second td,
.schedulelist table td {
    padding: 15px 8px !important;
}

.schedulelist table {
    border-bottom: 2px solid #00a1e2;
}

.alert-info {
    color: red;
    background-color: #d9edf7;
    border-color: #bce8f1;
    text-align: center;
}

table.shedule-second .panel-body,
.schedulelist .panel-body {
    border-top: 0px solid #fff !important;
    border-bottom: 0px solid #fff !important;
}

.schedulelist table td:even {
    background: #f1eeee;
}

.schedulelist .panel-body {
    padding: 0px;
}

td.day.past.event.day-selected .event-global,
td.day.past.event.day-selected .event-campaign {
    outline: 5px solid #ed9232 !important;
}

.evenbg {
    background: #f8f8f8;
}

.channel-list span {
    display: block;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    width: 93%;
}

.drp-multiple .btn-group,
.btn-group-vertical {
    position: absolute;
    display: block;
    vertical-align: middle;
    width: 100%;
    min-width: 100%;
}

.drp-multiple .btn .caret {
    margin-left: 0;
    float: right;
    margin-top: 8px;
    display: inline-block;
}

.drp-multiple span.multiselect-selected-text {
    float: left;
}


/*@media screen and (max-width: 768px){
   ul.nav.nav-tabs {display: none;}
  .countdown-sec {display:none;}
  .insites-sec {display:none;}
}*/

.shedule-zip table td {
    border-top: 0px solid #fff !important;
}

.shedule-zip .panel-body {
    border-top: 0px solid #fff!important;
}

table.table.shedule-second {
    border-bottom: 2px solid #00a1e2;
}

select#sports_mobile {
    margin-top: 20px;
}

.merchandise-caption.container h6 {
    margin-top: 20px;
}

.cart-item div a.track-click {
    display: inline-block;
}

div#mySidenav ul li ul li a img {
    margin-right: 8px;
}

div#mySidenav .nav .open>a,
div#mySidenav .nav .open>a:focus,
div#mySidenav .nav .open>a:hover {
    background-color: #00a1e2 !important;
}

div#mySidenav span.glyphicon.glyphicon-chevron-down {
    font-size: 15px;
    font-weight: 100;
}

.top-sub-head .navbar ul li ul.dropdown-menu {
    transform: skewX(30deg);
}

.navbar.nav-bar-top ul.dropdown-menu {
    min-width: 260px;
}

.drop-locations {
    margin-left: 38px;
}

div#media table tr td.evenbg {
    background: transparent !important;
}

div#media ul.sdl-list {
    margin-left: 58px;
}

.ipl-name select {
    margin-top: 15px;
    border: 1px solid #f8f8f8 !important;
}

.merchandise-caption.shedule-zip.container ul li a {
    color: #3c3c3c;
}

div#binsights .card {
    border: 0px solid #fff !important;
    margin-bottom: 0px !important;
}

div#binsights .card .package-img img {
    width: 100%;
}

.nav-bar-top .track-click span {
    color: #00a2e1;
    margin-right: 3px;
    display: inline-block;
    margin-bottom: -9px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}


/*.nav-bar-top .track-click:hover span {background:#fff; color:#00a2e1 !important; }*/

.cart-item .form-control.change_qty {
    padding: 6px !important;
}

.cart-error {
    color: red;
    font-size: 12px;
}

.alert.dropdown.open ul.dropdown-toggle {
    display: block;
}

.alert.dropdown ul.dropdown-toggle {
    display: none;
}

li#top-alerts {
    margin: 0px auto !important;
    padding: 0px;
}

div#binsights .card-body h4 {
    min-height: 80px;
    margin-bottom: 9px;
    max-height: 96px;
}

#top-alerts .alert-count {
    display: inline-block;
    min-width: 10px;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 100%;
    margin-top: -11px;
    background: #00a2e1;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.account_desk_tab_display ul li a {
    border: 0px solid #fff !important;
}

.account_desk_tab_display ul li {
    width: 100%;
}

.account_desk_tab_display ul {
    margin-top: 45px;
    border-bottom: 0px solid #fff;
}

.proced-checkout-btn {
    width: 300px;
}

@media (min-width: 768px) {
    .breaking-news strong div {
        margin-top: 2px;
    }
    #navbar {
        text-align: center;
    }
    nav.navbar.desk-top-menu {
        padding-top: 24px;
    }
}

ul.nav.navbar-nav.mobile-toggle-menu ul li a {
    padding-left: 5px !important;
}

.marchindise-product .btn-warning {
    min-width: 140px;
}

.overlay_out {
    background: rgba(0, 0, 0, 0.9) !important;
}

.item img {
    width: 100%;
}

.index-page-nav {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.carousel-indicators li {
    transform: skew(-20deg);
    width: 25px;
    height: 10px;
    border-radius: 0px !important;
    border: 0px solid #ccc !important;
    background: #393939;
}

.carousel-indicators li.active {
    background: #00a2e1;
    width: 25px;
    height: 10px;
    border: 0px solid #ccc !important;
    margin-bottom: 1px;
}

div#myNavbar ul li ul {
    transform: skew(30deg);
    left: 90px;
    background: #fff;
    width: 333px;
}

div#myNavbar ul li ul li {
    width: 50%;
    float: left;
    line-height: 45px;
}

div#myNavbar ul li ul li a {
    color: #6d6d6d !important;
    font-weight: normal;
    line-height: 35px;
    border-bottom: 1px solid #f3f2f2;
    border-left: 1px solid #f3f2f2;
}

div#myNavbar ul li ul li:hover {
    background: transparent !important;
}

div#myNavbar ul li ul li a img {
    margin-right: 25px;
}

.bx-wrapper {
    z-index: -1;
}


/*.nav-bar-top .dropdown-submenu .dropdown-menu {left:268px !important;}*/

.custome-drop-2 {
    left: 104% !important;
}

.custome-drop-3 {
    left: 108% !important;
}

.custome-drop-4 {
    left: 113% !important;
}

.custome-drop-5 {
    left: 117% !important;
}

.custome-drop-6 {
    left: 122% !important;
}

.custome-drop-7 {
    left: 126% !important;
}

.custome-drop-8 {
    left: 131% !important;
}

#myCarousel {
    z-index: 0;
}

li#top-alerts:hover a i span {
    background: #fff;
    color: #00a2e1 !important;
}

div#myNavbar ul li:hover ul li a {
    color: #3c3c3c !important;
}

label.cross-line {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 10px 15px 10px 8px;
    transform: skew(-30deg);
}

.login-page-top-sec a.dropdown-toggle {
    color: #fff;
    display: inline-block;
    float: right;
    transform: skew(30deg);
}


/*.login-page-top-sec a.navbar-brand {margin-top: 10px;}*/

.cross-line label {
    font-weight: 400;
    padding-left: 30px;
}

.cross-line .fa-angle-down {
    font-size: 18px;
    padding-left: 2px;
}

.cross-line img {
    width: 18px;
}

.login-page .login-caption {
    min-height: 200px;
}

.signin-mymvp .container {
    max-width: 1150px;
}

.directmvptxt {
    color: #00a2e1;
    font-weight: bold;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background: #fff !important;
}

.grow-text-farmet h1 span {
    color: #0081b7;
    width: 326px;
    display: inline-block;
    text-align: justify;
}

.grow-text-farmet h2 {
    width: 326px;
    text-align: justify;
    font-size: 38px;
    margin-top: -22px;
    margin-left: 4px;
}

.grow-text-farmet h2 div {
    text-align: justify;
    letter-spacing: 3px;
}

.my-mvp-link {
    background: #00a2e1;
}

.my-mvp-link a {
    color: #fff !important;
}

.my-mvp-link a span {
    color: #fff !important;
}

.dtv-icon-globe {
    background: url(../images/home/globe-blue.png) no-repeat 8px 13px;
    background-size: 14px;
}

li.dropdown.direct-tv:hover .dtv-icon-globe {
    background: url(../images/home/globe-white.png) no-repeat 8px 13px !important;
    background-size: 14px !important;
}

.dtv-icon-globe-login {
    background: url(../images/home/globe-blue.png) no-repeat 8px 4px;
    background-size: 14px;
}

.dtv-icon-globe-login label {
    padding-left: 30px;
}

.top-head-cart-iocn {
    background: black;
    text-align: right;
    height: 40px;
}

.Parallelogram-black {
    transform: skew(-30deg);
    float: right;
    background: black;
    width: 92px;
    height: 34px;
    outline: 3px solid black;
    margin-right: -20px;
    position: absolute;
    right: 0px;
    margin-top: 3px;
}

#industryinsights .box p {
    margin-bottom: 10px;
    font-size: 20px !important;
    line-height: 25px !important;
    margin-bottom: 18px;
}

.purchase-pack .card {
    border: 0px solid #fff !important;
    padding-top: 0px !important;
}

.setup-bar-btn {
    min-width: 320px !important;
}


/*.ticket-details {display: flex; align-items: center;}
.ticket-details h2 {width:100%; display:block !important; clear: both;}*/

#binsights .card-body p {
    line-height: 24px;
}

.view-all-merch-btn {
    margin-top: -140px;
    margin-left: 54px;
}

ul.nav.navbar-nav.shedule-link-top {
    min-width: 120px;
}

@media screen and (max-width: 850px) and (min-width: 700px) {
    .top-head-cart-iocn {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 1240px) and (min-width: 980px) {
    .top-sub-head .navbar ul li a {
        padding-left: 10px;
        padding-right: 20px;
    }
    .direct-tv a {
        min-width: 160px;
        text-align: center;
    }
    .atbusiness-link {
        min-width: 175px;
    }
    .atbusiness-link a {
        text-align: center;
    }
    ul.shedule-link-top li.shedule-btn {
        min-width: 125px !important;
    }
    .mymvp-link-grediant-bg ul li.atbusiness-link a {
        padding-left: 0px;
    }
    ul#home-alerts {
        min-height: 211px;
    }
}

@media screen and (min-width: 980px) {
    .merchandise-page-line-mobile {
        color: #909090;
        font-size: 14px;
        position: relative;
        top: -4px
    }
}

.pt-15px {
    padding-top: 15px;
}

.credit-center {
    margin-left: -44px;
    line-height: 16px;
    font-weight: bold;
    ont-size: 18px;
}

.credit-center span {
    font-weight: bold;
    font-size: 18px;
}

label.stock-sout-label {
    font-weight: normal;
    padding: 7px 15px;
    min-width: 144px;
    color: #eea236;
    font-size: 18px;
}

.btn {
    font-size: 15px
}

#packagechange td:empty {
    height: 46px;
}


/*ul.shedule-link-top  li.shedule-btn {min-width: 135px;}*/

.merchant-details .text-center img {
    border: 1px solid #f1f1f1;
}

.glyphicon-search {
    color: #00a1e2;
}

section.filter.align-middle .input-group .input-group-btn button {
    background: transparent;
    border-top: 1px solid #bbbaba;
    border-right: 1px solid #bbbaba;
    border-bottom: 1px solid #bbbaba;
    margin-top: 0px;
    height: 34px;
    border-left: 1px solid #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

#myNavbar ul.nav.navbar-nav.navbar-right .dropdown-menu>li>a:hover {
    background: #00a1e2;
    color: #fff !important;
}

.modal-dialog.modal-lg.ckt-profit-calc .modal-header .close {
    font-size: 40px;
    position: absolute;
    right: 10px;
}

.row.mobile-product-slider #myCarousel1 {
    max-width: 320px;
    margin: 0px auto;
}

#myCarousel1 .carousel-control,
#myCarousel2 .carousel-control,
#myCarousel3 .carousel-control,
#myCarousel4 .carousel-control {
    opacity: 1;
    top: -70px;
}

#myCarousel1 .glyphicon-menu-left,
#myCarousel1 .glyphicon-menu-right,
#myCarousel2 .glyphicon-menu-left,
#myCarousel2 .glyphicon-menu-right,
#myCarousel3 .glyphicon-menu-left,
#myCarousel3 .glyphicon-menu-right,
#myCarousel4 .glyphicon-menu-left,
#myCarousel4 .glyphicon-menu-right {
    top: 45%;
    font-size: 40px;
    color: #00a2e1;
}

.bv-form .help-block {
    margin-bottom: -10px;
}

div#exTab1 ul li h3 div {
    display: inline-block;
    margin-left: -5px;
}

#businessinsights p {
    font-size: 20px;
}

body.login .container {
    max-width: 1150px;
}

.bar-details.photos a {
    width: 100%;
    height: 100%;
    display: inline-block;
}


/*ul.nav.navbar-nav.top-nav-middle-list { margin-right: 50px;}*/

@media screen and (max-width: 1024px) {
    .flip-clock-wrapper ul {
        width: 47px !important;
    }
    .countdown-sec .media-body h4 {
        font-size: 20px;
    }
    .clock-title div {
        font-size: 18px !important;
    }
    .countdown-sec .media .media-body .btn-primary {
        padding: 10px 4px !important;
        font-size: 13px !important;
    }
    .clock-title div {
        font-size: 22px;
        width: 31% !important;
        margin-top: -15px !important;
    }
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 42px !important;
    }
    .flip-clock-wrapper ul li {
        width: 70% !important;
        height: 70% !important;
        line-height: 62px !important;
    }
    nav.navbar.nav-bar-top {
        background: #f8f8f8;
    }
    ul.nav.navbar-nav.shedule-link-top {
        min-width: 135px !important;
    }
    .cart-item h4,
    .cart-item h6 {
        font-size: 14px;
    }
    ul.nav.nav-tabs li.active.last:after {
        display: none;
    }
    ul.nav.nav-tabs li.last:hover:before {
        display: none;
    }
    ul.nav.nav-tabs li.first:hover:before {
        display: none;
    }
    ul.nav.nav-tabs li.active.first:before {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .home-setup-sec .setup-bar-btn a {
        min-width: 150px;
    }
    .trans-login-grey {
        background: #016186;
        height: 30px;
        margin-top: -30px;
        opacity: 0.6;
        width: 50%;
        transform: skew(-12deg);
        margin-left: -11px;
    }
    /*.signin-mymvp {
    background: rgba(0,161,225,1);
    background: -moz-linear-gradient(left, rgba(0,161,225,1) 0%, rgba(0,161,225,1) 31%, rgba(0,0,0,1) 31%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,161,225,1)), color-stop(31%, rgba(0,161,225,1)), color-stop(31%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(left, rgba(0,161,225,1) 0%, rgba(0,161,225,1) 31%, #0e0e0e 31%, #0e0e0e 100%);
    background: -o-linear-gradient(left, rgba(0,161,225,1) 0%, rgba(0,161,225,1) 31%, rgba(0,0,0,1) 31%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,161,225,1) 0%, rgba(0,161,225,1) 31%, rgba(0,0,0,1) 31%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to right, #0095cf 0%, #0095cf 31%, #0e0e0e 31%, #0e0e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a1e1', endColorstr='#000000', GradientType=1 );
    min-height: 470px;
}
*/
    .signin-mymvp {
        background: rgba(0, 161, 225, 1);
        background: -moz-linear-gradient(left, rgba(0, 161, 225, 1) 0%, rgba(0, 161, 225, 1) 31%, rgba(0, 0, 0, 1) 31%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 161, 225, 1)), color-stop(31%, rgba(0, 161, 225, 1)), color-stop(31%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
        background: -webkit-linear-gradient(left, rgba(0, 161, 225, 1) 0%, rgba(0, 161, 225, 1) 31%, #ffffff 31%, #ffffff 100%);
        background: -o-linear-gradient(left, rgba(0, 161, 225, 1) 0%, rgba(0, 161, 225, 1) 31%, rgba(0, 0, 0, 1) 31%, rgba(0, 0, 0, 1) 100%);
        background: -ms-linear-gradient(left, rgba(0, 161, 225, 1) 0%, rgba(0, 161, 225, 1) 31%, rgba(0, 0, 0, 1) 31%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to right, #0095cf 0%, #0095cf 31%, #ffffff 31%, #ffffff 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00a1e1', endColorstr='#000000', GradientType=1);
        min-height: 470px;
    }
}

.get-all-our-pack p {
    font-size: 16px;
    max-width: 340px;
    text-align: center;
    margin: 30px auto;
}

.mb-25px {
    margin-bottom: 25px;
}

.mymvp-link-grediant-bg li.dropdown.direct-tv {
    min-width: 150px;
    text-align: right;
}

.mymvp-link-grediant-bg a.track-click {
    min-width: 130px;
}

.mymvp-link-grediant-bg li.dropdown.my-mvp-link {
    border-right: 0px solid #000;
}


/*.top-head-cart-iocn a { margin-left: -60px;}*/

ul.nav.navbar-nav.top-nav-middle-list i.fa.fa-bell-o {
    font-size: 16px;
    font-weight: bold;
}

.get-all-our-pack .carousel-control {
    color: #00a2e1;
    opacity: 1;
}

.get-all-our-pack .carousel-control {
    margin-left: -15px;
    font-size: 70px;
    margin-top: -5px;
}

.get-all-our-pack ul.sdl-list {
    margin-top: 0px;
    margin-bottom: 0px;
}

.get-all-our-pack .carousel-control:hover {
    color: #0389bd;
}

.card .btn-primary {
    padding-top: 13px;
    padding-bottom: 13px;
}

input#merchandise_filter {
    position: absolute;
    top: 2px;
    border-left: 1px solid #bbbaba;
    border-radius: 0px;
    border-right: 1px solid #bbbaba;
    border-bottom: 1px solid #bbbaba;
    border-top: 1px solid #bbbaba;
}

section.filter.align-middle .twitter-typeahead {
    border-radius: 3px;
}

.merchandise-caption.shedule-zip.container ul li:hover {
    background: #00a2e1;
}

.merchandise-caption.shedule-zip.container ul li:hover a {
    color: #fff;
    cursor: pointer;
}

i.glyphicon.glyphicon-edit {
    margin-right: 5px;
}

.modal-header1 {
    float: right;
    position: absolute;
    right: 0px;
    z-index: 4;
}

.modal-dialog.modal-lg.ckt-profit-calc .col-xs-2 img.mt-10 {
    margin-top: -5px;
}

.btn-outline {
    background: transparent !important;
    color: #00a2e1;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:visited {
    background: transparent !important;
    color: #00a2e1 !important;
    border: 1px solid #0281b3 !important;
}


/******** FORM FIELDS CUSTOMIZATON********/


/******** FORM FIELDS CUSTOMIZATON********/


/******** FORM FIELDS CUSTOMIZATON********/

select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: url(../images/home/select.png) no-repeat right !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #00a2e1;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

input[type="checkbox"]:checked+label::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 6px;
    background: rgba(0, 0, 0, 0);
    top: 8px;
    left: 3px;
    border: 3px solid #00a2e1;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="checkbox"] {
    line-height: 2.1ex;
}

input[type="radio"],
input[type="checkbox"] {
    position: absolute;
    left: -999em;
}

input[type="checkbox"]+label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

input[type="checkbox"]+label::before {
    content: "";
    display: inline-block;
    vertical-align: -25%;
    height: 16px;
    width: 16px;
    background-color: white;
    border: 1px solid rgb(166, 166, 166);
    border-radius: 4px;
    /*box-shadow: inset 0 2px 5px rgba(0,0,0,0.25);*/
    margin-right: 0.5em;
}


/********* form fields customized*****/

@media screen and (max-width: 1200px) and (min-width: 950px) {
    .grow-text-farmet h1 {
        font-size: 90px;
    }
    .grow-text-farmet h2 {
        font-size: 33px;
    }
}

.fltL {
    float: left;
}

.makecrowd-shape {
    border-bottom: 67px solid transparent;
    width: 20px;
    border-left: 30px solid #00a2e1;
}

.make-crowd-width {
    -webkit-width: calc(100% - 30px);
    -moz-width: calc(100% - 30px);
    width: calc(100% - 30px) !important;
}

.closemodal {
    color: #00a2e1 !important;
    opacity: 1 !important;
    margin-right: 10px;
    font-size: 32px !important;
    margin-top: 29px;
    position: relative;
    top: 5px;
    font-weight: normal !important;
}

.closemodal:hover {
    color: #0281b3;
    opacity: 1;
}

#home .bar-details h3 .glyphicon-edit {
    margin-top: -24px;
}

#search {
    border-right: 0px solid #fff;
}

button.btn.merchandise-search {
    margin-top: -4px !important;
    height: 36px !important;
    border-right: 1px solid #e4e1e1 !important;
    border-top: 1px solid #e4e1e1!important;
    border-bottom: 1px solid #e4e1e1 !important;
}

a.right.carousel-control {
    right: -8px;
}

.mb-5px {
    margin-bottom: 5px;
}


/*section.products {
    position: relative;
    z-index: -1;
}*/

.onoffswitch1-label:before {
    display: none !important;
}

#edit-profile-details .has-feedback .form-control {
    padding-right: 27.5px;
}

.amcls {
    max-width: 100px;
    width: 90px;
    padding-right: 16px !important;
}

.bar-details.my-package-sec .carousel-control {
    color: #00a2e1;
    opacity: 0.8;
}

.login-caption h1.container div {
    font-size: 100px;
    font-weight: bold;
    margin-left: 30px;
}

.login-caption h1.container label {
    margin-left: 168px;
    font-weight: normal;
}

.login-page .login-caption h1 sup {
    top: -43px;
    font-size: 60px;
}

.login-grow-black-sec ul li {
    width: 100% !important;
    float: none !important;
    margin-bottom: 13px !important;
    text-align: left !important;
    line-height: 20px;
    max-height: -webkit-fill-available;
    background: url(../images/login/arrow.png) 0px 0px no-repeat;
    font-size: 17px;
    padding-left: 23px;
    height: auto !important;
}


/*.closed-overnight input[type="checkbox"]:checked + label::after {left: 25px !important;}*/

.login-grow-black-sec a {
    margin-top: 33px;
    position: absolute;
    text-decoration: underline;
}

.get-all-our-pack h2 div {
    font-size: 32px;
}

select#lstsports input[type="radio"],
input[type="checkbox"] {
    left: auto !important;
}

.upload-plus {
    background: #f5f5f5;
}

.closed-overnight span {
    display: none;
}

.closed-overnight label {
    margin-right: 12px !important;
}

#login button.btn.btn-lg.btn-primary.btn-block,
#login2 button.btn.btn-lg.btn-primary.btn-block {
    background: transparent;
}

#login2 button.btn.btn-lg.btn-primary.btn-block {
    border: 1px solid #fff !important;
}

.closemodal.checkoutdetails {
    top: -18px !important;
}

ul.list.dropdown-menu li.view-all a.btn {
    text-align: left;
}


/*#myCarousel .carousel-inner .item img { max-height: 560px;}*/

.insights .card h4 {
    text-align: left !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

label.onoffswitch1-label:after {
    display: none;
}

#edit-profile-hours select,
.edit-bar-details select {
    background-size: 14px 14px !important;
}

#edit-profile-hours,
.edit-bar-details .closed-overnight input[type="checkbox"]:checked+label::after {
    top: 7px !important;
    left: 3px !important;
}

#column-teams .remove-team,
#column-teams .remove-sport,
.adsdashboard-sport .remove-sport {
    color: #ffffff!important;
    background: #00a3ff!important;
    margin-left: 8px;
    padding: 0px 7px 3px 7px;
    border-radius: 50%;
}

.adsdashboard-sport li,
#bardescription ul#column-teams li {
    line-height: 20px;
    margin-bottom: 10px;
}

div#bardescription .input-group {
    margin-bottom: 15px;
}

input#merchandise_filter {
    border-top: 1px solid #d4d4d4;
    position: absolute;
    top: 2px;
    border-left: 1px solid #d4d4d4;
    border-radius: 3px;
    border-right: 0px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

section.filter.align-middle .twitter-typeahead {
    border-top: 0px solid #fff;
}

form#updateyelp table td label {
    font-weight: normal;
}

.edit-bar-details table tr td label {
    font-weight: normal;
}

#bardescription .input-group-btn button.btn.btn-default {
    border: 1px solid #c3c3c3;
    color: #666;
    height: 34px;
    border-left: 0px solid #fff;
}

#barhours .modal-body.edit-hours-frm select {
    width: 95px;
}

section.filter.align-middle .input-group .input-group-btn button {
    background: transparent;
    border-top: 1px solid #cccccc !important;
    border-right: 1px solid #cccccc !important;
    border-bottom: 1px solid #cccccc !important;
    margin-top: 0px;
    height: 34px !important;
    border-left: 1px solid #cccccc !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    top: 0px;
}

.purchase-pack h3 label.pull-right.small {
    font-size: 20px;
    color: #3c3c3c;
}

.footer-sec a:hover,
.footer-sec a:focus,
.footer-sec a:visited {
    color: #fff !important;
    text-decoration: none !important;
}

.login-grow-black-sec a {
    color: #3c3c3c;
}

label.tab-font {
    font-weight: normal;
    transform: skew(20deg);
    cursor: pointer;
}

input[type="checkbox"] {
    opacity: 0;
}

label {
    font-weight: normal !important;
}

ul.multiselect-container.dropdown-menu li a label input {
    opacity: 1 !important;
}

ul.multiselect-container.dropdown-menu li a:hover {
    background: #00a2e1;
    color: #fff;
}

.my-0px {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#bardescription .twitter-typeahead {
    border: 0px solid #fff !important;
    margin-top: 4px !important;
}

@font-face {
    font-family: ATTAleckSans;
    src: url(../fonts/ATTAleckSans_WRC_Rg.woff);
}

.form-group.remember-me input[type="checkbox"]:checked+label::after {
    width: 11px;
    height: 6px;
    background: rgba(0, 0, 0, 0);
    top: 5px;
    left: 3px;
}

#footer p,
#footer p a {
    color: #fff !important;
}

.merchandise-search-right {
    top: 2px !important;
}

a.insite-page.btn.btn-default {
    border-left: 0px;
    height: 34px;
}

li.shedule-btn a {
    padding-left: 10px !important;
    padding-right: 10px;
}

.shedule-tab ul.nav.nav-tabs li.active.first:before {
    background: #00a2e1;
    border-bottom: 5px solid #00a2e1;
    content: "";
    height: 44px;
    position: absolute;
    left: -12px;
    top: 1px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    transform: skew(20deg);
    width: 25px;
    z-index: 4;
}

ul.nav.nav-tabs li.last a:hover:before {
    background: #00a2e1;
    border-bottom: 5px solid #00a2e1;
    content: "";
    height: 46px;
    position: absolute;
    right: -12px;
    top: 1px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    transform: skew(20deg);
    width: 25px;
    z-index: 4;
}

ul.nav.nav-tabs li.first a:hover:before {
    background: #00a2e1;
    border-bottom: 5px solid #00a2e1;
    content: "";
    height: 56px;
    position: absolute;
    left: -12px;
    top: 0px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    transform: skew(20deg);
    width: 25px;
    z-index: 4;
}

.shedule-tab ul.nav.nav-tabs li.active.last:after {
    background: #00a2e1;
    border-bottom: 5px solid #00a2e1;
    content: "";
    height: 43px;
    position: absolute;
    right: -9px;
    top: 1px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    transform: skew(20deg);
    width: 33px;
    z-index: 4;
}

ul.nav.nav-tabs li.last a {
    border-right: 0px solid #fff !important;
}

.mymvp-tab ul li {
    width: 49% !important;
}

.homepage-mypack-logo {
    padding: 20px 0px 10px 0px;
    max-width: 98%;
    box-sizing: border-box;
    margin: -50px auto 2px auto;
}

.mypackage-left-logos {
    border-right: 1px solid #ccc;
    overflow: hidden;
    float: left;
    width: 10px !important;
}

.video-sec-home {
    background: url(../images/home/clock-bg.jpg) no-repeat #152731;
    background-size: cover;
    min-height: 320px;
    margin: 0px auto 2px auto;
    max-width: 1170px;
}

.video-sec-home.text-center video {
    margin-top: 126px;
}

.main-dtv {
    cursor: pointer;
}

@media screen and (max-width: 992px) {
    .shedule-search-medium {
        clear: left;
        margin-top: 10px;
    }
    .shedule-search-medium-mt-15 {
        margin-top: 10px;
    }
    .signin-mymvp .container {
        max-width: 100%;
        width: 100% !important;
    }
    .login-blue-bg-full-mobile {
        background: #0095cf;
        overflow: hidden;
    }
    .get-all-our-pack {
        margin-bottom: 40px;
    }
    .login-page .login-caption h1 {
        padding-left: 50px;
    }
}

.football-logo a {
    background: url(../images/shedule/Football.png) no-repeat 5px;
    padding-left: 35px !important;
}

.football-logo:hover a {
    background: url(../images/shedule/Football_white.png) no-repeat 5px;
}

.football-drop-logo a {
    background: url(../images/shedule/Football.png) no-repeat 17px !important;
    padding-left: 62px !important;
}

.football-drop-logo a:hover {
    background: url(../images/shedule/Football_white.png) no-repeat 17px #00a2e1 !important;
}

ul#home-alerts li {
    background: url(../images/login/arrow.png) 1px 4px no-repeat;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 15px;
    background-size: 10px 12px;
}

ul#home-alerts {
    clear: both;
    display: block;
    margin-left: 30px;
}

.p-l-s {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.p-l-s>div {
    width: 56px;
    margin: 10px 7px;
    text-align: center;
    line-height: 75px;
}

.mypackage-right-logos {
    float: left;
    overflow: hidden;
}

.racing-logo a {
    background: url(../images/shedule/Racing.png) no-repeat 5px;
    padding-left: 35px !important;
}

.racing-logo:hover a {
    background: url(../images/shedule/Racing_white.png) no-repeat 5px;
}

.baseball-logo a {
    background: url(../images/shedule/Baseball.png) no-repeat 5px;
    padding-left: 35px !important;
}

.baseball-logo:hover a {
    background: url(../images/shedule/Baseball_white.png) no-repeat 5px;
}

.golf-logo a {
    background: url(../images/shedule/Golf.png) no-repeat 5px;
    padding-left: 35px !important;
}

.golf-logo:hover a {
    background: url(../images/shedule/Golf_white.png) no-repeat 5px;
}

.soccer-logo a {
    background: url(../images/shedule/Soccer.png) no-repeat 5px;
    padding-left: 35px !important;
}

.soccer-logo:hover a {
    background: url(../images/shedule/Soccer_white.png) no-repeat 5px;
}

.cricket-logo a {
    background: url(../images/shedule/Cricket.png) no-repeat 5px;
    padding-left: 35px !important;
}

.cricket-logo:hover a {
    background: url(../images/shedule/Cricket_white.png) no-repeat 5px;
}

.basketball-logo a {
    background: url(../images/shedule/Basketball.png) no-repeat 5px;
    padding-left: 35px !important;
}

.basketball-logo:hover a {
    background: url(../images/shedule/Basketball_white.png) no-repeat 5px;
}

.combat-logo a {
    background: url(../images/shedule/Combat.png) no-repeat 5px;
    padding-left: 31px !important;
}

.combat-logo:hover a {
    background: url(../images/shedule/Combat_white.png) no-repeat 5px;
}

.hockey-logo a {
    background: url(../images/shedule/Hockey.png) no-repeat 5px;
    padding-left: 35px !important;
}

.hockey-logo:hover a {
    background: url(../images/shedule/Hockey_white.png) no-repeat 5px;
}

.tennis-logo a {
    background: url(../images/shedule/Tennis.png) no-repeat 5px;
    padding-left: 35px !important;
}

.tennis-logo:hover a {
    background: url(../images/shedule/Tennis_white.png) no-repeat 5px;
}

.rugby-logo a {
    background: url(../images/shedule/Rugby.png) no-repeat 5px;
    padding-left: 35px !important;
}

.rugby-logo:hover a {
    background: url(../images/shedule/Rugby_white.png) no-repeat 5px;
}

.volleyball-logo a {
    background: url(../images/shedule/Volleyball.png) no-repeat 5px;
    padding-left: 35px !important;
}

.volleyball-logo:hover a {
    background: url(../images/shedule/Volleyball_white.png) no-repeat 5px;
}

.racing-drop-logo a {
    background: url(../images/shedule/Racing.png) no-repeat 17px !important;
    padding-left: 62px !important;
}

.racing-drop-logo:hover a {
    background: url(../images/shedule/Racing_white.png) no-repeat 17px #00a2e1 !important;
}

.baseball-drop-logo a {
    background: url(../images/shedule/Baseball.png) no-repeat 17px !important;
    padding-left: 62px !important;
}

.baseball-drop-logo:hover a {
    background: url(../images/shedule/Baseball_white.png) no-repeat 17px #00a2e1 !important;
}

.golf-drop-logo a {
    background: url(../images/shedule/Golf.png) no-repeat 17px !important;
    padding-left: 62px !important;
}

.golf-drop-logo:hover a {
    background: url(../images/shedule/Golf_white.png) no-repeat 17px #00a2e1 !important;
}

.soccer-drop-logo a {
    background: url(../images/shedule/Soccer.png) no-repeat 17px !important;
    padding-left: 62px !important;
}

.soccer-drop-logo:hover a {
    background: url(../images/shedule/Soccer_white.png) no-repeat 17px #00a2e1 !important;
}

.cricket-drop-logo a {
    background: url(../images/shedule/Cricket.png) no-repeat 17px !important;
    padding-left: 62px !important;
}

.cricket-drop-logo:hover a {
    background: url(../images/shedule/Cricket_white.png) no-repeat 17px #00a2e1 !important;
}

.basketball-drop-logo a {
    background: url(../images/shedule/Basketball.png) no-repeat 17px !important;
    padding-left: 62px !important;
}

.basketball-drop-logo:hover a {
    background: url(../images/shedule/Basketball_white.png) no-repeat 17px #00a2e1 !important;
}

.combat-drop-logo a {
    background: url(../images/shedule/Combat.png) no-repeat 17px !important;
    padding-left: 62px !important;
}

.combat-drop-logo:hover a {
    background: url(../images/shedule/Combat_white.png) no-repeat 17px #00a2e1 !important;
}

.hockey-drop-logo a {
    background: url(../images/shedule/Hockey.png) no-repeat 17px !important;
    padding-left: 62px !important;
}

.hockey-drop-logo:hover a {
    background: url(../images/shedule/Hockey_white.png) no-repeat 17px #00a2e1 !important;
}

.tennis-drop-logo a {
    background: url(../images/shedule/Tennis.png) no-repeat 17px !important;
    padding-left: 62px !important;
}

.tennis-drop-logo:hover a {
    background: url(../images/shedule/Tennis_white.png) no-repeat 17px #00a2e1 !important;
}

.rugby-drop-logo a {
    background: url(../images/shedule/Rugby.png) no-repeat 17px !important;
    padding-left: 62px !important;
}

.rugby-drop-logo:hover a {
    background: url(../images/shedule/Rugby_white.png) no-repeat 17px #00a2e1 !important;
}

.volleyball-drop-logo a {
    background: url(../images/shedule/Volleyball.png) no-repeat 17px !important;
    padding-left: 62px !important;
}

.volleyball-drop-logo:hover a {
    background: url(../images/shedule/Volleyball_white.png) no-repeat 17px #00a2e1 !important;
}

.insite-banner-transparent {
    background: rgba(0, 0, 0, 0.6);
}

.my-package-sec.homepage-mypack-logo .container-fluid .row,
.my-package-sec.homepage-mypack-logo .container-fluid .row.packhalf {
    max-width: 100%;
    margin: 0px auto;
}

div#mySidenav ul.schedule-list li a {
    padding-left: 45px !important;
}

#mySidenav .alert {
    border: 0px solid #eeeeee;
}

.col-md-7.calender {
    padding-right: 0px;
    padding-left: 0px;
}

#editaccount_details .btn.btn-primary,
#edit-acc-login-credentials .btn.btn-primary,
.bv-form .btn.btn-primary {
    background: #00a2e1;
    border: 1px solid #00a2e1 !important;
    opacity: 1;
}

#editaccount_details .btn-outline:hover,
.bv-form .btn-outline:hover,
#editaccount_details .btn-outline:active,
.bv-form .btn-outline:active,
#editaccount_details .btn-outline:focus,
.bv-form .btn-outline:focus,
#editaccount_details .btn-outline:visited,
.bv-form .btn-outline:visited {
    background: transparent !important;
    color: #00a2e1 !important;
    border: 1px solid #0281b3 !important;
}

ul.dropdown-menu.schedule-list li a {
    color: #909090 !important;
}


/*ul.dropdown-menu.schedule-list li {border:1px solid #ecebeb !important;}*/

ul.dropdown-menu.schedule-list {
    background: white !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

#mySidenav ul li ul {
    background: white !important;
}

#mySidenav ul li ul li a {
    color: #909090 !important;
}

#mySidenav ul li ul li a {
    padding-left: 10px !important;
}

#mySidenav ul li ul li {
    border-bottom: 1px solid #ecebeb !important;
}

.sports-bar-finder-list {
    background: #fff !important;
}

ul.dropdown-menu.sports-bar-finder-list li a {
    background: #fff !important;
}

ul.dropdown-menu.sports-bar-finder-list:hover li a {
    background: #fff !important;
}

ul.dropdown-menu.sports-bar-finder-list:hover {
    background: #fff !important;
}

ul.dropdown-menu.sports-bar-finder-list:hover li {
    background: #fff !important;
}

nav.navbar.nav-bar-top {
    border: 0px solid #fff;
}

ul.nav.nav-tabs {
    display: flex;
    justify-content: space-between;
}

.parent-wrapper {
    height: 100%;
    width: 100%;
    border: 1px solid black;
}

ul.nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
}

ul.nav.nav-tabs li {
    display: inline-block;
    flex-grow: 1;
}

.inner-heaer-mob {
    top: -3px !important;
    margin-left: -15px;
}

.mobile-menu-home {
    padding: 20px 15px 10px 15px !important;
}

.mobile-menu.mobile-menu-home ul li a {
    padding: 7px 16px;
}

#mySidenav ul.dropdown-menu {
    border-radius: 0px !important;
    padding-bottom: 0px !important;
}

.bdr-bzero {
    border-bottom: 0px solid #fff !important;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    ul.nav.navbar-nav.shedule-link-top li a {
        margin-left: 38px;
    }
    .view-events-sec .veiew-events-body {
        min-height: 300px!important;
    }
}

.purchase-pack .carousel-indicators {
    width: 100% !important;
}

#mySidenav ul li ul li a {
    font-size: 16px !important;
}

.insite-banner-transparent {
    overflow: hidden;
    bottom: 1px;
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 20px;
}

.insights-banner-bottom {
    position: relative;
}

.insite-banner-transparent p {
    color: #fff;
    font-size: 20px;
    max-width: 85%;
    line-height: 24px;
}

.insite-banner-transparent a {
    font-weight: bold;
    text-decoration: underline;
}

.insite-banner-transparent a:hover,
.insite-banner-transparent a:focus,
.insite-banner-transparent a:active {
    color: #00a2e1;
}


/*ul.nav.navbar-nav.shedule-link-top li a, ul.nav.navbar-nav.shedule-link-top li a:hover, ul.nav.navbar-nav.shedule-link-top li a:focus, ul.nav.navbar-nav.shedule-link-top li a:active {background:#fff !important;}*/

hr.light-ling {
    border-top: 1px solid #e1e1e1;
}

.home-mas-toggle-icon {
    top: -9px !important;
}

.mvpalerts .media-heading {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 999;
    text-transform: uppercase;
}

.mvpalerts .media-left {
    padding-top: 0px;
}

.alert {
    border: 1px solid #f5f1f1;
}

@media screen and (max-width: 1200px) and (min-width: 980px) {
    ul.nav.navbar-nav.shedule-link-top {
        position: absolute;
        z-index: 999;
        margin-left: 4px;
    }
}

.top-sub-head .navbar ul.dropdown-menu li ul.dropdown-menu li.active {
    transform: skew(-20deg);
}

.top-sub-head .navbar ul.dropdown-menu li ul.dropdown-menu li.active a {
    background: #00a2e1;
}

.top-sub-head .navbar ul.dropdown-menu li ul.dropdown-menu li.active a {
    color: #fff !important;
}

.mb-15px {
    margin-bottom: 15px;
}

div#myCarousel3,
div#myCarousel4 {
    max-width: 350px;
    margin: 0px auto;
}

div#myCarousel3 span.glyphicon.glyphicon-menu-right,
div#myCarousel4 span.glyphicon.glyphicon-menu-right {
    margin-left: -24px;
}

#myCarousel1 .carousel-control,
#myCarousel2 .carousel-control {
    width: 34% !important;
}

.alert-page-search {
    border-left: 0px solid #fff;
    height: 34px;
}

.insites-sec-mobile h1 {
    margin-bottom: 15px;
}

.insites-sec-mobile p {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.insites-sec-mobile a {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}

.insites-sec-mobile .box {
    margin-bottom: 30px;
}

#myCarousel1 .carousel-inner {
    position: relative;
    width: 72%;
    overflow: hidden;
    margin: 0px auto;
    padding-right: 12px;
}

#myCarousel1 span.glyphicon.glyphicon-menu-right {
    margin-top: 28px !important;
}

.ship-default-add {
    padding-left: 29px;
}

.order-summery {
    margin-bottom: 35px;
}

.cart-item-bdr {
    margin-bottom: 10px !important;
}

.for_my_filter .card,
#teamProducts .card {
    margin-bottom: 15px;
}

.mt-30px {
    margin-top: 30px;
}

.menu-bg {
    background: #00a2e1;
}

#mySidenav .nav li ul.dropdown-menu.sports-bar-finder-list li.mymvplistnobdr {
    border-bottom: 0px solid red !important;
}

#mySidenav ul.dropdown-menu.sports-bar-finder-list ul li.mymvplistnobdr {
    border-bottom: 0px solid red !important;
}


/*#mySidenav .nav li.active { background: white;}*/

li.dropdown-submenu.sports-bar-finder-list-item .glyphicon {
    top: -24px;
}

footer#footer span {
    font-size: 21px;
    display: inline-block;
    position: relative;
    top: 5px;
    padding-right: 1px;
}

.help-page h4.media-heading {
    font-size: 22px;
    font-weight: bold;
}

.help-page .media-left img {
    min-width: 100px;
}

.help-page .media-body p a {
    font-weight: bold;
}

.help-page .media {
    padding: 15px;
    border: 1px solid #f1eeee;
    margin-bottom: 30px;
    background: #fff;
}

.help-page-contact-sec h4 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: bold;
}

.help-page-contact-sec h5 {
    font-size: 16px;
    color: #222;
    font-weight: 400;
    margin-bottom: 4px;
}

#accordion-faq .panel-default>.panel-heading {
    background: none;
}

#accordion-faq .panel-default {
    border-color: #FFF !important;
}

#accordion-faq .panel h4.panel-title a.accordion-toggle {
    font-size: 18px;
    text-transform: uppercase;
    color: #00a1e2;
    font-weight: bold;
}

#accordion-faq .panel-heading {
    padding: 0px 15px;
}

#accordion-faq .panel-body {
    padding: 8px 15px 8px 40px;
}

#accordion-faq a,
#accordion-faq a:hover,
#accordion-faq a:focus,
#accordion-faq a:visited {
    text-decoration: none;
}

#accordion-faq .panel-heading .accordion-toggle:after {
    float: none;
}

#accordion-faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}

#accordion-faq h4.panel-title a::after {
    font-size: 14px !important;
}

.schedulelist table th {
    padding: 5px 8px !important;
}

body {
    padding-bottom: 0px !important;
}

@-moz-document url-prefix() {
    section.filter.align-middle .input-group .input-group-btn button {
        top: -0px;
    }
}

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

.mymvp-banner img {
    position: relative;
    bottom: -20px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .dropdown-menu {
        position: absolute;
        top: 100%;
        /* left: -110px;*/
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }
    .help-page .media {
        min-height: 172px;
    }
    .modal-dialog.modal-lg.ckt-profit-calc {
        max-width: 100%;
        width: 90% !important;
    }
}

.faq-page {
    min-height: 600px;
}

.mt-20 {
    margin-top: 20px;
}

.my-package-sec.homepage-mypack-logo .container-fluid {
    max-width: 1024px;
    padding-left: 0px;
    padding-right: 0px;
}

.header-credit-vertical-middle {
    margin-top: -5px;
}


/*.header-credit-vertical-middle-inner {margin-top: -5px;}*/

.pak-cal-head-top .modal-header,
.pak-cal-head-top .modal-header1 {
    margin-left: -20px;
    margin-top: -20px;
}

.pak-cal-head-top img.mt-10 {
    margin-top: -22px;
}

.top-sub-head .nav .open>a,
.top-sub-head .nav .open>a:focus,
.top-sub-head .nav .open>a:hover {
    background: transparent !important;
}

li.dropdown.my-mvp-link ul.dropdown-menu li.dropdown-submenu a span.glyphicon.glyphicon-chevron-right {
    color: #909090 !important;
}

li.dropdown.my-mvp-link ul.dropdown-menu li.dropdown-submenu:hover a span.glyphicon.glyphicon-chevron-right {
    color: #fff !important;
}

li#top-alerts a i span {
    font-family: ATTAleckSans;
}

.mvp-acc-general ul.nav.nav-tabs li.last:hover:before {
    display: none;
}

.ticket-slider a img {
    height: auto !important;
}

ul.dropdown-menu.drop-locations.show {
    left: 356px !important;
}

#accordion-faq .panel-default>.panel-heading+.panel-collapse>.panel-body::before {
    content: "A :";
    font-weight: bold;
}

#accordion-faq .panel-default>.panel-heading+.panel-collapse>.panel-body p {
    float: left;
    padding-left: 20px;
    margin-top: -20px;
}

.fixedfooter {
    position: fixed !important;
    bottom: 0px !important;
    z-index: 100;
}

section.filter.align-middle .text-right button.btn.btn-default {
    font-size: 14px;
}

div#accordion .acc-right .shape-right {
    border-top: 47px solid #0080b2;
}

.order-summery {
    text-align: right;
}

.tandc .tandc-heading {
    padding: 20px 0px;
}

.section .tandc-content .tandcbody {
    padding: 20px;
}

.hist-order-item .hist-order .order-imagespacing {
    padding-right: 10px;
}


/***** Oct 08 ******/

#main-slider .carousel-inner {
    max-width: 1170px;
    margin: 0px auto;
}


/*nav.navbar.nav-bar-top {background-image:linear-gradient(-90deg, black, white)}*/

.veiew-events-body a {
    position: relative;
    bottom: 0px;
    margin-bottom: 0;
    min-width: 244px;
    margin-left: 0;
}

.carousel-indicators {
    margin-top: 20px;
    margin-bottom: 20px;
    position: absolute;
    left: auto;
    width: 100%;
    text-align: center;
    margin-left: auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
     ::i-block-chrome,
    .carousel-indicators {
        position: -webkit-sticky;
    }
}

#login-slide div#myCarousel .carousel-inner .item {
    min-height: 500px;
}

#login-slide .carousel-indicators {
    margin-top: -41px;
}

.c-ner {
    max-width: 950px;
    margin: 0px auto;
}

.login-page-top-sec .container {
    max-width: 950px !important;
}

ul.dropdown-menu.drop-locations {
    margin-left: 25px;
}

section.products {
    margin-bottom: 70px;
}

#products-alert {
    margin: 0px;
}

div#allProducts {
    margin-bottom: 70px;
    min-height: auto;
}

h4.merchandise-page-line-mobile {
    clear: both;
    width: 100%;
    display: block;
    overflow: hidden;
}

.ckt-profit-calc .btn.btn-primary.btn-block:hover {
    background: #00a2e1;
}

.ipl-name.form-group select {
    padding-right: 27px;
    margin-left: -15px;
}

.col-md-7.calender .form-inline select {
    padding-right: 27px;
}

@media screen and (max-width: 1152px) {
    nav.navbar.nav-bar-top .container {
        max-width: 100%;
        width: 100% !important;
    }
}

.modal-body.edit-hours-frm .form-inline .form-group label {
    min-width: 36px;
}

@media screen and (max-width: 1024px) and (min-width:992px) {
    .clock-title div {
        width: 26% !important;
    }
}

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

#barhours .modal-dialog {
    min-width: auto !important;
    max-width: 100%;
    overflow-x: auto;
}

.container.help-page-contact-sec.mb-30 p {
    min-height: 101px;
}

.process-step .btn:focus {
    outline: none
}

.process {
    display: table;
    width: 100%;
    position: relative
}

.process-row {
    display: table-row
}

.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important
}

.process-row:before {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0
}

.process-step {
    display: table-cell;
    text-align: center;
    position: relative
}

.process-step p {
    margin-top: 4px
}

.btn-circle {
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%
}

.mvp-acc-general ul.nav.nav-tabs li.last a:hover:before {
    background: #fff !important;
    border-bottom: 0px !important;
}

@media screen and (min-width: 768px) {
    #barhours .modal-dialog {
        min-width: 715px !important;
    }
    .Parallelogram-black {
        width: 38px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1560px) {
    .footer-sec {
        height: 66px !important;
    }
}

.edit-hours-frm .col-sm-2.col-xs-4 label {
    float: left;
    margin-right: 5px;
}

.edit-hours-frm .form-inline .col-sm-2.col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.edit-hours-frm .form-inline {
    display: flex;
    flex-wrap: wrap;
}

.edit-hours-frm .form-inline>div {
    margin-right: 5px;
}

.edit-hours-frm .form-inline>div label {
    float: left;
    margin-right: 5px;
    min-width: 35px;
}

.edit-hours-frm .form-inline>div select {
    float: left;
}

@media screen and (max-width:535px) {
    .shedule-tab.account_mibile_tab_display ul.nav.nav-tabs li.first a:hover:before {
        height: 35px !important;
    }
    .edit-hours-frm .form-inline>div {
        margin-right: 5px;
        min-width: 27% !important;
        margin-bottom: 12px;
    }
    .modal-body.edit-hours-frm select {
        width: 80px !important;
    }
    #barhours .edit-hours_ampm select {
        width: 97px !important;
    }
}


/*TABUI*/

.process nav li {
    font-size: 18px;
    position: relative;
    display: table;
    float: left;
    width: 183px;
    height: 97px;
    margin-right: 52px;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'DINPro-Bold', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.process nav li.active {
    background: url(/assets/images/start/active-gradient.png) repeat-x;
}

.process nav li.active:after {
    position: absolute;
    top: 0;
    right: -52px;
    display: block;
    width: 52px;
    height: 97px;
    content: ' ';
    content: ' ';
    background: transparent url(/assets/images/start/arrow.png) no-repeat;
}

.process nav li.active.done:after {
    position: absolute;
    top: 0;
    right: -52px;
    display: block;
    width: 52px;
    height: 97px;
    content: ' ';
    content: ' ';
    background: transparent url(/assets/images/start/arrow-complete.png) no-repeat;
}

.process nav li.active.done.last:after {
    position: absolute;
    top: 0;
    right: -52px;
    display: block;
    width: 52px;
    height: 97px;
    content: ' ';
    content: ' ';
    background: url(/assets/images/start/active-gradient.png) repeat-x;
}

.process nav li p {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.process nav li span {
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
}

.process nav li span strong {
    line-height: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    border: 2px solid white;
    border-radius: 50%;
}

ul#column-teams li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.tabs-pro .error {
    margin-bottom: 15px;
    display: inline-block;
}

.process nav ul {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

@media screen and (max-width:640px) {
    /*.process nav ul li {width: 90% !important;} 
 .container.mvp-tabs-process {width: 94% !important;}*/
}

@media screen and (max-width:900px) and (min-width: 641px) {
    .process nav ul li {
        width: auto;
    }
}

@media screen and (max-width:1360px) and (min-width: 850px) {
    .top-sub-head span.glyphicon.glyphicon-shopping-cart {
        margin-left: -22px;
    }
}

@media screen and (max-width:1600px) and (min-width: 1361px) {
    .top-sub-head label#cart-calc-count {
        margin-right: -10px;
    }
}

.transactions h2,
.transactions h3,
.transactions header h3 a {
    color: #ffff;
}

.transactions .mt-10 {
    margin-top: 10px;
}

@media screen and (max-width: 425px) {
    .event-box.white-bg,
    .event-box.white-bg-form {
        min-height: 300px;
    }
}

@media screen and (max-width: 640px) {
    .view-all-merch-btn {
        margin-top: -98px;
        margin-left: 11px;
    }
}

@media screen and (max-width: 980px) and (min-width: 641px) {
    .view-all-merch-btn {
        margin-top: -119px;
        margin-left: 11px;
    }
}

@media screen and (max-width: 380px) {
    ul.nav.nav-tabs li.last a:hover:before {
        height: 47px !important;
    }
}

@media screen and (max-width: 1200px) {
    ul.nav.nav-tabs li.first a:hover:before {
        height: 44px !important;
    }
    /*ul.nav.nav-tabs li.last a {height: 58px !important;}*/
}

@media screen and (min-width: 1200px) {
    ul.nav.nav-tabs li.first a:hover:before {
        height: 43px !important;
    }
    .top-sub-head .navbar ul li a {
        padding-left: 25px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 480px) {
    .breaking-news strong {
        font-weight: normal;
        color: #3C3C3C;
        width: 100%;
        float: left;
    }
    .pak-cal-head-top img.mt-10 {
        margin-top: -11px;
        margin-left: -15px;
    }
    form#proceed_cart .cart-item .cart-item-bdr div h4,
    form#proceed_cart .cart-item .cart-item-bdr div h6 {
        font-size: 12px !important;
    }
    select#calc_pkg_cost {
        width: 155px;
    }
}

@media screen and (max-width: 535px) {
    .shedule-tab .nav>li>a:hover {
        height: 50px;
    }
    ul.nav.nav-tabs li.last a:hover:before {
        height: 47px;
    }
    .save-cancle a.btn.btn-primary.pull-right.btn-block.btn-outline {
        width: 100%;
        float: left !important;
    }
}

@media screen and (min-width: 1344px) and (max-width: 1468px) {
    .process nav li {
        margin-right: 40px;
        font-size: 16px;
        width: 175px;
    }
    .process nav li span strong {
        line-height: 45px;
        display: inline-block;
        width: 45px;
        height: 45px;
        margin: 0 6px
    }
}

@media screen and (min-width: 1200px) and (max-width: 1343px) {
    .process nav li {
        margin-right: 36px;
        font-size: 16px;
        width: 147px;
    }
    .process nav li span strong {
        line-height: 45px;
        display: inline-block;
        width: 45px;
        height: 45px;
        margin: 0 6px
    }
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
    .process nav li span {
        display: inline-block;
        padding-top: 27px;
    }
    .process nav li span strong {
        line-height: 29px;
        width: 30px;
        height: 30px;
        font-size: 18px;
        margin: 0 3px 0px 2px;
    }
    .process nav li {
        font-size: 15px;
        width: 114px;
        margin-right: 36px;
    }
}

li.dropdown.my-mvp-link ul.dropdown-menu.drop-locations {
    left: 245px !important;
}

.process nav ul li {
    flex-grow: 2;
}

@media screen and (min-width:768px) and (max-width: 990px) {
    .process nav li span {
        display: inline-block;
        padding-top: 27px;
    }
    .process nav li span strong {
        line-height: 29px;
        width: 30px;
        height: 30px;
        font-size: 18px;
        margin: 0 3px 0px 2px;
    }
    .process nav li {
        font-size: 15px;
        width: 114px;
        margin-right: 34px;
    }
    .process nav li p {
        font-size: 12px !important;
    }
    .process nav li.active.done:after {
        position: absolute;
        top: 0;
        right: -40px;
        display: block;
        width: 40px;
        height: 97px;
        content: ' ';
        content: ' ';
        background: transparent url(/assets/images/start/arrow-complete.png) no-repeat;
    }
}

@media screen and (min-width:768px) and (max-width: 940px) {
    .process nav li span {
        display: inline-block;
        padding-top: 16px;
        padding-bottom: 28px;
    }
    .process nav li span strong {
        line-height: 17px;
        width: 20px;
        height: 20px;
        font-size: 14px;
        margin: 0 3px 0px 2px;
    }
    .process nav li {
        font-size: 15px;
        width: 62px;
        margin-right: 36px;
        height: auto;
    }
    .process nav li p {
        font-size: 12px !important;
    }
    .process nav li.active.done:after {
        background-size: contain;
        position: absolute;
        top: 0;
        right: -40px;
        display: block;
        width: 40px;
        height: 97px;
        content: ' ';
        content: ' ';
        background: transparent url(/assets/images/start/arrow-complete.png) no-repeat;
    }
}

@media screen and (max-width:820px) {
    .process nav li.active:after {
        display: none !important;
    }
    .process nav li span {
        display: inline-block;
        padding-top: 16px;
        padding-bottom: 28px;
    }
    .process nav li span strong {
        line-height: 17px;
        width: 20px;
        height: 20px;
        font-size: 14px;
        margin: 0 3px 0px 2px;
    }
    .process nav li {
        font-size: 15px;
        margin-right: 0px;
        height: auto;
    }
    .process nav li p {
        font-size: 12px !important;
    }
    .process nav li.active.done:after {
        background-size: contain;
        position: absolute;
        top: 0;
        right: -40px;
        display: block;
        width: 40px;
        height: 97px;
        content: ' ';
        content: ' ';
        display: none;
        background: transparent url(/assets/images/start/arrow-complete.png) no-repeat;
    }
}

.twitter-typeahead-input .twitter-typeahead {
    width: 100%;
    color: #404040;
    /*border: 1px solid #d7d7d7 !important;*/
    padding: 0px;
    height: 34px;
}

.insight-search {
    border-left: 1px solid;
}

.mb-10 {
    margin-bottom: 10px;
}

.interests-data p label {
    padding-left: 12px;
    margin-top: -19px;
    display: inherit;
    margin-left: 10px;
}


/*.interests-data input[type="checkbox"] + p::before {display: table-cell;}*/

@media screen and(max-width: 1000px) {
    .process nav li.active:after {
        display: none !important;
    }
}

.feed-back ul li input#question_1 [type="radio"],
.feed-back ul li input#question_1 [type="checkbox"] {
    position: relative !important;
    left: 0px !important;
}

.feed-back ul li input#question_1 [type="radio"]:checked,
.feed-back ul li input#question_1 [type="radio"]:not(:checked) {
    position: relative !important;
    left: 0px !important;
}

.feed-back ul li input#question_1[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: none !important;
}

ul.feed-back input[type="radio"],
ul.feed-back input[type="checkbox"] {
    cursor: pointer;
    position: inherit !important;
    background: transparent;
    opacity: 0;
}

ul.feed-back [type="radio"]:checked+label,
ul.feed-back [type="radio"]:not(:checked)+label {
    top: -24px;
    z-index: -1;
    position: relative;
}

button#feedback-popup-close {
    color: #0095cf;
    opacity: 1;
    font-weight: bold;
    font-size: 38px;
    outline: none;
    position: relative;
    z-index: 9999;
}

button#feedback_btn {
    padding: 7px 15px;
    max-width: 150px !important;
    min-width: auto;
    text-transform: uppercase;
    float: right;
    margin-right: 17px;
}

ul.feed-back.form-group li label h4 {
    position: relative;
    top: 18px;
    left: -25px;
}

form#feedback-popup-form h4.mb-1 em {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

hr.we-want-ur-feedback {
    margin-bottom: -12px;
    margin-left: 30px;
    margin-right: 80px;
    border: 2px solid #c7c3c3;
}

form#feedback-popup-form textarea.form-control {
    border: 1px solid #989898;
}

form#feedback-popup-form small em {
    font-size: 13px;
    color: #999;
    margin-top: 5px;
    display: inline-block;
}

ul.feed-back.form-group li {
    float: left;
    width: auto;
}

ul.feed-back.form-group [type="radio"]:checked+label,
ul.feed-back [type="radio"]:not(:checked)+label {
    top: 0px !important;
    z-index: 0 !important;
    position: relative;
}

.checkout-cart-info p {
    clear: both;
}

.checkout-cart-info.order-feed-back.mb-30.cart-item-bdr {
    margin-left: -14px;
}

#dropleftValue .dropleftValue {
    left: 348px !important;
}

#dropleftValue .drop-left-Value {
    left: 245px !important;
}

#display-acc-login-credentials,
.users-display {
    margin-bottom: 60px !important;
}

#forgot-pwd h2,
#forgot-pwd p,
#forgot-pwd label.pwd {
    color: rgb(85, 85, 85) !important;
}

#forgot-pwd #form-body {
    padding: 20px 40px 40px 40px;
}

#form-body h2,
#form-body p {
    margin-bottom: 20px !important;
}

#forgot-pwd button.btn-primary {
    background-color: rgb(0, 162, 225) !important
}

#forgot-pwd button.btn {
    width: 100%;
    padding: 10px 24px;
}

#forgot-pwd button.btn-group-lg>.btn,
#forgot-pwd .btn-lg {
    padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.3333333;
    border-radius: 6px;
}

#forgot-pwd #form-body label.pwd {
    font-size: 14px !important;
}

#acc-user-edit .modal-content {
    padding: 15px;
}

.account-user {
    margin: -30px -30px 0px -30px;
}

@media screen and (max-width: 991px) {
    .container.help-page-contact-sec.mb-30 p {
        min-height: auto;
    }
    .container.help-page-contact-sec.mb-30 a {
        margin-bottom: 20px;
        display: inline-block;
    }
}

.custom-radio-cart {
    opacity: 0;
}

@media screen and (max-width: 980px) and (min-width: 760px) {
    form#filter>div {
        padding-left: 2px;
        padding-right: 2px;
    }
}

#allProducts.sport-product {
    margin-bottom: 0px;
    min-height: auto;
}

@media screen and (max-width: 990px) {
    .nav-bar-top .dropdown-submenu .dropdown-menu {
        left: 183px !important;
    }
    #dropleftValue .drop-left-Value {
        left: 146px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
    #dropleftValue .drop-left-Value {
        left: 170px !important;
    }
    li.dropdown.my-mvp-link ul.dropdown-menu.drop-locations {
        left: 148px !important;
    }
}

@media screen and (max-width: 768px) {
    .homepage-mypack-logo {
        padding: 20px 0px 10px 0px;
    }
    .edit-bar-details .save-cancle.mvp-cancel {
        min-width: 60%;
        float: right;
        margin-bottom: 30px;
    }
    .row.insights div.mb-30 {
        min-height: 280px;
        margin-bottom: 0px !important;
    }
    #allProducts hr.bdr-blue {
        border-top: 0px solid #00a1e2!important;
    }
    #exampleModal .modal-body.mobile-modalbody {
        margin: 0;
    }
    .row.pk-other,
    .row.pk-parent {
        margin-left: 0px;
        margin-right: 0px;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        margin-top: 0;
        border: 0;
        box-shadow: none;
    }
}

@media screen and (max-width: 1024px) {
    .ticketshadow-inactive {
        padding: 20px 20px 20px 50px;
        background: rgba(0, 0, 0, 0.5);
        height: 450px;
    }
}

#myNavbar ul li ul .nav>li {
    z-index: 9999;
}

@media screen and (max-width: 580px) {
    .edit-bar-details .save-cancle.mvp-cancel {
        min-width: 100%;
        float: right;
        margin-bottom: 30px;
    }
    .ticket-shadow,
    .ticketshadow-inactive {
        height: 600px;
    }
}

#mySidenav ul.nav.navbar-nav.mobile-toggle-menu {
    margin: 15px -15px 0px -15px;
}

#mySidenav ul.nested-dropdown li.bdr-botom-none {
    border-bottom: 0px solid #fff !important;
}

.bdr-top-mob-menu-act {
    border-top: 1px solid #ecebeb;
}

@media screen and (min-width: 1440px) {
    @keyframes example {
        0% {
            background: url('../images/home/side_Hero.jpg');
            background-size: 168px;
            background-repeat: no-repeat;
        }
        50% {
            background: url('../images/home/B2B.jpg');
            background-size: 168px;
            background-repeat: no-repeat;
        }
        100% {
            background: url('../images/home/side_Hero.jpg');
            background-size: 168px;
            background-repeat: no-repeat;
        }
    }
}

@media screen and (max-width:1440px) and (min-width: 1240px) {
    .adds::before {
        margin-left: -162px !important;
    }
    .adds {
        max-width: 950px;
        margin: 0px auto;
    }
    @keyframes example {
        0% {
            background: url('../images/home/side_Hero.jpg');
            background-size: 145px;
            background-repeat: no-repeat;
        }
        50% {
            background: url('../images/home/B2B.jpg');
            background-size: 145px;
            background-repeat: no-repeat;
        }
        100% {
            background: url('../images/home/side_Hero.jpg');
            background-size: 145px;
            background-repeat: no-repeat;
        }
    }
}

.adds {
    max-width: 1170px;
    margin: 0px auto;
}

@media screen and (min-width: 1470px) and (max-width: 1599px) {
    .adds::after {
        content: "";
        background: url('../images/home/B2B_right_22_09.gif');
        width: 228px;
        position: fixed;
        margin-left: 1172px;
        top: 132px;
        height: 772px;
        background-size: 160px;
        z-index: 5;
        background-repeat: no-repeat;
    }
    .adds::before {
        content: "";
        width: 160px;
        background-image: url(../images/home/B2B_left_22_09.gif);
        position: fixed;
        z-index: 5;
        top: 132px;
        margin-left: -163px;
        height: 772px;
        background-size: 160px;
        background-repeat: no-repeat;
    }
    .small-device-add {
        display: none;
    }
}

@media screen and (min-width: 1600px) {
    .adds::after {
        content: "";
        background: url('../images/home/BTOB_right_22_09.gif');
        position: fixed;
        margin-left: 1172px;
        top: 132px;
        height: 1295px;
        z-index: 5;
        background-repeat: no-repeat;
    }
    .adds::before {
        content: "";
        background-image: url(../images/home/BTOB_left_22_09.gif);
        position: fixed;
        z-index: 5;
        top: 132px;
        margin-left: -163px;
        height: 1295px;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 1240px) {
    .small-device-add {
        display: inline-block;
    }
    .small-device-add {
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        position: fixed;
        height: 100%;
        z-index: 99999;
        padding: 20px;
        top: 0px;
        left: 0px;
        right: 0px;
    }
    .advertisement-close {
        position: absolute;
        color: #96171e;
        font-size: 18px;
        top: 0px;
        z-index: 999999;
        margin-top: 15px;
        margin-left: 36px;
        background: #fff;
        cursor: pointer;
        border-radius: 50%;
        padding: 0px 6px;
    }
    .mobile-ads {
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 21s;
        /* Safari 4.0 - 8.0 */
        animation-name: example;
        animation-duration: 21s;
        -webkit-animation-iteration-count: 100;
        /* Safari 4.0 - 8.0 */
        animation-iteration-count: 100;
        content: "";
        width: 228px;
        background-image: url(../images/home/side_Hero.jpg);
        height: 772px;
        background-size: 160px;
        background-repeat: no-repeat;
        display: inline-block;
    }
    .small-device-add img {
        max-height: 450px;
    }
}

.navbar-fixed-top-mvp {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}


/*@media screen and (min-width: 768px){
  .pt-150 {padding-top: 130px;}
  


}
@media screen and (max-width: 768px){
  .pt-150 {padding-top: 80px;}
  
 
}*/


/*div#inline_content {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px; 
}*/

div#inline_content div#mymodal .modal-body {
    margin-left: 60px;
    margin-right: 120px;
    padding-top: 15px;
    padding-bottom: 20px;
}

#inline_content .modal-body .textprogress-center h1 {
    color: #989898;
    margin-bottom: 10px;
}

div#inline_content div#mymodal,
form#feedback-popup-form {
    max-width: 900px;
    margin: 40px auto;
    top: 10%;
    position: relative;
    height: auto;
}

.home-modal {
    font-size: 37px;
    padding: 5px 10px !important;
}

#inline_content h3 {
    margin-bottom: 20px;
}

#inline_content .modal-body .textprogress-center {
    text-align: center;
}

#inline_content .modal-body .textprogress-center h1 {
    color: #0095cf;
    font-weight: 800;
}

#inline_content .modal-body h4 {
    color: #989898;
    font-size: 18px;
    font-weight: 600;
}

#inline_content .modal-body .textprogress-center .mx-3 {
    margin-bottom: 15px;
}

.modal-body .mb-1 {
    margin-bottom: 10px;
}

#inline_content .modal-body .addtocart button.btn.btn-primary {
    width: 160px !important;
}

.mymodal-popUp {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
}

form#feedback-popup-form {
    background: #fff;
}

@media screen and (max-width: 992px) {
    .we-want-ur-feedback {
        display: none;
    }
    div#inline_content div#mymodal,
    form#feedback-popup-form {
        max-width: 700px;
    }
    div#inline_content div#mymodal .modal-body {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (min-width: 992px) {
    form#feedback-popup-form {
        transform: skew(-20deg);
        background: #fff url('../images/left-bder-lg.jpg') repeat-y;
        padding-left: 100px;
    }
    .popup-inner-content {
        transform: skew(20deg);
    }
}

#feedback-popup-close span {
    font-size: 18px;
    margin-top: 13px;
    display: inline-block;
    float: right;
    font-style: italic;
    color: #0095cf;
}

.f-16 {
    font-size: 16px;
    font-weight: bold;
    color: #989898;
}

.navbar-fixed-top-mvp .navbar {
    margin-bottom: 0px !important;
}


/*html body {padding-top: 120px !important;}*/


/*for login screeen white space issues */

@media screen and (min-width: 770px) {
    html body.login {
        margin-top: -133px !important;
    }
}

@media screen and (max-width: 700px) {
    span.pull-right.f-16 {
        position: absolute;
        right: 0;
        top: 110px;
    }
}


/*package-profit calc*/

.get-print {
    display: none;
}

@media screen and (max-width: 769px) {
    .slidelast {
        background-position: -250px top !important;
    }
}

@media screen and (max-width: 640px) {
    .slidelast {
        background-position: -635px top !important;
    }
    /*login page image hide*/
    #login-slide {
        display: none;
    }
}

div#myCarousel .item {
    background-size: cover;
    background-position: center;
}

.countdown-sec-replace {
    max-width: 1170px !important;
    /* max-height: 231px !important; */
    margin: 0px auto 2px auto;
}

@media screen and (max-width: 376px) {
    .login-blue-bg h3 {
        font-size: 28px;
    }
}

.break-news {
    margin-top: 50px;
}

@media screen and (min-width: 1240px) {
    .adds.home-banners::before,
    .adds.home-banners::after {
        top: 120px;
    }
}

@media screen and (max-width: 360px) {
    html body {
        padding-top: 70px !important;
    }
    .breaking-news span {
        float: left;
    }
    .mobile-menu {
        display: block;
        min-height: 43px;
        padding: 15px 15px 15px 13px;
        box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    }
}

.breaking-news strong {
    font-weight: normal;
    color: #3C3C3C;
    display: contents;
    width: 100%;
}

.shedule-select-bg {
    background: #f1f2f3;
    height: 71px;
}

.ipl-name.form-group select#sport_id,
#top-schedule-date,
#top-schedule-pack {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 20px;
}

#top-schedule-pack {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

#top-schedule-date {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 21%;
    padding-right: 3px;
}

.ipl-name.form-group select#sport_id {
    float: left;
    margin-left: 0px;
    width: 34%;
}

.shedule-sec .carousel-control.left,
.shedule-sec .carousel-control.right {
    top: 0px;
    color: #333;
    opacity: 1;
    font-size: 45px;
    width: 20px;
    background: #f1f2f3 !important;
    font-weight: lighter;
    line-height: 65px;
}

ul.sdl-list li table tr td strong {
    margin-right: 6px;
}

ul.sdl-list li table tr td img {
    width: 16px;
}

.shedule-sec {
    background: #f1f2f3;
}

ul.sdl-list li {
    background: #fff;
}

ul.sdl-list li:hover {
    background: #f1f2f3;
    cursor: pointer;
}

ul.sdl-list li.active {
    background: #eaeaea;
    border-left: 1px solid #d4d4d4;
}

ul.sdl-list li.active h6 {
    font-size: 14px;
    padding: 10px;
    line-height: 48px;
    font-weight: bold;
}

ul.sdl-list li table {
    text-align: center;
}

ul.sdl-list li table tr td strong {
    margin: 0px 4px 0px 10px;
    width: 60px !important;
    display: inline-block;
}

.shedule-sec .carousel a i {
    line-height: 55px;
}

.shedule-separator {
    width: 1px;
    border-left: 1px solid #d4d4d4;
    height: 72px;
    display: inline;
    float: left;
    margin-left: 4px
}

select#top-schedule-pack {
    width: 30%;
}

#sport_id {
    background: url(../images/top-schedule/down_arrow.png) no-repeat 112px !important;
}

#top-schedule-date {
    background: url(../images/top-schedule/down_arrow.png) no-repeat 63px !important;
    background-color: #fff !important;
}

#top-schedule-pack {
    background: url(../images/top-schedule/down_arrow.png) no-repeat 98px !important;
    background-color: #fff !important;
}

.shedule-sec .carousel-control.left {
    background: url(../images/top-schedule/left_arrow_normal.png) no-repeat right !important;
}

.shedule-sec .carousel-control.right {
    background: url(../images/top-schedule/right_arrow_normal.png) no-repeat right !important;
}


/*right_arrow_normal*/

.carousel.slide.media-carousel {
    border-left: 1px solid #d4d4d4;
}

section.filter.align-middle input.form-control.select.merchandise-search-product.tt-hint {
    top: 30px !important;
    background: none!important;
}

.shedule-sec div#media ul.sdl-list {
    margin-left: 30px;
}

.shedule-sec div#media ul.sdl-list {
    margin-left: 30px;
}

.shedule-sec .pack_logo {
    width: 50px;
}

.adds.home-banners.container::after {
    margin-left: 1143px;
}

.shedule-sec .empty-td {
    height: 23px!important;
}

@media screen and (max-width: 390px) {
    .my-package-sec.homepage-mypack-logo h4 {
        font-size: 15px;
    }
    .my-package-sec.homepage-mypack-logo h4 b {
        font-size: 12px;
    }
}

@media screen and (max-width:640px) {
    .drp-multiple ul.multiselect-container.dropdown-menu {
        min-width: auto;
    }
    ul.multiselect-container.dropdown-menu li {
        width: 100% !important;
    }
}

.navbar-fixed-top {
    background: #fff;
}

@media screen and (max-width:767px) and (min-width:340px) {
    .mobile-menu {
        display: block;
        background: #fff;
        min-height: 50px;
        padding: 18px 14px 15px 14px;
        box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    }
    .break-newbg {
        background: none !important;
    }
}

@media screen and (max-width: 767px) {
    /*.bar-sec { display: none;}*/
    .bar-sec h1 {
        font-size: 32px;
    }
    .bar-sec {
        background: url(../images/home/socialmedia-gameplan-mobile.jpg) no-repeat 0px -46px;
        /* padding-bottom: 743px; */
        height: 340px;
    }
    .home-setup-sec {
        max-width: 373px;
        margin: auto;
    }
}

@media screen and (max-width: 535px) {
    .bar-sec {
        background: url(../images/home/socialmedia-gameplan-mobile.jpg) no-repeat 0px -46px;
        color: #fff;
        background-size: cover;
        /*padding-bottom:335px;*/
        max-width: 1170px;
        margin: 0px auto;
    }
    .home-setup-sec h1 {
        font-size: 20px;
    }
    .row.setup-bar-btn a img {
        max-width: 100px;
    }
}


/*topschedule*/

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .ipl-name.form-group select#sport_id {
        width: 44%;
    }
    #top-schedule-date {
        background: url(../images/top-schedule/down_arrow.png) no-repeat 61px !important;
    }
    #sport_id {
        background: url(../images/top-schedule/down_arrow.png) no-repeat 121px !important;
    }
    select#top-schedule-pack {
        margin-top: -56px;
        margin-left: 246px;
        width: 49%;
    }
    div#media {
        margin-left: 92px;
    }
    #top-schedule-pack {
        background: url(../images/top-schedule/down_arrow.png) no-repeat 138px !important;
    }
    #top-schedule-date {
        width: 25%;
    }
}

@media screen and (max-width: 1024px) {
    .ipl-name.form-group select#sport_id {
        width: 44%;
    }
    #top-schedule-date {
        background: url(../images/top-schedule/down_arrow.png) no-repeat 61px !important;
    }
    #sport_id {
        background: url(../images/top-schedule/down_arrow.png) no-repeat 121px !important;
    }
    select#top-schedule-pack {
        margin-top: -56px;
        margin-left: 247px;
        width: 49%;
    }
    div#media {
        margin-left: 86px;
    }
    #top-schedule-pack {
        background: url(../images/top-schedule/down_arrow.png) no-repeat 138px !important;
    }
    #top-schedule-date {
        width: 25%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1360px) {
    select#top-schedule-pack {
        margin-top: -56px;
        margin-left: 249px;
        width: 41%
    }
    #top-schedule-pack {
        background: url(../images/top-schedule/down_arrow.png) no-repeat 137px !important;
    }
    div#media {
        margin-left: 30px;
    }
    .ipl-name.form-group select#sport_id {
        width: 36%;
    }
    #sport_id {
        background: url(../images/top-schedule/down_arrow.png) no-repeat 118px !important;
    }
}

@media screen and (min-width: 1352px) and (max-width: 1600px) {
    .ipl-name.form-group select#sport_id {
        width: 36%
    }
    #sport_id {
        background: url(../images/top-schedule/down_arrow.png) no-repeat 120px !important;
    }
    select#top-schedule-pack {
        width: 41%;
        margin-top: -56px;
        margin-left: 246px;
    }
    #top-schedule-pack {
        background: url(../images/top-schedule/down_arrow.png) no-repeat 138px !important;
    }
    div#media {
        margin-left: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    select#top-schedule-pack {
        margin-top: -56px;
        margin-left: 250px;
        width: 49%
    }
    div#media {
        margin-left: 83px;
    }
    .ipl-name.form-group select#sport_id,
    #top-schedule-pack,
    #top-schedule-pack {
        width: 43%;
    }
    #sport_id {
        background: url(../images/top-schedule/down_arrow.png) no-repeat 111px !important;
    }
    #top-schedule-date {
        background: url(../images/top-schedule/down_arrow.png) no-repeat 62px !important;
        background-color: #fff !important;
    }
    #top-schedule-pack {
        background: url(../images/top-schedule/down_arrow.png) no-repeat 134px !important;
        background-color: #fff !important;
    }
    .shedule-select-bg {
        padding-right: 0px;
        padding-left: 0px;
    }
    .shedule-sec .container {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.shedule-separator {
    display: none
}

.shedule-sec ul.sdl-list li {
    width: 141px !important;
    height: 81px !important;
}


/*Top schedule responsive*/


/*Image height issue in tab resolution */

@media screen and (min-width: 768px) and (max-width: 992px) {
    /*.bar-sec{background-position: left !important;max-width: 100%;}*/
    .home-setup-sec h1 {
        font-size: 33px;
    }
    .home-setup-sec {
        max-width: 277px;
        margin-left: 29px;
        margin-top: 67px;
    }
    .appsstore-mr {
        margin-right: 10px;
    }
    .row.setup-bar-btn a img {
        max-width: 112px;
    }
}

.carousel-indicators {
    bottom: -42px;
}

@media screen and (min-width: 340px) and (max-width: 768px) {
    html body {
        padding-top: 20px !important;
    }
}

@media screen and (max-width: 319px) {
    .carousel-indicators {
        bottom: -40px;
    }
    .homepage-mypack-logo {
        padding: 25px 0px 10px 0px;
    }
}

@media screen and (min-width: 400px) and (max-width: 578px) {
    .breaking-news strong div {
        margin-top: 10px;
    }
}

@media screen and (min-width: 579px) and (max-width: 768px) {
    .breaking-news strong div {
        margin-top: 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
    .breaking-news strong div {
        margin-top: 10px;
    }
}


/*Packages formatting off on iPad*/

@media screen and (max-width:480px) {
    .p-l-s>div {
        float: left !important;
        max-width: 32% !important;
        margin: 4px 7px;
    }
}


/*gameday merchandise*/

@media screen and (min-width:768px) and (max-width:991px) {
    .card h4 {
        margin-top: 0px;
    }
}


/*top schedule data*/

.top-schedule-time strong {
    width: 60px !important;
    display: inline-block;
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .sdl-list li {
        max-width: 20% !important;
    }
    img.pack_logo {
        max-width: 40px !important;
        margin-left: -20px;
    }
}

@media screen and (min-width:768px) and (max-width:990px) {
    .sdl-list li {
        width: 25% !important;
    }
    .shedule-sec .pack_logo {
        width: 25px;
    }
    img.pack_logo {
        float: left;
        max-width: 25px !important;
        margin-left: -26px;
        display: inline-block;
    }
}

@media screen and (min-width:769px) {
    .shedule-second.table tr td:nth-child(2) {
        display: table-cell;
    }
}

@media screen and (max-width:768px) {
    table.table.shedule-second tr th:nth-child(1) {
        width: 25%;
    }
    table.table.shedule-second tr th:nth-child(2) {
        width: 25%;
    }
    table.table.shedule-second tr th:nth-child(3) {
        width: 25%;
    }
    table.table.shedule-second tr th:nth-child(4) {
        width: 25%;
    }
    .shedule-second.table tr td.mobile:nth-child(1) {
        display: table-cell;
    }
}

@media screen and (max-width:640px) {
    .th-time,
    .add-channels,
    .schedule_img,
    .th-channel {
        text-align: center;
    }
}

.txt-danger {
    color: red;
    width: 300px;
    float: right;
    margin-top: 4px;
}

.owl-theme .owl-dots .owl-dot {
    transform: skew(-20deg);
    width: 25px;
    height: 10px;
    border-radius: 0px !important;
    border: 0px solid #ccc !important;
    margin: 0px 4px 0px 0px;
}

.owl-theme .owl-dots .owl-dot span {
    transform: skew(-20deg);
    width: 25px !important;
    height: 10px !important;
    padding: 0px !important;
    border-radius: 0px !important;
    margin: 0px 4px 0px 0px !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #393939 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #00a2e1 !important;
}

.owl-nav {
    display: none;
}

@media screen and (min-width: 992px) {
    .owl-carousel .owl-item img {
        min-height: 344px;
    }
}

#owl-demo .owl-stage {
    height: auto !important;
}

#owl-demo .owl-item {
    height: auto !important;
}

@media screen and (max-width: 768px) {
    #owl-demo .owl-item,
    #owl-demo .owl-item img {
        min-height: 140px !important;
    }
}

@media screen and (max-width:535px) {
    .pad-r0 {
        padding-right: 0px;
    }
    .ckt-profit-calc .form-group .col-sm-8.col-xs-6 {
        padding-right: 5px !important;
    }
}

@media screen and (max-width:640px) {
    #login .form-control {
        font-size: 16px !important
    }
    .form-group.remember-me .small,
    a.need-help.track-click.pull-right,
    .form-group.text-center.create-acc a {
        font-size: 14px !important;
    }
}

#top-schedule-pack,
#top-schedule-date {
    background-color: #fff !important;
}

.insites-sec1 {
    padding: 10px 0px 30px 0px
}

.insites-sec1 div#businessinsights .box a img {
    margin-bottom: 15px;
}

.insites-sec1 a:active,
.insites-sec1 a:hover,
.insites-sec1 a:visited,
.insites-sec1 a:focus {
    color: #00a3ff !important;
    text-decoration: none !important;
}

.insites-sec1 h3 {
    margin-bottom: 30px;
}

.insites-sec1 h3 span {
    padding-bottom: 3px !important;
    border-bottom: 6px solid #00a3ff !important;
}

.insites-sec1 h3 div {
    color: #00a3ff;
}

.insites-sec1 div#exTab1 ul li h3 div {
    display: inline-block;
    margin-left: 5px;
}

.insites-sec1 ul li a,
.insites-sec1 ul li,
.insites-sec ul li a,
.insites-sec ul li {
    display: block;
    width: 100%;
}

.insites-sec h1 span {
    color: #fff !important;
}

.insites-sec h1 {
    text-transform: uppercase;
    color: #000;
}

ul.nav.nav-tabs.checkout-tab {
    flex-wrap: inherit;
}

.insites-sec h1 {
    text-transform: uppercase;
    color: #000;
}

.text-right.view-more.paidfb-view a {
    color: #00a3ff;
}

#mySidenav ul.dropdown-menu li.sports-bar-finder-list-item a:visited {
    background: #fff;
}

.mobile-menu .banner-sec .nav li:hover {
    background: transparent;
}

.how-to-menu>a {
    border-bottom: 1px solid #ecebeb;
}

.how-to-li-bg:hover,
.how-to-li-bg:visited,
.how-to-li-bg:focus {
    background: transparent !important;
}

.mobile-menu #mySidenav span.glyphicon.glyphicon-chevron-right,
.mobile-menu #mySidenav span.glyphicon.glyphicon-chevron-down {
    font-size: 13px !important;
}

li#social-list a span.glyphicon.glyphicon-chevron-right.pull-rightalgn {
    color: #909090;
}

ul.feed-back.form-group.has-error small {
    display: block;
    clear: both;
}

.pull-rightalgn {
    float: right;
    padding-top: 10px;
}

div#myNavbar ul li ul li a span.glyphicon.glyphicon-chevron-right {
    color: #909090;
    margin-left: 10px;
    font-size: 11px;
}

div#myNavbar ul li ul li a:hover span.glyphicon.glyphicon-chevron-right {
    color: #fff;
    font-size: 11px;
    margin-left: 10px;
}


/** 29 June ****/

.p-l-s>div {
    width: 100px;
    line-height: normal;
}

.mypackage-left-logos {
    background: transparent;
}

label.order-now-lbl {
    background: #00a2e1;
    color: #fff;
    padding: 2px 10px;
    margin: 0px;
    font-size: 13px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    z-index: 4;
    margin-top: 4px;
    margin-left: 5px;
}

.signup-frm {
    background: #00a2e1;
    color: #fff;
    text-align: center;
    border: 1px solid #00a2e1;
}

.signup-frm form {
    margin: 20px;
    background: transparent;
}

.signup-frm h3 {
    margin-bottom: 13px;
    color: #fff;
    margin-top: 20px;
}

.signup-frm .signup-frm-submit {
    background: #11153d;
    color: #fff;
}

.mypackage-left-logos {
    width: 1px !important;
}

@media screen and (min-width: 768px) {
    .event-box.white-bg-form {
        min-height: 506px;
        background: #f8f8f8;
    }
    .signup-frm {
        min-height: 506px;
    }
}

@media screen and (min-width: 960px) {
    .event-box.white-bg-form {
        min-height: 460px;
        background: #f8f8f8;
    }
    .signup-frm {
        min-height: 460px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
    .event-box.white-bg-form {
        min-height: 506px;
        background: #f8f8f8;
    }
    .signup-frm {
        min-height: 506px;
    }
}

@media screen and (min-width: 768px) {
    .active_icons img {
        margin-top: 10px;
    }
}

.my-package-sec h4 {
    display: block;
    width: 100% !important;
    font-size: 24px !important;
}

.my-package-sec h1 {
    color: #00a2e1;
    font-weight: bold;
}

.my-package-sec h4 label {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 5px;
}

.adition-pck-title {
    color: #00a2e1;
}

.row.packhalf {
    padding-left: 10px;
    padding-right: 10px;
}

.bdr-for-inact-cions {
    border-bottom: 1px solid #d4d4d4;
    overflow: hidden;
    width: 100%;
    margin: 10px;
}

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


/***** 19 Aug ******/

div#myCarousel-left {
    position: absolute;
    z-index: 999;
    width: 185px;
    min-height: 1200px;
    top: 110px;
    margin-left: -192px;
}

div#myCarousel-left .item img {
    min-height: 300px !important;
}

div#myCarousel-right {
    position: absolute;
    z-index: 999;
    width: 185px;
    min-height: 1200px;
    top: 110px;
    margin-left: 1148px;
}

div#myCarousel-right .item img {
    min-height: 300px !important;
}

.adds.home-banners::before,
.adds.home-banners::after {
    display: none !important;
}

@media screen and (max-width: 1400px) {
    #myCarousel-left {
        display: none !important;
    }
    #myCarousel-right {
        display: none !important;
    }
}

.carousel-margin-top {
    margin-top: -40px;
}

.middle-carousel-margin-top {
    margin-top: 50px;
}

.mymvp-banner-removed {
    margin-top: 60px;
}


/*
.home-slider-new {position: fixed;
    z-index: 999 !important;4
    max-width: 1140px !important;
    width: 100% !important;}*/


/*

@media screen and (max-width: 1024px){
  .slideshow-inner.home-slider-new {top:0px !important;}
}

@media screen and (min-width: 320px){
  .homebodystart {padding-top: 180px;}
}

@media screen and (min-width: 400px){
  .homebodystart {padding-top: 240px;}
}
@media screen and (min-width: 535px){
  .homebodystart {padding-top: 300px;}
}
@media screen and (min-width: 640px){
  .homebodystart {padding-top: 340px;}
}


@media screen and (min-width: 700px){
  .homebodystart {padding-top: 350px;}
}

@media screen and (min-width: 768px){
  .homebodystart {padding-top: 380px;}
}
@media screen and (min-width: 800px){
  .homebodystart {padding-top: 430px;}
}
@media screen and (min-width: 900px){
  .homebodystart {padding-top: 460px;}
}
@media screen and (min-width: 960px){
  .homebodystart {padding-top: 480px;}
}

@media screen and (max-width: 1140px){
 .home-slider-new {left: 0; right: 0;}
}
*/

a {
       color: inherit !important;
    text-decoration: none;
}