/*Vox Cinemas*/
 
.no-cssgradients .vox-tabs::after {
	display: none;
}
.vox-tabs.is-ended::after {
	/* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.vox-tabs nav {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
/*	
	 */
		margin:0 0 40px 0;
	
}
.vox-nav-wrapper{background: #000;font-family: 'century-gothic-bold';
	text-transform: uppercase;}








 

@media only screen and (min-width: 960px) {
	.vox-nav-wrapper{ background: #000;}
.vox-tabs nav {
	position: relative;
	float: none;
/*	background: #000;
	box-shadow: none;*/
	margin:0 0 40px 0;
}
.vox-tabs-navigation {
	width: 100%;
}
.vox-tabs {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.vox-tabs:after {
	content: "";
	display: table;
	clear: both;
}
.vox-tabs::after {
	/* subtle gradient layer on top right - to indicate it's possible to scroll */
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: 50px;
	z-index: 1;
	pointer-events: none;
/*	background: -webkit-linear-gradient( right, #f8f7ee, rgba(248, 247, 238, 0));
	background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));*/
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
}

@media only screen and (max-width:959px) {
.vox-tabs-navigation {
	width: 500px;
}
.vox-tabs {
	position: relative;
	width: 90%;
	max-width: 960px;
	margin: 2em auto;
}
.vox-tabs:after {
	content: "";
	display: table;
	clear: both;
}
.vox-tabs::after {
	/* subtle gradient layer on top right - to indicate it's possible to scroll */
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: 50px;
	z-index: 1;
	pointer-events: none;
	/*background: -webkit-linear-gradient( right, #f8f7ee, rgba(248, 247, 238, 0));
	background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));*/
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
}
.vox-tabs-navigation:after {
	content: "";
	display: table;
	clear: both;
}
.vox-tabs-navigation li {
	float: left;
}
.vox-tabs-navigation a {
	position: relative;
	display: block;
	/*height: 60px;*/
	width: 70px;
	text-align: center;
	font-size: 12px;
	padding:20px 0;
 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	text-decoration: none
 
}
.no-touch .vox-tabs-navigation a:hover {
	color: #29324e;
	background-color: rgba(233, 230, 202, 0.3);
}
.vox-tabs-navigation a.selected {
	background-color: #000 !important;
 
	color: #e41e26;
}
.vox-tabs-navigation a::before {
	position: absolute;
	display: inline-block;
	height: 20px;
	width: 20px;
}

 

@media only screen and (min-width: 960px) {
.vox-tabs-navigation {
	/* tabbed on top on big devices */
	width: auto;
	background-color: #000;
 
}
.vox-tabs-navigation  ul{
	/* tabbed on top on big devices */
	width: auto;
	background: #000;
	box-shadow: none;
}	
	
.vox-tabs-navigation a {
	height: 60px;
	line-height:60px;
	width: auto;
	text-align: left;
	font-size: 14px;
	padding:0 20px;
}
.vox-tabs-navigation a.selected {
	box-shadow:0;
}
.vox-tabs-navigation a::before {
	top: 50%;
	margin-top: -10px;
	margin-left: 0;
	left: 38px;
}
}
.vox-tabs-content {
	background: #ffffff;
}
.vox-tabs-content li {
	display: none;
	padding:0;
}
.vox-tabs-content li.selected {
	display: block;
	-webkit-animation: cd-fade-in 0.5s;
	-moz-animation: cd-fade-in 0.5s;
	animation: cd-fade-in 0.5s;
}
 

 

@media only screen and (min-width: 960px) {
.vox-tabs-content {
	min-height: 0;
}
.vox-tabs-content li {
	padding: 0;
}
 
}

/*Ductac*/

 
.no-cssgradients .ductac-tabs::after {
	display: none;
}
.ductac-tabs.is-ended::after {
	/* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.ductac-tabs nav {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
/*	
	 */
		margin:0 0 40px 0;
	
}
.ductac-nav-wrapper{background: #000;font-family: 'century-gothic-bold';
	text-transform: uppercase;}








 

@media only screen and (min-width: 960px) {
	.ductac-nav-wrapper{ background: #000;}
.ductac-tabs nav {
	position: relative;
	float: none;
/*	background: #000;
	box-shadow: none;*/
	margin:0 0 40px 0;
}
.ductac-tabs-navigation {
	width: 100%;
}
.ductac-tabs {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.ductac-tabs:after {
	content: "";
	display: table;
	clear: both;
}
.ductac-tabs::after {
	/* subtle gradient layer on top right - to indicate it's possible to scroll */
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: 50px;
	z-index: 1;
	pointer-events: none;
/*	background: -webkit-linear-gradient( right, #f8f7ee, rgba(248, 247, 238, 0));
	background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));*/
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
}

@media only screen and (max-width:959px) {
.ductac-tabs-navigation {
	width: 500px;
}
.ductac-tabs {
	position: relative;
	width: 90%;
	max-width: 960px;
	margin: 2em auto;
}
.ductac-tabs:after {
	content: "";
	display: table;
	clear: both;
}
.ductac-tabs::after {
	/* subtle gradient layer on top right - to indicate it's possible to scroll */
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: 50px;
	z-index: 1;
	pointer-events: none;
/*	background: -webkit-linear-gradient( right, #f8f7ee, rgba(248, 247, 238, 0));
	background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));*/
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
}
.ductac-tabs-navigation:after {
	content: "";
	display: table;
	clear: both;
}
.ductac-tabs-navigation li {
	float: left;
}
.ductac-tabs-navigation a {
	position: relative;
	display: block;
	/*height: 60px;*/
	width: 85px;
	text-align: center;
	font-size: 12px;
	padding:20px 0;
 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	text-decoration: none
 
}
.no-touch .ductac-tabs-navigation a:hover {
	color: #29324e;
	background-color: rgba(233, 230, 202, 0.3);
}
.ductac-tabs-navigation a.selected {
	background-color: #000 !important;
 
	color: #e41e26;
}
.ductac-tabs-navigation a::before {
	position: absolute;
	display: inline-block;
	height: 20px;
	width: 20px;
}

 

@media only screen and (min-width: 960px) {
.ductac-tabs-navigation {
	/* tabbed on top on big devices */
	width: auto;
	background-color: #000;
 
}
.ductac-tabs-navigation  ul{
	/* tabbed on top on big devices */
	width: auto;
	background: #000;
	box-shadow: none;
}	
	
.ductac-tabs-navigation a {
	height: 60px;
	line-height:60px;
	width: auto;
	text-align: left;
	font-size: 14px;
	padding:0 20px;
}
.ductac-tabs-navigation a.selected {
	box-shadow:0;
}
.ductac-tabs-navigation a::before {
	top: 50%;
	margin-top: -10px;
	margin-left: 0;
	left: 38px;
}
}
.ductac-tabs-content {
	background: #ffffff;
}
.ductac-tabs-content li {
	display: none;
	padding:0;
}
.ductac-tabs-content li.selected {
	display: block;
	-webkit-animation: cd-fade-in 0.5s;
	-moz-animation: cd-fade-in 0.5s;
	animation: cd-fade-in 0.5s;
}
 

 

@media only screen and (min-width: 960px) {
.ductac-tabs-content {
	min-height: 0;
}
.ductac-tabs-content li {
	padding: 0;
}
 
}
 @-webkit-keyframes cd-fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-moz-keyframes cd-fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@keyframes cd-fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
