body {
	background:#000;
	font-family: "freight-macro-pro", "american typewriter","Consolas","Courier New", helvetica, arial, sans-serif;
	font-size: 19.2px;
	line-height: 1.5;
	color: #555555;
}

.row {
    margin-right: -30px;
    margin-left: -30px;
}
a {
  color: #c81721;
  text-decoration: underline;
}

.bbg,
.bbg h2,
.bbg h3 {

}
.faqred {
	background:#c81721;
	color:#fff;
	font-size: 30px;
	padding: 20px;
}
.faqred a {
  color: #fff;
}
.postadminui {
  display: none;
}
.running-out,
.running-out h2 {
    color: #fff;
    line-height: 1;    
    
}
.running-out span {
    font-size: 6rem;
    top: -13px;
    position: relative;
    text-shadow: 2px 2px 2px #c81721;
}

.wb {
  background: #FFFFFF url(/media/2326/tex.png) no-repeat bottom center;
}
.wb h1,
.news .wb h1 {
  color: #c81721;
}

.no-padd {
  padding-left: 0  !important;
  padding-right: 0 !important;
}


.ac {
  text-align: center;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pt {
  padding-top: 20px;
}
.mt {
  padding-top: 20px;
}
.flp {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}


.btn.big,
.btn.primary {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 20px 40px;
  text-align: center;
  border-radius: 0;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
}
.btn.big:hover,
.btn.primary:hover {
  color: #fff;
  background: #c81721;
}

.btn.small {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 5px;
  text-align: center;
  border-radius: 0;
  text-decoration: none;
  font-weight: bold;
}
.btn.small:hover {
  color: #fff;
  background: #c81721;
}

.btn-faq {
  background: #c81721;
  color: #fff;
  border-radius: 0;
  padding: 10px 5px;  
  box-shadow: 2px 2px 0px #fff;
}

.btn-apply {
  box-shadow: 4px 4px 0px #fff;    
}
.btn-apply:hover {
  box-shadow: 4px 4px 0px #c81721;    
}   
.counter .btn-apply {
}
.counter  {

}  
.counter  .btn-apply {
    padding: 3vw 7vw;
    margin-top: 20px;
}
.quick-intro a:hover {
    color: #fff;
} 
.quick-intro {
    background: #000 url(/media/4416/tex.png) no-repeat bottom center
}


@media (min-width: 769px) {
    .quick-intro .row {
        display: flex;
        align-items: center;    
    }
    .quick-intro .row .col-md-6 {
        flex: 1; 
    }
}

/* headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "freight-macro-pro", "american typewriter","Consolas","Courier New", helvetica, arial, sans-serif;
	font-size: 30px;  
	color: #c81721;
	font-weight: bold;
}
h3 {
  font-size: 22px;
  color: #000;
}





.fwi {
  position: relative;
}
.fwi img {
  width: 100%;
}
.redbox {
  background: rgba(199, 23, 31, 0.9);
  text-align: center;
  padding: 30px;
  color: #fff;
}
.redbox h1 {
  font-size: 40px;
  color: #fff;  
  margin-bottom: 0;
}
.redbox ul {
  margin: 20px 0;
  padding: 0;
}
.redbox li {
  list-style-type: none;
}
.redbox .btn:hover {
  background: #fff;
  color: #c81721;
}





/* header */
.navcontainer {
  padding: 10px 0;
  font-size: 22px;
  font-weight: 100;
}
.logo {
  width: 205px;
  float: left;
  padding-top: 2px;
}



/* main navigation */
nav.main {
  float: right;
}
nav.main ul ul{ 
  display: none
}
nav.main li {
  float: left;
  list-style-type: none;
  padding:17px;
}
nav.main li a {
  color: #fff;
  padding-bottom: 10px;
  text-decoration: none;
}
nav.main li a:hover {
  border-bottom: 12px solid #c81721;
  text-decoration: none;
}
nav.main li a.apply {
  color: #fff;
  background: #c81721;
  padding:20px;
}
nav.main li a.apply:hover {
  color: #c81721;
  background: #fff;
  border-bottom: none;
}




.latest-news h2 {
  color: #fff;
  text-transform: uppercase;
}
.latest-news .col-md-4 a {
  text-decoration: none;
}
.latest-news .col-md-4 a h3 {
  color: #fff;
  padding: 0 30px;
}
.latest-news .col-md-4 {
  text-align: center;
}
.latest-news .btn.big {
  background: #c81721;
}
.latest-news .btn.big:hover {
  background: #fff;
  color: #c81721; 
}
.latest-news .ac {
  padding: 30px;
}




.newsletter {
  background: #c81721 url(/media/2327/newsletter-background.jpg);
  background-size:cover;
  text-align: center;
  color: #fff;
  padding: 10px 0 40px 0;
}
.newsletter h2 {
  color: #fff;
  margin-bottom: 20px;  
}
.newsletter .contourPage {
  text-align: center;
}
.newsletter .contour input.text {
  color: #333;
  max-width: 100%;
  margin: 0px auto;
}
.newsletter #contour label.fieldLabel,
.newsletter .contour label.fieldLabel {
  display: none;
}
.newsletter .contour,
.newsletter #contour fieldset, .newsletter .contour fieldset {
  padding: 0;
}
.newsletter .btn {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 20px 40px;
  text-align: center;
  border-radius: 0;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  margin-top: -10px;
}
.newsletter .btn:hover {
  background: #fff;
  color: #c81721;
}
.newsletter .contour span.field-validation-error,
.contourPage span.field-validation-error{
    color: #FFEB3B !important;
}

