/*! 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: #47525d;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, sans-serif;
	background: #fbfbfb;
}

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: 0 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0 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: 768px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: auto;
	margin-left: auto;
}

/* -------------------------------------------
	Age
------------------------------------------- */
.age {
	width: 30px;
	height: 30px;
	color: #47525d;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	top: 6px;
	right: 0px;
	position: absolute;
	z-index: 6;
	padding-top: 6px;
	background: #f6f9fc;
	border-radius: 15px;
}

/* -------------------------------------------
	Pseudo table
------------------------------------------- */
.pseudo-table {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
}

.pseudo-table > li {
	display: table-row;
}

.pseudo-table > li > div {
	display: table-cell;
	vertical-align: middle;
}

/* -------------------------------------------
	Images display: block;
------------------------------------------- */
.logo img, .tagline img, .btn-ok-bg img, .icon-top img {
	width: 100%;
	height: auto;
	display: block;
}

/* -------------------------------------------
	Button style
------------------------------------------- */
.btn {
	display: block;
}

.btn, .btn:hover {
	color: #fff;
	text-decoration: none;
}

.btn-container {
	text-align: center;
	position: relative;
	padding: 0 5px;
}

	/* -------------------------------------------
		Button
	------------------------------------------- */
	.btn-ok-txt, .btn-ok-icon {
		display: inline-block;
		vertical-align: middle;
	}

		/* -------------------------------------------
			btn-ok
		------------------------------------------- */
		.btn-ok {
			max-width: 540px;
			width: 100%;
			padding: 1px;
			margin: 0 auto;
			border: 1px solid #0071ce;
			background: #007ee5;
			background: -moz-linear-gradient(top, #007ee5 0%,#0071ce 100%);
			background: -webkit-linear-gradient(top, #007ee5 0%,#0071ce 100%);
			background: linear-gradient(to bottom, #007ee5 0%,#0071ce 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ee5', endColorstr='#0071ce',GradientType=0 );
			border-radius: 5px;
		}

		.btn-ok-bg {
			padding: 42px 0;
			border-radius: 8px;
		}

		.btn-ok-txt {
			font-size: 32px;
			line-height: 32px;
			font-weight: bold;
			text-shadow: 0 2px 0 rgba(0,0,0,0.1);
			top: 1px;
			position: relative;
		}

		.btn-ok-icon {
			max-width: 42px;
			margin-left: 15px;
		}

	/* -------------------------------------------
		btn-cancel
	------------------------------------------- */
	.btn-cancel {
		width: 100px;
		font-size: 12px;
		text-align: center;
		padding: 5px 0 4px;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
		background: #7b8994;
		border-radius: 4px;
	}

/* -------------------------------------------
	Height full
------------------------------------------- */
.hfull {
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
}

/* -------------------------------------------
	Head
------------------------------------------- */
.head {
	padding-top: 3px;
	padding-bottom: 3px;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px 0 rgba(99,114,130,0.15);
	box-shadow: 0 1px 4px 0 rgba(99,114,130,0.15);
}
	.head .container {
		position: relative;
	}

	/* -------------------------------------------
		logo
	------------------------------------------- */
	.logo {
		width: 156px;
		float: left;
	}

	/* -------------------------------------------
		tagline
	------------------------------------------- */
	.tagline {
		width: 198px;
		float: right;
		padding-top: 3px;
		margin-right: 35px;
	}

	.tagline-img {
	}

	.tagline-text {
		display: none;
	}
	.tagline-text {
		color: #7b8994;
		font-weight: bold;
	}
		.tagline-text span {
			color: #47525d;
		}

	/* -------------------------------------------
		tagline
	------------------------------------------- */
	.head-title {
		color: #299212;
		font-size: 22px;
		line-height: 24px;
		font-weight: bold;
		text-align: center;
		padding: 20px 0 23px;
	}
		.head-title span {
			color: #299212;
		}

/* -------------------------------------------
	Content
------------------------------------------- */
.content {
}

	/* -------------------------------------------
		Icon top
	------------------------------------------- */
	.icon-top {
		width: 64px !important;
		display: block !important;
		position: relative;
		/*padding-left: 50px;*/
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
		/*.icon-top:after {
			width: 20%;
			height: 20%;
			content: "";
			bottom: 20%;
			left: 45%;
			position: absolute;
			z-index: 1;
			background: url("icon-top-arr.png") no-repeat 0 0;
			background-size: contain;
		}*/

/* -------------------------------------------
	Footer
------------------------------------------- */
.footer {
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 5;
	padding: 2px 1px;
	background: #fbfbfb;
}

.footer *, .rules-top, .rules-top * {
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}

/* -------------------------------------------
	Rusel bottom
------------------------------------------- */
.rules, .rules-container {
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	letter-spacing: -0.2px;
}

.rules, .rules a, 
.rules-container, .rules-container a {
	color: #8897a3;
}

.rules-bottom {
	display: none;
}

.rules-top {
	position: relative;
	z-index: 5;
	padding: 2px 1px;
	background: #fff;
}

/* -------------------------------------------
	Responsive max-width: 768px;
------------------------------------------- */
@media (max-width: 768px) {

	.rules, .rules-container {
		font-size: 9px;
		line-height: 9px;
	}

}

/* -------------------------------------------
	Responsive max-width: 309px;
------------------------------------------- */
@media (max-width: 309px) {

	.rules-bottom {
		/*display: block;*/
	}

	.rules-top {
		/*display: none;*/
	}

}





/* -------------------------------------------
	Responsive max-width: 410px;
------------------------------------------- */
@media (max-width: 410px) {

	.age {
		top: 0px;
	}

	/* -------------------------------------------
		logo
	------------------------------------------- */
	.logo {
		width: 104px;
	}

	/* -------------------------------------------
		tagline
	------------------------------------------- */
	.tagline {
		width: 137px;
	}

}





/* -------------------------------------------
	Responsive for *** BUTTON *** in table
------------------------------------------- */
@media 
(min-width: 769px) {

	.pseudo-table {
		padding-top: 142px;
		padding-bottom: 14px;
	}

}
@media 
(min-width: 636px) and (max-width: 768px) {

	.pseudo-table {
		padding-top: 140px;
		padding-bottom: 13px;
	}

}
@media 
(min-width: 577px) and (max-width: 635px) {

	.pseudo-table {
		padding-top: 149px;
		padding-bottom: 13px;
	}

}
@media 
(min-width: 428px) and (max-width: 576px) {

	.pseudo-table {
		padding-top: 149px;
		padding-bottom: 22px;
	}

}
@media 
(min-width: 411px) and (max-width: 427px) {

	.pseudo-table {
		padding-top: 158px;
		padding-bottom: 22px;
	}

}
@media 
(min-width: 338px) and (max-width: 410px) {

	.pseudo-table {
		padding-top: 143px;
		padding-bottom: 22px;
	}

}
@media 
(min-width: 310px) and (max-width: 337px) {

	.pseudo-table {
		padding-top: 152px;
		padding-bottom: 22px;
	}

}





/* -------------------------------------------
	Responsive WEB for max-height 
------------------------------------------- */
@media 
(min-width: 769px) and (max-height: 540px),
(min-width: 636px) and (max-width: 768px) and (max-height: 540px),
(min-width: 577px) and (max-width: 635px) and (max-height: 550px),
(min-width: 428px) and (max-width: 576px) and (max-height: 560px),
(min-width: 411px) and (max-width: 427px) and (max-height: 570px),
(min-width: 338px) and (max-width: 410px) and (max-height: 550px),
(min-width: 310px) and (max-width: 337px) and (max-height: 0px) {

	.age {
		top: 0px;
	}

	/* -------------------------------------------
		logo
	------------------------------------------- */
	.logo {
		width: 104px;
	}

	/* -------------------------------------------
		tagline
	------------------------------------------- */
	.tagline {
		width: 137px;
	}

	/* -------------------------------------------
		tagline
	------------------------------------------- */
	.head-title {
		font-size: 14px;
		line-height: 14px;
		padding: 5px 0 8px;
	}

}
@media 
(min-width: 310px) and (max-width: 337px) and (max-height: 560px) {

	/* -------------------------------------------
		tagline
	------------------------------------------- */
	.head-title {
		font-size: 14px;
		line-height: 14px;
		padding: 5px 0 8px;
	}

}

@media 
(min-width: 769px) and (max-height: 540px) {

	.pseudo-table {
		padding-top: 87px;
	}

}
@media 
(min-width: 636px) and (max-width: 768px) and (max-height: 540px) {

	.pseudo-table {
		padding-top: 85px;
	}

}
@media 
(min-width: 577px) and (max-width: 635px) and (max-height: 550px),
(min-width: 428px) and (max-width: 576px) and (max-height: 560px) {

	.pseudo-table {
		padding-top: 94px;
	}

}
@media 
(min-width: 411px) and (max-width: 427px) and (max-height: 570px) {

	.pseudo-table {
		padding-top: 103px;
	}

}
@media 
(min-width: 338px) and (max-width: 410px) and (max-height: 550px) {

	.pseudo-table {
		padding-top: 103px;
	}

}
@media 
(min-width: 310px) and (max-width: 337px) and (max-height: 560px) {

	.pseudo-table {
		padding-top: 112px;
	}

}

@media 
(min-width: 769px) and (max-height: 490px),
(min-width: 636px) and (max-width: 768px) and (max-height: 480px),
(min-width: 577px) and (max-width: 635px) and (max-height: 490px),
(min-width: 428px) and (max-width: 576px) and (max-height: 500px),
(min-width: 411px) and (max-width: 427px) and (max-height: 510px),
(min-width: 338px) and (max-width: 410px) and (max-height: 510px),
(min-width: 310px) and (max-width: 337px) and (max-height: 520px) {

	/* -------------------------------------------
		Icon top
	------------------------------------------- */
	.icon-top {
		width: 250px;
	}
		.icon-top:after {
			left: 48%;
		}

	/* -------------------------------------------
		Icon top
	------------------------------------------- */
	.icon-top {
		margin-bottom: 10px;
	}

}

@media 
(min-width: 769px) and (max-height: 440px),
(min-width: 636px) and (max-width: 768px) and (max-height: 440px),
(min-width: 577px) and (max-width: 635px) and (max-height: 450px),
(min-width: 428px) and (max-width: 576px) and (max-height: 450px),
(min-width: 411px) and (max-width: 427px) and (max-height: 460px),
(min-width: 338px) and (max-width: 410px) and (max-height: 460px),
(min-width: 310px) and (max-width: 337px) and (max-height: 470px) {

	/* -------------------------------------------
		Icon top
	------------------------------------------- */
	.icon-top {
		width: 200px;
	}
		.icon-top:after {
			left: 50%;
		}

}

@media 
(min-width: 769px) and (max-height: 410px),
(min-width: 636px) and (max-width: 768px) and (max-height: 400px),
(min-width: 577px) and (max-width: 635px) and (max-height: 410px),
(min-width: 428px) and (max-width: 576px) and (max-height: 420px),
(min-width: 411px) and (max-width: 427px) and (max-height: 430px),
(min-width: 338px) and (max-width: 410px) and (max-height: 430px),
(min-width: 310px) and (max-width: 337px) and (max-height: 440px) {

	/* -------------------------------------------
		Icon top
	------------------------------------------- */
	.icon-top {
		width: 150px;
	}
		.icon-top:after {
			left: 56%;
		}

}

@media 
(min-width: 769px) and (max-height: 370px),
(min-width: 636px) and (max-width: 768px) and (max-height: 370px),
(min-width: 577px) and (max-width: 635px) and (max-height: 370px),
(min-width: 428px) and (max-width: 576px) and (max-height: 380px),
(min-width: 411px) and (max-width: 427px) and (max-height: 390px),
(min-width: 338px) and (max-width: 410px) and (max-height: 390px),
(min-width: 310px) and (max-width: 337px) and (max-height: 400px) {

	/* -------------------------------------------
		Content
	------------------------------------------- */
	.content {
		padding-top: 10px;
	}

		/* -------------------------------------------
			Icon top
		------------------------------------------- */
		.icon-top {
			display: none;
		}

}

@media 
(min-width: 769px) and (max-height: 290px),
(min-width: 636px) and (max-width: 768px) and (max-height: 280px),
(min-width: 577px) and (max-width: 635px) and (max-height: 290px),
(min-width: 428px) and (max-width: 576px) and (max-height: 300px),
(min-width: 411px) and (max-width: 427px) and (max-height: 310px),
(min-width: 338px) and (max-width: 410px) and (max-height: 310px),
(min-width: 310px) and (max-width: 337px) and (max-height: 0px) {

	/* -------------------------------------------
		Age
	------------------------------------------- */
	.age {
		right: 2px;
	}

	/* -------------------------------------------
		tagline
	------------------------------------------- */
	.tagline {
		width: auto;
		padding-top: 5px;
	}

	.tagline-img {
		display: none !important;
	}

	.tagline-text {
		display: block;
	}

	/* -------------------------------------------
		tagline
	------------------------------------------- */
	.head-title {
		display: none;
	}

}

@media 
(min-width: 769px) and (max-height: 290px) {

	.pseudo-table {
		padding-top: 60px;
	}

}
@media 
(min-width: 636px) and (max-width: 768px) and (max-height: 280px) {

	.pseudo-table {
		padding-top: 58px;
	}

}
@media 
(min-width: 577px) and (max-width: 635px) and (max-height: 290px),
(min-width: 428px) and (max-width: 576px) and (max-height: 300px) {

	.pseudo-table {
		padding-top: 67px;
	}

}
@media 
(min-width: 411px) and (max-width: 427px) and (max-height: 310px) {

	.pseudo-table {
		padding-top: 76px;
	}

}
@media 
(min-width: 338px) and (max-width: 410px) and (max-height: 310px) {

	.pseudo-table {
		padding-top: 76px;
	}

}

@media 
(min-width: 769px) and (max-height: 260px),
(min-width: 636px) and (max-width: 768px) and (max-height: 250px),
(min-width: 577px) and (max-width: 635px) and (max-height: 260px),
(min-width: 428px) and (max-width: 576px) and (max-height: 270px),
(min-width: 411px) and (max-width: 427px) and (max-height: 280px),
(min-width: 338px) and (max-width: 410px) and (max-height: 280px),
(min-width: 310px) and (max-width: 337px) and (max-height: 310px) {

	.btn-ok-bg {
		padding: 37px 0;
	}

}

@media 
(min-width: 769px) and (max-height: 250px),
(min-width: 636px) and (max-width: 768px) and (max-height: 240px),
(min-width: 577px) and (max-width: 635px) and (max-height: 250px),
(min-width: 428px) and (max-width: 576px) and (max-height: 260px),
(min-width: 411px) and (max-width: 427px) and (max-height: 270px),
(min-width: 338px) and (max-width: 410px) and (max-height: 270px),
(min-width: 310px) and (max-width: 337px) and (max-height: 300px) {

	.btn-ok-bg {
		padding: 32px 0;
	}

}

@media 
(min-width: 769px) and (max-height: 240px),
(min-width: 636px) and (max-width: 768px) and (max-height: 230px),
(min-width: 577px) and (max-width: 635px) and (max-height: 240px),
(min-width: 428px) and (max-width: 576px) and (max-height: 250px),
(min-width: 411px) and (max-width: 427px) and (max-height: 260px),
(min-width: 338px) and (max-width: 410px) and (max-height: 260px),
(min-width: 310px) and (max-width: 337px) and (max-height: 290px) {

	.btn-ok-bg {
		padding: 27px 0;
	}

}

@media 
(min-width: 769px) and (max-height: 230px),
(min-width: 636px) and (max-width: 768px) and (max-height: 220px),
(min-width: 577px) and (max-width: 635px) and (max-height: 230px),
(min-width: 428px) and (max-width: 576px) and (max-height: 240px),
(min-width: 411px) and (max-width: 427px) and (max-height: 250px),
(min-width: 338px) and (max-width: 410px) and (max-height: 250px),
(min-width: 310px) and (max-width: 337px) and (max-height: 280px) {

	.btn-ok-bg {
		padding: 22px 0;
	}

}

@media 
(min-width: 769px) and (max-height: 220px),
(min-width: 636px) and (max-width: 768px) and (max-height: 210px),
(min-width: 577px) and (max-width: 635px) and (max-height: 220px),
(min-width: 428px) and (max-width: 576px) and (max-height: 230px),
(min-width: 411px) and (max-width: 427px) and (max-height: 240px),
(min-width: 338px) and (max-width: 410px) and (max-height: 240px),
(min-width: 310px) and (max-width: 337px) and (max-height: 270px) {

	.btn-ok-bg {
		padding: 17px 0;
	}

}

@media 
(min-width: 769px) and (max-height: 210px),
(min-width: 636px) and (max-width: 768px) and (max-height: 200px),
(min-width: 577px) and (max-width: 635px) and (max-height: 210px),
(min-width: 428px) and (max-width: 576px) and (max-height: 220px),
(min-width: 411px) and (max-width: 427px) and (max-height: 230px),
(min-width: 338px) and (max-width: 410px) and (max-height: 230px),
(min-width: 310px) and (max-width: 337px) and (max-height: 260px) {

	.btn-ok-bg {
		padding: 12px 0;
	}

}

@media 
(min-width: 769px) and (max-height: 200px),
(min-width: 636px) and (max-width: 768px) and (max-height: 190px),
(min-width: 577px) and (max-width: 635px) and (max-height: 200px),
(min-width: 428px) and (max-width: 576px) and (max-height: 210px),
(min-width: 411px) and (max-width: 427px) and (max-height: 220px),
(min-width: 338px) and (max-width: 410px) and (max-height: 220px),
(min-width: 310px) and (max-width: 337px) and (max-height: 250px) {

	.btn-ok-bg {
		padding: 7px 0;
	}

}





/* -------------------------------------------
	Responsive footer position
------------------------------------------- */
@media (max-width: 309px) {

	/* -------------------------------------------
		Pseudo table
	------------------------------------------- */
	.pseudo-table {
		height: auto;
		position: static;
		padding-top: 5px;
	}

	.pseudo-table,
	.pseudo-table > li,
	.pseudo-table > li > div {
		display: block;
	}

	/* -------------------------------------------
		Height full
	------------------------------------------- */
	.hfull {
		height: auto;
		overflow: auto;
		position: static;
	}

	/* -------------------------------------------
		logo
	------------------------------------------- */
	.logo {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* -------------------------------------------
		tagline
	------------------------------------------- */
	.tagline {
		display: none;
	}

	/* -------------------------------------------
		tagline
	------------------------------------------- */
	.head-title {
		font-size: 14px;
		line-height: 14px;
		padding: 5px 0 8px;
	}

		/* -------------------------------------------
			Icon top
		------------------------------------------- */
		.icon-top {
			display: none;
		}

	/* -------------------------------------------
		Footer
	------------------------------------------- */
	.footer {
		position: static;
		margin-top: 10px;
	}

}





/* -------------------------------------------
	Safari 6.1+ (9.0 is the latest version of Safari at this time)
------------------------------------------- */
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {

	@media 
	(width: 568px) and (height: 320px) and (orientation: landscape) {

		/* rools for iphone 5 landscape */

		html {
			position: fixed;
			background: #fff;
		}

		body {
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			position: fixed;
		}

		/* -------------------------------------------
			Age
		------------------------------------------- */
		.age {
			right: 2px;
		}

		/* -------------------------------------------
			Pseudo table
		------------------------------------------- */
		.pseudo-table {
			height: auto;
			position: static;
			padding-top: 10px;
		}

		.pseudo-table,
		.pseudo-table > li,
		.pseudo-table > li > div {
			display: block;
		}

		.btn-ok-bg {
			padding: 27px 0;
		}

		/* -------------------------------------------
			tagline
		------------------------------------------- */
		.tagline {
			width: auto;
			padding-top: 5px;
		}

		.tagline-img {
			display: none !important;
		}

		.tagline-text {
			display: block;
		}

		/* -------------------------------------------
			tagline
		------------------------------------------- */
		.head-title {
			display: none;
		}

	}

	@media 
	(width: 480px) and (height: 320px) and (orientation: landscape) {

		/* rools for iphone 4 landscape */

		html {
			position: fixed;
			background: #fff;
		}

		body {
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			position: fixed;
		}

	}


	@media 
	(width: 736px) and (height: 414px) and (orientation: landscape) {

		/* rools for iphone 6/7 plus, landscape */

		/* -------------------------------------------
			Pseudo table
		------------------------------------------- */
		.pseudo-table {
			height: auto;
			position: static;
			padding-top: 10px;
		}

		.pseudo-table,
		.pseudo-table > li,
		.pseudo-table > li > div {
			display: block;
		}

		.btn-ok-bg {
			padding: 27px 0;
		}

		/* -------------------------------------------
			Icon top
		------------------------------------------- */
		.icon-top {
			width: 150px;
		}
			.icon-top:after {
				left: 56%;
			}

	}


	@media 
	(width: 667px) and (height: 375px) and (orientation: landscape) {

		/* rools for iphone 6/7, landscape */

		html {
			position: fixed;
			background: #fff;
		}

		body {
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			position: fixed;
		}

	}


	@media 
	(width: 320px) and (max-height: 480px),
	(width: 320px) and (max-height: 568px) {

		/* rools for iphone 4/5 */

		html {
			position: fixed;
			background: #fff;
		}

		body {
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			position: fixed;
		}

	}


	@media 
	(width: 375px) and (max-height: 667px) {

		/* rools for iphone 6/7 */

		html {
			position: fixed;
			background: #fff;
		}

		body {
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			position: fixed;
		}

	}


	@media 
	(width: 414px) and (max-height: 736px) {

		/* rools for iphone 6/7 plus */

		html {
			position: fixed;
			background: #fff;
		}

		body {
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			position: fixed;
		}

	}

}




