

 /* start reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

 /* end reset */


 /* start nice-select */

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
    display: grid;
  }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
    background-color: #dddddd;
  }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: transparent;
    }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default;
    }
 .nice-select .current {
     white-space: unset !important;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     display: flex;
 }
.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }


 /* end nice-select */


 /* start general */

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow: auto;
  }

*,
ol,
ul,
h1,
h2,
h3,
h4,
h5,ul.sub_cup li
h6,
p,
ol,
li {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
strong{
    font-weight: bold
}
ol,
ul {
    list-style: none;
    font-family: 'Open Sans', sans-serif;

}

input {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a {
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;

}

.clearfix::after,
.clearfix::before {
    content: "";
    clear: both;
    display: table;
}
.grey{
    background: whitesmoke;
}
.light_green {
    background-color: lightgreen;
}
.border_grey {
    border: 1px solid lightgrey;
}
.right {
    float: right;
}

.margin_top_10 {
    margin-top: 10px !important;
}
.margin_bottom_10 {
    margin-bottom: 10px !important;
}
.div_20 picture img{
    width:30px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
}

/* Common Styles */

.m_left_right_10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.m_left_0{
    margin-left: 0 !important;
}
._block{
    display: block;
}
._inline{
    display: inline;
}
._inline_block {
    display: inline-block;
}
.width_100 {
    width: 100%;
}
.width_25 {
    width: 25%;
}
.width_50 {
    width: 50%;
}
.width_40 {
    width: 40%;
}
.width_46 {
    width: 46%;
}
.top_0 {
    top: 0 !important;
}
._center {
    left: 25%;
}
.left{
    float: left;
}
.right{
    float: right;
}
._input{
    width: 100%;
    height: 36px;
    border: 1px solid #d7d7d7;
    padding: 0 8px;
    font-size: 13px;
    border-radius: 3px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    outline: none;
}
._textarea{
    min-height: 143px;
    max-height: 222px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    line-height: 30px;
    padding: 0 8px;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    resize: vertical;
    width: 100%;
}
.mendetory{
    color: red;
}
/* responsive  blocks */
.col-2 {
    width: 48%;
    float: left;
    margin-left: 10px;
}
.hidden{
    display: none !important;
}

._select{
    margin-bottom: 10px;
    height: 36px;
    margin-left: 4px;
}
._button{
    background: #629d34;
    color: #fff;
    height: 32px;
    border: 0;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    top: 50%;
}
._button:hover{
    cursor: pointer;
    background: #fff;
    color: #4f8b39;
    border: 1px solid #4f8b39;
}
.reset_button_look{
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    outline: none;
}
.reset_button_look:hover{
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
}
.m_top_10{
    margin-top: 20px;
}

.m_top_20{
    margin-top: 20px;
}

.m_top_30{
    margin-top: 30px;
}

.m_top_17{
    margin-top: 17px;
}
.m_top_7{
    margin-top: 7px;
}
.m_right_4{
    margin-right: 4px;
}

.m_right_8{
    margin-right: 8px;
}

._clearfix::after {
    content: "";
    display: table;
    clear: both;
}
._abs_center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.f_left {
    float: left
}

.d_inline {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
}
._input_wrapper {
    width: 100%;
}
.text_bold {
    font-weight: bold;
}

.txt_upper {
   text-transform: uppercase;
}

.form_input{
    width: 95%;
    margin-left: 10px;
}

li.div_14.div_16{
    width: 41% !important;
}


/* Buttons */

.green_btn{
    border: 0;
    background: #629d34 url(/theme/images/buy_bg.png) repeat-x;
    background-position: center;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    outline: none;
    height: 32px;
    background-size: 100% 100%;
}
.green_btn:hover{
    border: 1px solid #5b9736;
    color: #5b9736;
    background: #fff;
}
.diabled_green_btn{
    border: none;
    background: gray;
    color: white;
    cursor: auto;
}
.diabled_green_btn:hover{
    border: none;
    background: gray;
    color: white;
    cursor: auto;
}
/* End Buttons */
.gray_color{
    color: #848484;
}

/* End Common Styles */

#wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: url(/theme/images/960-background.jpg);
    background-position: center top;
    background-size: 100%;
    background-attachment: fixed;
    -webkit-overflow-scrolling: touch;
}
.overflow_hidden{
    overflow: hidden;
}

.container {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto
}
/* Top Header */

.top_header {
    background: #343434;
    height: 25px;
    z-index: 11;
    position: relative;
}

.top_header .container {
    height: 100%
}

.top_header .left_Top {
    float: left
}

.top_header .right_top {
    float: right
}

.top_header .left_Top ul li {
    display: inline-block;
    padding: 0 5px;
}

.top_header .left_Top ul li a {
    font-size: 11px;
    color: #fff;
    line-height: 25px
}

.top_header .left_Top ul li a:hover {
    color: #ffc0b8;
}

.top_header .left_Top ul li:first-child {
    padding-left: 0
}

.top_header .right_top,
.top_header .right_top ul {
    height: 100%;
}

.top_header .right_top ul {
    display: table
}

.top_header .right_top ul li {
    display: table-cell;
    vertical-align: top;
    padding-left: 8px
}

.top_header .right_top ul li input[type="text"] {
    width: 200px;
    height: 18px;
    border: 0;
    background: #cccccc;
    border-radius: 2px;
    padding: 0 22px 0 10px;
    box-sizing: border-box
}

.top_header .right_top ul li .sass {
    position: relative;
    float: left
}

.top_header .right_top ul li .sass:before {
    content: '';
    background: url('/theme/images/srch-icon.png') no-repeat;
    width: 15px;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 2px
}

.top_header .right_top {
    position: relative
}

.top_header li.social a i {
    font-size: 17px;
    color: #e0e0e0
}

.top_header li.social a i:hover {
    opacity: .8
}

.top_header .right_top ul li.tp_add input[type="text"] {
    padding-right: 35px
}
.top_search .srch_cup input { /* Can't find usage */
    padding-right: 32px
}

.top_header .right_top li.btn_mob {
    display: none
}
.pager_page, .blogs_all{
    cursor: pointer;
}

.my_account_btn>.auth_logo,
.login_btn>.auth_logo {
    background: url("/theme/images/account_login.png");
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 26px;
}

.logout_btn>.auth_logo {
    background: url("/theme/images/logout-logo.png");
    width: 25px;
    height: 25px;
}

li.red_btn {
    padding-right: 7px
}

li.red_btn a {
    color: #fff;
    background: url('/theme/images/red_bg.jpg') repeat-x;
    padding: 0 12px;
    height: 18px;
    font-size: 11px;
    line-height: 16px;
    border-radius: 2px;
    display: block
}

li.red_btn input{
    color: #fff;
    background: url('/theme/images/red_bg.jpg') repeat-x;
    padding: 0 12px;
    height: 18px;
    font-size: 11px;
    line-height: 16px;
    border-radius: 2px;
    display: inline-block;
    border:none;
    cursor: pointer;
}

.top_header .right_top ul li.srch_ip {
    position: relative
}

.advanced {
    background: url('/theme/images/advnce.png') no-repeat;
    width: 104px;
    height: 20px;
    right: 0;
    bottom: -14px;
    position: absolute;
}

.advanced span {
    font-size: 12px;
    color: #e0e0e0;
    display: block;
    text-align: right;
    line-height: 20px;
    padding-right: 20px;
    position: relative;
}

.advanced span:after {
    content: '';
    background: url('/theme/images/advnce-arrow.png');
    width: 11px;
    height: 7px;
    position: absolute;
    right: 4px;
    top: 10px;
    margin-top: -3px
}
.login_form .login_option{
    cursor: pointer;
    font-size: 12px;
    display: block;
    margin: 5px 0;
}
.login_form .error_description {
    padding-top: 5px !important;
}
.pos .top_menu_img{
    width: 65px;
    height: 65px;
    margin: 15px;
}
/* End Top Header */

/* Footer */

.social_icon p.copy_2 {
    display: none
}

.tnt,
.dhl,
.ups,
.royal,
.fedex,
.rapidssl,
.mastercardsecure,
.visa,
.mastercard,
.payment-icons div {
    display: inline-block;
    background-image: url(/theme/images/white-image.png?v=2);
    background-repeat: no-repeat;
    background-size: auto 70%;
    margin-top: 10px;
}
.tnt:hover,
.dhl:hover,
.ups:hover,
.royal:hover,
.fedex:hover,
.rapidssl:hover,
.mastercardsecure:hover,
.visa:hover,
.mastercard:hover,
.payment-icons div:hover {
    background-image: url(/theme/images/color-image.png?v=2);
}
.dhl {
    background-position: -54px -0px;
    height: 48px;
    width: 95px;
}
.tnt {
    background-position: -0px -0px;
    height: 48px;
    width: 56px;
}
.ups {
    background-position: -147px -0px;
    height: 48px;
    width: 34px;
}
.royal {
    background-position: -180px -0px;
    height: 48px;
    width: 36px;
}
.fedex {
    background-position: -212px -0px;
    height: 48px;
    width: 64px;
}
.rapidssl {
    background-position: -376px -0px;
    height: 48px;
    width: 66px;
}
.mastercardsecure {
    background-position: -440px -0px;
    height: 48px;
    width: 65px;
}
.visa {
    background-position: -300px -0px;
    height: 50px;
    width: 49px;
}
.mastercard {
    background-position: -338px -0px;
    height: 48px;
    width: 42px;
}
 .payment-icons .apple {
     background-position: -508px -0px;
     height: 48px;
     width: 47px;
 }
 .payment-icons .google {
     background-position: -560px -0px;
     height: 48px;
     width: 49px;
 }
 .payment-icons .pix {
     background-position: -613px -0px;
     height: 48px;
     width: 63px;
 }
 .payment-icons .neo {
     background-position: -680px -0px;
     height: 48px;
     width: 89px;
 }
 .payment-icons .boleto {
     background-position: -774px -0px;
     height: 48px;
     width: 54px;
 }
 .payment-icons .paysafe {
     background-position: -830px -0px;
     height: 48px;
     width: 126px;
 }
.f_right_side h4 {
    color: #c5c4c4;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px
}

/* End Footer */
.hide {
    display: none !important;
}

.header {
    height: initial;
    /* padding-bottom: 10px */
}
.banner{
    height: 326px;
}

.mob_menu {
    display: none
}

.header .container {
    display: table;
    padding: 0
}

.header .container .logo {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 10px;
}

.header .container .logo a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.header .container .menu {
    display: table-cell;
    vertical-align: bottom;
    text-align: right
}

.header .container .menu ul li {
    display: inline-block;
    padding: 0 6px;
    padding-bottom: 15px;
}

 .header .container .menu ul li.badge {
     position: relative;
 }

 .header .container .menu ul li .badge {
     position: absolute;
     right: -6px;
     top: -16px;
     background: red;
     padding: 2px 5px;
     color: white;
     font-size: 10px;
     font-weight: bold;
     border-radius: 50%;
 }

.header .container .menu ul li.parent_menu {
    padding: 0 3px 15px;
}

.header .container .menu ul li:last-child {
    padding-right: 0;
    color: #313131
}

.header .container .menu ul li a {
    color: #313131;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px
}

.header .container .menu li.div_28 .match_desc a {
    color: #f5f5f5
}

.header .container .menu li.div_28 .match_desc a:hover {
    color: #206d35;
}

.header .container .menu ul li a:hover,
.header .container .menu ul li.active a {
    color: #206d35
}

.header .container .menu ul>li:hover .sub-menu:not(.hidden) {
    display: -webkit-box;
    display: flex
}

.header_btm .container {
    padding: 7px 0px;
    border-top: 1px solid #4d8a3a;
    /* border-bottom: 1px solid #4d8a3a; */
    /* margin-bottom: 5px; */
}

.header_btm .container p {
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    background-color: #0E8D93;
    color: #fff;
}
.login_form .tab {
    overflow: hidden;
    background-color: #cccccc;
}

.login_form .tab button:hover {
    background-color: #efefef;
}

.login_form .tab button.active {
    background-color: #efefef;
    color: #d94e3c
}

.advanced {
    display: none
}
.login_form .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    height: 32px;
    line-height: 28px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 11px;
    width: 50%;
    color: #595959;
    font-weight: 600;
    text-transform: uppercase
}

.login_form {
    width: 278px;
    box-sizing: border-box;
    border-top: 0;
    position: absolute;
    display: none;
    right: 0;
    top: 30px;
    z-index: 19;
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .15), 0 1px 3px rgba(0, 0, 0, .3);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-bottom: 10px;
    background: #EFEFEF;
}
 .login_form #customer,
 .login_form #supplier {
     padding: 10px 10px 0px 10px;
 }
.login_form .forms {
    padding: 15px 15px 5px;
    background: #efefef
}

.login_form .forms a {
    font-size: 11px;
    float: left;
    color: #959595
}

.login_form .forms a.order_id_msg {
    float: right
}

#customer_forgot_password_form > span{
    font-size: 13px;
}

.login_form .forms input {
    height: 32px;
    border: 1px solid #cccccc;
    display: block;
    width: 100%;
    padding: 0 8px;
    font-size: 13px;
    margin-bottom: 8px;
    border-radius: 3px
}

.login_form .forms input[type="submit"] {
    background: url('/theme/images/form_btnBg.png') repeat-x;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    cursor: pointer
}

.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 130px;
    background-color: #fff;
    color: #727272;
    text-align: center;
    border-radius: 0;
    padding: 5px 0;
    border: 1px solid #ccc;
    font-size: 13px;
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.login_form .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.banner_form .logos {
    padding: 10px 0;
    background: rgba(9, 9, 9, .50);
}

.banner_form .logos p {
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center
}

.banner_form .logos p img {
    display: inline-block;
    vertical-align: middle;
    /* padding: 0 10px; */
    max-width: 70px;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    margin: 0px 15px;
}

.event .banner_form .logos p img {
    max-width: inherit
}

.match_desc {
    background: rgba(0, 0, 0, 0.4);
    padding: 15px;
}

.match_desc p {
    color: #fff;
    font-size: 14px;
    padding-bottom: 15px;
    text-align: center
}

.match_desc strong {
    color: #f5f5f5;
    font-size: 12px;
    display: block;
    padding-bottom: 15px;
    text-align: center;
    line-height: 14px
}

.match_desc a {
    font-size: 16px;
    height: 32px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    width: 150px;
}

/*Sub-meu_css - Navbar*/

.sub-menu.sub_team {
    display: none
}

.header .container {
    position: relative;
    padding-top: 10px;
}

.sub_menu_div {
    display: block;
    left: 0;
    width: 100%;
    z-index: 13;
    top: calc(100% + 7px);
    position: absolute;
}

.sub_team {
    display: block
}

.div_14 {
    width: 14.2857%;
    float: left;
    background: #f4f4f4;
}

.header .container .menu ul li ul.sub-menu {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
    top: calc(100% + 1px);
    border: 1px solid #cccccc;
    border-top: 0;
    background: #fff;
}

.header .container .menu ul li ul.sub-menu:before {
    width: 100%;
    height: 7px;
    background: transparent;
    content: '';
    position: absolute;
    top: -7px
}

.header .container .menu ul li.div_14 {
    width: 71.2857%;
    float: left;
    background: #f4f4f4;
    padding: 0
}

.header .container .menu ul li.div_14.div_28 {
    width: 28.5714%;
    padding: 25px 0;
}

.header .container .menu ul.sub_team li.div_14 ul li {
    display: -webkit-box;
    display: flex;
    width:100%;
    border: 0.5px solid #ebebeb;
    height: 100%;
    padding: 0;

}

.header .container .menu ul.sub_team li.div_14 ul li a {
    font-size: 12px;
    color: #2b2b2b;
    padding: 0px 12px;
    padding-bottom: 0;
    height: 54px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
}

.header .container .menu ul.sub_team li.div_14 ul li a .top_menu_item_logo {
    display: inline-block;
    vertical-align: middle
}

.header .container .menu ul.sub_team li.div_14 ul li a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 12px;
    width: 64%;
    text-align: center;
    text-transform: capitalize;
    margin-left: 2px;
}
.div_14 ul.parent_menu{
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
.div_14.div_16 ul.parent_menu{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.header .menu .international ul.sub_team li.div_14 ul li a span,
.header .menu .stadium ul.sub_team li.div_14 ul li a span {
    width: 62%
}

.header .container .menu ul.sub_team li.div_28 {
    width: 28.5714%;
    margin: auto 0;
    text-align: center;
}

.header .container .menu ul.sub_team li.div_35 {
    width: 35.71%;
    float: left;
    padding: 0
}
.parent_menu .sub-menu.sub_team .div_35{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 54px repeat(4,1fr);
}

.header .container .menu ul.sub_team li.div_35 ul li.div_50 {
    width: 50%;
}

.header .container .menu ul.sub_team li.div_35 ul li.div_50 li a {
    height: 47px
}

.header .container .menu ul.sub_team li.div_14 ul li a .top_menu_item_logo {
    padding-right: 5px;
}

.tournament .div_35 strong {
    height: 47px;
    font-size: 15px;
    color: #2b2b2b;
    display: block;
    text-align: center;
    line-height: 47px;
    font-weight: 600;
    border: 0.5px solid #ebebeb;
    background: #f4f4f4
}

.header .container .menu li.div_28 .logos p {
    text-align: center;
    background: transparent;
    font-size: 18px;
    color: #7c7c7c;
}

.header .container .menu li.div_28 .logos p img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    height: 65px;
    width: 65px;
    -o-object-fit: contain;
       object-fit: contain;
}

.header .container .menu li.div_28 .match_desc {
    padding: 0;
    background: transparent
}

.header .container .menu li.div_28 .match_desc div:first-child{
    font-size: 13px;
    color: #2b63b8;
    padding: 10px 0;
    font-weight: 600
}

.header .container .menu li.div_28 .match_desc strong {
    font-size: 11px;
    color: #8c8c8c;
    padding-bottom: 15px;
}

.header .container .menu li.div_28.right_team {
    background: #fff
}

.header .container .menu ul li.stadium ul li.div_28 {
    width: 57.14%;
    padding: 0;
}

.header .container .menu ul li.stadium ul li.div_28 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover
}

.header .menu ul li.stadium li.div_14 {
    height: auto;
}

.header .container .menu li.div_14 ul li:hover {
    background: #4d8a3a;
    color: #fff
}

.header .container .menu li.div_14 ul li.ext:hover {
    background: transparent
}

.header .container .menu li.div_14 ul li:hover a {
    color: #fff !important
}

.header .container .menu ul li.div_14.div_20 {
    width: 20%;
}

.header .container .menu ul.sub_team li.div_14.div_20 li {
    position: relative;

}

.header .container .menu ul.sub_team li.div_14.div_20 li a.hover_static {
    height: 65px;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.header .container .menu ul.sub_team li.div_20 ul li a.hover_static {
    text-transform: capitalize;
    text-align: center;
    padding: 8px 0
}

.header .container .menu ul.sub_team li.div_20 ul li a.hover_static .gray_color {
    margin-top: 3px;
}

.header .container .menu ul.sub_team li.div_20 ul li a.hover_change {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    background: #4d8a3a;
    color: #fff;
    vertical-align: middle;
    line-height: 45px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header .container .menu ul.sub_team li.div_20 ul li a.hover_change .img {
    margin: -10px 20px;
}
.hover_change picture{
    margin: 0 10px;
}

.header .container .menu ul.sub_team li.div_20 ul li:hover a.hover_change {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 8px 0;

}

.top_menu_item_logo{
    width: 30px;
    height: 30px;
}

.stadium_image{
    width: 100%;
    height: 165px;
    background-repeat: no-repeat;
}

.div_14.div_50 .parent_menu {
    display: grid;
    cursor: default;
    grid-template-columns:repeat(2, 1fr);
    grid-template: "a a";
}

.div_35 .top_menu_item_team {
    width: 50% ;

}

.parent_menu .div_35 strong {
    height: 55px;
    font-size: 15px;
    color: #2b2b2b;
    vertical-align: middle;
    display: block;
    text-align: center;
    line-height: 47px;
    font-weight: 600;
    border: 0.5px solid #ebebeb;
    background: #f4f4f4;
    grid-column-start: 1;
    grid-column-end: 3
}

.logo picture img{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

/* End Sub-meu_css - Navbar */

/* Quantity */
.qty label {
    font: bold 20px Helvetica, sans-serif;
    display: block;
    float: left;
    text-align: right;
    padding: 5px 10px 0 0;
    width: 140px;
}

.qty form{
    /* width: 35px; */
    position: relative;
    margin: 0 auto;
}


.qty .button {
    margin: 0 1px;
    text-indent: -9999px;
    cursor: pointer;
    width: 5px;
    height: 8px;
    text-align: center;
    background: url(/theme/images/arrow-quantity.png) no-repeat;
    margin-top: 4px;
}

.qty .dec {
    background: url(/theme/images/arrow-quantity2.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 5px;
}

.qty .inc {
    position: absolute;
    right: 0px;
    top: 5px;
}

.qty input[type=text] {
    width: 44px;
    height: 24px;
    font-size: 22px;
    color: #a8a8a8;
    padding: 0;
    text-align: center;
    cursor: default;

}
.quantity.row_left {
    margin-top: 10px;
}
.qty .buttons {
    padding: 20px 0 0 140px;
}
.qty {
    /* font-size: 11px; */
    /* color: #bfbfbf; */
    /* width: 10%; */
    text-align: center;
}
/*End Quantity */

.main-content {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 6px 0 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    min-height: 900px;

}

.main_events {
    display: block;
    margin-bottom: auto;
}

.right_ticket {
    width: 24%;
    float: left;
    margin-right: 1%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.left_ticket {
    width: 75%;
    float: left;
    box-sizing: border-box;
    padding: 0;
}

.ticktet_sec {
    padding: 0 15px;
    width: 100%;
    display: table;
}

.ticket_head {
    height: 40px;
    background: #efefef;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    box-sizing: border-box;
    text-align: center;
    display: table;
    width: 100%;
}

.ticket_head p,  .ticket_head h1 {
    vertical-align: middle;
    display: table-cell;
    font-size: 120%;
    font-size: 15px;
    font-weight: 600;
    color: #555555;
    text-transform: uppercase;
}
p.ticket_head, h1.ticket_head{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    color: #555555;
    text-transform: uppercase;
}

p.inter_nation,
.inter_nation p, h1.inter_nation, .inter_nation h1 {
    text-transform: none;
}

.inner_left {
    display: block;
    border: 1px solid #d7d7d7;
    background: #fff;
}
.team_vs p {
    font-size: 13px;
    font-weight: 600;
    color: #8a8a8a;
}

.team_vs p {
    display: inline-block;
    vertical-align: middle;
}

.team_vs p:first-child {
    padding-right: 5px
}

.team_vs p:last-child {
    padding-left: 5px
}

.team_info {
    width: 52%
}

.team_date {
    width: 10%;
    font-size: 12px;
    font-weight: 300;
    color: #8a8a8a
}

.find_tickets {
    border: 1px solid #d7d7d7;
    margin-bottom: 10px;
}

.team_ticket {
    width: 20%
}
.team_info p, .team_info a {
    color: #609c34;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
}
 .team_info span.place {
     display: flex;
     flex-direction: row;
     justify-content: flex-start;
     width: 100%;
     white-space: nowrap;
 }
 .team_info span {
    /*display: block;*/
    line-height: 18px;
    font-weight: 600;
    font-size: 12px;
    padding-bottom: 3px;
 }

.team_info span i {
    font-weight: 400;
    font-style: normal;
    color: #8a8a8a
}
.team_ticket strong {
    display: block;
    font-weight: 300;
    font-size: 12px;
    color: #8a8a8a;
    padding-bottom: 5px;
    padding-left: 5px
}

.team_ticket a {
    height: 32px;
    width: auto;
    padding: 0 ;
    font-size: 16px;
    display: block;
    line-height: 32px;
    font-weight: bold;
    -webkit-appearance: none;
}
.tickt_book {
    background: #efefef;
    padding: 8px
}

.tickt_book .sass.col_50 {
    width: 47%;
    float: left;
    margin-right: 2%;
    position: relative;
}

.tickt_book .sass.col_50::before {
    content: '';
    position: absolute;
    right: 7px;
    top: 23%;
    height: 17px;
    width: 15px;
    background: url('/theme/icons/from-icon.png') no-repeat
}

.find_tickets .find_tickets_form .tickt_book{
    background: none;
    padding: 0;
    overflow: hidden;
}

.tickt_book .sass {
    width: 100%;
    margin-bottom: 8px
}

.tickt_book .sass .nice-select {
    width: 100%;
    height: 32px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 0 10px;
    color: #959595;
    outline: none;
    -webkit-appearance: none;
    line-height: 30px;
    font-size: 13px;
}

.tickt_book .sass .nice-select:after {
    content: '';
    border: 0;
    background: url('/theme/images/down-arrow.png');
    height: 6px;
    width: 10px;
    -webkit-transform: none;
            transform: none;
    margin-top: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.tickt_book .sass .nice-select.open:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    margin-top: -5px;
    margin-right: 4px;
}

.tickt_book .sass .nice-select .option {
    height: 30px;
    min-height: 30px;
    line-height: 30px;
    display: block
}

.tickt_book .sass.col_50.last {
    margin: 0 0 0 4%;
}

.tickt_book.full span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
    color: #ccc;
    font-weight: bold
}

.tickt_book.full {
    position: relative
}
.tickt_book input[type="date"],
.tickt_book input[type="text"] {
    width: 100%;
    height: 32px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 0 8px;
    font-size: 12px;
    color: #959595;
    outline: none;
    cursor: pointer;
}

.tickt_book input[type="date"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}


.tickt_book input[type="text"] + .error_description{
    top: 0;
}

.tickt_book input::-webkit-input-placeholder {
    color: #959595;
}

.tickt_book input[type="submit"] {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 32px;
    padding: 0 4px;
}

.nice-select ul.list{
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
}
.find_tickets .team_head{
    border:0;
    margin: 0;
    padding: 0;
}

/* Trust & Adv & Asta */



/* #region trustpilot */
#trustpilot .poup_review{
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 500px;
    padding: 15px;
    display: grid;
    grid-template-columns:auto auto;
}
.trust {
    display: block;
    background: #fff;
    padding: 15px 0 0;
    border: 1px solid #d7d7d7;
    height:150px;
}

.trust_logo {
    text-align: center
}
.trustpilot_close{
    float: right;
    margin:15px 15px 0px 0px;
}

.trustpilot_title{
    font-size: 18px;
}

#trustpilot .star_rating{
    display: inline-block;
}

#trustpilot .gurantee{
    padding: 10px 15px 30px 15px;
}
#trustpilot .full_adv{
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 650px;
    display: grid;
    grid-template:"a a";
}

