@charset "utf-8";
/* Eventify, Responsive HTML5 Event Template */
/* CSS Document */
/* Version 1.0 - Mon, 25 Nov 2013 15:25:52 -0600 */
/*  -----------------------------------------------------   /*
	GENERAL
/*  -----------------------------------------------------   /*
/**/

body {
    margin: 0;
    font-family: 'Gotham Rounded Bold', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #333333 !important;
    background-color: #ffffff;
}
a {
    color: #333333;
    text-decoration: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    outline: 0;
}
.white a {
    color: white;
}
a:hover {
    color: #333333;
    text-decoration: none;
}
h1, h2 {
    color: inherit;
    font-family: 'Gotham Rounded Bold';
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    line-height: 40px;
    margin: 5px 0 20px;
    text-rendering: optimizelegibility;
}
ul {
    list-style-type: none;
}
sup {
    padding: 0 0 0 1px;
    text-transform: none;
}
/* Buttons */

.btn {
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background: #514b5b;
    color: white;
    font-size: 16.5px;
    text-decoration: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    padding: 7px 12px;
    -webkit-backface-visibility: hidden;
    outline: 0;
}
.btn:hover, .btn:focus {
    background-color: #d9bc27;
    color: white;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    outline: 0;
}
.btn:active, .btn.active {
    background-color: #d9bc27;
    color: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn.disabled, .btn[disabled] {
    background-color: #95a5a6;
    color: white;
}
.btn.btn-large {
    padding: 12px 19px 14px;
}
.btn.btn-primary {
    background-color: rgba(236, 44, 36, .8);
    background-blend-mode: multiply;
    border-radius: 0;
    text-transform: uppercase;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #d9bc27;
}
.btn.btn-primary:active, .btn.btn-primary.active {
    background-color: #d9bc27;
}
.btn.btn-info {
    background-color: #4495cc;
}
.btn.btn-info:hover, .btn.btn-info:focus {
    background-color: #5dade2;
}
.btn.btn-info:active, .btn.btn-info.active {
    background-color: #3d4e58;
}
.btn.btn-danger {
    background-color: #e74c3c;
}
.btn.btn-danger:hover, .btn.btn-danger:focus {
    background-color: #ec7063;
}
.btn.btn-danger:active, .btn.btn-danger.active {
    background-color: #3d4e58;
}
.btn.btn-success {
    background-color: #54bd83;
}
.btn.btn-success:hover, .btn.btn-success:focus {
    background-color: #6fd99c;
}
.btn.btn-success:active, .btn.btn-success.active {
    background-color: #3d4e58;
}
.btn.btn-warning {
    background-color: #e6af32;
}
.btn.btn-warning:hover, .btn.btn-warning:focus {
    background-color: #f0d24b;
}
.btn.btn-warning:active, .btn.btn-warning.active {
    background-color: #3d4e58;
}
.btn-toolbar .btn {
    font-size: 18px;
    padding: 10px 14px 9px;
}
.btn-toolbar .btn:first-child {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}
.btn-toolbar .btn:last-child {
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}
.btn-toolbar .btn.active {
    color: white;
}
.btn.btn-link {
    background: none;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #48A3A6;
    cursor: pointer;
}
.btn.btn-link:hover, .btn.btn-link:focus {
    background-color: none;
    color: rgba(236, 44, 36);
}
.btn.btn-link:active, .btn.btn-link.active {
    background-color: none;
    color: rgba(236, 44, 36);
}
.btn.btn-inverse {
    background-color: #393E46;
}
.btn.btn-inverse:hover, .btn.btn-inverse:focus {
    background-color: #50555c;
}
.btn.btn-inverse:active, .btn.btn-inverse.active {
    background-color: #3d4e58;
}
.btn.btn-follow {
    background-color: #529fdd;
    color: white;
    text-transform: uppercase;
    font-family: 'Gotham Rounded Bold', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    letter-spacing: 2px;
}
.btn.btn-follow:hover, .btn.btn-follow:focus {
    background-color: #5dade2;
}
.btn.btn-follow:active, .btn.btn-follow.active {
    background-color: #3d4e58;
}

a#register-button {
    border-radius: 4px;
    color: white;
}
.navbar .btn-navbar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    float: right;
    margin: 60px 0 0 !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .btn-navbar .icon-bar {
    background-color: #FFFFFF;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 0 0 0;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    background-color: #d9bc27;
    color: #FFFFFF;
}
/* Forms */

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #D3DCE0;
    border: 2px solid #D3DCE0;
    box-shadow: none;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 8px;
    color: #4C5D67;
    font-family: 'open sans';
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
    padding: 6px 8px;
}
.input-block-level {
    min-height: 40px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    box-shadow: none;
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    box-shadow: none;
}
/*  -----------------------------------------------------   /*
	TOP BAR & NAVIGATION
/*  -----------------------------------------------------   /*

/* Top Bar */

