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

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


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

.sheet {
	background-color: #fef2de;
	background-image: url(../img2019/paper_texture.png), radial-gradient(#fef2de 0%, #fef2de 50%, #eec095 100%);
	background-repeat: repeat, no-repeat;
	background-size: 250px 250px, 100% 100%;
	border:1px solid #fdf2df;
	box-shadow: 0 0 3px 1px #101010;
	position: relative;
	width: 100%;
	height: 100%;	
	box-sizing: border-box;
	padding:5px;

}

.sheet.repgradient {
	background-repeat: repeat, repeat-y;
	background-size: 132px 132px, 100% 600px;
}

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


.rot1, .rot2 {
	display: none;
}


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

	.sheet {
		padding:10px;
		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:#981518;
	display: block;
}


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

}

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

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

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

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

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

}

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


@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
    	#main {
    		padding-top: 75px;
    	}
    }


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

.sheet {

}


.main_cards, .monthly_cards, .question_cards {
	margin-top:5em;
}




#right {
	width:100%;
	margin-bottom: 5em;
}

#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:#b91d28;
	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 #b91d28;
}


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


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

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

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

.popup {
	width:90%;
	max-width:500px;
	background: #be1c1f url(../img2019/background_topdecor_pattern.jpg) top center repeat;
	background-size: 80px 80px;
	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;
	box-shadow: inset 0 0 5px #606060;
	background-color: #fef2de;
	background-image: url(../img2019/paper_texture.png), radial-gradient(#fef2de, #f5d8b8);
	background-repeat: repeat, no-repeat;
	background-size: 132px 132px, 100% 100%;

	background-image: radial-gradient(#fef2de, #eec095);
	background-repeat: no-repeat;
	background-size: 100% 100%;

	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:#981518;
}

.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;
	background-color: #17263e;
	height: 120px;
	border-bottom: 3px solid #ffffff;
	box-shadow: 0 0 0 2px rgba(1,1,1,0.3);
}

.topdecor div.wrapper {
	max-width: 1200px;
	margin: 0 auto 0 auto;
}

.topdecor div.side {
	width: 100%;
	height: 120px;
	background: transparent url(../img2019/background_topdecor_pattern.jpg) top center repeat;
	background-size: 80px 80px;
}

.topdecor div.left {
	float: left;
}

.topdecor div.right {
	display: none;
}

@media all and (orientation: landscape) and (min-width: 890px)  {
	.topdecor div.side {
		width: 49.5%;
		height: 120px;
		background: transparent url(../img2019/background_topdecor.jpg) top right no-repeat;
		background-size: 100%;
	}

	.topdecor div.right {
		float: right;
		transform: scaleX(-1);
		display: block;
	}
}


.button_decor_back {
	margin: 0 auto 0 auto;
	width: 320px;
	height: 191px;
	background-color: transparent;
	background-image: url(../img2019/title_decor_L.png), url(../img2019/title_decor_R.png), url(../img2019/button_decor_back.png);
	background-position: left center, right center, center 10px;
	background-repeat: no-repeat;
	background-size: 100px 82px, 100px 82px, 213px 142px;
	box-sizing: border-box;
	padding-top: 75px;
}

.button_decor_back.decor468 {
	width:100%;
	background-image: url(../img2019/button_decor_back.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 213px 142px;
	padding-top:50px;
	margin-bottom: 4em;
}

.button_decor_back.decor468 > a.button468 {
	margin-top:0;
}

@media all and (orientation: landscape) {
	.button_decor_back.decor468 {
		background-image: url(../img2019/title_decor_L.png), url(../img2019/title_decor_R.png), url(../img2019/button_decor_back.png);
		padding-top:75px;
		background-size: 100px 82px, 100px 82px, 213px 142px;
		background-position: left center, right center, center center;
	}
}

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

	.button_decor_back.decor468 {
		width:650px;
	}

	.button_decor_back.decor468 > a.button468 {
		margin-top:0;
	}

}

.button {

	width: 200px;
	height: 67px;
	background:transparent url(../img/button285.png) 0 0 no-repeat;
	background-size: 200px 134px;
	display: block;
	margin: 1em auto 0 auto;
	color: #ede4d2;
	text-decoration: none;
	font-weight: bold;
	line-height: 47px;
	font-size: 1.5em;
	text-shadow: 0 0 1px #000000, #303030 0px -1px;
	box-shadow: 0 0 5px #101010;
	border-radius: 4px;
	border:1px solid #770f03;
	text-align: center;
	box-sizing:border-box;
	padding:10px;
	cursor: pointer;
}

a.button.twolines {
	padding-top: 7px;
	line-height: 25px;
}

a.button:hover {
	background-position: 0 -67px;
	text-shadow: 0 0 1px #000000, 0 0 5px #faba73;
}

.button468 {
	background:url('../img/button468.png') 0 0 no-repeat;
	border: 0px;
	width: 100%;
	height: 76px;
	max-width: 468px;
}

a.button468:hover {
	background-position: 0 -76px;
	text-shadow: 0 0 1px #000000, 0 0 5px #faba73;
}

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

a.button468.threelines {
	background-size: 100% 200%;
	max-width: 468px;
}

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

	a.button468.threelines:hover {
		background-position: 0 0;
	}
}


