/*
Theme name: Lupe Fiasco
Description: Custom Theme
Version: 1.0
*/

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }

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

html { tap-highlight-color: rgba(0,0,0,0); }

body { font-family: 'Gotham', sans-serif; font-size: 16px; line-height: 1.2; color: #fff; font-weight: 400; background: #0a0a0a; font-smoothing: antialiased; text-size-adjust: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

img,
iframe,
video,
audio,
object { max-width: 100%; }

img,
iframe { border: 0 none; }

img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

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

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

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

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

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

textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
.section-form input,
.section-form textarea,
.section-mail input,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; -webkit-appearance: none; border-radius: 0 !important; }

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

button,
select { text-transform: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/ufonts.com_gotham-light-webfont.eot');
	src: url('assets/fonts/ufonts.com_gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('assets/fonts/ufonts.com_gotham-light-webfont.woff') format('woff'),
		 url('assets/fonts/ufonts.com_gotham-light-webfont.ttf') format('truetype'),
		 url('assets/fonts/ufonts.com_gotham-light-webfont.svg#gotham_lightregular') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/GothamMedium_400_normal_1423227322.eot');
	src: url('assets/fonts/GothamMedium_400_normal_1423227322.eot?#iefix') format('embedded-opentype'),
		 url('assets/fonts/GothamMedium_400_normal_1423227322.svg#GothamMedium') format('svg'),
		 url('assets/fonts/GothamMedium_400_normal_1423227322.woff') format('woff'),
		 url('assets/fonts/GothamMedium_400_normal_1423227322.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/GothamBook_300_normal_1422880477.eot');
	src: url('assets/fonts/GothamBook_300_normal_1422880477.eot?#iefix') format('embedded-opentype'),
		 url('assets/fonts/GothamBook_300_normal_1422880477.svg#GothamBook') format('svg'),
		 url('assets/fonts/GothamBook_300_normal_1422880477.woff') format('woff'),
		 url('assets/fonts/GothamBook_300_normal_1422880477.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}


@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/gotham-bold-webfont.eot');
	src: url('assets/fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('assets/fonts/gotham-bold-webfont.woff') format('woff'),
		 url('assets/fonts/gotham-bold-webfont.ttf') format('truetype'),
		 url('assets/fonts/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
	font-weight: 700;
	font-style: normal;
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/* Clear */

.paging:after,
.section-articles:after,
.cols:after,
.clear:after { content: ''; line-height: 0; display: table; clear: both; }

/* Notext */

.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }

/* Hidden */

[hidden],
.hidden { display: none; }

/* Align */

.alignleft { float: left; }
.alignright { float: right; }

/* Background */

.section-event,
.section-about,
.section-music,
.intro-slider .slide { background-size: cover; background-repeat: no-repeat; background-position: center; }
.intro-slider .slide img { display: none; }

.section-title { position: absolute; top: 152px; left: -100px; z-index: 160; font-size: 48px; line-height: 1; color: #e31d1a; font-weight: 400; color: #e31d1a; text-transform: uppercase; display: inline-block; width: 170px; opacity: 0; visibility: hidden;
	-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		 -o-transform: rotate(-90deg);
			transform: rotate(-90deg);
}

.section-title.visible { left: 0; opacity: 1; visibility: visible;
	-webkit-transition: left 0.5s, opacity 0.5s;
			transition: left 0.5s, opacity 0.5s;
}

.section-video .slider-clip,
.section-program .shell,
.section-news .shell,
.section-contact .section-form { position: relative; top: 100px; opacity: 0; visibility: hidden;
	-webkit-transition: all 0.5s;
			transition: all 0.5s;
}

.section-video .slider-clip.visible,
.section-program .shell.visible,
.section-news .shell.visible,
.section-contact .section-form.visible { top: 0; opacity: 1; visibility: visible; }

/* ------------------------------------------------------------ *\
	Containers
\* ------------------------------------------------------------ */

.shell { max-width: 1600px; margin: 0 auto; }

/* ------------------------------------------------------------ *\
	Transition
\* ------------------------------------------------------------ */

.nav li a,
.header-socials li a {
	-webkit-transition: color 0.3s;
			transition: color 0.3s;
}

.header,
.header.scroll,
.intro-socials li a,
.section-news .bx-prev.disabled,
.section-news .bx-next.disabled {
	-webkit-transition: opacity 0.3s;
			transition: opacity 0.3s;
}

.header,
.footer,
.fixed .header,
.fixed .footer,
.section-news .news-single h4,
.section-mail .mc_signup_submit input[type=submit],
.section-form .contact-form input[ type="submit" ] {
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { position: fixed; top: 17px; left: 0; width: 100%; z-index: 250; padding-top: 26px; text-align: center; }
.home .header { top: -25px; opacity: 0; visibility: hidden; }
.home.fixed .header { top: 10px; opacity: 1; visibility: visible; }

.header.scroll { opacity: 1; visibility: visible; }

.header:before,
.header:after { position: absolute; z-index: 1; display: block; content: ''; background: #e31d1a; }
.header:before { top: 37px; left: 0; width: 100%; height: 56px; }
.header:after { width: 116px; height: 116px; top: 0; left: 50%; border-radius: 50%;
	-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
}

.header .shell { position: relative; z-index: 3; max-width: 1310px }

.header-socials { position: absolute; top: -34px; left: 50%; }
.header-socials ul { margin-left: 79px; list-style: none outside none; width: auto; display: inline-block; }
.header-socials li { display: inline-block; vertical-align: middle; margin-right: 6px; }
.header-socials li a { display: block; font-size: 31px; color: #fff; }
.header-socials li a:hover { color: #e31d1a; }
.fa-youtube:before { content: "\f16a" !important; }

.nav,
.logo { display: inline-block; vertical-align: middle; }

.nav ul { list-style: none outside none; }
.nav li { padding: 0 16px; display: inline-block; vertical-align: middle; }
.nav li a { font-size: 24px; line-height: 56px; color: #fff; font-weight: 300; text-transform: uppercase; text-decoration: none; }
.nav li.current a,
.nav li a:hover { color: #000; }

.header .nav { float: left; margin: 10px 0 0 80px; }
.header .logo + .nav { float: right; margin-left: 0; }

.header .shell:after { clear: both; display: table; content:''; }

.logo { position: absolute; top: 0; left: 50%; text-decoration: none; margin: 0 10px 0 29px;
	-webkit-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		 -o-transform: translate(-50%, 0%);
			transform: translate(-50%, 0%);
}
.logo span,
.logo img { display: inline-block; vertical-align: middle; }

.logo span { position: relative; top: 0px; font-size: 48px; line-height: 1; font-weight: 300; text-transform: uppercase; color: #000; }
.logo img { position: relative; top: -7px; margin: 0 19px; width: 62px; height: 78px; }

.mobile-nav { display: none; }

/* ------------------------------------------------------------ *\
	Intro Slider
\* ------------------------------------------------------------ */

.intro-slider { position: relative; text-align: center; }
.intro-slider,
.intro-slider .slide { height: 100vh; }

.intro-content { position: absolute; top: 51px; left: 0; right: 0; z-index: 55; max-width: 950px; margin: 0 auto; text-align: center; }
.intro-content img { max-width: 100%; height: auto; margin: 0 auto; display: block!important; }

.intro-socials { text-align: right; }
.intro-socials ul { margin: 0 19px 12px 0; display: inline-block; }
.intro-socials li { display: inline-block; margin-left: 7px; }
.intro-socials li a { font-size: 40px; color: #fff; }
.intro-socials li a:hover { opacity: 0.5; }

.intro-content img,
.intro-socials li { position: relative; top: 150px; opacity: 0; visibility: hidden; }
.intro-socials li {
	-webkit-transition: all 0.3s 0s;
			transition: all 0.3s 0s;
}

.intro-socials li:nth-child(2) {
	-webkit-transition: all 0.3s 0.1s;
			transition: all 0.3s 0.1s;
}

.intro-socials li:nth-child(3) {
	-webkit-transition: all 0.3s 0.2s;
			transition: all 0.3s 0.2s;
}

.intro-socials li:nth-child(4) {
	-webkit-transition: all 0.3s 0.3s;
			transition: all 0.3s 0.3s;
}

.intro-socials li:nth-child(5) {
	-webkit-transition: all 0.3s 0.5s;
			transition: all 0.3s 0.5s;
}

.intro-content img {
	-webkit-transition: all 0.2s 0.5s;
			transition: all 0.2s 0.5s;
}
.loaded .intro-socials li,
.loaded .intro-content img { top: 0; opacity: 1; visibility: visible; }

.intro-slider .bx-prev,
.intro-slider .bx-next { position: absolute; top: 50%; z-index: 51; transform: translate(0, -50%); font-size: 0; line-height: 0; width: 35px; height: 66px; }

.intro-slider .bx-prev { left: 30px; background: url(images/arrow-right.png) no-repeat 0 0; }
.intro-slider .bx-next { right: 30px; background: url(images/arrow-left.png) no-repeat 0 0; }

.intro-slider .slide-link { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 15; }

/* ------------------------------------------------------------ *\
	Pagination
\* ------------------------------------------------------------ */

.paging { padding: 0 0 20px; text-align: center; display: none; }
.paging ul { list-style: none outside none; }
.paging ul,
.paging li { display: inline-block; vertical-align: top; }
.paging li { padding: 0 2px; }
.paging a { display: inline-block; padding: 4px 10px; border: 1px solid #e31d1a; border-radius: 4px; background: #e31d1a; color: #fff; text-decoration: none; }
.paging .current a,
.paging a:hover { opacity: .8; }

.paging-label { padding-right: 10px; }

.paging-prev { float: left; }
.paging-next { float: right; }

/* ------------------------------------------------------------ *\
	Section Video
\* ------------------------------------------------------------ */

.section-video { position: relative; z-index: 5; height: 100vh; padding: 10vh 0; text-align: center; overflow: hidden; background: #fff; }
.section-video .slider-clip { max-width: 85%; margin: 0 auto; }
.section-video .slides { list-style: none outside none; }
.section-video .slide { position: relative; background-size: cover; padding-top: 0; margin-top: 0; height: 80vh; display: block; background-position: center; background-repeat: no-repeat; }

.section-video .bg-image { display: none; }
.section-video .btn-play { position: absolute; top: 50%; left: 50%; z-index: 552; width: 83px; height: 98px; display: block; background: url(images/btn-play.png) no-repeat 0 0; transform: translate(-50%, -50%); background-size: cover; cursor: pointer; }
.section-video h3 { position: absolute; bottom: -7vh; left: 0; right: 0; z-index: 53; width: 100%; height: auto; font-size: 36px; line-height: 1; color: #000; font-weight: 300; text-transform: uppercase; text-align: center; }

.section-video .bx-viewport { overflow: visible !important; }
.section-video .bx-viewport:before,
.section-video .bx-viewport:after { position: absolute; top: 0; z-index: 52; width: 100%; height: 10%; display: block; content: ''; background: #fff; opacity: 1; }

.section-video .bx-viewport:before { left: -100%; }
.section-video .bx-viewport:after { right: -100%; }

.section-video .bx-wrapper { position: relative; overflow: visible !important; }
.section-video .bx-wrapper:before,
.section-video .bx-wrapper:after { position: absolute; bottom: -5px; z-index: 52; width: 100%; height: 10%; display: block; content: ''; background: #fff; opacity: 1; }

.section-video .bx-wrapper:before { left: -100%; }
.section-video .bx-wrapper:after { right: -100%; }

.section-video .bx-prev,
.section-video .bx-next { position: absolute; top: 50%; z-index: 53; transform: translate(0, -50%); font-size: 0; line-height: 0; width: 35px; height: 66px; }

.section-video .bx-prev { left: 30px; background: url(images/arrow-right.png) no-repeat 0 0; }
.section-video .bx-next { right: 30px; background: url(images/arrow-left.png) no-repeat 0 0; }

.video-holder { position: relative; padding: 0; height: 100%; max-width: 100%; padding: 0; overflow: hidden; display: none; background: #000; }
.video-holder iframe { position: absolute; top: 0%; left: 0; right: 0; min-width: 100%; margin: 0 auto; height: 100%; width: auto; }

.no-videos { position: absolute; top: 50%; left: 0; right: 0px; text-align: center; transform: translate( 0, -50% ); }

/* ------------------------------------------------------------ *\
	Section Music
\* ------------------------------------------------------------ */

.section-music { position: relative; min-height: 100vh; overflow: hidden; }

.section-music ul { list-style: none outside none; }
.section-music li { display: block; vertical-align: top; }
.section-music li a { text-decoration: none; }

.section-music .music-list { width: auto; text-align: center; opacity: 0; visibility: hidden;
	-webkit-transition: top 0.6s, opacity 0.6s;
			transition: top 0.6s, opacity 0.6s;
}
.section-music .music-list.visible { opacity: 1; visibility: visible; }
.section-music .music-list li .slide-inner { position: absolute; top: 50%; left: 0; right: 0; width: 405px; margin: 0 60px; display: inline-block; margin: 0 auto;
	-webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);
}

.section-music .slides,
.section-music .slide,
.section-music .bx-wrapper,
.section-music .bx-viewport { min-height: 100vh; }

.section-music h3 { padding: 20px 0; font-size: 43px; line-height: 1; color: #fff; text-transform: uppercase; font-weight: 400; text-align: center; }
.section-music h3 a { color: inherit; display: block; }

.section-music .album-image { margin-bottom: 26px; width: 100%; height: auto; background: #fff; border: 5px solid #000; min-height: 30px; }
.section-music .album-image a { display: block; }
.section-music .album-image img { width: 100%; height: auto; }

.section-music .album-links { text-align: center; padding: 0 20px; }
.section-music .album-links li { width: auto; margin: 7px 4px 6px; display: inline-block; }
.section-music .album-links li a { padding: 1px 8px; font-size: 32px; line-height: 1; color: #fff; font-weight: 400; text-transform: uppercase; background: #000; transition: all 0.5s; }
.section-music .album-links li a:hover { background: #fff; color: #000; }

.section-music .bx-prev,
.section-music .bx-next { position: absolute; top: 50%; z-index: 53; transform: translate(0, -50%); font-size: 0; line-height: 0; width: 35px; height: 66px; }

.section-music .bx-prev.disabled,
.section-music .bx-next.disabled { opacity: 1; }

.section-music .bx-prev { left: 30px; background: url(images/arrow-right.png) no-repeat 0 0; }
.section-music .bx-next { right: 30px; background: url(images/arrow-left.png) no-repeat 0 0; }

/* ------------------------------------------------------------ *\
	Section Program
\* ------------------------------------------------------------ */

.section-program { position: relative; padding: 118px 0 250px; background: #0a0a0a; }
.section-program .shell { width: 1600px; max-width: 90%; }
.section-program .bit-header,
.section-program .bit-track-artist-header { display: none !important; }

.section-program .section-title { top: 235px; }

.section-program tr th,
.section-program tr td { color: #6c6d72 !important; text-decoration: none !important; }

.section-program tr th { font-size: 20px !important; padding-bottom: 20px !important; }
.section-program tr th.bit-artist-event-link { display: none; }
.section-program tr th.bit-date { width: 200px !important; padding-left: 45px !important; }

.section-program tr td { padding: 32px 0 27px !important; }
.section-program tr td > a { display: inline-block !important; vertical-align: middle !important; line-height: 1 !important; }

.section-program #bit-events .lineup { display: inline-block !important; vertical-align: middle !important; clear: none !important; margin-left: 5px; min-height: 15px !important; }
.section-program #bit-events .lineup a { line-height: 1 !important; }

.section-program tr td.bit-venue { width: 730px; }
.section-program tr td.bit-venue a { font-weight: 700 !important; }

.section-program tr td.bit-date { width: 194px; padding: 0 47px 0 47px !important; }
.section-program tr td.bit-location { width: 400px; }

.section-program tr td.bit-tickets { width: 160px !important; }
.section-program tr td.bit-tickets a { color: #dd2228 !important; text-decoration: none !important; font-weight: 700 !important; }

.section-program tr td.bit-artist-event-link { display: none; }
.section-program #bit-events td .bit-uiButtonDefault a { font-size: 14px !important; }
.section-program #bit-events td .bit-uiButton { padding: 4px 9px; height: auto !important; }
.section-program tr td.bit-rsvp { padding-right: 15px !important; }

.section-program .bit-description-links { display: none; }
.section-program .no-dates td,
.section-program .no-dates a,
.section-program .no-dates { margin-top: 0 !important; font-size: 14px !important; line-height: 1.2; text-decoration: none !important; color: #fff !important; }
.section-program .no-dates a { margin-left: 15px !important; }

.section-program tr th a,
.section-program tr td a {font-size: 18px !important; }

.section-program .comment-respond { color: #fff; }

/* ------------------------------------------------------------ *\
	Section About
\* ------------------------------------------------------------ */

.section-about { padding-top: 220px; position: relative; }

.section-about .shell { overflow: hidden; }
.section-about .entry { position: relative; right: -100px; padding: 0 0 125px; float: right; width: 510px; opacity: 0; visibility: hidden;
	-webkit-transition: all 0.4s;
			transition: all 0.4s;
}
.section-about .entry.visible { right: 0; opacity: 1; visibility: visible; }
.section-about p { padding-bottom: 20px; font-size: 18px; line-height: 1.25; color: #000; font-weight: 400; }

/* ------------------------------------------------------------ *\
	Section News
\* ------------------------------------------------------------ */

.section-news { position: relative; padding: 107px 0 75px; background: #a9a8ab; }

.section-news .slides { list-style: none outside none; }
.section-news .slide { display: inline-block; vertical-align: top; }

.section-news .news-single { width: 300px; margin: 0 18px; }
.section-news .news-image { width: 100%; margin-bottom: 15px; }
.section-news .news-image a { display: block; }
.section-news .news-image img { width: 100%; height: auto; }

.section-news .news-single h4 { margin-bottom: 9px; display: inline-block; font-size: 30px; line-height: 1; color: #000; font-weight: 400; background: #fff; text-transform: uppercase; }
.section-news .news-single h4:hover { background: #000; color: #fff; }
.section-news .news-single h4 a { padding: 1px 10px 2px 9px; display: block; color: inherit; text-decoration: none; }
.section-news .news-single h4 p { font-size: 18px; line-height: 1.25; color: #fff; font-weight: 400; }

.section-news .bx-prev,
.section-news .bx-next { position: absolute; top: 50%; z-index: 53; transform: translate(0, -50%); font-size: 0; line-height: 0; width: 35px; height: 66px; }

.section-news .bx-prev.disabled,
.section-news .bx-next.disabled { opacity: 0; }

.section-news .bx-prev { right: 50%; margin-right: 700px; background: url(images/arrow-right.png) no-repeat 0 0; }
.section-news .bx-next { left: 50%; margin-left: 700px; background: url(images/arrow-left.png) no-repeat 0 0; }

/* ------------------------------------------------------------ *\
	Section Form
\* ------------------------------------------------------------ */

.section-contact { min-height: 300px; }
.section-contact .section-title { top: 169px; }
.section-contact { position: relative; background: #000; }
.section-contact .shell { max-width: 753px; margin: 0 auto; }

.section-form { position: relative; top: 100%; opacity: 0; visibility: hidden;
	-webkit-transition: all 0.5s;
			transition: all 0.5s;
}
.section-form.visible { top: 0; opacity: 1; visibility: visible; }

.section-form h3 { margin-bottom: 19px !important; font-family: 'Gotham', sans-serif; font-size: 30px !important; line-height: 1; color: #fff; font-weight: 700; text-transform: uppercase; }
.section-form { padding: 46px 0 52px; }

.section-form .contact-form label { display: none; }
.section-form .contact-form input[ type="text" ],
.section-form .contact-form textarea,
.section-form .contact-form input[ type="email" ] { padding: 15px 28px 14px; width: 100%; font-size: 24px; line-height: 1; font-weight: 500; color: #6f6f6f; border: 0; background: #bebebe; margin-bottom: 25px; max-width: initial; }
.section-form .contact-form textarea { height: 210px; }

.section-form .contact-form input[ type="submit" ] { padding: 16px 37px 13px 31px!important; margin: 0 !important; font-family: 'Gotham', sans-serif; font-size: 24px !important; line-height: 1; color: #858585; font-weight: 500; border: 0 !important; background: #fff; text-transform: uppercase; transition: all 0.5s; }
.section-form .contact-form input[ type="submit" ]:hover { background: #858585; color: #fff; }

.section-form ::-webkit-input-placeholder { color: inherit; opacity: 1; }
.section-form ::-moz-placeholder { color: inherit; opacity: 1; }
.section-form :-ms-input-placeholder { color: inherit; opacity: 1; }
.section-form ::placeholder { color: inherit; opacity: 1; }

.section-contact .shell { max-width: 735px; margin: 0 auto; padding-top: 30px; }
.section-contact .col { float: left; }
.section-contact .col-1of2 { width: 50%; padding: 0; }
.section-contact .col h6,
.section-contact .col a,
.section-contact .col p { padding-bottom: 5px; display: block; font-size: 24px; line-height: 1; text-transform: uppercase; font-weight: 500; }
.section-contact .col h6 { color: #6f6f6f; }
.section-contact .col a { color: #e31d1a; text-decoration: none; }
.section-contact .col p { color: #fff; }
.section-contact .col p a { display: inline-block; }


/* ------------------------------------------------------------ *\
	Section-mail
\* ------------------------------------------------------------ */

.section-mail { padding: 47px 0 101px; background: #a9a8ab; }
.section-mail .shell { max-width: 735px; margin: 0 auto; }

.section-mail .mc_custom_border_hdr { margin-bottom: 19px !important; font-family: 'Gotham', sans-serif; font-size: 30px !important; line-height: 1; color: #000; font-weight: 700; text-transform: uppercase; }
.section-mail .mc_var_label { display: none; }
.section-mail .emma-form-input,
.section-mail .mc_merge_var input { display: block; padding: 15px 180px 14px 28px !important; width: 100% !important; font-family: 'Gotham', sans-serif; font-size: 24px; line-height: 1; font-weight: 500; color: #6f6f6f !important; border: 0; background: #bebebe !important; }

.section-mail ul#emma-form-elements .emma-form-input { background-color: #bebebe !important; border: none !important; }

.section-mail .emma-status:before, .emma-alert:before { display: none; }

.mc_error_msg { color: red; font-weight: normal; font-size: 20px; }

.section-mail .emma-cf { position: relative; }

.section-mail .mc_signup_submit { position: relative; }
.section-mail .emma-form-row-last input[type=submit],
.section-mail .mc_signup_submit input[type=submit] { position: absolute; top: 0; bottom: 0; right: 0; height: 100%; padding: 15px 32px 14px !important; margin: 0 !important; font-family: 'Gotham', sans-serif; font-size: 24px !important; line-height: 1; color: #fff; font-weight: 500; border: 0 !important; background: #858585; text-transform: uppercase; transition: all 0.5s; }
.section-mail .emma-form-row-last input[type=submit] { background-color: #858585 !important; }
.section-mail .emma-form-row-last input[type=submit]:hover { background-color: #fff !important; color: #858585 !important; }

.section-mail .emma-form-row-last input[type=submit]:hover,
.section-mail .mc_signup_submit input[type=submit]:hover { background: #fff; color: #858585; }

.section-mail ::-webkit-input-placeholder { color: inherit; opacity: 1; }
.section-mail ::-moz-placeholder { color: inherit; opacity: 1; }
.section-mail :-ms-input-placeholder { color: inherit; opacity: 1; }
.section-mail ::placeholder { color: inherit; opacity: 1; }

.section-mail #emma-form.emma-only-email.emma-horizontal-layout ul#emma-form-elements li.emma-form-row { width: 100%; margin: 0; }

/* ------------------------------------------------------------ *\
	Section Event
\* ------------------------------------------------------------ */

.section-event { padding: 126px 0 111px; text-align: center; }
.section-event h2 { position: relative; top: 100px; font-family: 'Gotham', sans-serif; font-size: 40px; line-height: 1.1; color: #ffffff; font-weight: 400; opacity: 0; visibility: hidden;
	-webkit-transition: all 0.5s;
			transition: all 0.5s;
}
.section-event h2.visible { top: 0; opacity: 1; visibility: visible; text-transform: uppercase; }
.section-event h2 span { display: block; }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { position: static; width: 100%; padding: 16px 0 18px; background: #fff; }
.footer .shell { position: relative; }

.home .footer { position: fixed; bottom: -50px; left: 0; z-index: 170; width: 100%; padding: 16px 0 18px; background: #fff; opacity: 0; visibility: hidden; }
.home.fixed .footer { bottom: 0; opacity: 1; visibility: visible; }

.copyright p { padding: 0 20px; font-size: 14px; line-height: 1.2; color: #858585; font-weight: 700; }

.footer-logo { position: absolute; top: -5px; right: 42px; width: 30px; height: auto;
	-webkit-transition: all 0.5s;
			transition: all 0.5s;
}
.footer-logo:hover { opacity: 0.6; }

/* ------------------------------------------------------------ *\
	Base WordPress CSS
\* ------------------------------------------------------------ */

.alignnone,
.alignleft,
.alignright,
.aligncenter { margin: 5px 15px 10px; }
.alignleft { margin-left: 0; }
.alignright { margin-right: 0; }
.alignnone { display: block; margin-left: 0; margin-right: 0; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption { position: relative; }
.wp-caption img { width: 100%; }
.wp-caption-text { position: absolute; bottom: 0; left: 0; right: 0; padding: 5px 10px; background: rgba(0, 0, 0, 0.5); color: #fff; }

/* ------------------------------------------------------------ *\
	Gallery
\* ------------------------------------------------------------ */

.gallery { position: relative; overflow: hidden; padding-bottom: 20px; }
.gallery .wp-caption-text { right: 10px; bottom: 10px; left: 10px; text-align: left; }
.gallery-item { float: left; position: relative; padding: 10px; }
.gallery-item img { width: 100%; }

.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33.33%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 16.67%; }
.gallery-columns-7 .gallery-item { width: 14.29%; }
.gallery-columns-8 .gallery-item { width: 12.5%; }
.gallery-columns-9 .gallery-item { width: 11.11%; }

.gallery-columns-7 .wp-caption,
.gallery-columns-8 .wp-caption,
.gallery-columns-9 .wp-caption { display: none; }

/* ------------------------------------------------------------ *\
	Comments
\* ------------------------------------------------------------ */

.section-comments { padding-top: 15px; }
.section-comments a { text-decoration: none; }
.section-comments p { padding-bottom: 18.2px; }
.section-comments ol,
.section-comments ul { padding: 0; margin: 0; list-style: none outside none; }
.section-comments h3 { position: relative; padding: 0 0 10px; }
.section-comments h3 small { position: absolute; top: 0; right: 0; }

.comments,
.comments .children { position: relative; }
.comments .children:before,
.comments .children:after { content: ''; position: absolute; display: block; }
.comments .children:before { top: 33px; left: 23px; width: 32px; height: 27px; border-left: 8px solid #c3c3c3; border-bottom: 8px solid #c3c3c3; border-radius: 0 0 0 8px; }
.comments .children:after { top: -5px; left: 8px; border: 20px solid transparent; border-width: 20px 19px; border-bottom-color: #c3c3c3; }

.comments .comment { position: relative; border-top: 1px dashed #363636; }
.comments .children { padding-left: 70px; }
.comments .avatar { position: absolute; top: 28px; left: 0; width: 48px; height: 48px; border-radius: 50%; border: 1px solid #ccc; }
.comments .says { padding-left: 5px; }
.comments .moderation-notice { display: inline-block; margin: 3px 0 8px; color: #999; }

.comments .comment-entry { position: relative; padding: 30px 0 30px 65px; }
.comments .comment-text p:last-child { padding-bottom: 0; margin-bottom: 0; }

.comments .comment-meta { padding-bottom: 12px; }
.comments .comment-meta a { color: #363636; }

.comments .comment-reply { padding-top: 10px; text-align: right; }
.comments .comment-reply a { display: inline-block; padding: 5px 10px; background: #363636; color: #fff; border-radius: 6px; }
.comments .comment-reply a:hover { text-decoration: none; opacity: .8; }

.comment-respond { width: 100%; padding-top: 30px; border-top: 1px solid #363636; }
.comment-respond h3 { position: relative; }
.comment-respond small { position: absolute; top: 0; right: 0; }
.comment-respond label { display: block; padding-bottom: 4px; }
.comment-respond input[type="text"],
.comment-respond textarea { display: block; width: 80%; padding: 10px; border: 1px solid #ccc; background: #f7f7f7; }
.comment-respond textarea { width: 100%; height: 100px; }
.comment-respond input[type="text"]:focus { background-color: #fff; }
.comment-respond input[type="text"]::-webkit-input-placeholder { color: #777; }
.comment-respond input[type="text"]::-moz-placeholder { color: #777; }
.comment-respond input[type="text"]:-ms-input-placeholder { color: #777; }
.comment-respond input[type="text"]::placeholder { color: #777; }
.comment-respond textarea { width: 100%; }

.comment-respond .required { color: #e40000; }
.comment-respond .comment-notes { padding-top: 15px; }
.comment-respond .form-submit input { display: block; width: 160px; height: 40px; border: 0; font-size: 14px; font-weight: bold; color: #fff; background: #363636; cursor: pointer; border-radius: 4px; }

.nocomments { padding-top: 12px; font-weight: bold; font-size: 18px; }

/* ------------------------------------------------------------ *\
	Search Form
\* ------------------------------------------------------------ */

.search-form { position: relative; overflow: hidden; }
.search-form .search-field { display: block; width: 100%; padding: 10px; border: 1px solid #ccc; background: #f7f7f7; }
.search-form .search-field:focus { background-color: #fff; }
.search-form .search-field::-webkit-input-placeholder { color: #777; }
.search-form .search-field::-moz-placeholder { color: #777; }
.search-form .search-field:-ms-input-placeholder { color: #777; }
.search-form .search-field::placeholder { color: #777; }
.search-form .screen-reader-text { position: absolute; top: 0; left: 0; width: 0; height: 0; opacity: 0.5; visibility: hidden; }

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

button { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer;
	-webkit-appearance: none;
		-moz-appearance: none;
	 		appearance: none;
}

/* ------------------------------------------------------------ *\
	Section Articles
\* ------------------------------------------------------------ */

.section-articles { padding-top: 193px; background: #a9a8ab; }
.section-articles .shell { position: relative; max-width: 1270px; }
.section-articles h2 { position: absolute; top: 42px; left: -200px; z-index: 160; font-size: 48px; line-height: 1; color: #e31d1a; font-weight: 400; color: #e31d1a; text-transform: uppercase; display: inline-block; width: 170px;
	-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		 -o-transform: rotate(-90deg);
			transform: rotate(-90deg);
 }

.section-articles .article { margin-bottom: 75px; overflow: hidden; }
.section-articles .article-image { float: left; width: 35.5%; }
.section-articles .article-image a { display: block; }
.section-articles .article-image img { width: 100%; height: auto; }
.section-articles .article a { background-color: #fff; color: #000; padding: 0 3px; text-decoration: none; -webkit-transition: background .3s, color .3s;
     -o-transition: background .3s, color .3s;
        transition: background .3s, color .3s; }
.section-articles .article a:hover { background-color: #000; color: #fff; }

.section-articles .entry { margin-top: 3px; float: right; width: 57%; }
.section-articles .entry h3 { margin-bottom: 31px; padding: 2px 12px; display: inline-block; font-size: 45px; line-height: 1; color: #000; background: #fff; font-weight: 400; text-transform: uppercase; }
.section-articles .entry h3 a { display: block; text-decoration: none; color: inherit; }
.section-articles .entry p { padding-bottom: 27px; font-size: 18px; line-height: 1.2; color: #fff; }

.error404 .section-articles h2 { position: static; width: auto; margin: 20px 0;
	-webkit-transform: rotate( 0 );
		-ms-transform: rotate( 0 );
		 -o-transform: rotate( 0 );
			transform: rotate( 0 );
}

@media ( max-width: 1650px ) {

	/* Header */

	.nav li a { font-size: 17px; }

	/* Intro Section */

	.section-title.visible,
	.section-title { left: -38px; }
	.intro-content { max-width: 60%; }

	/* Video Section */

	.section-video .bx-next { right: -60px; }
	.section-video .bx-prev { left: -60px; }

	/* Section About */

	.section-about .entry { margin-right: 50px; width: 35%; }

	/* Section News */

	.section-news .slider-clip { max-width: 975px; margin: 0 auto; }
	.section-news .news-single { max-width: 100%; margin: 0; }
	.section-news .bx-next { margin-left: 535px; }
	.section-news .bx-prev { margin-right: 535px; }

	.section-articles .shell { max-width: 90%; }

}

	@media ( max-width: 1200px ) {

	/* Navigation */

	.nav { display: none; }

	.mobile-nav { position: absolute; top: 80%; left: 0; z-index: 1; width: 100%; padding: 0; float: none; background: #060808; visibility: hidden; opacity: 0; transform: scale(0.8) translate3d(0,-10%,0); transition: all 0.2s; display: block; }
	.mobile-nav.active { visibility: visible; opacity: 1; transform: scale(1) translate3d(0,0,0); }

	.mobile-nav ul { padding: 25px 0; list-style: none outside none; overflow: hidden; background: #e31d1a; }
	.mobile-nav li { float: none; margin: 0 10px; width: 100%; }
	.mobile-nav li a { font-size: 17px; line-height: 2; color: #fff; font-weight: 300; text-transform: uppercase; text-decoration: none; background: #e31d1a; }

	.btn-menu { position: absolute; top: 27px; left: 13px; display: inline-block; height: 9px; padding-top: 9px; }
	.btn-menu span { position: relative; display: block; width: 40px; height: 15px; border-top: 5px solid #fff; }

	.btn-menu span:before,
	.btn-menu span:after { position: absolute; left: 0; width: 100%; height: 5px; background: #fff; content: ''; }

	.btn-menu span:before { top: -13px; }
	.btn-menu.active span:before { top: -9px; }
	.btn-menu span:after { top: 3px; }

	.btn-menu span:before,
	.btn-menu span:after,
	.btn-menu span {
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
			transition: all .3s linear;
	 }

	.btn-menu.active span { border-color: transparent; }
	.btn-menu.active span:before,
	.btn-menu.active span:after { background: #fff; }

	.btn-menu.active span:before {
	-webkit-transform: rotate(45deg) translate(2.5px, 6px);
		-ms-transform: rotate(45deg) translate(2.5px, 6px);
		-moz-transform: rotate(45deg) translate(2.5px, 6px);
			transform: rotate(45deg) translate(2.5px, 6px);

	}
	.btn-menu.active span:after {
	-webkit-transform: rotate(-45deg) translate(2.5px, -6px);
		-ms-transform: rotate(-45deg) translate(2.5px, -6px);
		-moz-transform: rotate(-45deg) translate(2.5px, -6px);
			transform: rotate(-45deg) translate(2.5px, -6px);
	}

	.header-socials { top: 20px; right: 0; left: auto; }
	.header-socials ul { margin: 0; }
	.header-socials li a:hover { color: #000; }

	/* Section News */

	.section-news .slider-clip { max-width: 590px; }
	.section-news .slide { max-width: 250px; margin: 0 25px; }

	.section-news .bx-prev { margin-right: 280px; }
	.section-news .bx-next { margin-left: 290px; }

	.section-news .bx-prev,
	.section-news .bx-next { width: 23px; height: 44px; background-size: 23px 44px; }

	/* Section Contact */

	.section-contact .shell,
	.section-mail .shell { width: 70%; }

	/* Section Video */

	.section-video { padding: 0; }
	.section-video .bx-viewport:before,
	.section-video .bx-viewport:after,
	.section-video .bx-wrapper:before,
	.section-video .bx-wrapper:after { display: none; }

	/* Section About */

	.section-about { padding-top: 50px; }
	.section-about .entry { padding: 0 0 50px; }

	.section-program .shell { max-width: 83%; }

}

@media(max-width: 980px){

	.header-socials li a { font-size: 22px; margin-top: 5px; }

	.logo { position: static; top: auto; left: auto; transform: translate(0,0); margin-left: 70px; }

}

@media(max-width: 767px){

	/* Header*/

	.btn-menu { top: -4px; left: 13px; }
	.btn-menu span { width: 21px; height: 15px; border-top: 2px solid #fff; }

	.btn-menu span:before,
	.btn-menu span:after { height: 2px; background: #fff; content: ''; }

	.btn-menu span:before { top: -7px; }
	.btn-menu.active span:before { top: -9px; }
	.btn-menu span:after { top: 3px; }

	.mobile-nav { top: 78%; }
	.mobile-nav li { margin: 0; }

	.header-socials { top: -4px; margin-right: 5px; }
	.header-socials li { margin-right: 0px; }
	.header-socials li a { font-size: 16px; }

	.logo { margin: -15px 0 0 30px; }

	.logo span { top: 1px; font-size: 25px; line-height: 30px; }
	.logo img { top: 0; margin: 0 8px; width: 35px; height: 42px; }

	.header:before { top: 17px; height: 30px; }
	.header:after { width: 64px; height: 64px; left: 50%; }

	.header-socials li a { font-size: 13px; margin: -1px -1px 0; }

	/* Intro Slider */

	.intro-content { position: absolute; top: 40px; max-width: 80%; margin: 0 auto; text-align: center; }

	.intro-socials { text-align: right; }
	.intro-socials ul { margin: 0 6px 4px 0; }
	.intro-socials li { margin-left: 3px; }
	.intro-socials li a { font-size: 16px; }

	.intro-slider .bx-prev,
	.intro-slider .bx-next { width: 14px; height: 26px; background-size: 14px 26px; }

	.intro-slider .bx-prev { left: 10px; }
	.intro-slider .bx-next { right: 10px; }

	.section-title { display: none; }

	.intro-content img,
	.intro-socials li { position: relative; top: 0; opacity: 1; visibility: visible; }
	.intro-socials li {
		-webkit-transition: all 0.3s 0s;
				transition: all 0.3s 0s;
	}

	/* Section Music */

	.section-music { min-height: auto; padding: 50px 0; }

	.section-music .music-list.visible,
	.section-music .music-list { position: relative; top: auto; left: auto; right: auto; opacity: 1; visibility: visible;
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}
	.section-music .music-list li .slider-inner { width: 195px; margin: 0 25px; }

	.section-music h3 { padding: 20px 0 10px; font-size: 20px; }
	.section-music .album-image { margin-bottom: 12px; border: 3px solid #000; }

	.section-music .album-links { text-align: center; padding: 0 2px; }
	.section-music .album-links li { width: auto; margin: 2px; }
	.section-music .album-links li a { padding: 2px 5px; font-size: 15px; }

	.section-music .music-list li .slide-inner { position: relative; top: auto; left: auto; right: auto; width: 195px;
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}

	.section-music .bx-prev,
	.section-music .bx-next { width: 14px; height: 26px; background-size: 14px 26px; }

	.section-music .bx-prev { left: 10px; }
	.section-music .bx-next { right: 10px; }

	.section-music .slides,
	.section-music .slide,
	.section-music .bx-wrapper,
	.section-music .bx-viewport { min-height: 0; }

	/* Section Program */

	.section-program { padding: 30px 0; overflow: hidden; }
	.section-program .shell { top: 0; opacity: 1; max-width: 90%; }

	.section-program .bit-widget-container { overflow-x: scroll; width: auto; max-width: 100%; padding: 0 15px; }

	/* Section Video */

	.section-video { padding: 0; }
	.section-video .slider-clip { top: 0; opacity: 1; max-width: 100%; }
	.section-video .slide { height: 100vh; }

	.section-video .btn-play { width: 45px; height: 53px; }
	.section-video h2 { bottom: 70px; font-size: 32px; }

	.section-video h3 { bottom: auto; top: 60%; font-size: 32px; color: #fff; }

	.section-video .bx-prev,
	.section-video .bx-next { width: 19px; height: 36px; background-size: cover; }

	.section-video .bx-prev { left: 10px; }
	.section-video .bx-next { right: 10px; }

	/* Section Event */

	.section-event { padding: 70px 0 60px; text-align: center; }
	.section-event h2 { font-size: 20px; opacity: 1; visibility: visible; top: 0; }

	/* Section About */

	.section-about { position: relative; padding: 80px 0; }
	.section-about:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; content: ''; background: #fff; opacity: 0.5; }
	.section-about .entry { padding: 0; margin: 0 auto; width: 80%; opacity: 1; right: 0; visibility: visible; float: none; }
	.section-about p { padding-bottom: 0; font-size: 12px; line-height: 1.2; text-shadow: 0; color: #000; }
	.section-about p + p { padding-top: 20px; }

	/* Section News */

	.section-news { padding: 25px 0; }
	.section-news .slider-clip { max-width: 294px; }

	.section-news .news-single h4 { margin-bottom: 9px; font-size: 16px; }
	.section-news .news-single h4 a { padding: 1px 10px 2px 9px; }
	.section-news .news-single h4 p { font-size: 10px; }

	.section-news .bx-prev,
	.section-news .bx-next { width: 14px; height: 26px; background-size: 14px 26px; }

	.section-news .bx-next { margin-left: 140px; }
	.section-news .bx-prev { margin-right: 140px; }

	/* Section Form */

	.section-contact { padding: 25px 0 27px; }
	.section-contact .shell { width: 90%; }
	.section-form h3 { margin-bottom: 3px !important; font-size: 16px !important; }
	.section-form { padding: 0; }

	.section-form .contact-form input[ type="text" ],
	.section-form .contact-form textarea,
	.section-form .contact-form input[ type="email" ] { margin-top: 7px; padding: 9px 14px 6px; margin-bottom: 7px; width: 100%; font-size: 13px; }
	.section-form .contact-form textarea { height: 112px; font-size: 13px !important; line-height: 1 !important; }

	.section-form .contact-form input[ type="submit" ] { margin-top: 5px; padding: 9px 16px 5px !important; font-size: 13px !important; }

	.section-video .slider-clip,
	.section-program .shell,
	.section-news .shell,
	.section-contact .section-form { position: relative; top: 0; opacity: 1; visibility: visible; }

	/* Section Articles */

	.section-articles { padding-top: 100px; }
	.section-articles h2 { display: none; }

	.section-articles .article { margin-bottom: 30px; }
	.section-articles .article-image { float: none; max-width: 100%; width: auto; }

	.section-articles .entry { margin-top: 15px; float: none; width: 100%; }
	.section-articles .entry h3 { margin-bottom: 15px; font-size: 25px; display: block; }
	.section-articles .entry p { padding-bottom: 10px; font-size: 15px; }

	/* Section Mail */

	.section-mail { padding: 27px 0 80px; }
	.section-mail .shell { top: 0; opacity: 1; width: 90%; }

	.section-mail .mc_custom_border_hdr { margin-bottom: 10px !important; font-size: 16px !important; }
	.section-mail .emma-form-input,
	.section-mail .mc_merge_var input { padding: 7px 82px 7px 15px !important; font-size: 13px; }

	.mc_error_msg { font-size: 13px; }
	.section-mail form { position: relative; }
	.section-mail .mc_signup_submit { position: absolute; top: 0; bottom: 0; right: 0; height: auto; }
	.section-mail .emma-form-row-last input[type=submit],
	.section-mail .mc_signup_submit input[type=submit] { top: 0; bottom: 0; height: auto; padding: 8px 15px 7px !important; font-size: 13px !important; position: static; margin-top: 10px !important; }

	/* Footer */

	.footer { padding: 10px 0; }
	.copyright p { font-size: 9px; padding: 0 60px 0 15px !important; }

	.footer-logo { top: -6px; right: 20px; width: 17px; }

}

@media(max-width: 450px){

	.section-contact .col { width: 100%; }

}

@media(max-width: 370px){

	.logo { margin-left: 22px; }
	.logo span { top: 0; font-size: 16px; }

}