/* Reset */
/* Handled by reset.css from https://github.com/murtaugh/HTML5-Reset */

/* GENERAL */

@font-face {
  font-family: 'ShorelinesScriptBold';
  src: url('/fonts/ShorelinesScriptBold.eot?#iefix') format('embedded-opentype'),  url('/fonts/ShorelinesScriptBold.woff') format('woff'), url('/fonts/ShorelinesScriptBold.ttf')  format('truetype'), url('/fonts/ShorelinesScriptBold.svg#ShorelinesScriptBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
::-moz-selection {
  color: #fff;
  background: #ec008c;
  background: rgba(236,0,140,0.75);
}
::selection {
  color: #fff;
  background: #ec008c;
  background: rgba(236,0,140,0.75);
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus {
    outline: none;
}
*,html,body {
	font-family: 'Quicksand', sans-serif;
	font-size:15px;
	font-weight: 400;
	background: transparent;

}
html {
	overflow-x: hidden;
	color: #1c1c1c;
}
select,
input {
	font-family: 'Quicksand', sans-serif!important;
	font-size: 15px;
}
body.event-selected {
  overflow: hidden!important;
  height: 100%;
}

section {
	background: none;
}

a {
   outline: 0;
}

body {
	padding-top: 75px;
}
	body.home {
		padding: 0;
	}
input:focus;
input::-moz-focus-inner {
  border: 0;
  outline: 0;
}

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

/* FONTS */


/* LINKS */

a {
	color: #1c1c1c;
}
a:hover
a:focus,
a:visited,
a:active {
	color: #1c1c1c;
}
a:hover{
	text-decoration: none;
}
.clear{
	clear:both;
}

.nested {
	padding: 0;
}

h1,h2,h3, h4, h4 a{
	font-weight: 400;
}

h1 {
	font-size: 42px;
	font-weight:400;
}

h2 {
	color: #ec008c;
	font-size: 31px;
	font-weight:400;
	line-height: 36px;
	margin-bottom: 5px;
}

h3 {
	font-size: 26px;
	color: #ec008c;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight:400;
}
.content.usps h3 {
	font-size: 25px;
	font-weight:400;
}
h4 {
	font-size: 22px;
	color: #ec008c;
	line-height: 24px;
	margin-bottom: 15px;
	font-weight:500;
}
p {
	margin:0 0 14px 0;
	line-height: 24px;
	font-size: 15px;
}
.landing p,
.landing p a {
	font-size: 17px;
	line-height: 28px;
}

p small,
p.small {
	font-size: 75%;
}
p.multiple_coupons {
	font-size: 75%;
  line-height: 16px;
  width: 100%;
  float: left;
}
p a {
	border-bottom: 2px solid;
	font-size: 16px;
}
strong {
	font-size: 16px;
}

/* MAINMENU */

.main-menu {
  background: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  height: 75px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	z-index: 100;
	width: 100%;
	top: 0;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	.home .main-menu {
		background: none;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0);
	}
	.main-menu .logo {
		float: left;
		left: 20px;
    width: 90px;
    top: -8px;
		height: auto;
		position: absolute;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
		.main-menu ul {
			float: left;
      margin-left: 110px;
		}
		.main-menu ul.language {
			float: right;
		}
			.main-menu ul li {
				float: left;
			}
				.main-menu ul li a {
					float: left;
					line-height: 55px;
					padding: 0 15px;
					font-weight: 500;
					color: #a3238e;
				}
					.main-menu ul li.active a {
						color: #ec008c;
					}
				.main-menu ul li a.button{
					color: #FFF;
					border-radius: 10px;
					padding: 0 20px;
					margin-left: 20px;
				}
				.main-menu ul li a.button.ghost{
					background: none;
					border:  3px solid #1c1c1c;
					line-height: 49px;
					color: #1c1c1c;
				}
	.main-menu .language {
		margin: 0 20px;
	}
	.main-menu .language > li.dropdown {
		color: #ec008c;
		padding: 0 12px;
		border: 2px solid #ec008c;
		border-radius: 5px;
		cursor: pointer;
		font-size: 12px;
		line-height: 24px;
		font-weight: 700;
		margin-top: 15px;
		position: relative;
	}
		.main-menu .language > li.dropdown i {
			margin-left: 5px;
		}
		.home .main-menu .language > li {
			color: #FFF;
			border: 2px solid #FFF;
		}

		.home.scrolls .main-menu .language > li {
			color: #ec008c;
			border: 2px solid #ec008c;
		}
		.main-menu .language .language-list{
			position: absolute;
			top: 25px;
			right: 0;
			width: 150px;
			height: 0;
			opacity: 0;
			border-radius: 5px;
			overflow: hidden;
			background: #FFF;
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
			-webkit-transition: opacity .2s ease-in-out,top .2s ease-in-out;
			-moz-transition: opacity .2s ease-in-out,top .2s ease-in-out;
			-ms-transition: opacity .2s ease-in-out,top .2s ease-in-out;
			-o-transition: opacity .2s ease-in-out,top .2s ease-in-out;
			transition: opacity .2s ease-in-out,top .2s ease-in-out;
		}

			.main-menu .language .language-list.active{
				top: 30px;
				height: auto;
				opacity: 1;
				padding: 10px 0;
				border: 1px solid #EFEFEFse;
			}

					.main-menu .language .language-list li a,
					.main-menu .language .language-list li{
						width: 100%;
					}
						.main-menu .language .language-list li a {
							line-height: 32px;
							padding: 0 15px;
							margin: 0;
							text-align: center;
						}

/* LANDER */

.landing .main-image {
	position: absolute;
	left: 0;
	top: 60px;
	height: 450px;
	width: 100%;
	background: url('../images/bg-main-lander.jpg') no-repeat center top;
	background-size: cover;
}

/* SEAHOME */

.search {
	background: #F4F4F4;
	padding: 80px 0;
}

.search.search-home {
	width: 100%;
	background: url('../images/bg-start-journey.jpg') no-repeat center center;
	background-size: cover;
}

	.search.search-home h1 {
		color: #FFF;
		font-size: 50px;
		font-weight: 600;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 10px 10px rgba(0,0,0,0.4);
	}
	h2.handwriting {
		font-family: 'ShorelinesScriptBold';
		color: #ec008c;
		font-size: 28px;
		-ms-transform: rotate(-4deg); /* IE 9 */
	    -webkit-transform: rotate(-4deg); /* Chrome, Safari, Opera */
	    transform: rotate(-4deg);
	    font-style: italic;

	}
.search {
	margin-top: -105px;
	padding-top: 185px;
}
	.home .search {
		margin-top: 0;
  	padding: 100px 0 150px;
	}
.searchform {
  float: none;
  height: 80px;
	background: #FFF;
	border-radius: 5px;
	padding: 0;
  max-width: 850px;
  display: table;
  margin: 0 auto;
}


	.home .searchform {
		margin-top: 75px;
	}
	.searchform .location,
	.searchform .date,
	.searchform .geusts {
		position: relative;
	}
	.searchform .location {
		float: left;
		width: 37%;
		border-right: 1px solid #EFEFEF;
	}
		.searchform .location input {
			float: left;
			width: 100%;
			line-height: 40px;
			font-size: 18px;
			padding: 20px 10px 20px 50px;
			border: 0;
		}
		.searchform .location i {
			position: absolute;
			left: 0;
			line-height: 40px;
			padding: 20px;
			color: #999;
			font-size: 18px;
		}
	.searchform .date {
		float: left;
		width: 25%;
		border-right: 1px solid #EFEFEF;
	}
        .searchform .date > div + div { margin-left:0;}
		.searchform .date > div {
            height: 80px;
			float: left;
			width: 43%;
            position: relative;
            margin-left: 14%;
		}
		.searchform .date input {
			float: right;
			line-height: 40px;
			font-size: 18px;
			padding: 20px 10px 20px 20px;
			border: 0;
            width: 100%;
		}
		.searchform .date i.till,
		.searchform .date i.cal {
			position: absolute;
			left: 0;
			line-height: 40px;
			padding: 20px;
			color: #999;
			font-size: 18px;
		}
			.searchform .date i.till {
				left: 45%;
			}

	.searchform .guests {
		float: left;
		width: 21%;
    height: 80px;
    overflow: hidden;
    padding: 27px 10px 20px 50px;
		position: relative;
	}
		.searchform .guests select {
			float: left;
			width: 130%;
			line-height: 35px;
			font-size: 18px;
			border: 0;
		}
		.searchform .guests i {
			position: absolute;
			left: 0;
      top:2px;
			line-height: 40px;
			padding: 20px;
			color: #999;
			font-size: 18px;
		}

	.searchform .button:hover,
	.searchform .button {
		float: left;
		width: 17%;
		background: #ec008c;
		color: #FFF;
		border: 0;
		height: 80px;
		line-height: 70px;
		font-size: 24px;
    margin:0 !important;
    border-radius: 0;
    border-bottom-right-radius: 5px!important;
    border-top-right-radius: 5px!important;
	}

/* HOME */

.home .columns {
	padding:  60px 0;
}

	.home .content.usps .row > div{
		padding: 30px 20px;
	}
  .content.usps img{
  	width: 120px;
  }
  .usps p{
  	font-size: 17px;
    line-height: 26px;
    font-weight: 400;
  }

.apply .columns {
  -webkit-columns: 3; /* Chrome, Safari, Opera */
      -moz-columns: 3; /* Firefox */
      columns: 3;
      height: 300px;
      padding: 10px 0px;
}

/* ITEM */

.search-results.month {
	padding:  30px 0 20px;
}
.search-results .row {
	position: relative;
}
.search-results.main-title {
	padding:  50px 0 50px;
}
.main-title {
	padding:  50px 0 30px;
}
	.main-title h1 span,
	.main-title h1{
		color: #ec008c;
		font-weight: 500;
	}
	.main-title h1 span {
		border-bottom: 3px solid #ec008c;
	}

.grid .row{
	position: relative;
}
.item {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	background: #FFF;
	border-radius: 5px;
	overflow: hidden;
	padding: 0;
	margin-bottom: 30px;
	cursor: pointer;
}
 	.item .image {
		position: relative;
 	}
    .item .image img {
      width: 100%;
    }
		.item .image .date {
			position: absolute;
			left: 0;
			top: 0;
			background: #ec008c;
			color: #FFF;
			font-size: 11px;
			line-height: 16px;
			padding: 5px 10px;
			border-bottom-right-radius: 5px;
      text-transform: lowercase;
 		}

    .item .selling-fast {
      display: none;
      position: absolute;
      background: #a3238e;
      top:0px;
      right: 0px;
      color: #FFF;
      text-align: center;
      font-size: 12px;
			border-bottom-left-radius: 5px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      padding: 8px 13px;
    }
      .item .selling-fast i {
        margin-right: 7px;
        font-size: 14px;
      }
      .item.hot .selling-fast {
        display: block;
      }

  	.item .details {
  		padding: 10px 20px;
  		float: left;
  		width: 100%;
      position: relative;
  	}
  		.item .details .title{
  			color: #333;
  			font-size: 20px;
  			margin: 0;
		}
		.item .details .location{
			color: #333;
			font-size: 14px;
			margin: 0;
		}

	.venue,
	.artist {
		padding: 10px 20px;
		float: left;
		width: 100%;
		position: relative;
	}

		.venue .avatar,
		.artist .avatar{
			border-radius: 30px;
			width: 55px;
			height: 55px;
      float: left;
			margin-right: 10px;
      background-size: cover!important;
      background-position: center center!important;
		}

		.venue .name,
		.artist .name{
			color: #333;
			font-size: 14px;
			font-weight: 500;
			margin: 0;
			padding-top: 7px;
		}

		.venue .rating,
		.artist .rating{
			float: left;
			font-size: 10px;
			padding-top: 7px;
			font-weight: 500;
		}
      .event-single .venue .name,
      .event-single .artist .name,
      .event-single .venue .rating,
  		.event-single .artist .rating,
      .event-details .venue .name,
      .event-details .artist .name,
      .event-details .venue .rating,
  		.event-details .artist .rating {
        float: left;
      }
			.venue .rating li,
			.artist .rating li{
				float: left;
				padding-right:2px;
			}
			.venue .rating li i,
			.artist .rating li i{
				color: #ec008c;
				font-size: 14px;
			}
 	.item .actions {
 		padding: 15px 20px;
 		float: left;
 		width: 100%;
 		border-top: 1px solid #DDD;
 	}
		.actions .tickets-left {
			float: left;
			font-size: 14px;
			font-weight: 500;
			line-height: 24px;
		}
	 	.actions .buy {
	 		color: #ec008c;
 			padding: 0 8px;
 			border: 2px solid #ec008c;
 			border-radius: 5px;
 			cursor: pointer;
 			font-size: 14px;
 			font-weight: 500;
 			line-height: 24px;
      float: right;
      margin: 0 auto;
      cursor: pointer!important;
 			text-transform: uppercase;
	 	}
      .cart-content .buy {
        float:none;
        display: table;
   			line-height: 40px;
   			padding: 0 15px;
        color: #FFF;

      }
      .cart-content .buy:hover {
        background:#ec008c;
        color: #FFF;

      }
	 		.sold-out.item .actions .buy {
 				color: #999;
 				cursor: text;
 				border: 2px solid #999;
 			}
      .reminders {
        padding: 0 20px;

        }.reminders i{
          color:#ec008c;
          line-height: 40px;
          float: left;
          font-size: 22px;
          padding-right: 10px;
        }
        .reminders p{
          font-size: 13px;
          font-style: italic;
          color:#ec008c;
          line-height: 20px;
          font-weight: 600;
          margin:0;
        }
/* BUTTONS */

.button {
	line-height: 45px;
	background: #ec008c;
	text-align: center;
	color: #FFF;
	border: 0;
	line-height: 30px;
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: 500;
	margin-top: 8px;
	display: table;
	float: left;
}
.button:active,
.button:visited,
.button:hover{
  color: #FFF;
}

.button.large {
  line-height: 44px;
  font-size: 16px;
  padding: 0 25px;
  margin: 15px auto;
}
	.button.no-float {
		float: none;
		margin: 0 auto;
		display: table;
	}
  .button.white {
    background: #FFF;
    color: #ec008c;
  }

.footer .button.ghost {
	color: #ec008c!important;
	padding: 0 12px;
  background: none;
	border: 2px solid #ec008c;
	border-radius: 5px;
	cursor: pointer;
	font-size: 12px;
	line-height: 24px;
	font-weight: 500;
	margin-top: 15px;
	float: left;
	text-transform: uppercase;
}
/* FORM */

.contact-form {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
.apply .contact-form {
  margin-bottom: 0px;
}
.contact-form label{
  float: left;
  width: 25%;
  padding-right: 15px;
  line-height: 40px
}

.contact-form input[type="text"]{
  float: left;
  width: 75%!important;
  margin-bottom: 14px;
  padding-left: 10px!important;
}
  .contact-form.resend .button,
  .contact-form.resend input[type="text"]{
    float: none;
    margin: 0 auto 20px;
    display: table;
  }
.contact-form textarea{
  float: left;
  width: 75%!important;
  height: 100px;
  border: 1px solid #DDD;
  border-radius: 4px;
  padding: 10px;
}

.contact-form .button{
    color: #ec008c;
  	padding: 0 12px;
  	border: 2px solid #ec008c;
    background: none;
  	border-radius: 5px;
  	cursor: pointer;
  	font-size: 15px;
    font-weight: 600;
  	line-height: 32px;
  	font-weight: 500;
  	margin-top: 15px;
    margin-left: 25%;
    text-transform: uppercase;
  }
  .apply .contact-form .button{
      float: none;
      display: table;
      margin: 20px auto;
    }
/* LETTERING */

.handwritten-line {
	border-top: 1px solid #DDD;
	margin-bottom: 30px;

}
	 .handwriting.tagline {
		padding: 0 15px;
		margin: 30px auto;
		display:  table;
		float: none;
		width: auto;
		font-size: 20px;
		font-family: 'ShorelinesScriptBold';
		color: #ec008c;
		-ms-transform: rotate(-4deg); /* IE 9 */
		-webkit-transform: rotate(-4deg); /* Chrome, Safari, Opera */
		transform: rotate(-4deg);
		font-style: italic;
		margin-top: -10px;
	}
     .handwriting.tagline span{
        font-size: 24px;
     }
  .search-results.month .handwritten-line p {
    background: #FFF;
    padding: 0 10px;
    margin: 0 auto;
    display:  table;
    float: none;
    width: auto;
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: -11px;
    border-radius: 4px;
    border: 1px solid #DDD;
  }

/* HEADING */

.footer  {
	padding:  60px 0 30px;
  float: left;
  width: 100%;
  border-top: 1px solid #DDD;
}
	.footer p,
	.footer a {
		font-size: 13px;
		margin: 0;
		color: #666;
		line-height: 26px;
	}
	.footer p strong {
		margin-bottom: 10px;
		float: left;
	}
	.footer ul,
	.footer ul li {
		width: 100%;
		float: left;
	}
	.footer .copyright {
		padding: 30px 15px;
	}
	.footer .logo {
		position: relative;
		width: 130px;
		margin: 0 auto;
		left: auto;
		float: none;
		display: table;
	}

/* PAGES */


/* CSS FOR TOGGLE BUTTON */

.toggle-container {
	position: absolute;
	width: 66px;
	height: 66px;
	right: 63px;
	top: -5px;
	display: none;
	cursor: pointer;
	z-index:1000;
	padding: 0 ;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

}

	.toggle-container .bar{
		width: 25px;
		height: 2px;
		position: absolute;
		background: #ec008c;
		display: block;
		border-radius: 4px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;

	}

		.toggle-container .bar.top-bar{
			top: 25px;
			left: 20px;
		}

		.toggle-container .bar.middle-bar{
			top: 50%;
			margin-top: -1px /*height of bar / 2*/ ;
			left: 20px;
			width: 14px;
		}

		.toggle-container .bar.bottom-bar{
			bottom: 25px;
			left: 20px;
		}

.menu-active .toggle-container .bar.top-bar{
	-ms-transform: rotate(45deg); /* IE 9 */
    -ms-transform-origin: 0 0; /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 0 0; /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    transform-origin: 0 0;
}

	.menu-active .toggle-container .bar.middle-bar{
		width: 0;
	}
		.menu-active .toggle-container .bar.bottom-bar{
			-ms-transform: rotate(-45deg); /* IE 9 */
		    -ms-transform-origin: 0 100%; /* IE 9 */
		    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
		    -webkit-transform-origin: 0 100%; /* Chrome, Safari, Opera */
		    transform: rotate(-45deg);
		    transform-origin: 0 100%;
		}
			.menu-active .toggle-container .bar.top-bar,
			.menu-active .toggle-container .bar.bottom-bar {
			 	width: 21px;
			 	left: 24px;
			}


/* EVENT DETAILS */

.event-details-backgroundss {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
	z-index: -1;
	height: 0;
}
.event-details {
	position: fixed;
	width: 100%;
	z-index: 1050;
	top: 0;
  overflow: auto;
}
	.event-selected .event-details{
		height: 100%;
    padding: 60px 0;
    background: rgba(0,0,0,0.75);
	}



  	.event-selected .event-details-backgroundss {
  		height: 100%;
  	}
  .event-single .container,
	.event-details .container {
		max-width: 850px;
		background: #FFF;
		border-radius: 5px;
		position: relative;
    margin-bottom: 90px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	}
      .event-single .container {
        margin-bottom: 50px;
      }
    .event-single .left,
		.event-details .left {
			border-right: 1px solid #EFEFEF;
			padding: 0!important;
		}
    .event-single .right,
		.event-details .right {
			padding: 0!important;
		}

    .event-single .right {
      padding-bottom: 20px;
    }
    .event-single .details,
    .event-single .painting,
		.event-details .details,
		.event-details .painting {
			padding: 20px!important;
      float: left;
		}
		.event-details .details{
      padding: 20px 20px 0 20px!important;
    }
    .event-single .details {
      margin-top:10px;
        padding: 20px 20px 0 20px!important;
    }
      .event-single .painting img,
      .event-details .painting img {
        width: 100%;
      }
    .event-single .about,
		.event-details .about {
			padding:  0 20px 20px;
		}
		.event-single .container .row > div,
		.event-details .container .row > div {
			padding: 20px;
		}
    .event-single .container .right > div {
      float: left;
      width: 100%;
    }
		.container .right > .buy {
      padding: 15px 20px 20px 20px;
      margin-top: 25px;
      border-top: 1px solid #EFEFEF;
    }
    .event-single .container .map {
      margin-bottom: -5px;
      overflow: hidden;
    }
		.event-single .container .row .map,
		.event-details .container .row .map {
			padding: 0px;
      width: 100%;
      float: left;
      overflow: hidden;
		}
		.event-single .venue,
		.event-single .artist,
		.event-details .venue,
		.event-details .artist {
			padding:  20px;
			padding-left: 120px;
			border-top: 1px solid #EFEFEF;
			position: relative;
		}

			.event-details .label-artist-venue{
				line-height: 22px;
				padding:  0 10px;
				border-radius: 5px;
				margin-left: -45px;
				position:  absolute;
				background: #FFF;
				display: block;
				left: 50%;
				top: -11px;
        width: 90px;
				border: 1px solid #EFEFEF;
				font-size: 10px;
				text-transform: uppercase;
				font-weight: 500;
				color: #999;
        text-align: center;
			}

		.event-single .venue .rating,
		.event-single .artist .rating,
		.event-details .venue .rating,
		.event-details .artist .rating {
			float: right;
		}
		.event-single .venue .rating .number,
		.event-single .artist .rating .number,
		.event-details .venue .rating .number,
		.event-details .artist .rating .number {
			font-size: 12px;
			font-weight: 500;
			margin-right: 10px;
		}
		.event-single .venue .rating i,
		.event-single .artist .rating i,
		.event-details .venue .rating i,
		.event-details .artist .rating i {
			font-size: 16px;
		}
		.event-single .venue .avatar,
		.event-single .artist .avatar,
		.event-details .venue .avatar,
		.event-details .artist .avatar {
			border-radius: 45px;
			width: 75px;
			height: 75px;
			float: left;
			margin-right: 10px;
			position: absolute;
			left: 20px;
			top: 20px;
      background-size: cover;
		}
		.event-single .venue .name,
		.event-single .artist .name,
		.event-details .venue .name,
		.event-details .artist .name {
			font-size: 16px;
		}

		.event-single .event-title,
		.event-details .event-title {
			border-bottom: 1px solid #EFEFEF;
		}
			.event-single .event-title h2,
			.event-details .event-title h2 {
				font-size: 32px;
				color: #ec008c;
				font-weight: 400;
				margin: 0;
			}
			p.text-label {
				font-size: 12px;
				font-weight: 500;
				margin: 0;
				float: left;
				width: 100%;
				letter-spacing: 0.05em;
			}
				p.text-label.uppercase {
					text-transform: uppercase;
					font-weight: 500;
					font-size: 11px;
				}
				.cart-content .nested p.text-label {
					width: auto;
				}
        .cart-content .agree-terms,
        .cart-content .agreement,
        .cart-content .actions {
          width: 100%;
          float: left;
        }
			.event-single .button,
			.event-details .button {
				width: 100%;
				background: #ec008c;
				text-align: center;
				font-size: 21px;
				color: #FFF;
				border: 0;
				line-height: 40px;
				padding: 10px;
				border-radius: 5px;
				font-weight: 500;
				margin-top: 15px;
			}
			.event-details .venue p,
			.event-details .artist p{
				float: left;
				margin-top: 5px;
				width: 90%;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
			}
			.event-single .venue p,
			.event-single .artist p{
				float: left;
				margin-top: 5px;
				width: 100%;
			}
				.event-details .venue.expanded p,
				.event-details .artist.expanded p{
					white-space: normal;
        }
			.event-single .about .more,
			.event-single .venue .more,
			.event-single .artist .more,
			.event-details .about .more,
			.event-details .venue .more,
			.event-details .artist .more{
				float: right;
				font-weight: 600;
				font-size: 13px;
				position: relative;
				cursor: pointer;
			}
				.event-details .more::before {
					line-height: 18px;
					position:  relative;
					float: left;
					display: block;
					left: 0px;
					content: "+";
          width: 20px;
          height: 20px;
          text-align: center;
          border-radius: 100%;
          color:#FFF;
          margin-top: 9px;
          font-size: 16px;
          background-color:#CCC;
				}

					.event-details .expanded .more::before {
						content: "-";
					}
	.event-details .close-details {
		position:  absolute;
		right: 15px;
		top: 15px;
		z-index: 10000;
		display: none;
		width: 45px;
		text-align: center;
		height: 45px;
		padding: 0!important;
		border: 3px solid #FFF;
		background: #a3238e;
		border-radius: 100%;
		cursor: pointer;
	}
		.event-details .close-details i{
			color: #FFF;
			font-size: 22px;
			line-height: 39px;
		}
		.event-selected .event-details .close-details {
			display: block;
		}

.event-details.visible {
  height: auto;
  position: relative;
  z-index: 0;
}

  .event-details.visible .right{
    float: left;
    position: inherit;
  }
  .event-single .right{
    position: sticky;
    position: -webkit-sticky;
    top: 70px; /* required */
  }

  .event-details.visible .venue p,
  .event-details.visible .artist p{
    white-space: normal;
  }
.event-page .event-details .row {
  position: relative;
}

.single,
.event-page {
  background: #F4F4F4;
  padding-bottom: 10px;
}

.link a {
  margin: 10px 20px;
  padding: 5px 10px;
  float: left;
  font-size: 12px;
  border-radius: 5px;
  background: #EFEFEF;
}
.link a:hover {
  color: #ec008c;
}

.social-share {
  width: 100%;
  float: left;
  padding: 0px 20px;
}
.social-share .facebook{
  line-height: 30px;
  float: left;
  background-color: #3B5998;
  color: #FFF;
  border: 0;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  padding: 0 10px;
}
.event-page .social-share .facebook{
  float: none;
  display: table;
  margin: 0 auto;
  font-size: 18px;
  padding: 0 20px;
  line-height: 45px;
}

.social-share .facebook i{
  margin-right:5px;
}

/* CART */

.cart .tile {
	margin-top: 30px;
}
.cart-content {
	padding-bottom: 60px;
  padding-top: 40px;
}
	.cart-content .number-of-tickets {
		background: #FFF;
		padding: 30px 30px;
	}
.cart-content input[type="text"],
.cart-content input[type="email"]{
	width: 100%;
	float: left;
	line-height: 30px;
	padding: 5px 10px 5px 40px;
	border: 1px solid #DDD;
	border-radius: 3px;
}
  .cart-content .ticket.coupon input[type="text"] {
    padding-left: 10px;
  }
	.cart-content input[type="checkbox"] {
		left: 5px;
		position: absolute;
	}
		.cart-content input[type="checkbox"] + label{
			float: left;
			width: auto;
			padding-left: 25px;
			font-weight: 400;
			font-size: 14px;
		}

	.cart-content .agreement .col-md-6 {
		padding: 0px 10px!important;
	}
  .cart-content .totals p,
	.cart-content .totals strong {
    margin:0;
    line-height:30px;
	}
  	.cart-content .your.totals strong {
  		font-size: 20px;
      line-height:40px;
  	}
    .cart-content .total p.small {
      float: right;
    }
	.cart-content .select-wrapper {
		float: left;
		line-height: 30px;
		border: 1px solid #DDD;
		border-radius: 3px;
		width: 200px;
		overflow: hidden;
		position: relative;
	}
    .cart-content .select-wrapper + .text-label {
      float: left;
      width: auto;
      margin-left: 15px;
      line-height: 35px;
    }
	.cart-content .select-wrapper::after {
		font-family:"FontAwesome";
		content: "\f107";
    z-index: 0;
		position:  absolute;
		right: 10px;
		line-height: 35px;
	}

	.cart-content select {
		width: 220px;
		float: left;
		border: 0;
		height: 35px;
		padding-left: 7px;
    background: transparent;
    position: relative;
    z-index: 10;
	}
	.cart-content .nested {
		padding: 10px 0;
		position: relative;
	}
		.cart-content .nested i{
			position: absolute;
			left: 15px;
			line-height: 40px;
			top: 10px;
			z-index: 10;
			color: #999;
		}
	.cart-content .col-md-6 + .col-md-6 {
		padding: 10px 0 10px 10px;
	}
		.cart-content .col-md-6 + .col-md-6 i {
			left: 25px;
		}
	.cart-content .ticket {
		border-top: 1px solid #DDD;
		float: left;
		width: 100%;
		margin-top: 15px;
	}
		.cart-content .ticket .copy-from-above {
			border: 1px solid #CCC;
			float: left;
			font-size: 10px;
			text-transform: uppercase;
			font-weight: 500;
			margin: 1px 10px;
			padding: 3px 10px;
			border-radius: 5px;
			color: #CCC;
			cursor: pointer;
			letter-spacing: 0.05em;
		}
			.cart-content .ticket .copy-from-above:hover{
				border: 1px solid #ec008c;
				color: #ec008c;
			}
	.cart .button {
		margin: 0 auto;
		background: #ec008c;
		text-align: center;
		font-size: 24px;
		color: #FFF;
		border: 0;
		line-height: 40px;
		padding: 10px 30px;
		border-radius: 5px;
		font-weight: 500;
		display: table;
		float: none;
	}
  .ticket.coupon .coupon-input {
    padding-right: 10px;
  }
	.ticket.coupon .button.coupon {
		border: 1px solid #CCC;
		background: #FFF;
		float: left;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 500;
		padding: 0px 20px 0;
		border-radius: 3px;
		color: #999;
		width: 100%;
		cursor: pointer;
		letter-spacing: 0.05em;
		line-height: 40px;
    color: #777!important;
    margin: 0;
	}
		.ticket.coupon .button.coupon:hover{
      border: 1px solid #ec008c;
			color: #ec008c;
		}
    .ticket.coupon .react-tagsinput {
      margin-top:10px;
      display: table;
      float: left;
    }
    .ticket.coupon .react-tagsinput .react-tagsinput-tag{
      background: #ec008c;
      color:#FFF;
      border-radius: 20px 5px 5px 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 11px;
      padding: 9px 10px 7px 20px;
      margin-right: 10px;
      font-weight: 600;
    }
    .ticket.coupon .react-tagsinput .react-tagsinput-tag .react-tagsinput-remove {
      color:#FFF;
      opacity: 0.7;
      margin-left: 5px;
      margin-top: -2px;
    }

/* PAGES */

.single .main-title h1,
.page .main-title h1{
	margin-top: 20px;
	color: #a3238e;
	font-size: 50px;
  margin-bottom: 10px;
	font-weight: 500;
}
.single .main-title h1{
	margin-top: 20px;
	color: #ec008c;
	font-size: 40px;
  margin-bottom: 10px;
	font-weight: 500;
}
.page .main-title h2{
	font-size: 25px;
  margin-bottom: 10px;
	font-weight: 500;
}

.image-stack {
	padding: 60px 0;
}
	.stack img{
		position:  relative;
		width: 466px;
		height: 316px;
		border: 8px solid #FFF;
		padding: 0;
		z-index: 1;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);

		-ms-transform: rotate(-3deg); /* IE 9 */
		-webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
		transform: rotate(-3deg);
	}
		.stack::before,
		.stack::after{
			width: 466px;
			height: 316px;
			border: 8px solid #FFF;
			padding: 0;
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
			z-index:-1;
			position: absolute;
			left: 50%;
			top: 50%;
			content: "";
			display: block;
			margin: -164px 0 0 -245px;
			background: #FFF;

			-ms-transform: rotate(0.7deg); /* IE 9 */
			-webkit-transform: rotate(0.7deg); /* Chrome, Safari, Opera */
			transform: rotate(0.7deg);
		}
			.stack::before {
				-ms-transform: rotate(-0.7deg); /* IE 9 */
				-webkit-transform: rotate(-0.7deg); /* Chrome, Safari, Opera */
				transform: rotate(-0.7deg);
			}
		.stack.rotate-right img {
			-ms-transform: rotate(3deg); /* IE 9 */
			-webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
			transform: rotate(3deg);
		}

			.stack.rotate-right::before {
				-ms-transform: rotate(0.7deg); /* IE 9 */
				-webkit-transform: rotate(0.7deg); /* Chrome, Safari, Opera */
				transform: rotate(0.7deg);
			}
			.stack.rotate-right::after {
				-ms-transform: rotate(-0.7deg); /* IE 9 */
				-webkit-transform: rotate(-0.7deg); /* Chrome, Safari, Opera */
				transform: rotate(-0.7deg);
			}

.page .text-block {
	padding-top: 60px;
}

.footer-image,
.cta-image,
.hero-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    height: 500px;
}
.cta-image  {
    margin-top: 60px;
    height: auto;
    padding:130px 0 110px!important;
}
.footer-image  {
    height: 300px;
    padding:100px 0!important;
}

  .cta-image::before,
  .hero-image::before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height:100%;
      display: block;
      content:"";
      background: rgba(0,0,0,0.4);
      z-index: 0;
  }
    .creative-entrepeneur .hero-image {
      background-image: url('../images/hero-creative-entrepeneur.jpg');
      background-position: left center;
    }
    .page-venue .hero-image {
      background-image: url('../images/venue.jpg');
      background-position: left center;
    }
    .about-us .hero-image {
      background-image: url('../images/bg-brushes.jpg');
    }
    .cta-image {
      background-image: url('../images/bg-cta.jpg');
    }
    .footer-image {
      background-image: url('../images/bg-footer.jpg');
    }
    .cta-image h3 {
      color:#FFF;
    }
  .hero-image.main-title{
    padding-top: 150px;

  }
    .hero-image.main-title h1,
    .hero-image.main-title h2{
      color: #FFF;
    }

      .hero-image.main-title h1 {
        font-size: 50px;
        line-height: 56px;
        font-weight: 400;
      }

      .hero-image.main-title h2 {
        font-size: 32px;
        line-height: 36px;
        font-weight: 400;
        margin-bottom: 20px;
      }

.support .main-content {
  padding-bottom: 60px;
}
.support h3 {
  font-size: 20px;
  font-weight: 500;
  margin:14px 0 0 0;
}
.main-content ul,
.main-content ul li {
  margin:0;
  padding:0;
	line-height: 24px;
	font-size: 15px;
}
  .main-content ul.brush li {
    position: relative;
    padding: 10px 0 10px 50px;
  }
    .main-content ul.brush li img{
      width: 40px;
      height: 40px;
      position: absolute;
      left:0;
      top:50%;
      margin-top: -20px;
    }
.columns .text-block img {
  width: 100px;
  float: none;
  margin: 30px auto;
  display: table;
}
.no-two-days,
.join-our-team {
  position: relative;

}
.venue-requirements,
.no-two-days,
.map-europe {
  position: relative;
  margin-top: 60px;
  background: #F4f4f4;
}

.venue-requirements .text-block,
.no-two-days .text-block,
.map-europe .text-block,
.join-our-team .text-block {
	padding: 90px 60px;
}

.half-image{
  width: 50%;
  position: absolute;
  top: 0;
  background-position: center center;
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
}
  .venue-requirements .half-image{
    left:50%;
    background-image: url('../images/image-venue-req.jpg');
    background-position: right center;
  }

  .no-two-days .half-image{
    left:50%;
    background-image: url('../images/bg-no-two-days.jpg');
    background-position: right center;
  }
  .join-our-team .half-image{
    left:0;
    background-image: url('../images/bg-join-team.jpg');
  }

  .map-europe .half-image{
    background-image: url('../images/pf-map-2.png');
    background-color: #F4F4F4;
    left: 50%;
    background-size: contain;
  }

p.intro {
	font-size: 17px;
	margin-top: 30px;
	line-height: 28px;
}

p.intro strong {
  font-size: 17px;
	line-height: 28px;
}
	.landing p.intro {
		color: #a3238e;
		font-size: 20px;
		margin: 30px 0;
		padding: 0 30px;
		line-height: 32px;
		font-weight: 500;
	}

.page input[type="date"],
.page input[type="text"],
.page select,
.page input[type="email"]{
	width: 100%;
	float: left;
	line-height: 30px;
	padding: 5px 10px 5px 40px;
	border: 1px solid #DDD;
	border-radius: 3px;
}
.page.apply input[type="radio"] {
  float: left;
  margin-right: 10px;
}

.page.apply input[type="file"] {
  margin-top:10px;
  float: left;
  width: 75%;
}
  input.invalid {
    box-shadow: 0 0 5px 0 rgba(255,0,0,0.75);
    border-color: rgba(255,0,0,0,1)!important;
  }
	.page input[type="checkbox"] {
		left: 5px;
		position: absolute;
	}
		.page input[type="checkbox"] + label{
			float: left;
			width: auto;
			padding-left: 25px;
			font-weight: 400;
			font-size: 14px;
		}
	.page .select-wrapper {
		float: left;
		line-height: 30px;
		border: 1px solid #DDD;
		border-radius: 3px;
		width: 200px;
		overflow: hidden;
		position: relative;
	}
  .apply.page .select-wrapper {
    margin-bottom: 15px;
  }
	.page .select-wrapper::after {
		font-family:"FontAwesome";
		content: "\f107";
		position:  absolute;
		right: 10px;
		line-height: 35px;
	}

	.page select {
		width: 220px;
		float: left;
		border: 0;
		height: 35px;
		padding-left: 7px;
	}

	.page .nested {
		padding: 10px 0;
		position: relative;
	}
		.page .nested i{
			position: absolute;
			left: 15px;
			line-height: 40px;
			top: 10px;
			z-index: 10;
			color: #999;
		}
  .contact-form label.language-label {
    width: 75%;
    float: right;
    position: relative;
    padding-left: 20px;
    line-height: 28px;
    font-weight: 400;
  }
  .contact-form .columns label.language-label {
    width: 100%;
  }
  .contact-form label.radio-label {
    width: 75%;
    float: right;
    position: relative;
    line-height: 28px;
    font-weight: 400;
  }
  .contact-form label.language-label input {
    top: 4px;
    left: 0;
  }
  .apply .contact-form textarea {
    margin-bottom: 10px;
      width: 100%!important;
  }
  .contact-form label.full-width {
    margin-top: 10px;
    width: 100%!important;
  }
.main.europe {
	margin-top: -100px;
}
	.main-europe .europe {
		min-width: 800px;
	}

.main-content.form {
  background: #EFEFEF;
  padding: 60px 0;
}
.main-content.form .container .row > div {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	background: #FFF;
	border-radius: 5px;
	overflow: hidden;
  padding: 30px;
}

@media (max-width: 1199px) {
  .tile {
    width: 33.33333%;
    float: left;
  }
}

@media (max-width: 991px) {
  .tile {
    width: 50%;
  }
	.main.europe {
		margin: 0;
	}
  .footer div.col-md-3 {
    padding-bottom: 30px;
  }
  .half-image {
    position: relative;
    width: 100%;
    float: left;
    left: auto!important;
    height: 300px;
    margin-bottom: 40px;
    right: auto!important;
    }
    .event-single .right{
      position: relative;
      position: -webkit-relative;
      top: 0px; /* required */
      border-top: 1px solid #EFEFEF;
    }
  .event-single .container .row > .left, .event-details .container .row > .left,
  .event-single .container .row > .right, .event-details .container .row > .right {
    float: left;
    width: 100%;
  }
  .map iframe {
    width: 100%;
  }

}
@media (max-width: 767px) {
  body {
    padding-top: 0;
  }
	.main-menu .language i {
		display: none;
	}
  .scrolls .main-menu,
	.main-menu {
		background: #FFF;
		padding-top: 10px;
		padding-bottom: 10px;
		position: relative;
		height: 75px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	}
		 .main-menu .logo {
			width: 90px;
			top: -8px;
			left: 0;
		}
	.main-menu ul li a {
		padding: 0 10px;
	}
	.main-menu .language {
		margin-left: 10px;
	}
  .searchform {
    display: table;
    margin-left: 15px;
    margin-right: 15px;
  }
  .searchform .location {
    width: 100%;
    float: left;
    border: 0;
    border-bottom: 1px solid #EFEFEF;
  }
  .searchform .date,
  .searchform .guests {
    width: 50%;
    float: left;
  }

  .searchform #search_button {
    border-radius: 0!important;
    width: 100%;
    border-bottom-right-radius: 5px!important;
    border-bottom-left-radius: 5px!important;

  }
  .search {
    padding-top: 150px;
    padding-bottom: 40px;
  }
  .hero-image.main-title {
    padding: 100px 0 250px;
  }
  .hero-image.main-title h1 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 400;
  }

  .hero-image.main-title h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .no-two-days .text-block, .map-europe .text-block, .join-our-team .text-block {
    padding: 20px;
  }
  .footer ul, .footer ul li, .footer ul li a, .footer p strong {
    text-align: center;
    float: left;
    width: 100%;
  }
  .event-single .venue .avatar, .event-single .artist .avatar, .event-details .venue .avatar, .event-details .artist .avatar {
    width: 50px;
    height: 50px;
  }
  .main-title h1 span, .main-title h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .event-single .venue, .event-single .artist, .event-details .venue, .event-details .artist {
    padding-left: 90px;
  }
  .event-single .container .row > .right, .event-details .container .row > .right {
    padding-bottom: 30px!important;
  }
  .event-selected .event-details {
    padding: 15px;
  }
  .event-single .event-title h2, .event-details .event-title h2 {
    margin-right: 30px;
  }
}
@media (max-width: 640px) {
  .toggle-container {
    display: block;
  }
  .menu-active .main-menu {
    overflow: visible;
    display: table;
  }
  .main-menu .mobile {
    width: 100%;
    margin-top:20px;
    height:0;
    overflow: hidden;
  }
    .menu-active .main-menu .mobile {
      height: auto;
    }
      .menu-active .main-menu .mobile li a,
      .menu-active .main-menu .mobile li{
        width: 100%;
        float: left;
        text-align: center;
        font-size: 140%;
        line-height: 70px;
      }
    .cart-content .col-md-6 i {
      left:15px!important
    }
    .cart-content .ticket.coupon > div,
    .cart-content .col-md-6 {
      padding: 10px 0!important;
      overflow: hidden;
      width: 100%;
    }
    .ticket.coupon .button.coupon {
      margin: 0;
    }
    .language .join-team {
      display: none
    }
    .main-menu ul.language {
      margin-right: 70px;
    }
    .toggle-container {
      right: 20px;
    }
    .main-menu ul {
      margin: 0;
    }
    .main-menu .logo {
      left: 20px;
    }
    .hero-image.main-title h1 {
      font-size: 36px;
      line-height: 42px;
    }
    .hero-image.main-title h2 {
      font-size: 22px;
      line-height: 32px;
    }
}
@media (max-width: 480px) {
  .tile {
    width: 100%;
    float: left;
  }

  .searchform .date,
  .searchform .guests {
    width: 100%;
    float: left;
    border:0;
    border-bottom: 1px solid #EFEFEF;

  }
  .event-single .container .right > .buy {
    position: fixed;
    bottom:0;
    left:0;
    width: 100%;
    z-index: 1000;
    padding: 15px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  }
    .event-single .container .right > .buy p {
      position: fixed;
      background: #FFF;
      box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
      bottom:auto;
      width: auto;
      display: block;
      bottom: 70px;
      left: 10px;
      padding: 4px 10px;
      border-radius: 5px;

  }
    .event-single .container .right > .buy p::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom:-6px;
      width: 0;
      height: 0;
      display: block;
      margin-left: -6px;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;

      border-top: 6px solid #FFF;
    }
    .event-single .container .right > .buy button {
      margin:0;
      box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    }
}

.modal-dialog {
	position: fixed;
	width: 100%;
	z-index: 1050;
	top: 0;
  overflow: auto;
	height: 100%;
  padding: 0px 0;
  background: rgba(0,0,0,0.75);
}

.modal-dialog .event-details-background {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
	z-index: -1;
	height: 60px;
}