#trustpilot .full_adv .gurantee{
    margin-bottom: 20px;
}
.star_rating{
    text-align: center;
    margin: 0px 0px 0px 0px;
}
.star_rating .trust_pilot{
    width: 15px;
    height: 15px;
    display: inline-block;
}

.trust .slick-list{
    margin-bottom: 21px;
}
section.testimonail {
    width: 70%;
    margin: 0 auto
}

section.testimonail .slick-prev::before,
section.testimonail .slick-next::before {
    content: '';
    background: url(/theme/images/left_arrow2.png) no-repeat;
    width: 7px;
    height: 11px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

section.testimonail .slick-next::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

section.testimonail .slick-prev,
section.testimonail .slick-next {
    width: 7px;
    height: 8px;
}

.reviews {
    padding: 5px 0 14px
}

.reviews p {
    font-size: 11px;
    font-style: italic;
    color: #717171;
    line-height: 12px
}

.slick-initialized .slick-slide {
    outline: none
}

.reviews p span {
    font-size: 10px;
    color: #c1c1c1;
    font-style: normal;
    display: block;
    padding-top: 3px
}

.trust .gray_review {
    background: #efefef;
    position: relative
}

.trust .gray_review .view {
    position: absolute;
    height: 24px;
    width: 75px;
    font-size: 14px;
    line-height: 22px;
    left: 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.trust.feefo .gray_review a.view {
    background: #f4d50e;
}

.trust.feefo .gray_review a.view:hover {
    border: 1px solid #f4d50e;
    color: #f4d50e;
    background: #fff
}

.trust .gray_review span {
    text-align: right;
    display: block;
    font-size: 10px;
    color: #b5b5b5;
    padding: 5px 15px 0px 0
}

#trustpilot .our_adv_pop .title_review{
    display: grid;
    grid-template: "a a" 100% / 70% 30%;
}

#trustpilot .full_adv{
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 610px;
}


#trustpilot .our_adv_pop .full_adv{
    display: grid;
    grid-template: "a a";
}

#trustpilot .our_adv_pop .title_review .trust_title{
    margin: 0 0 auto 0;

    font-size: 14px;
    font-weight: 600;
    color: #555555;
}

#trustpilot span{
    padding-left:30px;
    font:inherit;
}
/* #endregion trustpilot */

/* #region our advantages */
.our_adv_pop .gray_review a.view {
    padding: 1px 9px;
    height: 24px;
    width: 75px;
    line-height: 22px;
    left: 15px;

}

.our_adv_pop .gray_review a.view:hover {
    border: 1px solid #5b9736;
    color: #5b9736;
    background: #fff
}
.advantage_list {
    display: block;
    background: #fff;

    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3,1fr) 52px;
}
.our_advantage {
    border: 1px solid #d7d7d7;
    border-bottom: .5px solid #d7d7d7;
    margin-bottom: 10px;
}

.advantage_list .adv_tb {
    padding: 7px 2px;
    border-bottom: .5px solid #d7d7d7;
    height: 100px;
}

.advantage_list .adv_tb:nth-child(2n+1) {
    border-right: .5px solid #d7d7d7;
}

.advantage_list .adv_tb img {
    display: block;
    margin: 0 auto 5px
}

.advantage_list .adv_tb span {
    color: #797979;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 13px
}

.advantage_list .adv_tb.btn_full {
    width: 100%;
    padding: 10px;
    height: auto;
    border-right: 0;
    grid-column-start: 1;
    grid-column-end: 3;
}

.advantage_list .adv_tb.btn_full input {
    width: 100%;
    height: 32px;
    font-size: 16px;
    font-weight: 400;
}

.our_adv_pop {
    max-height: 90%;
    overflow: auto;
    width: 880px;
    background: #fff;
    position: fixed;
    -webkit-filter: drop-shadow(2px 4px 6px rgba(31, 31, 31, 1));
            filter: drop-shadow(2px 4px 6px rgba(31, 31, 31, 1));
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 22;

}
#popup_notification .full_adv {
  grid-template-columns: repeat(1,1fr);
}

#popup_notification .category_data {
  font-style: italic;
}
.our_adv_pop .full_adv {
    padding: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-row-gap: 15px;
}

 #away_fans_info .our_adv_pop .full_adv {
     display: block;
 }

#our_advantages .our_adv_pop .full_adv .gurantee {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.our_adv_pop .full_adv .gurantee:nth-child(2n+1) {
    margin-right: 2%
}

.our_adv_pop .full_adv .gurantee:nth-child(2n+2) {
    margin-left: 2%
}

.gurantee .icon_left {
    width: 14%;
    float: left
}

.gurantee .icon_left img {
    max-width: 100%
}

.gurantee .txt_right {
    width: 86%;
    float: left
}

.gurantee .txt_right p {
    color: #797979;
    font-size: 11px;
    margin-bottom: 5px;
    line-height: normal
}

.gurantee .txt_right p strong {
    font-size: 14px;
    font-weight: 600;
    color: #555555
}

/* #endregion our advantages */



/* slick */
.slick-list{
    height: 77px;
}



.asta {
    margin-top: 20px;
    border: 1px solid #d7d7d7;
    background: #fff;
    width: 100%;
    padding: 12px 0
}

.asta .asta_logo {
    width: 45%;
    float: left;
    padding-left: 20px
}

.asta .asta_txt {
    width: 55%;
    float: left;
    font-weight: 600;
    color: #828282;
    font-size: 11px;
    line-height: 14px;
    padding-top: 3px
}
/* #region popup */
.close_test {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.pop_title{
    position: absolute;
    top: 58%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
/* #endregion popup */

/* End Trust & Adv & Asta */

.quantity_cell .list{ /* Can't find usage */
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 400px;
}

.select_drop {
    position: relative;
}

.select_drop:before {
    content: '';
    position: absolute;
    right: 7px;
    top: 50%;
    height: 6px;
    width: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url('/theme/images/down-arrow.png') no-repeat
}

.nice-select.open .list {
    border-radius: 2px
}

.contactUs_form .select_drop:before {
    background: none;
}

#contact_us.error .ticket_head p{
    color: red;
    font-size: 20px;
}

#contact_us.error .before_cont p{
    color: black;
}
#info.inner_left{
    background-color: #fff;
    background-image: none;
    font-size:14px
}
.contactUs_form .col_50 .sass input[type="submit"]:hover {
    background: #fff;
    color: #4f8b39;
    border: 1px solid #4f8b39;
}
.pop_search {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.inner_search {
    display: block;
    border: 1px solid #d7d7d7;
}

.search_link {
    padding: 13px 0px 0px 13px;
    margin-top: 0px;
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: flex;
    flex-wrap:wrap;
}

.search_link a {
    color: #629e34;
    font-size: 11px;
    text-transform: uppercase;
    border: 1px solid #efefef;
    padding: 8px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 2px
}

.search_link a:hover {
    background: #629e34;
    color: #fff;
    border-color: #efefef
}

.footer {
    display: block
}
.footer .inner_footer{
    display: grid;
    grid-template-columns: [col-footer-info] 80% [col-sub] 20%
}

.inner_footer {
    background: #464646;
    padding: 15px;
}

.left_footer {
    grid-column: col-footer-info/span 1;
    grid-row: 1/2;
    display: grid;
    grid-template-areas:
        " logo follow follow follow"
        " deliver deliver accept accept";
    grid-template-columns: 45% 2% 45% 8%
}

.right_footer {
    grid-column: col-sub/span 1;
    grid-row: 1/2
}

.right_footer .f_form {
    background: #efefef;
    padding: 12px 15px
}

.right_footer .f_form h4 {
    display: block;
    margin: 0 auto;
    font-size: 12px;
    color: #67a234;
    border-bottom: 1px solid #4e8b39;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding-bottom: 5px
}

.right_footer .f_form input[type="text"],
.right_footer .f_form input[type="email"]{
    height: 32px;
    border: 1px solid #cccccc;
    display: block;
    width: 100%;
    padding: 0 8px;
    font-size: 13px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.right_footer .f_form input[type="submit"] {
    font-size: 16px;
    display: block;
    height: 32px;
    width: 100%;
    padding: 0 8px;
    margin-bottom: 10px;
}

.our_logos h4 {
    color: #c5c5c5;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600
}

.our_logos {
    /* float: left; */
    /* padding-right: 45px */
}

.our_logos:last-child {
    padding: 0
}

.f_left_top {
    display: block;
    margin-bottom: 20px
}

.f_right_side {
    /* width: 62%; */
    /* float: left */
}

.f_right_side .f_link a {
    color: #a8a8a8;
    font-size: 10px;
    text-transform: capitalize;
    padding: 5px 7px;
    background: #555555;
    display: inline-block;
    margin: 0 5px 5px 0
}

.f_right_side .f_link a:hover {
    background: #a8a8a8;
    color: #555555;
}

.social_icon {
    display: block;
    /* padding-left: 20px; */
}

.f_left_bottom {
    display: block;
    padding-left: 20px;
}

.social_icon p {
    font-size: 10px;
    color: #c5c5c5;
    padding-bottom: 7px;
    text-transform: uppercase;
    font-weight: 600
}



.event .social_icon ul li { /* Can't find usage */
    padding-right: 8px;
    vertical-align: middle
}

.event .social_icon ul li a { /* Can't find usage */
    height: 100%;
    display: block
}

.social_icon ul li a i:hover {
    color: #48cdff
}

.social_icon ul li a i.fa-facebook-square:hover {
    color: rgb(59, 89, 152);
}

.social_icon ul li a i.fa-instagram:hover {
    color: #fb3958
}

.social_icon ul li a i.fa-google-plus-square:hover {
    color: #df4b37
}

.social_icon ul li a i.fa-pinterest-square:hover {
    color: #cd2029
}

.social_icon ul li a i.fa-linkedin:hover {
    color: #0d77b7
}

.social_icon ul li a i.fa-youtube:hover {
    color: #FF0000
}

.social_icon ul li a i.fa-rss-square:hover {
    color: #ee802f
}

.f_left_side {
    float: left;
    width: 38%
}

.follow_us{
    grid-area: follow;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}

.follow_us_icons{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 0 180px 0 0px;
    width: 100%;
}

.follow_us_icons li a i{
    font-size: 31px;
    color: #c5c5c5;
}
.footer_logo {
    display: block;
    grid-area: logo
}
.we_deliver{
    grid-area: deliver;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-start;
    padding-left:20px;
    margin-top: 20px;
}
.we_accept{
    grid-area: accept;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end;
    padding: 0 20px;
    margin-top: 20px;
}

.footer .inner_footer {
    padding-left: 0
}

.footer_logo a {
    display: block;
}

.footer_logo img {
    max-width: 100%;
}

.copy_footer {
    background: #464646;
    padding: 10px 0px;
}

.copy_footer .container {
    display: table;
}

.copy_footer .copy {
    display: table-cell;
    vertical-align: middle;
    color: #BFBFBF;
    font-size: 10px;
    max-width: 420px;
    padding: 5px 0px;
}

.sitemap_menu {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 20px
}

.sitemap_menu ul {
    text-align: right
}

.sitemap_menu ul li {
    display: inline-block;
    padding: 0 10px
}

.sitemap_menu ul li:last-child {
    padding-right: 0
}

.sitemap_menu ul li a {
    color: #BFBFBF;
    font-size: 11px;
    font-weight: bold;
}

.sitemap_menu ul li a:hover {
    color: #528f39
}

.chat {
    position: fixed;
    right: 70px;
    top: 50%;
    cursor: pointer;
    z-index: 28
}

.chat.phone_call {
    margin-top: -60px;
    width: 85px;
}

.chat.phone_call img {
    margin: 0 auto;
    display: block
}
.out_pop,
.trustpilot_poup{
    /* background: rgba(255, 255, 255, .4); */
    background: rgba(0, 0, 0, 0.38);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 999;
}
.ticket_head {
    position: relative
}
.ticket_head > span{
    font:inherit;
}
.cross_close {
    font-size: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    font-weight: 600;
    padding: 5px;
    cursor: pointer;
}

.cross_close img {
    width: 12px;
    height: 12px;
}
.append_menu { /* Can't find usage */
    display: none
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #639e34;
    color: #fff;
}

.nice-select .list:hover .option:not(:hover) {
    color: inherit;
}

.nice-select .list {
    width: 100%
}
.nice-select .current {
    white-space: normal;
}

/* Pagination */

.pagination {
    display: flex;
    text-align: center;
    padding: 10px;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}

.pagination .view_all{
    cursor: pointer;
}

.pagination a {
    font-size: 13px;
    color: #6e6e6e;
    min-width: 17px;
    height: 17px;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 17px;
    font-weight: 500;
    text-decoration: none;
    /*width: auto;*/
}

.pagination a:last-child {
    width: auto;
    margin-left: 10px
}

.pagination a:hover {
    text-decoration: underline!important
}

.pagination a.active {
    background: #e7f0e1;
    color: #619d35;
    font-weight: bold;
}
.prev_page,
.next_page{
    cursor: pointer;
}
.hide_pager{
    display: none !important;
}
.pagination a img {
    max-width: 100%
}
.view_all{
    cursor: pointer;
}

/* End Pagination */

.comment_box { /* Can't find usage */
    display: block;
    display: none
}

.comment_box img { /* Can't find usage */
    display: block;
    width: 100%
}

.mob_img { /* Can't find usage */
    display: none
}

.page_content_set{
    margin:10px 0px;
}

.page_content_set p{
    font-size: 13px;
    line-height: normal;
}

/* Stadium tour */

.btm_hover a {
    float: right;
    font-size: 12px;
    color: #91ce41;
    position: relative;
    margin-top: 3px;
    padding-right: 30px
}

.btm_hover a:hover {
    text-decoration: underline !important;
}

.btm_hover a:before {
    content: '';
    background: url(/theme/images/read_arrow.png) no-repeat;
    height: 7px;
    width: 7px;
    right: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-size: 100% 100%;
}

.btm_hover p img.mob_mode {
    display: none
}

.prefered_time_select{
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    background:none;
    -webkit-box-align: end;
            align-items: flex-end;
}

.time_select{
    display: grid;
    grid-template: "a a a a" 100% / 55px 10px 55px 95px;
    text-align: center;
    margin: auto;
    line-height: normal;
}

.time_select.nice-select{
    width: 100%;
}

.time_select .nice-select .list{
    overflow: hidden;
}

.time_select span{
    margin:auto;
}
.time_date_st{
    padding: 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    font-family: inherit;
}

.tickets_div{
    margin-top: 10px;
}

.st_tickets .st_tickets_header{
    padding:5px;
    display: grid;
    grid-template: "a a a" 10px / 60% 20% 20%;
}

.st_tickets .st_tickets_body{
    height: 65px;
    display: grid;
    grid-template: "a a a" 100% / 60% 20% 20%;
}

#stadium_tours_form{
    font-size: 16px;
}

.st_tickets > div:nth-child(odd){
    background: #efefef;
}

.st_tickets > div:nth-child(even){
    background: #fff;
}

.st_tickets .st_tickets_header span{
    margin: auto;
    font: inherit;
    font-size: 11px;
}

.st_tickets .st_tickets_header span:first-child{
    margin: auto 40px;
}

.st_tickets .st_tickets_body > div{
    margin: auto;
}

.st_tickets .st_tickets_body > div:first-child{
    margin: auto 40px;
}
#stadium_tours_submit{
    padding: 0;
    width: 115px;
    margin: 0;
}
.prefered_time_select .tour_datetime{
    margin: 0;
}
.tour_datetime .sass{
    cursor: pointer;
}

.ui-datepicker-unselectable.undefined:not(.ui-datepicker-other-month){
    text-decoration: line-through;
}

.tour_datetime .nice-select::after{
    right: 6px;
}
.tour_datetime .time_select span{
    margin: auto 3px;
}
.tour_datetime .sass{
 margin: 0
}

.tour_datetime > .sass.col_50::before{
    top: 8px;
}

.cat_qty{
    width: 35px;
    position: relative;
    margin: 0 auto;
}

#stadium_tours .blog_box{
    min-height: 0;
}

.stadim .blogs_div .blog_box {
    border: 0;
    -moz-box-shadow:    inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    padding: 0;
    position: relative;
    margin-bottom: 20px
}
.stadim .blogs_div .blog_box {
    position: relative;
    z-index: 5;
    cursor: pointer;
    font-size: 0;
}

.stadim .blogs_div .blog_box img {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    height: 198px;
    -o-object-fit: cover;
       object-fit: cover
}

.stadim .blogs_div {
    padding-bottom: 0
}

.stadim .blogs_div .blog_box .btm_hover p img {
    width: auto
}

.stadim .blogs_div .blog_box .btm_hover p span+img {
    margin-left: 10px
}

/* End Stadium Tour */

/* Banner */
.date_banner {

    position: absolute;
    top: 175px;
    width: 60%;
    font-size: 18px;
}
.date_banner .date_banner_date{
    padding: 13px 10px;
    background-color: rgba(0,0,0,.5);
    color: white;
}
.date_banner .date_banner_venue{
    padding: 13px 10px;
    background-color: rgba(255,255,255,.75);
}

/* End Banner */


.share_event li:first-child { /* Can't find usage */
    color: #fff;
    font-size: 13px;
    line-height: 20px
}

.share_event {
    position: absolute;
    right: 0px;
    top: 10px
}

.filterable { /* Can't find usage */
    text-align: center;
    font-size: 13px;
    color: #333333;
    margin: 0 15px
}

.filterable a {  /* Can't find usage */
    font-size: 13px;
    color: #333333;
    font-weight: 600
}

.filterable a:hover {  /* Can't find usage */
    color: #7aac54;
    text-decoration: underline !important
}

.filterable a.active {  /* Can't find usage */
    color: #7aac54;
    text-decoration: underline !important
}

.filterable {
    padding-bottom: 5px
}

.filterable a {
    padding: 2px 1px;
    display: inline-block;
}

/* Label Check*/

.label_check {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
            justify-content: flex-start;
    position: relative;
    padding: 4px 10px 4px 45px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 35px;
}

.label_check label{
    cursor: pointer;
}

.label_check .inner_filter_name_text{
    font-size: 11px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: auto;
}

.label_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.scroll-side .label_check:hover {
    background: #e8f0e1;
    color: #639e34
}

.label_check u {
    font-weight: 600
}

