/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.about-block .container,
.info-block .container,
.video-block,
#footer .container {
	max-width: 1061px;
	margin: 0 auto;
}

.yt-embedder {
    width: 100%;
	height: 0;
    padding-bottom: 56%;
    position: relative;
}

.yt-embedder iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.video-block .smallvidsholder {
	overflow: auto;
}

.video-block .smallvids {
	float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.video-block .fullwidthvideo  {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}

.social-networks,
#nav ul,
.pagination ul,
.plugin-list,
.events,
.tour-date,
.btn-holder,
.email-list,
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header .container:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #414141;
	background: #fff;
	font: 14px / 18px Roboto, "Helvetica Neue", Helvetica, sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

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

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?9kr7kw");
	src: url("../fonts/icomoon.eot?9kr7kw#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?9kr7kw") format("truetype"), url("../fonts/icomoon.woff?9kr7kw") format("woff"), url("../fonts/icomoon.svg?9kr7kw#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-angle-left:before {
	content: "\e900";
}

.icon-angle-right:before {
	content: "\e902";
}

.icon-cloud:before {
	content: "\e903";
}

.icon-facebook:before {
	content: "\e905";
}

.icon-twitter:before {
	content: "\e906";
    position: relative;
    top: -1px;
}

.icon-instagram:before {
	content: "\e907";
}

.icon-play:before {
	content: "\e908";
}

.icon-spotify:before {
	content: "\e909";
}

.icon-google-plus:before {
	content: "\e916";
}

.icon-apple-music:before {
	content: "\e901";
}

.icon-youtube:before {
	content: "\e904";
}

.icon-youtube2:before {
	content: "\e90a";
    font-size: 1.5em;
    position: relative;
    top: -0.2em;
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	background: #fff;
}

#header .container {
	padding: 17px 10px 12px;
}

#header .social-networks .icon-cloud {
	font-size: 28px;
	line-height: 16px;
}

.logo {
	width: 150px;
	margin-bottom: 8px;
}

.logo img {
	max-width: 100%;
	height: auto;

}

.social-networks {
	font-size: 18px;
	line-height: 1;
	text-align: center;
	letter-spacing: -4px;
}

.social-networks li {
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}

.social-networks li a {
	color: #414141;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.social-networks li a:hover {
	color: #03a9f4;
}

.opener {
	height: 20px;
	width: 27px;
	float: right;
	display: block;
	position: absolute;
	right: 10px;
	top: 17px;
	z-index: 2;
}

.opener:hover {
	opacity: .8;
}

.opener:before,
.opener:after,
.opener span {
	background: #414141;
	content: "";
	position: absolute;
	width: 27px;
	height: 3px;
	top: 0;
	right: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.opener span {
	top: 8px;
}

.opener:after {
	top: 16px;
}

.nav-drop {
	background: #03a9f4;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}

#nav {
	font: 15px/19px "Roboto Condensed", Helvetica, sans-serif;
}

#nav ul {
	text-align: center;
	margin-bottom: 10px;
}

#nav ul li a {
	display: block;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.carousel {
	padding-top: 55px;
	position: relative;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
}

.carousel .slideset {
	width: 9999px;
	float: left;
}

.carousel .slide {
	background-position: 50% 50% !important;
	background-size: cover !important;
	position: relative;
	height: 721px;
	float: left;
	-webkit-transform: translate3D(0, 0, 0);
	-ms-transform: translate3D(0, 0, 0);
	transform: translate3D(0, 0, 0);
}

.carousel .slide.video-plaing .bg-video {
	opacity: 1;
	z-index: 1;
}

.carousel .slide.video-plaing .bg-video video {
	opacity: 1;
	z-index: 1;
}

.carousel .slide.video-plaing .play {
	display: none !important;
}

.carousel .bg-video {
	opacity: 0;
	background: #000;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.carousel .bg-video video {
	opacity: 0;
	z-index: -1;
	position: absolute;
}

.carousel .bg-video.touch-poster {
	background-size: cover;
	background-position: 50% 50%;
}

.carousel img {
	opacity: 0;
	width: 100%;
	height: auto;
}

