﻿@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* --------------------
		Standard Styles
-------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ol, ul {
	list-style-position: inside;
}

a {
	color: #919191;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	color: #646464;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	padding-bottom: 1em;
}

.clear {
	clear: both;
}

li {
	list-style: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

input {
	outline: none;
}

input:focus, input:active {
	border-color: #4891cb !important;
}


input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #919191;
	font-weight: 400;
}

input, textarea {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.wrapper {
	width: 1260px;
	margin: 0 auto;
	position: relative;
}

.wrapper:after {
	content: '';
	clear: both;
	display: block;
	width: 100%;
}

.header {
	border-bottom: 1px solid #D8D8D8;
	height: 70px;
}

.header .logo {
	background-image: url(/assets/images/logo.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 269px 26px;
	width: 269px;
	height: 26px;
	position: absolute;
	top: 20px;
	left: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.header .logo { background-image: url(/assets/images/logo@2x.png); }
}

.header .social {
	float: left;
	padding-left: 15px;
	padding-top: 2px;
}

.header .topnav {
	float: right;
	padding-top: 25px;
	line-height: 22px;
	white-space: nowrap;
}

.header .topnav ul {
	float: left;
}

.header .topnav li {
	float: left;
	list-style: none;
	padding: 0 12px 0 16px;
	background-image: url(/assets/images/topnav-bull.png);
	background-repeat: no-repeat;
	background-position: left 11px;
}

.header .topnav li:first-child {
	background: none;
}

.header .topnav li, .header .topnav li a {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #5f5f5f;
}

.header .topnav li a:hover {
	color: #939393;
}

.intro {
	height: 456px;
	background-position: center center;
	background-color: #000;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.intro .slides li {
	width: 100%;
	height: 456px;
	min-width: 1260px;
	float: left;
	background-position: center center;
	background-color: #000;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.intro.home .slides li a {
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: 300;
}

.intro.home .slides li a i {
	font-size: 44px;
	display: inline-block;
	margin: -5px 0 5px 0;
	vertical-align: middle;
}

.intro .flex-control-nav {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 150px;
	margin-left: -75px;
	text-align: center;
}

.intro .flex-control-nav li {
	display: inline-block;
	padding: 0 5px;
}

.intro .flex-control-nav li a {
	float: left;
	border: 1px solid #fff;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	text-indent: -9999px;
}

.intro .flex-control-nav li a.flex-active {
	background-color: #fff;
}

.intro .links {
	height: 50px;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1260px;
	line-height: 50px;
	text-align: center;
}

.intro .links a {
	display: inline-block;
	margin: 0 40px;
	padding: 0 17px;
	color: #fff;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 16px;
}

.intro .links a:hover, .intro .links a.selected {
	background-color: #4891CB;
	text-decoration: none;
}

.intro .events {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 1260px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.6);
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 14px;
}

.intro .events li {
	float: left;
	list-style: none;
	padding: 0 22px 0 20px;
	background-image: url(/assets/images/topnav-bull.png);
	background-repeat: no-repeat;
	float: left;
	background-position: left center;
}

.intro .events i {
	font-size: 30px;
	line-height: 40px;
	float: left;
	margin-top: -1px;
}

.intro .events li:first-child {
	background: none;
}

.introAutoComplete.ui-widget-content {
	background-color: rgba(255,255,255,0.94) !important;
	border-radius: 3px;
}

.introAutoComplete.ui-widget-content li {
	background-color: transparent !important;
}

.introAutoComplete.ui-widget-content li:hover {
	background-color: #ccc !important;
}

.intro .search {
	background-color: rgba(255,255,255,0.94);
	height: 66px;
	padding: 5px;
	width: 689px;
	overflow: hidden;
	position: absolute;
	top: 190px;
	left: 50%;
	margin-left: -350px;
	border-radius: 3px;
}

.intro .search input {
	float: left;
	width: 500px;
	padding: 10px 15px;
	height: 56px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	color: #333;
	background: none;
	border: none;
}

.intro .search input.submit {
	float: right;
	padding: 0;
	height: 56px;
	width: 97px;
	text-align: center;
	background-color: #F3741C;
	cursor: pointer;
	color: #fff;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 18px;
	border-radius: 3px;
	margin: 0;
}

.intro .search input.submit:hover {
	background-color: rgba(243, 116, 28, 0.75);
}

h2 {
	font-size: 30px;
	color: #404040;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 300;
	margin-bottom: 15px;
}

.preview-wrapper {
	overflow: hidden;
	margin-right: -20px;
}

.preview-tickets {
	float: left;
	width: 300px;
	height: 338px;
	margin-right: 20px;
	font-size: 13px;
	font-weight: 300;
}

.preview-tickets .thumb {
	overflow: hidden;
	height: 150px;
	margin-bottom: 20px;
}

.preview-tickets .thumb img {
	width: 300px;
}

.preview-tickets h5, .list-wrapper h5 {
	font-size: 16px;
	font-weight: 500;
	color: #404040;
	padding-bottom: 5px;
}

.preview-tickets h5 a, .list-wrapper h5 a {
	color: #404040;
}

.preview-tickets h5 a:hover, .list-wrapper h5 a:hover {
	color: #919191;
	text-decoration: none;
}

.preview-tickets h6, .list-wrapper h6 {
	font-weight: 500;
	font-style: italic;
	font-size: 14px;
	padding-bottom: 5px;
}

.orange, .content h6.orange {
	color: #f3741c;
}

.blue, .content h6.blue {
	color: #043D87;
}

.green, .content h6.green {
	color: #579E27;
}

.preview-tickets .date {
	font-weight: 300;
	font-size: 12px;
	color: #9b9b9b;
	padding-top: 5px;
	padding-bottom: 10px;
}

.button {
	display: inline-block;
	height: 30px;
	line-height: 30px !important;
	padding: 0 17px;
	border-radius: 5px;
	background-color: #F3741C;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.button:hover {
	text-decoration: none;
	color: #fff;
	background-color: rgba(243, 116, 28, 0.75);
}

.view-more {
	display: block;
	height: 30px;
	width: 110px;
	border-radius: 15px;
	margin: 15px auto 0 auto;
	border: 1px solid #E97B40;
	color: #E97B40 !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 27px;
	text-align: center;
}

.view-more:hover {
	text-decoration: none;
	background-color: #f3741c;
	color: #fff !important;
}

.block {
	padding: 55px 0 55px 0;
	clear: both;
	position: relative;
}

.block:first-child {
	padding-top: 40px;
}

.block:after {
	content: '';
	width: 100%;
	clear: both;
}

.block + .block {
	padding-top: 0;
}

.column-half {
	float: left;
	width: 50%;
}

.column-half + .column-half {
	padding-left: 30px;
}

h3 {
	font-size: 30px;
	font-weight: 300;
	color: #404040;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

h3.noborder {
	border: none;
	padding-bottom: 30px;
}

h3 i {

}

ul.half {
	float: left;
	width: 50%;
}

ul.half li {
	line-height: 16px;
	padding: 8px 0;
}

.home .content {
	float: left;
	width: 940px;
}

.sidebar {
	float: right;
	width: 239px;
}

.sidebar:after {
	content: '';
	clear: both;
	display: block;
}

.preview-news {
	overflow: hidden;
	border-top: 1px dashed #ACACAC;
	clear: both;
	padding: 24px 0 24px 0;
	position: relative;
	font-size: 14px;
	color: #9b9b9b;
	font-weight: 300;
	line-height: 21px;
	display: block;
}

.preview-news:first-child, .preview-news.first {
	border: none;
	padding-top: 0;
}

.preview-news .thumb {
	float: left;
	margin-left: -180px;
	position: relative;
}

.preview-news .thumb img {
	width: 157px;
}

.preview-news h5 {
	font-size: 24px;
	font-weight: 300;
	line-height: 40px;
	color: #333;
	padding-bottom: 5px;
}

.preview-news h5 a {
	color: #333;
}

.preview-news .date {
	position: absolute;
	top: 38px;
	right: 0;
	color: #9b9b9b;
	font-size: 12px;
	font-weight: 500;
}

.preview-news .date i {
	font-size: 18px;
	float: left;
}

.preview-news .desc {
	width: 600px;
}

.fading-more {
	line-height: 27px;
	font-size: 13px;
	color: #ababab;
	font-weight: 500;
	max-height: 300px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.fading-more:after {
	content: '';
	height: 200px;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	border-bottom: 70px solid #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.fading-more.opened {
	max-height: 5000px !important;
}

.fading-more.opened:after {
	background: none;
	border: none;
}

.preview-fade .fading-more:after {
	border-bottom: 20px solid #fff;
	height: 100px;
}

.fading-more + .view-more {
	margin-top: -80px;
	position: relative;
}

.fading-more.opened+.view-more {
	margin-top: 20px;
}

.preview-fade .fading-more+.view-more {
	margin-top: -25px;
	position: relative;
}

.preview-fade .fading-more.opened+.view-more {
	margin-top: 20px;
}

.sidebar .box {
	clear: both;
	margin-bottom: 20px;
	padding: 30px 20px 24px 20px;
}

.sidebar .box.nopadding {
	padding: 0;
}

.sidebar .box.green {
	background-color: #6ECB48;
	color: #fff;
	text-align: center;
}

.sidebar .box.champion {
	background-color: #4891CB;
	height: 270px;
	padding-top: 185px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background-image: url(/assets/images/icon-cup.png);
	background-repeat: no-repeat;
	background-position: center 65px;
	display: block;
}

.sidebar .box h3 {
	font-size: 28px;
	color: #545454;
	padding-bottom: 10px;
	margin-left: -10px;
	padding-left: 10px;
	text-align: left;
}

.sidebar .box.green h3 {
	text-align: center;
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 10px;
	margin-left: 0;
	padding-left: 0;
}

.sidebar .box li {
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	padding: 7px 0;
	text-align: left;
}

.sidebar .box li i {
	font-size: 20px;
	float: left;
	margin-left: -7px;
	font-weight: 700;
}

.sidebar .box li [class^="icon-"]:before, .sidebar .box li [class*=" icon-"]:before {
	font-weight: 700;
}

.sidebar .box a.button {
	background: none;
	border: 1px solid #fff;
	margin: 20px auto 0 auto;
	line-height: 27px;
	font-weight: 500;
	border-radius: 15px;
}

.sidebar .box a.button:hover {
	text-decoration: none;
	background-color: #f3741c;
	color: #fff !important;
}

.greenblock {
	clear: both;
	min-width: 1260px;
	margin: 80px 0 0 0;
	background-color: #6ECB48;
	color: #fff;
	padding: 40px 0 60px 0;
	text-align: center;
}

.greenblock h5 {
	font-size: 40px;
	font-weight: 300;
}

.greenblock ul {
	display: block;
	margin: 0 auto;
	max-width: 950px;
}

.greenblock li {
	width: 200px;
	height: 150px;
	display: inline-block;
	margin: 0 50px;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
}

.greenblock li i {
	display: block;
	font-size: 80px;
}

.greenblock a.button {
	background: none;
	border: 1px solid #fff;
	margin: 20px auto 0 auto;
	line-height: 27px;
	font-weight: 500;
	border-radius: 15px;
}

.partners {
	padding: 80px 0 90px 0;
	text-align: center;
}

.partners .column {
	display: inline-block;
	width: 380px;
	vertical-align: text-bottom;
	height: 200px;
}

.partners h6 {
	padding-bottom: 30px;
	font-size: 30px;
	color: #515151;
	font-weight: 300;
}

.partners img {
	margin: 0 20px;
}

.bottombar {
	background-color: #626262;
	padding: 70px 0 120px 0;
	min-width: 1260px;
}

.bottombar h5 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 20px;
}

.bottombar .column {
	float: left;
	width: 25%;
	font-size: 14px;
	font-weight: 300;
	color: #cfcfcf;
	line-height: 17px;
	margin-bottom: 50px;
}

.bottombar .column:after {
	content: '';
	clear: both;
	display: block;
}

.bottombar a {
	color: #A9A9A9;
}

.bottombar a:hover {
	color: #eaeaea;
}

.bottombar .column li {
	padding: 7px 0;
}

.bottombar .newsletter {
	clear: both;
	text-align: center;
	clear: both;
	padding-top: 55px;
	border-top: 1px solid #838383;
}

.bottombar .newsletter big {
	font-weight: 500;
	font-size: 30px;
	display: block;
	padding-bottom: 25px;
	color: #afafaf;
}

.bottombar .newsletter form {
	display: block;
	width: 580px;
	margin: 0 auto;
	overflow: hidden;
}

.bottombar .newsletter input {
	width: 435px;
	height: 64px;
	padding: 0 24px;
	font-size: 24px;
	color: #333;
	font-weight: 400;
	font-style: italic;
	border: none;
	background-color: #fff;
	float: left;
	border-radius: 5px;
	margin-right: 10px;
}

.bottombar .newsletter input.submit {
	font-size: 18px;
	width: 130px;
	color: #fff;
	font-style: normal;
	cursor: pointer;
	margin: 0;
	font-weight: 700;
	text-align: center;
	background-color: #F3741C;
}

.bottombar .newsletter input.submit:hover {
	background-color: rgba(103, 192, 91, 1);
}

.footer {
	padding: 40px 0;
	text-align: center;
	color: #AFAFAF;
}

.footer a {
	color: #afafaf;
}

td img.svg {
	width: 100% !important;
	height: auto !important;
}

.table-secured {
	margin: 14px auto 0 auto;
}

.table-secured {
	border-spacing: 30px 0 !important;
}

.table-secured img {
	margin-left: 0px;
}

.table-accept {
	margin: 0 auto;
}

.table-accept {
	border-spacing: 25px 0 !important;
}

.table-accept img {
	margin-left: 0px;
}

.table-partners {
	margin: -16px auto 0 auto;
}

.table-partners {
	border-spacing: 60px 0 !important;
}

.table-partners img {
	margin-left: 0px;
}

.greenblock+.main {
	padding-top: 60px;
}

.leftnav {
	float: left;
	position: absolute;
	left: 285px;
	top: 25px;
}

.leftnav li {
	float: left;
	list-style: none;
	position: relative;
	min-height: 22px;
	height: 32px;
}

.leftnav a {
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
}

.leftnav li ul {
	position: absolute;
	background-color: #fff;
	z-index: 9000;
	left: -10px;
	top: 32px;
	/* kuus fix, make menu items readable */
	width: 218px;
	/* width: 214px; */
	padding: 10px 2px;
	border: 1px solid #D7D7D7;
	display: none;
	box-shadow: 0 3px 4px rgba(135, 135, 135, 0.74);
}

.leftnav li ul li {
	display: block;
	clear: both;
	padding: 0;
	height: auto;
	width: 100%;
}

.leftnav li ul li a {
	padding: 5px 15px;
	/* kuus fix, make menu items readable */
	width: 212px;
	/* width: 208px; */

	float: left;
	/* kuus fix, make menu items readable
	height: 38px;
	line-height: 28px;
	*/
}

.leftnav li ul li a.orangehover:hover {
	background-color: #F3741C;
	color: #fff;
}

.leftnav li ul li a.bluehover:hover {
	background-color: #4A90E2;
	color: #fff;
}

.leftnav li ul li a.darkbluehover:hover {
	background-color: #283963;
	color: #fff;
}

.leftnav li ul li a.greenhover:hover {
	background-color: #42C430;
	color: #fff;
}

.leftnav li:hover ul {
	display: block;
}

.statistics {
	clear: both;
	text-align: center;
	border-bottom: 1px solid #D8D8D8;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #A0A0A0;
	font-weight: 300;
}

.home .statistics {
	border-bottom: none;
}

.statistics .item {
	display: inline-block;
	padding: 0 30px;
}

.statistics i {
	font-size: 28px;
	margin-top: -1px;
	float: left;
	vertical-align: middle;
}

.statistics strong {
	color: #64A2D3;
	font-weight: 600;
}

.filters {
	border-bottom: 1px solid #D2D2D2;
	margin-bottom: 18px;
	line-height: 42px;
}

.filters:after {
	content: '';
	clear: both;
	display: block;
}

.filters label {
	color: #CACACA;
	font-weight: bold;
}

.filters h2 {
	float: left;
	margin-bottom: 8px;
}

.filters .buttons {
	float: right;
}

.filters .filter-grid {
	float: left;
	margin-left: 20px;
	width: 31px;
	height: 26px;
	font-size: 50px;
	text-align: center;
	vertical-align: middle;
	color:  #C2C2C2;
}

.filters .filter-list {
	float: left;
	margin-left: 20px;
	width: 31px;
	height: 26px;
	font-size: 50px;
	text-align: center;
	vertical-align: middle;
	color:  #C2C2C2;
}

.filters .filter-grid i, .filters .filter-list i {
	float: left;
	margin: -12px 0 0 -20px;
}

.filters .filter-grid.active, .filters .filter-list.active {
	color:  #4891CB;
}

.list-wrapper {
	padding-bottom: 0px;
}

.list-scrollable {
	max-height: 600px;
}

.list-scrollable:after {
	clear: both;
}

.list-wrapper:after {
	content: '';
	clear: both;
	display: block;
}

.list-wrapper .column {
	float: left;
	width: 350px;
	line-height: 24px;
}

.list-line:first-child {
	border: none;
}

.list-line {
	clear: both;
	padding: 18px 0 12px 0;
	border-top: 1px dashed #838383;
}

.list-line:after {
	content: '';
	clear: both;
	display: block;
}

.list-wrapper .column4 {
	width: 210px;
	text-align: right;
}

.list-wrapper .heading {
	color: #C2C2C2;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}

strong { color: #414141; }

.list-wrapper .heading a {
	color: #C2C2C2;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	padding-right: 17px;
}

.list-wrapper .heading a.asc {
	background-image: url(/assets/images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.list-wrapper .heading a.desc {
	background-image: url(/assets/images/arrow-up.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.style1 {
	width: 128px;
}

.style2 {
	width: 84px;
}

.style3 {
	width: 62px;
}

.style4 {
	width: 110px;
}

.style5 {
	width: 80px;
}

.tab {
	display: none;
}

.list {
	padding-bottom: 30px;
}

.list a {
	color: #919191;
}

.list a:hover {
	color: #515151;
}

.list strong {
	color: #404040;
}

.list .list-line {
	border-color: #C6C6C6;
}

.showOnDesktop {  }

.header form.search {
	position: absolute;
	top: 13px;
	left: 285px;
}

.header form.search input {
	float: left;
	width: 294px;
	height: 39px;
	line-height: 39px;
	padding: 0 25px 0 38px;
	border: 1px solid #D5D5D5;
	border-radius: 3px;
	font-size: 12px;
	color: #5B5B5B;
}

.header form.search + .leftnav {
	left: 600px;
	top: 20px;
}

.header form.search.showOnTablet + .leftnav {
	left: 285px;
}

.breadcrumbs {
	height: 67px;
	line-height: 67px;
	font-size: 13px;
	color: #787878;
}

.breadcrumbs a {
	display: inline-block;
	margin: 0 6px;
	color: #787878;
}

.breadcrumbs span {
	display: inline-block;
	margin: 0 6px;
	color: #C4C4C4;
}

.sidebar.leftbar {
	float: left;
}

.content {
	width: 940px;
	float: right;
}

.content + .sidebar.leftbar {
	float: left;
}

.preview-fade {
	padding-left: 256px;
	overflow: hidden;
	line-height: 21px;
	margin-bottom: -50px;
}

.preview-fade p {
	display: block;
	height: 100px;
	overflow: hidden;
}

.preview-fade .thumb {
	float: left;
	margin-left: -256px;
	position: relative;
}

.preview-fade .fading-more {
	line-height: 21px;
}

.preview-fade h3 {
	border: none;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 13px;
}

.content .block:first-child {
	padding-top: 0;
}

.content .fading-more {
	max-height: 200px;
}

.content .fading-more.big {
	max-height: 250px;
}

.preview-fade .view-more {
	height: 24px;
	line-height: 22px;
	font-size: 11px;
	width: 89px;
}

ul.triple {
	display: block;
	float: none;
	font-weight: bold;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

ul.triple li {
	line-height: 22px;
	padding: 5px 0;
}

.list-wrapper .column {
	width: 25%;
	position: relative;
}

.list-wrapper .column1 {
	width: 30%;
}

.list-wrapper .column4 {
	width: 20%;
}

.hasImageOnLeft .list-wrapper .column1 {
	width: 40%;
}

.hasImageOnLeft .list-wrapper .column3 {
	width: 15%;
}

.header .search:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 10px;
	background-image: url(/assets/images/icon-mang-glass.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	cursor: pointer;
}

.toppadded .wrapper {
	padding-top: 43px;
}

.sidebar.rightbar {
	float: right;
}

.content.alignleft {
	float: left;
}

h1 {
	padding-left: 12px;
	font-size: 30px;
	border-bottom: 1px solid #D0D0D0;
	margin-bottom: 35px;
	padding-bottom: 18px;
	color: #404040;
	font-weight: 300;
}

dl {
	display: block;
	font-size: 14px;
	color: #515151;
	line-height: 26px;
}

dt {
	float: left;
	clear: both;
	width: 135px;
	padding-right: 30px;
	text-align: right;
	padding-bottom: 20px;
	font-weight: bold;
}

dd {
	float: left;
	width: 50%;
	padding-bottom: 20px;
}

dl a {
	color: #4891cb;
}

.faqs {
	border-bottom: 1px dashed #A2A2A2;
    text-align: left;
}

.faqs .faq {
	clear: both;
	border-top: 1px dashed #A2A2A2;
	padding: 15px 35px;
	background-image: url(/assets/images/icon-close.svg);
	background-size: 26px 26px;
	background-repeat: no-repeat;
	background-position: 3px 17px;
}

.faqs .faq.opened {
	background-image: url(/assets/images/icon-open.svg);
}

.faqs .question {
	line-height: 27px;
	font-size: 16px;
	font-weight: 600;
	color: #515151;
	cursor: pointer;
}

.faqs .answer {
	font-size: 13px;
	color: #a6a6a6;
	font-weight: 300;
	line-height: 26px;
	padding-top: 5px;
	display: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.faqs .answer p {
	padding-bottom: 5px;
}

.faqs .opened .answer {
	display: block;
}

.intro .title {
	width: 600px;
	position: absolute;
	top: 165px;
	left: 50%;
	margin-left: -300px;
	font-size: 90px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 2px 5px #333;
}

.showOnMobile {
	display: none;
}

.content h6 {
	font-weight: bold;
	color: #505050;
	font-size: 16px;
	padding-bottom: 1em;
}

.static {
	line-height: 24px;
	font-size: 14px;
	color: #B1B1B1;
}

.content ul {
	margin-bottom: 1em;
}

.static p {
	padding-left: 10px;
	max-width: 650px;
}

.static ul {
	padding-left: 10px;
	max-width: 650px;
}

.static h6 {
	padding-left: 10px;
}

.steps .wrapper {
	overflow: hidden;
	padding: 10px 15px 20px 15px;
}

.steps .step {
	float: left;
	width: 210px;
	height: 55px;
	border: 1px solid #CDCDCD;
	border-right: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding-left: 50px;
	text-transform: uppercase;
	font-size: 16px;
	color: #CDCDCD;
	text-decoration: none;
	position: relative;
	line-height: 53px;
}

/*.steps .step:after {
	content: '';
	background-image: url(/assets/images/steps-arrow-right.png);
	width: 33px;
	height: 55px;
	right: -33px;
	top: -1px;
	z-index: 20;
	position: absolute;
}*/

.steps .step:after {
	content: '';
	width: 0 !important;
	height: 0 !important;
	border-top: 27px solid transparent;
	border-left: 33px solid #aaa;
	border-bottom: 28px solid transparent;
	overflow: hidden;
	position: absolute;
	top: -1px;
	right: -33px;
	z-index: 1;
}

.steps .step:before {
	content: '';
	width: 0 !important;
	height: 0 !important;
	border-top: 27px solid transparent;
	border-left: 33px solid #fff;
	border-bottom: 28px solid transparent;
	overflow: hidden;
	position: absolute;
	top: -1px;
	right: -32px;
	z-index: 2;
}

.steps .step.done {
	background-color: #42C430;
	border-color: #fff;
	color: #fff;
}

/*.steps .step.done:after {
	background-image: url(/assets/images/steps-arrow-right-done.png);
	width: 28px;
	right: -28px;
}*/

.steps .step.done:after {
	content: '';
	width: 0 !important;
	height: 0 !important;
	border-top: 27px solid transparent;
	border-left: 33px solid #fff;
	border-bottom: 26px solid transparent;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: -33px;
	z-index: 1;
}

.steps .step.done:before {
	content: '';
	width: 0 !important;
	height: 0 !important;
	border-top: 27px solid transparent;
	border-left: 33px solid #42C430;
	border-bottom: 26px solid transparent;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: -32px;
	z-index: 2;
}

.steps .step.current {
	background-color: #F3741C;
	border-color: #fff;
	color: #fff;
}

/*.steps .step.current:after {
	background-image: url(/assets/images/steps-arrow-right-active.png);
	width: 30px;
	right: -30px;
}
*/

.steps .step.current:after {
	content: '';
	width: 0 !important;
	height: 0 !important;
	border-top: 27px solid transparent;
	border-left: 33px solid #fff;
	border-bottom: 26px solid transparent;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: -33px;
	z-index: 1;
}

.steps .step.current:before {
	content: '';
	width: 0 !important;
	height: 0 !important;
	border-top: 27px solid transparent;
	border-left: 33px solid #F3741C;
	border-bottom: 26px solid transparent;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: -32px;
	z-index: 2;
}

.content.fullwidth {
	width: 100%;
	float: none;
}

.info {
	clear:both;
	padding: 0 15px;
}

.info:after {
	content: '';
	clear: both;
	display: block;
}

.info .social {
	padding-top: 10px;
}

.info h1 {
	font-size: 30px;
	font-weight: 300;
	color: 404040;
	padding: 0 0 5px 0;
	border: none;
	margin: 0;
}

.info .venue {
	font-size: 20px;
	font-weight: 500;
	color: #404040;
}

.info .date {
	font-size: 16px;
}

.info i {
	font-size: 25px;
	vertical-align: middle;
}

.info .date i {
	font-size: 20px;
	margin-left: 3px;
	margin-right: 4px;
}

.info .note {
	font-size: 14px;
    font-style:italic;
    color: red;
}

.imageBlock {
	float: left;
	width: 480px;
}

.imageBlock img {
	max-width: 480px;
}

.imageBlock .image-controls {
	height: 60px;
	padding: 15px 0;
	line-height: 30px;
	font-size: 16px;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	color: #000;
}

.imageBlock .image-controls i {
	font-size: 25px;
	color: #000;
	float: left;
	margin: -1px 0 0 0;
}

.imageBlock .image-controls a {
	color: #C2C2C2;
	display: inline-block;
}

.block.hasImageOnLeft {
	float: right;
	width: 700px;
	clear: none;
}

.infoblock {
	margin: 0 0 50px 0;
	font-size: 14px;
	line-height: 26px;
	color: #BABABA;
	padding: 32px 0 15px 0;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}

.block + .block.infoblock {
	padding-top: 32px;
}

.infoblock h4 {
	text-transform: uppercase;
	color: #515151;
	font-size: 17px;
	padding-bottom: 1em;
}

.infoblock p, .infoblock ul {
	max-width: 1000px;
}

h1.hasButtons {
	height: auto;
	line-height: 42px;
	overflow: hidden;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

h1.hasButtons .alignright a {
	font-size: 13px;
	color: #8f8f8f;
	line-height: 22px;
}

h1.hasButtons .alignright a img {
	vertical-align: middle;
	margin-left: 10px;
}

.viewing {
	background-color: #4891CB;
	height: 40px;
	text-align: center;
	color: #fff;
	line-height: 38px;
	font-size: 16px;
}

.viewing i {
	font-size: 35px;
	vertical-align: middle;
	line-height: 38px;
	margin-right: 5px;
	margin-top: -2px;
	display: inline-block;
}

.print i {
	font-size: 28px;
	vertical-align: middle;
	line-height: normal;
}

.block-facebook {
	border: 1px solid #3B5998;
	border-radius: 6px;
	border-top-width: 18px;
	padding: 12px 14px;
	position: relative;
	margin: 30px 0 21px 0;
	font-size: 16px;
	color: #536DA5;
}

.block-facebook:before {
	content: '';
	position: absolute;
	top: -16px;
	left: 3px;
	background-image: url(/assets/images/icon-fb.png);
	width: 14px;
	height: 14px;
}

.block-facebook img {
	vertical-align: middle;
}

.order-details {
	background-color: #F7F7F7;
	border: 1px solid #E4E4E4;
	padding: 25px 45px;
	border-radius: 7px;
	font-size: 14px;
	color: #a5a5a5;
	line-height: 22px;
}

.hasError {
    border-color: #a94442;
}


.order-details.form {
	margin-top: 30px;
}

.order-details .line {
	height: 55px;
	line-height: 55px;
	text-align: right;
	color: #515151;
	font-weight: 400;
	font-size: 14px;
	background-image: linear-gradient(to right, black 33%, rgba(131,131,131,0) 0%);
	background-position: top;
	background-size: 5px 1px;
	background-repeat: repeat-x;
}

.order-details.form .line {
	text-align: left;
	padding: 10px 0px;
}

.order-details .line:after {
	content: '';
	clear: both;
	display: block;
}

.order-details .line:first-child {
	background: none;
}

.order-details .line.total {
	background: none;
	border-top: 1px solid #838383;
	font-size: 16px;
	margin-bottom: 40px;
}

.order-details .label {
	float: left;
	font-weight: 700;
	font-size: 16px;
	color: #404040;
}

.order-details.form .label {
	width: 142px;
	padding-right: 12px;
	float: none;
	text-align: right;
	display: inline-block;
}

.order-details p {
	clear: both;
	padding-bottom: 30px;
}

.order-details a {
	color: #4B93CC;
}

form .line {
	height: 46px;
	margin-bottom: 17px;
	clear: both;
	position: relative;
}

form .line:after {
	content: '';
	clear: both;
	display: block;
}

form .line label {
	float: left;
	width: 174px;
	text-align: right;
	padding-right: 21px;
	position: relative;
	font-weight: bold;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	color: #404040;
}

form .line label.required:after {
	content: '*';
	position: absolute;
	left: 154px;
	top: 0px;
	width: 7px;
	height: 15px;
	font-size: 19px;
	color: #F32D2D;
}

form input {
	width: 414px;
	height: 46px;
	border: 1px solid #C1C1C1;
	padding: 12px;
	color: #3E3E3E;
	font-size: 16px;
	line-height: 22px;
}

form input.small {
	width: 163px;
}

form input.error, form .erro input {
	border: 1px solid #ee2f2f;
}

form input.submit {
	background-color: #f3741c;
	border: none;
	border-radius: 5px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	margin-left: 174px;
	cursor: pointer;
	margin-top: 10px;
}

form input.submit:hover {
	background-color: rgba(243, 116, 28, .75);
}

form select {
	height: 46px;
	margin: 0;
}

form .info-block {
	padding: 8px 27px 8px 58px;
	border: 1px solid #F3741C;
	border-radius: 5px;
	width: 435px;
	line-height: 19px;
	font-size: 13px;
	color: #F3741C;
	margin-bottom: 40px;
	margin-left: 174px;
	position: relative;
	width: 400px;
	display: none;
}

form .line .info-block {
	display: block;
	position: absolute;
	bottom: 0;
	margin-left: 0;
	margin-bottom: 0;
	left: 615px;
	width: 435px;
}

.infoIcon {
	font-size: 30px;
	color: #F3741C;
	vertical-align: middle;
    cursor: pointer;
}

.column .infoIcon {
	position: absolute;
	top: 0px;
	right: 0;
}

form .info-block .icon {
	font-size: 30px;
	position: absolute;
	left: 10px;
	top: 30px;
	margin-top: -15px;
}

form .line .info-block .icon {
	top: 50%;
}

.radio-wrapper {
	position: relative;
	float: left;
	line-height: 26px;
	padding: 0;
	color: #404040;
	font-weight: bold;
}

.checkbox-wrapper {
	position: relative;
	float: left;
	line-height: 26px;
	padding: 11px 30px 0px 38px;
	color: #404040;
}

.checkbox-wrapper input {
	display: none;
}

.checkbox-wrapper .checkbox {
	position: absolute;
	top: 11px;
	left: 0;
	background-image: url(/assets/images/checkbox.png);
	width: 22px;
	height: 22px;
}

.checkbox-wrapper .checkbox.active {
	background-position: 0 -22px;
}

.mobile-search-trigger {
	display: none;
	background-image: url(/assets/images/enlarge.svg);
	background-size: 26px 26px;
	width: 26px;
	height: 26px;
	position: absolute;
	right: 48px;
	top: 25px;
	cursor: pointer;
}

.mobile-search {
	display: none;
	clear: both;
	height: 44px;
	width: 100%;
	top: 69px;
	left: 0;
	position: absolute;
}

.mobile-search input {
	width: 100%;
	border-left: 0;
	border-right: 0;
	border-color: #d8d8d8;
}

.mobile-search input.submit {
	display: none;
}

.container-disclaimer {
    background-color: #F0F0F0;
    padding: 10px;
    font-family: Lato;
    font-size: 14px;
    color: #5f5f5f;
    text-align: center;
}

.header {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.header.searchactive {
	height: 115px;
}

.mobile-search .close {
	background-image: url(/assets/images/search-close.png);
	width: 9px;
	height: 9px;
	position: absolute;
	right: 15px;
	top: 17px;
	cursor: pointer;
}

.ui-autocomplete  {
	width: 400px;
	padding: 8px 0;
	background-color: #fff;
	box-shadow: 0 3px 5px #666;
	position: relative;
	margin-top: 4px;
}

.intro .ui-autocomplete {
	width: 500px;
	top: 56px;
}

.ui-autocomplete li {
	line-height: 20px;
	padding: 9px 12px;
	background-color: #fff;
	color: #909090;
	font-weight: bold;
}

.ui-autocomplete li:hover {
	background-color: #EEEEEE;
	color: #595959;
}

.header .mobile-nav-trigger {
	font-size: 40px;
	position: absolute;
	right: -10px;
	top: 13px;
	cursor: pointer;
	display: none;
}

.header .mobile-nav-trigger.active i, .header .mobile-nav-trigger .active {
	display: none;
}

.header .mobile-nav-trigger.active .active {
	display: block;
}

.showOnTablet {
	display: none;
}

.order-details select {
	margin-left: 0;
}

.line-content {
	display: inline-block;
}

.mobile-nav {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 5000;
	overflow: hidden;
}

.mobile-nav .mobile-nav-search {
	position: relative;
	height: 61px;
	border-bottom: 1px solid #C8C8C8;
}

.mobile-nav .mobile-nav-search input {
	background-image: url(/assets/images/enlarge.svg);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-left: 40px;
	margin-top: 11px;
	background-size: 17px 17px;
	width: 80%;
	height: 40px;
	border: none;
	float: left;
}

.mobile-nav .mobile-nav-search input.submit {
	width: 61px;
	float: right;
	clear: none;
	font-size: 12px;
	height: 40px;
	padding: 0;
	line-height: 40px;
	margin: 11px 13px 0 0;
	background-image: none;
}

.mobile-nav .mobile-heading {
	height: 30px;
	line-height: 30px;
	background-color: #EFEFEF;
	text-transform: uppercase;
	padding: 0 10px;
	color: #A6A6A6;
	font-size: 12px;
	clear: both;
	margin: 11px 0 10px 0;
}

.mobile-nav li {
	display: block;
	clear: both;
	padding: 0;
	height: auto;
	width: 100%;
	margin: 1px 0;
}

.mobile-nav li a {
	padding: 5px 15px;
	width: 100%;
	float: left;
	height: 38px;
	line-height: 28px;
}

.mobile-nav li a.orangehover:hover {
	background-color: #F3741C;
	color: #fff;
}

.mobile-nav li a.bluehover:hover {
	background-color: #4A90E2;
	color: #fff;
}

.mobile-nav li a.darkbluehover:hover {
	background-color: #283963;
	color: #fff;
}

.mobile-nav li a.greenhover:hover {
	background-color: #42C430;
	color: #fff;
}

.mobile-nav .mobile-top-nav ul {
	float: left;
}

.mobile-nav .mobile-top-nav li {
	float: left;
	clear: none;
	height: auto;
	line-height: normal;
	width: auto;
	list-style: none;
	padding: 6px 12px 6px 15px;
	margin: 0;
	background-image: url(/assets/images/topnav-bull.png);
	background-repeat: no-repeat;
	background-position: left 23px;
}

.mobile-nav .mobile-top-nav li a {
	width: auto;
	padding-left: 0;
	padding-right: 0;
	float: left;
}

.mobile-nav .mobile-top-nav li:first-child {
	background: none;
}

.mobile-nav .mobile-top-nav li a {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #5f5f5f;
}

.mobile-nav .mobile-top-nav li a:hover {
	color: #939393;
}

.mobile-nav .social {
	float: right;
	padding: 15px 14px 0 0;
}

.hasDropdowns {
	overflow: visible !important;
}

.hideWhileNavigationIsOpened {
	overflow: hidden !important;
	display: none !important;
}

.main.hideWhileNavigationIsOpened {
	display: block !important;
	height: 500px;
}

.main.hideWhileNavigationIsOpened * {
	display: none;
}

.content .hasImageOnLeft .list-wrapper .column3 { color: #515151; }
.content .hasImageOnLeft .list-wrapper .heading .column3 { color: #C2C2C2; }

@media (max-width: 1260px) {
	.wrapper { min-width: 800px; width: 95%; }
	.header .topnav ul, .header .topnav .social { display: none; }
	.intro .slides li { min-width: 800px; }
	.intro .links { min-width: 800px; }
	.intro .events { min-width: 800px; }
	.greenblock { min-width: 800px; }
	.bottombar { min-width: 800px; }
	.statistics { font-size: 12px; }
	.statistics .item { padding: 0 15px; }
	.statistics i { display: none; }
	.showOnDesktop { display: none !important; }
	.hideOnTablet { display: none !important; }
	.filters h2 { font-size: 30px; }
	.filters .buttons { padding-right: 0; overflow: hidden; margin-right: 0px; padding-top: 8px; }
	.filters.hasDropdowns .buttons { padding-top: 0; }
	.preview-wrapper { text-align: center; margin-right: 0; }
	.preview-tickets { min-width: 0; width: 32.1%; float: left; text-align: left; margin-right: 0; padding-right: 0; min-height: 320px; padding-bottom: 20px; height: auto; }
	.preview-tickets:nth-child(3n+1) { padding-right: 0; clear: both; }
	.preview-tickets:nth-child(3n+2) { margin-left: 1.85%; margin-right: 1.85%; }
	.preview-tickets:nth-child(3n+3) { float: right; padding-right: 0; }
	.preview-tickets .thumb { height: auto; }
	.preview-tickets .thumb img { min-width: 0; width: 100%; height: auto; }
	.filters { overflow: hidden; }
	h3 i { display: none; }
	.column-half { padding-bottom: 30px; }
	.column-half ul.half { width: 100%; clear: both; float: none; }
	.column-half ul.half a { font-size: 14px; color: #919191; font-weight: 600; }
	.column-half h2, .column-half h3 { padding-left: 0; }
	.block { min-width: 776px; width: 100%; }
	.content, .content.alignleft { float: none; width: auto; max-width: 1260px; margin-left: auto; margin-right: auto; }
	.sidebar { clear: both; float: none; width: auto; padding-top: 60px; }
	.sidebar .box { width: 239px; margin-right: 22px; float: left; clear: none; }
	.preview-news:last-child { margin-bottom: -20px; }
	.preview-news .date { top: 33px; }
	.preview-news.first .date, .preview-news:first-child .date { top: 9px; }
	.preview-news h5 { padding-bottom: 0; line-height: 37px; }
	.greenblock { margin-top: 0; }
	.greenblock li { margin-left: 0; margin-right: 0; width: 250px; }
	.partners .column { width: 250px; }
	.table-partners { border-spacing: 32px 0 !important; }
	.bottombar { margin: 0; padding: 0; }
	.bottombar .wrapper { padding: 130px 0 0 0; }
	.bottombar .block { margin: 0; padding: 0; min-width: 800px; }
	.bottombar .column { float: none; width: auto; margin-bottom: 0; }
	.bottombar .column h5 { line-height: 55px; height: 55px; padding-left: 50px; background-image: url(/assets/images/icon-open.svg); background-size: 24px 24px; background-repeat: no-repeat; background-position: 15px center; border-bottom: 1px solid #585858; font-size: 24px; }
	.bottombar .column ul { display: none; margin-bottom: 30px; }
	.bottombar .column.active h5 { background-image: url(/assets/images/icon-close.svg); }
	.bottombar .column.active ul { display: block; }
	.bottombar .column ul li { height: 39px; line-height: 39px; border-top: 1px solid #585858; padding: 0 0 0 20px; }
	.bottombar .column ul li a { height: 39px; line-height: 39px; }
	.bottombar .column ul li:first-child { border: none; }
	.bottombar .newsletter { width: 100%; border: none; text-align: center; position: absolute; top: 25px; left: 15px; padding: 0; margin: 0; }
	.bottombar .newsletter big { text-align: center; display: block; font-size: 17px; font-weight: 300; color: #fff; padding-bottom: 18px; }
	.bottombar .newsletter input { height: 40px; font-size: 17px; width: 272px; font-style: normal; float: none; }
	.bottombar .newsletter input.submit { width: auto; padding: 0 20px; font-size: 14px; font-weight: normal; text-align: center; }
	.list-wrapper .column { width: 25%; }
	.list-wrapper .column1 { width: 30%; }
	.list-wrapper .column4 { width: 20%; }
	.content .hasImageOnLeft .list-wrapper .column3 { color: #515151; }
	.content .hasImageOnLeft .list-wrapper .heading .column3 { color: #c2c2c2; }
	.sidebar.rightbar { float: left; }
	.steps .step { padding-left: 45px; width: 185px; font-size: 14px; }
	.info .alignright { float: left; clear: both; padding: 10px 0 0 10px; }
	.imageBlock { float: none; width: auto; text-align: center; padding-top: 32px; }
	.imageBlock .image-controls { position: absolute; top: 40px; right: 0; }
	.faqs { border-bottom: none; }
	.block .content h3 { padding-left: 0; }
	.header .mobile-nav-trigger { display: block; }
	.header .topnav ul { position: absolute; top: 69px; right: 0; background-color: #fff; padding: 8px 0; z-index: 555; box-shadow: 0 3px 5px #ccc; }
	.header .topnav ul li { width: 800px; background: none; border: none; list-style: none; padding: 0; display: block !important; }
	.header .topnav ul li a { line-height: 26px; padding: 7px 10px; min-height: 40px; width: 800px; float: left;  }
	.header .topnav ul li a:hover, .header .topnav ul li a:active { background-color: #EEEEEE; color: #545454; }
	form .line .info-block { display: none; }
	form .info-block { display: block; }
	.showOnTablet { display: inline-block; }
	.mobile-nav { left: 0px; min-width: 820px; }
	.block.hasImageOnLeft { margin-left: 0; width: 100%; }
	.sidebar .box.halfOnTablet { width: 50%; clear: none; margin-right: 0; }
	.sidebar .box:nth-child(4) { clear: both; }
	.sidebar .box.halfOnTablet + .box.halfOnTablet { float: right; }
	.fading-more + .view-more { margin-bottom: -40px; }
	.header form.search.showOnTablet + .leftnav { left: 600px; }
	.content { width: 100%; padding-left: 0; margin-left: 0; margin-right: 0; }
	.home .content { width: 100%; }
	.content .block { margin-left: 0; margin-right: 0; max-width: 100%; width: 100%; }
	.preview-fade { margin-bottom: -40px; }
	.fading-more + .view-more { margin-top: -90px; }
}

@media (max-width: 990px) {
	.preview-tickets { min-width: 380px; width: 48.75%; float: left; text-align: left; margin-right: 0; padding-right: 0; min-height: 320px; padding-bottom: 20px; height: auto; }
	.preview-tickets:nth-child(3n+3) { float: left; }
	.preview-tickets:nth-child(even) { float: right; }
	.preview-tickets:nth-child(3n+1) { padding-right: 0; clear: none; }
	.preview-tickets:nth-child(3n+2) { margin-left: 0; margin-right: 0; }
	.preview-tickets .thumb { height: auto; }
	.preview-tickets .thumb img { min-width: 380px; width: 100%; height: auto; }
}

@media (max-width: 800px) {
	.wrapper { min-width: 400px; overflow: hidden; }
	.header .wrapper { overflow: visible; }
	.intro { max-width: 800px; width: 100%; margin-left: auto; margin-right: auto; }
	.intro .slides li { min-width: 400px; }
	.intro.home .slides li a { top: 50px; width: 280px; text-align: center; margin-left: 60px; left: 50%; margin-left: -140px; display: block; }
	.intro .slides li a i { display: block !important; margin-bottom: -5px !important; text-align: center; }
	.intro .links { min-width: 400px; }
	.intro .events { min-width: 400px; }
	.greenblock { min-width: 400px; margin-top: 30px; }
	.bottombar { min-width: 400px; }
	.block { width: 100%; margin-left: auto; margin-right: auto; min-width: 0; }
	.content { float: none; width: auto; max-width: 100%; margin-left: auto; margin-right: auto; }
	.header .leftnav { display: none; }
	.header .social { display: none; }
	.header .topnav ul, .header .topnav .social { display: none; }
	.statistics { text-align: center; }
	.statistics .item { display: none; }
	.statistics i { display: inline-block; }
	.statistics .item:nth-child(2) { display: inline-block; }
	.intro, .intro.home { height: 244px; }
	.intro .slides li { height: 244px; background-size: cover; }
	.intro .search { display: none; }
	.hideOnMobile { display: none !important; }
	h2 { font-size: 28px; }
	.preview-tickets { float: none !important; display: block; min-width: 380px; width: 100%; margin-left: auto; margin-right: auto; clear: both; }
	.preview-tickets .button { min-width: 380px; width: 100%; height: 40px; line-height: 40px !important; text-align: center; }
	.list .list-line { padding: 20px 10px 18px 10px; line-height: 22px; }
	.preview-news .thumb { display: none; }
	.preview-news { padding-left: 10px; padding-right: 10px; padding-top: 33px !important; }
	.preview-news h5 { line-height: normal; font-size: 20px; }
	.preview-news .date { top: 14px; left: 10px; }
	.preview-news .date i { display: none; }
	.sidebar { display: none; }
	.greenblock li { width: 50%; float: left; }
	.partners { padding-bottom: 0; }
	.partners .column { width: 100%; }
	.bottombar .wrapper { padding-top: 150px; }
	.bottombar .newsletter { text-align: left; padding-bottom: 20px; }
	.bottombar .newsletter big { text-align: left; }
	.bottombar .newsletter form { width: 100%; float: left; }
	.bottombar .newsletter input { width: 252px; }
	.bottombar .block { width: 100%; }
	.bottombar .column h5 { font-size: 24px; }
	.footer, .footer a { color: #DADADA; }
	ul.triple { display: block; float: none; font-weight: bold; -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }
	.preview-fade { padding: 0 0 40px 0; font-size: 12px; }
	.preview-fade .fading-more { font-size: 12px; }
	.block .preview-fade h3 { font-size: 24px; }
	.preview-fade .thumb { margin: 0; padding: 0 0 18px 0; width: 100%; }
	.preview-fade .thumb img { width: 100%; }
	h3 { font-size: 28px; border-bottom: none; padding-left: 0; }
	h3 { border-bottom: 1px solid #E5E5E5; }
	.block h3 { font-size: 24px; }
	.partners h6 { font-size: 26px; }
	.preview-wrapper { margin-right: 0; }
	.header .search input { display: none; }
	dt { float: none; display: block; width: auto; padding-bottom: 0; text-align: left; }
	dd { float: none; width: auto; display: block; }
	.intro .title { width: 300px; top: 65px; font-size: 70px; margin-left: -150px; line-height: 55px; }
	.showOnMobile { display: block; }
	br.showOnMobile { display: inline-block; }
	.imageBlock .image-controls { display: none; }
	.imageBlock img { max-width: 380px; }
	.info { text-align: center; }
	.info .social { padding-top: 0; }
	.info h1 { font-size: 24px; }
	.info .alignleft, .info .alignright { float: none; width: 100%; }
	.block.hasImageOnLeft { width: auto; float: none; }
	.filters.hasDropdowns { border-bottom: none; padding-bottom: 20px; }
	.filters h2 { width: 100%; float: none; font-size: 26px; padding-right: 0px; margin-bottom: 0; }
	.filters .buttons { float: none; width: 100%; padding: 0; position: relative; margin-right: 0px; }
	.filters.hasDropdowns .buttons { padding: 8px 0 0 0; border-top: 1px solid #d2d2d2; }
	.filters .buttons .filter-grid { position: absolute; bottom: 20px; right: 0; }
	.filters .buttons .filter-list { position: absolute; bottom: 20px; right: 0; }
	.filters .buttons .filter-grid+.filter-list { right: 50px; }
	.filters label { display: none; }
	.filters + .list-wrapper { margin-top: -11px; }
	.list-line { padding-top: 13px; }
	.list-wrapper .list-line { border-top: none; }
	.steps .step { padding-left: 35px; width: 175px; font-size: 13px; }
	.steps .step.done, .steps .step.current { display: inline-block; }
	.steps .step.current:after { height: 53px; top: 0; background-position: right center; }
	.steps .step:after { border-left-width: 23px !important; right: -23px !important; }
	.steps .step:before { border-left-width: 22px !important; right: -21px !important; }
	.list-wrapper .column1, .hasImageOnLeft .list-wrapper .column1 { width: 50%; }
	.list-wrapper .column2, .hasImageOnLeft .list-wrapper .column2 { width: 25%; }
	.list-wrapper .column3, .hasImageOnLeft .list-wrapper .column3 { width: 25%; text-align: center; }
	.list-wrapper .column4, .hasImageOnLeft .list-wrapper .column4 { width: 100%; clear: both; padding-top: 12px; }
	.list-wrapper .column4 a.button, .hasImageOnLeft .list-wrapper .column4 a.button { width: 100%; text-align: center; }
	.print { display: none; }
	.order-details .label { font-size: 14px; }
	.order-details .line.total .label { font-size: 16px; }
	.column-half { width: 100%; clear: both; float: none; padding: 30px 0 0 0 !important; }
	.mobile-search-trigger { display: block; }
	.header .mobile-nav-trigger { display: block; }
	.header .topnav ul { position: absolute; top: 50px; right: 0; background-color: #fff; padding: 8px 0; z-index: 555; box-shadow: 0 3px 5px #ccc; }
	.header .topnav ul li { width: 400px; background: none; border: none; list-style: none; padding: 0; }
	.header .topnav ul li a { line-height: 26px; padding: 7px 10px; min-height: 40px; width: 400px; float: left;  }
	.header .topnav ul li a:hover, .header .topnav ul li a:active { background-color: #EEEEEE; color: #545454; }
	.order-details.form { padding: 25px 10px; }
	.order-details.form .label { width: 110px; float: left; }
	.order-details.form .line-content { float: right; width: 268px; }
	.order-details .line { line-height: 22px; padding: 16px 0 17px 0; height: auto; }
	form .line { height: auto; }
	form .line label { display: block; float: none; width: auto; font-size: 14px; float: left; line-height: 26px; height: 26px; margin-bottom: 3px; }
	form .line label.required:after { position: relative; left: auto; }
	form .line input, form .line select { max-width: 100%; width: 100%; }
	form .info-block { margin-left: 0; width: 100%; }
	.showOnTablet { display: none; }
	form .line .infoIcon.showOnMobile { display: inline-block; margin: -7px 0 -7px -25px; }
	form .line label+.radio-wrapper { clear: both; padding-left: 38px; }
	form .line label+.radio-wrapper .radio { left: 0; }
	form .line label+input { clear: both; }
	form .line .line-content { clear: both; display: block; }
	.checkbox-wrapper { margin-left: -23px; padding-top: 8px; }
	form input { width: 100%; }
	form input.submit { margin-left: 0; }
	.list-wrapper .heading { font-size: 16px; }
	.list-wrapper .heading .column4 { display: none; }
	.column .infoIcon { display: none; }
	.content .hasImageOnLeft .list-wrapper .column1 { width: 50%; color: #919191; font-size: 12px; line-height: 18px; }
	.content .hasImageOnLeft .list-wrapper .heading .column1, .content .hasImageOnLeft .list-wrapper .heading .column2, .content .hasImageOnLeft .list-wrapper .heading .column3 { color: #C2C2C2; font-size: 14px; line-height: 24px; }
	.content .hasImageOnLeft .list-wrapper .column2 { width: 30%; }
	.content .hasImageOnLeft .list-wrapper .column3 { width: 20%; color: #515151; }
	.list-wrapper.showOnMobile { display: block !important; }
	.topnav, .leftnav { display: none !important; }
	.greenblock, .bottombar { min-width: 400px; margin-left: auto; margin-right: auto; }
	.mobile-nav { left: 0px; width: 100%; min-width: 420px; }
	.header .search:before { display: none; }
}

/*========================================= PROGRESS ========================================*/
.progressOverlay{ position: absolute; z-index: 9998; top: 0; left: 0; margin: 0 0 0 0; padding: 0; width: 100%; height: 150%; background-color: #000; filter: alpha(opacity=20); -moz-opacity: 0.20; opacity: 0.20; }

.progress { position: fixed; top: 50%; left: 50%; width: 180px; border: 1px solid #fff; padding: 10px; margin: -100px 0 0 -64px; background-color: #9c2022; color: #fff; z-index: 9999; filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; }

.progress h1 { padding: 5px; color: #fff;font-size: large; }

.progress p { padding: 5px; color: #fff; }

#cancelorderconfirm { display: none; }

.wait {text-align:center; vertical-align:middle; background-color: White; border-width: 4px; border-style: outset; color: #336699; height: 100px; width: 300px; font: arial bold 16px;}

/*=============================tooltip============================*/
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
    background: #fff;
}
body .ui-tooltip {
	border-width: 2px;
}
.content h1 {
    padding-left: 0;
}
.content h3 {
    font-size: 20px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.subscribeMsg {
    float: left;
    padding-top: 10px;
    color:#fff;
}

/**
 * kuus style fixes
 * For now keep them separated fom the rest
 */

.footerContent {
    min-height: 150px;
}

.form--credit-card {}

.form--address select {
	width: 414px;
}
@media (max-width: 800px) {
	.form--address select {
		width: 100%;
	}
}

.form--line-delivery-address {}

.form--line--cvv2 input {
  max-width: 110px !important;
}

/* point 8 */
.hasImageOnLeft .list-wrapper .column1 {
  padding-right: 33px;
}
@media (max-width: 800px) {
	.hasImageOnLeft .list-wrapper .column1 {
    padding-right: 0;
	}
}

/* point 15 */
.list-wrapper .column {
  padding-right: 25px;
}
.list-wrapper .column4 {
  padding-right: 0 !important;
}
@media (max-width: 800px) {
	.list-wrapper .column {
	  padding-right: 15px;
	}
}

/* make the list scrollable actually scrollable */
.list-scrollable {
	overflow: auto;
}
@media (max-width: 800px) {
	.list-scrollable {
		overflow: visible;
	}
}

/**
 * Modal jQuery plugin
 */
.modal {
  display: none;
  width: 400px;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
  position: absolute;
  top: 12.5px;
  right: 12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(/assets/images/close.png) no-repeat 0 0;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(images/progress.gif) #fff no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

/* point 5: make popup look good */
.modal {
  margin-top: 0 !important;
  top: 30px !important;
  bottom: 30px !important;
  width: 600px !important;
  margin-left: -300px !important;
  overflow: auto;
  overflow-x: hidden;
}
@media (max-width: 800px) {
  .modal {
    width: 400px !important;
    margin-left: -200px !important;
  }
}
@media (max-width: 480px) {
  .modal {
    width: 300px !important;
    margin-left: -150px !important;
  }
}

/* point 3: Delivery address form fix */
form .form--line-delivery-address  .radio-wrapper label {
  width: 84px;
  line-height: 29px;
}
form .form--line-delivery-address  > label {
  width: auto
}
form .form--line-delivery-address  > label.required:after {
  position: static;
  margin-left: 4px
}
@media (max-width: 800px) {
  form .form--line-delivery-address > label {
    width: 100%;
    text-align: left;
  }
  form .form--line-delivery-address .infoIcon.showOnMobile {
    display: none;
  }
}

/* other fix: accept terms and conditions and checkobx alignments */
form .line--alerts-discounts .checkbox-wrapper label {
  width: auto;
  line-height: 24px;
  font-weight: normal;
}

/* other fix: spacing in form titles */
.content .form--address h3 {
 margin: 0 0 20px;
}
.content .form--credit-card h3 {
 margin: 40px 0 20px;
}

/* remove Scroll Bar on event page */
#gridview.list-wrapper .list-scrollable {
	max-width: none;
	overflow: visible;
}

/* other fix: remove Scroll Bar also on home page */
#gridview .list-scrollable {
  max-width: none;
  overflow: visible;
}

/* form credit card select */
.form--credit-card select {
  width: 110px !important;
}
.form--credit-card select:last-of-type {
  margin-left: 16px;
  width: 150px !important;
}

/* select syles, remove custom select javascript */
select {
  background: #fff;
  width: 414px;
  height: 46px;
  border: 1px solid #C1C1C1;
  padding: 12px;
  color: #3E3E3E;
  font-size: 16px;
  line-height: 22px;
}

select:focus,
select:active {
	outline: none;
  border-color: #4891cb !important;
}

form .form--line-tickets-number select {
	width: 82px;
}

/* radio syles, normalize radio style */
.radio input[type="radio"] {
  width: 23px !important;
  height: 23px !important;
  border-radius: 38px;
  float: left;
  padding: 0;
  line-height: 1;
  margin: 9px 0;
  cursor: pointer;
  /* white background for checkboxes and radios on iphone see james' screenshot */
  background: #fff;
}
.radio input[type="radio"]:checked:after {
  content: "";
  width: 11px;
  height: 11px;
  background: #555;
  position: absolute;
  border-radius: 100%;
  top: 15px;
  left: 6px;
}
form .line .radio label {
  float: left;
  margin-left: 12px;
  width: 41px;
  text-align: left !important;
  margin-top: 7px;
  cursor: pointer;
}
/* fix selects in tickets listing page */
form .ticket-quantity select {
  width: 72px;
}

/* fix checkboxes (just style the pure input elements) in form page */
form .checkbox-wrapper label,
form .checkbox-wrapper input {
  cursor: pointer;
}
form .checkbox-wrapper {
  padding: 10px 30px 0 0;
}
form .checkbox-wrapper input {
  position: relative;
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  /* white background for checkboxes and radios on iphone see james' screenshot */
  background: #fff;
}
form .checkbox-wrapper input:checked:after {
  content: '\2714';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 20px;
  color: #333;
  text-align: center;
}
.checkbox-wrapper .checkbox {
  display: none;
}
/* fix issue 1 reported by james on 20151210 */
.preview-fade .fading-more:after {
    border-bottom-width: 0px;
}
/* fix issue 2-3 reported by james on 20151210 */
.fading-more.opened:after {
  display:none;
}


/* progress modal style */
#progress {
  text-align: center;
  width: 200px;
  margin: -100px 0 0 -100px;
}
#progress h1,
#progress p {
  color: #000;
  padding: 0 30px 10px;
}
#progress > img {
  width: 30px;
  height: 30px;
  display: block;
  margin: 30px auto;
}

/* error forms and progress modal style */
#progressOverlay,
#TB_overlay {
  position: fixed;
  background-color: #000;
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
}
#progress, #TB_window {
  background-color: white;
  color: #000;
  border: 1px solid #eee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
#TB_title {
 background-color: transparent;
 padding: 15px 15px 15px 30px;
}
#TB_ajaxWindowTitle {
  padding: 0 45px 0 0;
  font-size: 15px;
    margin-top: 20px;
}
#TB_closeAjaxWindow > a {
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 12.5px;
  width: 30px;
  height: 30px;
  background: url(/assets/images/close.png) no-repeat 0 0;
}
#TB_closeAjaxWindow img {
  display: none;
}
#TB_ajaxContent {
  padding: 0 30px;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#TB_ajaxContent tr td:first-child {
  display: none;
}
#TB_ajaxContent ul {
  padding-left: 30px
}
#TB_ajaxContent ul li {
  list-style-type: disc;
  padding-left: 5px
}

/* iphone fix event page overlapping */
#gridview.list-wrapper .list-scrollable {
  max-height: none;
}
@media (max-width: 800px) {
  .list-scrollable {
    max-height: none;
  }
}

/* other css tweaks on form (for small screens) */
@media (max-width: 800px) {
  .order-details.form {
    padding: 0 10px;
  }
}

/* checkbox visibility problem on small screen */
@media (max-width: 800px) {
  form .checkbox-wrapper {
    margin-left: 0;
    padding: 8px 0 !important;
  }
}
@media (max-width: 800px) {
  .line--terms-conditions > label:first-child,
  .line--alerts-discounts > label:first-child {
    display: none;
  }
}

/* icon info 'i' on mobile hidden, just always show the info without extra taps,
improve readability on mobile and tablets without css */
form .line .info-block {
  max-width: none;
}
@media (max-width: 1260px) {
  form .line {
    height: auto;
  }
  form .line .infoIcon.showOnMobile {
    display: none;
  }
  form .line .info-block {
    display: block;
    position: static;
    clear: both;
    margin: 0;
    width: 100%;
    border: 0;
    padding: 5px 0 10px 174px;
    max-width: 589px;
  }
  form .line .info-block .icon {
    display: none;
  }
  form .line .info-block br {
    display: none;
  }
}
@media (max-width: 800px) {
  form .line .infoIcon.showOnMobile {
    z-index: 1;
    position: relative;
  }
  form .line .info-block {
    max-width: none;
    padding: 5px 5px 10px;
  }
}

/* responsive modal form validation */
@media (max-width: 600px) {
  #TB_window {
    width: 90% !important;
    margin-left: -45% !important;
  }

  #TB_ajaxContent {
    width: 95% !important;
  }
}

/* make the overlay oppacity consistent, override separate payment css */
#TB_overlay {
    opacity: 0.75 !important;
    -moz-opacity: 0.75 !important;
    filter: alpha(opacity=75) !important;
}

#cvv2 {
  width: 270px !important;
  height: 200px;
  top: 50% !important;
  left: 50% !important;
  margin-top: -110px !important;
  margin-left: -135px !important;
}

#cvv2 p {
  margin: 27px 12px 0;
}
