body {
    margin: 0;
}
.row {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
main {
    margin: 0 auto;
    max-width: 1572px;
    width: 100%;
    padding-bottom: 100px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
}
h1 {
    font-size: 16px;
}
.main-content h1, .main-content h2, .main-content h3, .main-content h5, .main-content h6 {
    margin: 15px 0 5px;
}
p {
    margin: 0 0 5px;
    font-size: 14px;
    font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
p b {
    font-size: 14px;
}

a{
    font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.search_form_title {
    font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*HEADER*/

ul#menu-main-navigation li a:hover {
    opacity: .7;
}
header {
    background: #003365;
    padding-bottom: 16px;
}
.header_box {
    min-height: 180px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
nav.top_menu ul {
    padding-left: 0;
}
nav ul li {
    list-style: none;
    display: inline-block;
    /*padding-right: 10px;*/
}
nav ul li:last-child {
    padding-right: 0;
}
nav ul li a {
    color: #fff;
    font-family: Poppins, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    border-bottom: 2px solid #FFF;
}
nav ul li a:hover {
    text-decoration: none;
    border-bottom: 2px solid transparent;
}
form.search_header input[placeholder] {
    color: #b8bfca;
    font-size: 16px;
}
form.search_header input:-moz-placeholder {
    color: #b8bfca;
    font-size: 16px;
}
form.search_header input:-ms-input-placeholder {
    color: #b8bfca;
    font-size: 16px;
}
form.search_header input[type="search"] {
    border: none;
    min-height: 42px;
    padding-left: 22px;
    border-radius: 5px !important;
    width: 65%;
}
button.h_s_button {
    background: #8bbde0;
    min-height: 42px;
    min-width: 63px;
    font-family: Poppins, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #003365;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid transparent;
    position: relative;
    left: -4px;
    vertical-align: top;
    margin: 0px;
}
button.h_s_button:hover {
    background: #003365;
    color: #8bbde0;
    border: 1px solid #fff;
}
.search_wrap {
    padding-top: 55px;
}
.logo {
    padding: 15px 0;
    order: 1;
}
form.search_header {
    text-align: center;
    white-space: nowrap;
    border-radius: 5px 0px 0px 5px;
}
.star_logo_mobile {
    display: none;
}
input, textarea, select {
    -webkit-appearance: none;
}
.search_nav_box {
    order: 2;
}
.star_logo {
    order: 3;
    width: 260px;
}

/*CONTENT*/

.banner-with-image {
  background: linear-gradient(rgba(0, 51, 101, 0.8), rgba(0, 75, 101, 0.8)), url(https://test.ticket2.com/img/hero-team.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 170px;
  text-align: center;
  line-height: 170px; /* Center vertically */
  font-size: 64px;
  font-weight: 600;
  color: white;
}


.square-box-container {
    display: flex;
    flex-wrap: wrap; /* Allow boxes to wrap to the next row */
    gap: 0px; /* Adjust the gap between boxes */
    padding: 6px; /* Add padding for better spacing */
    align-items: center; /* Center vertically */
}

.square-box {
    flex: 0 0 auto; /* Let boxes grow and shrink */
    width: 200px; /* Adjust the width of each box */
    /*border: 1px solid*/ #ccc; /* Add a border for separation */
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    background-color: #f7f7f7;
    transition: all 0.3s; /* Add smooth transition */
}

.team-button {
    display: block;
    margin-top: 10px;
}

/* Media query to hide boxes below a certain screen width */
@media (max-width: 768px) {
    .square-box {
        display: none;
    }
}

.team-button {
    display: block;
    margin-top: 10px;
}
/* Style for the container */
.square-box-container {
    display: flex;
    justify-content: center; /* Distribute boxes evenly */
    flex-wrap: wrap; /* Allow boxes to wrap to the next line if needed */
}

/* Style for the square boxes */
.square-box {
    /*width: calc(11% - 30px);*/ /* Adjust the width as needed */
    width: 145px;
    min-width: 120px; /* Minimum width for each box */
    height: 120px;
    background: #003365;
    margin: 4px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Style for the team name */
.team-name {
    color: #ffffff; 
    font-size: 18px;
    min-height: 50px;
    font-weight: 500;
}

/* Style for the button */
.team-button {
    /*background-color: #ff6600;*/
    color: #f60;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    margin-top: 10px;
}

.sidebar-right.search-sidebar {
    padding-top: 10px;
}
.sidebar-right a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid transparent;
    text-decoration: none;
}
.sidebar-right a:hover {
    opacity: .7;
}
.info_Box {
    background: rgba(0, 51, 101, .5);
    z-index: 1;
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 100%;
    text-align: center;
}
.info_Box p {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin: 10px 0;
}
.info_Box h2 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin: 10px 0;
}
.banners_wrap {
    ddisplay: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    margin: 12px 8px 0 8px;
    flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
}
.banner_box {
    position: relative;
    overflow: hidden;
}
.banner_box {
    width: 511px;
    height: 287px;  
    border-radius: 4px;
    background-size: cover;
    text-align: center;
}

.banner_box h2 {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    padding-top: 93px;
}
.banner_box a {
   font-size: 20px;
    font-weight: 600;
    background: #ff6600;
    border-radius: 4px;
    padding: 14px 74px;
    margin-top: 38px;
    display: inline-block;
    color: white;
}
.banner_box a:hover {
    background: #fc9b6f;
    text-decoration: none;
}
.league_pl {
 background:
    linear-gradient(
      rgba(0, 51, 101, 0.8),
      rgba(0, 51, 101, 0.8)
    ),
    url(https://test.ticket2.com/img/banner-pl.jpeg);
}

.league_ll {
 background:
    linear-gradient(
      rgba(0, 51, 101, 0.8),
      rgba(0, 51, 101, 0.8)
    ),
    url(https://test.ticket2.com/img/banner-ll.jpeg);
}

.league_sa {
 background:
    linear-gradient(
      rgba(0, 51, 101, 0.8),
      rgba(0, 51, 101, 0.8)
    ),
    url(https://test.ticket2.com/img/banner-sa.jpeg);
}
.banner_box:nth-child(2) {
    margin: 0 8px;
}
.content {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    justify-content: flex-start;
    padding-top: 30px;
}
.sidebar-left {
    flex-basis: 265px;
    padding: 32px 15px 0;
}
.sidebar-right {
    flex-basis: 290px;
    padding: 22px;
    max-width: 300px%;
    border-radius: 4px;
}
.main-content {
    padding: 0 20px 0 10px;
    flex-basis: 1030px;
    flex-grow: 1;
}
.tickets_wrap ul li {
    list-style: none;
    background: #deeef6;
    flex-grow: 1;
    margin-bottom: 5px;
    /*padding: 15px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*margin-right: 8px;*/
}
.tickets_wrap ul li:hover {
    background: #ededed;
}
.tickets_wrap ul li:hover i {
    color: #003365;
}
.tickets_wrap ul {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
}
.t_date_box h6 {
    margin: 0;
    font-size: 12px;
    color: #003365;
    font-weight: 600;
    text-transform: capitalize;
    min-height: 14px;
}
.t_date_box h4 {
   text-align: center;
}
.t_date_box p {
    margin: 0;
    font-size: 14px;
    color: #003365;
    font-weight: 400;
    min-height: 16px;
}
.t_text_box h4 {
    margin: 0;
    font-size: 10px;
    color: #003365;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.t_content_box {
    display: inline-block;
    vertical-align: top;
}
.i_b {
    display: inline-block;
    vertical-align: middle;
}
.t_text_box h3 {
    margin: 0;
    font-size: 15px;
    color: #003365;
    font-weight: 400;
    min-height: 16px;
}
.t_text_box h5 {
    margin: 0;
    font-size: 12px;
    color: #003365;
    font-weight: 600;
    overflow: hidden;
    min-height: 15px;
}
.t_text_box h6 {
    margin: 0;
    font-size: 12px;
    color: #ff5000;
    font-weight: 600;
    min-height: 15px;
}
.t_link_box a {
    margin: 0;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    background: #ff6600;
    padding: 13px 18px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.t_link_box:hover {
    background: #fc9b6f;
}

.t_link_box_new:hover {
    background: #fc9b6f;
}

.t_text_box {
    overflow: hidden;
    flex-basis: 35%;
    /*flex-basis: 168px;*/
    /*padding-right: 15px;
    padding-left: 15px;*/
    text-align: left;
    min-height: 46px;
    min-width: 150px;
}
.event-template .t_text_box {
    flex-basis: 25%;
}
.t_text_box_search {
    flex-basis: 80%;
    text-align: justify;
    font-size: 12px;
}
.t_image_box {
    padding-right: 10px;
}
.event-template .t_image_box {
    margin-right: auto;
    margin-left: auto;
}

.event-template p {
    margin-bottom: 20px;
}

.event-template h2 {
    font-size: 18px;
    color: #003365;
    font-weight: 600;
}

.category-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-size: 100%;
}
h4.event_group_title {
    margin: 0;
    font-size: 18px;
    color: #003365;
    font-weight: 600;
}
#trustpilot {
    padding-bottom: 20px;
    text-align: center;
}
#trustpilot p {
    color: #878787;
    font-size: 14px;
    text-align: center;
}
.main > #trustpilot {
    padding-top: 30px;
}
.trustpilot-widget iframe {
    display: inline-block !important;
}
.trygg_box {
    text-align: center;
    padding-bottom: 20px;
}
.kontakta_oss_wrap h3 {
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background: #003365;
    padding: 15px 0;
}
.kontakta_oss_wrap h3 > a {
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background: #003365;
    text-align: center;
    padding-left: 0;
}
.kontakta_oss_wrap {
    background: #ededed;
    text-align: center;
}
.kontakta_oss_wrap a {
    display: block;
    text-align: left;
    position: relative;
    margin: 0;
    font-size: 14px;
    color: #003365;
    font-weight: bold;
    text-decoration: none;
    padding-left: 15px;
}
a.l_contact_phone:before {
    content: '\f095';
    position: absolute;
    left: 40px;
    font-family: FontAwesome;
    font-size: 28px;
    color: #003365;
}
.kontakta_oss_wrap a span {
    margin: 0;
    font-size: 12px;
    color: #003365;
    font-weight: bold;
}
a.l_contact_phone {
    padding-top: 25px;
    padding-left: 70px;
}
a.l_contact_mail {
    margin: 0;
    font-size: 14px;
    color: #003365;
    text-transform: none;
    font-weight: bold;
    padding-top: 25px;
    padding-left: 70px;
    padding-bottom: 25px;
    position: relative;
}
a.l_contact_mail:before {
    content: '\f003';
    position: absolute;
    top: 20px;
    left: 37px;
    font-family: FontAwesome;
    font-size: 27px;
    color: #003365;
}
.t_image_box i {
    color: #fff;
    font-size: 35px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    min-width: 35px;
}
.live_chat_wrap {
    padding-top: 65px;
}
.chat_title {
    background: #003365;
    position: relative;
    height: 46px;
}
.chat_title i {
    color: #003365;
    position: absolute;
    top: -57px;
    font-size: 63px;
    right: 35px;
}
.chat_content {
    background: #ededed;
    text-align: center;
    padding: 15px 0;
}
.chat_content a {
    margin: 0;
    font-size: 14px;
    color: #003365;
    font-weight: bold;
    text-decoration: none;
}
.l_social_box {
    border-top: 2px solid #11416f;
    border-bottom: 2px solid #11416f;
    margin-top: 15px;
    padding: 13px 0;
}
.l_soc_title p {
    margin: 0;
    font-size: 14px;
    color: #003365;
    font-weight: bold;
    text-decoration: none;
}
.l_soc_title {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    text-align: right;
    padding-right: 10px;
}
.l_social_irems {
    display: inline-block;
    vertical-align: top;
}
.l_social_irems a {
    margin-right: 6px;
}
.last_link a {
    font-size: 14px;
    color: #003365;
    font-weight: normal;
    text-decoration: none;
}
.last_link {
    padding-top: 40px;
}
.last_link.bottom-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ten_img_box {
    display: inline-block;
}
.ten_cont_box {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    padding-top: 15px;
}
.ten_cont_box p {
    margin: 0;
}
.ten_ar_container {
    padding-top: 20px;
    text-align: center;
}
.t_date_box {
    text-align: center;
}
.search_page_content {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    justify-content: flex-start;
    padding-top: 30px;
}
.category_banner {
    text-align: left;
    margin-bottom: 30px;
}
.event-template img,
.category_banner center img {
    width: 100%;
    /*padding-bottom: 40px;*/
}
/*.event-template p > img,
.event-template table img {
    width: auto;
}*/
.event-template .t_date_box {
    overflow: hidden;
    flex-basis: 30%;
}
.t_date_box {
    flex-basis: 20%;
    min-height: 30px;
    min-width: 90px;
}
.event-template .subcategory .t_date_box {
    flex-basis: 40%;
}
/*
.event-template .t_date_box h6 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
*/
.event-template .tickets_wrap li.ticket_item {
    justify-content: space-between;
}
.content-from-cms.template-subcategory-with-text .t_date_box {
    flex-basis: 50%;
}
.content-from-cms.template-subcategory-with-text .t_date_box h6 {
    font-size: 12px;
}
.content-from-cms.template-subcategory-with-text .t_image_box {
    flex-basis: 16%;
}
.category_banner img {
    width: 100%;
    padding-bottom: 40px;
}
.event-template {
	padding-top: 15px;
}
.category_banner {
    font-size: 10px;
    color: #706f6f;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: left;
    background: url('images/event-banner.png') no-repeat;
    background-size: cover;
    position: relative;
    min-height: 130px;
    margin-bottom: 20px;
    margin-right: 7px;
}
.category_banner h1 {
    margin: 0;
    font-size: 14px;
    color: #003365;
    font-weight: bold;
    text-align: left;
}
.category_banner a {
    color: #ff5000;
    text-decoration: none;
}
.main-buy-content {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    padding-top: 11px;
    padding-bottom: 30px;
    border-top: 2px solid #11416f;
    margin-top: 15px;
}

.main-buy-content .tickets_wrap li.ticket_item, .main-buy-content .tickets_search_wrap li.ticket_item { flex-basis: 100%; }
.ticket_by_select {
    margin: 0;
    font-size: 12px;
    color: #003365;
    text-transform: inherit;
    font-weight: normal;
    flex-basis: 100px;
}
.left-side-content {
    position: relative;
    flex-basis: 455px;
    padding: 0 0px;
}
.right-side-content {
    flex-basis: 100%;
    padding-left: 35px;
}

/*FOOTER*/

.partners {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    padding-bottom: 12px;
    flex-wrap: wrap;
}
.copyright_nav {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    padding: 0 50px/* 50px*/;
    min-height: 40px;
}
.top_nav {
    text-align: right;
}
.top_nav ul {
    margin-top: 0;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 22px;
}
.top_nav ul li {
    display: inline-block;
}
.top_nav ul li a {
    text-decoration: none;
    color: #fff;
    padding: 0 12px;
    font-size: 14px;
    font-weight: normal;
    font-family: Arial, sans-serif;
}
.top_nav ul li a:hover {
    color: #8bbde0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.footer_bottom {
    background: #003365;
}
.copyright p {
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    padding-top: 15px;
}
.top_nav ul li:last-child a {
    border-right: 1px solid transparent;
}
.partners_box {
    padding: 0 5px;
    align-items: baseline;
}
img.grayscale {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid transparent;
}
.category_nav ul ul {
    position: absolute;
    top: 21px;
    left: -2px;
    text-align: left;
    background: #003365;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 5px;
    z-index: 1;
}
.category_nav ul li a:hover ul{
    display: block;
}
.category_nav ul ul li a {
    text-decoration: none;
    border-bottom: none;
    font-size: 12px;
}
#primary_nav_wrapper a {
    text-decoration: none;
    color: white;
    border-bottom: none;
    font-size: 16px;
}
#primary_nav_wrapper ul {
    list-style: none;
}
#primary_nav_wrapper .first-level-item {
    margin: 30px 0;
}
#primary_nav_wrapper .first-level-item > a {
    border-bottom: 2px solid white;
}
#primary_nav_wrapper .first-level-item .child {
    margin-bottom: -10px;
    margin-top: 10px;
    display: none;
}
#primary_nav_wrapper .first-level-item .child li {
    display: block;
}
#primary_nav_wrapper .fa {
    margin-left: 20px;
    color: white;
    cursor: pointer;
}
#primary_nav_wrapper .hidden {
    display: none;
}
#primary_nav_wrapper .child li {
    padding: 2px 0;
}
#primary_nav_wrapper .child li a {
    font-size: 14px;
}
ul.parent {
    margin-bottom: 0;
}
#primary_nav_wrap{
    margin-top:15px;
    text-align: center;
}
#primary_nav_wrap ul{
    list-style:none;
    position:relative;
    float:none;
    padding:0;
    display: inline-block;
    margin-bottom: 0;
}
#primary_nav_wrap ul a {
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    border-bottom: 2px solid #FFF;
}
#primary_nav_wrap ul li {
    position:relative;
    float:left;
    margin:0;
    padding-right: 14px;
}
#primary_nav_wrap ul ul{
    display:none;
    position:absolute;
    top: 20px;
    left:0;
    background: #003365;
    padding:0;
    z-index: 1;
    text-align: left;
    padding: 10px;
    padding-top: 0;
    border-top: 10px solid transparent;
}
#primary_nav_wrap ul ul li{
    float:none;
    width:200px
}
#primary_nav_wrap ul ul a {
    border-bottom: none;
    display: inline-block;
    border-top: 5px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 12px;
}
#primary_nav_wrap ul ul a:hover {
    opacity: .7;
}
#primary_nav_wrap ul ul ul{
    top:0;
    left:100%
}
#primary_nav_wrap ul li:hover > ul{
    display:block
}
/* Extending the hit area
*/
.first-level-item .fa{
    position: relative;
}
.first-level-item .fa:after{
    content: '';
    position: absolute;
    top: -10px; right: -10px;
    bottom: -10px; left: -10px;
}
/*mobile MENU*/