.play {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 48px;
	line-height: 1;
	text-decoration: none;
	color: #ced0cd;
	width: 52px;
	height: 50px;
	margin: auto;
	overflow: hidden;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.play:hover {
	color: #03a9f4;
}

.pagination {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}

.pagination ul {
	letter-spacing: -4px;
	text-align: center;
}

.pagination ul li {
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	background: #fff;
}

.pagination ul li a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #55554a;
	display: block;
	-webkit-transition: all .8s linear;
	transition: all .8s linear;
}

#main h1 {
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 15px;
	text-transform: uppercase;
	text-align: center;
}

.about-block {
	background: #f2f2f1;
}

.about-block .container {
	padding: 30px 10px;
}

.about-block h1:after {
	content: "";
	display: block;
	background: url(../images/pattern.png) no-repeat;
	width: 33px;
	height: 8px;
	margin: 14px auto;
}

.about-block .text-block {
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 38px;
}

.about-block .text-block p {
	margin-bottom: 15px;
}

.about-block .social-networks {
	font-size: 30px;
}

.about-block .social-networks .icon-cloud {
	font-size: 43px;
	line-height: 29px;
}

.music-block {
	padding: 25px 15px 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #414141;
}

.plugin-list li {
	margin-bottom: 34px;
}

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

.info-block {
	margin-bottom: 15px;
}

.img-holder {
	overflow: hidden;
}

.info-block .img-holder {
	margin-bottom: 15px;
}

.info-block .img-holder img {
	width: 100%;
	height: auto;
}

.info-block .container {
	padding: 0 10px;
}

.events {
	letter-spacing: -4px;
	text-align: center;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 16px;
}

.events li {
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.events li.active a,
.events li a:hover {
	background: #03a9f4;
}

.events li a {
	display: block;
	background: #414141;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 2px 0 0 2px;
	font-weight: 700;
	padding: 8px 11px;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.events li + li a {
	border-radius: 0 2px 2px 0;
}

.tour-date {
	border-top: 1px solid #414141;
}

.tour-date > li {
	padding: 10px 10px;
	border-bottom: 1px solid #414141;
}

.tour-date .holder {
	position: relative;
}

.tour-date time {
	font-size: 12px;
	line-height: 16px;
	width: 40px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #03a9f4;
}

.tour-date time strong {
	display: block;
	font-size: 23px;
	line-height: 1;
}

.tour-date .description {
	display: inline-block;
	vertical-align: middle;
	padding-left: 12px;
	font-size: 11px;
	line-height: 14px;
	width: 50%;
}

.tour-date .description:before {
	content: "";
	position: absolute;
	bottom: 0;
	top: 0;
	width: 1px;
	background: #0f0f0f;
	left: 46px;
}

.tour-date .title {
	font-size: 12px;
	line-height: 16px;
	display: block;
	text-transform: uppercase;
}

.btn-holder {
	letter-spacing: -4px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 92px;
	font-size: 11px;
	line-height: 16px;
}

.btn-holder li {
	letter-spacing: 0;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 0 1px;
}

.btn-holder .blue {
	background: #03a9f4;
}

.btn-holder .blue:hover {
	background: #868686;
}

.btn-holder a {
	display: block;
	background: #868686;
	padding: 5px 3px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 2px;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.btn-holder a:hover {
	background: #03a9f4;
}

.video-block {
	padding: 0 10px 25px;
}

.video-block iframe {
	border: 0;

}

.contact-block {
	text-align: center;
	padding: 0 20px;
	display:block;
	margin 0 auto;
	box-sizing: border-box;
	width: 100%;
}

.contact-block-left, .contact-block-right {
	text-align: center;
	padding: 0 20px;
	display: block;
	margin: 0 auto 40px;
	box-sizing: border-box;
	width: 100%;
}

.email-list {
	font: 17px/22px "Roboto Condensed", Helvetica, sans-serif;
	margin-bottom: 20px;
}

.email-list li {
	margin-bottom: 20px;
}

.email-list li a {
	display: block;
	vertical-align: top;
	text-decoration: none;
	font-weight: 400;
}

.email-list li a:hover {
	opacity: .8;
}

.email-list strong {
	display: block;
	text-transform: uppercase;
}

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

#footer {
	background: #414141;
}

#footer .container {
	padding: 20px 10px;
}

.footer-nav {
	text-align: center;
	margin-bottom: 15px;
}

.footer-nav li {
	margin-bottom: 7px;
}

.footer-nav li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-nav li a:hover {
	opacity: .8;
}

.copyright {
	text-align: center;
	color: #fff;
	display: block;
}

.copyright a {
	color: #fff;
	text-decoration: none;
}

.copyright a:hover {
	opacity: .8;
}

#map-upcoming, #map-past {
    height	: 600px;
}