.top-bar {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.top-bar {
    background: #ffffff;
    box-shadow: none;
    height: 0;
}
.top-bar:before, .top-bar:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.top-bar:after {
    clear: both;
}
.top-bar, .top-bar * {
    -webkit-transition-duration: 0.04s;
    -moz-transition-duration: 0.04s;
    -o-transition-duration: 0.04s;
    transition-duration: 0.04s;
}
.top-bar .logo {
    position: relative;
    top: 60px;
}
.top-bar .logo span {
    background: url("../../images/microgalleries_logo.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: 0 0;
    display: inline-block;
    height: 143px;
    padding: 10px 0;
    text-transform: uppercase;
    width: 193px;
    -webkit-transition: all 0.001s ease-in-out 0s;
    -moz-transition: all 0.001s ease-in-out 0s;
    -o-transition: all 0.001s ease-in-out 0s;
    transition: all 0.001s ease-in-out 0s;
}
.top-bar .logo span:hover {} .top-bar nav {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
    position: static;
    visibility: visible;
    display: block;
    width: auto;
    float: right;
    position: relative;
    top: 60px;
}
/* Navigation */

.navbar {
    font-size: 15px;
    font-weight: 700;
}
.navbar .nav li {
    margin-left: 3px;
    position: relative;
}
.navbar .nav.nav-event li:first-child {
    margin-right: 15px;
}
.top-bar .navbar .nav {
    margin: 0;
}
.top-bar .navbar .nav li a {
    background: rgba(43, 40, 41, .84);
    border-radius: 5px;
    color: #FFFFFF;
    padding: 10px 9px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
}
.top-bar .navbar .nav li:last-child > a {} .top-bar .navbar .nav li > a:hover, .top-bar.alt .navbar .nav li > a:hover {
    color: #fff !important;
    background: #d9bc27 !important;
}
.top-bar .navbar .nav li > a:focus, .top-bar.alt .navbar .nav li > a:focus {
    outline: 0;
}
.top-bar .nav .current a, .top-bar.alt .nav .current a {
    color: #d9bc27 !important;
}
/* Top Bar Scroll Styles */

.top-bar.alt {
    -webkit-box-shadow: 0 3px 0 rgba(30, 38, 44, 0.2);
    -moz-box-shadow: 0 3px 0 rgba(30, 38, 44, 0.2);
    box-shadow: 0 3px 0 rgba(30, 38, 44, 0.2);
    background: #ffffff;
    height: 70px;
}
.top-bar.alt .logo {
    top: 15px;
}
.top-bar.alt .logo span {
    background: url("../../images/logo_top.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 50px;
    width: 190px;
}
.top-bar.alt nav {
    top: 15px;
}
.top-bar.alt .navbar .nav > li {
    position: relative;
}
.top-bar.alt .navbar .nav li a {
    color: #777777;
    background: none;
}

.top-bar.alt .navbar .nav li li a {
	background: #fff;
}

.top-bar.alt .navbar .nav li a:hover {
    color: #FFFFFF;
}
.top-bar.alt .navbar .btn-navbar {
    margin: 20px 0 0 !important;
}
nav select {
    display: none;
}
/*  -----------------------------------------------------   /*
	SECTION BACKGROUNDS
/*  -----------------------------------------------------   /*

/* Sections */

#intro {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    min-height: 300px;
    height: 660px;
    margin: 0 auto;
    padding: 0;
}
#about, #register, #artists, #schedule, #workshops, #interactions, #venue, #location, #partnerships, #previous, #upcoming, #twitter-feed, #contact, #newsletter {
    padding: 100px 0 75px;
}
#about,
.error404 {
    background: none repeat scroll 0 0 #deaba3;
}
#register {
    background: url(../../images/microgralleries_header_img.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0;
}
#artists {
    background: #79a590;
}
#schedule {
    background: #E7EBED;
}
#interactions {
    background: #F2BC47;
}
#location, #venue {
    background-position: center center: background-repeat: no-repeat;
    background-attachement: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #4C5D67;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#partnerships {
    background: #bdb9a9;
}
#previous {
    background: #e7ebed;
}
#upcoming {
    background: #514b5b;
}
#twitter-feed {
    background: #E7EBED;
    padding: 60px 0;
}
#contact {
    background: #4C5D67;
    padding-bottom: 80px;
}
#newsletter {
    background: #E7EBED;
    padding: 60px 0;
}
#map {
    background: #4C5D67;
    padding: 0;
}
footer {
    background-color: #2C3840;
    color: #E1E4E5;
    font-size: 14px;
    font-weight: 100;
    height: 200px;
    padding: 20px 0;
}
footer img {
    margin: 10px 0 15px;
}
/*  -----------------------------------------------------   /*
	DIVIDERS, HEADERS & SUBHEADERS
/*  -----------------------------------------------------   /*

/* Dividers */

.divider {
    border-top: 3px solid #5DBEB2;
    clear: both;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 40px auto 50px;
    width: 110px;
}
.divider-space {
    border: none;
    clear: both;
    font-size: 0;
    height: 0px;
    line-height: 0;
    margin: auto auto 50px;
    width: 100%;
}
.divider-white {
    border-top: 3px solid #FFFFFF;
    clear: both;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 50px auto;
    width: 110px;
}
hr {
    margin: 20px auto;
    border: 0;
    border-top: 3px solid #5DBEB2;
    border-bottom: none;
}
hr.divider-short {
    border-top: 3px solid rgba(0, 0, 0, 0.25);
    clear: both;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 15px auto;
    width: 60px;
}
/* Headers */

.module-header {
    border-bottom: 0 none;
    margin-bottom: 25px;
    margin-top: 0px;
    padding-bottom: 0;
    position: relative;
    text-align: center;
}
.module-header h4 {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: 700 !important;
    line-height: 20px !important;
    padding: 0px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    z-index: 1;
}
.white-header h4 {
    color: #FFFFFF;
}
/* Subheader */