.glyphicon-home {
    color: white;
    font-size: 1.5em;
    margin: 5px auto 0;
}
.menu-toggle {
    display: none;
}
ul#menu-main-navigation {
    padding-left: 0;
    text-align: right;
    margin-top: 0;
    padding-top: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    font-size: 0;
}
ul#menu-main-navigation li {
    padding: 0 5px 0 4px;
    border-left: 1px solid transparent;
    border-right: 1px solid white;
}
ul#menu-main-navigation li:last-child {
    border-right: 1px solid transparent;
}
ul#menu-main-navigation li a {
    border-bottom: none;
    text-transform: inherit;
    font-weight: normal;
    font-size: 14px;
}
.bread_crumbs li {
    list-style: none;
    display: inline-block;
}
.bread_crumbs li a {
    margin: 0;
    font-size: 14px;
    color: #003365;
    font-weight: 600;
    text-decoration: none;
}
.stadium_wrap {
    padding-top: 75px;
    left: 35px;
    right: 35px;
}
.stadium_wrap{
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    text-align: center;
}
.bread_crumbs li:last-child a {
    color: #ff5000;
}
.stadium_info_img {
    display: inline-block;
    vertical-align: top;
}
.stafium_info_content {
    display: inline-block;
    vertical-align: top;
    /* width: 70%; */
    padding-left: 10px;
}
.stadium_info_section {
    border-top: 2px solid #11416f;
    border-bottom: 2px solid #11416f;
    width: 100%;
    padding: 10px 0;
    margin-top: 15px;
    text-align: left;
}
.by_title_box p {
    margin: 0;
    font-size: 14px;
    color: #003365;
    font-weight: bold;
    text-decoration: none;
}
.by_title_box p:not(:first-child) {
    padding-left: 10px;
}
li.ticket_by_item {
    border-left: 11px solid #11ba00;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    background: #deeef6;
    margin-bottom: 5px;
    padding: 10px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
li.ticket_by_item:hover {
    background: #ededed;
}
li.ticket_by_item select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    width: 43px;
    padding: 5px 0 5px 5px;
    text-align: center;

}
.ticket_by_select span {
    padding-left: 5px;
}

