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

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


body{
	margin:0;
	padding:0;
  	font:1em Arial,helvetica,sans-serif;
	line-height: 1.7em;
	color:#6f5a4f;
	width:100%;
	height: 100%;
	overflow-x: hidden;
	
	background-image: url(../img/2023/background_snow_mobile.png), url(../img/2023/background_pattern_snowflakes.png);
	background-repeat: repeat-x, repeat;
	background-size: auto 100px, 256px 256px;
	background-position: top left, top 120px left;
	background-color: #0c3c6a;
}


.sheet {
	background-color: #fcf2e5;
	background-image: linear-gradient(to right, #e3d7c7 0%, #fcf2e5 10%, #fcf2e5 90%, #e3d7c7 100%);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto auto;
	border:1px solid #fffaf6;
	box-shadow: 0 0 3px 1px #101010;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-bottom: 3em;
	padding:4px;
	border-radius: 10px;
}

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


.rot1, .rot2 {
	display: none;
}


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

	body {
		background-image: url(../img/2023/background_snow.png), url(../img/2023/background_pattern_snowflakes.png);
	}

	div#main > div.sheet_holder > div.sheet.transparent {
		background-image: linear-gradient(to right, #e3d7c7 0%, #fcf2e5 10%, #fcf2e5 90%, #e3d7c7 100%);
		border:1px solid #fffaf6;
		box-shadow: 0 0 3px 1px #101010;

	}

	.sheet {
		padding:6px;
		min-height: 700px;
		border-radius: 15px;
	}

	.rot1, .rot2 {
		display: block;
		position: absolute;
		transform: rotate(-3deg);
		background-image: -webkit-linear-gradient(to right, #e3d4c8 0%, #fff7f1 10%, #fff7f1 90%, #e3d4c8 100%);
		background-image: linear-gradient(to right, #e3d4c8 0%, #fff7f1 10%, #fff7f1 90%, #e3d4c8 100%);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: auto auto;
		max-height: 550px;
	}

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

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

#main {
	width:95%;
	max-width: 900px;
	margin: 24px auto 2em auto;
	box-sizing: border-box;
	padding-top:0px;
	position: relative;
	z-index: 10;
}


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

	div.logo {
		margin-top:-25px;
	}
}

@media all and (orientation: landscape) and (min-width: 890px) {
	#main {
		margin-top:70px;
		margin-bottom: 3em;
	}
}


.content {
	box-sizing: border-box;
	padding-top:15px;
	min-height: 500px;
	position: relative;
	z-index:5;
}

@media all and (orientation: landscape) {
	.content {
		min-height: 320px;
	}
}

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

	.content {
		padding-top:60px;
		min-height: 800px;
	}
}



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

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

	#main.main_cards, #main.monthly_cards, #main.question_cards {
		margin-top:20px;
		padding-top:0px;
	}
}

@media all and (orientation: portrait) {
	

}

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



h3.pagetitle.cards_title {
	font-size:1.8em;
	background: transparent;
	padding-bottom: 0;
	margin-bottom: 0.5em;
	margin-top: -40px;
	background-image: url(../img/2023/leafs_left.png), url(../img/2023/leafs_right.png);
   background-position: top left, top right;
   background-size: 118px 73px, 118px 73px;
   height: 73px;
   background-repeat: no-repeat;
}



#main.main_cards, #main.monthly_cards, #main.question_cards {
	margin-top:10px;
}


@media all and (orientation: landscape) and (min-width:890px) {
	#main.main_cards, #main.monthly_cards, #main.question_cards {
		margin-top:30px;
	}
}

#left_decor {
	display: block;
	margin:0 auto 0 auto;
	width: 40%;
}

#star_left {
	width: 100%;
	position: relative;
	left: -15%;
	margin-bottom: -75%;
}

#star {
	width: 50%;
	margin-top:-40px;
}


ul.start {
	width: 90%;
	margin: 0 auto 0 auto;
	top:-20px;
	color: #fff7f1;
	text-shadow: 1px 1px 1px #000000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size:1.5em;
	list-style: none;
	text-align: center;
	padding: 0;
	line-height: normal;
	z-index: 0;
	position: relative;

	border:1px solid #6f86ca;
	border-radius: 10px;
	background-image: linear-gradient(to bottom, rgba(109,120,199,0.8) 0%,rgba(69,83,156,0.8) 100%);
	box-shadow: 0 0 5px #000000;
}