.subheader {
    border-bottom: 0 none;
    margin: 25px 0;
    padding-bottom: 0;
    position: relative;
    text-align: center;
}
.subheader h4 {
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 20px !important;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.subheader.white h4 {
    color: #FFFFFF;
}
/*  -----------------------------------------------------   /*
	BOXES
/*  -----------------------------------------------------   /*

/* Hero Unit */

.hero-unit {
    padding: 0px;
    margin-bottom: 0px;
    color: inherit;
    background-color: transparent;
}
.hero-unit > h1, .hero-unit > h2 {
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 20px;
}
.hero-unit > h2 {
    color: inherit;
    font-size: 50px;
    line-height: 1.3em;
    text-transform: uppercase;
}
.hero-unit > h4 {
    font-size: 18.5px;
    font-weight: 400;
    margin: 0 0 15px;
}
/* Box */

.box {
    background: none repeat scroll 0 0 #FFFFFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    color: #2C3840;
}
/*  -----------------------------------------------------   /*
	COLORS, IMAGE & ICONS CONTAINERS
/*  -----------------------------------------------------   /*

/* Colors */

.white {
    color: #ffffff;
}
/* Icon Containers */

.icon-wrap {
    background: none repeat scroll 0 0 #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    text-align: center;
    width: 40px;
    height: 40px;
}
.icon-wrap.white {
    background: #FFFFFF;
}
.icon-wrap.color1 {
    background: #48A3A6;
}
.icon-wrap.color2 {
    background: rgba(236, 44, 36);
}
.icon-wrap.color3 {
    background: #514b5b;
}
.icon-wrap.color4 {
    background: #4C5D67;
}
.icon-wrap.color5 {
    background: #65C565;
}
.icon-wrap.color6 {
    background: #9966cc;
}
.icon-wrap.color7 {
    background-color: #f09979;
}
.icon-wrap.large {
    height: 156px;
    width: 156px;
}
.icon-wrap.medium {
    height: 70px;
    width: 70px;
}
.icon-wrap.small {
    height: 40px;
    margin: 0 3px 5px;
    width: 40px;
}
/*.icon-wrap.large:before {
	background: url("../images/tri_down.png") no-repeat scroll 50% 0 transparent;
	bottom: -154px;
	content: "";
	display: block;
	height: 7px;
	position: relative;
}*/

.icon-wrap i {
    display: block;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}
.icon-wrap.small i {
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
.icon-wrap.medium i {
    color: #FFFFFF;
    display: inline-block;
    font-size: 36px;
    margin: 14px auto;
    text-align: center;
    vertical-align: middle;
}
.icon-wrap.large i {
    color: #FFFFFF;
    display: inline-block;
    font-size: 80px;
    margin: 38px auto;
    text-align: center;
    vertical-align: middle;
}
a.icon-wrap {
    color: #FFFFFF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 5px;
}
a.icon-wrap.small {
    height: 40px;
    margin: 0 3px 5px;
    width: 40px;
}
.icon-wrap.small.color4:hover {
    background: #48A3A6;
}
/* Social Icons */

.social a.icon-wrap i {
    color: #85959e;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.social a.icon-wrap:hover i {
    color: #FFFFFF;
}
a.facebook:hover {
    background: #3b5996;
}
a.twitter:hover {
    background: #00acee;
}
a.vimeo:hover {
    background: #0dadd6;
}
a.dribble:hover {
    background: #d53e68;
}
a.youtube:hover {
    background: #cb322c;
}
a.pinterest:hover {
    background: #cb2027;
}
a.google:hover {
    background: #4683EA;
}
a.gplus:hover {
    background: #c3391c;
}
a.linkedin:hover {
    background: #0b7bb6;
}
a.flickr:hover {
    background: #e2006a;
}
a.eventful:hover {
    background: #0066cc;
}
a.eventbrite:hover {
    background: #ff6500;
}
a.lanyrd:hover {
    background: #152E51;
}
a.forrst:hover {
    background: #6C9C76;
}
a.delicious:hover {
    background: #0B79E5;
}
a.yahoo:hover {
    background: #500095;
}
a.digg:hover {
    background: #1b5891;
}
a.rss:hover {
    background: #f29a1d;
}
a.blogger:hover {
    background: #ff9835;
}
a.dribbble:hover {
    background: #EA4C89;
}
a.skype:hover {
    background: #00aff0;
}
a.soundcloud:hover {
    background: #FA3219;
}
a.picasa:hover {
    background: #4787ED;
}
a.yelp:hover {
    background: #c41200;
}
a.tumblr:hover {
    background: #3d5a70;
}
a.instagram:hover {
    background: #306088;
}
/*  -----------------------------------------------------   /*
	SECTION CUSTOM STYLES
/*  -----------------------------------------------------   /*

/* Intro Page Jumbotron */

.jumbotron {
    padding-top: 240px;
    height: calc(100vh - 240px);
    position: relative;
    text-transform: uppercase;
    box-sizing: border-box;
    max-width: calc(100% - 100px);
    margin: 0 auto;

    position: relative;
    text-transform: uppercase;
    box-sizing: border-box;
}
.jumbotron > div.span12 {
    display: inline-block;
    width: 100%;
    margin-left: 0;
}
.jumbotron h1 {
    font-size: 100px;
    font-weight: 800;
    line-height: 1;
    margin: 10px 0 20px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.jumbotron h2 {
    font-size: 60px;
    line-height: 1;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.jumbotron h3 {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.jumbotron h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.1;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.jumbotron .info {
    margin: 30px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.jumbotron .days, .jumbotron .month, .jumbotron .year, .jumbotron .location {
    display: inline-block;
    padding: 0 5px;
    text-decoration: none;
}
.jumbotron a.btn {
    display: block;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 20px auto 0;
    text-transform: uppercase;
    width: 170px;
}

.jumbotron p a,
.jumbotron a {
    color: #fff;
    text-decoration: none;
}
.jumbotron a:hover {
    text-decoration: none;
}
/* Modal */

.price-table {
    margin: 0;
}
.price-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #E7EBED;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    float: left;
}
.price-table .item {
    margin-bottom: 15px;
    width: 100%;
}
.price-item .price-header {
    background: none repeat scroll 0 0 #822111;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    height: 90px;
    padding: 10px 0;
}
.price-item .price-header .title, .price-item .price-header .price {
    color: #FFFFFF;
    float: left;
    font-size: 26px;
    font-weight: 100;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.price-item .price-header .price {
    font-size: 40px;
    font-weight: 600;
}
.price-content {
    padding: 15px;
    text-align: center;
}
/* About Section */

.about-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    display: block;
}
#about.about-previous {
    padding-bottom: 100px;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
}
.media-unit {
    position: relative;
    display: table;
    width: 100%;
    margin-top: 3em;
    z-index: 1;
}
.previous-media-item {
    display: table-cell;
    height: 100%;
    width: 46%;
    max-width: 230px;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    vertical-align: top;
}

.previous-media-item img {
    width: 100%;
}

.media-item-label,
.media-item-label:visited {
	display: block;
	font-family: 'Gotham Rounded Bold';
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
    color:#333;
}

.media-item-label:before,
.media-item-label:after {
	margin: 20px auto;
	display: block;
}

.mg-video.media-item-label:before {
	content: url(../../images/play.svg);	
}

.mg-video.media-item-label:after {
	content: url(../../images/v-camera.svg);
}

.mg-gallery.media-item-label:before {
	content: url(../../images/gallery.svg);
}

.mg-gallery.media-item-label:after {
	content: url(../../images/p-camera.svg);
}

.media-item-label hr {
	width: 8px;
	margin: 10px auto 15px;
	border-color: #333;
}
.previous-media-item.spacer {
    width: 6%;
    background: transparent;
}
.media-unit .media-gallery, .media-unit .video-embed {
    position: relative;
    margin: 0 auto;
    padding: 20px;
    height: 333px;
    box-sizing: border-box;
    overflow: hidden;
}

.video-embed {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
}

.video-embed iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-embed p {
    display: none;
}

.media-gallery {
	display: table;
}

.media-gallery a {
    display: none;
    max-width: 100%;
    position: relative;
}
.media-gallery a:first-child {
    display: table-cell;
	height: 100%;
	vertical-align: middle;
	background: #000;
}
.media-unit iframe {
    position: relative;
    max-width: 100%;
}
@media (max-width: 768px) {
    .previous-media-item {
        display: block;
        width: 100%;
        margin-bottom: 1em;
    }
    .previous-media-item.spacer {
        display: none;
    }
}
/* Register Section */

#countdown div {
    margin-bottom: 10px;
}
#countdown .digit-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #FFFFFF;
    display: block;
    font-size: 40px;
    font-weight: 600;
    height: 108px;
    line-height: 50px;
    margin: auto;
    overflow: visible;
    padding: 15px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 108px;
}
#countdown .label-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: 200;
    line-height: 10px;
    margin: auto;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.register-title {
    margin: 25px auto;
}
/* Schedule Section */

.schedule-download {
	text-align: center;
    font-weight: 100;
    margin: 20px 0;
}
.schedule-download a {
    padding: 15px;
    text-transform: uppercase;
    width: 220px;
}
.schedule-download p {
    display: inline-block;
    font-size: 18px;
    font-weight: 100;
    margin: 0;
}

/* Event Section */

.event-items {
    margin: 1em 0;
}
.news-item, .event-item, .interaction-item {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 10px 15px;
}

.events-teaser-upcoming .event-items {
    display: block;
    width: 100%;
}

.events-teaser-upcoming .event-item {
    background: transparent;
    width: 100%;
    border-radius: 0;
    padding: 0;
    margin: 0 0 1.5em 0;
}
.events-teaser-previous.has-media .news-entry {
	padding-bottom: 60px;
}

.events-teaser-upcoming .event-item a:visited, .events-teaser-upcoming .event-item a {
    color: #333;
}
.events-teaser-upcoming .event-circle, .events-teaser-upcoming .event-entry {
    float: left;
}
.event-circle {
    width: 230px;
    height: 230px;
    border-radius: 115px;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 20px;
    padding: 45px 20px 30px;
}
.events-teaser-upcoming .event-entry {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
    width: calc( 100% - 250px);
    height: 210px;
    display: table;
}
.events-teaser-upcoming .event-item .entry-image, 
.events-teaser-upcoming .event-item .entry-content {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}
.events-teaser-upcoming .event-item .entry-image {
    display: table-cell;
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 20px 20px 0;
}

.events-teaser-upcoming .event-item .entry-content {
    width: 60%;
    box-sizing: border-box;
}
.events-teaser-upcoming .event-item .entry-image {
    clip-path: none;
    -webkit-clip-path: none;
}

#previouscarousel.carouselslider ul li .item {
    position: relative;
    padding-bottom: 60px;
}

.interaction-carousel .entry-image span,
.events-teaser-previous .entry-image a {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 230px;
    height: 230px;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    max-width: 100;
}

.interaction-item:first-child,
.event-item:first-child {
    margin-left: 0;
}

.event-item .event-date {
    padding: 15px 0 0 15px;
    font-size: 18px;
    font-family: 'Gotham Rounded Medium';
}
.event-item .event-date time {
    color: #85959e;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.event-image > img {
    width: 55%;
}
/* Share Widget */

.share-widget {
    float: right;
    font-size: 14px;
    padding: 0 15px;
    position: relative;
    top: -25px;
}
.share-widget > a {
    color: #85959e;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.share-widget > a:hover {
    color: #48A3A6;
}
/* Entry */

.entry-title {
    font-family: 'Gotham Rounded Bold';
    font-size: 28.5px;
    margin: 0 0 10px;
    padding: 0 15px;
}
.entry-title > a, .entry-title > a:visited {
    color: #333;
}
.event-entry .entry-title {
    margin: 0 0 5px;
    font-family: 'Gotham Rounded Bold';
    font-size: 22px;
}
.event-entry {
    font-family: 'Gotham Rounded Book';
    font-size: 14px;
    margin-bottom: 15px;
}
.entry-content {
    padding: 20px 15px;
}
.entry-content a {
    border-bottom: 1px solid;
    margin-bottom: 1em;
    display: inline-block;
}
/* Sponsors Section */

.sponsor-logo {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    width: 70%;
}
.sponsor-logo:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
/* Event Section */

.interaction-items,
.events-items {
    margin: 0;
}

.interaction-item,
.event-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 30px;
    text-align: center;
}