.by_title_box {
    border-top: 2px solid #11416f;
    border-bottom: 2px solid #11416f;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-around;
    align-items: center;
}
.by_title_box_search {
    justify-content: flex-start;
}
.ticket_by_info p {
    margin: 0;
    font-size: 12px;
    color: #003365;
    text-transform: inherit;
    font-weight: normal;
}
.ticket_by_sector.t_by p {
    margin: 0;
    font-size: 12px;
    color: #003365;
    text-transform: inherit;
    font-weight: normal;
}
.tickets_by_wrap ul {
    padding-left: 0;
}
.t_by a {
    padding: 7px 15px;
}
.ticket_by_select {
    margin: 0;
    font-size: 12px;
    color: #003365;
    text-transform: inherit;
    font-weight: normal;
    flex-basis: 90px;
}
.ticket_by_select span {
    padding-left: 5px;
}
.ticket_by_price h6 {
    margin: 0;
    font-size: 12px;
    color: #003365;
    text-transform: inherit;
    font-weight: normal;
}
.ticket_by_info {
    flex-basis: 123px;
}
.ticket_by_sector {
    flex-basis: 75px;
}
.ticket_by_price {
    min-width: 70px;
    flex-basis: 95px;
}
.t_link_box .t_by {
    flex-basis: 60px;
}
.by_ticket_page_title h2 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #003365;
    font-weight: normal;
    text-decoration: none;
}
.bread_crumbs ul {
    margin: 0;
    padding-left: 0;
}
.stadium_wrap img {
    width: 100%;
    max-width: 320px;
}
.content_four_column {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    justify-content: flex-start;
    padding-top: 30px;
    margin-bottom: -20px;
}

/*EVENT PAGE*/

h6.event_group_subtitle {
    margin: 0;
    font-size: 10px;
    color: #706f6f;
    font-weight: bold;
    padding-bottom: 10px;
}
h6.event_group_subtitle a {
    color: #ff5000;
    text-decoration: none;
}

/*SEARCH PAGE*/