@media all and (orientation: portrait) {
	.button468 {
		width:96%;
		margin:0 auto 0 auto;
		border-radius: 5px;
		box-shadow: 0 0 4px #e08e7d inset, 0 0 8px #101010;
		border-radius: 10px;
		border:1px solid #770f03;
		background: rgb(252,75,66);
		background: -moz-linear-gradient(top, rgba(252,75,66,1) 0%, rgba(119,5,14,1) 100%);
		background: -webkit-linear-gradient(top, rgba(252,75,66,1) 0%,rgba(119,5,14,1) 100%);
		background: linear-gradient(to bottom, rgba(252,75,66,1) 0%,rgba(119,5,14,1) 100%);
		background-image: url(../img2019/45-degree-fabric-dark.png), linear-gradient(to bottom, rgba(252,75,66,1) 0%,rgba(119,5,14,1) 100%);
		background-size: 150px 150px, 100% 100%;
		background-repeat: repeat, no-repeat;
		background-position: left top, center center;
	}

	a.button468:hover {
		background-position: 0;
	}

	a.button468.threelines, a.button468.twolines {
		background-size: 150px 150px, 100% 100%;
		font-size:1.3em;
		line-height: 1.1em;	
		height: auto;
		padding-top:7px;
	}

	a.button468.threelines:hover {
		background-position: 0 0;
	}
}

.button_decor_back .button {
	margin-top:0;
}

.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:#bfad97;
	text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
	font-style:italic;
	padding:0.3em;
	line-height:1em;
	font-size:0.85em;
	z-index: 20;
	position: relative;
    text-align: center;
}

@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: 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:-50px;
	}

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

.logo div.decor {
	width: 100%;
		background-image: url(../img2019/title_decor_L.png), url(../img2019/title_decor_R.png);
	background-size: 100px 82px, 100px 82px;
	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 33px 70px;
		width: 100%;
		background-image: url(../img2019/title_decor_L.png), url(../img2019/title_decor_R.png);
		background-size: 100px 82px, 100px 82px;
		background-position:  left center,  right center;
		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%;
		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;
	color:#981518;
}

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

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


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

	.card_meaning:first-of-type {
		border:1px solid red;
	}
}

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

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

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: 6em;
	}
}

#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 (max-width:890px) {
	.selected_holder {
		margin-left:3.5%;
	}
}*/

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


}

#footer {

	border-top:3px solid #ffffff;
	background-color: #17263e;
	color:#5783ae;
	width: 100%;
	text-align: center;
	font-size: 1em;
	line-height: 1.7em;
	box-sizing: border-box;
	padding-top:40px;
}


#footer div {
	width: 100%;
	background-color: #a28c77;
	background-color:rgba(162, 140, 119, 0.5);
	margin:-7px auto 0 auto;
}


#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:#5783ae;
	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: -0.2% 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:-1%;
		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(../img2019/title_decor_L.png), url(../img2019/title_decor_R.png);
		background-position: left top, right top;
		background-repeat: no-repeat;
		padding:15px 85px 20px 85px;
		box-sizing: border-box;
		background-size:77px 41px, 77px 41px;
		background-size: 80px 62px, 80px 62px;
		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: 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;
}


@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: #981518;
	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: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
	position: relative;
	top:0;
	left:0;
	z-index: 0;
}

table.stiches .TL {
	background:transparent url(../img2019/decoration_C.png) top left no-repeat;
	background-size: 6px 6px;
}

table.stiches .TR {
	background:transparent url(../img2019/decoration_C.png) top right no-repeat;
	background-size: 6px 6px;
}

table.stiches .BL {
	background:transparent url(../img2019/decoration_C.png) top left no-repeat;
	background-size: 6px 6px;
}

table.stiches .BR {
	background:transparent url(../img2019/decoration_C.png) top right no-repeat;
	background-size: 6px 6px;
}


table.stiches .T {
	background:transparent url(../img2019/decoration_H.png) 0 0 repeat-x;
	background-size: 140px 6px;
}

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

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

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

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