.radio-station-holder {

    padding-bottom: 20px;

}


@media (min-width: 768px) {
	#header .container {
		padding: 32px 10px 18px;
	}

	#header .nav-drop {
		float: right;
		width: 76%;
	}

	#header .social-networks {
		float: right;
		text-align: right;
		width: 26%;
	}

	#header .social-networks .icon-cloud {
		line-height: 20px;
	}

	#header .social-networks .icon-twitter {
		font-size: 18px;
		line-height: 19px;
	}

	.logo {
		float: left;
		margin: 0;
		margin-top:-15px;
	}

	.social-networks li {
		padding: 0 0 4px 10px;
	}

	.social-networks li:first-child {
		padding: 0;
	}

	.opener {
		display: none;
	}

	.nav-drop {
		position: static;
		background: transparent;
	}

	#nav {
		width: 71%;
		float: left;
	}

	#nav ul {
		letter-spacing: -4px;
	}

	#nav ul li {
		letter-spacing: 0;
		display: inline-block;
		vertical-align: top;
		padding: 0 9px;
	}

	#nav ul li.active a,
	#nav ul li a:hover {
		border-bottom: 2px solid #03a9f4;
	}

	#nav ul li a {
		padding: 0;
		color: #414141;
	}

	.carousel {
		padding-top: 80px;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 20px;
		text-decoration: none;
		color: #fff;
		font-size: 39px;
		line-height: 39px;
		-webkit-transition: all .5s linear;
		transition: all .5s linear;
	}

	.carousel .btn-prev:hover,
	.carousel .btn-next:hover {
		color: #03a9f4;
	}

	.carousel .btn-next {
		left: auto;
		right: 20px;
	}

	.play {
		width: 100px;
		height: 100px;
		font-size: 100px;
	}

	.pagination {
		bottom: 29px;
	}

	.pagination ul li {
		margin: 0 8px;
	}

	.pagination ul li a {
		width: 15px;
		height: 15px;
	}

	#main h1 {
		font-size: 40px;
		line-height: 44px;
		margin-bottom: 19px;
	}

	.about-block .social-networks li {
		padding: 0 15px;
	}

	.about-block .icon-holder {
		margin-bottom: 15px;
	}

	.about-block .text-block {
		margin-bottom: 20px;
	}

	.events {
		max-width: 528px;
		margin: 0 auto 40px;
		font-size: 15px;
		line-height: 18px;
	}

	#map-upcoming, #map-past {
	    height	: 700px;
	}

	.tour-date time strong {
		font-size: 35px;
	}

	.tour-date .holder {
		padding: 10px 0;
	}

	.tour-date .description {
		padding-left: 25px;
		width: 69%;
		font-size: 12px;
		line-height: 16px;
	}

	.tour-date .description:before {
		left: 52px;
		top: 10px;
		bottom: 10px;
	}

	.tour-date .title {
		font-size: 15px;
		line-height: 18px;
	}

	.btn-holder {
		font-size: 14px;
		line-height: 18px;
		width: 164px;
	}

	.btn-holder li {
		padding: 0 6px;
	}

	.btn-holder a {
		padding: 8px 5px;
	}

	.contact-block {
		margin: 0 auto 30px;
	}

	.contact-block-left, .contact-block-right {
		float: left;
		width: 50%;
		margin: 0;
		box-sizing: border-box;
	}

	.email-list {
		font-size: 22px;
		line-height: 25px;
	}

	.email-list li {
		margin-bottom: 20px;
	}

	#footer {
		white-space: nowrap;
		text-align: center;
	}

	#footer:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 112px;
	}

	#footer > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	#footer .container {
		padding: 7px 10px;
		display: inline-block;
		vertical-align: middle;
		width: 100%;
	}

	.footer-nav {
		letter-spacing: -4px;
		margin: 0;
		float: left;
		width: 51%;
		text-align: left;
	}

	.footer-nav li {
		letter-spacing: 0;
		margin: 0;
		display: inline-block;
	}

	.footer-nav li + li:before {
		content: "|";
		display: inline-block;
		vertical-align: top;
		margin: 0 13px;
		color: #fff;
	}

	.copyright {
		float: right;
		width: 40%;
		text-align: right;
	}

    .video-block .smallvids {
	    float: left;
        width: 49%;
        margin-right: 2%;
    }

    .video-block .smallvids:nth-child(2n) {
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
	#header .container {
		padding: 31px 15px 19px;
	}

	#header .social-networks {
		width: 26%;
	}

	#header .social-networks .icon-cloud {
		font-size: 28px;
		line-height: 17px;
	}

	#header .nav-drop {
		width: 78%;
	}

	.logo {
		width: 168px;
	}

	.social-networks {
		font-size: 15px;
	}

	.social-networks li {
		padding: 0 0 4px 26px;
	}

	#nav ul li {
		padding: 0 20px;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		left: 76px;
		margin-top: 40px;
	}

	.carousel .btn-next {
		left: auto;
		right: 76px;
	}

	.play {
		width: 117px;
		height: 115px;
		font-size: 115px;
	}

	#main h1 {
		font-size: 50px;
		line-height: 54px;
		margin-bottom: 25px;
	}

	.about-block .container {
		padding: 91px 21px 67px;
	}

	.about-block h1:after {
		margin-top: 29px;
	}

	.about-block .text-block {
		font-size: 20px;
		line-height: 31px;
		margin-bottom: 85px;
	}

	.about-block .text-block p {
		margin-bottom: 31px;
	}

	.about-block .social-networks {
		font-size: 48px;
		line-height: 44px;
	}

	.about-block .social-networks li {
		padding: 0 45px;
	}

	.about-block .social-networks .icon-cloud {
		font-size: 83px;
		line-height: 57px;
	}

	.about-block .social-networks .icon-spotify {
		font-size: 48px;
	}

	.music-block {
		padding: 45px 15px;
		margin-bottom: 45px;
	}

	.plugin-list li {
		margin-bottom: 50px;
	}

	.info-block {
		margin-bottom: 91px;
	}

	.info-block .container {
		padding: 0 15px;
	}

	.info-block .img-holder {
		margin-bottom: 33px;
	}

	.events {
		margin-bottom: 46px;
	}

	#map-upcoming, #map-past {
	    height	: 900px;
	}

	.tour-date > li {
		padding: 10px 75px 10px 84px;
	}

	.tour-date .holder {
		padding: 11px 0 13px;
	}

	.tour-date time {
		font-size: 16px;
		line-height: 1;
		width: 55px;
	}

	.tour-date time strong {
		font-size: 47px;
	}

	.tour-date .description {
		padding-left: 67px;
		font-size: 15px;
		line-height: 18px;
		width: 70%;
	}

	.tour-date .description:before {
		left: 88px;
		top: 6px;
		bottom: 6px;
	}

	.tour-date .title {
		font-size: 23px;
		line-height: 27px;
	}

	.btn-holder {
		width: 172px;
		margin-left: 7px;
	}

	.video-block {
		padding: 0 15px 75px;
	}

	.contact-block {
		margin-bottom: 71px;
        width: 90%;
        margin: 0 auto;
	}

	.email-list {
		font-size: 31px;
		line-height: 34px;
		margin-bottom: 59px;
	}

	.email-list li {
		margin-bottom: 36px;
	}

	.footer-nav li + li:before {
		margin: 0 17px;
	}
	
	/* Begin radio-station-holder =========== */ 
	.radio-station-holder .stations {
    		list-style: none;
	    padding: 0;
    		margin: 0;
	    overflow: auto;
	}

	.radio-station-holder .stations li {
    		float: left;
	    width: 32%;
    		margin-right: 1.5%;
	}

	.radio-station-holder .stations li:nth-child(3n) {
    		margin-right: 0;
	}

	.radio-station-holder .stations li:nth-child(3n + 1) {
    		clear: left;
	}

    .video-block .smallvids {
	    float: left;
        width: 32%;
        margin-right: 2%;
    }

    .video-block .smallvids:nth-child(2n) {
         margin-right: 2%;
    }

    .video-block .smallvids:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media only screen and (min-width: 1767px) {
	.contact-block {
               text-align: left;
		width: 50%;
	}
}

