@viewport {
   width: device-width;
   initial-scale:1;
}

html {
	height: 100%;
	font-size:1em;
	-webkit-text-size-adjust:100%;
}


body{
	margin:0;
	padding:0;
	background:#176768 url(../img2025/background_pattern.png) top left repeat;
	background-size: 7px 7px;
  	font:1em Arial,helvetica,sans-serif;
	line-height: 1.7em;
	color:#176768;
	width:100%;
	height: 100%;
	overflow-x: hidden;
}

.sheet {
	background-color: #fcf5ec;
	background-image: url(../img2025/star_L.png), url(../img2025/star_R.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top 15px left 15px, top 15px right 15px;
	border:2px solid #ffffff;
	box-shadow: 0 0 3px 1px #101010;
	position: relative;
	width: 100%;
	height: 100%;	
	box-sizing: border-box;
	padding:5px;

}


.sheet_holder {
	position: relative;
	min-height: 10em;
}


.rot1, .rot2 {
	display: none;
}


@media all and (orientation: landscape) and (min-width:890px) {

	.sheet {
		padding:5px;
		min-height: 550px;
		padding-bottom:0em;
	}

	.rot1, .rot2 {
		display: block;
		position: absolute;
		transform: rotate(-3deg);
		max-height: 550px;
		width: 97%;
	}

	.rot1 {
		transform: rotate(-4deg);
	}

	.rot2 {
		transform: rotate(-2deg);
	}
}

#toptitle {
	margin: -50px auto 0 auto;
}

#toptitle img {
	display: block;
	margin: 0 auto;
	position: relative;
	left:-9%;
	width: 118%;
	height: auto;
	max-width: 500px;
	max-height: 106px;
	padding: 0;
}

@media all and (orientation: portrait) and (min-width:500px) {

	#toptitle img {
		width: 100%;
		left: 0;
	}
}

@media all and (orientation: landscape)  {

	#toptitle img {
		width: 100%;
		left: 0;
	}
}

@media all and (orientation: landscape) and (min-width:890px) {

	#toptitle {
		margin: -70px auto 0 auto;
	}
}

@media all and (orientation: landscape) and (max-width:890px) {
	#toptitle {
		width: 75%;
		max-width: 480px;
		margin-top:-9%;
	}
}

h3.title {
	line-height: 1em;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 0px 0 0px;
	margin: 0.5em auto 0.5em auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	font-style: italic;
	color:#cb3f3e;
	display: block;
}


#main {
	margin: 0 auto 0 auto;
	box-sizing: border-box;
	padding-bottom: 1em;
	padding-top:60px;
	width:95%;
	max-width:900px;
	min-height: 80%;

}

@media all and (orientation: landscape) {
	#main {
		padding-top:0px;
	}
}

#main.question_cards {
	min-height: 450px;
}

@media all and (orientation: landscape) and (min-width: 890px) {
	#main {
		padding-top: 80px;
		
	}

	#main.main_cards, #main.monthly_cards, #main.question_cards {
		padding-top:60px;
	}
}

@media all and (orientation: portrait) {
	#main {
		padding-top:0px;
	}

}

@media all and (orientation: portrait) and (min-width: 700px) {
	#main {
		padding-top: 50px;
	}
}


@media all and (orientation: portrait) and (max-height: 480px) {
	#main.main_cards, #main.monthly_cards, #main.question_cards {
		padding-top:0px;
	}
}

.sheet {

}


#main.main_cards, #main.monthly_cards, #main.question_cards {
	margin-top:1em;
}




#right {
	width:100%;
	margin-top:20px;
	margin-bottom: 1em;
}

#left {
	float:left;
	text-align: center;
	width:27%;
	margin:0.5em 1em 3em 1em;
}


#left div.imgframe {
	max-width: 200px;
	margin: 0 auto 0 auto;
}

#left img {
	border-radius: 5px;
	width: 100%;
}

#left p {
	margin-top:0;
}

#left li {
	color:#ea7c20;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	list-style: none;
	font-size: 1.4em;
	line-height: 1.1em;
	margin-bottom: 1em;
	font-weight: normal;
	-webkit-text-stroke: 1px #ea7c20;
}


@media all and (orientation: landscape) and (min-width:890px) {
	#right {
		width:68%;
		float:right;
		margin-top:0px;
	}
}