ul.start li {
	padding: 0 0.7em 24px 0.7em;
	margin-top: 0.5em;
	font-weight: normal;
	box-sizing: border-box;
	background-image: url(../img/2023/star.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

ul.start li:first-of-type {
	padding-top:0.5em;
}

ul.start li:last-of-type {
	margin-bottom: 1em;
}

@media all and (orientation: landscape) and (min-width:890px) {
	ul.start {
		min-height: 250px;
		width: 75%;
	}

	ul.start li {
	}

	ul.start li {
		margin-top: 1.5em;
	}
}


#right {
	width:100%;
}

#left {
	float:left;
	text-align: center;
	width:30%;
	margin:-60px 0 0 0;
}



#left p {
	font-style: italic;
	font-size: 1.1em;
}


#left p:first-of-type {
	margin-top:0;
}

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

#star_top {
	display: none;
}

@media all and (orientation: landscape) and (min-width: 890px) {
	#star_top {
		margin:-65px auto 10px auto;
		position: relative;
		display: block;
		width:100px;
		height: 100px;
	}
}


p {
	width: 95%;
	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: auto;
   position: absolute;
   top:0;
   z-index: 30;
   display: none;
}

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

.popup {
	width:90%;
	max-width:500px;
	background: #2062a2 url(../img/2023/45-degree-fabric-dark.png) top left repeat;
	margin: auto;
	border-radius: 5px;
	border: 1px solid #4b549c;
	color:inherit;
	overflow: hidden;
	z-index: 100;
	text-align: center;
	box-sizing: border-box;
	padding:0.5em;
	box-shadow: 0px 0px 400px 400px rgba(0,0,0,0.5);
}

.popup_inner {
	border-radius: 5px;
	border:1px solid #4b549c;
	box-shadow: inset 0 0 5px #606060;
	background: #fcf2e5;
	box-sizing: border-box;
	padding:0.5em;
}

@media all and (orientation: landscape) and (min-height: 480px) {
	.popup {
		width: 70%;
	}

	.popup_inner {
		background-position: center bottom -25px;
	}
}
@media all and (orientation: landscape) and (min-width: 890px) {
	.popup {
		box-shadow: 0px 0px 400px 400px rgba(0,0,0,0.5);
		padding:15px;
	}

	.popup_inner {
		padding:1em;
	}
}


.popup h3 {
	text-align: center;
	padding: 0;
	margin:0;
	font-size: 1.3em;
	font-family: Arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0.5em;
	color:#ff4053;
}

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

.popup a.button {
	width: 70%;
	padding-bottom: 20px;
	padding-top: 20px;
}

@media all and (orientation: landscape) and (min-width: 890px) {
	.popup a.button {
		width: 60%;
	}
}

#paywait {
	padding-bottom: 80px;
}

.popup a.button:hover {
	padding-top:21px;
	padding-bottom: 19px;
}


input {
    border: 1px solid #ff4053;
    padding: 4px;
    width: 60%;
    background-color: #f8efea;
    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;
}

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

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


