.mobileSearch { visibility: hidden; }
.mobileNav { display: none; }
.trigger-mobilenav { display: none; }

.mobileSearch { display: none; width: 100%; height: 0; text-align: center; overflow: hidden; }
.mobileSearch input[type="text"] { vertical-align: middle; width: 72%; max-width: 200px; }
.mobileSearch .searchbutton { float: none; vertical-align: middle; margin: 0; }
.mobileSearch form { margin: 10px 0; }

@media (min-width: 681px) {
	body { width: auto !important; margin: 0 !important; }
}

@media (max-width: 912px) {
	.film-view { padding: 0 20px; box-sizing: border-box; -moz-box-sizing: border-box; }
	.newsStrip { padding: 10px; height: auto; }
	#header { padding: 0 10px; height: auto; }
	.module-facebook-holder iframe { max-width: 100%; }
	.tvIntro { padding-left: 10px; padding-right: 10px; }
	.featured-filter .filters { height: auto; padding: 6px 10px; }
	.featured-filter .filters > * { margin: 3px 0; }
	.content-text { padding: 0 10px; }
	.loading { margin: 0 10px; }
	.mainNav ul li { padding: 0 6px; }
	body input.searchbox { max-width: 65%; }
	.features-mainBox .wall { display: none; }
	.features-mainBox .gallery-views { height: auto !important; }
	.featured-filter .viewBox { display: none !important; }
	body > div.cookieWarning { display: none; }
	#video { max-width: 100%; }
	.genericContent { padding: 5px; }
	.featured-filter .filters span { margin-left: 10px; }
}

@media (max-width: 840px) {
	.footer input[type=text] { width: 180px; }
	.tvList .filmContainer { width: 100%; }
}

@media (max-width: 768px) {
	.filmList .filmContainer { width: 33%; }
}

@media (max-width: 680px) {
	.news-content img { float: none; }
	.mobileSearch { visibility: visible; }
	.mainNavContainer { display: none; }
	.searchBoxContainer { display: none; }
	#header .logoContainer { float: none; display: block; width: 100%; text-align: center; }
	.slideNav { text-align: center; }
	.newsStrip .social:not(.detached) { padding: 0; }
	.newsStrip .social:not(.detached) h2 { display: inline-block; margin: 0 10px 0 0; vertical-align: top; }
	.footer .newsletterContainer { display: none; }
	.footer .social:not(.detached) { display: none; }
	.footer { padding: 20px; background: #242424; }
	.banner { height: 200px !important; background-size: auto 200px !important; }
	
	.mobileNav { position: absolute; top: 0; left: 0; background: #333; height: auto; min-height: 100%; box-shadow: inset -3px -5px 12px rgba(0, 0, 0, 0.50); overflow: hidden; width: 0px; display: block; }
	.mobileNav ul { list-style: none; margin: 0; }
	.mobileNav a { text-decoration: none; padding: 10px 30px 10px 20px; display: block; font-size: 23px; font-weight: bold; border-bottom: 1px solid #000; }
	.mobileNav li { border-bottom: 1px solid #4d4d4d; }
	.mobileNav a.selected { color: #96c8ff; }
	
	.slideContainer.banners { height: 200px; }
	.newsDescription { margin: 0; }
	.newsStrip h2 { margin-bottom: 0; }
	.social { margin-top: 16px; }
	.newsContainer .tweet { padding-right: 10%; }
	
	.trigger-mobilenav {
		display: block;
	    width: 44px;
	    height: 42px;
	    position: absolute;
	    top: 7px;
	    left: 5%;
	    border-radius: 4px;
	    background: rgb(107,107,107); /* Old browsers */
	    background: -moz-linear-gradient(top,  rgba(107,107,107,1) 0%, rgba(82,82,82,1) 100%); /* FF3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(107,107,107,1)), color-stop(100%,rgba(82,82,82,1))); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(top,  rgba(107,107,107,1) 0%,rgba(82,82,82,1) 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(top,  rgba(107,107,107,1) 0%,rgba(82,82,82,1) 100%); /* Opera 11.10+ */
	    background: -ms-linear-gradient(top,  rgba(107,107,107,1) 0%,rgba(82,82,82,1) 100%); /* IE10+ */
	    background: linear-gradient(to bottom,  rgba(107,107,107,1) 0%,rgba(82,82,82,1) 100%); /* W3C */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#525252',GradientType=0 ); /* IE6-9 */
	    box-shadow: -1px -1px 0px 0px #888;
	    padding-top: 9px;
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    z-index: 100;
	}
	
	.trigger-mobilenav span { height: 3px; display: block; background: #fff; margin: 2px 9px; border-top: 1px solid #000; border-bottom: 1px solid #909090; }

	.row.features-grid .feature { width: 50% !important; float: left; }
	.span3.searchBoxContainer { display: block; position: absolute; top: 0; right: 5%; width: auto;}
	.searchBoxContainer .searchbutton { text-indent: -9999px; margin: 0; height: 43px; line-height: 0; position: relative;}
	.searchbutton span { background: url(/images/mobile-search-icon.png) no-repeat center; width: 44px; height: 44px; display: block; top: 0; left: 0; position: absolute;}
	.searchBoxContainer .searchbox { margin: 0; height: 43px; border-top-right-radius: 0; border-bottom-right-radius: 0; display: none; }
	.featuresContainer .featureItem { width: 50%; }
	.slideContainer { height: 200px; }
	.slideContainer .slide { background-size: auto 100%; }
	.mobileNavOverlay { position: absolute; top: 0; left: 0; }
	.featured-filter .filters span { line-height: 29px; font-weight: bold; font-size: 18px; margin: 0; }
	.featured-filter .filters .textSearch { display: none; }
	.featured-filter input[type=text] { margin: 5px 0; width: 60%; }
	.featured-filter .filters > * * { margin: 5px; }
	.featured-filter form { display: block; }
	.filter-keword { display: block; }
	.featured-filter { text-align: center; }
	
	.featuresContainer a.featureLink { display: block; margin: 4px 0 10px; }
    .span4.featureItem ~ .featureItem { margin: 23px 0; }
    .featuresContainer { padding: 10px 0; }
    .featuresContainer .button { margin-top: 0 !important; }
    .module .module-image { float: none; }
    .module { padding: 10px; }
    
    .film-cast .inner > * { width: 100%; margin: 10px 0; }
    
    .module-facebook-holder iframe { height: 300px !important; }
    
    .applicantContainer { display: none; }
}

@media (max-width: 620px) {
	.filmList .filmContainer { width: 50%; }
	.contact-popup { left: 0 !important; top: 0 !important; margin-left: 0 !important; margin-top: 0 !important; position: absolute;}
}

@media (max-width: 460px) {
	.row.features-grid .feature { width: 100% !important; text-align: center; }
	.features-grid .feature img { display: inline; }
	.featuresContainer .featureItem { width: 100%; }
	
	.newsContainer .newsItem img.newsThumb { float: none; display: inline; }
	.newsContainer .newsItem .news-image { text-align: center; display: block; }
	.newsContainer .newsItem { padding-left: 10px; padding-right: 10px; }
	.filmList .filmContainer { width: 100%; }
	.socialButtons { display: none; }
	
	.newsStrip .social:not(.detached) h2 { display: block; margin: 0 0 4px; }
}

@media (max-width: 320px) {
	.module-facebook-holder iframe { display: none; }
	.footer { font-size: 13px; }
}