p {
	width: 97%;
	display: block;
	margin: 1em auto 1em auto;
	padding:0;
	font-size: 1em;
	line-height: 1.4em;
}


p a {
	color:inherit;
}

.popup_parent {
   width: 100%;
   height: 100%;
   margin: 0;
   position: absolute;
   top:0;
   left:0;
   z-index: 30;
   display: none;
   box-sizing: border-box;
   padding-top:3em;
   background-color: rgba(50,50,50, 0.5);
}

@media all and (orientation: landscape) {
	.popup_parent {
		padding-top:0;
	}
}

.popup_parent table td {
   vertical-align: middle;

}

.popup {
	width:90%;
	max-width:500px;
	background-color:#176768;
	background-image: url(../img2025/background_pattern.png);
	background-size: 7px 7px;
	background-repeat: repeat;
	background-position: top 15px left 15px, top 15px right 15px, top left;
	margin: 0 auto 0 auto;
	box-shadow: 0px 0px 10px 3px #000;
	border-radius: 5px;
	border: 1px solid #17263e;
	color:inherit;
	overflow: hidden;
	z-index: 100;
	text-align: center;
	padding:1em;
	box-sizing: border-box;
}

.popup_inner {
	border-radius: 5px;
	border:1px solid #17263e;
	background-color: #fcf5ec;
	background-image: url(../img2025/paper_texture.png);
	background-repeat: repeat;
	background-size: 132px 132px;
	box-sizing: border-box;
	padding:1em 0.5em 0.5em 0.5em;
}

@media all and (orientation: portrait) {
	.popup {
		padding:0.5em;
		box-shadow: 0px 0px 12px 1px #000;
	}
}


.popup h3 {
	text-align: center;
	padding: 0;
	margin:0;
	font-size: 1.3em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	margin-bottom: 0.5em;
	color:#cb3f3e;
}

.popup p {
	width:99%;
	margin: 0 auto 0 auto;
	font-size: 1em;
	line-height: 1.4em;
}

.popup a.button_red {
	font-size: 1.3em !important;
	width: 70%;
}

@media all and (orientation: landscape) {
	.popup a.button_red {
		width:50%;
	}
}

input {
    border: 1px solid #a07460;
    padding: 4px;
    width: 70%;
    background-color: #f4ead7;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    float: none;
    font-size: 1.2em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 0 2px #606060;
    display: block;
    margin:0.5em auto 0.5em auto;
    color:inherit;
}


.popup textarea {
	font-size: 2em;
	width: 90%;
	background-color: #f4ead7;
	border: 1px solid #a07460;
	 -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 0 2px #606060;
    color:#5f2611;
}

@media all and (orientation: landscape) {
	.popup textarea {
		height: 2em;
	}
}

.popup div.spacer {
	width: 1em;
	height: 1em;
}



