/* EMBEDDING AVERTA */
@font-face {
  font-family: 'AvertaBold';
  src: url("https://media.ticketmaster.co.uk/tm/en-gb/img/static/lib/fonts/averta/averta-bold-webfont.woff2") format("woff2"),
	   url("https://media.ticketmaster.co.uk/tm/en-gb/img/static/lib/fonts/averta/averta-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvertaSemiBold';
  src: url("https://media.ticketmaster.co.uk/tm/en-gb/img/static/lib/fonts/averta/averta-semibold-webfont.woff2") format("woff2"),
	   url("https://media.ticketmaster.co.uk/tm/en-gb/img/static/lib/fonts/averta/averta-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvertaRegular';
  src: url("https://media.ticketmaster.co.uk/tm/en-gb/img/static/lib/fonts/averta/averta-regular-webfont.woff2") format("woff2"),
	  url("https://media.ticketmaster.co.uk/tm/en-gb/img/static/lib/fonts/averta/averta-regular-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

body {
  scroll-behavior: smooth;
  font-family: 'AvertaRegular', helvetica, arial, sans-serif;
  line-height: 30px;
  font-size: 20px;
  overflow-x: hidden;
  color: #1F262D;
  box-sizing: border-box;
}

* {
	margin: 0;
	font-family: 'AvertaRegular', helvetica, arial, sans-serif;
}

/*HEADING*/
h2, h3, h4, h5 {
  font-family:'AvertaBold', helvetica, arial, sans-serif;
  line-height: 30px;
  padding-left: 0px!important;
}

h2{
  padding-left: 0;
  text-transform:uppercase;
}

.h4, h4 {
	font-size: 20px;
}

.h5, h5 {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

p {
  margin: 0 0 15px;
}

p.small{
  margin: 25px 0 15px;
  font-size: 16px;
  line-height: 27px;
}


ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li{
  margin: 0;
  padding: 0;
}

ul.small li{
  font-size: 16px;
  line-height: 27px;
}

a{
  color:#026cdf;
  font-weight: 600;
}

hr {
	margin-top: 35px;
	margin-bottom: 35px;
	border-top: 2px solid #eee;
}

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

/* Full width page */
.frame {
  width: 100% !important;
  max-width: 100%;
}


/* buttons */
.btn {
  font-family: 'AvertaSemiBold', helvetica, arial, sans-serif;
  white-space: normal;
  margin-bottom: 5px;
  text-shadow: none;
  font-size: 17px !important;
  border-radius: 2px;
  padding: 10px 25px;
  background-color: #026cdf;
  color: #ffffff;
  transition: all 0.3s;
}

.btn:hover, .btn:active, .btn:focus {
  background-color: #0150A7;
  outline:none!important;
  color: #fff!important;
}

.darkgrey .btn{
  border: 1px solid #ffffff;
  background-color: #1F262D;
  color: #ffffff;
}

.darkgrey .btn:hover, .darkgrey .btn:active, .darkgrey .btn:focus {
  background-color: #ffffff;
  outline:none!important;
  color: #026cdf!important;
}

/*G Carousel*/
.g-scrolling {
	position: relative;
}
.g-scrolling .items {
	overflow-x: scroll;
	white-space: nowrap;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.g-scrolling .items::-webkit-scrollbar {
  display: none;
}
.jc-right,
.jc-left {
	width: 36px;
	height: 48px;
	color:#757575;
	margin-bottom: auto;
	margin-top:auto;
	/*box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 4px 8px 0 rgba(0,0,0,0.20);*/
	background: #fff;
	/*border-radius: 50%;*/
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index:2;
	opacity: 0.94;

}
.jc-right {
	right:-18px;
}
.jc-left {
	left:-18px;
}

.tickets-nav .jc-left {
	left: -5px;
}

.tickets-nav .jc-right{
	right: -5px;
}

.jc-right:hover,
.jc-left:hover{
	opacity: 0.98;
}
.jc-right svg,
.jc-left svg{
	position: absolute;
	left: 0;right: 0;bottom: 0;top: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	fill: #757575;
}
.jc-right:hover svg,
.jc-left:hover svg{
   fill: #000;
}
@media (pointer: coarse) {
  .jc-right,
  .jc-left {
	display: none !important;
  }
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none;
}


/*.container { margin: 150px auto; max-width: 640px; }*/
.g-scrolling .items{
	padding: 5px 0;
	background-color: #fff;
}
.g-scrolling .items li {
	display: inline-block; /* notice the comments between inline-block items */
	margin-right: 10px;
	width: auto;
	/*height: 250px;*/
	line-height: 250px;
	/*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);*/
	text-align: center;
	text-decoration: none;
}

.row {
  margin-bottom: 30px;
}


/* MAIN NAVBAR */
.navbar-header {
	 float:none;
}

.whiteNav {
  position: relative;
  max-height: 62px;
  background-color: #ffffff!important;
  z-index: 100;
  box-shadow: 0px 2px 11px 0px #cecece;
  /*overflow: hidden;*/
}
.nav-fixed {
	position: fixed;
	top:0; left:0;
	width: 100%;
	z-index: 100;
	box-shadow: 0px 2px 11px 0px #cecece;
	background-color: #fff;

}
.navbar {
  border-radius: 0;
  margin:0px;
}
.navbar-default {
  background-color: #fff;
  border-color: #fff;
}
.navbar.navbar-default {
  z-index: 11;
  width: 100%;
}
/* Title */
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5E5E5E;
}
.navbar-nav {
  padding: 0px 14px!important;
  margin: 0px;
  z-index: 99;

}

/* Link */
.navbar-default .navbar-nav > li > a {
  font-family: 'AvertaSemiBold', helvetica, arial, sans-serif;
  color: #61737C;
  margin: 0px;
  padding: 20px 20px 15px 20px;
  font-size: 14px;
  text-transform:uppercase;
  letter-spacing: 2px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #17252C;
  border-bottom: 5px solid #eeee;
  background: #eeee;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #17252C;
  border-bottom: 5px solid #17252C;
  background: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #D5D5D5;
}
/* Caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}


/* Mobile version */
.navbar-default .navbar-toggle {
  border-color: transparent;
  margin-top: 11px;
  margin-right: 0px!important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #eee;
  border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #262626;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #333;
  }
}
/* Tab section */
.nav-tabs {
  background-color: none;
  border-bottom: none;
  padding: 0 3px;
  margin-bottom: 40px;
}
.tab-content {
  padding: 0px 0px 0px 0px;
}
.nav-tabs > li {
  padding: 0;
  margin-left: -3px;
}
.nav-tabs > li > a {
  font-family:'AvertaSemiBold', helvetica, arial, sans-serif;
  font-size: 16px;
  background: none;
  color: #262626;
  border: solid 1px #d2d2d2;
  text-align: center;
  border-radius: 0;
  padding: 15px 25px;
}
.nav-tabs > li > a:hover {
  background-color: #262626;
  color: #fff;
  border: solid 1px #262626;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:active, .nav-tabs > li.active > a:focus {
  font-family: 'AvertaSemiBold', helvetica, arial, sans-serif;
  background-color: #262626;
  color: #fff;
  border: solid 1px #262626;
  text-align: center;
}

.nav-tabs > li:first-child a{
  border-top-left-radius: 4px!important;
  border-bottom-left-radius: 5px!important;
}

.nav-tabs > li:last-child a{
  border-top-right-radius: 5px!important;
  border-bottom-right-radius:4px!important;
}

/* fix!*/
.nav-tabs li a {
	display: block !important;
}


/* COMMON CONTENT CSS */
.white, .grey, .darkgrey {
  z-index: 1;
}

.white h2, .grey h2, .darkgrey h2, .footerBlock h2 {
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
  font-size: 20px;
  margin-bottom: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.white h2:before, .grey h2:before, .darkgrey h2:before, .footerBlock h2:before {
  content: "";
  position: absolute;
  width: 50px;
  bottom: 0;
  left: 0%;
}
.white h3, .grey h3, .darkgrey h3 {
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
/* WHITE SECTION CSS */
.white {
  background: #ffffff;
}
.white h2:before {
  border-bottom: 5px solid #17252C;
}

/* GREY SECTION CSS */
.grey {
  background: #eeee;
  color: #262626;
}
.grey h2:before {
  border-bottom: 5px solid #17252C;
}

/* DARK GREY SECTION CSS */
.darkgrey {
  background: #1F262D;
  color: #fff;
}
.darkgrey a{
  color: #00ffff;
}
.darkgrey .modal-content{
  color: #414141;
}

.darkgrey h2:before,
.darkgrey .fig-number:before {
  border-bottom: 5px solid #fff;
}
/* darkgrey Tab Section */
.darkgrey .nav-tabs {
  background-color: none;
  border-bottom: none;
  padding: 0 3px;
  margin-bottom: 40px;
}
.darkgrey .tab-content {
  padding: none;
}
.darkgrey .nav-tabs > li {
  padding: 0;
  margin-left: -3px;
}
.darkgrey .nav-tabs > li > a {
  background-color: none;
  color: #ffffff;
  border: solid 1px #ffffff;
  min-width: 80px;
  text-align: center;
  border-radius: 0;
}
.darkgrey .nav-tabs > li > a:hover {
  background-color: #ffffff !important;
  color: #262626 !important;
  border: solid 1px #ffffff;
}
.darkgrey .nav-tabs > li.active > a, .darkgrey .nav-tabs > li.active > a:active, .darkgrey .nav-tabs > li.active > a:focus {
  background-color: #ffffff;
  color: #262626;
  border: solid 1px #ffffff;
  min-width: 80px;
  text-align: center;
}
.whiteContentBox {
  background: #fff;
  color: #262626;
  padding: 55px 30px 30px 30px;
  min-height: 140px;
}


 /*support classes*/
 .margin-t-64{
   margin-top: 64px;
 }

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

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

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

 .margin-b-40{
   margin-bottom: 40px;
 }

 .margin-b-20{
   margin-bottom: 20px;
 }

 .margin-r-40{
   margin-right: 40px;
 }

 .margin-r-25{
   margin-right: 25px;
 }


 .padding-t-70{
	 padding-top: 50px;
   }
 .padding-b-70{
   padding-bottom: 70px;
 }

 .padding-t-b-10{
   padding: 10px 0px;
 }

 .padding-15{
   padding: 15px;
 }

 .padding-l-50{
   padding-left: 50px;
 }

 .padding-r-50{
   padding-right: 50px;
 }

 .float-right{
   float: right;
 }

 .float-left{
   float: left;
 }

 .upcase{
   text-transform:uppercase;
 }

 .oFLowHidden{
   overflow: hidden;
 }

 .full-width{
   width: 100%;
 }

 .darkgrey-line-bg{
   background-image: url(../images/light-bg.png);
   background-repeat: no-repeat;
   background-position: right 0px top 0px;
 }

 .grey-line-bg{
   background-image: url(../images/dark-bg.png);
   background-repeat: no-repeat;
   background-position: left 0px bottom 0px;
 }


.noPadding {
  padding: 0px!important;
}

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

.noMargin{
  margin:0px!important;
}

.image-text, .image-text-reverse{
  position: relative;
}

.half-backgound{
  width: 100vw;
  height: 320px;
}

.option {
  padding: 0 30px;
  margin-bottom: 30px;
}

.half-backgound-img{
  position: sticky;
  top: 0px;
  width: 100%;
  height: 100%;
}

img{
  max-width: 100%;
  height: auto;
}

.img-fullwidth {
  width: 100%;
}

/*Show more*/
.show-more-btn{
  display: none;
  color: #ffffff;
  background-color: #262626;
  border: 1px solid #262626;
  border-radius: 100px;
  font-family: 'AvertaRegular', helvetica, arial, sans-serif;
  white-space: normal;
  margin-bottom: 5px;
  text-shadow: none;
  font-size: 17px;
  padding: 10px 25px;
  cursor: pointer;
  transition: all 0.3s;
}

.show-more-btn:hover, .show-more-btn:focus{
  color: #262626;
  background-color: #ffffff;
}

/*Dropdowns*/
.dropdown-list{
  margin:0 0 30px;
}

.dropdown{
  border-bottom: 1px solid rgb(191, 191, 191);
}

.dropdown button {
	-webkit-appearance: button;
	-webkit-writing-mode: horizontal-tb !important;
	text-rendering: auto;
	word-spacing: normal;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	align-items: flex-start;
	cursor: default;
	box-sizing: border-box;
	margin: 0em;
	color: inherit;
	font-weight: normal;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-align: inherit;
	text-transform: inherit;
	background-color: transparent;
	position: relative;
	width: 100%;
	cursor: pointer;
	margin: initial;
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
	padding: 16px 3.5em 16px 0px;
}

.dropdown button:hover, .dropdown button:focus {
	background-color: rgb(223, 223, 223);
	outline: none;
}

.dropdown svg {
	position: absolute;
	top: 16px;
	right: 8px;
	margin-left: auto;
	transform: none;
	fill: #026cdf;
	transition: transform 0.2s ease-out 0s;
}


.dropdown dd {
  display: none;
  margin: 0;
  line-height: 27px;
  font-size: 16px;
}

.dropdown.open dd {
	display: block;
}

.dropdown.open button{
	font-weight: bold;
}

.dropdown.open svg {
	transform: rotate(180deg);
}

/*Videos*/
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*Media queries*/


@media only screen and (max-width: 992px) {
	.white h2,
	.grey h2,
	.darkgrey h2,
	.footerBlock h2 {
		margin-bottom: 20px;
	}
	/*support classes*/
	.margin-t-55-mob {
		margin-top: 55px!important;
	}
	.margin-b-55-mob {
		margin-bottom: 55px!important;
	}
	.noPadding-mob {
		padding: 0px!important;
	}
	.padding-l-r-15-mob {
		padding: 0px 15px;
	}
	.padding-b-70 {
		padding-bottom: 30px;
	}
	.padding-t-70 {
		padding-top: 30px;
	}
	/*Nav*/
	.navbar-nav>li {
		float: none;
	}
	.whiteNav {
		max-height: 50px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 13px 12px 9px 12px;
	}
}


/*768px*/

@media (min-width: 768px) {
	.image-text .col-sm-6 {
		padding-right: 50px;
	}
	.image-text-reverse .col-sm-6 {
		padding-left: 50px;
	}
	.image-text .half-backgound {
		position: absolute;
		width: 50%;
		height: 100%;
		top: 0px;
		right: 0px;
		margin: 0px;
	}
	.image-text-reverse .half-backgound {
		display: block;
		position: absolute;
		width: 50%;
		height: 100%;
		top: 0px;
		left: 0px;
		margin: 0px;
	}
	.navbar-nav>li {
		float: none!important;
	}
}

@media only screen and (max-width: 768px) {
	.white h2,
	.grey h2,
	.darkgrey h2,
	.footerBlock h2 {
		margin-bottom: 20px;
	}
	.navbar {
		min-height: 47px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 10px 12px 9px 12px;
	}
	.nav-tabs>li>a {
		padding: 10px;
	}
}


@media (min-width: 1200px){
  .container {
	width: 1140px;
  }
}

@media (min-width: 1500px){
	.container {
	  width: 1440px;
	}
}


/*PERSONALISE*/

h1.title {
  font-size: 40px;
  color: #FFFFFF;
  line-height: 64px;
  font-weight: normal;
  text-shadow: 0 0 10px rgba(0,0,0,0.50);
  margin: 0px 0 0 0;
}

.masthead {
  background: #1F262D url("../img/baner.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: auto;
}

.masthead p{
  color: #ffffff;
}

.masthead img{
  max-width: 200px;
}

#image-left .half-backgound-img{
  background-image: url("../img/helene-fischer-rausch.jpg");
  background-size: cover;
  background-position: left bottom;
}

#image-right .half-backgound-img{
  background-image: url("../img/Helene-Fischer-Rausch-Special-Edition-ticketmaster.jpg");
  background-size: cover;
  background-position: left bottom;
}


/*EVENTS*/
.staticpage .box-blocks {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}

	.staticpage .box-blocks > [class*='col-'] {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}

	.staticpage .box-blocks article {
	  position: relative;
	  height: 100%;
	  margin-bottom: 20px;
	  padding: 0;
	  border-radius: 4px;
	  overflow: hidden;
	  background: #ffffff;
	  cursor: pointer;
	  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px 0px;
	  -webkit-transition: box-shadow 0.4s cubic-bezier(0.1, 0.85, 0.25, 1) 0s;
	  transition: box-shadow 0.4s cubic-bezier(0.1, 0.85, 0.25, 1) 0s;
	}

	.staticpage .box-blocks article p {
	  padding: 0;
	  line-height: 1.2em;
	}

	.staticpage .box-blocks article a {
	  float: left;
	  width: 100%;
	  font-weight: normal;
	  text-decoration: none;
	}

	.staticpage .box-blocks article h3 {
	  margin: 0;
	  padding: 15px 10px 10px!important;
	  line-height: 1.2em;
	  font-size: 18px;
	  font-weight: 600;
	  color: #262626;
	}

  .staticpage .box-blocks article .details p {
	  padding: 0px 10px 5px;
	  line-height: 1.4em;
	  font-size: 14px;
	  color: #646464;
	}

  .staticpage .box-blocks article p.date {
	padding-bottom: 0px;
	color: #262626;
  }

  .staticpage .box-blocks article p.cta {
	font-weight: 600;
	color: #026cdf;
  }

	@media (min-width: 992px) {
	  .staticpage .box-blocks article h3 {
		font-size: 16px;
	  }
	}

	.staticpage .box-blocks article:hover {
	  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px 2px;
	}

	@media (min-width: 768px) {
	  .staticpage .box-blocks .col-md-12 article {
		padding-bottom: 0;
	  }
	  .staticpage .box-blocks .col-md-12 article .details {
		padding-bottom: 0;
	  }
	  .staticpage .box-blocks .col-md-12 article .image {
		float: left;
		width: 66%;
	  }
	  .staticpage .box-blocks .col-md-12 article h3, .staticpage .box-blocks .col-md-12 article .location {
		float: left;
		width: 34%;
	  }
	  .staticpage .box-blocks .col-md-12 article h3 {
		padding: 30px 10px 5px;
		font-size: 20px;
	  }
	}

	@media (min-width: 992px) {
	  .staticpage .box-blocks article .image {
		position: relative;
	  }
	  .staticpage .box-blocks article .image .image-overlay {
		opacity: 0;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0;
		background: #026CDF;
		-webkit-transition: opacity 0.4s cubic-bezier(0.1, 0.85, 0.25, 1) 0s;
		transition: opacity 0.4s cubic-bezier(0.1, 0.85, 0.25, 1) 0s;
	  }
	  .staticpage .box-blocks article .image::after {
		content: "";
		position: absolute;
		display: block;
		top: 0px;
		right: 0px;
		bottom: 0px;
		width: 30px;
		background: #026CDF url("../img/icon_chevron.png") no-repeat center center;
		background-size: 6px 11px;
		opacity: 0;
		-webkit-transition: opacity 0.4s cubic-bezier(0.1, 0.85, 0.25, 1) 0s;
		transition: opacity 0.4s cubic-bezier(0.1, 0.85, 0.25, 1) 0s;
	  }
	  .staticpage .box-blocks article:hover .image .image-overlay {
		opacity: 0.3;
	  }
	  .staticpage .box-blocks article:hover .image::after {
		opacity: 1;
	  }
	  .staticpage .box-blocks .col-lg-6 article a.details {
		padding-bottom: 5px;
	  }
	  .staticpage .box-blocks .col-lg-6 article h3 {
		font-size: 20px;
	  }
	}

	.staticpage .box-blocks-discover article {
	  padding-bottom: 0;
	}

	.staticpage .box-blocks-past article {
	  padding-bottom: 0;
	}

	.staticpage .box-blocks-past article a.details {
	  padding-bottom: 7px;
	}


/*Ticketfirst*/

.ticketfirst-box{
  float: left;
  width: 100%;
  text-align: center;
}

	@media (min-width: 992px) {
  .ticketfirst-box{
	margin-top: 30px;
  }
}
/*Long event and venue list*/

.event-list{
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(191, 191, 191);
}

.event-list h3{
  font-family: 'AvertaRegular', helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  padding: 0 0 7px;
}

.event-list p.details {
  color: #61737C;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}

@media (min-width: 768px) {
  .event-list{
	padding-bottom:  5px;
  }
  .event-list .btn{
	float: right;
  }
}

