@charset "utf-8";
/* CSS Document */
body, html{
	font-family: 'Alegreya SC', serif;
	font-size:14px;
	color:#000000;
	background-color:transparent;
	margin:0px;
	padding:0px;
}
/********************** font family  ************************/
/* font-family: 'Alegreya SC', serif;                     */
/* font-family: 'Droid Serif', serif;                    */
/* font-family: 'Cookie', cursive;                       */
.bg {
  	width: 100%;
  	height: 100%;
  	position: fixed;
  	top: 0;
  	left: 0;
  	background-image:url(../images/background_mobile.jpg);
  	background-size:100% auto;
  	z-index:-1;
}
button{
	outline:none !important;
}
.wrapper{
	max-width:1400px;
	width:100%;
	margin:0px auto;
}
.logo{
	width:220px;
	margin:7px auto;
}
.logo p{
	font-size:16px;
	padding:5px;
	margin:0px;
	text-transform:uppercase;
}
h1{
	font-family: 'Cookie', cursive;
	font-size:52px;
	font-weight:normal;
	padding:3px 0px 10px 0px;
	text-align:center;
	margin:0px auto 25px auto;
}
h1 span{
	color:#e32f00;
}
.containerSubscription{
	background-color:#ffffff;
	padding:15px 15px 0px 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(188, 146, 54, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(188, 146, 54, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(188, 146, 54, 0.75);
}
.containerSubscription h2{
	background-color:#000000;
	color:#ffffff;	
	font-size:18px;
	text-align:center;
	padding:5px 10px;
	position:relative;
	margin:0px 0px 3px 0px;
}
.containerSubscription h2 span{
	color:#e32f00;
}
.containerMedium{
	padding:12px 0px;
}
.containerMedium > img{
	width:150px;
	height:auto;
	float:right;
}
.containerMedium p{
	float:left;
	width:143px;
	margin-left:12px;
	font-family: 'Droid Serif', serif;
	font-style:italic;
	padding-top:34px;
	text-align:right;
	font-size:14px;
	position:relative;
}
.containerMedium p img{
	position:absolute;
	left: -81px;
 	bottom: -91px;
}
form{
	font-family: Arial, sans-serif;
}
.input-group-addon {
  color: #e32f00;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
form input[type="text"],
form input[type="email"]{
	border-right:none;
}
.blockLight{
	background-color:#f2f5f5;
	padding:12px 12px 1px 12px;
	margin-left:-15px;
	margin-right:-15px;
}
form .form-group{
	margin-bottom:5px;
}
.checkbox label{
	font-size:12px;
}
input[type="checkbox"] {
  	margin: 1px 0 0;
}
.checkbox a:link, .checkbox a:visited{
	color:#e32f00;
	text-decoration:none;
}
.checkbox a:hover, .checkbox a:active{
	color:#e32f00;
	text-decoration:underline;
}
.width100per{
	width:100%;
}
.buttonGreen{
	font-size:20px;
	padding:10px 0px;
	text-align:center;
	position:relative;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: rgb(185,206,68);
	background: -moz-linear-gradient(top, rgba(185,206,68,1) 0%, rgba(142,185,42,1) 50%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 50%, rgba(148,197,22,1) 96%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(185,206,68,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(50%,rgba(114,170,0,1)), color-stop(96%,rgba(148,197,22,1)));
	background: -webkit-linear-gradient(top, rgba(185,206,68,1) 0%,rgba(142,185,42,1) 50%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 50%,rgba(148,197,22,1) 96%);
	background: -o-linear-gradient(top, rgba(185,206,68,1) 0%,rgba(142,185,42,1) 50%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 50%,rgba(148,197,22,1) 96%);
	background: -ms-linear-gradient(top, rgba(185,206,68,1) 0%,rgba(142,185,42,1) 50%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 50%,rgba(148,197,22,1) 96%);
	background: linear-gradient(to bottom, rgba(185,206,68,1) 0%,rgba(142,185,42,1) 50%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 50%,rgba(148,197,22,1) 96%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9ce44', endColorstr='#94c516',GradientType=0 );
	-webkit-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    -1px 2px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         -1px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
.buttonGreen:hover{
	background: rgb(185,206,68);
	background: -moz-linear-gradient(top, rgba(185,206,68,1) 0%, rgba(142,185,42,1) 50%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 50%, rgba(148,197,22,1) 96%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(185,206,68,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(50%,rgba(114,170,0,1)), color-stop(96%,rgba(148,197,22,1)));
	background: -webkit-linear-gradient(top, rgba(185,206,68,1) 0%,rgba(142,185,42,1) 50%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 50%,rgba(148,197,22,1) 96%);
	background: -o-linear-gradient(top, rgba(185,206,68,1) 0%,rgba(142,185,42,1) 50%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 50%,rgba(148,197,22,1) 96%);
	background: -ms-linear-gradient(top, rgba(185,206,68,1) 0%,rgba(142,185,42,1) 50%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 50%,rgba(148,197,22,1) 96%);
	background: linear-gradient(to bottom, rgba(185,206,68,1) 0%,rgba(142,185,42,1) 50%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 50%,rgba(148,197,22,1) 96%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9ce44', endColorstr='#94c516',GradientType=0 );
}
.buttonGreen span{
	display:block;
	padding-right:50px;
}
.buttonGreen .colorText{
	font-style:italic;
	color:#000000;
	font-family: 'Droid Serif', serif; 
}
.buttonGreen .text{
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, sans-serif;
}
.buttonGreen .icon{
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	width:60px;
	height:60px;
	display:block;
	position:absolute;
	top:50%;
	margin-top:-30px;
	right:10px;
}
.containerDesc{
	font-family:Arial, sans-serif;
	margin-top:10px;
	padding:12px;
	position:relative;
}
.containerDesc p{
	padding-left:25px;
	font-size:11px;
	line-height:11px;
}
.containerDesc img{
	position:absolute;
	top:12px;
	left:12px;
}
/*                   begin tarot game                */
.tarot_container{
	margin:0px 100px;
	font-family: 'Droid Serif', serif;
}
div.game_container {
	width: 100%;
	position: relative;
	display:block;
	background-color:transparent;
}
.card {
    position:absolute;
	top: 15%;
	width: 12%;
	height: 23%;
	background-color: black;;
	background-image:url(../images/cards/cover.jpg);
	background-size: 100% 100%;
	background-position-y: center;
	box-shadow:none;
	border: 1px solid #DACDCD;
	
	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:  300ms ease-out 0ms;
	-moz-transition:  300ms ease-out 0ms;
	-webkit-transition: 300ms ease-out 0ms;
	-o-transition: 300ms ease-out 0ms;
	-ms-transition: 300ms ease-out 0ms;
	
	transform : translate(350%) rotate(0deg);
	-webkit-transform : translate(350%) rotate(0deg);
	-moz-transform : translate(350%) rotate(0deg);
	-o-transform : translate(350%) rotate(0deg);
	-ms-transform : translate(350%) rotate(0deg);
}
.card.hovered {
    box-shadow:0 0 3px 1px black;
    cursor:pointer;
}
.card_empty {
	width: 13%;
	height: 25%;
	top: 58%;
	z-index: 0;
	background-image:url(../images/cards/card_empty.png);
	position: absolute;
	background-size: 98% 100%;
	background-repeat: no-repeat;
}
p#indications {
	text-align: center;
	cursor: pointer;
	border-radius: 7px;
	position: absolute;
	top: 20%;
	width: 100%;
	z-index: 30;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	padding: 4%;
	font-size: 14px;
	background-color: rgba(250, 241, 190, 0.85);
	width: 92%;
	left: 4%;
	color:#2f2318;
	font-style:italic;
}
h4#title_indications{
	font-size:18px;
	text-align:center;
	font-style:italic;
}
/*                   end tarot game              */
@media (max-width: 480px){
	.bg {
	  background-image:url(../images/background_mobile.jpg);
	}
	.tarot_container{
		margin:0px 0px;
	}
	p#indications {
		font-size: 12px;
	}
	h4#title_indications{
		font-size:14px;
	}
	.logo{
		width:188px;
	}
	.logo img{
		width:46px;
		height:auto;
	}
	.logo p{
		font-size:14px;
	}
	h1{
		font-size:30px;
	}
	.containerSubscription h2{
		font-size:13px;
	}
	.containerMedium{
		width:100%;
		margin:0px auto;
	}
	.containerMedium > img{
		width:100px;
	}
	.containerMedium p{
		width:126px;
		margin-left:12px;
		padding-top:15px;
		font-size:12px;
	}
	.containerMedium p img{
		display:none;
	}
	.buttonGreen{
		font-size:17px;
		padding:10px 0px;
	}
	.buttonGreen span{
		padding-right:0px;
	}
	.buttonGreen .icon{
		display:none;
	}
	.containerDesc img{
		top:12px;
	}
}
@media (min-width: 481px) and (max-width: 767px){
	.bg {
	  background-image:url(../images/background_mobile.jpg);
	}
	.tarot_container{
		margin:0px 0px;
	}
	p#indications {
		font-size: 12px;
	}
	h4#title_indications{
		font-size:14px;
	}
	.logo{
		width:188px;
	}
	.logo img{
		width:46px;
		height:auto;
	}
	.logo p{
		font-size:14px;
	}
	h1{
		font-size:42px;
	}
	.containerSubscription h2{
		font-size:18px;
	}
	.containerMedium{
		width:328px;
		margin:0px auto;
	}
	.containerMedium > img{
		width:123px;
	}
	.containerMedium p{
		width:167px;
		margin-left:12px;
		padding-top:21px;
		font-size:14px;
	}
	.containerMedium p img{
		display:none;
	}
	.buttonGreen{
		font-size:17px;
		padding:10px 0px;
	}
	.buttonGreen span{
		padding-right:50px;
	}
	.buttonGreen .icon{
		background-image:url(../images/arrow.png);
		background-size:40px 40px;
		width:40px;
		height:40px;
		margin-top:-20px;
		right:10px;
	}
	.containerDesc img{
		top:5px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bg {
	  background-image:url(../images/background_mobile.jpg);
	}
	.tarot_container{
		margin:0px 0px;
	}
	p#indications {
		font-size: 12px;
	}
	h4#title_indications{
		font-size:16px;
	}
	.logo{
		width:188px;
	}
	.logo img{
		width:46px;
		height:auto;
	}
	.logo p{
		font-size:14px;
	}
	h1{
		font-size:45px;
	}
	.containerSubscription h2{
		font-size:18px;
	}
	.containerMedium{
		width:328px;
		margin:0px auto;
	}
	.containerMedium > img{
		width:123px;
	}
	.containerMedium p{
		width:167px;
		margin-left:12px;
		padding-top:21px;
		font-size:14px;
	}
	.containerMedium p img{
		display:none;
	}
	.buttonGreen{
		font-size:17px;
		padding:10px 0px;
	}
	.buttonGreen span{
		padding-right:50px;
	}
	.buttonGreen .icon{
		background-image:url(../images/arrow.png);
		background-size:40px 40px;
		width:40px;
		height:40px;
		margin-top:-20px;
		right:10px;
	}
	.containerDesc img{
		top:5px;
	}
}
@media (min-width: 992px) and (max-width: 1199px ) {
	.bg {
	  background-image:url(../images/background.jpg);
	  background-size:100% 100%;
	}
	.tarot_container{
		margin:0px 0px;
	}
	p#indications {
		font-size: 14px;
	}
	h4#title_indications{
		font-size:18px;
	}
	.logo{
		width:188px;
	}
	.logo img{
		width:46px;
		height:auto;
	}
	.logo p{
		font-size:14px;
	}
	h1{
		font-size:45px;
	}
	.containerSubscription h2{
		font-size:14px;
	}
	.containerMedium > img{
		width:123px;
	}
	.containerMedium p{
		width:123px;
		margin-left:12px;
		padding-top:34px;
		font-size:12px;
	}
	.containerMedium p img{
		width: 50px;
		left: -69px;
		bottom: -71px;
	}
	.buttonGreen{
		font-size:17px;
		padding:10px 0px;
	}
	.buttonGreen span{
		padding-right:50px;
	}
	.buttonGreen .icon{
		background-image:url(../images/arrow.png);
		background-size:40px 40px;
		width:40px;
		height:40px;
		margin-top:-20px;
		right:10px;
	}
	.containerDesc img{
		top:12px;
	}
}
@media (min-width: 1200px) {
	.bg {
	  background-image:url(../images/background.jpg);
	  background-size:100% 120%;
	}
	.tarot_container{
		margin:0px 100px;
	}
	p#indications {
		font-size: 14px;
	}
	h4#title_indications{
		font-size:18px;
	}
	.logo{
		width:220px;
	}
	.logo p{
		font-size:16px;
	}
	h1{
		font-size:52px;
	}
	.containerSubscription h2{
		font-size:18px;
	}
	.containerMedium > img{
		width:150px;
	}
	.containerMedium p{
		width:143px;
		margin-left:12px;
		padding-top:34px;
		font-size:14px;
	}
	.containerMedium p img{
		left: -81px;
		bottom: -91px;
	}
	.buttonGreen{
		font-size:20px;
		padding:10px 0px;
	}
	.buttonGreen span{
		padding-right:50px;
	}
	.buttonGreen .icon{
		background-image:url(../images/arrow.png);
		width:60px;
		height:60px;
		margin-top:-30px;
		right:10px;
	}
	.containerDesc img{
		top:12px;
	}
}