/*	rwd.css - global RWD */ 


	@media all and (max-width: 1280px){
		.inner {
			width: 90vw;
		}
	}
			
	@media all and (max-width: 1050px){
		
		#primary-nav ul li a {
			padding: 0px 10px; 	
		}
		
	}

	@media all and (max-width: 1100px){
	
		/* START: Switch up nav' */

		#global-banner {
			display: none; /* Hide banner and socials */ 
		}

		#header {
			height: 75px; 
		}
		
		#header.suppress-regions {
			height: 75px; 
		}
		
			#region-select {
				height: 70px; 
	
			}
			
			#region-select ul.navigation li {
				font-size: 2rem; 	
			}
			
			#region-select ul.navigation li a {
				font-size: 2rem !important;
				font-weight: normal;  		
				padding: 10px 12px; 
				display: block; width: 100%; height: 100%; box-sizing: border-box; 
				line-height: 2.5rem; 
			}
		
		
		.menu-active #header {
			left: 295px; 
		}

		.hamburger {
			visibility: visible; 
			opacity: 1; 
		}
		
		
		#primary-nav {
			display: block; 
			width: 295px; 
			height: 100%; 
			position: fixed; 
			top: 0px; 
			left: -295px; 
			-webkit-transition: all 500ms ease-in-out;
			transition: all 500ms ease-in-out;	
			-webkit-overflow-scrolling: touch;
		}
		
		#header.suppress-regions #primary-nav:not(.menu-active) {
			-webkit-box-shadow: none;
			box-shadow: none;			
		}
				
		#primary-nav.menu-active {
			left: 0px;
			overflow: auto; 
			-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
			box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
			text-align: left; 
		}		
		
		#primary-nav ul {
			display: block; 
			width: 100%; height: auto; 
		}
		#primary-nav ul li {
			display: block; width: 100%; 
			clear: both; 
			height: auto; 
			text-align: left; 
			margin: 0px; 
			margin-top: 10px; 
			-webkit-transform: translateX(-8rem);
			transform: translateX(-8rem);
			opacity: 0;
			-webkit-transition: all 800ms ease-in-out;
			transition: all 800ms ease-in-out;	
			line-height: 100%;
			
		}
		#primary-nav ul li:first-child {
			margin-top: 10px; 
		}

		#primary-nav ul li a {
			padding: 10px; 	
			line-height: 100%;
		}
		#primary-nav ul li.home-link {
			display: block; 
			text-align: center; 
			height: 100px; 
			position: relative; 
		}
		
			li.home-link a.grf-logo {
				height: 80px; width: 80px; 
				margin: 0px auto; 	
				top: 12px; 
			}
			

		#primary-nav ul li:last-child {
			display: block; 
		}		
		
		#primary-nav.menu-active ul li {
			transform: translateX(0);
    		opacity: 1;
		}


		#primary-nav ul li.primary-nav-follow-us {
			display: inline-block;  
			padding: 5px 10px; 
		}

			li.primary-nav-follow-us ul {
				display: inline-block; 
				padding: 10px 0px; 
				margin: 0px; width: 100%; 
				box-sizing: border-box; 
			}

			li.primary-nav-follow-us ul li {
				display: inline-block; 
				width: 100%; box-sizing: border-box; 
				height: 30px; 
			}

			li.primary-nav-follow-us ul li a.icon {
				width: 30px; height: 30px; display: inline-block; 
			}
		
		a#asotv {
			position: absolute; top: 50%; 
			-webkit-transform: translateY(-50%); 	
			transform: translateY(-50%);
			max-height: 55px;  	
		}
		

		
		
		
		#primary-nav.menu-active ul li:nth-child(1){
			-webkit-transition-duration: 1100ms;
			transition-duration: 1100ms;
		}
		#primary-nav.menu-active ul li:nth-child(2){
			-webkit-transition-duration: 1000ms;
			transition-duration: 1000ms;
		}
		#primary-nav.menu-active ul li:nth-child(3){
			-webkit-transition-duration: 900ms;
			transition-duration: 900ms;
		}
		#primary-nav.menu-active ul li:nth-child(4){
			-webkit-transition-duration: 800ms;
			transition-duration: 800ms;
		}
		#primary-nav.menu-active ul li:nth-child(5){
			-webkit-transition-duration: 700ms;
			transition-duration: 700ms;
		}
		#primary-nav.menu-active ul li:nth-child(6){
			-webkit-transition-duration: 600ms; /* 500 for menu open + time */ 
			transition-duration: 600ms;
		}
		#primary-nav.menu-active ul li:nth-child(7){
			-webkit-transition-duration: 550ms; /* 500 for menu open + time */ 
			transition-duration: 550ms;
		}		

		#primary-nav ul li a::after {
			left: 10px; 
			-webkit-transform: none;
			transform: none;		
		}
		
		#primary-nav ul li.active a::after,
		#primary-nav ul li a:hover::after {
			width: 80%; 
		}		

		#region-select {
			display: block !important; 
			background-color: #00aeed; 		
		}
		#region-select .inner {
			width: 100%; margin: 0px; text-align: left; 
		}

			#region-select::after {
				display: none; 
				width: 150px; height: 100%; 
				position: absolute; content: ""; 
				z-index: 10; 
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c23f47+0,c23f47+100&0+0,1+100 */
				background: -moz-linear-gradient(left, rgba(194,63,71,0) 0%, rgba(194,63,71,1) 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(left, rgba(194,63,71,0) 0%,rgba(194,63,71,1) 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to right, rgba(194,63,71,0) 0%,rgba(194,63,71,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c23f47', endColorstr='#c23f47',GradientType=1 ); /* IE6-9 */
				top: 0px; right: 0px; left: auto; 
				opacity: 1; 
			}		
			#region-select ul.navigation {
				width: calc(100% - 70px); /* hamburger */ 
				height: 100%; 
				overflow: auto; 
				-webkit-overflow-scrolling: touch;
				text-align: left; 
				position: relative; left: 70px; 
				white-space: nowrap; 
				padding: 5px;  
			}


		#content {
			margin-top: 75px; 
		}
		
		#home .page-banner .event-posters {
			display: none; 	
		}

		#footer {
			padding: 20px; 
		}

		.page-banner h2.page-title {
			display: none; 
		}
		

	}

	@media all and (max-width: 950px){		
	
		.inner {
			/*
				width: 100vw !important;
			*/
		}
	}

	@media all and (max-width: 840px){
		.inner-800 {
			padding-left: 20px !important; 
			padding-right: 20px !important; 	
		}
	}
	
	@media all and (max-width: 750px){
	
		#footer .colgroup .col {
			display: block; width: 100%; clear: both; 
			margin-top: 10px; 
			text-align: center; 
		}
			#footer .tmk-logo {
				display: inline-block; 
			}
			
		#footer .colgroup .col:first-child {
			margin-top: 0px; 
			text-align: center; 
		}
		#footer .colgroup .col:first-child .paster-image {
			margin: 0px auto; 
		}
		
		#footer .colgroup .col:nth-child(1) ul{
			display: block; width: 100%; clear: both; 
		}
			#footer .social-channels li {
				margin-top: 15px !important; 
			}
			#footer .social-channels li:first-child {
				margin-left: 0px; 
				margin-top: 0px; 
			}
				.social-channels li:nth-child(2) > ul {
					display: block !important; clear: both; 
				}
	
	}
	
	@media all and (max-width: 680px){	

		.inner {
			width: 100vw;
		}
		
		
		#footer .ball-decoration {
			opacity: 0.15; 	
		}
		
		.page-features {
			display: block; width: 100%; box-sizing: border-box; clear: both; 	
			position: absolute; top: auto; bottom: 0px; 
			color: #1f1f1f !important; 
		}
			.page-features::after {
				display: block; width: 100%; height: 100%; 
				z-index: -1; box-sizing: border-box; 
				position: absolute; top: 0px; left: 0px; 
				content: ""; 
				background-color: #fff; 
				opacity: 0.5;
			}
			
			.page-features a {
				color: #1f1f1f; 
			}

			.page-features .col {
				display: block; width: 100% !important; box-sizing: border-box; clear: both; 	
				text-align: center; 
				margin: 0px; 
			}



	
	
			ul.crumbs {
				padding: 0px 5px; 	
				text-align: center; 
				width: 100%;
				font-size: 0.9rem; 
				font-weight: bolder; 
			}
			
			.social-share {
				color: #fff !important; 
				position: absolute; bottom: 435px; /* Force to Top */ 
				width: 100%; box-sizing: border-box; 
				right: 0px; 
			}
			


		
		
			#content-container h1,
			#content-container h2,
			#content-container h3 {
				display: block; width: 100%; clear: both; 
				text-align: center; 	
			}

			.page-banner .banner-logo {
				max-width: 250px; 
			}
			.page-banner .banner-logo span.logo {
				width: 200px; 
				height: 200px; 
			}			
		
	}
	
	@media all and (max-width: 380px){	

		.inner-800 {
			padding-left: 10px !important; 
			padding-right: 10px !important; 	
		}
		
		.social-share {
			bottom: 285px; /* Force to Top */ 
		}
			
			
		.page-banner {
			height: 350px; 
			min-height: auto; 	
		}
		
		.page-banner h2 {
			font-size: 3rem; 
			right: 65px; 
		}	

		.page-banner .banner-logo {
			text-align: center; 
			max-width: 200px; 
		}
			.page-banner .banner-logo span.logo {
				width: 150px; 
				height: 150px; 
				top: 20px; 
				transform: translate(-50%,0px);
			}

			.page-banner .banner-logo span.logo img {
				max-width: 150px; 
			}		
		
	
	}