.by_title_box a {
    margin: 0;
    font-size: 14px;
    color: #003365;
    font-weight: bold;
    text-decoration: none;
}
.by_title_box a:hover {
    color: #ff5000;
}
.tickets_search_wrap ul {
    padding-left: 0;
}
.tickets_search_wrap ul li {
    list-style: none;
    background: #c5e5f3;
    flex-grow: 1;
    margin-bottom: 5px;
    padding: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tickets_search_wrap i {
    font-size: 57px;
}
.tickets_wrap li.ticket_item,
.tickets_search_wrap li.ticket_item {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    align-items: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    flex-flow: row wrap;
    padding: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49.5%;
    flex: 0 1 49.5%;
    box-sizing: border-box;
    min-width: 392px;
}
.tickets_search_wrap li.ticket_item {
    justify-content: space-between;
}
.tickets_search_wrap li.ticket_item:hover {
    background: #ededed;
}
.tickets_search_wrap li.ticket_item:hover i {
    color: #003365;
}
.tickets_search_wrap .t_link_box a {
    padding: 13px 18px;
    display: block;
    text-align: center;
    margin-top: 15px;
}
.t_text_box_search h4 {
    text-align: left;
    padding-bottom: 10px;
    font-size: 13px;
}
.search .sidebar-left,
.search .sidebar-right {
    align-self: flex-end;
}
.search .sidebar-left {
    flex-basis: 232px;
    padding-bottom: 50px;
}
.search .sidebar-right {
    flex-basis: 226px;
    padding: 0 30px 105px;
}
.search .left-side-content {
    flex-basis: 393px;
    padding: 0 23px;
}
.search .right-side-content {
    flex-basis: 575px;
    padding: 30px 0 0;
}

/*FLEX for search-filter*/

.search_form_wrap {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: column wrap;
    background: #EDEDED;
    padding: 20px;
    margin: 10px 0 15px;
}
.search_filter {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
}
.search_filter .search_form_title,
.clear_form {
    flex-basis: 50%;
}
.search_keywords input,
.search_city textarea {
    flex-basis: 100%;
    resize: none;
}
.search_filter_inputs {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    justify-content: space-between;
    flex-basis: 100%;
}
.search_filter_inputs input {
    flex: 0 1 40%;
    margin-bottom: 10px;
    width: 100%;
}
.search_form_wrap .search_filter {
    margin: 20px 0;
}
.search_form_wrap .search_form_title {
    font-size: 14px;
    color: rgb(0, 51, 101);
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 6px;
}
.search_form_wrap > .search_form_title .fa {
    margin-right: 5px;
}
.search_form_wrap .clear_form {
    font-size: 12px;
    color: #ff5000;
    text-align: right;
    margin-top: 6px;
    margin-bottom: 6px;
}
.search_form_wrap .search_date,
.search_form_wrap .search_price {
    margin: 0;
}
*{
    min-height:0;
    min-width:0;
}
.search_form_wrap .search_category {
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.search_category  .search_form_title{
    flex-basis: 100%;
}
.search_form_wrap .search_city {
    margin-top: -5px;
}
.search_form_wrap input,
.search_form_wrap textarea {
    padding: 10px;

    border: 1px solid #003365;
}
.search_form_wrap .search_category label {
    display: block;
    font-size: 14px;
    color: rgb(0, 51, 101);
    margin-bottom: 7px;
}
.search_form_wrap .search_category .search_category_title {
    margin-bottom: 0px;
}
.search_form_wrap .search_category .checkboxes {
    margin-top: 20px;
}
.search_form_wrap > .clear_form:last-child {
    margin-top: 30px;
}
.search .by_title_box {
    padding: 7px 0;
    margin-bottom: -7px;
}
.search .t_image_box {
    padding-right: 0;
}
.search .t_text_box {
    padding: 0;
}

/*square radio-inputs*/

.search_form_wrap input[type="radio"] {
    display: none;
}
.search_form_wrap input[type="radio"] + label {
    cursor: pointer;
}
.search_form_wrap input[type="radio"] + label > span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: -3px 18px 0 0;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #003365;
}
.search_form_wrap input[type=radio]:not(old):checked + label > span > span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 2px;
    background: #003365;
}

/*no-angles buttons*/

.t_link_box {
    position: relative;
    display: inherit;
    min-width: 83px;
    min-height: 40px;
    /*margin-right: -10px;*/
    /*padding-right: 4px;*/
    /*flex-basis: 25%*/
}

.t_link_box_new {
    height: 30px;
    background-color: #FF6600;
    text-align: center;
    padding-top: 10px;
    border-radius: 5px;
    margin-top: 10px
}

.t_link_box:before,
.t_link_box:after,
.t_link_box a:before,
.t_link_box a:after {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #c5e5f3;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.t_link_box:before {
    left: -5px;
    top: -5px;
}
.t_link_box:after {
    right: -5px;
    bottom: -5px;
}
.t_link_box a:before {
    right: -5px;
    top: -5px;
}
.t_link_box a:after {
    left: -5px;
    bottom: -5px;
}
.tickets_search_wrap .t_link_box:before {
    top: 10px;
}
.tickets_search_wrap .t_link_box a:before {
    top: 10px;
}
li.ticket_by_item:hover .t_link_box:before,
li.ticket_by_item:hover .t_link_box:after,
li.ticket_by_item:hover .t_link_box a:before,
li.ticket_by_item:hover .t_link_box a:after,
li.ticket_item:hover .t_link_box:before,
li.ticket_item:hover .t_link_box:after,
li.ticket_item:hover .t_link_box a:before,
li.ticket_item:hover .t_link_box a:after {
    background: #ededed;
}
.logo.bl img {
    width: 70%;
    max-width: 260px;;
}
.star_logo.bl img {
    width: 100%;
    max-width: 220px;
    /*opacity: 0;*/
    height: 42px;
    width: 42px;
}
.ten_img_box img {
    width: 100%;
}
.slogan_text {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

/*Fixes from feedback*/

#form1 input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance:    checkbox;
    appearance:         checkbox;
}
#form1 input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance:    radio;
    appearance:         radio;
}
#form1 input[type="text"] {
    -webkit-appearance: textfield;
    -moz-appearance:    textfield;
    appearance:         textfield;
}
#form1 textarea {
    -webkit-appearance: textarea;
    -moz-appearance:    textfield-multiline;
    appearance:         textarea;
}

/* PAYMENT */

.payment-main-content {
    -ms-flex-preferred-size: 900px;
        flex-basis: 900px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: block;
    display: -ms-flexbox;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    font-size: 14px;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    padding-top: 11px;
    padding-bottom: 30px;
    border-top: 2px solid #11416f;
    margin-top: 15px;
    padding: 0 20px 0 10px;
    flex-basis: 1030px;
    flex-grow: 1;
}
.final-price{
    margin-top: 10px;
}
p.calculator {
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
}
p.title{
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 14px;
    text-align: left;
}
p.total-amount{
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 14px;
    text-align: left;
}
#total_price {    
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 14px;
}
.order-information, .order-overview, .customer-details, .general-information{
    justify-content: space-around;
    align-items: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    flex-flow: row wrap;
    border: 1px #D1CFD1 solid;
}
.order-information{
    order: 1;
    flex-basis: 53%;
    min-height: 170px;
    padding: 20px 11px;
    min-width: 300px;
}
.order-information table,
.order-information table * {
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
}
.order-information table td {
    padding: 5px 0;
}
tr.first-row p:first-child {
    margin-bottom: 20px;
}
tr.first-row p:last-child {
    margin-bottom: 20px;
}
.first-row td:first-child{
    vertical-align: top;
}
.order-overview{
    order: 2;
    flex-basis: 35%;
    min-height: 170px;
    padding: 20px;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    min-width: 300px;
}
.order-overview p{
    display: inline;
}
.price-calculator {
    margin-bottom: 70px;
    margin-top: 20px;
}
.order-overview h3, .order-information h3{
    margin-bottom: 10px;
    font-size: 18px;
}
.separator{
    border-color: #263B4E;
}
.punkt {
    border-radius: 50%;
    border-width: 1px;
    border-color: #003365;
    border-style: solid;
    background-color: #003365;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.guarantees-description {
    display: inline-block;
    word-wrap: break-word;
    width: 80%;
    font-size: 11px;
}
.guarantee-link{
    text-decoration: none;
    cursor: pointer;
    color: #000;
    font-weight: 900;
}
.guarantee-description{
    font-style: italic;
}
.customer-details{
    order: 3;
   
}
.customer-details input:active {
    outline: 1px solid #003364;
}
.customer-details input:focus {
    outline: 1px solid #003364;
}
.field-name{
    display: inline-block;
    width: 50%;
}
.first-name{
    width: 40%;
}
.last-name{
    width: 59%;
}
.field-name input{
    margin-top: 20px;
}
.customer-details form{
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.personal-info, .terms-block{
    padding: 10px;
}
.payment-options{
    padding: 20px 0 15px 25px;
}
.customer-details input.radio{
    -webkit-appearance: radio;
    width: 20px;
    height: 20px;
}
.customer-details input.checkbox{
    -webkit-appearance: none;
    width: 20px;
    height: 25px;
}
.customer-details input{
    line-height: 30px;
    border: 1px solid #DEDCDE;
    margin-top: 10px;
    margin-bottom: 5px;
}
.customer-details select {
    display: block;
    line-height: 30px;
    border: 1px solid #DEDCDE;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 60%;
    padding: 0;
    text-indent: 10px;
    height: auto;
}
.definition {
    display: inline-block;
    width: 25%;
}
.field-input {
    display: inline-block;
    width: 60%;
}
.last-name input{
    width: 100%;
}
.form-title{
    background-color: #0A3663;
    color: #fff;
    font-size: 14px;
    padding: 15px;
}
.general-information{
    order: 4;
    flex-basis: 35%;
    padding: 20px 20px 0px;
    font-weight: bold;
    font-family: Poppins, "Helvetica Neue", Helvetica, sans-serif;
    border: 2px solid #003365;
    border-radius: 4px;
    padding: 20px;
}
.general-information h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #003365;
}
.infobox {
border: 2px solid #003365;
border-radius: 4px;
padding: 20px;
margin-bottom: 10px
}