.button {
	border:3px solid #fac97d;
	margin: 0 auto 0 auto;
	display: block;
	line-height: 1.5em;
	text-decoration: none;
	text-align: center;
	font-size: 1.4em;
	line-height: 1em;
	border-radius: 8px;
	box-shadow: 0 0 4px #faaf3b inset, 0 0 6px #404040;
	background-color: #faaf3b;
	background: linear-gradient(to bottom, #fdc163 0%, #fdc163 15%, #faaf3b 15%, #faaf3b 85%, #e48e08 85%, #e48e08 100%);
	color:#ffffff;
	text-shadow: 0 0 3px #404040;
	text-shadow: 0 0 2px #202020, 0 0 5px #faba73;
	font-weight: bold;
	padding:10px 3px 10px 3px;
	max-width: 400px;
	position: relative;
	z-index: 10;
}

.button.red {
	border: 3px solid #990d24;
	background: linear-gradient(to bottom, #ff4053 0%, #ff4053 15%, #c80d2c 15%, #c80d2c 85%, #ac0924 85%, #ac0924 100%);
}

.button.red:hover {
	background: linear-gradient(to bottom, #c80d2c 0%, #c80d2c 100%);
	box-shadow: 0 0 8px #6f0a1b inset, 0 0 6px #404040;
}

.button img {
	position: absolute;
	display: none;
	width: 102%;
	height: auto;
	left:  -1%;
	top: -3px;
	border:0;
}

.button:hover {
	padding-top:11px;
	padding-bottom: 9px;
	text-shadow: 0 0 2px #202020, 0 0 5px #faba73;
	background: linear-gradient(to bottom, #fdc163 0%, #fdc163 15%, #faaf3b 15%, #faaf3b 85%, #e48e08 85%, #e48e08 100%);
	background: linear-gradient(to bottom, #faaf3b 0%, #faaf3b 100%);
	box-shadow: 0 0 8px #bb7200 inset, 0 0 8px #101010;
}




a.button.twolines {
	line-height: 1em;
}

a.button.twolines:hover {
	/*padding-top:21px;*/
}



.button468 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	max-width: 468px;
	box-shadow: 0 0 4px #e08e7d inset, 0 0 8px #101010;
	border-radius: 10px;
	left:0;
}


.button.button468 img {
	position: absolute;
	display: block;
	width: 70px;
	height: 70px;
	bottom:-20px;
	right: -40px;
}



.button.button468:hover img {
	position: absolute;
	display: block;
	width: 70px;
	height: 70px;
	bottom:-21px;
	right: -40px;
}

a.button468.twolines {
    padding-top: 10px;
    padding-bottom: 11px;
}

a.button468.twolines:hover {
    padding-top: 11px;
    padding-bottom: 10px;
}

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

	.button.button468 img, .button.button468:hover img {
		display:none;
	}
}

@media all and (orientation: landscape) and (max-width: 480px) {
	a.button468.threelines {
		max-width: 400px;
		height: auto;
	}
}

@media all and (orientation: portrait) {
	.button468 {
		width:96%;
		margin:0 auto 0 auto;
	}

	a.button468.threelines {
		padding-top:5px;
		font-size:1.3em;
		line-height: 1.1em;	
		height: auto;
	}

}
#start_button {
	width: 80%;
	margin-top:120px;
}


#start_button1 {
	width: 80%;
	margin-top:0.5em;
}

@media all and (orientation: landscape) and (max-width: 600px) {
	#start_button1 {
		transform: scale(0.9);
	}
}


@media all and (orientation: landscape) and (max-width: 550px) {
	#start_button1 {
		transform: scale(0.8);
		/*left:-85%;*/
	}
}

.button_decor_cards_angels > a.button {
	width: 80%;
}

@media all and (orientation: landscape) and (min-width: 890px) {
	.button_decor_cards {
		border:1px solid transparent;
		display: block;
		height: 86px;
		background:transparent url(../img/button_cards_decor.png) -10px 0 no-repeat;
		background-size:80px 172px;
	}

	.button_decor_cards:hover {
		background-position: -2px -86px;
	}

	.button_decor_cards_angels {
		box-sizing: border-box;
		padding-top:25px;
		border:1px solid transparent;
		display: block;
		width:100%;
		max-width: 700px;
		height: 170px;
		margin:0 auto 30px auto;
		background-image: url('../img/2023/button_decor1.png');
		background-position: top center, center center;
		background-repeat: no-repeat;
		background-size:400px auto;

	}

	.button_decor_cards_angels > a.button {
		max-width: 250px;
		min-height: 45px;
	}

	div.popup .button_decor_cards_angels {
		max-width: 100%;
		padding-top:60px;
		height: 95px;
		background-position: top center;
	}
}


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



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

.disclaimer_top {
	
	text-align:center;
	font-style:italic;
	padding:0.2em;
	line-height:1em;
	color:#abd5ff;
	font-size:0.8em;
	top:0px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 20;
	text-shadow: -1px -1px 0 #0d2d4c, 1px -1px 0 #0d2d4c, -1px 1px 0 #0d2d4c, 1px 1px 0 #0d2d4c;
	position: relative;
}


@media all and (orientation: landscape) and (min-width:890px) {
	.disclaimer_top {
		padding: 5px;
		width: unset;
		left: unset;
		top:0;
		padding-right: 1em;
		text-align: center;
		border-radius: 0 0 0 10px;
		border: 1px solid #18436d;
		width: 260px;
		margin: 0 0 0 auto;
		background-color: rgba(32, 98, 162, 0.85);
	}
}

.disclaimer {
	font-size: 0.9em;
	margin: 1em 0 1em 0;
}

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

.logo {
	width: 95%;
	margin: 0 auto 0 auto;
	background-image:url(../img/2023/leafs_left.png), url(../img/2023/leafs_right.png);
	background-size:30% auto;
	background-position: center left, center right;
	background-repeat: no-repeat;
}



.logo h3 {
	width: 100%;
	margin-top: -5px;
	margin-bottom: 1%;
	font-size:1.7em;
	padding:0 15px 0 15px;
	box-sizing: border-box;
	color:#ff4053;
}

