/*
 * jQuery AP 3DflipGallery
 * http://www.arendsplace.com
 *
 * Contributing author: ArendsPlace.com (@arendsplace)
 * Copyright 2015 ArendsPlace.com
 */
 @charset "utf-8";
body, html {
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#f2_container {
	position: relative;
	margin: 10px auto;
	width: 940px;
	height: 380px;
	z-index: 1;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
}
#f2_container {
	position: relative;
	margin: 10px auto;
	width: 940px;
	height: 380px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
	z-index: 1;
}
#f2_card {
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #FFF;
	top: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	border: 4px solid #fff;
	margin-left: -4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.3);
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.3);
	-ms-box-shadow: 0 1px 6px rgba(0,0,0,.3);
	box-shadow: 0 1px 6px rgba(0,0,0,.3);
}
.face {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.face.back {
	display: block;
	opacity: 1;
	-webkit-transform: rotateY(180deg);
	-webkit-box-sizing: border-box;
	-moz-transform: rotateY(180deg);
	-moz-box-sizing: border-box;
	-o-transform: rotateY(180deg);
	-o-box-sizing: border-box;
	-ms-transform: rotateY(180deg);
	-ms-box-sizing: border-box;
	transform: rotateY(180deg);
	box-sizing: border-box;
	background: #333;
}
#f2_card, #flip-shadow {
	transition: transform .5s ease-in;
	-webkit-transition: -webkit-transform .5s ease-in;
	-moz-transition: -moz-transform .5s ease-in;
	-o-transition: -o-transform .5s ease-in;
	-ms-transition: -ms-transform .5s ease-in;
}
.front.face {
	transition: opacity .5s ease-in;
	-webkit-transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;
	-o-transition: opacity .5s ease-in;
	-ms-transition: opacity .5s ease-in;
}
.face-up, .face-down {
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	cursor: pointer;
	display: inline-block;
}
.face-down {
	bottom: 0;
}
.face-up {
	top: 0;
}
.front.face {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.navigator-buttons {
	width: 100%;
	position: absolute;
	text-align: center;
	margin: 0 auto 0;
	z-index: 1;
	top: 47%;
}
.flip-url span {
	width: 15px;
	height: 15px;
	background: url('../images/skins/slider/bottomNavOFF.png') no-repeat center center;
	display: inline-block;
	margin: 0 4px 10px 4px;
}
.flip-url span.active, .flip-url span.active:hover, .flip-url span:hover {
	background: url('../images/skins/slider/bottomNavON.png') no-repeat center center;
}
#shadow_container {
	max-width: 100%;
	height: 150px;
	position: relative;
	-webkit-perspective: 600px;
	perspective: 600px;
	margin: 0 auto 0 auto;
	z-index: 0;
}
#flip-shadow {
	background-image: url('../images/skins/slider/3d.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 48%;
	left: 0;
	-webkit-transform: rotateX(45deg);
	transform: rotateX(45deg);
	-webkit-transform-style: flat;
	-moz-transform-style: flat;
	-o-transform-style: flat;
	-ms-transform-style: flat;
	transform-style: flat;
}
.flip-text-box {
	background: rgba(0,0,0,0.7);
	width: calc(100% - 8px);
	padding: 1.5%;
	position: absolute;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	display: none;
	z-index: 5;
	display: none;
	opacity: 0;
	bottom: 4px;
	text-shadow: 0 1px 0 #000;
}
.flip-text-box h1 {
	margin: 0;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: bold;
	color: #de4327;
	font-family: 'Arvo', serif;
}
.flip-text-box a:hover {
	color: #de4327;
}
.flip-text-box a {
	color: #ffcc00;
	text-decoration: none;
	transition: all 0.2s ease-in 0s;
}
 @media only screen and (max-width: 767px) {
.flip-text-box h1 {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	margin: 0 0 0 0;
}
.flip-text-box span {
	display: none;
}
#f2_container {
	margin: 0 auto;
}
}
h1.title {
	font-family: 'Arvo', serif;
	font-size: 25px;
	margin: 30px 0;
	font-weight: bold;
	color: #de4327;
	text-align: center;
	text-transform: uppercase;
}
td {
	font-family: "Open Sans", sans-serif;
	text-align: center;
	font-size: 12px;
}
table {
	margin-bottom: 30px;
}