.infobox h3 {
font-size: 18px;
font-weight: 600;
color: #003365;
}
.infobox h3 a {
font-size: 18px;
font-weight: 600;
color: #003365;
}
.infobox ul {
padding: 0;
}

.infobox ul li {
color: #222222;
font-size: 14px;
font-weight: 500;
list-style: none;
/*background: url(/img/check.png) no-repeat left center;*/
padding: 5px 5px 5px 30px;
margin: 0;
vertical-align: middle;
}
.infobox p a {
color: #222222;
font-size: 14px;
font-weight: 400;
list-style: none;
/*background: url(/img/arrow.png) no-repeat left center;*/
padding: 5px 5px 5px 0px;
margin: 0;
vertical-align: middle;
}
.infobox a {
color: #222222;
font-size: 14px;
font-weight: 500;
list-style: none;
margin: 0;
vertical-align: middle;
padding-top: 4px;
}
.input4 {
    border: 0;
    background-color: #deeef6;
    width: 100%;
    font-size: 14px;
    color: #222222;
    padding: 10px 8px;
    border-radius: 4px;
    font-weight: 500;
    width: -webkit-fill-available;
    margin-top: 20px;
}

.input4::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #749fc4;
  opacity: 1; /* Firefox */
}

.input4::-ms-input-placeholder { /* Microsoft Edge */
  color: #749fc4;
}
       
.input4:focus::placeholder {
  opacity: 0.4;
}
.input4:focus {
  outline: 0;
}

.input4::-webkit-input-placeholder { color: #749fc4; }
.input4:-moz-placeholder { color: #749fc4; }

.input4:focus::-webkit-input-placeholder { opacity: 0.4; }
.input4:focus:-moz-placeholder { opacity: 0.4; }​
.sidebar-right {
    flex-basis: 289px;
}
.sidebar-left .general-information {
    text-align: left;
}
.general-information .separator{
    margin-top: 20px;
}
.guarantees-item {
    margin-bottom: 15px;
}
.guarantees-block h3{
    margin-bottom: 20px;
    font-size: 18px;
}
.about-block h3{
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 18px;
}
.wrapper-div-first{
    flex-flow: row wrap;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-basis: 65%;
}
.wrapper-div-second{
    flex-flow: row wrap;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-basis: 35%;
}
.terms-block .termin-checking-box {
    position: relative;
    cursor: pointer;
    top: -14px;
}
.terms-block label span{
    margin-left: 25px;
    line-height: 25px;
}
.terms-block label::before {
    position: absolute;
    top: -10px;
    left: -27px;
    z-index: 1;
    width: 16px;
    height: 16px;
    content: '';
    transition: all 0.3s ease-in-out;
}
.terms-block input[type="checkbox"] {
    display: inline-block;
    border: 1px solid #000;
}
.terms-block input[type="checkbox"]:checked ~ label::before {
    transform: rotate(-20deg);
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #003364;
    font-size: 30px;
    position: absolute;
    top: -10px;
    left: -35px;
}
a.terms-service {
    color: #43688D;
}
.payment-options .buy_form_fields {
    float: none;
}
.payment-options input[type="radio"] {
    display: none;
}
.payment-options input[type="radio"] + label {
    cursor: pointer;
}
.payment-options input[type="radio"] + label > span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -3px 18px 0 0;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #003365;
    border-radius: 50%;
}
.payment-options input[type=radio]:not(old):checked + label > span > span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 2px;
    background: #003365;
    border: 1px solid #003365;
    border-radius: 50%;
}
.options-item{
    margin-bottom: 10px;
    font-size: 14px;
}
.termin-container {
    width: 100%;
    padding:40px 0 15px 45px;
    box-sizing: border-box;
}
.terms-block .ticket_item {
    width: 125px;
    margin: 20px auto 40px;
}
.terms-block .t_link_box {
    position: relative;
    display: inherit;
}
.terms-block .t_link_box:before,
.terms-block .t_link_box:after,
.terms-block .t_link_box a:before,
.terms-block .t_link_box a:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.terms-block .t_link_box:before {
    left: -5px;
    top: -17px;
}
.terms-block .t_link_box:after {
    right: 2px;
    bottom: -17px;
}
.terms-block .t_link_box a:before {
    right: 3px;
    top: -17px;
}
.terms-block .t_link_box a:after {
    left: -5px;
    bottom: -17px;
}
div.ticket_by_item:hover .t_link_box:before,
div.ticket_by_item:hover .t_link_box:after,
div.ticket_by_item:hover .t_link_box a:before,
div.ticket_by_item:hover .t_link_box a:after,
div.ticket_item:hover .t_link_box:before,
div.ticket_item:hover .t_link_box:after,
div.ticket_item:hover .t_link_box a:before,
div.ticket_item:hover .t_link_box a:after {
    background: #fff;
}
.customer-details-for-event{
    justify-content: space-around;
    align-items: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    flex-flow: row wrap;
    border: 1px #D1CFD1 solid;
    order: 3;
    min-width: 300px;
}
.customer-details-for-event .form1 input {
    width: 150px;
}
a.guarantee-link:hover {
    text-decoration: none;
}
select#inpCountry {
    display: block;
    max-width: 160px;
    /*height: 30px;*/
    font-size: 12px;
    color: #333333;
    padding: 5px 2px 0 2px;
    margin: 2px 0 2px 0;
    background-color: #fff;
    border-color: #ccc;
}
#form1 .terms-block .send-order-button{
    width: 252px;
    margin: 20px auto 40px;
}
#form1 .terms-block .send-order-button .t_link_box::before,
#form1 .terms-block .send-order-button .t_link_box::after,
#form1 .terms-block .send-order-button .t_link_box a::before,
#form1 .terms-block .send-order-button .t_link_box a::after { display: none; }
.terms-block .approving-block span {
    top: 10px;
    position: relative;
}
#form1 .approving-payment-block input#termin-check{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
    border: 1px solid #000;
    width: 20px;
    height: 25px;
}
#form1 .approving-payment-block .termin-checking-box {
    position: relative;
    cursor: pointer;
    top: -23px;
}
.approving-payment-block label::before {
    position: absolute;
    top: -10px;
    left: -27px;
    z-index: 1;
    width: 16px;
    height: 16px;
    content: '';
    transition: all 0.3s ease-in-out;
}
.approving-payment-block input[type="checkbox"] {
    display: none;
    border: 1px solid #000;
}
.approving-payment-block input[type="checkbox"]:checked ~ label::before {
    transform: rotate(-20deg);
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #003364;
    font-size: 30px;
    position: absolute;
    top: -2px;
    left: -35px;
}
.approving-payment-block .checkbox{
    display: none;
}
.ticket_item.send-order-button{
    text-align: center;
}
.approving-payment-block input[type="checkbox"] ~ label::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 25px;
    border: 1px solid #000;
    top: -5px;
    left: -30px;
}
#buy_submit{
    background: #ff6600;
    background-size: 80% 80%;
    background-repeat: no-repeat;
}
#form1 .terms-block .send-order-button {
    width: auto;

}
.terms-block .ticket_item {
    width: auto;

}
.customer-details-for-event .form1 .last-name input {
    width: 160px;
}
.customer-details-for-event .last-name {
    width: 50%;
    margin-left: 20px;
}
@media (max-width: 640px) {
  .desktoplocation {
    display: none;
  }
}
@media (min-width: 641px) {
  .handheldlocation {
    display: none;
  }
}
@media only screen and (max-width: 1500px) {
    .tickets_wrap ul li {
        width: 100%;
        text-align: center;
    }
    .sidebar-right {
        flex-basis: inherit;
        padding-right: 10px;
    }
    .main-content {
        flex-basis: 800px;
    }
    .customer-details {
        flex-basis: 57%;
    }
    .order-overview {
        padding: 20px;
    }
    .guarantees-description {
        width: 80%;
    }
    .sidebar-left .guarantees-description {
        width: 75%;
    }
    .terms-block label::before {
        top: -25px;
    }
    .terms-block input[type="checkbox"]:checked ~ label::before {
        top: -25px;
    }
    .order-information {
        padding: 20px 14px;
    }
    .first-name, .last-name {
        width: 100%;
    }
    .personal-info input {
        width: 100%;
    }
    .customer-details-for-event {
        flex-basis: 57%;
    }
    .customer-details-for-event .form1 .last-name {
        margin-left: 0;
        width: 100%;
    }
    .customer-details-for-event .form1 input.input1ver2 {
        width: 100%;
    }
    select#inpCountry {
        width: 100%;
    }
    .approving-payment-block input[type="checkbox"]:checked ~ label::before {
        top: 0;
    }
    .approving-payment-block{
        padding: 3px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    #primary_nav_wrapper .first-level-item:last-child .child {
        right: 0;
    }
    .main-buy-content {
        display: block;
    }
}