.topdecor {
	width:100%;
	position: absolute;
	z-index: 0;
	top:0;
	left: 0;
	height: 140px;
	background-color: transparent;
	background: url(../img2025/background_topdecor_mobile.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-size: auto 110px;
}

.topdecor div.moon {
	width: 100%;
	max-width: 1200px;
	height: 140px;
	margin: 0 auto 0 auto;
	background: url(../img2025/moon.png);
	background-repeat: no-repeat;
	background-size: 60px auto;
}

.topdecor div.snowflakes {
	width: 100%;
	max-width: 1400px;
	height: 500px;
	margin: 100px auto 0 auto;
	background: url(../img2025/snowflake1.png), url(../img2025/snowflake2.png), url(../img2025/snowflake1.png), url(../img2025/snowflake2.png), url(../img2025/snowflake1.png);
	background-position: top left, bottom left 100px, top 20px right, center right 100px, bottom right;
	background-repeat: no-repeat;
	background-size: auto;
}


@media all and (orientation: landscape) and (min-width: 890px)  {
	
	.topdecor {
		background: url(../img2025/background_topdecor.png);
		background-size: auto 100px;
		background-repeat: repeat-x;
	}
}


.button_tree_decor {
	margin: 0 auto 0 auto;
	width: 230px;
	height: 183px;
	background-color: transparent;
	background-image: url(../img2025/button_tree_decor.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 189px 183px;
	box-sizing: border-box;
	padding-top: 90px;
}



.button {

	width: 230px;
	height: 68px;
	background-color: transparent;
	background-image: url(../img2025/button_background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 140% 100%;
	display: block;
	margin: 1em auto 0 auto;
	color: #fcf5ec;
	text-decoration: none;
	line-height: 0.5em;
	font-size: 1.1em;
	box-shadow: 0 0 5px #101010;
	border-radius: 34px;
	border:3px solid #760b2c;
	text-align: center;
	box-sizing:border-box;
	padding:28px 10px 28px 10px;
	cursor: pointer;
	font-family: Helvetica, Arial, Sans-Serif;
	text-transform: uppercase;
	position: relative;

}

a.button.twolines {
	padding-top: 15px;
	line-height: 20px;
}

a.button:hover {
	color:#f9be6e;
}


.button > .top_decors {
	height: 120%;
	width: 120%;
	position: absolute;
	left:-10%;
	top:-20%;
	background-color: transparent;
	background-image: url(../img2025/button_decor_L.png), url(../img2025/button_decor_R.png);
	background-position: top left, top right;
	background-repeat: no-repeat;
	background-size: 80px auto;
}

.button > .top_decors_balls {
	height: 100%;
	width: 116%;
	position: absolute;
	top:0;
	left:-8%;
	background-color: transparent;
	background-image: url(../img2025/button_decor_ball.png), url(../img2025/button_decor_ball.png);
	background-position: center left, center right;
	background-repeat: no-repeat;
	background-size: 25px auto;
}

.button_star_decor {
	background: transparent url(../img2025/button_star_decor.png) top 5px center no-repeat;
	background-size: auto 90px;
	height: 90px;
	padding-top: 55px;
	position: relative;
}

.button_star_decor > .button {
	margin-top:0;
}

.button_star_decor:hover {
	background-position: top center;
}

.button468 {
	width: 100%;
	height: 76px;
	height: auto;
	max-width: 468px;
	padding:25px 10px 12px 10px;
}

a.button468.twolines {
	padding-top:25px;
}

.button468 > .top_decors {
	width: 110%;
	left: -5%;
	top:-12%;
}

/*
a.button468.twolines {
	padding-top: 20px;
}
*/

@media all and (orientation: landscape) {

	.button468 > .top_decors {
		top:-15%;
	}

	a.button468.twolines {
		padding-top:20px;
	}

}


.price {
	margin-top: 0.5em;
	margin-bottom:0.5em;
	font-size:0.9em;
	font-style:italic;
}

.disclaimer {
font-size: 0.9em;
	box-sizing: border-box;
	padding: 1em 1em 0 1em;
	line-height: 1.1em;
/*	font-size: 0.8em;*/
	margin-top: 1em;
}

.disclaimer_top {
	
	color:#afd4d5;
	text-shadow: -1px -1px 0 #0e3e3f, 1px -1px 0 #0e3e3f, -1px 1px 0 #0e3e3f, 1px 1px 0 #0e3e3f;
	
	font-style:italic;
	padding:0.5em;
	line-height:1em;
	font-size:0.85em;
	z-index: 20;
	position: relative;
    text-align: center;
    width: 100%;
    box-sizing: border-box;

}

@media all and (orientation: portrait) {
	.disclaimer_top {
		font-size: 0.8em;
		padding:0.2em;
	}
}


@media all and (orientation: landscape) and (min-width: 890px) {

	.disclaimer_top {
		text-align: center;
		background-color: rgba(23, 103, 104, 0.9);
		border-radius: 0 0 0 10px;
		border: 1px solid #104142;
		width: 290px;
		float: right;
	}
}




.logo {
	width: 95%;
	height: 30%;
	margin: -4% auto 0 auto;

}



.logo h3 {
	margin-top: 0em;
	margin-bottom: 0.1em;
	font-size:1.6em;
	padding-top:5px;
}

.logo img {
	height: auto;
	margin: 0 auto 0 auto;
	display: block;
	max-width: 400px;
	width: 75%;

}

@media all and (orientation: portrait) and (max-width: 320px) {
	.logo {
		margin-top:-15px;
	}

	.logo h3 {
		margin-top:-5px;
	}
}

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
    	.logo {
    		margin-bottom: 0.5em;
    	}
    	.logo img {
    		padding-top: 30px;
    	}

    	.logo h3 {
    		margin-top:0.5em;

    	}
    }

.logo div.decor {
	width: 100%;
		background-image: url(../img2025/title_decor_L.png), url(../img2025/title_decor_R.png);
	background-size: 97px 49px, 97px 49px;
	background-position:  bottom left,  bottom right;
	background-repeat: no-repeat, no-repeat;
	height: 82px;
	margin-top:-85px;
}

@media all and (orientation: landscape) {

	.logo {
		margin-top:-2%;
		box-sizing: border-box;
		padding: 0 70px 0 70px;
		width: 100%;
		background-image: url(../img2025/title_decor_L.png), url(../img2025/title_decor_R.png);
		background-size: 97px 49px, 97px 49px;
		background-position:  left bottom,  right bottom;
		background-repeat: no-repeat, no-repeat;
	}

	.logo div.decor {
		display: none;
		margin-top:-65px;
	}

	.logo h3 {
		padding-top:0.5em;
		font-size:2.3em;
    	
	}
	.logo img {
		width: 45%;
		float: left;

	}
}

@media all and (orientation: landscape) and (min-width: 890px) {

	.logo {
		background-position: left top, right top;
		margin-top:1%;
		margin-bottom: 1%;
		padding-bottom: 33px;
		width: 80%;
	}

	.logo h3 {
		box-sizing: border-box;
		padding-top:10px;
	}
}


.pagetitle {
	width: 90%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color:inherit;
	text-align: left;
	box-sizing: border-box;
	text-align: center;
	line-height: 1em;
	margin: 0 auto 0.5em auto;
	box-sizing: border-box;
	font-size: 1.7em;
	line-height: 1.7em;
	min-height: 3em;
	color:#cb3f3e;
}

.title {
	width: 90%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size:1.7em;
	color:inherit;
	text-align: center;
	line-height: 1em;
	margin: 3% auto 0.5em auto;
}

@media all and (orientation: landscape) and (min-width: 890px) {
	.title {
		margin-top:0;
	}
}

.lp p {
	margin-top:0.5em;
	margin-bottom: 0.5em;
}

.lp a.button {
	margin-top:0;
}

p.start {
	margin: 0 auto 0 auto;
	line-height: 1.3em;
	text-align: center;
}


ul.start_bullets {
	list-style-type: none;
	width: 100%;
	margin:0 auto 0.5em auto;
}

ul.start_bullets li {
	margin-top:0.5em;
	line-height: 1.1em;
	font-style: italic;
	text-align: center;
}

@media all and (orientation: portrait) and (max-width: 320px) {
	ul.start_bullets li:nth-child(2) {
		display: none;
	}
}

@media all and (orientation: landscape) {
	p.start {
		margin-top:0.7em;
	}
}

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
    	ul.start_bullets {
    		margin:1em auto 1.5em auto;
    	}
    }


.cardback {
	width: 100%;
	height: 92%;
	background: transparent;
	border:0;
	border-radius: 7%;
	/*box-shadow: 0 0 10px 4px #101010;*/
	position: absolute;
	top: 0;
	left: 0;
	margin: 1% 0 0 2%;
}

.selected_holder {   
   text-align: center;
   position: relative;
   width: 22%;   
   float: left;
   margin: 2% 0 0 1%;   
}

@media all and (orientation: portrait) {
	#main.monthly_cards {
		padding-top:0px;
		padding-bottom: 0;
	}

	#selected_cards.monthly_cards {
		margin-top:-0.5em;
	}

	#selected_cards.monthly_cards div.selected_holder {
		margin-top:0;
		margin-left: 2.2%;
	}


}