@media all and (orientation: landscape) {
	.logo {
	}

	.logo h3 {
		font-size: 2.2em;
		width: 100%;
	}


}


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

.logo img {
	height: auto;
	margin: 0 auto 0 auto;
	display: block;
	max-width: 400px;
	width: 75%;
	position: relative;
	z-index: 10;
	margin-top:-90px;

}

.logoimg {
	width: 75%;
	height:0;
	padding-top:46%;
	z-index:5;
	position:relative;
	background-image:url(../img/logo.png);
	background-size:100% 100%;
	margin: 0 auto 0 auto;
	display: block;
	clear: both;
}


.logo img.left {
	float: left;
	transform: rotate(90deg);
	margin-top: 0;
	margin-left: -120px;
}

.logo img.right {
	float: right;
	transform: rotate(-90deg);
}

@media all and (orientation: landscape) and (min-width: 890px)  {
	.logo h3 {
    	font-size: 2.2em;
    	font-family: Arial, helvetica, sans-serif;
		font-style: normal;
		font-weight: normal;
		color:#ff4053;
		text-align: center;
		line-height: 1em;
		text-shadow: none;
		margin-top: 10px;
	}
	.logo img {
		width: 40%;
		margin-top:0;
	}
}

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

	.logo {
		margin-top:-60px;
		margin-bottom:2em;
		background-image: url(../img/2023/background_leaves_logo.png);
		background-position: top 120px center;
		background-repeat: no-repeat;
		background-size: 90% auto;
		padding-bottom: 0px;
		box-sizing: border-box;
	}

	.logo h3 {
		padding-top:25px;
		padding-bottom: 0;
		margin-top:0;
		font-size: 2.2em;
		padding-left: 0;
		padding-right: 0;
	}

	.logo img {
		width: 50%;
	}
}


.pagetitle {
	width: 80%;
	font-family: Arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color:#ff4053;
	text-align: center;
	line-height: 1em;
	margin: 0.5em auto 0.5em auto;

	padding-bottom: 15px;
	box-sizing: border-box;
	font-size: 2em;

}



@media all and (orientation: landscape) {

	.logo {
		background-image: url(../img/2023/background_leaves_logo.png);
		background-position: top 120px center;
		background-repeat: no-repeat;
		background-size: 80% auto;
	}
	.pagetitle {
		background-size: 40% auto;
	}

	.logoimg {
		width: 45%;
		padding-top:27.75%;
	}

	.logo h3.title {
		margin-top: 20px;
	}
}

@media all and (orientation: landscape) and (min-width: 890px) {
	.pagetitle {
		margin-top:1em;
		background-size: 50% auto;
	}
}

.title {
	width: 90%;
	font-family: Arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:1.7em;
	color:#ff4053;
	text-align: center;
	line-height: 1em;
	margin: 0 auto 0.5em auto;
}

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

.title.question {
	background: none;
}

p.start_bullets {
	width: 90%;
	margin:0 auto 0 auto;
	margin-top:0.2em;
	line-height: 1.1em;
	font-style: italic;
	text-align: center;
}

@media all and (orientation: portrait) and (max-width: 320px) {
	p.start_bullets {
		margin-top:0.3em;
	}
}

.cardback {
	width: 100%;
	height: 92%;
	background: transparent;
	border:0;
	border-radius: 7%;
	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:0;
	}

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

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

}


.card {
	width: 22%;
	background: transparent;
	border:0;
	border-radius: 7%;
	/*box-shadow: 0 0 10px 4px #101010;*/
	box-shadow: 0 0 2px 1px #505050;
	position: relative;
	margin: 1% 0 0 8%;
	float: left;
	visibility: hidden;
    z-index: 0;
}

@media all and (orientation: portrait) {
	.card {
		margin: 0 0 2% 8%;
		box-shadow: 0 0 1px 1px #505050;
	}
}

.card_month {
	width: 100%;
	background: transparent;
	border:0;
	border-radius: 7%;
	box-shadow: 0 0 1px 1px #505050;
	position: relative;
	margin: 0;
   float: left;
   visibility: hidden;
   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 1em auto;
	clear: both;
	padding-bottom:0;
	text-align: justify;
}

@media all and (orientation: landscape) {
	.card_meaning {
		margin-bottom:0;
	}
}

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


.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:0;
}



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

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