@media only screen and (max-width: 1440px) {
    .order-overview {
        padding-top: 20px;
        padding-bottom: 45px;
    }
    .tickets-info{
        padding-bottom: 20px;
    }
    .order-information {
        padding: 20px 13px;
    }
    .terms-block label span {
        margin-left: 0px;
        font-size: 9px;
    }
}

@media only screen and (max-width: 1300px) {
    .banner_box img {
        width: 100%;
        height: auto;
    }
    .info_Box {
        /*background: rgba(0, 51, 101, 1);
        -o-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: static;
        padding: 10px 0;*/
    }
    .content_four_column {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-flow: row wrap;
        -ms-flex-flow: row nowrap;
        justify-content: space-around;
        padding-top: 30px;
    }
    .content_four_column .sidebar-left {
        order: 1;
        flex-basis: 30%;
    }
    .content_four_column .sidebar-right {
        order: 2;
        flex-basis: 30%;
    }
    .right-side-content {
        flex-basis: 560px;
    }
    .order-information {
        flex-basis: 53%;
    }
    .payment-main-content {
        padding: 0 40px;
    }
    .order-overview p {
        display: block;
        line-height: 25px;
        float: none;
    }
    .final-price {
        margin-top: 16px;
    }
    .guarantees-description {
        width: 80%;
    }
    .sidebar-left .guarantees-description {
        width: 75%;
    }
    .personal-info input {
        width: 100%;
    }
    .first-name, .last-name {
        width: 100%;
    }
    .price-calculator {
        margin-bottom: 38px;
    }
    .order-overview {
        padding-bottom: 20px;
    }
    .tickets-info{
        padding-bottom: 6px;
    }
    .ticket-information{
        padding-bottom: 20px;
        padding-right: 16px;
    }
}

@media only screen and (max-width: 1025px) {
    .search_nav_box {
        width: 100%;
        order: 3;
    }
    .star_logo {
        order: 2;
        display: none;
    }
    .customer-details-for-event {
        flex-basis: 56%;
    }
    .terms-block label span {
        line-height: 20px;
    }
    .ticket-information {
        padding-bottom: 41px;
        padding-right: 14px;
        flex-basis: 51%;
    }
}

@media only screen and (max-width: 1024px) {
    .banners_wrap {
        flex-flow: row wrap;
        -ms-flex-flow: row wrap;
    }
    .banner_box {
        margin-bottom: 15px !important;
    }
    .sidebar-left {
        flex-basis: 100%;
        order: 2;
    }
    .sidebar-right {
        order: 3;
        flex-basis: 100%;
        /*text-align: center;*/
    }
     .logo {
        width: 100%;
        text-align: center;
    }
    .content {
        flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        justify-content: space-between;
    }
    .trygg_box {
        text-align: center;
    }
    .tickets_wrap ul li {
        width: auto;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        justify-content: space-around;
        align-items: center;
        margin-right: 0;
    }
    .banner_box:nth-child(2) {
        margin: 0;
    }
    .search_page_content .left-side-content {
        order: 1;
        flex-basis: 60%;
        padding: 0 15px;
        margin-bottom: 50px;
    }
    .search_page_content .right-side-content {
        order: 2;
        flex-basis: 100%;
        padding: 0 15px;
    }
    .search_page_content .sidebar-left {
        order: 3;
        flex-basis: 100%;
    }
    .search_page_content .sidebar-right {
        order: 4;
        flex-basis: 100%;
    }
    .search_page_content {
        flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        justify-content: center;
    }
    .customer-details {
    }
    .first-name, .last-name {
        width: 100%;
    }
    .personal-info input {
        width: 100%;
    }
    .price-calculator {
        margin-bottom: 13px;
    }
    .customer-details-for-event {
        flex-basis: 54%;
    }
    .ticket-information {
        padding-bottom: 6px;
    }
}