@media (min-width: 1200px) {
	#header .container {
		max-width: 1190px;
		margin: 0 auto;
		padding: 31px 15px 19px;
	}

	#header .social-networks {
		width: 25%;
	}

	.social-networks li {
		padding: 0 0 4px 32px;
	}

	#nav {
		width: 68%;
	}

	#nav ul li {
		padding: 0 27px;
	}

	.music-block {
		max-width: 1031px;
		margin: 0 auto 45px;
		padding: 49px 28px 59px 40px;
	}

	#footer:after {
		min-height: 178px;
	}

	#footer .container {
		padding: 10px 15px;
	}
}

@media (min-width: 1201px) {
	.tour-date .description {
		width: 72%;
	}
}

@media (max-width: 1023px) {
	.carousel .slide {
		height: 500px;
	}
}

@media (max-width: 767px) {
	#header .social-networks li a:hover {
		color: #fff;
	}

	.nav-active .opener:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 9px;
		left: 0;
	}

	.nav-active .opener:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 9px;
		left: 0;
	}

	.nav-active .opener span {
		display: none;
	}

	.nav-active .nav-drop {
		opacity: 1;
		visibility: visible;
		max-height: none;
		-webkit-transition: opacity .25s linear;
		transition: opacity .25s linear;
	}

	.nav-drop {
		visibility: hidden;
		-webkit-transition: opacity .25s linear;
		transition: opacity .25s linear;
		max-height: 0;
		opacity: 0;
		padding: 10px 0;
	}

	#nav ul li.active a,
	#nav ul li a:hover {
		background: #414141;
	}

	.carousel .slide {
		height: 280px;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		display: none;
	}
}