.item-wrap {
	background: #fff;
	height: 100%;
}
.event-item .event-date {
    padding: 15px 0 0 15px;
}
.event-item .event-date .month, .event-item .event-date .day {
    color: #8C8C8C;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
}
.event-item .entry-title {
    line-height: 1em;
    min-height: 4em;
}
.event-item hr {
    width: 10px;
    border-color: #333;
}

.interaction-carousel .entry-image,
.event-item .entry-image {
    position: relative;
    display: block;
    margin: 1em auto;
    clip-path: circle(115px at center);
    -webkit-clip-path: circle(50% at center);
    max-width: 100%;
}
.entry-media-links {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 60px;
}
a.entry-media-link, a.entry-media-link:visited {
    display: block;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
    font-family: 'Gotham Rounded Medium';
    text-align: center;
    width: 100%;
    margin: 0 auto .5em;
}
.event-item .entry-image img {
    max-width: 100%;
}
/* Twitter Feed */

.tweet {
    margin-bottom: 25px;
}
.tweet ul {
    margin: 0 0 20px;
}
.tweet li {
    font-size: 22px;
    line-height: 28px;
    display: none;
}
.tweet li:first-child {
    display: block;
}
.tweet .date {
    color: rgba(0, 0, 0, 0.3);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.acc-nearby:hover {
	color: #fff;
}

.acc-nearby:hover p {
	text-decoration: underline;
}

/* Google Map */

#map_canvas {
    width: 100%;
    height: 400px;
}
/* Contact Section */
/*  -----------------------------------------------------   /*
	CAROUSEL, TABS, TOGGLE & MODAL
/*  -----------------------------------------------------   /*

/* Carousel */