.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: Arial, helvetica, sans-serif;
	font-style: normal;
	font-size:1.7em;
	color:#ff4053;
	text-align: center;
	margin: 1em 0 0.5em 0;
	text-align: center;
	margin-bottom: 1.2em;
	font-weight: normal;

	background-image: url(../img/line_left.png), url(../img/line_right.png);
	background-position: center left, center right;
   background-size: 15% 1px, 15% 1px;
   background-repeat: no-repeat;

   padding-left: 15%;
   padding-right: 15%;
}





.card_meaning h3.month_result {
	color: #ff4053;
	text-align: center;
	background: transparent;
	padding-bottom:0;
	margin-top:0;
	margin-bottom: -0.6em;
	font-size: 2.2em;
	background-image: url(../img/line_left.png), url(../img/line_right.png);
	background-position: center left, center right;
   background-size: 20% 1px, 20% 1px;
   background-repeat: no-repeat;
}

.card_meaning h3.card_name {
	color:  #2062a2;
	background: none;
	padding-left: 0;
	padding-right: 0;
}

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

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

#selected_cards {
	width:95%;
	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: 2.5em;
}

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

@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:#868581;
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 1em;
	line-height: 1.7em;
	position: relative;
	z-index: 0;
	box-sizing: border-box;
}

#footer div.top {
	height: 60px;
	background-image: url('../img/2023/footer_tree_left.png'), url('../img/2023/footer_tree_right.png');
	background-position: bottom left 25%, bottom right 5%;
	background-repeat: no-repeat;
	background-color:transparent;
	background-size: auto 100%;
	margin-bottom: -15px;
	z-index: 10;
	position: relative;
}

#footer div.bottom {
	background-color: #f7f5ef;
	border:1px solid #f7f5ef;
	margin-top:-1px;
	box-sizing: border-box;

}

@media all and (orientation: landscape) {
	#footer {
		
		margin:0;
		padding:0;
	}
}

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

	#footer {
	}
	#footer div.top {
		height: 120px;
	}
}


#footer div {
	width: 100%;
}




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

#footer a {
	color:#32408c;
	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: 1px solid #d8cebc;
	border-radius: 5px;
	box-sizing: border-box;
	padding:5px;
	margin-top:2em;
	margin-bottom: 2em;

}

.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;
}

#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-top: 0;
	margin-bottom: 1em;
}

.title_holder h3 {
	font-style: normal;
	font-family: Arial, helvetica, sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 1.6em;    
}

@media all and (orientation: landscape) {
	.title_holder h3 {
		margin-top:5px;
		margin-bottom: 0;
	}
}

@media all and (orientation: landscape) and (min-width: 890px) {
	.title_holder {
		margin-top: -35px;
		min-height: 1.5em;
	}

	.title_holder h3 {
		font-style: normal;
		font-size: 1.1em;
		font-family: Arial, helvetica, sans-serif;
		margin-top:0;
		text-transform: uppercase;
	}
}

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

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

#code_button {
}

#msg_text {
	white-space: nowrap;
}

.front {
	z-index: 10;
}

.back {
	
}

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

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

#angels {
	width:75%;
}

.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.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: 0 auto 0 auto;
	font-size:0.7em;
	line-height: 1.2em;
	clear: both;
	margin-bottom:9em;
}

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



#dateval {
	cursor: pointer;
	margin-bottom: 1em;
}

.month {
	margin: auto;
	visibility: hidden;
	opacity: 1;
	color: #ff4053;
	font-family: Arial, helvetica, sans-serif;
	font-size:1.2em;
	font-style: italic;    
}



.res_holder {
   text-align: center;
}



.monthly_disclaimer {
	font-style: italic;
	text-align: center;
	margin-top:3em;
	margin-bottom: 2em;
}

@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;
	}
}

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

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

table.stiches td.stich_content {
	padding-bottom: 1em;
}

@media all and (orientation: landscape) and (min-width: 890px) {
	table.stiches {
		min-height: 700px;
	}
}

.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(../img/2023/decoration_H.png) 0 0 repeat-x;
	background-size: 6px 4px;
}

table.stiches .B {
	background:transparent url(../img/2023/decoration_H.png) 0 0 repeat-x;
	background-size: 6px 4px;
}

table.stiches .L {
	background:transparent url(../img/2023/decoration_V.png) 0 0 repeat-y;
	background-size: 4px 6px;
}

table.stiches .R {
	background:transparent url(../img/2023/decoration_V.png) top right repeat-y;
	background-size: 4px 6px;
}

.sub1 {
	color: #0c3c6a;
	text-transform: none;
}

#view_month2 {
	margin-top: 2em;
}

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

.download_link {
	width: 90%;
	margin: 1em auto 1em auto;
}

.download_link img {
	width: 100%;
}