.topfaq {
  background: #FFFFFF url(/media/2326/tex.png) no-repeat bottom center;
  text-align: center;
  padding: 50px 0;
}
.topfaq .col-md-6 {
  padding: 0 70px;
}
.topfaq .col-md-6 ul {
  margin: 0 ;
  padding: 0;
}
.topfaq .col-md-6 li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}




.latesttweet {
  background: #c81721;
  color: #fff;
  padding: 50px 30px;
  font-size: 30px;
  font-weight: 100;
  word-wrap: break-word;
}

.latesttweet a {
  color: #fff;  
}
.latesttweet .tweet {
  width: 100%;
  overflow: hidden;
  line-height: 1.2;
}
.latesttweet .twl {
  width: 120px;
  height: 120px;
  background: url(/media/1001/social-sprite.png) no-repeat -510px 0;
  float: left;
  margin-top: -20px;  
}
.latesttweet .tw {
  padding-left: 130px;
  font-size: 22px;
}



.social {
  text-align: center;
  padding-top: 31px;
}
.social .twitter,
.social .facebook,
.social .gplus,
.social .instagram {
  width: 120px;
  height: 120px;
  background: url(/media/1001/social-sprite.png) no-repeat 0 0;
  display: inline-block;
}
.social .twitter{
   background-position-x: -510px; 
}
.social .facebook {
   background-position-x: -360px;   
}
.social .gplus {
   background-position-x: -32px;   
}
.social .instagram {
   background-position-x: -204px;   
}
.social .youtube {
    display: inline-block;
    position: relative;
    top: -60px;
    left: -18px;    
}


.footer {
  text-align: center;
  color: #fff;
  padding: 60px;
    font-size: 2rem;
    LINE-HEIGHT: 1.5;  
}
.footer a{
  color: #fff;
  text-decoration: none
}
.footer a:hover{
  text-decoration: none
}
.footer .smaller {
  font-size: 12px;
  padding-top: 20px;
}
.footer .smaller,
.footer .smaller a {
 color: rgb(135, 135, 135)
}






.news h1,
.news-small h2 {
  color: #fff;
}
.news-small a {
  background: #c81721;
  color: #fff;
  font-size: 18px;
  display: block;
  text-align: center;
  height: 400px;
  text-decoration: none;
  margin-bottom: 20px;
}
.news-small a img {
  width: 100%;
}
.news-small a h2 {
  font-size: 18px;
  font-weight: 100;
  padding: 0 30px;
}
.news-small .ndate {
  font-size: 11px;
  color: #333;
}
.news-small a:hover {
  background: #fff;
  color: #c81721;
}
.news-small a:hover h2 {
  color: #c81721;
}
.news .latesttweet {
  padding: 20px;
  font-size: 20px;
  margin-top: 20px;
}




.news-story .col-md-4 img {
  width: 100%;
}
.news-story .col-md-4.no-padd {
    /*
    max-height: 300px;
    overflow: hidden;
    */
    margin-bottom: 20px;
}
.news-story .col-md-8 {
  padding-bottom: 30px;
}


