@charset "utf-8";
/* CSS Document */
body,html{
	margin:0px;
	padding:0px;
	color:#ffffff;
	background-color:#372c26;
	font-family: 'Droid Sans', sans-serif;
	background-repeat:no-repeat;
	background-position:center top;
}
/*  font-family: 'Droid Sans', sans-serif;
	font-family: 'Droid Serif', serif;  */
h1, h2, h3, h4, h5{
	padding:0px;
	margin:0px;
	font-weight:normal;
}
button.btn{
	outline:none !important;
	white-space:normal;
	width:100%;
}
#wrapper{
	margin:0px auto;
	padding:0px;
	max-width:1200px;
	position:relative;
	z-index:2;
}
div.bg{
	position:absolute;
	width:100%;
	height:40%;
	background-color:#4f433e;
	left:0px;
	top:0px;
	z-index:1;
}
.headerContainer{
	margin:0px auto;
	padding:20px 0px;
	background-repeat:no-repeat;
	background-position:center bottom;
}
.headerContainer > div, .headerContainer > hgroup{
	float:left;
}
.headerContainer h1{
	font-size:30px;
	font-family: 'Droid Serif', serif;
	font-weight:bold;
	text-transform:uppercase;
}
.headerContainer h2{
	font-size:18px;
	color:#c6eefa;
	font-family: 'Droid Serif', serif;
	font-style:italic;
}
.psychicContainer{
	background-repeat:no-repeat;
	background-size:100% 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.headerContainer > hgroup{
	padding:30px 0px;
}
article{
	color:#50443e;
	background-color:#fcfcf6;
	border:5px solid #c5aca0;
	background-repeat:no-repeat;
	background-position:right bottom;
	margin-bottom:15px;
}
.formContainer{
	margin-right:-15px;
	margin-left:-15px;
	padding:25px 30px 30px 30px;
	background-color:#fcfcf6;
}
.formContainer label{
	font-size:14px;
}
.formContainer input[type="text"],
.formContainer input[type="email"]{
	font-size:14px;
	height:auto;
	padding:12px 15px;
}
.checkbox{
	margin-bottom:8px;
}
.checkbox a:link, .checkbox a:visited{
	color:#e42024;
	text-decoration:underline;
}
.checkbox a:hover, .checkbox a:active{
	color:#e42024;
	text-decoration:none;
}
.checkbox label{
	font-size: 11px;
}
input[type="radio"], input[type="checkbox"] {
    margin: 1px 0 0;
}
.buttonGreen{
	font-size:16px;
	padding:12px 15px;
	color:#000000;
	background-color:#89f28f;
	border-color:#59c460;
	-webkit-box-shadow: inset 0px 0px 20px 0px #c7faa3;
	-moz-box-shadow: inset 0px 0px 20px 0px #c7faa3;
	box-shadow: inset 0px 0px 20px 0px #c7faa3;
}
.descContainer{
	color:#ffffff;
	background-color:#1b1613;
	position:relative;
}
.descContainer p, .descContainer h3{
	font-size:18px;
}
.descContainer .left{
	position:relative;
	z-index:4;
	max-width:550px;
	margin:25px auto;
	text-align:center;
}
.descContainer .right{
	position:relative;
	z-index:2;
	background-color:#2c231e;
	padding:25px 10px 25px 30px;
}
.descContainer h3{
	margin-bottom:15px;
}
.descContainer ol{
	margin:0px;
	padding:0px 0px 0px 20px;
}
.descContainer ol li{
	font-size:14px;
}
.textBlue{
	color:#c6eefa;
}
footer{
	text-align:center;
	font-size:14px;
	padding:15px;
}
/*               tarot Game                */
.containerTarot{
	width:100%;
	position:relative;
	z-index:1;
	text-align:center;
	padding:25px;
}
.containerTarot h3{
	font-size:18px;
	text-transform:uppercase;
	padding:3px 30px;
}
.tarotHeadingsTop{
	display:inline-block;
	margin-bottom:15px;
}
.tarotHeadingsTop div, .tarotHeadingsTop h3{
	float:left;
}
.arrow{
	width:27px;
	height:29px;
	background-image:url(../images/arrow.png);
	background-size:100% 100%;
}
.tarotHeadingsBottom h3{
	padding:30px 0px;
}
.cardsContainer, .emptyCardsContainer{
	position:relative;
	width:100%;
}
.emptyCardsContainer{
	margin-bottom:15px;
}
.emptyCardsContainer p{
	font-size:14px;
	text-transform:uppercase;
	padding:2% 5%;
	background-color:rgba(197, 172, 160, 0.9);
	text-align:center;
	border:1px solid #b59e93;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position:absolute;
	top:50%;
	margin-top:-26px;
	width:100%;
	z-index:3;
}
.card, .card1 {
    position:absolute;
	width: 12.6%;
	height:96.5%;
	background-image:url(../images/cards/cover.png);
	background-size: 100% 100%;
	background-position-y: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.55);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.55);
	
	transform-origin: 50% 200%;
	-webkit-transform-origin: 50% 200%;
	-moz-transform-origin: 50% 200%;
	-o-transform-origin: 50% 200%;
	-ms-transform-origin: 50% 200%;
	
	transition:  50ms ease-out 0ms;
	-moz-transition:  50ms ease-out 0ms;
	-webkit-transition: 50ms ease-out 0ms;
	-o-transition: 50ms ease-out 0ms;
	-ms-transition: 50ms ease-out 0ms;
}
.card.hovered {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.9);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.9);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.9);
    cursor:pointer;
}
.card_empty {
	position: absolute;
	width: 17%;
	height:100%;
	background-color:transparent;
	background-size:100% 100%;
	background-repeat:no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px dashed #796e68;
	z-index:0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#empty1{
	left:19.5%;
}
#empty2{
	left:41.5%;
}
#empty3{
	left:63.5%;
}
.preloader{
	position:absolute;
	width:24px;
	height:24px;
	top:50%;
	left:50%;
	margin-left:-12px;
	margin-top:-12px;
	background-image:url(../images/cards/please-wait.gif);
}
@media (max-width: 480px){
	.headerContainer{
		max-width:300px;
		background-image:url(../images/headerBgndMobile.jpg);
		background-size:100% auto;
		padding:10px 0px;
	}
	.psychicContainer{
		width:80px;
		height:80px;
		background-image:url(../images/ClaireMobile.jpg);
		margin-right:10px;
	}
	.headerContainer > hgroup{
		padding:10px 0px;
		max-width:198px;
	}
	.headerContainer h1{
		font-size:16px;
	}
	.headerContainer h2{
		font-size:14px;
	}
	.descContainer h3{
		text-align:center;
	}
	.descContainer ol{
		max-width:320px;
		margin:0px auto;
	}
	.containerTarot h3{
		font-size:16px;
	}
	.containerTarot{
		padding:15px 0px;
	}
	.descContainer p, .descContainer h3{
		font-size:16px;
	}
	.tarotHeadingsBottom h3 {
		padding: 20px 0px;
	}
	.formContainer{
		padding:0px 15px 15px 15px;
	}
}
@media (min-width: 481px) and (max-width: 767px){
	.headerContainer{
		max-width:450px;
		background-image:url(../images/headerBgndMobile.jpg);
	}
	.psychicContainer{
		width:100px;
		height:100px;
		background-image:url(../images/ClaireMobile.jpg);
		margin-right:10px;
	}
	.headerContainer > hgroup{
		padding:10px 0px;
		max-width:340px;
	}
	.headerContainer h1{
		font-size:24px;
	}
	.headerContainer h2{
		font-size:16px;
	}
	.descContainer h3{
		text-align:center;
	}
	.descContainer ol{
		max-width:320px;
		margin:0px auto;
	}
	.containerTarot h3{
		font-size:16px;
	}
	.containerTarot{
		padding:15px 0px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.headerContainer{
		max-width:778px;
		background-image:url(../images/headerBgnd.jpg);
	}
	.psychicContainer{
		width:119px;
		height:119px;
		background-image:url(../images/Claire.jpg);
		margin-right:20px;
	}
	.headerContainer h1{
		font-size:27px;
	}
	.headerContainer h2{
		font-size:16px;
	}
	.descContainer h3{
		text-align:center;
	}
	.descContainer ol{
		max-width:320px;
		margin:0px auto;
	}
}
@media (min-width: 992px) {
	.descContainer:before{
		content: "";
		position: absolute;
		top: 0px;
		right: 33.33%;
		background-color:#1b1613;
		width: 5%;
		height: 100%;
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: skewX(10deg);
		-ms-transform: skewX(10deg);
		transform: skewX(10deg);
		z-index:3;
	}
	.descContainer:after{
		content:"";
		position:absolute;
		right:0px;
		top:0px;
		background-color:#2c231e;
		width:33.33%;
		height:100%;
		display:block;
		z-index:1;
	}
	.headerContainer{
		max-width:778px;
		background-image:url(../images/headerBgnd.jpg);
	}
	.psychicContainer{
		width:119px;
		height:119px;
		background-image:url(../images/Claire.jpg);
		margin-right:20px;
	}
	article{
		background-image:url(../images/tarotcards.jpg);
		background-size:33.33% auto;
	}
	div.bg{
		background-image:url(../images/bgnd.png);
		background-repeat:repeat-x;
		background-position:left bottom;
	}
}
@-webkit-keyframes blinking{
	0%{
		-webkit-opacity: 1;
		-o-opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=1);
		opacity: 1;
	}
	50%{
		-webkit-opacity: 0;
		-o-opacity: 0;
		-moz-opacity: 0;
		filter:alpha(opacity=0);
		opacity: 0;
	}
	100%{
		-webkit-opacity: 1;
		-o-opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=1);
		opacity: 1;
	}
}
.blink{
	animation:blinking 2000ms 2;
	-webkit-animation:blinking 2000ms 2;
	-o-animation:blinking 2000ms 2;
	-moz-animation:blinking 2000ms 2;
}