.eventList-Home .see_all_events {
  font-family: "Roboto", sans-serif;
  color: #F13B54;
  padding: 15px 43px;
  margin: 0 auto;
  float: none;
  display: table;
  cursor: pointer !important;
  text-align: center !important;
  font-size: 18px !important;
  line-height: 30px !important;
  letter-spacing: normal !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-radius: 8px !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #F13B54 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
  font-weight: 500;
  width: 260px;
  height: 55px;
}
.eventList-Home .see_all_events span {
  width: 100%;
}
.eventList-Home .see_all_events span a {
  text-align: center;
  color: #F13B54;
}
/*.eventList-Home .eventLaunced {margin: 0px 0px 30px;}*/
.eventList-Home .eventLaunced {
  margin: 0px 0px 20px !important;
  padding: 0 10px !important;
}
.eventLaunced .eventCard {
  box-shadow: 0px 0px 30px rgba(29, 29, 29, 0.02);
  background: #ffffff !important;
}
.event-list .eventCard {
  max-width: 370px;
}
.discount {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 66px 0px 0px 76px;
  border-color: #f13b54 transparent transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
}
.discount span.biger {
  position: absolute;
  right: 6px;
  top: -62px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.discount span.small {
  position: absolute;
  right: 5px;
  top: -40px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 7px;
  line-height: 11px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.eventCard {
  float: left;
  width: 100%; /*box-shadow:0 3px 5px rgba(0,0,0,.1), 0 0 2px rgba(0,0,0,.1);*/
  transform: inherit !important;
  border-radius: 3px 3px 0px 0px;
  overflow: hidden;
}
.eventCard .content {
  float: left;
  width: 100%;
  padding-bottom: 30px !important;
  min-height: 150px;
  max-height: 150px;
}
.eventCard .bottom {
  float: left;
  width: 100%;
  border: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.eventCard .botom-price {
  float: left;
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
}

.eventCard .botom-price .status-postponed{
  text-transform: uppercase;
  color: #EB5757;
  float: left;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.genre_tag {
  float: left;
  width: auto;
  margin: 0px 15px 15px;
  display: block;
  clear: both; /*background:#c27EE2;padding:5px 20px;*/
  background: rgba(194, 126, 226, 0.6);
  padding: 3px 20px;
  border-radius: 3px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.see_all_collections {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #F13B54;
  padding: 0 10px 0 10px;
  display: inline-block;
  cursor: pointer;
}
.see_all_collections span {
  width: 100%;
}
.see_all_collections span a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.04em;
  color: #F13B54;
}
.see_all_collections span a i.fa {
  margin-left: 7px;
  margin-top: 5px;
  float: right;
}
.homeCategory-section h1.mainSecTitle {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.04em;
  color: rgba(29, 29, 29, 0.65);
  margin-bottom: 20px;
  padding-left: 10px;
}

.eventList-Home .eventCard .price {
  font-family: roboto !important;
}
.eventList-Home .eventCard .price span {
  font-weight: bold;
}
.eventCard:hover .concert_date {
  color: #1d1d1d;
}
.concert_date {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 152.34%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: rgba(29, 29, 29, 0.65);
  padding-bottom: 7px;
}
.concert_date img {
  margin-right: 12px;
  position: relative;
  top: -2px;
  width: 18px;
  height: 18px;
}
.eventCard .location {
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em;
  line-height: 152.34%;
  font-size: 16px;
  display: block;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.eventCard:hover .location {
  color: #1d1d1d !important;
}
.location img {
  margin-right: 12px;
  position: relative;
  top: -2px;
  width: 18px;
  height: 18px;
}
.live-indicator{
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #F13B54;
  border-radius: 50%;
  opacity: 1;
  animation-duration: 0.7s;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

@keyframes blink {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

#livestream-trending .content {
  min-height: auto;
  padding-bottom: 12px !important;
}

#livestream-trending h2 {
  min-height: auto;
  margin-bottom: 15px;
}

section.trending {
  margin-top: 70px;
  margin-bottom: 70px;
}

section.trending .row {
  padding-top: 0px;
  margin: 0px !important;
}
.eventList-Home .eventLaunced {
  padding: 0 9.99px !important;
  clear: initial !important;
  flex: 0 0 auto;
}
.collect-ions .row {
  margin: 0;
}
.eventList-Home.event-scroll {
  display: flex;
  white-space: nowrap;
}
.collect-ions .eventList-Home .eventLaunced {
  padding: 0 10px !important;
  flex: 0 0 auto;
}
.homeCategory-section.count-ries .row {
  margin: 0;
}
.homeCategory-section.Venues .row {
  margin: 0;
}
#homepage_Newsletter .row {
  margin: 0;
}
#homepage_Newsletter .row .eventLaunced {
  padding: 0 10px;
}
h1.mainSecTitle {
  padding-left: 5px;
}

.cat-search-form .input-group-hg > .form-control {
  height: 48px;
}
.cat-search-form .input-group-hg > .input-group-btn > .btn {
  height: 48px;
}
section.pageContent-Home
  .mainBodyContent
  section.homeCategory-section.Venues
  .eventList-Home
  .eventCard:hover
  .titleEvent
  h2 {
  color: #fff;
}

section.pageContent-Home
  .mainBodyContent
  section.homeCategory-section.count-ries
  .eventList-Home
  .eventCard:hover
  .titleEvent
  h2 {
  color: #fff;
}
ul.nav.navbar-nav {
  text-transform: uppercase;
}
/**********************************/

/***************banner*****************/

#app section#pageSlider2 .carousel,
#app section#pageSlider2 .carousel-inner {
  height: 100%;
}
#app section#pageSlider2 .active,
#app section#pageSlider2 .carousel-inner,
#app section#pageSlider2 .item {
  height: 100%;
}

#app section#pageSlider2 .carousel-indicators .active {
  background: #d2281f !important;
  height: 12px;
}
section#pageSlider2 .carousel-indicators {
  bottom: -12px;
}
/******************news-letter*******************/
.newsletter-Home {
  float: left;
  width: 100%;
  position: relative;
}
.top.news-letter {
  position: relative;
}
.align-st-item {
  width: 70%;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
.align-st-item .form-input {
  float: left;
  width: 100%;
}
.align-st-item .form-input input {
  width: 68%;
  border-radius: 0px;
  border-style: solid;
  color: #333;
  padding-left: 22px;
  padding-right: 15px;
  text-align: left;
  border-color: #fff;
  margin-top: 50px;
  border-width: 1px 0px 1px 1px;
  float: left;
  font-family: "Roboto", sans-serif;
}
.cust-heading {
  font-size: 24px;
  float: left;
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.Venues .eventList-Home {
  position: relative;
}
.Venues .eventList-Home .eventCard.first {
  position: relative;
  transform: inherit;
  height: auto;
}
.Venues .eventList-Home .eventCard {
  position: relative;
  transform: inherit;
  height: 260px;
  overflow: hidden;
}
.Venues .eventList-Home .titleEvent {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  z-index: 9;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
.Venues .eventList-Home .eventCard:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 60px;
  background: rgba(29, 29, 29, 0.75);
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Venues .eventList-Home .eventCard:hover {
  transform: inherit !important;
}
.Venues .eventList-Home .eventCard .thumb img {
  height: auto;
  width: 100%;
  border-radius: 3px;
}
.st-tw {
  margin-top: 32px;
}
.Venues .eventList-Home .eventCard .top .thumb {
  height: auto !important;
}
.cust-heading {
  color: #fff;
}
input.newsletter-form {
  border: 1px solid #fff;
  border-radius: 3px;
  background: transparent;
  height: 35px;
  text-align: left;
}
/*.news-btn {
    background:linear-gradient(180deg, #F13B54 0%, #C33A8C 100%);box-shadow:0px 0px 30px rgba(241, 59, 84, 0.35);border-radius:0px 3px 3px  0px;border:1px solid #C33A8C;padding: 7px 30px;height:45px;margin-top:50px;position:relative;left:-5px;float:left;font-family: 'Roboto', sans-serif;font-weight:500;font-size:16px;
}*/
.news-btn {
  background: linear-gradient(180deg, #f13b54 0%, #c33a8c 100%);
  box-shadow: 0px 0px 30px rgba(241, 59, 84, 0.35);
  border-radius: 0px 3px 3px 0px;
  border: 1px solid #c33a8c;
  padding: 7px 53px;
  height: 54px;
  margin-top: 50px;
  position: relative;
  left: -5px;
  float: left;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  width: auto;
}
.newsletter-Home .titleEvent h2 {
  color: #fff;
  width: 100%;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.02em;
  font-family: "Roboto", sans-serif;
  margin-bottom: 26px !important;
  font-weight: normal;
  position: relative;
  top: 0px;
}
.newsletter-Home .concert_date {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #fff !important;
  letter-spacing: 0.02em;
  font-family: "Roboto";
  margin-bottom: 0px;
  float: left;
  width: 100%;
  font-weight: normal;
}
.newsletter-Home .news-letter .form-input input {
  color: #fff;
  height: 54px;
  border-color: #9c9696;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  letter-spacing: 0.02em;
}
.newsletter-Home .news-letter .form-input input::placeholder {
  color: #fff;
}
#app .homeCategory-section .eventList-Home {
  padding-top: 10px;
}
.align-st-item .form-input {
  float: none;
  width: 70%;
  margin: 0 auto;
}
section.homeCategory-section {
  border-bottom: 0 !important;
}
.Venues .eventList-Home .titleEvent h2.cust-heading {
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Roboto", sans-serif;
  margin-top: 0;
  margin-bottom: 0 !important;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.count-ries .eventCard {
  position: relative;
}
.count-ries .titleEvent {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 9;
  color: #ffffff;
}
.count-ries .titleEvent .cust-heading {
  position: relative;
  z-index: 999;
  font-weight: normal;
  top: 0;
  font-size: 20px;
  min-height: auto;
  margin: 12px 0px !important;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #fff;
  height: auto;
}
.count-ries .titleEvent:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.count-ries .eventList-Home .titleEvent {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 9;
  align-items: center;
}
.all-events {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.eventList-Home .eventCard .top .genre_tag {
  position: absolute;
  bottom: 0px;
}
.count-ries .eventCard .top .thumb img {
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
.thumb,
.thumb img {
  border-radius: 3px 3px 0px 0px;
}
.concert_date svg,
.location svg {
  margin-right: 11px;
  width: 30px;
  font-size: 20px;
  text-align: left;
  float: left;
  margin: 0px 11px 0px 0px;
}
.countries-desktop .eventCard {
  border-radius: 3px;
}
.event-list.eventLaunced .eventCard {
  border-radius: 3px 3px 3px 3px;
}
/************************newsletter successful msg*****************************/
.tnks-info {
  width: 600px;
  height: 263px;
  margin: 0 auto;
  position: fixed;
  z-index: 99999;
  top: 34%;
  left: 0;
  right: 0;
  padding: 0px;
  display: none;
}
.tnks-info:after {
  content: "";
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.all-info {
  float: left;
  width: 100%;
  position: relative;
  z-index: 999999999999;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(29, 29, 29, 0.2);
  border-radius: 3px;
}
.suc-ful-msg {
  float: left;
  width: 100%;
  padding: 75px 88px 103px;
}
.tk-img {
  float: left;
  width: 100%;
  position: relative;
}
.tk-img img {
  width: 100px;
  position: absolute;
  top: -25px;
  left: -35px; /*box-shadow: 0px 0px 30px rgba(29, 29, 29, 0.2);*/
}
.tk-img button.close {
  float: right;
  color: #a7a4a4;
  z-index: 9;
  opacity: 1;
  position: absolute;
  right: 0px;
  padding: 14px 16px;
}
.suc-ful-msg h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.02em;
  color: rgba(29, 29, 29, 0.65);
  margin: 0px 0px 25px;
  font-family: "Roboto", sans-serif;
}
.suc-ful-msg p {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.02em;
  color: rgba(29, 29, 29, 0.45);
  margin: 0px;
  font-family: "Roboto", sans-serif;
}

/************header***************/
header.mainHeader {
  background: #000;
  font-family: "Roboto", sans-serif;
}

div#app {
  margin-top: 60px;
}
.titleEvent h2 {
  float: left;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: rgba(29, 29, 29, 0.85);
  margin: 0;
  overflow: hidden;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.trending .titleEvent h2 {
  min-height: 50px;
  color: rgba(29, 29, 29, 0.85);
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.eventCard .titleEvent {
  padding-bottom: 0px;
}
.collect-ions .eventCard .content {
  padding-bottom: 40px !important;
}
/***************footer*****************/
footer.mainFooter {
  background: #c33a8c;
}
footer .footerBanner {
  border-top: none;
}
.footer-desc.ft-log {
  text-align: right;
  padding-left: 0px;
  word-break: normal;
}
.socialFooter {
  width: 100%;
  text-align: center;
}
.footerBanner p {
  text-align: center;
  width: 100%;
  float: left;
}
.abt-qt {
  color: #fff;
  float: left;
  width: 100%;
}
.abt-qt p {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 0;
}
.links-quic {
  margin-top: 30px;
}
footer .footer-desc .rtLogo {
  width: 70px;
  margin-bottom: 20px;
}
footer.mainFooter {
  background: url(../images/event/footer-desktop.png),
    linear-gradient(251.86deg, #f13b54 2.06%, #c33a8c 59.34%);
  background-position: right bottom, 50%;
  padding: 25px 0 23px;
  text-shadow: 0 1px 0 #c33a8c, 0 -1px 0 #c33a8c, 1px 0 0 #c33a8c,
    -1px 0 0 #c33a8c;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
}
footer .footer-desc .footerBanner p {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 2.5px;
}
footer.mainFooter .footerBanner .socialFooter a {
  margin-left: 0px;
}
footer.mainFooter .footer-desc p,
footer .others-link li a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.02em;
}
footer.mainFooter .footer-desc .footerBanner p {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.31em;
  text-align: center;
}
footer .footer-desc.links-quic {
  padding-left: 0px;
  padding-right: 0px;
}
.socialFooter .foot-social-icon {
  width: auto;
  height: auto;
  float: left;
  margin: 0px 15%;
}
footer .socialFooter .foot-social-icon:last-child {
  width: auto;
  height: auto;
  float: left;
  margin: 0px;
}
.socialFooter .foot-social-icon img {
  width: 100%;
}
footer .footerBanner .socialFooter {
  float: right;
  width: 100%;
}
.socialFooter ul {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.socialFooter ul li {
  float: left;
  list-style: none;
  margin: 0px 8% 20px;
  width: auto;
}
.socialFooter svg {
  /*width:20px;*/
  height: 20px;
  float: left;
}

.page-events .mainFooter{
  text-align: left;
}

.page-events .mainFooter .abt-qt{
  float: none;
}

.page-events .mainFooter .footer-socail{
  margin: 30px 0;
}

.page-events .mainFooter .footer-socail .footer-desc {
  margin-top: 0;
}

/************************event page*****************************/
.inner-banner {
  min-height: 351px;
  max-height: 351px;
  height: 351px;
}
.events-inner {
  background: url(../images/Ads-mockupArtboard.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.disc-evnt {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cust-head {
  width: 80%;
  margin: auto;
  text-align: center;
}
.event-head {
  color: #fff;
  font-weight: 100;
  font-size: 26px;
}
section.event-category {
  background-color: #f4f4f4;
  position: relative;
}
.cat-listing {
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.cat-listing ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cat-listing span {
  float: left;
  width: 100%;
  text-align: center;
  color: #7f8c8d;
  line-height: 16px;
}
.thing {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  color: #333;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: initial;
  flex-wrap: wrap;
  border: 1px solid #ededed;
  cursor: pointer;
}
.thing:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1);
  transform: translate(0, -3px);
  transform: translateY(-3px);
  transition: transform 0.2s, box-shadow 0.2s;
}
.grid-list {
  /* not really needed at first */
}
.grid-list .item {
  margin-bottom: 10px;
  text-align: center;
}

section .eventCategory-section.grid-section h2 {
  font-size: 16px;
  min-height: 50px;
  margin-bottom: 10px;
}
section .eventCategory-section.grid-section .eventCard .concert_date {
  font-size: 14px;
}
section .eventCategory-section.grid-section .eventCard .location {
  font-size: 14px;
}

.listing-section .eventCard .concert_date {
  width: 100%;
  font-size: 14px;
}
.listing-section .eventCard .location {
  width: 100%;
  font-size: 14px;
}

.column {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 500px) {
  .grid-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .grid-list .item {
    width: 50%;
  }
}
@media (min-width: 500px) and (max-width: 799px) {
  .grid-list .item {
    width: 49%;
  }
  .grid-list .item:nth-of-type(2n + 2) {
    margin-left: 2%;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .grid-list .item {
    width: 32%;
    margin-right: 2%;
  }
  .grid-list .item:nth-of-type(3n + 3) {
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  .grid-list .item {
    width: 11.5%;
    margin-right: 1%;
  }
  .grid-list .item:nth-of-type(4n + 4) {
    /* margin-right: 0;*/
  }
}

section.search-nav.evnt-page-srch {
  background: #f4f4f4;
  padding-top: 0;
}
.cat-search-form {
  width: 50%;
  margin: auto;
}
.cat-search-form .input-group-btn button.btn {
  border: none;
  border-radius: 0 !important;
  background: transparent;
}
.cat-search-form .input-group .form-control {
  border: none;
  border-radius: 0 !important;
  padding-left: 10px;
  background: transparent;
}
.cat-search-form .input-group {
  background: #fff !important;
  border-radius: 5px !important;
  float: left;
  width: 100%;
  box-shadow: 0 3px 5px rgba(202, 202, 202, 0.1),
    0 0 2px rgba(255, 247, 247, 0.1);
}
section.pageContent .filterSidebar {
  margin-top: 30px;
}
h1.mainSecTitle {
  margin-top: 0;
  margin-bottom: 15px;
}
.view-mode {
  float: left;
  width: 100%;
}
.view-mode .view-mod span {
  float: left;
}

.view-mode .view-mod ul {
  float: left;
  padding-left: 5px;
  padding-top: 2px;
}
.view-mode .view-mod ul li {
  list-style: none;
  float: left;
  padding: 0 10px;
  cursor: pointer;
}
.view-mode .view-mod ul li i.fa {
  font-size: 18px;
}
.view-mode .view-mod ul li.active i.fa {
  color: #56ccf2;
}

.padding-left {
  padding-left: 0px !important;
}
.padding-right {
  padding-right: 0px !important;
}
.padding-zero {
  padding: 0px !important;
}

select.sho_ting {
  background: transparent;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #dadada;
  width: 130px;
  margin-left: 5px;
}
.side-bar-listing {
  float: left;
  width: 100%;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 5px;
}
.expnd-data ul {
  list-style: none;
  padding-left: 10px;
  float: left;
  max-height: 215px;
  overflow: auto;
}
.bt-right {
  float: right;
}
.dta-name {
  float: left;
  width: 100%;
  cursor: pointer;
}
.expnd-data {
  float: left;
  width: 100%;
  padding-top: 15px;
}
.dta-name p {
  float: left;
  margin-bottom: 0;
}
.comn-cls {
  float: left;
  width: 100%;
}
.expnd-data ul li {
  float: left;
  width: 100%;
  margin-bottom: 1px;
  margin-top: 1px;
}
.side-bar-listing strong {
  color: #7a7a7a;
}
.expnd-data ul li input[type="checkbox"] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  line-height: 15px;
  color: #7f8c8d; /*font: normal normal normal 14px/1 FontAwesome;*/
}

.expnd-data ul li input[type="checkbox"] {
  display: none;
}

.expnd-data ul li input[type="checkbox"] + label:before {
  content: "\2714";
  border: 1px solid #dadada;
  border-radius: 0.2em;
  display: inline-block;
  width: 18px;
  height: 18px;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 12px;
  vertical-align: middle;
  color: transparent;
  transition: 0.2s;
  line-height: 16px;
}

.expnd-data ul li input[type="checkbox"] + label:active:before {
  transform: scale(0);
}
.expnd-data ul li input[type="checkbox"]:checked + label:before {
  background-color: #56ccf2;
  border-color: #56ccf2;
  color: #fff;
  line-height: 15px;
}
.expnd-data ul li input[type="checkbox"]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}
.expnd-data ul li input[type="checkbox"]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #56ccf2;
  border-color: #56ccf2;
}

.expnd-data ul::-webkit-scrollbar {
  width: 4px;
  background: transparent;
  height: 4px;
}
.expnd-data ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.expnd-data ul::-webkit-scrollbar-thumb {
  background: #56ccf2;
  border-radius: 10px;
}
section.eventCategory-section {
  float: left;
  width: 100%;
}
.section-grid-list.eventList-Home {
  padding-top: 10px !important;
}

section.eventCategory-section.grid-section
  .section-grid-list.eventList-Home
  .eventLaunced:nth-child(3n + 1) {
  padding-left: 2px !important;
}
ul.list-unstyled {
  float: left;
  width: 100%;
}
section.listing-section .eventCard .botom-price {
  border-top: 0px;
}
.content-block {
  float: left;
  width: 100%;
}
.content-block p {
  color: #6f6f6f;
  font-size: 100%;
  font-family: "Roboto", sans-serif;
}
.listing-section .eventList-Home .eventLaunced .eventCard .titleEvent h2 {
  font-size: 18px !important;
}
.listing-section .eventList-Home .eventLaunced .eventCard .content {
  /*padding-bottom: 0px !important;*/
}

.listing-section .eventLaunced .eventCard {
  margin-top: 20px;
}
.listing-section .eventLaunced .eventCard:first-child {
  margin-top: 0;
}
.top-evnt {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
section.pageContent .listing-section .boxPanel {
  background: transparent;
  box-shadow: none;
  padding: 0px;
}
.eventList-Home .grid-section .eventLaunced:nth-child(3n + 1) {
  padding-left: 0 !important;
}
.listing-section .eventList-Home .eventLaunced {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/***********(end event)***************/

@media only screen and (min-width: 1241px) and (max-width: 1380px) {
  /*************************Countries**********************/
  .count-ries .eventList-Home .eventCard .top .thumb {
    height: 255px !important;
  }
  /************footer************/
  footer.mainFooter {
    background-position: left 90% bottom, 56%;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1240px) {
  /***************collection********************/
  .collect-ions .eventCard .top .thumb {
    height: 225px !important;
  }
  /*************************Countries**********************/
  .count-ries .eventList-Home .eventCard .top .thumb {
    height: 180px !important;
  }
  /*************footer**************/
  footer.mainFooter {
    background-position: left 90% bottom, 56%;
  }
}

@media only screen and (min-width: 1121px) and (max-width: 1200px) {
  /***********home page newsletter section********************/
  .homeCategory-section .align-st-item {
    width: 55%;
    top: 13%;
  }
  .homeCategory-section .newsletter-Home .concert_date {
    font-size: 21px;
    line-height: 25px;
  }
  .homeCategory-section .newsletter-Home .align-st-item .form-input {
    width: 100%;
    float: left;
  }
  .homeCategory-section
    .newsletter-Home
    .align-st-item
    .form-input
    form.validate {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .newsletter-Home .news-letter .form-input input {
    width: 60%;
  }
  /******************venues************/
  .Venues .eventList-Home .spt-two .eventCard {
    height: 210px;
  }
  /***************collection********************/
  .collect-ions .eventCard .top .thumb {
    height: 186px !important;
  }
  /*************************Countries**********************/
  .count-ries .eventList-Home .eventCard .top .thumb {
    height: 180px !important;
  }

  /*********footer************/
  footer.mainFooter .footerBanner .socialFooter a {
    margin-left: 10px;
  }
  footer.mainFooter {
    background-position: left 90% bottom, 56%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1120px) {
  /***********home page newsletter section********************/
  .homeCategory-section .align-st-item {
    width: 55%;
    top: 13%;
  }
  .homeCategory-section .newsletter-Home .concert_date {
    font-size: 21px;
    line-height: 25px;
  }
  .homeCategory-section .newsletter-Home .align-st-item .form-input {
    width: 100%;
    float: left;
  }
  .homeCategory-section
    .newsletter-Home
    .align-st-item
    .form-input
    form.validate {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .newsletter-Home .news-letter .form-input input {
    width: 60%;
  }
  /***************collection********************/
  .collect-ions .eventCard .top .thumb {
    height: 186px !important;
  }
  /******************venues************/
  .Venues .eventList-Home .spt-two .eventCard .top .thumb {
    height: 210px;
  }
  /*************************Countries**********************/
  .count-ries .eventList-Home .eventCard .top .thumb {
    height: 160px !important;
  }

  /*********footer************/
  footer.mainFooter .footerBanner .socialFooter a {
    margin-left: 10px;
  }
  footer.mainFooter {
    background-position: left 90% bottom, 56%;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1023px) {
  /***********home page newsletter section********************/
  .homeCategory-section .align-st-item {
    width: 55%;
    top: 13%;
  }
  .homeCategory-section .newsletter-Home .concert_date {
    font-size: 21px;
    line-height: 25px;
  }
  .homeCategory-section .newsletter-Home .align-st-item .form-input {
    width: 100%;
    float: left;
  }
  .homeCategory-section
    .newsletter-Home
    .align-st-item
    .form-input
    form.validate {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .newsletter-Home .news-letter .form-input input {
    width: 60%;
  }
  /***************collection********************/
  .collect-ions .eventCard .top .thumb {
    height: 186px !important;
  }
  /******************venues************/
  .Venues .eventList-Home .spt-two .eventCard {
    height: 210px;
  }
  /*************************Countries**********************/
  .count-ries .eventList-Home .eventCard .top .thumb {
    height: 160px !important;
  }

  /*********footer************/
  footer.mainFooter .footerBanner .socialFooter a {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 941px) and (max-width: 990px) {
  /***********home page newsletter section********************/
  .homeCategory-section .align-st-item {
    width: 55%;
    top: 13%;
  }
  .homeCategory-section .newsletter-Home .concert_date {
    font-size: 21px;
    line-height: 25px;
  }
  .homeCategory-section .newsletter-Home .align-st-item .form-input {
    width: 100%;
    float: left;
  }
  .homeCategory-section
    .newsletter-Home
    .align-st-item
    .form-input
    form.validate {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .newsletter-Home .news-letter .form-input input {
    width: 60%;
  }
  /***************collection********************/
  .collect-ions .eventCard .top .thumb {
    height: 135px !important;
  }
  /******************venues************/
  .Venues .eventList-Home .spt-two .eventCard {
    height: 156px;
  }
  /*************************Countries**********************/
  .count-ries .eventList-Home .eventCard .top .thumb {
    height: 160px !important;
  }

  /*************footer*******************/
  .main-footer-st {
    width: 100%;
  }
  .footer-col-st {
    float: left;
    width: 100%;
  }
  footer .footer-desc.links-quic {
    margin-left: 15%;
    width: 40%;
  }
  footer.mainFooter {
    background: linear-gradient(251.86deg, #f13b54 2.06%, #c33a8c 59.34%);
  }
  .abt-qt p {
    text-align: center;
  }
}

@media only screen and (min-width: 821px) and (max-width: 940px) {
  /*********header***********/
  ul.nav.navbar-nav {
    float: none !important;
    margin-left: 0;
  }
  /***********home page newsletter section********************/
  .homeCategory-section .align-st-item {
    width: 90%;
    top: 30px;
  }
  .homeCategory-section .newsletter-Home .concert_date {
    font-size: 20px;
    line-height: 25px;
  }
  .homeCategory-section .newsletter-Home .align-st-item .form-input {
    width: 100%;
    float: left;
  }
  .homeCategory-section
    .newsletter-Home
    .align-st-item
    .form-input
    form.validate {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .newsletter-Home .news-letter .form-input input {
    width: 60%;
    margin-top: 30px;
  }
  .newsletter-Home .news-btn {
    margin-top: 30px;
  }
  /***************collection********************/
  .collect-ions .eventCard .top .thumb {
    height: 140px !important;
  }
  .eventCard .concert_date {
    margin-bottom: 5px;
  }
  /******************venues************/
  .Venues .eventList-Home .spt-two .eventCard {
    height: 156px;
  }
  /*************************Countries**********************/
  .count-ries .eventList-Home .eventCard .top .thumb {
    height: 120px !important;
  }

  /*************footer*******************/
  .main-footer-st {
    width: 100%;
  }
  .footer-col-st {
    float: left;
    width: 100%;
  }
  footer .footer-desc.links-quic {
    margin-left: 15%;
    width: 40%;
  }
  footer.mainFooter {
    background: linear-gradient(251.86deg, #f13b54 2.06%, #c33a8c 59.34%);
  }
  .abt-qt p {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .pageContent-Home .row .mainBodyContent.col-xs-12 {
    padding: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 820px) {
  /***********home page newsletter section********************/
  .homeCategory-section .align-st-item {
    width: 90%;
    top: 23px;
  }
  .homeCategory-section .newsletter-Home .concert_date {
    font-size: 20px;
    line-height: 25px;
  }
  .homeCategory-section .newsletter-Home .align-st-item .form-input {
    width: 100%;
    float: left;
  }
  .homeCategory-section
    .newsletter-Home
    .align-st-item
    .form-input
    form.validate {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .newsletter-Home .news-letter .form-input input {
    width: 60%;
    margin-top: 15px;
  }
  .newsletter-Home .news-btn {
    margin-top: 15px;
  }
  /***************collection********************/
  .collect-ions .eventCard .top .thumb {
    height: 140px !important;
  }
  .eventCard .concert_date {
    margin-bottom: 2px;
  }
  .collect-ions .eventList-Home .eventLaunced {
    margin-bottom: 10px !important;
  }
  /******************venues************/
  .Venues .eventList-Home .spt-two .eventCard {
    height: 163px;
  }
  .Venues .eventList-Home .eventLaunced {
    margin-bottom: 10px !important;
  }
  /*************************Countries**********************/
  .count-ries .eventList-Home .eventCard .top .thumb {
    height: 120px !important;
  }
  .count-ries .eventList-Home .eventLaunced {
    margin-bottom: 10px !important;
  }
  /********************event**************/
  .filterSidebar .side-bar-listing {
    padding-left: 0px;
    padding-right: 0px;
  }
  .side-bar-listing .expnd-data ul {
    padding-left: 0px;
  }
  /*************footer*******************/
  .main-footer-st {
    width: 100%;
  }
  /*.footer-col-st {float: left;width: 100%;}*/
  .footer-col-st {
    float: left;
    width: 58%;
  }
  .col-md-12.footer-socail {
    float: left;
    width: 58%;
  }
  footer .footer-desc.links-quic {
    margin-left: 15%;
    width: 40%;
    padding-top: 0;
  }
  /*footer.mainFooter{background:linear-gradient(251.86deg,#f13b54 2.06%,#c33a8c 59.34%);}*/
  .abt-qt p {
    text-align: center;
  }
  ul.list-unstyled li {
    text-align: left;
  }
  .socialFooter ul li {
    margin: 0px 4% 20px;
  }
  footer.mainFooter {
    background-size: 300px, auto;
  }
  .abt-qt {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation: landscape) {
  .Venues .eventList-Home .spt-two .eventCard {
    height: 156px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /******************venues************/
  .Venues .eventList-Home .spt-two .eventCard {
    height: 210px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  /******************venues************/
  .Venues .eventList-Home .spt-two .eventCard {
    height: 154px;
    margin-top: 0;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  /******************venues************/
  .Venues .eventList-Home .spt-two .eventCard:first-child {
    margin-top: 0px;
  }
  .Venues .eventList-Home .spt-two .eventCard {
    height: 213px;
    margin-top: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .eventList-Home .eventLaunced {
    margin: 0px 0px 0px !important;
    padding: 0px 5px !important;
  }
  .eventList-Home .event-list.eventLaunced {
    padding: 0px !important;
  }
  header.mainHeader .navbar-brand img {
    top: 0;
    width: 83px;
  }
  section.pageContent-Home .mainBodyContent .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .homeCategory-section.collect-ions .swiper-slide:first-child .eventLaunced {
    padding-left: 10px !important;
  }

  .newsletter-Home .col-sm-12.col-xs-12.eventLaunced {
    padding: 0px 5px !important;
  }
  section.trending .row {
    padding-top: 0px;
  }
  section#pageSlider2 .carousel-indicators {
    bottom: -10px;
  }


  /***********************for slider height***************************/
  /* section#pageSlider2 {height: 699px;}
    section#pageSlider2 div#pageSlider-slide {height: 100%;}
    section#pageSlider2 div#pageSlider-slide .carousel-inner {height: 100%;}
    section#pageSlider2 div#pageSlider-slide .carousel-inner .item {height: 100%;}
    section#pageSlider2 div#pageSlider-slide .carousel-inner .item a {height: 100% !important;width: 100% !important;float: left;}
    section#pageSlider2 div#pageSlider-slide .carousel-inner .item a picture {height: 100%;width: 100%;float: left;}
    section#pageSlider2 div#pageSlider-slide .carousel-inner .item a picture img.bannerPoster.img-responsive {height: 100%;} */
  section.pageContent-Home
    .mainBodyContent
    section.homeCategory-section
    .eventList-Home
    .eventCard
    .top
    .thumb {
    height: 230px;
    max-width: 370px;
  }
  section.pageContent-Home
    .mainBodyContent
    section.homeCategory-section.collect-ions
    .eventList-Home
    .eventCard
    .top
    .thumb {
    height: auto;
  }
  section.pageContent-Home
    .mainBodyContent
    section.homeCategory-section.count-ries
    .eventList-Home
    .eventCard
    .top
    .thumb {
    height: auto;
  }
  section.pageContent-Home
    .mainBodyContent
    section.homeCategory-section.collect-ions
    .eventList-Home
    .eventCard
    .top
    .thumb
    img {
    width: 100%;
  }
  /***********event***********/
  .cat-search-form {
    width: 100%;
  }
  .eventLaunced .eventCard {
    width: 100%;
    max-width: 370px;
  }

  .newsletter-Home .eventCard{
    max-width: none;
  }

  /*************footer*************/
  .main-footer-st {
    float: right;
    word-break: break-all;
  }
  .footer-desc.ft-log {
    text-align: center;
    padding-right: 0;
    width: 100%;
    margin: 0;
  }
  .footer-col-st {
    padding-right: 0;
    width: 90%;
    float: right;
  }
  footer.mainFooter {
    background: linear-gradient(251.86deg, #f13b54 2.06%, #c33a8c 59.34%);
    padding: 0;
  }
  footer.mainFooter .container {
    background: url(../images/event/footer-desktop.png);
    background-size: 60% !important;
    background-repeat: no-repeat;
    background-position: -27px 100%;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .footer-desc.links-quic {
    display: none;
  }
  footer.mainFooter .footerBanner .socialFooter a {
    margin-left: 0px;
    float: left;
    width: auto;
  }
  .footer-desc.ft-log p {
    text-align: left;
  }
  .abt-qt {
    margin-top: 0%;
  }
  .links-quic {
    margin-top: 15px;
  }
  .abt-qt {
    float: right;
    padding: 0;
    margin: 0;
  }
  footer .footerBanner {
    padding-right: 0;
    width: 100%;
    padding: 0px;
  }

  /***********for mobile slider***************/
  .st-for-mobile {
    display: block !important;
  }
  .for-dsktop {
    display: none;
  }
  .vns-for-mobile {
    display: block !important;
  }
  .vns-desktop {
    display: none;
  }
  .countries-mobile {
    display: block !important;
  }
  .countries-desktop {
    display: none;
  }

  .count-ries.countries-mobile .eventList-Home .titleEvent {
    /*bottom: 36px;*/
    bottom: 0px;
  }
  .st-moew {
    width: 100%;
    text-align: right;
    padding: 0px 15px;
    font-size: 16px;
    color: #f13b54;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    float: right;
  }
  .st-moew i.fa {
    left: 6px; /*position: relative;top: 1px;*/
    font-weight: bold;
  }
  .eventCard .location b {
    opacity: 1 !important;
  }
  .eventCard .concert_date b {
    opacity: 1 !important;
  }
  .eventList-Home .see_all_events {
    width: 179px;
    padding: 15px 43px;
    margin: auto;
    cursor: pointer !important;
    text-align: center !important;
    font-size: 16px !important;
    line-height: 30px !important;
    letter-spacing: normal !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 8px !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #F13B54 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    width: 100% !important;

  }

  .Venues .eventList-Home .eventCard .top .thumb {
    height: 100% !important;
  }
  .Venues .eventList-Home .eventCard .thumb img {
    height: 100% !important;
  }

  .swiper-container.swiper-container-horizontal {
    /*margin-bottom: 0 !important;*/
  }

  section.homeCategory-section.count-ries.countries-mobile {
    margin-bottom: 50px !important;
  }
  .homeCategory-section h1.mainSecTitle {
    margin-bottom: 0px !important;
  }
  #app .homeCategory-section .eventList-Home {
    padding-top: 0;
  }
  .trending h1#trendingCount {
    margin-bottom: 25px !important;
    margin-left: 15px;
  }
  .concert_date {
    /* width: 100%; */
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
    text-align: left;
    display: block;
  }
  .eventCard .location {
    font-size: 16px !important;
    display: block;
    white-space: nowrap !important;
    overflow: hidden;

  }
  .location {
    text-align: left;
  }
  section.homeCategory-section.count-ries.countries-mobile
    .see_all_collections {
    padding: 0 10px 0 30px;
    display: inline-block;
  }
  .eventList-Home .eventCard .top .genre_tag {
    padding: 3px 20px;
    font-size: 12px;
    font-weight: bold;
  }
  .trending .eventList-Home .eventLaunced:nth-child(9) .eventCard {
    margin-bottom: 0;
  }
  .all-events {
    float: left;
    width: 100%;
    margin-top: 10px;
  }

  div#app {
    margin-top: 75px;
  }
  .homeCategory-section h1.mainSecTitle {
    padding-left: 0px;
    margin-left: 15px;
  }
  .eventList-Home .eventCard .content {
    padding-bottom: 8px !important;
  }
  #homepage_collections li .top-evnt {
    padding-bottom: 20px;
  }

  .discount span.biger {
    right: 4px;
    top: -62px;
  }
  .discount span.small {
    right: 6px;
    top: -42px;
  }

  .pageCart .mainBodyContent section.eventCategory-section,
  .pageCart .mainBodyContent section.homeCategory-section,
  .pageCart .mainBodyContent section.pageCategory-section,
  .pageCart .mainSidebarContent section.eventCategory-section,
  .pageCart .mainSidebarContent section.homeCategory-section,
  .pageCart .mainSidebarContent section.pageCategory-section,
  .pageContent .mainBodyContent section.eventCategory-section,
  .pageContent .mainBodyContent section.homeCategory-section,
  .pageContent .mainBodyContent section.pageCategory-section,
  .pageContent .mainSidebarContent section.eventCategory-section,
  .pageContent .mainSidebarContent section.homeCategory-section,
  .pageContent .mainSidebarContent section.pageCategory-section,
  section.pageContent-Home .mainBodyContent section.eventCategory-section,
  section.pageContent-Home .mainBodyContent section.homeCategory-section,
  section.pageContent-Home .mainBodyContent section.pageCategory-section,
  section.pageContent-Home .mainSidebarContent section.eventCategory-section,
  section.pageContent-Home .mainSidebarContent section.homeCategory-section,
  section.pageContent-Home .mainSidebarContent section.pageCategory-section {
    margin-bottom: 65px;
  }

  .footer-socail .aaArea.row.col-sm-6.footer-desc {
    padding-top: 0;
    margin: 0px;
  }
  footer.mainFooter .footer-desc p,
  footer .others-link li a {
    text-align: left;
  }
  .col-md-12.footer-socail {
    float: right;
    padding: 0px;
    width: 95%;
  }

  .socialFooter ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .socialFooter ul li {
    float: left;
    list-style: none;
    margin: 0px 8px 20px;
    width: auto;
  }
  .socialFooter svg {
    width: 20px;
    height: 20px;
    float: left;
  }

  section.trending {
    margin-top: 25px;
  }
  .swiper-container-full {
    margin: 20px auto 22px;
  }
  .event-list .eventCard {
    max-width: 370px;
    width: 100%;
  }
  .see_all_collections span a i.fa {
    margin-left: 7px;
    margin-top: 5px;
    float: right;
  }

  /******************Mobile Toggle Starts************/
  .mobile-toggle {
    float: right;
    margin: 22px 20px;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 35px;
    height: 2px;
    background: #fcfcfc;
    border-radius: 2px;
    margin: 6px 0;
    transition: 0.4s;
  }
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -3px);
    transform: rotate(45deg) translate(-5px, -3px);
  }
  /******************Mobile Toggle Ends************/

  /************************newsletter successful msg*****************************/
  .tnks-info {
    width: 352px;
    height: 370px;
    margin: 0 auto;
    position: fixed;
    z-index: 99999;
    top: 20%;
    left: 0;
    right: 0;
    padding: 0px;
    display: none;
  }
  .tnks-info:after {
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .all-info {
    float: left;
    width: 100%;
    position: relative;
    z-index: 999999999999;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(29, 29, 29, 0.2);
    border-radius: 3px;
  }
  .suc-ful-msg {
    float: left;
    width: 100%;
    padding: 135px 29px 133px;
  }
  .tk-img {
    float: left;
    width: 100%;
    position: relative;
  }
  .tk-img img {
    width: 88px;
    position: absolute;
    top: -15px;
    left: -17px;
  }
  .tk-img button.close {
    float: right;
    color: #a7a4a4;
    z-index: 9;
    opacity: 1;
    position: absolute;
    right: 0px;
    padding: 14px 16px;
  }
  .suc-ful-msg h3 {
    font-style: normal;
    margin: 0px 0px 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    align-items: center;
    text-align: center;
    letter-spacing: -0.6px;
    color: rgba(29, 29, 29, 0.8);
  }
  .suc-ful-msg p {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.02em;
    color: rgba(29, 29, 29, 0.45);
    margin: 0px;
    font-family: "Roboto", sans-serif;
  }

  /***********home page Collection section********************/
  .eventCard .genres b {
    /* width: 100%; */
    float: left;
    line-height: 20px;
    font-family: sans-serif;
    color: rgba(29, 29, 29, 0.65);
    margin-right: 5px;
    text-align: left;
    font-size: 16px;
  }
  .eventCard .genres span {
    /* width: 100%; */ 
    letter-spacing: 0.02em;
    color: rgba(29, 29, 29, 0.65);
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
    text-align: left;
    display: block;
  }
  /***********home page Collection section********************/
  .countries-mobile .eventList-Home .eventCard .top-evnt {
    border-radius: 3px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px){
  body footer.mainFooter .container {
    background-size: 50% !important;
    background: none;
  }

  footer.mainFooter .main-footer-st{
    width: 100%;
    max-width: none;
  }

  footer.mainFooter .footer-col-st{
    padding-left: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
  /***********home page newsletter section********************/
  .homeCategory-section .align-st-item {
    width: 90%;
    top: 25px;
  }
  .homeCategory-section .newsletter-Home .concert_date {
    font-size: 16px;
    line-height: 20px;
  }
  .homeCategory-section .newsletter-Home .align-st-item .form-input {
    width: 100%;
    float: left;
  }
  .homeCategory-section
    .newsletter-Home
    .align-st-item
    .form-input
    form.validate {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .newsletter-Home .news-letter .form-input input {
    width: 60%;
    margin-top: 30px;
  }
  .newsletter-Home .news-letter .news-btn {
    margin-top: 30px;
  }
  /*.top.news-letter .thumb {height:150px;}
    .top.news-letter .thumb .img-responsive {height: 100%;}*/
  /**********************************/
  .collect-ions .eventCard .top .thumb {
    height: 360px !important;
  }
  /******************venues************/
  /*.Venues .eventList-Home .spt-two .eventCard .top .thumb{height:270px !important;}*/
  .Venues .eventList-Home .eventCard {
    height: 284px;
  }
  .Venues .eventList-Home .spt-two .eventCard .top .thumb img {
    height: 100%;
  }
  /********************collections*****************/
  .homeCategory-section .eventList-Home .eventLaunced .thumb img {
    width: 100%;
    height: 100%;
  }
  /*******************Countries************************/
  .count-ries .eventCard .top .thumb {
    /*height:360px !important;*/
    height: auto !important;
  }
  .count-ries .eventList-Home .eventLaunced {
    margin-bottom: 0px !important;
  }
  .Venues .eventList-Home .eventCard.st-tw {
    margin-top: 0px;
  }

  .newsletter-Home .titleEvent h2 {
    margin-top: 5px;
  }
  .homeCategory-section .swiper-slide {
    width: auto !important;
  }

  section.pageContent-Home
    .mainBodyContent
    section.homeCategory-section.Venues
    .eventList-Home
    .eventCard
    .top
    .thumb {
    /*height: 100% !important;*/
    height: auto !important;
  }
  .homeCategory-section.Venues .swiper-slide {
    width: 85% !important;
  }
  .homeCategory-section.collect-ions .swiper-slide {
    width: auto !important;
  }
  /********************slider*************/
  section.pageContent-Home
    .mainBodyContent
    section.homeCategory-section.collect-ions
    .eventList-Home
    .eventCard
    .top
    .thumb {
    /*height: 370px !important;*/
    height: auto !important;
  }
  .Venues .eventList-Home .titleEvent h2.cust-heading {
    font-size: 20px;
  }

  body footer.mainFooter .container {
    background-size: 45% !important;
  }
  .count-ries li.swiper-slide {
    width: auto;
  }

  .Venues .eventList-Home .eventCard {
    margin-bottom: 0px !important;
  }
}

@media only screen and (min-width: 561px) and (max-width: 640px) {
  /***********home page newsletter section********************/
  .homeCategory-section .align-st-item {
    width: 90%;
    top: 20px;
  }
  .homeCategory-section .newsletter-Home .titleEvent h2 {
    /*margin-top:10px !important;*/
    font-size: 23px;
    margin-bottom: 0;
  }
  .homeCategory-section .newsletter-Home .concert_date {
    font-size: 15px;
    line-height: 20px;
  }
  .homeCategory-section .newsletter-Home .align-st-item .form-input {
    width: 100%;
    float: left;
  }
  .homeCategory-section
    .newsletter-Home
    .align-st-item
    .form-input
    form.validate {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .top.news-letter .thumb {
    height: 275px;
  }
  .top.news-letter .thumb img {
    height: 100%;
  }
  .newsletter-Home .news-letter .form-input input {
    width: 60%;
    margin-top: 30px;
  }
  .newsletter-Home .news-letter .news-btn {
    margin-top: 30px;
  }
  /*.top.news-letter .thumb {height:150px;}
    .top.news-letter .thumb .img-responsive {height: 100%;}*/
  /**********************************/
  .collect-ions .eventCard .top .thumb {
    height: 360px !important;
  }
  /******************venues************/
  .Venues .eventList-Home .spt-two .eventCard .top .thumb {
    height: 270px !important;
  }
  .Venues .eventList-Home .spt-two .eventCard .top .thumb img {
    height: 100%;
  }
  /********************collections*****************/
  .homeCategory-section .eventList-Home .eventLaunced .thumb img {
    width: 100%;
    height: 100%;
  }
  /*******************Countries************************/
  .count-ries .eventCard .top .thumb {
    height: 270px !important;
  }
  .count-ries .eventList-Home .eventLaunced {
    margin-bottom: 0px !important;
  }
  .Venues .eventList-Home .eventCard.st-tw {
    margin-top: 0px;
  }

  /********************slider*************/
  section.pageContent-Home
    .mainBodyContent
    section.homeCategory-section.collect-ions
    .eventList-Home
    .eventCard
    .top
    .thumb {
    height: 285px !important;
  }
  .Venues .eventList-Home .titleEvent h2.cust-heading {
    font-size: 20px;
  }

  .homeCategory-section.collect-ions .swiper-slide {
    /*width: auto !important;*/
    width: 65% !important;
  }
  .Venues .eventList-Home .eventCard {
    height: 290px !important;
  }
  .Venues .eventList-Home .eventCard .top .thumb {
    height: auto !important;
  }
  .count-ries li.swiper-slide {
    width: auto;
  }
}

@media only screen and (min-width: 481px) and (max-width: 560px) {
  /***********home page newsletter section********************/
  .homeCategory-section .align-st-item {
    width: 90%;
    top: 10px;
  }
  .homeCategory-section .newsletter-Home .titleEvent h2 {
    /*margin-top: 0;*/
    font-size: 20px;
    margin-bottom: 0;
  }
  .homeCategory-section .newsletter-Home .concert_date {
    font-size: 14px;
    line-height: 18px;
  }
  .homeCategory-section .newsletter-Home .align-st-item .form-input {
    width: 100%;
    float: left;
  }
  .homeCategory-section
    .newsletter-Home
    .align-st-item
    .form-input
    form.validate {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .top.news-letter .thumb {
    height: 275px;
  }
  .top.news-letter .thumb img {
    height: 100%;
  }
  .newsletter-Home .news-letter .form-input input {
    width: 60%; /*margin-top: 10px;*/
  }
  /*.top.news-letter .thumb {height:150px;}
    .top.news-letter .thumb .img-responsive {height: 100%;}*/
  /******************venues************/
  .Venues .eventList-Home .spt-two .eventCard .top .thumb {
    height: 270px !important;
  }
  .Venues .eventList-Home .spt-two .eventCard .top .thumb img {
    height: 100%;
  }
  /********************collections*****************/
  .homeCategory-section .eventList-Home .eventLaunced .thumb img {
    width: 100%;
    height: 100%;
  }
  /*******************Countries************************/
  .count-ries .eventCard .top .thumb {
    height: 270px !important;
  }
  .count-ries .eventList-Home .eventLaunced {
    margin-bottom: 0px !important;
  }
  .Venues .eventList-Home .eventCard.st-tw {
    margin-top: 0px;
  }
  /********************slider*************/
  section.pageContent-Home
    .mainBodyContent
    section.homeCategory-section.collect-ions
    .eventList-Home
    .eventCard
    .top
    .thumb {
    height: 370px !important;
  }
  .Venues .eventList-Home .titleEvent h2.cust-heading {
    font-size: 20px;
  }

  .homeCategory-section.collect-ions .swiper-slide {
    width: 100% !important;
  }
  .count-ries li.swiper-slide {
    width: auto;
  }
}

@media only screen and (max-width: 480px) {
  /***********home page newsletter section********************/
  .homeCategory-section .align-st-item {
    width: 85%;
    top: 0;
  }
  .homeCategory-section .newsletter-Home .titleEvent h2 {
    margin-top: 40px;
    margin-bottom: 16px !important;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.02em;
    position: inherit;
  }
  .homeCategory-section .newsletter-Home .concert_date {
    font-size: 12px;
    line-height: 14px;
  }
  .homeCategory-section .newsletter-Home .align-st-item .form-input {
    width: 100%;
    float: left;
  }
  .homeCategory-section .newsletter-Home .align-st-item .form-input form.validate {
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .newsletter-Home .news-letter .form-input input {
    width: 100%;
    margin-top: 30px;
    border-right-width: 1px;
    border-radius: 3px;
    height: 40px;
    font-size: 12px;
    letter-spacing: 0.02em;
    background: rgba(0, 0, 0, 0.65);
    border: 0.5px solid #ffffff;
    box-sizing: border-box;
  }
  .top.news-letter .thumb {
    height: 275px;
  }
  .top.news-letter .thumb .img-responsive {
    height: 100%;
  }
  .news-btn {
    border-radius: 3px;
    margin-top: 15px;
    float: none;
    height: 40px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
  }
  /******************venues************/
  .Venues .eventList-Home .eventCard {
    height: 240px !important; /*height:150px !important;*/
  }
  section.pageContent-Home .mainBodyContent section.homeCategory-section.Venues .eventList-Home .eventCard .top .thumb {
    height: 100% !important;
  }
  /* .thumb, 
  .thumb img {
    position: relative;
      height: 230px;
      width: 370px;
      border-radius: 3px 3px 0px 0px;
      background-size: cover;
      background-position: center center;
  } */
  .Venues .eventList-Home .spt-two .eventCard .top .thumb {
    height: 240px !important;
  }
  .Venues .eventList-Home .spt-two .eventCard .top .thumb img {
    height: 100%;
  }
  .count-ries .eventCard .top .thumb img {
    height: 100%;
  }
  section.pageContent-Home .mainBodyContent section.homeCategory-section .eventList-Home .eventCard .top .thumb {
    height: 230px !important;
  }
  section.pageContent-Home .mainBodyContent  section.homeCategory-section.collect-ions .eventList-Home .eventCard .top .thumb img {
    height: 100%;
  }
  section.pageContent-Home .mainBodyContent section.homeCategory-section.count-ries .eventList-Home .eventCard .top .thumb {
    height: 150px !important;
  }
  .cust-heading {
    font-size: 19px;
  }
  /*******************Countries************************/
  section.homeCategory-section.count-ries {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  .count-ries .eventList-Home .eventLaunced {
    margin-bottom: 0px !important;
  }
  .Venues .eventList-Home .eventCard.st-tw {
    margin-top: 0px;
  }
  .homeCategory-section.count-ries .swiper-slide {
    width: 180px !important;
  }
  .homeCategory-section .swiper-slide .eventCard {
    margin-bottom: 0 !important;
  }

  .count-ries .titleEvent .cust-heading {
    font-size: 14px;
    margin: 0px 0px !important;
  }
  .count-ries .titleEvent:after {
    height: 40px;
  }

  /*********Collections slider for mobile***********/
  .slideshow li b {
    float: left;
    width: 100%;
  }
  .slideshow li span {
    float: left;
    width: 100%;
    left: 0px;
  }
  .location {
    float: left;
    width: 100%;
    margin-top: 0px;
  }
  .slideshow li {
    width: 330px !important;
  }
  /*************trending event************/
  .eventList-Home .eventCard .content {
    padding-bottom: 30px !important;
  }
  .eventList-Home .eventCard .botom-price {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .eventList-Home .eventCard .titleEvent {
    padding-bottom: 0px;
  }

  section.collection .eventList-Home .eventCard .content {
    padding-bottom: 8px !important;
  }
  /**********slider**********/
  .slideshow-three ul {
    height: 240px !important;
  }
  .count-ries.countries-mobile .eventList-Home .titleEvent {
    bottom: 0 !important;
    height: 40px;
    display: flex;
    vertical-align: middle;
  }
  /*section#homepage_collections{margin-bottom: 0px;}
    section#homepage_venues-mob {margin-bottom: 20px;}
    section#homepage_Newsletter {margin-bottom: 10px;}*/
  footer .footerBanner a .fa {
    font-size: 26px;
  }
  .abt-qt p {
    line-height: 11px;
    font-size: 8px;
  }
  .eventCard .concert_date b {
    /* width: 100%; */    
    float: left;    
    line-height: 20px;    
    font-family: sans-serif;    
    font-size: 16px;
  }
  .eventCard .location b {
    width: 100%;
    float: left;
    text-align: left;
    line-height: 18px;
    font-family: sans-serif;
  }
  .eventCard .location span {
    width: 100%;
    float: left;
    text-align: left;
  }
  .homeCategory-section.collect-ions .swiper-slide {
    width: 95.7% !important;
    max-width: 330px;
  }

  .homeCategory-section .titleEvent h2 {
    word-wrap: break-word;
    white-space: initial !important;
  }
  #homepage_Newsletter .newsletter-Home .col-sm-12.col-xs-12.eventLaunced {
    padding: 0px !important;
  }
  section.collect-ions .eventList-Home .eventLaunced {
    padding-left: 0 !important;
  }
  .count-ries .swiper-container.swiper-container-horizontal {
    margin-bottom: 10px !important;
  }

  section.pageContent-Home .mainBodyContent .Venues .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  section.pageContent-Home .mainBodyContent .Venues .row .see_all_collections {
    padding: 0 10px 0 30px;
    display: inline-block;
  }
  section.pageContent-Home .mainBodyContent .Venues .row ul li.swiper-slide:first-child .eventLaunced {
    padding-left: 10px !important;
  }
  section.pageContent-Home .mainBodyContent .countries-mobile .row {
    margin-left: -15px;
    margin-right: -15px; /*padding-left: 10px !important;*/
  }
  section.pageContent-Home .mainBodyContent .countries-mobile li.swiper-slide:first-child .eventLaunced {
    padding-left: 10px !important;
  }
  /* section.pageContent-Home .mainBodyContent .countries-mobile .row ul li.swiper-slide:first-child .eventLaunced{padding-left: 0px !important;}*/

  .Venues .eventList-Home .titleEvent h2.cust-heading {
    font-size: 16px;
    line-height: 16px;
  }
  .Venues .eventList-Home .eventCard .titleEvent {
    padding-bottom: 0px;
  }
  .Venues .eventList-Home .eventCard:after {
    height: 50px;
  }
  .Venues .eventList-Home .titleEvent {
    height: 50px;
  }
  .see_all_collections span a i.fa {
    margin-left: 7px;
    margin-top: 5px;
    float: right;
  }

  /*.homeCategory-section .titleEvent h2{font-size:18px !important;}*/

  /********Trending Events********/
  .eventLaunced .eventCard {
    margin: auto;
    float: none;
  }
}

@media only screen and (min-width: 381px) and (max-width: 420px) {
  .homeCategory-section .swiper-slide {
    width: 80%;
  }
}

@media only screen and (min-width: 360px) and (max-width: 380px) {
  /*    .vns-for-mobile .slideshow-two li{width: 300px !important;}
    .slideshow li{width: 300px !important;}*/
  .homeCategory-section .swiper-slide {
    width: 80%;
  }
  .swiper-container-android .swiper-slide,
  .swiper-pagination,
  .swiper-wrapper {
    /*transform: translate3d(0,0,0);*/
    padding-left: 10px;
    transform: translate3d(0px, 0px, 0px);
    transition-duration: 0ms;
  }
  /************************newsletter successful msg*****************************/
  .tnks-info {
    width: 85%;
    height: 370px;
    margin: 0 auto;
    position: fixed;
    z-index: 99999;
    top: 20%;
    left: 0;
    right: 0;
    padding: 0px;
    display: none;
  }
}
@media only screen and (max-width: 359px) {
  .vns-for-mobile .slideshow-two li {
    width: 300px !important;
  }
  .slideshow li {
    width: 300px !important;
  }
  .homeCategory-section .swiper-slide {
    width: 80%;
  }
  /************************newsletter successful msg*****************************/
  .tnks-info {
    width: 85%;
    height: 370px;
    margin: 0 auto;
    position: fixed;
    z-index: 99999;
    top: 20%;
    left: 0;
    right: 0;
    padding: 0px;
    display: none;
  }
}

/**************Collections slider for mobile*********************/
.st-for-mobile {
  display: none;
}
.vns-for-mobile {
  display: none;
}
.countries-mobile {
  display: none;
}

.slideshow {
  width: 350px;
  margin: 0em auto;
  overflow: hidden;
}
.slideshow ul {
  width: 400%;
  height: 200px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.slideshow li {
  float: left;
  list-style: none;
  width: 350px;
}
.vns-for-mobile .slideshow-two {
  width: 350px;
  margin: 0em auto;
  overflow: hidden;
}
.vns-for-mobile .slideshow-two ul {
  width: 400%;
  height: 200px;
  padding: 0;
  margin: 0;
  list-style: none; /*transition:all 0.9s;*/
}
.vns-for-mobile .slideshow-two li {
  float: left;
  list-style: none;
  width: 350px;
}
.vns-desktop .slideshow-two li {
  list-style: none;
}
.slideshow-three {
  width: 350px;
  margin: 0em auto 2em;
  overflow: hidden;
}
.slideshow-three ul {
  width: 400%;
  height: 200px;
  padding: 0;
  margin: 0;
  list-style: none;
}

section.pageContent-Home .mainBodyContent section.homeCategory-section.count-ries .eventList-Home .slideshow-three li .eventCard .top .thumb {
  height: 100%;
}

section.pageContent-Home .mainBodyContent section.homeCategory-section.count-ries .eventList-Home .slideshow-three li .eventCard .top .thumb {
  height: 100% !important;
}
.slideshow-three li {
  float: left;
  list-style: none;
  width: 350px;
  height: 100%;
}

#homepage_collections li .top-evnt {
  padding-bottom: 15px;
}
.eventCard .location b {
  color: rgba(29, 29, 29, 0.65);
  margin-right: 5px;
}
.eventCard .concert_date b {
  color: rgba(29, 29, 29, 0.65);
  margin-right: 5px;
}

.eventCard:hover .location b {
  color: rgba(29, 29, 29, 0.65);
}
.eventCard:hover .concert_date b {
  color: rgba(29, 29, 29, 0.65);
}

/********countries*************/
.collect-ions .titleEvent h2 {
  text-align: left;
}

.homeCategory-section .swiper-slide {
  border: none;
  background: transparent;
  margin-right: 0px !important;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-wrapper {
  margin: 0;
}
/*.swiper-slide {
    text-align:center;font-size: 18px;background: #fff;width: 80%;border-right: 1px solid black;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
}*/
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/*@keyframes slidy {
    0% { left: 0%; }
    20% { left: 0%; }
    25% { left: -100%; }
    45% { left: -100%; }
    50% { left: -200%; }
    70% { left: -200%; }
    75% { left: -300%; }
    95% { left: -300%; }
    100% { left: -400%; }
}
div#slider-sr {overflow: hidden; }
div#slider-sr .slideshow-three li { width: 20%; float: left; }
div#slider-sr .slideshow-three { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}

div#slider-sr ul{margin:0px;padding: 0px;float: left;width: 100%;}*/

/*section.pageContent-Home .homeCategory-section.collect-ions .eventCard{
	box-shadow: 0px 0px 30px rgba(29, 29, 29, 0.02) !important;
}*/

.homeCategory-section.collect-ions .eventCard .titleEvent {
  padding-bottom: 30px;
}

.page-home main{
  padding-top: 60px;
}
.navbar-toggle {
  background-color: transparent;
  border: none;
  padding: 0 21px;
  height: 60px;
  line-height: 60px;
  margin-right: -20px;
  font-size: 26px;
  color: #fff;
}
.navbar-toggle:focus {
  outline: 0;
}

header.mainHeader .navbar-brand {
  height: 60px;
  display: inline-flex;
  align-items: center;
}

header.mainHeader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001 !important;
  height: 60px;
}

header.mainHeader.scroll-to-fixed-fixed {
  background-color: #1d1d1d;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
header.mainHeader .navbar {
  font-size: 14px;
  margin-bottom: 0;
  border: none;
  border-radius: 6px;
  float: none;
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
}

header.mainHeader .navbar-header{
  margin-right: auto;
  width: 100%;
  display: inline-flex;
}

header.mainHeader .navbar-default {
  background-color: #fff;
}
header.mainHeader .navbar-brand {
  padding: 5px 0;
  margin-right: auto;
  position: static;
}
header.mainHeader .navbar-brand img {
  width: 75px;
  position: relative;
  z-index: 1001;
}

header.mainHeader .search-btn {
  color: #ddd;
  margin-top: 5px;
  padding: 10px 20px;
}
header.mainHeader .search-btn .fa {
  font-size: 24px;
  margin-left: 5px;
}
header.mainHeader .search-btn:focus,
header.mainHeader .search-btn:hover {
  color: #fff;
}
header.mainHeader .navbar-nav li a {
  color: #fff;
  font-size: 14px;
  line-height: 1.17em;
  padding: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
}

header.mainHeader .navbar-nav .dropdown.open > a{
  color: #d2281f;
}

header.mainHeader .navbar-nav .dropdown a{
  display: block;
  background-color: transparent;
  font-weight: 700;
}

header.mainHeader .navbar-nav .dropdown > a{
  display: flex;
  justify-content: space-between;
  font-weight: normal;
  cursor: pointer;
}

header.mainHeader .navbar-nav .dropdown-menu{
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

header.mainHeader .navbar-nav .dropdown-menu a{
  letter-spacing: .2px;
}

header.mainHeader .navbar-nav li:hover .dropdown-menu a{
  color:#fff;
}

header.mainHeader .navbar-nav li:hover .dropdown-menu a:hover{
  color: #d2281f;
}

header.mainHeader .navbar-nav li a.newsletter-nav {
  -webkit-appearance: none;
  cursor: pointer;
}
header.mainHeader .navbar-nav li:hover a {
  color: #d2281f;
}
header.mainHeader .navbar-nav li.active a {
  color: #d2281f;
  font-family: opensans-semibold;
}
header.mainHeader .input-group-btn .btn {
  border: 0;
}
header.mainHeader .navbar-toggle:before {
  color: #fff;
  font-family: Flat-UI-Icons;
  font-size: 22px;
}
header.mainHeader .navbar-toggle:focus:before,
header.mainHeader .navbar-toggle:hover:before {
  color: #d2281f;
}
@media screen and (max-width: 992px) {

  header.mainHeader .navbar-collapse {
    background-color: #000;
  }
  header.mainHeader .navbar-form {
    margin: 15px -21px;
  }
}

.navbar-collapse{
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 101vw;
  padding: 0;
}

header.mainHeader .navbar-nav{
  float: none !important;
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
}

header.mainHeader .navbar-nav .dropdown-menu{
  position: static;
  float: none;
  background-color: transparent;
  display: none;
}

header.mainHeader .navbar-nav .dropdown .dropdown-menu.show,
header.mainHeader .navbar-nav .dropdown.open .dropdown-menu{
  display: block;
}

header.mainHeader .navbar-nav .dropdown-menu a{
  padding: 10px 20px;
}

header.mainHeader .filter{
  display: none;
}

header.mainHeader .container{
  width: auto;
  max-width: 100%;
}

header.mainHeader > .container{
  position: relative;
  z-index: 9;
}

@media (min-width: 768px){
  header.mainHeader .container {
    width: 750px;
  }
}

@media screen and (min-width: 992px) {
  header.mainHeader .container {
    width: 970px;
  }

  header.mainHeader .navbar-nav{
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  header.mainHeader .navbar-header{
    width: auto;
  }

  header.mainHeader .navbar-toggle {
    display: none;
  }

  header.mainHeader .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    position: static !important;
    background-color: transparent;
    transform: none;
    width: auto;
    flex-basis: auto;
    flex-grow: 0;
  }

  header.mainHeader .navbar-nav > li a{
    padding: 20px;
  }

  header.mainHeader .navbar-nav > li:last-child a{
    padding-right: 0;
  }

  header.mainHeader .navbar-nav .dropdown-menu {
    background-color: #000;
    min-width: 180px;
    position: absolute;
    width: auto;
  }

  header.mainHeader .navbar-nav .fa-chevron-down{
    margin-left: 5px;
  }


  header.mainHeader .navbar-nav .dropdown-menu a{
    padding: 10px 20px;
  }
}

@media (min-width: 1200px){
  header.mainHeader .container {
    width: 1170px;
  }
}

.modal-newsletter .modal-dialog{
  max-width: 500px;
  margin: 1.75rem auto;
  min-height: calc(100% - 3.5rem);
  display: flex;
  align-items: center;
}

.modal-newsletter .label-text{
  margin: 10px 0 11px;
  letter-spacing: 0.1em;
  color: rgba(29, 29, 29, 0.65);
  font: 400 normal 14px/1 Roboto, sans-serif;
  text-align: left;
}

.modal-newsletter .modal-dialog:after {
  content: "";
  min-height: inherit;
  font-size: 0
}

.modal-newsletter .form-group .form-control{
  font-size: 14px;
  padding: 10px 15px;
}

.modal-newsletter .modal-content {
  margin: 30px;
  border-width: 0;
  box-shadow: 0 0 30px rgba(29,29,29,.2);
  font-size: 14px;
}

@media(min-width: 576px) {
  .modal-newsletter .modal-content {
    margin:30px 0
  }
}

@media(min-width: 992px) {
  .modal-newsletter .modal-content {
    max-width:950px
  }
}

.modal-newsletter .modal-header {
  position: relative;
  border-bottom-width: 0;
  padding: 0
}

.modal-newsletter .modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  color: rgba(29,29,29,.35);
  text-shadow: none;
  opacity: 1;
  transition-duration: .15s;
  z-index: 1;
  font-size: 25px;
}

.modal-newsletter .modal-header .close:focus,
.modal-newsletter .modal-header .close:hover {
  color: rgba(29,29,29,.5);
  opacity: 1
}

.modal-newsletter .logo {
  position: absolute;
  max-width: 125px;
  left: -40px;
  top: -40px;
}

.modal-newsletter .logo img {
  max-width: 100%
}

.modal-newsletter .form-group .label{
  margin-bottom: 15px;
  display: block;
}

.modal-newsletter .google-note{
  line-height: 1.5;
}

.modal-newsletter .grecaptcha-badge {
  visibility: hidden;
}

.modal-newsletter .modal-body {
  padding: 30px;
  text-align: center
}

@media(min-width: 992px) {
  .modal-newsletter .modal-body {
    text-align: left
  }
}

.modal-newsletter h4 {
  margin: 36px 0 12px;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -.025em;
  color: rgba(29,29,29,.8)
}

@media(min-width: 992px) {
  .modal-newsletter h4 {
    margin:39px 0 12px;
    font-size: 28px;
    letter-spacing: -.021em
  }
}

.modal-newsletter p {
  margin: 12px 0;
  font-size: 14px;
  line-height: 1.4em;
  color: rgba(29,29,29,.3)
}

@media(min-width: 992px) {
  .modal-newsletter p {
    margin:10px 0
  }
}

.modal-newsletter .form-group {
  margin: 21px 0 9px;
  text-align: left
}

@media(min-width: 992px) {
  .modal-newsletter .form-group {
    margin:10px 0 9px
  }
}

.modal-newsletter .btn {
  margin-top: 32px
}

@media(min-width: 992px) {
  .modal-newsletter .btn {
    margin-top:24px
  }
}

.modal-newsletter .shares-component {
  margin-top: 23px
}

.modal-newsletter .shares-component .btn-share {
  margin: 0 10px;
  color: rgba(29,29,29,.65)
}

.modal-newsletter .shares-component .btn-share:hover {
  color: rgba(29,29,29,.8)
}

.modal-newsletter.modal-keep-me-posted-success .modal-body {
  padding: 100px 15px 45px
}

@media(min-width: 992px) {
  .modal-newsletter.modal-keep-me-posted-success .modal-body {
    padding:38px 15px 85px
  }
}

.modal-newsletter.modal-keep-me-posted-success h4 {
  font-weight: 500;
  text-align: center
}

@media(min-width: 992px) {
  .modal-newsletter.modal-keep-me-posted-success h4 {
    margin-bottom:30px;
    font-size: 34px;
    letter-spacing: .02em;
    color: rgba(29,29,29,.65)
  }
}

.modal-newsletter.modal-keep-me-posted-success p {
  font-size: 16px;
  line-height: 1.42;
  text-align: center;
  letter-spacing: .02em;
  color: rgba(29,29,29,.45)
}

@media(min-width: 992px) {
  .modal-newsletter.modal-keep-me-posted-success p {
    font-size:18px
  }
}