@media only screen and (max-width: 820px) {
    .star_logo_mobile {
        display: block;
    }
    form.search_header input[type="search"] {
        min-width: 1px;
    }
    .search_wrap {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header_box {
        /*padding-top: 15px;*/
    }
    .menu ul li a {
        border-bottom: none;
    }
    nav ul li a:hover {
        border-bottom: none;
    }
    .copyright_nav {
        flex-direction: column-reverse;
    }
    .logo {
        width: 100%;
        text-align: center;
    }
    .by_ticket_page_title h2 {
        font-size: 20px;
    }
    .payment-main-content {
        padding: 20px;
    }
    .order-information, .order-overview, .customer-details, .general-information, .customer-details-for-event {
        flex-basis: 100%;
    }
    .first-name, .last-name, .personal-info input {
        width: 100%;
    }
    .ticket-information {
        padding-bottom: 6px;
    }
}

@media only screen and (max-width: 768px) {
    .ticket_by_sector {
        flex-basis: 60px;
    }
    .ticket_by_price {
        flex-basis: 60px;
    }
    #primary_nav_wrapper .first-level-item {
        margin: 30px 10px;
    }
    .top_nav ul li a {
        border-right: none;
        padding: 0 5px;
    }
    .top_nav ul {
        padding-left: 0;
        text-align: center;
        padding-right: 0;
    }
    .copyright p {
        text-align: center;

    }
    .hamburger-header {
        display: block;
    }
    .top_nav ul li {
        text-align: center;
    }
    .search_nav_box.bl {
        margin: 0 auto;
        width: 100%;
        order: 3;
    }
    nav ul li {
        display: block;
        padding-right: 0;
    }
    .star_logo.bl {
        order: 2;
    }
    .category_nav ul {
        text-align: center;
    }
    ul#menu-main-navigation {
        padding-right: 0;
        padding-top: 0;
    }
    .category_nav ul li {
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 5px;
    }
    .category_nav ul li a {
        font-size: 12px;
    }
    .info_Box p {
        font-size: 14px;
        color: #fff;
        font-weight: bold;
    }

    /*MAIN MENU*/
    .menu-toggle.toggled-on {
        background: #8bbde0;
    }
    .srt-menu {
        display: none;
        clear: both;
        margin-bottom: 60px;
    }
    .srt-menu.toggled-on {
        display: block;
        position: relative;
        z-index: 10;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .srt-menu li a {
        background: #003365;
        display: block;
        margin: 0;
        padding: 10px;
        text-decoration: none;
        border-bottom: 1px solid #b8bfca;
        text-align: left;
    }
    .srt-menu li a:hover {
        background: #0099ff;
        color: #fff;
        border-bottom: 1px solid #b8bfca;
    }
    .srt-menu li li a {
        background: #e8e8e8;
        padding-left: 40px;
    }
    .srt-menu li li li a {
        background: #efefef;
        padding-left: 80px;
    }
    .menu-toggle {
        display: block;
        text-align: right;
        color: #fff;
        padding-right: 15px;
        font-size: 24px;
        padding-top: 5px;
        padding-bottom: 10px;
        cursor: pointer;
    }

    /*SIDEBARS*/
    .ten_ar_container {
        display: none;
    }
    .sidebar-right,
    .sidebar-left {
        flex-basis: 100%;
    }
    .customer-details-for-event {
        flex-basis: 100%;
    }
    .customer-details-for-event .form1 .last-name input {
        width: 100%;
    }
    select#inpCountry {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {

    .sidebar-left {
        flex-basis: 100%;
        padding: 0 15px;
        text-align: center;
    }
    .sidebar-right {
        flex-basis: 100%;
        padding: 0 15px;
        /*text-align: center;*/
    }
    .main-content {
        padding: 0 15px;
        flex-basis: 100%;
    }
    .left-side-content {
        flex-basis: 100%;
        padding: 0 15px;
    }
    .search_page_content .left-side-content {
        flex-basis: 100%;
    }
    .content_four_column .sidebar-left {
        flex-basis: 100%;
        padding: 15px;
    }
    .content_four_column .sidebar-right {
        flex-basis: 100%;
        padding: 15px;
    }
    .right-side-content {
        flex-basis: 100%;
        padding: 15px;
    }
    .stadium_info_section {
        margin-bottom: 10px;
        width: 100%;
    }
    .by_title_box {
        margin-right: 0;
    }
    li.ticket_by_item {
        margin-right: 0;
    }

    .stadium_wrap {
        padding-top: 15px;
    }
    .category_banner {
        margin-right: 0;
    }
    #primary_nav_wrap ul li {
        float:none !important;
        padding-right: 0;
    }
    nav#primary_nav_wrap ul li {
        padding-bottom: 10px;
    }
    nav#primary_nav_wrap ul ul li {
        padding-bottom: 0;
    }
    #primary_nav_wrap {
        margin-top: 0;
        text-align: left;
        padding-left: 15px;
    }

    #primary_nav_wrap ul ul {
        position: static;
        text-align: center;
    }
    .logo {
        width: 100%;
        text-align: center;
    }
    .star_logo.bl {
        display: none;
    }
    #primary_nav_wrap ul ul li {
        text-align: left;
    }
    .main-buy-content {
        display: block;
        width: 100%;
    }
    .category_listing div {
        width: 100%;
        background-position: center;
        background-size: cover;
    }
}


@media only screen and (max-width: 565px) {
    .hpsbscr__text {
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
    }
}

@media only screen and (max-width: 500px) {
    .top_nav ul li {
        display: inline-block;
        width: 49%;
    }
    .tickets_wrap ul li {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-flow: column wrap;
        -ms-flex-flow: column wrap;
    }
    .i_b {
        margin-bottom: 15px;
    }
    .t_image_box {
        padding-right: 0;
        margin-bottom: 25px;
    }
    li.ticket_by_item {
        /*flex-flow: column nowrap;*/
    }
    .ticket_by_price {
        flex-basis: 70px;
	flex-shrink: 0;
    }
    .ticket_by_info {
        flex-basis: 100px; /* Adjust this value as needed */
        flex-shrink: 1;
    }
    .ticket_by_info p {
        /*font-size: 14px;*/
    }
    .ticket_by_sector.t_by p {
        /*font-size: 14px;*/
    }
    .ticket_by_select {
        font-size: 14px;
        flex-basis: 35px;
        position: relative;
    }
    .ticket_by_select > span {
        display: block;
        position: absolute;
        top: 0;
        right: -30px;
        padding-left: 5px;
    }

    .ticket_by_price h6 {
        /*font-size: 16px;*/
        /*font-weight: bold;*/
        padding-left: 12px
    }
    .by_title_box {
        /*display: none;*/
    }

    .by_ticket_page_title h2 {
        font-size: 18px;
        text-align: center;
    }
    .tickets_wrap li.ticket_item,
    .tickets_search_wrap li.ticket_item {
        flex-direction: row;
    }
    .tickets_wrap li.ticket_item div,
    .tickets_search_wrap li.ticket_item div {
        margin-bottom: 15px;
        text-align: center;
        /*flex-basis: auto;*/
    }
    .tickets_wrap li.ticket_item .t_text_box h4 {
    text-align: center;
    }
    .t_text_box_search {
	width: 100%;
    }
    .t_text_box_search h4 {
	text-align: center;
    }
    .hpsbscr__text {
        display: none;
    }
    .ticket_by_select span {
        display: none;
    }
}

@media only screen and (max-width: 374px) {
    .search .left-side-content {
        padding: 0;
    }
    .search_filter_inputs input {
        flex-grow: 1;
    }
}

@media only screen (min-width: 1248px) and (max-width: 1500px) {
    .i_b {
        margin-bottom: 10px;
    }
    .t_link_box {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1370px) {
    .search_page_content {
        flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        justify-content: space-around;
    }
    .search_page_content .left-side-content {
        order: 1;
        flex-basis: 35%;
        padding: 0 15px;
    }
    .search_page_content .right-side-content {
        order: 2;
        flex-basis: 59%;
        padding: 0 15px;
    }
    .search_page_content .sidebar-left {
        order: 3;
    }
    .search_page_content .sidebar-right {
        order: 4;
    }
}

/*@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .star_logo {
        display: none;
    }
    .logo { width: 25%; }
    .search_nav_box { width: 75%; }
}*/

@media only screen and (min-width: 821px) and (max-width: 1000px) {
    .copyright p {
        text-align: center;
    }
    .top_nav ul li a {
        border-right: none;
        padding: 0 5px;
    }
    .top_nav ul {
        padding-left: 0;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    header {
        padding: 0;
    }
    #primary_nav_wrapper .fa {
        display: none;
    }
    #primary_nav_wrapper .child {
        display: none;
    }
    #primary_nav_wrapper .first-level-item {
        margin: 10px 20px 0;
        padding-bottom: 20px;
        position: relative;
    }
    #primary_nav_wrapper .first-level-item .child {
        display: none;
        position: absolute;
        z-index: 100;
        padding: 0 15px;
        width: 180px;
        background: rgba(255, 255, 255, .96);
        border: 1px solid #003365 ;
    }
    #primary_nav_wrapper .first-level-item:hover .child {
        display: block!important;
    }
    #primary_nav_wrapper .first-level-item:focus .child {
        display: block!important;
    }
    #primary_nav_wrapper .first-level-item:hover > a {
        color: #ff5000;
        border-color: transparent;
    }
    #primary_nav_wrapper .first-level-item .child a {
        font-size: 14px;
        color: #003365;
    }
    #primary_nav_wrapper .first-level-item .child a:hover {
        color: #8bbde0;
    }
    #primary_nav_wrapper .parent {
        padding: 0;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        justify-content: center;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
    .left-side-content {
        flex-basis: 45%;
        padding: 0 15px;
    }
    .bread_crumbs ul {
        padding-bottom: 15px;
    }
    .right-side-content {
        flex-basis: 80%;
    }
    .bread_crumbs {
        text-align: center;
    }
    .stadium_info_section {
        width: 100%;
    }
    .by_ticket_page_title h2 {
        text-align: center;
    }
    .trygg_box {
        text-align: center;
    }
    .content_four_column .sidebar-left {
        flex-basis: 45%;
    }
    .content_four_column .sidebar-right {
        flex-basis: 45%;
    }
    .stadium_wrap {
        padding-top: 15px;
    }
    .category_banner {
        margin-right: 0;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1440px) {
    #primary_nav_wrapper .first-level-item {
        margin: 5px 7px 0;
    }
    #primary_nav_wrapper a {
        border-bottom: none;
        font-size: 14px;
    }
}