.carousel-wrap li {
    list-style: none outside none;
}
/* Item width*/

.span12 .item-6 li {
    width: 170px;
}
.span12 .item-5 li {
    width: 210px;
}
.span12 .item-4 li {
    width: 270px;
}
.span12 .item-3 li {
    width: 370px;
}
.span12 .item-2 li {
    width: 570px;
}
.span12 .item-1 li {
    width: 1170px;
}
/**/

.span6 .item-3 li {
    width: 170px;
}
.span6 .item-2 li {
    width: 270px;
}
.span6 .item-1 li {
    width: 570px;
}
/**/

.span12 .item-6 li .item .photo-wrap, .span6 .item-3 li .item .photo-wrap {
    height: 130px;
    width: 130px;
    padding: 20px 20px 0;
}
.span12 .item-5 li .item .photo-wrap, .span6 .item-2 li .item .photo-wrap {
    height: 170px;
    width: 170px;
    padding: 20px 20px 0;
}
.span12 .item-4 li .item .photo-wrap, .span6 .item-1 li .item .photo-wrap {
    height: 230px;
    width: 230px;
    padding: 20px 20px 0;
}
.span12 .item-3 li .item .photo-wrap {
    height: 330px;
    width: 330px;
    padding: 20px 20px 0;
}
.span12 .item-2 li .item .photo-wrap {
    height: 530px;
    width: 530px;
    padding: 20px 20px 0;
}
.span12 .item-1 li .item .photo-wrap {
    height: 1130px;
    width: 1130px;
    padding: 20px 20px 0;
}
/* Carousel Slider */

.carouselslider {
    position: relative;
}
.carouselslider ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.carouselslider ul li:before {
    content: ''!important;
    margin: 0!important;
    padding: 0!important
}
.carouselslider ul li {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 0 0 30px !important;
}
.carouselslider ul li .item {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;
    border-radius: 5px;
    height: 100%;
    padding: 0 0 5px;
    text-align: center;
    transition: background-color 400ms;
    -webkit-transition: background-color 400ms;
    -moz-transition: background-color 400ms;
    -o-transition: background-color 400ms;
}
.carouselslider ul li .item:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
}
.carouselslider ul li .item:hover {
    /*background:rgba(0, 0, 0, 0.02);*/
}
.carouselslider ul li .item .photo-wrap > img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
/* text wrap */

.text-wrap {
    padding: 0 10px;
}
.description {
    margin-top: 30px;
    min-height: 50px;
    display: block;
}
/* hover effects */

.item > .social {
    display: none;
    padding-bottom: 10px;
}
.item:hover > .social {
    display: block;
}
.item:hover .text-wrap .description {
    display: none;
}
/* Carousel Control */

.carousel-control {
    margin-top: 0px;
}
.carousel-previous, .carousel-next {
    border: medium none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50% !important;
    cursor: pointer;
    display: block;
    height: 31px;
    left: auto !important;
    opacity: 1 !important;
    padding: 0 !important;
    position: absolute !important;
    top: -41px !important;
    width: 31px !important;
    text-indent: -9999px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.carousel-previous {
    background: url("../../images/carousel_prev.png") no-repeat scroll right bottom rgba(255, 255, 255, 1);
    left: 0px !important;
}
.carousel-next {
    background: url("../../images/carousel_next.png") no-repeat scroll left bottom rgba(255, 255, 255, 1);
    right: 0px !important;
}
.carouselslider > .carousel-previous.disabled {
    opacity: 0.4!important;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=40)!important;
    background-color: transparent!important;
    cursor: default!important;
    background-position: right bottom !important;
}
.carouselslider > .carousel-next.disabled {
    opacity: 0.4!important;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=40)!important;
    background-color: transparent!important;
    cursor: default!important;
    background-position: left bottom !important;
}
.carouselslider .carousel-previous:hover {
    background-color: rgba(255, 255, 255, 0.5);
    background-position: left bottom;
}
.carouselslider .carousel-next:hover {
    background-color: rgba(255, 255, 255, 0.5);
    background-position: right bottom;
}

#previouscarousel li {
    background: transparent;
}

#interactioncarousel .item,
#previouscarousel .item {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

#previouscarousel .entry-title {
    font-size: 22px;
    line-height: 24px;
    min-height: 0;
}

#previouscarousel .entry-date {
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 10px;
}

#previouscarousel .event-item hr {
    margin: 10px auto;
}

@media (max-width: 1100px) {
    #previouscarousel.item-3 li {
        width: 322px;
    }
}

/* Tabs */

.tab-content {
    overflow: inherit !important;
}
.tab-fillspace {
    display: block;
    left: 0;
    position: relative;
}
.tab-fillspace li {
    background: transparent;
    display: table-cell;
    float: none;
    width: 1%;
}
.tab-fillspace li:after {} .tab-fillspace li.active {} .tab-fillspace li.active:after {
    background: url("../../images/tri_down_dark.png") no-repeat scroll 50% 0 transparent;
    content: "";
    display: block;
    height: 7px;
    position: relative;
}
.tab-fillspace li a {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-right: 0 !important;
    text-align: center;
    text-transform: uppercase;
}
/**/