.card {
	width: 22%;
	background: transparent;
	border:0;
	border-radius: 7%;
	position: relative;
	margin: 1% 0 0 8%;
	float: left;
	z-index: 0;
}

@media all and (orientation: portrait) {
	.card {
		margin: 0 0 2% 8%;
	}
}

.card_month {
	width: 100%;
	background: transparent;
	border:0;
	border-radius: 7%;
	position: relative;
	margin: 0;
	float: left;
	z-index: 0;
}

.cardFace {
   position: absolute;
   top:0;
   left: 0;
   width: 100%;
   height: 100%;
	border-radius: 7%;
   box-shadow: 0 0 2px 1px #505050;
}

@media all and (orientation: portrait) {
	.cardFace {
		box-shadow: 0 0 1px 1px #505050;
	}
}

.card_meaning {
	width:95%;
	margin:2% auto 3em auto;
	clear: both;
	background: transparent url(../img/divider.png) bottom center no-repeat;
	padding-bottom:2%;
	text-align: justify;
}


@media all and (orientation: landscape) and (max-width:890px) {
	.card_meaning {
		min-height: 17em;
	}

}

@media all and (orientation: portrait) {
	.card_meaning {
		background-size: 100% auto;
	}
}

@media only screen and (min-width: 800px) {
	.card_meaning {
		background-size: 50% auto;
	}
}