.contact h1 {
  color: #fff;
}
#contour_form_ContactUs {
  background: #c81721;
  color: #fff;
  padding-bottom: 100px;  
  margin-top: -50px;
  margin-bottom: 10px;  
}
#contour_form_ContactUs input.text,
#contour_form_ContactUs textarea {
  width: 100%;
  max-width: 100% !important;
  color: #333;
}
#contour_form_ContactUs  label.fieldLabel, 
#contour_form_ContactUs  label.fieldLabel {
  font-weight: 100;
  margin-bottom: -10px;
}
#contour_form_ContactUs span.contourError, 
#contour_form_ContactUs span.field-validation-error
#contour_form_ContactUs span.contourError, 
#contour_form_ContactUs span.field-validation-error {
    color: #FFEB3B !important;
    background: transparent !important;
    display: block;
    clear: both;    
}
#contour #recaptcha_widget_div, .contour #recaptcha_widget_div {
	margin-left: 0 !important;
	margin-top: 20px;
}



.content li {
  list-style-type: none;
  background: url(/media/2306/bullet.png) no-repeat 0 0.5em;
  padding-left: 30px;
}
.content ul {
  margin-left: 0;
  padding-left: 0;
}


.festival .redbox {
  font-size: 20px;
  line-height: 1.5;
  padding: 30px;
}

.festival .quick-intro .btn.big {
  background: #c81721;
  margin-bottom: 30px;  
}
.festival .quick-intro .btn.big:hover {
  background: #fff;
  color: #c81721;
}
.festival .quick-intro {
  color: #fff;
  padding: 30px;
  text-align: center;
}
.festival .quick-intro p {
  text-align: left;
}
.festival .content {
  background: #fff;
}
.festival .content h3 {
  color: #c81721;
  font-size: 25px;
}
.festival .content .col-md-8 {
  line-height: 1.6;
  padding-left: 30px;
  padding-right: 20px;
}
.festival.about .content .col-md-8 {
  padding-left: 15px;
}





.community .content .col-md-4 img,
.festival .content .col-md-4 img,
.about .content .col-md-4 img,
.about .content .col-md-6 img{
  width: 100%;
  box-shadow: 10px 10px 0px #c81721;
  margin-top: 10px;
}
.community .content .col-md-4 .caption,
.festival .content .col-md-4 .caption,
.about .content .col-md-4 .caption,
.about .content .col-md-6 .caption {
  background: #000;
  color: #fff;
  padding: 20px 20px 12px 20px;
  font-size: 14px;
  margin-left: 20px;
  font-style: italic;
  margin-bottom: 60px;
}
.community .content .quote,
.festival .content .quote,
.about .content .quote {
  background: #c81721;
  color: #fff;
  padding: 20px;
  margin-bottom: 50px;
  position: relative;
}
.community .content .quote:before,
.festival .content .quote:before,
.about .content .quote:before {
	right: 100%;
	top: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(200, 23, 32, 0);
	border-right-color: #c81720;
	border-width: 30px;
	margin-top: -30px;
}
.community .content .quote img,
.festival .content .quote img,
.about .content .quote img  {
  width: 200px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  transform: rotate(-2deg);
  box-shadow: 10px 10px 0px #000;
  -webkit-backface-visibility: hidden;  
  outline: 1px solid transparent;  
}
.community .content .quote h3,
.festival .content .quote h3,
.about .content .quote h3 {
  color: #000;
}
.community .content .quote h3 span,
.festival .content .quote h3 span,
.about .content .quote h3 span {
  font-weight: 100; 
  font-size: 19.2px;
}
.community .content .col-md-4 .caption,
.community .content .col-md-4 .tw,
.festival .content .col-md-4 .caption,
.festival .content .col-md-4 .tw,
.about .content .col-md-4 .caption,
.about .content .col-md-4 .tw {
  margin-bottom: 150px;
}
.community .content .quote,
.festival .content .quote {
  margin-bottom: 300px;  
  margin-left: 20px;  
}
.about .content .quote {
  margin-bottom: 10px;  
  margin-left: 10px;  
}
.community .content .tw,
.festival .content .tw,
.about .content .tw {
  color: #fff;
  padding: 130px 20px 20px 20px;
  background: #c81720 url(/media/1001/social-sprite.png) no-repeat -510px 0;
  box-shadow: 10px 10px 0px #000;
  word-break: break-all;  
}
.community .content .tw a,
.about .content .tw a,
.festival .content .tw a {
  color: #fff;
}

