/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;}body{margin:0;}article,aside,footer,header,nav,section{display:block;}h1{font-size:2em;margin:0.67em 0;}figcaption,figure,main{display:block;}figure{margin:1em 40px;}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent;-webkit-text-decoration-skip:objects;}a:active,a:hover{outline-width:0;}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:inherit;}b,strong{font-weight:bolder;}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}dfn{font-style:italic;}mark{background-color:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}audio,video{display:inline-block;}audio:not([controls]){display:none;height:0;}img{border-style:none;}svg:not(:root){overflow:hidden;}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible;}button,select{text-transform:none;}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{display:inline-block;vertical-align:baseline;}textarea{overflow:auto;}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details,menu{display:block;}summary{display:list-item;}canvas{display:inline-block;}template{display:none;}[hidden]{display:none;}



/* ===============================================

	D E F A U L T
	Default styles of browsers

=============================================== */
*, *:before, *:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* ===============================================

	C O M M O N
	General styles

=============================================== */
html {
	position: relative;
}

body {
	color: #2a363b;
	font-size: 14px;
	line-height: 20px;
	font-family: sans-serif;
	/*font-family: Arial, sans-serif;*/
	background: #fafafa;
}

input, button, select, textarea {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
}

html, body {
	min-height: 100%;
	height: 100%;
}

/* -------------------------------------------
	Link
------------------------------------------- */
a {
	color: #337ab7;
	text-decoration: underline;
}