.checkmark {
    position: absolute;
    top: 10px;
    left: 15px;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #d7d7d7
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.label_check input:checked~.checkmark:after {
    display: block;
}

.label_check .checkmark:after {
    left: 50%;
    top: 50%;
    width: 13px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(/theme/images/sign.png) no-repeat;
}

.label_check img {
    height: 18px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}
/* End Label Check*/


.team_head {
    border-bottom: 1px solid #639e34;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 0 10px 10px;
    cursor: pointer
}

.team_head p {
    color: #639e34;
    position: relative;
    font-weight: 600;
    font-size: 13px
}

.team_head p:after {
    background: url('/theme/images/arrow-up.png');
    width: 11px;
    height: 7px;
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.team_head p:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* Scrollbar */

form.scroll-side::-webkit-scrollbar{
    width: 4px;
}
.stadium_tour_item .stadium_tour_details::-webkit-scrollbar,
.our_adv_pop .full_adv::-webkit-scrollbar,
.disclamer_content.inner_data_text::-webkit-scrollbar{
    width: 10px;
}
/* Track */
.stadium_tour_item .stadium_tour_details::-webkit-scrollbar-track,
.our_adv_pop .full_adv::-webkit-scrollbar-track,
.disclamer_content.inner_data_text::-webkit-scrollbar-track,
form.scroll-side::-webkit-scrollbar-track {
    background: #ebebeb;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7
}


/* Handle */
.stadium_tour_item .stadium_tour_details::-webkit-scrollbar-thumb,
.our_adv_pop .full_adv::-webkit-scrollbar-thumb,
.disclamer_content.inner_data_text::-webkit-scrollbar-thumb,
form.scroll-side::-webkit-scrollbar-thumb {
    background: #b7b7b7;
}


/* Handle on hover */
.stadium_tour_item .stadium_tour_details::-webkit-scrollbar-thumb:hover,
.our_adv_pop .full_adv::-webkit-scrollbar-thumb:hover,
.disclamer_content.inner_data_text::-webkit-scrollbar-thumb:hover,
form.scroll-side::-webkit-scrollbar-thumb:hover{
    background: #555;
}



/* Scrollbar - Match Page */
.stand_buy .inner_category_available::-webkit-scrollbar {
    width: 6px;
}
.stand_buy .inner_category_available::-webkit-scrollbar-track {
    background: #ebebeb;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7
}
.stand_buy .inner_category_available::-webkit-scrollbar-thumb {
    background: #b7b7b7;
}
.stand_buy .inner_category_available::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* End Scrollbar - Match Page */


/* End Scrollbar */


/* Price Range - Slider */
.range-input {
    display: block;
    font-size: 14px;
    color: #737373
}

.rnge-slider {
    padding: 0 15px;
}

.range-input input:first-child {
    margin-left: 0
}

.range-input input {
    width: 25%;
    padding: 0 5px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    margin: 0 5px;
    color: #959595;
}

.range-input input::-webkit-input-placeholder {
    color: #959595;
}

.range-input input#amount3 {
    float: right;
    background: #629d34 url(/theme/images/buy_bg.png);
    border: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    margin-right: 0
}

.ui-slider-horizontal {
    height: 4px !important;
    box-sizing: border-box !important;
    margin: 20px 0 20px;
    width: 100%;
    margin-left: 10p !important;
}

.ui-slider-horizontal .ui-slider-range {
    /*background: #639d34;*/
    /*height: 4px !important;*/
    /*margin-top: -1px !important;*/
    background: #609C34;
    height: 2px !important;
}

.ui-corner-all {
    border-radius: 0;
}

.ui-slider-horizontal .ui-slider-handle {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
    cursor: pointer !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border-radius: 50%;
    outline: none
}

.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default,
.ui-datepicker-calendar .ui-button,
html .ui-datepicker-calendar .ui-button.ui-state-disabled:hover,
html .ui-datepicker-calendar .ui-button.ui-state-disabled:active {
    border-radius: 0;
    outline: none
}
/* End Price Range - Slider */



.dynamic_content span { /* Can't find usage */
    width: auto;
    background: #e7facb;
    margin: 10px 5px;
    display: inline-block;
    padding: 5px 25px 5px 10px;
    font-size: 12px;
    color: #707070;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.dynamic_content span:first-child { /* Can't find usage */
    margin-left: 15px
}

.dynamic_content span:before { /* Can't find usage */
    content: '';
    background: url('/theme/images/white_cross.png');
    width: 15px;
    height: 15px;
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .4s;
    transition: all .4s
}

.dynamic_content span:hover:before { /* Can't find usage */
    background: url('/theme/images/red_cross.png');
}

.dynamic_content span.reset { /* Can't find usage */
    background: #ffeded;
    padding: 5px 10px
}

.dynamic_content span.reset:before { /* Can't find usage */
    display: none;
}

.main-content.international { /* Can't find usage */
    padding-top: 10px
}

.international .left_ticket .ticket_head p { /* Can't find usage */
    display: table-cell
}

.international .left_ticket .ticket_head p:last-child { /* Can't find usage */
    display: none;
}

.main-content.international .ticktet_sec:nth-child(odd) { /* Can't find usage */
    background: #ffffff;
}

.main-content.international .ticktet_sec:nth-child(even) { /* Can't find usage */
    background: #f6f5f5;
}


.category { /* Not sure */
    font-size: 11px;
    font-weight: 400;
    color: #393939;
    width: 44%;
    position: relative;
    padding: 0 25px;
}

.inner_category_available .stand_Sprice .category{
    padding: 0 10px;
}


.gray_bg { /* Can't find usage */
    background: #f6f5f5
}

.inner_popUp { /* Can't find usage */
    padding: 10px;
}

.inner_popUp p { /* Can't find usage */
    color: #3d3d3d;
    font-size: 12px;
    padding-bottom: 10px
}

.inner_popUp form input { /* Can't find usage */
    width: 100%;
    float: left;
    height: 30px;
}

.inner_popUp form .sass_number { /* Can't find usage */
    width: 85%;
    float: left
}

.inner_popUp form input[type='text'] { /* Can't find usage */
    width: 100%;
    border: 1px solid #a9a9a9;
    padding: 0 10px
}

.inner_popUp form input[type='submit'] { /* Can't find usage */
    width: 100%;
    border: 0;
    font-size: 0;
    background: #2ebdf6;
    cursor: pointer;
    border:1px solid  transparent;
}

.inner_popUp form .sass-submit { /* Can't find usage */
    position: relative;
    width: 15%;
    cursor: pointer;
    float: left
}

.inner_popUp form .sass-submit:before { /* Can't find usage */
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    background: url('/theme/images/call-icon2.png');
    width: 19px;
    height: 19px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
}
.trust_2 { /* Can't find usage */
    width: 100%;
    margin-top: 20px;
    text-align: center
}

.trust_2 img { /* Can't find usage */
    max-width: 100%
}
.lock-png { /* Can't find usage */
    margin-right: 20px
}
.match-logo_show { /* Can't find usage */
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
}

.match-logo_show .first_lg { /* Can't find usage */
    float: left
}

.match-logo_show .sec_nd_lg { /* Can't find usage */
    float: right
}

.match-logo_show img { /* Can't find usage */
    max-width: 100%
}

.billing_detail h3 { /* Not Sure */
    color: #629f3f;
    font-size: 12px;
    font-weight: 800;
    padding-bottom: 10px
}

/* Form Group */

form .form-group {
    display: block;
    padding: 5px 0;
    line-height: normal;
    width: 75%
}

form .form-group label {
    display: block;
    color: #959595;
    font-size: 12px;
    font-weight: 400;
    padding: 0 0 3px 0;
}

form .form-group em {
    color: #fd4444;
}

form .form-group select,
form .form-group input,
form .form-group textarea {
    height: 32px;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    font-size: 12px;
    width: 100%;
    padding: 0 15px;
    font-family: 'Open Sans', sans-serif;
    color: #959595;
    background-color: white;
}

form .form-group select:disabled,
form .form-group input:disabled,
form .form-group textarea:disabled{
    background-color: #dddddd;
}

form .form-group textarea {
    height: 100px;
    width: 100%;
    max-width: 700px;
    max-height: 200px;
    color: #959595;
    padding-top: 3px;
    font-weight: 400
}

form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #959595;
    font-size: 0;
}

form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #959595;
    font-size: 0;
}

form .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: #959595;
    font-size: 0;
}

form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: #959595;
    font-size: 0;
}

form .form-group textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #959595;
    font-size: 0;
}

form .form-group textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #959595;
    font-size: 0;
}

form .form-group textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #959595;
    font-size: 0;
}

form .form-group textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #959595;
    font-size: 0;
}

form .form-group.tickt_book input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #959595;
    font-size: 12px;
}

form .form-group.tickt_book input::-moz-placeholder {
    /* Firefox 19+ */
    color: #959595;
    font-size: 12px;
}

form .form-group.tickt_book input:-ms-input-placeholder {
    /* IE 10+ */
    color: #959595;
    font-size: 12px;
}

form .form-group.tickt_book input:-moz-placeholder {
    /* Firefox 18- */
    color: #959595;
    font-size: 12px;
}

.form-group p {
    float: left;
    margin-right: 25px
}

.form-group p input {
    display: inline-block;
    vertical-align: middle
}
.form-group p [type="radio"]:checked+label,
.form-group p [type="radio"]:not(:checked)+label {
    line-height: 14px
}
form .form-group.check_box .label_check {
    height: auto;
    line-height: 16px;
    color: #686868;
}

form .form-group.check_box {
    padding: 10px 0
}

form .form-group.check_box .label_check:hover {
    background: transparent;
    color: #959595;
}

form .form-group.check_box label {
    padding: 0 0 0 25px;
    vertical-align: middle;
    display: inline-block;
}

form .form-group.check_box .label_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}
.form-group .select_drop{
    display: grid;
    grid-template-columns: 1fr;

}
.form-group .select_drop .error_description{
    -webkit-box-ordinal-group: 100;
            order: 99
}
/* End Form Group */



/*Custom radio*/

[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: 16px;
    height: 16px;
    border: 1px solid #b9b9b9;
    border-radius: 100%;
    background: #fff;
}

 [type="radio"]:focus+label:before {
     outline: 2px solid #639e34;
 }
 span.checkmark:focus {
     outline: 2px solid #639e34;
 }

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #649b3f;
    position: absolute;
    top: 5px;
    left: 5px;
    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);
}

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

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

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

.sass.sass-radio [type="checkbox"]:checked+label:after,
.sass.sass-radio [type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #649b3f;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

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

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

/* End Custom radio */

label {
    font-size: 11px;
    line-height: 14px;
    display: inline-block;
    vertical-align: top;
}


ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 0px;
    height: 31px;
    margin-right: 15px;
    color: #ccc;
    overflow: hidden;
    position: relative;
}

ul.tabs li.active {
    display: block;
}

ul.tabs li label {
    line-height: 14px;
    font-size: 12px;
}
ul.tabs li.active [type="radio"]:checked+label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #649b3f;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
ul.tabs li.tab_last [type="radio"]:checked+label,
ul.tabs li.tab_last [type="radio"]:not(:checked)+label {
    line-height: 16px;
}
.tab_container {
    clear: both;
    float: left;
    width: 100%;
    overflow: auto;
}
.billing_detail .tab_container{
    overflow: unset;
    margin-top: 25px;
}
.left_side form .form-group {
    width: 37.5%;
    margin-right: 12.5%;
    padding: 5px 0;
    float: left;
}
#shipping_information .left_side .form-group {
    width: 75%
}

.left_side form .form-group input,
.left_side form .form-group .nice-select,
#shipping_information .left_side .form-group input,
#shipping_information .left_side .form-group .nice-select{
    width: 100%;
}

.left_side form .form-group .select_drop:before,
#shipping_information .left_side .form-group .select_drop:before {
    display: none
}

.left_side form .form-group.office_work input,
#shipping_information .left_side .form-group.office_work input{
    width: 45%;
    float: left;
    margin-right: 4%
}

.left_side form .form-group.office_work input+span,
#shipping_information .left_side .form-group.office_work input+span{
    line-height: 30px;
}

.left_side form .form-group.office_work input:last-child,
#shipping_information .left_side .form-group.office_work input:last-child{
    float: right;
    margin: 0
}

.left_side form .form-group.tickt_book,
#shipping_information .left_side .form-group.tickt_book{
    background: transparent;
    position: relative
}

.left_side form .form-group.tickt_book span,
#shipping_information .left_side .form-group.tickt_book span{
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    line-height: 30px;
}
.left_side form .form-group:nth-child(even) {
    margin: 0 0 0 12.5%
}

.bottom_check .form-group label {
    font-size: 12px;
    color: #686868
}

.bottom_check .form-group.check_box {
    width: 100%;
    margin: 0
}

.bottom_check .form-group label a {
    color: #639d34;
    text-decoration: underline !important
}

.bottom_check .form-group.submit_bt {
    width: 100%;
    text-align: center
}

.bottom_check .form-group.submit_bt input {
    width: 40%;
    background: #629d34 url(/theme/images/buy_bg.png) repeat-x;
    color: #fff;
    height: 32px;
    border: 0;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
}
.bottom_check .form-group label a:hover {
    font-weight: bold
}

.tab_content {
    padding: 20px 0;
    display: none;
}
/* End Shipping Information */

/* Find Your Tickets */

.form-group.tickt_book .col_50 .sass {
    position: relative;
    margin-bottom: 0
}

.form-group.tickt_book .col_50 .sass:before {
    content: '';
    position: absolute;
    right: 7px;
    top: 50%;
    height: 17px;
    width: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(/theme/images/from-icon.png) no-repeat;
}

.form-group.tickt_book .col_50 {
    width: 46%;
    float: left;
    margin-right: 4%;
}

.form-group.tickt_book .col_50.last {
    margin: 0 0 0 4%;
}

.time_date_st .tickt_book .tour_datetime{
    display: grid;
    grid-template: "a a" 20px / 144px 144px;
}

.time_date_st .tickt_book .tour_datetime .sass.col_50{
    width: 90%;
    margin: 0;
}

/* End Find Your Tickets */

.main-content .ticktet_sec:hover {
    background: rgba(98, 157, 52, .3);
}

.main-content .ticktet_sec:hover .team_ticket a {
    background: #fff;
    color: #4f8b39;
    border: 1px solid #4f8b39;
}

.main-content.international .ticktet_sec:hover {
    background: rgba(98, 157, 52, .3);
}

.main-content .ticktet_sec a.fullTkt_hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

/* Contact up & Checkout */

.billing_detail.shipping_addr .no-drop {
    position: relative;
    z-index: 8;
    float: left
}

.billing_detail.shipping_addr .no-drop .select_opt,
.billing_detail.shipping_addr .no-drop .tab_container {
    position: relative;
    z-index: 8;
}
.billing_detail.shipping_addr .no-drop {
    width: 100%;
    /* overflow: hidden */
}

.billing_detail.shipping_addr .no-drop .select_opt {
    z-index: 9
}
.billing_details {
    font-size: 12px;
}

.billing_details > div{
    display: grid;
    grid-template: "a a";
    grid-template-columns: 222px auto;
    margin-left: 77px;
}

.billing_details label,
.billing_details span{
    line-height: inherit;
    font-family: inherit;
}

.billing_details span{
    font-weight: 600;
}


.billing_details label{
    color: #9a9a9a;
    white-space: nowrap;
}
.billing_details label,
.price_details label {
    font-size:15px;
}
.billing_details{
    grid-template:"a";
}

.billing_details > div{
    grid-template: "a a" auto / 50%;
}


.billing_detail .form-group .checkmark,
.bottom_check  .form-group .checkmark {
    left: 0;
    width: 18px;
    height: 18px;
    top: 0;
}


/* End Contact up & Checkout */

.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #e1e1e1;
}
.billing-hour { /* Can't find usage */
    display: none;
    padding: 30px 0 10px
}

.billing-hour .form-group { /* Can't find usage */
    margin: 0 !important;
    width: 100%
}

.billing-hour .form-group.office_work input { /* Can't find usage */
    width: 45%;
    float: left;
    margin-right: 4%;
}

.billing-hour .form-group.office_work input + span { /* Can't find usage */
    float: left;
    line-height: 30px;
}

.billing-hour .form-group.office_work input:last-child { /* Can't find usage */
    float: right;
    margin: 0;
}

.billing-hour .form-group.office_work input::-webkit-input-placeholder { /* Can't find usage */
    font-size: 13px
}

.listitems { /* Can't find usage */
    position: absolute;
    top: 0;
    z-index: 7;
    left: 0;
    width: 100%;
    height: 100%;
}

.team .advantage_list .team_country .listitems { /* Can't find usage */
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.order .our_adv_pop{
    width: 40%;
}

.order .our_adv_pop .full_adv{
    padding: 0px;
}

.pov_popup_image{ /* POV image */
    width: 840px;
    height: 500px;
}

.leaflet-touch .leaflet-bar  { /* Can't find usage */
    border: 0 !important
}
.leaflet-touch .leaflet-control-container .leaflet-bar  a { /* Can't find usage */
    background: #ebebeb !important;
}
.leaflet-bar a:first-child{ /* Can't find usage */
    border-radius: 0 !important
}


.leaflet-container{ /* Can't find usage */
    background: transparent !important
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-shadow-pane,
.leaflet-marker-pane{ /* Can't find usage */
    display: none !important
}
.leaflet-control-container{ /* Can't find usage */
    position: absolute;
    margin: 0;
    width: 29px;
    height: 56px;
    right: 0;
    bottom:0px;

}
.leaflet-control-container img{ /* Can't find usage */
    cursor: pointer
}
.leaflet-left .leaflet-control{ /* Can't find usage */
    margin: 0 !important
}
.leaflet-touch .leaflet-bar a { /* Can't find usage */
    width: 29px !important;
    height: 23px !important;
    line-height: 23px !important;
    margin-bottom: 5px;
    font-size: 14px;
    border-radius: 0 !important;
    border:  0 !important
}

.inner_left{
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f6f5f5));
    background-image: linear-gradient(transparent 50%, #f6f5f5 50%);
    background-size: 100% 160px;
    background-position-y: 83%;
}
.tour_buy_ticket{ /* Can't find usage */
    cursor: pointer;
    height: 32px;
    width: auto;
    padding: 0 20px;
    background: #629d34 url(/theme/images/buy_bg.png) repeat-x;
    font-size: 16px;
    color: #f5f5f5;
    display: block;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
}
.div_width_all{ /* Can't find usage */
    width:100% !important;
}

/* Search */

 #search_block .search_header {
     text-transform: capitalize;
 }

 #search_block {
    position: absolute;
    display: none;
    margin-top: 2px;
    background-color: #e6e7e9;
    z-index: 19;
    width: 350px;
    float: left;
    -moz-box-shadow:    0px 0px 4px 0px #4e4e4e;
    -webkit-box-shadow: 0px 0px 4px 0px #4e4e4e;
    box-shadow: 0px 0px 4px 0px #4e4e4e;
    color: #a5a5a5;
    padding: 10px 0;
}

#search_block.no_result{
    display:block;
    font-size: 13px;
    padding: 10px;
    width: 260px;
}
.no_result{
    padding: 8px;
    color: red;
    font-weight: 600;
    font-size: 13px;
    display: block;
}

#search_block.has_result{
    display:block;
}

#search_block .search_header{
    text-align: center;
    font-size: 12px;
    padding: 10px 10px 0 10px;
    display: grid;
    grid-template: "a a a" 100% / 1.5fr 1fr 1.5fr;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

#search_block .search_header .sep{
    background: #a5a5a5;
    height: 1px;
    margin: auto 0;
}

#search_block .search_content span{
    display: block;
    padding-bottom: 8px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
}

#search_block .search_content .result_event{
    display: grid;
    grid-template: "a a a" 1fr / 50px;
}

#search_block .search_content .result_event > span:first-child{
    grid-column: 2 / span 2;
}


#search_block .search_content .result_line .search_result_img{
    height: 35px;
    width: 40px;
    grid-row: 1 / span 2;
}

#search_block .search_content .result_event .search_result_img{
    height: 35px;
    width: 40px;
    grid-row: 1 / span 2;
}

#search_block .search_content .result_event > span:not(:first-child){
    color: #a5a5a5;
    font-style: italic;
    font-size: 12px;
}

#search_block .search_content .result_event > span:last-child{
    text-align: right;
}

#search_block .search_content .result_line{
    padding: 5px;
}
#search_block .search_content .result_line:not(.result_event){
    display: -webkit-box;
    display: flex;
}

#search_block .search_content .result_line:not(.result_event) > span{
    margin: auto 13px;
    padding-bottom: 0;
}
#search_block .search_content .result_line:hover{
    cursor: pointer;
    background:#d7d7d7;
}

#search_block .search_content .result_line span span.marked_keyword{
    background:#bbcab7;
    display: inline-block;
    padding: 0;
}

.search_result hr{
    margin:10px 0px;
}

.search_result{
    padding:10px;
}

.search_result h4{
    margin:10px 0px;
}
.srch_icon_2 {
    display: none
}
/* End Search */

/* Customer & Supplier Information */

.order_status_img .posting_problem,
.order_status_img .order_confirmed{
    background-image: url('/theme/images/order_confirmed.svg');
}

.general_details .time_location_details{
    display: grid;
    text-align: left;
    grid-template: "a a a" 100% / 10% 70% 20%;
    -webkit-box-align: center;
            align-items: center;
}

.general_details .time_location_details .event_date{
    max-width: 60px;
}

.general_details .time_location_details .flag_icon{
    width: 16px;
    padding-left:10px
}
.general_details .country_image{
    background-image: url('/theme/images/flags.png');
    height: 11px;
    width: 16px;
    background-position: 16px 33px;
}

.general_details .event_ticket_details{
    display: grid;
    grid-template: "a a" 100%;
    height: 100%;
}

.general_details .event_ticket_details label{
    color: #9a9a9a;
}
.general_details{
    display: grid;
    grid-template: "a" 34% "a" 34% "a" 8% "a" 22%;
    background: url(/theme/images/ticke_bg.png) no-repeat center;
    height: 140px;
    text-align: center;
    font-size: 12px;
    width: 360px;
    margin: auto;
}

.general_details > *{
    max-width: 340px;
    margin: auto;
    width: 100%;
}

.general_details .event_name{
    color: #609b31;
    padding: 7px 7px 3px 7px;
    font-size: 13px;
}

.general_details .event_league{
    color: #979797;
    font-size: 13px;
}

.general_details .category_explain .event_category{
    overflow-wrap: break-word;
    text-align: left;
    padding-top: 1px;
}

.general_details .category_explain label{
    text-align:right;
    padding-right:1px;
}
.price_details {
    padding: 20px;
    font-size: 12px;
    border-bottom: 1px solid lightgrey;
}

.price_details div div label,
.price_details div div span{
    margin: auto 0;
}

.price_details span{
    font-family: inherit;
    font-weight: 600;
}

.price_details .total_price{
    background-color: #f6f4f5;
}

.download_e_tickets, .download_e_ticket_instructions {
    background-size: contain;
    background-position: 0 0;
    cursor: pointer;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline;
    color: #66a135;
    margin-top: auto;
}

.download_e_tickets:before{
    content: "\f019";
    font-family: FontAwesome;
    font-size: 20px;
    padding-right:5px;
}
.billing {
    font-size: 12px;
    border-bottom: 1px solid lightgrey;
}