.about .content .allfeedback .quote {
    margin-bottom: 50px;
    }
.about .content .allfeedback .quote img {
  transform: none;
  box-shadow: none;
  width: auto;
  float: none;
  margin: 20px 0 0 0;
  max-width: 100%;
}
.about .content .feedback .quote:before {
    border-width: 20px;
    margin-top: 10px;
}






.countdown {
  background:#c81721;
  padding: 30px 30px 60px 30px;
  color: #fff;
}
.countdown h2 {
  color: #fff;
  margin: 0;
}
.countdown div {
  
}
.countdown div span {
   background: #000;
   color: #FFF;
   display: inline-block;
   height: 60;
   padding: 10px 20px;
   font-size: 30px;
   font-weight: bold;
   text-align: center;
   width: 55px;
}
.countdown .stat {
  margin-top: 20px;
}
.countdown .numbers{
  float: left;
}


.subrow {
  padding-top: 20px;
}
.sub a {
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 20px;
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  min-height: 160px;
  box-shadow: 10px 10px 0px #c81721;
}
.sub a h2 {
  color: #fff;
  font-size: 19.2px;
  font-weight: 100;
}
.sub a:hover {
  background: #c81721;
  box-shadow: 10px 10px 0px #000;  
}


.apply {
  background: #c81721 url(/media/2307/arrow.png) no-repeat left center;
  min-height: 400px;
  text-align: center;
}
.apply .btn {
  margin-top: 170px;
  padding: 20px 130px;
}
.apply .btn:hover {
  background: #fff;
  color: #c81721;
}
.news .apply {
  min-height: 250px;
}
.news .apply .btn {
  margin-top: 90px;
}