.nav-pills > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
    margin: 0 5px 0 0 !important;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    color: #FFFFFF;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.nav-pills > li:last-child > a {
    margin: 0 !important;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
    background-color: #d9bc27;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background-color: #2C3840;
}
/* */

#schedule-tabs {
    margin-bottom: 40px;
}
/* Toggle */

.toggle-item-title {
    cursor: pointer;
}
.toggle-item-title {
    background: url(../../images/icons/toggle.png) scroll no-repeat right 5px transparent;
    padding: 0 32px 0 0;
}
.toggle-item-title.event-title.ui-state-active {
    background: url(../../images/icons/toggle-close.png) scroll no-repeat right 5px transparent;
    padding: 0 32px 0 0;
}
/* Modal */

.modal {
    background-color: #fff;
    -webkit-border-radius: 8px 8px 11px 11px;
    -moz-border-radius: 8px 8px 11px 11px;
    -ms-border-radius: 8px 8px 11px 11px;
    -o-border-radius: 8px 8px 11px 11px;
    border-radius: 8px 8px 11px 11px;
}
.modal-footer {
    background-color: #efefef;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    border-top: medium none;
    box-shadow: none;
}
/*  -----------------------------------------------------   /*
	TIMELINE
/*  -----------------------------------------------------   /*

/* */