@media (max-width: 767px) and (orientation: landscape) {
	.nav-drop {
		height: 180px;
		overflow: auto;
	}
}

#map-upcoming, #map-past {
    margin: auto;
    width	: 100%;
    max-width: 100%;
    margin-top: -150px;
    color:#ffffff;
}

.amcharts-main-div a {
    display: none !important;
}

/* Dividers */
.g-hr {
	position: relative;
	font-size: 0;
	text-align: center;
	height: 24px;
	margin: 2% 0;
	width: 100%;
	padding: 2px 0;
	overflow: hidden;
	clear: both;
	}
	.g-hr-h:before,
	.g-hr-h:after {
		display: inline-block;
		content: "";
		height: 1px;
		width: 50%;
		margin-top: 9px;
		vertical-align: top;
		position: relative;
		background-color: #e8e8e8;
		}
	.g-hr-h:before {
		left: -13px;
		margin-left: -50%;
		}
	.g-hr-h:after {
		left: 13px;
		margin-right: -50%;
		}
		.g-hr-h i {
			font-size: 16px;
			line-height: 20px;
			height: 20px;
			width: 20px;
			vertical-align: top;
			text-align: center;
			color: #e8e8e8;
			}
	/* SIZE: small */
	.g-hr.size_small {
		margin: 1% 0;
		}
	/* SIZE: big */
	.g-hr.size_big {
		margin: 3% 0;
		}
	/* TYPE: short */
	.g-hr.type_short {
		width: 30%;
		margin-left: auto;
		margin-right: auto;
		}
	/* TYPE: simple */
	.g-hr.type_simple .g-hr-h:before {
		left: 0;
		margin-left: 0;
		width: 100%;
		}
	.g-hr.type_simple .g-hr-h:after,
	.g-hr.type_simple .g-hr-h i {
		display: none;
		}
	/* TYPE: invisible */
	.g-hr.type_invisible {
		height: 0;
		padding: 0;
		}

#get-from {
	text-align: center;
}

#get-from img {
	margin: 0 10px;
	display: inline-block;
	height: 50px;
}

#get-from a {
	opacity: 0.8;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	filter: url(filters/desaturate.svg#greyscale);
}

#get-from a:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	filter: none;
}