a:hover {
	color: #23527c;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

/* -------------------------------------------
	Images
------------------------------------------- */
img {
	vertical-align: middle;
}

/* -------------------------------------------
	Position and clear
------------------------------------------- */
.clearfix:before, .clearfix:after,
.container:before, .container:after {
	content: " ";
	display: table;
}

.clearfix:after, .container:after {
	clear: both;
}

/* -------------------------------------------
	Show and hide block
------------------------------------------- */
.hide {
	display: none !important;
}

.show {
	display: block !important;
}

/* -------------------------------------------
	Transition
------------------------------------------- */
.trn, .trna a {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* -------------------------------------------
	Opacity
------------------------------------------- */
.opacity-0 {
	opacity: 0;
	filter: alpha(opacity=0);
}

.opacity-1 {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.opacity-5 {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* -------------------------------------------
	Box-shadow
------------------------------------------- */
.box-shadow {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
}

/* -------------------------------------------
	User select
------------------------------------------- */
.no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* -------------------------------------------
	List reset
------------------------------------------- */
.reset, .reset > li {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* -------------------------------------------
	Text overflow
------------------------------------------- */
.to-el {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* -------------------------------------------
	Font smoothing
------------------------------------------- */
.fsmoothing-y {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fsmoothing-n {
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}





/* -------------------------------------------
	Grid sistem
------------------------------------------- */
.container {
	max-width: 414px;
	padding: 0px 10px;
	margin-right: auto;
	margin-left: auto;
}

/* -------------------------------------------
	Age
------------------------------------------- */
.age {
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	font-family: Arial, sans-serif;
	top: 3px;
	right: 2px;
	position: absolute;
	z-index: 6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.age-1 {
	display: none;
	color: #2a363b;
}
.age-2 {
	display: block;
}

/* -------------------------------------------
	Pseudo table
------------------------------------------- */
.pseudo-table {
	width: 100%;
	/*height: 100%;*/
	display: table;
	table-layout: fixed;
}

.pseudo-table > li {
	display: table-row;
}

.pseudo-table > li > div {
	display: table-cell;
	vertical-align: middle;
}

/* -------------------------------------------
	Button and Price: Pseudo table
------------------------------------------- */
.btn-price-pseudo-table {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 4;
}

.btn-price-pseudo-table > li {
	display: table-row;
}

.btn-price-pseudo-table > li > div {
	display: table-cell;
	vertical-align: middle;
}

/* -------------------------------------------
	Images display: block;
------------------------------------------- */
.logo img, .btn-ok-icon img, .cont-img-icon img {
	width: 100%;
	height: auto;
	display: block;
}

/* -------------------------------------------
	Button style
------------------------------------------- */
.btn-container {
	text-align: center;
	position: relative;
	padding: 0px 0px;
}

	/* -------------------------------------------
		Button
	------------------------------------------- */
	.btn {
		display: block;
	}

	.btn, .btn:hover {
		color: #fff;
		text-decoration: none;
	}

	.btn-ok-txt, .btn-ok-icon {
		display: inline-block;
		vertical-align: middle;
	}

		/* -------------------------------------------
			btn-ok
		------------------------------------------- */
		.btn-ok {
			max-width: 260px;
			width: 100%;
			padding: 1px;
			margin: 0 auto;
			background: #495b6a;
			-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
			box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
			border-radius: 6px;
		}

		.btn-ok-bg {
			position: relative;
			/*padding: 42px 0;*/
			border-radius: 5px;
		}

		.btn-ok-txt {
			width: 50%;
			float: left;
			font-size: 18px;
			line-height: 20px;
			font-weight: bold;
			letter-spacing: 1.5px;
			text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
		}
			.btn-ok-txt span {
				display: block;
				padding: 14px 0px;
				-webkit-box-shadow: inset 0px 0px 3px 0px rgba(255,255,255,0.3);
				box-shadow: inset 0px 0px 3px 0px rgba(255,255,255,0.3);
			}

		.btn-ok-bg-1 {
			padding-right: 1px;
		}
			.btn-ok-bg-1 span {
				background: #5a7185;
				background: -moz-linear-gradient(top, #6d8ca7 0%, #647d93 50%, #5a7185 100%);
				background: -webkit-linear-gradient(top, #6d8ca7 0%,#647d93 50%,#5a7185 100%);
				background: linear-gradient(to bottom, #6d8ca7 0%,#647d93 50%,#5a7185 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d8ca7', endColorstr='#5a7185',GradientType=0 );
				border-radius: 5px 0px 0px 5px;
			}

		.btn-ok-bg-2 {}
			.btn-ok-bg-2 span {
				background: #0c8af5;
				background: -moz-linear-gradient(top, #2f9fff 0%, #0c8af5 50%, #0d82e6 100%);
				background: -webkit-linear-gradient(top, #2f9fff 0%,#0c8af5 50%,#0d82e6 100%);
				background: linear-gradient(to bottom, #2f9fff 0%,#0c8af5 50%,#0d82e6 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9fff', endColorstr='#0d82e6',GradientType=0 );
				border-radius: 0px 5px 5px 0px;
			}

		.btn-ok-icon {
			max-width: 40px;
			margin-left: 15px;
		}

	/* -------------------------------------------
		btn-cancel
	------------------------------------------- */
	.btn-cancel-container {
		text-align: center;
		/*margin-top: 15px;*/
		bottom: -60px;
		left: 0px;
		right: 0px;
		position: absolute;
	}

	.btn-cancel, .btn-cancel:hover {
		/*color: #768a9a;*/
		color: #fff;
	}

	.btn-cancel {
		height: 20px;
		display: inline-block;
		vertical-align: middle;
		font-size: 11px;
		line-height: 11px;
		text-align: center;
		padding: 5px 6px 0px;
		/*border: 1px solid #95bdce;*/
		/*background: #ffffff;*/
		background: #b5cadc;
		-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.13);
		box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.13);
		border-radius: 4px;
	}





/* -------------------------------------------
	Height full
------------------------------------------- */
.height-full {
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
}

/* -------------------------------------------
	Head
------------------------------------------- */
.head {}
	.head .container {
		position: relative;
	}

	/* -------------------------------------------
		logo
	------------------------------------------- */
	.logo {}

/* -------------------------------------------
	Content
------------------------------------------- */
.content {
	top: -20px;
	position: relative;
	padding-bottom: 20px;
	background: #fff;
	-webkit-box-shadow: 0px 15px 30px -10px rgba(0,0,0,0.15);
	box-shadow: 0px 15px 30px -10px rgba(0,0,0,0.15);
	border-radius: 10px;
}

	/* -------------------------------------------
		Title
	------------------------------------------- */
	.title {
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		letter-spacing: 1.7px;
		padding: 17px 0px 16px;
	}

	/* -------------------------------------------
		Content image
	------------------------------------------- */
	.cont-img {
		/*height: 140px;*/
		height: 280px;
		position: relative;
		background: url("cont-img.jpg") no-repeat center center;
		background-size: cover;
	}
		.cont-img-info {
			height: 100%;
			color: #fff;
			text-shadow: 0px 2px 7px rgba(0,0,0,0.8);
			text-align: center;
			top: 0px;
			bottom: 0px;
			left: 0px;
			right: 0px;
			position: absolute;
		}

			.cont-img-t1 {
				font-size: 20px;
				/*font-size: 15px;*/
				font-weight: bold;
				letter-spacing: 1.7px;
				text-transform: uppercase;
			}

			.cont-img-t2 {
				font-size: 21px;
				/*font-size: 15px;*/
				/*letter-spacing: 2.9px;*/
				letter-spacing: 2.7px;
				/*margin-top: 4px;*/
				margin-top: 8px;
			}

		.cont-img-icon {
			width: 49px;
			bottom: -8px;
			left: 50%;
			position: absolute;
			margin-left: -24.5px;
		}

	/* -------------------------------------------
		Content info
	------------------------------------------- */
	.cont-info {
		color: #495b6a;
		line-height: 18px;
		font-family: Arial, sans-serif;
		font-style: italic;
		text-align: center;
		padding: 6px 0px 8px;
	}
		.cont-info span {
			display: block;
		}

/* -------------------------------------------
	Footer
------------------------------------------- */
.footer {
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 5;
	padding: 1px 1px 2px;
	/*background: #616161;*/
}

.footer *, .rules, .rules * {
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}

/* -------------------------------------------
	Rules
------------------------------------------- */
.rules {
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	letter-spacing: -0.1px;
}

.rules, .rules a {
	color: #a9b2b6;
	font-family: Arial, sans-serif;
}

.rules-top {
	position: relative;
	z-index: 5;
	padding: 1px 1px 1px;
	/*background: #616161;*/
	/*-webkit-font-smoothing: antialiased;*/
	/*-moz-osx-font-smoothing: grayscale;*/
}

/* -------------------------------------------
	Responsive max-width: 768px;
------------------------------------------- */
@media (max-width: 768px) {

	.rules {
		font-size: 9px;
		line-height: 9px;
	}

}





/* -------------------------------------------
	Responsive max-width: 768px;
------------------------------------------- */
@media (max-width: 768px) {


}


/* -------------------------------------------
	Responsive max-width: 640px;
------------------------------------------- */
@media (max-width: 640px) {


}


/* -------------------------------------------
	Responsive max-width: 420px;
------------------------------------------- */
@media (max-width: 420px) {


}


/* -------------------------------------------
	Responsive max-width: 359px;
------------------------------------------- */
@media (max-width: 359px) {

	.cont-img-t1 {
		font-size: 15px;
	}

	.cont-img-t2 {
		font-size: 15px;
		letter-spacing: 2.9px;
		margin-top: 4px;
	}

}




/* -------------------------------------------
	Responsive for *** BUTTON *** in table
------------------------------------------- */
@media 
(min-width: 769px) {

	.btn-price-pseudo-table {
		padding-top: 22px;
		padding-bottom: 13px;
	}

}

@media 
(min-width: 676px) and (max-width: 768px) {

	.btn-price-pseudo-table {
		padding-top: 20px;
		padding-bottom: 12px;
	}

}

@media 
(min-width: 590px) and (max-width: 675px) {

	.btn-price-pseudo-table {
		padding-top: 29px;
		padding-bottom: 12px;
	}

}

@media 
(min-width: 468px) and (max-width: 589px) {

	.btn-price-pseudo-table {
		padding-top: 29px;
		padding-bottom: 21px;
	}

}

@media 
(min-width: 360px) and (max-width: 467px) {

	.btn-price-pseudo-table {
		padding-top: 38px;
		padding-bottom: 21px;
	}

}

@media 
(min-width: 320px) and (max-width: 359px) {

	.btn-price-pseudo-table {
		padding-top: 47px;
		padding-bottom: 21px;
	}

}

@media 
(min-width: 310px) and (max-width: 319px) {

	.btn-price-pseudo-table {
		padding-top: 47px;
		padding-bottom: 30px;
	}

}





/* -------------------------------------------
	Responsive WEB for max-height 
------------------------------------------- */
@media 
(min-width: 769px) and (max-height: 0px),
(min-width: 676px) and (max-width: 768px) and (max-height: 0px),
(min-width: 590px) and (max-width: 675px) and (max-height: 0px),
(min-width: 468px) and (max-width: 589px) and (max-height: 0px),
(min-width: 414px) and (max-width: 467px) and (max-height: 0px),
(min-width: 375px) and (max-width: 413px) and (max-height: 0px),
(min-width: 360px) and (max-width: 374px) and (max-height: 0px),
(min-width: 320px) and (max-width: 359px) and (max-height: 0px),
(min-width: 310px) and (max-width: 319px) and (max-height: 0px) {


}

@media 
(min-width: 769px) and (max-height: 540px),
(min-width: 676px) and (max-width: 768px) and (max-height: 540px),
(min-width: 590px) and (max-width: 675px) and (max-height: 540px),
(min-width: 468px) and (max-width: 589px) and (max-height: 560px),
(min-width: 414px) and (max-width: 467px) and (max-height: 660px),
(min-width: 375px) and (max-width: 413px) and (max-height: 680px),
(min-width: 360px) and (max-width: 374px) and (max-height: 680px),
(min-width: 320px) and (max-width: 359px) and (max-height: 600px),
(min-width: 310px) and (max-width: 319px) and (max-height: 620px) {

	.cont-img {
		height: 260px;
	}

}

@media 
(min-width: 769px) and (max-height: 520px),
(min-width: 676px) and (max-width: 768px) and (max-height: 520px),
(min-width: 590px) and (max-width: 675px) and (max-height: 520px),
(min-width: 468px) and (max-width: 589px) and (max-height: 540px),
(min-width: 414px) and (max-width: 467px) and (max-height: 640px),
(min-width: 375px) and (max-width: 413px) and (max-height: 660px),
(min-width: 360px) and (max-width: 374px) and (max-height: 660px),
(min-width: 320px) and (max-width: 359px) and (max-height: 580px),
(min-width: 310px) and (max-width: 319px) and (max-height: 600px) {

	.cont-img {
		height: 240px;
	}

}

@media 
(min-width: 769px) and (max-height: 500px),
(min-width: 676px) and (max-width: 768px) and (max-height: 500px),
(min-width: 590px) and (max-width: 675px) and (max-height: 500px),
(min-width: 468px) and (max-width: 589px) and (max-height: 520px),
(min-width: 414px) and (max-width: 467px) and (max-height: 630px),
(min-width: 375px) and (max-width: 413px) and (max-height: 640px),
(min-width: 360px) and (max-width: 374px) and (max-height: 640px),
(min-width: 320px) and (max-width: 359px) and (max-height: 560px),
(min-width: 310px) and (max-width: 319px) and (max-height: 580px) {

	.cont-img {
		height: 220px;
	}

}

@media 
(min-width: 769px) and (max-height: 480px),
(min-width: 676px) and (max-width: 768px) and (max-height: 480px),
(min-width: 590px) and (max-width: 675px) and (max-height: 480px),
(min-width: 468px) and (max-width: 589px) and (max-height: 500px),
(min-width: 414px) and (max-width: 467px) and (max-height: 600px),
(min-width: 375px) and (max-width: 413px) and (max-height: 620px),
(min-width: 360px) and (max-width: 374px) and (max-height: 620px),
(min-width: 320px) and (max-width: 359px) and (max-height: 540px),
(min-width: 310px) and (max-width: 319px) and (max-height: 560px) {

	.cont-img {
		height: 200px;
	}

}

@media 
(min-width: 769px) and (max-height: 460px),
(min-width: 676px) and (max-width: 768px) and (max-height: 460px),
(min-width: 590px) and (max-width: 675px) and (max-height: 460px),
(min-width: 468px) and (max-width: 589px) and (max-height: 480px),
(min-width: 414px) and (max-width: 467px) and (max-height: 580px),
(min-width: 375px) and (max-width: 413px) and (max-height: 600px),
(min-width: 360px) and (max-width: 374px) and (max-height: 570px),
(min-width: 320px) and (max-width: 359px) and (max-height: 520px),
(min-width: 310px) and (max-width: 319px) and (max-height: 540px) {

	.cont-img {
		height: 180px;
	}

}

@media 
(min-width: 769px) and (max-height: 440px),
(min-width: 676px) and (max-width: 768px) and (max-height: 440px),
(min-width: 590px) and (max-width: 675px) and (max-height: 440px),
(min-width: 468px) and (max-width: 589px) and (max-height: 460px),
(min-width: 414px) and (max-width: 467px) and (max-height: 480px),
(min-width: 375px) and (max-width: 413px) and (max-height: 560px),
(min-width: 360px) and (max-width: 374px) and (max-height: 560px),
(min-width: 320px) and (max-width: 359px) and (max-height: 500px),
(min-width: 310px) and (max-width: 319px) and (max-height: 520px) {

	.cont-img {
		height: 160px;
	}

}

@media 
(min-width: 769px) and (max-height: 420px),
(min-width: 676px) and (max-width: 768px) and (max-height: 420px),
(min-width: 590px) and (max-width: 675px) and (max-height: 420px),
(min-width: 468px) and (max-width: 589px) and (max-height: 440px),
(min-width: 414px) and (max-width: 467px) and (max-height: 460px),
(min-width: 375px) and (max-width: 413px) and (max-height: 460px),
(min-width: 360px) and (max-width: 374px) and (max-height: 460px),
(min-width: 320px) and (max-width: 359px) and (max-height: 460px),
(min-width: 310px) and (max-width: 319px) and (max-height: 480px) {

	.cont-img {
		height: 140px;
	}
		.cont-img-t1 {
			font-size: 14px;
			letter-spacing: 1px;
		}

		.cont-img-t2 {
			font-size: 14px;
			letter-spacing: 2.1px;
			margin-top: 4px;
		}

}

@media 
(min-width: 769px) and (max-height: 400px),
(min-width: 676px) and (max-width: 768px) and (max-height: 400px),
(min-width: 590px) and (max-width: 675px) and (max-height: 400px),
(min-width: 468px) and (max-width: 589px) and (max-height: 420px),
(min-width: 414px) and (max-width: 467px) and (max-height: 440px),
(min-width: 375px) and (max-width: 413px) and (max-height: 440px),
(min-width: 360px) and (max-width: 374px) and (max-height: 440px),
(min-width: 320px) and (max-width: 359px) and (max-height: 440px),
(min-width: 310px) and (max-width: 319px) and (max-height: 460px) {

	.cont-img {
		height: 120px;
	}

		.cont-img-icon {
			display: none;
		}

}

@media 
(min-width: 769px) and (max-height: 380px),
(min-width: 676px) and (max-width: 768px) and (max-height: 380px),
(min-width: 590px) and (max-width: 675px) and (max-height: 380px),
(min-width: 468px) and (max-width: 589px) and (max-height: 400px),
(min-width: 414px) and (max-width: 467px) and (max-height: 420px),
(min-width: 375px) and (max-width: 413px) and (max-height: 420px),
(min-width: 360px) and (max-width: 374px) and (max-height: 420px),
(min-width: 320px) and (max-width: 359px) and (max-height: 420px),
(min-width: 310px) and (max-width: 319px) and (max-height: 440px) {

	.cont-img {
		height: 100px;
	}

}

@media 
(min-width: 769px) and (max-height: 360px),
(min-width: 676px) and (max-width: 768px) and (max-height: 360px),
(min-width: 590px) and (max-width: 675px) and (max-height: 360px),
(min-width: 468px) and (max-width: 589px) and (max-height: 380px),
(min-width: 414px) and (max-width: 467px) and (max-height: 400px),
(min-width: 375px) and (max-width: 413px) and (max-height: 400px),
(min-width: 360px) and (max-width: 374px) and (max-height: 400px),
(min-width: 320px) and (max-width: 359px) and (max-height: 400px),
(min-width: 310px) and (max-width: 319px) and (max-height: 420px) {

	.cont-img {
		height: 80px;
	}

}

@media 
(min-width: 769px) and (max-height: 340px),
(min-width: 676px) and (max-width: 768px) and (max-height: 340px),
(min-width: 590px) and (max-width: 675px) and (max-height: 340px),
(min-width: 468px) and (max-width: 589px) and (max-height: 360px),
(min-width: 414px) and (max-width: 467px) and (max-height: 380px),
(min-width: 375px) and (max-width: 413px) and (max-height: 380px),
(min-width: 360px) and (max-width: 374px) and (max-height: 380px),
(min-width: 320px) and (max-width: 359px) and (max-height: 380px),
(min-width: 310px) and (max-width: 319px) and (max-height: 400px) {

	.cont-img {
		height: 60px;
	}

}

@media 
(min-width: 769px) and (max-height: 320px),
(min-width: 676px) and (max-width: 768px) and (max-height: 320px),
(min-width: 590px) and (max-width: 675px) and (max-height: 320px),
(min-width: 468px) and (max-width: 589px) and (max-height: 340px),
(min-width: 414px) and (max-width: 467px) and (max-height: 360px),
(min-width: 375px) and (max-width: 413px) and (max-height: 360px),
(min-width: 360px) and (max-width: 374px) and (max-height: 360px),
(min-width: 320px) and (max-width: 359px) and (max-height: 360px),
(min-width: 310px) and (max-width: 319px) and (max-height: 380px) {

	.cont-img {
		margin-bottom: 20px;
	}

	.cont-info {
		display: none;
	}

}

@media 
(min-width: 769px) and (max-height: 300px),
(min-width: 676px) and (max-width: 768px) and (max-height: 300px),
(min-width: 590px) and (max-width: 675px) and (max-height: 300px),
(min-width: 468px) and (max-width: 589px) and (max-height: 300px),
(min-width: 414px) and (max-width: 467px) and (max-height: 320px),
(min-width: 375px) and (max-width: 413px) and (max-height: 320px),
(min-width: 360px) and (max-width: 374px) and (max-height: 320px),
(min-width: 320px) and (max-width: 359px) and (max-height: 320px),
(min-width: 310px) and (max-width: 319px) and (max-height: 340px) {

	.title {
		font-size: 14px;
		padding: 5px 0px;
	}

}

@media 
(min-width: 769px) and (max-height: 280px),
(min-width: 676px) and (max-width: 768px) and (max-height: 280px),
(min-width: 590px) and (max-width: 675px) and (max-height: 280px),
(min-width: 468px) and (max-width: 589px) and (max-height: 280px),
(min-width: 414px) and (max-width: 467px) and (max-height: 300px),
(min-width: 375px) and (max-width: 413px) and (max-height: 300px),
(min-width: 360px) and (max-width: 374px) and (max-height: 300px),
(min-width: 320px) and (max-width: 359px) and (max-height: 300px),
(min-width: 310px) and (max-width: 319px) and (max-height: 320px) {

	.container {
		max-width: 300px;
	}

	.age-1 {
		display: block;
	}

	.btn-cancel-container {
		bottom: -40px;
	}

	.content {
		top: -14px;
		padding-bottom: 10px;
	}

		.cont-img {
			display: none;
		}

}





/* -------------------------------------------
	Responsive footer position
------------------------------------------- */
@media (max-width: 309px) {

	/* -------------------------------------------
		Pseudo table
	------------------------------------------- */
	.btn-price-pseudo-table {
		height: auto;
		bottom: auto;
		position: static;
		margin-top: 10px;
	}

	.btn-price-pseudo-table,
	.btn-price-pseudo-table > li,
	.btn-price-pseudo-table > li > div {
		display: block;
	}

	/* -------------------------------------------
		Height full
	------------------------------------------- */
	.height-full {
		height: auto;
		overflow: visible;
		position: static;
	}

	/* -------------------------------------------
		Button style
	------------------------------------------- */
	.btn-container {
		padding: 0px 15px;
	}

	/* -------------------------------------------
		btn-ok
	------------------------------------------- */
	.btn-ok {
		max-width: none;
	}

	.btn-ok-txt {
		font-size: 16px;
	}
		.btn-ok-txt span {
			padding: 12px 0px;
		}

	/* -------------------------------------------
		btn-cancel
	------------------------------------------- */
	.btn-cancel-container {
		margin: 15px 0px -5px;
		position: static;
	}

	.btn-cancel {
		display: block;
	}

	/* -------------------------------------------
		Title
	------------------------------------------- */
	.title {
		font-size: 14px;
		letter-spacing: 1px;
		padding: 7px 0px 6px;
	}

	/* -------------------------------------------
		Content image
	------------------------------------------- */
	.cont-img {
		height: 70px;
	}
		.cont-img-t1 {
			font-size: 14px;
			letter-spacing: 1px;
		}

		.cont-img-t2 {
			font-size: 14px;
			letter-spacing: 2.1px;
			margin-top: 4px;
		}

		.cont-img-icon {
			display: none;
		}

	/* -------------------------------------------
		Content info
	------------------------------------------- */
	.cont-info {
		font-size: 11px;
		line-height: 14px;
		padding: 6px 10px 8px;
	}
		.cont-info span {
			display: inline;
		}

	/* -------------------------------------------
		Footer
	------------------------------------------- */
	.footer {
		position: static;
		margin-top: 10px;
	}

}





/* -------------------------------------------
	Galaxy S3
------------------------------------------- */
/* Portrait */
@media screen 
and (width: 360px) 
and (height: 567px) 
and (-webkit-device-pixel-ratio: 2) 
and (orientation: portrait) {


}

/* Landscape */
@media screen 
and (width: 640px) 
and (height: 287px) 
and (-webkit-device-pixel-ratio: 2) 
and (orientation: landscape) {


}



/* -------------------------------------------
	iPhone 4 and 4S
------------------------------------------- */
/* Portrait */
@media only screen 
and (width: 320px) 
and (height: 372px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: portrait) {

	html {
		position: fixed;
		background-color: #fff;
	}

	body {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: fixed;
	}

	.btn-cancel {
		line-height: 10px;
	}

}

/* Landscape */
@media only screen 
and (width: 480px) 
and (max-height: 320px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: landscape) {

	html {
		position: fixed;
		background-color: #fff;
	}

	body {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: fixed;
	}

	.rules-bottom {
		letter-spacing: -0.3px;
	}

	/* -------------------------------------------
		btn-ok
	------------------------------------------- */
	.btn-ok {
		max-width: 210px;
	}

	.btn-ok-txt {
		font-size: 16px;
	}
		.btn-ok-txt span {
			padding: 6px 0px 8px;
		}

	/* -------------------------------------------
		btn-cancel
	------------------------------------------- */
	.btn-cancel-container {
		bottom: -36px;
	}

	.btn-cancel {
		line-height: 10px;
	}

	/* -------------------------------------------
		content
	------------------------------------------- */
	.content {
		top: -66px;
		padding-bottom: 10px;
	}

		.title {
			font-size: 14px;
			padding: 5px 0px;
		}

		.cont-img {
			height: 40px;
			margin-bottom: 10px;
		}
			.cont-img-t2 {
				margin-top: -2px;
			}

}


/* -------------------------------------------
	iPhone 5 and 5S
------------------------------------------- */
/* Portrait */
@media only screen 
and (width: 320px) 
and (height: 460px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: portrait) {

	html {
		position: fixed;
		background-color: #fff;
	}

	body {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: fixed;
	}

}

/* Landscape */
@media only screen 
and (width: 568px) 
and (max-height: 320px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: landscape) {

	html {
		position: fixed;
		background-color: #fff;
	}

	body {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: fixed;
	}

	.rules-bottom {
		letter-spacing: -0.2px;
	}

	/* -------------------------------------------
		btn-ok
	------------------------------------------- */
	.btn-ok-txt {
		font-size: 16px;
	}
		.btn-ok-txt span {
			padding: 9px 0px 11px;
		}

	/* -------------------------------------------
		btn-cancel
	------------------------------------------- */
	.btn-cancel-container {
		bottom: -40px;
	}

	/* -------------------------------------------
		content
	------------------------------------------- */
	.content {
		top: -54px;
		padding-bottom: 10px;
	}

		.title {
			font-size: 14px;
			padding: 5px 0px;
		}

		.cont-img {
			margin-bottom: 10px;
		}
			.cont-img-t2 {
				margin-top: 0px;
			}

}


/* -------------------------------------------
	iPhone 6, 6S, 7 and 8
------------------------------------------- */
/* Portrait */
@media only screen 
and (width: 375px) 
and (height: 553px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: portrait) {

	html {
		position: fixed;
		background-color: #fff;
	}

	body {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: fixed;
	}

}

/* Landscape */
@media only screen 
and (width: 667px) 
and (max-height: 375px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: landscape) {

	html {
		position: fixed;
		background-color: #fff;
	}

	body {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: fixed;
	}

	.content {
		top: -44px;
	}

		.cont-img {
			height: 60px;
		}

}


/* -------------------------------------------
	iPhone 6+, 7+ and 8+
------------------------------------------- */
/* Portrait */
@media only screen 
and (width: 414px) 
and (height: 628px) 
and (-webkit-min-device-pixel-ratio: 3) 
and (orientation: portrait) {

	html {
		position: fixed;
		background-color: #fff;
	}

	body {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: fixed;
	}

}

/* Landscape */
@media only screen 
and (width: 736px) 
and (max-height: 414px) 
and (-webkit-min-device-pixel-ratio: 3) 
and (orientation: landscape) {


}




