/*
	Screen CSS
	Copyright (c) 2013 by ZORAN PERIN
	http://www.zoranperin.com
*/

/* RESET ................................................ */
body, div, dl, dt, dd, pre, form, fieldset, input, table, th, td, embed, object { margin: 0; padding: 0; }
:focus { outline: 0 }
:link, :visited { text-decoration: none }
a img, :link img, :visited img { border: 0; cursor: pointer; }
table { border-collapse: collapse; border-spacing: 0; }
input, select { vertical-align: middle }
tbody { border: none !important; }
table img { max-width: none !important; }


/* NORMALIZE ............................................ */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden],template { display: none; }
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
a { background: transparent; }
h1 { font-size: 2em; margin: 0.67em 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { box-sizing: content-box; height: 0; -moz-box-sizing: content-box; }
mark { background: #ff0; color: #000; }
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
pre { white-space: pre-wrap; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
button[disabled], html input[disabled] { cursor: default; }
input { -webkit-appearance: none; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { box-sizing: content-box; -moz-box-sizing: content-box; -webkit-appearance: textfield; -webkit-box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }

/* clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* FONT ............................................... */
@font-face {
    font-family: 'BankGothicRegular';
    src: url('../font/bankgothic-webfont.eot');
    src: url('../font/bankgothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/bankgothic-webfont.woff') format('woff'),
         url('../font/bankgothic-webfont.ttf') format('truetype'),
         url('../font/bankgothic-webfont.svg#BankGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* HTML ELEMENTS ...................................... */
body, html { height: 100%; }
body { background-color: #060606; color: #555; font: 15px/1.65em 'Open Sans', sans-serif; text-align: left; }

/* heading */
h2, h3, h4, h5, h6 { font-family: 'Michroma', sans-serif; font-weight: 400; letter-spacing: -0.02em; line-height: 1.15em; margin: 20px 0; text-align: left; }
h2 { color: #af855b; font-size: 2.6em; margin: 0 0 30px 0; text-transform: uppercase; }
h3 { color: #af855b; font-size: 1.8em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1em; }

/* text related */
a:link, a:visited { color: #af855b; -webkit-transition: color 0.2s linear; -moz-transition: color 0.2s linear; -o-transition: color 0.2s linear; -ms-transition: color 0.2s linear; transition: color 0.2s linear; }
a:hover, a:active { color: #af855b; }
p a:hover, p a:active, li a:hover, li a:active { color: #af855b; text-decoration: underline; }
p { margin: 20px 0; }
.bold { font-weight: bold }
.justify { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }


/* LAYOUT ............................................. */

/* Universal ........... */
hr { border: 0; border-bottom: 1px solid #ccc; clear: both; margin: 30px 0; width: 100%; }
.clear { clear: both; }
.hidden { display: none !important; }
section { clear: both; overflow: hidden; width: 100%; }
.container { margin: 0 auto; max-width: 920px; width: auto; }
section .container { background-color: rgba(255,255,255,0.9); margin: 60px auto; padding: 30px; }
.image { height: auto; max-width: 100%; }
.float_left { float: left; }
.float_right { float: right; }
.noTopMargin { margin-top: 0; }
.noBottomMargin { margin-bottom: 0; }
.column-1-2.first { margin-left: 0 !important; }

/* Header .............. */
header { background-color: #fff; position: relative; left: 0; width: 100%; z-index: 9; }
header .container { height: 80px; position: relative; }
header .logo { background: url(../images/layout/logo.png) no-repeat; height: 76px; left: 0; position: absolute; top: 2px; width: 61px; z-index: 2; background-size: contain; }
nav { float: right; margin: 30px 0 0 0; }
nav ul { list-style: none; margin: 0; overflow: hidden; padding: 0; }
nav ul li { float: left; margin: 2px 0 0 18px; padding: 0; }
nav ul li a { font: 14px 'Michroma', sans-serif; letter-spacing: -0.02em; text-transform: uppercase; }
nav ul li.social { margin: 0 0 0 4px; opacity: .7; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; -ms-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }
nav ul li a:link, nav ul li a:visited { color: #555; }
nav ul li a:hover, nav ul li a:active { color: #af855b; text-decoration: none !important; }
nav ul li.active a:link, nav ul li.active a:visited, nav ul li.active a:hover, nav ul li.active a:active { color: #af855b; }
#open_menu { background: url(../images/layout/menu.svg) no-repeat; background-size: 24px; display: none; float: right; height: 24px; margin: 0 20px 10px 0; width: 24px; }

/* Main ................ */
main { position: relative; isolation: isolate; z-index: 1; }
#parallax-bg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: url(../images/content/bg.jpg) center top no-repeat; background-size: cover; -webkit-filter: blur(2px) brightness(0.45); filter: blur(2px) brightness(0.45); z-index: -1; }

#intro { background-color: #050507; position: relative; height: 100%; z-index: 0; }
#intro .desc { color: #af855b; font: 26px 'Michroma', sans-serif; letter-spacing: -0.02em; position: absolute; right: 200px; text-align: center; text-transform: uppercase; top: 0; z-index: 2; }
#intro .desc p { margin: 0 0 10px 0; }
#intro .desc .title { font-family: 'ElementalEnd', 'Michroma', sans-serif; font-size: 54px; letter-spacing: 0.05em; margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-transform: uppercase; }
#intro .desc .header_logo { margin: -25px 0 0 0; text-align: center; }
#intro .desc .offcial { margin-top: -10px; }
.intro_image_play { overflow: hidden; position: relative; }
#audio_controls { display: inline-block; height: 364px; width: 364px; }
#audio_controls img { border: 2px solid #af855b; display: block; height: auto; margin: 0 auto; max-width: 100%; }
#audio_controls span  { background-position: center center; background-repeat: no-repeat; background-size: 128px; display: block; height: 360px; left: 50%; margin-left: -180px; margin-top: -182px; opacity: 0.6; position: absolute; top: 50%; width: 360px; z-index: 3; -webkit-transition: opacity 0.25s linear; -moz-transition: opacity 0.25s linear; -o-transition: opacity 0.25s linear; transition: opacity 0.2s linear;  transition: opacity 0.25s linear; }
#audio_controls:hover span { opacity: 1; }
#audio_controls span.play { background-image: url(../images/layout/play.png); }
#audio_controls span.pause { background-image: url(../images/layout/pause.png); }

/* update */
.intro_video img { border: 2px solid #af855b; display: block; height: auto; margin: 0 auto; max-width: 100%; }
#intro .desc.vi { height: 100%; max-width: 400px; }

.desc-table { display: table; height: 100%; width: 100%; }
.desc-table-cell { display: table-cell; vertical-align: middle; }

#intro .desc_top { overflow: hidden; }
#intro .debut_txt p { font-size: 18px; line-height: 1.2em; margin: 10px 0 20px 0 !important; }
#intro .debut_txt p span { color: #ccc; font: 12px 'Open Sans', sans-serif; letter-spacing: 0; text-transform: none; }
#intro .debut_txt p .collab-title { font: 18px 'Michroma', sans-serif; color: #af855b; letter-spacing: -0.02em; text-transform: uppercase; white-space: nowrap; }
.intro_video a { display: block; height: 100%; position: relative; }
.intro_video a span  { background-image: url(../images/layout/play.png); background-position: center center; background-repeat: no-repeat; background-size: 128px; display: block; height: 128px; left: 50%; margin-left: -64px; margin-top: -64px; opacity: .3; position: absolute; top: 50%; width: 128px; z-index: 3; -webkit-transition: opacity 0.25s linear; -moz-transition: opacity 0.25s linear; -o-transition: opacity 0.25s linear; transition: opacity 0.2s linear;  transition: opacity 0.25s linear; }
.intro_video a:hover span { opacity: .7; }

.cover_hold { position: relative; }
.cover_hold #download { display: block; height: 10px; left: 50%; margin-left: -7px; margin-top: -28px; position: absolute; top: 50%; width: 10px; z-index: 6; }
.tooltip { background: rgba(0,0,0,0.7); color: #fff !important; font-size: 12px; left: 0; margin: 0 20px; padding: 10px 20px; position: absolute; top: 50%; text-align: center; }
.tooltip p { margin: 10px 0; }

.buy { background-color: #AF855B; color: #fff !important; font: 16px 'Open Sans', sans-serif; display: inline-block; padding: 8px 20px; text-align: center; text-decoration: none !important; -webkit-transition: all 0.2s linear !important; -moz-transition: all 0.2s linear !important; -o-transition: all 0.2s linear !important; -ms-transition: all 0.2s linear !important; transition: all 0.2s linear !important; }
.buy:hover { background-color: #d8a255; }

.audio_control { display: inline-block; margin-left: 4px; height: 16px; vertical-align: middle; width: 16px; }
.audio_control.play { background: url(../images/layout/audio_play.svg) center no-repeat; background-size: 10px 11px; }
.audio_control.pause { background: url(../images/layout/audio_pause.svg) center no-repeat; background-size: 9px 11px; }

.social { list-style: none; margin: 0; overflow: hidden; padding: 0; }
.social li { float: left; margin: 0 6px 0 0; opacity: 0.75; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; -ms-transition: opacity 0.25s linear; transition: opacity 0.2s linear; }
.social li:hover { opacity: 1; }
.social li a { background-repeat: no-repeat; display: block; height: 30px; width: 30px; }
.social li.fb a { background: url(../images/layout/icon_fb.svg); background-size: 30px; }
.social li.tw a { background: url(../images/layout/icon_tw.svg); background-size: 30px; }
.social li.yt a { background: url(../images/layout/icon_yt.svg); background-size: 30px; }
.social li.in a { background: url(../images/layout/icon_in.svg); background-size: 30px; }
.social li.sc a { background: url(../images/layout/icon_sc.svg); background-size: 28px; height: 28px; margin-top: 2px; width: 28px; }

table { width: 100%; }
table td, table th { border-bottom: 1px dotted #af855b; line-height: 1.2em; padding: 5px 0; text-align: left !important; vertical-align: top; }
table .cell_date { width: 20%; }
table .cell_venue { width: 60%; }
table .cell_city { width: 20%; }
table p { margin: 0 10px !important; }

.quote_text { font-size: 15px; font-style: italic; line-height: 1.3em; padding: 10px 20px; text-align: center; }

.download_list { list-style: none; margin: 0; hidden; padding: 0; }
.download_list li { background: url(../images/layout/download.svg) left center no-repeat; background-size: 16px; font-size: 15px; margin: 2px 0; padding: 0 0 0 22px; }

/* gallery */
.gallery a { display: inline-block; float: left; margin-bottom: 15px; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear; }
.gallery a:hover { box-shadow: 0 0 7px rgba(0,0,0,0.4); }
.gallery a img { display: block; height: auto; max-width: 100%; min-width: 100%; }

/* slider */
.slider { overflow: hidden; position: relative; width: 100%; }
.slides { list-style: none; height: 100%; margin: 0; overflow: hidden; padding: 0; *zoom: 1; -webkit-backface-visibility: hidden; -webkit-transform-style: preserve-3d; }
.slide { clear: none; float: left; height: 100%; }
.slider-nav { bottom: auto !important; left: auto !important; margin: 20px 0 0 0 !important; position: relative !important; text-align: center; width: 100% !important; }
.slider-nav__item { background: #c5c5c5; border-radius: 20px; cursor: pointer; display: inline-block; height: 12px; margin: 0 4px; text-indent: -9999px; -webkit-border-radius: 20px; width: 12px; -webkit-transition: all 0.2s ease !important; -moz-transition: all 0.2s ease !important; -o-transition: all 0.2s ease !important; -ms-transition: all 0.2s ease !important; transition: all 0.2s ease !important; }
.slider-nav__item:hover { background: #666; }
.slider-nav__item--current { background: #AF855B; cursor: default; }

#video_slider, #soundcloud_slider { margin-bottom: 20px; }
#soundcloud_slider { margin-top: 70px; }
#video_slider .flex-control-nav, #soundcloud_slider .flex-control-nav { bottom: -25px; }
#quotes_slider li { text-align: center; }
#quotes_slider li .quote { padding: 0 10%; }
#guitars_slider .slider-nav { margin-top: 0 !important; }
#guitars_slider .image_link { display: flex; justify-content: center; }
#guitars_slider .image_link img { max-height: 500px; width: auto; }
.image_link img { display: block; height: auto; max-width: 100%; }

/* Instagram grid */
.ig-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.ig-grid-item { display: block; overflow: hidden; aspect-ratio: 1; }
.ig-grid-item img { width: 100%; height: 100%; object-fit: cover; transition: opacity 0.2s ease; }
.ig-grid-item:hover img { opacity: 0.8; }

/* lightbox */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; filter: alpha(opacity=80); }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none }
.mfp-hide { display: none !important }
.mfp-preloader { color: #cccccc; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-preloader a { color: #cccccc }
.mfp-preloader a:hover { color: white }
.mfp-s-ready .mfp-preloader { display: none }
.mfp-s-error .mfp-content { display: none }
button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; padding: 0; z-index: 1046; -webkit-box-shadow: none; box-shadow: none; }
button::-moz-focus-inner { padding: 0; border: 0; }
.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; padding: 0 0 18px 10px; color: white; font-style: normal; font-size: 28px; font-family: Arial, sans-serif; }
.mfp-close:hover, .mfp-close:focus { opacity: 1 }
.mfp-close:active { top: 1px }
.mfp-close-btn-in .mfp-close { color: #333333 }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: white; right: -6px; text-align: right; padding-right: 6px; width: 100%; }
.mfp-counter { position: absolute; top: 0; right: 0; color: #cccccc; font-size: 12px; line-height: 18px; }
.mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active { margin-top: -54px }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1 }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; }
.mfp-arrow-left { left: 0 }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid white; margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3f3f3f; }
.mfp-arrow-right { right: 0 }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid white; margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3f3f3f }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: black; }
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }
.mfp-figure { line-height: 0 }
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444444; }
.mfp-figure small { color: #bdbdbd; display: block; font-size: 12px; line-height: 14px; }
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }
.mfp-title { text-align: left; line-height: 18px; color: #f3f3f3; word-wrap: break-word; padding-right: 36px; }
.mfp-image-holder .mfp-content { max-width: 100% }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer }

.mfp-fade.mfp-bg { opacity: 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; }
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }
.mfp-fade.mfp-wrap .mfp-content { opacity: 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; ms-transition: all 0.2s ease-out; transition: all 0.2s ease-out;  }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg { opacity: 0; -webkit-backface-visibility: hidden; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.mfp-with-zoom.mfp-ready .mfp-container { opacity: 1; }
.mfp-with-zoom.mfp-ready.mfp-bg { opacity: 0.8; }
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg { opacity: 0; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

    .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
    .mfp-img-mobile img.mfp-img { padding: 0 }
    .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
    .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0 }
    .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
    .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }

}

@media all and (max-width: 900px) {

    .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
    .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
    .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
    .mfp-container { padding-left: 6px; padding-right: 6px; }

}
.mfp-ie7 .mfp-img { padding: 0 }
.mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; }
.mfp-ie7 .mfp-container { padding: 0 }
.mfp-ie7 .mfp-content { padding-top: 44px }
.mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; }

/* subscribe */
.subscribe_form { clear: both; margin: 20px 0 10px 0; overflow: hidden; }
input[type="email"] { background: #fff; border: 1px solid #ccc; border-radius: 0; color: #555; float: left; font: 13px 'Open Sans', sans-serif; margin-right: 10px; padding: 5px 10px; width: 220px; }
input[type="email"]:focus { border: 1px solid #AF855B; }
input[type="submit"] { background: #AF855B; border: 0; border-radius: 0; color: #fff; float: left; font: 13px 'Open Sans', sans-serif; padding: 6px 10px; }


/* Subscribe form (Stay in the Loop) .............. */
.subscribe-form { margin-top: 15px; }
.subscribe-row { display: flex; gap: 0; }
.subscribe-row input[type="email"] { flex: 1; float: none; margin: 0; padding: 8px 12px; font: 14px 'Open Sans', sans-serif; border: 1px solid #555; border-right: 0; background: #1a1a1f; color: #eee; }
.subscribe-row input[type="email"]::placeholder { color: #777; }
.subscribe-row input[type="email"]:focus { border-color: #AF855B; outline: none; }
.subscribe-row button { background: #AF855B; border: 0; color: #fff; font: 14px 'Open Sans', sans-serif; padding: 8px 18px; cursor: pointer; white-space: nowrap; transition: background 0.2s; }
.subscribe-row button:hover { background: #d8a255; }
.subscribe-msg { margin-top: 8px; font-size: 13px; display: none; }
.subscribe-msg.success { color: #8bc34a; display: block; }
.subscribe-msg.error { color: #ef5350; display: block; }

/* Puzzle email form (Panopticon) .............. */
.puzzle-email-form input[type="email"] { width: 80%; max-width: 240px; padding: 6px 10px; font: 13px 'Open Sans', sans-serif; border: 1px solid #888; background: rgba(255,255,255,0.9); color: #333; margin: 8px 0; }
.puzzle-email-form input[type="email"]:focus { border-color: #AF855B; outline: none; }
.puzzle-format-btns { margin-top: 6px; }
.puzzle-btn { background: #AF855B; border: 0; color: #fff; font: 12px 'Open Sans', sans-serif; padding: 6px 14px; margin: 0 4px; cursor: pointer; transition: background 0.2s; }
.puzzle-btn:hover { background: #d8a255; }
.puzzle-msg { margin-top: 8px; font-size: 12px; }
.puzzle-msg.success { color: #8bc34a; }
.puzzle-msg.error { color: #ef5350; }

/* See & Hear — vertical alignment .............. */
.see-hear-row { display: flex; align-items: center; }
.see-hear-col { flex: 1; }

/* Contact section — taller portrait .............. */
#contact .row { display: flex; align-items: flex-start; }
#contact .column-1-2.float_left { flex: 1; }
#contact .column-1-2.float_right { flex: 1; }
#contact .image { width: 100%; height: auto; }

/* Footer .............. */
#footer .container { font-size: 12px; margin: 0 auto; padding: 10px 30px; text-align: center; }


/* IE FIX ............................................. */
.ie7 section .container, .ie8 section .container { background: url(../images/layout/ie/transp.png) repeat; }
.ie7 .social li a, .ie8 .social li a { background-repeat: no-repeat; display: block; height: 24px; width: 24px; }
.ie7 .social li.fb a, .ie8 .social li.fb a { background: url(../images/layout/ie/icon_fb.png); }
.ie7 .social li.tw a, .ie8 .social li.tw a { background: url(../images/layout/ie/icon_tw.png); }
.ie7 .social li.yt a, .ie8 .social li.yt a { background: url(../images/layout/ie/icon_yt.png); }
.ie7 .social li.in a, .ie8 .social li.in a { background: url(../images/layout/ie/icon_in.png); }
.ie7 .social li.sc a, .ie8 .social li.sc a { background: url(../images/layout/ie/icon_sc.png); margin-top: 0; }
.ie7 .download_list li, .ie8 .download_list li { background: url(../images/layout/ie/download.png) left center no-repeat; }
.ie7 #open_menu, .ie8 #open_menu { background: url(../images/layout/ie/menu.png) no-repeat; }


/* RESPONSIVE ......................................... */

@media screen and (max-width: 1300px) {

  #intro .desc { right: 100px; }
  nav ul li a { font-size: 14px; }

}

@media screen and (max-width: 1200px) {

  #intro .desc { right: 50px; }

}

@media screen and (max-width: 1020px) {

  .container { margin: 0 20px; }
  section .container { margin: 60px 20px; }
  #intro .desc { right: 20px; }
  nav ul li a { font-size: 13px; }

}

@media screen and (max-width: 900px) {

  nav ul li { margin: 2px 0 0 16px; }
  nav ul li a { font-size: 13px; }

}

@media screen and (min-width: 768px) {

	#intro_image { background: #050507 url(../images/content/section_intro.jpg) no-repeat; background-size: cover; background-position: 8% top; background-attachment: fixed; opacity: 0; }
	#intro_image::after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 65%; background: linear-gradient(to right, transparent 15%, #050507 75%); pointer-events: none; }

}

@media screen and (max-width: 767px) {

	h2 { font-size: 2.2em; margin: 0 0 20px 0; }
	h3 { font-size: 1.6em; }
	h4 { font-size: 1.4em; }
	.marginMobile { margin-bottom: 20px; }
	.image_link img { margin: 0 0 20px 0; }
	.float_left, .float_right { float: none !important; }
	header { box-shadow: 0 0 7px rgba(0,0,0,0.18); }
	main { background: #fff; margin-top: 0; }
	header .container { height: auto !important; margin: 0; padding: 20px 0 10px 0 !important; }
	header .logo { background-size: 51px 64px; height: 64px; top: 0; left: 20px; width: 51px; }
	#open_menu { display: block; }
	nav { background: #fff; clear: both; display: none; float: none; margin: 20px 0 0 0; width: 100%; }
	nav ul { margin: 0 20px; overflow: hidden; }
	nav ul li { float: none; margin: 0; }
	nav ul li a { border-bottom: 1px solid #eee; display: block; font-size: 16px; padding: 7px 5px; text-align: center; }
	nav ul li:last-child a { border-bottom: none; }
	h2 { margin-top: 0; text-align: center; }
	#intro { display: none; }
	section { border-bottom: 1px solid #ddd; }
	section:last-child { border-bottom: none; }
	section .container { background: none; margin: 0; }
	.container { padding: 20px !important; }
	.column-1-2 { float: none !important; margin: 0 !important;  width: auto !important; }
	.see-hear-row, #contact .row { flex-direction: column; }
	ul.social { margin-bottom: 20px;  text-align: center; }
	ul.social li { float: none; display: inline-block;}
	input[type="email"] { width: 168px; }
	#soundcloud_slider { margin-top: 0 !important; }
	#quotes_slider { margin-bottom: 20px; }
	#quotes_slider li .quote { padding: 0 5%; }
	.cover_hold #download { height: 40px; margin-left: -22px; margin-top: -34px; width: 40px; }

}