.card_meaning div {
	float:left;
	width:30%;
	max-width:200px;
	padding-right: 5%;
}

.clear {
	width:100% !important;
	clear: both !important;
	float: none !important;
}

.clear.result {
	margin-top:-3em;
}

@media all and (orientation: portrait) {
	.clear.result {
		margin-top:0;
	}
}


.card_meaning img {
	width: 100%;
	background: transparent;
	border:0;
	border-radius: 7%;
	box-shadow: 0 0 5px 1px #101010;
	position: relative;
}

@media all and (orientation: portrait) {
	.card_meaning img {
		box-shadow: 0 0 2px 1px #101010;
	}
}


.card_meaning h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size:1.7em;
	color:inherit;
	text-align: center;
	margin: 0.5em 0 0.5em 0;
	text-align: left;
	color:#cb3f3e;
}

.card_meaning h3.month_result {
	color: #176768;
}

ul {
	padding:0;
	list-style-position: inside;
}

.card_meaning p, ul {
	font-size: 1em;
	line-height: 1.6em;
	margin: 0 0 1em 0;
	width: 100%;
}

#selected_cards {
	width:100%;
	margin: 5% auto 0 auto;
	position: relative;
	left:1%;
    z-index: 0;
    border: 1px solid rgba(255,255,255,0);
    box-sizing: border-box;
    
    padding-bottom: 3em;
}

@media all and (orientation: portrait) {
	#selected_cards {
		padding-bottom: 1em;
		margin-top: 0;
		min-height: 300px;
	}
}

@media all and (orientation: landscape) and (min-width: 890px) {
	#selected_cards {
		padding-bottom: 4em;
	}
}

#cards_deck {
	width: 21%;
	margin: 2% auto 2% auto;
	position: relative;
}

#card_fake {
	position: relative;
	visibility: hidden;
}

#cards_deck img {
	width: 100%;
}


@media all and (orientation: landscape) {
	#selected_cards {
		margin: 0;
		width: 80%;
		float: left;
	}

	.card {
		width: 15%;
		margin: 2% 0 0 2%;
		position: relative;
		z-index: 0;
	}

	.card_month {
		width: 100%;
		margin: 0;
		position: relative;
		z-index: 0;
	}
   
	#cards_deck {
		float: right;
		width: 15%;
		margin: 10% 2% 0 0;
	}

	.selected_holder {   
		text-align: center;
		position: relative;
		width: 15%;   
		float: left;
		margin: 0 0 2% 3.5%;
	}

	div.monthly_cards .selected_holder {
		margin-left:1.4%;
	}

	.line2 {
		margin: 2% 0 0 10%;
	}

	.cardback {
		width: 80%;
		height: 76%;
	}
   
	#cards_deck img.cardback {
		width:80%;
	}
}

@media all and (orientation: landscape) and (min-width:890px) {
	.card {
		width: 12%;
		margin-left:6%;
	}
   
	#cards_deck {
		width: 12%;
	}

	.selected_holder {
		width: 12%;
	}

	.line2 {
		margin-left:15%;
	}

	div.monthly_cards .selected_holder {
		margin-left:4%;
	}
}


@media all and (orientation: landscape) and (min-width:890px) {
	#selected_cards {
		margin:0 auto 0 auto;
		float: none;
        width: 90%;
	}


}

#footer {
	
	color:#277e7f;
	width: 100%;
	text-align: center;
	font-size: 1em;
	line-height: 1.7em;
	box-sizing: border-box;
	padding-top:40px;
}

#footer > #houses {
	background-color: transparent;
	background: url(../img2025/houses.png) repeat-x;
	background-size: auto 80px;
	height: 86px;

}

#footer > #rest {
	background-color: #034142;
}