.details_header {
    font-size: 13px;
    margin: 10px;
    color: #609b31;
    position: relative;
    top: 10px;
    left: 96px;
    font-weight: bold;
}
.shipping_form .details_header {
    left: 0;
    margin-bottom: 20px;
}
.nice-select.required_info_selector {
    width: 100%;
}
.shipping_form {
    padding: 20px;
    font-size: 12px;
    margin-left: 75px;
}
.shipping_form form {
    margin-top: 10px;
}

.shipping_details{
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 10px;
}
.shipping_details .error_description {
    display: -webkit-box;
    display: flex;
    top: 1px;
}

.change_order{
    padding: 5px 0;
}
.change_order label{
    color: #9a9a9a;
}

.req_info_customer .fields select,
.req_info_customer .fields input,
.change_order input,
.change_order textarea {
    width: 60%;
    height: 30px;
    font-size: 12px;
    color: #959595 !important;
    line-height: 14px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    padding: 5px;
}

.change_order select {
    width: 60%;
    height: 30px;
    font-size: 12px;
    color: #959595;
    line-height: 14px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    padding: 5px;
    background: transparent;
    outline-width: 0;
}
.change_order select:disabled{
    background-color: #EBEBE4;
}

.change_order textarea {
    min-height: 50px;
    max-height: 100px;
    resize: vertical;
}
.change_order.shipping.office span{
    font-size: 12px;
    color: #9a9a9a;
}

.change_order .err{
    color: #ec1c24;
    display: block;
}


.order_main{
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
            flex-flow:row;
    min-height:150px;
    font-family: inherit;
    font-weight: 600;
    color: #424242;
}
.order_main > div{
    width: 50%;
}

.order_main > div:first-child{
    text-align: center;
}
.customer-information-content .order_main_left{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
}

.order_main .separator{
    background-color: #649b3e;
    width: 1px;
    margin: 15px 0px 15px 0px;
}

.order_main_right{
    padding: 20px;
    padding-left:30px;
    display: grid;
    grid-template: "a a a";
    font-size: 12px;
    line-height: 35px;
}

.billing_details label,
.price_details label,
.order_main_right label{
    padding-right: 5px;
    line-height: inherit;
    color: #9a9a9a;
    white-space: nowrap;
    grid-column: 1/2;
}
.order_main_right span {
    max-width: 100%;
    font-family: inherit;
}

.order_main_right .order_status_img{
    height: 50px;
    width: 50px;
    background-size: 50px auto;
    grid-column: 3/4;
    grid-row: 1/8 span;
    background-image: url('/theme/images/order_confirmed.svg');
    align-self: center;
    justify-self: center;
    margin-left: 10px;
}
.order_main_right span{
    word-break: break-all;
}
.order_main_right{
    border-left: 1px solid #649b3e
}

.tab_stadium_tours .inner_left .inner_item{
    background:#fff;
    height: 32%;
}

.tab_stadium_tours .inner_left .inner_item p{
    overflow-x: scroll;
}

#tab_stadium_tours .tab_container{
    overflow: unset;
}
#tab_stadium_tours .stadium_tour_details{
    overflow: hidden;
}
#tab_stadium_tours .stadium_tour_details p{
    overflow-y: scroll
}
.tomato_button{
    width: 99%;
    background: tomato;
    color: #fff;
    height: 32px;
    border: 0;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    top: 50%;
    padding: 0 8px;
    margin-left: 4px;
    margin-top: 30px;
    outline: none;
}
.tomato_button:hover{
    cursor: pointer;
    background: #fff;
    color: tomato;
    border: 1px solid tomato;
}

 .tomato_button:disabled {
     background: white;
     color: tomato;
     border: 1px solid tomato;
     cursor: not-allowed;
 }

 .green_button{
     width: 99%;
     background: green;
     color: #fff;
     height: 32px;
     border: 0;
     border-radius: 3px;
     font-weight: 600;
     font-size: 16px;
     position: relative;
     top: 50%;
     padding: 0 8px;
     margin-left: 4px;
     margin-top: 30px;
     outline: none;
 }
 .green_button:hover{
     cursor: pointer;
     background: #fff;
     color: green;
     border: 1px solid green;
 }

 .green_button:disabled {
     background: white;
     color: tomato;
     border: 1px solid green;
     cursor: not-allowed;
 }

.all_width{
    width: 100%;
}

.thead {
    font-weight: 300;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid lightgrey;
    text-align: left;
}

.supplier_textarea {
    height: 145px;
    min-height: 145px;
    max-height: 185px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 0 8px;
    padding-top:8px;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    resize: vertical;

}

.supplier_purchase_table{
    background: white;
    border: lightgrey;
}
.confirmations{
    font-size: 12px;
    font-weight: normal;
    /* margin-top: 12px; */
}
.confirmations .confirmation_item{
    display: grid;
    grid-template: "a a a a a" 35px / 10% 10% 25% 35% 20%;
    padding: 0px 0px 0px 20px;
}

.confirmations .confirmation_item > span{
    display: none;
}

.confirmations .confirmation_item div{
    margin:auto 0;
}

.confirmations .confirmation_item.thead{
    grid-template: "a a a a a" 20px / 10% 10% 25% 35% 20%;
}

.confirmations table{
    width: 100%;
    padding: 10px;
}

.confirmations .confirmation_item:nth-child(odd){
    background-color: #efefef;
}

.confirmations table th{
    text-align: left;
    padding: 5px 10px;
    font-size: 10px;
    background-color: #efefef;
}

.confirmations table tr td{
    padding: 10px;
}

.download_confirmation {
    height: 32px;
    padding: 3px 9px;
}

.download_confirmation:hover{
    background: #fff;
    color: #4f8b39;
    border: 1px solid #4f8b39;
}
.summery_content {
    display: grid;
    padding: 10px;
    grid-template: "a a a";
}

.summery_content .summery_item {
    display: grid;
    padding: 10px;
    grid-template: "a a" 100% / 50%;
}

.ticket_type_image{
    width: 20px;
    height: 20px;
}

.ticket_type_image.e_ticket{
    background: url('/theme/images/type_e.png') no-repeat center;
}

.type_icon{
    display: grid;
    grid-template: "a a";
}

.type_icon span{
    margin: 5px 10px;
    text-align: right;
    color: #9a9a9a;
}

.description_status_mobile{
    display: none;
}

.more_details_btn{
    cursor: pointer;
    color: green;
}

.more_details_btn{
    text-align: center;
    background: #707070;
    color: #fff;
    padding: 8px;
    margin: 0 -11px -11px;
    border: none;
}
.inner_left .order{
    padding: 10px;
    min-height: 180px;
}
.category_explain{
    display: grid;
    margin: 2% 0;
    width: 100%;
    grid-template: "a a" 100% / 45% 55%;
}
#stadium_tours {
    line-height: normal;
}

.description{
    line-height: normal;
}
.order_main.order_grid .description {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.season_tab{
    position: absolute;
    top: 25px;
    right: 20px;
    background-color: white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: black;
    text-align: center;
    border-bottom: 4px solid #72AC30;
    border-right: 1px solid #72AC30;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -moz-box-shadow:    0 1px 1px rgba(0,0,0,0.14), 0 1px 2px rgba(0,0,0,0.17);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.14), 0 1px 2px rgba(0,0,0,0.17);
    box-shadow: 0 1px 1px rgba(0,0,0,0.14), 0 1px 2px rgba(0,0,0,0.17);

    width: 165px;
    max-height: 30px;
    overflow: hidden;
    padding: 10px 5px 0px 5px;

    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: end;
            justify-content: flex-end;

}
.season_tab #form_season_to_change{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
}
.season_tab:hover{
    max-height: 300px;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.change_pass_block{
    height: 150px;
    display: -webkit-box;
    display: flex;
    text-align: center;
    -webkit-box-align: end;
            align-items: flex-end;
}

.chose_season_header{
    margin: 3px;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}



.tracking_number,
.comments {
    -moz-box-shadow:    0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.tracking_number:hover,
.comments:hover{
    -moz-box-shadow:    0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    cursor: pointer;
}

.inserted_orders_table,
.supplier_delivery_table,
.supplier_purchase_table,
.problems_table,
.supplier_payments_table {
    width: 100%;
    -moz-box-shadow:   0 1px 1px rgba(0,0,0,0.14), 0 1px 2px rgba(0,0,0,0.17);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.14), 0 1px 2px rgba(0,0,0,0.17);
    box-shadow: 0 1px 1px rgba(0,0,0,0.14), 0 1px 2px rgba(0,0,0,0.17);
    background: white;
}

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

.supplier_filter_block.reset_filter{
    margin-bottom: 15px;
}

.your_account_details_info{
    background: white;
    width: 40%;
    display: block;
    float: left;
    border: 1px solid lightgrey;
    overflow: hidden;
    margin-bottom: 1%;
}

 .supplier-report table tr td,
 .supplier-report table th {
     padding: 5px;
 }
 .supplier-report table th {
     font-weight: 600;
     font-size: 80%;
     border-bottom: solid 1px #ddd;
 }
 .supplier-report table .no_result {
     text-align: center;
     color: #333;
 }
 .supplier-report table .decrease {
     color: red;
 }
 .supplier-report table .increase {
     color: green;
 }
 .supplier-report .text-center {
     text-align: center;
 }
 .supplier-report .text-right {
     text-align: right;
 }
.your_balance{
    background: white;
    width: 59%;
    display: block;
    float: left;
    margin-left: 1%;
    border: 1px solid lightgrey;
    overflow: hidden;
    margin-bottom: 1%;
}
 .your_bank_account_details_info,
 .your_sub_account_details_info{
     background: white;
     width: 100%;
     display: block;
     float: left;
     border: 1px solid lightgrey;
     overflow: hidden;
     margin-bottom: 1%;
 }
.change_your_password{
    background: white;
    width: 100%;
    display: block;
    float: left;
    border: none;
    overflow: hidden;
}
.account-detail-settings .your_account_details_info .your_account_details_info {
    width: 100%;
    border: none !important;
}
.your_account_details_info .buttons {
    text-align: center;
    margin-bottom: 20px;
}
.your_account_details_info .buttons input {
    width: 150px;
    font-size: 70%;
}
#supplier_comments{
    height: 100px;
}
.modal_inner{
    line-height: normal;
    padding: 20px;
}

#modal_extra_information_mobile .modal_inner, #modal_extra_information .modal_inner{
    padding: 5px;
}
.modal {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal_content {
    background-color: #fefefe;
    margin: 15% auto;
    width: 400px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    -moz-box-shadow:   0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#modal_extra_information_mobile .modal_content{
    width: 80%;
    max-width: 400px;
}

.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    float: right;
    right: 8px;
    position: relative;
    top: 4px;
}
.modal_head {
    height: 40px;
    background: #efefef;
    box-sizing: border-box;
    text-align: center;
    display: table;
    width: 100%;
}
#modal_extra_information_mobile .modal_head{
    height: 25px;
}

 #modal_extra_information_mobile{
     z-index: 200;
 }

 #modal_extra_information_mobile .open_click,#modal_extra_information .open_click  {
     display: block;
     border-top: none;
     padding: 0px 10px;
     color: white;
 }

 #modal_extra_information_mobile .open_click p {
     font-size: 12px;
 }

 #modal_extra_information_mobile .open_click ul li, #modal_extra_information_mobile .open_click ul {
     font-size: 11px;
 }

 #modal_extra_information, #modal_extra_information_mobile {
     background-color: black;
     border: solid 1px black;
     position: absolute;
     box-shadow: #0A484A;
     z-index: 1000;
     -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
     border-radius: 12px;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
     width: auto;
     max-width: 400px;
 }

 #modal_extra_information.white_modal,
 #modal_extra_information_mobile.white_modal {
     background-color: white;
     border: solid 1px white;
     color: black;
 }

 #modal_pov{
     background-color: black;
     border: solid 1px black;
     position: absolute;
     box-shadow: #0A484A;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
     z-index: 1000;
     width: 350px;
     height: 250px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
 }

 #modal_pov .modal_pov_content{
     width: 100%;
     height: 85%;
     padding: 1%;
 }

 #modal_pov .modal_pov_content img{
     width: 100%;
     height: 100%;
 }

 #modal_pov .modal_pov_head{
     width: 100%;
     height: 15%;
     padding: 1%;
     color: white;
     text-align: center;
 }

 #modal_extra_information:before, #modal_pov:before {
     content: "";
     position: absolute;
     width: 0;
     height: 0;
     left: 23px;
     bottom: -22px;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-bottom: 0px solid transparent;
     border-top: 22px solid rgba(193,193,193,0.5);
     z-index: 2;
 }

 #modal_extra_information:after, #modal_extra_information_mobile:after, #modal_pov:after {
     content: "";
     position: absolute;
     width: 0;
     height: 0;
     left: 25px;
     bottom: -18px;
     border-left: 8px solid transparent;
     border-right: 8px solid transparent;
     border-bottom: 0px solid transparent;
     border-top: 18px solid black;
     z-index: 3;
 }

 #modal_extra_information.modal_right_arrow:before{
     right: 23px;
     left: unset;
 }

 #modal_extra_information.modal_right_arrow:after{
     right: 25px;
     left: unset;
 }

 #modal_extra_information_mobile:before{
     right: 13px;
     left: unset;
 }

 #modal_extra_information_mobile:after{
     right: 15px;
     left: unset;
 }

 #modal_extra_information.white_modal:before, #modal_extra_information_mobile.white_modal:before{
     border-top: 22px solid white;
 }

 #modal_extra_information.white_modal:after, #modal_extra_information_mobile.white_modal:after{
     border-top: 18px solid white;
 }

 #modal_extra_information .open_click, #modal_extra_information_mobile .open_click{
     font-size: 12px;
 }

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal_description_1, .modal_description_2{
    text-align: center;
    margin-bottom: 10px;
}

#contact_us_form{
    padding: 14px;
}

.download_ticket a {
    cursor: pointer;
    height: 32px;
    background: #629d34 url('/theme/images/buy_bg.png') repeat-x;
    font-size: 14px;
    color: #f5f5f5;
    text-align: center;
    padding: 3px 9px;
    border-radius: 3px;
    border: 1px solid transparent;
}

.download_ticket a:hover {
    border: 1px solid #5b9736;
    color: #5b9736;
    background: #fff
}

label[for*='gender'] + div,
label[for*='country'] + div{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

label[for*='gender'] + div .error_description,
label[for*='country'] + div .error_description{
    position: initial;
    -webkit-box-ordinal-group: 100;
            order: 99;
}

.edit.field_error[name="office_close"] + .error_description,
.edit.field_error[name="office_open"] + .error_description{
    position: absolute;
    top: 33px;
    left: 37px;
}

.check_in_out  {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    width: 95%;
}
.check_in_out div:nth-child(2){
    margin-left: 5px;
}

.tab_confirmations div:nth-child(1) {
    border: none !important;
}
.arrow {
    display: inline-block;
    position: relative;
    width: 7px;
    height: 7px;
    background: transparent;
    text-indent: -9999px;
    border-top: 2px solid #f6f5f5;
    border-left: 2px solid #f6f5f5;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    left: 6px;
    top: 1px;
}
.up {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.down {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: -2px;
}

input[name=hotel_arriving_date], input[name=hotel_leaving_date] {
    width: 156px;
    position: relative;
}

.picker_wrapper::before {
    content: '';
    position: absolute;
    right: 7px;
    top: 23%;
    height: 17px;
    width: 15px;
    background: url('/theme/icons/from-icon.png') no-repeat;
    z-index: 1;
}

.picker_wrapper  {
    position: relative;
}

.hours {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    width: 95%;
}
.office_hours {
    display: -webkit-box;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
}
.office_hours label {
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.customer_dash {
    top: 6px !important;
    left: 3px;
}
#customer-information #tab_data{

}
.order_grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, 422px);
    margin: 0px;
    grid-column-gap: 5%;
    padding: 20px;
    padding-left: 97px;
}

.order_grid .order_grid_inner{
    display: grid;
    margin: 0;
    grid-template-columns: 222px 1fr;
    grid-template: "a a";
    width: 100%;
}

.order_main.order_grid .order_grid_inner{
    grid-template: "a a a";
}
.order_main.order_grid{
    padding-left: 20px;
    -webkit-box-pack: center;
            justify-content: center;
}
select[name=office_close] {
    margin-left: 6px;
}

.more_details .billing_details .order_grid_inner,
.more_details .price_details .order_grid_inner{
    grid-row-gap: 10px;
}

.more_details .billing_details .order_grid_inner span,
.more_details .billing_details .order_grid_inner label,
.more_details .price_details .order_grid_inner span,
.more_details .price_details .order_grid_inner label{
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
.billing_details label,
.price_details label{
    padding-left: 10px;
}
/* End Customer & Supplier Information */


/* Stadium Tour */

.stadium_tour_item{
    display: -webkit-box;
    display: flex;
}

.stadium_tour_item .stadium_tour_details{
    padding: 10px;
    font-size: 12px;
    overflow-y: auto;
}

.stadium_tour_item .stadium_tour_details:not(.no_p) p{
    overflow: hidden;
    height: 75%;
}

.stadium_tour_item .stadium_tour_details.no_btn p{
    height: auto;
}

.stadium_tour_item .stadium_tour_img{
    width: 60%;
}

.stadium_tour_item .stadium_tour_img.half{
    width: 100%;
}

.stadium_tour_item .stadium_tour_img label{
    position: relative;
    top: 5%;
    background-image: -webkit-gradient(linear,left top, right top,from(#eff1f0),color-stop(#eff1f0),color-stop(#eff1f0),to(#eff1f000));
    background-image: linear-gradient(to right,#eff1f0,#eff1f0,#eff1f0,#eff1f000);
    padding: 8px;
    width: 90%;
    padding-left: 10px;
    left: -10px;
    font-weight: bold;
}

.stadium_tour_item .stadium_tour_details .buy_now_btn{
    text-align: center;
    margin-top: 15px;
}

.stadium_tour_item .stadium_tour_details .buy_now_btn a{
    background: #629d34 url('/theme/images/buy_bg.png') repeat-x;
    color: #fff;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 16px;
    font-weight: 400;
    border-radius: 3px;
    width: 100%;
    height: 32px;
    padding: 5px 75px;
}

.stadium_tour_item .stadium_tour_details .buy_now_btn a:hover{
    background: #fff;
    color: #4f8b39;
    border: 1px solid #4f8b39;
}
.stdium_tour_image{
    width: 100%;
    height: 40%;
    background-size: cover;
    background-repeat: no-repeat;
}
.inner_left .stdium_tour_image{
    height: 90%;
}
/* End Stadium Tour */

#promoted_events .filter_sections{
    margin: 0px 0px 0px 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    flex-wrap: wrap;
    background: #fff;
}
#promoted_events #list_table{
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f6f5f5));
    background-image: linear-gradient(transparent 50%, #f0f0f0 50%);
    background-size: 100% 160px;
}

.srch_ip , .social, .red_btn{
    padding:4px 0px;
}

/* Claim */

.claim_submit_btn{
    height: 32px;
    width: 50%;
}

.claim_textarea{
    grid-column: 2;
    grid-row: 1;
    grid-row-end: 5;
    margin: 0;
    margin-left: 10px;
}

.claim_submit_btn_block{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    grid-column: 2;
    grid-row: 5;
    grid-row-end: 6;
}
/* End Claim */

/* Date Picker */

.end_date_picker,
.start_date_picker{
    cursor: pointer;
}
.ui-datepicker-buttonpane .ui-state-default{
    border-radius: 0 !important;
}

.hasDatepicker{
    cursor: pointer;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year{
    width: 30% !important;
    text-align-last: center !important;
}

/* End Date Picker */

.main_events.cont .inner_left {
    background: transparent;
}
.banner .container .slick-list{
    height: 326px;
}

.center {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.center.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.center2 {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.center2.slick-initialized {
    visibility: visible;
    opacity: 1;
}


/* Error Success */

.error_input{
    border: 1px solid red;
}
.error_message{
    color: red;
}
.success_message{
    margin-top: 7px;
    color: green;
    text-align: left;
    font-size: initial;
}

.field_error:not(p){
    border: 1px solid red!important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

p.field_error [type="radio"]+label:before{
    border: 1px solid red!important;
}

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

.field_error:not(p){
    border: 1px solid red!important;
}

p.field_error [type="radio"]+label:before{
    border: 1px solid red!important;
}

.error_description{
    color: #d00000 !important;
    padding: 0 5px !important;
    border-radius: 4px;
    top: -10px;
    position: relative;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 400;
    width: initial;
    text-transform: capitalize;
}

.radio-group .error_description {
	top: -6px;
}

 .error_description_nice_select{
     top: 1px !important;
 }
 .error_description_radio:before {
    border-color:  #d00000 !important;
 }
.robot .error_description{
    top:0 !important;
}
.f_form .error_description{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.grp_pur .error_description{
    top: -8px;
}
.right_footer .sub_success{
    font-size: 12px;
}
.error_container{
    background-image: -webkit-gradient(
        linear,
        left top, right bottom,
        from(rgba(235,235,235,0.9)),
        to(rgba(250,250,250,0.9))),
        url('/theme/images/error_background.jpg');
    background-image: linear-gradient(
        to right bottom,
        rgba(235,235,235,0.9),
        rgba(250,250,250,0.9)),
        url('/theme/images/error_background.jpg');
    position: absolute;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    color: #434343;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.error_container .error_content{
    margin-top: 5%;
    font-size: 200px;
    font-weight: 700;
    color: #cecece;
}
.error_container .eror_description{
    text-transform: uppercase;
    font-size: 39px;
    margin-top: 5%;
}

.error_container .eror_description_more{
    margin-top: 2%;
    font-size: 26px;
}

.error_container .home_page a{
    text-transform: capitalize;
    padding: 10px 65px;
    background: #629d34 url('/theme/images/buy_bg.png') repeat-x;
    color: #fff;
    background-size: contain;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    border-radius: 6px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 16px;
}

.error_container .home_page a:hover{
    background: #fff;
    color: #4f8b39;
    border: 1px solid #4f8b39;
}

.error_container .home_page{
    margin-top: 5%;
}

.error_header{
    text-align: left;
}
.error_header .separator{
    margin: 0 5%;
    height: 1px;
    background: #4d8a3a;
}

.error_header img{
    margin: 1% 0 1% 5%;
}

/* End Error Success */

.theader,
.tbody{
    display: grid;
    grid-template: "a a a a a" 100% / 20% 20% 20% 20% 20%;
    text-align: center;
    font-size: 13px;

}

.tbody{
    padding: 15px;
}

.theader{
    font-size: 12px;
    padding: 3px 15px;
}

.theader,
.tbody:nth-child(odd){
    background:#f6f4f5;
}

.tbody span{
    margin: auto;
}

.logo img {
    width: 182px;
    height: 51px;
}
.srch_icon_2 img {
    width: 23px;
    height: 22px;
}
#img{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#img #watermarks{
    display: none;
}

#img #_pattern{
    display: none;
}

#img #pattern{
    display: none;
}

.banner .slider img {
    width: 100%;
    height: 326px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
			 /* -o-object-position: 0 -80px; */
			 /* object-position: 0 -80px; */
}

.event .banner_form .logos p .img{
    padding: 0;
    max-width: inherit;
}
.banner_form .logos p .img{
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    max-width: 50px;
}

.common_stand.bye input {
    width: 90%;
    font-size: 16px;
    font-weight: 600;
    margin: auto;
}

.common_stand.prive input:hover {
    border: 1px solid #5b9736;
    color: #5b9736;
    background: #fff;
}

/* Confirmation */

.confirmation_content{
    color: #6c6c6c;
    font-weight: 500;
    background: white;
    border: 1px solid #d7d7d7;
    border-top: none;
    padding: 15px;
    padding-bottom: 25px;
}

.progress{
    font-size: 14px;
}

.confirmation_content .your_order_id{
    text-align: center;
    display: inline-grid;
    width: 100%;
    /* padding-top: 20px; */
    font-weight: 600;
}
.confirmation_content .confirmantion_order_info{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: 100%;
    min-height: 300px;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
.confirmation_content .order_id{
    color: #66a032;
    font-size: 35px;
    padding-top:5px;
}

.confirmation_content .mail_explanation{
    /* padding-top: 40px; */
}

.confirmation_content .mail_explanation span{
    font-weight: 600;
    color: #000;
}

.confirmation_content .we_are_doing_our_best{
    /* padding-top: 20px; */
    font-size: 14px;
    color: #a3a3a3;
}

.confirmation_content .for_more_questions{
    /* padding-top: 20px; */
}

.confirmation_content .for_more_questions a{
    color: #76ad52;
    font-weight: 600;
    text-decoration: underline!important;
}

.banner.tag-banner {
    margin-bottom: 10px;
}

.tag-page .ticket_head,
.tag-page .team_list{
    border: 1px solid #d7d7d7;
}

@media(max-width: 1120px) {
    .banner.tag-banner {
        margin-top: 10px;
    }
    .banner.tag-banner img {
        width: 100%;
    }
    .banner.tag-banner {
        margin-bottom: 0px;
    }
    .copy_footer .copy {
        max-width: 320px;
    }
}
.confirmation_content .go_home_btn,
.confirmation_content .thank_you{
    font-weight: 600;
    text-align: center;
    /* padding-top: 45px; */
    margin-top: 10px;
}

.confirmation_content .go_home_btn a{
    text-transform: capitalize;
    padding: 10px 65px;
    background: #629d34 url('/theme/images/buy_bg.png') repeat-x;
    color: #fff;
    background-size: contain;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    border-radius: 6px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 16px;
}

.confirmation_content .go_home_btn a:hover{
    background: #fff;
    color: #4f8b39;
    border: 1px solid #4f8b39;
}

/* End Confirmation */

/* Breadcrumb */
.breadcrumb {
    padding: 0;
}

.breadcrumb p {
    font-size: 11px;
    color: #434343;
    display: inline-block;
    text-transform: capitalize;
}

.breadcrumb a {
    color: #646464;
    text-decoration: underline;
}

.breadcrumb .container span{
    margin: 0px 5px;
    font-size: 12px;
}

.breadcrumb_inner{
    padding: 2px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-top: none !important;
}
.breadcrumb_inner p a[href='/venues']{ /* disable venue page on breadcrumb */
    pointer-events: none;
    text-decoration: none;
}
/* End Breadcrumb */

/* Subscribe */

.subscribe_form .input_block, .subscribe_auto_mail_form .input_block{
    margin: 10px 0px;
}
.subscribe_form, .subscribe_auto_mail_form{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.subscribe_form .error_description, .subscribe_auto_mail_form .error_description{
    top: unset;
    position: initial;
    margin-top: -5px;
}

/* End Subscribe */

.sprite.lazy,
.item_background.lazy{
    background: none !important;
}

/* Sell Your Tickets */

.sell_ticket_currency .sell_your_ticket_curr .nice-select.field_error{
    margin-bottom: 22px;
}

.sell_ticket_currency .sell_your_ticket_curr select.field_error + label.error_description{
    position: absolute;
    top: 35px;
}
.sell_your_ticket_curr{
    position: relative;
}

.sell_your_tickets_block{
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 50%);
}

.sell_your_tickets_block .sell_your_ticket_mention{
    margin-top: 10px;
    grid-column-start: 2;
    grid-row-start: 6;
    grid-row-end: 7;
}
.sell_your_tickets_block .form_input.check_box{
    position: relative;
    margin-top: 10px;
}
.sell_ticket_currency{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    width: 95%;
    margin-left: 10px;
}
.sell_your_ticket_value, .sell_your_ticket_price{
    margin-left: 0px;
}
.sell_your_tickets_details_block{
    padding-left: 10px;
}
.sell_your_ticket_comment{
    grid-column-start: 1;
    grid-row-start: 5;
    grid-row-end: 8;
}
.supplier_sell{
    height: 32px;
    font-weight: 600;
    font-size: 16px;
    margin: 10px auto;
    grid-row-start: 8;
    grid-column-start: 1;
}

.please_click{
    margin-top: -6px;
    margin-left: 23px;
    line-height: normal;
}

/* End Sell Your Tickets */

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active,
.ui-slider-horizontal .ui-slider-range{
    cursor: pointer;
}

.ticktet_sec picture img{
    width: 30px;
    height: 30px;
}

#list_table .even{
    background: #fff !important;
}

#list_table .odd{
    background: #f6f5f5 !important;
}
/* Event Box */

.vs_class {
    margin-right: 7px;
    margin-left: 7px;
}
.team_vs{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
}
.place .flag{
    width:16px;
    height: 11px;
}

.ticktet_sec picture img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
}

.main-content .ticktet_sec,
.main-content.international .ticktet_sec {
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative
}

/* End Event Box*/

.form-group .select_drop{
    display: grid;
    grid-template-columns: 1fr;

}
.form-group .select_drop .error_description{
    -webkit-box-ordinal-group: 100;
            order: 99
}

#countries ul.sub_cup li img{
    width: 13px;
    height: 13px;
}
#watermark{ /* Can't find usage */
    display:none;
}