/*Ticket wrapper layout fixes*/
@media only screen and (max-width: /*768*/875px) {
    .tickets_wrap ul {
        display: block;
    }
}
@media only screen and (min-width: /*769*/876px) and (max-width: 1024px) {
    .tickets_wrap ul {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
    }
}
@media only screen and (min-width: 1025px) and (max-width: /*1320*/1500px) {
    .tickets_wrap ul {
        display: block;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
    .payment-main-content {
        display: block;
    }
}
@media only screen and (min-width: 1025px) {
        form.search_header input[type="search"] {
        width: 85%;
        max-width: 480px;
    }
}
.sidebar-right p {
 font-size: 11px;
 font-weight: bold;
 font-family: Verdana, Helvetica, sans-serif;
}
.infobox p {
color: #222222;
font-size: 14px;
font-weight: 400;
list-style: none;
margin: 0;
vertical-align: middle;
padding-top: 4px;
}
.homepageSubscribe {
 margin: 15px 0 15px;
 height: 46px;
}
.hpsbscr__input, .hpsbscr__text, .hpsbscr__button {
 position: absolute;
 top: 50%;
 transform: translate(0, -50%);
}
.hpsbscr__text {
 font-size: 14px;
 font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.t_text_box_search strong {
 font-size: 12px;
}
.t_date_box.i_b.no_logo {
 flex-basis: 15%;
 width: 75px;
 min-width: 75px
}
.t_text_box.i_b.no_logo {
 flex-basis: 50%;
 min-height: 46px;
 min-width: 150px;
}
.t_link_box a {
 color: #fff;
 padding: 13px 18px;
 border-radius: 5px;
 font-weight: 600;
}
#price-per-ticket {
 font-size: 14px;
}
#btn_readmore {
   background: none;
   border: none;
   margin-top: 5px;
   margin-bottom: 10px;
   font-size: 12px;
   font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#price_per_ticket {
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
}
#service_fee {
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
}
.order-details {
 width: 100%;
}
.order-details ul {
 list-style: none;
 padding: 0;
}
.checkout-content {
 padding: 0 20px 0 10px;
 flex-basis: 1030px;
 flex-grow: 1;
}
.top-info-banner {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.top-info-banner p {
    font-size: 12px;
    color: #003365;
    font-family: verdana, helvetica, sans serif;
    margin-bottom: 0;
    padding: .5rem 0;
    text-align: center;
    background-color: #C9E3F0;
    width: 100%
}

.ticket_by_item.hidden {
    display: none;
}

.filterSelect {
    -webkit-appearance: menulist;
    height: 26px;
    width: 200px;
    margin-bottom: 10px;
    color: #003365;
}
.h1_main h1 {
 font-size: 18px;
 margin-bottom: 10px;
 color: white;
 text-align: center;
}
.info-container {
 margin-bottom: 16px;
 display: flex;
 flex-wrap: wrap;
 flex-direction: row-reverse;

}
.info-container h3 {
 font-size: 18px;
 margin: 6px;
}
.info-container p {
 padding-left: 6px;
}
.info-item {
 min-width: 300px;
 flex: 1;
}
.newform {
	display: flex;
	overflow: hidden;
	margin-top: 20px;
}

.formleft {
	display: flex;
	align-content: space-between;
	flex-direction: column;
	margin-right: 10px;
	flex: 1;
}

.formright {
	flex: 2;
	border-radius: 4px;
	margin: 10px 10px 10px 0px;
}

.formrightbox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-radius: 4px;
	background: #deeef6;
	height: 100%;
        margin: 10px;
}

.question {
	margin-right: 10px;
	width: 100%;
	resize: none;
	font-family: Poppins;
  
}

textarea.input4 { padding: 0px; }

button {
	width: 74px;
	height: 40px;
	align-self: self-end;
	margin: 12px;
	background: #ff6600;
	border-radius: 4px 4px 4px 4px;
	color: white;
	border: 0;
	font-size: 12px;
	font-weight: 500;
  font-family: Poppins;
  cursor: pointer;
}
button:hover {
	background: #e44f00;
}

.infobox {
	border: 2px solid #003365;
	border-radius: 4px;
	padding: 20px;
	font-family: Poppins;
}

.infobox h3 {
	font-size: 18px;
	font-weight: 600;
	color: #003365;
	margin: 0 0 0 0px;
}

#feedbackForm .input4 { margin:10px;}

.input4 {
	border: 0;
	background-color: #deeef6;
	font-size: 14px;
	color: #222222;
	padding: 10px 8px;
	border-radius: 4px;
	font-weight: 500;
  font-family: Poppins;
}

.input4::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #749fc4;
	opacity: 1; /* Firefox */
}

.input4::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #749fc4;
}

.input4:focus::placeholder {
	opacity: 0.4;
}
.input4:focus {
	outline: 0;
}

.input4::-webkit-input-placeholder {
	color: #749fc4;
}
.input4:-moz-placeholder {
	color: #749fc4;
}

.input4:focus::-webkit-input-placeholder {
	opacity: 0.4;
}
.input4:focus:-moz-placeholder {
	opacity: 0.4;
}

@media only screen and (max-width: 600px) {
	form {
		/*flex-direction: column;*/
        justify-content: center;
	}

	.formrightbox {
		margin: 0px 0px 10px 10px;
	}

	.formleft {
		margin-right: 0px;
	}
}

li.ticket_by_item p, li.ticket_by_item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .faq-container {
        border: 2px solid #003365;
        border-radius: 4px;
        padding: 20px;
        font-family: 'Poppins', sans-serif;
    }

    .faq-container details {
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
        margin: 10px 0;
    }

    .faq-container summary {
        color: #222222;
        font-size: 16px;
        font-weight: 500;
        list-style: none;
        padding: 5px 5px 5px 30px;
        margin: 0;
        vertical-align: middle;
        cursor: pointer;
display: flex;
    align-items: center;
    justify-content: space-between;
    }

    .faq-container summary::-webkit-details-marker {
        display: none;
    }

    .faq-container .answer {
        /* Maintain the original text styling for the answer */
        padding: 5px 25px 5px 55px;
    }



    .faq-container h2 {
        font-size: 18px;
        font-weight: 600;
        color: #003365;
        margin: 0 0 10px 0;
    }
/* Style for the arrow */
.question-answer summary::after {
    background: url('https://test.ticket2.com/img/arrow-down.png') no-repeat right center; 
    float: right;
    width: 20px; /* Adjust as necessary */
    height: 20px; /* Adjust as necessary */
    content: ""; /* Required for the pseudo-element to work */
    display: block; /* Changed from inline-block to block */
    margin-left: auto; /* Pushes the icon to the right */
}

/* Style to change the arrow when the details are open */
.question-answer[open] summary::after {
    background-image: url('https://test.ticket2.com/img/arrow-up.png');
}
@media screen and (max-width: 450px) {
    .ticket_by_sector {
        display: none;
    }
}