#footer p {
	font-size:0.9em;
	line-height: 1.2em;
	margin-top: -7px;
	width: 100%;
	max-width: 950px;
	box-sizing: border-box;
	padding:2em 1em 1em 1em;
	color:inherit;
	-webkit-margin-after: 0;
	margin-bottom: 0;
}

#footer a {
	color:#afd4d5;
	font-size: 1.2em;
	line-height: 1.6em
}

.error {
	position: absolute;
	top: 30%;
	left: 18%;
	width: 64%;
	margin: 0;
	border: 2px solid red;
	font-size: 1.2em;
	font-weight: bold;
	color: maroon;
	padding: 0;
	height: 3em;
	line-height: 3em;
	background: white;
	display: none;
}


.imgframe {
	display: inline-block;
	background-color: transparent;
	border: 2px solid #981518;
	border-radius: 5px;
	box-sizing: border-box;
	padding:5px;
}

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

.center {
	text-align: center;
}

.aboutus_list {
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto 0 auto;
}

.privacy_list {
	color:inherit;
	box-sizing: border-box;
	width: 95%;
}

.privacy_list p {
	width: 100%;
	margin-top: 0;
	font-weight: normal;
}

.privacy_list li {
	font-weight: bold;
	line-height: 1.4em;
}

p.first {
	margin-top: 2em;
}

#user_hint {
   display: none;
}

#error_hint {
   visibility: hidden;
   color: red;
   font-weight: bold;
}

#payform {
	display: none;
	position: relative;
}

#process_hint {
		opacity: 0;
}


.title_holder {
	margin: 2em auto 1% auto;
	min-height: 1.5em;
}

.title_holder h3 {
	margin-top:0;
	padding-top:0;
	margin-bottom: 0;
	font-size: 1.6em;
}

@media all and (orientation: landscape) {

	.title_holder {
		margin-top:0;
		margin-bottom: 0;
	}

	.title_holder h3 {
		margin-bottom: 0;
		margin-top:-0.2%;
		font-size: 1.7em;
	}
}

@media all and (orientation: landscape) and (min-width: 890px) {
	.title_holder {
		margin-top:5px;
		margin-bottom: 0;
		min-height: 1.2em;
		text-align: center;
	}

	.title_holder h3 {
		display: inline-block;
		font-size: 1.8em;
		background-image: url(../img2025/title_decor_L.png), url(../img2025/title_decor_R.png);
		background-position: left top, right top;
		background-repeat: no-repeat;
		padding:15px 97px 20px 97px;
		box-sizing: border-box;
		background-size:97px 49px, 97px 49px;
		min-height: 41px;
		width: auto;
	}
}

#sms_wait_div {
	padding-top: 1.5em;
	display: none;
	line-height:1.5em;
}

#sms_wait_div img {
	top:0;
	width:15px;
	height:15px;
}

#code_button {
	margin-top:1em;
}

#msg_text {
	white-space: nowrap;
}

.front {
	z-index: 10;
}

#cards_desk {
   min-height: 180px;
   margin: 10px auto 0 auto;
   position: relative;
   z-index: 2;
   width:92.5%;
}

.carddesk {
	width: 12%;
    height: 80%;
    margin: 0 0 0 1%;
	background: transparent;
	border:0;
	border-radius: 7%;
	position: absolute;
    cursor: pointer;    
}

.textcenter {
	text-align: center;
}

.textcenter img {
	max-width: 80%;
}
.desktoponly,.desktoponlylink {display: none;}

.mobileonly {display: block;}

@media all and (orientation: landscape) and (min-width:890px) {
    .desktoponlylink { display: inline-block !important; }
    .mobileonly { display: none !important; }
    .desktoponly { display: block !important; }
    
}

#codeerror {
    width: 60%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 1em;
    line-height: 1em;
    border: 2px solid red;
    border-radius: 5px;
    z-index: 10;
    position: absolute;
    left:20%;
    font-weight: bold;
    display: none;
}

input.loading {
    background-image: url("../img/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: 93% 50%;
}

.prev {
	text-align: center;
}

.prev label {
	width: 100%;
	display: inline-block;
}

.prev input {
	width: 40%;
	display: block;

}

.prev input::-webkit-input-placeholder {
   color: rgba(125,69,47,0.6);
}
.prev input:-moz-placeholder { /* Firefox 18- */
   color: rgba(125,69,47,0.6);
}
.prev input::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(125,69,47,0.6);
}
.prev input:-ms-input-placeholder {  
   color: rgba(125,69,47,0.6);
}