.inner_left .inner_item:not(.not_flex) {
    display: -webkit-box;
    display: flex;
    height: 200px;
}

.inner_left .inner_item .item_image{
    width: 40%;
}

.inner_left .inner_item .item_background{
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.inner_left .inner_item .item_image span{
    position: relative;
    top: -90%;
    background-image: -webkit-gradient(linear,left top, right top,from(#eff1f0),color-stop(#eff1f0),color-stop(#eff1f0),to(#eff1f000));
    background-image: linear-gradient(to right,#eff1f0,#eff1f0,#eff1f0,#eff1f000);
    padding: 8px 50px;
    width: 90%;
    line-height: 30px;
    padding-left: 10px;
    left: -10px;
    font-weight: bold;
}

.inner_left .inner_item .inner_data_text{
    padding: 10px 10px;
    font: inherit;
    font-size: 13px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 200px;
    width: 60%;
}
.inner_left .inner_item .inner_data_text p{
    display: inline-block;
}

.page_content_set{
    font-size: 13px;
    color: #373737;
    line-height: normal;
    padding-bottom: 10px;
    padding: 15px;
}
.div_14.div_28.right_team{
    width: 59.002%;
}
.header.pay_header { /* Can't find usage */
    height: 65px;
}

.fixed.pay_header + .header_btm { /* Can't find usage */
    padding-top: 100px
}

.gray_bg_add .inner_left { /* Can't find usage */
    background: #efefef;
}

.fixed.pay_header { /* Can't find usage */
    height: 70px;
    position: fixed;
    background: #fff;
    z-index: 40;
    width: 100%;
    top: 0;
    left: 0;
    -moz-box-shadow:   0px 1px 5px 3px rgba(194, 194, 194, .7);
    -webkit-box-shadow: 0px 1px 5px 3px rgba(194, 194, 194, .7);
    box-shadow: 0px 1px 5px 3px rgba(194, 194, 194, .7);
}

.top_menu_event_most{ /* Can't find usage */
    display:inline-block;
}

sp { /* Can't find usage */
    background: #206d35;
    height: 2px;
    width: 100%;

}

.tab_drawer_heading { /* Can't find usage */
    display: none;
}

.banner .logos span{
    margin:0px 25px;
}

.logos .pos img{
    width: 94px;
    height: 74px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.left_ticket .nice-select{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
}

.left_ticket{
    font-size: 11px;
    font-weight: 300;
    line-height: 14px;
}

.fields .form-group input + label.error_description{
    top: 0px;
}

/* Contact Us */

.before_cont {
    font-size: 13px;
    color: #373737;
    padding: 12px 0;
    line-height: normal
}

.before_cont p {
    font-weight: 400;
    color: #5c5c5c
}

.before_cont a {
    color: #4d893a;
    font-weight: 400;
    text-decoration: underline
}

.cont .email {
    display: block
}

.cont .email {
    display: block
}

.cont h4 {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #5c5c5c;
    background: #f1f1f1;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600
}

.cont h4 span {
    font-weight: 300
}

.cont h4 img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px
}

.contactUs_form {
    padding: 15px 0
}

.contactUs_form .col_50 {
    float: left;
    width: 47%;
    margin-right: 3%;
    padding-left: 10px;
}

.contactUs_form {
    font-size: 12px;
    font-weight: 300;
    color: #959595;
    /*display: inline-block;*/
    /*margin-bottom: 3px;*/
    /*padding-left: 10px*/
}

.contactUs_form .nice-select span {
    font-size: 13px;
    font-weight: 400;
}

.contactUs_form .col_50 .sass textarea {
    margin-bottom: 15px;
    resize: vertical;
    min-height: 130px;
    padding-top: 6px;
}

/*.contactUs_form .nice-select span {*/
/*    padding-left: 4px;*/
/*    margin: -4px;*/
/*    width: 250px;*/
/*}*/

 /*.contactUs_form .nice-select li:hover {*/
 /*   color: #fff !important;*/
 /*}*/


.contactUs_form .input_container .contact_us_btn_block{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    grid-column: 2;
    grid-row: 5;
    grid-row-end: 6;
}
.contactUs_form .contact_us_btn{
    height: 32px;
    width: 50%;
}
.contactUs_form .form_input.contact_us_text{
    grid-column: 2;
    grid-row: 1;
    grid-row-end: 5;
    margin: 0;
    margin-left: 10px;

}
.contactUs_form .contact_us_department{
    width: 100%;
}
.contactUs_form .contact_us_department_block{
    margin-left: 10px;
    width: 95%;

}
.contactUs_form .form_input.contact_us_text ._textarea{
    min-height: 143px;
    max-height: 220px;
    padding: 8px;
    margin: 0px 0px 10px;
    width: 100%;
    resize: vertical;
}

.contactUs_form input::-webkit-input-placeholder {
    color: #959595;
}

.contactUs_form .col_50 .sass input[type="submit"] {
    font-weight: 600;
    width: 50%;
    height: 36px;
    background-size: 100% 100%;
    font-size: 16px;
    margin-top: 5px;
}

.contactUs_form .col_50 .sass input::-webkit-input-placeholder {
    font-size: 0;
}
.contactUs_form .col_50 .sass input::-moz-placeholder {
    font-size: 0;
}
.contactUs_form .col_50 .sass input:-ms-input-placeholder {
    font-size: 0;
}
.contactUs_form .col_50 .sass input:-moz-placeholder {
    font-size: 0;
}
.contactUs_form .col_50 .sass input::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 400;
}
.contactUs_form .col_50 .sass input::-moz-placeholder {
    /* Firefox 19+ */
    color: #959595;
    font-size: 0;
}
.contactUs_form .col_50 .sass input:-ms-input-placeholder {
    /* IE 10+ */
    color: #959595;
    font-size: 0;
}
.gift_card .contactUs_form .col_50 label.ex_14 {
    font-size: 14px;
    line-height: 17px;
}
.contactUs_form .input_container{
    grid-template-rows: repeat(3, 53px) 1fr 32px;
}
.contactUs_form .input_container .error_description .left_ticket .nice-select{
    margin: 0
}
.contactUs_form .robot{
    margin-left: 10px;
}

.g-recaptcha {
    width: 100%;
    transform: scale(0.85);
    transform-origin: 0 0;
}

.g-recaptcha iframe {
    width: 100% !important
}
#recaptcha{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.robot img {
    width: 100%
}


.call-us,
.chat-online {
    margin-top: 10px;
    display: block
}

.call-us h4 {
    margin-bottom: 25px;
    margin-top: 15px;
    padding-left: 10px
}

.call-us p {
    font-size: 14px;
    color: #5c5c5c;
    font-weight: 300;
    padding-left: 10px
}

.call-us p br {
    display: none
}

.call-us p strong {
    font-weight: 600;
}

li.flag_number {
    float: left;
    width: 33.33%;
}

li.flag_number ul li {
    display: block;
    padding: 8px 0;
}

li.flag_number ul {
    padding: 20px 10px 0px
}

li.flag_number ul li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

li.flag_number ul li span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 14px
}

li.flag_number ul li span a {
    font-weight: 300;
    color: #5c5c5c;
    font-size: 14px
}

.chat-online h4,
.chat-online {
    margin-bottom: 15px
}

.chat-online p {
    font-size: 14px;
    font-weight: 300;
    padding-left: 10px;
    line-height: normal;
}

.chat-online a {
    font-weight: 600;
    color: #65a134;
    text-decoration: underline !important;
    text-transform: capitalize;
}

.chat-online.ext {
    margin-top: 25px
}

.sass.mob_view {
    display: none
}


.before_cont {
    padding-left: 10px
}

.before_cont p strong {
    font-weight: 600
}

.gift_card .contactUs_form .col_50 {
    margin: 0 6%
}

.gift_card .contactUs_form .col_50 label {
    font-weight: 300;
    font-size: 12px;
    color: #959595;
    line-height: normal
}

.gift_card .contactUs_form .col_50 label em {
    color: #fd4444
}

.gift_card .contactUs_form span {
    font-weight: 400;
    color: #3d3d3d;
    margin-bottom: 10px
}

.gift_card .contactUs_form .text_divide .sass {
    margin: 0;
    width: 49%;
    float: left;
    margin-right: 1%
}

.gift_card .contactUs_form .text_divide .sass:last-child {
    margin: 0 0 0 1%
}

.gift_card .contactUs_form .text_divide .sass span {
    font-weight: 400;
    color: #303030;
}

.gift_card .contactUs_form .col_50 textarea {
    height: 60px
}

.contactUs_form .col_50 .sass-radio {
    margin-bottom: 7px
}

.contactUs_form .col_50 .sass-radio input[type="radio"] {
    width: 13px;
    height: 13px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle
}

.gift_card_bg {
    background: url('/theme/images/gift_bg.png') no-repeat top center;
    margin-top: 15px
}

.gift_card_bg .before_cont {
    padding-top: 0
}
.input_container{
    display: grid;
    grid-template-columns: repeat(auto-fill, 50%);
    grid-template-rows: repeat(3, 46px) 1fr 32px;
}

/* End Contact Us */

.common_stand.prive {
    /* width: 18%; */
    text-align: center;
    /* color: #8a8a8a; */
    color: black;
    /* font-size: 14px; */
    /* padding-right: 10px; */
    /* margin-right: 1px; */
    position: relative;
}

.common_stand.prive a {
    display: block;
    background: #629d34 url('/theme/images/buy_bg.png');
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
    color: #f5f5f5;
    width:98px;
    border-radius: 3px;
    margin-top: 3px;
    text-align: center;
}
.prefered_time_select .bye{
    margin: 0 auto;
}
.bye a:hover {
    background: #fff;
    border: 1px solid #4d893a;
    color: #4d893a;
}
.stand_buy .desktop .bye{
    /*grid-column: last-col/span 1;*/
    width: 100%;
    height: initial;
    display: -webkit-box;
    display: flex;
}
.inner_left .inner_item{
    background: #fff;
}
@media(min-width:1024px) {
    /* .mob_menu{
        display: none !important;
    } */

    .carousel {
        margin: 0 auto;
        width: 1110px;
        overflow: hidden;
        position: relative;
    }

    .carousel-container {
        display: flex;
        transition: transform 0.3s ease;
        justify-content: space-evenly;
    }

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

    .carousel img {
        max-width: 100%;
        height: 100px;
        padding: 10px;
    }

    .carousel button {
        cursor: pointer;
    }
    .sticker_logo_is_mobile {
        display: none !important;
    }
    .sticker_logo {
        position: absolute;
        right: 20px;
        width: 21%;
        height: 69%;
        top: 15px;
        padding: 15px 10px;
        background: rgba(0, 0, 0, .5);
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .sticker_logo .sticker_content {
        padding-top: 10px;
        width: 100%;
        height: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sticker_logo img {
        width: 100%;
        height: auto;
        background-color: white;
        border: 1px solid #E0E0E0;
        border-radius: 10px;
    }
    .sticker_logo h3 {
        font-size: 16px;
        font-weight: 700;
        color:#fff;
    }
    .official_logo_mobile {
        display: none !important;
    }
}

    @media(min-width:1110px) {
    .tab_mode {
        display: none
    }
    .headbtm_para {
        display: none
    }
}

@media(min-width:1024px) {
    .headbtm_para {
        display: none
    }
    .advance_open {
        display: none !important
    }
    .hide_show {
        display: block
    }
    .back {
        display: none;
    }
    .advanced.advanced2 {
        display: none
    }
}
 @media(max-width:900px) {
     .our_adv_pop {
         width: 80% !important;
     }
     .bulk_add_new_ticket_popup .our_adv_pop {
         width: 98% !important;
     }

     .carousel {
         margin: 0 auto;
         width: 100%;
         overflow: hidden;
         position: relative;
     }

     .carousel-container {
         display: flex;
         transition: transform 0.3s ease;
         justify-content: space-evenly;
     }

     .carousel-slide {
         flex: 0 0 20%;
         text-align: center;
     }
     .carousel img {
         max-width: 100%;
         height: 100px;
         padding: 10px;
     }
 }
.right_ticket .adv_filter{
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
}

.main_wrap .num_result{
    justify-self: flex-end;
    margin-right: 10px;
}

.mailto_share{
    /* width: fit-content; */
    border-radius: 2px;
    text-indent: 20px;
    width: auto;
    height: 20px;
    padding: 0 4px 0 0;
    text-align: center;
    text-decoration: none;
    font: 11px/20px "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    color: #fff!important;
    background: #ff4500 url("/theme/images/email-icon.png") 3px 50% no-repeat;
    background-size: 14px 14px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-shadow:   inset 0 0 1px #888;
    -webkit-box-shadow: inset 0 0 1px #888;
    box-shadow: inset 0 0 1px #888;
}
.mailto_share:hover{
    background-color: #c33804
}
.facebook-share{
    height: 20px;
    width: 140px
}
.whatsapp_share_button{
    border-radius: 2px;
    text-indent: 20px;
    width: auto;
    height: 20px;
    padding: 0 4px 0 0;
    text-align: center;
    text-decoration: none;
    font: 11px/20px "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    color: #fff!important;
    background: #00a41a url("/theme/images/WhatsApp_Logo.png") 3px 50% no-repeat;
    background-size: 14px 14px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-shadow:   inset 0 0 1px #888;
    -webkit-box-shadow: inset 0 0 1px #888;
    box-shadow: inset 0 0 1px #888;
}
.whatsapp_share_button:hover{
    background-color: #008917;
}
.whatsapp-share-img{
    width: 100%;
}
.whatsapp-share{
    color: white
}
.pinterest-share{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}
.pinterest-share:hover span{
    background-color: #ad021c
}
.social_media_buttons{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: stretch;
    margin: 5px;
    margin-top: 10px;
    padding: 3px 0px;
    position: absolute;
    bottom: 0px;
    right: 0;
    -webkit-filter: drop-shadow(2px 4px 6px #0000007e);
    filter: drop-shadow(2px 4px 6px #0000007e);

}
.share_btn{
    margin-left:5px;
}

.banner_event_date span {
    width: 100%;
    margin: 0 !important;
}
.banner_event_date .banner_month{
    padding: 4px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #DC1F26;
    color: white;
    font-size: 15px;
}
.banner_event_date .banner_year{
    font-size: 15px;
    padding-bottom: 3px;
}
.banner_event_date .banner_day{
    font-size: 26px;
    padding: 1px 0;
}

.banner_event_date{
    color: black;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    background:  rgba(255,255,255,0.49);
    border-radius: 10px;
    width: 70px;
    text-align: center;
    line-height: 1;
}

.banner_postponed{
    width: 150px;
}

.postponed_event span, #search_block .search_content .result_event span.class_red, .class_red{
    color: red;
}

.banner_team_date{
    display: -webkit-box;
    display: flex;
    width: 100%;
    padding: 0 10px;
    -webkit-box-pack: justify;
            justify-content: space-between;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 5px;
}
.banner_team_date picture,
.banner_team_date .banner_team_date{
 margin-left: 5px
}
.events_box{
    display: inline-grid;
    grid-template-columns: [col-date] 8% [col-team] 13% [col-info] 59% [col-ticket-buy] 20%;
    grid-template-rows: 1fr;
    height: 80px;
}
.d_inline{
    width: 100%;
    grid-row: 1/1;
    margin: auto 0;
    height: initial;
}
.team_vs{
    grid-column: col-team;
    -webkit-box-pack: center;
            justify-content: center
}
.team_info{
    grid-column: col-info;
    padding-left: 15px;
}
.team_date{
    grid-column: col-date;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;

}
.team_ticket{
    grid-column: col-ticket-buy;
}
.d_inline.team_date .banner_event_date{
    color: black;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    background: #dedede;
    border-radius: 10px;
    width: 51px;
    text-align: center;
    line-height: 1;
}
.d_inline.team_date .banner_event_date .banner_month{
    padding: 3px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #DC1F26;
    color: white;
    font-size: 12px;
}
.d_inline.team_date .banner_event_date .banner_year{
    font-size: 12px;
    padding-bottom: 3px;
}
.d_inline.team_date .banner_event_date .banner_day{
    font-size: 16px;
}

/* Ticket */
p.flag strong {
    margin-left: 18px;
    position: absolute;
}

.cat_type .Cat_g .total-popUp{
   right: auto;
   bottom: 20px;
}
.cat_type .Cat_g .total-popUp,
.row_right .total-popUp {
    display: none;
    position: absolute;
    width: 180px;
    background: #fff;
    padding: 4px;
    z-index: 15;
    bottom: 15px;
    right: 0;
    -moz-box-shadow:   0px 0px 24px -7px rgba(31, 31, 31, 1);
    -webkit-box-shadow: 0px 0px 24px -7px rgba(31, 31, 31, 1);
    box-shadow: 0px 0px 24px -7px rgba(31, 31, 31, 1);
}
.left_detail {
    float: left;
    width: 50%;
    padding: 0 20px;
    border-right: 1px solid #649b3f
}
.tkt_bg {
    background: url('/theme/images/ticke_bg.png') no-repeat;
    width: 360px;
    height: 145px;
    padding: 0 20px;
    position: relative;
    margin: auto;
}
.ticket_restriction {
    width: 360px;
}
.tkt_bg h4 {
    font-size: 13px;
    color: #609c34;
    font-weight: 600;
    text-align: center;
    padding-top: 10px
}

.tkt_bg p {
    font-weight: 400;
    text-align: center;
    color: #444444;
    font-size: 11px;
    margin-right: 5px;
}

.tkt_bg p {
    /*padding-right: 5px;*/
    text-align: center
}

.tkt_bg .team_time p img {
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.tkt_bg .team_time p strong {
    display: inline-block;
    vertical-align: middle;
    color: #444444
}

.tkt_bg .team_time p strong span {
    color: #878787
}
.team_time {
    display: block;
    padding-top: 14px;
}

.team_time .team_dt {
    float: left;
    text-align: left
}

.team_time .team_dt p {
    text-align: left
}

.team_time .team_tm {
    float: right;
    text-align: left
}

.team_time .team_tm p {
    color: #444444
}
.cat_type {
    display: -webkit-box;
    display: flex;
    position: absolute;
    width: calc(100% - 30px);
    bottom: 15px;
    font-size: 11px;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.cat_type .Cat_g {
    display: -webkit-box;
    display: flex;
    font-size: 11px;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-right: auto;
    margin-left: 15px;
    height: 32px;
}

.cat_type .Cat_g p {
    vertical-align: middle;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}

.cat_type .Cat_g p:last-child {
    color: #444444
}

.cat_type .Cat_g p:last-child a {
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px
}

.cat_type .Cat_g p a img,
.order_row .row_right a img,
form .form-group label img {
    width: 10px;
    height: 10px
}
.cat_type .Cat_g #category_name {
    color: #444444;
    font-size: 11px;
    margin-right: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 130px;
}

.Cat_t {
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: 10px;
}

.Cat_t p {
    display: inline-block;
    vertical-align: middle;
}

.Cat_t p img {
    display: inline-block;
    vertical-align: middle;
}

 .Cat_t p img.ticket_type_image {
     width: 32px;
     height: 32px;
 }

#wrapper.confirmation .left_ticket{
    width: 100%;
}

.header .container .menu ul li.start_hidden {
    display: none;
}
/* End Ticket */

/* Chat */
#livechat-compact-container{
    display: none;
}
.support_chat_open_popup .our_adv_pop{
    width: 640px;
}
.support_chat_open_popup .full_adv{
    padding: 0;
    grid-template-columns: 35% 1fr;
}
.support_chat_open #content_chat{
    padding: 10px 0;
}
.department_chat {
    margin: 0;
    margin-bottom: 25px;
}
.department_button .right {
    text-align: center;
    width: 50px;
}

.department_button span {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
	float: inherit;
}

.department_button_inner {
    background: -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.2)),color-stop(100%,rgba(0,0,0,.2)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
}

.department_button_triangle {
    display: inline-block;
    margin-left: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #DADADA;
}
.department_button {
    display: block;
    position: relative;
    color: white;
    width: 60%;
    cursor: pointer;
    text-align: center;
    margin-top: 5px;
    height: 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.department_button::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0000003d;
}
#content_chat .department_button{
    display: block;
    color: white;
    width: 60%;
    cursor: pointer;
    text-align: center;
    margin-top: 5px;
    height: 50px;
}

