/*! Browse Happy */
.browsehappy { margin: 0;color: #fff; padding: 20px 0; background: #130909; text-align: center;}
.browsehappy a {	color: #fff; }

/*! Base Styles */

html, button, input, select, textarea {
    color: #130909;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

body {
    font: 16px/20px 'Freight Display Pro W01', Arial;
	background: #eeeded;
	color: #130909;
}

.container {
    margin: 0 auto;
}

header {
	opacity: 0;
	text-align: center;
	padding: 0 10px;
}

.mti-active header {
	text-align: center;
	padding: 0 10px;
	opacity: 1;
	transition: opacity 1s linear;
}

header p {
	text-transform: uppercase;
	margin: 24px 0 0 0;
	letter-spacing: 4px;
}

header h1 {
	font-size: 44px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 4px;
	margin: 11px 0 0 0;
	cursor: pointer;
}

nav {
	text-transform: uppercase;
	margin: 29px 0 25px 0;
	letter-spacing: 4px;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav ul li {
	display: inline-block;
	padding: 0;
}

nav ul li a {
	text-decoration: none;
	color: #130909;
	padding: 0 0 0 4px;
	margin: 0 4px;
}

nav ul li a:hover, nav ul li a.active {
	border-bottom: 1px solid;
}

main {
	padding: 0 10px;
}

#contact {
	text-align: center;
	display: none;
}

#contact p {
	margin: -4px 0 25px;
}

#contact a {
	text-decoration: none;
	color: #130909;
	border-bottom: none;
}

#contact a:hover {
	border-bottom: 1px solid;
}

#slider {
	position: relative;
	padding: 10px 0 0;
	margin: 0 0 20px;
	display: none;
}

	#slider.loading {
		background: url(../images/loading.gif) no-repeat center center;
		background-size: 30px;
		display: block;
		height: 60px;
	}

	#ajax {
		opacity: 0;
	}

	#slider.init {
		display: block;
	}

	#slider.init #ajax {
		opacity: 1;
	}

	.center {
		width: 100%; /* 50% */
		float: left;
		padding: 0 10px;
		margin: 0 0% 10px; /* 0 25% 10px; */
	}

	.center img {
		width: 100%;
		display: block;
	}

	.left, .right {
		width: 50%;
		float: left;
		padding: 10px;
	}

	.left {
		text-align: right;
	}

	h3 {
		font-size: 14px;
		font-weight: normal;
		text-transform: uppercase;
		margin: 0 -2px 0 0;
		letter-spacing: 2px;
	}

	.left p, .right p {
		margin: 0;
		font-size: 14px;
	}

	.right {
		right: 0;
	}

	#next, #prev {
		position: absolute;
		height: 100%;
		top: 0;
		right: 0;
		width: 25%;
		cursor: pointer;
		padding: 10px;
		background: url(../images/arrow-right-trans.png) no-repeat 10px center;
		background-size: 22px 12px;
		-webkit-transition: all 250ms ease-out 0;
		-moz-transition: all 250ms ease-out 0;
		transition: all 250ms ease-out 0;
		display: none;
	}

	#prev {
		right: auto;
		left: 0;
		background: url(../images/arrow-left-trans.png) no-repeat right 10px center;
		background-size: 22px 12px;
	}

	#next:hover {
		background-position: 20px center;
	}

	#prev:hover {
		background-position: right 20px center;
	}

	.film .right {
		display: none;
	}

	iframe {
		border: none;
		display: block;
	}

#container {
	background: url(../images/loading.gif) no-repeat center center;
	background-size: 30px;
	min-height: 60px;
}

#container.loaded {
	background: none;
}

.item {
	width: 50%;
	float: left;
	border: 10px solid #eeeded;
	opacity: 0;
			-webkit-transition: opacity 250ms ease-out 0;
		-moz-transition: opacity 250ms ease-out 0;
		transition: opacity 250ms ease-out 0;
}

.loaded .item {
	opacity: 1;
}

.box {
	position: relative;
	float: left;
	width: 100%;
	color: #fff;
}

.box img {
	width: 100%;
	display: block;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
	background: #130909;
	background: rgba(19, 9, 9, 0);
	border: 0 solid rgb(19,9,9);
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 250ms ease-out 0;
	-moz-transition: all 250ms ease-out 0;
	transition: all 250ms ease-out 0;
}

.text {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 100%;
	font-size: 11px;
	line-height: 16px;
	margin-top: 24px;
	opacity: 0;
	z-index: 5;
	text-align: center;
	padding: 0 20px;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	-webkit-transition: all 250ms ease-out 150ms;
	-moz-transition: all 250ms ease-out 150ms;
	transition: all 250ms ease-out 150ms;	
}

.box:hover .overlay, .item .active .overlay {
  background: rgba(19, 9, 9, 0.75);
  border: 20px solid rgba(19,9,9,.5);
}

.box:hover .text, .item .active .text {
	margin-top: 0;
	opacity: 1;
	-webkit-transition: all 250ms ease-out 0;
	-moz-transition: all 250ms ease-out 0;
	transition: all 250ms ease-out 0;	
}

.title {
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
}

.overlay_category {
	display: block;
}











/*! Media Queries */

@media only screen and (min-width: 480px) {

	header h1 {
	font-size: 48px;
	margin: 9px 0 31px 0;
	}

	.center {
		width: 66.66666666666668%; /* 50% */
		float: left;
		padding: 0 10px;
		margin: 0 0 10px 33.33333333333334%; /* 0 25% 10px; */
	}

	.left, .right {
		width: 33.33333333333334%; /* 25 */
		float: none;
		position: absolute;
		bottom: 0;
		padding: 10px;
	}

	.right {
		right: auto;
	}


	
	.item {
		width: 33.33333333333334%;
	}

	h3 {
		font-size: 16px;
		margin: 0 -4px 0 0;
		letter-spacing: 4px;
	}

	.left p, .right p {
		margin: 3px 0 15px;
		font-size: 16px;
	}



}

@media only screen and (min-width: 1024px) {


	.center {
		width: 50%; 
		margin: 0 25% 10px; 
	}

	.left, .right {
		width: 25%; /* 25 */
	}

	.right {
		right: 0;
	}
	
	.item {
		width: 25%;
	}

	#next, #prev {
		display: block;
		width: 25%;
	}

/*	h3 {
		font-size: 24px;
	}*/

	.text {
		line-height: 20px;
		font-size: 16px;
	}

	.title {
		letter-spacing: 4px;
	}

}

@media only screen and (min-width: 1280px) {

	.center {
		width: 60%; 
		margin: 0 20% 10px; 
	}

	.left, .right {
		width: 20%; /* 25 */
	}

	.item {
		width: 20%;
	}

		#next, #prev {
		width: 20%;
	}

}

@media only screen and (min-width: 1460px) {

	.center {
		width: 75%; 
		margin: 0 12.5% 10px; 
	}

	.left, .right {
		width: 12.5%; /* 25 */
	}

	.item {
		width: 12.5%;
	}

	#next, #prev {
		width: 12.5%;
	}
}

@media only screen and (min-width: 1920px) {
	.center {
		width: 42.85714285714287%; 
		margin: 0 28.57142857142858% 10px; 
	}

	.left, .right {
		width: 28.57142857142858%; /* 25 */
	}

	.item {
		width: 14.28571428571429%;
	}

	#next, #prev {
		width: 28.57142857142858%;
	}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px;}
.ir:before{content:"";display:block;width:0;height:150%;}
.hidden{display:none !important;visibility:hidden;}
.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}
.invisible{visibility:hidden;}
.clearfix:before,
.clearfix:after{content:" ";display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}