#preverror {
    width: 60%;
    box-sizing: border-box;
    padding: 1em;
    line-height: 1em;
    border: 2px solid #ff0000;
    border-radius: 5px;
    font-weight: bold;
    margin: 0 auto -2em auto;
    color: #ff0000;    
    background-color: #ffffff;
    visibility: hidden;
	z-index: 5;
    position: relative;
}


div.ad {
	text-align: center;
	display: block;
	margin: 9em auto 9em auto;
	font-size:0.7em;
	line-height: 1.2em;
	clear: both;
	margin-bottom:9em;
}

div.ad > div {
	margin: 0 auto 0 auto;
}

div.ad_wrapper {
	margin-top:3em;
}

@media all and (orientation: portrait) and (max-width: 350px) {

	div.ad_wrapper {
		position: relative;
		left:-15px;
		max-width: 270px;
	}
}

#dateval {
	cursor: pointer;
}

.month {
	margin: auto;
	visibility: hidden;
	opacity: 1;
	color: #176768;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.2em;
	font-style: italic;  
	font-weight: bold;  
}


.month_result {
   	
}

.res_holder {
   text-align: center;
}

#lenormand_pic {
	margin-top:3em;

}

.cshadow {
	box-shadow: 0 0 2px 1px #505050;
}


table.stiches {
	width:100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	position: relative;
	top:0;left:0;
}

table.stiches td {
	vertical-align: middle;
}


.TL, .TR, .BL, .BR {
	width: 4px;
	height: 4px;
	margin: 0;
	padding: 0;
	position: relative;
	top:0;
	left:0;
	z-index: 0;
}


table.stiches .T {
	background:transparent url(../img2025/decoration_H.png) 0 0 repeat-x;
	background-size: 18px 5px;
}

table.stiches .B {
	background:transparent url(../img2025/decoration_H.png) 0 0 repeat-x;
	background-size: 18px 5px;
}

table.stiches .L {
	background:transparent url(../img2025/decoration_V.png) 0 0 repeat-y;
	background-size: 5px 18px;
}

table.stiches .R {
	background:transparent url(../img2025/decoration_V.png) top right repeat-y;
	background-size: 5px 18px;
}

.decoration_TL {
	position: absolute;
	width: 148px;
	height: auto;
	display: block;
	top:6px;
	left: 6px;
}

.decoration_TR {
	display: block;
	width: 148px;
	height: auto;
	position: absolute;
	top:6px;
	left:-144px;
	transform: scaleX(-1); 
	-webkit-transform: scaleX(-1); 
	-ms-transform: scaleX(-1);
}

.decoration_BL {
	position: absolute;
	width: 149px;
	height: auto;
	display: block;
	top:-250px;
	left: 6px;
}

.decoration_BR {
	display: block;
	width: 149px;
	height: auto;
	position: absolute;
	top:-250px;
	left:-144px;
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1); 
	-ms-transform: scaleX(-1);
}

#view_month, #view_quest {
	margin-bottom: 2em;
}

@media all and (orientation: landscape) and (min-width: 890px) {

	#view_month {
		margin-bottom:3em;
	}
}

#result {
	clear:both;
	position: relative;
	z-index: 30;
}

@media all and (orientation: portrait) {   

   #cards_deck.mobileonly > .active {      
      display: none;
   }
   
   #dummy {
      position: relative;
      visibility: hidden;      
   }
   
   #dummy.line_0 {
      top: -220px;
   }
   
   #dummy.line_1,
   #dummy.line_2 {
      top: -110px;
   }
   
   #dummy.line_3 {
      top: 0px;
   }

#dummy.line_2.monthly {
	top:-60px;
}

#dummy.line_3.monthly {
	top:-50px;
}

}

a.helplink {
	font-size: 1em !important;
	line-height: 1em !important;
}

.bottom_decor {
	margin: 0 auto 0.6em auto;
	width: 99%;
	height: 49px;
	clear: both;
	background: transparent url(../img2025/lights_pattern.png) top left repeat-x;
}

@media all and (orientation: portrait) and (max-width: 320px) {
	#start_button_star_decor {
		background: transparent;
		padding-top: 0;
	}
}
#payready {
	display: none;
	position: relative;
}