.button_gray_blue {
    display: block;
    color: white;
    width: 60%;
    cursor: pointer;
    text-align: center;
    margin-top: 5px;
    height: 50px;
    background: -moz-linear-gradient(left,#EEE 0%,#EEE 20%,#1560D0 20%,#1560D0 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#EEE),color-stop(20%,#EEE),color-stop(20%,#1560D0),color-stop(100%,#1560D0));
    background: -webkit-linear-gradient(left,#EEE 0%,#EEE 20%,#1560D0 20%,#1560D0 100%);
    background: -o-linear-gradient(left,#EEE 0%,#EEE 20%,#1560D0 20%,#1560D0 100%);
    background: -ms-linear-gradient(left,#EEE 0%,#EEE 20%,#1560D0 20%,#1560D0 100%);
}

#content_chat .button_gray_blue{
    background: -ms-linear-gradient(left, #EEEEEE 0%, #EEEEEE 20%, #1560D0 20%, #1560D0 100%);
}

.button_gray_green {
    background: -webkit-gradient(linear, left top, right top, from(#EEEEEE), color-stop(20%, #EEEEEE), color-stop(20%, #10E540), to(#10E540));
    background: linear-gradient(to right, #EEEEEE 0%, #EEEEEE 20%, #10E540 20%, #10E540 100%);
}


#side_image_chat img{
	width: 95%;
    height: 100%;
}
 #exchange_panel_container .ticket_head {
     border: solid 1px #d7d7d7 !important;
 }
.department_head {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.department_head_text{
    margin-left: 5px;
}
.department_text {
    line-height: 20px;
    padding-right: 40px;
}

.head_chat {
    background-color: #FFF;
    width: 100%;
    height: 60px;
    line-height: 25px;
    padding-top: 20px;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 700;
}
.chat_button{
    position: fixed;
    right: calc( (100% - 1110px) / 2 - 65px);
    top: 300px;
}
.chat_button .support_chat_open{
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}
.chat_button .support_chat_open img{
    width: 65px;
    object-fit: contain;
    filter: drop-shadow(2px 4px 6px black);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.chat_button .support_chat_open img:hover{
    filter: drop-shadow(2px 4px 6px black) contrast(1.5);
}
/* End Chat */
.phone_number_container{
    display: grid;
    grid-template-columns: 60px 17px 1fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
#wrapper div.form-group div.phone_number_container input.phone_number_location{
    width: 60px;
    grid-area: 1 / 1 / 2 / 2;
}
.phone_number_container .phone_number_separate{
    font-size: 20px;
    margin: 0 5px;
    grid-area: 1 / 2 / 2 / 3;
}

.phone_number_container #shipping_phone_number,
.phone_number_container #shipping_mobile_number,
.phone_number_container #billing_mobile_number,
.phone_number_container #billing_phone_number{
    grid-area: 1 / 3 / 2 / 5;
}

.phone_number_container .error_description{
    grid-column-end: span 3;
}
.paired_sitting{
    cursor: pointer;
}
.thank_you{
    font-weight: bold;
    font-size: 15px;
    margin-top: 15px;
    color: #498b34;
}

.open_click em {font-style: italic;}


 /* end general */


 /* start loading_ring */

.waiting_wheel_container{
   width: 100%;
   height: 100%;
   background: #00000029;
   position: fixed;
   top: 0;
   z-index: 9999;
}

.event_search_top_header_wait{
   width:50px;
   position: fixed;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
           transform: translate(-50%, -50%);
   z-index: 99;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.event_search_top_header_wait {
   color: #000000;
   font-size: 20px;
   margin: 100px auto;
   width: 1em;
   height: 1em;
   border-radius: 50%;
   position: relative;
   text-indent: -9999em;
   -webkit-animation: load4 1s infinite linear;
   animation: load4 1s infinite linear;
   -webkit-transform: translateZ(0);
   -ms-transform: translateZ(0);
   transform: translateZ(0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
 }
 @-webkit-keyframes loadingAnimate {
     0% {
         transform: scale(0);
     }
     100% {
         transform: scale(1);
         opacity: 0;
     }
 }
 @-webkit-keyframes load4 {
   0%,
   100% {
     box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
   }
   12.5% {
     box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
   }
   25% {
     box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
   }
   37.5% {
     box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
   }
   50% {
     box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
   }
   62.5% {
     box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
   }
   75% {
     box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
   }
   87.5% {
     box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
   }
 }
 @keyframes load4 {
   0%,
   100% {
     box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
   }
   12.5% {
     box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
   }
   25% {
     box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
   }
   37.5% {
     box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
   }
   50% {
     box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
   }
   62.5% {
     box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
   }
   75% {
     box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
   }
   87.5% {
     box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
   }
 }

 /* end loading_ring */


 /* start ext/jquery-ui.min */

/*! jQuery UI - v1.12.1 - 2020-01-21
* http://jqueryui.com
* Includes: draggable.css, core.css, datepicker.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

 .ui-draggable-handle{
     -ms-touch-action:none;
     touch-action:none
 }
 .ui-helper-hidden{
     display:none
 }
 .ui-helper-hidden-accessible{
     border:0;
     clip:rect(0 0 0 0);
     height:1px;
     margin:-1px;
     overflow:hidden;
     padding:0;
     position:absolute;
     width:1px
 }
 .ui-helper-reset{
     margin:0;
     padding:0;
     border:0;
     outline:0;
     line-height:1.3;
     text-decoration:none;
     font-size:100%;
     list-style:none
 }
 .ui-helper-clearfix:before,.ui-helper-clearfix:after{
     content:"";
     display:table;
     border-collapse:collapse
 }
 .ui-helper-clearfix:after{
     clear:both
 }
 .ui-helper-zfix{
     width:100%;
     height:100%;
     top:0;
     left:0;
     position:absolute;
     opacity:0;
     filter:Alpha(Opacity=0)
 }
 .ui-front{
     z-index:100
 }
 .ui-state-disabled{
     cursor:default!important;
     pointer-events:none
 }
 .ui-icon{
     display:inline-block;
     vertical-align:middle;
     margin-top:-.25em;
     position:relative;
     text-indent:-99999px;
     overflow:hidden;
     background-repeat:no-repeat
 }
 .ui-widget-icon-block{
     left:50%;
     margin-left:-8px;
     display:block
 }
 .ui-widget-overlay{
     position:fixed;
     top:0;
     left:0;
     width:100%;
     height:100%
 }
 .ui-datepicker{
     width:17em;
     padding:.2em .2em 0;
     display:none
 }
 .ui-datepicker .ui-datepicker-header{
     position:relative;
     padding:.2em 0
 }
 .ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{
     position:absolute;
     top:2px;
     width:1.8em;
     height:1.8em
 }
 .ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{
     top:1px
 }
 .ui-datepicker .ui-datepicker-prev{
     left:2px
 }
 .ui-datepicker .ui-datepicker-next{
     right:2px
 }
 .ui-datepicker .ui-datepicker-prev-hover{
     left:1px
 }
 .ui-datepicker .ui-datepicker-next-hover{
     right:1px
 }
 .ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{
     display:block;
     position:absolute;
     left:50%;
     margin-left:-8px;
     top:50%;
     margin-top:-8px
 }
 .ui-datepicker .ui-datepicker-title{
     margin:0 2.3em;
     line-height:1.8em;
     text-align:center
 }
 .ui-datepicker .ui-datepicker-title select{
     font-size:1em;
     margin:1px 0
 }
 .ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{
     width:45%
 }
 .ui-datepicker table{
     width:100%;
     font-size:.9em;
     border-collapse:collapse;
     margin:0 0 .4em
 }
 .ui-datepicker th{
     padding:.7em .3em;
     text-align:center;
     font-weight:bold;
     border:0
 }
 .ui-datepicker td{
     border:0;
     padding:1px
 }
 .ui-datepicker td span,.ui-datepicker td a{
     display:block;
     padding:.2em;
     text-align:right;
     text-decoration:none
 }
 .ui-datepicker .ui-datepicker-buttonpane{
     background-image:none;
     margin:.7em 0 0 0;
     padding:0 .2em;
     border-left:0;
     border-right:0;
     border-bottom:0
 }
 .ui-datepicker .ui-datepicker-buttonpane button{
     float:right;
     margin:.5em .2em .4em;
     cursor:pointer;
     padding:.2em .6em .3em .6em;
     width:auto;
     overflow:visible
 }
 .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{
     float:left
 }
 .ui-datepicker.ui-datepicker-multi{
     width:auto
 }
 .ui-datepicker-multi .ui-datepicker-group{
     float:left
 }
 .ui-datepicker-multi .ui-datepicker-group table{
     width:95%;
     margin:0 auto .4em
 }
 .ui-datepicker-multi-2 .ui-datepicker-group{
     width:50%
 }
 .ui-datepicker-multi-3 .ui-datepicker-group{
     width:33.3%
 }
 .ui-datepicker-multi-4 .ui-datepicker-group{
     width:25%
 }
 .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{
     border-left-width:0
 }
 .ui-datepicker-multi .ui-datepicker-buttonpane{
     clear:left
 }
 .ui-datepicker-row-break{
     clear:both;
     width:100%;
     font-size:0
 }
 .ui-datepicker-rtl{
     direction:rtl
 }
 .ui-datepicker-rtl .ui-datepicker-prev{
     right:2px;
     left:auto
 }
 .ui-datepicker-rtl .ui-datepicker-next{
     left:2px;
     right:auto
 }
 .ui-datepicker-rtl .ui-datepicker-prev:hover{
     right:1px;
     left:auto
 }
 .ui-datepicker-rtl .ui-datepicker-next:hover{
     left:1px;
     right:auto
 }
 .ui-datepicker-rtl .ui-datepicker-buttonpane{
     clear:right
 }
 .ui-datepicker-rtl .ui-datepicker-buttonpane button{
     float:left
 }
 .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{
     float:right
 }
 .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{
     border-right-width:0;
     border-left-width:1px
 }
 .ui-datepicker .ui-icon{
     display:block;
     text-indent:-99999px;
     overflow:hidden;
     background-repeat:no-repeat;
     left:.5em;
     top:.3em
 }
 .ui-slider{
     position:relative;
     text-align:left
 }
 .ui-slider .ui-slider-handle{
     position:absolute;
     z-index:2;
     width:1.2em;
     height:1.2em;
     cursor:default;
     -ms-touch-action:none;
     touch-action:none
 }
 .ui-slider .ui-slider-range{
     position:absolute;
     z-index:1;
     font-size:.7em;
     display:block;
     border:0;
     background-position:0 0
 }
 .ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{
     filter:inherit
 }
 .ui-slider-horizontal{
     height:.8em
 }
 .ui-slider-horizontal .ui-slider-handle{
     top:-.3em;
     margin-left:-.6em
 }
 .ui-slider-horizontal .ui-slider-range{
     top:0;
     height:100%
 }
 .ui-slider-horizontal .ui-slider-range-min{
     left:0
 }
 .ui-slider-horizontal .ui-slider-range-max{
     right:0
 }
 .ui-slider-vertical{
     width:.8em;
     height:100px
 }
 .ui-slider-vertical .ui-slider-handle{
     left:-.3em;
     margin-left:0;
     margin-bottom:-.6em
 }
 .ui-slider-vertical .ui-slider-range{
     left:0;
     width:100%
 }
 .ui-slider-vertical .ui-slider-range-min{
     bottom:0
 }
 .ui-slider-vertical .ui-slider-range-max{
     top:0
 }
 .ui-widget{
     font-family:Arial,Helvetica,sans-serif;
     font-size:1em
 }
 .ui-widget .ui-widget{
     font-size:1em
 }
 .ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{
     font-family:Arial,Helvetica,sans-serif;
     font-size:1em
 }
 .ui-widget.ui-widget-content{
     border:1px solid #c5c5c5
 }
 .ui-widget-content{
     border:1px solid #ddd;
     background:#fff;
     color:#333
 }
 .ui-widget-content a{
     color:#333
 }
 .ui-widget-header{
     border:1px solid #ddd;
     background:#e9e9e9;
     color:#333;
     font-weight:bold
 }
 .ui-widget-header a{
     color:#333
 }
 .ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{
     border:1px solid #c5c5c5;
     background:#f6f6f6;
     font-weight:normal;
     color:#454545
 }
 .ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{
     color:#454545;
     text-decoration:none
 }
 .ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{
     border:1px solid #ccc;
     background:#ededed;
     font-weight:normal;
     color:#2b2b2b
 }
 .ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{
     color:#2b2b2b;
     text-decoration:none
 }
 .ui-visual-focus{
     box-shadow:0 0 3px 1px rgb(94,158,214)
 }
 .ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{
     border:1px solid #003eff;
     background:#007fff;
     font-weight:normal;
     color:#fff
 }
 .ui-icon-background,.ui-state-active .ui-icon-background{
     border:#003eff;
     background-color:#fff
 }
 .ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{
     color:#fff;
     text-decoration:none
 }
 .ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{
     border:1px solid #dad55e;
     background:#fffa90;
     color:#777620
 }
 .ui-state-checked{
     border:1px solid #dad55e;
     background:#fffa90
 }
 .ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{
     color:#777620
 }
 .ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{
     border:1px solid #f1a899;
     background:#fddfdf;
     color:#5f3f3f
 }
 .ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{
     color:#5f3f3f
 }
 .ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{
     color:#5f3f3f
 }
 .ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{
     font-weight:bold
 }
 .ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{
     opacity:.7;
     filter:Alpha(Opacity=70);
     font-weight:normal
 }
 .ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{
     opacity:.35;
     filter:Alpha(Opacity=35);
     background-image:none
 }
 .ui-state-disabled .ui-icon{
     filter:Alpha(Opacity=35)
 }
 .ui-icon{
     width:16px;
     height:16px
 }
 .ui-icon,.ui-widget-content .ui-icon{
     background-image:url("images/ui-icons_444444_256x240.png")
 }
 .ui-widget-header .ui-icon{
     background-image:url("images/ui-icons_444444_256x240.png")
 }
 .ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{
     background-image:url("images/ui-icons_555555_256x240.png")
 }
 .ui-state-active .ui-icon,.ui-button:active .ui-icon{
     background-image:url("images/ui-icons_ffffff_256x240.png")
 }
 .ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{
     background-image:url("images/ui-icons_777620_256x240.png")
 }
 .ui-state-error .ui-icon,.ui-state-error-text .ui-icon{
     background-image:url("images/ui-icons_cc0000_256x240.png")
 }
 .ui-button .ui-icon{
     background-image:url("images/ui-icons_777777_256x240.png")
 }
 .ui-icon-blank{
     background-position:16px 16px
 }
 .ui-icon-caret-1-n{
     background-position:0 0
 }
 .ui-icon-caret-1-ne{
     background-position:-16px 0
 }
 .ui-icon-caret-1-e{
     background-position:-32px 0
 }
 .ui-icon-caret-1-se{
     background-position:-48px 0
 }
 .ui-icon-caret-1-s{
     background-position:-65px 0
 }
 .ui-icon-caret-1-sw{
     background-position:-80px 0
 }
 .ui-icon-caret-1-w{
     background-position:-96px 0
 }
 .ui-icon-caret-1-nw{
     background-position:-112px 0
 }
 .ui-icon-caret-2-n-s{
     background-position:-128px 0
 }
 .ui-icon-caret-2-e-w{
     background-position:-144px 0
 }
 .ui-icon-triangle-1-n{
     background-position:0 -16px
 }
 .ui-icon-triangle-1-ne{
     background-position:-16px -16px
 }
 .ui-icon-triangle-1-e{
     background-position:-32px -16px
 }
 .ui-icon-triangle-1-se{
     background-position:-48px -16px
 }
 .ui-icon-triangle-1-s{
     background-position:-65px -16px
 }
 .ui-icon-triangle-1-sw{
     background-position:-80px -16px
 }
 .ui-icon-triangle-1-w{
     background-position:-96px -16px
 }
 .ui-icon-triangle-1-nw{
     background-position:-112px -16px
 }
 .ui-icon-triangle-2-n-s{
     background-position:-128px -16px
 }
 .ui-icon-triangle-2-e-w{
     background-position:-144px -16px
 }
 .ui-icon-arrow-1-n{
     background-position:0 -32px
 }
 .ui-icon-arrow-1-ne{
     background-position:-16px -32px
 }
 .ui-icon-arrow-1-e{
     background-position:-32px -32px
 }
 .ui-icon-arrow-1-se{
     background-position:-48px -32px
 }
 .ui-icon-arrow-1-s{
     background-position:-65px -32px
 }
 .ui-icon-arrow-1-sw{
     background-position:-80px -32px
 }
 .ui-icon-arrow-1-w{
     background-position:-96px -32px
 }
 .ui-icon-arrow-1-nw{
     background-position:-112px -32px
 }
 .ui-icon-arrow-2-n-s{
     background-position:-128px -32px
 }
 .ui-icon-arrow-2-ne-sw{
     background-position:-144px -32px
 }
 .ui-icon-arrow-2-e-w{
     background-position:-160px -32px
 }
 .ui-icon-arrow-2-se-nw{
     background-position:-176px -32px
 }
 .ui-icon-arrowstop-1-n{
     background-position:-192px -32px
 }
 .ui-icon-arrowstop-1-e{
     background-position:-208px -32px
 }
 .ui-icon-arrowstop-1-s{
     background-position:-224px -32px
 }
 .ui-icon-arrowstop-1-w{
     background-position:-240px -32px
 }
 .ui-icon-arrowthick-1-n{
     background-position:1px -48px
 }
 .ui-icon-arrowthick-1-ne{
     background-position:-16px -48px
 }
 .ui-icon-arrowthick-1-e{
     background-position:-32px -48px
 }
 .ui-icon-arrowthick-1-se{
     background-position:-48px -48px
 }
 .ui-icon-arrowthick-1-s{
     background-position:-64px -48px
 }
 .ui-icon-arrowthick-1-sw{
     background-position:-80px -48px
 }
 .ui-icon-arrowthick-1-w{
     background-position:-96px -48px
 }
 .ui-icon-arrowthick-1-nw{
     background-position:-112px -48px
 }
 .ui-icon-arrowthick-2-n-s{
     background-position:-128px -48px
 }
 .ui-icon-arrowthick-2-ne-sw{
     background-position:-144px -48px
 }
 .ui-icon-arrowthick-2-e-w{
     background-position:-160px -48px
 }
 .ui-icon-arrowthick-2-se-nw{
     background-position:-176px -48px
 }
 .ui-icon-arrowthickstop-1-n{
     background-position:-192px -48px
 }
 .ui-icon-arrowthickstop-1-e{
     background-position:-208px -48px
 }
 .ui-icon-arrowthickstop-1-s{
     background-position:-224px -48px
 }
 .ui-icon-arrowthickstop-1-w{
     background-position:-240px -48px
 }
 .ui-icon-arrowreturnthick-1-w{
     background-position:0 -64px
 }
 .ui-icon-arrowreturnthick-1-n{
     background-position:-16px -64px
 }
 .ui-icon-arrowreturnthick-1-e{
     background-position:-32px -64px
 }
 .ui-icon-arrowreturnthick-1-s{
     background-position:-48px -64px
 }
 .ui-icon-arrowreturn-1-w{
     background-position:-64px -64px
 }
 .ui-icon-arrowreturn-1-n{
     background-position:-80px -64px
 }
 .ui-icon-arrowreturn-1-e{
     background-position:-96px -64px
 }
 .ui-icon-arrowreturn-1-s{
     background-position:-112px -64px
 }
 .ui-icon-arrowrefresh-1-w{
     background-position:-128px -64px
 }
 .ui-icon-arrowrefresh-1-n{
     background-position:-144px -64px
 }
 .ui-icon-arrowrefresh-1-e{
     background-position:-160px -64px
 }
 .ui-icon-arrowrefresh-1-s{
     background-position:-176px -64px
 }
 .ui-icon-arrow-4{
     background-position:0 -80px
 }
 .ui-icon-arrow-4-diag{
     background-position:-16px -80px
 }
 .ui-icon-extlink{
     background-position:-32px -80px
 }
 .ui-icon-newwin{
     background-position:-48px -80px
 }
 .ui-icon-refresh{
     background-position:-64px -80px
 }
 .ui-icon-shuffle{
     background-position:-80px -80px
 }
 .ui-icon-transfer-e-w{
     background-position:-96px -80px
 }
 .ui-icon-transferthick-e-w{
     background-position:-112px -80px
 }
 .ui-icon-folder-collapsed{
     background-position:0 -96px
 }
 .ui-icon-folder-open{
     background-position:-16px -96px
 }
 .ui-icon-document{
     background-position:-32px -96px
 }
 .ui-icon-document-b{
     background-position:-48px -96px
 }
 .ui-icon-note{
     background-position:-64px -96px
 }
 .ui-icon-mail-closed{
     background-position:-80px -96px
 }
 .ui-icon-mail-open{
     background-position:-96px -96px
 }
 .ui-icon-suitcase{
     background-position:-112px -96px
 }
 .ui-icon-comment{
     background-position:-128px -96px
 }
 .ui-icon-person{
     background-position:-144px -96px
 }
 .ui-icon-print{
     background-position:-160px -96px
 }
 .ui-icon-trash{
     background-position:-176px -96px
 }
 .ui-icon-locked{
     background-position:-192px -96px
 }
 .ui-icon-unlocked{
     background-position:-208px -96px
 }
 .ui-icon-bookmark{
     background-position:-224px -96px
 }
 .ui-icon-tag{
     background-position:-240px -96px
 }
 .ui-icon-home{
     background-position:0 -112px
 }
 .ui-icon-flag{
     background-position:-16px -112px
 }
 .ui-icon-calendar{
     background-position:-32px -112px
 }
 .ui-icon-cart{
     background-position:-48px -112px
 }
 .ui-icon-pencil{
     background-position:-64px -112px
 }
 .ui-icon-clock{
     background-position:-80px -112px
 }
 .ui-icon-disk{
     background-position:-96px -112px
 }
 .ui-icon-calculator{
     background-position:-112px -112px
 }
 .ui-icon-zoomin{
     background-position:-128px -112px
 }
 .ui-icon-zoomout{
     background-position:-144px -112px
 }
 .ui-icon-search{
     background-position:-160px -112px
 }
 .ui-icon-wrench{
     background-position:-176px -112px
 }
 .ui-icon-gear{
     background-position:-192px -112px
 }
 .ui-icon-heart{
     background-position:-208px -112px
 }
 .ui-icon-star{
     background-position:-224px -112px
 }
 .ui-icon-link{
     background-position:-240px -112px
 }
 .ui-icon-cancel{
     background-position:0 -128px
 }
 .ui-icon-plus{
     background-position:-16px -128px
 }
 .ui-icon-plusthick{
     background-position:-32px -128px
 }
 .ui-icon-minus{
     background-position:-48px -128px
 }
 .ui-icon-minusthick{
     background-position:-64px -128px
 }
 .ui-icon-close{
     background-position:-80px -128px
 }
 .ui-icon-closethick{
     background-position:-96px -128px
 }
 .ui-icon-key{
     background-position:-112px -128px
 }
 .ui-icon-lightbulb{
     background-position:-128px -128px
 }
 .ui-icon-scissors{
     background-position:-144px -128px
 }
 .ui-icon-clipboard{
     background-position:-160px -128px
 }
 .ui-icon-copy{
     background-position:-176px -128px
 }
 .ui-icon-contact{
     background-position:-192px -128px
 }
 .ui-icon-image{
     background-position:-208px -128px
 }
 .ui-icon-video{
     background-position:-224px -128px
 }
 .ui-icon-script{
     background-position:-240px -128px
 }
 .ui-icon-alert{
     background-position:0 -144px
 }
 .ui-icon-info{
     background-position:-16px -144px
 }
 .ui-icon-notice{
     background-position:-32px -144px
 }
 .ui-icon-help{
     background-position:-48px -144px
 }
 .ui-icon-check{
     background-position:-64px -144px
 }
 .ui-icon-bullet{
     background-position:-80px -144px
 }
 .ui-icon-radio-on{
     background-position:-96px -144px
 }
 .ui-icon-radio-off{
     background-position:-112px -144px
 }
 .ui-icon-pin-w{
     background-position:-128px -144px
 }
 .ui-icon-pin-s{
     background-position:-144px -144px
 }
 .ui-icon-play{
     background-position:0 -160px
 }
 .ui-icon-pause{
     background-position:-16px -160px
 }
 .ui-icon-seek-next{
     background-position:-32px -160px
 }
 .ui-icon-seek-prev{
     background-position:-48px -160px
 }
 .ui-icon-seek-end{
     background-position:-64px -160px
 }
 .ui-icon-seek-start{
     background-position:-80px -160px
 }
 .ui-icon-seek-first{
     background-position:-80px -160px
 }
 .ui-icon-stop{
     background-position:-96px -160px
 }
 .ui-icon-eject{
     background-position:-112px -160px
 }
 .ui-icon-volume-off{
     background-position:-128px -160px
 }
 .ui-icon-volume-on{
     background-position:-144px -160px
 }
 .ui-icon-power{
     background-position:0 -176px
 }
 .ui-icon-signal-diag{
     background-position:-16px -176px
 }
 .ui-icon-signal{
     background-position:-32px -176px
 }
 .ui-icon-battery-0{
     background-position:-48px -176px
 }
 .ui-icon-battery-1{
     background-position:-64px -176px
 }
 .ui-icon-battery-2{
     background-position:-80px -176px
 }
 .ui-icon-battery-3{
     background-position:-96px -176px
 }
 .ui-icon-circle-plus{
     background-position:0 -192px
 }
 .ui-icon-circle-minus{
     background-position:-16px -192px
 }
 .ui-icon-circle-close{
     background-position:-32px -192px
 }
 .ui-icon-circle-triangle-e{
     background-position:-48px -192px
 }
 .ui-icon-circle-triangle-s{
     background-position:-64px -192px
 }
 .ui-icon-circle-triangle-w{
     background-position:-80px -192px
 }
 .ui-icon-circle-triangle-n{
     background-position:-96px -192px
 }
 .ui-icon-circle-arrow-e{
     background-position:-112px -192px
 }
 .ui-icon-circle-arrow-s{
     background-position:-128px -192px
 }
 .ui-icon-circle-arrow-w{
     background-position:-144px -192px
 }
 .ui-icon-circle-arrow-n{
     background-position:-160px -192px
 }
 .ui-icon-circle-zoomin{
     background-position:-176px -192px
 }
 .ui-icon-circle-zoomout{
     background-position:-192px -192px
 }
 .ui-icon-circle-check{
     background-position:-208px -192px
 }
 .ui-icon-circlesmall-plus{
     background-position:0 -208px
 }
 .ui-icon-circlesmall-minus{
     background-position:-16px -208px
 }
 .ui-icon-circlesmall-close{
     background-position:-32px -208px
 }
 .ui-icon-squaresmall-plus{
     background-position:-48px -208px
 }
 .ui-icon-squaresmall-minus{
     background-position:-64px -208px
 }
 .ui-icon-squaresmall-close{
     background-position:-80px -208px
 }
 .ui-icon-grip-dotted-vertical{
     background-position:0 -224px
 }
 .ui-icon-grip-dotted-horizontal{
     background-position:-16px -224px
 }
 .ui-icon-grip-solid-vertical{
     background-position:-32px -224px
 }
 .ui-icon-grip-solid-horizontal{
     background-position:-48px -224px
 }
 .ui-icon-gripsmall-diagonal-se{
     background-position:-64px -224px
 }
 .ui-icon-grip-diagonal-se{
     background-position:-80px -224px
 }
 .ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{
     border-top-left-radius:3px
 }
 .ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{
     border-top-right-radius:3px
 }
 .ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{
     border-bottom-left-radius:3px
 }
 .ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{
     border-bottom-right-radius:3px
 }
 .ui-widget-overlay{
     background:#aaa;
     opacity:.3;
     filter:Alpha(Opacity=30)
 }
 .ui-widget-shadow{
     -webkit-box-shadow:0 0 5px #666;
     box-shadow:0 0 5px #666
 }

 /* end ext/jquery-ui.min */


 /* start font-awesome.min */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';font-display:swap;src:url('../../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


 /*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */@font-face {font-family: 'Font Awesome 6 Brands';font-style: normal;font-weight: 400;font-display: block;src: url("../../fonts/fa-brands-400.woff2") format("woff2"), url("../../fonts/fa-brands-400.ttf") format("truetype"); }  .fa-x-twitter:before {content: "\e61b"; }.fa-brands {font-family: 'Font Awesome 6 Brands';}

 /* end font-awesome.min */
@media (max-width: 500px){
    .header_btm .container {
        padding: 0 0px !important;
    }
}

 /* The Modal (background) */
 #image-viewer {
     display: none;
     position: fixed;
     padding-top: 100px;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: auto;
     z-index: 100;
     background-color: rgb(0,0,0);
     background-color: rgba(0,0,0,0.8);
 }
 .modal-content {
     margin: auto;
     display: block;
     width: 80%;
     max-width: 700px;
 }
 .modal-content {
     animation-name: zoom;
     animation-duration: 0.6s;
 }
 @keyframes zoom {
     from {transform:scale(0)}
     to {transform:scale(1)}
 }
 #image-viewer .close {
     position: absolute;
     top: 15px;
     right: 35px;
     color: #f1f1f1;
     font-size: 40px;
     font-weight: bold;
     transition: 0.3s;
 }
 #image-viewer .close:hover,
 #image-viewer .close:focus {
     color: #bbb;
     text-decoration: none;
     cursor: pointer;
 }

 @media only screen and (max-width: 700px){
     .modal-content {
         width: 100%;
     }
 }

 .common_stand .qty_select {
     font-size: 95%;
     padding: 0px 12px;
     height: 28px;
 }
 .common_stand .qty_select:after {
    right: 10px;
 }
 .common_stand .qty_select ul.list .option {
     text-align: center;
     padding: 0px;
     font-size: 110%;
 }
 .common_stand .qty_select .current {
     margin-right: 10px;
 }

 .common_stand .qty_select ul::-webkit-scrollbar {
     width: 1em;
 }

 .common_stand .qty_select ul::-webkit-scrollbar-track {
     box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 }

 .common_stand .qty_select ul::-webkit-scrollbar-thumb {
     background-color: #aaa;
     outline: 1px solid #ececec;
 }
 .common_stand .quantity-fixed {
     border: solid 1px #e8e8e8;
     margin: 0px;
     padding: 0px;
     width: 40px;
     border-radius: 5px;
     background: white;
     display: flex;
     justify-content: space-around;
     align-content: space-between;
 }
 .common_stand .quantity-fixed .current {
     margin: auto;
 }

.mobile-only {
    display: none !important;
}
 .mobile-search-box-wrapper{
     display: none;
 }
 .mobile-team-slider-info .green_btn {
     height: 32px;
     width: 100%;
     /*padding: 0px 10px;*/
     font-size: 16px;
     display: block;
     line-height: 32px;
     font-weight: bold;
     -webkit-appearance: none;
 }
 .common_stand .mobile-info {
     line-height: 19px;
     font-size: 90%;
     font-style: italic;
 }
 .common_stand .mobile-info * {
     font-weight: normal !important;
 }
 .common_stand .mobile-info .seller-name-text {
     font-weight: 500 !important;
 }
 .common_stand .mobile-info em {
     display: inline-block;
     margin: 0px !important;
     width: 100% !important;
     height: auto !important;
     left: 0px !important;
 }
 .common_stand .mobile-info ul li::marker {
     padding: 0px;
 }
 .common_stand .mobile-info em:before {
     display: none !important;
 }
 .common_stand .ticket-show-more .show-more-arrow {
     content: '';
     background: url(/theme/images/down_arrow3.png) no-repeat;
     width: 14px;
     height: 9px;
     display: inline-block;
     background-size: contain;
     margin-left: 4px;
 }
 .common_stand .ticket-hide-more .hide-more-arrow {
     content: '';
     background: url(/theme/images/up_arrow3.png) no-repeat;
     width: 14px;
     height: 9px;
     display: inline-block;
     background-size: contain;
     margin-left: 4px;
 }
 .common_stand .ticket-show-more, .common_stand .ticket-hide-more {
     font-weight: 500 !important;
     text-decoration: underline;
     cursor: pointer;
 }
 .home-search .home-search-box .sass {
     width: 22px;
     height: 23px;
     background: url(/theme/images/srch-icon2.png) no-repeat;
     filter: invert();
     margin-right: 15px;
 }
 .home-search .home-search-box {
     display: none;
 }

 @media(max-width:1023px) {
     .top_header {
         height: 50px;
         box-shadow: 0px 1px 4px rgb(0 0 0 / 20%);
     }
 }
 .with_badge_icon_class .mob_icon {
     display: none;
 }
 /* New mobile version */
 @media (max-width: 767px){
    .mobile-only {
        display: block !important;
    }
     .desktop-only {
         display: none !important;
     }
     .hamburger {
         width: 32px !important;
     }
     /** Logo box **/
    /*#wrapper #navigation_menu .container .logo {*/
    /*    display: none;*/
    /*}*/

     .home-search .home-search-box {
         display: flex !important;
         justify-content: center;
         padding: 20px 20px;
         color: grey;
     }
    /** Header box **/
    .top_header {
         position: fixed;
         width: 100%;
    }
     .mobile-team-slider-info {
         padding: 10px;
         display: flex !important;
         justify-content: space-between;
         align-items: center;
     }
     /*.header {*/
     /*    display: none;*/
     /*}*/
     .header_btm {
         margin-top: 30px;
         padding: 0px !important;
     }
    .header_btm .container{
        /* display: none !important; */
    }
    .top_header .site-logo {
         display: inline-block !important;
         width: 123px;
        margin-left: calc(50% - 180px);
        position: absolute;
    }
    .top_header .site-logo img {
         width: 100% !important;
         height: auto;
        padding-top: 6px;
    }

    .top_header .right_top ul {
         display: flex;
         align-items: center;
    }
     .top_header {
         background: #ffffff;
         height: 25px;
         z-index: 11;
     }
    .top_header .right_top ul li.my_account_btn {
         position: absolute;
         right: 0px;
    }
     .top_header .right_top ul li.language-setting {
         position: absolute;
         right: 35px;
     }
     .top_header .right_top ul li.currency-setting {
         position: absolute;
         right: 80px;
     }
     .language-setting dl.dropdown dt a,
     .language-setting dl.dropdown {
         width: 40px !important;
     }
     dl.dropdown dt span.hidden-xs {
         display: none !important;
     }
     .dropdown.current-currency dt a span {
         color: #5a5a5a;
         font-weight: bold;
         text-align: right;
     }
     .dropdown.current-currency dt a span span:first-child:before {
         display: none !important;
     }
     .top_header .right_top ul li.language-setting .dropdown dt a{
         padding-top: 6px !important;
     }
     .language-setting .dropdown dt a span.arrow_ad:after {
         top: 48% !important;
     }
     .top_header .right_top ul li.login_btn {
         padding-right: 0px;
     }
     .top_header .right_top ul li.language-setting ul,
     .top_header .right_top ul li.currency-setting ul {
        display: table;
    }
     .dropdown dt a span.arrow_ad:after {
         filter: brightness(0.5) !important;
     }
     .hamburger span {
         background: #222222 !important;
     }
     dl.dropdown dt span:nth-child(2) {
         color: #222222;
     }
    /** Search box **/
     .top_header .right_top ul li.mobile-search-box .search-icon {
         position: absolute;
         right: 150px;
         top: 6px;
     }
     .top_header .right_top ul li.mobile-search-box .search-icon .sass {
         padding: 20px;
     }
     .dropdown dd ul li a span:first-child, .dropdown dt a span span:first-child {
         background-image: url(/theme/images/flags.png) !important;
         display: inline-block !important;
     }
     .top_header .right_top ul li.mobile-search-box .search-icon .sass:before {
         filter: gray(1);
     }
     .mobile-search-box-wrapper {
         display: block;
     }
     .mobile-search-box-content {
         display: none;
         position: fixed;
         left: 0px;
         top: 0px;
         width: 100%;
         height: 100%;
         background: white;
         z-index: 100;
     }

     .mobile-search-box-content .search-header,
     .mobile-search-box-content .search-header .back-button  {
         display: flex;
         align-items: center;
         height: 50px;
     }
     .mobile-search-box-content .search-header {
         border-bottom: solid 1px #ddd;
         position: fixed;
         top: 0px;
         width: 100% !important;
         background: #fff;
         z-index: 200;
     }
     .mobile-search-box-content .search-result {
         margin-top: 50px;
         position: relative;
         overflow-y: auto;
         height: 100%;
     }

     .mobile-search-box-content .search-header .back-button img {
         width: 48px;
         filter: brightness(0.5);
         padding: 14px;
     }

     .mobile-search-box-content .search-header .search-input {
         width: 100%;
     }
     .mobile-search-box-content .search-header input {
         width: 100%;
         border: none;
         padding: 12px;
         font-size: 16px;
     }
     .mobile-search-box-content .search-result #search_block {
         background: white;
         box-shadow: none;
         padding-bottom: 60px;
     }
     .mobile-search-box-content .search-result .search_header .sep {
         display: none;
     }
     .mobile-search-box-content .search-result .search_header {
         font-weight: bold;
         color: #111;
         border-bottom: solid 1px #eee;
         padding: 5px 20px !important;
         margin-bottom: 10px;
         text-align: left !important;
     }
    .mobile-search-box-content .search-result {
        color: #888888 !important;
    }
     .mobile-search-box-content .search-result .marked_keyword {
         font-weight: bold !important;
         background: white !important;
     }
     .mobile-search-box-content .search-result #search_block .search_content span {
        line-height: 18px;
         padding-bottom: 5px !important;
     }
     .mobile-search-box-content .search-result #search_block .search_content .result_line {
        padding: 10px 20px !important;
     }
     .mobile-search-box-content .search-result #search_block .search_content .result_event > span:not(:first-child) {
         font-style: normal !important;
     }
     .mobile-search-box-content .search-result #search_block .search_header {
         grid-template: none !important;
     }
     .mobile-search-box-content .search-result #search_block .no-result {
         text-align: center;
         padding: 20px;
     }
    /** Slider **/

     .banner .container .center.slider .mob_txt {
         font-weight: bolder;
         bottom: 0px;
         font-size: 18px;
         padding: 5px 0px;
         position: relative;
         width: auto !important;
         max-width: 59%;
     }

     .banner .container .center.slider .team-starting-price-button{
        width: 39%;
     }

     .banner .container .center.slider .slider_link {
         display: none;
     }

     .banner .container .center.slider .show-mobile {
         display: block !important;
         margin: 0px 10px 10px 10px;
         -webkit-box-shadow: 0px 0px 10px -2px rgb(87 87 87 / 57%);
         -moz-box-shadow: 0px 0px 10px -2px rgb(87 87 87 / 57%);
         box-shadow: 0px 0px 10px -2px rgb(87 87 87 / 57%);
     }
     /** Team page **/
     .main-content {
         padding-top: 0px !important;
     }

     .inner_left .inner_item .item_image {
         height: 200px !important;
     }

     .team-content-information .inner_left .inner_item .inner_data_text {
          display: none;
     }
     .mobile-team-description .disclamer_content {
         padding: 10px 20px;
     }

     .team-content-information #item_information {
         margin-bottom: 0px !important;
     }

     /*.team-content-information #item_information .ticket_head {*/
     /*    display: none;*/
     /*}*/

     .team_info span.place {
         display: block;
     }
     .team_info span.place span {
         font-weight: 600;
     }
     .events_box .team_date {
         margin-top: -4px;
     }
     #promoted_events .ticket_head p {
         font-weight: bold;
         font-size: 14px;
     }
     .download_etickets_popup .ticket_head p {
         font-size: 10px;
     }
     .cat_type .Cat_g {
         margin-left: 0px !important;
     }

     /*top bar new design css for mobile*/
     .top_header .site-logo {
         margin-left: calc(50% - 100px);
     }
     .top_header .right_top ul {
         align-items: unset;
     }
     .top_header .right_top ul li.mobile-search-box .search-icon {
         display: none;
     }
     .top_header .right_top ul li.currency-setting {
         display: none;
     }
     .top_header .right_top ul li.language-setting {
         display: none;
     }
     .top_header .right_top ul li.login_btn {
         padding-top: 12px;
     }
     .home-search .home-search-box {
         border: 1px solid #BFBFBF;
         padding: 6px 15px;
         border-radius: 8px;
         width: 100%;
         display: flex !important;
         justify-content: flex-start;
         align-items: center;
         margin-top: 10px;
         height: 45px;
     }
     .top_header .right_top {
         height: auto;
     }
     .top_header {
         height: 100px !important;
     }
     /*.header_btm {*/
     /*    margin-top: 100px;*/
     /*}*/
 }
 @media (max-width: 1023px) {
     .mob_menu {
         background: #FAFAFA !important;
         box-shadow: 10px 0 1008px -2px #888 !important;
         padding-top: 15px !important;
     }
     .cross_icon {
         top: 25px !important;
     }
     .cross_icon span {
         background: #595959 !important;
     }
     ul.top_menu li a {
         color: #595959 !important;
         height: 40px !important;
     }
     .mob_menu ul li a {
         color: #595959 !important;
         height: 40px !important;
     }
     ul.top_menu {
         border-bottom: 1px solid #D9D9D9 !important;
     }
     .mob_menu_border_bottom {
         border-bottom: 1px solid #D9D9D9 !important;
     }
     .mob_menu_site_logo {
         padding-bottom: 10px;
     }
     .mob_menu_set_currency_language {
         padding: 10px 10px 10px 20px;
         display: flex;
         justify-content: center;
         align-items: center;
         gap: 15px;
     }
     .setting-box {
         border: 1px solid #D9D9D9;
         height: 45px;
         border-radius: 8px;
         width: 125px;
         display: flex;
         justify-content: center;
         align-items: center;
         cursor: pointer;
     }
     .mob_menu_back {
         position: relative;
         left: 0;
         height: 100%;
         display: flex;
         align-items: center;
         justify-content: flex-start;
         margin-left: 15px;
         padding: 20px 20px 10px 20px;
         cursor: pointer;
     }
     .mob_menu_back::before {
         content: '';
         background: url(/theme/images/left_arrow2.png) no-repeat;
         width: 7px;
         height: 11px;
         position: absolute;
         top: 23px;
         left: 0;
         right: 0;
     }
     .with_badge_icon_class {
         display: flex;
         justify-content: space-between !important;
         align-items: center !important;
     }
     .with_badge_icon_class:not(.redirect) .mob_icon {
         display: block;
     }
     .top_mob_sub_menu_item_a_icon_text img {
         width: 25px !important;
     }
     .top_mob_sub_menu_item_a_icon_text a {
         display: flex !important;
         align-items: center !important;
         gap: 20px !important;
     }
     .top_mob_sub_menu_item_a_icon_text a > span {
         margin-bottom: -4px;
     }
     .top_mob_sub_menu_header_text {
         color: #262626;
         font-weight: 600;
         padding: 10px 0;
     }
     .mob_menu_option .mob_menu_option_text {
         text-transform: uppercase;
     }
     .mob_menu_option[data-sub_menu_class="language_menu"] a {
         display: flex;
         align-items: center;
     }
     /*end top bar new design*/
 }

 .supplier-information-account-wrapper {
     display: flex;
     width: 100%;
     justify-content: flex-end;
     flex-wrap: nowrap;
 }
 .supplier_information_your_account .your_account_container {
     display: grid;
     width: 50%;
 }
 .supplier_information_your_account .report{
    width: 49%;
 }
 .supplier_information_your_account .your_account_container.report {
     width: 50%;
 }
 .supplier_information_your_account .your_account_container {
     display: grid;
 }
 .supplier_information_your_account .your_account_container:first-child {
     margin-right: 1%;
 }
 .supplier_information_your_account .your_account_details_info,
 .supplier_information_your_account .your_balance,
 .supplier_information_your_account .your_account_message_board {
     width: 100% !important;
 }
 .supplier_information_your_account .your_balance {
     margin-left: 0px !important;
 }
 @media(max-width:1023px) {
     .mob_menu {
         height: 100vh;
         overflow: scroll;
     }
 }

 .first_popup{
     top: 0px;
     position: absolute;
     width: 100vw;
     height: 100vh;
     z-index: 9999999999;
     background-color: #0000008f;
     display: none;
 }

 .first_popup_container{
     width: 420px;
     margin: auto;
     top: 20vh;
     position: relative;
 }

 .close_first_popup{
     position: relative;
     top: 25px;
     left: 400px;
     color: white;
     cursor: pointer;
 }

 .image_first_popup{
     display: block;
     margin-left: auto;
     margin-right: auto;
     width: auto;
     height: auto;
     box-shadow: 0px 0px 64px 0px #ffffff;
 }
 @media (max-width: 460px) {
     .first_popup_container {
         max-width: 90%;
     }
     .close_first_popup {
         left: 93%;
     }
 }

 .message-wrapper {
     padding: 10px;
     text-align: center;
     margin: 10px;
     background: #fff;
     border: solid 1px #dddddd;
 }

 .message-wrapper.success {
     background: #0080002b;
     border: solid 1px green;
 }

 .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {
     display: none;
 }

 .advance_open .find_tickets .tickt_book .sass.col_50::before{
     right: 5px;
     top: 10px;
 }
 .advance_open .find_tickets{
     width: 260px !important;
     margin: 0;
 }
 .has_date_picker.date_element.hasDatepicker{
     width: 100% !important;
 }
 .ui-slider-range.ui-widget-header:first-child {
     background-color: #e7e7e7;
 }
 .find_tickets_form select {
     width: 100%;
     height: 32px;
     border: 1px solid #cccccc;
     border-radius: 3px;
     padding: 0 10px;
     color: #959595;
     outline: none;
     -webkit-appearance: none;
     line-height: 30px;
     font-size: 13px;
 }
 .bulk_full_adv{
     padding: 20px;
     height: -webkit-fit-content;
     height: -moz-fit-content;
     height: fit-content;
 }
 .styled-table {
     width: 100%;
     border-collapse: collapse;
     font-size: 0.8em;
     min-width: 400px;
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
 }
 .styled-table thead tr {
     display: flex;
     background-color: #28a745;
     color: #ffffff;
     text-align: left;
 }
 .styled-table tr {
     flex-direction: row;
     justify-content: space-between;
 }
 .styled-table th,
 .styled-table td {
     padding: 5px 10px;
     border: 1px solid #ccc;
 }
 .styled-table input[type='checkbox'] {
     position: relative;
     appearance: auto;
     left: 0;
 }
 .styled-table .italic {
     font-style: italic;
 }
 .styled-table .bold {
     font-weight: bold;
 }

 .bulk_group_page_2{
     display: none;
 }
