/*!
 * CSS Horizontal Magazine - iTailor Magazine
 * (c) 2012-2013 Champ N. Jaikaew <speziicoz@gmail.com>
 * iTailor Licensed.
 */
@CHARSET "ISO-8859-1"; 

@font-face {
	font-family: 'Century';
	src: url('../ttf/gothic-9.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Century Italic';
	src: url('../ttf/gothici-2.ttf') format('truetype');
	font-weight: normal;
	font-style: italic
}

@font-face {
	font-family: 'Franklin Gothic';
	src: url('../ttf/framd.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Kunstler';
	src: url('../ttf/kunstler.ttf') format('truetype'),
		url('../eot/kunstler.eot'),
		url('../woff/kunstler.woff') format('woff');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'CENTAUR';
	src: url('../ttf/centaur.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}

body,html {
	margin: 0;
	background-color: #000;
}

a:link,a:hover,a:visited,a:active {
	text-decoration: none;
	color: #fff
}

.container {
	position: relative;
	width: 100%;
	overflow: visible
}

.content {
	padding: 0;
	margin: 0;
	overflow: auto;
	list-style: none;
	position: relative;
	left: 0px;
	/* added */
	left: 0px !important;
	-webkit-transition: 0s !important;
	-moz-transition: 0s !important;
	transition: 0s !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	transform: none !important;
}

.controller-thumb {
	top: 0 !important;	
}

.content>li {
	float: left;
	overflow: hidden
}

.content>li>div>img {
	border: 0;
	float: left
}

.controller {
	position: fixed;
	bottom: 0;
	left: 0 !important;
	right: 0;
	width: 90%;
	height: 100px;
	padding: 0 5%;
	background: -webkit-linear-gradient(bottom, #121212 0, #161616 50%, #121212 100%);
	background: -moz-linear-gradient(bottom, #121212 0, #161616 50%, #121212 100%);
	background: -o-linear-gradient(bottom, #121212 0, #161616 50%, #121212 100%);
	background: linear-gradient(bottom, #121212 0, #161616 50%, #121212 100%);
	z-index: 9998;
	box-shadow: 1px 0 1px rgba(0, 0, 0, 0.65);
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	float: left;
}

.controller img {
	height: 70px;
	margin: 5px 3px 0 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	opacity: .72;
	transition-duration: .5s;
	-webkit-transition-duration: .5s
}

.controller img:hover {
	opacity: 1;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	cursor: pointer
}

.controller .ctrl-prev,.controller .ctrl-next {
	display: none
}

.controller .ctrl-next img,.controller .ctrl-prev img {
	width: auto;
	height: auto;
	position: relative;
	top: 20px;
	background: #000 !important
}

.controller .ctrl-next img {
	float: right;
	right: 5px
}

.controller .ctrl-prev img {
	float: left;
	left: 5px
}

.ctrl-img-list {
	position: relative;
	float: left;
	height: 100%
}

.controller-thumb {
	position: absolute;
	float: left;
	padding: 0 5%;
	left: 0
}

.ctrl-next {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 5%;
	min-width: 48px;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, #000 80% )
}

.ctrl-prev {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 5%;
	min-width: 48px;
	height: 100%;
	background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0, #000 80%
		)
}

.detail {
	float: left;
	position: relative;
	/*added*/
	margin-right: 0px !important;
}

.detail>img {
	opacity: 0;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25)
}

.next,.prev {
	position: absolute;
	z-index: 98;
	width: auto;
	height: 100%;
	opacity: 1;
	filter: alpha(opacity = 100);
	-ms-filter: "alpha(opacity=80)";
	zoom: 1;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s
}

.next:hover,.prev:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.15);
	opacity: 1;
	filter: alpha(opacity = 100);
	-ms-filter: "alpha(opacity=100)";
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s
}

.next {
	top: 0;
	right: 0;
	padding-left: 10px;
	padding-right: 10px
}

.prev {
	top: 0;
	left: 0;
	padding-right: 10px;
	padding-left: 10px
}

.next>img,.prev>img {
	position: relative
}

.custom {
	position: absolute;
	z-index: 99;
	top: 0;
	color: #fff;
	font-family: Century;
	overflow: hidden;
	padding: 5px 8px;
	border: 1px solid rgba(0, 0, 0, 0)
}

.custom-name {
	font-weight: bold;
	font-size: 11px;
	margin-top: 5px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	text-shadow: 1px 1px #000
}

.from-price {
	font-size: 12px;
	text-shadow: 1px 1px #000
}

.custom-link {
	font-size: 12px;
	background-color: #d3972d;
	color: #fff;
	margin-top: 8px;
	border: 1px solid #d6c153;
	width: 110px;
	height: 20px;
	line-height: 20px;
	font-family: Century
}

.custom-link>a {
	padding: 0
}

.custom-link:hover {
	background-color: #d3972d
}

@media screen and (max-height:510px) {
	div.custom {
		opacity: 0;
		transition-duration: 1s;
		-webkit-transition-duration: 1s;
		-moz-transition-duration: 1s
	}
}

@media screen and (max-height:560px) {
	div.custom {
		margin-left: 1% !important;
		transition-duration: 1s;
		-webkit-transition-duration: 1s;
		-moz-transition-duration: 1s
	}
}

@media screen and (min-height:560px) {
	div.custom {
		transition-duration: 1s;
		-webkit-transition-duration: 1s;
		-moz-transition-duration: 1s
	}
}

@media screen and (max-height:600px) {
	.custom {
		position: absolute;
		z-index: 99;
		top: 0;
		color: #fff;
		font-family: Century;
		overflow: hidden;
		padding: 5px 8px;
		border: 1px solid rgba(0, 0, 0, 0)
	}
	.custom-name {
		font-weight: bold;
		font-size: 10px;
		margin-top: 5px;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
		text-shadow: 1px 1px #000
	}
	.from-price {
		font-size: 11px;
		text-shadow: 1px 1px #000
	}
	.custom-link {
		font-size: 12px;
		background-color: #d3972d;
		color: #fff;
		margin-top: 5px;
		border: 1px solid #d6c153;
		width: 110px;
		height: 20px;
		line-height: 20px;
		font-family: Century
	}
	.custom-link>a {
		padding: 0
	}
	.custom-link:hover {
		background-color: #d3972d
	}
}

.content-item {
	position: relative;
	width: 100%
}

.detail .content-item {
	opacity: 0;
	-webkit-transition: 300ms ease;
	-moz-transition: 300ms ease;
	transition: 300ms ease;
}

.detail:hover .content-item,
.content-item.show {
	opacity: 1;
}
/*
.custom {
	top: 50% !important;	
}
*/
@media screen and (min-height:1200px) {
	/*
	.custom {
		top: 45% !important;	
	}
	*/
	.custom-name {
		font-size: 24px;
		font-weight: normal !important; 
	}
	.from-price {
		font-size: 18px;
	}
	.custom-link {
		font-size: 18px;
		width: 246px;
		height: 40px;
		line-height: 38px;
	}
}