.main-timeline {
    margin-top: 40px;
}
.timeline {
    position: relative;
    padding: 0;
    margin: 0;
}
.timeline:before {
    /*background-color: rgba(0, 0, 0, 0.06);*/
    
    background-color: #2C3840;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /*-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25) inset, 1px 0px 0px rgba(255, 255, 255, 0.25);
	-moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25) inset, 1px 0px 0px rgba(255, 255, 255, 0.25);
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25) inset, 1px 0px 0px rgba(255, 255, 255, 0.25);*/
    
    content: "";
    height: 100%;
    left: 110px;
    position: absolute;
    top: 0;
    width: 5px;
}
.event {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 30px;
}
.event:last-child {
    padding-bottom: 0;
}
.timeline-icon {
    margin-left: 88px;
    margin-top: 8px;
}
.timeline-icon {
    background: none no-repeat scroll center center rgba(51, 51, 51, 1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 50px;
    padding: 4px;
    position: relative;
    width: 50px;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.timeline-icon.performance {
	background-image: url(../../images/icon_performance.svg);
}

.music {
	background-image: url(../../images/icon_music.svg);
}

.talk {
	background-image: url(../../images/icon_talk.svg);
}

.tour {
	background-image: url(../../images/icon_tour.svg);
}

.party {
	background-image: url(../../images/icon_party.svg);
}

.event:hover .timeline-icon {
    background-color: #d9bc27;
}
.time-box {
    position: absolute;
    top: 23px;
    z-index: 1;
}
.time-box:before {} 
.time-box time {
    color: #333;
    font-family: "Gotham Rounded Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding: 0 0 0 15px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
.time-box sup {
    font-size: 12px;
    padding-left: 2px;
    text-transform: uppercase;
}
.timeline-content {
    margin-left: 160px;
    margin-top: 0;
    padding-top: 0px;
    perspective: 600px;
    position: relative;
}
.event-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    /*-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);*/
    
    padding: 1px 16px;
    width: 100%;
    /*width: -moz-calc(100% - 30px);/* Firefox */
    /*width: -webkit-calc(100% - 30px);/* WebKit */
    /*width: -o-calc(100% - 30px);/* Opera */
    /*width: calc(100% - 30px);/* Standard */
}

.event-content .toggle-item-body {
	margin-bottom: 20px;
}
.event-content:before {
    background: url("../../images/tri_left.png") no-repeat scroll 0 0 transparent;
    content: " ";
    height: 16px;
    left: -8px;
    position: absolute;
    top: 25px;
    width: 8px;
}
.event-title h3 {
    font-size: 22px;
    line-height: 40px;
    text-transform: uppercase;
}
.event-title h3 span {
    color: #333;
    font-weight: 400;
    text-transform: none;
    font-family: "Gotham Rounded Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
}
.event-title h4 span {
    color: #999999;
    font-weight: 400;
}
/* Alerts */

.alert .close {
    top: 2px;
}
/*  -----------------------------------------------------   /*
	RESPONSIVE
/*  -----------------------------------------------------   /*

/* 767px */

@media (max-width: 980px) {
    .top-bar nav {
        top: 10px;
        position: absolute;
    }
    .top-bar.alt nav {
        top: 14px;
        right: 0;
    }
    .nav-collapse, .nav-collapse.collapse {
        background: none repeat scroll 0 0 #E7EBED;
        border-radius: 8px;
    }
    .nav-collapse .nav > li {
        float: left;
        margin-left: 0 !important;
        width: 100%;
    }
    .top-bar .navbar {
        top: 30px;
    }
    .top-bar nav {
        float: none;
        right: 10px;
        top: 55px;
        position: absolute;
    }
    .top-bar.alt .navbar {
        top: 55px;
        position: absolute;
        right: 5px;
    }
    .top-bar .navbar .nav li a {
        margin: 2px 4px;
    }
    .top-bar .navbar .nav > li:first-child > a {
        margin: 4px 4px 2px;
    }
    .top-bar .navbar .nav > li:last-child > a {
        margin: 2px 4px 4px;
    }
    .top-bar.alt .navbar .nav > li > a {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
        color: #777777;
        margin: 2px 4px;
    }
    .top-bar.alt .navbar .nav > li:first-child > a {
        margin: 4px 4px 2px;
    }
    .top-bar.alt .navbar .nav > li:last-child > a {
        margin: 2px 4px 4px;
    }
    .navbar .btn-navbar {
        margin: 18px 0 0 !important;
    }

    .top-bar .logo span {
        background-size: 100px 74px;
        width: 100px;
        height: 74px;        
    }


    .jumbotron h1 {
        font-size: 90px;
        margin: 10px 0;
    }
    .jumbotron h3 {
        font-size: 46px;
        line-height: 1;
    }
    .top-bar .logo{
        top: 18px;
    }  

    section#intro {
        min-height: 100vh;
        height: auto;
    }
}
@media (min-width: 980px) {} @media only screen and (min-width: 960px) and (max-width: 1199px) {
    
    .jumbotron h1 {
        font-size: 84px !important;
        margin: 10px 0 15px;
    }
    .jumbotron h3 {
        font-size: 44px !important;
        line-height: 1;
    }

    .single-mg_event .jumbotron h3 {
        font-size: 20px !important;
        -webkit-font-smoothing: antialiased;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1025px) {
    .carouselslider ul {
        margin-left: -20px!important;
    }
    .carouselslider ul li {
        padding: 0 0 0 20px!important;
    }
    /*.span12 .carouselslider {
        width: 940px;
    }*/
    .span6 .carouselslider {
        width: 458px;
    }
    .span12 .item-6 li {
        width: 140px;
    }
    .span12 .item-5 li {
        width: 172px;
    }
    .span12 .item-4 li {
        width: 220px;
    }
    .span12 .item-3 li {
        width: 300px;
    }
    .span12 .item-2 li {
        width: 460px;
    }
    .span12 .item-1 li {
        width: 940px;
    }
    .span6 .item-1 li {
        width: 458px;
    }
    .span6 .item-2 li {
        width: 219px;
    }
    .span6 .item-3 li {
        width: 139px;
    }
    .span6 .item-4 li {
        width: 99px;
    }
    .span6 .item-5 li {
        width: 75px;
    }
    .span12 .item-1 li .item .photo-wrap {
        height: 900px;
        padding: 20px 20px 0;
        width: 900px;
    }
    .span12 .item-2 li .item .photo-wrap {
        height: 420px;
        padding: 20px 20px 0;
        width: 420px;
    }
    .span12 .item-3 li .item .photo-wrap {
        height: 260px;
        padding: 20px 20px 0;
        width: 260px;
    }
    .span12 .item-4 li .item .photo-wrap {
        height: 180px;
        padding: 20px 20px 0;
        width: 180px;
    }
    .span12 .item-5 li .item .photo-wrap {
        height: 132px;
        padding: 20px 20px 0;
        width: 132px;
    }
    .span12 .item-6 li .item .photo-wrap {
        height: 100px;
        padding: 20px 20px 0;
        width: 100px;
    }
    .span6 .item-1 li .item .photo-wrap {
        height: 418px;
        padding: 20px 20px 0;
        width: 418px;
    }
    .span6 .item-2 li .item .photo-wrap {
        height: 179px;
        padding: 20px 20px 0;
        width: 179px;
    }
    .span6 .item-3 li .item .photo-wrap {
        height: 99px;
        padding: 20px 20px 0;
        width: 99px;
    }
    .span6 .item-4 li .item .photo-wrap {
        height: 59px;
        padding: 20px 20px 0;
        width: 59px;
    }
    .span6 .item-5 li .item .photo-wrap {
        height: 35px;
        padding: 20px 20px 0;
        width: 35px;
    }
}
@media only screen and (min-width: 767px) {
    .news-items, .event-items, .interaction-items {
        display: table;
        /*height: 100%;*/
    }
    .news-item, .event-item, .interaction-item {
        display: table-cell;
        height: 100%;
    }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
    .jumbotron h1 {
        font-size: 54px;
        margin: 10px 0 15px;
    }
    .jumbotron h3 {
        font-size: 32px;
        line-height: 1;
    }
    .span12 .carouselslider {
        width: 724px!important;
    }
    .span6 .carouselslider {
        width: 352px!important;
    }
    .carouselslider ul {
        margin-left: -20px!important;
    }
    .carouselslider ul li {
        padding: 0 0 0 20px!important;
    }
    .span12 .item-6 li {
        width: 104px!important;
    }
    .span12 .item-5 li {
        width: 136px!important;
    }
    .span12 .item-4 li {
        width: 166px!important;
    }
    .span12 .item-3 li {
        width: 228px!important;
    }
    .span12 .item-2 li {
        width: 352px!important;
    }
    .span12 .item-1 li {
        width: 724px!important;
    }
    .span6 .item-6 li {
        width: 42px!important;
    }
    .span6 .item-5 li {
        width: 54px!important;
    }
    .span6 .item-4 li {
        width: 73px!important;
    }
    .span6 .item-3 li {
        width: 104px!important;
    }
    .span6 .item-2 li {
        width: 166px!important;
    }
    .span6 .item-1 li {
        width: 352px!important;
    }
    .span12 .item-1 li .item .photo-wrap {
        height: 684px;
        padding: 20px 20px 0;
        width: 684px;
    }
    .span12 .item-2 li .item .photo-wrap, .span6 .item-1 li .item .photo-wrap {
        height: 312px;
        padding: 20px 20px 0;
        width: 312px;
    }
    .span12 .item-3 li .item .photo-wrap {
        height: 188px;
        padding: 20px 20px 0;
        width: 188px;
    }
    .span12 .item-4 li .item .photo-wrap, .span6 .item-2 li .item .photo-wrap {
        height: auto;
        padding: 20px 20px 0;
        width: 100%;
        text-align: center;
    }
    .span12 .item-5 li .item .photo-wrap {
        height: 96px;
        padding: 20px 20px 0;
        width: 96px;
    }
    .span12 .item-6 li .item .photo-wrap, .span6 .item-3 li .item .photo-wrap {
        height: 64px;
        padding: 20px 20px 0;
        width: 64px;
    }
    .span6 .item-4 li .item .photo-wrap {
        height: 43px;
        padding: 20px 15px 0;
        width: 43px;
    }
    .span6 .item-5 li .item .photo-wrap {
        height: 34px;
        padding: 20px 10px 0;
        width: 34px;
    }
    .span6 .item-6 li .item .photo-wrap {
        height: 22px;
        padding: 20px 10px 0;
        width: 22px;
    }

    .top-bar .logo {
    	top: 40px;    	
    }  

    .top-bar .logo span {
    	height: 100px;
    	background-size: 70%;
    }

    .span12 .item-4 li {
        width: 100% !important;
        height: auto !important;
        float: none !important;
    }

    .hero-unit > h2 {
        font-size: 42px;
    }

    #artistscarousel .item > .social,
    #artistscarousel .item:hover .text-wrap .description {
        display: block;
    }
}
/* 767px */

@media (max-width: 767px) {
    body {
        padding: 0 !important;
    }
    [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
        padding: 0 10px;
    }
    .events-items, .news-items {
        margin: 0 10px;
    }

    .jumbotron h1 {
    	font-size: 40px;
    }    

    .jumbotron h3 {
    	font-size: 30px;
    } 

    .events-teaser-upcoming .event-circle, 
    .events-teaser-upcoming .event-entry {
        float: none;
        width: 100%;
    }

    .event-circle {
        width: 100%;
        height: auto;
        border-radius: 15px;
        margin: 10px 0;
        padding: 10px 0 0;
    }

    .event-item hr {
        display: none;
    }
    .event-item .entry-title,
    .event-item .event-date  {
        line-height: 1.2em;
        min-height: auto;
        padding: 0;
        margin: 0 auto 10px;
    }

    .events-teaser-upcoming .event-entry {
        width: 100%;
        display: block;
        height: auto;
    }

    .events-teaser-upcoming  .entry-content {
        width: 100%;
        display: block;
    }

    .events-teaser-upcoming .event-item .entry-content,
    .events-teaser-upcoming .event-item .entry-image {
        width: 100%;
        display: block;
    }

    .events-teaser-upcoming .event-item .entry-image {
        display: none;
    }

}
/* 480px */

@media (max-width: 480px) {
    .jumbotron {
        height: auto;
        padding-top: 90px !important;
        max-width: calc(100% - 80px);
        margin: 0 auto;
        text-align: center;
    }
    .jumbotron h1 {
        font-size: 32px;
        margin: 10px 0 15px;
    }
    .jumbotron h3 {
        font-size: 18px;
        line-height: 1;
    }
    .hero-unit > h1 {
        font-size: 32px;
        line-height: 1.1;
    }
    .hero-unit > h2 {
        font-size: 18px;
    }
    .carouselslider {
        margin: 0 auto;
        width: 400px;
    }
    .span12 .item-6 li, .span12 .item-5 li, .span12 .item-4 li, .span12 .item-3 li, .span12 .item-2 li, .span12 .item-1 li, .span6 .item-6 li, .span6 .item-5 li, .span6 .item-4 li, .span6 .item-3 li, .span6 .item-2 li, .span6 .item-1 li {
        width: 400px !important;
    }
    .span12 .item-6 li .item .photo-wrap, .span6 .item-3 li .item .photo-wrap, .span12 .item-5 li .item .photo-wrap, .span6 .item-2 li .item .photo-wrap, .span12 .item-4 li .item .photo-wrap, .span6 .item-1 li .item .photo-wrap, .span12 .item-3 li .item .photo-wrap, .span12 .item-2 li .item .photo-wrap, .span12 .item-1 li .item .photo-wrap {
        height: 300px;
        padding: 20px 50px 0;
        width: 300px;
    }
}
@media only screen and (max-width: 459px) {
    .navbar .btn-navbar {
        margin: 18px 0 0 !important;
    }
    .top-bar.alt .navbar .btn-navbar {
        margin: -25px 0 0 !important;
    }
    .jumbotron h1 {
        margin: 10px 0;
    }
    .jumbotron h3 {
        font-size: 20px;
        line-height: 1;
    }
    .tab-fillspace li a {
        font-size: 13px;
    }
    .event-title h3 {
        font-size: 16px;
        text-transform: none;
    }
    .carouselslider {
        margin: 0 auto;
        width: 300px;
    }
    .span12 .item-6 li, .span12 .item-5 li, .span12 .item-4 li, .span12 .item-3 li, .span12 .item-2 li, .span12 .item-1 li, .span6 .item-6 li, .span6 .item-5 li, .span6 .item-4 li, .span6 .item-3 li, .span6 .item-2 li, .span6 .item-1 li {
        width: 300px !important;
    }
    .span12 .item-6 li .item .photo-wrap, .span6 .item-3 li .item .photo-wrap, .span12 .item-5 li .item .photo-wrap, .span6 .item-2 li .item .photo-wrap, .span12 .item-4 li .item .photo-wrap, .span6 .item-1 li .item .photo-wrap, .span12 .item-3 li .item .photo-wrap, .span12 .item-2 li .item .photo-wrap, .span12 .item-1 li .item .photo-wrap {
        height: auto;
        padding: 20px 15px 0;
        width: 80%;
        margin: 0 auto;
    }
    .carouselslider ul li {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 980px) {
    .carouselslider ul {
        display: block;
    }

    .carousel-wrap {
        overflow: auto;
        height: auto !important;
    }
    .carousel-wrap > ul,
    .carousel-wrap > ul.event-items.events-teaser-previous {
        display: block;
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
    }


    .carouselslider ul li,
    .carouselslider ul li .item,
    .span12 .carouselslider ul .item-4 li {
        width: 100% !important;
        height: auto !important;
        float: none !important;
    }

    .carousel-wrap > ul > li,
    li.event-item.has-media.clearfix.span4 {
        width: 100% !important;
        height: auto;
        float: none;
        margin: 0 0 20px;
    }

    .carousel-control {
        display: none;
    }
}
#contact #submit {
    background-color: rgba(239, 114, 71, 1);
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Gotham Rounded Bold', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    padding: 2px 10px;
}
#contact div.wpcf7-validation-errors {
    border: none;
    color: red;
    padding: 0;
    margin: 0;
}

.about-no-media {
    padding-bottom: 120px;
}

#partnerships hr {
    border: none;
    height: 2px;
    background-color: #333;
    width: 60%;
}

.sml_subscribe input {
    box-sizing: content-box;
    max-width: 90%;
}

.error404 #about {
    padding-top: 200px;
}