.bulk_page_2 {
    max-height: 600px;
    overflow-y: scroll;
}
.bulk_next_button {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 20px;
}
.bulk_add_new .green_btn {
    padding: 0 10px;
}
.back_btn {
    padding: 0 10px;
}
.bulk_group_btn .back_btn {
    padding: 0 10px;
}
 .bulk_group_btn .next_btn {
     float: right;
     padding: 0 10px;
 }
 .bulk_style {
     display: flex;
     flex-direction: column;
     width: 100%;
 }
 .bulk_input {
     -webkit-tap-highlight-color: transparent;
     background-color: #fff;
     border-radius: 5px;
     border: solid 1px #e8e8e8;
     box-sizing: border-box;
     clear: both;
     cursor: pointer;
     display: block;
     float: left;
     font-family: inherit;
     font-size: 14px;
     font-weight: normal;
     height: 42px;
     line-height: 40px;
     outline: none;
     padding-left: 18px;
     padding-right: 5px;
     position: relative;
     text-align: left !important;
     -moz-user-select: none;
     -ms-user-select: none;
     white-space: nowrap;
     width: auto;
 }
 .disabled_category_id{
     width: 100%;
 }
 #img {
     text-align: center !important;
 }
 #new_bulk_btn_step3_li{
     display: none;
 }
 .nice-select.error {
    outline-style: solid;
    outline-color: red;
    outline-width: thin;
 }
 .nice-select.error span.current{
     color: red;
 }

 @media (max-width: 768px) {
     .bulk_add_new .table_container {
         width: 100%;
         display: flex;
         flex-direction: column;
         gap:10px;
     }

     .bulk_add_new .styled-table th, .styled-table td {
         padding: 5px;
         border: 1px solid #ccc;
     }
 }
 @media (max-width: 420px) {
     .tkt_bg {
         background-size:     cover;
         background-repeat:   no-repeat;
         background-position: center center;
         width: 100% !important;
     }
     .ticket_restriction {
         width: 100% !important;
     }
 }
 @media (max-width: 360px) {
     .tkt_bg {
         padding: 5px;
     }
     .tkt_bg .cat_type {
         bottom: -5px;
         display: block;
     }
 }
 /* Add these CSS styles to hide the search box by default and show it only when the select dropdown is open */
 .nice-select .search-wrap {
     position: relative;
     padding: 12px;
     display: none; /* Hide the search box by default */
     z-index: 9;
     border-top: 1px solid #4444441c;
     border-left: 1px solid #4444441c;
     border-right: 1px solid #4444441c;
     border-radius: 5px 5px 0px 0px;
 }

 .nice-select.open .search-wrap {
     display: block; /* Show the search box when the dropdown is open */
 }

 .nice-select .search {
     width: 100%;
     padding: 10px;
     border: 1px solid #4444441c;
     border-radius: 4px;
     outline: none;
 }

 .nice-select .list li.hidden {
     display: none;
 }

 .nice-select-dropdown {
     margin-top: 1px;
     margin-left: 0;
     width: 100%;
     position: absolute;
     left: 0;
     z-index: 9;
     background: #fff;
 }
 .nice-select.open .nice-select-dropdown .list {
     margin-top: 0px;
     box-shadow: none !important;
     border-left: 1px solid #4444441c;
     border-right: 1px solid #4444441c;
     border-bottom: 1px solid #4444441c;
     border-radius: 0 2px !important;
 }

 .nice-select.open .nice-select-dropdown .list::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #F5F5F5;
 }

 .nice-select.open .nice-select-dropdown .list::-webkit-scrollbar
 {
     width: 10px;
     background-color: #F5F5F5;
 }

 .nice-select.open .nice-select-dropdown .list::-webkit-scrollbar-thumb
 {
     background-color: #639e34;
 }

 }
 .open_click.open_click_event li {
     font-style: italic;
 }

 .select-icon {
     display: flex;
     padding-left: 0px !important;
     align-items: center;
 }
 .select-icon-image {
     width: 26px;
 }
 @media (max-width: 768px){
     .supplier_information_settings .account-detail-settings,
     .supplier_information_your_account.supplier_tab {
         margin-top: 55px;
     }
     .supplier-information-account-wrapper {
         display: block;
     }
     .supplier_information_your_account .your_account_container {
         display: block;
         width: 100% !important;
     }
     .your_account_details_info.supplier-report:last-child {
         margin-bottom: 20px;
     }

     .carousel-container {
         display: flex;
         transition: transform 0.5s ease-in-out;
         transform: translateX(0);
         justify-content: flex-start;
     }

     .carousel-slide {
         flex: 0 0 100%;
         box-sizing: border-box;
         overflow: hidden;
         text-align: center;
     }
     .carousel img {
         max-width: 100%;
         height: 80%;
         cursor: pointer;
         padding: 10px;
     }
     .sticker_logo_not_mobile {
         display: none !important;
     }
     .team_official {
         display: none !important;
     }
     .sticker_logo {
         /*position: absolute;*/
         /*left: 0px;*/
         /*top: 0px;*/
         /*padding: 10px;*/
         /*background: rgba(0, 0, 0, .75);*/
         text-align: center;
         font-size: 11px;
         display: flex;
         flex-direction: column;
     }
     .sticker_logo .sticker_content {
         padding-top: 3px;
     }
     .sticker_logo img {
         width: 50px;
         height: auto;
         background-color: white;
         /*padding: 0px 5px;*/
         border: 1px solid #E0E0E0;
         border-radius: 10px;
     }
     .sticker_logo h3 {
         font-size: 13px;
         font-weight: 700;
         color: #fff;
     }
     .event .slider_offical {
         height: 257px !important;
     }
     .event .banner_form_offical {
         display: block !important;
         position: absolute !important;
         /*top: 97px !important;*/
         left: 0 !important;
         padding: 5px 0px 8px 0px !important;
     }
     .date_banner_offical {
         min-width: 90% !important;
         font-size: 100% !important;
         top: 183px !important;
     }
     .official_logo_mobile {
         display: block !important;
     }
     .sticker_logo_is_mobile {
         position: absolute;
         bottom: 72px;
         right: 10px;
     }
     .sticker_logo_is_mobile img{
         width: 80px;
     }
 }
 .bulk_full_adv {
     padding: 20px;
     height: -webkit-fit-content;
     height: -moz-fit-content;
     height: 460px;
 }

 .your_account_message_board{
     background: white;
     display: block;
     float: left;
     border: 1px solid lightgrey;
     overflow: hidden;
     margin-bottom: 1%;
     width: 100%;
 }
 .trustpilot-rating {
     padding: 20px 0px 0px 0px;
 }
 @media(max-width:468px) {
     .trustpilot-rating {
         padding: 10px 0px 0px 0px;
     }
 }
 .nice-select.disabled {
     pointer-events: none;
     opacity: 0.5;
 }

 .team_official img {
     /*width: 100%;*/
 }
 .team_official {
     border: 1px solid #d7d7d7;
     border-bottom: 0.5px solid #d7d7d7;
     /*margin-top: 10px;*/
     /*margin-bottom: 10px;*/
 }
 .font-weight-bold {
     font-weight: bold;
 }
 .official_content {
     text-align: center;
     background: #fff;
     height: 209px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 /*2176 Remove watermark London Stadium*/
 #image226, #watermarks, #Watermark, #Pattern, #pattern, #pattern-2, #_pattern, #patternfootball {
     display:none;
 }

 .most-popular-image .inner_item {
     height: 208px !important;
 }

 .most-popular-image .item_background img {
     width: 100%;
     height: 100%;
 }
 .most-popular-image {
     margin-bottom: 10px;
 }

 @media (max-width: 1023px)
 {
     ul.parent_menu .team_icon_1.event-item {
         text-transform: none;
     }
     ul.parent_menu .team_icon_1.event-item .hover_static {
        font-size: 85%;
     }
     .mob_menu ul.top_menu li a.parent_menu_link  {
         display: flex;
         justify-content: flex-start;
         align-items: center;
     }
     .mob_menu ul.top_menu li .badge {
         background: red;
         padding: 3px 7px;
         color: white;
         font-size: 11px;
         font-weight: bold;
         border-radius: 50%;
         line-height: normal;
         margin-left: 8px;
         margin-bottom: 15px;
     }
 }

 .footer {
     background: #464646;
 }
 .footer .address_footer {
     background: #464646;
     color: #fff;
     display: grid;
     grid-template-columns: [address-location] 20% [address-office] 80%;
     border-top: solid 1px #555555;
     border-bottom: solid 1px #555555;
     padding: 20px 0px;
     margin: 30px 0px 0px 0px;
 }
 .footer .address_footer .address-location {
     color: #BFBFBF;
     padding: 10px 0px;
     font-size: 14px;
 }
 .footer .address_footer .address-office {
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
     flex-wrap: nowrap;
 }

 .footer .address_footer .address-office .office-item {
     padding: 10px;
     flex-grow: 1;
     flex-shrink: 1;
     flex-basis: 0;
 }

 .footer .address_footer .address-office .office-item .office-title {
     text-transform: uppercase;
     font-size: 14px;
     color: white;
     font-weight: bold;
 }

 .footer .address_footer .address-office .office-item .office-detail {
    color: #BFBFBF;
     padding-top: 10px;
     font-size: 12px;
 }
 .contact-phone-list {
     display: grid;
     grid-template-columns: 1fr 1fr;
     grid-gap: 10px;
     padding: 0px 15px;
 }
 .contact-phone-list .contact-phone-item {
     border: solid 1px #D9D9D9;
     border-radius: 6px;
     box-shadow: 0px 6px 12px 0px #8C8C8C26;
     padding: 15px;
     background: white;
 }
 .contact-phone-list .contact-phone-item .cp-header {
     display: flex;
     align-items: center;
     border-bottom: dashed 1px #D9D9D9;
     padding-bottom: 10px;
     margin-bottom: 10px;
 }
 .contact-phone-list .contact-phone-item .cp-header .cp-name {
     font-weight: bold;
     color: black;
     font-size: 15px;
 }
 .contact-phone-list .contact-phone-item .cp-flag {
     padding-right: 10px;
 }
 .contact-phone-list .contact-phone-item .cp-flag img {
     width: 48px;
     border-radius: 50%;
     height: 48px;
     border: solid 1px #ddd;
 }
 .contact-phone-list .contact-phone-item .cp-detail p {
     padding-left: 0px;
 }
 .contact-phone-list .contact-phone-item .cp-detail .cp-office {
     font-size: 14px;
     font-weight: 600;
     padding-bottom: 8px;
 }
 .contact-phone-list .contact-phone-item .cp-detail .cp-address {
     font-size: 14px;
     font-weight: 400;
     text-align: left;
     padding-bottom: 10px;
 }
 .contact-phone-list .contact-phone-item .cp-detail .cp-phone,
 .contact-phone-list .contact-phone-item .cp-detail .cp-email {
     padding-top: 10px;
 }
 .country_number.phone-list>ul {
     padding: 0px 10px 15px 10px !important;
     margin-top: -20px;
 }
 .with-popover {
     cursor: pointer;
 }
 @media (max-width: 768px)
 {
     .country_number.phone-list>ul {
         margin-left: 10px;
         padding-bottom: 0px !important;
     }
     .footer .address_footer {
         display: block;
         padding: 20px;
     }
     .footer .address_footer .address-office {
         display: block;
     }
     .footer .address_footer .address-office .office-item .office-detail {
         padding-top: 5px;
     }
     .footer .address_footer .address-location {
         padding: 10px;
     }

     .contact-phone-list {
         display: block;
     }
     .contact-phone-list .contact-phone-item {
         margin-bottom: 10px;
     }
     #contact_us p {
         padding-left: 10px;
     }
 }

 .evidence_confirm p {
     padding-top: 20px;
 }
 .olddate_description{
     display: none;
     position: absolute;
     width: auto;
     background: #fff;
     padding: 4px;
     z-index: 15;
     bottom: 90px;
     right: 0;
     -moz-box-shadow: 0px 0px 24px -7px rgba(31, 31, 31, 1);
     -webkit-box-shadow: 0px 0px 24px -7px rgba(31, 31, 31, 1);
     box-shadow: 0px 0px 24px -7px rgba(31, 31, 31, 1);
     text-align: left;
 }

 .tba_infomation {
     color: #fff;
     font-size: 12px;
     padding: 6px;
 }
 .is_tba, .is_tba p {
     color: red !important;
 }

 #modal_extra_information_mobile.modal_tba_arrow:after {
     content: "";
     position: absolute;
     left: var(--arrow-left);
     bottom: -18px;
     transform: translateX(-50%); /* Dịch chuyển mũi tên về giữa */
     border-left: 8px solid transparent;
     border-right: 8px solid transparent;
     border-bottom: 0px solid transparent;
     border-top: 18px solid black;
 }
 .our_adv_popver2{
     padding: 20px;
     width: 380px;

     max-height: 90%;
     overflow: auto;
     background: #fff;
     position: fixed;
     -webkit-filter: drop-shadow(2px 4px 6px rgba(31, 31, 31, 1));
     filter: drop-shadow(2px 4px 6px rgba(31, 31, 31, 1));
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     z-index: 22;
     border-radius: 10px;
 }
 .ticket_headver2 {
     font-weight: bold;
     padding-bottom: 10px;
     border-bottom: 1px solid #f0f0f0;
 }
 .full_adv_ver2{
     background: #f0f0f0;
     border-radius: 5px;
     padding: 0px 10px;
     font-size: 12px;
 }

 .ticket_headver2-content {
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: space-between;
     border-bottom: 1px solid #f0f0f0;
     padding-bottom: 10px;
 }

 .ticket_headver2-text {
     display: flex;
     gap: 5px;
     flex-direction: column;
 }
 .ticket_headver2-text .ticket_headver2_title {
    font-size: 16px;
 }

 .ticket_headver2-text span.subtitle {
     font-size: 12px;
     font-weight: normal;
 }

 .ticket_headver2-img {
     width: 35px;
 }

 .full_adv_ver2 {
     padding: 10px;
 }

 .our_adv_popver2 .button-group {
     padding-top: 10px;
 }
 .our_adv_popver2 .button-container {
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     border-top: 1px solid #f0f0f0;
     padding-top: 10px;
 }

 .our_adv_popver2 .cross_close_ver2, .approve_button {
     font-size: 12px;
     display: flex;
     padding: 8px;
     gap: 5px;
     width: 168px;
     justify-content: center;
     align-items: center;
     border-radius: 5px;
     cursor: pointer;
 }

 .our_adv_popver2 .cross_close_ver2 {
     background: #ff4d50;
     color: #fff;
 }

 .our_adv_popver2 .approve_button {
     background: #619b34;
     color: #fff;
 }
 .our_adv_popver2 .restriction-line {
     display: flex;
     flex-direction: row;
     gap:5px;
 }
 .our_adv_popver2 .restriction-text {
     font-weight: bold;
    display: flex;
    flex-direction: column;
    gap: 5px;
 }

 .our_adv_popver2 .restriction-line-sub {
     font-weight: normal;
     padding-left: 20px;
     font-size: 11px;
     color: #444;
 }


 .new-modal .our_adv_pop {
     overflow: unset !important;
 }
 .new-modal .our_adv_pop .full_adv {
     overflow: auto !important;
     padding: 10px 20px !important;
 }

 .action-wait-icons {
     width: 20px;
     height: 20px;
     display: none;
 }

 .normal_btn{
     border: 0;
     color: black;
     background: #FFFFFF;
     text-align: center;
     border: solid 1px #E0E5EC;
     border-radius: 3px;
     font-size: 14px;
     -webkit-transition: all .3s;
     transition: all .3s;
     cursor: pointer;
     outline: none;
     height: 32px;
 }

 .normal_btn:hover {
     background: #c9c9c9;
     border: solid 1px white;
     border-radius: 3px;
 }

 .pagination-wrapper{
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     flex-direction: row;
 }
 .show-all {
     padding: 10px 0;
 }

 .event-pagination {
     display: flex;
     justify-content: flex-end;
     padding: 10px 0;
     align-items: flex-end;
 }

 .page-link {
     display: inline-block;
     padding: 6px 10px;
     margin: 0 5px;
     text-decoration: none;
     color: #333;
     background-color: #f0f0f0;
     border: 1px solid #ddd;
     border-radius: 5px;
     font-size: 13px;
     cursor: pointer;
     transition: background-color 0.1s, color 0.1s, transform 0.1s;
 }

 .page-link:hover {
     background-color: #619d35;
     color: white;
     transform: scale(1.1);
 }

 .page-link.active {
     background-color: #619d35;
     color: white;
     font-weight: bold;
 }

 .page-link:disabled {
     cursor: not-allowed;
     background-color: #e0e0e0;
     color: #aaa;
 }

 .dots {
     margin: 0 5px;
     font-size: 16px;
     color: #333;
     line-height: 24px;
 }

 #compare_price_modal .modal_content {
     width: 100%;
     max-width: 600px;
     min-height: 200px;
 }
 #compare_price_modal .compare_price_content table {
     width: 100%;
 }
 #compare_price_modal .compare_price_content table th {
     font-weight: bolder;
     text-transform: capitalize;
 }
 #compare_price_modal .compare_price_content table th,
 #compare_price_modal .compare_price_content table td {
     border: solid 1px #ddd;
     padding: 5px 10px;
 }
 #compare_price_modal .compare_price_content table td:nth-child(2) {
     word-wrap: break-word;
     overflow-wrap: anywhere;
 }

 #compare_price_modal .model_moving {
     margin: unset;
     position: absolute;
     vertical-align: middle;
 }
 .supplier_information_bought .supplier-order-items .inner_left {
     background: none !important;
 }
 @media screen and (max-width:1023px) and (orientation:landscape) {
     .stand_buy .mobile-only {
        display: block !important;
     }
     .stand_buy .desktop-only {
         display: none !important;
     }
 }


/* choose season with dropdown custom css */
.header .container .menu ul li ul.sub-menu:has(li.li_choose_season) {
    width: auto;
    right: 0;
    left: unset;
}
.header .container .menu ul li ul.sub-menu ul.parent_menu:has(li.li_choose_season) {
    display: block;
    width: 200px;
    float: right;
}

/* my message css */
.my_message_container {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}