.about .content {
  background: #fff;
  padding: 30px;
}
.about .content img {
  max-width: 100%;
}
.event h2 {
  color: #fff;
}
.event a {
  background: #c81721;
  color: #fff;
  font-size: 18px;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 20px;
  padding-bottom: 40px;
  min-height: 450px;
}
.event a img {
  width: 100%;
}
.event a h2 {
  padding: 0 30px;
  margin-bottom: 0;
}
.event a h2 {
  padding: 0 19px;
}
.event .ndate {
  font-size: 11px;
  color: #333;
}
.event a:hover {
  background: #fff;
  color: #c81721;
}
.event a:hover h2 {
  color: #c81721;
}
.apply-btn-event.event h2 {
    background: #000;
    padding: 20px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.event.apply-btn-event a:hover {
	background: #c81721;
}
.event.apply-btn-event a:hover h2 {
	background: #fff;
}











.gallery h1 {
  color: #fff;
}
.gallery-photos,
.gallery-titles  {
  margin: 0; padding: 0;
  text-align: center;
}
.gallery-photos li,
.gallery-titles li {
  list-style-type: none;
  padding: 10px;
  background: #FFFFFF;
  margin: 20px;
  display: inline-block;
  vertical-align: middle;
  max-width: 260px;  
}
.gallery-photos li img,
.gallery-titles li img {
  max-width: 100%;
}
.gallery-titles a {
  text-decoration: none;
}
.gallery-titles h2 {
  margin-top: 0;
}
.gallery-titles li {
  max-width: 450px;
}



.faq .content {
  background: #000;
  padding: 30px;
}
.faq .answers {
  background: #fff;
  padding: 30px;
}



.faq-answer {
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1pc solid #eaeaea;
}
.faq-answer h3 {

}
.faq-answer:nth-child(even) {
}
.faq-answer:nth-child(even) a {
  
}
.content ul.faq-section {
  background: #c81721;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 10px 10px 0px #fff;   
}
.content ul.faq-section a {
  color: #fff;
}
.faq-section li {
  padding-bottom: 10px;
  background: url(/media/2312/bulletb.png) no-repeat 0 0.5em;  
}
.faq-section li a {
  text-decoration: none;
  border-bottom: 2px solid #000;
}
.faq h2 {
  color: #fff;
}
.faq-section h2 {
  font-size: 22px;
}
.faq-section.bn li {
  padding-bottom: 0;
}


.faq-answer h3 {
  
}


.community h1 {
  color: #fff;
}
.communitysections {
  background: #fff;
  padding: 30px;
}
.community .festivals {
  padding-top: 30px;
}
.community .intro {
  text-align: center;
}
.community .intro img {
  width: 100%;
}
.community .ov {
  background: #000;
  padding: 20px;
  color: #fff;
  margin-left: 20px;
  box-shadow: 10px 10px 0px #c81721;  
}
.community .ov a {
  color: #fff;
}




.news .comm,
.community .comm {
  background: #000;
  padding: 20px;
  box-shadow: 10px 10px 0px #c81721;
  margin-bottom: 20px;
  color: #fff;
}
.news .comm h3,
.community .comm h3 {
  color: #fff;
  font-size: 30px;
  margin-top: 0;
}
.news .comm a,
.community .comm a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.2;
}
.theforum h3:after       {content: " ";position: relative; width: 120px; height: 100px; float:left; background:#000 url(/media/2313/icons.png) no-repeat -840px -461px;margin-top: 8px;}
.thegallery h3:after     {content: " ";position: relative; width: 120px; height: 100px; float:left; background:#000 url(/media/2313/icons.png) no-repeat -840px -750px;margin-top: 8px;}
.thesocial h3:after      {content: " ";position: relative; width: 120px; height: 100px; float:left; background:#000 url(/media/2313/icons.png) no-repeat -840px -602px;margin-top: 8px;}
.thenewsletter h3:after  {content: " ";position: relative; width: 120px; height: 100px; float:left; background:#000 url(/media/2313/icons.png) no-repeat -840px -890px;margin-top: 8px;}
.theinterviews h3:after  {content: " ";position: relative; width: 120px; height: 120px; float:left; background:#000 url(/media/4313/videos.png) no-repeat;margin-top: 8px; background-size: 105px;}


.newsarchive {
  padding: 30px 0;
  margin: 0 0 30px 0;
  background: #000;
  box-shadow: 10px 10px 0px #c81721;

}
.newsarchive h2 {
  color: #fff;
  text-align: center;
}

.newsarchive ul li {
  list-style-type: none;
  width: 50%;
  float: left;
  padding-left: 40px;
}
.newsarchive ul li a {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  display: block;
  background: url(/media/2317/cal.png) no-repeat 0 0.5em;
  padding-left: 35px;
}
.newsarchive ul {
  padding: 0 80px;
}
.newsfooter h2 {
  color: #fff;
}




.applypage .wb {
  padding-top: 30px;
  padding-bottom: 30px;
}
.applypage .cover {
  background-size: cover;
  padding-top: 20px;
}
.applypage .cover .col-md-8 {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  margin-top: 20px;
}

.community .apply,
.applypage .apply,
.festival .apply {
    background: #c81721 url(/media/2326/tex.png) no-repeat left center;
    min-height: 400px;
    text-align: center;
}
.community .oo,
.applypage .oo,
.festival .oo {
    background: url(/media/2307/arrow.png) no-repeat left center;
    min-height: 400px;
    text-align: center;
}


.forum_latest h2 {
  color: #fff;
  margin: 0 0 10px 0;
  padding: 0;
}
.forum_latest {
  background: #c81721;
  padding: 20px;
}
.forum_latest ul {
  margin: 0;
  padding: 0;
}
.forum_latest li {
  list-style-type: none;

}
.forum_latest li a {
  color: #fff;
  font-weight: bold;
  display: block;
  width: 100%;
  min-height: 60px;
  position: relative;
  padding-left: 80px;
}
.forum_latest li a:before {
  content: "";
  background: url(/media/2313/icons.png) no-repeat -35px -287px;
  width: 100px;
  height: 60px;
  position: absolute;
  left: 0px;
}



.extrasocial {
  background: #000;
  color: #fff;
  margin: 20px 0;
  padding: 10px 20px;
  
}
.extrasocial h2 {
  color: #fff;
}

.news .forum_latest,
.news .latesttweet {
   box-shadow: 10px 10px 0px #000; 
}

.festivalfeedback .content {
  background: #000;
  background-attachment: fixed;
  background-size: cover;
}
.about.festivalfeedback  .content .allfeedback .quote {
    margin-bottom: 20px;
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.festivalfeedback .wb {
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  text-align: center;
}

img.emoji {  
  margin: 0px !important;
  display: inline !important;
  height: 30px;
  width: auto !important;
}




.home .feedback {
	color: #fff;
	text-align: center;
}
.home .feedback .quote {
	padding-bottom: 30px;
}
.feedback-btn{
  background: #000;
  padding: 7px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  top: 80px;
  position: relative;
   box-shadow: 10px 10px 0px #c81721;	
}
.feedback-btn:hover {
	color: #fff;
}
.home .feedback .feedback-btn {
	
}
.home .feedback h3 {
	color: #fff;
}
.home .feedback h3 span {
    font-weight: 100;
    font-size: 16px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}    
.home .feedback p {
	font-style: italic;
}
.home .feedback img {
	display: block;
    margin: 0 auto;
}
.home .feedback-btn {
    background: #c81721;	
    display: inline-block;
    padding: 20px 40px;
    font-weight: 800;
    font-size: 27px;
	box-shadow: none;
	top: 10px;
}
.home .feedback-btn:hover {
	background: #fff;
	color: #c81721;
	text-decoration: none;
}

@media (min-width: 769px) {

  span.height {
    max-height: 360px;
    overflow: hidden;
    display: block;
  }  
  .mobile-nav-trigger {
    display: none;
  }
  .latesttweet .tweet {
    width: 800px;
  }  
  .newsletter {
    padding: 10px 0 40px 0;
  }
  .latest-news h2 {
    transform: rotate(270deg);
    position: relative;
    display: inline-block;
    left: -60px;
    top: 65px;    
  }
  .festival .redbox {
    font-size: 40px;
    padding: 30px 130px;
  }  
  .theforum h3:after       {content: " ";position: relative; width: 0px; height: 0px; float:left; background:#000; margin-top: 8px;}
  .thegallery h3:after     {content: " ";position: relative; width: 0px; height: 0px; float:left; background:#000; margin-top: 8px;}
  .thesocial h3:after      {content: " ";position: relative; width: 0px; height: 0px; float:left; background:#000; margin-top: 8px;}
  .thenewsletter h3:after  {content: " ";position: relative; width: 0px; height: 0px; float:left; background:#000; margin-top: 8px;}
  .theinterviews h3:after  {content: " ";position: relative; width: 0px; height: 0px; float:left; background:#000; margin-top: 8px;}  

  .theforum:before       {content: " ";position: absolute; width: 120px; height: 100px; background:#000 url(/media/2313/icons.png) no-repeat -840px -461px;margin-top: 8px;;left:20px;top:8px;}
  .thegallery:before     {content: " ";position: absolute; width: 120px; height: 100px; background:#000 url(/media/2313/icons.png) no-repeat -840px -750px;margin-top: 8px;;left:20px;top:8px;}
  .thesocial:before      {content: " ";position: absolute; width: 120px; height: 100px; background:#000 url(/media/2313/icons.png) no-repeat -840px -602px;margin-top: 8px;;left:20px;top:8px;}
  .thenewsletter:before  {content: " ";position: absolute; width: 120px; height: 100px; background:#000 url(/media/2313/icons.png) no-repeat -840px -890px;margin-top: 8px;;left:20px;top:8px;}
  .thenewsletter:before  {content: " ";position: absolute; width: 120px; height: 100px; background:#000 url(/media/2313/icons.png) no-repeat -840px -890px;margin-top: 8px;;left:20px;top:8px;}
  .theinterviews:before  {content: " ";position: absolute; width: 120px; height: 120px; background:#000 url(/media/4313/videos.png) no-repeat;margin-top: 8px;;left:20px;top:8px; background-size: 105px}



  .theforum       {padding-left: 150px !important;position:relative;}
  .thegallery     {padding-left: 150px !important;position:relative;}
  .thesocial      {padding-left: 150px !important;position:relative;}
  .thenewsletter  {padding-left: 150px !important;position:relative;}    
  .theinterviews  {padding-left: 150px !important;position:relative;}    
  
  .news .theforum:before       {content: none;}
  .news .thegallery:before     {content: none;}
  .news .thesocial:before      {content: none;}
  .news .thenewsletter:before  {content: none;}
  .news .theinterviews:before  {content: none;}
  
  .news .thegallery,
  .news .theforum,
  .news .faq		 			 {padding-left: 20px !important;}  
   
  .event a {
  	height: 550px;
  }	
  
}

@media (min-width: 1000px) {
  
  span.height {
    max-height: 210px;
  }
  
  .redbox {
    position: absolute;
    width: 900px;    
    line-height: 1.9;
    top: 250px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;    
  }
  
  .fwi {
    max-height: 900px;
    overflow: hidden;
  }  
  .fwi-sm {
    max-height: 70vh;
    overflow: hidden;
    margin-bottom: 20px;
  }    
  .home .fwi img {
  
  }
  .contact .fwi {
    max-height: 500px;
    overflow: hidden;
  }  
  .contact .fwi img {
    margin-top: -150px;
  }
  .festival .content .col-md-8 {
    padding-left: 130px;
  }
  .about .content .allfeedback .quote {
    margin-bottom: 20px;
    width: 40%;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }  
  .home .article img {
    max-width: 300px;
  }
  



  
  
}

@media (min-width: 1200px) {
	.event a h2 {
		padding: 0 40px
	}
	.event a {
	    height: 560px;
	}	
}

@media (max-width: 1180px) {
  .apply {
    background: #c81721 url(/media/2307/arrow.png) no-repeat -120px center;
  } 
}

@media (max-width: 1000px) {
  .news-small a{
    height: 500px;
  }
  nav.main li {
    padding: 15px;
  } 
  

}


@media (max-width: 950px) {
  .apply {
    background: #c81721 url(/media/2307/arrow.png) no-repeat -200px center;
  } 
}




@media (max-width: 768px) {
  html, body {
    height: 100%;
  }
  .news-small a{
    height: auto;
  }  
  nav.main {
    display: none;
    float: none;
  }
  nav.main .apply {
    min-height: 0;
  }
  nav.main a {
    display: block;
  }
  nav.main ul {
    clear: both;
    margin: 0;
    padding: 0;    
  }
  nav.main li {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  nav.main li a{
    padding: 20px;
  }  
  .logo {
    padding-left: 8px;
    padding-bottom: 2px;    
  }
  .mobile-nav-trigger {
    width: 100px;
    position: fixed;
    right: 10px;
    top: 40px;
    height: 50px;
    width: 50px;
    background-color: #000;
    z-index: 1000;      
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mobile-nav-trigger .cd-menu-text {
    display: inline-block;
  }
  .mobile-nav-trigger .cd-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
  .cd-primary-nav {
    padding: 80px 0;
  }
  .mobile-nav-trigger .cd-menu-text {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    /* hide the text on small devices */
    display: none;
  }
  .mobile-nav-trigger .cd-menu-icon {
    /* this span is the central line of the menu icon */
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: white;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* these are the upper and lower lines in the menu icon */
  }
  .mobile-nav-trigger .cd-menu-icon::before, .mobile-nav-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s;
  }
  .mobile-nav-trigger .cd-menu-icon::before {
    top: -5px;
  }
  .mobile-nav-trigger .cd-menu-icon::after {
    top: 5px;
  }
  .mobile-nav-trigger .cd-menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0);
  }
  .mobile-nav-trigger .cd-menu-icon.is-clicked::before, .mobile-nav-trigger .cd-menu-icon.is-clicked::after {
    background-color: white;
  }
  .mobile-nav-trigger .cd-menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .mobile-nav-trigger .cd-menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  
  .home .article img {
    max-width: 320px;
  }
  .apply {
    background: #c81721 url(/media/2307/arrow.png) no-repeat -300px center;
  }  

  
   
}

@media (max-width: 580px) {
  .apply {
    background: #c81721;
  }     
}

.vid-wrapper p {
    background: #000;
}
.vid-wrapper p iframe {
    margin-top: -10px;
    margin-left: -5px;
}
.contourField.checkbox input[type=checkbox]{
	margin-top: -38px;
    margin-left: -1px;
}
.vid-wrapper {
    width: 100%;
    box-shadow: 10px 10px 0px #c81721;
    margin-top: 10px;
    margin-bottom: 30px;
}
.vid-wrapper video,
.fwi video {
    vertical-align: bottom;
}


.subrow {
    
}
.social.container a {
    padding: 0 20px;
}
.social.container a.fb {
    padding: 0;
}
.social.container .fb img {
    margin-top: -10px;
}


@media (max-width: 768px) {

    .umb-grid .container {
        width: 95%;
    }
    .faq .answers {
        padding: 0;
    }
    .social a {
        width: 50%;
    }
    .social .facebook {
        position: relative;
        left: -18px;
    }
    .social .instagram {
        position: relative;
        left: 28px;
    }    
    .social img {
        width: 13vw;
    }    

}


@media (max-width: 500px) {
    
    .event a {
        min-height: 390px;
        padding-bottom: 20px;
    } 
    .event p+p {
        margin: 0;
    }   
    
}
@media (max-width: 500px) {
    
    .event a {
        min-height: 300px;
        padding-bottom: 20px;
    }   
    
}

.btn_container40 {
    text-align: center; 
    margin-top: 40px; 
    margin-bottom: 40px;
}
.btn_container {
    text-align: center; 
    margin-top: 20px; 
    margin-bottom: 80px;
}
.btn-cta {
    box-shadow: 4px 4px 0px #c81721; 
    padding: 30px 50px !important;
    width: 50%;    
}
@media (max-width: 500px) {
    
    .btn-cta {
        width: auto;    
    }
    
	.btn.big, .btn.primary {
		font-size: 20px
	}

	.mobn {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.event a h2 {
		font-size: 1.5rem;
	}
	.event p {
		font-size: 1.3rem;
	}	
	.event a {
		min-height: 320px
	}
	.mobile-nav-trigger {
		right: 30px
	}
	html, body {
		overflow-x: hidden;
	}	
}


.newsleter_form--item label {
	display:none
}
.newsleter_form--wrap {
	display:flex;
	justify-content: center
}
.newsleter_form--item {
	padding: 0 1rem
}
.newsleter_form--item input {
    border-radius: 0;
    border: 1px solid #fff;
	padding: .7em
}
@media (max-width: 500px) {
	.newsleter_form--wrap {
		flex-wrap: wrap;
	}
	.newsleter_form--item {
		padding: 1rem;
		display:block;
		width: 100%
	}	
	.newsleter_form--item input {
		width: 80%
	}
	
}
.md-modal {position:fixed;top:50%;left:50%;width:50%;max-width:630px;min-width:320px;height:auto;z-index:999999999999999999;visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.md-show{visibility:visible}.md-overlay{position:fixed;width:100%;height:100%;visibility:hidden;top:0;left:0;z-index:1000;opacity:0;background:rgba(40,43,49,.8);-webkit-transition:all .3s;transition:all .3s}.md-content{background:#c7171f;text-align:center;border:10px solid rgba(0,0,0,.9);padding:2rem;color:#fff}.md-effect-1 .md-content{-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7);opacity:0;-webkit-transition:all .3s;transition:all .3s}.md-show.md-effect-1 .md-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.newsleter_form--pop h2{clear:both;color:#fff;padding:0 1rem}.newsleter_form--pop p{padding:0 3rem 1rem 3rem;color:#fff}.newsleter_form--pop .done{float:right}.newsleter_form--pop .done a{padding:1rem;display:inline-block;text-decoration:none;color:#333;font-weight:800}.newsleter_form--pop input{font-size:25px;padding:10px;width:80%}.newsleter_form--pop input{border:4px solid #000;margin-bottom:.2rem}.newsleter_form--item input{border-color:#fff}@media (max-width:500px){.md-modal{position:fixed;top:0!important;left:0!important;width:100%;max-width:630px;min-width:100%;transform:translateX(0) translateY(0)}.newsleter_form--pop p{padding:0 1rem 1rem 1rem;font-size:16px}body .newsleter_form--item{padding:.75rem .75rem 0 .75rem}.newsleter_form--pop input{font-size:18px}}
.md-overlay.in {opacity:1;visibility:visible}
.newsleter_form--item input { color: #000}

@media (min-width: 769px) {
	nav.main {
		position: relative;
	}
	nav.main ul ul.sub-menu {
		display:block
	} 
	nav.main li {
		position: relative
	}
	.sub-menu {
		width: 280px;
		background: #000;
		color: #fff;
		border-radius: 0;
		font-size: 1.7rem;
		opacity: 0;
		padding: 1rem 0;
		position: absolute;
		left: -9999rem;
		top: 100%;
		transition: opacity .15s linear,transform .15s linear,right .15s;
		transform: translateY(0.6rem);
		z-index: 1;
		box-shadow: 0 0 20px 0 rgb(101 101 101 / 27%);
		text-align: left;
	}
	.sub-menu li {
		clear: both
	}
	.main li.menu-item-has-children:hover>ul {
		left: 0px;
		opacity: 1;
		transform: translateY(0);
		transition: opacity .15s linear,transform .15s linear;
	}
}
@media (min-width: 992px)
{
	nav.main .menu-item-has-children li:first-child {
		display: none;
	}
}

@media (max-width: 768px) {
	#contour_form_ContactUs {
		margin-top: 0;
	}
	.contact .bbg {
		padding: 0 3rem
	}
}